Format reviewer or collaborator notes so they render as colored text in HTML, as colored LaTeX in PDF, and as a Word custom style in Docx.
Details
When knitting to Word, the referenced Word template must define a paragraph style
matching the style argument. The default style = "Comment" requires a Word
style named "Comment" in the target document or template.
Examples
if (knitr::is_html_output()) {
quarto_note("Please review this section")
}