File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments