Apply [rule10](https://github.github.com/gfm/#emphasis-and-strong-emphasis) which says that ``` Markdown *foo**bar* ``` is ``` html <em>foo**bar</em> ``` rather than ``` html <em>foo</em<em>bar</em> ```