Just noticed that in some places (meta content strings, class names, etc) it seems to get a bit over-zealous about escaping non-alphanumeric characters. For example, spaces become  , dashes become -, etc. This seems like overkill, and might make life a bit harder for things like searching for particular strings in the HTML source. If you agree I'll happily try to figure out a PR to make it only do this in places where it's necessary.
Thanks a lot!
Just noticed that in some places (meta content strings, class names, etc) it seems to get a bit over-zealous about escaping non-alphanumeric characters. For example, spaces become
 , dashes become-, etc. This seems like overkill, and might make life a bit harder for things like searching for particular strings in the HTML source. If you agree I'll happily try to figure out a PR to make it only do this in places where it's necessary.Thanks a lot!