From e40b95ae9e3a9fe70f7918e464f52bfa69382001 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Thu, 3 Oct 2019 21:21:33 +0300 Subject: [PATCH] Fix readme indentations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46da6b693..7046c8f21 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Styles requires PostCSS like official CKEditor 5 plugins. ```js InlineEditor.defaultConfig = { // ... - math: { + math: { engine: 'mathjax', // or katex or function (equation, element, display) => { ... } outputType: 'script', // or span or math forceOutputType: false, // forces output to use outputType