Skip to main content
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@v1.15.2/plugins/mdx.ts";

Properties

extensions: string[]

List of extensions this plugin applies to

optional
remarkPlugins: any[]

List of remark plugins to use

optional
rehypePlugins: any[]

List of rehype plugins to use

optional
overrideDefaultPlugins: boolean

Flag to override the default plugins

optional
pragma: string

Optional pragma to add to the code evaluation

optional
components: Record<string, unknown>

Components to add/override