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

Side by Side Diff: pages/index.md

Issue 29366993: Issue 4629 - Default website boilerplate (Closed)
Patch Set: Created Dec. 7, 2016, 1:28 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 title=Website boilerplate
2 description=A boilerplate for new website development.
3
4 ## Headings
5
6 # Heading 1
7 ## Heading 2
8 ### Heading 3
9 #### Heading 4
10 ##### Heading 5
11 ###### Heading 6
12
13 ## Body text
14
15 This is normal.
16
17 This is *emphasized*.
18
19 This is **strong**.
20
21 This is an abbr.
22
23 This is a [link](example.com).
24
25 This has a footnote[^1].
26
27 > This is a blockquote.
28
29 *[abbr]: Abbreviation
30
31 [^1]: This is a footnote content.
32
33 ## Unordered lists
34
35 - This is a list item
36 - This is a list item
37 - This is a list item
38 - This is a list item
39 - This is a list item
40
41 ## Ordered lists
42
43 1. This is a list item
44 2. This is a list item
45 3. This is a list item
46 4. This is a list item
47 5. This is a list item
48
49 ## Description lists
50
51 This is a description title
52 : This is a description detail.
53
54 This is a description title
55 : This is a description detail.
56
57 ## Images
58
59 ![Fixed width image](http://placehold.it/480x240?text=Fixed%20width)
60
61 ![Full width image](http://placehold.it/960x240?text=Full%20width)
62 {: .full-width }
OLDNEW

Powered by Google App Engine
This is Rietveld