Skip to main content
Module

x/lume/plugins/mdx.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.1.4/plugins/mdx.ts";

Properties

optional
extensions: string[]

List of extensions this plugin applies to

optional
recmaPlugins: PluggableList

List of recma plugins to use

optional
remarkPlugins: PluggableList

List of remark plugins to use

optional
rehypeOptions: RehypeOptions

Options to pass to rehype

optional
rehypePlugins: PluggableList

List of rehype plugins to use

optional
useDefaultPlugins: boolean

Set false to remove the default plugins

optional
components: Record<string, unknown>

Components to add/override

optional
includes: string

Custom includes path