Raghu
Raghu
Can you test with just `pandoc -F` to check if things are basically working?
I'm unable to reproduce this on a fresh installation with the `test.md` in the repo. Can you paste in your exact command and output with just `pandoc -F mermaid-filter`?
I'm able to reproduce the issue only on Linux. Windows works fine. ATM, I'm not quite sure what's going on - but it looks like files being created by mermaid...
Looks like this [issue 16](https://github.com/mermaidjs/mermaid.cli/issues/16) in mermaid.cli might be where the trouble is.
Thanks for the suggestion - however, I don't use EPS at all and know little about it.. would you be willing to send a PR?
Can you pls try this branch out? tq
I doubt it... looks like you're using default PNG output? Clickable image would require an image map... right now, the save just uses puppeteer to save the on screen contents...
quite possibly due to this - https://github.com/mermaidjs/mermaid.cli/issues/3
See [this](https://github.com/raghur/mermaid-filter/issues/17#issuecomment-349195872) comment on https://github.com/raghur/mermaid-filter/issues/17 Perhaps you could try the fix in the subsequent comment.
> .....include v0.13.0 of puppeteer within the mermaid.cli.... I think you need to hand-edit the package.json for mermaid.cli Unfortunately, this is an upstream issue and for whatever reason, they've closed...