### Version(s) affected 5.0.2 ### Description Line breaks inside tags produce incorrect markdown ### How to reproduce HTML: ```html <b>Hello<br><br>World</b> ``` Output: ```md **Hello world** ``` Expected output: ```md **Hello** **world** ```