diff --git a/uml_test1.md b/uml_test1.md index da70d8cfe984c561e8001b375e03e67cd3e7c2a6..09cfc158ef6ddd09e8abee592e42016f21323fdc 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 fe1b785d3b69b48377f31f337367d73b40939891..2487b79ba29aa894f4873ea5919bfb2180d9ba84 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 0b194e1d7201a2dd8adc22c25f6f55e86fd4dd49..9b5fc7f86003f18c86425ec90bd52033fd321bb9 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