Mirage: BGA styles

2.5.8 base.text.ins Inserted text

Toggle example guides Toggle HTML markup

The <ins> element indicates additions to the document.

Example
This line of text is meant to be treated as an addition to the document.
Markup: base/text/text-ins.twig
<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-name">ins</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"</span></span></span><span class="hljs-template-variable">{{modifier_class}}</span><span class="xml"><span class="hljs-tag"><span class="hljs-string">"</span>&gt;</span>This line of text is meant to be treated as an addition to the
document.<span class="hljs-tag">&lt;/<span class="hljs-name">ins</span>&gt;</span>
</span>
Source: base/text/_text.scss, line 143