1.3.0
- Fix: Replaced regular expressions for switching clear elements with placeholders and vice versa with DOMParser to reliably match all possible clear element notations (e. g.
<br style="clear: both;">
,<br style="clear:both">
,<br style="clear: both;" />
,<br style="clear:both" />
)