comparison elpa/yasnippet-0.11.0/snippets/markdown-mode/h2.2 @ 156:c745e2cc79ee

elpy: update along with direct deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 27 Feb 2017 12:17:38 -0500
parents elpa/yasnippet-0.9.1/snippets/markdown-mode/h2.2@ee4b6191b61e
children
comparison
equal deleted inserted replaced
155:5ca36e6c33cc 156:c745e2cc79ee
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