Markdownチュートリアル

Strikethrough

Using strikethrough

Strikethrough Syntax

Strikethrough syntax is similar to heading syntax, using ~~ to wrap the phrase or word you want to delete, creating a strikethrough effect.

~~This is a deleted text.~~

Rendered output:

This is a deleted text.

Best Practices for Strikethrough

Use Sparingly

Use strikethrough sparingly to maintain readability and avoid cluttering your text.

~~Old information~~ New information is available here.

Combine with Other Formatting

You can combine strikethrough with other formatting like bold or italic.

**~~This is bold and deleted~~** *~~This is italic and deleted~~*

Rendered output:

This is bold and deleted This is italic and deleted

Common Use Cases

  • Showing corrections or updates
  • Indicating deprecated information
  • Marking completed tasks
  • Showing price changes