TinyMCE4 has no math formula plugin default. This plugin is a formula plugin called “Tinymce4 Formula Editor”, you can use it in your tinymce editor to insert math formula easily.
tinymce.init({ selector: "textarea", plugins: [ "leaui_formula", "advlist autolink link lists charmap hr anchor pagebreak", "directionality textcolor paste fullpage textcolor" ], paste_data_images: true, toolbar1: "leaui_formula | styleselect formatselect fontselect fontsizeselect | bold italic underline strikethrough " }); Please Note that, you must set paste_data_images to true.