From 0df008b2d03911734ca3679271f20a2a14e9d9ea 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 12:08:18 +0100
Subject: [PATCH] Update file uml_test1.md

---
 uml_test1.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uml_test1.md b/uml_test1.md
index 7ddff09..35982db 100644
--- a/uml_test1.md
+++ b/uml_test1.md
@@ -6,8 +6,8 @@
 
 group Testing HTTP !include
     Int_Au -> Comp_Mg
-        note left: "Int_Au" -> "Comp_Mg" \n 
-        "Int_Au" <- "Comp_Mg"
+        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
-- 
GitLab