UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

3 lines 170 B
import { Markdown, MarkdownRenderer } from '../type'; export declare function createMarkdown(renderer: MarkdownRenderer): Markdown; //# sourceMappingURL=markdown.d.ts.map