1.4.6 atoms.grouping.pre Preformatted text

Toggle example guides Toggle HTML markup

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: components/atoms/grouping/grouping-pre.twig
The following text is preformatted:
<pre class="">
(ノ゜Д゜)ノ ︵ ┻━┻
</pre>
Source: components/atoms/grouping/_grouping.scss, line 138