-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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 in tables rendered out of order #6625
Comments
Hi! I've already reported it here: remarkjs/remark-gfm#35 Unfortunately, the fix will only be applied in the latest version of Remark/MDX, which is not compatible with Docusuarus v2 (see #4029 and #3668). In the meantime, you would have to manually reorder it yourself, or find a way that doesn't put the footnotes in the table. |
Not totally happy with this answer, I forked the last cjs version of the module and am now using Anyway, problem solved. Thanks for the direction to where the bug was. |
Docusaurus v3 is planned immediately after v2. See #6113 and the 3.0 milestone for things we plan to do. In the future, because we will be sticking to semver conventions, major version bumps are going to happen much more frequently. |
This can be reverted as soon as docusaurus v3 is out. See here for more info: facebook/docusaurus#6625
Any update on this? Still seems to be an issue in v2.4.1, despite #4029 being complete. |
workaround facebook/docusaurus#6625
I see, thanks. Will wait for official release. For now I worked around it by using |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When footnote references appears inside tables, the order and numbering does not match what's intended.
I tried the code below in https://mdxjs.com/playground/, as suggested in a comment of #4647, but over there the rendered output is correct.
Steps to reproduce
I have the following code in one of my pages:
Expected behavior
application/x-www-form-urlencoded
message/*
[1]multipart/*
[2]message/rfc822
(E-mail) messages, but can actually handle most othermessage
subtypes too (notmessage/http
, though).multipart/form-data
, used by web forms.Actual behavior
application/x-www-form-urlencoded
message/*
[1]multipart/*
[2]multipart/form-data
, used by web forms.message/rfc822
(E-mail) messages, but can actually handle most othermessage
subtypes too (notmessage/http
, though).Your environment
Reproducible demo
No response
Self-service
The text was updated successfully, but these errors were encountered: