When doing RevealJS slides with Quarto, I’m using the pagedown::chrome_print()
function to convert the slides to PDF format. This works pretty well, however, code chunks are getting an indentation that I can’t seem to get rid off. Below is a simple example showing first the .html
slide and then the .pdf
slide. Is there a way to get rid of that rather large indentation?