X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a0f596b6ed4594011b07cf7af2d2d55aa78d8be1..d57ec1c6a4d2e05d2570fb273c7682d383b3b7d9:/doc/bugs/Toc_map_and_template_plugins_do_not_play_well_together.mdwn 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 608948466..4849edd63 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 @@ -8,7 +8,7 @@ The following renders incorrectly: # header2 - \[[map pages="sandbox"]] + \[[!map pages="sandbox"]] Removing the `\[[!toc]]` directive or moving it at the end of the page @@ -21,7 +21,7 @@ in the HTML output, without any leading `

` or any HTML formatting. > html parser, that will get confused if markdown is present between two > separate html blocks, and not format the markdown. > -> This is fixed in [[cpan Text::MarkDown]] 1.0.19. markdown 1.0.2 also +> This is fixed in [[!cpan Text::MarkDown]] 1.0.19. markdown 1.0.2 also > fixes the problem. Install either one. I'm going to make ikiwiki's > dependencies list Text::Markdown before markdown, since people keep > stumbling over this. (The downside is that the old broken markdown is