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

Several "::include{file=roles.puml}" in a markdown (*.md) file

parent 5c4ab3b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@
Bob -> Alice: Hola ¿A dónde vas?
Alice->Bob: Manzanas traigo
note: This part is written in a secondary file \n in another folder \n (/dir/included_part2.puml)
@enduml
\ No newline at end of file
......@@ -5,7 +5,6 @@
group Testing markdown ::include
Int_Au -> Comp_Mg
note left: If the entity names above are \n "Internal Auditor" and \n "Compliance Manager"...
note right: ...then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
Int_Au <- Comp_Mg
......@@ -14,6 +13,5 @@ end
'This includes Bob & Alice talk
'Note that the file is in another folder (/dir)
::include{file=/dir/included_part2.puml}
note: This part is included from a file in another folder
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment