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\n<p>.</p></p>' > -------->8-------- > > After a little investigation it seems that the problem comes from > markdown.preprocessors.HtmlBlockPreprocessor. I don't know why but it seems it > considers the 'p' as a tag (which it obviously is not).
could you give the version from unstable (just passed NEW) a try? On the first look I'm not able to reproduce it there. Thanks, Bernd -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team