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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
```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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment