kkeisuke / plantuml-editor

PlantUML online demo client
https://github.com/kkeisuke/plantuml-editor2
MIT License
435 stars 75 forks source link

Using SKIN #14

Open hi2rashid opened 4 years ago

hi2rashid commented 4 years ago

Skinparam is not supported

@startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam actorStyle awesome

title Payments Testing
actor CardHolder

CardHolder -> Merchant : Payment Order Created
CardHolder <-- Merchant : Payment Order Reference

@enduml