-
For several output formats, the option
It seems there's no direct way to control this from the outside. How would I go after this? Is a customer filter a path to a solution? Or would I have to hack deeper in the code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The following in your header should do it: fig-format: svg
knitr:
opts_chunk:
dev: "svglite" |
Beta Was this translation helpful? Give feedback.
The following in your header should do it: