Strikethroughs in code blocks formatted with strikethrough (rather than displaying bare symbols).
Example:
| Code |
Expected |
Actual |
Comment |
~~text~~ |
text |
text |
Good so far |
`~~text~~` |
~~text~~ |
text |
Strikethrough should not display |
`**text**` |
**text** |
**text** |
For example, bold works as expected |
Strikethroughs in code blocks formatted with strikethrough (rather than displaying bare symbols).
Example:
~~text~~texttext`~~text~~`~~text~~text`**text**`**text****text**