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/h1.2
990 views
#name : Header 1 (=)
#contributor: Peng Deng <[email protected]>
# --
${1:Header 1}
${1:$(make-string (string-width text) ?\=)}

$0