Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanshuyou committed Aug 27, 2024
1 parent 973b458 commit 02c4b45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ import {
addCopyButtonToCodeBlocks,
addTranslateNoToCodeBlocks,
} from "./utils.js";
<<<<<<< Updated upstream
import remarkMdx from "remark-mdx";
import rehypeHighlight from "rehype-highlight";
import rehypeStringify from "rehype-stringify";
import remarkParse from "remark-parse";
import remarkRehype from "remark-rehype";
import { unified } from "unified";
=======
import { rehypeSlug } from "./plugins.js";
import { remark } from "remark";
import remarkMdx from "remark-mdx";
import rehypeHighlight from "rehype-highlight";
>>>>>>> Stashed changes

const VERSIONS = [
"v2.4.x",
Expand Down

0 comments on commit 02c4b45

Please sign in to comment.