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 @@ ...@@ -6,8 +6,8 @@
group Testing HTTP !include group Testing HTTP !include
Int_Au -> Comp_Mg Int_Au -> Comp_Mg
note left: Int_Au -> Comp_Mg \n note left: "Int_Au" -> "Comp_Mg" \n
Int_Au <- Comp_Mg "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) 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
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
group Testing markdown ::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"... 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 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} 'This gives an error
'when trying a simple PlantUML include:
'"!include roles.puml"
!include roles.puml
group Testing filename !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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment