response and doc improvement
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 06:41:29 +0000 (06:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 06:41:29 +0000 (06:41 +0000)
basewiki/wikilink.mdwn
doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn

index ce9ae2081ac9030ae0bab8170ef753bbbede32ea..c37d1cd00452ea4fdeee2e4d792914a729df96a7 100644 (file)
@@ -18,3 +18,6 @@ links at the start of a sentence, and so on.
 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]]
+
+Note that you cannot use spaces in WikiLinks. Replace spaces with
+underscores.
index 41442a7953144eabfefcc124bfd46be4da77f21b..3cff71657cfa73bd35faf88ec55ec9f4e69316bb 100644 (file)
@@ -15,6 +15,14 @@ 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?
 
+> You use underscores in place of spaces. I've improved the docs a bit.
+> Spaces are not allowed because preprocessor directives look like
+> wikilinks, except they contain one or more spaces.. --[[Joey]]
+
 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
+> I don't know of any that do that, can you either point me to them or fix
+> them in the wiki? Note that examples of preprocessor directives _will_
+> 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.)