In the latest version of HtmlSanitizationLibrary assembly downloadable with AntiXSS Library v4.0 ,
the function GetSafeHtml() replaces each
<p> and </p> tags by \r\n <p> or \r\n </p> .
This known bug is reported on
http://wpl.codeplex.com/discussions/82446
but my question is not this.
Can i Sanitize HTML based on white list of tags using HtmlSanitizationLibrary