Handle unspecified or unknown languages when editing code blocks
[markdown-mode.git] / tests / wiki-links.text
blob6c33349ba3d40dd6e9a5787e9752ab5864029b7e
1 Line 1
2 [[Wiki Link]] at point 8.
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.
9 Bracketed expressions in code blocks should not be matched as wiki
10 links:
12 ```
14  :user {
15    :repositories [["clojars" {:sign-releases false}]]
16    :plugins [
17       [lein-cloverage "1.0.6"]
18    ]
19  }
21 ```
23 <!-- Local Variables: -->
24 <!-- markdown-enable-wiki-links: t -->
25 <!-- End: -->