E.g. ``` <!--<div> hallo</div> --> test <br>cat ``` Results in: ``` hallo --> test cat ``` Should be: ``` test cat ``` Regards Simon