fix(package): remove katex

This commit is contained in:
z0x 2025-02-04 23:51:44 -05:00
parent 34bfcbff38
commit 716ce9d3a3
4 changed files with 0 additions and 13 deletions

View file

@ -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,