Merge: nitiwiki: introduce wikilinks
authorJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:25 +0000 (19:22 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:25 +0000 (19:22 -0400)
commit90770bf2f054980d2c8326ff04975ff44d911732
treed06471017575d882044d99d24ecec0e7ac87c7f1
parent6018cafaa49bc5b1680bb96b4b49b3a81ce47aa6
parentc405960de309be4c56ea30898ee2752a7c8629c2
Merge: nitiwiki: introduce wikilinks

Nitiwiki now understand the wikilink format using double brackets.

Examples:
`[[foo]]`: link to the page named `foo`
`[[foo/bar]]`: link to the page named `bar` in `foo`
`[[/foo/bar]]`: link to the page located exactly here

It's also possible to add a custom name:
`[[foo|My cute custom name <3]]`: link to the page named `foo`

And to use anchors:
`[[foo#bar]]`: link to the page named `foo`

nitiwiki will display warnings if a link seems broken.

Pull-Request: #1317
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>