mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
Fix readme indentations
This commit is contained in:
@@ -85,7 +85,7 @@ Styles requires PostCSS like official CKEditor 5 plugins.
|
|||||||
```js
|
```js
|
||||||
InlineEditor.defaultConfig = {
|
InlineEditor.defaultConfig = {
|
||||||
// ...
|
// ...
|
||||||
math: {
|
math: {
|
||||||
engine: 'mathjax', // or katex or function (equation, element, display) => { ... }
|
engine: 'mathjax', // or katex or function (equation, element, display) => { ... }
|
||||||
outputType: 'script', // or span or math
|
outputType: 'script', // or span or math
|
||||||
forceOutputType: false, // forces output to use outputType
|
forceOutputType: false, // forces output to use outputType
|
||||||
|
|||||||
Reference in New Issue
Block a user