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

Unified Diff: includes/styleguide/typography/inline.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Apply patch against CMS compatible website-defaults Created Aug. 8, 2017, 3:49 p.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
Index: includes/styleguide/typography/inline.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/typography/inline.md
@@ -0,0 +1,22 @@
+
+### Body text
juliandoucette 2017/08/09 12:06:54 This seems to correlate to the "Body content" sect
ire 2017/08/09 16:50:31 What is the purpose of having them on both pages i
+
+This is normal text
+
+This is *emphasized* text
+
+This is **strong** text
+
+This is <small>small</small> text
juliandoucette 2017/08/09 12:06:54 I left this out of default-content because it's no
ire 2017/08/09 16:50:31 Acknowledged.
+
+This is a [link](https://example.com/)
+
+This is `inline code`
juliandoucette 2017/08/09 12:06:54 I left inline-code out of default-content because
ire 2017/08/09 16:50:31 Acknowledged.
+
+This is an abbr
+
+*[abbr]: Abbreviation
+
+This has a footnote[^1]
+
+[^1]: This is a footnote content

Powered by Google App Engine
This is Rietveld