These have accumulated in my workspace, and IMHO improve things. Thanks again for all your work, Jason. Let me know what you think of the BinaryPart <-> Exception tradeoff in LoadFromZipNG.
src/diffx/com/topologi/diffx/Docx4jDriver.java
Convert debug true -> false
src/main/java/org/docx4j/convert/out/html/docx2xhtmlNG2.xslt
Use CSS styles for inserted/deleted markup, instead of inline
styles directly in the HTML, so that calling code can override
those styles.
src/main/java/org/docx4j/fonts/IdentityPlusMapper.java
Convert a recoverable log error() to a warn()
src/main/java/org/docx4j/fonts/PhysicalFonts.java
Convert a recoverable log error() ...