diff --git a/src/index.ts b/src/index.ts index 928b88c..7dba246 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,6 @@ import Path from "node:path"; import { parseArgs } from "node:util"; import EMDY from "@endeavorance/emdy"; -import { marked } from "marked"; import defaultStylesheet from "./defaults/default-style.css" with { type: "text", };