summaryrefslogtreecommitdiff
path: root/basewiki
diff options
context:
space:
mode:
Diffstat (limited to 'basewiki')
-rw-r--r--basewiki/wikilink.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/basewiki/wikilink.mdwn b/basewiki/wikilink.mdwn
index ce9ae2081..c37d1cd00 100644
--- a/basewiki/wikilink.mdwn
+++ b/basewiki/wikilink.mdwn
@@ -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.