Here's a minimal viable example.
Not a huge deal, but:
<pre><code>{{{
code
}}}</pre></code>
is often preferable to:
<pre><code>
{{{ code }}}
</pre></code>
since preformatted text would preserve the line breaks at the beginning and end of the code block.