From 1aff93065d4846d525c927dd40a0d812bc7e4b56 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:04:36 +0100 Subject: [PATCH] Update 3 files - /uml_test1.md - /uml_test2.md - /uml_test3.md --- uml_test1.md | 4 ++-- uml_test2.md | 4 +++- uml_test3.md | 6 +++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/uml_test1.md b/uml_test1.md index e5d4a2c..7ddff09 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 diff --git a/uml_test2.md b/uml_test2.md index 5b1c7e1..65227f4 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -6,7 +6,9 @@ group Testing markdown ::include Int_Au -> Comp_Mg note left: If the entity names are \n "Internal Auditor" and "Compliance Manager"... - note right: ...the "::include{file=roles.puml}" \n works in a markdown file (*.md) + note right: then, the \n + "::include{file=roles.puml}" \n + works in a markdown file!! (*.md) Int_Au <- Comp_Mg end diff --git a/uml_test3.md b/uml_test3.md index f0a6010..470702a 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -1,7 +1,11 @@ ```plantuml this is for tecnalia plantuml plugin 'Testing filename !include -!include {roles.puml} +'This gives an error +'when trying a simple PlantUML include: +'"!include roles.puml" + +!include roles.puml group Testing filename !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) -- GitLab