Index: includes/styleguide/typography/body.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/styleguide/typography/body.html |
@@ -0,0 +1,21 @@ |
+ |
+<p>This is normal text</p> |
+ |
+<p>This is <em>emphasized</em> text</p> |
+ |
+<p>This is <strong>strong</strong> text</p> |
+ |
+<p>This is a <a href="https://example.com/">link</a></p> |
+ |
+<p>This is an <abbr title="Abbreviation">abbr</abbr></p> |
+ |
+<p>This has a footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel="footnote">1</a></sup></p> |
+ |
+<div class="footnote"> |
+ <hr> |
+ <ol> |
+ <li id="fn:1"> |
+ <p>This is a footnote content <a class="footnote-backref" href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p> |
+ </li> |
+ </ol> |
+</div> |