Styletags Filter
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Convert embedded CSS styles into tags.
Converts this
<style>
.myclass {
font-weight: bold;
}
</style>
<span class="myclass">
some bold text
</span>
to this
