Back to cheat sheet

Strikethrough

Wrap text in two tildes (~~) to strike it through. This is a GFM extension.

Markdown
This is ~~struck through~~ text.
Preview

This is struck through text.

HTML output
<p>This is <del>struck through</del> text.</p>

Tip — Handy for completed items or marking corrections.

Open in converter