|
|
Refs :
|
|
|
**Refs** :
|
|
|
|
|
|
:bulb: https://mermaid-js.github.io/mermaid-live-editor/
|
|
|
|
|
|
https://css-tricks.com/making-mermaid-diagrams-in-markdown/
|
|
|
|
|
|
https://mermaid-js.github.io/mermaid/#/
|
|
|
|
|
|
un
|
|
|
## Graphes
|
|
|
ex de la doc
|
|
|
```mermaid
|
|
|
graph TD;
|
|
|
A-->B;
|
... | ... | @@ -12,7 +15,26 @@ graph TD; |
|
|
B-->D;
|
|
|
C-->D;
|
|
|
```
|
|
|
deux
|
|
|
ex du live editor
|
|
|
|
|
|
```mermaid
|
|
|
graph TD
|
|
|
A[Christmas] -->|Get money| B(Go shopping)
|
|
|
B --> C{Let me think}
|
|
|
C -->|One| D[Laptop]
|
|
|
C -->|Two| E[iPhone]
|
|
|
C -->|Three| F[fa:fa-car Car]
|
|
|
```mermaid
|
|
|
|
|
|
mon exemple
|
|
|
```mermaid
|
|
|
graph TD;
|
|
|
A[DEBITS (hydrologie)]--> |Scénario ("crue de projet"...)| B[Zone inondée (hydraulique)];
|
|
|
B--> |courbes d'endommagement, fonction de la Hauteur (et durée)| C[Dommages par scénario (économie, ...)];
|
|
|
C--> |courbe dommage-fréquence| D[Dommages Moyens Annualisés]
|
|
|
|
|
|
```
|
|
|
git ?
|
|
|
```mermaid
|
|
|
gitGraph
|
|
|
commit
|
... | ... | @@ -25,10 +47,3 @@ deux |
|
|
commit
|
|
|
commit
|
|
|
``` |
|
|
trois
|
|
|
```mermaid
|
|
|
graph TD;
|
|
|
"DEBITS (hydrologie)"-->"Zone inondée (hydraulique)";
|
|
|
"Zone inondée (hydraulique)"-->"Dommages (économie, ...)";
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |