Skip to content
Snippets Groups Projects
Commit 9d25f875 authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Update 3 files

- /uml_test2.md
- /uml_test3.md
- /uml_test1.md
parent e713c1ed
Branches
No related tags found
No related merge requests found
...@@ -2,14 +2,12 @@ ...@@ -2,14 +2,12 @@
```plantuml this is for tecnalia plantuml plugin ```plantuml this is for tecnalia plantuml plugin
'Testing HTTP !include '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 group Testing !include
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) 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
end end
......
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
'Testing markdown !include 'Testing markdown !include
::include{file=roles.puml} ::include{file=roles.puml}
group Testing !include group Testing !include
Int_Au -> Comp_Mg 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) 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 Int_Au <- Comp_Mg
end end
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
!include roles.puml !include roles.puml
group Testing !include group Testing !include
Int_Au -> Comp_Mg 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) 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 Int_Au <- Comp_Mg
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment