diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 02:10:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 02:10:44 +0000 |
commit | a1997e1994d65add41eea3063ba458e219e54579 (patch) | |
tree | 4ae81e321d148ee7f0b30942fbdabc494293ec65 /doc/wikilink.mdwn | |
parent | 5e509b1438b0f9342209bcfd5cb344721de10421 (diff) | |
download | ikiwiki-a1997e1994d65add41eea3063ba458e219e54579.tar ikiwiki-a1997e1994d65add41eea3063ba458e219e54579.tar.gz |
add
Diffstat (limited to 'doc/wikilink.mdwn')
-rw-r--r-- | doc/wikilink.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/wikilink.mdwn b/doc/wikilink.mdwn new file mode 100644 index 000000000..7891add7c --- /dev/null +++ b/doc/wikilink.mdwn @@ -0,0 +1,9 @@ +WikiLinks provide easy linking between pages of the wiki. To create a +WikiLink, just put the name of the page to link to in double brackets. For +examples "[[ WikiLink ]]" (without the added whitespace). + +Note that there are some special [[SubPage/LinkingRules]] that come into +play when linking between [[SubPage]]s. + +WikiLinks can be entered in any case you like, the page they link to is +always lowercased. |