mermaid
mermaid copied to clipboard
adding Markdown to SequenceDiagram Notes
Proposal
adding markdown
to sequenceDiagram
notes.
Using a package such as https://marked.js.org/ to help render the contents.
Can be extended to notes in general, by replacing the text renderer with this.
Open to other design ideas.
Example
sequenceDiagram
participant am
note left of am
note left of am
<markdown here>
<markdown here>
<markdown here>
end
or
sequenceDiagram
participant am
note left of am["
<markdown here>
<markdown here>
<markdown here>
"]