I have a a big problem. When I put a image to CKE everything is OK, src attribute looks good. But when I use getData() method suddenly my link changes to something totally different. For example 48329042.jpg change to 7432897.gif. Is there any way to get pure HTML without any "link protecting" or whatever it is ? I tried to just get content of div since I am using contenteditable method, but this way my img has an data-cke-saved-src attribute which is not fine at all either.
Greetings