UNPKG

@mdfriday/foundry

Version:

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

23 lines 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APPLICATION_XML = exports.TEXT_HTML = void 0; const type_1 = require("./type"); exports.TEXT_HTML = new type_1.MediaType({ type: "text/html", mainType: "text", subType: "html", delimiter: ".", firstSuffix: { suffix: "html", fullSuffix: ".html" }, mimeSuffix: "html", suffixesCSV: "html,htm", }); exports.APPLICATION_XML = new type_1.MediaType({ type: "application/xml", mainType: "application", subType: "xml", delimiter: ".", firstSuffix: { suffix: "xml", fullSuffix: ".xml" }, mimeSuffix: "xml", suffixesCSV: "xml", }); //# sourceMappingURL=buildin.js.map