7.7.7 base.grouping.pre Preformatted text
The <pre> element represents a block of preformatted text, such as
fragments of computer code, ASCII art, etc.
Example
The following text is preformatted:
(ノ゜Д゜)ノ ︵ ┻━┻
Markup: base/grouping/grouping-pre.twig
The following text is preformatted:
<pre class="{{modifier_class}}">
(ノ゜Д゜)ノ ︵ ┻━┻
</pre>
Source:
base/grouping/_grouping.scss, line 170