I have a class of span elements in which tinymce-generated texts are embedded.
<span class="ArticleSummary">
This text is generated with a text editor and may have a lot of inline stylings.
</span>
This text is normally full of elements with inline styling. How can I disable all the inline stylings of that text and get pure html of it to be able to style the whole span outside with other css code?