]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/markdown-mode/h2.2
Merge commit '32b276e96118f9e34f4cf9a5a2ae6cae3e772144' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / markdown-mode / h2.2
1 # name: Header 2 (-)
2 # contributor: Peng Deng <dengpeng@gmail.com>
3 # key: h2
4 # --
5 ${1:Header 2}
6 ${1:$(make-string (string-width text) ?\-)}
7
8 $0