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

Side by Side Diff: polymer_0.5.0/bower_components/marked/test/new/toplevel_paragraphs.gfm.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 hello world 1 hello world
2 how are you 2 how are you
3 how are you 3 how are you
4 4
5 hello world 5 hello world
6 ``` 6 ```
7 how are you 7 how are you
8 ``` 8 ```
9 9
10 hello world 10 hello world
(...skipping 17 matching lines...) Expand all
28 28
29 hello world 29 hello world
30 <span>how are you</span> 30 <span>how are you</span>
31 31
32 hello [world][how] 32 hello [world][how]
33 [how]: /are/you 33 [how]: /are/you
34 34
35 <div>hello</div> 35 <div>hello</div>
36 36
37 <span>hello</span> 37 <span>hello</span>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698