Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/rst-mode/sec
1456 views
#name : Section title
# --
${1:Section}
${1:$(make-string (string-width text) ?\-)}
$0#name : Section title
# --
${1:Section}
${1:$(make-string (string-width text) ?\-)}
$0