view snippets/text-mode/html-mode/table @ 116:255333f6d4d5

Undo some stuff
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 23 Mar 2015 15:29:43 -0400
parents c01f85c9d597
children
line wrap: on
line source

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