summaryrefslogtreecommitdiff
path: root/doc/todo/nested_preprocessor_directives.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/nested_preprocessor_directives.mdwn')
-rw-r--r--doc/todo/nested_preprocessor_directives.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn
index 7e7ef3a49..b5080dc3c 100644
--- a/doc/todo/nested_preprocessor_directives.mdwn
+++ b/doc/todo/nested_preprocessor_directives.mdwn
@@ -11,8 +11,8 @@ nesting, a new syntax would be needed. Maybe something xml-like?
>
> For example, I *think* you can unambiguously parse the following:
>
-> \[[if test="enabled(template) and templates/foo" then="""
-> [[template id=foo content="""Flying Purple People Eater"""]]
+> \[[!if test="enabled(template) and templates/foo" then="""
+> [[!template id=foo content="""Flying Purple People Eater"""]]
> """]]
>
> --[[JoshTriplett]]