From b6dfc503a6766705dd1b460fc234cc517c94ff0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?=
 <inaki.etxaniz@tecnalia.com>
Date: Thu, 6 Mar 2025 11:58:30 +0100
Subject: [PATCH] Update 3 files

- /uml_test2.md
- /uml_test1.md
- /uml_test3.md
---
 uml_test1.md | 7 +++++--
 uml_test2.md | 5 +++--
 uml_test3.md | 4 ++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/uml_test1.md b/uml_test1.md
index 09cfc15..e5d4a2c 100644
--- a/uml_test1.md
+++ b/uml_test1.md
@@ -4,9 +4,12 @@
 'Testing HTTP !include 
 !include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/master/roles.puml
 
-group Testing !include
+group Testing HTTP !include
     Int_Au -> Comp_Mg
-        note left: If the names are \n "Int_Au" and "Comp_Mg" \n the "!include http..." didn't work in a markdown file (*.md)
+        note left: Int_Au -> Comp_Mg \n 
+        Int_Au <- Comp_Mg
+
+        note right: If the entity names show as \n "Internal Auditor" and "Compliance Manager",\n then the "!include http..." worked in a markdown file!! (*.md)
     Int_Au <- Comp_Mg
 end
 
diff --git a/uml_test2.md b/uml_test2.md
index 2487b79..5b1c7e1 100644
--- a/uml_test2.md
+++ b/uml_test2.md
@@ -3,9 +3,10 @@
 'Testing markdown !include 
 ::include{file=roles.puml}
 
-group Testing !include
+group Testing markdown ::include
     Int_Au -> Comp_Mg
-        note left: If the entity names are \n "Internal Auditor" and "Compliance Manager" \n the "::include{file=roles.puml}" \n works in a markdown file (*.md)
+        note left: If the entity names are \n "Internal Auditor" and "Compliance Manager"...
+        note right: ...the "::include{file=roles.puml}" \n works in a markdown file (*.md)
     Int_Au <- Comp_Mg
 end
 
diff --git a/uml_test3.md b/uml_test3.md
index 9b5fc7f..f0a6010 100644
--- a/uml_test3.md
+++ b/uml_test3.md
@@ -1,8 +1,8 @@
 ```plantuml this is for tecnalia plantuml plugin
 
 'Testing filename !include 
-!include roles.puml
-    group Testing !include
+!include {roles.puml}
+    group Testing filename !include
         Int_Au -> Comp_Mg
             note left: If the entity names are \n "Internal Auditor" and "Compliance Manager" \n the "!include filename" \n works in a markdown file (*.md)
         Int_Au <- Comp_Mg
-- 
GitLab