Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/markdown-mode/h2.2
990 views
#name : Header 2 (-)
#contributor: Peng Deng <[email protected]>
# --
${1:Header 2}
${1:$(make-string (string-width text) ?\-)}

$0