-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
L2 - annoyingSimilar to L1 - broken but there is a known workaround available for the issueSimilar to L1 - broken but there is a known workaround available for the issuecategory: inline elementsparser: GFM
Description
Marked version: 14.1.3
Describe the bug
Cannot use \ to escape ~
To Reproduce
Steps to reproduce the behavior:
*a\* ~b\~Expected behavior
This should result in *a* ~b~ being rendered as text instead of markup
Instead we get:
<p>*a* <del>b\</del></p>Works for the * and also seems to work if the opening ~ is escaped instead of the closing one
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
L2 - annoyingSimilar to L1 - broken but there is a known workaround available for the issueSimilar to L1 - broken but there is a known workaround available for the issuecategory: inline elementsparser: GFM