it:ad:mermaid.js:howto:flow_diagrams:Home
Summary
%%{
init: {
"theme": "dark",
"themeVariables": {
"fontFamily": "arial",
}
"logLevel": "info",
"flowchart": {
"htmlLabels": true,
"curve": "linear"
},
"sequence": {
"mirrorActors": true
}
}
}%%
flowchart LR
markdown[("is _Markdown_")]
newLines["`Line1
Line 2
Line 3`"]
markdown --> newLines