Chromium Code Reviews

Side by Side Diff: polymer_0.4.0/bower_components/marked/test/new/main.text

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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...)
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 ![alt](src). 52 And an image ![alt](src).
53 53
54 Code goes here. 54 Code goes here.
55 Lots of it... 55 Lots of it...
OLDNEW

Powered by Google App Engine