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

Support multiple references to footnotes #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 30, 2023

  1. Allow multiple references to the same footnote

    Previously every link in the rich text for the same footnote had the same `id` attribute, which breaks the "Back to content" link (or just always returns the user to the first reference).
    This now generates a unique `id` for each footnote reference and updates the `footnotes.html` template to generate unique links back to each reference in the content.
    jsma committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6990138 View commit details
    Browse the repository at this point in the history