mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
feat: switch default math rendering engine to KaTeX #1485
This commit is contained in:
parent
f748a1b274
commit
52026c0772
@ -96,7 +96,7 @@ const initialState: SettingsState = {
|
||||
renderInputMessageAsMarkdown: false,
|
||||
codeShowLineNumbers: false,
|
||||
codeCollapsible: false,
|
||||
mathEngine: 'MathJax',
|
||||
mathEngine: 'KaTeX',
|
||||
messageStyle: 'plain',
|
||||
codeStyle: 'auto',
|
||||
webdavHost: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user