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@v1.15.2/plugins/markdown.ts";

Properties

extensions: string[]

The list of extensions this plugin applies to

Options passed to markdown-it library

plugins: unknown[]

The list of markdown-it plugins to use

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

To modify existing rules or new custom rules

keepDefaultPlugins: boolean

Set true append your plugins to the defaults