« Mermaid » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Langages de Programmation = Links = * [https://mermaid-js.github.io Mermaid JS] * [https://mermaid.live online editor] »)
 
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
* [https://mermaid-js.github.io Mermaid JS]
* [https://mermaid-js.github.io Mermaid JS]
* [https://mermaid.live online editor]
* [https://mermaid.live online editor]
= Flowchart =
== Oriention ==
{| class="wikitable wtp"
! code
! description
|-
| colonne1 || colonne2
| TB || top to bottom
|-
| TD || top-down/ same as top to bottom
|-
| BT || bottom to top
|-
| RL || right to left
|-
| LR || left to right
|}
<kode lang='mermaid'>
flowchart TB
    1 --> 2
</kode>

Version du 10 janvier 2022 à 17:48

Links

Flowchart

Oriention

code description
colonne1 colonne2 TB top to bottom
TD top-down/ same as top to bottom
BT bottom to top
RL right to left
LR left to right
Mermaid.svg
flowchart TB
    1 --> 2