diff --git a/src/types.ts b/src/types.ts index 892da603..fcd77a5d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -139,11 +139,13 @@ declare module "mdast" { export interface MarkdownLanguageOptions extends LanguageOptions { /** * The options for parsing frontmatter. + * @default false */ frontmatter?: false | "yaml" | "toml" | "json"; /** * The options for parsing math. + * @default false */ math?: boolean; }