test for plantuml
This commit is contained in:
parent
3d5f026a94
commit
2ee12ca042
13
readme.md
13
readme.md
@ -21,13 +21,16 @@ flowchart TD
|
|||||||
E --> |Yes| insert
|
E --> |Yes| insert
|
||||||
```
|
```
|
||||||
|
|
||||||
```flow
|
|
||||||
st=>start: Start:>http://google.com[blank]
|
|
||||||
|
|
||||||
```
|
```plantuml
|
||||||
|
@startuml component
|
||||||
|
actor client
|
||||||
|
node app
|
||||||
|
database db
|
||||||
|
|
||||||
```sequence
|
db -> app
|
||||||
Andrew -> China : Says Hello
|
app -> client
|
||||||
|
@enduml
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user