Home › Forums › Open-Xml-PowerTools › Conversion of content in tags
The HtmlToWmlConverter was not designed to support definition lists. This is not a feature of the module.
I recommend removing those tags from the source HTML before invoking the HtmlToWmlConvert module.
The HtmlAgilityPack is a good API for doing this type of stuff.
https://htmlagilitypack.codeplex.com/
Cheers, Eric