From 78b279c3d8c803391a5a4fc59ffd7855ce8bc5f5 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 23 Aug 2006 03:25:40 +0000 Subject: * Allow preprocessor directives to span multiple lines, both to make long ones with lots of values easier to write, and to allow for ones with multi-line quoted values. --- basewiki/preprocessordirective.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'basewiki') diff --git a/basewiki/preprocessordirective.mdwn b/basewiki/preprocessordirective.mdwn index 2d84cfb97..31731af66 100644 --- a/basewiki/preprocessordirective.mdwn +++ b/basewiki/preprocessordirective.mdwn @@ -15,3 +15,16 @@ 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 ]] + +A preprocessor directive does not need to all be on one line. Also, +multiple lines of *quoted* text can be used for a value. Examples: + + \[[directive foo="baldersnatch" + bar="supercalifragalisticexpealadocious" baz=11]] + + \[[directive text=" + 1. foo + 2. bar + 3. baz + more lines + "]] -- cgit v1.2.3