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,
|
||||
codeShowLineNumbers: false,
|
||||
codeCollapsible: false,
|
||||
mathEngine: 'MathJax',
|
||||
mathEngine: 'KaTeX',
|
||||
messageStyle: 'plain',
|
||||
codeStyle: 'auto',
|
||||
webdavHost: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user