From: Joey Hess Date: Fri, 11 Jul 2008 07:09:59 +0000 (-0400) Subject: web commit by intrigeri: answer + fix escaping in example wiki page X-Git-Tag: 2.54~155 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/7e29cbfc27ed4b70622fc7b53e387f81b63b7e50 web commit by intrigeri: answer + fix escaping in example wiki page --- 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 f39093879..f49d14f9b 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 @@ -1,6 +1,6 @@ I've got a wiki page that contains : - [[!toc ]] + \[[!toc ]] # header1 @@ -27,6 +27,8 @@ the following elements : > Surely you mean a toc directive, not map? --[[Joey]] +>> No, I really mean map, but I forgot to escape the toc above (in the example wiki page content), which prevented you from understanding my point. -- intrigeri + - an empty toc div - every markdown code before the first `\[[!map]]` directive is not interpreted and rendered as-is : `# header1 content1 # header2