From 4651d1ac00e4eb768513282c154b732a8711178f 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:26:03 +0100 Subject: [PATCH] Update 2 files - /uml_test2.md - /uml_test1.md --- uml_test1.md | 3 +-- uml_test2.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/uml_test1.md b/uml_test1.md index 6eaf490..43669a1 100644 --- a/uml_test1.md +++ b/uml_test1.md @@ -5,8 +5,7 @@ group Testing HTTP !include Int_Au -> Comp_Mg - note left: "Int Au -> Comp Mg \n - IntAu <- Comp Mg" + note left: "Int_Au -> Comp-Mg \n IntAu <- Comp Mg" note right: If the entity names show as \n "Internal Auditor" and "Compliance Manager",\n then the \n "!include http..."\n diff --git a/uml_test2.md b/uml_test2.md index 38d4cbd..2370206 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -5,8 +5,8 @@ group Testing markdown ::include Int_Au -> Comp_Mg - note left: If the entity names are \n "Internal Auditor" \n and \n "Compliance Manager"... - note right: then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md) + 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 end -- GitLab