-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
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
"syntax error in text" Mermaid 10.4.0 #337
Comments
|
It works if you change your mermaid server to point to a previous version of mermaid. I found this solution in an older thread. Find your Markdown PDF extension in the extensions tab, then click the gear. Choose Extension Settings. In the page that opens, find "Mermaid Server" and update the server to the test shown below which references a 9.0.1 version: |
Thank you, that worked. I updated to the latest version of the extension, and it now seems to output the mermaid graphs as their markdown syntax (unrendered). Your solution worked with the latest version. |
Switching between versions manually, the most recent mermaid version that worked for me when testing was:
|
Problem:
"Syntax error in text mermaid version 10.4.0"
Occurring in PDF & PNG export. (haven't tested any other formats).
Using as VS Code extension.
Mermaid syntax in question: (as taken from example docs):
But it's happening on every sequenceDiagram as well.
The text was updated successfully, but these errors were encountered: