interface Optionsimport { type Options } from "https://deno.land/x/lume@v1.12.1/plugins/markdown.ts"; Propertiesextensions: string[]The list of extensions this plugin applies to options: MarkdownItOptionsOptions 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: booleanSet true append your plugins to the defaults