douceur
douceur copied to clipboard
Added settings to Inliner.
The setting KeepStyle
allows the existing style in the HTML document to be preserved after running the inliner.
The setting AppendToBody
appends back all the style rules to the end of the body instead of the head node.
This settings are needed for compatibility with some email clients.
Hey @aymerick, is this something you'd consider for merge?