From 9d25f8754642a6a17ff0c21280ba80949dce2a9b 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:51:11 +0100 Subject: [PATCH] Update 3 files - /uml_test2.md - /uml_test3.md - /uml_test1.md --- uml_test1.md | 10 ++++------ uml_test2.md | 7 ++++--- uml_test3.md | 10 +++++----- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/uml_test1.md b/uml_test1.md index da70d8c..09cfc15 100644 --- a/uml_test1.md +++ b/uml_test1.md @@ -2,14 +2,12 @@ ```plantuml this is for tecnalia plantuml plugin 'Testing HTTP !include -'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/master/roles.puml +!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/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) -Int_Au <- Comp_Mg - + 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) + Int_Au <- Comp_Mg end diff --git a/uml_test2.md b/uml_test2.md index fe1b785..2487b79 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -2,10 +2,11 @@ 'Testing markdown !include ::include{file=roles.puml} + group Testing !include -Int_Au -> Comp_Mg -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 + Int_Au -> Comp_Mg + note left: If the entity names are \n "Internal Auditor" and "Compliance Manager" \n the "::include{file=roles.puml}" \n works in a markdown file (*.md) + Int_Au <- Comp_Mg end ``` \ No newline at end of file diff --git a/uml_test3.md b/uml_test3.md index 0b194e1..9b5fc7f 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -2,10 +2,10 @@ 'Testing filename !include !include roles.puml -group Testing !include -Int_Au -> Comp_Mg -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 + group Testing !include + Int_Au -> Comp_Mg + note left: If the entity names are \n "Internal Auditor" and "Compliance Manager" \n the "!include filename" \n works in a markdown file (*.md) + Int_Au <- Comp_Mg + end ``` \ No newline at end of file -- GitLab