[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

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('.\n\n...\n\n.') u'.\n\n...\n\n.' >>> markdown.markdown('.\n\n.a.\n\n.') u'.\n\n.a.\n\n.' >>> markdown.markdown('.