add initial marp implementation with sample content and build configuration
This commit is contained in:
17
node_modules/mathjax-full/js/mathjax.js
generated
vendored
Normal file
17
node_modules/mathjax-full/js/mathjax.js
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user