FelixSchwarz / mjml-python

Python implementation for MJML - a framework that makes responsive-email easy
MIT License
76 stars 16 forks source link

HTML entities such us   or © are not supported #6

Closed barsch closed 2 years ago

barsch commented 3 years ago

currently fails with:

lxml.etree.XMLSyntaxError: Entity 'copy' not defined, line 853, column 19

see also: https://stackoverflow.com/questions/31210655/nbsp-text-not-handled-by-the-lxml

FelixSchwarz commented 3 years ago

Yup, should be handled but isn't. Contributions welcome :-)