```plantuml this is for tecnalia plantuml plugin

'Testing filename !include 
'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)
        Int_Au <- Comp_Mg
    end


```