mathpix-markdown-it
Version:
Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)
15 lines • 837 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.exportMethods = void 0;
var mathpix_markdown_model_1 = require("./mathpix-markdown-model");
var exportMethods = function () {
window.loadMathJax = mathpix_markdown_model_1.MathpixMarkdownModel.loadMathJax;
window.render = mathpix_markdown_model_1.MathpixMarkdownModel.render;
window.markdownToHTML = mathpix_markdown_model_1.MathpixMarkdownModel.markdownToHTML;
window.mmdYamlToHTML = mathpix_markdown_model_1.MathpixMarkdownModel.mmdYamlToHTML;
window.renderTitleMmd = mathpix_markdown_model_1.MathpixMarkdownModel.renderTitleMmd;
window.renderAuthorsMmd = mathpix_markdown_model_1.MathpixMarkdownModel.renderAuthorsMmd;
};
exports.exportMethods = exportMethods;
(0, exports.exportMethods)();
//# sourceMappingURL=bundle.js.map