forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/markdown-mode/ol

6 lines
147 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#name : Ordered List
#contributor: Peng Deng <dengpeng@gmail.com>
# --
${1:1}. ${2:Text}
${1:$(number-to-string (1+ (string-to-number text)))}. $0