Controlling HTML output location in Quarto
In RMarkdown, I used to control the output HTML file’s location like this:
R: pass parameters to quarto_render
Please have a look at the script below. I have used it many times when rendering rmarkdown files.
R: add numbering, citations and a global font to a quarto document
Please have a look at the reprex below. I use quarto to generate a word document with a table and a plot. I adapted some rmarkdown code, but I am not there yet. I would like the table and the plot to be numbered, to show their caption on the top and I would like to reference them, but I am not there yet. Finally, I would like to set the font type (e.g. verdana) for the whole document. Any suggestion is appreciated.
Why is R inline code not executed in Quarto in some situations?
I am switching from Rmarkdown to Quarto and have encountered a wired behaviour: