devdigital

Results 6 comments of devdigital

Hi, thanks, that's been a plan for a while now, but currently struggling for time, so I would imagine it would be a couple of months away at least unfortunately.

Thank you for the report, work has started on another branch which is looking to deal with recursive definitions, I'm hoping to pick this up again early next week.

Hi, what does your config look like and file system? The error suggests the spec file is in a different path, or does not have a definitions property.

Hi, could you provide the steps for reproduction? I cannot replicate from a clean clone, `cd sample`, `yarn`, `yarn develop`. Are you using Gatsby 2?

@morlay hi, the issue is in the plugin code, not the mermaid library. In the first line in `index.js`: `````` javascript var mermaidRegex = /^```mermaid((.*\n)+?)?```$/im; `````` This only matches LF...