MdxOptions Type
Fields
| Name | Type | Default | 
|---|---|---|
rehypePlugins | PluggableList | null | undefinedList of rehype plugins.  | |
remarkPlugins | PluggableList | null | undefinedList of remark plugins.  | |
recmaPlugins | PluggableList | null | undefinedList of recma plugins. This is a new ecosystem, currently in beta, to transform esast trees (JavaScript).  | |
format | "detect" | "mdx" | "md"Format of the file. 
  | "detect" | 
rehypePrettyCodeOptions | RehypePrettyCodeOptionsConfiguration options for Rehype Pretty Code .  | {} |