Fix graph
This commit is contained in:
parent
195bf8f0a6
commit
9d1cf3bf2b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Interprétation du contenu au format Markdown, utilisation du FrontMatter, et de
|
||||||
|
|
||||||
``` mermaid
|
``` mermaid
|
||||||
flowchart TB
|
flowchart TB
|
||||||
Saisie[["Saisied de texte"]] --> |Représenter comme| Arbre("Un arbre noeudal MD")
|
Saisie["Saisie de texte"] --> |Représenter comme| Arbre("Un arbre noeudal MD")
|
||||||
Arbre --> |Parcours les noeuds| ProchainNoeud("Noeud")
|
Arbre --> |Parcours les noeuds| ProchainNoeud("Noeud")
|
||||||
|
|
||||||
subgraph Analyse d'un noeud
|
subgraph Analyse d'un noeud
|
||||||
|
|
Loading…
Reference in a new issue