diff --git a/uml_test1.md b/uml_test1.md index e5d4a2c741f0bcd69b5d5e8cfc043a3d015acdb7..7ddff09e8f7996e4e22a5602843b8662ba39cf93 100644 --- a/uml_test1.md +++ b/uml_test1.md @@ -6,8 +6,8 @@ group Testing HTTP !include Int_Au -> Comp_Mg - note left: Int_Au -> Comp_Mg \n - Int_Au <- Comp_Mg + note left: "Int_Au" -> "Comp_Mg" \n + "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) Int_Au <- Comp_Mg diff --git a/uml_test2.md b/uml_test2.md index 5b1c7e188ba803101367c281fd85a21065fedb57..65227f41b1d4e462caa714dd2d53756f43c530c4 100644 --- a/uml_test2.md +++ b/uml_test2.md @@ -6,7 +6,9 @@ group Testing markdown ::include Int_Au -> Comp_Mg 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 end diff --git a/uml_test3.md b/uml_test3.md index f0a601029380067ea2f7086f837ff56525450fbd..470702a64a5b365f1a3ee81113eda5ea81ea8bca 100644 --- a/uml_test3.md +++ b/uml_test3.md @@ -1,7 +1,11 @@ ```plantuml this is for tecnalia plantuml plugin '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 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)