interface Optionsimport { type Options } from "https://deno.land/x/lume@v1.17.2/plugins/mdx.ts"; Propertiesextensions: string[]List of extensions this plugin applies to optionalremarkPlugins: any[]List of remark plugins to use optionalrehypePlugins: any[]List of rehype plugins to use optionaloverrideDefaultPlugins: booleanFlag to override the default plugins optionalpragma: stringOptional pragma to add to the code evaluation optionalcomponents: Record<string, unknown>Components to add/override