Skip to content

Commit 6af0f6e

Browse files
committed
Add missing tbl_qmd_* in NEWS
1 parent 05a1b32 commit 6af0f6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@
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).

0 commit comments

Comments
 (0)