mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 16:34:18 +00:00
Added snippets for markdown-mode from Peng Deng.
This commit is contained in:
5
snippets/text-mode/markdown-mode/ol
Normal file
5
snippets/text-mode/markdown-mode/ol
Normal file
@@ -0,0 +1,5 @@
|
||||
#name : Ordered List
|
||||
#contributor: Peng Deng <dengpeng@gmail.com>
|
||||
# --
|
||||
${1:1}. ${2:Text}
|
||||
${1:$(number-to-string (1+ (string-to-number text)))}. $0
|
||||
Reference in New Issue
Block a user