@wiris/ckeditor5-mathml
v1.2.1
Published
MathML for CKEditor5 editor
Downloads
30
Maintainers
Readme
MathML support for CKEditor 5
This package extends the CKEditor 5 model to allow working with the MathML standard.
Install instructions
Install the npm module:
npm install @wiris/ckeditor5-mathml
Update the CKEditor configuration by adding the plugin:
import MathML from '@wiris/ckeditor5-mathml/src/mathml'; ... ClassicEditor .create( editorElement, { plugins: [ ..., MathML, ... ],