[X] included a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
[X] documented the quarto version you're running, by pasting the output from running quarto check in the "Quarto Check Output" text area?
[X] documented the version of the quarto tools you're running, by providing the output from running quarto tools check in the "Quarto Tools Check Output" text area?
[X] documented the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
[X] documented which operating system you're running? If on Linux, please provide the specific distribution as well.
[X] upgraded to the latest version, including your versions of R, the RStudio IDE, and relevant R packages?
Bug description
Consider the following minimal working example:
_quarto.yml
:index.qmd
:After render, I got
when I expected to get
quarto check
Output[✓] Checking Quarto installation......OK Version: 1.0.37 Path: /opt/quarto/bin
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK Version: 3.9.2 Path: /usr/bin/python3 Jupyter: (None)
[✓] Checking R installation...........OK Version: 4.1.3 Path: /opt/conda/lib/R LibPaths:
[✓] Checking Knitr engine render......OK
quarto tools check
OutputChecklist
quarto check
in the "Quarto Check Output" text area?quarto tools check
in the "Quarto Tools Check Output" text area?