summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-11-08 15:33:08 -0500
committerJoey Hess <joey@wren.kitenet.net>2007-11-08 15:33:08 -0500
commita101fb7a0504d958229546b4b7bbedfa23900901 (patch)
treead33825209f4a942a9cc5a64606dd7af7e4abade /doc
parent341df9febc7b219160198f9d7840ac38c5f1f8c3 (diff)
web commit by JoshTriplett: Fix escaping
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/New_preprocessor_directive_syntax.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/New_preprocessor_directive_syntax.mdwn b/doc/todo/New_preprocessor_directive_syntax.mdwn
index 7790c2f78..0302c4e38 100644
--- a/doc/todo/New_preprocessor_directive_syntax.mdwn
+++ b/doc/todo/New_preprocessor_directive_syntax.mdwn
@@ -14,6 +14,6 @@ Making this transition would fix two major warts:
* The inability to use spaces in wikilinks or link text
* The requirement to use a trailing space on a preprocessor directive
- with no arguments, such as `[[toc ]]`
+ with no arguments, such as `\[[toc ]]`
--[[JoshTriplett]]