forked from commonmark/cmark
-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
We want to migrate from redcarpet to github/cmark
.
Unfortunately, we have two major blockers. One of them is strikethrough
.
In redcarpet
double tildes starts strikethrough while cmark
does that with just one tilde.
From redcarpet's readme:
:strikethrough
: parse strikethrough, PHP-Markdown style. Two ~ characters mark the start of a strikethrough, e.g.this is ~~good~~ bad
.
Is there any chance to update cmark somehow to let it use ~~
instead of ~
(maybe as an option)?
Thank you! 🙂
/cc @kivikakk
Crissov
Metadata
Metadata
Assignees
Labels
No labels