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)
38 lines • 4.75 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalizeLink = exports.clearLabelsList = exports.getLabelByKeyFromLabelsList = exports.getLabelsList = exports.eLabelType = exports.ParserErrors = exports.TTocStyle = exports.rest_mmd_footnotes_list = exports.resetTheoremEnvironments = exports.mdPluginChemistry = exports.mdPluginList = exports.mdPluginTableTabular = exports.mdPluginAnchor = exports.mdPluginTOC = exports.mdPluginText = exports.mdPluginHighlightCode = exports.mdPluginMathJax = exports.initMathpixMarkdown = exports.mdSetPositionsAndHighlight = exports.mdLatexFootnotes = exports.mdPluginCollapsible = exports.mathpixMarkdownPlugin = exports.MathpixMarkdownModel = exports.MathpixMarkdown = exports.MathpixLoader = void 0;
var mathpix_loader_1 = require("./components/mathpix-loader");
exports.MathpixLoader = mathpix_loader_1.default;
var mathpix_markdown_1 = require("./components/mathpix-markdown");
exports.MathpixMarkdown = mathpix_markdown_1.default;
var mathpix_markdown_plugins_1 = require("./markdown/mathpix-markdown-plugins");
Object.defineProperty(exports, "mathpixMarkdownPlugin", { enumerable: true, get: function () { return mathpix_markdown_plugins_1.mathpixMarkdownPlugin; } });
Object.defineProperty(exports, "initMathpixMarkdown", { enumerable: true, get: function () { return mathpix_markdown_plugins_1.initMathpixMarkdown; } });
var mdPluginConfigured_1 = require("./markdown/mdPluginConfigured");
Object.defineProperty(exports, "mdPluginMathJax", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginMathJax; } });
Object.defineProperty(exports, "mdPluginHighlightCode", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginHighlightCode; } });
Object.defineProperty(exports, "mdPluginText", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginText; } });
Object.defineProperty(exports, "mdPluginTOC", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginTOC; } });
Object.defineProperty(exports, "mdPluginAnchor", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginAnchor; } });
Object.defineProperty(exports, "mdPluginTableTabular", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginTableTabular; } });
Object.defineProperty(exports, "mdPluginList", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginList; } });
Object.defineProperty(exports, "mdPluginChemistry", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginChemistry; } });
Object.defineProperty(exports, "mdPluginCollapsible", { enumerable: true, get: function () { return mdPluginConfigured_1.mdPluginCollapsible; } });
Object.defineProperty(exports, "mdLatexFootnotes", { enumerable: true, get: function () { return mdPluginConfigured_1.mdLatexFootnotes; } });
Object.defineProperty(exports, "mdSetPositionsAndHighlight", { enumerable: true, get: function () { return mdPluginConfigured_1.mdSetPositionsAndHighlight; } });
var mathpix_markdown_model_1 = require("./mathpix-markdown-model");
Object.defineProperty(exports, "MathpixMarkdownModel", { enumerable: true, get: function () { return mathpix_markdown_model_1.MathpixMarkdownModel; } });
Object.defineProperty(exports, "TTocStyle", { enumerable: true, get: function () { return mathpix_markdown_model_1.TTocStyle; } });
Object.defineProperty(exports, "ParserErrors", { enumerable: true, get: function () { return mathpix_markdown_model_1.ParserErrors; } });
var helper_1 = require("./markdown/md-theorem/helper");
Object.defineProperty(exports, "resetTheoremEnvironments", { enumerable: true, get: function () { return helper_1.resetTheoremEnvironments; } });
var utils_1 = require("./markdown/md-latex-footnotes/utils");
Object.defineProperty(exports, "rest_mmd_footnotes_list", { enumerable: true, get: function () { return utils_1.rest_mmd_footnotes_list; } });
var labels_1 = require("./markdown/common/labels");
Object.defineProperty(exports, "eLabelType", { enumerable: true, get: function () { return labels_1.eLabelType; } });
Object.defineProperty(exports, "getLabelsList", { enumerable: true, get: function () { return labels_1.getLabelsList; } });
Object.defineProperty(exports, "getLabelByKeyFromLabelsList", { enumerable: true, get: function () { return labels_1.getLabelByKeyFromLabelsList; } });
Object.defineProperty(exports, "clearLabelsList", { enumerable: true, get: function () { return labels_1.clearLabelsList; } });
var normalize_link_1 = require("./helpers/normalize-link");
Object.defineProperty(exports, "normalizeLink", { enumerable: true, get: function () { return normalize_link_1.normalizeLink; } });
//# sourceMappingURL=index.js.map