For emphasis, using asterisks to bold and italicize the middle of a word doesn't work. * [x] `Parser` * [x] `HtmlRenderer` * [ ] `Formatter` * [ ] `FlexmarkHtmlParser` * [ ] `DocxRenderer` * [ ] `PdfConverterExtension` * [ ] extension(s) Example: Input: `"This is really***very***important text."` Expected: `This is reallyveryimportant text.` Actual: `This is really***very***important text.`