From 194417eb8451395de1153a61de85d85d24140804 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 31 Mar 2010 11:19:51 -0700 Subject: [PATCH] no spaces around pipes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e13d9f2..84a9aade 100644 --- a/README.md +++ b/README.md @@ -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.