docsify-plantuml
docsify-plantuml copied to clipboard
Customize style even more?
super neat!
Is it possible to customize the style more than the two default styles?
I'm glad you like it. :wink: Unfortunately, there's no more skin at this moment. However, you can still override the style with the skinparams like this:
@startuml
skinparam shadowing true
autonumber
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
(Though this does look a bit dirty.
Welcome to PR if you have any better ideas.
Related issues: #2