Problem with HTML table with latest version

Hi,

I love the new HTML editor in the latest update but there’s a problem when adding HTML tables. When I copy paste the code, the element is deleted if I don’t add a line before the table with some text.

For example, I open the HTML editor, and if I paste :
< style >

</ style >
< body >

</ body >

< style >…</ style > will disappear.

But if I do this :

Some text in the first line
< style >

</ style >
< body >

</ body >

It will work, even if I remove the first line later.

There’s another problem. After adding a card, when I want to edit it in the browser, if I add text it will automatically go at the beginning of the card. I have to copy/paste the content into a new card to modify it, it’s a little annoying. And doing that, if I don’t copy the content in the HTML editor, I lost the style of my tables and strangely I can’t do undo this so I have to make these tables again… :frowning_face:

1 Like