OLD | NEW |
| (Empty) |
1 [test]: http://google.com/ "Google" | |
2 | |
3 # A heading | |
4 | |
5 Just a note, I've found that I can't test my markdown parser vs others. | |
6 For example, both markdown.js and showdown code blocks in lists wrong. They're | |
7 also completely [inconsistent][test] with regards to paragraphs in list items. | |
8 | |
9 A link. Not anymore. | |
10 | |
11 <aside>This will make me fail the test because | |
12 markdown.js doesnt acknowledge arbitrary html blocks =/</aside> | |
13 | |
14 * List Item 1 | |
15 | |
16 * List Item 2 | |
17 * New List Item 1 | |
18 Hi, this is a list item. | |
19 * New List Item 2 | |
20 Another item | |
21 Code goes here. | |
22 Lots of it... | |
23 * New List Item 3 | |
24 The last item | |
25 | |
26 * List Item 3 | |
27 The final item. | |
28 | |
29 * List Item 4 | |
30 The real final item. | |
31 | |
32 Paragraph. | |
33 | |
34 > * bq Item 1 | |
35 > * bq Item 2 | |
36 > * New bq Item 1 | |
37 > * New bq Item 2 | |
38 > Text here | |
39 | |
40 * * * | |
41 | |
42 > Another blockquote! | |
43 > I really need to get | |
44 > more creative with | |
45 > mockup text.. | |
46 > markdown.js breaks here again | |
47 | |
48 Another Heading | |
49 ------------- | |
50 | |
51 Hello *world*. Here is a [link](//hello). | |
52 And an image . | |
53 | |
54 Code goes here. | |
55 Lots of it... | |
OLD | NEW |