@readme/markdown 7.7.0 → 7.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,6 @@ export type MdastOpts = {
9
9
  export declare const remarkPlugins: ((() => (tree: any) => void) | (({ copyButtons }?: {
10
10
  copyButtons?: boolean;
11
11
  }) => (tree: import("mdast").Node) => import("mdast").Node) | typeof remarkFrontmatter | typeof remarkGfm)[];
12
- export declare const rehypePlugins: (typeof rehypeSlug)[];
12
+ export declare const rehypePlugins: ((() => (tree: import("unist").Node) => import("unist").Node) | typeof rehypeSlug)[];
13
13
  declare const astProcessor: (opts?: MdastOpts) => import("unified").Processor<import("mdast").Root, import("mdast").Root, import("mdast").Root, import("mdast").Root, string>;
14
14
  export default astProcessor;