<p>This line of text is rendered as normal text</p>
<p class="body-24">This line of text is rendered as normal text with body-24 class</p>
<p class="body-28">This line of text is rendered as normal text with body-28 class</p>
<p><del>This line of text is rendered as deleted text</del></p>
<p><s>This line of text is rendered as no longer accurate</s></p>
<p><ins>This line of text is rendered as an addition to the document</ins></p>
<p><u>This line of text is rendered as underlined text</u></p>
<p><strong>This line of text is rendered as bold text</strong></p>
<p><em>This line of text is rendered as italicized text</em></p>
<p><small>This line of text is rendered as fine print</small></p>
<p>This line of text has <sub>subscripted</sub> content</p>
<p>This line of text has <sup>superscripted</sup> content</p>
<p>This line of text has <mark>highlighted</mark> content</p>
<p>This line of text has <code>Inline Code Element</code></p>
<p>This line of text has <abbr title="Description of the Abbreviation">Abbreviation Element</abbr></p>
<pre class="code-preview"><p>This line of text is rendered as normal text</p>
<p class="body-24">This line of text is rendered as normal text with body-24 class</p>
<p class="body-28">This line of text is rendered as normal text with body-28 class</p>
<p><del>This line of text is rendered as deleted text</del></p>
<p><s>This line of text is rendered as no longer accurate</s></p>
<p><ins>This line of text is rendered as an addition to the document</ins></p>
<p><u>This line of text is rendered as underlined text</u></p>
<p><strong>This line of text is rendered as bold text</strong></p>
<p><em>This line of text is rendered as italicized text</em></p>
<p><small>This line of text is rendered as fine print</small></p>
<p>This line of text has <sub>subscripted</sub> content</p>
<p>This line of text has <sup>superscripted</sup> content</p>
<p>This line of text has <mark>highlighted</mark> content</p>
<p>This line of text has <code>Inline Code Element</code></p>
<p>This line of text has <abbr title="Description of the Abbreviation">Abbreviation Element</abbr></p>
</pre>
{{#each snippet}}
{{{this}}}
{{/each}}
{{render '@helper-code-preview' _self.context}}
{
"snippet": [
"<p>This line of text is rendered as normal text</p>",
"<p class=\"body-24\">This line of text is rendered as normal text with body-24 class</p>",
"<p class=\"body-28\">This line of text is rendered as normal text with body-28 class</p>",
"<p><del>This line of text is rendered as deleted text</del></p>",
"<p><s>This line of text is rendered as no longer accurate</s></p>",
"<p><ins>This line of text is rendered as an addition to the document</ins></p>",
"<p><u>This line of text is rendered as underlined text</u></p>",
"<p><strong>This line of text is rendered as bold text</strong></p>",
"<p><em>This line of text is rendered as italicized text</em></p>",
"<p><small>This line of text is rendered as fine print</small></p>",
"<p>This line of text has <sub>subscripted</sub> content</p>",
"<p>This line of text has <sup>superscripted</sup> content</p>",
"<p>This line of text has <mark>highlighted</mark> content</p>",
"<p>This line of text has <code>Inline Code Element</code></p>",
"<p>This line of text has <abbr title=\"Description of the Abbreviation\">Abbreviation Element</abbr></p>"
]
}
There are no notes for this item.