diff --git a/testDiagram.md b/testDiagram.md index 33c0679185a9223ffaf8af10cd11fe77c50436a2..0c1571fb1645e0eed95c98f6d91cd25a9b2fbb56 100644 --- a/testDiagram.md +++ b/testDiagram.md @@ -9,7 +9,7 @@ participant PerformanceMonitoring as IAMON participant SecurityMonitoring as SECMON 'Testing HTTP !include -'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml +!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) @@ -17,7 +17,7 @@ Int-Au <- Comp-Mg end 'Testing filename !include -'!include roles.puml +!include roles.puml group Testing !include 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) @@ -25,7 +25,7 @@ Int-Au <- Comp-Mg end 'Testing markdown !include -'!include roles.puml +::include{file=roles.puml} group Testing !include Int-Au -> Comp-Mg note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md)