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
I have the following markdown that has 3 footnotes in a table:
|title| |--- | |[^1] | |[^2] | |[^3] | [^1]: footnote 1 [^2]: footnote 2 [^3]: footnote 3
The MDX playground renders the footnotes in reverse order (i.e. footnote 3, footnote 2, footnote 1 instead of footnote 1, footnote 2, footnote 3).
I also tried referencing footnote outside a table and they are rendered correctly.
Past the following markdown into https://mdxjs.com/playground/
The footnotes should be rendered as
They rendered as
The text was updated successfully, but these errors were encountered:
syntax-tree/mdast-util-to-hast@caad9cd
Nice catch, thanks for the report! I fixed in in the downstream package
Sorry, something went wrong.
Thank you. That's a really prompt fix!
Fix footnote order in table cells
f265716
Related-to: mdx-js/mdx#1638. Closes remarkjs/remark-gfm#35.
No branches or pull requests
Footnotes displayed in reverse order when referenced in a table
I have the following markdown that has 3 footnotes in a table:
The MDX playground renders the footnotes in reverse order (i.e. footnote 3, footnote 2, footnote 1 instead of footnote 1, footnote 2, footnote 3).
I also tried referencing footnote outside a table and they are rendered correctly.
Your environment
Steps to reproduce
Past the following markdown into https://mdxjs.com/playground/
Expected behaviour
The footnotes should be rendered as
Actual behaviour
They rendered as
The text was updated successfully, but these errors were encountered: