Merge pull request #433 from filipegiusti/add_th_to_html

html: Add th
This commit is contained in:
Holger Rapp 2014-08-30 20:25:15 +02:00
commit aeeb9b42d8

View File

@ -253,6 +253,10 @@ snippet td "table cell" w
<td>$0</td>
endsnippet
snippet th "table header" w
<th>$0</th>
endsnippet
snippet tr "table row" w
<tr>$0</tr>
endsnippet