Broken <strong> after <em> #1666
Labels
category: inline elements
L1 - broken
Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue
Describe the bug
Update to 1.0.0 broke the case of "emphasis, followed by punctuation, followed by strong" if both emphasis and strong are marked by asterisks
For example,
*em*-**strong**
in 0.8.2 correctly rendered<p><em>em</em>-<strong>strong</strong></p>
, while 1.0.0 renders<p><em>em<em>-**strong</em></em></p>
To Reproduce
Steps to reproduce the behavior:
Expected behavior
*em*-**strong**
should render<p><em>em</em>-<strong>strong</strong></p>
The text was updated successfully, but these errors were encountered: