</>MDTooltools

Markdown Strikethrough

Cross out text in Markdown by wrapping it in double tildes: ~~struck through~~. Strikethrough is a GitHub Flavored Markdown extension supported by most modern renderers.

Strikethrough syntax

Double tildes are the portable form. Some parsers also accept single tildes, but GitHub’s spec requires the pair, so always use two.

~~This price is outdated.~~ New price: $0 — MDTool is free.

Compatibility

Strikethrough is not part of core Markdown or CommonMark. It works on GitHub, GitLab, Discord, Obsidian, and in MDTool converters (PDF, HTML as <del>, and Word), but strict CommonMark parsers render the tildes literally.

Frequently Asked Questions

What HTML does Markdown strikethrough produce?

GFM renders ~~text~~ as a <del> element, which is also what MDTool’s Markdown to HTML converter outputs.

Try it live

Paste this syntax into the free markdown to html converter and see the rendered output instantly — no signup, everything runs in your browser.

Open Markdown to HTML Converter

More Markdown syntax: