From: Holger R. <Ra...@mr...> - 2009-03-09 09:49:59
|
Yuri asked me to report this bug here. I think it is intentional, but this is clearly a wrong way of doing table support. --- snip --- The bug tracker has been fixed and I logged the bug. Can you report it to the mailing list, though? - yuri On Sun, Mar 8, 2009 at 3:34 AM, Holger Rapp <Hol...@gm...> wrote: > didn't suceed in opening a ticket: > > markdown("""*This is bold* _This too_""", extensions=["tables"]) > > yields > u'<table><em>This is bold</em> <em>This too</em></table>' > > tables extension seems to replace all <p> elements with <table>... > This is > pretty broken. > Regards, Holger |