fix(package): remove katex
This commit is contained in:
parent
34bfcbff38
commit
716ce9d3a3
4 changed files with 0 additions and 13 deletions
|
@ -11,7 +11,6 @@ import {
|
|||
transformerNotationDiff,
|
||||
} from '@shikijs/transformers'
|
||||
import { rehypeHeadingIds } from '@astrojs/markdown-remark'
|
||||
import rehypeKatex from 'rehype-katex'
|
||||
import rehypeExternalLinks from 'rehype-external-links'
|
||||
import rehypePrettyCode from 'rehype-pretty-code'
|
||||
import remarkCallout from "@r4ai/remark-callout";
|
||||
|
@ -47,7 +46,6 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
rehypeHeadingIds,
|
||||
rehypeKatex,
|
||||
sectionize,
|
||||
[
|
||||
rehypePrettyCode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue