Wraps a list of content blocks (text, plots, tables, htmlwidgets, Markdown) into Quarto callouts with optional collapse.
Usage
render_callout_content(
content_list,
titles = names(content_list),
callout_type = "note",
collapse = TRUE
)Wraps a list of content blocks (text, plots, tables, htmlwidgets, Markdown) into Quarto callouts with optional collapse.
render_callout_content(
content_list,
titles = names(content_list),
callout_type = "note",
collapse = TRUE
)