hugo-theme-termlite/layouts/_default/_markup/render-codeblock-text.html
Eryn Wells 25eaca442c Style plain text code blocks
For quotes of poetry, etc, style pre-formatted blocks of plain text.
2024-11-06 09:03:36 -08:00

3 lines
60 B
HTML

<pre class="pre--plaintext">
{{ .Inner | safeHTML }}
</pre>