• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Foo [bar] [1].
2
3Foo [bar][1].
4
5Foo [bar]
6[1].
7
8[1]: /url/  "Title"
9
10
11With [embedded [brackets]] [b].
12
13
14Indented [once][].
15
16Indented [twice][].
17
18Indented [thrice][].
19
20Indented [four][] times.
21
22 [once]: /url
23
24  [twice]: /url
25
26   [thrice]: /url
27
28    [four]: /url
29
30
31[b]: /url/
32
33With [angle brackets][].
34
35And [without][].
36
37[angle brackets]: <http://example.com/> "Angle Brackets"
38[without]: http://example.com/ "Without angle brackets."
39
40With [line
41breaks][]
42
43and [line
44breaks][] with one space.
45
46and [line
47breaks[] with two spaces.
48
49[line breaks]: http://example.com "Yes this works"
50
51[short ref]
52
53[short
54ref]
55
56[short ref]: http://example.com "No more hanging empty bracket!"
57
58[a ref]
59
60[a ref]: http://example.com
61    "Title on next line."
62