1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

17
node_modules/mathjax-full/js/mathjax.js generated vendored Normal file
View File

@@ -0,0 +1,17 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mathjax = void 0;
var version_js_1 = require("./components/version.js");
var HandlerList_js_1 = require("./core/HandlerList.js");
var Retries_js_1 = require("./util/Retries.js");
exports.mathjax = {
version: version_js_1.VERSION,
handlers: new HandlerList_js_1.HandlerList(),
document: function (document, options) {
return exports.mathjax.handlers.document(document, options);
},
handleRetriesFor: Retries_js_1.handleRetriesFor,
retryAfter: Retries_js_1.retryAfter,
asyncLoad: null,
};
//# sourceMappingURL=mathjax.js.map