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
__word <div>Some html text <ahref="#">Some html link</a> or block</div> __elem
output:
<p><strong>word <div>Some html text <a href="#">Some html link</a> or block</div> </strong>elem</p>
Result: Parser replaced __ to <strong> and didn't pay attention to what it has inside html pieces and it's not just one text.
Probably I would agree that this is the correct behavior of marked module, if I am not checked this case on Github, where everything is displayed correctly
Thank you for your attention 😏
The text was updated successfully, but these errors were encountered:
Hello!
My case: markdown + html parts
output:
Result: Parser replaced
__
to<strong>
and didn't pay attention to what it has inside html pieces and it's not just one text.Probably I would agree that this is the correct behavior of
marked
module, if I am not checked this case onGithub
, where everything is displayed correctlyThank you for your attention 😏
The text was updated successfully, but these errors were encountered: