Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 643 Bytes

MathType editor

Add math equations and chemical formulas to your digital content. Type or handwrite and let it change automatically. Copy or convert to LaTeX.

See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/mathtype && yarn
  1. Start the demo:
yarn dev