File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
tests/docs/smoke-all/2024/09/13 Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ All changes included in 1.6:
1212- ([ #10328 ] ( https://github.com/quarto-dev/quarto-cli/issues/10328 ) ): Interpret subcells as subfloats when subcap count matches subcell count.
1313- ([ #10624 ] ( https://github.com/quarto-dev/quarto-cli/issues/10624 ) ): Don't crash when proof environments are empty in ` pdf ` .
1414
15+ ## ` dashboard ` Format
16+
17+ - ([ #10340 ] ( https://github.com/quarto-dev/quarto-cli/issues/10340 ) ): Build card title correctly in the presence of equations and other markup.
18+
1519## ` html ` Format
1620
1721- Fix ` kbd ` element styling on dark themes.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Test Dashboard"
3+ format : dashboard
4+ _quarto :
5+ tests :
6+ dashboard :
7+ ensureHtmlElements :
8+ - []
9+ -
10+ - " div.card-header > span.math.inline"
11+ - " div.card-header > em"
12+ - " div.card-header > strong"
13+ ---
14+
15+ ##
16+ ::: {.card title="Math $y=mx+b$ between * emphasized* and ** bold** words"}
17+
18+ Math $y=mx+b$ between words
19+
20+ :::
You can’t perform that action at this time.
0 commit comments