4.1.4 Emphasis (italic) View in a new window
Italic text using the <em>
tag.
Twig: base/text/text-em.twig
Example
Italic text
Bold and italic text
Bold and italic text
Markup
<em>Italic text</em><br>
<em><strong>Bold</strong> and italic text</em>