SwedbankPay / kramdown-plantuml

PlantUML support for Kramdown, the Markdown parser used in Jekyll
https://rubygems.org/gems/kramdown-plantuml
Apache License 2.0
8 stars 2 forks source link

Increase robustness of theming #87

Open asbjornu opened 2 years ago

asbjornu commented 2 years ago

The theming currently injects !theme … and scale into the PlantUML diagram source. We should make this more robust by at least checking whether the source already contains !theme or scale and not touch it if it does.