aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:04 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:04 +0100
commit9c02d61d9bbc41705a5e32543b51261fad891095 (patch)
treea590b8be85eee86cff045118cb30c1539cbe7e3c /doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
parent6153fd6d88fd41ee12a850652a6903a17ae9edda (diff)
downloadikiwiki-9c02d61d9bbc41705a5e32543b51261fad891095.tar
ikiwiki-9c02d61d9bbc41705a5e32543b51261fad891095.tar.gz
Migrate doc/bugs via prefix_directives
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
Diffstat (limited to 'doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn')
-rw-r--r--doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn b/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
index 5ed975f12..39f5d891e 100644
--- a/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
+++ b/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
@@ -1,15 +1,15 @@
I attempted to make a new webpage by having wiki code with
- [[new page]]
+ [[!new page]]
[newpage]
This was converted to literal:
- [[new page]]
+ [[!new page]]
and the correct hyperlink:
?newpage
So when has a space it doesn't let you create a new page. I am using 1.35. Let's see what happens here:
-[[new page]]
+[[!new page]]
A moment later ... same thing ... it is not a link (no question mark to create).