]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
more slashery
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 3 Aug 2006 16:59:46 +0000 (16:59 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 3 Aug 2006 16:59:46 +0000 (16:59 +0000)
basewiki/preprocessordirective.mdwn
doc/plugins/haiku.mdwn
doc/todo/metadata.mdwn

index f7d97520c8550f26cd1b81330375dd91fa045a94..2d84cfb97beda43f9049e8e4ba4ee5db7ee53d93 100644 (file)
@@ -1,7 +1,7 @@
 Preprocessor directives are similar to a [[WikiLink]] in form, except they
 contain spaces and parameters. The general form is:
 
 Preprocessor directives are similar to a [[WikiLink]] in form, except they
 contain spaces and parameters. The general form is:
 
-\\[[directive param="value" param="value"]]
+       \[[directive param="value" param="value"]]
 
 This gets expanded before the rest of the page is processed, and can be used
 to transform the page in various ways.
 
 This gets expanded before the rest of the page is processed, and can be used
 to transform the page in various ways.
@@ -9,9 +9,9 @@ to transform the page in various ways.
 The quotes around values can be omitted if the value is a simple word.
 Also, some directives may use parameters without values, for example:
 
 The quotes around values can be omitted if the value is a simple word.
 Also, some directives may use parameters without values, for example:
 
-\\[[tag foo]]
+       \[[tag foo]]
 
 Note that if a preprocessor directive has no parameters, a space still must
 be put after its name, to avoid confusion with a [[WikiLink]]. For example:
 
 
 Note that if a preprocessor directive has no parameters, a space still must
 be put after its name, to avoid confusion with a [[WikiLink]]. For example:
 
-\\[[pagecount ]]
+       \[[pagecount ]]
index 1da4ee2a951c1fd900f92735e371ddd6f5e91f32..d78e609da9132e5cfbd20d8b9d04035efbe21754 100644 (file)
@@ -1,5 +1,7 @@
 This plugin allows inserting a randomly generated haiku into a wiki page.
 This plugin allows inserting a randomly generated haiku into a wiki page.
-Just type \\[[haiku hint="argument"]].
+Just type:
+
+       \[[haiku hint="argument"]]
 
 [[haiku hint="argument test"]]
 
 
 [[haiku hint="argument test"]]
 
index 866c0120b3fdbce50fb7f1c6d8fb27fb84c74988..bf81913300a1066550212a424647c0e1aab20761 100644 (file)
@@ -1,7 +1,7 @@
 There should be a way to add metadata to a page. Probably a plugin could do
 this, for example:
 
 There should be a way to add metadata to a page. Probably a plugin could do
 this, for example:
 
-       \\[[meta foo="bar"]]
+       \[[meta foo="bar"]]
 
 Uses for this include:
 
 
 Uses for this include: