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

Update 3 files

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