wiki-links.text (535B)
1 Line 1 2 [[Wiki Link]] at point 8. 3 4 Here's a second link, an aliased link [[first|second]], at point 73. 5 The first two links are invalid. This third link, [[inline]], is a 6 valid link since the file `inline.text` exists. The last link is at 7 point 155. 8 9 Bracketed expressions in code blocks should not be matched as wiki 10 links: 11 12 ``` 13 { 14 :user { 15 :repositories [["clojars" {:sign-releases false}]] 16 :plugins [ 17 [lein-cloverage "1.0.6"] 18 ] 19 } 20 } 21 ``` 22 23 <!-- Local Variables: --> 24 <!-- markdown-enable-wiki-links: t --> 25 <!-- End: -->