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

Less obtrusive Jekyll integration #86

Closed asbjornu closed 2 years ago

asbjornu commented 2 years ago

As I write in https://github.com/SwedbankPay/kramdown-plantuml/issues/84#issuecomment-974011968, we should make the Jekyll integration less obtrusive:

  1. We should not invoke the Jekyll behaviour unless the plantuml configuration contains theme.
  2. We may circumvent most of the Jekyll integration by resolving theme.directory to site.source instead of site.dest, since we then shouldn't need to wait until Jekyll has written to site.dest before invoking PlantUML.