File tree Expand file tree Collapse file tree
tests/docs/smoke-all/2025/04/01/issue-8238 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /.quarto /
Original file line number Diff line number Diff line change 1+ project :
2+ type : website
3+
4+ website :
5+ title : " issue-8238"
6+ navbar :
7+ left :
8+ - href : index.qmd
9+ text : Home
10+ - about.qmd
11+
12+ format :
13+ html :
14+ theme :
15+ - cosmo
16+ - brand
17+ css : styles.css
18+ toc : true
19+
20+
21+
Original file line number Diff line number Diff line change 1+ ---
2+ title : " About"
3+ ---
4+
5+ About this site
Original file line number Diff line number Diff line change 1+ ---
2+ title : " issue-8238"
3+ listing :
4+ - id : reports
5+ contents : " lab-reports"
6+ type : table
7+ fields : [title, author, reading-time]
8+ categories : true
9+ _quarto :
10+ render-project : true
11+ tests :
12+ html :
13+ ensureHtmlElements :
14+ - ['div.quarto-listing-category div.category:nth-child(2)[data-category="YWFyZHZhcms="]']
15+ - []
16+ ---
17+
18+ This is a Quarto website.
19+
20+ To learn more about Quarto websites visit < https://quarto.org/docs/websites > .
21+
22+ ## Reports
23+
24+ :::{#reports}
25+ :::
Original file line number Diff line number Diff line change 1+ ---
2+ title : Aardvark
3+ author : Anthony
4+ categories :
5+ - aardvark
6+ ---
7+
8+ ## It starts with aardvarks
Original file line number Diff line number Diff line change 1+ ---
2+ title : Zebra
3+ author : Zack
4+ categories :
5+ - Zebra
6+ ---
7+
8+ ## It ends with Zebras
Original file line number Diff line number Diff line change 1+ /* css styles */
You can’t perform that action at this time.
0 commit comments