<table> <tr> <td> a</td> <td> b </td> </tr> </table>
renders as follows:
b
So a is not in a pre-tag but b is, depending on whether closing-td tag is on a new line or not.