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

Side by Side Diff: bower_components/marked/test/tests/links_reference_style.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>Foo <a href="/url/" title="Title">bar</a>.</p>
2
3 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
4
5 <p>Foo <a href="/url/" title="Title">bar</a>.</p>
6
7 <p>With <a href="/url/">embedded [brackets]</a>.</p>
8
9 <p>Indented <a href="/url">once</a>.</p>
10
11 <p>Indented <a href="/url">twice</a>.</p>
12
13 <p>Indented <a href="/url">thrice</a>.</p>
14
15 <p>Indented [four][] times.</p>
16
17 <pre><code>[four]: /url
18 </code></pre>
19
20 <hr>
21
22 <p><a href="foo">this</a> should work</p>
23
24 <p>So should <a href="foo">this</a>.</p>
25
26 <p>And <a href="foo">this</a>.</p>
27
28 <p>And <a href="foo">this</a>.</p>
29
30 <p>And <a href="foo">this</a>.</p>
31
32 <p>But not [that] [].</p>
33
34 <p>Nor [that][].</p>
35
36 <p>Nor [that].</p>
37
38 <p>[Something in brackets like <a href="foo">this</a> should work]</p>
39
40 <p>[Same with <a href="foo">this</a>.]</p>
41
42 <p>In this case, <a href="/somethingelse/">this</a> points to something else.</p >
43
44 <p>Backslashing should suppress [this] and [this].</p>
45
46 <hr>
47
48 <p>Here&#39;s one where the <a href="/url/">link
49 breaks</a> across lines.</p>
50
51 <p>Here&#39;s another where the <a href="/url/">link
52 breaks</a> across lines, but with a line-ending space.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698