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
Describe the bug When trying to generate images from a markdown (.md) file the CLI does not recognize the mermaid definiton.
To Reproduce Steps to reproduce the behavior:
Install and run the docker alternative using docker run --rm -u `id -u`:`id -g` -v /path/to/diagrams:/data minlag/mermaid-cli -i diagram.mmd
docker run --rm -u `id -u`:`id -g` -v /path/to/diagrams:/data minlag/mermaid-cli -i diagram.mmd
Define the mermaid diagram in the markdown file with a whitespace like so:
::: mermaid graph TD .. :::
Expected behavior To get an generated image
Desktop (please complete the following information):
Additional context Either this could be fixed or made clear in documentation/help command from the CLI.
If only documentation is needed I could do a PR myself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to generate images from a markdown (.md) file the CLI does not recognize the mermaid definiton.
To Reproduce
Steps to reproduce the behavior:
Install and run the docker alternative using
docker run --rm -u `id -u`:`id -g` -v /path/to/diagrams:/data minlag/mermaid-cli -i diagram.mmd
Define the mermaid diagram in the markdown file with a whitespace like so:
Expected behavior
To get an generated image
Desktop (please complete the following information):
Additional context
Either this could be fixed or made clear in documentation/help command from the CLI.
If only documentation is needed I could do a PR myself.
The text was updated successfully, but these errors were encountered: