Replies: 2 comments 12 replies
|
You should start by the documentation part about Diagrams in Quarto: https://quarto.org/docs/authoring/diagrams.html Did you already give it go and is something not clear enough ? |
2 replies
|
The flowchart LR
A[Hard edge] --> B(Round edge)
B --> C{Decision}
C --> D[Result one]
C --> E[Result two]
|
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do I embed markdown mermaid.js diagrams? I want to embed a diagram like: https://github.com/V-Sekai/manuals/issues/460
All reactions