diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-29 16:49:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-29 16:49:49 +0000 |
commit | 5edac33326d0abbc48b3c9ab09e0afde5c443e46 (patch) | |
tree | da6ed8ae09bb9054b51f8d159033e3ceee085e56 /doc/bugs | |
parent | 4755b3ce5263814cb6e723e49ccb1789389aba60 (diff) | |
download | ikiwiki-5edac33326d0abbc48b3c9ab09e0afde5c443e46.tar ikiwiki-5edac33326d0abbc48b3c9ab09e0afde5c443e46.tar.gz |
markdown bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/iniline_breaks_toc_plugin.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/iniline_breaks_toc_plugin.mdwn b/doc/bugs/iniline_breaks_toc_plugin.mdwn index 591588ad6..ab853208c 100644 --- a/doc/bugs/iniline_breaks_toc_plugin.mdwn +++ b/doc/bugs/iniline_breaks_toc_plugin.mdwn @@ -11,6 +11,20 @@ You can see that wikilink is rendered in one line and 'here's paragraph' is not All this is displayed correctly if toc is removed. +> Thanks for the clear explanation and example. This is a bug in markdown. +> Version 1.0.1 gets confused by the toc div, which is followed by a few +> lines of markdown, and then by a second div for the inlined page. It +> doesn't convert the markdown in the middle to html. +> +> I've tested with markdown 1.0.2 and it seems to render this ok. 1.0.2 has +> a much improved parser, which is known to fix several block-related +> problems, including this one. It is currently packaged in experimental in +> Debian, and I suggest you give it a try if you're experiencing this +> problem. +> +> I'm going to close this bug report since it's a markdown bug. --[[Joey]] +[[tag done]] + TEST1 ===== |