If RichTextEditor has a source like this:
var htmlSource = @"<table style='background-color:red;border: 3px solid black'>
<tr><td> test table</td></tr>
</table>";
the table is rendered, but doesn't have the styling applied.