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

8 lines
137 B
Groff

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