# repro ``` <table> <tr> <td> <img src="https://placekitten.com/200/200"> </td> <td> text </td> </tr> </table> ``` # expected <table> <tr> <td> <img src="https://placekitten.com/200/200"> </td> <td> text </td> </tr> </table> # actually 