[Here's a minimal viable example.](http://jsbin.com/xababikije/edit?html,console,output) Not a huge deal, but: ``` html <pre><code>{{{ code }}}</pre></code> ``` is often preferable to: ``` html <pre><code> {{{ code }}} </pre></code> ``` since preformatted text would preserve the line breaks at the beginning and end of the code block.