-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
Bug Flowchart: Node with text renders by default as Markdown #5824
Comments
Similarly, if you include a URL in the node text, then it is rendered as "Unsupported markdown: link" Example: open-telemetry/opentelemetry.io#5168 |
Hello! Myself and a partner would love to work on this for the next few weeks. We are both seniors at the University of Michigan studying computer science. We are new to open-source contributions and are looking for any way to help on this project as we really value the work you are doing. Please let us know if we can pick up this task! |
getting 'Unsupported markdown: list' error in these charts related: - mermaid-js/mermaid#5824 - mermaid-js/mermaid#6099
Description
According to documentation, it is possible to create a node with text using Markdown formatting in flowchart diagrams. To do this, the text should be enclosed in quotes and backticks
"` text `"
.However, it appears that text is being interpreted as Markdown even when it is not enclosed in quotes and backticks. This causes problems when trying to create nodes with text corresponding to unsupported markdown syntax, making it difficult or impossible to display certain texts as plain text in nodes. Examples:
1.
- x
1. phase
Steps to reproduce
Creating the following diagram in Mermaid results in nodes with error messages instead of displaying the text:
Screenshots
Code Sample
Setup
Suggested Solutions
1\.
) to prevent Markdown interpretation.Additional Context
No response
The text was updated successfully, but these errors were encountered: