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

make footnote references clickable links #59

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

jurisdatum
Copy link
Collaborator

This change simply adds link markup around footnote numbers.

The references in the body text will look like this:

<a id="fnref1" class="judgment-body__footnote-reference" href="#fn1">
  <sup>1</sup>
</a>

And the footnotes will look like this:

<p id="fn1">
  <a href="#fnref1" class="judgment-body__footnote-reference">
    <sup>1</sup>
  </a> 
 Footnote text
</p>

Copy link
Contributor

@adam-murray adam-murray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@jurisdatum jurisdatum merged commit f85b505 into main Apr 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants