For emphasis, using asterisks to bold and italicize the middle of a word doesn't work.
Example:
Input: "This is really***very***important text."
Expected: <p>This is really<em><strong>very</strong></em>important text.</p>
Actual: <p>This is really***very***important text.</p>
For emphasis, using asterisks to bold and italicize the middle of a word doesn't work.
ParserHtmlRendererFormatterFlexmarkHtmlParserDocxRendererPdfConverterExtensionExample:
Input:
"This is really***very***important text."Expected:
<p>This is really<em><strong>very</strong></em>important text.</p>Actual:
<p>This is really***very***important text.</p>