Fix readme indentations

This commit is contained in:
Sauli Anto 2019-10-03 21:21:33 +03:00
parent 16fad7bc19
commit e40b95ae9e

View File

@ -85,7 +85,7 @@ Styles requires PostCSS like official CKEditor 5 plugins.
```js ```js
InlineEditor.defaultConfig = { InlineEditor.defaultConfig = {
// ... // ...
math: { math: {
engine: 'mathjax', // or katex or function (equation, element, display) => { ... } engine: 'mathjax', // or katex or function (equation, element, display) => { ... }
outputType: 'script', // or span or math outputType: 'script', // or span or math
forceOutputType: false, // forces output to use outputType forceOutputType: false, // forces output to use outputType