test plantuml integration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-06-25 16:05:48 +02:00
parent 67bab6710c
commit 5a1d6903e8

View File

@ -186,3 +186,9 @@ docker run \
Make sure to install the module `regex` in the environment the client shall run in. Make sure to install the module `regex` in the environment the client shall run in.
```plantuml
@startuml
Alice -> Bob: Test PlantUML
@enduml
```