7.9.11 base.text.s Strikethrough text

Toggle example guides Toggle HTML markup

The <s> element indicates blocks of text that are no longer relevant.

Example
This line of text is meant to be treated as no longer accurate.
Markup: base/text/text-s.twig
<s class="{{modifier_class}}">This line of text is meant to be treated as no longer accurate.</s>
Source: base/text/_text.scss, line 175