```plantuml this is for tecnalia plantuml plugin

'Testing markdown !include 
::include{file=roles.puml}

group Testing markdown ::include
    Int_Au -> Comp_Mg
        note left: If the entity names above are \n "Internal Auditor" 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

'This includes Bob & Alice talk
'Note that the file is in another folder (/dir)
::include{file=/dir/included_part2.puml}
        
```