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.
Using
-t html5
onpandoc
causes to usepng
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 usesvg
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 tosvg
.