File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 9696 ` quarto list extensions ` , ` quarto remove extensions ` , and ` quarto update extensions `
9797 respectively.
9898
99+ - ` tbl_qmd_span() ` , ` tbl_qmd_div() ` , and ` tbl_qmd() ` create HTML elements
100+ with special ` data-qmd ` attributes that tell Quarto to process their
101+ content as Markdown. These functions enable including formatted text, math
102+ equations, links, and other Markdown content within HTML tables generated
103+ by packages like ** knitr** , ** kableExtra** , and ** DT** . The functions
104+ provide a ` display ` argument for fallback text when content includes
105+ Quarto-specific features like shortcodes. This addresses a common
106+ limitation where Markdown syntax inside HTML tables isn't automatically
107+ processed by Quarto.
108+
99109- ` theme_brand_*() ` and ` theme_colors_*() ` helper functions assist with
100110 theming using dark and light brand colors for common graph and table
101111 packages (thanks, @gordonwoodhull , #234 ).
You can’t perform that action at this time.
0 commit comments