summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/ol.id
blob: 13c7c060bb409baec340f5918d0e67fa566eacb2 (plain) (blame)
1
2
3
4
5
6
7
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ol id="...">...</ol>
#group : list
# --
<ol id="$1">
  $0
</ol>