Preserve whitespace in src blocks.
This commit is contained in:
parent
65ed754bfe
commit
b538750287
@ -76,6 +76,10 @@ body {
|
||||
|
||||
.src_body {
|
||||
margin: 0.5rem;
|
||||
|
||||
.src_line {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<tbody>
|
||||
{#.lines}
|
||||
<tr>
|
||||
<td><code>{.}</code></td>
|
||||
<td><code class="src_line">{.}</code></td>
|
||||
</tr>
|
||||
{/.lines}
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user