From e713c1edc7ac0ac0cceffd42af88a7c554826f96 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:46:36 +0100 Subject: [PATCH] Update 3 files - /roles.puml - /uml_test3.md - /uml_test2.md --- roles.puml | 4 ++-- uml_test2.md | 2 +- uml_test3.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles.puml b/roles.puml index 023022e..2319a5f 100644 --- a/roles.puml +++ b/roles.puml @@ -1,2 +1,2 @@ -!define Int-Au "Internal Auditor" -!define Comp-Mg "Compliance Manager" \ No newline at end of file +!define Int_Au "Internal Auditor" +!define Comp_Mg "Compliance Manager" \ No newline at end of file diff --git a/uml_test2.md b/uml_test2.md index 1a13a60..fe1b785 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -4,7 +4,7 @@ ::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) +note left: If the names are \n "Internal Auditor" and "Compliance Manager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md) Int_Au <- Comp_Mg end diff --git a/uml_test3.md b/uml_test3.md index 557fcfe..0b194e1 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -4,7 +4,7 @@ !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) +note left: If the names are \n "Internal Auditor" and "Compliance Manager" \n the "!include filename" works in a markdown file (*.md) Int_Au <- Comp_Mg end -- GitLab