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> ```
Apply rule10 which says that
is
rather than