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

View File

@@ -0,0 +1 @@
export {};

34
node_modules/mathjax-full/js/util/asyncLoad/node.js generated vendored Normal file
View File

@@ -0,0 +1,34 @@
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
var mathjax_js_1 = require("../../mathjax.js");
var path = __importStar(require("path"));
var root = path.dirname(path.dirname(__dirname));
if (!mathjax_js_1.mathjax.asyncLoad && typeof require !== 'undefined') {
mathjax_js_1.mathjax.asyncLoad = function (name) {
return require(name.charAt(0) === '.' ? path.resolve(root, name) : name);
};
}
//# sourceMappingURL=node.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../ts/util/asyncLoad/node.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,+CAAyC;AACzC,yCAA6B;AAK7B,IAAM,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAEnD,IAAI,CAAC,oBAAO,CAAC,SAAS,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;IACxD,oBAAO,CAAC,SAAS,GAAG,UAAC,IAAY;QAC/B,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC3E,CAAC,CAAC;CACH"}

View File

@@ -0,0 +1 @@
export declare function setBaseURL(URL: string): void;

18
node_modules/mathjax-full/js/util/asyncLoad/system.js generated vendored Normal file
View File

@@ -0,0 +1,18 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setBaseURL = void 0;
var mathjax_js_1 = require("../../mathjax.js");
var root = 'file://' + __dirname.replace(/\/\/[^\/]*$/, '/');
if (!mathjax_js_1.mathjax.asyncLoad && typeof System !== 'undefined' && System.import) {
mathjax_js_1.mathjax.asyncLoad = function (name) {
return System.import(name, root);
};
}
function setBaseURL(URL) {
root = URL;
if (!root.match(/\/$/)) {
root += '/';
}
}
exports.setBaseURL = setBaseURL;
//# sourceMappingURL=system.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../ts/util/asyncLoad/system.ts"],"names":[],"mappings":";;;AAuBA,+CAAyC;AAKzC,IAAI,IAAI,GAAG,SAAS,GAAG,SAAS,CAAC,OAAO,CAAC,aAAa,EAAE,GAAG,CAAC,CAAC;AAE7D,IAAI,CAAC,oBAAO,CAAC,SAAS,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,MAAM,EAAE;IACxE,oBAAO,CAAC,SAAS,GAAG,UAAC,IAAY;QAC/B,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC;CACH;AAKD,SAAgB,UAAU,CAAC,GAAW;IACpC,IAAI,GAAG,GAAG,CAAC;IACX,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;QACtB,IAAI,IAAI,GAAG,CAAC;KACb;AACH,CAAC;AALD,gCAKC"}