Skip to content

Commit c447305

Browse files
committed
regression test, changelog
1 parent 29c16c5 commit c447305

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

news/changelog-1.9.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ All changes included in 1.9:
1111

1212
## Formats
1313

14+
### `gfm`
15+
16+
- ([#13421](https://github.com/quarto-dev/quarto-cli/issues/13421)): Do not word-wrap titles in header.
17+
1418
### `html`
1519

1620
- ([#13413](https://github.com/quarto-dev/quarto-cli/issues/13413)): Fix uncentered play button in `video` shortcodes from cross-reference divs. (author: @bruvellu)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
format: gfm
3+
title: "0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789"
4+
_quarto:
5+
tests:
6+
gfm:
7+
ensureFileRegexMatches:
8+
- []
9+
- ["\n012345"]
10+
---
11+
12+
Do not wrap.

0 commit comments

Comments
 (0)