Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/plugins/mdx.ts>Options

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

Properties

optional
extensions: string[]

List of extensions this plugin applies to

optional
recmaPlugins: any[]

List of recma plugins to use

optional
remarkPlugins: any[]

List of remark plugins to use

optional
rehypePlugins: any[]

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