I spent to much time on this. Reproduction: ```python from markdownify import markdownify print(markdownify("Hello<br>cruel<br />world")) ``` Output: ``` Hello cruel ```