import { MDXEngine } from "https://deno.land/x/lume@v2.4.1/plugins/mdx.ts";
Template engine to render Markdown files with Remark
Methods
render()
content: string,
data?: Record<string, unknown>,
filename?: string,
renderComponent(content: string)