rehypejs / rehype-minify

plugins to minify HTML
https://unifiedjs.com
MIT License
89 stars 16 forks source link

minify-whitespace: strips important whitespace #30

Closed wooorm closed 3 years ago

wooorm commented 4 years ago

Subject of the issue

Through collapse-white-space, this plugin strips important whitespace like non-breaking space characters. The problem is that \s is collapsed, instead of \f\n\t\ (and \r).