You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh jeez, sorry I missed that obvious generalization of the nature of the bug. Just tried out other one/two character combos and I concur that's the issue. Thanks @UziTech !
Marked version: 0.3.19
Markdown flavor: n/a
Expectation
marked('_in_')
would be rendered as<p><em>in</em></p>
.Result
marked('_in_')
is rendered as<p>_in_</p>
.What was attempted
marked('_in_')
Other combinations of
marked('_some string_')
appear to work as expected (certainly didn't run an exhaustive check).The text was updated successfully, but these errors were encountered: