Open Joniras opened 1 year ago
I actually got it somehow working by accident:
Lorem ipsum...
<div class="footnote" id="f-1">This is my first footnote</div><br/>
Lorem ipsum...
<div class="footnote">Second <strong>footnote</strong>!</div><br/>
Dolor sit amet...
<!--This is a reference to the same footnote as the first footnote -->
<a href="#f-1">[1]</a>
Just left it here so other people find it.
Leaving it open so it is maybe added to the wiki.
I've got a page that has multiple footnote references that need to go to the same footnote at the bottom of the page.
Something like this:
Which should result in something like this:
Is there any option to do that?