x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<h1>
Heading 1
</h1>
<h2>
Heading 2
</h2>
<p>
Body
</p>
<p class="label">
Label
</p>
<p class="help_text">
Help text
</p>
<ul>
<li>
Unordered List Item
</li>
</ul>
<ol>
<li>
Ordered List Item
</li>
</ol>
<p>
<a href="https://www.google.com/?37be78a5-c02a-4c80-8f0c-9d6a89be2a12 %>">Hyperlinked text</a>
</p>
<p>
<a href="https://www.google.com">Visited hyperlinked text</a> (open in new tab if it's not already purple)
</p>
1
render("non_component_previews/typography")