2.5.8 base.text.ins Inserted text
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"><<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>></span>This line of text is meant to be treated as an addition to the
document.<span class="hljs-tag"></<span class="hljs-name">ins</span>></span>
</span>
Source:
base/text/_text.scss
, line 143