diff --git a/roles.puml b/roles.puml index 023022eb84b286e7b4039988ac8bfd43fee6b48e..2319a5fe186ad1bf258678b3e5386b5b4c1612c3 100644 --- a/roles.puml +++ b/roles.puml @@ -1,2 +1,2 @@ -!define Int-Au "Internal Auditor" -!define Comp-Mg "Compliance Manager" \ No newline at end of file +!define Int_Au "Internal Auditor" +!define Comp_Mg "Compliance Manager" \ No newline at end of file diff --git a/uml_test2.md b/uml_test2.md index 1a13a60a227c25f58915f3f7cd396acae340231c..fe1b785d3b69b48377f31f337367d73b40939891 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -4,7 +4,7 @@ ::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) +note left: If the names are \n "Internal Auditor" and "Compliance Manager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md) Int_Au <- Comp_Mg end diff --git a/uml_test3.md b/uml_test3.md index 557fcfef869dd529d0cb594ca181c7c035730f50..0b194e1d7201a2dd8adc22c25f6f55e86fd4dd49 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -4,7 +4,7 @@ !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) +note left: If the names are \n "Internal Auditor" and "Compliance Manager" \n the "!include filename" works in a markdown file (*.md) Int_Au <- Comp_Mg end