Skip to main content
Module

x/lume/plugins/remark.ts>MarkdownEngine

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class MarkdownEngine
implements Engine
import { MarkdownEngine } from "https://deno.land/x/lume@v1.15.2/plugins/remark.ts";

Template engine to render Markdown files with Remark

Constructors

new
MarkdownEngine(engine: unified.Processor)

Properties

engine: unified.Processor

Methods

render(
content: string,
data?: Data,
filename?: string,
): Promise<string>
renderSync(
content: string,
data?: Data,
filename?: string,
): string