diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-31 22:50:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-31 22:50:09 +0000 |
commit | e4ed32e6714db4fdf9dbded102e603e97dea5823 (patch) | |
tree | 50b824da7c2ecd0af4acc169dacc593465fcf085 /basewiki | |
parent | 8abe719f81a15a088e57f7f58e532d45863f59bb (diff) | |
download | ikiwiki-e4ed32e6714db4fdf9dbded102e603e97dea5823.tar ikiwiki-e4ed32e6714db4fdf9dbded102e603e97dea5823.tar.gz |
fix
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/wikilink.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basewiki/wikilink.mdwn b/basewiki/wikilink.mdwn index abdfe6fd2..21f10a7dd 100644 --- a/basewiki/wikilink.mdwn +++ b/basewiki/wikilink.mdwn @@ -15,5 +15,5 @@ Note that if the file linked to by a WikiLink looks like an image, it will be displayed inline on the page. 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]] +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]] |