# CKEditor 5 mathematical feature · [![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/isaul32/ckeditor5-math/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@isaul32/ckeditor5-math.svg?style=flat)](https://www.npmjs.com/package/@isaul32/ckeditor5-math) ckeditor5-math is a TeX-based mathematical plugin for CKEditor 5. You can use it to insert, edit, and view mathematical equations and formulas. This plugin supports [MathJax], [KaTeX] and custom typesetting engines. [mathjax]: https://www.mathjax.org/ [katex]: https://katex.org/ ## Table of contents - [CKEditor 5 mathematical feature ยท ](#ckeditor-5-mathematical-feature---) - [Table of contents](#table-of-contents) - [Developing the package](#developing-the-package) - [Available scripts](#available-scripts) - [`start`](#start) - [`test`](#test) - [`lint`](#lint) - [`stylelint`](#stylelint) - [`build:dist`](#builddist) - [`translations:synchronize`](#translationssynchronize) - [`translations:validate`](#translationsvalidate) - [`ts:build` and `ts:clear`](#tsbuild-and-tsclear) - [License](#license) ## Developing the package To read about the CKEditor 5 Framework, visit the [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html). ## Available scripts NPM scripts are a convenient way to provide commands in a project. They are defined in the `package.json` file and shared with people contributing to the project. It ensures developers use the same command with the same options (flags). All the scripts can be executed by running `npm run