no spaces around pipes

This commit is contained in:
Tom Preston-Werner
2010-03-31 11:19:51 -07:00
parent eabab6341c
commit 194417eb84
+2 -2
View File
@@ -71,7 +71,7 @@ They take the following form:
If you'd like the link text to be something other than the page name, you can
use the advanced form:
[[Page Name | Alternate Text]]
[[Page Name|Alternate Text]]
The above wiki links will create a link to the corresponding page file named
`page-name.ext` where `ext` may be any of the allowed extension types. The
@@ -83,7 +83,7 @@ conversion is as follows:
Here are a few more examples:
[[Tom "TPW" Preston-Werner]] -> tom--tpw--preston-werner.ext
[[Quantum Physics | quantum]] -> quantum-physics.ext
[[Quantum Physics|quantum]] -> quantum-physics.ext
The page file may exist anywhere in the directory structure of the repository.
Gollum does a breadth first search and uses the first match that it finds.