Fixed import

This commit is contained in:
2025-11-23 14:45:26 -05:00
parent 642df154f0
commit 207375271d

View File

@@ -11,7 +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 remarkArgdownPlugin from "@argdown/remark-plugin"
import { remarkArgdownPlugin } from "@argdown/remark-plugin"
import { SKIP, visit } from "unist-util-visit"
import path from "path"
import { splitAnchor } from "../../util/path"