Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+5 votes
339 views
in Plugins by
which is best editor with features like ?

insert code

mathjax

1 Answer

+3 votes
by
selected by
 
Best answer

I would recommend you go with the default CK editor but with some custom addons which you can easily get after some modification.

FOR CODE

Take a look at this: https://ckeditor.com/docs/ckeditor4/latest/examples/codesnippet.html.

In there, you'll find a reference to https://ckeditor.com/cke4/addon/codesnippet. That's a CKEditor plugin. Try installing it following the steps in here: https://www.question2answer.org/qa/66264

This is the most up-to-date approach to follow.

MATHJAX

You can directly use the script in the head via the Layouts section and then use the code of mathjax under the editor.

Still doubts? Comment.

by
I also use and like CKEditor!
by
thank you , i will try
...