We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: