I'm using the latest version of the htmleditorextender with sanitizer turned off(not on a public site) trying to get untouched html text with no result, i.e id and class elements are still being removed.
Tried to take out the _encodeHtml function in HtmlEditorExtenderBehavior.Pre.js but then empty id and class elements are ADDED by the extender!
Is there an way to get the html without the extender messing with it?
thanks in advance