diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-08 15:33:08 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-08 15:33:08 -0500 |
commit | a101fb7a0504d958229546b4b7bbedfa23900901 (patch) | |
tree | ad33825209f4a942a9cc5a64606dd7af7e4abade /doc/todo | |
parent | 341df9febc7b219160198f9d7840ac38c5f1f8c3 (diff) | |
download | ikiwiki-a101fb7a0504d958229546b4b7bbedfa23900901.tar ikiwiki-a101fb7a0504d958229546b4b7bbedfa23900901.tar.gz |
web commit by JoshTriplett: Fix escaping
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/New_preprocessor_directive_syntax.mdwn | 2 |
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]] |