]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/wikilink.mdwn
test
[git.ikiwiki.info.git] / basewiki / wikilink.mdwn
index a3730bcf71b3b4e30e577fecbb21f59c4ec31cc3..c37d1cd00452ea4fdeee2e4d792914a729df96a7 100644 (file)
@@ -6,9 +6,9 @@ If you ever need to write something like "\[[WikiLink]] without creating a
 wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".
 
 There are some special [[SubPage/LinkingRules]] that come into play when
-linking between [[SubPage]]s.
+linking between [[SubPages|SubPage]].
 
-Also, iIf the file linked to by a WikiLink looks like an image, it will
+Also, if the file linked to by a WikiLink looks like an image, it will
 be displayed inline on the page.
 
 WikiLinks are matched with page names in a case-insensative manner, so you
@@ -18,3 +18,6 @@ links at the start of a sentence, and so on.
 It's also possible to write a WikiLink that uses something other than the
 page name as the link text. For example "\[[foo_bar|SandBox]]" links to the
 SandBox page, but the link will appear like this: [[foo_bar|SandBox]]
+
+Note that you cannot use spaces in WikiLinks. Replace spaces with
+underscores.