Update readme

This commit is contained in:
Sauli Anto 2019-10-15 21:32:25 +03:00
parent ec03d72ec5
commit 65198b331a

View File

@ -1,6 +1,6 @@
# CKEditor 5 mathematical feature
This is the best* TeX-based mathematical plugin for CKEditor 5. You can use it to insert, edit and view mathematical equation and formulas. This plugin supports MathJax, KaTeX and custom typesetting engines.
This is the best* 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.
## Table of contents
- [Features](#features)
@ -116,7 +116,7 @@ __KaTeX__
__Custom typesetting__
It's possible to implement with engine config. For example, this feature can be used when use back end rendering.
Custom typesetting is possible to implement with engine config. For example, custom typesetting feature can be used when use back end rendering.
```js
InlineEditor.defaultConfig = {
// ...