File: wiki-links.text

package info (click to toggle)
markdown-mode 2.3%2B154-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,052 kB
  • sloc: lisp: 13,081; makefile: 69; sh: 16
file content (25 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Line 1
[[Wiki Link]] at point 8.

Here's a second link, an aliased link [[first|second]], at point 73.
The first two links are invalid.  This third link, [[inline]], is a
valid link since the file `inline.text` exists.  The last link is at
point 155.

Bracketed expressions in code blocks should not be matched as wiki
links:

```
{
 :user {
   :repositories [["clojars" {:sign-releases false}]]
   :plugins [
      [lein-cloverage "1.0.6"]
   ]
 }
}
```

<!-- Local Variables: -->
<!-- markdown-enable-wiki-links: t -->
<!-- End: -->