File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
tests/docs/smoke-all/2024/12/12/11520 Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ /.quarto /
2+ /_book /
Original file line number Diff line number Diff line change 1+ project :
2+ type : book
3+
4+ book :
5+ title : " mybook"
6+ author : " Norah Jones"
7+ date : " 11/24/2024"
8+ cover-image : cover.png
9+ chapters :
10+ - index.qmd
11+
12+ format :
13+ html :
14+ theme : cosmo
15+
16+ lightbox : true
Original file line number Diff line number Diff line change 1+ ---
2+ _quarto :
3+ tests :
4+ html :
5+ ensureHtmlElements :
6+ - ['section#preface .quarto-cover-image']
7+ - ['.ligtbox > .quarto-cover-image']
8+ ---
9+
10+ # Preface {.unnumbered}
11+
12+ This is a Quarto book. Cover image should not have Lightbox treatment in books when ` lightbox: true `
13+
14+ To learn more about Quarto books visit < https://quarto.org/docs/books > .
You can’t perform that action at this time.
0 commit comments