From 17f7e8930a31e217fed8efd3ed808b90473d8bd7 Mon Sep 17 00:00:00 2001 From: Dmitry <121898072+bpmbpm@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:23:20 +0300 Subject: [PATCH] Update example.md --- .../mermaid_etc/PlantUML/example.md | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/BPM/graphic_editor/mermaid_etc/PlantUML/example.md b/BPM/graphic_editor/mermaid_etc/PlantUML/example.md index 0581dfdd..e50bb122 100644 --- a/BPM/graphic_editor/mermaid_etc/PlantUML/example.md +++ b/BPM/graphic_editor/mermaid_etc/PlantUML/example.md @@ -1,6 +1,20 @@ ### PlantUML -в md-файле можно написать: -``` plantuml -Bob -> Alice : hello Alice -> Bob : hi +рендеринг *.iuml файлов +- https://github.com/marketplace/actions/plantuml-for-markdown +- https://github.com/jonashackt/plantuml-markdown + + +? в md-файле можно написать: + +```plantuml +@startuml +Bob -> Alice : hello +@enduml ``` + +https://github.com/jonashackt/plantuml-markdown +https://github.com/plantuml/plantuml + +### example +https://github.com/okunev-e/plantuml_examples