diff --git a/uml_test2.md b/uml_test2.md
index 3f3f6e0c99044a06ea45cf82d0022c373ea68819..38d4cbd66e0f073a296f484171778508d89c69a2 100644
--- a/uml_test2.md
+++ b/uml_test2.md
@@ -5,8 +5,8 @@
 
 group Testing markdown ::include
     Int_Au -> Comp_Mg
-        note left: If the entity names are \n "Internal Auditor" and "Compliance Manager"...
-        note right: then, the \n "::include {file=roles.puml}" \n works in a markdown file!! (*.md)
+        note left: If the entity names are \n "Internal Auditor" \n and \n "Compliance Manager"...
+        note right: then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
     Int_Au <- Comp_Mg
 end