diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-10 15:38:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-10 15:38:08 -0400 |
commit | 8ba2497a23f71f3678caa9d3d6fbb31910e0508e (patch) | |
tree | dac718a7c4275e51dc040d1907243402a83dbed9 | |
parent | 3879c56e71bb2e0d5fda81982d900fc93d4a893d (diff) |
escape
-rw-r--r-- | doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn b/doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn index a919e522f..c4380ddc2 100644 --- a/doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn +++ b/doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn @@ -20,9 +20,9 @@ And `templates/bla.mdwn` contains : content4 -If no `[[!map]]` directive is anywhere in the template, the page is rendered as expected. +If no `\[[!map]]` directive is anywhere in the template, the page is rendered as expected. -If `[[!map]]` is used e.g. in content4, the wiki page is rendered with +If `\[[!map]]` is used e.g. in content4, the wiki page is rendered with the following elements : - an empty toc div |