Istio_Examples/PLACEHOLDER.md
savagebidoof dd3dcdbdf3 set note
2023-04-23 02:24:45 +02:00

412 B

https://plantuml.com/ https://blog.jetbrains.com/dotnet/2020/10/06/create-uml-diagrams-using-plantuml/

Bob->Alice : Hello!

https://mermaid.js.org/#/

graph LR
    A[Write Code] --> B{Does it work?}
    B --> NO --> D[Google]
    B --> YES --> C[GREAT!]
    D --> A

NOTE:
Gitea has support for mermaid.
Doesn't have support for puml.
(obv talking about default behavior)