From b5d87f56ba266b3033161a5c7bf9b79e7fad5529 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 14:34:57 +0100
Subject: [PATCH] Several "::include{file=roles.puml}" in a markdown (*.md)
 file

---
 dir/included_part2.puml | 1 +
 markdown_uml_2.md       | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dir/included_part2.puml b/dir/included_part2.puml
index 9083ebd..0e2fc90 100644
--- a/dir/included_part2.puml
+++ b/dir/included_part2.puml
@@ -2,5 +2,6 @@
 
 Bob -> Alice: Hola ¿A dónde vas?
 Alice->Bob: Manzanas traigo
+note: This part is written in a secondary file \n  in another folder \n (/dir/included_part2.puml)
 
 @enduml
\ No newline at end of file
diff --git a/markdown_uml_2.md b/markdown_uml_2.md
index 4182363..18fe1b5 100644
--- a/markdown_uml_2.md
+++ b/markdown_uml_2.md
@@ -5,7 +5,6 @@
 
 group Testing markdown ::include
     Int_Au -> Comp_Mg
-        
         note left: If the entity names above are \n "Internal Auditor" and \n "Compliance Manager"...
         note right: ...then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
     Int_Au <- Comp_Mg
@@ -14,6 +13,5 @@ end
 'This includes Bob & Alice talk
 'Note that the file is in another folder (/dir)
 ::include{file=/dir/included_part2.puml}
-note: This part is included from a file in another folder
         
 ```
\ No newline at end of file
-- 
GitLab