MdxOptions
Type
Fields
Name | Type | Default |
---|---|---|
rehypePlugins | PluggableList | null | undefined List of rehype plugins. | |
remarkPlugins | PluggableList | null | undefined List of remark plugins. | |
recmaPlugins | PluggableList | null | undefined List 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 | RehypePrettyCodeOptions Configuration options for Rehype Pretty Code . | {} |