From: Jean Privat Date: Mon, 11 May 2015 23:22:25 +0000 (-0400) Subject: Merge: nitiwiki: introduce wikilinks X-Git-Tag: v0.7.5~65 X-Git-Url: http://nitlanguage.org 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 Reviewed-by: Lucas Bajolet Reviewed-by: Romain Chanoir Reviewed-by: Alexis Laferrière --- 90770bf2f054980d2c8326ff04975ff44d911732