upload testing marmaid and upml
This commit is contained in:
17
PLACEHOLDER.md
Normal file
17
PLACEHOLDER.md
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
https://plantuml.com/
|
||||
https://blog.jetbrains.com/dotnet/2020/10/06/create-uml-diagrams-using-plantuml/
|
||||
|
||||
```puml
|
||||
Bob->Alice : Hello!
|
||||
```
|
||||
|
||||
https://mermaid.js.org/#/
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
A[Write Code] --> B{Does it work?}
|
||||
B --> NO --> D[Google]
|
||||
B --> YES --> C[GREAT!]
|
||||
D --> A
|
||||
```
|
Reference in New Issue
Block a user