cobrateam / django-htmlmin

HTML minifier for Python frameworks (not only Django, despite the name).
http://pypi.python.org/pypi/django-htmlmin
BSD 2-Clause "Simplified" License
542 stars 73 forks source link

Is it possible to exclude the inner HTML of a class from being minified? #143

Closed dhsdshdhk closed 4 years ago

dhsdshdhk commented 4 years ago

I got a class "divMessage" where I do not want the contents there to be minified. Is this possible?