I am trying to use the HtmlEditorExtender. EnableSanitization is set to false.
When the HtmlEditorExtender gets updated, the links get removed and are prefixed with an underscore.
This is only happening for links that contain the character combination: "url"
eg. <a href="www.curl.com">a</a> or <a href="abcdurlabcd">a</a>
The letter "a" will become "_a"
Please help. Is there anyway around this?