From b37df868b03e5f96d8510ea318e374f95444af71 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 17 Mar 2024 12:33:16 -0500 Subject: [PATCH] docs(README): Format with prettier --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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**