Markdown is confused by quoted text inside a list inside a list

2007-12-17 Thread Matt Kraai
Howdy, The following bug report was submitted to the Debian bug tracking system. I verified that the problem it describes is still present in the latest beta. If you reply to this message, please preserve the CC to [EMAIL PROTECTED] - Forwarded message from Daniel Burrows <[EMAIL PROTECTED]

Re: seemingly no good way to end bulleted list and start code block

2007-10-06 Thread Matt Kraai
On Sun, Oct 07, 2007 at 04:06:50AM +0200, A. Pagaltzis wrote: > * Matt Kraai <[EMAIL PROTECTED]> [2007-10-07 02:55]: > > there seems to be no way to make it be seen as a code block > > that immediately follows the list. > > Clumsy, but there is:

seemingly no good way to end bulleted list and start code block

2007-10-06 Thread Matt Kraai
Howdy, The following bug report was sent to the Debian BTS. Is there a way to have a code block immediately follow an unordered list? - Forwarded message from Joey Hess <[EMAIL PROTECTED]> - Consider this markdown: * bla * bla2 this should be treated as code block and it is not .

Re: Markdown generates invalid html for a list immediately followed by a quote

2007-06-12 Thread Matt Kraai
Howdy, The attached patch prevents Markdown from generating invalid HTML if a list is followed immediately by a quote, e.g., * foo > bar > baz -- Matt diff -Nru /tmp/ZHVRVKY7mc/markdown-1.0.2~b8/Markdown.pl /tmp/dDW4tYqXOK/markdown-1.0.2~b8/Markdown.pl --- /tmp/ZHVRVKY7mc/markdown-1.0.2~b8/Mar

Markdown generates invalid html for a list immediately followed by a quote

2007-05-22 Thread Matt Kraai
Howdy, [Please preserve the CC to [EMAIL PROTECTED] on any replies.] The following bug in Markdown was reported to the Debian bug tracking system. In short, running both the released version of Markdown and the latest beta on * foo > bar > baz produces invalid HTML. - Forwarded message

Re: [ANN] Markdown.pl 1.0.2b8

2007-05-09 Thread Matt Kraai
en when Text::Balanced wraps it in parentheses. > > Thanks to Matt Kraai for the patch. The patch was originally from Joey Hess, so please credit him instead. -- Matt ___ Markdown-Discuss mailing list Markdown-Discuss@six.pairlist.net http:

1.0.2b7 misrenders nested divs with attributes

2007-05-02 Thread Matt Kraai
Howdy, Joey Hess reported that Markdown 1.0.2b7 does not render the following correctly: foo It renders it as follows: foo The problem is that it uses a backreference in the expression that it passes to gen_extract_tagged, which is broken when Text::Balanced wraps it in parentheses.

[jo...@debian.org: Bug#405058: does not properly support nested divs in inlined html]

2006-12-30 Thread Matt Kraai
Howdy, The attached bug report was sent to the Debian bug tracking system. If you please preserve the CC to [EMAIL PROTECTED] on any responses? - Forwarded message from Joey Hess <[EMAIL PROTECTED]> - From: Joey Hess <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]>

two lists without separating text are messed up

2006-05-24 Thread Matt Kraai
Howdy, The following bug in Markdown was reported to the Debian bug tracking system. - Forwarded message from Pierre THIERRY <[EMAIL PROTECTED]> - From: Pierre THIERRY <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Bug#368413: markdown: two lists without