export { heading as headingNode } from "./headings.ts"; export { markdocPreprocess } from "./main.ts"; export type { MarkdocModule, MarkdocSvelteConfig as Config } from "./types.ts"; export { default as Markdoc } from "@markdoc/markdoc";