How do I use inline math as the contents in a diagram box using mermaid? #11395
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you provide a complete small reproducible example rather than a standalone snippet of code? Also what version of Quarto are you using? Also, see previous discussion: Note that your diagram is not valid (independently of Quarto). You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Could you provide a complete small reproducible example rather than a standalone snippet of code? Also what version of Quarto are you using?
Also, see previous discussion:
Note that your diagram is not valid (independently of Quarto).
You need to write valid Mermaid.js diagram, see Mermaid.js documentation.
You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four
````
).See https://quarto.org/bug-reports.html#small-is-beautiful-aim-for-a-single-document-with-10-lines.
If you have multiple files (and if it is absolutely required to have multiple files), please share …