Are mermaid.js markdown strings supported? #5859
-
Is the Markdown strings functionality of Mermaid.js supported in Material for MK Docs or is it still a new feature waiting to be implemented? Mermaid.js Markdown Strings documentation: https://mermaid.js.org/syntax/flowchart.html#markdown-strings Not sure if this is the same issue as mentioned here: #5771 In case it helps, here is a simple flowchart diagram that renders correctly using Mermaid's live editor, but does not display the bold, italics, or line breaks correctly in Material. graph TD
A["`A sentence with **bold** text
split across two lines.`"] --> B;
B["`Some *italics*.`"];
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Looks like it doesn't display as intended in GitHub discussions either 👆 Here's the raw text in case it helps:
|
Beta Was this translation helpful? Give feedback.
If it was added in Mermaid.js 10+, it's blocked by #5758