How do I perform "input" transformation so, that my custom tag <user> becomes two tags in the editor: image and link?
From dataProcessor.dataFilter I can return only one CKEDITOR.htmlParser.element. And I really don't need a wrapper span for those two.
From dataProcessor.dataFilter I can return only one CKEDITOR.htmlParser.element. And I really don't need a wrapper span for those two.