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:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 04:31:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 04:31:14 +0000
commit28cda9f9998a601c41077883120c9fa2ec3c979b (patch)
tree0feeae95b723c1475e753e4122b0c0261aa96253 /doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
parent284ddd0d0ad93cdbc2b3b751ed8eae33bd47a7a1 (diff)
downloadikiwiki-28cda9f9998a601c41077883120c9fa2ec3c979b.tar
ikiwiki-28cda9f9998a601c41077883120c9fa2ec3c979b.tar.gz
web commit by JeremyReed: space
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.mdwn20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000..41442a795
--- /dev/null
+++ b/doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
@@ -0,0 +1,20 @@
+I attempted to make a new webpage by having wiki code with
+ [[new page]]
+ [newpage]
+
+This was converted to literal:
+ [[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]]
+
+A moment later ... same thing ... it is not a link (no question mark to create).
+
+Is this documented? How do I create a webpage with space in filename?
+
+Examples in various files show spaces within the double brackets.
+
+(By the way, the Page Location dropdown above has underscores for spaces and underscore91underscore and 93 and 39 instead of left bracket, right bracket and single quote. When rendered on final page it will be correct but in the select option box it looks strange.) \ No newline at end of file