summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/markdown-mode/rlb
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/markdown-mode/rlb')
-rw-r--r--.emacs.d/snippets/markdown-mode/rlb7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/rlb b/.emacs.d/snippets/markdown-mode/rlb
new file mode 100644
index 0000000..6aabc4a
--- /dev/null
+++ b/.emacs.d/snippets/markdown-mode/rlb
@@ -0,0 +1,7 @@
1# -*- mode: snippet -*-
2# name: Reference Label
3# contributor: Peng Deng <dengpeng@gmail.com>
4# key: rlb
5# --
6[${1:Reference}]: ${2:URL} $3
7$0 \ No newline at end of file