docs(README): Format with prettier

This commit is contained in:
Tony Narlock 2024-03-17 12:33:16 -05:00
parent dcae401b46
commit b37df868b0

View File

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