Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: polymer_0.5.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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...) Expand 10 before | Expand all | Expand 10 after
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
This is Rietveld 408576698