mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
Added snippets for markdown-mode from Peng Deng.
This commit is contained in:
7
snippets/text-mode/markdown-mode/h2.2
Normal file
7
snippets/text-mode/markdown-mode/h2.2
Normal file
@@ -0,0 +1,7 @@
|
||||
#name : Header 2 (-)
|
||||
#contributor: Peng Deng <dengpeng@gmail.com>
|
||||
# --
|
||||
${1:Header 2}
|
||||
${1:$(make-string (string-width text) ?\-)}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user