react-markdown-table-ts 1.3.9 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +16 -16
- package/dist/index.mjs +386 -386
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import Ge, { useRef as
|
1
|
+
import Ge, { useRef as yt, useId as wt, useDeferredValue as kt, useTransition as xt, useMemo as Et, useEffect as Ne } from "react";
|
2
2
|
var We = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
3
|
-
function
|
3
|
+
function At(l) {
|
4
4
|
return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;
|
5
5
|
}
|
6
6
|
var ye = { exports: {} }, de = {};
|
@@ -14,18 +14,18 @@ var ye = { exports: {} }, de = {};
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
15
15
|
*/
|
16
16
|
var He;
|
17
|
-
function
|
17
|
+
function _t() {
|
18
18
|
if (He) return de;
|
19
19
|
He = 1;
|
20
|
-
var l = Ge, g = Symbol.for("react.element"),
|
21
|
-
function h(a, c,
|
22
|
-
var p, f = {},
|
23
|
-
|
24
|
-
for (p in c) m.call(c, p) && !
|
20
|
+
var l = Ge, g = Symbol.for("react.element"), r = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, v = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, k = { key: !0, ref: !0, __self: !0, __source: !0 };
|
21
|
+
function h(a, c, x) {
|
22
|
+
var p, f = {}, E = null, C = null;
|
23
|
+
x !== void 0 && (E = "" + x), c.key !== void 0 && (E = "" + c.key), c.ref !== void 0 && (C = c.ref);
|
24
|
+
for (p in c) m.call(c, p) && !k.hasOwnProperty(p) && (f[p] = c[p]);
|
25
25
|
if (a && a.defaultProps) for (p in c = a.defaultProps, c) f[p] === void 0 && (f[p] = c[p]);
|
26
|
-
return { $$typeof: g, type: a, key:
|
26
|
+
return { $$typeof: g, type: a, key: E, ref: C, props: f, _owner: v.current };
|
27
27
|
}
|
28
|
-
return de.Fragment =
|
28
|
+
return de.Fragment = r, de.jsx = h, de.jsxs = h, de;
|
29
29
|
}
|
30
30
|
var fe = {};
|
31
31
|
/**
|
@@ -38,9 +38,9 @@ var fe = {};
|
|
38
38
|
* LICENSE file in the root directory of this source tree.
|
39
39
|
*/
|
40
40
|
var qe;
|
41
|
-
function
|
41
|
+
function St() {
|
42
42
|
return qe || (qe = 1, process.env.NODE_ENV !== "production" && (function() {
|
43
|
-
var l = Ge, g = Symbol.for("react.element"),
|
43
|
+
var l = Ge, g = Symbol.for("react.element"), r = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), h = Symbol.for("react.provider"), a = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), P = Symbol.iterator, S = "@@iterator";
|
44
44
|
function _(e) {
|
45
45
|
if (e === null || typeof e != "object")
|
46
46
|
return null;
|
@@ -48,14 +48,14 @@ function Fn() {
|
|
48
48
|
return typeof i == "function" ? i : null;
|
49
49
|
}
|
50
50
|
var A = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
51
|
-
function
|
51
|
+
function t(e) {
|
52
52
|
{
|
53
53
|
for (var i = arguments.length, d = new Array(i > 1 ? i - 1 : 0), w = 1; w < i; w++)
|
54
54
|
d[w - 1] = arguments[w];
|
55
|
-
|
55
|
+
n("error", e, d);
|
56
56
|
}
|
57
57
|
}
|
58
|
-
function
|
58
|
+
function n(e, i, d) {
|
59
59
|
{
|
60
60
|
var w = A.ReactDebugCurrentFrame, $ = w.getStackAddendum();
|
61
61
|
$ !== "" && (i += "%s", d = d.concat([$]));
|
@@ -68,7 +68,7 @@ function Fn() {
|
|
68
68
|
var o = !1, s = !1, u = !1, y = !1, R = !1, b;
|
69
69
|
b = Symbol.for("react.module.reference");
|
70
70
|
function j(e) {
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === m || e ===
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === m || e === k || R || e === v || e === x || e === p || y || e === C || o || s || u || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === f || e.$$typeof === h || e.$$typeof === a || e.$$typeof === c || // This needs to include all possible module reference object
|
72
72
|
// types supported by any Flight configuration anywhere since
|
73
73
|
// we don't know which Flight build this will end up being used
|
74
74
|
// with.
|
@@ -87,20 +87,20 @@ function Fn() {
|
|
87
87
|
function Y(e) {
|
88
88
|
if (e == null)
|
89
89
|
return null;
|
90
|
-
if (typeof e.tag == "number" &&
|
90
|
+
if (typeof e.tag == "number" && t("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
91
91
|
return e.displayName || e.name || null;
|
92
92
|
if (typeof e == "string")
|
93
93
|
return e;
|
94
94
|
switch (e) {
|
95
95
|
case m:
|
96
96
|
return "Fragment";
|
97
|
-
case
|
97
|
+
case r:
|
98
98
|
return "Portal";
|
99
|
-
case
|
99
|
+
case k:
|
100
100
|
return "Profiler";
|
101
101
|
case v:
|
102
102
|
return "StrictMode";
|
103
|
-
case
|
103
|
+
case x:
|
104
104
|
return "Suspense";
|
105
105
|
case p:
|
106
106
|
return "SuspenseList";
|
@@ -118,7 +118,7 @@ function Fn() {
|
|
118
118
|
case f:
|
119
119
|
var w = e.displayName || null;
|
120
120
|
return w !== null ? w : Y(e.type) || "Memo";
|
121
|
-
case
|
121
|
+
case E: {
|
122
122
|
var $ = e, O = $._payload, T = $._init;
|
123
123
|
try {
|
124
124
|
return Y(T(O));
|
@@ -156,7 +156,7 @@ function Fn() {
|
|
156
156
|
Q++;
|
157
157
|
}
|
158
158
|
}
|
159
|
-
function
|
159
|
+
function te() {
|
160
160
|
{
|
161
161
|
if (Q--, Q === 0) {
|
162
162
|
var e = {
|
@@ -188,7 +188,7 @@ function Fn() {
|
|
188
188
|
})
|
189
189
|
});
|
190
190
|
}
|
191
|
-
Q < 0 &&
|
191
|
+
Q < 0 && t("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
192
192
|
}
|
193
193
|
}
|
194
194
|
var J = A.ReactCurrentDispatcher, K;
|
@@ -205,13 +205,13 @@ function Fn() {
|
|
205
205
|
` + K + e;
|
206
206
|
}
|
207
207
|
}
|
208
|
-
var
|
208
|
+
var re = !1, X;
|
209
209
|
{
|
210
210
|
var ae = typeof WeakMap == "function" ? WeakMap : Map;
|
211
211
|
X = new ae();
|
212
212
|
}
|
213
213
|
function me(e, i) {
|
214
|
-
if (!e ||
|
214
|
+
if (!e || re)
|
215
215
|
return "";
|
216
216
|
{
|
217
217
|
var d = X.get(e);
|
@@ -219,7 +219,7 @@ function Fn() {
|
|
219
219
|
return d;
|
220
220
|
}
|
221
221
|
var w;
|
222
|
-
|
222
|
+
re = !0;
|
223
223
|
var $ = Error.prepareStackTrace;
|
224
224
|
Error.prepareStackTrace = void 0;
|
225
225
|
var O;
|
@@ -276,10 +276,10 @@ function Fn() {
|
|
276
276
|
}
|
277
277
|
}
|
278
278
|
} finally {
|
279
|
-
|
279
|
+
re = !1, J.current = O, te(), Error.prepareStackTrace = $;
|
280
280
|
}
|
281
|
-
var oe = e ? e.displayName || e.name : "",
|
282
|
-
return typeof e == "function" && X.set(e,
|
281
|
+
var oe = e ? e.displayName || e.name : "", ne = oe ? Z(oe) : "";
|
282
|
+
return typeof e == "function" && X.set(e, ne), ne;
|
283
283
|
}
|
284
284
|
function ue(e, i, d) {
|
285
285
|
return me(e, !1);
|
@@ -296,7 +296,7 @@ function Fn() {
|
|
296
296
|
if (typeof e == "string")
|
297
297
|
return Z(e);
|
298
298
|
switch (e) {
|
299
|
-
case
|
299
|
+
case x:
|
300
300
|
return Z("Suspense");
|
301
301
|
case p:
|
302
302
|
return Z("SuspenseList");
|
@@ -307,7 +307,7 @@ function Fn() {
|
|
307
307
|
return ue(e.render);
|
308
308
|
case f:
|
309
309
|
return ve(e.type, i, d);
|
310
|
-
case
|
310
|
+
case E: {
|
311
311
|
var w = e, $ = w._payload, O = w._init;
|
312
312
|
try {
|
313
313
|
return ve(O($), i, d);
|
@@ -340,7 +340,7 @@ function Fn() {
|
|
340
340
|
} catch (I) {
|
341
341
|
F = I;
|
342
342
|
}
|
343
|
-
F && !(F instanceof Error) && (be($),
|
343
|
+
F && !(F instanceof Error) && (be($), t("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", w || "React class", d, T, typeof F), be(null)), F instanceof Error && !(F.message in Se) && (Se[F.message] = !0, be($), t("Failed %s type: %s", d, F.message), be(null));
|
344
344
|
}
|
345
345
|
}
|
346
346
|
}
|
@@ -354,7 +354,7 @@ function Fn() {
|
|
354
354
|
return d;
|
355
355
|
}
|
356
356
|
}
|
357
|
-
function
|
357
|
+
function et(e) {
|
358
358
|
try {
|
359
359
|
return Re(e), !1;
|
360
360
|
} catch {
|
@@ -365,16 +365,16 @@ function Fn() {
|
|
365
365
|
return "" + e;
|
366
366
|
}
|
367
367
|
function Ce(e) {
|
368
|
-
if (
|
369
|
-
return
|
368
|
+
if (et(e))
|
369
|
+
return t("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Qe(e)), Re(e);
|
370
370
|
}
|
371
|
-
var Te = A.ReactCurrentOwner,
|
371
|
+
var Te = A.ReactCurrentOwner, tt = {
|
372
372
|
key: !0,
|
373
373
|
ref: !0,
|
374
374
|
__self: !0,
|
375
375
|
__source: !0
|
376
376
|
}, $e, Oe;
|
377
|
-
function
|
377
|
+
function nt(e) {
|
378
378
|
if (ce.call(e, "ref")) {
|
379
379
|
var i = Object.getOwnPropertyDescriptor(e, "ref").get;
|
380
380
|
if (i && i.isReactWarning)
|
@@ -382,7 +382,7 @@ function Fn() {
|
|
382
382
|
}
|
383
383
|
return e.ref !== void 0;
|
384
384
|
}
|
385
|
-
function
|
385
|
+
function rt(e) {
|
386
386
|
if (ce.call(e, "key")) {
|
387
387
|
var i = Object.getOwnPropertyDescriptor(e, "key").get;
|
388
388
|
if (i && i.isReactWarning)
|
@@ -390,13 +390,13 @@ function Fn() {
|
|
390
390
|
}
|
391
391
|
return e.key !== void 0;
|
392
392
|
}
|
393
|
-
function
|
393
|
+
function at(e, i) {
|
394
394
|
typeof e.ref == "string" && Te.current;
|
395
395
|
}
|
396
|
-
function
|
396
|
+
function it(e, i) {
|
397
397
|
{
|
398
398
|
var d = function() {
|
399
|
-
$e || ($e = !0,
|
399
|
+
$e || ($e = !0, t("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
400
400
|
};
|
401
401
|
d.isReactWarning = !0, Object.defineProperty(e, "key", {
|
402
402
|
get: d,
|
@@ -404,10 +404,10 @@ function Fn() {
|
|
404
404
|
});
|
405
405
|
}
|
406
406
|
}
|
407
|
-
function
|
407
|
+
function ot(e, i) {
|
408
408
|
{
|
409
409
|
var d = function() {
|
410
|
-
Oe || (Oe = !0,
|
410
|
+
Oe || (Oe = !0, t("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
411
411
|
};
|
412
412
|
d.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
413
413
|
get: d,
|
@@ -415,7 +415,7 @@ function Fn() {
|
|
415
415
|
});
|
416
416
|
}
|
417
417
|
}
|
418
|
-
var
|
418
|
+
var st = function(e, i, d, w, $, O, T) {
|
419
419
|
var F = {
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
421
421
|
$$typeof: g,
|
@@ -444,12 +444,12 @@ function Fn() {
|
|
444
444
|
value: $
|
445
445
|
}), Object.freeze && (Object.freeze(F.props), Object.freeze(F)), F;
|
446
446
|
};
|
447
|
-
function
|
447
|
+
function lt(e, i, d, w, $) {
|
448
448
|
{
|
449
449
|
var O, T = {}, F = null, L = null;
|
450
|
-
d !== void 0 && (Ce(d), F = "" + d),
|
450
|
+
d !== void 0 && (Ce(d), F = "" + d), rt(i) && (Ce(i.key), F = "" + i.key), nt(i) && (L = i.ref, at(i, $));
|
451
451
|
for (O in i)
|
452
|
-
ce.call(i, O) && !
|
452
|
+
ce.call(i, O) && !tt.hasOwnProperty(O) && (T[O] = i[O]);
|
453
453
|
if (e && e.defaultProps) {
|
454
454
|
var I = e.defaultProps;
|
455
455
|
for (O in I)
|
@@ -457,12 +457,12 @@ function Fn() {
|
|
457
457
|
}
|
458
458
|
if (F || L) {
|
459
459
|
var D = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
460
|
-
F &&
|
460
|
+
F && it(T, D), L && ot(T, D);
|
461
461
|
}
|
462
|
-
return
|
462
|
+
return st(e, F, L, $, w, Te.current, T);
|
463
463
|
}
|
464
464
|
}
|
465
|
-
var
|
465
|
+
var ke = A.ReactCurrentOwner, je = A.ReactDebugCurrentFrame;
|
466
466
|
function ie(e) {
|
467
467
|
if (e) {
|
468
468
|
var i = e._owner, d = ve(e.type, e._source, i ? i.type : null);
|
@@ -470,15 +470,15 @@ function Fn() {
|
|
470
470
|
} else
|
471
471
|
je.setExtraStackFrame(null);
|
472
472
|
}
|
473
|
-
var
|
474
|
-
|
475
|
-
function
|
473
|
+
var xe;
|
474
|
+
xe = !1;
|
475
|
+
function Ee(e) {
|
476
476
|
return typeof e == "object" && e !== null && e.$$typeof === g;
|
477
477
|
}
|
478
478
|
function Pe() {
|
479
479
|
{
|
480
|
-
if (
|
481
|
-
var e = Y(
|
480
|
+
if (ke.current) {
|
481
|
+
var e = Y(ke.current.type);
|
482
482
|
if (e)
|
483
483
|
return `
|
484
484
|
|
@@ -487,11 +487,11 @@ Check the render method of \`` + e + "`.";
|
|
487
487
|
return "";
|
488
488
|
}
|
489
489
|
}
|
490
|
-
function
|
490
|
+
function ut(e) {
|
491
491
|
return "";
|
492
492
|
}
|
493
493
|
var Ie = {};
|
494
|
-
function
|
494
|
+
function ct(e) {
|
495
495
|
{
|
496
496
|
var i = Pe();
|
497
497
|
if (!i) {
|
@@ -508,12 +508,12 @@ Check the top-level render call using <` + d + ">.");
|
|
508
508
|
if (!e._store || e._store.validated || e.key != null)
|
509
509
|
return;
|
510
510
|
e._store.validated = !0;
|
511
|
-
var d =
|
511
|
+
var d = ct(i);
|
512
512
|
if (Ie[d])
|
513
513
|
return;
|
514
514
|
Ie[d] = !0;
|
515
515
|
var w = "";
|
516
|
-
e && e._owner && e._owner !==
|
516
|
+
e && e._owner && e._owner !== ke.current && (w = " It was passed a child from " + Y(e._owner.type) + "."), ie(e), t('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, w), ie(null);
|
517
517
|
}
|
518
518
|
}
|
519
519
|
function Me(e, i) {
|
@@ -523,19 +523,19 @@ Check the top-level render call using <` + d + ">.");
|
|
523
523
|
if (we(e))
|
524
524
|
for (var d = 0; d < e.length; d++) {
|
525
525
|
var w = e[d];
|
526
|
-
|
526
|
+
Ee(w) && De(w, i);
|
527
527
|
}
|
528
|
-
else if (
|
528
|
+
else if (Ee(e))
|
529
529
|
e._store && (e._store.validated = !0);
|
530
530
|
else if (e) {
|
531
531
|
var $ = _(e);
|
532
532
|
if (typeof $ == "function" && $ !== e.entries)
|
533
533
|
for (var O = $.call(e), T; !(T = O.next()).done; )
|
534
|
-
|
534
|
+
Ee(T.value) && De(T.value, i);
|
535
535
|
}
|
536
536
|
}
|
537
537
|
}
|
538
|
-
function
|
538
|
+
function dt(e) {
|
539
539
|
{
|
540
540
|
var i = e.type;
|
541
541
|
if (i == null || typeof i == "string")
|
@@ -552,24 +552,24 @@ Check the top-level render call using <` + d + ">.");
|
|
552
552
|
if (d) {
|
553
553
|
var w = Y(i);
|
554
554
|
Ze(d, e.props, "prop", w, e);
|
555
|
-
} else if (i.PropTypes !== void 0 && !
|
556
|
-
|
555
|
+
} else if (i.PropTypes !== void 0 && !xe) {
|
556
|
+
xe = !0;
|
557
557
|
var $ = Y(i);
|
558
|
-
|
558
|
+
t("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", $ || "Unknown");
|
559
559
|
}
|
560
|
-
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved &&
|
560
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && t("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
561
561
|
}
|
562
562
|
}
|
563
|
-
function
|
563
|
+
function ft(e) {
|
564
564
|
{
|
565
565
|
for (var i = Object.keys(e.props), d = 0; d < i.length; d++) {
|
566
566
|
var w = i[d];
|
567
567
|
if (w !== "children" && w !== "key") {
|
568
|
-
ie(e),
|
568
|
+
ie(e), t("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", w), ie(null);
|
569
569
|
break;
|
570
570
|
}
|
571
571
|
}
|
572
|
-
e.ref !== null && (ie(e),
|
572
|
+
e.ref !== null && (ie(e), t("Invalid attribute `ref` supplied to `React.Fragment`."), ie(null));
|
573
573
|
}
|
574
574
|
}
|
575
575
|
var ze = {};
|
@@ -579,12 +579,12 @@ Check the top-level render call using <` + d + ">.");
|
|
579
579
|
if (!T) {
|
580
580
|
var F = "";
|
581
581
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (F += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
582
|
-
var L =
|
582
|
+
var L = ut();
|
583
583
|
L ? F += L : F += Pe();
|
584
584
|
var I;
|
585
|
-
e === null ? I = "null" : we(e) ? I = "array" : e !== void 0 && e.$$typeof === g ? (I = "<" + (Y(e.type) || "Unknown") + " />", F = " Did you accidentally export a JSX literal instead of a component?") : I = typeof e,
|
585
|
+
e === null ? I = "null" : we(e) ? I = "array" : e !== void 0 && e.$$typeof === g ? (I = "<" + (Y(e.type) || "Unknown") + " />", F = " Did you accidentally export a JSX literal instead of a component?") : I = typeof e, t("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, F);
|
586
586
|
}
|
587
|
-
var D =
|
587
|
+
var D = lt(e, i, d, $, O);
|
588
588
|
if (D == null)
|
589
589
|
return D;
|
590
590
|
if (T) {
|
@@ -596,43 +596,43 @@ Check the top-level render call using <` + d + ">.");
|
|
596
596
|
Me(q[oe], e);
|
597
597
|
Object.freeze && Object.freeze(q);
|
598
598
|
} else
|
599
|
-
|
599
|
+
t("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
600
600
|
else
|
601
601
|
Me(q, e);
|
602
602
|
}
|
603
603
|
if (ce.call(i, "key")) {
|
604
|
-
var
|
605
|
-
return
|
604
|
+
var ne = Y(e), W = Object.keys(i).filter(function(bt) {
|
605
|
+
return bt !== "key";
|
606
606
|
}), Ae = W.length > 0 ? "{key: someKey, " + W.join(": ..., ") + ": ...}" : "{key: someKey}";
|
607
|
-
if (!ze[
|
608
|
-
var
|
609
|
-
|
607
|
+
if (!ze[ne + Ae]) {
|
608
|
+
var vt = W.length > 0 ? "{" + W.join(": ..., ") + ": ...}" : "{}";
|
609
|
+
t(`A props object containing a "key" prop is being spread into JSX:
|
610
610
|
let props = %s;
|
611
611
|
<%s {...props} />
|
612
612
|
React keys must be passed directly to JSX without using spread:
|
613
613
|
let props = %s;
|
614
|
-
<%s key={someKey} {...props} />`, Ae,
|
614
|
+
<%s key={someKey} {...props} />`, Ae, ne, vt, ne), ze[ne + Ae] = !0;
|
615
615
|
}
|
616
616
|
}
|
617
|
-
return e === m ?
|
617
|
+
return e === m ? ft(D) : dt(D), D;
|
618
618
|
}
|
619
619
|
}
|
620
|
-
function
|
620
|
+
function gt(e, i, d) {
|
621
621
|
return Le(e, i, d, !0);
|
622
622
|
}
|
623
|
-
function
|
623
|
+
function pt(e, i, d) {
|
624
624
|
return Le(e, i, d, !1);
|
625
625
|
}
|
626
|
-
var
|
627
|
-
fe.Fragment = m, fe.jsx =
|
626
|
+
var ht = pt, mt = gt;
|
627
|
+
fe.Fragment = m, fe.jsx = ht, fe.jsxs = mt;
|
628
628
|
})()), fe;
|
629
629
|
}
|
630
630
|
var Ue;
|
631
|
-
function
|
632
|
-
return Ue || (Ue = 1, process.env.NODE_ENV === "production" ? ye.exports =
|
631
|
+
function Ft() {
|
632
|
+
return Ue || (Ue = 1, process.env.NODE_ENV === "production" ? ye.exports = _t() : ye.exports = St()), ye.exports;
|
633
633
|
}
|
634
|
-
var se =
|
635
|
-
function
|
634
|
+
var se = Ft(), _e = { exports: {} }, Ye;
|
635
|
+
function Rt() {
|
636
636
|
return Ye || (Ye = 1, (function(l) {
|
637
637
|
var g = typeof window < "u" ? window : typeof WorkerGlobalScope < "u" && self instanceof WorkerGlobalScope ? self : {};
|
638
638
|
/**
|
@@ -643,8 +643,8 @@ function Cn() {
|
|
643
643
|
* @namespace
|
644
644
|
* @public
|
645
645
|
*/
|
646
|
-
var
|
647
|
-
var v = /(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,
|
646
|
+
var r = (function(m) {
|
647
|
+
var v = /(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i, k = 0, h = {}, a = {
|
648
648
|
/**
|
649
649
|
* By default, Prism will attempt to highlight all code elements (by calling {@link Prism.highlightAll}) on the
|
650
650
|
* current page after the page finished loading. This might be a problem if e.g. you wanted to asynchronously load
|
@@ -699,8 +699,8 @@ function Cn() {
|
|
699
699
|
* @memberof Prism
|
700
700
|
*/
|
701
701
|
util: {
|
702
|
-
encode: function n
|
703
|
-
return
|
702
|
+
encode: function t(n) {
|
703
|
+
return n instanceof c ? new c(n.type, t(n.content), n.alias) : Array.isArray(n) ? n.map(t) : n.replace(/&/g, "&").replace(/</g, "<").replace(/\u00a0/g, " ");
|
704
704
|
},
|
705
705
|
/**
|
706
706
|
* Returns the name of the type of the given value.
|
@@ -718,8 +718,8 @@ function Cn() {
|
|
718
718
|
* type(String) === 'Function'
|
719
719
|
* type(/abc+/) === 'RegExp'
|
720
720
|
*/
|
721
|
-
type: function(
|
722
|
-
return Object.prototype.toString.call(
|
721
|
+
type: function(t) {
|
722
|
+
return Object.prototype.toString.call(t).slice(8, -1);
|
723
723
|
},
|
724
724
|
/**
|
725
725
|
* Returns a unique number for the given object. Later calls will still return the same number.
|
@@ -727,8 +727,8 @@ function Cn() {
|
|
727
727
|
* @param {Object} obj
|
728
728
|
* @returns {number}
|
729
729
|
*/
|
730
|
-
objId: function(
|
731
|
-
return
|
730
|
+
objId: function(t) {
|
731
|
+
return t.__id || Object.defineProperty(t, "__id", { value: ++k }), t.__id;
|
732
732
|
},
|
733
733
|
/**
|
734
734
|
* Creates a deep clone of the given object.
|
@@ -740,30 +740,30 @@ function Cn() {
|
|
740
740
|
* @returns {T}
|
741
741
|
* @template T
|
742
742
|
*/
|
743
|
-
clone: function n
|
743
|
+
clone: function t(n, o) {
|
744
744
|
o = o || {};
|
745
745
|
var s, u;
|
746
|
-
switch (a.util.type(
|
746
|
+
switch (a.util.type(n)) {
|
747
747
|
case "Object":
|
748
|
-
if (u = a.util.objId(
|
748
|
+
if (u = a.util.objId(n), o[u])
|
749
749
|
return o[u];
|
750
750
|
s = /** @type {Record<string, any>} */
|
751
751
|
{}, o[u] = s;
|
752
|
-
for (var y in
|
753
|
-
|
752
|
+
for (var y in n)
|
753
|
+
n.hasOwnProperty(y) && (s[y] = t(n[y], o));
|
754
754
|
return (
|
755
755
|
/** @type {any} */
|
756
756
|
s
|
757
757
|
);
|
758
758
|
case "Array":
|
759
|
-
return u = a.util.objId(
|
759
|
+
return u = a.util.objId(n), o[u] ? o[u] : (s = [], o[u] = s, /** @type {Array} */
|
760
760
|
/** @type {any} */
|
761
|
-
|
762
|
-
s[b] =
|
761
|
+
n.forEach(function(R, b) {
|
762
|
+
s[b] = t(R, o);
|
763
763
|
}), /** @type {any} */
|
764
764
|
s);
|
765
765
|
default:
|
766
|
-
return
|
766
|
+
return n;
|
767
767
|
}
|
768
768
|
},
|
769
769
|
/**
|
@@ -774,12 +774,12 @@ function Cn() {
|
|
774
774
|
* @param {Element} element
|
775
775
|
* @returns {string}
|
776
776
|
*/
|
777
|
-
getLanguage: function(
|
778
|
-
for (;
|
779
|
-
var
|
780
|
-
if (
|
781
|
-
return
|
782
|
-
|
777
|
+
getLanguage: function(t) {
|
778
|
+
for (; t; ) {
|
779
|
+
var n = v.exec(t.className);
|
780
|
+
if (n)
|
781
|
+
return n[1].toLowerCase();
|
782
|
+
t = t.parentElement;
|
783
783
|
}
|
784
784
|
return "none";
|
785
785
|
},
|
@@ -790,8 +790,8 @@ function Cn() {
|
|
790
790
|
* @param {string} language
|
791
791
|
* @returns {void}
|
792
792
|
*/
|
793
|
-
setLanguage: function(
|
794
|
-
|
793
|
+
setLanguage: function(t, n) {
|
794
|
+
t.className = t.className.replace(RegExp(v, "gi"), ""), t.classList.add("language-" + n);
|
795
795
|
},
|
796
796
|
/**
|
797
797
|
* Returns the script element that is currently executing.
|
@@ -811,12 +811,12 @@ function Cn() {
|
|
811
811
|
try {
|
812
812
|
throw new Error();
|
813
813
|
} catch (s) {
|
814
|
-
var
|
815
|
-
if (
|
816
|
-
var
|
817
|
-
for (var o in
|
818
|
-
if (
|
819
|
-
return
|
814
|
+
var t = (/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(s.stack) || [])[1];
|
815
|
+
if (t) {
|
816
|
+
var n = document.getElementsByTagName("script");
|
817
|
+
for (var o in n)
|
818
|
+
if (n[o].src == t)
|
819
|
+
return n[o];
|
820
820
|
}
|
821
821
|
return null;
|
822
822
|
}
|
@@ -840,14 +840,14 @@ function Cn() {
|
|
840
840
|
* @param {boolean} [defaultActivation=false]
|
841
841
|
* @returns {boolean}
|
842
842
|
*/
|
843
|
-
isActive: function(
|
844
|
-
for (var s = "no-" +
|
845
|
-
var u =
|
846
|
-
if (u.contains(
|
843
|
+
isActive: function(t, n, o) {
|
844
|
+
for (var s = "no-" + n; t; ) {
|
845
|
+
var u = t.classList;
|
846
|
+
if (u.contains(n))
|
847
847
|
return !0;
|
848
848
|
if (u.contains(s))
|
849
849
|
return !1;
|
850
|
-
|
850
|
+
t = t.parentElement;
|
851
851
|
}
|
852
852
|
return !!o;
|
853
853
|
}
|
@@ -895,10 +895,10 @@ function Cn() {
|
|
895
895
|
* 'color': /\b(?:red|green|blue)\b/
|
896
896
|
* });
|
897
897
|
*/
|
898
|
-
extend: function(
|
899
|
-
var o = a.util.clone(a.languages[
|
900
|
-
for (var s in
|
901
|
-
o[s] =
|
898
|
+
extend: function(t, n) {
|
899
|
+
var o = a.util.clone(a.languages[t]);
|
900
|
+
for (var s in n)
|
901
|
+
o[s] = n[s];
|
902
902
|
return o;
|
903
903
|
},
|
904
904
|
/**
|
@@ -976,31 +976,31 @@ function Cn() {
|
|
976
976
|
* @returns {Grammar} The new grammar object.
|
977
977
|
* @public
|
978
978
|
*/
|
979
|
-
insertBefore: function(
|
979
|
+
insertBefore: function(t, n, o, s) {
|
980
980
|
s = s || /** @type {any} */
|
981
981
|
a.languages;
|
982
|
-
var u = s[
|
982
|
+
var u = s[t], y = {};
|
983
983
|
for (var R in u)
|
984
984
|
if (u.hasOwnProperty(R)) {
|
985
|
-
if (R ==
|
985
|
+
if (R == n)
|
986
986
|
for (var b in o)
|
987
987
|
o.hasOwnProperty(b) && (y[b] = o[b]);
|
988
988
|
o.hasOwnProperty(R) || (y[R] = u[R]);
|
989
989
|
}
|
990
|
-
var j = s[
|
991
|
-
return s[
|
992
|
-
U === j && z !=
|
990
|
+
var j = s[t];
|
991
|
+
return s[t] = y, a.languages.DFS(a.languages, function(z, U) {
|
992
|
+
U === j && z != t && (this[z] = y);
|
993
993
|
}), y;
|
994
994
|
},
|
995
995
|
// Traverse a language definition with Depth First Search
|
996
|
-
DFS: function n
|
996
|
+
DFS: function t(n, o, s, u) {
|
997
997
|
u = u || {};
|
998
998
|
var y = a.util.objId;
|
999
|
-
for (var R in
|
1000
|
-
if (
|
1001
|
-
o.call(
|
1002
|
-
var b =
|
1003
|
-
j === "Object" && !u[y(b)] ? (u[y(b)] = !0,
|
999
|
+
for (var R in n)
|
1000
|
+
if (n.hasOwnProperty(R)) {
|
1001
|
+
o.call(n, R, n[R], s || R);
|
1002
|
+
var b = n[R], j = a.util.type(b);
|
1003
|
+
j === "Object" && !u[y(b)] ? (u[y(b)] = !0, t(b, o, null, u)) : j === "Array" && !u[y(b)] && (u[y(b)] = !0, t(b, o, R, u));
|
1004
1004
|
}
|
1005
1005
|
}
|
1006
1006
|
},
|
@@ -1017,8 +1017,8 @@ function Cn() {
|
|
1017
1017
|
* @memberof Prism
|
1018
1018
|
* @public
|
1019
1019
|
*/
|
1020
|
-
highlightAll: function(
|
1021
|
-
a.highlightAllUnder(document,
|
1020
|
+
highlightAll: function(t, n) {
|
1021
|
+
a.highlightAllUnder(document, t, n);
|
1022
1022
|
},
|
1023
1023
|
/**
|
1024
1024
|
* Fetches all the descendants of `container` that have a `.language-xxxx` class and then calls
|
@@ -1035,15 +1035,15 @@ function Cn() {
|
|
1035
1035
|
* @memberof Prism
|
1036
1036
|
* @public
|
1037
1037
|
*/
|
1038
|
-
highlightAllUnder: function(
|
1038
|
+
highlightAllUnder: function(t, n, o) {
|
1039
1039
|
var s = {
|
1040
1040
|
callback: o,
|
1041
|
-
container:
|
1041
|
+
container: t,
|
1042
1042
|
selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'
|
1043
1043
|
};
|
1044
1044
|
a.hooks.run("before-highlightall", s), s.elements = Array.prototype.slice.apply(s.container.querySelectorAll(s.selector)), a.hooks.run("before-all-elements-highlight", s);
|
1045
1045
|
for (var u = 0, y; y = s.elements[u++]; )
|
1046
|
-
a.highlightElement(y,
|
1046
|
+
a.highlightElement(y, n === !0, s.callback);
|
1047
1047
|
},
|
1048
1048
|
/**
|
1049
1049
|
* Highlights the code inside a single element.
|
@@ -1073,13 +1073,13 @@ function Cn() {
|
|
1073
1073
|
* @memberof Prism
|
1074
1074
|
* @public
|
1075
1075
|
*/
|
1076
|
-
highlightElement: function(
|
1077
|
-
var s = a.util.getLanguage(
|
1078
|
-
a.util.setLanguage(
|
1079
|
-
var y =
|
1076
|
+
highlightElement: function(t, n, o) {
|
1077
|
+
var s = a.util.getLanguage(t), u = a.languages[s];
|
1078
|
+
a.util.setLanguage(t, s);
|
1079
|
+
var y = t.parentElement;
|
1080
1080
|
y && y.nodeName.toLowerCase() === "pre" && a.util.setLanguage(y, s);
|
1081
|
-
var R =
|
1082
|
-
element:
|
1081
|
+
var R = t.textContent, b = {
|
1082
|
+
element: t,
|
1083
1083
|
language: s,
|
1084
1084
|
grammar: u,
|
1085
1085
|
code: R
|
@@ -1095,7 +1095,7 @@ function Cn() {
|
|
1095
1095
|
j(a.util.encode(b.code));
|
1096
1096
|
return;
|
1097
1097
|
}
|
1098
|
-
if (
|
1098
|
+
if (n && m.Worker) {
|
1099
1099
|
var z = new Worker(a.filename);
|
1100
1100
|
z.onmessage = function(U) {
|
1101
1101
|
j(U.data);
|
@@ -1127,10 +1127,10 @@ function Cn() {
|
|
1127
1127
|
* @example
|
1128
1128
|
* Prism.highlight('var foo = true;', Prism.languages.javascript, 'javascript');
|
1129
1129
|
*/
|
1130
|
-
highlight: function(
|
1130
|
+
highlight: function(t, n, o) {
|
1131
1131
|
var s = {
|
1132
|
-
code:
|
1133
|
-
grammar:
|
1132
|
+
code: t,
|
1133
|
+
grammar: n,
|
1134
1134
|
language: o
|
1135
1135
|
};
|
1136
1136
|
if (a.hooks.run("before-tokenize", s), !s.grammar)
|
@@ -1161,15 +1161,15 @@ function Cn() {
|
|
1161
1161
|
* }
|
1162
1162
|
* });
|
1163
1163
|
*/
|
1164
|
-
tokenize: function(
|
1165
|
-
var o =
|
1164
|
+
tokenize: function(t, n) {
|
1165
|
+
var o = n.rest;
|
1166
1166
|
if (o) {
|
1167
1167
|
for (var s in o)
|
1168
|
-
|
1169
|
-
delete
|
1168
|
+
n[s] = o[s];
|
1169
|
+
delete n.rest;
|
1170
1170
|
}
|
1171
1171
|
var u = new f();
|
1172
|
-
return
|
1172
|
+
return E(u, u.head, t), p(t, u, n, u.head, 0), P(u);
|
1173
1173
|
},
|
1174
1174
|
/**
|
1175
1175
|
* @namespace
|
@@ -1190,9 +1190,9 @@ function Cn() {
|
|
1190
1190
|
* @param {HookCallback} callback The callback function which is given environment variables.
|
1191
1191
|
* @public
|
1192
1192
|
*/
|
1193
|
-
add: function(
|
1193
|
+
add: function(t, n) {
|
1194
1194
|
var o = a.hooks.all;
|
1195
|
-
o[
|
1195
|
+
o[t] = o[t] || [], o[t].push(n);
|
1196
1196
|
},
|
1197
1197
|
/**
|
1198
1198
|
* Runs a hook invoking all registered callbacks with the given environment variables.
|
@@ -1203,52 +1203,52 @@ function Cn() {
|
|
1203
1203
|
* @param {Object<string, any>} env The environment variables of the hook passed to all callbacks registered.
|
1204
1204
|
* @public
|
1205
1205
|
*/
|
1206
|
-
run: function(
|
1207
|
-
var o = a.hooks.all[
|
1206
|
+
run: function(t, n) {
|
1207
|
+
var o = a.hooks.all[t];
|
1208
1208
|
if (!(!o || !o.length))
|
1209
1209
|
for (var s = 0, u; u = o[s++]; )
|
1210
|
-
u(
|
1210
|
+
u(n);
|
1211
1211
|
}
|
1212
1212
|
},
|
1213
1213
|
Token: c
|
1214
1214
|
};
|
1215
1215
|
m.Prism = a;
|
1216
|
-
function c(
|
1217
|
-
this.type =
|
1216
|
+
function c(t, n, o, s) {
|
1217
|
+
this.type = t, this.content = n, this.alias = o, this.length = (s || "").length | 0;
|
1218
1218
|
}
|
1219
|
-
c.stringify = function n
|
1220
|
-
if (typeof
|
1221
|
-
return
|
1222
|
-
if (Array.isArray(
|
1219
|
+
c.stringify = function t(n, o) {
|
1220
|
+
if (typeof n == "string")
|
1221
|
+
return n;
|
1222
|
+
if (Array.isArray(n)) {
|
1223
1223
|
var s = "";
|
1224
|
-
return
|
1225
|
-
s +=
|
1224
|
+
return n.forEach(function(j) {
|
1225
|
+
s += t(j, o);
|
1226
1226
|
}), s;
|
1227
1227
|
}
|
1228
1228
|
var u = {
|
1229
|
-
type:
|
1230
|
-
content: n
|
1229
|
+
type: n.type,
|
1230
|
+
content: t(n.content, o),
|
1231
1231
|
tag: "span",
|
1232
|
-
classes: ["token",
|
1232
|
+
classes: ["token", n.type],
|
1233
1233
|
attributes: {},
|
1234
1234
|
language: o
|
1235
|
-
}, y =
|
1235
|
+
}, y = n.alias;
|
1236
1236
|
y && (Array.isArray(y) ? Array.prototype.push.apply(u.classes, y) : u.classes.push(y)), a.hooks.run("wrap", u);
|
1237
1237
|
var R = "";
|
1238
1238
|
for (var b in u.attributes)
|
1239
1239
|
R += " " + b + '="' + (u.attributes[b] || "").replace(/"/g, """) + '"';
|
1240
1240
|
return "<" + u.tag + ' class="' + u.classes.join(" ") + '"' + R + ">" + u.content + "</" + u.tag + ">";
|
1241
1241
|
};
|
1242
|
-
function
|
1243
|
-
|
1244
|
-
var u =
|
1242
|
+
function x(t, n, o, s) {
|
1243
|
+
t.lastIndex = n;
|
1244
|
+
var u = t.exec(o);
|
1245
1245
|
if (u && s && u[1]) {
|
1246
1246
|
var y = u[1].length;
|
1247
1247
|
u.index += y, u[0] = u[0].slice(y);
|
1248
1248
|
}
|
1249
1249
|
return u;
|
1250
1250
|
}
|
1251
|
-
function p(
|
1251
|
+
function p(t, n, o, s, u, y) {
|
1252
1252
|
for (var R in o)
|
1253
1253
|
if (!(!o.hasOwnProperty(R) || !o[R])) {
|
1254
1254
|
var b = o[R];
|
@@ -1261,36 +1261,36 @@ function Cn() {
|
|
1261
1261
|
var pe = z.pattern.toString().match(/[imsuy]*$/)[0];
|
1262
1262
|
z.pattern = RegExp(z.pattern.source, pe + "g");
|
1263
1263
|
}
|
1264
|
-
for (var le = z.pattern || z, M = s.next, H = u; M !==
|
1264
|
+
for (var le = z.pattern || z, M = s.next, H = u; M !== n.tail && !(y && H >= y.reach); H += M.value.length, M = M.next) {
|
1265
1265
|
var G = M.value;
|
1266
|
-
if (
|
1266
|
+
if (n.length > t.length)
|
1267
1267
|
return;
|
1268
1268
|
if (!(G instanceof c)) {
|
1269
1269
|
var ee = 1, N;
|
1270
1270
|
if (B) {
|
1271
|
-
if (N =
|
1271
|
+
if (N = x(le, H, t, Y), !N || N.index >= t.length)
|
1272
1272
|
break;
|
1273
1273
|
var J = N.index, he = N.index + N[0].length, V = H;
|
1274
1274
|
for (V += M.value.length; J >= V; )
|
1275
1275
|
M = M.next, V += M.value.length;
|
1276
1276
|
if (V -= M.value.length, H = V, M.value instanceof c)
|
1277
1277
|
continue;
|
1278
|
-
for (var
|
1279
|
-
ee++, V +=
|
1280
|
-
ee--, G =
|
1281
|
-
} else if (N =
|
1278
|
+
for (var te = M; te !== n.tail && (V < he || typeof te.value == "string"); te = te.next)
|
1279
|
+
ee++, V += te.value.length;
|
1280
|
+
ee--, G = t.slice(H, V), N.index -= H;
|
1281
|
+
} else if (N = x(le, 0, G, Y), !N)
|
1282
1282
|
continue;
|
1283
|
-
var J = N.index, K = N[0], Z = G.slice(0, J),
|
1283
|
+
var J = N.index, K = N[0], Z = G.slice(0, J), re = G.slice(J + K.length), X = H + G.length;
|
1284
1284
|
y && X > y.reach && (y.reach = X);
|
1285
1285
|
var ae = M.prev;
|
1286
|
-
Z && (ae =
|
1286
|
+
Z && (ae = E(n, ae, Z), H += Z.length), C(n, ae, ee);
|
1287
1287
|
var me = new c(R, U ? a.tokenize(K, U) : K, Q, K);
|
1288
|
-
if (M =
|
1288
|
+
if (M = E(n, ae, me), re && E(n, M, re), ee > 1) {
|
1289
1289
|
var ue = {
|
1290
1290
|
cause: R + "," + j,
|
1291
1291
|
reach: X
|
1292
1292
|
};
|
1293
|
-
p(
|
1293
|
+
p(t, n, o, M.prev, H, ue), y && ue.reach > y.reach && (y.reach = ue.reach);
|
1294
1294
|
}
|
1295
1295
|
}
|
1296
1296
|
}
|
@@ -1298,26 +1298,26 @@ function Cn() {
|
|
1298
1298
|
}
|
1299
1299
|
}
|
1300
1300
|
function f() {
|
1301
|
-
var
|
1302
|
-
|
1301
|
+
var t = { value: null, prev: null, next: null }, n = { value: null, prev: t, next: null };
|
1302
|
+
t.next = n, this.head = t, this.tail = n, this.length = 0;
|
1303
1303
|
}
|
1304
|
-
function
|
1305
|
-
var s =
|
1306
|
-
return
|
1304
|
+
function E(t, n, o) {
|
1305
|
+
var s = n.next, u = { value: o, prev: n, next: s };
|
1306
|
+
return n.next = u, s.prev = u, t.length++, u;
|
1307
1307
|
}
|
1308
|
-
function C(
|
1309
|
-
for (var s =
|
1308
|
+
function C(t, n, o) {
|
1309
|
+
for (var s = n.next, u = 0; u < o && s !== t.tail; u++)
|
1310
1310
|
s = s.next;
|
1311
|
-
|
1311
|
+
n.next = s, s.prev = n, t.length -= u;
|
1312
1312
|
}
|
1313
|
-
function P(
|
1314
|
-
for (var
|
1315
|
-
|
1316
|
-
return
|
1313
|
+
function P(t) {
|
1314
|
+
for (var n = [], o = t.head.next; o !== t.tail; )
|
1315
|
+
n.push(o.value), o = o.next;
|
1316
|
+
return n;
|
1317
1317
|
}
|
1318
1318
|
if (!m.document)
|
1319
|
-
return m.addEventListener && (a.disableWorkerMessageHandler || m.addEventListener("message", function(
|
1320
|
-
var
|
1319
|
+
return m.addEventListener && (a.disableWorkerMessageHandler || m.addEventListener("message", function(t) {
|
1320
|
+
var n = JSON.parse(t.data), o = n.language, s = n.code, u = n.immediateClose;
|
1321
1321
|
m.postMessage(a.highlight(s, a.languages[o], o)), u && m.close();
|
1322
1322
|
}, !1)), a;
|
1323
1323
|
var S = a.util.currentScript();
|
@@ -1331,7 +1331,7 @@ function Cn() {
|
|
1331
1331
|
}
|
1332
1332
|
return a;
|
1333
1333
|
})(g);
|
1334
|
-
l.exports && (l.exports =
|
1334
|
+
l.exports && (l.exports = r), typeof We < "u" && (We.Prism = r), r.languages.markup = {
|
1335
1335
|
comment: {
|
1336
1336
|
pattern: /<!--(?:(?!<!--)[\s\S])*?-->/,
|
1337
1337
|
greedy: !0
|
@@ -1408,9 +1408,9 @@ function Cn() {
|
|
1408
1408
|
},
|
1409
1409
|
/&#x?[\da-f]{1,8};/i
|
1410
1410
|
]
|
1411
|
-
},
|
1411
|
+
}, r.languages.markup.tag.inside["attr-value"].inside.entity = r.languages.markup.entity, r.languages.markup.doctype.inside["internal-subset"].inside = r.languages.markup, r.hooks.add("wrap", function(m) {
|
1412
1412
|
m.type === "entity" && (m.attributes.title = m.content.replace(/&/, "&"));
|
1413
|
-
}), Object.defineProperty(
|
1413
|
+
}), Object.defineProperty(r.languages.markup.tag, "addInlined", {
|
1414
1414
|
/**
|
1415
1415
|
* Adds an inlined language to markup.
|
1416
1416
|
*
|
@@ -1422,12 +1422,12 @@ function Cn() {
|
|
1422
1422
|
* @example
|
1423
1423
|
* addInlined('style', 'css');
|
1424
1424
|
*/
|
1425
|
-
value: function(v,
|
1425
|
+
value: function(v, k) {
|
1426
1426
|
var h = {};
|
1427
|
-
h["language-" +
|
1427
|
+
h["language-" + k] = {
|
1428
1428
|
pattern: /(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,
|
1429
1429
|
lookbehind: !0,
|
1430
|
-
inside:
|
1430
|
+
inside: r.languages[k]
|
1431
1431
|
}, h.cdata = /^<!\[CDATA\[|\]\]>$/i;
|
1432
1432
|
var a = {
|
1433
1433
|
"included-cdata": {
|
@@ -1435,9 +1435,9 @@ function Cn() {
|
|
1435
1435
|
inside: h
|
1436
1436
|
}
|
1437
1437
|
};
|
1438
|
-
a["language-" +
|
1438
|
+
a["language-" + k] = {
|
1439
1439
|
pattern: /[\s\S]+/,
|
1440
|
-
inside:
|
1440
|
+
inside: r.languages[k]
|
1441
1441
|
};
|
1442
1442
|
var c = {};
|
1443
1443
|
c[v] = {
|
@@ -1447,9 +1447,9 @@ function Cn() {
|
|
1447
1447
|
lookbehind: !0,
|
1448
1448
|
greedy: !0,
|
1449
1449
|
inside: a
|
1450
|
-
},
|
1450
|
+
}, r.languages.insertBefore("markup", "cdata", c);
|
1451
1451
|
}
|
1452
|
-
}), Object.defineProperty(
|
1452
|
+
}), Object.defineProperty(r.languages.markup.tag, "addAttribute", {
|
1453
1453
|
/**
|
1454
1454
|
* Adds an pattern to highlight languages embedded in HTML attributes.
|
1455
1455
|
*
|
@@ -1462,7 +1462,7 @@ function Cn() {
|
|
1462
1462
|
* addAttribute('style', 'css');
|
1463
1463
|
*/
|
1464
1464
|
value: function(m, v) {
|
1465
|
-
|
1465
|
+
r.languages.markup.tag.inside["special-attr"].push({
|
1466
1466
|
pattern: RegExp(
|
1467
1467
|
/(^|["'\s])/.source + "(?:" + m + ")" + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,
|
1468
1468
|
"i"
|
@@ -1477,7 +1477,7 @@ function Cn() {
|
|
1477
1477
|
pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,
|
1478
1478
|
lookbehind: !0,
|
1479
1479
|
alias: [v, "language-" + v],
|
1480
|
-
inside:
|
1480
|
+
inside: r.languages[v]
|
1481
1481
|
},
|
1482
1482
|
punctuation: [
|
1483
1483
|
{
|
@@ -1491,7 +1491,7 @@ function Cn() {
|
|
1491
1491
|
}
|
1492
1492
|
});
|
1493
1493
|
}
|
1494
|
-
}),
|
1494
|
+
}), r.languages.html = r.languages.markup, r.languages.mathml = r.languages.markup, r.languages.svg = r.languages.markup, r.languages.xml = r.languages.extend("markup", {}), r.languages.ssml = r.languages.xml, r.languages.atom = r.languages.xml, r.languages.rss = r.languages.xml, (function(m) {
|
1495
1495
|
var v = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;
|
1496
1496
|
m.languages.css = {
|
1497
1497
|
comment: /\/\*[\s\S]*?\*\//,
|
@@ -1543,9 +1543,9 @@ function Cn() {
|
|
1543
1543
|
},
|
1544
1544
|
punctuation: /[(){};:,]/
|
1545
1545
|
}, m.languages.css.atrule.inside.rest = m.languages.css;
|
1546
|
-
var
|
1547
|
-
|
1548
|
-
})(
|
1546
|
+
var k = m.languages.markup;
|
1547
|
+
k && (k.tag.addInlined("style", "css"), k.tag.addAttribute("style", "css"));
|
1548
|
+
})(r), r.languages.clike = {
|
1549
1549
|
comment: [
|
1550
1550
|
{
|
1551
1551
|
pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,
|
@@ -1575,9 +1575,9 @@ function Cn() {
|
|
1575
1575
|
number: /\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,
|
1576
1576
|
operator: /[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,
|
1577
1577
|
punctuation: /[{}[\];(),.:]/
|
1578
|
-
},
|
1578
|
+
}, r.languages.javascript = r.languages.extend("clike", {
|
1579
1579
|
"class-name": [
|
1580
|
-
|
1580
|
+
r.languages.clike["class-name"],
|
1581
1581
|
{
|
1582
1582
|
pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,
|
1583
1583
|
lookbehind: !0
|
@@ -1608,7 +1608,7 @@ function Cn() {
|
|
1608
1608
|
lookbehind: !0
|
1609
1609
|
},
|
1610
1610
|
operator: /--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/
|
1611
|
-
}),
|
1611
|
+
}), r.languages.javascript["class-name"][0].pattern = /(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/, r.languages.insertBefore("javascript", "keyword", {
|
1612
1612
|
regex: {
|
1613
1613
|
pattern: RegExp(
|
1614
1614
|
// lookbehind
|
@@ -1628,7 +1628,7 @@ function Cn() {
|
|
1628
1628
|
pattern: /^(\/)[\s\S]+(?=\/[a-z]*$)/,
|
1629
1629
|
lookbehind: !0,
|
1630
1630
|
alias: "language-regex",
|
1631
|
-
inside:
|
1631
|
+
inside: r.languages.regex
|
1632
1632
|
},
|
1633
1633
|
"regex-delimiter": /^\/|\/$/,
|
1634
1634
|
"regex-flags": /^[a-z]+$/
|
@@ -1643,26 +1643,26 @@ function Cn() {
|
|
1643
1643
|
{
|
1644
1644
|
pattern: /(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,
|
1645
1645
|
lookbehind: !0,
|
1646
|
-
inside:
|
1646
|
+
inside: r.languages.javascript
|
1647
1647
|
},
|
1648
1648
|
{
|
1649
1649
|
pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,
|
1650
1650
|
lookbehind: !0,
|
1651
|
-
inside:
|
1651
|
+
inside: r.languages.javascript
|
1652
1652
|
},
|
1653
1653
|
{
|
1654
1654
|
pattern: /(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,
|
1655
1655
|
lookbehind: !0,
|
1656
|
-
inside:
|
1656
|
+
inside: r.languages.javascript
|
1657
1657
|
},
|
1658
1658
|
{
|
1659
1659
|
pattern: /((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,
|
1660
1660
|
lookbehind: !0,
|
1661
|
-
inside:
|
1661
|
+
inside: r.languages.javascript
|
1662
1662
|
}
|
1663
1663
|
],
|
1664
1664
|
constant: /\b[A-Z](?:[A-Z_]|\dx?)*\b/
|
1665
|
-
}),
|
1665
|
+
}), r.languages.insertBefore("javascript", "string", {
|
1666
1666
|
hashbang: {
|
1667
1667
|
pattern: /^#!.*/,
|
1668
1668
|
greedy: !0,
|
@@ -1684,7 +1684,7 @@ function Cn() {
|
|
1684
1684
|
pattern: /^\$\{|\}$/,
|
1685
1685
|
alias: "punctuation"
|
1686
1686
|
},
|
1687
|
-
rest:
|
1687
|
+
rest: r.languages.javascript
|
1688
1688
|
}
|
1689
1689
|
},
|
1690
1690
|
string: /[\s\S]+/
|
@@ -1696,22 +1696,22 @@ function Cn() {
|
|
1696
1696
|
greedy: !0,
|
1697
1697
|
alias: "property"
|
1698
1698
|
}
|
1699
|
-
}),
|
1699
|
+
}), r.languages.insertBefore("javascript", "operator", {
|
1700
1700
|
"literal-property": {
|
1701
1701
|
pattern: /((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,
|
1702
1702
|
lookbehind: !0,
|
1703
1703
|
alias: "property"
|
1704
1704
|
}
|
1705
|
-
}),
|
1705
|
+
}), r.languages.markup && (r.languages.markup.tag.addInlined("script", "javascript"), r.languages.markup.tag.addAttribute(
|
1706
1706
|
/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,
|
1707
1707
|
"javascript"
|
1708
|
-
)),
|
1709
|
-
if (typeof
|
1708
|
+
)), r.languages.js = r.languages.javascript, (function() {
|
1709
|
+
if (typeof r > "u" || typeof document > "u")
|
1710
1710
|
return;
|
1711
1711
|
Element.prototype.matches || (Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector);
|
1712
1712
|
var m = "Loading…", v = function(S, _) {
|
1713
1713
|
return "✖ Error " + S + " while fetching file: " + _;
|
1714
|
-
},
|
1714
|
+
}, k = "✖ Error: File does not exist or is empty", h = {
|
1715
1715
|
js: "javascript",
|
1716
1716
|
py: "python",
|
1717
1717
|
rb: "ruby",
|
@@ -1721,23 +1721,23 @@ function Cn() {
|
|
1721
1721
|
bat: "batch",
|
1722
1722
|
h: "c",
|
1723
1723
|
tex: "latex"
|
1724
|
-
}, a = "data-src-status", c = "loading",
|
1725
|
-
function
|
1726
|
-
var
|
1727
|
-
|
1728
|
-
|
1729
|
-
},
|
1724
|
+
}, a = "data-src-status", c = "loading", x = "loaded", p = "failed", f = "pre[data-src]:not([" + a + '="' + x + '"]):not([' + a + '="' + c + '"])';
|
1725
|
+
function E(S, _, A) {
|
1726
|
+
var t = new XMLHttpRequest();
|
1727
|
+
t.open("GET", S, !0), t.onreadystatechange = function() {
|
1728
|
+
t.readyState == 4 && (t.status < 400 && t.responseText ? _(t.responseText) : t.status >= 400 ? A(v(t.status, t.statusText)) : A(k));
|
1729
|
+
}, t.send(null);
|
1730
1730
|
}
|
1731
1731
|
function C(S) {
|
1732
1732
|
var _ = /^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(S || "");
|
1733
1733
|
if (_) {
|
1734
|
-
var A = Number(_[1]),
|
1735
|
-
return
|
1734
|
+
var A = Number(_[1]), t = _[2], n = _[3];
|
1735
|
+
return t ? n ? [A, Number(n)] : [A, void 0] : [A, A];
|
1736
1736
|
}
|
1737
1737
|
}
|
1738
|
-
|
1738
|
+
r.hooks.add("before-highlightall", function(S) {
|
1739
1739
|
S.selector += ", " + f;
|
1740
|
-
}),
|
1740
|
+
}), r.hooks.add("before-sanity-check", function(S) {
|
1741
1741
|
var _ = (
|
1742
1742
|
/** @type {HTMLPreElement} */
|
1743
1743
|
S.element
|
@@ -1746,31 +1746,31 @@ function Cn() {
|
|
1746
1746
|
S.code = "", _.setAttribute(a, c);
|
1747
1747
|
var A = _.appendChild(document.createElement("CODE"));
|
1748
1748
|
A.textContent = m;
|
1749
|
-
var
|
1750
|
-
if (
|
1751
|
-
var o = (/\.(\w+)$/.exec(
|
1752
|
-
|
1749
|
+
var t = _.getAttribute("data-src"), n = S.language;
|
1750
|
+
if (n === "none") {
|
1751
|
+
var o = (/\.(\w+)$/.exec(t) || [, "none"])[1];
|
1752
|
+
n = h[o] || o;
|
1753
1753
|
}
|
1754
|
-
|
1755
|
-
var s =
|
1756
|
-
s && s.loadLanguages(
|
1757
|
-
|
1754
|
+
r.util.setLanguage(A, n), r.util.setLanguage(_, n);
|
1755
|
+
var s = r.plugins.autoloader;
|
1756
|
+
s && s.loadLanguages(n), E(
|
1757
|
+
t,
|
1758
1758
|
function(u) {
|
1759
|
-
_.setAttribute(a,
|
1759
|
+
_.setAttribute(a, x);
|
1760
1760
|
var y = C(_.getAttribute("data-range"));
|
1761
1761
|
if (y) {
|
1762
1762
|
var R = u.split(/\r\n?|\n/g), b = y[0], j = y[1] == null ? R.length : y[1];
|
1763
1763
|
b < 0 && (b += R.length), b = Math.max(0, Math.min(b - 1, R.length)), j < 0 && (j += R.length), j = Math.max(0, Math.min(j, R.length)), u = R.slice(b, j).join(`
|
1764
1764
|
`), _.hasAttribute("data-start") || _.setAttribute("data-start", String(b + 1));
|
1765
1765
|
}
|
1766
|
-
A.textContent = u,
|
1766
|
+
A.textContent = u, r.highlightElement(A);
|
1767
1767
|
},
|
1768
1768
|
function(u) {
|
1769
1769
|
_.setAttribute(a, p), A.textContent = u;
|
1770
1770
|
}
|
1771
1771
|
);
|
1772
1772
|
}
|
1773
|
-
}),
|
1773
|
+
}), r.plugins.fileHighlight = {
|
1774
1774
|
/**
|
1775
1775
|
* Executes the File Highlight plugin for all matching `pre` elements under the given container.
|
1776
1776
|
*
|
@@ -1779,29 +1779,29 @@ function Cn() {
|
|
1779
1779
|
* @param {ParentNode} [container=document]
|
1780
1780
|
*/
|
1781
1781
|
highlight: function(_) {
|
1782
|
-
for (var A = (_ || document).querySelectorAll(f),
|
1783
|
-
|
1782
|
+
for (var A = (_ || document).querySelectorAll(f), t = 0, n; n = A[t++]; )
|
1783
|
+
r.highlightElement(n);
|
1784
1784
|
}
|
1785
1785
|
};
|
1786
1786
|
var P = !1;
|
1787
|
-
|
1788
|
-
P || (console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."), P = !0),
|
1787
|
+
r.fileHighlight = function() {
|
1788
|
+
P || (console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."), P = !0), r.plugins.fileHighlight.highlight.apply(this, arguments);
|
1789
1789
|
};
|
1790
1790
|
})();
|
1791
1791
|
})(_e)), _e.exports;
|
1792
1792
|
}
|
1793
|
-
var
|
1794
|
-
const
|
1793
|
+
var Ct = Rt();
|
1794
|
+
const Tt = /* @__PURE__ */ At(Ct);
|
1795
1795
|
(function(l) {
|
1796
1796
|
var g = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;
|
1797
|
-
function
|
1797
|
+
function r(p) {
|
1798
1798
|
return p = p.replace(/<inner>/g, function() {
|
1799
1799
|
return g;
|
1800
1800
|
}), RegExp(/((?:^|[^\\])(?:\\{2})*)/.source + "(?:" + p + ")");
|
1801
1801
|
}
|
1802
1802
|
var m = /(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source, v = /\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g, function() {
|
1803
1803
|
return m;
|
1804
|
-
}),
|
1804
|
+
}), k = /\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;
|
1805
1805
|
l.languages.markdown = l.languages.extend("markup", {}), l.languages.insertBefore("markdown", "prolog", {
|
1806
1806
|
"front-matter-block": {
|
1807
1807
|
pattern: /(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,
|
@@ -1822,10 +1822,10 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
1822
1822
|
alias: "punctuation"
|
1823
1823
|
},
|
1824
1824
|
table: {
|
1825
|
-
pattern: RegExp("^" + v +
|
1825
|
+
pattern: RegExp("^" + v + k + "(?:" + v + ")*", "m"),
|
1826
1826
|
inside: {
|
1827
1827
|
"table-data-rows": {
|
1828
|
-
pattern: RegExp("^(" + v +
|
1828
|
+
pattern: RegExp("^(" + v + k + ")(?:" + v + ")*$"),
|
1829
1829
|
lookbehind: !0,
|
1830
1830
|
inside: {
|
1831
1831
|
"table-data": {
|
@@ -1836,7 +1836,7 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
1836
1836
|
}
|
1837
1837
|
},
|
1838
1838
|
"table-line": {
|
1839
|
-
pattern: RegExp("^(" + v + ")" +
|
1839
|
+
pattern: RegExp("^(" + v + ")" + k + "$"),
|
1840
1840
|
lookbehind: !0,
|
1841
1841
|
inside: {
|
1842
1842
|
punctuation: /\||:?-{3,}:?/
|
@@ -1942,7 +1942,7 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
1942
1942
|
// **strong**
|
1943
1943
|
// __strong__
|
1944
1944
|
// allow one nested instance of italic text using the same delimiter
|
1945
|
-
pattern:
|
1945
|
+
pattern: r(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),
|
1946
1946
|
lookbehind: !0,
|
1947
1947
|
greedy: !0,
|
1948
1948
|
inside: {
|
@@ -1959,7 +1959,7 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
1959
1959
|
// *em*
|
1960
1960
|
// _em_
|
1961
1961
|
// allow one nested instance of bold text using the same delimiter
|
1962
|
-
pattern:
|
1962
|
+
pattern: r(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),
|
1963
1963
|
lookbehind: !0,
|
1964
1964
|
greedy: !0,
|
1965
1965
|
inside: {
|
@@ -1976,7 +1976,7 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
1976
1976
|
// ~~strike through~~
|
1977
1977
|
// ~strike~
|
1978
1978
|
// eslint-disable-next-line regexp/strict
|
1979
|
-
pattern:
|
1979
|
+
pattern: r(/(~~?)(?:(?!~)<inner>)+\2/.source),
|
1980
1980
|
lookbehind: !0,
|
1981
1981
|
greedy: !0,
|
1982
1982
|
inside: {
|
@@ -2001,7 +2001,7 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
2001
2001
|
// [example](http://example.com "Optional title")
|
2002
2002
|
// [example][id]
|
2003
2003
|
// [example] [id]
|
2004
|
-
pattern:
|
2004
|
+
pattern: r(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),
|
2005
2005
|
lookbehind: !0,
|
2006
2006
|
greedy: !0,
|
2007
2007
|
inside: {
|
@@ -2033,28 +2033,28 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
2033
2033
|
}), l.hooks.add("after-tokenize", function(p) {
|
2034
2034
|
if (p.language !== "markdown" && p.language !== "md")
|
2035
2035
|
return;
|
2036
|
-
function f(
|
2037
|
-
if (!(!
|
2038
|
-
for (var C = 0, P =
|
2039
|
-
var S =
|
2036
|
+
function f(E) {
|
2037
|
+
if (!(!E || typeof E == "string"))
|
2038
|
+
for (var C = 0, P = E.length; C < P; C++) {
|
2039
|
+
var S = E[C];
|
2040
2040
|
if (S.type !== "code") {
|
2041
2041
|
f(S.content);
|
2042
2042
|
continue;
|
2043
2043
|
}
|
2044
2044
|
var _ = S.content[1], A = S.content[3];
|
2045
2045
|
if (_ && A && _.type === "code-language" && A.type === "code-block" && typeof _.content == "string") {
|
2046
|
-
var
|
2047
|
-
|
2048
|
-
var
|
2049
|
-
A.alias ? typeof A.alias == "string" ? A.alias = [A.alias,
|
2046
|
+
var t = _.content.replace(/\b#/g, "sharp").replace(/\b\+\+/g, "pp");
|
2047
|
+
t = (/[a-z][\w-]*/i.exec(t) || [""])[0].toLowerCase();
|
2048
|
+
var n = "language-" + t;
|
2049
|
+
A.alias ? typeof A.alias == "string" ? A.alias = [A.alias, n] : A.alias.push(n) : A.alias = [n];
|
2050
2050
|
}
|
2051
2051
|
}
|
2052
2052
|
}
|
2053
2053
|
f(p.tokens);
|
2054
2054
|
}), l.hooks.add("wrap", function(p) {
|
2055
2055
|
if (p.type === "code-block") {
|
2056
|
-
for (var f = "",
|
2057
|
-
var P = p.classes[
|
2056
|
+
for (var f = "", E = 0, C = p.classes.length; E < C; E++) {
|
2057
|
+
var P = p.classes[E], S = /language-(.+)/.exec(P);
|
2058
2058
|
if (S) {
|
2059
2059
|
f = S[1];
|
2060
2060
|
break;
|
@@ -2062,12 +2062,12 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
2062
2062
|
}
|
2063
2063
|
var _ = l.languages[f];
|
2064
2064
|
if (_)
|
2065
|
-
p.content = l.highlight(
|
2065
|
+
p.content = l.highlight(x(p.content), _, f);
|
2066
2066
|
else if (f && f !== "none" && l.plugins.autoloader) {
|
2067
2067
|
var A = "md-" + (/* @__PURE__ */ new Date()).valueOf() + "-" + Math.floor(Math.random() * 1e16);
|
2068
2068
|
p.attributes.id = A, l.plugins.autoloader.loadLanguages(f, function() {
|
2069
|
-
var
|
2070
|
-
|
2069
|
+
var t = document.getElementById(A);
|
2070
|
+
t && (t.innerHTML = l.highlight(t.textContent, l.languages[f], f));
|
2071
2071
|
});
|
2072
2072
|
}
|
2073
2073
|
}
|
@@ -2078,26 +2078,26 @@ const $n = /* @__PURE__ */ _n(Tn);
|
|
2078
2078
|
gt: ">",
|
2079
2079
|
quot: '"'
|
2080
2080
|
}, c = String.fromCodePoint || String.fromCharCode;
|
2081
|
-
function
|
2081
|
+
function x(p) {
|
2082
2082
|
var f = p.replace(h, "");
|
2083
|
-
return f = f.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi, function(
|
2083
|
+
return f = f.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi, function(E, C) {
|
2084
2084
|
if (C = C.toLowerCase(), C[0] === "#") {
|
2085
2085
|
var P;
|
2086
2086
|
return C[1] === "x" ? P = parseInt(C.slice(2), 16) : P = Number(C.slice(1)), c(P);
|
2087
2087
|
} else {
|
2088
2088
|
var S = a[C];
|
2089
|
-
return S ||
|
2089
|
+
return S || E;
|
2090
2090
|
}
|
2091
2091
|
}), f;
|
2092
2092
|
}
|
2093
2093
|
l.languages.md = l.languages.markdown;
|
2094
2094
|
})(Prism);
|
2095
2095
|
var Be = {}, Ve;
|
2096
|
-
function
|
2096
|
+
function $t() {
|
2097
2097
|
return Ve || (Ve = 1, (function() {
|
2098
2098
|
if (typeof Prism > "u" || typeof document > "u")
|
2099
2099
|
return;
|
2100
|
-
var l = "line-numbers", g = /\n(?!$)/g,
|
2100
|
+
var l = "line-numbers", g = /\n(?!$)/g, r = Prism.plugins.lineNumbers = {
|
2101
2101
|
/**
|
2102
2102
|
* Get node for provided line number
|
2103
2103
|
*
|
@@ -2109,9 +2109,9 @@ function On() {
|
|
2109
2109
|
if (!(h.tagName !== "PRE" || !h.classList.contains(l))) {
|
2110
2110
|
var c = h.querySelector(".line-numbers-rows");
|
2111
2111
|
if (c) {
|
2112
|
-
var
|
2113
|
-
a <
|
2114
|
-
var f = a -
|
2112
|
+
var x = parseInt(h.getAttribute("data-start"), 10) || 1, p = x + (c.children.length - 1);
|
2113
|
+
a < x && (a = x), a > p && (a = p);
|
2114
|
+
var f = a - x;
|
2115
2115
|
return c.children[f];
|
2116
2116
|
}
|
2117
2117
|
}
|
@@ -2141,18 +2141,18 @@ function On() {
|
|
2141
2141
|
};
|
2142
2142
|
function m(h) {
|
2143
2143
|
if (h = h.filter(function(c) {
|
2144
|
-
var
|
2144
|
+
var x = v(c), p = x["white-space"];
|
2145
2145
|
return p === "pre-wrap" || p === "pre-line";
|
2146
2146
|
}), h.length != 0) {
|
2147
2147
|
var a = h.map(function(c) {
|
2148
|
-
var
|
2149
|
-
if (!(!
|
2150
|
-
var f = c.querySelector(".line-numbers-sizer"),
|
2151
|
-
f || (f = document.createElement("span"), f.className = "line-numbers-sizer",
|
2148
|
+
var x = c.querySelector("code"), p = c.querySelector(".line-numbers-rows");
|
2149
|
+
if (!(!x || !p)) {
|
2150
|
+
var f = c.querySelector(".line-numbers-sizer"), E = x.textContent.split(g);
|
2151
|
+
f || (f = document.createElement("span"), f.className = "line-numbers-sizer", x.appendChild(f)), f.innerHTML = "0", f.style.display = "block";
|
2152
2152
|
var C = f.getBoundingClientRect().height;
|
2153
2153
|
return f.innerHTML = "", {
|
2154
2154
|
element: c,
|
2155
|
-
lines:
|
2155
|
+
lines: E,
|
2156
2156
|
lineHeights: [],
|
2157
2157
|
oneLinerHeight: C,
|
2158
2158
|
sizer: f
|
@@ -2160,21 +2160,21 @@ function On() {
|
|
2160
2160
|
}
|
2161
2161
|
}).filter(Boolean);
|
2162
2162
|
a.forEach(function(c) {
|
2163
|
-
var
|
2163
|
+
var x = c.sizer, p = c.lines, f = c.lineHeights, E = c.oneLinerHeight;
|
2164
2164
|
f[p.length - 1] = void 0, p.forEach(function(C, P) {
|
2165
2165
|
if (C && C.length > 1) {
|
2166
|
-
var S =
|
2166
|
+
var S = x.appendChild(document.createElement("span"));
|
2167
2167
|
S.style.display = "block", S.textContent = C;
|
2168
2168
|
} else
|
2169
|
-
f[P] =
|
2169
|
+
f[P] = E;
|
2170
2170
|
});
|
2171
2171
|
}), a.forEach(function(c) {
|
2172
|
-
for (var
|
2173
|
-
p[
|
2172
|
+
for (var x = c.sizer, p = c.lineHeights, f = 0, E = 0; E < p.length; E++)
|
2173
|
+
p[E] === void 0 && (p[E] = x.children[f++].getBoundingClientRect().height);
|
2174
2174
|
}), a.forEach(function(c) {
|
2175
|
-
var
|
2176
|
-
|
2177
|
-
p.children[
|
2175
|
+
var x = c.sizer, p = c.element.querySelector(".line-numbers-rows");
|
2176
|
+
x.style.display = "none", x.innerHTML = "", c.lineHeights.forEach(function(f, E) {
|
2177
|
+
p.children[E].style.height = f + "px";
|
2178
2178
|
});
|
2179
2179
|
});
|
2180
2180
|
}
|
@@ -2182,9 +2182,9 @@ function On() {
|
|
2182
2182
|
function v(h) {
|
2183
2183
|
return h ? window.getComputedStyle ? getComputedStyle(h) : h.currentStyle || null : null;
|
2184
2184
|
}
|
2185
|
-
var
|
2185
|
+
var k = void 0;
|
2186
2186
|
window.addEventListener("resize", function() {
|
2187
|
-
|
2187
|
+
r.assumeViewportIndependence && k === window.innerWidth || (k = window.innerWidth, m(Array.prototype.slice.call(document.querySelectorAll("pre." + l))));
|
2188
2188
|
}), Prism.hooks.add("complete", function(h) {
|
2189
2189
|
if (h.code) {
|
2190
2190
|
var a = (
|
@@ -2196,8 +2196,8 @@ function On() {
|
|
2196
2196
|
);
|
2197
2197
|
if (!(!c || !/pre/i.test(c.nodeName)) && !a.querySelector(".line-numbers-rows") && Prism.util.isActive(a, l)) {
|
2198
2198
|
a.classList.remove(l), c.classList.add(l);
|
2199
|
-
var
|
2200
|
-
f = document.createElement("span"), f.setAttribute("aria-hidden", "true"), f.className = "line-numbers-rows", f.innerHTML =
|
2199
|
+
var x = h.code.match(g), p = x ? x.length + 1 : 1, f, E = new Array(p + 1).join("<span></span>");
|
2200
|
+
f = document.createElement("span"), f.setAttribute("aria-hidden", "true"), f.className = "line-numbers-rows", f.innerHTML = E, c.hasAttribute("data-start") && (c.style.counterReset = "linenumber " + (parseInt(c.getAttribute("data-start"), 10) - 1)), h.element.appendChild(f), m([c]), Prism.hooks.run("line-numbers", h);
|
2201
2201
|
}
|
2202
2202
|
}
|
2203
2203
|
}), Prism.hooks.add("line-numbers", function(h) {
|
@@ -2205,22 +2205,22 @@ function On() {
|
|
2205
2205
|
});
|
2206
2206
|
})()), Be;
|
2207
2207
|
}
|
2208
|
-
|
2208
|
+
$t();
|
2209
2209
|
function Je(l) {
|
2210
2210
|
return l.useTabs ? " " : l.hasPadding ? " " : "";
|
2211
2211
|
}
|
2212
|
-
class
|
2212
|
+
class Ot {
|
2213
2213
|
padding;
|
2214
2214
|
constructor(g) {
|
2215
2215
|
this.padding = Je(g);
|
2216
2216
|
}
|
2217
|
-
formatCell(g,
|
2217
|
+
formatCell(g, r, m) {
|
2218
2218
|
const v = m;
|
2219
|
-
switch (
|
2219
|
+
switch (r) {
|
2220
2220
|
case "right":
|
2221
2221
|
return `${this.padding}${g.padStart(v)}${this.padding}`;
|
2222
2222
|
case "center": {
|
2223
|
-
const
|
2223
|
+
const k = v - g.length, h = Math.floor(k / 2), a = k - h;
|
2224
2224
|
return `${this.padding}${" ".repeat(h)}${g}${" ".repeat(a)}${this.padding}`;
|
2225
2225
|
}
|
2226
2226
|
default:
|
@@ -2228,23 +2228,23 @@ class jn {
|
|
2228
2228
|
}
|
2229
2229
|
}
|
2230
2230
|
}
|
2231
|
-
class
|
2231
|
+
class jt {
|
2232
2232
|
static indicators = {
|
2233
2233
|
left: (g) => `:${"-".repeat(g - 1)}`,
|
2234
2234
|
right: (g) => `${"-".repeat(g - 1)}:`,
|
2235
2235
|
center: (g) => `:${"-".repeat(g - 2)}:`,
|
2236
2236
|
none: (g) => "-".repeat(g)
|
2237
2237
|
};
|
2238
|
-
static formatIndicator(g,
|
2239
|
-
return this.indicators[g](
|
2238
|
+
static formatIndicator(g, r) {
|
2239
|
+
return this.indicators[g](r);
|
2240
2240
|
}
|
2241
2241
|
}
|
2242
|
-
class
|
2242
|
+
class Pt {
|
2243
2243
|
config;
|
2244
2244
|
cellFormatter;
|
2245
2245
|
adjustedAlignments;
|
2246
2246
|
constructor(g) {
|
2247
|
-
this.config = g, this.cellFormatter = new
|
2247
|
+
this.config = g, this.cellFormatter = new Ot(g), this.adjustedAlignments = this.getAdjustedAlignments();
|
2248
2248
|
}
|
2249
2249
|
getAdjustedAlignments() {
|
2250
2250
|
return this.config.columnAlignments.length < this.config.columnCount ? [
|
@@ -2254,91 +2254,91 @@ class In {
|
|
2254
2254
|
}
|
2255
2255
|
formatRow(g) {
|
2256
2256
|
return `|${Array.from({ length: this.config.columnCount }, (m, v) => {
|
2257
|
-
let
|
2258
|
-
this.config.replaceNewlines && (
|
2259
|
-
const h = this.adjustedAlignments[v], a = this.config.columnWidths ? this.config.columnWidths[v] :
|
2260
|
-
return this.cellFormatter.formatCell(
|
2257
|
+
let k = g[v] ?? "";
|
2258
|
+
this.config.replaceNewlines && (k = k.replace(/\n/g, "<br>"));
|
2259
|
+
const h = this.adjustedAlignments[v], a = this.config.columnWidths ? this.config.columnWidths[v] : k.length;
|
2260
|
+
return this.cellFormatter.formatCell(k, h, a);
|
2261
2261
|
}).join("|")}|`;
|
2262
2262
|
}
|
2263
2263
|
formatAlignmentRow() {
|
2264
2264
|
const g = Je(this.config);
|
2265
2265
|
return `|${Array.from({ length: this.config.columnCount }, (m, v) => {
|
2266
|
-
const
|
2266
|
+
const k = this.adjustedAlignments[v], h = this.config.columnWidths ? this.config.columnWidths[v] : 3, a = jt.formatIndicator(k, h);
|
2267
2267
|
return `${g}${a}${g}`;
|
2268
2268
|
}).join("|")}|`;
|
2269
2269
|
}
|
2270
2270
|
}
|
2271
|
-
function
|
2272
|
-
const
|
2271
|
+
function It(l, g) {
|
2272
|
+
const r = new Array(g).fill(3);
|
2273
2273
|
return l.forEach((m) => {
|
2274
2274
|
for (let v = 0; v < g; v++) {
|
2275
|
-
const
|
2276
|
-
|
2275
|
+
const k = m[v] ?? "";
|
2276
|
+
r[v] = Math.max(r[v], k.length);
|
2277
2277
|
}
|
2278
|
-
}),
|
2278
|
+
}), r;
|
2279
2279
|
}
|
2280
|
-
function
|
2281
|
-
const g = l.inputDataHeader.length,
|
2282
|
-
return Math.max(g, ...
|
2280
|
+
function Dt(l) {
|
2281
|
+
const g = l.inputDataHeader.length, r = l.inputDataBody.map((m) => m.length);
|
2282
|
+
return Math.max(g, ...r);
|
2283
2283
|
}
|
2284
|
-
function
|
2285
|
-
return
|
2284
|
+
function Mt(l, g, r) {
|
2285
|
+
return r ? It(
|
2286
2286
|
[l.inputDataHeader, ...l.inputDataBody],
|
2287
2287
|
g
|
2288
2288
|
) : void 0;
|
2289
2289
|
}
|
2290
|
-
function
|
2291
|
-
const h =
|
2290
|
+
function zt(l, g, r = !0, m = !1, v = !1, k = !0) {
|
2291
|
+
const h = Dt(l), a = Mt(l, h, r), c = {
|
2292
2292
|
columnCount: h,
|
2293
2293
|
columnAlignments: g,
|
2294
2294
|
columnWidths: a,
|
2295
2295
|
useTabs: m,
|
2296
2296
|
replaceNewlines: v,
|
2297
|
-
hasPadding:
|
2298
|
-
},
|
2297
|
+
hasPadding: k
|
2298
|
+
}, x = new Pt(c), p = x.formatRow(l.inputDataHeader), f = x.formatAlignmentRow(), E = l.inputDataBody.map((C) => x.formatRow(C)).join(`
|
2299
2299
|
`);
|
2300
2300
|
return `${p}
|
2301
2301
|
${f}
|
2302
|
-
${
|
2302
|
+
${E}`.trimEnd();
|
2303
2303
|
}
|
2304
|
-
function
|
2305
|
-
let g = "",
|
2306
|
-
for (;
|
2307
|
-
g = String.fromCharCode(
|
2304
|
+
function Lt(l) {
|
2305
|
+
let g = "", r = l;
|
2306
|
+
for (; r >= 0; )
|
2307
|
+
g = String.fromCharCode(r % 26 + 65) + g, r = Math.floor(r / 26) - 1;
|
2308
2308
|
return g;
|
2309
2309
|
}
|
2310
|
-
function
|
2311
|
-
return Array.from({ length: l }, (g,
|
2310
|
+
function Nt(l) {
|
2311
|
+
return Array.from({ length: l }, (g, r) => Lt(r));
|
2312
2312
|
}
|
2313
2313
|
class ge extends Error {
|
2314
|
-
constructor(g,
|
2315
|
-
super(g,
|
2314
|
+
constructor(g, r) {
|
2315
|
+
super(g, r), this.name = "MarkdownTableError", Object.setPrototypeOf(this, ge.prototype);
|
2316
2316
|
}
|
2317
2317
|
}
|
2318
|
-
function
|
2318
|
+
function Wt(l) {
|
2319
2319
|
if (l === null || !Array.isArray(l))
|
2320
2320
|
throw new ge("The 'data' prop must be a two-dimensional array.");
|
2321
2321
|
if (l.length === 0)
|
2322
2322
|
throw new ge("The 'data' array must contain at least one row.");
|
2323
2323
|
}
|
2324
|
-
const
|
2325
|
-
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}pre[class*=language-].line-numbers{position:relative;padding-left:2.4em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}
|
2326
|
-
`,
|
2327
|
-
code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#282a36}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}pre[class*=language-].line-numbers{position:relative;padding-left:2.4em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}
|
2324
|
+
const Ht = `
|
2325
|
+
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.table-header{color:#07a;font-weight:700}.token.title{color:#07a;font-weight:700}pre[class*=language-].line-numbers{position:relative;padding-left:2.4em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}
|
2326
|
+
`, qt = `
|
2327
|
+
code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#282a36}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#6272a4}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#ff79c6}.token.boolean,.token.number{color:#bd93f9}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#50fa7b}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#f8f8f2}.token.atrule,.token.attr-value,.token.keyword{color:#8be9fd}.token.function,.token.class-name{color:#ffb86c}.token.regex,.token.important,.token.variable{color:#f1fa8c}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.table-header{color:#8be9fd;font-weight:700}.token.title{color:#8be9fd;font-weight:700}pre[class*=language-].line-numbers{position:relative;padding-left:2.4em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}
|
2328
2328
|
`;
|
2329
|
-
function
|
2330
|
-
return g ? { inputDataHeader: l[0], inputDataBody: l.slice(1) } : { inputDataHeader:
|
2329
|
+
function Ut(l, g) {
|
2330
|
+
return g ? { inputDataHeader: l[0], inputDataBody: l.slice(1) } : { inputDataHeader: Nt(l[0].length), inputDataBody: l };
|
2331
2331
|
}
|
2332
|
-
function
|
2332
|
+
function Yt(l, g, r, m, v, k, h) {
|
2333
2333
|
try {
|
2334
|
-
|
2335
|
-
const { inputDataHeader: a, inputDataBody: c } =
|
2336
|
-
return
|
2334
|
+
Wt(l);
|
2335
|
+
const { inputDataHeader: a, inputDataBody: c } = Ut(l, g);
|
2336
|
+
return zt(
|
2337
2337
|
{ inputDataHeader: a, inputDataBody: c },
|
2338
|
-
|
2338
|
+
r,
|
2339
2339
|
m,
|
2340
2340
|
v,
|
2341
|
-
|
2341
|
+
k,
|
2342
2342
|
h
|
2343
2343
|
);
|
2344
2344
|
} catch (a) {
|
@@ -2347,54 +2347,54 @@ function Bn(l, g, t, m, v, x, h) {
|
|
2347
2347
|
throw a;
|
2348
2348
|
}
|
2349
2349
|
}
|
2350
|
-
function
|
2350
|
+
function Vt({
|
2351
2351
|
inputData: l = null,
|
2352
2352
|
hasHeader: g = !0,
|
2353
|
-
columnAlignments:
|
2353
|
+
columnAlignments: r = [],
|
2354
2354
|
isCompact: m = !1,
|
2355
2355
|
hasTabs: v = !1,
|
2356
|
-
hasPadding:
|
2356
|
+
hasPadding: k = !0,
|
2357
2357
|
convertLineBreaks: h = !1,
|
2358
2358
|
className: a,
|
2359
2359
|
onGenerate: c,
|
2360
|
-
theme:
|
2360
|
+
theme: x = "light",
|
2361
2361
|
preStyle: p,
|
2362
2362
|
topPadding: f = 16,
|
2363
|
-
minWidth:
|
2363
|
+
minWidth: E,
|
2364
2364
|
showLineNumbers: C = !0
|
2365
2365
|
}) {
|
2366
|
-
const P =
|
2366
|
+
const P = yt(null), S = wt(), _ = kt(l), [, A] = xt(), t = Et(() => Yt(
|
2367
2367
|
_,
|
2368
2368
|
g,
|
2369
|
-
|
2369
|
+
r,
|
2370
2370
|
!m,
|
2371
2371
|
v,
|
2372
2372
|
h,
|
2373
|
-
|
2373
|
+
k
|
2374
2374
|
), [
|
2375
2375
|
_,
|
2376
2376
|
g,
|
2377
|
-
|
2377
|
+
r,
|
2378
2378
|
m,
|
2379
2379
|
v,
|
2380
2380
|
h,
|
2381
|
-
|
2381
|
+
k
|
2382
2382
|
]);
|
2383
2383
|
return Ne(() => {
|
2384
|
-
c && c(
|
2385
|
-
}, [
|
2386
|
-
const
|
2387
|
-
|
2384
|
+
c && c(t);
|
2385
|
+
}, [t, c]), Ne(() => {
|
2386
|
+
const n = P.current?.querySelector("code");
|
2387
|
+
n && t && A(() => {
|
2388
2388
|
requestAnimationFrame(() => {
|
2389
|
-
if (
|
2389
|
+
if (Tt.highlightElement(n), !C && P.current) {
|
2390
2390
|
const o = P.current.querySelector(".line-numbers-rows");
|
2391
2391
|
o && o.remove();
|
2392
2392
|
}
|
2393
2393
|
});
|
2394
2394
|
});
|
2395
|
-
}, [
|
2395
|
+
}, [t, A, C]), /* @__PURE__ */ se.jsxs(se.Fragment, { children: [
|
2396
2396
|
/* @__PURE__ */ se.jsxs("style", { children: [
|
2397
|
-
|
2397
|
+
x === "light" ? Ht : qt,
|
2398
2398
|
`
|
2399
2399
|
pre {
|
2400
2400
|
position: relative;
|
@@ -2404,7 +2404,7 @@ function Gn({
|
|
2404
2404
|
position: absolute;
|
2405
2405
|
top: 8px;
|
2406
2406
|
left: 12px;
|
2407
|
-
color: ${
|
2407
|
+
color: ${x === "light" ? "#666" : "#999"};
|
2408
2408
|
letter-spacing: 2px;
|
2409
2409
|
font-size: 12px;
|
2410
2410
|
}
|
@@ -2434,14 +2434,14 @@ function Gn({
|
|
2434
2434
|
"pre",
|
2435
2435
|
{
|
2436
2436
|
ref: P,
|
2437
|
-
className: `${a} language-markdown ${C ? "line-numbers" : ""} ${
|
2437
|
+
className: `${a} language-markdown ${C ? "line-numbers" : ""} ${x === "dark" ? "dark-theme" : ""}`,
|
2438
2438
|
style: {
|
2439
2439
|
width: "fit-content",
|
2440
|
-
minWidth:
|
2440
|
+
minWidth: E ? `${E}px` : "min-content",
|
2441
2441
|
margin: 0,
|
2442
2442
|
...p
|
2443
2443
|
},
|
2444
|
-
children: /* @__PURE__ */ se.jsx("code", { className: "language-markdown", role: "code", children:
|
2444
|
+
children: /* @__PURE__ */ se.jsx("code", { className: "language-markdown", role: "code", children: t })
|
2445
2445
|
}
|
2446
2446
|
)
|
2447
2447
|
}
|
@@ -2449,6 +2449,6 @@ function Gn({
|
|
2449
2449
|
] });
|
2450
2450
|
}
|
2451
2451
|
export {
|
2452
|
-
|
2452
|
+
Vt as MarkdownTable,
|
2453
2453
|
ge as MarkdownTableError
|
2454
2454
|
};
|