premailex icon indicating copy to clipboard operation
premailex copied to clipboard

Fix a deprecation log from Floki

Open msramos opened this issue 1 year ago • 1 comments

Floki will write info log when if a binary is passed to Floki.text() - which is deprecated. This PR fixes it

msramos avatar Feb 09 '24 16:02 msramos

Thanks, can you show me an example that produces this using Premailex.HTMLToPlainText.process/1? The Premailex.HTMLParser specs requires only html_tree types as argument, and I didn't find a way to get it to pass in binary in tests.

danschultzer avatar Feb 16 '24 04:02 danschultzer