diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 3b3ce671a..ca887ac3a 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1417,7 +1417,7 @@ export interface AstroUserConfig { * import remarkToc from 'remark-toc'; * { * markdown: { - * remarkPlugins: [remarkToc] + * remarkPlugins: [ [remarkToc, { heading: "contents"} ] ] * } * } * ``` |