|
|
Refs :
|
|
|
https://css-tricks.com/making-mermaid-diagrams-in-markdown/
|
|
|
https://mermaid-js.github.io/mermaid/#/
|
|
|
|
|
|
```mermaid
|
|
|
graph TD;
|
|
|
A-->B;
|
|
|
A-->C;
|
|
|
B-->D;
|
|
|
C-->D;
|
|
|
```
|
|
|
|
|
|
```mermaid
|
|
|
graph TD;
|
|
|
"DEBITS (hydrologie)"-->"Zone inondée (hydraulique)";
|
|
|
"Zone inondée (hydraulique)"-->"Dommages (économie, ...)";
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |