Added additional import dependency

This commit is contained in:
2025-11-23 14:46:59 -05:00
parent 207375271d
commit 177e4a0b53

View File

@@ -11,6 +11,7 @@ import {
import { Element, Literal, Root as HtmlRoot } from "hast"
import { ReplaceFunction, findAndReplace as mdastFindReplace } from "mdast-util-find-and-replace"
import rehypeRaw from "rehype-raw"
import { argdown } from "@argdown/core"
import { remarkArgdownPlugin } from "@argdown/remark-plugin"
import { SKIP, visit } from "unist-util-visit"
import path from "path"