Skip to content

Instantly share code, notes, and snippets.

@ericdodds
Created July 30, 2014 19:10
Show Gist options
  • Save ericdodds/c638b56fc82a486197de to your computer and use it in GitHub Desktop.
Save ericdodds/c638b56fc82a486197de to your computer and use it in GitHub Desktop.
HTML Footnotes
This is main body of my content. I have a footnote link for this line <a href="#footnote-1">[1]</a>. Then, I have some more content. Some of it is interesting and it has some footnotes as well <a href="#footnote-2">[2]</a>.
<p id="footnote-1">[1] Here is my first footnote.</p>
<p id="footnote-2">[2] Another footnote.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment