hongchhe / my_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_test

..

mermaid test

Notes

Please make sure your browser support mermaid. Refer to GitHub + Mermaid in the https://github.com/mermaid-js/mermaid/blob/develop/docs/integrations.md , install the follows

Examples

  • test mermaid graph
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
  • test mermaid flowchart
graph TD
A --> B
B --> C

About


Languages

Language:Groovy 96.3%Language:HCL 3.7%