summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/markdown-mode/h2.2
blob: af06045ca57504286436678a784c57248ad47759 (plain) (blame)
1
2
3
4
5
6
7
#name : Header 2 (-)
#contributor: Peng Deng <dengpeng@gmail.com>
# --
${1:Header 2}
${1:$(make-string (string-width text) ?\-)}

$0