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/ 72