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

Unified Diff: pages/index.md

Issue 29366993: Issue 4629 - Default website boilerplate (Closed)
Patch Set: Created Dec. 7, 2016, 1:28 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: pages/index.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/index.md
@@ -0,0 +1,62 @@
+title=Website boilerplate
+description=A boilerplate for new website development.
+
+## Headings
+
+# Heading 1
+## Heading 2
+### Heading 3
+#### Heading 4
+##### Heading 5
+###### Heading 6
+
+## Body text
+
+This is normal.
+
+This is *emphasized*.
+
+This is **strong**.
+
+This is an abbr.
+
+This is a [link](example.com).
+
+This has a footnote[^1].
+
+> This is a blockquote.
+
+*[abbr]: Abbreviation
+
+[^1]: This is a footnote content.
+
+## Unordered lists
+
+- This is a list item
+- This is a list item
+ - This is a list item
+ - This is a list item
+- This is a list item
+
+## Ordered lists
+
+1. This is a list item
+2. This is a list item
+ 3. This is a list item
+ 4. This is a list item
+5. This is a list item
+
+## Description lists
+
+This is a description title
+: This is a description detail.
+
+This is a description title
+: This is a description detail.
+
+## Images
+
+![Fixed width image](http://placehold.it/480x240?text=Fixed%20width)
+
+![Full width image](http://placehold.it/960x240?text=Full%20width)
+{: .full-width }

Powered by Google App Engine
This is Rietveld