]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
unit tests available
[ikiwiki.git] / doc / bugs / space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
index 3cff71657cfa73bd35faf88ec55ec9f4e69316bb..39f5d891e22a67cfb5d0dcbfcbe630977a3f4d38 100644 (file)
@@ -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).
 
@@ -26,3 +26,7 @@ Examples in various files show spaces within the double brackets.
 > contain spaces. --[[Joey]]
 
 (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.)
+
+> This is fixed now. --Ethan
+
+>> Calling this [[bugs/done]], all issues seem addressed. --[[Joey]]