diff --git a/uml_test1.md b/uml_test1.md
index 3b49198cd72bd4d9cfb66ad9f22de597bae5dc96..da70d8cfe984c561e8001b375e03e67cd3e7c2a6 100644
--- a/uml_test1.md
+++ b/uml_test1.md
@@ -2,11 +2,14 @@
 ```plantuml this is for tecnalia plantuml plugin
 
 'Testing HTTP !include 
-!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/master/roles.puml
+'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/raw/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
+
 end