Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
334 views
in Q2A Core by
Hi,

Has anyone managed to use pbckcode (for code syntaxhighlighting) on new ckeditor? I have it working on old ckeditor version where I could change the config file. But have no idea how can I change it in new ckeditor prebuilt in Q2A. Is downloading the bulk ckeditor and not the optimized one the only solution?
Q2A version: 1.7

1 Answer

+1 vote
by
Had to do the following changes to config.js inside ckeditor folder.

 config.extraAllowedContent = 'pre[*]{*}(*)';

Only after this the Code button <> appear on the Tool Bar. This is a very good way to add code option as we can then simply use google code prettify.
...