File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
i18n/src/locales/zh-Hant/docs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ import versions from './versions.yaml'
33
44export default {
55 theme,
6- versions,
6+ versions,
77}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ async function createProcessor(langs: BundledLanguage[]): Promise<MarkdownProces
4242 . use ( RemarkParse )
4343 . use ( remarkMath )
4444 . use ( RemarkRehype )
45- . use ( rehypeKatex )
45+ . use ( rehypeKatex , { output : 'mathml' } )
4646 . use ( rehypeShiki , options )
4747 . use ( RehypeStringify )
4848}
@@ -64,7 +64,7 @@ export function useMarkdown() {
6464 . use ( RemarkParse )
6565 . use ( remarkMath )
6666 . use ( RemarkRehype )
67- . use ( rehypeKatex )
67+ . use ( rehypeKatex , { output : 'mathml' } )
6868 . use ( RehypeStringify )
6969
7070 return {
You can’t perform that action at this time.
0 commit comments