Hi all
would anyone know how this can be done?
In posts the following is added after images to give a line-break - otherwise left-aligned images tend to wrap and not give a linespace
<div style="height:1px; clear:both"></div>
The problem is on the newly run out AMP - this DIV/linespace is removed...
suggestion is to do the following.. but exactly HOW to do it?
a custom Sanitizer class that coverts that div into one with a class and then move the style to CSS instead.
Alternatively, replace all these divs in your existing content to have a class attribute.