timofurrer / pandoc-mermaid-filter

Pandoc filter for mermaid code blocks
MIT License
75 stars 21 forks source link

Error running filter pandoc-mermaid: Could not find executable pandoc-mermaid #18

Open sjkiss opened 2 years ago

sjkiss commented 2 years ago

After running pip install pandoc-mermaid-filter I get this result:

Requirement already satisfied: pandoc-mermaid-filter in ./Library/Python/3.9/lib/python/site-packages (0.1.0)
Requirement already satisfied: pandocfilters in ./Library/Python/3.9/lib/python/site-packages (from pandoc-mermaid-filter) (1.5.0)

and then trying to convert a basic test file with pandoc test.md -o test.pdf --filter pandoc-mermaid I get this error:

Error running filter pandoc-mermaid: Could not find executable pandoc-mermaid


Python 3.8.2
``

I'm on a Mac OS 11.5.2. Thank you.