rehypejs / rehype-minify

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

rehype-minify-language to minify `lang`, `xml:lang`, `hreflang`, `srclang` attributes #31

Closed wooorm closed 3 years ago

wooorm commented 4 years ago

en-US -> en en-gb -> en-gb nld-nl -> nl

https://github.com/wooorm/bcp-47-normalize

Most things here are lowercase so lowercasing them (en-gb) instead of typical casing (en-GB) is probably best.