We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553af35 + d87371c commit af0abd4Copy full SHA for af0abd4
.gitignore
@@ -9,3 +9,5 @@ rsconnect/
9
/.quarto/
10
_site
11
.Rbuildignore
12
+
13
+**/*.quarto_ipynb
_quarto.yml
@@ -26,7 +26,9 @@ format:
26
theme: [cosmo, html/css/style.scss]
27
toc: true
28
toc-location: left
29
- highlight-style: a11y-dark
+ highlight-style:
30
+ light: a11y-light
31
+ dark: a11y-dark
32
css: html/css/cheatsheet.css
33
mainfont: "Atkinson Hyperlegible"
34
0 commit comments