·
9 commits
to master
since this release
Added
InlineOptions::apply_width_attributesandInlineOptions::apply_height_attributesoptions to add dimension HTML attributes from CSS properties on supported elements (table,td,th,img). #652
Performance
- Skip selectors that reference non-existent classes, IDs, or tags.
- Faster HTML serialization for styles containing double quotes.