mermaid-filter icon indicating copy to clipboard operation
mermaid-filter copied to clipboard

Pandoc filter for creating diagrams in mermaid syntax blocks in markdown docs

Results 46 mermaid-filter issues
Sort by recently updated
recently updated
newest added

Could you please provide a working minimal example on how to use `/includegraphic` together with `mermaid` to support `markdown` to `pdf`? 🙏🏼

Running a file with your test snippet in the readme, I get the following: ```bash Message: pandoc exited with code 83: (node:17947) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error:...

Hello, I keep having this issue where I can't use the mermaid filter using pandoc \`\`\`mermaid graph LR A --> B \`\`\` when I do : `$ pandoc test.md -o...

Currently, mermaid-filter fails on read-only filesystems (which is not uncommon in Docker, for example). This log file should, I feel, be optional. Along with that, perhaps an argument to specify...

Currently named: `MERMAID_FILTER_BACKROUND` expected it to be: `MERMAID_FILTER_BACKGROUND` (`G` is missing)

When the path to a `.mermaid.css` or `.mermaid-config.json` file contains a space, the command run does not include handling the space and fails. Steps to reproduce: 1. Create a folder...

Hello, I just found mermaid, and I was looking trough the wiki but haven't been able to find an option to adjust graph size... My test example is really simple:...

Hello, I have set up Pandoc with mermaid-filter 1.4.6 from NPM. It works great with flowcharts, but generates a blank image when I try to use a [`gitGraph`](https://mermaid-js.github.io/mermaid/#/?id=git-graph-exclamation-experimental). When I...

Hi, the filter works great - for .pdf or .html output. When using .tex as output, the figure does not get generated, though. I have a pipeline that cannot let...

When external dependencies "mmdc" and "imgur" are not installed, pandoc conversion fails with the message below. A check and more descriptive message would be helpful for those not into reading...