summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/markdown-mode/ol
blob: e715669624d122a56628f13889bc7758318be797 (plain) (blame)
1
2
3
4
5
#name : Ordered List
#contributor: Peng Deng <dengpeng@gmail.com>
# --
${1:1}. ${2:Text}
${1:$(number-to-string (1+ (string-to-number text)))}. $0