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).
```js
InlineEditor.defaultConfig = {
// ...
math: {
engine: 'katex'
katexRenderOptions: {
macros: {
"\\neq": "\\mathrel{\\char`≠}",
},
},
}
}
```
```js
InlineEditor.defaultConfig = {
// ...
math: {
engine: 'katex'
katexRenderOptions: {
macros: {
"\\neq": "\\mathrel{\\char`≠}",
},
},
}
}
```
**Custom typesetting**