commit | author | age
|
2207d6
|
1 |
# this is to test dense blocks (no newlines between them) |
W |
2 |
|
|
3 |
---- |
|
4 |
## what is Markdown? |
|
5 |
see [Wikipedia][] |
|
6 |
|
|
7 |
a h2 |
|
8 |
---- |
|
9 |
paragraph |
|
10 |
|
|
11 |
this is a paragraph, not a headline or list |
|
12 |
next line |
|
13 |
- whoo |
|
14 |
|
|
15 |
par |
|
16 |
code |
|
17 |
code |
|
18 |
par |
|
19 |
|
|
20 |
### Tasks list |
|
21 |
- list items |
|
22 |
|
|
23 |
headline1 |
|
24 |
--------- |
|
25 |
> quote |
|
26 |
> quote |
|
27 |
|
|
28 |
[Wikipedia]: http://en.wikipedia.org/wiki/Markdown |
|
29 |
headline2 |
|
30 |
--------- |
|
31 |
|
|
32 |
---- |
|
33 |
# h1 |
|
34 |
## h2 |
|
35 |
--- |
|
36 |
### h3 |
|
37 |
1. ol1 |
|
38 |
2. ol2 |
|
39 |
|
|
40 |
#### h4 |
|
41 |
- listA |
|
42 |
- listB |
|
43 |
|
|
44 |
##### h5 |
|
45 |
###### h6 |
|
46 |
-------- |
|
47 |
|
|
48 |
---- |
|
49 |
|
|
50 |
## changelog 1 |
|
51 |
|
|
52 |
* 17-Feb-2013 re-design |
|
53 |
|
|
54 |
---- |
|
55 |
## changelog 2 |
|
56 |
* 17-Feb-2013 re-design |