From fd233d8a8d8ebff9bf237aac7c9d1c9ba5a90892 Mon Sep 17 00:00:00 2001 From: Dmitry <121898072+bpmbpm@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:53:48 +0300 Subject: [PATCH] Create example.md --- BPM/graphic_editor/mermaid_etc/PlantUML/example.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 BPM/graphic_editor/mermaid_etc/PlantUML/example.md diff --git a/BPM/graphic_editor/mermaid_etc/PlantUML/example.md b/BPM/graphic_editor/mermaid_etc/PlantUML/example.md new file mode 100644 index 00000000..3f5639f9 --- /dev/null +++ b/BPM/graphic_editor/mermaid_etc/PlantUML/example.md @@ -0,0 +1,4 @@ +### PlantUML +в md-файле можно написать: + +```plantuml Bob -> Alice : hello Alice -> Bob : hi ```