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

Side by Side Diff: bower_components/marked/test/new/toplevel_paragraphs.gfm.html

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
(Empty)
1 <p>hello world
2 how are you
3 how are you</p>
4
5 <p>hello world</p>
6 <pre><code>how are you</code></pre>
7
8 <p>hello world</p>
9 <hr>
10
11 <p>hello world</p>
12 <h1 id="how-are-you">how are you</h1>
13
14 <p>hello world</p>
15 <h1 id="how-are-you">how are you</h1>
16
17 <p>hello world</p>
18 <blockquote><p>how are you</p></blockquote>
19
20 <p>hello world</p>
21 <ul><li>how are you</li></ul>
22
23 <p>hello world</p>
24 <div>how are you</div>
25
26 <p>hello world
27 <span>how are you</span></p>
28
29 <p>hello <a href="/are/you">world</a>
30 </p>
31
32 <div>hello</div>
33
34 <p><span>hello</span></p>
OLDNEW
« no previous file with comments | « bower_components/marked/test/new/text.smartypants.text ('k') | bower_components/marked/test/new/toplevel_paragraphs.gfm.text » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698