-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Marked version: 0.3.19
Markdown flavor: n/a
Proposal type: other
What pain point are you perceiving?
Working through #1229 and saw something interesting.
What solution are you suggesting?
CommonMark: The examples from the fenced code blocks section using tildes (~) should pass...89, for example.
GFM: All three of the examples in the strikethrough section should pass...at present, only two do.
/test/new/gfm_del
: This is a test in the current test bed. It passes. Therefore, some of the logic, at least for strikethrough is in place.
That's what makes this a "great combo" and badge worthy. Similar patterns, resulting in different output, across multiple specifications, and, in theory, there's already groundwork in place. To earn the badge submit a PR that allows us to:
- Deprecate
/test/new/gfm_del
. - Pass all failing tests in GFM.
- Pass the failing tests in CommonMark that use the tilde.
Just like most fighting games, there will probably be a multiplier depending on what all is hit.
See also #1216