Open austinjp opened 6 years ago
Hi there.
Running MERMAID_BIN=venv/python3/bin/pandoc-mermaid pandoc --filter pandoc-mermaid input.md -o output.docx hangs indefinitely with no output. Running on Ubuntu 18.
MERMAID_BIN=venv/python3/bin/pandoc-mermaid pandoc --filter pandoc-mermaid input.md -o output.docx
Solution seems to be:
npm install mermaid.cli sudo apt install libgtk-3-0 libatk-bridge2.0-0 # deps for Chromium
Not a bug exactly, but some debugging info would be useful if dependencies are missing.
Thanks for creating this anyway, very much appreciated!
up
Hi there.
Running
MERMAID_BIN=venv/python3/bin/pandoc-mermaid pandoc --filter pandoc-mermaid input.md -o output.docx
hangs indefinitely with no output. Running on Ubuntu 18.Solution seems to be:
Not a bug exactly, but some debugging info would be useful if dependencies are missing.
Thanks for creating this anyway, very much appreciated!