Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FiXato/fb55fb5da524177647cacc88557ee38c to your computer and use it in GitHub Desktop.
Save FiXato/fb55fb5da524177647cacc88557ee38c to your computer and use it in GitHub Desktop.
<div class="paragraph">
<p><a href="https://site.example/">"Link text here <sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup></p>
</div>
<div id="footnotes">
<hr>
<div class="footnote" id="_footnotedef_1">
<a href="#_footnoteref_1">1</a>. with a footnote text here</a> with trailing text"
</div>
</div>
<div class="paragraph">
<p><a href="https://site.example/">"Link text here <sup class="footnote">[1]</sup> with trailing text</a></p>
</div>
<div id="footnotes">
<hr>
<div class="footnote" id="_footnotedef_1">
1. with a footnote text here
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment