Hello PlantUML team,
Here is an example:
@startuml <style> .a { LineStyle 10 Linecolor red } </style> participant alice alice -> bob : msg alice -> bob <<a>> : red @enduml
Regards,Th.
(--------)
Thanks for the suggestion.
This is implemented, except for LineStyle.
Thanks a lot... now style/stereotype covers almost all the diagram.
For that, there is:
The plantuml/plantuml@64ea232 commit may fix it...
Thank to @plantuml, and to PlantUML team,Regards,Th.