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






                                                                 
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <table ...>...</table>
#group : table
# --
<table width="$1" cellspacing="$2" cellpadding="$3" border="$4">
  $0
</table>