in open OpenXmlPowerTools self closing tags are implemented for all elements when empty.
E.g.
<code><div />
</code>
<code><div />
</code>
<div />
or
<code> <td />
</code>
<code> <td />
</code>
<td />
This is not valid html. How to prevent this.
Or have I to regex me through the result to replace them 🙁