We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When there are duplicate footnote definitions, it can cause the numbering to be off and generally cause confusion.
Example page:
# Chapter 1 Test[^example] Something else[^other] Test2[^example] [^example]: Definition one [^other]: Other [^example]: Definition two
This renders as:
Several problems:
example
Should probably warn if there are duplicate footnote definitions, and ignore/delete subsequent duplicates.
mdbook v0.4.48
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
krishanjmistry
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Problem
When there are duplicate footnote definitions, it can cause the numbering to be off and generally cause confusion.
Steps
Example page:
This renders as:
Several problems:
example
definition shows up, but nothing links to it.Possible Solution(s)
Should probably warn if there are duplicate footnote definitions, and ignore/delete subsequent duplicates.
Notes
mdbook v0.4.48
Version
The text was updated successfully, but these errors were encountered: