From 5771b0273fe9abedc25a7c5e54cfaf1eb1a07e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?= <inaki.etxaniz@tecnalia.com> Date: Fri, 15 Nov 2024 15:58:20 +0100 Subject: [PATCH] .sd file; starts with @puml; includes a ```plantuml block --- testDiagram2.sd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testDiagram2.sd b/testDiagram2.sd index 026d98b..0c80e25 100644 --- a/testDiagram2.sd +++ b/testDiagram2.sd @@ -1,4 +1,5 @@ @startuml +```plantuml this is for tecnalia plantuml plugin participant "GUI/IDE eclipse" as DESIDE participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99 @@ -37,4 +38,5 @@ end 'note over InfrastruturalElementsCatalogue:Is the IOP always called by RuntimeController? +``` @enduml \ No newline at end of file -- GitLab