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
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>
"]
Screenshots
The text was updated successfully, but these errors were encountered:
Proposal
adding
markdown
tosequenceDiagram
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
or
Screenshots
The text was updated successfully, but these errors were encountered: