feat: switch default math rendering engine to KaTeX #1485
This commit is contained in:
parent
7934ce473d
commit
ada45b229d
@ -96,7 +96,7 @@ const initialState: SettingsState = {
|
|||||||
renderInputMessageAsMarkdown: false,
|
renderInputMessageAsMarkdown: false,
|
||||||
codeShowLineNumbers: false,
|
codeShowLineNumbers: false,
|
||||||
codeCollapsible: false,
|
codeCollapsible: false,
|
||||||
mathEngine: 'MathJax',
|
mathEngine: 'KaTeX',
|
||||||
messageStyle: 'plain',
|
messageStyle: 'plain',
|
||||||
codeStyle: 'auto',
|
codeStyle: 'auto',
|
||||||
webdavHost: '',
|
webdavHost: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user