Replies: 1 comment
-
You could generate the figures in a particular directory using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In RStudio rendering makes not only HTML file but also [filename]_files - I don't want that. Making it
format.html.minimal: true;
makes some files disappear, but there is stillquarto-syntax-highlighting.css
and one more file. Making itformat.html.embed-resources: true
does the trick, but it affects images too and I want to keep them from file. I did not find fitting option, is there even?Beta Was this translation helpful? Give feedback.
All reactions