Skip to content

Commit e736cc0

Browse files
committed
Hide warning from gt
Issue is this one: rstudio/gt#2004
1 parent 5c54de9 commit e736cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/markdown-html-tables.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ gt(complex_table) |>
190190
Here is the example with built-in support for Markdown content in **gt**:
191191

192192
```{r}
193+
#| warning: false
193194
data.frame(
194195
Feature = c("Formatting", "Math", "References", "Media"),
195196
Example = c(

0 commit comments

Comments
 (0)