summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/ol.class
blob: b091f0804e2e1dd5556afc3446092b5b1690d0fa (plain) (tree)
1
2
3
4
5
6
7






                                                  
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ol class="...">...</ol>
#group : list
# --
<ol class="$1">
  $0
</ol>