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

Footnotes parsing problem when consecutives... #1755

Open
UnclePetros opened this issue Dec 4, 2015 · 1 comment
Open

Footnotes parsing problem when consecutives... #1755

UnclePetros opened this issue Dec 4, 2015 · 1 comment

Comments

@UnclePetros
Copy link

Hi,
It seems there's a bug in parsing footnotes when they are consecutive in a post.
That is, if we have:

[^1][^2][^3]

[^1]: first footnote
[^2]: second footnote
[^3]: third footnote

Only the last footnote is parsed correctly.
Second footnote is not taken into account, and the first is converted badly.

But if we use two or more spaces between footnotes, like the following:

[^1]  [^2]  [^3]

[^1]: first footnote
[^2]: second footnote
[^3]: third footnote

Conversion works fine.

Regards
UnclePetros

@UnclePetros
Copy link
Author

OK,
I've noticed if I change markdown engine from rdiscount to kramdown conversion works smootly.

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

No branches or pull requests

1 participant