Skip to content

feat(lexer): support multiline setext heading content#35

Merged
jmcollin merged 1 commit into
mainfrom
feat/setext-heading-multiline
May 31, 2026
Merged

feat(lexer): support multiline setext heading content#35
jmcollin merged 1 commit into
mainfrom
feat/setext-heading-multiline

Conversation

@jmcollin

Copy link
Copy Markdown
Owner

Replace $pendingToken with $pendingLines[] to accumulate consecutive paragraph lines before a setext underline. Content joined with space so inline markup spans lines correctly (CommonMark §4.3).

Replace $pendingToken with $pendingLines[] to accumulate consecutive
paragraph lines before a setext underline. Content joined with space
so inline markup spans lines correctly (CommonMark §4.3).
@jmcollin jmcollin self-assigned this May 31, 2026
@jmcollin jmcollin merged commit b2e720a into main May 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant