La conversion d'e-mails HTML supprime les tableaux et tout ce qui suit

With incoming email prefer html enabled, HTML to markdown conversion seems to abort when encountering an HTML table. The table doesn’t even get transformed to plain text, as mentioned in Maintain tables from HTML email in when using HTML to Markdown. It seems the allow html tables setting has disappeared since then, so I’m assuming this is now always enabled?

Anything trailing the tables is missing from the end result too, badly crippling emails containing tables.

I previously reported this in the aforementioned topic, but I’m now creating this new topic in the bug category to make sure this bug is recorded properly.

Note that pasting the HTML tables into a post works fine, suggesting that there’s no reason HTML tables couldn’t simply be included as-is into the Markdown post.

3 « J'aime »

Thanks for the report @brechtm. Funny, I just reported this myself the other day. It’s on our radar for a fix.

5 « J'aime »

La raison était que le code gérant la conversion du HTML en Markdown côté serveur ne prenait pas en charge les balises <table> :wink:

Cela sera corrigé dès que cette PR sera fusionnée :ok_hand:

5 « J'aime »