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/ol
990 views
#name : Ordered List
#contributor: Peng Deng <[email protected]>
# --
${1:1}. ${2:Text}
${1:$(number-to-string (1+ (string-to-number text)))}. $0