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
```mermaid
%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart LR
markdown["`This **is** _Markdown_`"]
newLines["`Line1
Line 2
Line 3`"]
markdown --> newLines
```
Commit and push the changes to the repository.
Open the markdown file in the GitHub web interface.
✔️ Expected result
The Mermaid diagram should be correctly rendered with the inline markdown formatting inside the nodes.
❌ Actual result
The Mermaid diagram is not correctly rendered when using inline markdown formatting. The markdown syntax inside the nodes is displayed as plain text.
%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart LR
markdown["`This **is** _Markdown_`"]
newLines["`Line1
Line 2
Line 3`"]
markdown --> newLines
Loading
❓ Possible Solution
There may be an issue with how GitHub's markdown renderer handles inline markdowns inside Mermaid diagrams. A possible solution could be to update the renderer to parse and display the inline markdown inside Mermaid diagrams correctly.
📃 Other details
Browser: Microsoft Edge - Version 119.0.2151.44 (Official build) (64-bit)
The text was updated successfully, but these errors were encountered:
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The Mermaid diagram should be correctly rendered with the inline markdown formatting inside the nodes.
❌ Actual result
The Mermaid diagram is not correctly rendered when using inline markdown formatting. The markdown syntax inside the nodes is displayed as plain text.
❓ Possible Solution
There may be an issue with how GitHub's markdown renderer handles inline markdowns inside Mermaid diagrams. A possible solution could be to update the renderer to parse and display the inline markdown inside Mermaid diagrams correctly.
📃 Other details
The text was updated successfully, but these errors were encountered: