Add a basic template for source blocks.
This commit is contained in:
@@ -1 +1,9 @@
|
|||||||
!!!!!!!! src_block
|
<table>
|
||||||
|
<tbody>
|
||||||
|
{#.lines}
|
||||||
|
<tr>
|
||||||
|
<td><code>{.}</code></td>
|
||||||
|
</tr>
|
||||||
|
{/.lines}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user