We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many services, including GitHub, supports multiline footnotes on following format1:
[^format]: row row row
and an indented format that allows for empty lines inside the note2
[^indented]: row more footnote after empty line
footnote after empty line
They also support a limited set of markdown in footnotes3:
[^md]: row **row** `row`
markdown-to-jsx currently only supports single line footnotes4.
[^single]: single line
I'm proposing to add support for multiline footnotes in markdown-to-jsx as well, which I would be willing to contribute the code for.
row row row ↩
row more ↩
row
single line ↩
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Many services, including GitHub, supports multiline footnotes on following format1:
and an indented format that allows for empty lines inside the note2
footnote after empty line
They also support a limited set of markdown in footnotes3:
markdown-to-jsx currently only supports single line footnotes4.
I'm proposing to add support for multiline footnotes in markdown-to-jsx as well, which I would be willing to contribute the code for.
Footnotes
row
row
row ↩
row
more ↩
row
row
row
↩single line ↩
The text was updated successfully, but these errors were encountered: