| Test Case | Input Source | Expected Fragment | Status |
|---|
| Headline H2 |
Title |
<h2>Title</h2> |
PASS |
| Headline H3 |
Title |
<h3>Title</h3> |
PASS |
| Bold Text |
Heavy |
<strong>Heavy</strong> |
PASS |
| Italics |
Slanted |
<em>Slanted</em> |
PASS |
| Bullet List |
• Item 1 |
• Item 1 |
PASS |
| Nested Bold |
• List with bold |
• List with <strong>bold</strong> |
PASS |
| Custom Link |
Sitemap |
<a href="/sitemap">Sitemap</a> |
PASS |
| Auto Link |
Check https://google.com |
Check <a href="https://google.com" target="_blank" rel="noopener">https://google.com</a> |
PASS |
| Arrow Tool |
Click here -> |
Click here → |
PASS |
| Email Mask |
moc.tset@em |
<span class="u-lnk" data-u="moc.tset@em">moc.tset@em</span> |
PASS |
| Mailto Rev |
<a href="mailto:moc.tset@em"> |
<a href="mailto:moc.tset@em"> |
PASS |
| Tag Shield |
<img alt="this"> |
<img alt="this"> |
PASS |