lesjoursfr / html-to-epub

Generate EPUB books from HTML with simple API in Node.js.
MIT License
39 stars 16 forks source link

fix(validateElements) unified removes `class` attributes #73

Closed dimitrilahaye closed 1 year ago

dimitrilahaye commented 1 year ago

As unified uses className instead of class when parsing html content, EPub eventually removes all class attributes

e-adrien commented 1 year ago

Thank you again. I just published a new release with this fix.