Style src blocks.

This commit is contained in:
Tom Alexander
2023-12-19 20:45:03 -05:00
parent a29b625631
commit 3968121d54
2 changed files with 42 additions and 11 deletions

View File

@@ -1,9 +1,13 @@
<table>
<tbody>
{#.lines}
<tr>
<td><code>{.}</code></td>
</tr>
{/.lines}
</tbody>
</table>
<div class="src_block">
<!-- TODO: Get the language from the render context. -->
<div class="src_language">text</div>
<table class="src_body">
<tbody>
{#.lines}
<tr>
<td><code>{.}</code></td>
</tr>
{/.lines}
</tbody>
</table>
</div>