Skip to content

fix(md): treat footnote definition body as leftover prose - #411

Closed
HaoZeke wants to merge 1 commit into
mainfrom
impl-b/snapper-7kbk
Closed

HaoZeke wants to merge 1 commit into
mainfrom
impl-b/snapper-7kbk

Conversation

@HaoZeke

@HaoZeke HaoZeke commented Sep 12, 2026

Copy link
Copy Markdown
Collaborator

GFM/cmark footnote definition bodies are paragraphs. Keep [^id]: as
Structure and sentence-split the same-line body.

Fixture:

See [^1]. Next.

[^1]: fig. 1 is here. After.

After. now starts a new line. See [^1]. / Next. stay split.
Link-reference dests are unchanged.

Closes #410.

GFM/cmark footnote bodies are paragraphs. Keep [^id]: as Structure and
split the same-line body. After. leaves the definition line. See [^1]. /
Next. stay split. Link-reference dests unchanged.

GitHub #410.
@HaoZeke

HaoZeke commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by #482. Same leftover was re-landed on leftover/sota-native-parsers and squash-merged. Not a second release queue.

@HaoZeke HaoZeke closed this Sep 15, 2026
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.

Markdown footnote definition body does not split sentences

1 participant