Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse inline nested footnote definitions #771

Merged

Conversation

notriddle
Copy link
Collaborator

Fixes #770

They look like this:

[^foo]: [^bar]: test

They don't make much sense (foo is empty), but everyone else parses them correctly, so we should too.

They look like this:

    [^foo]: [^bar]: test

They don't make much sense (foo is empty), but everyone else
parses them correctly, so we should too.
tests/suite/regression.rs Outdated Show resolved Hide resolved
@Martin1887 Martin1887 merged commit 5886fc8 into pulldown-cmark:master Nov 4, 2023
1 check passed
@notriddle notriddle deleted the notriddle/nested-footnotes-direct branch November 4, 2023 12:52
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.

[fuzz results] inline nested footnote defs don't work
2 participants