Nuacht

proposal with fix for #323 @JonathanMagnan hi there, can you please take a look at changes for Entitize method. I'm strongly suggesting use standard System.Net.WebUtility.HtmlEncode method for enti ...
One downside is that HtmlEncode method doesn't allow for StringBuilder, so I'm allocating strings each time encoding is required. If overload is added, it can behave faster than TextWriter since no ...