We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e2701 commit 446a79eCopy full SHA for 446a79e
CHANGELOG.md
@@ -23,6 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
- **BREAKING**: `toc::Config` fields are now private - use accessor methods
24
(`placement()`, `title()`, `levels()`, `toc_class()`)
25
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
34
## [Unreleased acdc-cli]
35
36
### Added
0 commit comments