my-emacs-d/elpa/yasnippet-20160924.2001/snippets/markdown-mode/h2.2
2016-10-20 10:27:10 +02:00

8 lines
137 B
Groff

#name : Header 2 (-)
#contributor: Peng Deng <dengpeng@gmail.com>
# --
${1:Header 2}
${1:$(make-string (string-width yas-text) ?\-)}
$0