7.9.6 base.text.del Deleted text

Toggle example guides Toggle HTML markup

The <del> element indicates blocks of text that have been deleted.

Example
This line of text is meant to be treated as deleted text.
Markup: base/text/text-del.twig
<del class="{{modifier_class}}">This line of text is meant to be treated as deleted text.</del>
Source: base/text/_text.scss, line 91