mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 02:10:04 +08:00
Fix typo in example
This commit is contained in:
parent
de7a35ce1f
commit
acee711782
@ -95,7 +95,7 @@ InlineEditor.defaultConfig = {
|
|||||||
// ...
|
// ...
|
||||||
math: {
|
math: {
|
||||||
engine: 'mathjax', // or katex or function. E.g. (equation, element, display) => { ... }
|
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
|
outputType: 'script', // or span
|
||||||
forceOutputType: false, // forces output to use outputType
|
forceOutputType: false, // forces output to use outputType
|
||||||
enablePreview: true // Enable preview view
|
enablePreview: true // Enable preview view
|
||||||
|
Loading…
x
Reference in New Issue
Block a user