Skip to content

Commit 446a79e

Browse files
committed
docs(changelog): update with fix for inline passthrough
1 parent 09e2701 commit 446a79e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- **BREAKING**: `toc::Config` fields are now private - use accessor methods
2424
(`placement()`, `title()`, `levels()`, `toc_class()`)
2525

26+
## [Unreleased acdc-parser]
27+
28+
### Fixed
29+
30+
- Paragraphs no longer incorrectly split when a line starts with inline passthrough
31+
syntax like `+>+`. The list continuation lookahead now only matches actual
32+
continuation markers (standalone `+` followed by whitespace/EOL/EOF).
33+
2634
## [Unreleased acdc-cli]
2735

2836
### Added

0 commit comments

Comments
 (0)