timofurrer / pandoc-mermaid-filter

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

pandoc-mermaid hangs indefinitely without error messages if mermaid.cli not installed #3

Open austinjp opened 6 years ago

austinjp commented 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.

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!

lukkascost commented 3 years ago

up