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
https://github.com/mermaid-js/mermaid-cli
It's a pain when a markdown file contain an invalid mermaid syntax
I'm unsure there is a formatter, but at least syntax could be used to generate image and so lint them
The text was updated successfully, but these errors were encountered:
BTW, I found nothing about mermaid in mdsf but this
mdsf/mdsf/src/generated.rs
Line 566 in b02f5d1
I'm unsure where this mermaid line comes from
Sorry, something went wrong.
Wouldn't image generation require the user to input some kind of filename?
The lines in that file is generated from this file https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml.
You are creating temporary local file for the source, then you delete it?
It differs from classic workflow indeed, but I think you can try to your filename suffixed with .png, and delete it too once generated.
No branches or pull requests
https://github.com/mermaid-js/mermaid-cli
It's a pain when a markdown file contain an invalid mermaid syntax
I'm unsure there is a formatter, but at least syntax could be used to generate image and so lint them
The text was updated successfully, but these errors were encountered: