premailex
premailex copied to clipboard
Fix a deprecation log from Floki
Floki will write info
log when if a binary
is passed to Floki.text()
- which is deprecated. This PR fixes it
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.