Skip to content

Commit

Permalink
refactor: s/rehype-transformers/shiki-transformers/
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai committed Jun 23, 2024
1 parent 8da7bdb commit d16a476
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import remarkMath from "remark-math"
import unocss from "unocss/vite"

import { getAPIRoutes, getRoutes } from "./src/libs/content-collection"
import { transformerOpenGraphLinkCard } from "./src/libs/remark-embed-transformers"
import {
transformerLineNumbers,
transformerMetaDiff,
transformerTitle,
} from "./src/libs/rehype-transformers"
import { transformerOpenGraphLinkCard } from "./src/libs/remark-embed-transformers"
} from "./src/libs/shiki-transformers"
import rehypeFootnote from "./src/libs/unified-plugins/rehype-footnote"
import remarkHeader from "./src/libs/unified-plugins/remark-header"
import remarkInlineCode from "./src/libs/unified-plugins/remark-inline-code"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d16a476

Please sign in to comment.