From acee71178284741187dc559edfdfba62a55a5c06 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 2 Mar 2021 07:20:44 -0600 Subject: [PATCH] Fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6cafc7a..a78ad40ba 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ InlineEditor.defaultConfig = { // ... math: { engine: 'mathjax', // or katex or function. E.g. (equation, element, display) => { ... } - lazyLoad: undefined // async () => { ... }, called once before rendering first equation if engine doesn't exist. After resolving promise, plugin renders equations. + lazyLoad: undefined, // async () => { ... }, called once before rendering first equation if engine doesn't exist. After resolving promise, plugin renders equations. outputType: 'script', // or span forceOutputType: false, // forces output to use outputType enablePreview: true // Enable preview view