# a quarto_section object
sec <- quarto_section("A level-two header", level = 2L)
# base::print() displays a summary of the object
print(sec)
# knitr::knit_print() displays the rendered quarto syntax
knitr::knit_print(sec)
# a quarto_span object
spn <- quarto_span("This is underlined", class = "underline")
print(spn)
knitr::knit_print(spn)
Run the code above in your browser using DataLab