summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-07 09:32:59 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-07 09:32:59 +0000
commit5cf5b036d8a463b1797268fdccf0700124c16bb1 (patch)
tree7f5b91f4302693c151cb4890822bffcc78b155fb /doc
parent7d8a362f1be332313c2d9020fc92a0ea5258f377 (diff)
web commit by JoshTriplett: typo
Diffstat (limited to 'doc')
-rw-r--r--doc/sandbox.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index d0cc29ab7..d7553cc19 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -4,7 +4,7 @@ This is the SandBox, a page anyone can edit to try out ikiwiki.
So, I'm wondering why ikiwiki requires links to have no spaces in their names, and uses .html suffixes. I really don't like having to use [[CamelCase]] for multi-word links, and it's generally not good practice to encode stuff like filetype or specific technologies in the URL; that's what we have a MIME type for. Anyhow, this is really just a test for playing around in the sanbox, but those are the two things that bother me the most off the bat about ikiwiki.
-> For the former: because links with spaces get parsed as [[preprocessor_directives|preprocessordirectives]]. You can get away with it if the first word doesn't correspond to a preprocessor directive. If you have another syntax you'd prefer, feel free to propose it. For instance, I can imagine extending the syntax with something like [["link with spaces"]].
+> For the former: because links with spaces get parsed as [[preprocessor_directives|preprocessordirective]]. You can get away with it if the first word doesn't correspond to a preprocessor directive. If you have another syntax you'd prefer, feel free to propose it. For instance, I can imagine extending the syntax with something like [["link with spaces"]].
> For the latter: see the new `usedirs` option if you want to avoid .html suffixes.
----