Skip to Content
🎉 Nextra 4.0 is released. dimaMachina is looking for a new job or consulting .
APIMdxOptions

MdxOptions Type

Fields

NameTypeDefault
rehypePluginsPluggableList | null | undefined

List of rehype plugins.

remarkPluginsPluggableList | null | undefined

List of remark plugins.

recmaPluginsPluggableList | 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.

  • 'md' means treat as markdown
  • 'mdx' means treat as MDX
  • 'detect' means try to detect the format based on file path.
"detect"
rehypePrettyCodeOptionsRehypePrettyCodeOptions

Configuration options for Rehype Pretty Code .

{}