X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d626a1609b0e26536615fab19fed95c5d1c08e5c..a2463a812bf33bb22114a5fa1b12519e33fa01b0:/doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn?ds=sidebyside diff --git a/doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn b/doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn index cbf451401..76944104d 100644 --- a/doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn +++ b/doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn @@ -33,3 +33,8 @@ I have no idea what's eating the first two headers. But as you can see from the > if the slower speed of 1.0.2 doesn't hurt too badly. --[[Joey]] >> Note how it works on but adding a rule like in that doc to the people page didn't fix it. + +>>> Yes, it's probably confused by the two divs so close to each other, and +>>> doesn't realize that the text in between is not part of either and is +>>> markdown. Problem is that the old markdown doesn't have a real html +>>> parser, it just fakes it --[[Joey]]