Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created June 9, 2019 17:25
Show Gist options
  • Select an option

  • Save treyharris/5a40b75772b40cfc85375ea33b100d6c to your computer and use it in GitHub Desktop.

Select an option

Save treyharris/5a40b75772b40cfc85375ea33b100d6c to your computer and use it in GitHub Desktop.
# -*- mode: snippet -*-
# name: footnote
# key: footnote
# binding: C-c ^
# --
<sup>[${1:1}](#footnote$1)</sup>
# -*- mode: snippet -*-
# name: footnote-bottom
# key: footnote-bottom
# --
<a name="footnote$1">${1:1}</a>: ${2:content}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment