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

Unified Diff: pages/content-styleguide.md

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 | « pages/content.html ('k') | pages/developer-styleguide.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/content-styleguide.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/content-styleguide.md
@@ -0,0 +1,81 @@
+title=Content Styleguide
+
+# Content Styleguide
+
+A guide to writing content for eyeo websites.
+
+1. [Headings](#headings)
+1. [Body Content](#body-content)
+1. [Quotes](#quotes)
+1. [Lists](#lists)
+
+## Headings { #headings }
+
+# Heading 1
+
+## Heading 2
+
+### Heading 3
+
+#### Heading 4
+
+##### Heading 5
+
+###### Heading 6
+
+## Body Content { #body-content }
+
+This is normal text
+
+This is *emphasized* text
+
+This is **strong** text
+
+This is a [link](https://example.com/)
+
+This is an abbr
+
+*[abbr]: Abbreviation
+
+This has a footnote[^1]
+
+[^1]: This is a footnote content
+
+## Quotes { #quotes }
+
+> We want to **make the internet better** for everyone. Purging bad ads is a good start.
+>
+> <cite>Eyeo Gmbh</cite>
+
+## Lists { #lists }
+
+### Ordered Lists
+
+01. List item
+02. List item
+03. List item
+ 01. List item
+ 02. List item
+ 03. List item
+04. List item
+
+### Unordered Lists
+
+- List item
+- List item
+- List item
+ - List item
+ - List item
+ - List item
+- List item
+
+### Description Lists
+
+Item title
+: Item description
+
+Item title
+: Item description
+
+Item title
+: Item description
« no previous file with comments | « pages/content.html ('k') | pages/developer-styleguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld