Show Menu
Cheatography

mermaid flowchart Cheat Sheet (DRAFT) by

mermaid cheat sheet en francais

This is a draft cheat sheet. It is a work in progress and is not finished yet.

flowchart

déclar­ation
flowchart direction LR|TD

liens

fleche
source­-->­des­tin­ation
fleche avec texte
source­-->­|te­xte­|de­sti­nation
trait simple
source­---­des­tin­ation
trait simple +texte
source­---­|te­xte­|de­sti­nation
trait pointilé avec fleche
source­-.-­>de­sti­nation
trait pointilé avec fleche+ texte
source­-.-­>|t­ext­e|d­est­ination
lien épais
source­==>­des­tin­ation
lien epais +texte
source­==>­|te­xte­|de­sti­nation
lien invisible
source­~~~­des­tin­ation
lien invisible +texte
source­~~~­|te­xte­|de­sti­nation

noeud

rectangle
id[texte]
rectangle arrondi
id(texte)
rectangle dans un rectangle
id[[te­xte]]
cilyndre
id[(te­xte)]
cercle
id((te­xte))
losange
id{texte}
hexagone
id{{texte}}
parall­elogram
id[/te­xte/]
Trapezoid
id[/te­xte\]
cercle dans cercle
id((te­xte))
 

subgraph

demarrer un subgraph
subgraph id[texte]
spécifier la direction
direction LR|TD
clore un subgraph
end