This happens when I parse strong emphasized code spans.
For example, parse:
sundown's output is:
<p>*<em><code>hello</code>** *<code>world</code></em></p>
But the expected output should be:
<p><strong><code>hello</code></strong> <em><code>world</code></em></p>