Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/styleguide/typography/body.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Separate Content and Developer Styleguides Created Aug. 21, 2017, 10:18 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/styleguide/typography/blockquotes.html ('k') | includes/styleguide/typography/headings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&nbsp;<a class="footnote-backref" href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p>
+ </li>
+ </ol>
+</div>
« no previous file with comments | « includes/styleguide/typography/blockquotes.html ('k') | includes/styleguide/typography/headings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld