diff --git a/README.md b/README.md index a0bafe913..e5baefc94 100644 --- a/README.md +++ b/README.md @@ -161,19 +161,19 @@ InlineEditor.defaultConfig = { - `katexRenderOptions` - pass [options](https://katex.org/docs/options.html). - ```js - InlineEditor.defaultConfig = { - // ... - math: { - engine: 'katex' - katexRenderOptions: { - macros: { - "\\neq": "\\mathrel{\\char`≠}", - }, - }, - } - } - ``` + ```js + InlineEditor.defaultConfig = { + // ... + math: { + engine: 'katex' + katexRenderOptions: { + macros: { + "\\neq": "\\mathrel{\\char`≠}", + }, + }, + } + } + ``` **Custom typesetting**