timofurrer / pandoc-plantuml-filter

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

A way to adjust the output image size #8

Closed Felixoid closed 5 years ago

Felixoid commented 5 years ago

Hello. Is it there any way to set the scale of output image on the page? I've tried a few things but didn't a success.

There is a way to do it in pandoc via:

![](./arch_overview.png){#id .class width=100% }

but I couldn't apply same to plantuml image.

p.s. Thank you for a great plugin!

Felixoid commented 5 years ago

And I've found it right after the asking

 ```{.plantuml width=60%}