mermaid-filter
mermaid-filter copied to clipboard
Pandoc filter for creating diagrams in mermaid syntax blocks in markdown docs
When formatting a node with brackets eg id1(Some Text) Mermaid filter fails and appears to hangs indefinitely. ## Steps to reproduce Create a node such as ``` graph aNode(some text)...
I love this filter, but I have a feature request. I'm using it to create a gantt chart as an appendix to my document. The output filetype of the document...
The first one was generated by [typora](https://typora.io) and the second was generator by mermaid-filter. Here are two iusses: 1. The second image quality is much more poor than the first....
Would be nice, if mermaid-filter supported generating EPS files. 1. mermaid can output SVG (although some diagram types are not rendered correctly) 2. Inkscape could be used for converting the...
Just a friendly reminder, so that I do not forget telling you in a few days. Today I checked mermaid's latest developments and saw that mermaid.cli version 0.4.3 comes with...
I am running pandoc v.2.0.5 (Compiled with pandoc-types 1.17.3, texmath 0.10, skylighting 0.5) on Debian. If I run pandoc -t html -F mermaid-filter -o something.html test.md on the example file...
- reference: https://github.com/knsv/mermaid/issues/544 *** due to issue in mermaid CLI (as referred), arrow head in flow chart disappears in output images. for now up to `[email protected]` is confirmed working Could...
fixes #87 docker can use `--tmpfs` option can always find the name of actual temp file by created date. Providing options for stuff like this seems messy
I've tried to covert an md file with the following mermaid code to pptx, ~~~ graph TD; U1((U1))-->X1((X1)) U2((U2))-->X2((X2)) X1((X1))-->Y((Y)) X2((X2))-->Y((Y)) Z((Z))-->Y ~~~ but instead of a diagram, I got...