We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c45aed commit 7c7d420Copy full SHA for 7c7d420
tests/docs/smoke-all/brand/test-01/index.qmd
@@ -2,8 +2,16 @@
2
title: "test-01"
3
filters:
4
- test_brand.lua
5
+_quarto:
6
+ tests:
7
+ html:
8
+ ensureHtmlElements:
9
+ - []
10
11
---
12
13
This is a Quarto website.
14
15
+[a span]{style='color: {{< brand color primary >}}'}
16
+
17
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
tests/docs/smoke-all/brand/test-01/revealjs.qmd
@@ -0,0 +1,9 @@
1
+---
+format: revealjs
+## Slides
+This is a Quarto presentation.
+To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
tests/docs/smoke-all/brand/test-01/styles.css
@@ -0,0 +1 @@
+/* css styles */
0 commit comments