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

Update 3 files

- /uml_test1.md
- /uml_test2.md
- /uml_test3.md
parent b6dfc503
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
group Testing HTTP !include
Int_Au -> Comp_Mg
note left: Int_Au -> Comp_Mg \n
Int_Au <- Comp_Mg
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
......
......@@ -6,7 +6,9 @@
group Testing markdown ::include
Int_Au -> Comp_Mg
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)
note right: then, the \n
"::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}
'This gives an error
'when trying a simple PlantUML include:
'"!include roles.puml"
!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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment