diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 14:07:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 14:07:38 -0400 |
commit | a2463a812bf33bb22114a5fa1b12519e33fa01b0 (patch) | |
tree | d7e1d1ecf688bc04fe96a9c7c83e01bb8f1e84ae /doc/bugs | |
parent | d626a1609b0e26536615fab19fed95c5d1c08e5c (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Weird_interaction_between_toc_plugin_and_page_sections.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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 <http://madduck.net/docs/mailfilter/> 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]] |