Volver a la chuleta

Tachado (Strikethrough)

Envuelve el texto en dos virgulillas (~~) para tacharlo. Es una extensión de GFM.

Markdown
This is ~~struck through~~ text.
Vista previa

This is struck through text.

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

Consejo — Útil para elementos completados o para marcar correcciones.

Abrir en el conversor