I don't like that code blocks are rendered into ```html <pre> <code class="language-python"> </code> </pre> ``` It should just be ```html <pre class="language-python"> </pre> ``` kind of like it is on GitHub. `<code>` is for inline code.
I don't like that code blocks are rendered into
It should just be
kind of like it is on GitHub.
<code>is for inline code.