mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
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…
Reference in New Issue
Block a user