After publishing this topic I noticed that table colouring is stripped when published.
It would be nice if there is more control over table formatting.
Also, I noticed that markdown formatting for linking urls doesn’t work inside cells. You currently actually need to make an a href tag for them.
Yeah you have to use <h1> tags inside the cells to get the size to work.
Pretty much you have to use <b></b> <i></i> <h1></h1> for the standard things to work inside a cell.
To do bullets inside a cell you have to use
<ul><li><li>
Putting the # in front of the table will let hot links and image links work in the cell. Everything else has to be in <tag> form.
Can you give me a list of which tags I should add the the white list so I can sort this out?
Our tag filtering is white list based, so I need to keep on pushing stuff through
For table tags I would at least like the following so I can properly format the table in the OP. I hope I understood you correctly.
table
tr
But I think style should be enough since that is the CSS pointer and all order tags can go in there right?
Inside a table it would be nice if the markdown formatting for bold, italics and bullet lists could work but I don’t know if that’s technically possible. using the html tags works but is a bit cumbersome.