I'm writing a custom tool that is processing wordpress exported data. Wordpress is otherwise not involved. Many of the blog posts have short codes in them and I'd like to preserve these codes with ckeditor. However, all of the quotes inside of the short code get htmlentity encoded. Doing a bit of research, I have seen the the entities=False config option. However, I'd like not escape chars within a certain regexp, not the entire document. I could not find an existing ckeditor plugin for this. I'm using ckeditor 4.
Short codes appear as things like:
[caption="..." ]<img src="" />[/caption]
[gallery id=""]
[code lang="python"]....[/code]
