@wiris/ckeditor5-mathml

1.2.1 • Public • Published

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, ... ],

Package Sidebar

Install

npm i @wiris/ckeditor5-mathml

Weekly Downloads

5

Version

1.2.1

License

GPL-3.0

Unpacked Size

12.4 kB

Total Files

5

Last publish

Collaborators

  • wiris