Problems with italics and the code blocks (inline or otherwie).
Given:
`test _test_`
```
test _test_
```
`test <i>test</i>`
`test <pre><i>test</i></pre>`
<code>test <i>test</i> </code>
<pre><code>test <i>test</i> </code></pre>
The result is:
test _test_
test _test_
test <i>test</i>
test <pre><i>test</i></pre>
test test
test test