Marco von Frieling

Results 12 comments of Marco von Frieling

For @larint's example I can understand the structure change because `a` is an inline element and `div` a block element, except configured in the CKeditor config otherwise or changed vis...

I've just found another example of nonsense normalization. Original: ```html Read more ``` Normalized: ```html  Read more ``` If classes are assigned with a specific hierarchy to parents, children and...