I have used a HTML to XAML (FlowDocument) conversion script, the only problem is that I don’t want tables to be displayed.
I would prefer using the HTML code for this example:
<table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
OK just for examples sake, that is the formatting of the table, as it is. I would like to replace the tags with something maybe like a <p> or <br /> how would I go about doing this?
In very simplistic terms:
You’ll get an extra space after your closed in case you have more than one . You can account for this through more thorough logic.