Bug Flowchart: Node with text renders by default as Markdown #5824
Labels
Good first issue!
Graph: Flow
Status: Approved
Is ready to be worked on
Type: Bug / Error
Something isn't working or is incorrect
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: