]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JeremyReed: space
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 04:31:14 +0000 (04:31 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 04:31:14 +0000 (04:31 +0000)
doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn [new file with mode: 0644]

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 (file)
index 0000000..41442a7
--- /dev/null
@@ -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