timofurrer / pandoc-plantuml-filter

Pandoc filter for PlantUML code blocks
https://pypi.org/project/pandoc-plantuml-filter
MIT License
105 stars 27 forks source link

html5 types use .png instead of svg #17

Closed rene-aguirre closed 11 months ago

rene-aguirre commented 4 years ago

Using -t html5 on pandoc causes to use png for plantuml images (which is the default).

IMO, any pandoc html like format that supports --self-contained would be nice to have it mapped to use svg this includes: html4, html5, html+lhs, html5+lhs, s5, slidy, slideous, dzslides, and revealjs.

Please consider adding these formats to the get_extension function call parameters mapped to svg.

Chralu commented 3 years ago

Hi,

that issue could be redundant with #13