I use the IndentHTMLContent filter. It works very nicely for tables, but it does not do any indenting for nested <div>, <p>, or other elements. So, for example, if I paste the following simple html with a couple of nested <div>s into the editor, it does not get indented.
<div>
<div>
<div></div>
</div>
</div>
Is there a way to get the indentation working for this type of html?
<div>
<div>
<div></div>
</div>
</div>
Is there a way to get the indentation working for this type of html?
