Add templates for tables.

This commit is contained in:
Tom Alexander 2023-10-31 20:31:36 -04:00
parent b654ca4859
commit 0b64551a23
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
!!!!!!!! table
<table>{#.children}{>table_row/}{/.children}</table>

View File

@ -0,0 +1 @@
<td>{#.children}{>object/}{/.children}</td>

View File

@ -0,0 +1 @@
<tr>{#.children}{>table_cell/}{/.children}</tr>