We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9311ca8 commit 9803343Copy full SHA for 9803343
2 files changed
tests/docs/smoke-all/2025/12/10/13769/_quarto.yml
@@ -0,0 +1,20 @@
1
+project:
2
+ type: book
3
+
4
+book:
5
+ title: "issue13769"
6
+ author: "Norah Jones"
7
+ date: "12/10/2025"
8
+ repo-url: "https://github.com/quarto-dev/quarto-cli"
9
+ repo-link-target: "_blank"
10
+ repo-link-rel: "noreferrer"
11
+ repo-actions: none
12
+ chapters:
13
+ - index.qmd
14
15
16
+format:
17
+ html:
18
+ theme:
19
+ - cosmo
20
+ - brand
tests/docs/smoke-all/2025/12/10/13769/index.qmd
@@ -0,0 +1,15 @@
+---
+format: html
+_quarto:
+ tests:
+ ensureHtmlElements:
+ - ['rel="noreferrer"']
+ - ['target="_blank"']
+# Preface
+This is a Quarto book.
+To learn more about Quarto books visit <https://quarto.org/docs/books>.
0 commit comments