Add a basic template for source blocks.

This commit is contained in:
Tom Alexander 2023-10-29 10:41:03 -04:00
parent fb99fd2b39
commit eaea37f448
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
!!!!!!!! src_block
<table>
<tbody>
{#.lines}
<tr>
<td><code>{.}</code></td>
</tr>
{/.lines}
</tbody>
</table>