When using the ToHtml extension or SanityHtmlBuilder, the output for line breaks are malformed like so: `</br>` Most browsers are forgiving, but not all email clients handle it correctly, like GMail. In any case, any tag that does not have a ending block should always be formatted with the slash on the right. `<br />`