Skip to content

Commit 7a70727

Browse files
committed
docs(changelog): update changelog with lateset
1 parent 2589f1b commit 7a70727

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
- Horizontal description lists (`[horizontal]`) now render as `<table>` with `hdlist`
2020
class instead of `<dl>` with `dlist horizontal`, matching asciidoctor output ([#270])
21+
- List titles (`.My title` syntax) now render correctly in HTML and manpage output.
22+
HTML uses `<div class="title">`, manpage uses bold formatting, matching asciidoctor
23+
behaviour. Terminal output already supported this. ([#273])
2124

2225
[#270]: https://github.com/nlopes/acdc/issues/270
2326
[#272]: https://github.com/nlopes/acdc/issues/272
27+
[#273]: https://github.com/nlopes/acdc/issues/273
28+
29+
## [Unreleased acdc-parser]
30+
31+
### Fixed
32+
33+
- List continuations with blank line before `+` now correctly attach to ancestor list
34+
items instead of the last nested item, matching asciidoctor behaviour ([#265])
35+
36+
[#265]: https://github.com/nlopes/acdc/issues/265
2437

2538
## [acdc-parser-v0.1.3] - 2026-01-02
2639

0 commit comments

Comments
 (0)