Skip to content

Commit

Permalink
Update build-contribute.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Mar 4, 2024
1 parent 86ea64e commit da80f9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/build-contribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { remark } from "remark";
import remarkMDX from "remark-mdx";
import remarkGfm from "remark-gfm";
import matter from "gray-matter";
import unifiedPrettier from "unified-prettier";
import { compile } from "@mdx-js/mdx";
import isAbsoluteUrl from "is-absolute-url";

Expand Down Expand Up @@ -87,7 +86,6 @@ const convertMdtoMdx = async (
const newContent = remark()
.use(remarkGfm)
.use(remarkMDX)
.use(unifiedPrettier)
.processSync(contentWithRewrittenLinksAndComments)
.toString();

Expand Down

0 comments on commit da80f9d

Please sign in to comment.