Skip to content

Commit 3e572e4

Browse files
cdervgithub-actions[bot]
authored andcommitted
final tweaks
(cherry picked from commit 1f7d5a9)
1 parent 3a858f1 commit 3e572e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/blog/posts/2025-xx-xx-R-package-release-1.5/index.qmd renamed to docs/blog/posts/2025-07-28-R-package-release-1.5/index.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories:
77
- knitr
88
- Releases
99
author: Christophe Dervieux
10-
date: "2025-07-25"
10+
date: "2025-07-28"
1111
image: thumbnail.png
1212
image-alt: "quarto R logo with 1.5.0 release text"
1313
---
@@ -26,6 +26,7 @@ Major features in this release include:
2626

2727
- [**Pass R values to Quarto metadata**](#pass-r-values-to-quarto-metadata) - Set metadata programmatically based on computed values from knitr engine
2828
- [**Insert Markdown in HTML tables for Quarto processing**](#insert-markdown-in-html-tables) - Include Markdown content (equations, links, formatting) in HTML tables
29+
- [**Apply Light and Dark Themes to Plots and Tables](#themes-helpers) - Change the background and foreground colors of plots and tables based on light & dark themes
2930
- [**Work with R scripts and Quarto**](#work-with-r-scripts) - Extract R code from Quarto documents or prepare R scripts for Quarto rendering
3031
- [**Build paths from Quarto Project**](#build-paths-from-project) - Build paths relative to Quarto project root within R cells
3132
- [**Automate Quarto CLI from R**](#automate-quarto-cli) - New and improved wrappers around Quarto CLI features for easier automation
@@ -117,7 +118,7 @@ data.frame(
117118

118119
These helper functions wrap content in HTML spans with `data-qmd-base64` attributes that Quarto recognizes for Markdown processing. They work with any table package that supports raw HTML (knitr, kableExtra, DT). For content that only works in Quarto, use the `display` argument for graceful fallback. See more examples in the [Markdown in HTML tables vignette](https://quarto-dev.github.io/quarto-r/articles/markdown-html-tables.html), including comparisons of Markdown support in HTML tables across different packages.
119120

120-
## Apply Light and Dark Themes to Plots and Tables
121+
## Apply Light and Dark Themes to Plots and Tables {#themes-helpers}
121122

122123
The `theme_colors_flextable()`, `theme_colors_ggplot2()`, `theme_colors_gt()`, `theme_colors_plotly()`, `theme_colors_thematic()` helper functions change the background and foreground colors of six popular plot and table packages. These can be used to produce light and dark [`renderings`](https://quarto.org/docs/computations/execution-options.html#cell-renderings) to match the plot or table with themes in light and dark mode.
123124

57 KB
Loading
-37.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)