Skip to main content
Module

x/lume/plugins/markdown.ts>Options

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

Properties

optional
extensions: string[]

The list of extensions this plugin applies to

optional
options: MarkdownItOptions

Options passed to markdown-it library

optional
plugins: unknown[]

The list of markdown-it plugins to use

optional
rules: Record<string, (...args: any[]) => any>

To modify existing rules or new custom rules

optional
useDefaultPlugins: boolean

Set false to remove the default plugins