diff options
Diffstat (limited to 'snippets/html-ts-mode/footnote-ref')
| -rw-r--r-- | snippets/html-ts-mode/footnote-ref | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/html-ts-mode/footnote-ref b/snippets/html-ts-mode/footnote-ref new file mode 100644 index 00000000..551d6d67 --- /dev/null +++ b/snippets/html-ts-mode/footnote-ref @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: footnote-ref +# key: +# -- +<li id="fn$0"> + <a href="#ref$1">↩︎</a> +</li> |
