test for plantuml

This commit is contained in:
Rémi Heredero 2023-10-19 11:33:18 +02:00
parent 3d5f026a94
commit 2ee12ca042

View File

@ -21,13 +21,16 @@ flowchart TD
E --> |Yes| insert
```
```flow
st=>start: Start:>http://google.com[blank]
```
```plantuml
@startuml component
actor client
node app
database db
```sequence
Andrew -> China : Says Hello
db -> app
app -> client
@enduml
```