Created by: saevarom
Markdown wraps multiline <code>
blocks with <pre>
, as such:
<pre><code>
This is
multiline
code
</code>
</pre>
The current code stylesheet creates a border around the inline <code>
element, as well as the surrounding <pre>
element, which just looks bad.
This pull request simply removes the border for code blocks that are within pre blocks.