UNPKG

@mdfriday/foundry

Version:

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

10 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createMarkdown = createMarkdown; const markdown_1 = require("../entity/markdown"); const highlight_1 = require("../vo/highlight"); function createMarkdown(renderer) { const highlighter = (0, highlight_1.createDefaultHighlighter)(); return new markdown_1.MarkdownImpl(renderer, highlighter); } //# sourceMappingURL=markdown.js.map