OLD | NEW |
1 [test]: http://google.com/ "Google" | 1 [test]: http://google.com/ "Google" |
2 | 2 |
3 # A heading | 3 # A heading |
4 | 4 |
5 Just a note, I've found that I can't test my markdown parser vs others. | 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 | 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. | 7 also completely [inconsistent][test] with regards to paragraphs in list items. |
8 | 8 |
9 A link. Not anymore. | 9 A link. Not anymore. |
10 | 10 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 > markdown.js breaks here again | 46 > markdown.js breaks here again |
47 | 47 |
48 Another Heading | 48 Another Heading |
49 ------------- | 49 ------------- |
50 | 50 |
51 Hello *world*. Here is a [link](//hello). | 51 Hello *world*. Here is a [link](//hello). |
52 And an image . | 52 And an image . |
53 | 53 |
54 Code goes here. | 54 Code goes here. |
55 Lots of it... | 55 Lots of it... |
OLD | NEW |