PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Include diagrams in your Markdown files with Mermaid | The GitHub Blog

mercredi 16 février 2022 à 09:48

Coool
https://github.com/mermaid-js/mermaid#readme
https://mermaid-js.github.io/mermaid/#/flowchart

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
sequenceDiagram
Alice->>John: Hello John, how are you?
loop Healthcheck
    John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!

Permalink