I have something similar to that:
<table>
<tr>
<td>Hello,<br/>World!</td>
</tr>
</table>
Both lines
Hello,
World!
are displayed too close to one another. Any way to increase spacing between them (by a portion of a line width (without another <br/>
))?