Skip to content

Commit 032cd58

Browse files
respect-user-color-scheme, code-tools source links
1 parent a10d86a commit 032cd58

17 files changed

+68
-3
lines changed

renderings/_quarto.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ website:
2121
- pygal.qmd
2222
- seaborn.qmd
2323
- thematic.qmd
24-
2524
brand:
2625
light: light-brand.yml
2726
dark: dark-brand.yml
28-
2927
theme:
3028
light: brand
31-
dark: [brand, dark-fixups.scss]
29+
dark: [brand, dark-fixups.scss]
30+
format:
31+
html:
32+
respect-user-color-scheme: true

renderings/altair.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: altair
33
engine: jupyter
44
keep-md: true
5+
format:
6+
html:
7+
code-tools:
8+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/altair.qmd
59
---
610

711

renderings/bokeh.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: bokeh
33
author: "anthropic claude-3-5-sonnet-latest"
44
date: 2025-01-06
5+
format:
6+
html:
7+
code-tools:
8+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/bokeh.qmd
59
---
610

711
## Question

renderings/flextable.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: flextable
33
execute:
44
echo: false
55
warning: false
6+
format:
7+
html:
8+
code-tools:
9+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/flextable.qmd
610
---
711

812
```{r}

renderings/ggiraph.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: ggiraph
3+
format:
4+
html:
5+
code-tools:
6+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggiraph.qmd
37
---
48

59
```{r}

renderings/ggplot.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: ggplot
33
keep-md: true
4+
format:
5+
html:
6+
code-tools:
7+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggplot.qmd
48
---
59

610
```{r}

renderings/great-tables.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: great tables
33
engine: jupyter
44
keep-md: true
55
ipynb-shell-interactivity: all
6+
format:
7+
html:
8+
code-tools:
9+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/great-tables.qmd
610
---
711

812
```{python}

renderings/gt.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: gt
33
execute:
44
echo: false
55
warning: false
6+
format:
7+
html:
8+
code-tools:
9+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/gt.qmd
610
---
711

812
```{r}

renderings/heatmaply.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: heatmaply
3+
format:
4+
html:
5+
code-tools:
6+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/heatmaply.qmd
37
---
48

59
Note, this is not fully working - see e.g. the legend background and the labels.

renderings/leaflet.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: leaflet
3+
format:
4+
html:
5+
code-tools:
6+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/leaflet.qmd
37
---
48

59
```{r}

0 commit comments

Comments
 (0)