[Python-modules-team] Bug#646552: python-markdown: do not properly handle inline html

2012-04-07 Thread Anaël Verrier
Le 22/01/2012 19:28, Bernd Zeimetz a écrit : could you give the version from unstable (just passed NEW) a try? On the first look I'm not able to reproduce it there. It does not solve the issue. However it works fine with the upstream commit 07f2057734b745793e7ad6f86d36d286fd718e70. Cheers,

[Python-modules-team] Bug#646552: python-markdown: do not properly handle inline html

2012-01-22 Thread Bernd Zeimetz
Hi, Please have a look to this strange behavior: 8 import markdown markdown.markdown('p.\n\n...\n\n./p') u'p.\n\n...\n\n./p' markdown.markdown('p.\n\n.a.\n\n./p') u'p.\n\n.a.\n\n./p' markdown.markdown('p.\n\n.p.\n\n./p') u'p.\n\n.p.\n\np./p/p' 8

[Python-modules-team] Bug#646552: python-markdown: do not properly handle inline html

2011-10-24 Thread Anaël Verrier
Package: python-markdown Version: 2.0.3-2 Severity: normal Dear Maintainer, Please have a look to this strange behavior: 8 import markdown markdown.markdown('p.\n\n...\n\n./p') u'p.\n\n...\n\n./p' markdown.markdown('p.\n\n.a.\n\n./p') u'p.\n\n.a.\n\n./p'