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

Update file testDiagram.md

parent 1e75941b
Branches
No related tags found
No related merge requests found
......@@ -11,17 +11,17 @@ participant SecurityMonitoring as SECMON
'Testing HTTP !include
'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
group Testing !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)
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)
Int_Au <- Comp_Mg
end
'Testing filename !include
'!include roles.puml
group Testing !include
Int-Au -> Comp-Mg
Int_Au -> Comp_Mg
note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md)
Int-Au <- Comp-Mg
Int_Au <- Comp_Mg
end
'Testing markdown !include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment