From 345658b4aa6e5cd88ddd04f3d24b9c454e5d6f0f 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 10:16:23 +0100
Subject: [PATCH] Update file testDiagram.md

---
 testDiagram.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testDiagram.md b/testDiagram.md
index 33c0679..0c1571f 100644
--- a/testDiagram.md
+++ b/testDiagram.md
@@ -9,7 +9,7 @@ participant PerformanceMonitoring as IAMON
 participant SecurityMonitoring as SECMON
 
 'Testing HTTP !include 
-'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
+!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
 group Testing !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)
@@ -17,7 +17,7 @@ Int-Au <- Comp-Mg
 end
 
 'Testing filename !include 
-'!include roles.puml
+!include roles.puml
 group Testing !include
 Int-Au -> Comp-Mg
 note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md)
@@ -25,7 +25,7 @@ Int-Au <- Comp-Mg
 end
 
 'Testing markdown !include 
-'!include roles.puml
+::include{file=roles.puml}
 group Testing !include
 Int-Au -> Comp-Mg
 note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md)
-- 
GitLab