Skip to content

Commit 7f211ce

Browse files
tests for only dark brand/theme
these implicitly create a light theme as well and will include two stylesheets ref #12400
1 parent fb21d2c commit 7f211ce

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![asdf](asd.png)
17+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
format: revealjs
3+
theme:
4+
dark: slate
5+
_quarto:
6+
tests:
7+
html:
8+
ensureHtmlElements:
9+
- ["link[href*=\"-dark-\"]"]
10+
- []
11+
---
12+
13+
## Hello
14+
15+
```markdown
16+
![asdf](asd.png)
17+
```

0 commit comments

Comments
 (0)