remons-render-markdown 1.0.0-beta.1
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/MermaidRenderer-DupOXIdE.js +1889 -0
- package/dist/MermaidRenderer-DupOXIdE.js.map +1 -0
- package/dist/RenderMarkdown-TzdhCUFl.js +4521 -0
- package/dist/RenderMarkdown-TzdhCUFl.js.map +1 -0
- package/dist/components/CustomBackTop/index.d.ts +16 -0
- package/dist/components/CustomDropdown/index.d.ts +31 -0
- package/dist/components/CustomMessage/index.d.ts +26 -0
- package/dist/components/CustomModal/index.d.ts +28 -0
- package/dist/components/CustomTooltip/index.d.ts +20 -0
- package/dist/components/Empty/index.d.ts +5 -0
- package/dist/components/MermaidRenderer/index.d.ts +16 -0
- package/dist/components/MermaidRenderer/useMermaidRender.d.ts +18 -0
- package/dist/components/MermaidRenderer/usePanzoom.d.ts +17 -0
- package/dist/components/RenderMarkdown/index.d.ts +12 -0
- package/dist/components/RenderMarkdown/utils/render-markdown/index.d.ts +11 -0
- package/dist/components/RenderMarkdown/utils/render-markdown/render-alert.d.ts +4 -0
- package/dist/components/RenderMarkdown/utils/render-markdown/render-tab.d.ts +7 -0
- package/dist/hooks/useLoadMermaid.d.ts +10 -0
- package/dist/hooks/useTheme.d.ts +16 -0
- package/dist/index.css +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +7 -0
- package/dist/index.mjs.map +1 -0
- package/dist/main.d.ts +2 -0
- package/dist/utils/cdn.d.ts +5 -0
- package/dist/utils/download.d.ts +21 -0
- package/dist/utils/driver.d.ts +19 -0
- package/dist/utils/preload.d.ts +2 -0
- package/package.json +83 -0
- package/readme.md +36 -0
|
@@ -0,0 +1,4521 @@
|
|
|
1
|
+
import { useEffect as e, useRef as t, useState as n } from "react";
|
|
2
|
+
import { CaretDownOutlined as r, CaretRightOutlined as i, CheckCircleOutlined as a, CloseCircleOutlined as o, CopyFilled as s, InfoCircleOutlined as c, UpOutlined as l, WarningOutlined as u } from "@ant-design/icons";
|
|
3
|
+
import * as d from "react-dom";
|
|
4
|
+
import { Fragment as f, jsx as p, jsxs as m } from "react/jsx-runtime";
|
|
5
|
+
import h from "highlight.js/lib/core";
|
|
6
|
+
import g from "highlight.js/lib/languages/javascript";
|
|
7
|
+
import _ from "highlight.js/lib/languages/bash";
|
|
8
|
+
import v from "highlight.js/lib/languages/json";
|
|
9
|
+
import y from "highlight.js/lib/languages/nginx";
|
|
10
|
+
import b from "highlight.js/lib/languages/xml";
|
|
11
|
+
import x from "highlight.js/lib/languages/css";
|
|
12
|
+
import S from "highlight.js/lib/languages/plaintext";
|
|
13
|
+
import C from "highlight.js/lib/languages/less";
|
|
14
|
+
import w from "highlight.js/lib/languages/typescript";
|
|
15
|
+
//#region \0rolldown/runtime.js
|
|
16
|
+
var T = Object.defineProperty, ee = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), E = (e, t) => {
|
|
17
|
+
let n = {};
|
|
18
|
+
for (var r in e) T(n, r, {
|
|
19
|
+
get: e[r],
|
|
20
|
+
enumerable: !0
|
|
21
|
+
});
|
|
22
|
+
return t || T(n, Symbol.toStringTag, { value: "Module" }), n;
|
|
23
|
+
}, D = { exports: {} }, O = D.exports, te = d.default || d;
|
|
24
|
+
if (process.env.NODE_ENV === "production") O.createRoot = te.createRoot, O.hydrateRoot = te.hydrateRoot;
|
|
25
|
+
else {
|
|
26
|
+
var ne = te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
27
|
+
O.createRoot = function(e, t) {
|
|
28
|
+
ne.usingClientEntryPoint = !0;
|
|
29
|
+
try {
|
|
30
|
+
return te.createRoot(e, t);
|
|
31
|
+
} finally {
|
|
32
|
+
ne.usingClientEntryPoint = !1;
|
|
33
|
+
}
|
|
34
|
+
}, O.hydrateRoot = function(e, t, n) {
|
|
35
|
+
ne.usingClientEntryPoint = !0;
|
|
36
|
+
try {
|
|
37
|
+
return te.hydrateRoot(e, t, n);
|
|
38
|
+
} finally {
|
|
39
|
+
ne.usingClientEntryPoint = !1;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
(D.exports == null ? {} : D.exports).default || D.exports;
|
|
44
|
+
var re = (D.exports == null ? {} : D.exports).createRoot;
|
|
45
|
+
(D.exports == null ? {} : D.exports).hydrateRoot;
|
|
46
|
+
//#endregion
|
|
47
|
+
//#region node_modules/.store/classnames@2.5.1/node_modules/classnames/bind.js
|
|
48
|
+
var k = { exports: {} };
|
|
49
|
+
k.exports, (function() {
|
|
50
|
+
var e = {}.hasOwnProperty;
|
|
51
|
+
function t() {
|
|
52
|
+
for (var e = "", t = 0; t < arguments.length; t++) {
|
|
53
|
+
var i = arguments[t];
|
|
54
|
+
i && (e = r(e, n.call(this, i)));
|
|
55
|
+
}
|
|
56
|
+
return e;
|
|
57
|
+
}
|
|
58
|
+
function n(n) {
|
|
59
|
+
if (typeof n == "string" || typeof n == "number") return this && this[n] || n;
|
|
60
|
+
if (typeof n != "object") return "";
|
|
61
|
+
if (Array.isArray(n)) return t.apply(this, n);
|
|
62
|
+
if (n.toString !== Object.prototype.toString && !n.toString.toString().includes("[native code]")) return n.toString();
|
|
63
|
+
var i = "";
|
|
64
|
+
for (var a in n) e.call(n, a) && n[a] && (i = r(i, this && this[a] || a));
|
|
65
|
+
return i;
|
|
66
|
+
}
|
|
67
|
+
function r(e, t) {
|
|
68
|
+
return t ? e ? e + " " + t : e + t : e;
|
|
69
|
+
}
|
|
70
|
+
k !== void 0 && k.exports ? (t.default = t, k.exports = t) : typeof define == "function" && typeof define.amd == "object" && define.amd ? define("classnames", [], function() {
|
|
71
|
+
return t;
|
|
72
|
+
}) : window.classNames = t;
|
|
73
|
+
})();
|
|
74
|
+
var ie = (k.exports == null ? {} : k.exports).default || k.exports, ae = ie.bind({
|
|
75
|
+
container: "_container_78d2r_4",
|
|
76
|
+
item: "_item_78d2r_16",
|
|
77
|
+
toast: "_toast_78d2r_19",
|
|
78
|
+
fadeIn: "_fadeIn_78d2r_1",
|
|
79
|
+
"toast-warning": "_toast-warning_78d2r_31",
|
|
80
|
+
"toast-info": "_toast-info_78d2r_34",
|
|
81
|
+
"toast-error": "_toast-error_78d2r_37",
|
|
82
|
+
"toast-success": "_toast-success_78d2r_40"
|
|
83
|
+
}), oe = ({ config: e }) => {
|
|
84
|
+
let t = {
|
|
85
|
+
warning: /* @__PURE__ */ p(u, { style: {
|
|
86
|
+
color: "#faad14",
|
|
87
|
+
fontSize: "16px"
|
|
88
|
+
} }),
|
|
89
|
+
info: /* @__PURE__ */ p(c, { style: {
|
|
90
|
+
color: "#1890ff",
|
|
91
|
+
fontSize: "16px"
|
|
92
|
+
} }),
|
|
93
|
+
error: /* @__PURE__ */ p(o, { style: {
|
|
94
|
+
color: "#ff4d4f",
|
|
95
|
+
fontSize: "16px"
|
|
96
|
+
} }),
|
|
97
|
+
success: /* @__PURE__ */ p(a, { style: {
|
|
98
|
+
color: "#52c41a",
|
|
99
|
+
fontSize: "16px"
|
|
100
|
+
} })
|
|
101
|
+
};
|
|
102
|
+
return /* @__PURE__ */ m("div", {
|
|
103
|
+
className: ae("toast", `toast-${e.type}`),
|
|
104
|
+
children: [t[e.type], /* @__PURE__ */ p("span", { children: e.content })]
|
|
105
|
+
});
|
|
106
|
+
}, se = () => {
|
|
107
|
+
let [r, i] = n([]), a = t(/* @__PURE__ */ new Map()), o = (e) => {
|
|
108
|
+
i((t) => t.filter((t) => t.key !== e));
|
|
109
|
+
let t = a.current.get(e);
|
|
110
|
+
t && (clearTimeout(t), a.current.delete(e));
|
|
111
|
+
}, s = () => {
|
|
112
|
+
i([]), a.current.forEach((e) => clearTimeout(e)), a.current.clear();
|
|
113
|
+
};
|
|
114
|
+
return e(() => {
|
|
115
|
+
let e = (e) => {
|
|
116
|
+
let { type: t, content: n, duration: r = 3e3 } = e.detail, s = `message-${Date.now()}-${Math.random()}`, c = {
|
|
117
|
+
key: s,
|
|
118
|
+
content: n,
|
|
119
|
+
type: t,
|
|
120
|
+
duration: r
|
|
121
|
+
};
|
|
122
|
+
i((e) => [...e, c]);
|
|
123
|
+
let l = window.setTimeout(() => {
|
|
124
|
+
o(s);
|
|
125
|
+
}, r);
|
|
126
|
+
a.current.set(s, l);
|
|
127
|
+
}, t = () => {
|
|
128
|
+
s();
|
|
129
|
+
};
|
|
130
|
+
return window.addEventListener("custom-message", e), window.addEventListener("custom-message-clear", t), () => {
|
|
131
|
+
window.removeEventListener("custom-message", e), window.removeEventListener("custom-message-clear", t), a.current.forEach((e) => clearTimeout(e));
|
|
132
|
+
};
|
|
133
|
+
}, []), /* @__PURE__ */ p("div", {
|
|
134
|
+
className: ae("container"),
|
|
135
|
+
children: r.map((e) => /* @__PURE__ */ p("div", {
|
|
136
|
+
className: ae("item"),
|
|
137
|
+
children: /* @__PURE__ */ p(oe, { config: e })
|
|
138
|
+
}, e.key))
|
|
139
|
+
});
|
|
140
|
+
}, ce = null, le = !1, ue = () => {
|
|
141
|
+
if (le) return;
|
|
142
|
+
le = !0;
|
|
143
|
+
let e = document.createElement("div");
|
|
144
|
+
e.id = "custom-message-container", document.body.appendChild(e), ce = re(e), ce.render(/* @__PURE__ */ p(se, {}));
|
|
145
|
+
}, de = {
|
|
146
|
+
warning: (e, t) => {
|
|
147
|
+
ue(), requestAnimationFrame(() => {
|
|
148
|
+
window.dispatchEvent(new CustomEvent("custom-message", { detail: {
|
|
149
|
+
type: "warning",
|
|
150
|
+
content: e,
|
|
151
|
+
duration: t
|
|
152
|
+
} }));
|
|
153
|
+
});
|
|
154
|
+
},
|
|
155
|
+
info: (e, t) => {
|
|
156
|
+
ue(), requestAnimationFrame(() => {
|
|
157
|
+
window.dispatchEvent(new CustomEvent("custom-message", { detail: {
|
|
158
|
+
type: "info",
|
|
159
|
+
content: e,
|
|
160
|
+
duration: t
|
|
161
|
+
} }));
|
|
162
|
+
});
|
|
163
|
+
},
|
|
164
|
+
error: (e, t) => {
|
|
165
|
+
ue(), requestAnimationFrame(() => {
|
|
166
|
+
window.dispatchEvent(new CustomEvent("custom-message", { detail: {
|
|
167
|
+
type: "error",
|
|
168
|
+
content: e,
|
|
169
|
+
duration: t
|
|
170
|
+
} }));
|
|
171
|
+
});
|
|
172
|
+
},
|
|
173
|
+
success: (e, t) => {
|
|
174
|
+
ue(), requestAnimationFrame(() => {
|
|
175
|
+
window.dispatchEvent(new CustomEvent("custom-message", { detail: {
|
|
176
|
+
type: "success",
|
|
177
|
+
content: e,
|
|
178
|
+
duration: t
|
|
179
|
+
} }));
|
|
180
|
+
});
|
|
181
|
+
},
|
|
182
|
+
destroy: () => {
|
|
183
|
+
window.dispatchEvent(new Event("custom-message-clear"));
|
|
184
|
+
}
|
|
185
|
+
}, fe = ie.bind({ "back-top": "_back-top_rl061_4" }), pe = ({ target: r, visibilityHeight: i = 300 }) => {
|
|
186
|
+
let [a, o] = n(!1), s = t(null);
|
|
187
|
+
return e(() => {
|
|
188
|
+
if (r) try {
|
|
189
|
+
s.current = r();
|
|
190
|
+
} catch {
|
|
191
|
+
s.current = null;
|
|
192
|
+
}
|
|
193
|
+
}, [r]), e(() => {
|
|
194
|
+
let e = s.current || window, t = () => {
|
|
195
|
+
let t = 0;
|
|
196
|
+
t = e === window ? window.scrollY || document.documentElement.scrollTop : e.scrollTop, o(t > i);
|
|
197
|
+
}, n = e === window ? window : e;
|
|
198
|
+
return n.addEventListener("scroll", t, { passive: !0 }), t(), () => {
|
|
199
|
+
n.removeEventListener("scroll", t);
|
|
200
|
+
};
|
|
201
|
+
}, [i]), a ? /* @__PURE__ */ p("div", {
|
|
202
|
+
className: fe("back-top"),
|
|
203
|
+
onClick: () => {
|
|
204
|
+
let e = s.current || window;
|
|
205
|
+
e === window ? window.scrollTo({
|
|
206
|
+
top: 0,
|
|
207
|
+
behavior: "smooth"
|
|
208
|
+
}) : e.scrollTo({
|
|
209
|
+
top: 0,
|
|
210
|
+
behavior: "smooth"
|
|
211
|
+
});
|
|
212
|
+
},
|
|
213
|
+
children: /* @__PURE__ */ p(l, {})
|
|
214
|
+
}) : null;
|
|
215
|
+
}, me = {
|
|
216
|
+
empty_container: "_empty_container_1qt26_1",
|
|
217
|
+
description: "_description_1qt26_10"
|
|
218
|
+
};
|
|
219
|
+
//#endregion
|
|
220
|
+
//#region src/components/Empty/index.tsx
|
|
221
|
+
function he({ description: e = "暂无数据" }) {
|
|
222
|
+
return /* @__PURE__ */ m("div", {
|
|
223
|
+
className: me.empty_container,
|
|
224
|
+
children: [/* @__PURE__ */ m("svg", {
|
|
225
|
+
width: "64",
|
|
226
|
+
height: "64",
|
|
227
|
+
viewBox: "0 0 64 64",
|
|
228
|
+
fill: "none",
|
|
229
|
+
children: [
|
|
230
|
+
/* @__PURE__ */ p("rect", {
|
|
231
|
+
x: "8",
|
|
232
|
+
y: "16",
|
|
233
|
+
width: "48",
|
|
234
|
+
height: "36",
|
|
235
|
+
rx: "4",
|
|
236
|
+
stroke: "#d9d9d9",
|
|
237
|
+
strokeWidth: "2"
|
|
238
|
+
}),
|
|
239
|
+
/* @__PURE__ */ p("line", {
|
|
240
|
+
x1: "16",
|
|
241
|
+
y1: "28",
|
|
242
|
+
x2: "48",
|
|
243
|
+
y2: "28",
|
|
244
|
+
stroke: "#d9d9d9",
|
|
245
|
+
strokeWidth: "2"
|
|
246
|
+
}),
|
|
247
|
+
/* @__PURE__ */ p("line", {
|
|
248
|
+
x1: "16",
|
|
249
|
+
y1: "36",
|
|
250
|
+
x2: "40",
|
|
251
|
+
y2: "36",
|
|
252
|
+
stroke: "#d9d9d9",
|
|
253
|
+
strokeWidth: "2"
|
|
254
|
+
}),
|
|
255
|
+
/* @__PURE__ */ p("line", {
|
|
256
|
+
x1: "16",
|
|
257
|
+
y1: "44",
|
|
258
|
+
x2: "32",
|
|
259
|
+
y2: "44",
|
|
260
|
+
stroke: "#d9d9d9",
|
|
261
|
+
strokeWidth: "2"
|
|
262
|
+
})
|
|
263
|
+
]
|
|
264
|
+
}), /* @__PURE__ */ p("span", {
|
|
265
|
+
className: me.description,
|
|
266
|
+
children: e
|
|
267
|
+
})]
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
//#endregion
|
|
271
|
+
//#region node_modules/.store/methods-r@2.0.0-rc.1/node_modules/methods-r/dist/umd/index.min.js
|
|
272
|
+
var ge = /* @__PURE__ */ ee(((e, t) => {
|
|
273
|
+
(function(n, r) {
|
|
274
|
+
typeof e == "object" && t !== void 0 ? r(e) : typeof define == "function" && define.amd ? define(["exports"], r) : r((n = typeof globalThis < "u" ? globalThis : n || self).MethodsR = {});
|
|
275
|
+
})(e, (function(e) {
|
|
276
|
+
function t(e) {
|
|
277
|
+
return t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
278
|
+
return typeof e;
|
|
279
|
+
} : function(e) {
|
|
280
|
+
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
281
|
+
}, t(e);
|
|
282
|
+
}
|
|
283
|
+
function n(e) {
|
|
284
|
+
return function(e) {
|
|
285
|
+
if (Array.isArray(e)) return r(e);
|
|
286
|
+
}(e) || function(e) {
|
|
287
|
+
if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
|
|
288
|
+
}(e) || function(e, t) {
|
|
289
|
+
if (e) {
|
|
290
|
+
if (typeof e == "string") return r(e, t);
|
|
291
|
+
var n = Object.prototype.toString.call(e).slice(8, -1);
|
|
292
|
+
if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set") return Array.from(e);
|
|
293
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return r(e, t);
|
|
294
|
+
}
|
|
295
|
+
}(e) || function() {
|
|
296
|
+
throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
297
|
+
}();
|
|
298
|
+
}
|
|
299
|
+
function r(e, t) {
|
|
300
|
+
(t == null || t > e.length) && (t = e.length);
|
|
301
|
+
for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
|
|
302
|
+
return r;
|
|
303
|
+
}
|
|
304
|
+
e.IsPC = function() {
|
|
305
|
+
for (var e = navigator.userAgent, t = [
|
|
306
|
+
"Android",
|
|
307
|
+
"iPhone",
|
|
308
|
+
"SymbianOS",
|
|
309
|
+
"Windows Phone",
|
|
310
|
+
"iPad",
|
|
311
|
+
"iPod"
|
|
312
|
+
], n = !0, r = 0; r < t.length; r++) if (e.indexOf(t[r]) > 0) {
|
|
313
|
+
n = !1;
|
|
314
|
+
break;
|
|
315
|
+
}
|
|
316
|
+
return n;
|
|
317
|
+
}, e.SUM = function(e, t) {
|
|
318
|
+
var n;
|
|
319
|
+
return e.forEach((function(t, r) {
|
|
320
|
+
typeof t != "number" && typeof t != "string" || (n = "number", e[r] = Number(t));
|
|
321
|
+
})), n === "number" ? e.reduce((function(e, t) {
|
|
322
|
+
return e + t;
|
|
323
|
+
})) : e.reduce((function(e, n) {
|
|
324
|
+
return e + n[t];
|
|
325
|
+
}), 0);
|
|
326
|
+
}, e.arrGroup = function(e, n) {
|
|
327
|
+
if (typeof n == "number") {
|
|
328
|
+
if (e instanceof Array) {
|
|
329
|
+
for (var r = [], i = 0, a = e.length; i < a; i += n) r.push(e.slice(i, i + n));
|
|
330
|
+
return r;
|
|
331
|
+
}
|
|
332
|
+
var o = t(e);
|
|
333
|
+
return console.error("The expected array, get" + o), e;
|
|
334
|
+
}
|
|
335
|
+
console.error("The second parameter should be a number");
|
|
336
|
+
}, e.compareVersion = function(e, t) {
|
|
337
|
+
for (var n = e.split("."), r = t.split("."), i = Math.max(n.length, r.length), a = 0; a < i; a++) {
|
|
338
|
+
var o = +n[a], s = +r[a];
|
|
339
|
+
if (o > s) return e;
|
|
340
|
+
if (o < s) return t;
|
|
341
|
+
}
|
|
342
|
+
return !1;
|
|
343
|
+
}, e.copy = function(e) {
|
|
344
|
+
if (t(e) === "object") {
|
|
345
|
+
if (document.body.createTextRange) {
|
|
346
|
+
var n = document.body.createTextRange();
|
|
347
|
+
n.moveToElementText(e), n.select();
|
|
348
|
+
} else if (window.getSelection) {
|
|
349
|
+
var r = window.getSelection(), i = document.createRange();
|
|
350
|
+
i.selectNodeContents(e), r.removeAllRanges(), r.addRange(i);
|
|
351
|
+
}
|
|
352
|
+
document.execCommand("Copy", "false", null), window.getSelection().empty();
|
|
353
|
+
} else {
|
|
354
|
+
var a = document.createElement("textarea"), o = document.querySelector("body");
|
|
355
|
+
a.value = e, a.setAttribute("style", "z-index:-1"), o.appendChild(a), a.select(), document.execCommand("copy"), o.removeChild(a);
|
|
356
|
+
}
|
|
357
|
+
}, e.dateFormat = function(e, t) {
|
|
358
|
+
function n(e) {
|
|
359
|
+
return e < 10 ? "0" + e : e;
|
|
360
|
+
}
|
|
361
|
+
var r, i = (r = e && typeof e == "number" ? new Date(e) : e && typeof e == "string" ? new Date(parseInt(e)) : /* @__PURE__ */ new Date()).getFullYear(), a = n(r.getMonth() + 1), o = n(r.getDate()), s = n(r.getHours()), c = n(r.getMinutes()), l = n(r.getSeconds()), u = `${i}-${a}-${o} ${s}:${c}:${l}`;
|
|
362
|
+
return t == "yyyy/MM/dd HH:mm:ss" ? u = `${i}/${a}/${o} ${s}:${c}:${l}` : t == "yyyy/MM/dd" ? u = `${i}/${a}/${o}` : t == "yyyy-MM-dd" ? u = `${i}-${a}-${o}` : t == "HH:mm:ss" ? u = `${s}:${c}:${l}` : t == "yyyy年MM月dd日 HH时mm分ss秒" && (u = `${i}年${a}月${o}日 ${s}时${c}分${l}秒`), u;
|
|
363
|
+
}, e.debounce = function(e) {
|
|
364
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 500;
|
|
365
|
+
return function(n) {
|
|
366
|
+
var r = n;
|
|
367
|
+
clearTimeout(e.id), e.id = setTimeout((function() {
|
|
368
|
+
e.call(void 0, r);
|
|
369
|
+
}), t);
|
|
370
|
+
};
|
|
371
|
+
}, e.deepClone = function e(t) {
|
|
372
|
+
var n = function(e) {
|
|
373
|
+
return Object.prototype.toString.call(e).slice(8, -1);
|
|
374
|
+
};
|
|
375
|
+
if ([
|
|
376
|
+
"Null",
|
|
377
|
+
"String",
|
|
378
|
+
"Boolean",
|
|
379
|
+
"Number",
|
|
380
|
+
"Undefined",
|
|
381
|
+
"Function"
|
|
382
|
+
].includes(n(t))) return t;
|
|
383
|
+
if (n(t) === "RegExp") return new RegExp(t);
|
|
384
|
+
if (n(t) === "Date") return new Date(t);
|
|
385
|
+
var r = n(t) === "Array" ? [] : {};
|
|
386
|
+
for (var i in t) r[i] = e(t[i]);
|
|
387
|
+
return r;
|
|
388
|
+
}, e.download = function(e, t) {
|
|
389
|
+
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "", r = document.createElement("a");
|
|
390
|
+
if (r.setAttribute("download", n), r.setAttribute("href", e), navigator.msSaveBlob) {
|
|
391
|
+
var i = Blob([e], { type: t });
|
|
392
|
+
return navigator.msSaveBlob(i, n);
|
|
393
|
+
}
|
|
394
|
+
r.click();
|
|
395
|
+
}, e.getSearchParams = function(e) {
|
|
396
|
+
var t = new URLSearchParams(decodeURI(window.location.search)), r = {};
|
|
397
|
+
return n(t.keys()).forEach((function(e) {
|
|
398
|
+
r[e] = t.get(e);
|
|
399
|
+
})), e ? t.get(e) : r;
|
|
400
|
+
}, e.openApp = function(e) {
|
|
401
|
+
var t = e.url, n = e.params;
|
|
402
|
+
if (t) {
|
|
403
|
+
var r = new URLSearchParams(n);
|
|
404
|
+
window.location = r.toString() ? `${t}?${r.toString()}` : t;
|
|
405
|
+
} else console.error("url 错误");
|
|
406
|
+
}, e.removeArrRepeat = function(e, r) {
|
|
407
|
+
if (e.length && t(e[0] !== "object")) return n(new Set(e));
|
|
408
|
+
var i = {};
|
|
409
|
+
return e = e.reduce((function(e, t) {
|
|
410
|
+
return !i[t[r]] && (i[t[r]] = e.push(t)), e;
|
|
411
|
+
}), []);
|
|
412
|
+
}, e.viewImg = function() {
|
|
413
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
|
|
414
|
+
if (e.target.nodeName === "IMG" && e.target.currentSrc) {
|
|
415
|
+
var t = document.createElement("div"), n = document.createElement("img");
|
|
416
|
+
t.setAttribute("style", "position: fixed;\n z-index: 2001;\n display: flex;\n justify-content: space-around;\n align-items: center;\n width: 100%;\n background: rgb(0 0 0 / 33%);\n height: 100%;\n top: 0;"), t.setAttribute("id", "remons-view-box"), n.setAttribute("src", e.target.currentSrc), n.setAttribute("style", "max-height: 100%; max-weight: 100%"), n.setAttribute("id", "remons-view-img"), document.body.appendChild(t), document.querySelector("#remons-view-box").appendChild(n);
|
|
417
|
+
var r = document.querySelector("#remons-view-box");
|
|
418
|
+
r && r.addEventListener("click", (function() {
|
|
419
|
+
document.body.removeChild(r);
|
|
420
|
+
}));
|
|
421
|
+
}
|
|
422
|
+
}, e.watchScroll = function(e, t) {
|
|
423
|
+
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : window;
|
|
424
|
+
t ||= 1e3, n.onscroll = function(e, t) {
|
|
425
|
+
var n = null;
|
|
426
|
+
return function() {
|
|
427
|
+
n && clearTimeout(n), n = setTimeout(e, t);
|
|
428
|
+
};
|
|
429
|
+
}(e, t);
|
|
430
|
+
}, Object.defineProperty(e, "__esModule", { value: !0 });
|
|
431
|
+
}));
|
|
432
|
+
})), _e = ge(), ve = { exports: {} }, ye = ve.exports;
|
|
433
|
+
(function(e, t) {
|
|
434
|
+
typeof ye == "object" && ve !== void 0 ? ve.exports = t() : typeof define == "function" && define.amd ? define(t) : (e = typeof globalThis < "u" ? globalThis : e || self).dayjs = t();
|
|
435
|
+
})(void 0, (function() {
|
|
436
|
+
var e = 1e3, t = 6e4, n = 36e5, r = "millisecond", i = "second", a = "minute", o = "hour", s = "day", c = "week", l = "month", u = "quarter", d = "year", f = "date", p = "Invalid Date", m = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, h = /\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, g = {
|
|
437
|
+
name: "en",
|
|
438
|
+
weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
|
|
439
|
+
months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
|
|
440
|
+
ordinal: function(e) {
|
|
441
|
+
var t = [
|
|
442
|
+
"th",
|
|
443
|
+
"st",
|
|
444
|
+
"nd",
|
|
445
|
+
"rd"
|
|
446
|
+
], n = e % 100;
|
|
447
|
+
return "[" + e + (t[(n - 20) % 10] || t[n] || t[0]) + "]";
|
|
448
|
+
}
|
|
449
|
+
}, _ = function(e, t, n) {
|
|
450
|
+
var r = String(e);
|
|
451
|
+
return !r || r.length >= t ? e : "" + Array(t + 1 - r.length).join(n) + e;
|
|
452
|
+
}, v = {
|
|
453
|
+
s: _,
|
|
454
|
+
z: function(e) {
|
|
455
|
+
var t = -e.utcOffset(), n = Math.abs(t), r = Math.floor(n / 60), i = n % 60;
|
|
456
|
+
return (t <= 0 ? "+" : "-") + _(r, 2, "0") + ":" + _(i, 2, "0");
|
|
457
|
+
},
|
|
458
|
+
m: function e(t, n) {
|
|
459
|
+
if (t.date() < n.date()) return -e(n, t);
|
|
460
|
+
var r = 12 * (n.year() - t.year()) + (n.month() - t.month()), i = t.clone().add(r, l), a = n - i < 0, o = t.clone().add(r + (a ? -1 : 1), l);
|
|
461
|
+
return +(-(r + (n - i) / (a ? i - o : o - i)) || 0);
|
|
462
|
+
},
|
|
463
|
+
a: function(e) {
|
|
464
|
+
return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
|
|
465
|
+
},
|
|
466
|
+
p: function(e) {
|
|
467
|
+
return {
|
|
468
|
+
M: l,
|
|
469
|
+
y: d,
|
|
470
|
+
w: c,
|
|
471
|
+
d: s,
|
|
472
|
+
D: f,
|
|
473
|
+
h: o,
|
|
474
|
+
m: a,
|
|
475
|
+
s: i,
|
|
476
|
+
ms: r,
|
|
477
|
+
Q: u
|
|
478
|
+
}[e] || String(e || "").toLowerCase().replace(/s$/, "");
|
|
479
|
+
},
|
|
480
|
+
u: function(e) {
|
|
481
|
+
return e === void 0;
|
|
482
|
+
}
|
|
483
|
+
}, y = "en", b = {};
|
|
484
|
+
b[y] = g;
|
|
485
|
+
var x = "$isDayjsObject", S = function(e) {
|
|
486
|
+
return e instanceof ee || !(!e || !e[x]);
|
|
487
|
+
}, C = function e(t, n, r) {
|
|
488
|
+
var i;
|
|
489
|
+
if (!t) return y;
|
|
490
|
+
if (typeof t == "string") {
|
|
491
|
+
var a = t.toLowerCase();
|
|
492
|
+
b[a] && (i = a), n && (b[a] = n, i = a);
|
|
493
|
+
var o = t.split("-");
|
|
494
|
+
if (!i && o.length > 1) return e(o[0]);
|
|
495
|
+
} else {
|
|
496
|
+
var s = t.name;
|
|
497
|
+
b[s] = t, i = s;
|
|
498
|
+
}
|
|
499
|
+
return !r && i && (y = i), i || !r && y;
|
|
500
|
+
}, w = function(e, t) {
|
|
501
|
+
if (S(e)) return e.clone();
|
|
502
|
+
var n = typeof t == "object" ? t : {};
|
|
503
|
+
return n.date = e, n.args = arguments, new ee(n);
|
|
504
|
+
}, T = v;
|
|
505
|
+
T.l = C, T.i = S, T.w = function(e, t) {
|
|
506
|
+
return w(e, {
|
|
507
|
+
locale: t.$L,
|
|
508
|
+
utc: t.$u,
|
|
509
|
+
x: t.$x,
|
|
510
|
+
$offset: t.$offset
|
|
511
|
+
});
|
|
512
|
+
};
|
|
513
|
+
var ee = function() {
|
|
514
|
+
function g(e) {
|
|
515
|
+
this.$L = C(e.locale, null, !0), this.parse(e), this.$x = this.$x || e.x || {}, this[x] = !0;
|
|
516
|
+
}
|
|
517
|
+
var _ = g.prototype;
|
|
518
|
+
return _.parse = function(e) {
|
|
519
|
+
this.$d = function(e) {
|
|
520
|
+
var t = e.date, n = e.utc;
|
|
521
|
+
if (t === null) return /* @__PURE__ */ new Date(NaN);
|
|
522
|
+
if (T.u(t)) return /* @__PURE__ */ new Date();
|
|
523
|
+
if (t instanceof Date) return new Date(t);
|
|
524
|
+
if (typeof t == "string" && !/Z$/i.test(t)) {
|
|
525
|
+
var r = t.match(m);
|
|
526
|
+
if (r) {
|
|
527
|
+
var i = r[2] - 1 || 0, a = (r[7] || "0").substring(0, 3);
|
|
528
|
+
return n ? new Date(Date.UTC(r[1], i, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, a)) : new Date(r[1], i, r[3] || 1, r[4] || 0, r[5] || 0, r[6] || 0, a);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
return new Date(t);
|
|
532
|
+
}(e), this.init();
|
|
533
|
+
}, _.init = function() {
|
|
534
|
+
var e = this.$d;
|
|
535
|
+
this.$y = e.getFullYear(), this.$M = e.getMonth(), this.$D = e.getDate(), this.$W = e.getDay(), this.$H = e.getHours(), this.$m = e.getMinutes(), this.$s = e.getSeconds(), this.$ms = e.getMilliseconds();
|
|
536
|
+
}, _.$utils = function() {
|
|
537
|
+
return T;
|
|
538
|
+
}, _.isValid = function() {
|
|
539
|
+
return this.$d.toString() !== p;
|
|
540
|
+
}, _.isSame = function(e, t) {
|
|
541
|
+
var n = w(e);
|
|
542
|
+
return this.startOf(t) <= n && n <= this.endOf(t);
|
|
543
|
+
}, _.isAfter = function(e, t) {
|
|
544
|
+
return w(e) < this.startOf(t);
|
|
545
|
+
}, _.isBefore = function(e, t) {
|
|
546
|
+
return this.endOf(t) < w(e);
|
|
547
|
+
}, _.$g = function(e, t, n) {
|
|
548
|
+
return T.u(e) ? this[t] : this.set(n, e);
|
|
549
|
+
}, _.unix = function() {
|
|
550
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
551
|
+
}, _.valueOf = function() {
|
|
552
|
+
return this.$d.getTime();
|
|
553
|
+
}, _.startOf = function(e, t) {
|
|
554
|
+
var n = this, r = !!T.u(t) || t, u = T.p(e), p = function(e, t) {
|
|
555
|
+
var i = T.w(n.$u ? Date.UTC(n.$y, t, e) : new Date(n.$y, t, e), n);
|
|
556
|
+
return r ? i : i.endOf(s);
|
|
557
|
+
}, m = function(e, t) {
|
|
558
|
+
return T.w(n.toDate()[e].apply(n.toDate("s"), (r ? [
|
|
559
|
+
0,
|
|
560
|
+
0,
|
|
561
|
+
0,
|
|
562
|
+
0
|
|
563
|
+
] : [
|
|
564
|
+
23,
|
|
565
|
+
59,
|
|
566
|
+
59,
|
|
567
|
+
999
|
|
568
|
+
]).slice(t)), n);
|
|
569
|
+
}, h = this.$W, g = this.$M, _ = this.$D, v = "set" + (this.$u ? "UTC" : "");
|
|
570
|
+
switch (u) {
|
|
571
|
+
case d: return r ? p(1, 0) : p(31, 11);
|
|
572
|
+
case l: return r ? p(1, g) : p(0, g + 1);
|
|
573
|
+
case c:
|
|
574
|
+
var y = this.$locale().weekStart || 0, b = (h < y ? h + 7 : h) - y;
|
|
575
|
+
return p(r ? _ - b : _ + (6 - b), g);
|
|
576
|
+
case s:
|
|
577
|
+
case f: return m(v + "Hours", 0);
|
|
578
|
+
case o: return m(v + "Minutes", 1);
|
|
579
|
+
case a: return m(v + "Seconds", 2);
|
|
580
|
+
case i: return m(v + "Milliseconds", 3);
|
|
581
|
+
default: return this.clone();
|
|
582
|
+
}
|
|
583
|
+
}, _.endOf = function(e) {
|
|
584
|
+
return this.startOf(e, !1);
|
|
585
|
+
}, _.$set = function(e, t) {
|
|
586
|
+
var n, c = T.p(e), u = "set" + (this.$u ? "UTC" : ""), p = (n = {}, n[s] = u + "Date", n[f] = u + "Date", n[l] = u + "Month", n[d] = u + "FullYear", n[o] = u + "Hours", n[a] = u + "Minutes", n[i] = u + "Seconds", n[r] = u + "Milliseconds", n)[c], m = c === s ? this.$D + (t - this.$W) : t;
|
|
587
|
+
if (c === l || c === d) {
|
|
588
|
+
var h = this.clone().set(f, 1);
|
|
589
|
+
h.$d[p](m), h.init(), this.$d = h.set(f, Math.min(this.$D, h.daysInMonth())).$d;
|
|
590
|
+
} else p && this.$d[p](m);
|
|
591
|
+
return this.init(), this;
|
|
592
|
+
}, _.set = function(e, t) {
|
|
593
|
+
return this.clone().$set(e, t);
|
|
594
|
+
}, _.get = function(e) {
|
|
595
|
+
return this[T.p(e)]();
|
|
596
|
+
}, _.add = function(r, u) {
|
|
597
|
+
var f, p = this;
|
|
598
|
+
r = Number(r);
|
|
599
|
+
var m = T.p(u), h = function(e) {
|
|
600
|
+
var t = w(p);
|
|
601
|
+
return T.w(t.date(t.date() + Math.round(e * r)), p);
|
|
602
|
+
};
|
|
603
|
+
if (m === l) return this.set(l, this.$M + r);
|
|
604
|
+
if (m === d) return this.set(d, this.$y + r);
|
|
605
|
+
if (m === s) return h(1);
|
|
606
|
+
if (m === c) return h(7);
|
|
607
|
+
var g = (f = {}, f[a] = t, f[o] = n, f[i] = e, f)[m] || 1, _ = this.$d.getTime() + r * g;
|
|
608
|
+
return T.w(_, this);
|
|
609
|
+
}, _.subtract = function(e, t) {
|
|
610
|
+
return this.add(-1 * e, t);
|
|
611
|
+
}, _.format = function(e) {
|
|
612
|
+
var t = this, n = this.$locale();
|
|
613
|
+
if (!this.isValid()) return n.invalidDate || p;
|
|
614
|
+
var r = e || "YYYY-MM-DDTHH:mm:ssZ", i = T.z(this), a = this.$H, o = this.$m, s = this.$M, c = n.weekdays, l = n.months, u = n.meridiem, d = function(e, n, i, a) {
|
|
615
|
+
return e && (e[n] || e(t, r)) || i[n].slice(0, a);
|
|
616
|
+
}, f = function(e) {
|
|
617
|
+
return T.s(a % 12 || 12, e, "0");
|
|
618
|
+
}, m = u || function(e, t, n) {
|
|
619
|
+
var r = e < 12 ? "AM" : "PM";
|
|
620
|
+
return n ? r.toLowerCase() : r;
|
|
621
|
+
};
|
|
622
|
+
return r.replace(h, (function(e, r) {
|
|
623
|
+
return r || function(e) {
|
|
624
|
+
switch (e) {
|
|
625
|
+
case "YY": return String(t.$y).slice(-2);
|
|
626
|
+
case "YYYY": return T.s(t.$y, 4, "0");
|
|
627
|
+
case "M": return s + 1;
|
|
628
|
+
case "MM": return T.s(s + 1, 2, "0");
|
|
629
|
+
case "MMM": return d(n.monthsShort, s, l, 3);
|
|
630
|
+
case "MMMM": return d(l, s);
|
|
631
|
+
case "D": return t.$D;
|
|
632
|
+
case "DD": return T.s(t.$D, 2, "0");
|
|
633
|
+
case "d": return String(t.$W);
|
|
634
|
+
case "dd": return d(n.weekdaysMin, t.$W, c, 2);
|
|
635
|
+
case "ddd": return d(n.weekdaysShort, t.$W, c, 3);
|
|
636
|
+
case "dddd": return c[t.$W];
|
|
637
|
+
case "H": return String(a);
|
|
638
|
+
case "HH": return T.s(a, 2, "0");
|
|
639
|
+
case "h": return f(1);
|
|
640
|
+
case "hh": return f(2);
|
|
641
|
+
case "a": return m(a, o, !0);
|
|
642
|
+
case "A": return m(a, o, !1);
|
|
643
|
+
case "m": return String(o);
|
|
644
|
+
case "mm": return T.s(o, 2, "0");
|
|
645
|
+
case "s": return String(t.$s);
|
|
646
|
+
case "ss": return T.s(t.$s, 2, "0");
|
|
647
|
+
case "SSS": return T.s(t.$ms, 3, "0");
|
|
648
|
+
case "Z": return i;
|
|
649
|
+
}
|
|
650
|
+
return null;
|
|
651
|
+
}(e) || i.replace(":", "");
|
|
652
|
+
}));
|
|
653
|
+
}, _.utcOffset = function() {
|
|
654
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
655
|
+
}, _.diff = function(r, f, p) {
|
|
656
|
+
var m, h = this, g = T.p(f), _ = w(r), v = (_.utcOffset() - this.utcOffset()) * t, y = this - _, b = function() {
|
|
657
|
+
return T.m(h, _);
|
|
658
|
+
};
|
|
659
|
+
switch (g) {
|
|
660
|
+
case d:
|
|
661
|
+
m = b() / 12;
|
|
662
|
+
break;
|
|
663
|
+
case l:
|
|
664
|
+
m = b();
|
|
665
|
+
break;
|
|
666
|
+
case u:
|
|
667
|
+
m = b() / 3;
|
|
668
|
+
break;
|
|
669
|
+
case c:
|
|
670
|
+
m = (y - v) / 6048e5;
|
|
671
|
+
break;
|
|
672
|
+
case s:
|
|
673
|
+
m = (y - v) / 864e5;
|
|
674
|
+
break;
|
|
675
|
+
case o:
|
|
676
|
+
m = y / n;
|
|
677
|
+
break;
|
|
678
|
+
case a:
|
|
679
|
+
m = y / t;
|
|
680
|
+
break;
|
|
681
|
+
case i:
|
|
682
|
+
m = y / e;
|
|
683
|
+
break;
|
|
684
|
+
default: m = y;
|
|
685
|
+
}
|
|
686
|
+
return p ? m : T.a(m);
|
|
687
|
+
}, _.daysInMonth = function() {
|
|
688
|
+
return this.endOf(l).$D;
|
|
689
|
+
}, _.$locale = function() {
|
|
690
|
+
return b[this.$L];
|
|
691
|
+
}, _.locale = function(e, t) {
|
|
692
|
+
if (!e) return this.$L;
|
|
693
|
+
var n = this.clone(), r = C(e, t, !0);
|
|
694
|
+
return r && (n.$L = r), n;
|
|
695
|
+
}, _.clone = function() {
|
|
696
|
+
return T.w(this.$d, this);
|
|
697
|
+
}, _.toDate = function() {
|
|
698
|
+
return new Date(this.valueOf());
|
|
699
|
+
}, _.toJSON = function() {
|
|
700
|
+
return this.isValid() ? this.toISOString() : null;
|
|
701
|
+
}, _.toISOString = function() {
|
|
702
|
+
return this.$d.toISOString();
|
|
703
|
+
}, _.toString = function() {
|
|
704
|
+
return this.$d.toUTCString();
|
|
705
|
+
}, g;
|
|
706
|
+
}(), E = ee.prototype;
|
|
707
|
+
return w.prototype = E, [
|
|
708
|
+
["$ms", r],
|
|
709
|
+
["$s", i],
|
|
710
|
+
["$m", a],
|
|
711
|
+
["$H", o],
|
|
712
|
+
["$W", s],
|
|
713
|
+
["$M", l],
|
|
714
|
+
["$y", d],
|
|
715
|
+
["$D", f]
|
|
716
|
+
].forEach((function(e) {
|
|
717
|
+
E[e[1]] = function(t) {
|
|
718
|
+
return this.$g(t, e[0], e[1]);
|
|
719
|
+
};
|
|
720
|
+
})), w.extend = function(e, t) {
|
|
721
|
+
return e.$i ||= (e(t, ee, w), !0), w;
|
|
722
|
+
}, w.locale = C, w.isDayjs = S, w.unix = function(e) {
|
|
723
|
+
return w(1e3 * e);
|
|
724
|
+
}, w.en = b[y], w.Ls = b, w.p = {}, w;
|
|
725
|
+
}));
|
|
726
|
+
var be = (ve.exports == null ? {} : ve.exports).default || ve.exports, xe = {};
|
|
727
|
+
function Se(e) {
|
|
728
|
+
let t = xe[e];
|
|
729
|
+
if (t) return t;
|
|
730
|
+
t = xe[e] = [];
|
|
731
|
+
for (let e = 0; e < 128; e++) {
|
|
732
|
+
let n = String.fromCharCode(e);
|
|
733
|
+
t.push(n);
|
|
734
|
+
}
|
|
735
|
+
for (let n = 0; n < e.length; n++) {
|
|
736
|
+
let r = e.charCodeAt(n);
|
|
737
|
+
t[r] = "%" + ("0" + r.toString(16).toUpperCase()).slice(-2);
|
|
738
|
+
}
|
|
739
|
+
return t;
|
|
740
|
+
}
|
|
741
|
+
function Ce(e, t) {
|
|
742
|
+
typeof t != "string" && (t = Ce.defaultChars);
|
|
743
|
+
let n = Se(t);
|
|
744
|
+
return e.replace(/(%[a-f0-9]{2})+/gi, function(e) {
|
|
745
|
+
let t = "";
|
|
746
|
+
for (let r = 0, i = e.length; r < i; r += 3) {
|
|
747
|
+
let a = parseInt(e.slice(r + 1, r + 3), 16);
|
|
748
|
+
if (a < 128) {
|
|
749
|
+
t += n[a];
|
|
750
|
+
continue;
|
|
751
|
+
}
|
|
752
|
+
if ((a & 224) == 192 && r + 3 < i) {
|
|
753
|
+
let n = parseInt(e.slice(r + 4, r + 6), 16);
|
|
754
|
+
if ((n & 192) == 128) {
|
|
755
|
+
let e = a << 6 & 1984 | n & 63;
|
|
756
|
+
e < 128 ? t += "��" : t += String.fromCharCode(e), r += 3;
|
|
757
|
+
continue;
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
if ((a & 240) == 224 && r + 6 < i) {
|
|
761
|
+
let n = parseInt(e.slice(r + 4, r + 6), 16), i = parseInt(e.slice(r + 7, r + 9), 16);
|
|
762
|
+
if ((n & 192) == 128 && (i & 192) == 128) {
|
|
763
|
+
let e = a << 12 & 61440 | n << 6 & 4032 | i & 63;
|
|
764
|
+
e < 2048 || e >= 55296 && e <= 57343 ? t += "���" : t += String.fromCharCode(e), r += 6;
|
|
765
|
+
continue;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
if ((a & 248) == 240 && r + 9 < i) {
|
|
769
|
+
let n = parseInt(e.slice(r + 4, r + 6), 16), i = parseInt(e.slice(r + 7, r + 9), 16), o = parseInt(e.slice(r + 10, r + 12), 16);
|
|
770
|
+
if ((n & 192) == 128 && (i & 192) == 128 && (o & 192) == 128) {
|
|
771
|
+
let e = a << 18 & 1835008 | n << 12 & 258048 | i << 6 & 4032 | o & 63;
|
|
772
|
+
e < 65536 || e > 1114111 ? t += "����" : (e -= 65536, t += String.fromCharCode(55296 + (e >> 10), 56320 + (e & 1023))), r += 9;
|
|
773
|
+
continue;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
t += "�";
|
|
777
|
+
}
|
|
778
|
+
return t;
|
|
779
|
+
});
|
|
780
|
+
}
|
|
781
|
+
Ce.defaultChars = ";/?:@&=+$,#", Ce.componentChars = "";
|
|
782
|
+
//#endregion
|
|
783
|
+
//#region node_modules/.store/mdurl@2.1.0/node_modules/mdurl/lib/encode.mjs
|
|
784
|
+
var we = {};
|
|
785
|
+
function Te(e) {
|
|
786
|
+
let t = we[e];
|
|
787
|
+
if (t) return t;
|
|
788
|
+
t = we[e] = [];
|
|
789
|
+
for (let e = 0; e < 128; e++) {
|
|
790
|
+
let n = String.fromCharCode(e);
|
|
791
|
+
/^[0-9a-z]$/i.test(n) ? t.push(n) : t.push("%" + ("0" + e.toString(16).toUpperCase()).slice(-2));
|
|
792
|
+
}
|
|
793
|
+
for (let n = 0; n < e.length; n++) t[e.charCodeAt(n)] = e[n];
|
|
794
|
+
return t;
|
|
795
|
+
}
|
|
796
|
+
function Ee(e, t, n) {
|
|
797
|
+
typeof t != "string" && (n = t, t = Ee.defaultChars), n === void 0 && (n = !0);
|
|
798
|
+
let r = Te(t), i = "";
|
|
799
|
+
for (let t = 0, a = e.length; t < a; t++) {
|
|
800
|
+
let o = e.charCodeAt(t);
|
|
801
|
+
if (n && o === 37 && t + 2 < a && /^[0-9a-f]{2}$/i.test(e.slice(t + 1, t + 3))) {
|
|
802
|
+
i += e.slice(t, t + 3), t += 2;
|
|
803
|
+
continue;
|
|
804
|
+
}
|
|
805
|
+
if (o < 128) {
|
|
806
|
+
i += r[o];
|
|
807
|
+
continue;
|
|
808
|
+
}
|
|
809
|
+
if (o >= 55296 && o <= 57343) {
|
|
810
|
+
if (o >= 55296 && o <= 56319 && t + 1 < a) {
|
|
811
|
+
let n = e.charCodeAt(t + 1);
|
|
812
|
+
if (n >= 56320 && n <= 57343) {
|
|
813
|
+
i += encodeURIComponent(e[t] + e[t + 1]), t++;
|
|
814
|
+
continue;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
i += "%EF%BF%BD";
|
|
818
|
+
continue;
|
|
819
|
+
}
|
|
820
|
+
i += encodeURIComponent(e[t]);
|
|
821
|
+
}
|
|
822
|
+
return i;
|
|
823
|
+
}
|
|
824
|
+
Ee.defaultChars = ";/?:@&=+$,-_.!~*'()#", Ee.componentChars = "-_.!~*'()";
|
|
825
|
+
//#endregion
|
|
826
|
+
//#region node_modules/.store/mdurl@2.1.0/node_modules/mdurl/lib/format.mjs
|
|
827
|
+
function De(e) {
|
|
828
|
+
let t = "";
|
|
829
|
+
return t += e.protocol || "", t += e.slashes ? "//" : "", t += e.auth ? e.auth + "@" : "", e.hostname && e.hostname.indexOf(":") !== -1 ? t += "[" + e.hostname + "]" : t += e.hostname || "", t += e.port ? ":" + e.port : "", t += e.pathname || "", t += e.search || "", t += e.hash || "", t;
|
|
830
|
+
}
|
|
831
|
+
//#endregion
|
|
832
|
+
//#region node_modules/.store/mdurl@2.1.0/node_modules/mdurl/lib/parse.mjs
|
|
833
|
+
function Oe() {
|
|
834
|
+
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
835
|
+
}
|
|
836
|
+
var ke = /^([a-z0-9.+-]+:)/i, Ae = /:[0-9]*$/, je = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Me = [
|
|
837
|
+
"%",
|
|
838
|
+
"/",
|
|
839
|
+
"?",
|
|
840
|
+
";",
|
|
841
|
+
"#",
|
|
842
|
+
"'",
|
|
843
|
+
"{",
|
|
844
|
+
"}",
|
|
845
|
+
"|",
|
|
846
|
+
"\\",
|
|
847
|
+
"^",
|
|
848
|
+
"`",
|
|
849
|
+
"<",
|
|
850
|
+
">",
|
|
851
|
+
"\"",
|
|
852
|
+
"`",
|
|
853
|
+
" ",
|
|
854
|
+
"\r",
|
|
855
|
+
"\n",
|
|
856
|
+
" "
|
|
857
|
+
], Ne = [
|
|
858
|
+
"/",
|
|
859
|
+
"?",
|
|
860
|
+
"#"
|
|
861
|
+
], Pe = 255, Fe = /^[+a-z0-9A-Z_-]{0,63}$/, Ie = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Le = {
|
|
862
|
+
javascript: !0,
|
|
863
|
+
"javascript:": !0
|
|
864
|
+
}, Re = {
|
|
865
|
+
http: !0,
|
|
866
|
+
https: !0,
|
|
867
|
+
ftp: !0,
|
|
868
|
+
gopher: !0,
|
|
869
|
+
file: !0,
|
|
870
|
+
"http:": !0,
|
|
871
|
+
"https:": !0,
|
|
872
|
+
"ftp:": !0,
|
|
873
|
+
"gopher:": !0,
|
|
874
|
+
"file:": !0
|
|
875
|
+
};
|
|
876
|
+
function ze(e, t) {
|
|
877
|
+
if (e && e instanceof Oe) return e;
|
|
878
|
+
let n = new Oe();
|
|
879
|
+
return n.parse(e, t), n;
|
|
880
|
+
}
|
|
881
|
+
Oe.prototype.parse = function(e, t) {
|
|
882
|
+
let n, r, i, a = e;
|
|
883
|
+
if (a = a.trim(), !t && e.split("#").length === 1) {
|
|
884
|
+
let e = je.exec(a);
|
|
885
|
+
if (e) return this.pathname = e[1], e[2] && (this.search = e[2]), this;
|
|
886
|
+
}
|
|
887
|
+
let o = ke.exec(a);
|
|
888
|
+
if (o && (o = o[0], n = o.toLowerCase(), this.protocol = o, a = a.substr(o.length)), (t || o || a.match(/^\/\/[^@\/]+@[^@\/]+/)) && (i = a.substr(0, 2) === "//", i && !(o && Le[o]) && (a = a.substr(2), this.slashes = !0)), !Le[o] && (i || o && !Re[o])) {
|
|
889
|
+
let e = -1;
|
|
890
|
+
for (let t = 0; t < Ne.length; t++) r = a.indexOf(Ne[t]), r !== -1 && (e === -1 || r < e) && (e = r);
|
|
891
|
+
let t, n;
|
|
892
|
+
n = e === -1 ? a.lastIndexOf("@") : a.lastIndexOf("@", e), n !== -1 && (t = a.slice(0, n), a = a.slice(n + 1), this.auth = t), e = -1;
|
|
893
|
+
for (let t = 0; t < Me.length; t++) r = a.indexOf(Me[t]), r !== -1 && (e === -1 || r < e) && (e = r);
|
|
894
|
+
e === -1 && (e = a.length), a[e - 1] === ":" && e--;
|
|
895
|
+
let i = a.slice(0, e);
|
|
896
|
+
a = a.slice(e), this.parseHost(i), this.hostname = this.hostname || "";
|
|
897
|
+
let o = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
898
|
+
if (!o) {
|
|
899
|
+
let e = this.hostname.split(/\./);
|
|
900
|
+
for (let t = 0, n = e.length; t < n; t++) {
|
|
901
|
+
let n = e[t];
|
|
902
|
+
if (n && !n.match(Fe)) {
|
|
903
|
+
let r = "";
|
|
904
|
+
for (let e = 0, t = n.length; e < t; e++) n.charCodeAt(e) > 127 ? r += "x" : r += n[e];
|
|
905
|
+
if (!r.match(Fe)) {
|
|
906
|
+
let r = e.slice(0, t), i = e.slice(t + 1), o = n.match(Ie);
|
|
907
|
+
o && (r.push(o[1]), i.unshift(o[2])), i.length && (a = i.join(".") + a), this.hostname = r.join(".");
|
|
908
|
+
break;
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
this.hostname.length > Pe && (this.hostname = ""), o && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
914
|
+
}
|
|
915
|
+
let s = a.indexOf("#");
|
|
916
|
+
s !== -1 && (this.hash = a.substr(s), a = a.slice(0, s));
|
|
917
|
+
let c = a.indexOf("?");
|
|
918
|
+
return c !== -1 && (this.search = a.substr(c), a = a.slice(0, c)), a && (this.pathname = a), Re[n] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
919
|
+
}, Oe.prototype.parseHost = function(e) {
|
|
920
|
+
let t = Ae.exec(e);
|
|
921
|
+
t && (t = t[0], t !== ":" && (this.port = t.substr(1)), e = e.substr(0, e.length - t.length)), e && (this.hostname = e);
|
|
922
|
+
};
|
|
923
|
+
//#endregion
|
|
924
|
+
//#region node_modules/.store/mdurl@2.1.0/node_modules/mdurl/index.mjs
|
|
925
|
+
var Be = /* @__PURE__ */ E({
|
|
926
|
+
decode: () => Ce,
|
|
927
|
+
encode: () => Ee,
|
|
928
|
+
format: () => De,
|
|
929
|
+
parse: () => ze
|
|
930
|
+
}), Ve = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, He = /[\0-\x1F\x7F-\x9F]/, Ue = /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/, We = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/, Ge = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/, Ke = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, qe = /* @__PURE__ */ E({
|
|
931
|
+
Any: () => Ve,
|
|
932
|
+
Cc: () => He,
|
|
933
|
+
Cf: () => Ue,
|
|
934
|
+
P: () => We,
|
|
935
|
+
S: () => Ge,
|
|
936
|
+
Z: () => Ke
|
|
937
|
+
}), Je = new Uint16Array("ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻\"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻\xA0ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌".split("").map((e) => e.charCodeAt(0))), Ye = new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))), Xe = /* @__PURE__ */ new Map([
|
|
938
|
+
[0, 65533],
|
|
939
|
+
[128, 8364],
|
|
940
|
+
[130, 8218],
|
|
941
|
+
[131, 402],
|
|
942
|
+
[132, 8222],
|
|
943
|
+
[133, 8230],
|
|
944
|
+
[134, 8224],
|
|
945
|
+
[135, 8225],
|
|
946
|
+
[136, 710],
|
|
947
|
+
[137, 8240],
|
|
948
|
+
[138, 352],
|
|
949
|
+
[139, 8249],
|
|
950
|
+
[140, 338],
|
|
951
|
+
[142, 381],
|
|
952
|
+
[145, 8216],
|
|
953
|
+
[146, 8217],
|
|
954
|
+
[147, 8220],
|
|
955
|
+
[148, 8221],
|
|
956
|
+
[149, 8226],
|
|
957
|
+
[150, 8211],
|
|
958
|
+
[151, 8212],
|
|
959
|
+
[152, 732],
|
|
960
|
+
[153, 8482],
|
|
961
|
+
[154, 353],
|
|
962
|
+
[155, 8250],
|
|
963
|
+
[156, 339],
|
|
964
|
+
[158, 382],
|
|
965
|
+
[159, 376]
|
|
966
|
+
]), Ze = String.fromCodePoint ?? function(e) {
|
|
967
|
+
let t = "";
|
|
968
|
+
return e > 65535 && (e -= 65536, t += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), t += String.fromCharCode(e), t;
|
|
969
|
+
};
|
|
970
|
+
function Qe(e) {
|
|
971
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : Xe.get(e) ?? e;
|
|
972
|
+
}
|
|
973
|
+
//#endregion
|
|
974
|
+
//#region node_modules/.store/entities@4.5.0/node_modules/entities/lib/esm/decode.js
|
|
975
|
+
var A;
|
|
976
|
+
(function(e) {
|
|
977
|
+
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
978
|
+
})(A ||= {});
|
|
979
|
+
var $e = 32, et;
|
|
980
|
+
(function(e) {
|
|
981
|
+
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
982
|
+
})(et ||= {});
|
|
983
|
+
function tt(e) {
|
|
984
|
+
return e >= A.ZERO && e <= A.NINE;
|
|
985
|
+
}
|
|
986
|
+
function nt(e) {
|
|
987
|
+
return e >= A.UPPER_A && e <= A.UPPER_F || e >= A.LOWER_A && e <= A.LOWER_F;
|
|
988
|
+
}
|
|
989
|
+
function rt(e) {
|
|
990
|
+
return e >= A.UPPER_A && e <= A.UPPER_Z || e >= A.LOWER_A && e <= A.LOWER_Z || tt(e);
|
|
991
|
+
}
|
|
992
|
+
function it(e) {
|
|
993
|
+
return e === A.EQUALS || rt(e);
|
|
994
|
+
}
|
|
995
|
+
var j;
|
|
996
|
+
(function(e) {
|
|
997
|
+
e[e.EntityStart = 0] = "EntityStart", e[e.NumericStart = 1] = "NumericStart", e[e.NumericDecimal = 2] = "NumericDecimal", e[e.NumericHex = 3] = "NumericHex", e[e.NamedEntity = 4] = "NamedEntity";
|
|
998
|
+
})(j ||= {});
|
|
999
|
+
var M;
|
|
1000
|
+
(function(e) {
|
|
1001
|
+
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
1002
|
+
})(M ||= {});
|
|
1003
|
+
var at = class {
|
|
1004
|
+
constructor(e, t, n) {
|
|
1005
|
+
this.decodeTree = e, this.emitCodePoint = t, this.errors = n, this.state = j.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = M.Strict;
|
|
1006
|
+
}
|
|
1007
|
+
startEntity(e) {
|
|
1008
|
+
this.decodeMode = e, this.state = j.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
1009
|
+
}
|
|
1010
|
+
write(e, t) {
|
|
1011
|
+
switch (this.state) {
|
|
1012
|
+
case j.EntityStart: return e.charCodeAt(t) === A.NUM ? (this.state = j.NumericStart, this.consumed += 1, this.stateNumericStart(e, t + 1)) : (this.state = j.NamedEntity, this.stateNamedEntity(e, t));
|
|
1013
|
+
case j.NumericStart: return this.stateNumericStart(e, t);
|
|
1014
|
+
case j.NumericDecimal: return this.stateNumericDecimal(e, t);
|
|
1015
|
+
case j.NumericHex: return this.stateNumericHex(e, t);
|
|
1016
|
+
case j.NamedEntity: return this.stateNamedEntity(e, t);
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
stateNumericStart(e, t) {
|
|
1020
|
+
return t >= e.length ? -1 : (e.charCodeAt(t) | $e) === A.LOWER_X ? (this.state = j.NumericHex, this.consumed += 1, this.stateNumericHex(e, t + 1)) : (this.state = j.NumericDecimal, this.stateNumericDecimal(e, t));
|
|
1021
|
+
}
|
|
1022
|
+
addToNumericResult(e, t, n, r) {
|
|
1023
|
+
if (t !== n) {
|
|
1024
|
+
let i = n - t;
|
|
1025
|
+
this.result = this.result * r ** +i + parseInt(e.substr(t, i), r), this.consumed += i;
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
stateNumericHex(e, t) {
|
|
1029
|
+
let n = t;
|
|
1030
|
+
for (; t < e.length;) {
|
|
1031
|
+
let r = e.charCodeAt(t);
|
|
1032
|
+
if (tt(r) || nt(r)) t += 1;
|
|
1033
|
+
else return this.addToNumericResult(e, n, t, 16), this.emitNumericEntity(r, 3);
|
|
1034
|
+
}
|
|
1035
|
+
return this.addToNumericResult(e, n, t, 16), -1;
|
|
1036
|
+
}
|
|
1037
|
+
stateNumericDecimal(e, t) {
|
|
1038
|
+
let n = t;
|
|
1039
|
+
for (; t < e.length;) {
|
|
1040
|
+
let r = e.charCodeAt(t);
|
|
1041
|
+
if (tt(r)) t += 1;
|
|
1042
|
+
else return this.addToNumericResult(e, n, t, 10), this.emitNumericEntity(r, 2);
|
|
1043
|
+
}
|
|
1044
|
+
return this.addToNumericResult(e, n, t, 10), -1;
|
|
1045
|
+
}
|
|
1046
|
+
emitNumericEntity(e, t) {
|
|
1047
|
+
var n;
|
|
1048
|
+
if (this.consumed <= t) return (n = this.errors) == null || n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
1049
|
+
if (e === A.SEMI) this.consumed += 1;
|
|
1050
|
+
else if (this.decodeMode === M.Strict) return 0;
|
|
1051
|
+
return this.emitCodePoint(Qe(this.result), this.consumed), this.errors && (e !== A.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
1052
|
+
}
|
|
1053
|
+
stateNamedEntity(e, t) {
|
|
1054
|
+
let { decodeTree: n } = this, r = n[this.treeIndex], i = (r & et.VALUE_LENGTH) >> 14;
|
|
1055
|
+
for (; t < e.length; t++, this.excess++) {
|
|
1056
|
+
let a = e.charCodeAt(t);
|
|
1057
|
+
if (this.treeIndex = st(n, r, this.treeIndex + Math.max(1, i), a), this.treeIndex < 0) return this.result === 0 || this.decodeMode === M.Attribute && (i === 0 || it(a)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
1058
|
+
if (r = n[this.treeIndex], i = (r & et.VALUE_LENGTH) >> 14, i !== 0) {
|
|
1059
|
+
if (a === A.SEMI) return this.emitNamedEntityData(this.treeIndex, i, this.consumed + this.excess);
|
|
1060
|
+
this.decodeMode !== M.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
return -1;
|
|
1064
|
+
}
|
|
1065
|
+
emitNotTerminatedNamedEntity() {
|
|
1066
|
+
var e;
|
|
1067
|
+
let { result: t, decodeTree: n } = this, r = (n[t] & et.VALUE_LENGTH) >> 14;
|
|
1068
|
+
return this.emitNamedEntityData(t, r, this.consumed), (e = this.errors) == null || e.missingSemicolonAfterCharacterReference(), this.consumed;
|
|
1069
|
+
}
|
|
1070
|
+
emitNamedEntityData(e, t, n) {
|
|
1071
|
+
let { decodeTree: r } = this;
|
|
1072
|
+
return this.emitCodePoint(t === 1 ? r[e] & ~et.VALUE_LENGTH : r[e + 1], n), t === 3 && this.emitCodePoint(r[e + 2], n), n;
|
|
1073
|
+
}
|
|
1074
|
+
end() {
|
|
1075
|
+
var e;
|
|
1076
|
+
switch (this.state) {
|
|
1077
|
+
case j.NamedEntity: return this.result !== 0 && (this.decodeMode !== M.Attribute || this.result === this.treeIndex) ? this.emitNotTerminatedNamedEntity() : 0;
|
|
1078
|
+
case j.NumericDecimal: return this.emitNumericEntity(0, 2);
|
|
1079
|
+
case j.NumericHex: return this.emitNumericEntity(0, 3);
|
|
1080
|
+
case j.NumericStart: return (e = this.errors) == null || e.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
1081
|
+
case j.EntityStart: return 0;
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
};
|
|
1085
|
+
function ot(e) {
|
|
1086
|
+
let t = "", n = new at(e, (e) => t += Ze(e));
|
|
1087
|
+
return function(e, r) {
|
|
1088
|
+
let i = 0, a = 0;
|
|
1089
|
+
for (; (a = e.indexOf("&", a)) >= 0;) {
|
|
1090
|
+
t += e.slice(i, a), n.startEntity(r);
|
|
1091
|
+
let o = n.write(e, a + 1);
|
|
1092
|
+
if (o < 0) {
|
|
1093
|
+
i = a + n.end();
|
|
1094
|
+
break;
|
|
1095
|
+
}
|
|
1096
|
+
i = a + o, a = o === 0 ? i + 1 : i;
|
|
1097
|
+
}
|
|
1098
|
+
let o = t + e.slice(i);
|
|
1099
|
+
return t = "", o;
|
|
1100
|
+
};
|
|
1101
|
+
}
|
|
1102
|
+
function st(e, t, n, r) {
|
|
1103
|
+
let i = (t & et.BRANCH_LENGTH) >> 7, a = t & et.JUMP_TABLE;
|
|
1104
|
+
if (i === 0) return a !== 0 && r === a ? n : -1;
|
|
1105
|
+
if (a) {
|
|
1106
|
+
let t = r - a;
|
|
1107
|
+
return t < 0 || t >= i ? -1 : e[n + t] - 1;
|
|
1108
|
+
}
|
|
1109
|
+
let o = n, s = o + i - 1;
|
|
1110
|
+
for (; o <= s;) {
|
|
1111
|
+
let t = o + s >>> 1, n = e[t];
|
|
1112
|
+
if (n < r) o = t + 1;
|
|
1113
|
+
else if (n > r) s = t - 1;
|
|
1114
|
+
else return e[t + i];
|
|
1115
|
+
}
|
|
1116
|
+
return -1;
|
|
1117
|
+
}
|
|
1118
|
+
var ct = ot(Je);
|
|
1119
|
+
ot(Ye);
|
|
1120
|
+
function lt(e, t = M.Legacy) {
|
|
1121
|
+
return ct(e, t);
|
|
1122
|
+
}
|
|
1123
|
+
function ut(e) {
|
|
1124
|
+
return ct(e, M.Strict);
|
|
1125
|
+
}
|
|
1126
|
+
//#endregion
|
|
1127
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/common/utils.mjs
|
|
1128
|
+
var dt = /* @__PURE__ */ E({
|
|
1129
|
+
arrayReplaceAt: () => _t,
|
|
1130
|
+
asciiTrim: () => Rt,
|
|
1131
|
+
assign: () => gt,
|
|
1132
|
+
escapeHtml: () => N,
|
|
1133
|
+
escapeRE: () => jt,
|
|
1134
|
+
fromCodePoint: () => yt,
|
|
1135
|
+
has: () => ht,
|
|
1136
|
+
isMdAsciiPunct: () => Ft,
|
|
1137
|
+
isPunctChar: () => Nt,
|
|
1138
|
+
isPunctCharCode: () => Pt,
|
|
1139
|
+
isSpace: () => P,
|
|
1140
|
+
isString: () => pt,
|
|
1141
|
+
isValidEntityCode: () => vt,
|
|
1142
|
+
isWhiteSpace: () => Mt,
|
|
1143
|
+
lib: () => zt,
|
|
1144
|
+
normalizeReference: () => It,
|
|
1145
|
+
unescapeAll: () => Tt,
|
|
1146
|
+
unescapeMd: () => wt
|
|
1147
|
+
});
|
|
1148
|
+
function ft(e) {
|
|
1149
|
+
return Object.prototype.toString.call(e);
|
|
1150
|
+
}
|
|
1151
|
+
function pt(e) {
|
|
1152
|
+
return ft(e) === "[object String]";
|
|
1153
|
+
}
|
|
1154
|
+
var mt = Object.prototype.hasOwnProperty;
|
|
1155
|
+
function ht(e, t) {
|
|
1156
|
+
return mt.call(e, t);
|
|
1157
|
+
}
|
|
1158
|
+
function gt(e) {
|
|
1159
|
+
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
1160
|
+
if (t) {
|
|
1161
|
+
if (typeof t != "object") throw TypeError(t + "must be object");
|
|
1162
|
+
Object.keys(t).forEach(function(n) {
|
|
1163
|
+
e[n] = t[n];
|
|
1164
|
+
});
|
|
1165
|
+
}
|
|
1166
|
+
}), e;
|
|
1167
|
+
}
|
|
1168
|
+
function _t(e, t, n) {
|
|
1169
|
+
return [].concat(e.slice(0, t), n, e.slice(t + 1));
|
|
1170
|
+
}
|
|
1171
|
+
function vt(e) {
|
|
1172
|
+
return !(e >= 55296 && e <= 57343 || e >= 64976 && e <= 65007 || (e & 65535) == 65535 || (e & 65535) == 65534 || e >= 0 && e <= 8 || e === 11 || e >= 14 && e <= 31 || e >= 127 && e <= 159 || e > 1114111);
|
|
1173
|
+
}
|
|
1174
|
+
function yt(e) {
|
|
1175
|
+
if (e > 65535) {
|
|
1176
|
+
e -= 65536;
|
|
1177
|
+
let t = 55296 + (e >> 10), n = 56320 + (e & 1023);
|
|
1178
|
+
return String.fromCharCode(t, n);
|
|
1179
|
+
}
|
|
1180
|
+
return String.fromCharCode(e);
|
|
1181
|
+
}
|
|
1182
|
+
var bt = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, xt = RegExp(bt.source + "|&([a-z#][a-z0-9]{1,31});", "gi"), St = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
1183
|
+
function Ct(e, t) {
|
|
1184
|
+
if (t.charCodeAt(0) === 35 && St.test(t)) {
|
|
1185
|
+
let n = t[1].toLowerCase() === "x" ? parseInt(t.slice(2), 16) : parseInt(t.slice(1), 10);
|
|
1186
|
+
return vt(n) ? yt(n) : e;
|
|
1187
|
+
}
|
|
1188
|
+
let n = lt(e);
|
|
1189
|
+
return n === e ? e : n;
|
|
1190
|
+
}
|
|
1191
|
+
function wt(e) {
|
|
1192
|
+
return e.indexOf("\\") < 0 ? e : e.replace(bt, "$1");
|
|
1193
|
+
}
|
|
1194
|
+
function Tt(e) {
|
|
1195
|
+
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(xt, function(e, t, n) {
|
|
1196
|
+
return t || Ct(e, n);
|
|
1197
|
+
});
|
|
1198
|
+
}
|
|
1199
|
+
var Et = /[&<>"]/, Dt = /[&<>"]/g, Ot = {
|
|
1200
|
+
"&": "&",
|
|
1201
|
+
"<": "<",
|
|
1202
|
+
">": ">",
|
|
1203
|
+
"\"": """
|
|
1204
|
+
};
|
|
1205
|
+
function kt(e) {
|
|
1206
|
+
return Ot[e];
|
|
1207
|
+
}
|
|
1208
|
+
function N(e) {
|
|
1209
|
+
return Et.test(e) ? e.replace(Dt, kt) : e;
|
|
1210
|
+
}
|
|
1211
|
+
var At = /[.?*+^$[\]\\(){}|-]/g;
|
|
1212
|
+
function jt(e) {
|
|
1213
|
+
return e.replace(At, "\\$&");
|
|
1214
|
+
}
|
|
1215
|
+
function P(e) {
|
|
1216
|
+
switch (e) {
|
|
1217
|
+
case 9:
|
|
1218
|
+
case 32: return !0;
|
|
1219
|
+
}
|
|
1220
|
+
return !1;
|
|
1221
|
+
}
|
|
1222
|
+
function Mt(e) {
|
|
1223
|
+
if (e >= 8192 && e <= 8202) return !0;
|
|
1224
|
+
switch (e) {
|
|
1225
|
+
case 9:
|
|
1226
|
+
case 10:
|
|
1227
|
+
case 11:
|
|
1228
|
+
case 12:
|
|
1229
|
+
case 13:
|
|
1230
|
+
case 32:
|
|
1231
|
+
case 160:
|
|
1232
|
+
case 5760:
|
|
1233
|
+
case 8239:
|
|
1234
|
+
case 8287:
|
|
1235
|
+
case 12288: return !0;
|
|
1236
|
+
}
|
|
1237
|
+
return !1;
|
|
1238
|
+
}
|
|
1239
|
+
function Nt(e) {
|
|
1240
|
+
return We.test(e) || Ge.test(e);
|
|
1241
|
+
}
|
|
1242
|
+
function Pt(e) {
|
|
1243
|
+
return Nt(yt(e));
|
|
1244
|
+
}
|
|
1245
|
+
function Ft(e) {
|
|
1246
|
+
switch (e) {
|
|
1247
|
+
case 33:
|
|
1248
|
+
case 34:
|
|
1249
|
+
case 35:
|
|
1250
|
+
case 36:
|
|
1251
|
+
case 37:
|
|
1252
|
+
case 38:
|
|
1253
|
+
case 39:
|
|
1254
|
+
case 40:
|
|
1255
|
+
case 41:
|
|
1256
|
+
case 42:
|
|
1257
|
+
case 43:
|
|
1258
|
+
case 44:
|
|
1259
|
+
case 45:
|
|
1260
|
+
case 46:
|
|
1261
|
+
case 47:
|
|
1262
|
+
case 58:
|
|
1263
|
+
case 59:
|
|
1264
|
+
case 60:
|
|
1265
|
+
case 61:
|
|
1266
|
+
case 62:
|
|
1267
|
+
case 63:
|
|
1268
|
+
case 64:
|
|
1269
|
+
case 91:
|
|
1270
|
+
case 92:
|
|
1271
|
+
case 93:
|
|
1272
|
+
case 94:
|
|
1273
|
+
case 95:
|
|
1274
|
+
case 96:
|
|
1275
|
+
case 123:
|
|
1276
|
+
case 124:
|
|
1277
|
+
case 125:
|
|
1278
|
+
case 126: return !0;
|
|
1279
|
+
default: return !1;
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
function It(e) {
|
|
1283
|
+
return e = e.trim().replace(/\s+/g, " "), e.toLowerCase().toUpperCase();
|
|
1284
|
+
}
|
|
1285
|
+
function Lt(e) {
|
|
1286
|
+
return e === 32 || e === 9 || e === 10 || e === 13;
|
|
1287
|
+
}
|
|
1288
|
+
function Rt(e) {
|
|
1289
|
+
let t = 0;
|
|
1290
|
+
for (; t < e.length && Lt(e.charCodeAt(t)); t++);
|
|
1291
|
+
let n = e.length - 1;
|
|
1292
|
+
for (; n >= t && Lt(e.charCodeAt(n)); n--);
|
|
1293
|
+
return e.slice(t, n + 1);
|
|
1294
|
+
}
|
|
1295
|
+
var zt = {
|
|
1296
|
+
mdurl: Be,
|
|
1297
|
+
ucmicro: qe
|
|
1298
|
+
};
|
|
1299
|
+
//#endregion
|
|
1300
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs
|
|
1301
|
+
function Bt(e, t, n) {
|
|
1302
|
+
let r, i, a, o, s = e.posMax, c = e.pos;
|
|
1303
|
+
for (e.pos = t + 1, r = 1; e.pos < s;) {
|
|
1304
|
+
if (a = e.src.charCodeAt(e.pos), a === 93 && (r--, r === 0)) {
|
|
1305
|
+
i = !0;
|
|
1306
|
+
break;
|
|
1307
|
+
}
|
|
1308
|
+
if (o = e.pos, e.md.inline.skipToken(e), a === 91) {
|
|
1309
|
+
if (o === e.pos - 1) r++;
|
|
1310
|
+
else if (n) return e.pos = c, -1;
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
let l = -1;
|
|
1314
|
+
return i && (l = e.pos), e.pos = c, l;
|
|
1315
|
+
}
|
|
1316
|
+
//#endregion
|
|
1317
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs
|
|
1318
|
+
function Vt(e, t, n) {
|
|
1319
|
+
let r, i = t, a = {
|
|
1320
|
+
ok: !1,
|
|
1321
|
+
pos: 0,
|
|
1322
|
+
str: ""
|
|
1323
|
+
};
|
|
1324
|
+
if (e.charCodeAt(i) === 60) {
|
|
1325
|
+
for (i++; i < n;) {
|
|
1326
|
+
if (r = e.charCodeAt(i), r === 10 || r === 60) return a;
|
|
1327
|
+
if (r === 62) return a.pos = i + 1, a.str = Tt(e.slice(t + 1, i)), a.ok = !0, a;
|
|
1328
|
+
if (r === 92 && i + 1 < n) {
|
|
1329
|
+
i += 2;
|
|
1330
|
+
continue;
|
|
1331
|
+
}
|
|
1332
|
+
i++;
|
|
1333
|
+
}
|
|
1334
|
+
return a;
|
|
1335
|
+
}
|
|
1336
|
+
let o = 0;
|
|
1337
|
+
for (; i < n && (r = e.charCodeAt(i), !(r === 32 || r < 32 || r === 127));) {
|
|
1338
|
+
if (r === 92 && i + 1 < n) {
|
|
1339
|
+
if (e.charCodeAt(i + 1) === 32) break;
|
|
1340
|
+
i += 2;
|
|
1341
|
+
continue;
|
|
1342
|
+
}
|
|
1343
|
+
if (r === 40 && (o++, o > 32)) return a;
|
|
1344
|
+
if (r === 41) {
|
|
1345
|
+
if (o === 0) break;
|
|
1346
|
+
o--;
|
|
1347
|
+
}
|
|
1348
|
+
i++;
|
|
1349
|
+
}
|
|
1350
|
+
return t === i || o !== 0 ? a : (a.str = Tt(e.slice(t, i)), a.pos = i, a.ok = !0, a);
|
|
1351
|
+
}
|
|
1352
|
+
//#endregion
|
|
1353
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs
|
|
1354
|
+
function Ht(e, t, n, r) {
|
|
1355
|
+
let i, a = t, o = {
|
|
1356
|
+
ok: !1,
|
|
1357
|
+
can_continue: !1,
|
|
1358
|
+
pos: 0,
|
|
1359
|
+
str: "",
|
|
1360
|
+
marker: 0
|
|
1361
|
+
};
|
|
1362
|
+
if (r) o.str = r.str, o.marker = r.marker;
|
|
1363
|
+
else {
|
|
1364
|
+
if (a >= n) return o;
|
|
1365
|
+
let r = e.charCodeAt(a);
|
|
1366
|
+
if (r !== 34 && r !== 39 && r !== 40) return o;
|
|
1367
|
+
t++, a++, r === 40 && (r = 41), o.marker = r;
|
|
1368
|
+
}
|
|
1369
|
+
for (; a < n;) {
|
|
1370
|
+
if (i = e.charCodeAt(a), i === o.marker) return o.pos = a + 1, o.str += Tt(e.slice(t, a)), o.ok = !0, o;
|
|
1371
|
+
if (i === 40 && o.marker === 41) return o;
|
|
1372
|
+
i === 92 && a + 1 < n && a++, a++;
|
|
1373
|
+
}
|
|
1374
|
+
return o.can_continue = !0, o.str += Tt(e.slice(t, a)), o;
|
|
1375
|
+
}
|
|
1376
|
+
//#endregion
|
|
1377
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/helpers/index.mjs
|
|
1378
|
+
var Ut = /* @__PURE__ */ E({
|
|
1379
|
+
parseLinkDestination: () => Vt,
|
|
1380
|
+
parseLinkLabel: () => Bt,
|
|
1381
|
+
parseLinkTitle: () => Ht
|
|
1382
|
+
}), F = {};
|
|
1383
|
+
F.code_inline = function(e, t, n, r, i) {
|
|
1384
|
+
let a = e[t];
|
|
1385
|
+
return "<code" + i.renderAttrs(a) + ">" + N(a.content) + "</code>";
|
|
1386
|
+
}, F.code_block = function(e, t, n, r, i) {
|
|
1387
|
+
let a = e[t];
|
|
1388
|
+
return "<pre" + i.renderAttrs(a) + "><code>" + N(e[t].content) + "</code></pre>\n";
|
|
1389
|
+
}, F.fence = function(e, t, n, r, i) {
|
|
1390
|
+
let a = e[t], o = a.info ? Tt(a.info).trim() : "", s = "", c = "";
|
|
1391
|
+
if (o) {
|
|
1392
|
+
let e = o.split(/(\s+)/g);
|
|
1393
|
+
s = e[0], c = e.slice(2).join("");
|
|
1394
|
+
}
|
|
1395
|
+
let l;
|
|
1396
|
+
if (l = n.highlight && n.highlight(a.content, s, c) || N(a.content), l.indexOf("<pre") === 0) return l + "\n";
|
|
1397
|
+
if (o) {
|
|
1398
|
+
let e = a.attrIndex("class"), t = a.attrs ? a.attrs.slice() : [];
|
|
1399
|
+
e < 0 ? t.push(["class", n.langPrefix + s]) : (t[e] = t[e].slice(), t[e][1] += " " + n.langPrefix + s);
|
|
1400
|
+
let r = { attrs: t };
|
|
1401
|
+
return `<pre><code${i.renderAttrs(r)}>${l}</code></pre>\n`;
|
|
1402
|
+
}
|
|
1403
|
+
return `<pre><code${i.renderAttrs(a)}>${l}</code></pre>\n`;
|
|
1404
|
+
}, F.image = function(e, t, n, r, i) {
|
|
1405
|
+
let a = e[t];
|
|
1406
|
+
return a.attrs[a.attrIndex("alt")][1] = i.renderInlineAsText(a.children, n, r), i.renderToken(e, t, n);
|
|
1407
|
+
}, F.hardbreak = function(e, t, n) {
|
|
1408
|
+
return n.xhtmlOut ? "<br />\n" : "<br>\n";
|
|
1409
|
+
}, F.softbreak = function(e, t, n) {
|
|
1410
|
+
return n.breaks ? n.xhtmlOut ? "<br />\n" : "<br>\n" : "\n";
|
|
1411
|
+
}, F.text = function(e, t) {
|
|
1412
|
+
return N(e[t].content);
|
|
1413
|
+
}, F.html_block = function(e, t) {
|
|
1414
|
+
return e[t].content;
|
|
1415
|
+
}, F.html_inline = function(e, t) {
|
|
1416
|
+
return e[t].content;
|
|
1417
|
+
};
|
|
1418
|
+
function Wt() {
|
|
1419
|
+
this.rules = gt({}, F);
|
|
1420
|
+
}
|
|
1421
|
+
Wt.prototype.renderAttrs = function(e) {
|
|
1422
|
+
let t, n, r;
|
|
1423
|
+
if (!e.attrs) return "";
|
|
1424
|
+
for (r = "", t = 0, n = e.attrs.length; t < n; t++) r += " " + N(e.attrs[t][0]) + "=\"" + N(e.attrs[t][1]) + "\"";
|
|
1425
|
+
return r;
|
|
1426
|
+
}, Wt.prototype.renderToken = function(e, t, n) {
|
|
1427
|
+
let r = e[t], i = "";
|
|
1428
|
+
if (r.hidden) return "";
|
|
1429
|
+
r.block && r.nesting !== -1 && t && e[t - 1].hidden && (i += "\n"), i += (r.nesting === -1 ? "</" : "<") + r.tag, i += this.renderAttrs(r), r.nesting === 0 && n.xhtmlOut && (i += " /");
|
|
1430
|
+
let a = !1;
|
|
1431
|
+
if (r.block && (a = !0, r.nesting === 1 && t + 1 < e.length)) {
|
|
1432
|
+
let n = e[t + 1];
|
|
1433
|
+
(n.type === "inline" || n.hidden || n.nesting === -1 && n.tag === r.tag) && (a = !1);
|
|
1434
|
+
}
|
|
1435
|
+
return i += a ? ">\n" : ">", i;
|
|
1436
|
+
}, Wt.prototype.renderInline = function(e, t, n) {
|
|
1437
|
+
let r = "", i = this.rules;
|
|
1438
|
+
for (let a = 0, o = e.length; a < o; a++) {
|
|
1439
|
+
let o = e[a].type;
|
|
1440
|
+
i[o] === void 0 ? r += this.renderToken(e, a, t) : r += i[o](e, a, t, n, this);
|
|
1441
|
+
}
|
|
1442
|
+
return r;
|
|
1443
|
+
}, Wt.prototype.renderInlineAsText = function(e, t, n) {
|
|
1444
|
+
let r = "";
|
|
1445
|
+
for (let i = 0, a = e.length; i < a; i++) switch (e[i].type) {
|
|
1446
|
+
case "text":
|
|
1447
|
+
r += e[i].content;
|
|
1448
|
+
break;
|
|
1449
|
+
case "image":
|
|
1450
|
+
r += this.renderInlineAsText(e[i].children, t, n);
|
|
1451
|
+
break;
|
|
1452
|
+
case "html_inline":
|
|
1453
|
+
case "html_block":
|
|
1454
|
+
r += e[i].content;
|
|
1455
|
+
break;
|
|
1456
|
+
case "softbreak":
|
|
1457
|
+
case "hardbreak":
|
|
1458
|
+
r += "\n";
|
|
1459
|
+
break;
|
|
1460
|
+
default:
|
|
1461
|
+
}
|
|
1462
|
+
return r;
|
|
1463
|
+
}, Wt.prototype.render = function(e, t, n) {
|
|
1464
|
+
let r = "", i = this.rules;
|
|
1465
|
+
for (let a = 0, o = e.length; a < o; a++) {
|
|
1466
|
+
let o = e[a].type;
|
|
1467
|
+
o === "inline" ? r += this.renderInline(e[a].children, t, n) : i[o] === void 0 ? r += this.renderToken(e, a, t, n) : r += i[o](e, a, t, n, this);
|
|
1468
|
+
}
|
|
1469
|
+
return r;
|
|
1470
|
+
};
|
|
1471
|
+
//#endregion
|
|
1472
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/ruler.mjs
|
|
1473
|
+
function I() {
|
|
1474
|
+
this.__rules__ = [], this.__cache__ = null;
|
|
1475
|
+
}
|
|
1476
|
+
I.prototype.__find__ = function(e) {
|
|
1477
|
+
for (let t = 0; t < this.__rules__.length; t++) if (this.__rules__[t].name === e) return t;
|
|
1478
|
+
return -1;
|
|
1479
|
+
}, I.prototype.__compile__ = function() {
|
|
1480
|
+
let e = this, t = [""];
|
|
1481
|
+
e.__rules__.forEach(function(e) {
|
|
1482
|
+
e.enabled && e.alt.forEach(function(e) {
|
|
1483
|
+
t.indexOf(e) < 0 && t.push(e);
|
|
1484
|
+
});
|
|
1485
|
+
}), e.__cache__ = {}, t.forEach(function(t) {
|
|
1486
|
+
e.__cache__[t] = [], e.__rules__.forEach(function(n) {
|
|
1487
|
+
n.enabled && (t && n.alt.indexOf(t) < 0 || e.__cache__[t].push(n.fn));
|
|
1488
|
+
});
|
|
1489
|
+
});
|
|
1490
|
+
}, I.prototype.at = function(e, t, n) {
|
|
1491
|
+
let r = this.__find__(e), i = n || {};
|
|
1492
|
+
if (r === -1) throw Error("Parser rule not found: " + e);
|
|
1493
|
+
this.__rules__[r].fn = t, this.__rules__[r].alt = i.alt || [], this.__cache__ = null;
|
|
1494
|
+
}, I.prototype.before = function(e, t, n, r) {
|
|
1495
|
+
let i = this.__find__(e), a = r || {};
|
|
1496
|
+
if (i === -1) throw Error("Parser rule not found: " + e);
|
|
1497
|
+
this.__rules__.splice(i, 0, {
|
|
1498
|
+
name: t,
|
|
1499
|
+
enabled: !0,
|
|
1500
|
+
fn: n,
|
|
1501
|
+
alt: a.alt || []
|
|
1502
|
+
}), this.__cache__ = null;
|
|
1503
|
+
}, I.prototype.after = function(e, t, n, r) {
|
|
1504
|
+
let i = this.__find__(e), a = r || {};
|
|
1505
|
+
if (i === -1) throw Error("Parser rule not found: " + e);
|
|
1506
|
+
this.__rules__.splice(i + 1, 0, {
|
|
1507
|
+
name: t,
|
|
1508
|
+
enabled: !0,
|
|
1509
|
+
fn: n,
|
|
1510
|
+
alt: a.alt || []
|
|
1511
|
+
}), this.__cache__ = null;
|
|
1512
|
+
}, I.prototype.push = function(e, t, n) {
|
|
1513
|
+
let r = n || {};
|
|
1514
|
+
this.__rules__.push({
|
|
1515
|
+
name: e,
|
|
1516
|
+
enabled: !0,
|
|
1517
|
+
fn: t,
|
|
1518
|
+
alt: r.alt || []
|
|
1519
|
+
}), this.__cache__ = null;
|
|
1520
|
+
}, I.prototype.enable = function(e, t) {
|
|
1521
|
+
Array.isArray(e) || (e = [e]);
|
|
1522
|
+
let n = [];
|
|
1523
|
+
return e.forEach(function(e) {
|
|
1524
|
+
let r = this.__find__(e);
|
|
1525
|
+
if (r < 0) {
|
|
1526
|
+
if (t) return;
|
|
1527
|
+
throw Error("Rules manager: invalid rule name " + e);
|
|
1528
|
+
}
|
|
1529
|
+
this.__rules__[r].enabled = !0, n.push(e);
|
|
1530
|
+
}, this), this.__cache__ = null, n;
|
|
1531
|
+
}, I.prototype.enableOnly = function(e, t) {
|
|
1532
|
+
Array.isArray(e) || (e = [e]), this.__rules__.forEach(function(e) {
|
|
1533
|
+
e.enabled = !1;
|
|
1534
|
+
}), this.enable(e, t);
|
|
1535
|
+
}, I.prototype.disable = function(e, t) {
|
|
1536
|
+
Array.isArray(e) || (e = [e]);
|
|
1537
|
+
let n = [];
|
|
1538
|
+
return e.forEach(function(e) {
|
|
1539
|
+
let r = this.__find__(e);
|
|
1540
|
+
if (r < 0) {
|
|
1541
|
+
if (t) return;
|
|
1542
|
+
throw Error("Rules manager: invalid rule name " + e);
|
|
1543
|
+
}
|
|
1544
|
+
this.__rules__[r].enabled = !1, n.push(e);
|
|
1545
|
+
}, this), this.__cache__ = null, n;
|
|
1546
|
+
}, I.prototype.getRules = function(e) {
|
|
1547
|
+
return this.__cache__ === null && this.__compile__(), this.__cache__[e] || [];
|
|
1548
|
+
};
|
|
1549
|
+
//#endregion
|
|
1550
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/token.mjs
|
|
1551
|
+
function L(e, t, n) {
|
|
1552
|
+
this.type = e, this.tag = t, this.attrs = null, this.map = null, this.nesting = n, this.level = 0, this.children = null, this.content = "", this.markup = "", this.info = "", this.meta = null, this.block = !1, this.hidden = !1;
|
|
1553
|
+
}
|
|
1554
|
+
L.prototype.attrIndex = function(e) {
|
|
1555
|
+
if (!this.attrs) return -1;
|
|
1556
|
+
let t = this.attrs;
|
|
1557
|
+
for (let n = 0, r = t.length; n < r; n++) if (t[n][0] === e) return n;
|
|
1558
|
+
return -1;
|
|
1559
|
+
}, L.prototype.attrPush = function(e) {
|
|
1560
|
+
this.attrs ? this.attrs.push(e) : this.attrs = [e];
|
|
1561
|
+
}, L.prototype.attrSet = function(e, t) {
|
|
1562
|
+
let n = this.attrIndex(e), r = [e, t];
|
|
1563
|
+
n < 0 ? this.attrPush(r) : this.attrs[n] = r;
|
|
1564
|
+
}, L.prototype.attrGet = function(e) {
|
|
1565
|
+
let t = this.attrIndex(e), n = null;
|
|
1566
|
+
return t >= 0 && (n = this.attrs[t][1]), n;
|
|
1567
|
+
}, L.prototype.attrJoin = function(e, t) {
|
|
1568
|
+
let n = this.attrIndex(e);
|
|
1569
|
+
n < 0 ? this.attrPush([e, t]) : this.attrs[n][1] = this.attrs[n][1] + " " + t;
|
|
1570
|
+
};
|
|
1571
|
+
//#endregion
|
|
1572
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/state_core.mjs
|
|
1573
|
+
function Gt(e, t, n) {
|
|
1574
|
+
this.src = e, this.env = n, this.tokens = [], this.inlineMode = !1, this.md = t;
|
|
1575
|
+
}
|
|
1576
|
+
Gt.prototype.Token = L;
|
|
1577
|
+
//#endregion
|
|
1578
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/normalize.mjs
|
|
1579
|
+
var Kt = /\r\n?|\n/g, qt = /\0/g;
|
|
1580
|
+
function Jt(e) {
|
|
1581
|
+
let t;
|
|
1582
|
+
t = e.src.replace(Kt, "\n"), t = t.replace(qt, "�"), e.src = t;
|
|
1583
|
+
}
|
|
1584
|
+
//#endregion
|
|
1585
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/block.mjs
|
|
1586
|
+
function Yt(e) {
|
|
1587
|
+
let t;
|
|
1588
|
+
e.inlineMode ? (t = new e.Token("inline", "", 0), t.content = e.src, t.map = [0, 1], t.children = [], e.tokens.push(t)) : e.md.block.parse(e.src, e.md, e.env, e.tokens);
|
|
1589
|
+
}
|
|
1590
|
+
//#endregion
|
|
1591
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/inline.mjs
|
|
1592
|
+
function Xt(e) {
|
|
1593
|
+
let t = e.tokens;
|
|
1594
|
+
for (let n = 0, r = t.length; n < r; n++) {
|
|
1595
|
+
let r = t[n];
|
|
1596
|
+
r.type === "inline" && e.md.inline.parse(r.content, e.md, e.env, r.children);
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
//#endregion
|
|
1600
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/linkify.mjs
|
|
1601
|
+
function Zt(e) {
|
|
1602
|
+
return /^<a[>\s]/i.test(e);
|
|
1603
|
+
}
|
|
1604
|
+
function Qt(e) {
|
|
1605
|
+
return /^<\/a\s*>/i.test(e);
|
|
1606
|
+
}
|
|
1607
|
+
function $t(e) {
|
|
1608
|
+
let t = e.tokens;
|
|
1609
|
+
if (e.md.options.linkify) for (let n = 0, r = t.length; n < r; n++) {
|
|
1610
|
+
if (t[n].type !== "inline" || !e.md.linkify.pretest(t[n].content)) continue;
|
|
1611
|
+
let r = t[n].children, i = 0;
|
|
1612
|
+
for (let a = r.length - 1; a >= 0; a--) {
|
|
1613
|
+
let o = r[a];
|
|
1614
|
+
if (o.type === "link_close") {
|
|
1615
|
+
for (a--; r[a].level !== o.level && r[a].type !== "link_open";) a--;
|
|
1616
|
+
continue;
|
|
1617
|
+
}
|
|
1618
|
+
if (o.type === "html_inline" && (Zt(o.content) && i > 0 && i--, Qt(o.content) && i++), !(i > 0) && o.type === "text" && e.md.linkify.test(o.content)) {
|
|
1619
|
+
let i = o.content, s = e.md.linkify.match(i), c = [], l = o.level, u = 0;
|
|
1620
|
+
s.length > 0 && s[0].index === 0 && a > 0 && r[a - 1].type === "text_special" && (s = s.slice(1));
|
|
1621
|
+
for (let t = 0; t < s.length; t++) {
|
|
1622
|
+
let n = s[t].url, r = e.md.normalizeLink(n);
|
|
1623
|
+
if (!e.md.validateLink(r)) continue;
|
|
1624
|
+
let a = s[t].text;
|
|
1625
|
+
a = s[t].schema ? s[t].schema === "mailto:" && !/^mailto:/i.test(a) ? e.md.normalizeLinkText("mailto:" + a).replace(/^mailto:/, "") : e.md.normalizeLinkText(a) : e.md.normalizeLinkText("http://" + a).replace(/^http:\/\//, "");
|
|
1626
|
+
let o = s[t].index;
|
|
1627
|
+
if (o > u) {
|
|
1628
|
+
let t = new e.Token("text", "", 0);
|
|
1629
|
+
t.content = i.slice(u, o), t.level = l, c.push(t);
|
|
1630
|
+
}
|
|
1631
|
+
let d = new e.Token("link_open", "a", 1);
|
|
1632
|
+
d.attrs = [["href", r]], d.level = l++, d.markup = "linkify", d.info = "auto", c.push(d);
|
|
1633
|
+
let f = new e.Token("text", "", 0);
|
|
1634
|
+
f.content = a, f.level = l, c.push(f);
|
|
1635
|
+
let p = new e.Token("link_close", "a", -1);
|
|
1636
|
+
p.level = --l, p.markup = "linkify", p.info = "auto", c.push(p), u = s[t].lastIndex;
|
|
1637
|
+
}
|
|
1638
|
+
if (u < i.length) {
|
|
1639
|
+
let t = new e.Token("text", "", 0);
|
|
1640
|
+
t.content = i.slice(u), t.level = l, c.push(t);
|
|
1641
|
+
}
|
|
1642
|
+
t[n].children = r = _t(r, a, c);
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
//#endregion
|
|
1648
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/replacements.mjs
|
|
1649
|
+
var en = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, tn = /\((c|tm|r)\)/i, nn = /\((c|tm|r)\)/gi, rn = {
|
|
1650
|
+
c: "©",
|
|
1651
|
+
r: "®",
|
|
1652
|
+
tm: "™"
|
|
1653
|
+
};
|
|
1654
|
+
function an(e, t) {
|
|
1655
|
+
return rn[t.toLowerCase()];
|
|
1656
|
+
}
|
|
1657
|
+
function on(e) {
|
|
1658
|
+
let t = 0;
|
|
1659
|
+
for (let n = e.length - 1; n >= 0; n--) {
|
|
1660
|
+
let r = e[n];
|
|
1661
|
+
r.type === "text" && !t && (r.content = r.content.replace(nn, an)), r.type === "link_open" && r.info === "auto" && t--, r.type === "link_close" && r.info === "auto" && t++;
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
function sn(e) {
|
|
1665
|
+
let t = 0;
|
|
1666
|
+
for (let n = e.length - 1; n >= 0; n--) {
|
|
1667
|
+
let r = e[n];
|
|
1668
|
+
r.type === "text" && !t && en.test(r.content) && (r.content = r.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/gm, "$1—").replace(/(^|\s)--(?=\s|$)/gm, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm, "$1–")), r.type === "link_open" && r.info === "auto" && t--, r.type === "link_close" && r.info === "auto" && t++;
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
function cn(e) {
|
|
1672
|
+
let t;
|
|
1673
|
+
if (e.md.options.typographer) for (t = e.tokens.length - 1; t >= 0; t--) e.tokens[t].type === "inline" && (tn.test(e.tokens[t].content) && on(e.tokens[t].children), en.test(e.tokens[t].content) && sn(e.tokens[t].children));
|
|
1674
|
+
}
|
|
1675
|
+
//#endregion
|
|
1676
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs
|
|
1677
|
+
var ln = /['"]/, un = /['"]/g, dn = "’";
|
|
1678
|
+
function fn(e, t, n, r) {
|
|
1679
|
+
e[t] || (e[t] = []), e[t].push({
|
|
1680
|
+
pos: n,
|
|
1681
|
+
ch: r
|
|
1682
|
+
});
|
|
1683
|
+
}
|
|
1684
|
+
function pn(e, t) {
|
|
1685
|
+
let n = "", r = 0;
|
|
1686
|
+
t.sort((e, t) => e.pos - t.pos);
|
|
1687
|
+
for (let i = 0; i < t.length; i++) {
|
|
1688
|
+
let a = t[i];
|
|
1689
|
+
n += e.slice(r, a.pos) + a.ch, r = a.pos + 1;
|
|
1690
|
+
}
|
|
1691
|
+
return n + e.slice(r);
|
|
1692
|
+
}
|
|
1693
|
+
function mn(e, t) {
|
|
1694
|
+
let n, r = [], i = {};
|
|
1695
|
+
for (let a = 0; a < e.length; a++) {
|
|
1696
|
+
let o = e[a], s = e[a].level;
|
|
1697
|
+
for (n = r.length - 1; n >= 0 && !(r[n].level <= s); n--);
|
|
1698
|
+
if (r.length = n + 1, o.type !== "text") continue;
|
|
1699
|
+
let c = o.content, l = 0, u = c.length;
|
|
1700
|
+
OUTER: for (; l < u;) {
|
|
1701
|
+
un.lastIndex = l;
|
|
1702
|
+
let o = un.exec(c);
|
|
1703
|
+
if (!o) break;
|
|
1704
|
+
let d = !0, f = !0;
|
|
1705
|
+
l = o.index + 1;
|
|
1706
|
+
let p = o[0] === "'", m = 32;
|
|
1707
|
+
if (o.index - 1 >= 0) m = c.charCodeAt(o.index - 1);
|
|
1708
|
+
else for (n = a - 1; n >= 0 && !(e[n].type === "softbreak" || e[n].type === "hardbreak"); n--) if (e[n].content) {
|
|
1709
|
+
m = e[n].content.charCodeAt(e[n].content.length - 1);
|
|
1710
|
+
break;
|
|
1711
|
+
}
|
|
1712
|
+
let h = 32;
|
|
1713
|
+
if (l < u) h = c.charCodeAt(l);
|
|
1714
|
+
else for (n = a + 1; n < e.length && !(e[n].type === "softbreak" || e[n].type === "hardbreak"); n++) if (e[n].content) {
|
|
1715
|
+
h = e[n].content.charCodeAt(0);
|
|
1716
|
+
break;
|
|
1717
|
+
}
|
|
1718
|
+
let g = Ft(m) || Pt(m), _ = Ft(h) || Pt(h), v = Mt(m), y = Mt(h);
|
|
1719
|
+
if (y ? d = !1 : _ && (v || g || (d = !1)), v ? f = !1 : g && (y || _ || (f = !1)), h === 34 && o[0] === "\"" && m >= 48 && m <= 57 && (f = d = !1), d && f && (d = g, f = _), !d && !f) {
|
|
1720
|
+
p && fn(i, a, o.index, dn);
|
|
1721
|
+
continue;
|
|
1722
|
+
}
|
|
1723
|
+
if (f) for (n = r.length - 1; n >= 0; n--) {
|
|
1724
|
+
let e = r[n];
|
|
1725
|
+
if (r[n].level < s) break;
|
|
1726
|
+
if (e.single === p && r[n].level === s) {
|
|
1727
|
+
e = r[n];
|
|
1728
|
+
let s, c;
|
|
1729
|
+
p ? (s = t.md.options.quotes[2], c = t.md.options.quotes[3]) : (s = t.md.options.quotes[0], c = t.md.options.quotes[1]), fn(i, a, o.index, c), fn(i, e.token, e.pos, s), r.length = n;
|
|
1730
|
+
continue OUTER;
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
d ? r.push({
|
|
1734
|
+
token: a,
|
|
1735
|
+
pos: o.index,
|
|
1736
|
+
single: p,
|
|
1737
|
+
level: s
|
|
1738
|
+
}) : f && p && fn(i, a, o.index, dn);
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
Object.keys(i).forEach(function(t) {
|
|
1742
|
+
e[t].content = pn(e[t].content, i[t]);
|
|
1743
|
+
});
|
|
1744
|
+
}
|
|
1745
|
+
function hn(e) {
|
|
1746
|
+
if (e.md.options.typographer) for (let t = e.tokens.length - 1; t >= 0; t--) e.tokens[t].type !== "inline" || !ln.test(e.tokens[t].content) || mn(e.tokens[t].children, e);
|
|
1747
|
+
}
|
|
1748
|
+
//#endregion
|
|
1749
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_core/text_join.mjs
|
|
1750
|
+
function gn(e) {
|
|
1751
|
+
let t, n, r = e.tokens, i = r.length;
|
|
1752
|
+
for (let e = 0; e < i; e++) {
|
|
1753
|
+
if (r[e].type !== "inline") continue;
|
|
1754
|
+
let i = r[e].children, a = i.length;
|
|
1755
|
+
for (t = 0; t < a; t++) i[t].type === "text_special" && (i[t].type = "text");
|
|
1756
|
+
for (t = n = 0; t < a; t++) i[t].type === "text" && t + 1 < a && i[t + 1].type === "text" ? i[t + 1].content = i[t].content + i[t + 1].content : (t !== n && (i[n] = i[t]), n++);
|
|
1757
|
+
t !== n && (i.length = n);
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
//#endregion
|
|
1761
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/parser_core.mjs
|
|
1762
|
+
var _n = [
|
|
1763
|
+
["normalize", Jt],
|
|
1764
|
+
["block", Yt],
|
|
1765
|
+
["inline", Xt],
|
|
1766
|
+
["linkify", $t],
|
|
1767
|
+
["replacements", cn],
|
|
1768
|
+
["smartquotes", hn],
|
|
1769
|
+
["text_join", gn]
|
|
1770
|
+
];
|
|
1771
|
+
function vn() {
|
|
1772
|
+
this.ruler = new I();
|
|
1773
|
+
for (let e = 0; e < _n.length; e++) this.ruler.push(_n[e][0], _n[e][1]);
|
|
1774
|
+
}
|
|
1775
|
+
vn.prototype.process = function(e) {
|
|
1776
|
+
let t = this.ruler.getRules("");
|
|
1777
|
+
for (let n = 0, r = t.length; n < r; n++) t[n](e);
|
|
1778
|
+
}, vn.prototype.State = Gt;
|
|
1779
|
+
//#endregion
|
|
1780
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/state_block.mjs
|
|
1781
|
+
function R(e, t, n, r) {
|
|
1782
|
+
this.src = e, this.md = t, this.env = n, this.tokens = r, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0;
|
|
1783
|
+
let i = this.src;
|
|
1784
|
+
for (let e = 0, t = 0, n = 0, r = 0, a = i.length, o = !1; t < a; t++) {
|
|
1785
|
+
let s = i.charCodeAt(t);
|
|
1786
|
+
if (!o) if (P(s)) {
|
|
1787
|
+
n++, s === 9 ? r += 4 - r % 4 : r++;
|
|
1788
|
+
continue;
|
|
1789
|
+
} else o = !0;
|
|
1790
|
+
(s === 10 || t === a - 1) && (s !== 10 && t++, this.bMarks.push(e), this.eMarks.push(t), this.tShift.push(n), this.sCount.push(r), this.bsCount.push(0), o = !1, n = 0, r = 0, e = t + 1);
|
|
1791
|
+
}
|
|
1792
|
+
this.bMarks.push(i.length), this.eMarks.push(i.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
1793
|
+
}
|
|
1794
|
+
R.prototype.push = function(e, t, n) {
|
|
1795
|
+
let r = new L(e, t, n);
|
|
1796
|
+
return r.block = !0, n < 0 && this.level--, r.level = this.level, n > 0 && this.level++, this.tokens.push(r), r;
|
|
1797
|
+
}, R.prototype.isEmpty = function(e) {
|
|
1798
|
+
return this.bMarks[e] + this.tShift[e] >= this.eMarks[e];
|
|
1799
|
+
}, R.prototype.skipEmptyLines = function(e) {
|
|
1800
|
+
for (let t = this.lineMax; e < t && !(this.bMarks[e] + this.tShift[e] < this.eMarks[e]); e++);
|
|
1801
|
+
return e;
|
|
1802
|
+
}, R.prototype.skipSpaces = function(e) {
|
|
1803
|
+
for (let t = this.src.length; e < t && P(this.src.charCodeAt(e)); e++);
|
|
1804
|
+
return e;
|
|
1805
|
+
}, R.prototype.skipSpacesBack = function(e, t) {
|
|
1806
|
+
if (e <= t) return e;
|
|
1807
|
+
for (; e > t;) if (!P(this.src.charCodeAt(--e))) return e + 1;
|
|
1808
|
+
return e;
|
|
1809
|
+
}, R.prototype.skipChars = function(e, t) {
|
|
1810
|
+
for (let n = this.src.length; e < n && this.src.charCodeAt(e) === t; e++);
|
|
1811
|
+
return e;
|
|
1812
|
+
}, R.prototype.skipCharsBack = function(e, t, n) {
|
|
1813
|
+
if (e <= n) return e;
|
|
1814
|
+
for (; e > n;) if (t !== this.src.charCodeAt(--e)) return e + 1;
|
|
1815
|
+
return e;
|
|
1816
|
+
}, R.prototype.getLines = function(e, t, n, r) {
|
|
1817
|
+
if (e >= t) return "";
|
|
1818
|
+
let i = Array(t - e);
|
|
1819
|
+
for (let a = 0, o = e; o < t; o++, a++) {
|
|
1820
|
+
let e = 0, s = this.bMarks[o], c = s, l;
|
|
1821
|
+
for (l = o + 1 < t || r ? this.eMarks[o] + 1 : this.eMarks[o]; c < l && e < n;) {
|
|
1822
|
+
let t = this.src.charCodeAt(c);
|
|
1823
|
+
if (P(t)) t === 9 ? e += 4 - (e + this.bsCount[o]) % 4 : e++;
|
|
1824
|
+
else if (c - s < this.tShift[o]) e++;
|
|
1825
|
+
else break;
|
|
1826
|
+
c++;
|
|
1827
|
+
}
|
|
1828
|
+
e > n ? i[a] = Array(e - n + 1).join(" ") + this.src.slice(c, l) : i[a] = this.src.slice(c, l);
|
|
1829
|
+
}
|
|
1830
|
+
return i.join("");
|
|
1831
|
+
}, R.prototype.Token = L;
|
|
1832
|
+
//#endregion
|
|
1833
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/table.mjs
|
|
1834
|
+
var yn = 65536;
|
|
1835
|
+
function bn(e, t) {
|
|
1836
|
+
let n = e.bMarks[t] + e.tShift[t], r = e.eMarks[t];
|
|
1837
|
+
return e.src.slice(n, r);
|
|
1838
|
+
}
|
|
1839
|
+
function xn(e) {
|
|
1840
|
+
let t = [], n = e.length, r = 0, i = e.charCodeAt(r), a = !1, o = 0, s = "";
|
|
1841
|
+
for (; r < n;) i === 124 && (a ? (s += e.substring(o, r - 1), o = r) : (t.push(s + e.substring(o, r)), s = "", o = r + 1)), a = i === 92, r++, i = e.charCodeAt(r);
|
|
1842
|
+
return t.push(s + e.substring(o)), t;
|
|
1843
|
+
}
|
|
1844
|
+
function Sn(e, t, n, r) {
|
|
1845
|
+
if (t + 2 > n) return !1;
|
|
1846
|
+
let i = t + 1;
|
|
1847
|
+
if (e.sCount[i] < e.blkIndent || e.sCount[i] - e.blkIndent >= 4) return !1;
|
|
1848
|
+
let a = e.bMarks[i] + e.tShift[i];
|
|
1849
|
+
if (a >= e.eMarks[i]) return !1;
|
|
1850
|
+
let o = e.src.charCodeAt(a++);
|
|
1851
|
+
if (o !== 124 && o !== 45 && o !== 58 || a >= e.eMarks[i]) return !1;
|
|
1852
|
+
let s = e.src.charCodeAt(a++);
|
|
1853
|
+
if (s !== 124 && s !== 45 && s !== 58 && !P(s) || o === 45 && P(s)) return !1;
|
|
1854
|
+
for (; a < e.eMarks[i];) {
|
|
1855
|
+
let t = e.src.charCodeAt(a);
|
|
1856
|
+
if (t !== 124 && t !== 45 && t !== 58 && !P(t)) return !1;
|
|
1857
|
+
a++;
|
|
1858
|
+
}
|
|
1859
|
+
let c = bn(e, t + 1), l = c.split("|"), u = [];
|
|
1860
|
+
for (let e = 0; e < l.length; e++) {
|
|
1861
|
+
let t = l[e].trim();
|
|
1862
|
+
if (!t) {
|
|
1863
|
+
if (e === 0 || e === l.length - 1) continue;
|
|
1864
|
+
return !1;
|
|
1865
|
+
}
|
|
1866
|
+
if (!/^:?-+:?$/.test(t)) return !1;
|
|
1867
|
+
t.charCodeAt(t.length - 1) === 58 ? u.push(t.charCodeAt(0) === 58 ? "center" : "right") : t.charCodeAt(0) === 58 ? u.push("left") : u.push("");
|
|
1868
|
+
}
|
|
1869
|
+
if (c = bn(e, t).trim(), c.indexOf("|") === -1 || e.sCount[t] - e.blkIndent >= 4) return !1;
|
|
1870
|
+
l = xn(c), l.length && l[0] === "" && l.shift(), l.length && l[l.length - 1] === "" && l.pop();
|
|
1871
|
+
let d = l.length;
|
|
1872
|
+
if (d === 0 || d !== u.length) return !1;
|
|
1873
|
+
if (r) return !0;
|
|
1874
|
+
let f = e.parentType;
|
|
1875
|
+
e.parentType = "table";
|
|
1876
|
+
let p = e.md.block.ruler.getRules("blockquote"), m = e.push("table_open", "table", 1), h = [t, 0];
|
|
1877
|
+
m.map = h;
|
|
1878
|
+
let g = e.push("thead_open", "thead", 1);
|
|
1879
|
+
g.map = [t, t + 1];
|
|
1880
|
+
let _ = e.push("tr_open", "tr", 1);
|
|
1881
|
+
_.map = [t, t + 1];
|
|
1882
|
+
for (let t = 0; t < l.length; t++) {
|
|
1883
|
+
let n = e.push("th_open", "th", 1);
|
|
1884
|
+
u[t] && (n.attrs = [["style", "text-align:" + u[t]]]);
|
|
1885
|
+
let r = e.push("inline", "", 0);
|
|
1886
|
+
r.content = l[t].trim(), r.children = [], e.push("th_close", "th", -1);
|
|
1887
|
+
}
|
|
1888
|
+
e.push("tr_close", "tr", -1), e.push("thead_close", "thead", -1);
|
|
1889
|
+
let v, y = 0;
|
|
1890
|
+
for (i = t + 2; i < n && !(e.sCount[i] < e.blkIndent); i++) {
|
|
1891
|
+
let r = !1;
|
|
1892
|
+
for (let t = 0, a = p.length; t < a; t++) if (p[t](e, i, n, !0)) {
|
|
1893
|
+
r = !0;
|
|
1894
|
+
break;
|
|
1895
|
+
}
|
|
1896
|
+
if (r || (c = bn(e, i).trim(), !c) || e.sCount[i] - e.blkIndent >= 4 || (l = xn(c), l.length && l[0] === "" && l.shift(), l.length && l[l.length - 1] === "" && l.pop(), y += d - l.length, y > yn)) break;
|
|
1897
|
+
if (i === t + 2) {
|
|
1898
|
+
let n = e.push("tbody_open", "tbody", 1);
|
|
1899
|
+
n.map = v = [t + 2, 0];
|
|
1900
|
+
}
|
|
1901
|
+
let a = e.push("tr_open", "tr", 1);
|
|
1902
|
+
a.map = [i, i + 1];
|
|
1903
|
+
for (let t = 0; t < d; t++) {
|
|
1904
|
+
let n = e.push("td_open", "td", 1);
|
|
1905
|
+
u[t] && (n.attrs = [["style", "text-align:" + u[t]]]);
|
|
1906
|
+
let r = e.push("inline", "", 0);
|
|
1907
|
+
r.content = l[t] ? l[t].trim() : "", r.children = [], e.push("td_close", "td", -1);
|
|
1908
|
+
}
|
|
1909
|
+
e.push("tr_close", "tr", -1);
|
|
1910
|
+
}
|
|
1911
|
+
return v && (e.push("tbody_close", "tbody", -1), v[1] = i), e.push("table_close", "table", -1), h[1] = i, e.parentType = f, e.line = i, !0;
|
|
1912
|
+
}
|
|
1913
|
+
//#endregion
|
|
1914
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/code.mjs
|
|
1915
|
+
function Cn(e, t, n) {
|
|
1916
|
+
if (e.sCount[t] - e.blkIndent < 4) return !1;
|
|
1917
|
+
let r = t + 1, i = r;
|
|
1918
|
+
for (; r < n;) {
|
|
1919
|
+
if (e.isEmpty(r)) {
|
|
1920
|
+
r++;
|
|
1921
|
+
continue;
|
|
1922
|
+
}
|
|
1923
|
+
if (e.sCount[r] - e.blkIndent >= 4) {
|
|
1924
|
+
r++, i = r;
|
|
1925
|
+
continue;
|
|
1926
|
+
}
|
|
1927
|
+
break;
|
|
1928
|
+
}
|
|
1929
|
+
e.line = i;
|
|
1930
|
+
let a = e.push("code_block", "code", 0);
|
|
1931
|
+
return a.content = e.getLines(t, i, 4 + e.blkIndent, !1) + "\n", a.map = [t, e.line], !0;
|
|
1932
|
+
}
|
|
1933
|
+
//#endregion
|
|
1934
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/fence.mjs
|
|
1935
|
+
function wn(e, t, n, r) {
|
|
1936
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t];
|
|
1937
|
+
if (e.sCount[t] - e.blkIndent >= 4 || i + 3 > a) return !1;
|
|
1938
|
+
let o = e.src.charCodeAt(i);
|
|
1939
|
+
if (o !== 126 && o !== 96) return !1;
|
|
1940
|
+
let s = i;
|
|
1941
|
+
i = e.skipChars(i, o);
|
|
1942
|
+
let c = i - s;
|
|
1943
|
+
if (c < 3) return !1;
|
|
1944
|
+
let l = e.src.slice(s, i), u = e.src.slice(i, a);
|
|
1945
|
+
if (o === 96 && u.indexOf(String.fromCharCode(o)) >= 0) return !1;
|
|
1946
|
+
if (r) return !0;
|
|
1947
|
+
let d = t, f = !1;
|
|
1948
|
+
for (; d++, !(d >= n || (i = s = e.bMarks[d] + e.tShift[d], a = e.eMarks[d], i < a && e.sCount[d] < e.blkIndent));) if (e.src.charCodeAt(i) === o && !(e.sCount[d] - e.blkIndent >= 4) && (i = e.skipChars(i, o), !(i - s < c) && (i = e.skipSpaces(i), !(i < a)))) {
|
|
1949
|
+
f = !0;
|
|
1950
|
+
break;
|
|
1951
|
+
}
|
|
1952
|
+
c = e.sCount[t], e.line = d + +!!f;
|
|
1953
|
+
let p = e.push("fence", "code", 0);
|
|
1954
|
+
return p.info = u, p.content = e.getLines(t + 1, d, c, !0), p.markup = l, p.map = [t, e.line], !0;
|
|
1955
|
+
}
|
|
1956
|
+
//#endregion
|
|
1957
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs
|
|
1958
|
+
function Tn(e, t, n, r) {
|
|
1959
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t], o = e.lineMax;
|
|
1960
|
+
if (e.sCount[t] - e.blkIndent >= 4 || e.src.charCodeAt(i) !== 62) return !1;
|
|
1961
|
+
if (r) return !0;
|
|
1962
|
+
let s = [], c = [], l = [], u = [], d = e.md.block.ruler.getRules("blockquote"), f = e.parentType;
|
|
1963
|
+
e.parentType = "blockquote";
|
|
1964
|
+
let p = !1, m;
|
|
1965
|
+
for (m = t; m < n; m++) {
|
|
1966
|
+
let t = e.sCount[m] < e.blkIndent;
|
|
1967
|
+
if (i = e.bMarks[m] + e.tShift[m], a = e.eMarks[m], i >= a) break;
|
|
1968
|
+
if (e.src.charCodeAt(i++) === 62 && !t) {
|
|
1969
|
+
let t = e.sCount[m] + 1, n, r;
|
|
1970
|
+
e.src.charCodeAt(i) === 32 ? (i++, t++, r = !1, n = !0) : e.src.charCodeAt(i) === 9 ? (n = !0, (e.bsCount[m] + t) % 4 == 3 ? (i++, t++, r = !1) : r = !0) : n = !1;
|
|
1971
|
+
let o = t;
|
|
1972
|
+
for (s.push(e.bMarks[m]), e.bMarks[m] = i; i < a;) {
|
|
1973
|
+
let t = e.src.charCodeAt(i);
|
|
1974
|
+
if (P(t)) t === 9 ? o += 4 - (o + e.bsCount[m] + +!!r) % 4 : o++;
|
|
1975
|
+
else break;
|
|
1976
|
+
i++;
|
|
1977
|
+
}
|
|
1978
|
+
p = i >= a, c.push(e.bsCount[m]), e.bsCount[m] = e.sCount[m] + 1 + +!!n, l.push(e.sCount[m]), e.sCount[m] = o - t, u.push(e.tShift[m]), e.tShift[m] = i - e.bMarks[m];
|
|
1979
|
+
continue;
|
|
1980
|
+
}
|
|
1981
|
+
if (p) break;
|
|
1982
|
+
let r = !1;
|
|
1983
|
+
for (let t = 0, i = d.length; t < i; t++) if (d[t](e, m, n, !0)) {
|
|
1984
|
+
r = !0;
|
|
1985
|
+
break;
|
|
1986
|
+
}
|
|
1987
|
+
if (r) {
|
|
1988
|
+
e.lineMax = m, e.blkIndent !== 0 && (s.push(e.bMarks[m]), c.push(e.bsCount[m]), u.push(e.tShift[m]), l.push(e.sCount[m]), e.sCount[m] -= e.blkIndent);
|
|
1989
|
+
break;
|
|
1990
|
+
}
|
|
1991
|
+
s.push(e.bMarks[m]), c.push(e.bsCount[m]), u.push(e.tShift[m]), l.push(e.sCount[m]), e.sCount[m] = -1;
|
|
1992
|
+
}
|
|
1993
|
+
let h = e.blkIndent;
|
|
1994
|
+
e.blkIndent = 0;
|
|
1995
|
+
let g = e.push("blockquote_open", "blockquote", 1);
|
|
1996
|
+
g.markup = ">";
|
|
1997
|
+
let _ = [t, 0];
|
|
1998
|
+
g.map = _, e.md.block.tokenize(e, t, m);
|
|
1999
|
+
let v = e.push("blockquote_close", "blockquote", -1);
|
|
2000
|
+
v.markup = ">", e.lineMax = o, e.parentType = f, _[1] = e.line;
|
|
2001
|
+
for (let n = 0; n < u.length; n++) e.bMarks[n + t] = s[n], e.tShift[n + t] = u[n], e.sCount[n + t] = l[n], e.bsCount[n + t] = c[n];
|
|
2002
|
+
return e.blkIndent = h, !0;
|
|
2003
|
+
}
|
|
2004
|
+
//#endregion
|
|
2005
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/hr.mjs
|
|
2006
|
+
function En(e, t, n, r) {
|
|
2007
|
+
let i = e.eMarks[t];
|
|
2008
|
+
if (e.sCount[t] - e.blkIndent >= 4) return !1;
|
|
2009
|
+
let a = e.bMarks[t] + e.tShift[t], o = e.src.charCodeAt(a++);
|
|
2010
|
+
if (o !== 42 && o !== 45 && o !== 95) return !1;
|
|
2011
|
+
let s = 1;
|
|
2012
|
+
for (; a < i;) {
|
|
2013
|
+
let t = e.src.charCodeAt(a++);
|
|
2014
|
+
if (t !== o && !P(t)) return !1;
|
|
2015
|
+
t === o && s++;
|
|
2016
|
+
}
|
|
2017
|
+
if (s < 3) return !1;
|
|
2018
|
+
if (r) return !0;
|
|
2019
|
+
e.line = t + 1;
|
|
2020
|
+
let c = e.push("hr", "hr", 0);
|
|
2021
|
+
return c.map = [t, e.line], c.markup = Array(s + 1).join(String.fromCharCode(o)), !0;
|
|
2022
|
+
}
|
|
2023
|
+
//#endregion
|
|
2024
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/list.mjs
|
|
2025
|
+
function Dn(e, t) {
|
|
2026
|
+
let n = e.eMarks[t], r = e.bMarks[t] + e.tShift[t], i = e.src.charCodeAt(r++);
|
|
2027
|
+
return i !== 42 && i !== 45 && i !== 43 || r < n && !P(e.src.charCodeAt(r)) ? -1 : r;
|
|
2028
|
+
}
|
|
2029
|
+
function On(e, t) {
|
|
2030
|
+
let n = e.bMarks[t] + e.tShift[t], r = e.eMarks[t], i = n;
|
|
2031
|
+
if (i + 1 >= r) return -1;
|
|
2032
|
+
let a = e.src.charCodeAt(i++);
|
|
2033
|
+
if (a < 48 || a > 57) return -1;
|
|
2034
|
+
for (;;) {
|
|
2035
|
+
if (i >= r) return -1;
|
|
2036
|
+
if (a = e.src.charCodeAt(i++), a >= 48 && a <= 57) {
|
|
2037
|
+
if (i - n >= 10) return -1;
|
|
2038
|
+
continue;
|
|
2039
|
+
}
|
|
2040
|
+
if (a === 41 || a === 46) break;
|
|
2041
|
+
return -1;
|
|
2042
|
+
}
|
|
2043
|
+
return i < r && (a = e.src.charCodeAt(i), !P(a)) ? -1 : i;
|
|
2044
|
+
}
|
|
2045
|
+
function kn(e, t) {
|
|
2046
|
+
let n = e.level + 2;
|
|
2047
|
+
for (let r = t + 2, i = e.tokens.length - 2; r < i; r++) e.tokens[r].level === n && e.tokens[r].type === "paragraph_open" && (e.tokens[r + 2].hidden = !0, e.tokens[r].hidden = !0, r += 2);
|
|
2048
|
+
}
|
|
2049
|
+
function An(e, t, n, r) {
|
|
2050
|
+
let i, a, o, s, c = t, l = !0;
|
|
2051
|
+
if (e.sCount[c] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[c] - e.listIndent >= 4 && e.sCount[c] < e.blkIndent) return !1;
|
|
2052
|
+
let u = !1;
|
|
2053
|
+
r && e.parentType === "paragraph" && e.sCount[c] >= e.blkIndent && (u = !0);
|
|
2054
|
+
let d, f, p;
|
|
2055
|
+
if ((p = On(e, c)) >= 0) {
|
|
2056
|
+
if (d = !0, o = e.bMarks[c] + e.tShift[c], f = Number(e.src.slice(o, p - 1)), u && f !== 1) return !1;
|
|
2057
|
+
} else if ((p = Dn(e, c)) >= 0) d = !1;
|
|
2058
|
+
else return !1;
|
|
2059
|
+
if (u && e.skipSpaces(p) >= e.eMarks[c]) return !1;
|
|
2060
|
+
if (r) return !0;
|
|
2061
|
+
let m = e.src.charCodeAt(p - 1), h = e.tokens.length;
|
|
2062
|
+
d ? (s = e.push("ordered_list_open", "ol", 1), f !== 1 && (s.attrs = [["start", f]])) : s = e.push("bullet_list_open", "ul", 1);
|
|
2063
|
+
let g = [c, 0];
|
|
2064
|
+
s.map = g, s.markup = String.fromCharCode(m);
|
|
2065
|
+
let _ = !1, v = e.md.block.ruler.getRules("list"), y = e.parentType;
|
|
2066
|
+
for (e.parentType = "list"; c < n;) {
|
|
2067
|
+
a = p, i = e.eMarks[c];
|
|
2068
|
+
let t = e.sCount[c] + p - (e.bMarks[c] + e.tShift[c]), r = t;
|
|
2069
|
+
for (; a < i;) {
|
|
2070
|
+
let t = e.src.charCodeAt(a);
|
|
2071
|
+
if (t === 9) r += 4 - (r + e.bsCount[c]) % 4;
|
|
2072
|
+
else if (t === 32) r++;
|
|
2073
|
+
else break;
|
|
2074
|
+
a++;
|
|
2075
|
+
}
|
|
2076
|
+
let u = a, f;
|
|
2077
|
+
f = u >= i ? 1 : r - t, f > 4 && (f = 1);
|
|
2078
|
+
let h = t + f;
|
|
2079
|
+
s = e.push("list_item_open", "li", 1), s.markup = String.fromCharCode(m);
|
|
2080
|
+
let g = [c, 0];
|
|
2081
|
+
s.map = g, d && (s.info = e.src.slice(o, p - 1));
|
|
2082
|
+
let y = e.tight, b = e.tShift[c], x = e.sCount[c], S = e.listIndent;
|
|
2083
|
+
if (e.listIndent = e.blkIndent, e.blkIndent = h, e.tight = !0, e.tShift[c] = u - e.bMarks[c], e.sCount[c] = r, u >= i && e.isEmpty(c + 1) ? e.line = Math.min(e.line + 2, n) : e.md.block.tokenize(e, c, n, !0), (!e.tight || _) && (l = !1), _ = e.line - c > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = S, e.tShift[c] = b, e.sCount[c] = x, e.tight = y, s = e.push("list_item_close", "li", -1), s.markup = String.fromCharCode(m), c = e.line, g[1] = c, c >= n || e.sCount[c] < e.blkIndent || e.sCount[c] - e.blkIndent >= 4) break;
|
|
2084
|
+
let C = !1;
|
|
2085
|
+
for (let t = 0, r = v.length; t < r; t++) if (v[t](e, c, n, !0)) {
|
|
2086
|
+
C = !0;
|
|
2087
|
+
break;
|
|
2088
|
+
}
|
|
2089
|
+
if (C) break;
|
|
2090
|
+
if (d) {
|
|
2091
|
+
if (p = On(e, c), p < 0) break;
|
|
2092
|
+
o = e.bMarks[c] + e.tShift[c];
|
|
2093
|
+
} else if (p = Dn(e, c), p < 0) break;
|
|
2094
|
+
if (m !== e.src.charCodeAt(p - 1)) break;
|
|
2095
|
+
}
|
|
2096
|
+
return s = d ? e.push("ordered_list_close", "ol", -1) : e.push("bullet_list_close", "ul", -1), s.markup = String.fromCharCode(m), g[1] = c, e.line = c, e.parentType = y, l && kn(e, h), !0;
|
|
2097
|
+
}
|
|
2098
|
+
//#endregion
|
|
2099
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/reference.mjs
|
|
2100
|
+
function jn(e, t, n, r) {
|
|
2101
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t], o = t + 1;
|
|
2102
|
+
if (e.sCount[t] - e.blkIndent >= 4 || e.src.charCodeAt(i) !== 91) return !1;
|
|
2103
|
+
function s(t) {
|
|
2104
|
+
let n = e.lineMax;
|
|
2105
|
+
if (t >= n || e.isEmpty(t)) return null;
|
|
2106
|
+
let r = !1;
|
|
2107
|
+
if (e.sCount[t] - e.blkIndent > 3 && (r = !0), e.sCount[t] < 0 && (r = !0), !r) {
|
|
2108
|
+
let r = e.md.block.ruler.getRules("reference"), i = e.parentType;
|
|
2109
|
+
e.parentType = "reference";
|
|
2110
|
+
let a = !1;
|
|
2111
|
+
for (let i = 0, o = r.length; i < o; i++) if (r[i](e, t, n, !0)) {
|
|
2112
|
+
a = !0;
|
|
2113
|
+
break;
|
|
2114
|
+
}
|
|
2115
|
+
if (e.parentType = i, a) return null;
|
|
2116
|
+
}
|
|
2117
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t];
|
|
2118
|
+
return e.src.slice(i, a + 1);
|
|
2119
|
+
}
|
|
2120
|
+
let c = e.src.slice(i, a + 1);
|
|
2121
|
+
a = c.length;
|
|
2122
|
+
let l = -1;
|
|
2123
|
+
for (i = 1; i < a; i++) {
|
|
2124
|
+
let e = c.charCodeAt(i);
|
|
2125
|
+
if (e === 91) return !1;
|
|
2126
|
+
if (e === 93) {
|
|
2127
|
+
l = i;
|
|
2128
|
+
break;
|
|
2129
|
+
} else if (e === 10) {
|
|
2130
|
+
let e = s(o);
|
|
2131
|
+
e !== null && (c += e, a = c.length, o++);
|
|
2132
|
+
} else if (e === 92 && (i++, i < a && c.charCodeAt(i) === 10)) {
|
|
2133
|
+
let e = s(o);
|
|
2134
|
+
e !== null && (c += e, a = c.length, o++);
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
if (l < 0 || c.charCodeAt(l + 1) !== 58) return !1;
|
|
2138
|
+
for (i = l + 2; i < a; i++) {
|
|
2139
|
+
let e = c.charCodeAt(i);
|
|
2140
|
+
if (e === 10) {
|
|
2141
|
+
let e = s(o);
|
|
2142
|
+
e !== null && (c += e, a = c.length, o++);
|
|
2143
|
+
} else if (!P(e)) break;
|
|
2144
|
+
}
|
|
2145
|
+
let u = e.md.helpers.parseLinkDestination(c, i, a);
|
|
2146
|
+
if (!u.ok) return !1;
|
|
2147
|
+
let d = e.md.normalizeLink(u.str);
|
|
2148
|
+
if (!e.md.validateLink(d)) return !1;
|
|
2149
|
+
i = u.pos;
|
|
2150
|
+
let f = i, p = o, m = i;
|
|
2151
|
+
for (; i < a; i++) {
|
|
2152
|
+
let e = c.charCodeAt(i);
|
|
2153
|
+
if (e === 10) {
|
|
2154
|
+
let e = s(o);
|
|
2155
|
+
e !== null && (c += e, a = c.length, o++);
|
|
2156
|
+
} else if (!P(e)) break;
|
|
2157
|
+
}
|
|
2158
|
+
let h = e.md.helpers.parseLinkTitle(c, i, a);
|
|
2159
|
+
for (; h.can_continue;) {
|
|
2160
|
+
let t = s(o);
|
|
2161
|
+
if (t === null) break;
|
|
2162
|
+
c += t, i = a, a = c.length, o++, h = e.md.helpers.parseLinkTitle(c, i, a, h);
|
|
2163
|
+
}
|
|
2164
|
+
let g;
|
|
2165
|
+
for (i < a && m !== i && h.ok ? (g = h.str, i = h.pos) : (g = "", i = f, o = p); i < a && P(c.charCodeAt(i));) i++;
|
|
2166
|
+
if (i < a && c.charCodeAt(i) !== 10 && g) for (g = "", i = f, o = p; i < a && P(c.charCodeAt(i));) i++;
|
|
2167
|
+
if (i < a && c.charCodeAt(i) !== 10) return !1;
|
|
2168
|
+
let _ = It(c.slice(1, l));
|
|
2169
|
+
return _ ? r ? !0 : (e.env.references === void 0 && (e.env.references = {}), e.env.references[_] === void 0 && (e.env.references[_] = {
|
|
2170
|
+
title: g,
|
|
2171
|
+
href: d
|
|
2172
|
+
}), e.line = o, !0) : !1;
|
|
2173
|
+
}
|
|
2174
|
+
//#endregion
|
|
2175
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/common/html_blocks.mjs
|
|
2176
|
+
var Mn = /* @__PURE__ */ "address.article.aside.base.basefont.blockquote.body.caption.center.col.colgroup.dd.details.dialog.dir.div.dl.dt.fieldset.figcaption.figure.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hr.html.iframe.legend.li.link.main.menu.menuitem.nav.noframes.ol.optgroup.option.p.param.search.section.summary.table.tbody.td.tfoot.th.thead.title.tr.track.ul".split("."), Nn = /* @__PURE__ */ RegExp("^(?:<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>|<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>|<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"), Pn = /* @__PURE__ */ RegExp("^(?:<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>|<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>)"), z = [
|
|
2177
|
+
[
|
|
2178
|
+
/^<(script|pre|style|textarea)(?=(\s|>|$))/i,
|
|
2179
|
+
/<\/(script|pre|style|textarea)>/i,
|
|
2180
|
+
!0
|
|
2181
|
+
],
|
|
2182
|
+
[
|
|
2183
|
+
/^<!--/,
|
|
2184
|
+
/-->/,
|
|
2185
|
+
!0
|
|
2186
|
+
],
|
|
2187
|
+
[
|
|
2188
|
+
/^<\?/,
|
|
2189
|
+
/\?>/,
|
|
2190
|
+
!0
|
|
2191
|
+
],
|
|
2192
|
+
[
|
|
2193
|
+
/^<![A-Z]/,
|
|
2194
|
+
/>/,
|
|
2195
|
+
!0
|
|
2196
|
+
],
|
|
2197
|
+
[
|
|
2198
|
+
/^<!\[CDATA\[/,
|
|
2199
|
+
/\]\]>/,
|
|
2200
|
+
!0
|
|
2201
|
+
],
|
|
2202
|
+
[
|
|
2203
|
+
RegExp("^</?(" + Mn.join("|") + ")(?=(\\s|/?>|$))", "i"),
|
|
2204
|
+
/^$/,
|
|
2205
|
+
!0
|
|
2206
|
+
],
|
|
2207
|
+
[
|
|
2208
|
+
RegExp(Pn.source + "\\s*$"),
|
|
2209
|
+
/^$/,
|
|
2210
|
+
!1
|
|
2211
|
+
]
|
|
2212
|
+
];
|
|
2213
|
+
function Fn(e, t, n, r) {
|
|
2214
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t];
|
|
2215
|
+
if (e.sCount[t] - e.blkIndent >= 4 || !e.md.options.html || e.src.charCodeAt(i) !== 60) return !1;
|
|
2216
|
+
let o = e.src.slice(i, a), s = 0;
|
|
2217
|
+
for (; s < z.length && !z[s][0].test(o); s++);
|
|
2218
|
+
if (s === z.length) return !1;
|
|
2219
|
+
if (r) return z[s][2];
|
|
2220
|
+
let c = t + 1, l = z[s][1].test("");
|
|
2221
|
+
if (!z[s][1].test(o)) {
|
|
2222
|
+
for (; c < n && !(e.sCount[c] < e.blkIndent && (l || !e.isEmpty(c))); c++) if (i = e.bMarks[c] + e.tShift[c], a = e.eMarks[c], o = e.src.slice(i, a), z[s][1].test(o)) {
|
|
2223
|
+
o.length !== 0 && c++;
|
|
2224
|
+
break;
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
e.line = c;
|
|
2228
|
+
let u = e.push("html_block", "", 0);
|
|
2229
|
+
return u.map = [t, c], u.content = e.getLines(t, c, e.blkIndent, !0), !0;
|
|
2230
|
+
}
|
|
2231
|
+
//#endregion
|
|
2232
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/heading.mjs
|
|
2233
|
+
function In(e, t, n, r) {
|
|
2234
|
+
let i = e.bMarks[t] + e.tShift[t], a = e.eMarks[t];
|
|
2235
|
+
if (e.sCount[t] - e.blkIndent >= 4) return !1;
|
|
2236
|
+
let o = e.src.charCodeAt(i);
|
|
2237
|
+
if (o !== 35 || i >= a) return !1;
|
|
2238
|
+
let s = 1;
|
|
2239
|
+
for (o = e.src.charCodeAt(++i); o === 35 && i < a && s <= 6;) s++, o = e.src.charCodeAt(++i);
|
|
2240
|
+
if (s > 6 || i < a && !P(o)) return !1;
|
|
2241
|
+
if (r) return !0;
|
|
2242
|
+
a = e.skipSpacesBack(a, i);
|
|
2243
|
+
let c = e.skipCharsBack(a, 35, i);
|
|
2244
|
+
c > i && P(e.src.charCodeAt(c - 1)) && (a = c), e.line = t + 1;
|
|
2245
|
+
let l = e.push("heading_open", "h" + String(s), 1);
|
|
2246
|
+
l.markup = "########".slice(0, s), l.map = [t, e.line];
|
|
2247
|
+
let u = e.push("inline", "", 0);
|
|
2248
|
+
u.content = Rt(e.src.slice(i, a)), u.map = [t, e.line], u.children = [];
|
|
2249
|
+
let d = e.push("heading_close", "h" + String(s), -1);
|
|
2250
|
+
return d.markup = "########".slice(0, s), !0;
|
|
2251
|
+
}
|
|
2252
|
+
//#endregion
|
|
2253
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/lheading.mjs
|
|
2254
|
+
function Ln(e, t, n) {
|
|
2255
|
+
let r = e.md.block.ruler.getRules("paragraph");
|
|
2256
|
+
if (e.sCount[t] - e.blkIndent >= 4) return !1;
|
|
2257
|
+
let i = e.parentType;
|
|
2258
|
+
e.parentType = "paragraph";
|
|
2259
|
+
let a = 0, o, s = t + 1;
|
|
2260
|
+
for (; s < n && !e.isEmpty(s); s++) {
|
|
2261
|
+
if (e.sCount[s] - e.blkIndent > 3) continue;
|
|
2262
|
+
if (e.sCount[s] >= e.blkIndent) {
|
|
2263
|
+
let t = e.bMarks[s] + e.tShift[s], n = e.eMarks[s];
|
|
2264
|
+
if (t < n && (o = e.src.charCodeAt(t), (o === 45 || o === 61) && (t = e.skipChars(t, o), t = e.skipSpaces(t), t >= n))) {
|
|
2265
|
+
a = o === 61 ? 1 : 2;
|
|
2266
|
+
break;
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
if (e.sCount[s] < 0) continue;
|
|
2270
|
+
let t = !1;
|
|
2271
|
+
for (let i = 0, a = r.length; i < a; i++) if (r[i](e, s, n, !0)) {
|
|
2272
|
+
t = !0;
|
|
2273
|
+
break;
|
|
2274
|
+
}
|
|
2275
|
+
if (t) break;
|
|
2276
|
+
}
|
|
2277
|
+
if (!a) return e.parentType = i, !1;
|
|
2278
|
+
let c = Rt(e.getLines(t, s, e.blkIndent, !1));
|
|
2279
|
+
e.line = s + 1;
|
|
2280
|
+
let l = e.push("heading_open", "h" + String(a), 1);
|
|
2281
|
+
l.markup = String.fromCharCode(o), l.map = [t, e.line];
|
|
2282
|
+
let u = e.push("inline", "", 0);
|
|
2283
|
+
u.content = c, u.map = [t, e.line - 1], u.children = [];
|
|
2284
|
+
let d = e.push("heading_close", "h" + String(a), -1);
|
|
2285
|
+
return d.markup = String.fromCharCode(o), e.parentType = i, !0;
|
|
2286
|
+
}
|
|
2287
|
+
//#endregion
|
|
2288
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs
|
|
2289
|
+
function Rn(e, t, n) {
|
|
2290
|
+
let r = e.md.block.ruler.getRules("paragraph"), i = e.parentType, a = t + 1;
|
|
2291
|
+
for (e.parentType = "paragraph"; a < n && !e.isEmpty(a); a++) {
|
|
2292
|
+
if (e.sCount[a] - e.blkIndent > 3 || e.sCount[a] < 0) continue;
|
|
2293
|
+
let t = !1;
|
|
2294
|
+
for (let i = 0, o = r.length; i < o; i++) if (r[i](e, a, n, !0)) {
|
|
2295
|
+
t = !0;
|
|
2296
|
+
break;
|
|
2297
|
+
}
|
|
2298
|
+
if (t) break;
|
|
2299
|
+
}
|
|
2300
|
+
let o = Rt(e.getLines(t, a, e.blkIndent, !1));
|
|
2301
|
+
e.line = a;
|
|
2302
|
+
let s = e.push("paragraph_open", "p", 1);
|
|
2303
|
+
s.map = [t, e.line];
|
|
2304
|
+
let c = e.push("inline", "", 0);
|
|
2305
|
+
return c.content = o, c.map = [t, e.line], c.children = [], e.push("paragraph_close", "p", -1), e.parentType = i, !0;
|
|
2306
|
+
}
|
|
2307
|
+
//#endregion
|
|
2308
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/parser_block.mjs
|
|
2309
|
+
var zn = [
|
|
2310
|
+
[
|
|
2311
|
+
"table",
|
|
2312
|
+
Sn,
|
|
2313
|
+
["paragraph", "reference"]
|
|
2314
|
+
],
|
|
2315
|
+
["code", Cn],
|
|
2316
|
+
[
|
|
2317
|
+
"fence",
|
|
2318
|
+
wn,
|
|
2319
|
+
[
|
|
2320
|
+
"paragraph",
|
|
2321
|
+
"reference",
|
|
2322
|
+
"blockquote",
|
|
2323
|
+
"list"
|
|
2324
|
+
]
|
|
2325
|
+
],
|
|
2326
|
+
[
|
|
2327
|
+
"blockquote",
|
|
2328
|
+
Tn,
|
|
2329
|
+
[
|
|
2330
|
+
"paragraph",
|
|
2331
|
+
"reference",
|
|
2332
|
+
"blockquote",
|
|
2333
|
+
"list"
|
|
2334
|
+
]
|
|
2335
|
+
],
|
|
2336
|
+
[
|
|
2337
|
+
"hr",
|
|
2338
|
+
En,
|
|
2339
|
+
[
|
|
2340
|
+
"paragraph",
|
|
2341
|
+
"reference",
|
|
2342
|
+
"blockquote",
|
|
2343
|
+
"list"
|
|
2344
|
+
]
|
|
2345
|
+
],
|
|
2346
|
+
[
|
|
2347
|
+
"list",
|
|
2348
|
+
An,
|
|
2349
|
+
[
|
|
2350
|
+
"paragraph",
|
|
2351
|
+
"reference",
|
|
2352
|
+
"blockquote"
|
|
2353
|
+
]
|
|
2354
|
+
],
|
|
2355
|
+
["reference", jn],
|
|
2356
|
+
[
|
|
2357
|
+
"html_block",
|
|
2358
|
+
Fn,
|
|
2359
|
+
[
|
|
2360
|
+
"paragraph",
|
|
2361
|
+
"reference",
|
|
2362
|
+
"blockquote"
|
|
2363
|
+
]
|
|
2364
|
+
],
|
|
2365
|
+
[
|
|
2366
|
+
"heading",
|
|
2367
|
+
In,
|
|
2368
|
+
[
|
|
2369
|
+
"paragraph",
|
|
2370
|
+
"reference",
|
|
2371
|
+
"blockquote"
|
|
2372
|
+
]
|
|
2373
|
+
],
|
|
2374
|
+
["lheading", Ln],
|
|
2375
|
+
["paragraph", Rn]
|
|
2376
|
+
];
|
|
2377
|
+
function Bn() {
|
|
2378
|
+
this.ruler = new I();
|
|
2379
|
+
for (let e = 0; e < zn.length; e++) this.ruler.push(zn[e][0], zn[e][1], { alt: (zn[e][2] || []).slice() });
|
|
2380
|
+
}
|
|
2381
|
+
Bn.prototype.tokenize = function(e, t, n) {
|
|
2382
|
+
let r = this.ruler.getRules(""), i = r.length, a = e.md.options.maxNesting, o = t, s = !1;
|
|
2383
|
+
for (; o < n && (e.line = o = e.skipEmptyLines(o), !(o >= n || e.sCount[o] < e.blkIndent));) {
|
|
2384
|
+
if (e.level >= a) {
|
|
2385
|
+
e.line = n;
|
|
2386
|
+
break;
|
|
2387
|
+
}
|
|
2388
|
+
let t = e.line, c = !1;
|
|
2389
|
+
for (let a = 0; a < i; a++) if (c = r[a](e, o, n, !1), c) {
|
|
2390
|
+
if (t >= e.line) throw Error("block rule didn't increment state.line");
|
|
2391
|
+
break;
|
|
2392
|
+
}
|
|
2393
|
+
if (!c) throw Error("none of the block rules matched");
|
|
2394
|
+
e.tight = !s, e.isEmpty(e.line - 1) && (s = !0), o = e.line, o < n && e.isEmpty(o) && (s = !0, o++, e.line = o);
|
|
2395
|
+
}
|
|
2396
|
+
}, Bn.prototype.parse = function(e, t, n, r) {
|
|
2397
|
+
if (!e) return;
|
|
2398
|
+
let i = new this.State(e, t, n, r);
|
|
2399
|
+
this.tokenize(i, i.line, i.lineMax);
|
|
2400
|
+
}, Bn.prototype.State = R;
|
|
2401
|
+
//#endregion
|
|
2402
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs
|
|
2403
|
+
function Vn(e, t, n, r) {
|
|
2404
|
+
this.src = e, this.env = n, this.md = t, this.tokens = r, this.tokens_meta = Array(r.length), this.pos = 0, this.posMax = this.src.length, this.level = 0, this.pending = "", this.pendingLevel = 0, this.cache = {}, this.delimiters = [], this._prev_delimiters = [], this.backticks = {}, this.backticksScanned = !1, this.linkLevel = 0;
|
|
2405
|
+
}
|
|
2406
|
+
Vn.prototype.pushPending = function() {
|
|
2407
|
+
let e = new L("text", "", 0);
|
|
2408
|
+
return e.content = this.pending, e.level = this.pendingLevel, this.tokens.push(e), this.pending = "", e;
|
|
2409
|
+
}, Vn.prototype.push = function(e, t, n) {
|
|
2410
|
+
this.pending && this.pushPending();
|
|
2411
|
+
let r = new L(e, t, n), i = null;
|
|
2412
|
+
return n < 0 && (this.level--, this.delimiters = this._prev_delimiters.pop()), r.level = this.level, n > 0 && (this.level++, this._prev_delimiters.push(this.delimiters), this.delimiters = [], i = { delimiters: this.delimiters }), this.pendingLevel = this.level, this.tokens.push(r), this.tokens_meta.push(i), r;
|
|
2413
|
+
}, Vn.prototype.scanDelims = function(e, t) {
|
|
2414
|
+
let n = this.posMax, r = this.src.charCodeAt(e), i;
|
|
2415
|
+
if (e === 0) i = 32;
|
|
2416
|
+
else if (e === 1) i = this.src.charCodeAt(0), (i & 63488) == 55296 && (i = 65533);
|
|
2417
|
+
else if (i = this.src.charCodeAt(e - 1), (i & 64512) == 56320) {
|
|
2418
|
+
let t = this.src.charCodeAt(e - 2);
|
|
2419
|
+
i = (t & 64512) == 55296 ? 65536 + (t - 55296 << 10) + (i - 56320) : 65533;
|
|
2420
|
+
} else (i & 64512) == 55296 && (i = 65533);
|
|
2421
|
+
let a = e;
|
|
2422
|
+
for (; a < n && this.src.charCodeAt(a) === r;) a++;
|
|
2423
|
+
let o = a - e, s = a < n ? this.src.charCodeAt(a) : 32;
|
|
2424
|
+
if ((s & 64512) == 55296) {
|
|
2425
|
+
let e = this.src.charCodeAt(a + 1);
|
|
2426
|
+
s = (e & 64512) == 56320 ? 65536 + (s - 55296 << 10) + (e - 56320) : 65533;
|
|
2427
|
+
} else (s & 64512) == 56320 && (s = 65533);
|
|
2428
|
+
let c = Ft(i) || Pt(i), l = Ft(s) || Pt(s), u = Mt(i), d = Mt(s), f = !d && (!l || u || c), p = !u && (!c || d || l);
|
|
2429
|
+
return {
|
|
2430
|
+
can_open: f && (t || !p || c),
|
|
2431
|
+
can_close: p && (t || !f || l),
|
|
2432
|
+
length: o
|
|
2433
|
+
};
|
|
2434
|
+
}, Vn.prototype.Token = L;
|
|
2435
|
+
//#endregion
|
|
2436
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/text.mjs
|
|
2437
|
+
function Hn(e) {
|
|
2438
|
+
switch (e) {
|
|
2439
|
+
case 10:
|
|
2440
|
+
case 33:
|
|
2441
|
+
case 35:
|
|
2442
|
+
case 36:
|
|
2443
|
+
case 37:
|
|
2444
|
+
case 38:
|
|
2445
|
+
case 42:
|
|
2446
|
+
case 43:
|
|
2447
|
+
case 45:
|
|
2448
|
+
case 58:
|
|
2449
|
+
case 60:
|
|
2450
|
+
case 61:
|
|
2451
|
+
case 62:
|
|
2452
|
+
case 64:
|
|
2453
|
+
case 91:
|
|
2454
|
+
case 92:
|
|
2455
|
+
case 93:
|
|
2456
|
+
case 94:
|
|
2457
|
+
case 95:
|
|
2458
|
+
case 96:
|
|
2459
|
+
case 123:
|
|
2460
|
+
case 125:
|
|
2461
|
+
case 126: return !0;
|
|
2462
|
+
default: return !1;
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
function Un(e, t) {
|
|
2466
|
+
let n = e.pos;
|
|
2467
|
+
for (; n < e.posMax && !Hn(e.src.charCodeAt(n));) n++;
|
|
2468
|
+
return n === e.pos ? !1 : (t || (e.pending += e.src.slice(e.pos, n)), e.pos = n, !0);
|
|
2469
|
+
}
|
|
2470
|
+
//#endregion
|
|
2471
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs
|
|
2472
|
+
var Wn = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2473
|
+
function Gn(e, t) {
|
|
2474
|
+
if (!e.md.options.linkify || e.linkLevel > 0) return !1;
|
|
2475
|
+
let n = e.pos, r = e.posMax;
|
|
2476
|
+
if (n + 3 > r || e.src.charCodeAt(n) !== 58 || e.src.charCodeAt(n + 1) !== 47 || e.src.charCodeAt(n + 2) !== 47) return !1;
|
|
2477
|
+
let i = e.pending.match(Wn);
|
|
2478
|
+
if (!i) return !1;
|
|
2479
|
+
let a = i[1], o = e.md.linkify.matchAtStart(e.src.slice(n - a.length));
|
|
2480
|
+
if (!o) return !1;
|
|
2481
|
+
let s = o.url;
|
|
2482
|
+
if (s.length <= a.length) return !1;
|
|
2483
|
+
let c = s.length;
|
|
2484
|
+
for (; c > 0 && s.charCodeAt(c - 1) === 42;) c--;
|
|
2485
|
+
c !== s.length && (s = s.slice(0, c));
|
|
2486
|
+
let l = e.md.normalizeLink(s);
|
|
2487
|
+
if (!e.md.validateLink(l)) return !1;
|
|
2488
|
+
if (!t) {
|
|
2489
|
+
e.pending = e.pending.slice(0, -a.length);
|
|
2490
|
+
let t = e.push("link_open", "a", 1);
|
|
2491
|
+
t.attrs = [["href", l]], t.markup = "linkify", t.info = "auto";
|
|
2492
|
+
let n = e.push("text", "", 0);
|
|
2493
|
+
n.content = e.md.normalizeLinkText(s);
|
|
2494
|
+
let r = e.push("link_close", "a", -1);
|
|
2495
|
+
r.markup = "linkify", r.info = "auto";
|
|
2496
|
+
}
|
|
2497
|
+
return e.pos += s.length - a.length, !0;
|
|
2498
|
+
}
|
|
2499
|
+
//#endregion
|
|
2500
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/newline.mjs
|
|
2501
|
+
function Kn(e, t) {
|
|
2502
|
+
let n = e.pos;
|
|
2503
|
+
if (e.src.charCodeAt(n) !== 10) return !1;
|
|
2504
|
+
let r = e.pending.length - 1, i = e.posMax;
|
|
2505
|
+
if (!t) if (r >= 0 && e.pending.charCodeAt(r) === 32) if (r >= 1 && e.pending.charCodeAt(r - 1) === 32) {
|
|
2506
|
+
let t = r - 1;
|
|
2507
|
+
for (; t >= 1 && e.pending.charCodeAt(t - 1) === 32;) t--;
|
|
2508
|
+
e.pending = e.pending.slice(0, t), e.push("hardbreak", "br", 0);
|
|
2509
|
+
} else e.pending = e.pending.slice(0, -1), e.push("softbreak", "br", 0);
|
|
2510
|
+
else e.push("softbreak", "br", 0);
|
|
2511
|
+
for (n++; n < i && P(e.src.charCodeAt(n));) n++;
|
|
2512
|
+
return e.pos = n, !0;
|
|
2513
|
+
}
|
|
2514
|
+
//#endregion
|
|
2515
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/escape.mjs
|
|
2516
|
+
var qn = [];
|
|
2517
|
+
for (let e = 0; e < 256; e++) qn.push(0);
|
|
2518
|
+
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e) {
|
|
2519
|
+
qn[e.charCodeAt(0)] = 1;
|
|
2520
|
+
});
|
|
2521
|
+
function Jn(e, t) {
|
|
2522
|
+
let n = e.pos, r = e.posMax;
|
|
2523
|
+
if (e.src.charCodeAt(n) !== 92 || (n++, n >= r)) return !1;
|
|
2524
|
+
let i = e.src.charCodeAt(n);
|
|
2525
|
+
if (i === 10) {
|
|
2526
|
+
for (t || e.push("hardbreak", "br", 0), n++; n < r && (i = e.src.charCodeAt(n), P(i));) n++;
|
|
2527
|
+
return e.pos = n, !0;
|
|
2528
|
+
}
|
|
2529
|
+
if (i === 32) {
|
|
2530
|
+
if (!t) {
|
|
2531
|
+
let t = e.push("text_special", "", 0);
|
|
2532
|
+
t.content = "\\", t.markup = "\\", t.info = "escape";
|
|
2533
|
+
}
|
|
2534
|
+
return e.pos = n, !0;
|
|
2535
|
+
}
|
|
2536
|
+
let a = e.src[n];
|
|
2537
|
+
if (i >= 55296 && i <= 56319 && n + 1 < r) {
|
|
2538
|
+
let t = e.src.charCodeAt(n + 1);
|
|
2539
|
+
t >= 56320 && t <= 57343 && (a += e.src[n + 1], n++);
|
|
2540
|
+
}
|
|
2541
|
+
let o = "\\" + a;
|
|
2542
|
+
if (!t) {
|
|
2543
|
+
let t = e.push("text_special", "", 0);
|
|
2544
|
+
i < 256 && qn[i] !== 0 ? t.content = a : t.content = o, t.markup = o, t.info = "escape";
|
|
2545
|
+
}
|
|
2546
|
+
return e.pos = n + 1, !0;
|
|
2547
|
+
}
|
|
2548
|
+
//#endregion
|
|
2549
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs
|
|
2550
|
+
function Yn(e, t) {
|
|
2551
|
+
let n = e.pos;
|
|
2552
|
+
if (e.src.charCodeAt(n) !== 96) return !1;
|
|
2553
|
+
let r = n;
|
|
2554
|
+
n++;
|
|
2555
|
+
let i = e.posMax;
|
|
2556
|
+
for (; n < i && e.src.charCodeAt(n) === 96;) n++;
|
|
2557
|
+
let a = e.src.slice(r, n), o = a.length;
|
|
2558
|
+
if (e.backticksScanned && (e.backticks[o] || 0) <= r) return t || (e.pending += a), e.pos += o, !0;
|
|
2559
|
+
let s = n, c;
|
|
2560
|
+
for (; (c = e.src.indexOf("`", s)) !== -1;) {
|
|
2561
|
+
for (s = c + 1; s < i && e.src.charCodeAt(s) === 96;) s++;
|
|
2562
|
+
let r = s - c;
|
|
2563
|
+
if (r === o) {
|
|
2564
|
+
if (!t) {
|
|
2565
|
+
let t = e.push("code_inline", "code", 0);
|
|
2566
|
+
t.markup = a, t.content = e.src.slice(n, c).replace(/\n/g, " ").replace(/^ (.+) $/, "$1");
|
|
2567
|
+
}
|
|
2568
|
+
return e.pos = s, !0;
|
|
2569
|
+
}
|
|
2570
|
+
e.backticks[r] = c;
|
|
2571
|
+
}
|
|
2572
|
+
return e.backticksScanned = !0, t || (e.pending += a), e.pos += o, !0;
|
|
2573
|
+
}
|
|
2574
|
+
//#endregion
|
|
2575
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs
|
|
2576
|
+
function Xn(e, t) {
|
|
2577
|
+
let n = e.pos, r = e.src.charCodeAt(n);
|
|
2578
|
+
if (t || r !== 126) return !1;
|
|
2579
|
+
let i = e.scanDelims(e.pos, !0), a = i.length, o = String.fromCharCode(r);
|
|
2580
|
+
if (a < 2) return !1;
|
|
2581
|
+
let s;
|
|
2582
|
+
a % 2 && (s = e.push("text", "", 0), s.content = o, a--);
|
|
2583
|
+
for (let t = 0; t < a; t += 2) s = e.push("text", "", 0), s.content = o + o, e.delimiters.push({
|
|
2584
|
+
marker: r,
|
|
2585
|
+
length: 0,
|
|
2586
|
+
token: e.tokens.length - 1,
|
|
2587
|
+
end: -1,
|
|
2588
|
+
open: i.can_open,
|
|
2589
|
+
close: i.can_close
|
|
2590
|
+
});
|
|
2591
|
+
return e.pos += i.length, !0;
|
|
2592
|
+
}
|
|
2593
|
+
function Zn(e, t) {
|
|
2594
|
+
let n, r = [], i = t.length;
|
|
2595
|
+
for (let a = 0; a < i; a++) {
|
|
2596
|
+
let i = t[a];
|
|
2597
|
+
if (i.marker !== 126 || i.end === -1) continue;
|
|
2598
|
+
let o = t[i.end];
|
|
2599
|
+
n = e.tokens[i.token], n.type = "s_open", n.tag = "s", n.nesting = 1, n.markup = "~~", n.content = "", n = e.tokens[o.token], n.type = "s_close", n.tag = "s", n.nesting = -1, n.markup = "~~", n.content = "", e.tokens[o.token - 1].type === "text" && e.tokens[o.token - 1].content === "~" && r.push(o.token - 1);
|
|
2600
|
+
}
|
|
2601
|
+
for (; r.length;) {
|
|
2602
|
+
let t = r.pop(), i = t + 1;
|
|
2603
|
+
for (; i < e.tokens.length && e.tokens[i].type === "s_close";) i++;
|
|
2604
|
+
i--, t !== i && (n = e.tokens[i], e.tokens[i] = e.tokens[t], e.tokens[t] = n);
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
function Qn(e) {
|
|
2608
|
+
let t = e.tokens_meta, n = e.tokens_meta.length;
|
|
2609
|
+
Zn(e, e.delimiters);
|
|
2610
|
+
for (let r = 0; r < n; r++) t[r] && t[r].delimiters && Zn(e, t[r].delimiters);
|
|
2611
|
+
}
|
|
2612
|
+
var $n = {
|
|
2613
|
+
tokenize: Xn,
|
|
2614
|
+
postProcess: Qn
|
|
2615
|
+
};
|
|
2616
|
+
//#endregion
|
|
2617
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs
|
|
2618
|
+
function er(e, t) {
|
|
2619
|
+
let n = e.pos, r = e.src.charCodeAt(n);
|
|
2620
|
+
if (t || r !== 95 && r !== 42) return !1;
|
|
2621
|
+
let i = e.scanDelims(e.pos, r === 42);
|
|
2622
|
+
for (let t = 0; t < i.length; t++) {
|
|
2623
|
+
let t = e.push("text", "", 0);
|
|
2624
|
+
t.content = String.fromCharCode(r), e.delimiters.push({
|
|
2625
|
+
marker: r,
|
|
2626
|
+
length: i.length,
|
|
2627
|
+
token: e.tokens.length - 1,
|
|
2628
|
+
end: -1,
|
|
2629
|
+
open: i.can_open,
|
|
2630
|
+
close: i.can_close
|
|
2631
|
+
});
|
|
2632
|
+
}
|
|
2633
|
+
return e.pos += i.length, !0;
|
|
2634
|
+
}
|
|
2635
|
+
function tr(e, t) {
|
|
2636
|
+
let n = t.length;
|
|
2637
|
+
for (let r = n - 1; r >= 0; r--) {
|
|
2638
|
+
let n = t[r];
|
|
2639
|
+
if (n.marker !== 95 && n.marker !== 42 || n.end === -1) continue;
|
|
2640
|
+
let i = t[n.end], a = r > 0 && t[r - 1].end === n.end + 1 && t[r - 1].marker === n.marker && t[r - 1].token === n.token - 1 && t[n.end + 1].token === i.token + 1, o = String.fromCharCode(n.marker), s = e.tokens[n.token];
|
|
2641
|
+
s.type = a ? "strong_open" : "em_open", s.tag = a ? "strong" : "em", s.nesting = 1, s.markup = a ? o + o : o, s.content = "";
|
|
2642
|
+
let c = e.tokens[i.token];
|
|
2643
|
+
c.type = a ? "strong_close" : "em_close", c.tag = a ? "strong" : "em", c.nesting = -1, c.markup = a ? o + o : o, c.content = "", a && (e.tokens[t[r - 1].token].content = "", e.tokens[t[n.end + 1].token].content = "", r--);
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
function nr(e) {
|
|
2647
|
+
let t = e.tokens_meta, n = e.tokens_meta.length;
|
|
2648
|
+
tr(e, e.delimiters);
|
|
2649
|
+
for (let r = 0; r < n; r++) t[r] && t[r].delimiters && tr(e, t[r].delimiters);
|
|
2650
|
+
}
|
|
2651
|
+
var rr = {
|
|
2652
|
+
tokenize: er,
|
|
2653
|
+
postProcess: nr
|
|
2654
|
+
};
|
|
2655
|
+
//#endregion
|
|
2656
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/link.mjs
|
|
2657
|
+
function ir(e, t) {
|
|
2658
|
+
let n, r, i, a, o = "", s = "", c = e.pos, l = !0;
|
|
2659
|
+
if (e.src.charCodeAt(e.pos) !== 91) return !1;
|
|
2660
|
+
let u = e.pos, d = e.posMax, f = e.pos + 1, p = e.md.helpers.parseLinkLabel(e, e.pos, !0);
|
|
2661
|
+
if (p < 0) return !1;
|
|
2662
|
+
let m = p + 1;
|
|
2663
|
+
if (m < d && e.src.charCodeAt(m) === 40) {
|
|
2664
|
+
for (l = !1, m++; m < d && (n = e.src.charCodeAt(m), !(!P(n) && n !== 10)); m++);
|
|
2665
|
+
if (m >= d) return !1;
|
|
2666
|
+
if (c = m, i = e.md.helpers.parseLinkDestination(e.src, m, e.posMax), i.ok) {
|
|
2667
|
+
for (o = e.md.normalizeLink(i.str), e.md.validateLink(o) ? m = i.pos : o = "", c = m; m < d && (n = e.src.charCodeAt(m), !(!P(n) && n !== 10)); m++);
|
|
2668
|
+
if (i = e.md.helpers.parseLinkTitle(e.src, m, e.posMax), m < d && c !== m && i.ok) for (s = i.str, m = i.pos; m < d && (n = e.src.charCodeAt(m), !(!P(n) && n !== 10)); m++);
|
|
2669
|
+
}
|
|
2670
|
+
(m >= d || e.src.charCodeAt(m) !== 41) && (l = !0), m++;
|
|
2671
|
+
}
|
|
2672
|
+
if (l) {
|
|
2673
|
+
if (e.env.references === void 0) return !1;
|
|
2674
|
+
if (m < d && e.src.charCodeAt(m) === 91 ? (c = m + 1, m = e.md.helpers.parseLinkLabel(e, m), m >= 0 ? r = e.src.slice(c, m++) : m = p + 1) : m = p + 1, r ||= e.src.slice(f, p), a = e.env.references[It(r)], !a) return e.pos = u, !1;
|
|
2675
|
+
o = a.href, s = a.title;
|
|
2676
|
+
}
|
|
2677
|
+
if (!t) {
|
|
2678
|
+
e.pos = f, e.posMax = p;
|
|
2679
|
+
let t = e.push("link_open", "a", 1), n = [["href", o]];
|
|
2680
|
+
t.attrs = n, s && n.push(["title", s]), e.linkLevel++, e.md.inline.tokenize(e), e.linkLevel--, e.push("link_close", "a", -1);
|
|
2681
|
+
}
|
|
2682
|
+
return e.pos = m, e.posMax = d, !0;
|
|
2683
|
+
}
|
|
2684
|
+
//#endregion
|
|
2685
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/image.mjs
|
|
2686
|
+
function ar(e, t) {
|
|
2687
|
+
let n, r, i, a, o, s, c, l, u = "", d = e.pos, f = e.posMax;
|
|
2688
|
+
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91) return !1;
|
|
2689
|
+
let p = e.pos + 2, m = e.md.helpers.parseLinkLabel(e, e.pos + 1, !1);
|
|
2690
|
+
if (m < 0) return !1;
|
|
2691
|
+
if (a = m + 1, a < f && e.src.charCodeAt(a) === 40) {
|
|
2692
|
+
for (a++; a < f && (n = e.src.charCodeAt(a), !(!P(n) && n !== 10)); a++);
|
|
2693
|
+
if (a >= f) return !1;
|
|
2694
|
+
for (l = a, s = e.md.helpers.parseLinkDestination(e.src, a, e.posMax), s.ok && (u = e.md.normalizeLink(s.str), e.md.validateLink(u) ? a = s.pos : u = ""), l = a; a < f && (n = e.src.charCodeAt(a), !(!P(n) && n !== 10)); a++);
|
|
2695
|
+
if (s = e.md.helpers.parseLinkTitle(e.src, a, e.posMax), a < f && l !== a && s.ok) for (c = s.str, a = s.pos; a < f && (n = e.src.charCodeAt(a), !(!P(n) && n !== 10)); a++);
|
|
2696
|
+
else c = "";
|
|
2697
|
+
if (a >= f || e.src.charCodeAt(a) !== 41) return e.pos = d, !1;
|
|
2698
|
+
a++;
|
|
2699
|
+
} else {
|
|
2700
|
+
if (e.env.references === void 0) return !1;
|
|
2701
|
+
if (a < f && e.src.charCodeAt(a) === 91 ? (l = a + 1, a = e.md.helpers.parseLinkLabel(e, a), a >= 0 ? i = e.src.slice(l, a++) : a = m + 1) : a = m + 1, i ||= e.src.slice(p, m), o = e.env.references[It(i)], !o) return e.pos = d, !1;
|
|
2702
|
+
u = o.href, c = o.title;
|
|
2703
|
+
}
|
|
2704
|
+
if (!t) {
|
|
2705
|
+
r = e.src.slice(p, m);
|
|
2706
|
+
let t = [];
|
|
2707
|
+
e.md.inline.parse(r, e.md, e.env, t);
|
|
2708
|
+
let n = e.push("image", "img", 0), i = [["src", u], ["alt", ""]];
|
|
2709
|
+
n.attrs = i, n.children = t, n.content = r, c && i.push(["title", c]);
|
|
2710
|
+
}
|
|
2711
|
+
return e.pos = a, e.posMax = f, !0;
|
|
2712
|
+
}
|
|
2713
|
+
//#endregion
|
|
2714
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs
|
|
2715
|
+
var or = /^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/, sr = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
2716
|
+
function cr(e, t) {
|
|
2717
|
+
let n = e.pos;
|
|
2718
|
+
if (e.src.charCodeAt(n) !== 60) return !1;
|
|
2719
|
+
let r = e.pos, i = e.posMax;
|
|
2720
|
+
for (;;) {
|
|
2721
|
+
if (++n >= i) return !1;
|
|
2722
|
+
let t = e.src.charCodeAt(n);
|
|
2723
|
+
if (t === 60) return !1;
|
|
2724
|
+
if (t === 62) break;
|
|
2725
|
+
}
|
|
2726
|
+
let a = e.src.slice(r + 1, n);
|
|
2727
|
+
if (sr.test(a)) {
|
|
2728
|
+
let n = e.md.normalizeLink(a);
|
|
2729
|
+
if (!e.md.validateLink(n)) return !1;
|
|
2730
|
+
if (!t) {
|
|
2731
|
+
let t = e.push("link_open", "a", 1);
|
|
2732
|
+
t.attrs = [["href", n]], t.markup = "autolink", t.info = "auto";
|
|
2733
|
+
let r = e.push("text", "", 0);
|
|
2734
|
+
r.content = e.md.normalizeLinkText(a);
|
|
2735
|
+
let i = e.push("link_close", "a", -1);
|
|
2736
|
+
i.markup = "autolink", i.info = "auto";
|
|
2737
|
+
}
|
|
2738
|
+
return e.pos += a.length + 2, !0;
|
|
2739
|
+
}
|
|
2740
|
+
if (or.test(a)) {
|
|
2741
|
+
let n = e.md.normalizeLink("mailto:" + a);
|
|
2742
|
+
if (!e.md.validateLink(n)) return !1;
|
|
2743
|
+
if (!t) {
|
|
2744
|
+
let t = e.push("link_open", "a", 1);
|
|
2745
|
+
t.attrs = [["href", n]], t.markup = "autolink", t.info = "auto";
|
|
2746
|
+
let r = e.push("text", "", 0);
|
|
2747
|
+
r.content = e.md.normalizeLinkText(a);
|
|
2748
|
+
let i = e.push("link_close", "a", -1);
|
|
2749
|
+
i.markup = "autolink", i.info = "auto";
|
|
2750
|
+
}
|
|
2751
|
+
return e.pos += a.length + 2, !0;
|
|
2752
|
+
}
|
|
2753
|
+
return !1;
|
|
2754
|
+
}
|
|
2755
|
+
//#endregion
|
|
2756
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs
|
|
2757
|
+
function lr(e) {
|
|
2758
|
+
return /^<a[>\s]/i.test(e);
|
|
2759
|
+
}
|
|
2760
|
+
function ur(e) {
|
|
2761
|
+
return /^<\/a\s*>/i.test(e);
|
|
2762
|
+
}
|
|
2763
|
+
function dr(e) {
|
|
2764
|
+
let t = e | 32;
|
|
2765
|
+
return t >= 97 && t <= 122;
|
|
2766
|
+
}
|
|
2767
|
+
function fr(e, t) {
|
|
2768
|
+
if (!e.md.options.html) return !1;
|
|
2769
|
+
let n = e.posMax, r = e.pos;
|
|
2770
|
+
if (e.src.charCodeAt(r) !== 60 || r + 2 >= n) return !1;
|
|
2771
|
+
let i = e.src.charCodeAt(r + 1);
|
|
2772
|
+
if (i !== 33 && i !== 63 && i !== 47 && !dr(i)) return !1;
|
|
2773
|
+
let a = e.src.slice(r).match(Nn);
|
|
2774
|
+
if (!a) return !1;
|
|
2775
|
+
if (!t) {
|
|
2776
|
+
let t = e.push("html_inline", "", 0);
|
|
2777
|
+
t.content = a[0], lr(t.content) && e.linkLevel++, ur(t.content) && e.linkLevel--;
|
|
2778
|
+
}
|
|
2779
|
+
return e.pos += a[0].length, !0;
|
|
2780
|
+
}
|
|
2781
|
+
//#endregion
|
|
2782
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/entity.mjs
|
|
2783
|
+
var pr = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, mr = /^&([a-z][a-z0-9]{1,31});/i;
|
|
2784
|
+
function hr(e, t) {
|
|
2785
|
+
let n = e.pos, r = e.posMax;
|
|
2786
|
+
if (e.src.charCodeAt(n) !== 38 || n + 1 >= r) return !1;
|
|
2787
|
+
if (e.src.charCodeAt(n + 1) === 35) {
|
|
2788
|
+
let r = e.src.slice(n).match(pr);
|
|
2789
|
+
if (r) {
|
|
2790
|
+
if (!t) {
|
|
2791
|
+
let t = r[1][0].toLowerCase() === "x" ? parseInt(r[1].slice(1), 16) : parseInt(r[1], 10), n = e.push("text_special", "", 0);
|
|
2792
|
+
n.content = vt(t) ? yt(t) : yt(65533), n.markup = r[0], n.info = "entity";
|
|
2793
|
+
}
|
|
2794
|
+
return e.pos += r[0].length, !0;
|
|
2795
|
+
}
|
|
2796
|
+
} else {
|
|
2797
|
+
let r = e.src.slice(n).match(mr);
|
|
2798
|
+
if (r) {
|
|
2799
|
+
let n = ut(r[0]);
|
|
2800
|
+
if (n !== r[0]) {
|
|
2801
|
+
if (!t) {
|
|
2802
|
+
let t = e.push("text_special", "", 0);
|
|
2803
|
+
t.content = n, t.markup = r[0], t.info = "entity";
|
|
2804
|
+
}
|
|
2805
|
+
return e.pos += r[0].length, !0;
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
return !1;
|
|
2810
|
+
}
|
|
2811
|
+
//#endregion
|
|
2812
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs
|
|
2813
|
+
function gr(e) {
|
|
2814
|
+
let t = {}, n = e.length;
|
|
2815
|
+
if (!n) return;
|
|
2816
|
+
let r = 0, i = -2, a = [];
|
|
2817
|
+
for (let o = 0; o < n; o++) {
|
|
2818
|
+
let n = e[o];
|
|
2819
|
+
if (a.push(0), (e[r].marker !== n.marker || i !== n.token - 1) && (r = o), i = n.token, n.length = n.length || 0, !n.close) continue;
|
|
2820
|
+
t.hasOwnProperty(n.marker) || (t[n.marker] = [
|
|
2821
|
+
-1,
|
|
2822
|
+
-1,
|
|
2823
|
+
-1,
|
|
2824
|
+
-1,
|
|
2825
|
+
-1,
|
|
2826
|
+
-1
|
|
2827
|
+
]);
|
|
2828
|
+
let s = t[n.marker][(n.open ? 3 : 0) + n.length % 3], c = r - a[r] - 1, l = c;
|
|
2829
|
+
for (; c > s; c -= a[c] + 1) {
|
|
2830
|
+
let t = e[c];
|
|
2831
|
+
if (t.marker === n.marker && t.open && t.end < 0) {
|
|
2832
|
+
let r = !1;
|
|
2833
|
+
if ((t.close || n.open) && (t.length + n.length) % 3 == 0 && (t.length % 3 != 0 || n.length % 3 != 0) && (r = !0), !r) {
|
|
2834
|
+
let r = c > 0 && !e[c - 1].open ? a[c - 1] + 1 : 0;
|
|
2835
|
+
a[o] = o - c + r, a[c] = r, n.open = !1, t.end = o, t.close = !1, l = -1, i = -2;
|
|
2836
|
+
break;
|
|
2837
|
+
}
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
l !== -1 && (t[n.marker][(n.open ? 3 : 0) + (n.length || 0) % 3] = l);
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
function _r(e) {
|
|
2844
|
+
let t = e.tokens_meta, n = e.tokens_meta.length;
|
|
2845
|
+
gr(e.delimiters);
|
|
2846
|
+
for (let e = 0; e < n; e++) t[e] && t[e].delimiters && gr(t[e].delimiters);
|
|
2847
|
+
}
|
|
2848
|
+
//#endregion
|
|
2849
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs
|
|
2850
|
+
function vr(e) {
|
|
2851
|
+
let t, n, r = 0, i = e.tokens, a = e.tokens.length;
|
|
2852
|
+
for (t = n = 0; t < a; t++) i[t].nesting < 0 && r--, i[t].level = r, i[t].nesting > 0 && r++, i[t].type === "text" && t + 1 < a && i[t + 1].type === "text" ? i[t + 1].content = i[t].content + i[t + 1].content : (t !== n && (i[n] = i[t]), n++);
|
|
2853
|
+
t !== n && (i.length = n);
|
|
2854
|
+
}
|
|
2855
|
+
//#endregion
|
|
2856
|
+
//#region node_modules/.store/markdown-it@14.3.0/node_modules/markdown-it/lib/parser_inline.mjs
|
|
2857
|
+
var yr = [
|
|
2858
|
+
["text", Un],
|
|
2859
|
+
["linkify", Gn],
|
|
2860
|
+
["newline", Kn],
|
|
2861
|
+
["escape", Jn],
|
|
2862
|
+
["backticks", Yn],
|
|
2863
|
+
["strikethrough", $n.tokenize],
|
|
2864
|
+
["emphasis", rr.tokenize],
|
|
2865
|
+
["link", ir],
|
|
2866
|
+
["image", ar],
|
|
2867
|
+
["autolink", cr],
|
|
2868
|
+
["html_inline", fr],
|
|
2869
|
+
["entity", hr]
|
|
2870
|
+
], br = [
|
|
2871
|
+
["balance_pairs", _r],
|
|
2872
|
+
["strikethrough", $n.postProcess],
|
|
2873
|
+
["emphasis", rr.postProcess],
|
|
2874
|
+
["fragments_join", vr]
|
|
2875
|
+
];
|
|
2876
|
+
function xr() {
|
|
2877
|
+
this.ruler = new I();
|
|
2878
|
+
for (let e = 0; e < yr.length; e++) this.ruler.push(yr[e][0], yr[e][1]);
|
|
2879
|
+
this.ruler2 = new I();
|
|
2880
|
+
for (let e = 0; e < br.length; e++) this.ruler2.push(br[e][0], br[e][1]);
|
|
2881
|
+
}
|
|
2882
|
+
xr.prototype.skipToken = function(e) {
|
|
2883
|
+
let t = e.pos, n = this.ruler.getRules(""), r = n.length, i = e.md.options.maxNesting, a = e.cache;
|
|
2884
|
+
if (a[t] !== void 0) {
|
|
2885
|
+
e.pos = a[t];
|
|
2886
|
+
return;
|
|
2887
|
+
}
|
|
2888
|
+
let o = !1;
|
|
2889
|
+
if (e.level < i) {
|
|
2890
|
+
for (let i = 0; i < r; i++) if (e.level++, o = n[i](e, !0), e.level--, o) {
|
|
2891
|
+
if (t >= e.pos) throw Error("inline rule didn't increment state.pos");
|
|
2892
|
+
break;
|
|
2893
|
+
}
|
|
2894
|
+
} else e.pos = e.posMax;
|
|
2895
|
+
o || e.pos++, a[t] = e.pos;
|
|
2896
|
+
}, xr.prototype.tokenize = function(e) {
|
|
2897
|
+
let t = this.ruler.getRules(""), n = t.length, r = e.posMax, i = e.md.options.maxNesting;
|
|
2898
|
+
for (; e.pos < r;) {
|
|
2899
|
+
let a = e.pos, o = !1;
|
|
2900
|
+
if (e.level < i) {
|
|
2901
|
+
for (let r = 0; r < n; r++) if (o = t[r](e, !1), o) {
|
|
2902
|
+
if (a >= e.pos) throw Error("inline rule didn't increment state.pos");
|
|
2903
|
+
break;
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
if (o) {
|
|
2907
|
+
if (e.pos >= r) break;
|
|
2908
|
+
continue;
|
|
2909
|
+
}
|
|
2910
|
+
e.pending += e.src[e.pos++];
|
|
2911
|
+
}
|
|
2912
|
+
e.pending && e.pushPending();
|
|
2913
|
+
}, xr.prototype.parse = function(e, t, n, r) {
|
|
2914
|
+
let i = new this.State(e, t, n, r);
|
|
2915
|
+
this.tokenize(i);
|
|
2916
|
+
let a = this.ruler2.getRules(""), o = a.length;
|
|
2917
|
+
for (let e = 0; e < o; e++) a[e](i);
|
|
2918
|
+
}, xr.prototype.State = Vn;
|
|
2919
|
+
//#endregion
|
|
2920
|
+
//#region node_modules/.store/linkify-it@5.0.2/node_modules/linkify-it/lib/re.mjs
|
|
2921
|
+
function Sr(e) {
|
|
2922
|
+
let t = {};
|
|
2923
|
+
e ||= {}, t.src_Any = Ve.source, t.src_Cc = He.source, t.src_Z = Ke.source, t.src_P = We.source, t.src_ZPCc = [
|
|
2924
|
+
t.src_Z,
|
|
2925
|
+
t.src_P,
|
|
2926
|
+
t.src_Cc
|
|
2927
|
+
].join("|"), t.src_ZCc = [t.src_Z, t.src_Cc].join("|");
|
|
2928
|
+
let n = "[><|]";
|
|
2929
|
+
return t.src_pseudo_letter = `(?:(?!${n}|${t.src_ZPCc})${t.src_Any})`, t.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", t.src_auth = `(?:(?:(?!${t.src_ZCc}|[@/\\[\\]()]).){1,50}@)?`, t.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?", t.src_host_terminator = `(?=$|${n}|${t.src_ZPCc})(?!${e["---"] ? "-(?!--)|" : "-|"}_|:\\d|\\.-|\\.(?!$|${t.src_ZPCc}))`, t.src_path = `(?:[/?#](?:(?!${t.src_ZCc}|${n}|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!${t.src_ZCc}|\\]).)*\\]|\\((?:(?!${t.src_ZCc}|[)]).)*\\)|\\{(?:(?!${t.src_ZCc}|[}]).)*\\}|\\"(?:(?!${t.src_ZCc}|["]).)+\\"|\\'(?:(?!${t.src_ZCc}|[']).)+\\'|\\'(?=${t.src_pseudo_letter}|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!${t.src_ZCc}|[.]|$)|` + (e["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + `,(?!${t.src_ZCc}|$)|;(?!${t.src_ZCc}|$)|\\!+(?!${t.src_ZCc}|[!]|$)|\\?(?!${t.src_ZCc}|[?]|$))+|\\/)?`, t.src_email_name = "[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\\"\\.a-zA-Z0-9_]{0,63}", t.src_xn = "xn--[a-z0-9\\-]{1,59}", t.src_domain_root = "(?:" + t.src_xn + `|${t.src_pseudo_letter}{1,63})`, t.src_domain = "(?:" + t.src_xn + `|(?:${t.src_pseudo_letter})|(?:${t.src_pseudo_letter}(?:-|${t.src_pseudo_letter}){0,61}${t.src_pseudo_letter}))`, t.src_host = `(?:(?:(?:(?:${t.src_domain})\\.)*${t.src_domain}))`, t.tpl_host_fuzzy = "(?:" + t.src_ip4 + `|(?:(?:(?:${t.src_domain})\\.)+(?:%TLDS%)))`, t.tpl_host_no_ip_fuzzy = `(?:(?:(?:${t.src_domain})\\.)+(?:%TLDS%))`, t.src_host_strict = t.src_host + t.src_host_terminator, t.tpl_host_fuzzy_strict = t.tpl_host_fuzzy + t.src_host_terminator, t.src_host_port_strict = t.src_host + t.src_port + t.src_host_terminator, t.tpl_host_port_fuzzy_strict = t.tpl_host_fuzzy + t.src_port + t.src_host_terminator, t.tpl_host_port_no_ip_fuzzy_strict = t.tpl_host_no_ip_fuzzy + t.src_port + t.src_host_terminator, t.tpl_host_fuzzy_test = `localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:${t.src_ZPCc}|>|$))`, t.tpl_email_fuzzy = `(^|${n}|"|\\(|${t.src_ZCc})(${t.src_email_name}@${t.tpl_host_fuzzy_strict})`, t.tpl_link_fuzzy = `(^|(?![.:/\\-_@])(?:[$+<=>^\`|\uff5c]|${t.src_ZPCc}))((?![$+<=>^\`|\uff5c])${t.tpl_host_port_fuzzy_strict}${t.src_path})`, t.tpl_link_no_ip_fuzzy = `(^|(?![.:/\\-_@])(?:[$+<=>^\`|\uff5c]|${t.src_ZPCc}))((?![$+<=>^\`|\uff5c])${t.tpl_host_port_no_ip_fuzzy_strict}${t.src_path})`, t;
|
|
2930
|
+
}
|
|
2931
|
+
//#endregion
|
|
2932
|
+
//#region node_modules/.store/linkify-it@5.0.2/node_modules/linkify-it/index.mjs
|
|
2933
|
+
function Cr(e) {
|
|
2934
|
+
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
2935
|
+
t && Object.keys(t).forEach(function(n) {
|
|
2936
|
+
e[n] = t[n];
|
|
2937
|
+
});
|
|
2938
|
+
}), e;
|
|
2939
|
+
}
|
|
2940
|
+
function wr(e) {
|
|
2941
|
+
return Object.prototype.toString.call(e);
|
|
2942
|
+
}
|
|
2943
|
+
function Tr(e) {
|
|
2944
|
+
return wr(e) === "[object String]";
|
|
2945
|
+
}
|
|
2946
|
+
function Er(e) {
|
|
2947
|
+
return wr(e) === "[object Object]";
|
|
2948
|
+
}
|
|
2949
|
+
function Dr(e) {
|
|
2950
|
+
return wr(e) === "[object RegExp]";
|
|
2951
|
+
}
|
|
2952
|
+
function Or(e) {
|
|
2953
|
+
return wr(e) === "[object Function]";
|
|
2954
|
+
}
|
|
2955
|
+
function kr(e) {
|
|
2956
|
+
return e.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
2957
|
+
}
|
|
2958
|
+
var Ar = {
|
|
2959
|
+
fuzzyLink: !0,
|
|
2960
|
+
fuzzyEmail: !0,
|
|
2961
|
+
fuzzyIP: !1
|
|
2962
|
+
};
|
|
2963
|
+
function jr(e) {
|
|
2964
|
+
return Object.keys(e || {}).reduce(function(e, t) {
|
|
2965
|
+
return e || Ar.hasOwnProperty(t);
|
|
2966
|
+
}, !1);
|
|
2967
|
+
}
|
|
2968
|
+
var Mr = {
|
|
2969
|
+
"http:": { validate: function(e, t, n) {
|
|
2970
|
+
let r = e.slice(t);
|
|
2971
|
+
return n.re.http || (n.re.http = RegExp(`^\\/\\/${n.re.src_auth}${n.re.src_host_port_strict}${n.re.src_path}`, "i")), n.re.http.test(r) ? r.match(n.re.http)[0].length : 0;
|
|
2972
|
+
} },
|
|
2973
|
+
"https:": "http:",
|
|
2974
|
+
"ftp:": "http:",
|
|
2975
|
+
"//": { validate: function(e, t, n) {
|
|
2976
|
+
let r = e.slice(t);
|
|
2977
|
+
return n.re.no_http || (n.re.no_http = RegExp("^" + n.re.src_auth + `(?:localhost|(?:(?:${n.re.src_domain})\\.)+${n.re.src_domain_root})` + n.re.src_port + n.re.src_host_terminator + n.re.src_path, "i")), n.re.no_http.test(r) ? t >= 3 && e[t - 3] === ":" || t >= 3 && e[t - 3] === "/" ? 0 : r.match(n.re.no_http)[0].length : 0;
|
|
2978
|
+
} },
|
|
2979
|
+
"mailto:": { validate: function(e, t, n) {
|
|
2980
|
+
let r = e.slice(t);
|
|
2981
|
+
return n.re.mailto || (n.re.mailto = RegExp(`^${n.re.src_email_name}@${n.re.src_host_strict}`, "i")), n.re.mailto.test(r) ? r.match(n.re.mailto)[0].length : 0;
|
|
2982
|
+
} }
|
|
2983
|
+
}, Nr = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]", Pr = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
2984
|
+
function Fr(e) {
|
|
2985
|
+
return function(t, n) {
|
|
2986
|
+
let r = t.slice(n);
|
|
2987
|
+
return e.test(r) ? r.match(e)[0].length : 0;
|
|
2988
|
+
};
|
|
2989
|
+
}
|
|
2990
|
+
function Ir() {
|
|
2991
|
+
return function(e, t) {
|
|
2992
|
+
t.normalize(e);
|
|
2993
|
+
};
|
|
2994
|
+
}
|
|
2995
|
+
function Lr(e) {
|
|
2996
|
+
let t = e.re = Sr(e.__opts__), n = e.__tlds__.slice();
|
|
2997
|
+
e.onCompile(), e.__tlds_replaced__ || n.push(Nr), n.push(t.src_xn), t.src_tlds = n.join("|");
|
|
2998
|
+
function r(e) {
|
|
2999
|
+
return e.replace("%TLDS%", t.src_tlds);
|
|
3000
|
+
}
|
|
3001
|
+
t.email_fuzzy = RegExp(r(t.tpl_email_fuzzy), "i"), t.email_fuzzy_global = RegExp(r(t.tpl_email_fuzzy), "ig"), t.link_fuzzy = RegExp(r(t.tpl_link_fuzzy), "i"), t.link_fuzzy_global = RegExp(r(t.tpl_link_fuzzy), "ig"), t.link_no_ip_fuzzy = RegExp(r(t.tpl_link_no_ip_fuzzy), "i"), t.link_no_ip_fuzzy_global = RegExp(r(t.tpl_link_no_ip_fuzzy), "ig"), t.host_fuzzy_test = RegExp(r(t.tpl_host_fuzzy_test), "i");
|
|
3002
|
+
let i = [];
|
|
3003
|
+
e.__compiled__ = {};
|
|
3004
|
+
function a(e, t) {
|
|
3005
|
+
throw Error(`(LinkifyIt) Invalid schema "${e}": ${t}`);
|
|
3006
|
+
}
|
|
3007
|
+
Object.keys(e.__schemas__).forEach(function(t) {
|
|
3008
|
+
let n = e.__schemas__[t];
|
|
3009
|
+
if (n === null) return;
|
|
3010
|
+
let r = {
|
|
3011
|
+
validate: null,
|
|
3012
|
+
link: null
|
|
3013
|
+
};
|
|
3014
|
+
if (e.__compiled__[t] = r, Er(n)) {
|
|
3015
|
+
Dr(n.validate) ? r.validate = Fr(n.validate) : Or(n.validate) ? r.validate = n.validate : a(t, n), Or(n.normalize) ? r.normalize = n.normalize : n.normalize ? a(t, n) : r.normalize = Ir();
|
|
3016
|
+
return;
|
|
3017
|
+
}
|
|
3018
|
+
if (Tr(n)) {
|
|
3019
|
+
i.push(t);
|
|
3020
|
+
return;
|
|
3021
|
+
}
|
|
3022
|
+
a(t, n);
|
|
3023
|
+
}), i.forEach(function(t) {
|
|
3024
|
+
e.__compiled__[e.__schemas__[t]] && (e.__compiled__[t].validate = e.__compiled__[e.__schemas__[t]].validate, e.__compiled__[t].normalize = e.__compiled__[e.__schemas__[t]].normalize);
|
|
3025
|
+
}), e.__compiled__[""] = {
|
|
3026
|
+
validate: null,
|
|
3027
|
+
normalize: Ir()
|
|
3028
|
+
};
|
|
3029
|
+
let o = Object.keys(e.__compiled__).filter(function(t) {
|
|
3030
|
+
return t.length > 0 && e.__compiled__[t];
|
|
3031
|
+
}).map(kr).join("|");
|
|
3032
|
+
e.re.schema_test = RegExp(`(^|(?!_)(?:[><\uff5c]|${t.src_ZPCc}))(${o})`, "i"), e.re.schema_search = RegExp(`(^|(?!_)(?:[><\uff5c]|${t.src_ZPCc}))(${o})`, "ig"), e.re.schema_at_start = RegExp(`^${e.re.schema_search.source}`, "i"), e.re.pretest = RegExp(`(${e.re.schema_test.source})|(${e.re.host_fuzzy_test.source})|@`, "i");
|
|
3033
|
+
}
|
|
3034
|
+
function Rr(e, t, n, r) {
|
|
3035
|
+
let i = e.slice(n, r);
|
|
3036
|
+
this.schema = t.toLowerCase(), this.index = n, this.lastIndex = r, this.raw = i, this.text = i, this.url = i;
|
|
3037
|
+
}
|
|
3038
|
+
function B(e, t) {
|
|
3039
|
+
if (!(this instanceof B)) return new B(e, t);
|
|
3040
|
+
t || jr(e) && (t = e, e = {}), this.__opts__ = Cr({}, Ar, t), this.__schemas__ = Cr({}, Mr, e), this.__compiled__ = {}, this.__tlds__ = Pr, this.__tlds_replaced__ = !1, this.re = {}, Lr(this);
|
|
3041
|
+
}
|
|
3042
|
+
B.prototype.add = function(e, t) {
|
|
3043
|
+
return this.__schemas__[e] = t, Lr(this), this;
|
|
3044
|
+
}, B.prototype.set = function(e) {
|
|
3045
|
+
return this.__opts__ = Cr(this.__opts__, e), this;
|
|
3046
|
+
}, B.prototype.test = function(e) {
|
|
3047
|
+
if (!e.length) return !1;
|
|
3048
|
+
let t, n;
|
|
3049
|
+
if (this.re.schema_test.test(e)) {
|
|
3050
|
+
for (n = this.re.schema_search, n.lastIndex = 0; (t = n.exec(e)) !== null;) if (this.testSchemaAt(e, t[2], n.lastIndex)) return !0;
|
|
3051
|
+
}
|
|
3052
|
+
return !!(this.__opts__.fuzzyLink && this.__compiled__["http:"] && e.search(this.re.host_fuzzy_test) >= 0 && e.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy) !== null || this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && e.indexOf("@") >= 0 && e.match(this.re.email_fuzzy) !== null);
|
|
3053
|
+
}, B.prototype.pretest = function(e) {
|
|
3054
|
+
return this.re.pretest.test(e);
|
|
3055
|
+
}, B.prototype.testSchemaAt = function(e, t, n) {
|
|
3056
|
+
return this.__compiled__[t.toLowerCase()] ? this.__compiled__[t.toLowerCase()].validate(e, n, this) : 0;
|
|
3057
|
+
}, B.prototype.match = function(e) {
|
|
3058
|
+
let t = [], n = [], r = [], i = [], a, o, s;
|
|
3059
|
+
function c(e, t) {
|
|
3060
|
+
return e ? t ? e.index === t.index ? e.lastIndex >= t.lastIndex ? e : t : e.index < t.index ? e : t : e : t;
|
|
3061
|
+
}
|
|
3062
|
+
if (!e.length) return null;
|
|
3063
|
+
if (this.re.schema_test.test(e)) for (s = this.re.schema_search, s.lastIndex = 0; (a = s.exec(e)) !== null;) o = this.testSchemaAt(e, a[2], s.lastIndex), o && n.push({
|
|
3064
|
+
schema: a[2],
|
|
3065
|
+
index: a.index + a[1].length,
|
|
3066
|
+
lastIndex: a.index + a[0].length + o
|
|
3067
|
+
});
|
|
3068
|
+
if (this.__opts__.fuzzyLink && this.__compiled__["http:"]) for (s = this.__opts__.fuzzyIP ? this.re.link_fuzzy_global : this.re.link_no_ip_fuzzy_global, s.lastIndex = 0; (a = s.exec(e)) !== null;) r.push({
|
|
3069
|
+
schema: "",
|
|
3070
|
+
index: a.index + a[1].length,
|
|
3071
|
+
lastIndex: a.index + a[0].length
|
|
3072
|
+
});
|
|
3073
|
+
if (this.__opts__.fuzzyEmail && this.__compiled__["mailto:"]) for (s = this.re.email_fuzzy_global, s.lastIndex = 0; (a = s.exec(e)) !== null;) i.push({
|
|
3074
|
+
schema: "mailto:",
|
|
3075
|
+
index: a.index + a[1].length,
|
|
3076
|
+
lastIndex: a.index + a[0].length
|
|
3077
|
+
});
|
|
3078
|
+
let l = [
|
|
3079
|
+
0,
|
|
3080
|
+
0,
|
|
3081
|
+
0
|
|
3082
|
+
], u = 0;
|
|
3083
|
+
for (;;) {
|
|
3084
|
+
let a = [
|
|
3085
|
+
n[l[0]],
|
|
3086
|
+
i[l[1]],
|
|
3087
|
+
r[l[2]]
|
|
3088
|
+
], o = c(c(a[0], a[1]), a[2]);
|
|
3089
|
+
if (!o) break;
|
|
3090
|
+
if (o === a[0] ? l[0]++ : o === a[1] ? l[1]++ : l[2]++, o.index < u) continue;
|
|
3091
|
+
let s = new Rr(e, o.schema, o.index, o.lastIndex);
|
|
3092
|
+
this.__compiled__[s.schema].normalize(s, this), t.push(s), u = o.lastIndex;
|
|
3093
|
+
}
|
|
3094
|
+
return t.length ? t : null;
|
|
3095
|
+
}, B.prototype.matchAtStart = function(e) {
|
|
3096
|
+
if (!e.length) return null;
|
|
3097
|
+
let t = this.re.schema_at_start.exec(e);
|
|
3098
|
+
if (!t) return null;
|
|
3099
|
+
let n = this.testSchemaAt(e, t[2], t[0].length);
|
|
3100
|
+
if (!n) return null;
|
|
3101
|
+
let r = new Rr(e, t[2], t.index + t[1].length, t.index + t[0].length + n);
|
|
3102
|
+
return this.__compiled__[r.schema].normalize(r, this), r;
|
|
3103
|
+
}, B.prototype.tlds = function(e, t) {
|
|
3104
|
+
return e = Array.isArray(e) ? e : [e], t ? (this.__tlds__ = this.__tlds__.concat(e).sort().filter(function(e, t, n) {
|
|
3105
|
+
return e !== n[t - 1];
|
|
3106
|
+
}).reverse(), Lr(this), this) : (this.__tlds__ = e.slice(), this.__tlds_replaced__ = !0, Lr(this), this);
|
|
3107
|
+
}, B.prototype.normalize = function(e) {
|
|
3108
|
+
e.schema || (e.url = `http://${e.url}`), e.schema === "mailto:" && !/^mailto:/i.test(e.url) && (e.url = `mailto:${e.url}`);
|
|
3109
|
+
}, B.prototype.onCompile = function() {};
|
|
3110
|
+
//#endregion
|
|
3111
|
+
//#region node_modules/.store/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js
|
|
3112
|
+
var zr = 2147483647, V = 36, Br = 1, Vr = 26, Hr = 38, Ur = 700, Wr = 72, Gr = 128, Kr = "-", qr = /^xn--/, Jr = /[^\0-\x7F]/, Yr = /[\x2E\u3002\uFF0E\uFF61]/g, Xr = {
|
|
3113
|
+
overflow: "Overflow: input needs wider integers to process",
|
|
3114
|
+
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3115
|
+
"invalid-input": "Invalid input"
|
|
3116
|
+
}, Zr = V - Br, H = Math.floor, Qr = String.fromCharCode;
|
|
3117
|
+
function U(e) {
|
|
3118
|
+
throw RangeError(Xr[e]);
|
|
3119
|
+
}
|
|
3120
|
+
function $r(e, t) {
|
|
3121
|
+
let n = [], r = e.length;
|
|
3122
|
+
for (; r--;) n[r] = t(e[r]);
|
|
3123
|
+
return n;
|
|
3124
|
+
}
|
|
3125
|
+
function ei(e, t) {
|
|
3126
|
+
let n = e.split("@"), r = "";
|
|
3127
|
+
n.length > 1 && (r = n[0] + "@", e = n[1]), e = e.replace(Yr, ".");
|
|
3128
|
+
let i = $r(e.split("."), t).join(".");
|
|
3129
|
+
return r + i;
|
|
3130
|
+
}
|
|
3131
|
+
function ti(e) {
|
|
3132
|
+
let t = [], n = 0, r = e.length;
|
|
3133
|
+
for (; n < r;) {
|
|
3134
|
+
let i = e.charCodeAt(n++);
|
|
3135
|
+
if (i >= 55296 && i <= 56319 && n < r) {
|
|
3136
|
+
let r = e.charCodeAt(n++);
|
|
3137
|
+
(r & 64512) == 56320 ? t.push(((i & 1023) << 10) + (r & 1023) + 65536) : (t.push(i), n--);
|
|
3138
|
+
} else t.push(i);
|
|
3139
|
+
}
|
|
3140
|
+
return t;
|
|
3141
|
+
}
|
|
3142
|
+
var ni = (e) => String.fromCodePoint(...e), ri = function(e) {
|
|
3143
|
+
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 : V;
|
|
3144
|
+
}, ii = function(e, t) {
|
|
3145
|
+
return e + 22 + 75 * (e < 26) - ((t != 0) << 5);
|
|
3146
|
+
}, ai = function(e, t, n) {
|
|
3147
|
+
let r = 0;
|
|
3148
|
+
for (e = n ? H(e / Ur) : e >> 1, e += H(e / t); e > 455; r += V) e = H(e / Zr);
|
|
3149
|
+
return H(r + 36 * e / (e + Hr));
|
|
3150
|
+
}, oi = function(e) {
|
|
3151
|
+
let t = [], n = e.length, r = 0, i = Gr, a = Wr, o = e.lastIndexOf(Kr);
|
|
3152
|
+
o < 0 && (o = 0);
|
|
3153
|
+
for (let n = 0; n < o; ++n) e.charCodeAt(n) >= 128 && U("not-basic"), t.push(e.charCodeAt(n));
|
|
3154
|
+
for (let s = o > 0 ? o + 1 : 0; s < n;) {
|
|
3155
|
+
let o = r;
|
|
3156
|
+
for (let t = 1, i = V;; i += V) {
|
|
3157
|
+
s >= n && U("invalid-input");
|
|
3158
|
+
let o = ri(e.charCodeAt(s++));
|
|
3159
|
+
o >= V && U("invalid-input"), o > H((zr - r) / t) && U("overflow"), r += o * t;
|
|
3160
|
+
let c = i <= a ? Br : i >= a + Vr ? Vr : i - a;
|
|
3161
|
+
if (o < c) break;
|
|
3162
|
+
let l = V - c;
|
|
3163
|
+
t > H(zr / l) && U("overflow"), t *= l;
|
|
3164
|
+
}
|
|
3165
|
+
let c = t.length + 1;
|
|
3166
|
+
a = ai(r - o, c, o == 0), H(r / c) > zr - i && U("overflow"), i += H(r / c), r %= c, t.splice(r++, 0, i);
|
|
3167
|
+
}
|
|
3168
|
+
return String.fromCodePoint(...t);
|
|
3169
|
+
}, si = function(e) {
|
|
3170
|
+
let t = [];
|
|
3171
|
+
e = ti(e);
|
|
3172
|
+
let n = e.length, r = Gr, i = 0, a = Wr;
|
|
3173
|
+
for (let n of e) n < 128 && t.push(Qr(n));
|
|
3174
|
+
let o = t.length, s = o;
|
|
3175
|
+
for (o && t.push(Kr); s < n;) {
|
|
3176
|
+
let n = zr;
|
|
3177
|
+
for (let t of e) t >= r && t < n && (n = t);
|
|
3178
|
+
let c = s + 1;
|
|
3179
|
+
n - r > H((zr - i) / c) && U("overflow"), i += (n - r) * c, r = n;
|
|
3180
|
+
for (let n of e) if (n < r && ++i > zr && U("overflow"), n === r) {
|
|
3181
|
+
let e = i;
|
|
3182
|
+
for (let n = V;; n += V) {
|
|
3183
|
+
let r = n <= a ? Br : n >= a + Vr ? Vr : n - a;
|
|
3184
|
+
if (e < r) break;
|
|
3185
|
+
let i = e - r, o = V - r;
|
|
3186
|
+
t.push(Qr(ii(r + i % o, 0))), e = H(i / o);
|
|
3187
|
+
}
|
|
3188
|
+
t.push(Qr(ii(e, 0))), a = ai(i, c, s === o), i = 0, ++s;
|
|
3189
|
+
}
|
|
3190
|
+
++i, ++r;
|
|
3191
|
+
}
|
|
3192
|
+
return t.join("");
|
|
3193
|
+
}, ci = {
|
|
3194
|
+
version: "2.3.1",
|
|
3195
|
+
ucs2: {
|
|
3196
|
+
decode: ti,
|
|
3197
|
+
encode: ni
|
|
3198
|
+
},
|
|
3199
|
+
decode: oi,
|
|
3200
|
+
encode: si,
|
|
3201
|
+
toASCII: function(e) {
|
|
3202
|
+
return ei(e, function(e) {
|
|
3203
|
+
return Jr.test(e) ? "xn--" + si(e) : e;
|
|
3204
|
+
});
|
|
3205
|
+
},
|
|
3206
|
+
toUnicode: function(e) {
|
|
3207
|
+
return ei(e, function(e) {
|
|
3208
|
+
return qr.test(e) ? oi(e.slice(4).toLowerCase()) : e;
|
|
3209
|
+
});
|
|
3210
|
+
}
|
|
3211
|
+
}, li = {
|
|
3212
|
+
default: {
|
|
3213
|
+
options: {
|
|
3214
|
+
html: !1,
|
|
3215
|
+
xhtmlOut: !1,
|
|
3216
|
+
breaks: !1,
|
|
3217
|
+
langPrefix: "language-",
|
|
3218
|
+
linkify: !1,
|
|
3219
|
+
typographer: !1,
|
|
3220
|
+
quotes: "“”‘’",
|
|
3221
|
+
highlight: null,
|
|
3222
|
+
maxNesting: 100
|
|
3223
|
+
},
|
|
3224
|
+
components: {
|
|
3225
|
+
core: {},
|
|
3226
|
+
block: {},
|
|
3227
|
+
inline: {}
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
zero: {
|
|
3231
|
+
options: {
|
|
3232
|
+
html: !1,
|
|
3233
|
+
xhtmlOut: !1,
|
|
3234
|
+
breaks: !1,
|
|
3235
|
+
langPrefix: "language-",
|
|
3236
|
+
linkify: !1,
|
|
3237
|
+
typographer: !1,
|
|
3238
|
+
quotes: "“”‘’",
|
|
3239
|
+
highlight: null,
|
|
3240
|
+
maxNesting: 20
|
|
3241
|
+
},
|
|
3242
|
+
components: {
|
|
3243
|
+
core: { rules: [
|
|
3244
|
+
"normalize",
|
|
3245
|
+
"block",
|
|
3246
|
+
"inline",
|
|
3247
|
+
"text_join"
|
|
3248
|
+
] },
|
|
3249
|
+
block: { rules: ["paragraph"] },
|
|
3250
|
+
inline: {
|
|
3251
|
+
rules: ["text"],
|
|
3252
|
+
rules2: ["balance_pairs", "fragments_join"]
|
|
3253
|
+
}
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
commonmark: {
|
|
3257
|
+
options: {
|
|
3258
|
+
html: !0,
|
|
3259
|
+
xhtmlOut: !0,
|
|
3260
|
+
breaks: !1,
|
|
3261
|
+
langPrefix: "language-",
|
|
3262
|
+
linkify: !1,
|
|
3263
|
+
typographer: !1,
|
|
3264
|
+
quotes: "“”‘’",
|
|
3265
|
+
highlight: null,
|
|
3266
|
+
maxNesting: 20
|
|
3267
|
+
},
|
|
3268
|
+
components: {
|
|
3269
|
+
core: { rules: [
|
|
3270
|
+
"normalize",
|
|
3271
|
+
"block",
|
|
3272
|
+
"inline",
|
|
3273
|
+
"text_join"
|
|
3274
|
+
] },
|
|
3275
|
+
block: { rules: [
|
|
3276
|
+
"blockquote",
|
|
3277
|
+
"code",
|
|
3278
|
+
"fence",
|
|
3279
|
+
"heading",
|
|
3280
|
+
"hr",
|
|
3281
|
+
"html_block",
|
|
3282
|
+
"lheading",
|
|
3283
|
+
"list",
|
|
3284
|
+
"reference",
|
|
3285
|
+
"paragraph"
|
|
3286
|
+
] },
|
|
3287
|
+
inline: {
|
|
3288
|
+
rules: [
|
|
3289
|
+
"autolink",
|
|
3290
|
+
"backticks",
|
|
3291
|
+
"emphasis",
|
|
3292
|
+
"entity",
|
|
3293
|
+
"escape",
|
|
3294
|
+
"html_inline",
|
|
3295
|
+
"image",
|
|
3296
|
+
"link",
|
|
3297
|
+
"newline",
|
|
3298
|
+
"text"
|
|
3299
|
+
],
|
|
3300
|
+
rules2: [
|
|
3301
|
+
"balance_pairs",
|
|
3302
|
+
"emphasis",
|
|
3303
|
+
"fragments_join"
|
|
3304
|
+
]
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3308
|
+
}, ui = /^(vbscript|javascript|file|data):/, di = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3309
|
+
function fi(e) {
|
|
3310
|
+
let t = e.trim().toLowerCase();
|
|
3311
|
+
return !ui.test(t) || di.test(t);
|
|
3312
|
+
}
|
|
3313
|
+
var pi = [
|
|
3314
|
+
"http:",
|
|
3315
|
+
"https:",
|
|
3316
|
+
"mailto:"
|
|
3317
|
+
];
|
|
3318
|
+
function mi(e) {
|
|
3319
|
+
let t = ze(e, !0);
|
|
3320
|
+
if (t.hostname && (!t.protocol || pi.indexOf(t.protocol) >= 0)) try {
|
|
3321
|
+
t.hostname = ci.toASCII(t.hostname);
|
|
3322
|
+
} catch {}
|
|
3323
|
+
return Ee(De(t));
|
|
3324
|
+
}
|
|
3325
|
+
function hi(e) {
|
|
3326
|
+
let t = ze(e, !0);
|
|
3327
|
+
if (t.hostname && (!t.protocol || pi.indexOf(t.protocol) >= 0)) try {
|
|
3328
|
+
t.hostname = ci.toUnicode(t.hostname);
|
|
3329
|
+
} catch {}
|
|
3330
|
+
return Ce(De(t), Ce.defaultChars + "%");
|
|
3331
|
+
}
|
|
3332
|
+
function W(e, t) {
|
|
3333
|
+
if (!(this instanceof W)) return new W(e, t);
|
|
3334
|
+
t || pt(e) || (t = e || {}, e = "default"), this.inline = new xr(), this.block = new Bn(), this.core = new vn(), this.renderer = new Wt(), this.linkify = new B(), this.validateLink = fi, this.normalizeLink = mi, this.normalizeLinkText = hi, this.utils = dt, this.helpers = gt({}, Ut), this.options = {}, this.configure(e), t && this.set(t);
|
|
3335
|
+
}
|
|
3336
|
+
W.prototype.set = function(e) {
|
|
3337
|
+
return gt(this.options, e), this;
|
|
3338
|
+
}, W.prototype.configure = function(e) {
|
|
3339
|
+
let t = this;
|
|
3340
|
+
if (pt(e)) {
|
|
3341
|
+
let t = e;
|
|
3342
|
+
if (e = li[t], !e) throw Error("Wrong `markdown-it` preset \"" + t + "\", check name");
|
|
3343
|
+
}
|
|
3344
|
+
if (!e) throw Error("Wrong `markdown-it` preset, can't be empty");
|
|
3345
|
+
return e.options && t.set(e.options), e.components && Object.keys(e.components).forEach(function(n) {
|
|
3346
|
+
e.components[n].rules && t[n].ruler.enableOnly(e.components[n].rules), e.components[n].rules2 && t[n].ruler2.enableOnly(e.components[n].rules2);
|
|
3347
|
+
}), this;
|
|
3348
|
+
}, W.prototype.enable = function(e, t) {
|
|
3349
|
+
let n = [];
|
|
3350
|
+
Array.isArray(e) || (e = [e]), [
|
|
3351
|
+
"core",
|
|
3352
|
+
"block",
|
|
3353
|
+
"inline"
|
|
3354
|
+
].forEach(function(t) {
|
|
3355
|
+
n = n.concat(this[t].ruler.enable(e, !0));
|
|
3356
|
+
}, this), n = n.concat(this.inline.ruler2.enable(e, !0));
|
|
3357
|
+
let r = e.filter(function(e) {
|
|
3358
|
+
return n.indexOf(e) < 0;
|
|
3359
|
+
});
|
|
3360
|
+
if (r.length && !t) throw Error("MarkdownIt. Failed to enable unknown rule(s): " + r);
|
|
3361
|
+
return this;
|
|
3362
|
+
}, W.prototype.disable = function(e, t) {
|
|
3363
|
+
let n = [];
|
|
3364
|
+
Array.isArray(e) || (e = [e]), [
|
|
3365
|
+
"core",
|
|
3366
|
+
"block",
|
|
3367
|
+
"inline"
|
|
3368
|
+
].forEach(function(t) {
|
|
3369
|
+
n = n.concat(this[t].ruler.disable(e, !0));
|
|
3370
|
+
}, this), n = n.concat(this.inline.ruler2.disable(e, !0));
|
|
3371
|
+
let r = e.filter(function(e) {
|
|
3372
|
+
return n.indexOf(e) < 0;
|
|
3373
|
+
});
|
|
3374
|
+
if (r.length && !t) throw Error("MarkdownIt. Failed to disable unknown rule(s): " + r);
|
|
3375
|
+
return this;
|
|
3376
|
+
}, W.prototype.use = function(e) {
|
|
3377
|
+
let t = [this].concat(Array.prototype.slice.call(arguments, 1));
|
|
3378
|
+
return e.apply(e, t), this;
|
|
3379
|
+
}, W.prototype.parse = function(e, t) {
|
|
3380
|
+
if (typeof e != "string") throw Error("Input data should be a String");
|
|
3381
|
+
let n = new this.core.State(e, this, t);
|
|
3382
|
+
return this.core.process(n), n.tokens;
|
|
3383
|
+
}, W.prototype.render = function(e, t) {
|
|
3384
|
+
return t ||= {}, this.renderer.render(this.parse(e, t), this.options, t);
|
|
3385
|
+
}, W.prototype.parseInline = function(e, t) {
|
|
3386
|
+
let n = new this.core.State(e, this, t);
|
|
3387
|
+
return n.inlineMode = !0, this.core.process(n), n.tokens;
|
|
3388
|
+
}, W.prototype.renderInline = function(e, t) {
|
|
3389
|
+
return t ||= {}, this.renderer.render(this.parseInline(e, t), this.options, t);
|
|
3390
|
+
};
|
|
3391
|
+
//#endregion
|
|
3392
|
+
//#region node_modules/.store/markdown-it-anchor@9.2.1/node_modules/markdown-it-anchor/dist/markdownItAnchor.mjs
|
|
3393
|
+
var gi = !1, _i = {
|
|
3394
|
+
false: "push",
|
|
3395
|
+
true: "unshift",
|
|
3396
|
+
after: "push",
|
|
3397
|
+
before: "unshift"
|
|
3398
|
+
}, vi = { isPermalinkSymbol: !0 };
|
|
3399
|
+
function yi(e, t, n, r) {
|
|
3400
|
+
var i;
|
|
3401
|
+
if (!gi) {
|
|
3402
|
+
var a = "Using deprecated markdown-it-anchor permalink option, see https://github.com/valeriangalliat/markdown-it-anchor#permalinks";
|
|
3403
|
+
typeof process == "object" && process && process.emitWarning ? process.emitWarning(a) : console.warn(a), gi = !0;
|
|
3404
|
+
}
|
|
3405
|
+
var o = [
|
|
3406
|
+
Object.assign(new n.Token("link_open", "a", 1), { attrs: [].concat(t.permalinkClass ? [["class", t.permalinkClass]] : [], [["href", t.permalinkHref(e, n)]], Object.entries(t.permalinkAttrs(e, n))) }),
|
|
3407
|
+
Object.assign(new n.Token("html_block", "", 0), {
|
|
3408
|
+
content: t.permalinkSymbol,
|
|
3409
|
+
meta: vi
|
|
3410
|
+
}),
|
|
3411
|
+
new n.Token("link_close", "a", -1)
|
|
3412
|
+
];
|
|
3413
|
+
t.permalinkSpace && n.tokens[r + 1].children[_i[t.permalinkBefore]](Object.assign(new n.Token("text", "", 0), { content: " " })), (i = n.tokens[r + 1].children)[_i[t.permalinkBefore]].apply(i, o);
|
|
3414
|
+
}
|
|
3415
|
+
function bi(e) {
|
|
3416
|
+
return "#" + e;
|
|
3417
|
+
}
|
|
3418
|
+
function xi(e) {
|
|
3419
|
+
return {};
|
|
3420
|
+
}
|
|
3421
|
+
var Si = {
|
|
3422
|
+
class: "header-anchor",
|
|
3423
|
+
symbol: "#",
|
|
3424
|
+
renderHref: bi,
|
|
3425
|
+
renderAttrs: xi
|
|
3426
|
+
};
|
|
3427
|
+
function Ci(e) {
|
|
3428
|
+
function t(n) {
|
|
3429
|
+
return n = Object.assign({}, t.defaults, n), function(t, r, i, a) {
|
|
3430
|
+
return e(t, n, r, i, a);
|
|
3431
|
+
};
|
|
3432
|
+
}
|
|
3433
|
+
return t.defaults = Object.assign({}, Si), t.renderPermalinkImpl = e, t;
|
|
3434
|
+
}
|
|
3435
|
+
function wi(e) {
|
|
3436
|
+
var t = [], n = e.filter(function(e) {
|
|
3437
|
+
if (e[0] !== "class") return !0;
|
|
3438
|
+
t.push(e[1]);
|
|
3439
|
+
});
|
|
3440
|
+
return t.length > 0 && n.unshift(["class", t.join(" ")]), n;
|
|
3441
|
+
}
|
|
3442
|
+
var Ti = Ci(function(e, t, n, r, i) {
|
|
3443
|
+
var a, o = [
|
|
3444
|
+
Object.assign(new r.Token("link_open", "a", 1), { attrs: wi([].concat(t.class ? [["class", t.class]] : [], [["href", t.renderHref(e, r)]], t.ariaHidden ? [["aria-hidden", "true"]] : [], Object.entries(t.renderAttrs(e, r)))) }),
|
|
3445
|
+
Object.assign(new r.Token("html_inline", "", 0), {
|
|
3446
|
+
content: t.symbol,
|
|
3447
|
+
meta: vi
|
|
3448
|
+
}),
|
|
3449
|
+
new r.Token("link_close", "a", -1)
|
|
3450
|
+
];
|
|
3451
|
+
if (t.space) {
|
|
3452
|
+
var s = typeof t.space == "string" ? t.space : " ";
|
|
3453
|
+
r.tokens[i + 1].children[_i[t.placement]](Object.assign(new r.Token(typeof t.space == "string" ? "html_inline" : "text", "", 0), { content: s }));
|
|
3454
|
+
}
|
|
3455
|
+
(a = r.tokens[i + 1].children)[_i[t.placement]].apply(a, o);
|
|
3456
|
+
});
|
|
3457
|
+
Object.assign(Ti.defaults, {
|
|
3458
|
+
space: !0,
|
|
3459
|
+
placement: "after",
|
|
3460
|
+
ariaHidden: !1
|
|
3461
|
+
});
|
|
3462
|
+
var G = Ci(Ti.renderPermalinkImpl);
|
|
3463
|
+
G.defaults = Object.assign({}, Ti.defaults, { ariaHidden: !0 });
|
|
3464
|
+
var Ei = Ci(function(e, t, n, r, i) {
|
|
3465
|
+
var a = [Object.assign(new r.Token("link_open", "a", 1), { attrs: wi([].concat(t.class ? [["class", t.class]] : [], [["href", t.renderHref(e, r)]], Object.entries(t.renderAttrs(e, r)))) })].concat(t.safariReaderFix ? [new r.Token("span_open", "span", 1)] : [], r.tokens[i + 1].children, t.safariReaderFix ? [new r.Token("span_close", "span", -1)] : [], [new r.Token("link_close", "a", -1)]);
|
|
3466
|
+
r.tokens[i + 1].children = a;
|
|
3467
|
+
});
|
|
3468
|
+
Object.assign(Ei.defaults, { safariReaderFix: !1 });
|
|
3469
|
+
var Di = Ci(function(e, t, n, r, i) {
|
|
3470
|
+
var a;
|
|
3471
|
+
if (![
|
|
3472
|
+
"visually-hidden",
|
|
3473
|
+
"aria-label",
|
|
3474
|
+
"aria-describedby",
|
|
3475
|
+
"aria-labelledby"
|
|
3476
|
+
].includes(t.style)) throw Error("`permalink.linkAfterHeader` called with unknown style option `" + t.style + "`");
|
|
3477
|
+
if (!["aria-describedby", "aria-labelledby"].includes(t.style) && !t.assistiveText) throw Error("`permalink.linkAfterHeader` called without the `assistiveText` option in `" + t.style + "` style");
|
|
3478
|
+
if (t.style === "visually-hidden" && !t.visuallyHiddenClass) throw Error("`permalink.linkAfterHeader` called without the `visuallyHiddenClass` option in `visually-hidden` style");
|
|
3479
|
+
var o = r.tokens[i + 1].children.filter(function(e) {
|
|
3480
|
+
return e.type === "text" || e.type === "code_inline";
|
|
3481
|
+
}).reduce(function(e, t) {
|
|
3482
|
+
return e + t.content;
|
|
3483
|
+
}, ""), s = [], c = [];
|
|
3484
|
+
if (t.class && c.push(["class", t.class]), c.push(["href", t.renderHref(e, r)]), c.push.apply(c, Object.entries(t.renderAttrs(e, r))), t.style === "visually-hidden") {
|
|
3485
|
+
if (s.push(Object.assign(new r.Token("span_open", "span", 1), { attrs: [["class", t.visuallyHiddenClass]] }), Object.assign(new r.Token("text", "", 0), { content: t.assistiveText(o) }), new r.Token("span_close", "span", -1)), t.space) {
|
|
3486
|
+
var l = typeof t.space == "string" ? t.space : " ";
|
|
3487
|
+
s[_i[t.placement]](Object.assign(new r.Token(typeof t.space == "string" ? "html_inline" : "text", "", 0), { content: l }));
|
|
3488
|
+
}
|
|
3489
|
+
s[_i[t.placement]](Object.assign(new r.Token("span_open", "span", 1), { attrs: [["aria-hidden", "true"]] }), Object.assign(new r.Token("html_inline", "", 0), {
|
|
3490
|
+
content: t.symbol,
|
|
3491
|
+
meta: vi
|
|
3492
|
+
}), new r.Token("span_close", "span", -1));
|
|
3493
|
+
} else s.push(Object.assign(new r.Token("html_inline", "", 0), {
|
|
3494
|
+
content: t.symbol,
|
|
3495
|
+
meta: vi
|
|
3496
|
+
}));
|
|
3497
|
+
t.style === "aria-label" ? c.push(["aria-label", t.assistiveText(o)]) : ["aria-describedby", "aria-labelledby"].includes(t.style) && c.push([t.style, e]);
|
|
3498
|
+
var u = [Object.assign(new r.Token("link_open", "a", 1), { attrs: wi(c) })].concat(s, [new r.Token("link_close", "a", -1)]);
|
|
3499
|
+
(a = r.tokens).splice.apply(a, [i + 3, 0].concat(u)), t.wrapper && (r.tokens.splice(i, 0, Object.assign(new r.Token("html_block", "", 0), { content: t.wrapper[0] + "\n" })), r.tokens.splice(i + 3 + u.length + 1, 0, Object.assign(new r.Token("html_block", "", 0), { content: t.wrapper[1] + "\n" })));
|
|
3500
|
+
});
|
|
3501
|
+
function Oi(e, t, n, r) {
|
|
3502
|
+
var i = e, a = r;
|
|
3503
|
+
if (n && Object.prototype.hasOwnProperty.call(t, i)) throw Error("User defined `id` attribute `" + e + "` is not unique. Please fix it in your Markdown to continue.");
|
|
3504
|
+
for (; Object.prototype.hasOwnProperty.call(t, i);) i = e + "-" + a, a += 1;
|
|
3505
|
+
return t[i] = !0, i;
|
|
3506
|
+
}
|
|
3507
|
+
function ki(e, t) {
|
|
3508
|
+
t = Object.assign({}, ki.defaults, t), e.core.ruler.push("anchor", function(e) {
|
|
3509
|
+
for (var n, r = {}, i = e.tokens, a = Array.isArray(t.level) ? (n = t.level, function(e) {
|
|
3510
|
+
return n.includes(e);
|
|
3511
|
+
}) : function(e) {
|
|
3512
|
+
return function(t) {
|
|
3513
|
+
return t >= e;
|
|
3514
|
+
};
|
|
3515
|
+
}(t.level), o = 0; o < i.length; o++) {
|
|
3516
|
+
var s = i[o];
|
|
3517
|
+
if (s.type === "heading_open" && a(Number(s.tag.substr(1)))) {
|
|
3518
|
+
var c = t.getTokensText(i[o + 1].children), l = s.attrGet("id");
|
|
3519
|
+
l = l == null ? Oi(l = t.slugifyWithState ? t.slugifyWithState(c, e) : t.slugify(c), r, !1, t.uniqueSlugStartIndex) : Oi(l, r, !0, t.uniqueSlugStartIndex), s.attrSet("id", l), !1 !== t.tabIndex && s.attrSet("tabindex", "" + t.tabIndex), typeof t.permalink == "function" ? t.permalink(l, t, e, o) : (t.permalink || t.renderPermalink && t.renderPermalink !== yi) && t.renderPermalink(l, t, e, o), o = i.indexOf(s), t.callback && t.callback(s, {
|
|
3520
|
+
slug: l,
|
|
3521
|
+
title: c
|
|
3522
|
+
});
|
|
3523
|
+
}
|
|
3524
|
+
}
|
|
3525
|
+
});
|
|
3526
|
+
}
|
|
3527
|
+
Object.assign(Di.defaults, {
|
|
3528
|
+
style: "visually-hidden",
|
|
3529
|
+
space: !0,
|
|
3530
|
+
placement: "after",
|
|
3531
|
+
wrapper: null
|
|
3532
|
+
}), ki.permalink = {
|
|
3533
|
+
__proto__: null,
|
|
3534
|
+
legacy: yi,
|
|
3535
|
+
renderHref: bi,
|
|
3536
|
+
renderAttrs: xi,
|
|
3537
|
+
makePermalink: Ci,
|
|
3538
|
+
linkInsideHeader: Ti,
|
|
3539
|
+
ariaHidden: G,
|
|
3540
|
+
headerLink: Ei,
|
|
3541
|
+
linkAfterHeader: Di
|
|
3542
|
+
}, ki.defaults = {
|
|
3543
|
+
level: 1,
|
|
3544
|
+
slugify: function(e) {
|
|
3545
|
+
return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g, "-"));
|
|
3546
|
+
},
|
|
3547
|
+
uniqueSlugStartIndex: 1,
|
|
3548
|
+
tabIndex: "-1",
|
|
3549
|
+
getTokensText: function(e) {
|
|
3550
|
+
return e.filter(function(e) {
|
|
3551
|
+
return ["text", "code_inline"].includes(e.type);
|
|
3552
|
+
}).map(function(e) {
|
|
3553
|
+
return e.content;
|
|
3554
|
+
}).join("");
|
|
3555
|
+
},
|
|
3556
|
+
permalink: !1,
|
|
3557
|
+
renderPermalink: yi,
|
|
3558
|
+
permalinkClass: G.defaults.class,
|
|
3559
|
+
permalinkSpace: G.defaults.space,
|
|
3560
|
+
permalinkSymbol: "¶",
|
|
3561
|
+
permalinkBefore: G.defaults.placement === "before",
|
|
3562
|
+
permalinkHref: G.defaults.renderHref,
|
|
3563
|
+
permalinkAttrs: G.defaults.renderAttrs
|
|
3564
|
+
}, ki.default = ki;
|
|
3565
|
+
//#endregion
|
|
3566
|
+
//#region node_modules/.store/markdown-it-toc-done-right@4.2.0/node_modules/markdown-it-toc-done-right/dist/markdownItTocDoneRight.mjs
|
|
3567
|
+
function Ai(e) {
|
|
3568
|
+
return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g, "-"));
|
|
3569
|
+
}
|
|
3570
|
+
function K(e) {
|
|
3571
|
+
return String(e).replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
3572
|
+
}
|
|
3573
|
+
function ji(e, t) {
|
|
3574
|
+
var n;
|
|
3575
|
+
t = Object.assign({}, {
|
|
3576
|
+
placeholder: "(\\$\\{toc\\}|\\[\\[?_?toc_?\\]?\\]|\\$\\<toc(\\{[^}]*\\})\\>)",
|
|
3577
|
+
slugify: Ai,
|
|
3578
|
+
uniqueSlugStartIndex: 1,
|
|
3579
|
+
containerClass: "table-of-contents",
|
|
3580
|
+
containerId: void 0,
|
|
3581
|
+
listClass: void 0,
|
|
3582
|
+
itemClass: void 0,
|
|
3583
|
+
linkClass: void 0,
|
|
3584
|
+
level: 1,
|
|
3585
|
+
listType: "ol",
|
|
3586
|
+
format: void 0,
|
|
3587
|
+
callback: void 0
|
|
3588
|
+
}, t);
|
|
3589
|
+
var r = RegExp("^" + t.placeholder + "$", "i");
|
|
3590
|
+
e.renderer.rules.tocOpen = function(e, n) {
|
|
3591
|
+
var r = Object.assign({}, t);
|
|
3592
|
+
return e && n >= 0 && (r = Object.assign(r, e[n].inlineOptions)), "<nav" + (r.containerId ? " id=\"" + K(r.containerId) + "\"" : "") + " class=\"" + K(r.containerClass) + "\">";
|
|
3593
|
+
}, e.renderer.rules.tocClose = function() {
|
|
3594
|
+
return "</nav>";
|
|
3595
|
+
}, e.renderer.rules.tocBody = function(e, r) {
|
|
3596
|
+
var i = Object.assign({}, t);
|
|
3597
|
+
e && r >= 0 && (i = Object.assign(i, e[r].inlineOptions));
|
|
3598
|
+
var a, o = {}, s = Array.isArray(i.level) ? (a = i.level, function(e) {
|
|
3599
|
+
return a.includes(e);
|
|
3600
|
+
}) : function(e) {
|
|
3601
|
+
return function(t) {
|
|
3602
|
+
return t >= e;
|
|
3603
|
+
};
|
|
3604
|
+
}(i.level);
|
|
3605
|
+
return function e(n) {
|
|
3606
|
+
var r = i.listClass ? " class=\"" + K(i.listClass) + "\"" : "", a = i.itemClass ? " class=\"" + K(i.itemClass) + "\"" : "", c = i.linkClass ? " class=\"" + K(i.linkClass) + "\"" : "";
|
|
3607
|
+
if (n.c.length === 0) return "";
|
|
3608
|
+
var l = "";
|
|
3609
|
+
return (n.l === 0 || s(n.l)) && (l += "<" + (K(i.listType) + r) + ">"), n.c.forEach(function(n) {
|
|
3610
|
+
s(n.l) ? l += "<li" + a + "><a" + c + " href=\"#" + function(e) {
|
|
3611
|
+
for (var t = e, n = i.uniqueSlugStartIndex; Object.prototype.hasOwnProperty.call(o, t);) t = e + "-" + n++;
|
|
3612
|
+
return o[t] = !0, t;
|
|
3613
|
+
}(t.slugify(n.n)) + "\">" + (typeof i.format == "function" ? i.format(n.n, K) : K(n.n)) + "</a>" + e(n) + "</li>" : l += e(n);
|
|
3614
|
+
}), (n.l === 0 || s(n.l)) && (l += "</" + K(i.listType) + ">"), l;
|
|
3615
|
+
}(n);
|
|
3616
|
+
}, e.core.ruler.push("generateTocAst", function(r) {
|
|
3617
|
+
n = function(e) {
|
|
3618
|
+
for (var t = {
|
|
3619
|
+
l: 0,
|
|
3620
|
+
n: "",
|
|
3621
|
+
c: []
|
|
3622
|
+
}, n = [t], r = 0, i = e.length; r < i; r++) {
|
|
3623
|
+
var a = e[r];
|
|
3624
|
+
if (a.type === "heading_open") {
|
|
3625
|
+
var o = e[r + 1].children.filter(function(e) {
|
|
3626
|
+
return e.type === "text" || e.type === "code_inline";
|
|
3627
|
+
}).reduce(function(e, t) {
|
|
3628
|
+
return e + t.content;
|
|
3629
|
+
}, ""), s = {
|
|
3630
|
+
l: parseInt(a.tag.substr(1), 10),
|
|
3631
|
+
n: o,
|
|
3632
|
+
c: []
|
|
3633
|
+
};
|
|
3634
|
+
if (s.l > n[0].l) n[0].c.push(s), n.unshift(s);
|
|
3635
|
+
else if (s.l === n[0].l) n[1].c.push(s), n[0] = s;
|
|
3636
|
+
else {
|
|
3637
|
+
for (; s.l <= n[0].l;) n.shift();
|
|
3638
|
+
n[0].c.push(s), n.unshift(s);
|
|
3639
|
+
}
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
return t;
|
|
3643
|
+
}(r.tokens), typeof t.callback == "function" && t.callback(e.renderer.rules.tocOpen() + e.renderer.rules.tocBody() + e.renderer.rules.tocClose(), n);
|
|
3644
|
+
}), e.block.ruler.before("heading", "toc", function(e, t, n, i) {
|
|
3645
|
+
var a, o = e.src.slice(e.bMarks[t] + e.tShift[t], e.eMarks[t]).split(" ")[0];
|
|
3646
|
+
if (!r.test(o)) return !1;
|
|
3647
|
+
if (i) return !0;
|
|
3648
|
+
var s = r.exec(o), c = {};
|
|
3649
|
+
if (s !== null && s.length === 3) try {
|
|
3650
|
+
c = JSON.parse(s[2]);
|
|
3651
|
+
} catch {}
|
|
3652
|
+
return e.line = t + 1, (a = e.push("tocOpen", "nav", 1)).markup = "", a.map = [t, e.line], a.inlineOptions = c, (a = e.push("tocBody", "", 0)).markup = "", a.map = [t, e.line], a.inlineOptions = c, a.children = [], (a = e.push("tocClose", "nav", -1)).markup = "", !0;
|
|
3653
|
+
}, { alt: [
|
|
3654
|
+
"paragraph",
|
|
3655
|
+
"reference",
|
|
3656
|
+
"blockquote"
|
|
3657
|
+
] });
|
|
3658
|
+
}
|
|
3659
|
+
//#endregion
|
|
3660
|
+
//#region node_modules/.store/markdown-it-link-attributes@4.0.1/node_modules/markdown-it-link-attributes/index.js
|
|
3661
|
+
var Mi = { exports: {} };
|
|
3662
|
+
Mi.exports;
|
|
3663
|
+
function Ni(e, t) {
|
|
3664
|
+
var n, r, i = e.attrs[e.attrIndex("href")][1];
|
|
3665
|
+
for (n = 0; n < t.length; ++n) {
|
|
3666
|
+
if (r = t[n], typeof r.matcher == "function") {
|
|
3667
|
+
if (r.matcher(i, r)) return r;
|
|
3668
|
+
continue;
|
|
3669
|
+
}
|
|
3670
|
+
return r;
|
|
3671
|
+
}
|
|
3672
|
+
}
|
|
3673
|
+
function Pi(e, t, n) {
|
|
3674
|
+
Object.keys(n).forEach(function(r) {
|
|
3675
|
+
var i, a = n[r];
|
|
3676
|
+
r === "className" && (r = "class"), i = t[e].attrIndex(r), i < 0 ? t[e].attrPush([r, a]) : t[e].attrs[i][1] = a;
|
|
3677
|
+
});
|
|
3678
|
+
}
|
|
3679
|
+
function Fi(e, t) {
|
|
3680
|
+
t = t ? Array.isArray(t) ? t : [t] : [], Object.freeze(t);
|
|
3681
|
+
var n = e.renderer.rules.link_open || this.defaultRender;
|
|
3682
|
+
e.renderer.rules.link_open = function(e, r, i, a, o) {
|
|
3683
|
+
var s = Ni(e[r], t), c = s && s.attrs;
|
|
3684
|
+
return c && Pi(r, e, c), n(e, r, i, a, o);
|
|
3685
|
+
};
|
|
3686
|
+
}
|
|
3687
|
+
Fi.defaultRender = function(e, t, n, r, i) {
|
|
3688
|
+
return i.renderToken(e, t, n);
|
|
3689
|
+
}, Mi.exports = Fi;
|
|
3690
|
+
var Ii = (Mi.exports == null ? {} : Mi.exports).default || Mi.exports, q = { exports: {} }, Li = q.exports, Ri = 200, zi = "__lodash_hash_undefined__", Bi = 9007199254740991, Vi = "[object Arguments]", Hi = "[object Array]", Ui = "[object Boolean]", Wi = "[object Date]", Gi = "[object Error]", Ki = "[object Function]", qi = "[object GeneratorFunction]", Ji = "[object Map]", Yi = "[object Number]", Xi = "[object Object]", Zi = "[object Promise]", Qi = "[object RegExp]", $i = "[object Set]", ea = "[object String]", ta = "[object Symbol]", na = "[object WeakMap]", ra = "[object ArrayBuffer]", ia = "[object DataView]", aa = "[object Float32Array]", oa = "[object Float64Array]", sa = "[object Int8Array]", ca = "[object Int16Array]", la = "[object Int32Array]", ua = "[object Uint8Array]", da = "[object Uint8ClampedArray]", fa = "[object Uint16Array]", pa = "[object Uint32Array]", ma = /[\\^$.*+?()[\]{}|]/g, ha = /\w*$/, ga = /^\[object .+?Constructor\]$/, _a = /^(?:0|[1-9]\d*)$/, J = {};
|
|
3691
|
+
J[Vi] = J[Hi] = J[ra] = J[ia] = J[Ui] = J[Wi] = J[aa] = J[oa] = J[sa] = J[ca] = J[la] = J[Ji] = J[Yi] = J[Xi] = J[Qi] = J[$i] = J[ea] = J[ta] = J[ua] = J[da] = J[fa] = J[pa] = !0, J[Gi] = J[Ki] = J[na] = !1;
|
|
3692
|
+
var va = typeof global == "object" && global && global.Object === Object && global, ya = typeof self == "object" && self && self.Object === Object && self, Y = va || ya || Function("return this")(), ba = typeof Li == "object" && Li && !Li.nodeType && Li, xa = ba && typeof q == "object" && q && !q.nodeType && q, Sa = xa && xa.exports === ba;
|
|
3693
|
+
function Ca(e, t) {
|
|
3694
|
+
return e.set(t[0], t[1]), e;
|
|
3695
|
+
}
|
|
3696
|
+
function wa(e, t) {
|
|
3697
|
+
return e.add(t), e;
|
|
3698
|
+
}
|
|
3699
|
+
function Ta(e, t) {
|
|
3700
|
+
for (var n = -1, r = e ? e.length : 0; ++n < r && t(e[n], n, e) !== !1;);
|
|
3701
|
+
return e;
|
|
3702
|
+
}
|
|
3703
|
+
function Ea(e, t) {
|
|
3704
|
+
for (var n = -1, r = t.length, i = e.length; ++n < r;) e[i + n] = t[n];
|
|
3705
|
+
return e;
|
|
3706
|
+
}
|
|
3707
|
+
function Da(e, t, n, r) {
|
|
3708
|
+
var i = -1, a = e ? e.length : 0;
|
|
3709
|
+
for (r && a && (n = e[++i]); ++i < a;) n = t(n, e[i], i, e);
|
|
3710
|
+
return n;
|
|
3711
|
+
}
|
|
3712
|
+
function Oa(e, t) {
|
|
3713
|
+
for (var n = -1, r = Array(e); ++n < e;) r[n] = t(n);
|
|
3714
|
+
return r;
|
|
3715
|
+
}
|
|
3716
|
+
function ka(e, t) {
|
|
3717
|
+
return e?.[t];
|
|
3718
|
+
}
|
|
3719
|
+
function Aa(e) {
|
|
3720
|
+
var t = !1;
|
|
3721
|
+
if (e != null && typeof e.toString != "function") try {
|
|
3722
|
+
t = !!(e + "");
|
|
3723
|
+
} catch {}
|
|
3724
|
+
return t;
|
|
3725
|
+
}
|
|
3726
|
+
function ja(e) {
|
|
3727
|
+
var t = -1, n = Array(e.size);
|
|
3728
|
+
return e.forEach(function(e, r) {
|
|
3729
|
+
n[++t] = [r, e];
|
|
3730
|
+
}), n;
|
|
3731
|
+
}
|
|
3732
|
+
function Ma(e, t) {
|
|
3733
|
+
return function(n) {
|
|
3734
|
+
return e(t(n));
|
|
3735
|
+
};
|
|
3736
|
+
}
|
|
3737
|
+
function Na(e) {
|
|
3738
|
+
var t = -1, n = Array(e.size);
|
|
3739
|
+
return e.forEach(function(e) {
|
|
3740
|
+
n[++t] = e;
|
|
3741
|
+
}), n;
|
|
3742
|
+
}
|
|
3743
|
+
var Pa = Array.prototype, Fa = Function.prototype, Ia = Object.prototype, La = Y["__core-js_shared__"], Ra = function() {
|
|
3744
|
+
var e = /[^.]+$/.exec(La && La.keys && La.keys.IE_PROTO || "");
|
|
3745
|
+
return e ? "Symbol(src)_1." + e : "";
|
|
3746
|
+
}(), za = Fa.toString, X = Ia.hasOwnProperty, Ba = Ia.toString, Va = RegExp("^" + za.call(X).replace(ma, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), Ha = Sa ? Y.Buffer : void 0, Ua = Y.Symbol, Wa = Y.Uint8Array, Ga = Ma(Object.getPrototypeOf, Object), Ka = Object.create, qa = Ia.propertyIsEnumerable, Ja = Pa.splice, Ya = Object.getOwnPropertySymbols, Xa = Ha ? Ha.isBuffer : void 0, Za = Ma(Object.keys, Object), Qa = rs(Y, "DataView"), $a = rs(Y, "Map"), eo = rs(Y, "Promise"), to = rs(Y, "Set"), no = rs(Y, "WeakMap"), ro = rs(Object, "create"), io = ps(Qa), ao = ps($a), oo = ps(eo), so = ps(to), co = ps(no), lo = Ua ? Ua.prototype : void 0, uo = lo ? lo.valueOf : void 0;
|
|
3747
|
+
function Z(e) {
|
|
3748
|
+
var t = -1, n = e ? e.length : 0;
|
|
3749
|
+
for (this.clear(); ++t < n;) {
|
|
3750
|
+
var r = e[t];
|
|
3751
|
+
this.set(r[0], r[1]);
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
function fo() {
|
|
3755
|
+
this.__data__ = ro ? ro(null) : {};
|
|
3756
|
+
}
|
|
3757
|
+
function po(e) {
|
|
3758
|
+
return this.has(e) && delete this.__data__[e];
|
|
3759
|
+
}
|
|
3760
|
+
function mo(e) {
|
|
3761
|
+
var t = this.__data__;
|
|
3762
|
+
if (ro) {
|
|
3763
|
+
var n = t[e];
|
|
3764
|
+
return n === zi ? void 0 : n;
|
|
3765
|
+
}
|
|
3766
|
+
return X.call(t, e) ? t[e] : void 0;
|
|
3767
|
+
}
|
|
3768
|
+
function ho(e) {
|
|
3769
|
+
var t = this.__data__;
|
|
3770
|
+
return ro ? t[e] !== void 0 : X.call(t, e);
|
|
3771
|
+
}
|
|
3772
|
+
function go(e, t) {
|
|
3773
|
+
var n = this.__data__;
|
|
3774
|
+
return n[e] = ro && t === void 0 ? zi : t, this;
|
|
3775
|
+
}
|
|
3776
|
+
Z.prototype.clear = fo, Z.prototype.delete = po, Z.prototype.get = mo, Z.prototype.has = ho, Z.prototype.set = go;
|
|
3777
|
+
function Q(e) {
|
|
3778
|
+
var t = -1, n = e ? e.length : 0;
|
|
3779
|
+
for (this.clear(); ++t < n;) {
|
|
3780
|
+
var r = e[t];
|
|
3781
|
+
this.set(r[0], r[1]);
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
function _o() {
|
|
3785
|
+
this.__data__ = [];
|
|
3786
|
+
}
|
|
3787
|
+
function vo(e) {
|
|
3788
|
+
var t = this.__data__, n = Io(t, e);
|
|
3789
|
+
return n < 0 ? !1 : (n == t.length - 1 ? t.pop() : Ja.call(t, n, 1), !0);
|
|
3790
|
+
}
|
|
3791
|
+
function yo(e) {
|
|
3792
|
+
var t = this.__data__, n = Io(t, e);
|
|
3793
|
+
return n < 0 ? void 0 : t[n][1];
|
|
3794
|
+
}
|
|
3795
|
+
function bo(e) {
|
|
3796
|
+
return Io(this.__data__, e) > -1;
|
|
3797
|
+
}
|
|
3798
|
+
function xo(e, t) {
|
|
3799
|
+
var n = this.__data__, r = Io(n, e);
|
|
3800
|
+
return r < 0 ? n.push([e, t]) : n[r][1] = t, this;
|
|
3801
|
+
}
|
|
3802
|
+
Q.prototype.clear = _o, Q.prototype.delete = vo, Q.prototype.get = yo, Q.prototype.has = bo, Q.prototype.set = xo;
|
|
3803
|
+
function So(e) {
|
|
3804
|
+
var t = -1, n = e ? e.length : 0;
|
|
3805
|
+
for (this.clear(); ++t < n;) {
|
|
3806
|
+
var r = e[t];
|
|
3807
|
+
this.set(r[0], r[1]);
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
function Co() {
|
|
3811
|
+
this.__data__ = {
|
|
3812
|
+
hash: new Z(),
|
|
3813
|
+
map: new ($a || Q)(),
|
|
3814
|
+
string: new Z()
|
|
3815
|
+
};
|
|
3816
|
+
}
|
|
3817
|
+
function wo(e) {
|
|
3818
|
+
return ns(this, e).delete(e);
|
|
3819
|
+
}
|
|
3820
|
+
function To(e) {
|
|
3821
|
+
return ns(this, e).get(e);
|
|
3822
|
+
}
|
|
3823
|
+
function Eo(e) {
|
|
3824
|
+
return ns(this, e).has(e);
|
|
3825
|
+
}
|
|
3826
|
+
function Do(e, t) {
|
|
3827
|
+
return ns(this, e).set(e, t), this;
|
|
3828
|
+
}
|
|
3829
|
+
So.prototype.clear = Co, So.prototype.delete = wo, So.prototype.get = To, So.prototype.has = Eo, So.prototype.set = Do;
|
|
3830
|
+
function Oo(e) {
|
|
3831
|
+
this.__data__ = new Q(e);
|
|
3832
|
+
}
|
|
3833
|
+
function ko() {
|
|
3834
|
+
this.__data__ = new Q();
|
|
3835
|
+
}
|
|
3836
|
+
function Ao(e) {
|
|
3837
|
+
return this.__data__.delete(e);
|
|
3838
|
+
}
|
|
3839
|
+
function jo(e) {
|
|
3840
|
+
return this.__data__.get(e);
|
|
3841
|
+
}
|
|
3842
|
+
function Mo(e) {
|
|
3843
|
+
return this.__data__.has(e);
|
|
3844
|
+
}
|
|
3845
|
+
function No(e, t) {
|
|
3846
|
+
var n = this.__data__;
|
|
3847
|
+
if (n instanceof Q) {
|
|
3848
|
+
var r = n.__data__;
|
|
3849
|
+
if (!$a || r.length < Ri - 1) return r.push([e, t]), this;
|
|
3850
|
+
n = this.__data__ = new So(r);
|
|
3851
|
+
}
|
|
3852
|
+
return n.set(e, t), this;
|
|
3853
|
+
}
|
|
3854
|
+
Oo.prototype.clear = ko, Oo.prototype.delete = Ao, Oo.prototype.get = jo, Oo.prototype.has = Mo, Oo.prototype.set = No;
|
|
3855
|
+
function Po(e, t) {
|
|
3856
|
+
var n = _s(e) || gs(e) ? Oa(e.length, String) : [], r = n.length, i = !!r;
|
|
3857
|
+
for (var a in e) (t || X.call(e, a)) && !(i && (a == "length" || ls(a, r))) && n.push(a);
|
|
3858
|
+
return n;
|
|
3859
|
+
}
|
|
3860
|
+
function Fo(e, t, n) {
|
|
3861
|
+
var r = e[t];
|
|
3862
|
+
(!(X.call(e, t) && hs(r, n)) || n === void 0 && !(t in e)) && (e[t] = n);
|
|
3863
|
+
}
|
|
3864
|
+
function Io(e, t) {
|
|
3865
|
+
for (var n = e.length; n--;) if (hs(e[n][0], t)) return n;
|
|
3866
|
+
return -1;
|
|
3867
|
+
}
|
|
3868
|
+
function Lo(e, t) {
|
|
3869
|
+
return e && $o(t, Ts(t), e);
|
|
3870
|
+
}
|
|
3871
|
+
function Ro(e, t, n, r, i, a, o) {
|
|
3872
|
+
var s;
|
|
3873
|
+
if (r && (s = a ? r(e, i, a, o) : r(e)), s !== void 0) return s;
|
|
3874
|
+
if (!Cs(e)) return e;
|
|
3875
|
+
var c = _s(e);
|
|
3876
|
+
if (c) {
|
|
3877
|
+
if (s = os(e), !t) return Qo(e, s);
|
|
3878
|
+
} else {
|
|
3879
|
+
var l = as(e), u = l == Ki || l == qi;
|
|
3880
|
+
if (bs(e)) return Wo(e, t);
|
|
3881
|
+
if (l == Xi || l == Vi || u && !a) {
|
|
3882
|
+
if (Aa(e)) return a ? e : {};
|
|
3883
|
+
if (s = ss(u ? {} : e), !t) return es(e, Lo(s, e));
|
|
3884
|
+
} else {
|
|
3885
|
+
if (!J[l]) return a ? e : {};
|
|
3886
|
+
s = cs(e, l, Ro, t);
|
|
3887
|
+
}
|
|
3888
|
+
}
|
|
3889
|
+
o ||= new Oo();
|
|
3890
|
+
var d = o.get(e);
|
|
3891
|
+
if (d) return d;
|
|
3892
|
+
if (o.set(e, s), !c) var f = n ? ts(e) : Ts(e);
|
|
3893
|
+
return Ta(f || e, function(i, a) {
|
|
3894
|
+
f && (a = i, i = e[a]), Fo(s, a, Ro(i, t, n, r, a, e, o));
|
|
3895
|
+
}), s;
|
|
3896
|
+
}
|
|
3897
|
+
function zo(e) {
|
|
3898
|
+
return Cs(e) ? Ka(e) : {};
|
|
3899
|
+
}
|
|
3900
|
+
function Bo(e, t, n) {
|
|
3901
|
+
var r = t(e);
|
|
3902
|
+
return _s(e) ? r : Ea(r, n(e));
|
|
3903
|
+
}
|
|
3904
|
+
function Vo(e) {
|
|
3905
|
+
return Ba.call(e);
|
|
3906
|
+
}
|
|
3907
|
+
function Ho(e) {
|
|
3908
|
+
return !Cs(e) || ds(e) ? !1 : (xs(e) || Aa(e) ? Va : ga).test(ps(e));
|
|
3909
|
+
}
|
|
3910
|
+
function Uo(e) {
|
|
3911
|
+
if (!fs(e)) return Za(e);
|
|
3912
|
+
var t = [];
|
|
3913
|
+
for (var n in Object(e)) X.call(e, n) && n != "constructor" && t.push(n);
|
|
3914
|
+
return t;
|
|
3915
|
+
}
|
|
3916
|
+
function Wo(e, t) {
|
|
3917
|
+
if (t) return e.slice();
|
|
3918
|
+
var n = new e.constructor(e.length);
|
|
3919
|
+
return e.copy(n), n;
|
|
3920
|
+
}
|
|
3921
|
+
function Go(e) {
|
|
3922
|
+
var t = new e.constructor(e.byteLength);
|
|
3923
|
+
return new Wa(t).set(new Wa(e)), t;
|
|
3924
|
+
}
|
|
3925
|
+
function Ko(e, t) {
|
|
3926
|
+
var n = t ? Go(e.buffer) : e.buffer;
|
|
3927
|
+
return new e.constructor(n, e.byteOffset, e.byteLength);
|
|
3928
|
+
}
|
|
3929
|
+
function qo(e, t, n) {
|
|
3930
|
+
return Da(t ? n(ja(e), !0) : ja(e), Ca, new e.constructor());
|
|
3931
|
+
}
|
|
3932
|
+
function Jo(e) {
|
|
3933
|
+
var t = new e.constructor(e.source, ha.exec(e));
|
|
3934
|
+
return t.lastIndex = e.lastIndex, t;
|
|
3935
|
+
}
|
|
3936
|
+
function Yo(e, t, n) {
|
|
3937
|
+
return Da(t ? n(Na(e), !0) : Na(e), wa, new e.constructor());
|
|
3938
|
+
}
|
|
3939
|
+
function Xo(e) {
|
|
3940
|
+
return uo ? Object(uo.call(e)) : {};
|
|
3941
|
+
}
|
|
3942
|
+
function Zo(e, t) {
|
|
3943
|
+
var n = t ? Go(e.buffer) : e.buffer;
|
|
3944
|
+
return new e.constructor(n, e.byteOffset, e.length);
|
|
3945
|
+
}
|
|
3946
|
+
function Qo(e, t) {
|
|
3947
|
+
var n = -1, r = e.length;
|
|
3948
|
+
for (t ||= Array(r); ++n < r;) t[n] = e[n];
|
|
3949
|
+
return t;
|
|
3950
|
+
}
|
|
3951
|
+
function $o(e, t, n, r) {
|
|
3952
|
+
n ||= {};
|
|
3953
|
+
for (var i = -1, a = t.length; ++i < a;) {
|
|
3954
|
+
var o = t[i], s = r ? r(n[o], e[o], o, n, e) : void 0;
|
|
3955
|
+
Fo(n, o, s === void 0 ? e[o] : s);
|
|
3956
|
+
}
|
|
3957
|
+
return n;
|
|
3958
|
+
}
|
|
3959
|
+
function es(e, t) {
|
|
3960
|
+
return $o(e, is(e), t);
|
|
3961
|
+
}
|
|
3962
|
+
function ts(e) {
|
|
3963
|
+
return Bo(e, Ts, is);
|
|
3964
|
+
}
|
|
3965
|
+
function ns(e, t) {
|
|
3966
|
+
var n = e.__data__;
|
|
3967
|
+
return us(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
3968
|
+
}
|
|
3969
|
+
function rs(e, t) {
|
|
3970
|
+
var n = ka(e, t);
|
|
3971
|
+
return Ho(n) ? n : void 0;
|
|
3972
|
+
}
|
|
3973
|
+
var is = Ya ? Ma(Ya, Object) : Es, as = Vo;
|
|
3974
|
+
(Qa && as(new Qa(/* @__PURE__ */ new ArrayBuffer(1))) != ia || $a && as(new $a()) != Ji || eo && as(eo.resolve()) != Zi || to && as(new to()) != $i || no && as(new no()) != na) && (as = function(e) {
|
|
3975
|
+
var t = Ba.call(e), n = t == Xi ? e.constructor : void 0, r = n ? ps(n) : void 0;
|
|
3976
|
+
if (r) switch (r) {
|
|
3977
|
+
case io: return ia;
|
|
3978
|
+
case ao: return Ji;
|
|
3979
|
+
case oo: return Zi;
|
|
3980
|
+
case so: return $i;
|
|
3981
|
+
case co: return na;
|
|
3982
|
+
}
|
|
3983
|
+
return t;
|
|
3984
|
+
});
|
|
3985
|
+
function os(e) {
|
|
3986
|
+
var t = e.length, n = e.constructor(t);
|
|
3987
|
+
return t && typeof e[0] == "string" && X.call(e, "index") && (n.index = e.index, n.input = e.input), n;
|
|
3988
|
+
}
|
|
3989
|
+
function ss(e) {
|
|
3990
|
+
return typeof e.constructor == "function" && !fs(e) ? zo(Ga(e)) : {};
|
|
3991
|
+
}
|
|
3992
|
+
function cs(e, t, n, r) {
|
|
3993
|
+
var i = e.constructor;
|
|
3994
|
+
switch (t) {
|
|
3995
|
+
case ra: return Go(e);
|
|
3996
|
+
case Ui:
|
|
3997
|
+
case Wi: return new i(+e);
|
|
3998
|
+
case ia: return Ko(e, r);
|
|
3999
|
+
case aa:
|
|
4000
|
+
case oa:
|
|
4001
|
+
case sa:
|
|
4002
|
+
case ca:
|
|
4003
|
+
case la:
|
|
4004
|
+
case ua:
|
|
4005
|
+
case da:
|
|
4006
|
+
case fa:
|
|
4007
|
+
case pa: return Zo(e, r);
|
|
4008
|
+
case Ji: return qo(e, r, n);
|
|
4009
|
+
case Yi:
|
|
4010
|
+
case ea: return new i(e);
|
|
4011
|
+
case Qi: return Jo(e);
|
|
4012
|
+
case $i: return Yo(e, r, n);
|
|
4013
|
+
case ta: return Xo(e);
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
function ls(e, t) {
|
|
4017
|
+
return t ??= Bi, !!t && (typeof e == "number" || _a.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
4018
|
+
}
|
|
4019
|
+
function us(e) {
|
|
4020
|
+
var t = typeof e;
|
|
4021
|
+
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
4022
|
+
}
|
|
4023
|
+
function ds(e) {
|
|
4024
|
+
return !!Ra && Ra in e;
|
|
4025
|
+
}
|
|
4026
|
+
function fs(e) {
|
|
4027
|
+
var t = e && e.constructor;
|
|
4028
|
+
return e === (typeof t == "function" && t.prototype || Ia);
|
|
4029
|
+
}
|
|
4030
|
+
function ps(e) {
|
|
4031
|
+
if (e != null) {
|
|
4032
|
+
try {
|
|
4033
|
+
return za.call(e);
|
|
4034
|
+
} catch {}
|
|
4035
|
+
try {
|
|
4036
|
+
return e + "";
|
|
4037
|
+
} catch {}
|
|
4038
|
+
}
|
|
4039
|
+
return "";
|
|
4040
|
+
}
|
|
4041
|
+
function ms(e) {
|
|
4042
|
+
return Ro(e, !0, !0);
|
|
4043
|
+
}
|
|
4044
|
+
function hs(e, t) {
|
|
4045
|
+
return e === t || e !== e && t !== t;
|
|
4046
|
+
}
|
|
4047
|
+
function gs(e) {
|
|
4048
|
+
return ys(e) && X.call(e, "callee") && (!qa.call(e, "callee") || Ba.call(e) == Vi);
|
|
4049
|
+
}
|
|
4050
|
+
var _s = Array.isArray;
|
|
4051
|
+
function vs(e) {
|
|
4052
|
+
return e != null && Ss(e.length) && !xs(e);
|
|
4053
|
+
}
|
|
4054
|
+
function ys(e) {
|
|
4055
|
+
return ws(e) && vs(e);
|
|
4056
|
+
}
|
|
4057
|
+
var bs = Xa || Ds;
|
|
4058
|
+
function xs(e) {
|
|
4059
|
+
var t = Cs(e) ? Ba.call(e) : "";
|
|
4060
|
+
return t == Ki || t == qi;
|
|
4061
|
+
}
|
|
4062
|
+
function Ss(e) {
|
|
4063
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Bi;
|
|
4064
|
+
}
|
|
4065
|
+
function Cs(e) {
|
|
4066
|
+
var t = typeof e;
|
|
4067
|
+
return !!e && (t == "object" || t == "function");
|
|
4068
|
+
}
|
|
4069
|
+
function ws(e) {
|
|
4070
|
+
return !!e && typeof e == "object";
|
|
4071
|
+
}
|
|
4072
|
+
function Ts(e) {
|
|
4073
|
+
return vs(e) ? Po(e) : Uo(e);
|
|
4074
|
+
}
|
|
4075
|
+
function Es() {
|
|
4076
|
+
return [];
|
|
4077
|
+
}
|
|
4078
|
+
function Ds() {
|
|
4079
|
+
return !1;
|
|
4080
|
+
}
|
|
4081
|
+
q.exports = ms;
|
|
4082
|
+
var Os = (q.exports == null ? {} : q.exports).default || q.exports;
|
|
4083
|
+
String.raw`\$&`;
|
|
4084
|
+
var ks = (e) => e.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">").replaceAll("\"", """).replaceAll("'", "'"), As = "@tab", js = `${As}:active`, Ms = js.length, Ns = (e, t, n) => {
|
|
4085
|
+
if (e.src.charCodeAt(t) !== 64) return !1;
|
|
4086
|
+
let r = 1;
|
|
4087
|
+
for (; r < Ms && js.charCodeAt(r) === e.src.charCodeAt(t + r); r++);
|
|
4088
|
+
let i = r === Ms;
|
|
4089
|
+
if (!i && r !== 4) return !1;
|
|
4090
|
+
let a = t + r, o = e.skipSpaces(a);
|
|
4091
|
+
return o > a && o < n && {
|
|
4092
|
+
isActive: i,
|
|
4093
|
+
pos: o
|
|
4094
|
+
};
|
|
4095
|
+
}, Ps = (e) => (t, n, r, i) => {
|
|
4096
|
+
if (t.env.tabName !== e || t.level !== t.env.tabLevel) return !1;
|
|
4097
|
+
let a = t.bMarks[n] + t.tShift[n], o = t.eMarks[n], s = Ns(t, a, o);
|
|
4098
|
+
if (s === !1) return !1;
|
|
4099
|
+
if (i) return !0;
|
|
4100
|
+
let c = t.sCount[n], l = n + 1, u = !1;
|
|
4101
|
+
for (; l < r; l++) {
|
|
4102
|
+
let e = t.bMarks[l] + t.tShift[l];
|
|
4103
|
+
if (t.sCount[l] === c && t.src[e] === "@" && Ns(t, e, t.eMarks[l])) {
|
|
4104
|
+
u = !0;
|
|
4105
|
+
break;
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
let d = t.parentType, f = t.lineMax, p = t.blkIndent;
|
|
4109
|
+
t.parentType = "tab", t.lineMax = l - +!!u, t.blkIndent = c;
|
|
4110
|
+
let m = t.push(`${e}_tab_open`, "", 1), h = s.pos, g = t.skipSpacesBack(o, h), _ = g, v;
|
|
4111
|
+
for (; _ > h;) {
|
|
4112
|
+
if (t.src.charCodeAt(_) === 35) {
|
|
4113
|
+
for (v = _ - 1; t.src.charCodeAt(v) === 92;) v--;
|
|
4114
|
+
if ((_ - v) % 2 == 1) break;
|
|
4115
|
+
}
|
|
4116
|
+
_--;
|
|
4117
|
+
}
|
|
4118
|
+
let y, b = "";
|
|
4119
|
+
_ === h ? y = t.src.slice(h, g) : (b = t.src.slice(t.skipSpaces(_ + 1), g), y = t.src.slice(h, t.skipSpacesBack(_, h))), m.block = !0, m.markup = As, m.info = y, m.meta = { active: s.isActive }, b && (m.meta.id = b), m.map = [n, l - +!!u], t.md.block.tokenize(t, n + 1, l + +!u);
|
|
4120
|
+
let x = t.push(`${e}_tab_close`, "", -1);
|
|
4121
|
+
return x.block = !0, x.markup = "", t.parentType = d, t.lineMax = f, t.blkIndent = p, t.line = l + +!u, !0;
|
|
4122
|
+
}, Fs = (e) => (t, n, r, i) => {
|
|
4123
|
+
let a = t.bMarks[n] + t.tShift[n];
|
|
4124
|
+
if (t.src.charCodeAt(a) !== 58) return !1;
|
|
4125
|
+
let o = t.eMarks[n], s = a + 1;
|
|
4126
|
+
for (; s <= o && t.src.charCodeAt(s) === 58;) s++;
|
|
4127
|
+
let c = s - a;
|
|
4128
|
+
if (c < 3) return !1;
|
|
4129
|
+
s = t.skipSpaces(s);
|
|
4130
|
+
for (let n = 0; n < e.length; n++) {
|
|
4131
|
+
if (t.src.charCodeAt(s) !== e.charCodeAt(n)) return !1;
|
|
4132
|
+
s++;
|
|
4133
|
+
}
|
|
4134
|
+
let l = 0, u;
|
|
4135
|
+
for (; s !== o;) {
|
|
4136
|
+
if (u = t.src.charCodeAt(s++), u === 35) {
|
|
4137
|
+
l = s;
|
|
4138
|
+
break;
|
|
4139
|
+
}
|
|
4140
|
+
if (!t.md.utils.isSpace(u)) return !1;
|
|
4141
|
+
}
|
|
4142
|
+
if (i) return !0;
|
|
4143
|
+
let d = t.sCount[n], f = n + 1, p = !1;
|
|
4144
|
+
for (; f < r; f++) {
|
|
4145
|
+
let e = t.bMarks[f] + t.tShift[f], n = t.eMarks[f];
|
|
4146
|
+
if (e < n && t.sCount[f] < d) break;
|
|
4147
|
+
if (t.sCount[f] === d && t.src.charCodeAt(e) === 58) {
|
|
4148
|
+
for (s = e + 1; s <= n && t.src.charCodeAt(s) === 58; s++);
|
|
4149
|
+
if (s - e >= c && (s = t.skipSpaces(s), s >= n)) {
|
|
4150
|
+
p = !0;
|
|
4151
|
+
break;
|
|
4152
|
+
}
|
|
4153
|
+
}
|
|
4154
|
+
}
|
|
4155
|
+
let m = t.parentType, h = t.lineMax, g = t.blkIndent, _ = t.env.tabName, v = t.env.tabLevel;
|
|
4156
|
+
t.parentType = `${e}_tabs`, t.lineMax = f - +!!p, t.blkIndent = d;
|
|
4157
|
+
let y = ":".repeat(c), b = "";
|
|
4158
|
+
if (l) {
|
|
4159
|
+
l = t.skipSpaces(l);
|
|
4160
|
+
let e = t.skipSpacesBack(o, l);
|
|
4161
|
+
l < e && (b = t.src.slice(l, e));
|
|
4162
|
+
}
|
|
4163
|
+
let x = t.push(`${e}_tabs_open`, "", 1);
|
|
4164
|
+
x.markup = y, x.block = !0, x.info = e, x.meta = { id: b }, x.map = [n, f - +!!p], t.env.tabName = e, t.env.tabLevel = t.level, t.md.block.tokenize(t, n + 1, f - +!!p), t.env.tabName = _, t.env.tabLevel = v;
|
|
4165
|
+
let S = t.push(`${e}_tabs_close`, "", -1);
|
|
4166
|
+
return S.markup = y, S.block = !0, t.parentType = m, t.lineMax = h, t.blkIndent = g, t.line = f + +!!p, !0;
|
|
4167
|
+
}, Is = (e) => (t, n) => {
|
|
4168
|
+
let r = [], i = -1, a = !1, o = 0, { level: s } = t[n];
|
|
4169
|
+
for (let c = n + 1; c < t.length; c++) {
|
|
4170
|
+
let n = t[c], l = n.meta, u = n.type;
|
|
4171
|
+
if (u === `${e}_tabs_open`) {
|
|
4172
|
+
o++;
|
|
4173
|
+
continue;
|
|
4174
|
+
}
|
|
4175
|
+
if (u === `${e}_tabs_close`) {
|
|
4176
|
+
if (n.level === s) break;
|
|
4177
|
+
o--;
|
|
4178
|
+
continue;
|
|
4179
|
+
}
|
|
4180
|
+
if (n.level > s + 1 || o > 0) {
|
|
4181
|
+
a || (n.type = `${e}_tabs_empty`, n.hidden = !0);
|
|
4182
|
+
continue;
|
|
4183
|
+
}
|
|
4184
|
+
if (u === `${e}_tab_open`) {
|
|
4185
|
+
a = !0, l.index = r.length, l.active && (i === -1 ? i = r.length : l.active = !1), r.push({
|
|
4186
|
+
title: n.info,
|
|
4187
|
+
index: r.length,
|
|
4188
|
+
id: l.id,
|
|
4189
|
+
isActive: l.active
|
|
4190
|
+
});
|
|
4191
|
+
continue;
|
|
4192
|
+
}
|
|
4193
|
+
u !== `${e}_tab_close` && (n.type = `${e}_tabs_empty`, n.hidden = !0);
|
|
4194
|
+
}
|
|
4195
|
+
return {
|
|
4196
|
+
active: i,
|
|
4197
|
+
data: r
|
|
4198
|
+
};
|
|
4199
|
+
}, Ls = (e, t) => {
|
|
4200
|
+
let n = e[t], r = n.meta;
|
|
4201
|
+
return {
|
|
4202
|
+
title: n.info,
|
|
4203
|
+
index: r.index,
|
|
4204
|
+
id: r.id,
|
|
4205
|
+
isActive: r.active
|
|
4206
|
+
};
|
|
4207
|
+
}, Rs = (e, t) => {
|
|
4208
|
+
let { name: n = "tabs", openRender: r = (t, r, i, a, o, s) => {
|
|
4209
|
+
let { active: c, data: l } = t, u = r[i];
|
|
4210
|
+
u.attrJoin("class", `${n}-tabs-wrapper`), u.meta.id && u.attrJoin("data-id", u.meta.id);
|
|
4211
|
+
let d = l.map(({ title: t, id: r }, i) => `<button type="button" class="${n}-tab-button${c === i ? " active" : ""}" data-tab="${i}"${r ? ` data-id="${ks(r)}"` : ""}${c === i ? " data-active" : ""}>${ks(e.renderInline(t))}</button>`);
|
|
4212
|
+
return `\
|
|
4213
|
+
<div${s.renderAttrs(u)}>
|
|
4214
|
+
<div class="${n}-tabs-header">
|
|
4215
|
+
${d.join("\n ")}
|
|
4216
|
+
</div>
|
|
4217
|
+
<div class="${n}-tabs-container">
|
|
4218
|
+
`;
|
|
4219
|
+
}, closeRender: i = () => " </div>\n</div>\n", tabOpenRender: a = (e, t, r, i, a, o) => {
|
|
4220
|
+
let s = t[r];
|
|
4221
|
+
return s.attrJoin("class", `${n}-tab-content${e.isActive ? " active" : ""}`), s.attrSet("data-index", e.index.toString()), e.id && s.attrSet("data-id", e.id), e.isActive && s.attrJoin("data-active", ""), `\
|
|
4222
|
+
<div${o.renderAttrs(t[r])}>
|
|
4223
|
+
`;
|
|
4224
|
+
}, tabCloseRender: o = () => "</div>\n" } = t ?? {}, s = Is(n);
|
|
4225
|
+
e.block.ruler.before("fence", `${n}_tabs`, Fs(n), { alt: [
|
|
4226
|
+
"paragraph",
|
|
4227
|
+
"reference",
|
|
4228
|
+
"blockquote",
|
|
4229
|
+
"list"
|
|
4230
|
+
] }), e.block.ruler.before("paragraph", `${n}_tab`, Ps(n), { alt: [
|
|
4231
|
+
"paragraph",
|
|
4232
|
+
"reference",
|
|
4233
|
+
"blockquote",
|
|
4234
|
+
"list"
|
|
4235
|
+
] }), e.renderer.rules[`${n}_tabs_open`] = (e, t, n, i, a) => r(s(e, t), e, t, n, i, a), e.renderer.rules[`${n}_tabs_close`] = i, e.renderer.rules[`${n}_tab_open`] = (e, t, n, r, i) => a(Ls(e, t), e, t, n, r, i), e.renderer.rules[`${n}_tab_close`] = o;
|
|
4236
|
+
}, zs = (e, t) => (n, r, i, a) => {
|
|
4237
|
+
if (n.sCount[r] - n.blkIndent >= 4 || n.level !== 0 && !t) return !1;
|
|
4238
|
+
let o = n.bMarks[r] + n.tShift[r], s = n.eMarks[r];
|
|
4239
|
+
if (n.src.charCodeAt(o) !== 62) return !1;
|
|
4240
|
+
let c = o + 1, l = n.sCount[r] + 1, u = !1;
|
|
4241
|
+
n.src.charCodeAt(c) === 32 ? (c++, l++) : n.src.charCodeAt(c) === 9 && ((n.bsCount[r] + l) % 4 == 3 ? (c++, l++) : u = !0);
|
|
4242
|
+
let d = l;
|
|
4243
|
+
for (; c < s;) {
|
|
4244
|
+
let e = n.src.charCodeAt(c);
|
|
4245
|
+
if (e === 9) d += 4 - (d + n.bsCount[r] + +!!u) % 4;
|
|
4246
|
+
else if (e === 32) d++;
|
|
4247
|
+
else break;
|
|
4248
|
+
c++;
|
|
4249
|
+
}
|
|
4250
|
+
if (d - l >= 4 || s - c < 4 || n.src.charCodeAt(c) !== 91 || n.src.charCodeAt(c + 1) !== 33) return !1;
|
|
4251
|
+
c += 2;
|
|
4252
|
+
let f = "";
|
|
4253
|
+
for (; c < s;) {
|
|
4254
|
+
let e = n.src.charAt(c);
|
|
4255
|
+
if (e === "]") break;
|
|
4256
|
+
f += e, c++;
|
|
4257
|
+
}
|
|
4258
|
+
if (c === s) return !1;
|
|
4259
|
+
let p = f.toLowerCase();
|
|
4260
|
+
if (!e.has(p) || (c = n.skipSpaces(c + 1), c < s)) return !1;
|
|
4261
|
+
let m = [], h = [], g = [], _ = [], v = n.lineMax, y = n.parentType, b = [n.md.block.ruler.getRules("blockquote"), n.md.block.ruler.getRules("alert")].flat();
|
|
4262
|
+
n.parentType = "alert";
|
|
4263
|
+
let x = r, S = !1, C = !1;
|
|
4264
|
+
for (; x < i; x++) {
|
|
4265
|
+
let e = n.sCount[x] < n.blkIndent;
|
|
4266
|
+
if (o = n.bMarks[x] + n.tShift[x], s = n.eMarks[x], o >= s) break;
|
|
4267
|
+
if (n.src.charCodeAt(o++) === 62 && !e) {
|
|
4268
|
+
let e = !1;
|
|
4269
|
+
for (l = n.sCount[x] + 1, u = !1, n.src.charCodeAt(o) === 32 ? (o++, l++, e = !0) : n.src.charCodeAt(o) === 9 && (e = !0, (n.bsCount[x] + l) % 4 == 3 ? (o++, l++) : u = !0), d = l, a || (m.push(n.bMarks[x]), n.bMarks[x] = o); o < s;) {
|
|
4270
|
+
let e = n.src.charCodeAt(o);
|
|
4271
|
+
if (e === 9) d += 4 - (d + n.bsCount[x] + +!!u) % 4;
|
|
4272
|
+
else if (e === 32) d++;
|
|
4273
|
+
else break;
|
|
4274
|
+
o++;
|
|
4275
|
+
}
|
|
4276
|
+
S = o >= s, x > r && !S && (C = !0), a || (h.push(n.bsCount[x]), n.bsCount[x] = n.sCount[x] + 1 + +!!e, g.push(n.sCount[x]), n.sCount[x] = d - l, _.push(n.tShift[x]), n.tShift[x] = o - n.bMarks[x]);
|
|
4277
|
+
continue;
|
|
4278
|
+
}
|
|
4279
|
+
if (e || S) break;
|
|
4280
|
+
let t = !1, c = b.length;
|
|
4281
|
+
for (let e = 0; e < c; e++) {
|
|
4282
|
+
let r = b[e];
|
|
4283
|
+
if (r(n, x, i, !0)) {
|
|
4284
|
+
t = !0;
|
|
4285
|
+
break;
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
if (t) {
|
|
4289
|
+
n.lineMax = x, n.blkIndent !== 0 && !a && (m.push(n.bMarks[x]), h.push(n.bsCount[x]), g.push(n.sCount[x]), _.push(n.tShift[x]), n.sCount[x] -= n.blkIndent);
|
|
4290
|
+
break;
|
|
4291
|
+
}
|
|
4292
|
+
C = !0, a || (m.push(n.bMarks[x]), h.push(n.bsCount[x]), g.push(n.sCount[x]), _.push(n.tShift[x]), x > r + 1 && (n.sCount[x] = -1));
|
|
4293
|
+
}
|
|
4294
|
+
let w = () => {
|
|
4295
|
+
n.lineMax = v;
|
|
4296
|
+
for (let e = 0; e < _.length; e++) n.bMarks[e + r] = m[e], n.tShift[e + r] = _[e], n.sCount[e + r] = g[e], n.bsCount[e + r] = h[e];
|
|
4297
|
+
};
|
|
4298
|
+
if (r + 1 >= x || !C) return n.parentType = y, a || w(), !1;
|
|
4299
|
+
if (a) return !0;
|
|
4300
|
+
let T = n.blkIndent;
|
|
4301
|
+
n.blkIndent = 0;
|
|
4302
|
+
let ee = [r, r + 1], E = [r + 1, 0], D = n.push("alert_open", "div", 1);
|
|
4303
|
+
D.markup = p, D.attrJoin("class", `markdown-alert markdown-alert-${p}`), D.map = E;
|
|
4304
|
+
let O = n.push("alert_title", "", 0);
|
|
4305
|
+
O.attrJoin("class", "markdown-alert-title"), O.markup = p, O.content = f, O.map = ee, n.md.block.tokenize(n, r + 1, x);
|
|
4306
|
+
let te = n.push("alert_close", "div", -1);
|
|
4307
|
+
return te.markup = p, E[1] = n.line, n.blkIndent = T, n.parentType = y, w(), !0;
|
|
4308
|
+
}, Bs = (e, { alertNames: t = [
|
|
4309
|
+
"tip",
|
|
4310
|
+
"warning",
|
|
4311
|
+
"caution",
|
|
4312
|
+
"important",
|
|
4313
|
+
"note"
|
|
4314
|
+
], deep: n = !1, openRender: r, closeRender: i, titleRender: a } = {}) => {
|
|
4315
|
+
let o = new Set(t.map((e) => e.toLowerCase()));
|
|
4316
|
+
e.block.ruler.before("blockquote", "alert", zs(o, n), { alt: [
|
|
4317
|
+
"paragraph",
|
|
4318
|
+
"reference",
|
|
4319
|
+
"blockquote",
|
|
4320
|
+
"list"
|
|
4321
|
+
] }), r && (e.renderer.rules.alert_open = r), i && (e.renderer.rules.alert_close = i), e.renderer.rules.alert_title = a ?? ((e, t) => {
|
|
4322
|
+
let n = e[t];
|
|
4323
|
+
return `<p class="markdown-alert-title">${n.content[0].toUpperCase() + n.content.slice(1).toLowerCase()}</p>\n`;
|
|
4324
|
+
});
|
|
4325
|
+
};
|
|
4326
|
+
//#endregion
|
|
4327
|
+
//#region src/components/RenderMarkdown/utils/render-markdown/render-alert.ts
|
|
4328
|
+
function Vs(e, t) {
|
|
4329
|
+
let n = {
|
|
4330
|
+
warning: "注意",
|
|
4331
|
+
note: "注",
|
|
4332
|
+
tip: "提示",
|
|
4333
|
+
important: "重要",
|
|
4334
|
+
caution: "警告"
|
|
4335
|
+
}, r = e[t];
|
|
4336
|
+
return !r || !r.markup || !n[r.markup] ? "" : (console.log(r.markup), `<p class="markdown-alert-title">
|
|
4337
|
+
${n[r.markup]}
|
|
4338
|
+
</p>`);
|
|
4339
|
+
}
|
|
4340
|
+
//#endregion
|
|
4341
|
+
//#region src/components/RenderMarkdown/utils/render-markdown/render-tab.ts
|
|
4342
|
+
var $ = "markdown-tabs";
|
|
4343
|
+
function Hs() {
|
|
4344
|
+
document.querySelector(".markdown")?.addEventListener("wheel", (e) => {
|
|
4345
|
+
let t = e, n = e.target?.closest(`.${$}-tabs-header`);
|
|
4346
|
+
!n || Math.abs(t.deltaY) === 0 || n.scrollWidth > n.clientWidth && (e.preventDefault(), n.scrollLeft += t.deltaY);
|
|
4347
|
+
}, { passive: !1 });
|
|
4348
|
+
}
|
|
4349
|
+
function Us() {
|
|
4350
|
+
let e = document.querySelector(".markdown");
|
|
4351
|
+
function t(e) {
|
|
4352
|
+
if (e.dataset.maskInited) return;
|
|
4353
|
+
e.parentElement.dataset.maskInited = "true";
|
|
4354
|
+
let t = () => {
|
|
4355
|
+
let { scrollLeft: t, scrollWidth: n, clientWidth: r } = e, i = t > 1, a = t + r < n - 1;
|
|
4356
|
+
e.parentElement.classList.remove("has-left-mask", "has-right-mask", "has-both-masks"), i && a ? e.parentElement.classList.add("has-both-masks") : i ? e.parentElement.classList.add("has-left-mask") : a && e.parentElement.classList.add("has-right-mask");
|
|
4357
|
+
};
|
|
4358
|
+
e.addEventListener("scroll", t), t();
|
|
4359
|
+
}
|
|
4360
|
+
document.querySelectorAll(".markdown-tabs-tabs-header").forEach((e) => t(e)), new MutationObserver((e) => {
|
|
4361
|
+
e.forEach((e) => {
|
|
4362
|
+
e.addedNodes.forEach((e) => {
|
|
4363
|
+
if (e.nodeType !== 1) return;
|
|
4364
|
+
let n = e;
|
|
4365
|
+
n.classList.contains("markdown-tabs-tabs-header") && t(n), n.querySelectorAll(".markdown-tabs-tabs-header").forEach((e) => t(e));
|
|
4366
|
+
});
|
|
4367
|
+
});
|
|
4368
|
+
}).observe(e, {
|
|
4369
|
+
childList: !0,
|
|
4370
|
+
subtree: !0
|
|
4371
|
+
}), window.addEventListener("resize", () => {
|
|
4372
|
+
document.querySelectorAll(".markdown-tabs-tabs-header").forEach((e) => {
|
|
4373
|
+
e.dispatchEvent(new Event("scroll"));
|
|
4374
|
+
});
|
|
4375
|
+
});
|
|
4376
|
+
}
|
|
4377
|
+
function Ws() {
|
|
4378
|
+
document.querySelectorAll(`.${$}-tabs-wrapper`).forEach((e) => {
|
|
4379
|
+
let t = e.querySelector(`.${$}-tabs-header`), n = e.querySelector(`.${$}-tabs-container`);
|
|
4380
|
+
if (!t || !n) return;
|
|
4381
|
+
let r = n.querySelectorAll(`.${$}-tab-content`), i = document.querySelector(".markdown");
|
|
4382
|
+
t.addEventListener("click", (e) => {
|
|
4383
|
+
let n = e.target.closest(`.${$}-tab-button`);
|
|
4384
|
+
if (!n || !t.contains(n)) return;
|
|
4385
|
+
let a = t.querySelectorAll(`.${$}-tab-button`), o = Array.from(a).indexOf(n);
|
|
4386
|
+
a.forEach((e) => e.classList.remove("active")), r.forEach((e) => e.classList.remove("active")), n.classList.add("active"), r[o] && r[o].classList.add("active");
|
|
4387
|
+
let s = n.offsetParent;
|
|
4388
|
+
s && i?.scrollTop && s.offsetTop && i?.scrollTop > s.offsetTop && i?.scrollTo({
|
|
4389
|
+
top: s.offsetTop,
|
|
4390
|
+
behavior: "smooth"
|
|
4391
|
+
});
|
|
4392
|
+
});
|
|
4393
|
+
}), Hs(), Us();
|
|
4394
|
+
}
|
|
4395
|
+
h.registerLanguage("javascript", g), h.registerLanguage("bash", _), h.registerLanguage("nginx", y), h.registerLanguage("json", v), h.registerLanguage("xml", b), h.registerLanguage("css", x), h.registerLanguage("plaintext", S), h.registerLanguage("less", C), h.registerLanguage("typescript", w);
|
|
4396
|
+
function Gs(e) {
|
|
4397
|
+
return typeof e == "string" ? e.trim().toLowerCase().replace(/[^a-z0-9\u4e00-\u9fff]+/g, "-").replace(/^-|-$/g, "").replace(/-+/g, "-") : "";
|
|
4398
|
+
}
|
|
4399
|
+
function Ks(e) {
|
|
4400
|
+
let t = [], n = (e) => Gs(e), r = new W({
|
|
4401
|
+
langPrefix: "language-",
|
|
4402
|
+
html: !0,
|
|
4403
|
+
highlight: function(e, t) {
|
|
4404
|
+
if (t && h.getLanguage(t)) try {
|
|
4405
|
+
return h.highlight(e, { language: t }).value;
|
|
4406
|
+
} catch {}
|
|
4407
|
+
return "";
|
|
4408
|
+
}
|
|
4409
|
+
}).use(Rs, { name: $ }).use(ki, {
|
|
4410
|
+
permalink: !0,
|
|
4411
|
+
permalinkBefore: !1,
|
|
4412
|
+
permalinkSymbol: "#",
|
|
4413
|
+
slugify: n
|
|
4414
|
+
}).use(ji, { callback: (e, n) => {
|
|
4415
|
+
t.length || (t = n.c);
|
|
4416
|
+
} }).use(Ii, {
|
|
4417
|
+
matcher(e) {
|
|
4418
|
+
return e.match(/^https?:\/\//);
|
|
4419
|
+
},
|
|
4420
|
+
attrs: {
|
|
4421
|
+
target: "_blank",
|
|
4422
|
+
rel: "noopener"
|
|
4423
|
+
}
|
|
4424
|
+
}).use(Bs, { titleRender: Vs }).render(e);
|
|
4425
|
+
setTimeout(() => {
|
|
4426
|
+
Ws();
|
|
4427
|
+
}, 10);
|
|
4428
|
+
let i = (e) => e ? e.map((e) => {
|
|
4429
|
+
let t = {
|
|
4430
|
+
href: n(e.n.trim()),
|
|
4431
|
+
title: e.n.trim(),
|
|
4432
|
+
children: i(e.c),
|
|
4433
|
+
nodeName: `H${e.l}`,
|
|
4434
|
+
nodeTitle: `<h${e.l}>${e.n.trim()}</h${e.l}>`
|
|
4435
|
+
};
|
|
4436
|
+
return delete e.c, t;
|
|
4437
|
+
}) : [];
|
|
4438
|
+
return {
|
|
4439
|
+
anchor: i(Os(t)),
|
|
4440
|
+
info: r
|
|
4441
|
+
};
|
|
4442
|
+
}
|
|
4443
|
+
//#endregion
|
|
4444
|
+
//#region src/components/RenderMarkdown/index.tsx
|
|
4445
|
+
var qs = (e) => {
|
|
4446
|
+
let { isSlotMermaid: t = !0, isShowCollapsed: a = !0 } = e;
|
|
4447
|
+
document.querySelectorAll(".markdown-html code[class*=\"language-\"]").forEach((e) => {
|
|
4448
|
+
let o = e.className.replace("language-", "").trim(), c = t && o === "mermaid" ? "mermaid-render-noCode" : "", l = `copy-${crypto.randomUUID()}`, u = e.parentNode;
|
|
4449
|
+
if (u?.querySelector(".pre-handle")) return;
|
|
4450
|
+
let d = document.createElement("div");
|
|
4451
|
+
d.className = "pre-handle";
|
|
4452
|
+
let h = u?.querySelector("code");
|
|
4453
|
+
h?.classList.add(l), c && h?.classList.add(c), u?.insertBefore(d, u.querySelector("code"));
|
|
4454
|
+
let g = /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p("img", {
|
|
4455
|
+
src: "https://remons.cn/@website_pages/static/assets/images/code_icon..png",
|
|
4456
|
+
alt: ""
|
|
4457
|
+
}), /* @__PURE__ */ p("span", { children: o })] }), _ = /* @__PURE__ */ p("span", {
|
|
4458
|
+
className: "copy",
|
|
4459
|
+
onClick: () => {
|
|
4460
|
+
let e = document.querySelector(`.${l}`);
|
|
4461
|
+
e && ((0, _e.copy)(e), console.log("======="), de.success("复制成功"));
|
|
4462
|
+
},
|
|
4463
|
+
children: /* @__PURE__ */ p(s, {})
|
|
4464
|
+
}), v = re(d);
|
|
4465
|
+
function y() {
|
|
4466
|
+
let [e, t] = n(!1);
|
|
4467
|
+
return /* @__PURE__ */ p("span", {
|
|
4468
|
+
className: "code-toggle",
|
|
4469
|
+
onClick: () => {
|
|
4470
|
+
t(!e), e ? u?.classList.remove("code-collapsed") : u?.classList.add("code-collapsed");
|
|
4471
|
+
},
|
|
4472
|
+
children: p(e ? i : r, {})
|
|
4473
|
+
});
|
|
4474
|
+
}
|
|
4475
|
+
v.render(/* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p("span", { children: g }), /* @__PURE__ */ m("span", { children: [_, a && /* @__PURE__ */ p(y, {})] })] }));
|
|
4476
|
+
});
|
|
4477
|
+
};
|
|
4478
|
+
function Js(t) {
|
|
4479
|
+
let { content: r, createTime: i, showBackTop: a, isSlotMermaid: o = !0, codeType: s, editButton: c } = t, [l, u] = n("");
|
|
4480
|
+
return e(() => {
|
|
4481
|
+
let e = null;
|
|
4482
|
+
return (async () => {
|
|
4483
|
+
if (!s || s?.toLocaleLowerCase() === "md") u(Ks(r)?.info);
|
|
4484
|
+
else {
|
|
4485
|
+
let e = "```" + s + "\n" + r + "\n```";
|
|
4486
|
+
u(Ks(e)?.info);
|
|
4487
|
+
}
|
|
4488
|
+
e = setTimeout(async () => {
|
|
4489
|
+
if (qs(t), o) {
|
|
4490
|
+
let { renderMermaidWithControls: e } = await import("./MermaidRenderer-DupOXIdE.js");
|
|
4491
|
+
await e();
|
|
4492
|
+
}
|
|
4493
|
+
}, 10);
|
|
4494
|
+
})(), () => {
|
|
4495
|
+
e = null, clearTimeout(e);
|
|
4496
|
+
};
|
|
4497
|
+
}, [r]), /* @__PURE__ */ m("div", {
|
|
4498
|
+
className: "markdown",
|
|
4499
|
+
children: [l ? /* @__PURE__ */ m("div", {
|
|
4500
|
+
className: "markdown-html",
|
|
4501
|
+
children: [/* @__PURE__ */ p("div", {
|
|
4502
|
+
style: { width: "100%" },
|
|
4503
|
+
dangerouslySetInnerHTML: { __html: l }
|
|
4504
|
+
}), /* @__PURE__ */ m("div", {
|
|
4505
|
+
className: "markdown-footer",
|
|
4506
|
+
children: [
|
|
4507
|
+
i && /* @__PURE__ */ m("div", {
|
|
4508
|
+
className: "create-time",
|
|
4509
|
+
children: ["文档更新于 ", be(i).format("YYYY-MM-DD HH:mm:ss")]
|
|
4510
|
+
}),
|
|
4511
|
+
"\xA0",
|
|
4512
|
+
c
|
|
4513
|
+
]
|
|
4514
|
+
})]
|
|
4515
|
+
}) : /* @__PURE__ */ p(he, {}), a && /* @__PURE__ */ p(pe, { target: () => document.getElementsByClassName("markdown")?.[0] })]
|
|
4516
|
+
});
|
|
4517
|
+
}
|
|
4518
|
+
//#endregion
|
|
4519
|
+
export { ie as a, de as i, Ks as n, re as o, ge as r, Js as t };
|
|
4520
|
+
|
|
4521
|
+
//# sourceMappingURL=RenderMarkdown-TzdhCUFl.js.map
|