1.2.1 • Published 5 years ago

@wiris/ckeditor5-mathml v1.2.1

Weekly downloads
15
License
GPL-3.0
Repository
github
Last release
5 years ago

MathML support for CKEditor 5

This package extends the CKEditor 5 model to allow working with the MathML standard.

Install instructions

  1. Install the npm module:

    npm install @wiris/ckeditor5-mathml
  2. Update the CKEditor configuration by adding the plugin:

    import MathML from '@wiris/ckeditor5-mathml/src/mathml';
    
    ...
    
    ClassicEditor
         .create( editorElement, {
             plugins: [ ..., MathML, ... ],