Files
dotfiles/.emacs.d/snippets/markdown-mode/h2.2
2017-12-21 17:29:29 +01: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