Open sjkiss opened 2 years ago
After running pip install pandoc-mermaid-filter I get this result:
pip install pandoc-mermaid-filter
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:
pandoc test.md -o test.pdf --filter pandoc-mermaid
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.
After running
pip install pandoc-mermaid-filter
I get this result: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