You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to render SVGs with a title. The live editor (https://mermaid.live) suggests to use as notation with '---' like this:
When I write an .mmd - file using this and try to have it rendered with mermaid-cli, I get errors:
Error: Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks
Object.parse (C:\Users\Wob\AppData\Roaming\npm\node_modules\@mermaid-js\mermaid-cli\node_modules\mermaid\dist\mermaid.js:146131:19)...
So.. ist there a way to get SVG - images with a title?
Thanks a lot,
Wolfram
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for this tool, it works great!
I would like to render SVGs with a title. The live editor (https://mermaid.live) suggests to use as notation with '---' like this:
When I write an .mmd - file using this and try to have it rendered with mermaid-cli, I get errors:
So.. ist there a way to get SVG - images with a title?
Thanks a lot,
Wolfram
The text was updated successfully, but these errors were encountered: