Strikethrough in Markdown
From the Markdown cheat sheet ยท Emphasis and Text ยท verified Aug 2026
Strikethrough
Mark deleted text with the GFM strikethrough extension.
markdown
~~removed text~~๐ Strikethrough is a GFM extension
๐ CommonMark alone does not define this syntax
๐ก Use it to show revisions without hiding context
โ ๏ธ Confirm support outside GitHub-style renderers
strikethroughgfmtext
Continue with Markdown
Save the full cheat sheet or work through every related task.