File tree Expand file tree Collapse file tree 8 files changed +68
-0
lines changed
tests/docs/smoke-all/2024/10/28/issue-10567 Expand file tree Collapse file tree 8 files changed +68
-0
lines changed 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-10567"
6+ sidebar :
7+ - contents :
8+ - section : " Tutorials"
9+ contents :
10+ - text : Tutorials bad
11+ href : tutorials-bad.qmd
12+ - text : Tutorials good
13+ href : tutorials-good.qmd
14+ navbar :
15+ left :
16+ - href : index.qmd
17+ text : Home
18+ - about.qmd
19+
20+ format :
21+ html :
22+ theme : cosmo
23+ css : styles.css
24+ toc : true
25+
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-10567"
3+ ---
4+
5+ This is a Quarto website.
6+
7+ To learn more about Quarto websites visit < https://quarto.org/docs/websites > .
Original file line number Diff line number Diff line change 1+ ---
2+ title : hello
3+ format : revealjs
4+ ---
Original file line number Diff line number Diff line change 1+ /* css styles */
Original file line number Diff line number Diff line change 1+ ---
2+ # uncomment below to see breadcrumbs say "Tutorial sidebar title"
3+ # title: Tutorial topmatter title
4+ _quarto :
5+ tests :
6+ html :
7+ ensureHtmlElements :
8+ - ["header.quarto-title-block ol.breadcrumb"]
9+ - []
10+ ---
11+
12+ # Tutorial qmd first header (not working)
13+
14+ abc
Original file line number Diff line number Diff line change 1+ ---
2+ title : Tutorial topmatter title (working)
3+ _quarto :
4+ tests :
5+ html :
6+ ensureHtmlElements :
7+ - ["header.quarto-title-block ol.breadcrumb"]
8+ - []
9+ ---
10+
11+ abc
You can’t perform that action at this time.
0 commit comments