diff --git a/uml_test1.md b/uml_test1.md index 09cfc158ef6ddd09e8abee592e42016f21323fdc..e5d4a2c741f0bcd69b5d5e8cfc043a3d015acdb7 100644 --- a/uml_test1.md +++ b/uml_test1.md @@ -4,9 +4,12 @@ 'Testing HTTP !include !include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/master/roles.puml -group Testing !include +group Testing HTTP !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) + 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 end diff --git a/uml_test2.md b/uml_test2.md index 2487b79ba29aa894f4873ea5919bfb2180d9ba84..5b1c7e188ba803101367c281fd85a21065fedb57 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -3,9 +3,10 @@ 'Testing markdown !include ::include{file=roles.puml} -group Testing !include +group Testing markdown ::include 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) + 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) Int_Au <- Comp_Mg end diff --git a/uml_test3.md b/uml_test3.md index 9b5fc7f86003f18c86425ec90bd52033fd321bb9..f0a601029380067ea2f7086f837ff56525450fbd 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -1,8 +1,8 @@ ```plantuml this is for tecnalia plantuml plugin 'Testing filename !include -!include roles.puml - group Testing !include +!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) Int_Au <- Comp_Mg