7.9.9 base.text.mark Marked text
The <mark> element highlights a run of text due to its relevance in another
context.
Example
You can use the mark tag to highlight text like this.
New!
Markup: base/text/text-mark.twig
You can use the mark tag to <mark>highlight</mark> text like this.
<mark class="{{modifier_class}}">New!</mark>
Source:
base/text/_text.scss, line 147