Skip to content

Commit 4cda934

Browse files
committed
regression test, changelog
1 parent d252a70 commit 4cda934

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

news/changelog-1.6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
:::

0 commit comments

Comments
 (0)