I am trying to use richtext editor from umbraco... and in html area I put something like
<ui id="col">
<li>mycontent</li>
</ui>
Now when I try to save it... it skips my css and converts my code to
<ui>
<li>mycontent</li>
</ui>
Why is umbraco not saving my css id?