Wondering if there is a way to NOT have the existing value of the textarea to be "corrected". I have some html with Razor (.net view engine) syntax in it. When I try to use CKEditor, it "corrects" the syntax and ends up messing it up. Mainly the curly braces and <text></text> tags are the problem. I need it to leave the source as is. Is this possible using the CKEditor? Couldn't find an obvious config option for it. Tried htmlEncodeOutput: false and that did nothing to prevent it.
Any help with this would be very much appreciated. Thanks.
Any help with this would be very much appreciated. Thanks.