From 5a1d6903e8821e455cfb7b39b24b7c1fc38d29cc Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 25 Jun 2025 16:05:48 +0200 Subject: [PATCH] test plantuml integration --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index df15200..191c900 100644 --- a/readme.md +++ b/readme.md @@ -186,3 +186,9 @@ docker run \ Make sure to install the module `regex` in the environment the client shall run in. +```plantuml +@startuml +Alice -> Bob: Test PlantUML +@enduml +``` +