emacs-ipython-notebook/tests/wiki-links.text
John Miller b431f57ce1 Squashed 'lib/markdown-mode/' content from commit 3f11a4a
git-subtree-dir: lib/markdown-mode
git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
2016-09-09 09:47:48 -05:00

25 lines
535 B
Text

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: -->