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

Side by Side Diff: bower_components/marked/test/tests/links_reference_style.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
(Empty)
1 Foo [bar] [1].
2
3 Foo [bar][1].
4
5 Foo [bar]
6 [1].
7
8 [1]: /url/ "Title"
9
10
11 With [embedded [brackets]] [b].
12
13
14 Indented [once][].
15
16 Indented [twice][].
17
18 Indented [thrice][].
19
20 Indented [four][] times.
21
22 [once]: /url
23
24 [twice]: /url
25
26 [thrice]: /url
27
28 [four]: /url
29
30
31 [b]: /url/
32
33 * * *
34
35 [this] [this] should work
36
37 So should [this][this].
38
39 And [this] [].
40
41 And [this][].
42
43 And [this].
44
45 But not [that] [].
46
47 Nor [that][].
48
49 Nor [that].
50
51 [Something in brackets like [this][] should work]
52
53 [Same with [this].]
54
55 In this case, [this](/somethingelse/) points to something else.
56
57 Backslashing should suppress \[this] and [this\].
58
59 [this]: foo
60
61
62 * * *
63
64 Here's one where the [link
65 breaks] across lines.
66
67 Here's another where the [link
68 breaks] across lines, but with a line-ending space.
69
70
71 [link breaks]: /url/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698