We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb21d2c commit 7f211ceCopy full SHA for 7f211ce
2 files changed
tests/docs/smoke-all/dark-mode/dark-brand.qmd
@@ -0,0 +1,17 @@
1
+---
2
+format: html
3
+brand:
4
+ dark: slate-brand.yml
5
+_quarto:
6
+ tests:
7
+ html:
8
+ ensureHtmlElements:
9
+ - ["link[href*=\"-dark-\"]"]
10
+ - []
11
12
+
13
+## Hello
14
15
+```markdown
16
+
17
+```
tests/docs/smoke-all/dark-mode/dark-theme.qmd
+format: revealjs
+theme:
+ dark: slate
0 commit comments