If a markdown parser doesn't parse emphasis as specified here, the fallbacks will still display appropriately: `*word*` > `<em>word</em>` > *word* `**word**` > `<strong>word</strong>` > **strong**