mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-12 04:36:38 -04:00

git-subtree-dir: lib/markdown-mode git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
25 lines
535 B
Text
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: -->
|