@bndynet/vue-site 0.1.5 → 0.1.6
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/bin/vue-site.mjs +5 -1
- package/dist/composables/useTheme.d.ts +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +646 -637
- package/dist/style.css +1 -1
- package/package.json +3 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import { inject as cI, defineComponent as be, computed as de, openBlock as P, createElementBlock as U, ref as me, shallowRef as
|
|
2
|
-
import
|
|
1
|
+
import { inject as cI, defineComponent as be, computed as de, openBlock as P, createElementBlock as U, ref as me, shallowRef as Kv, onMounted as Jv, watch as Nt, createElementVNode as J, createBlock as re, resolveDynamicComponent as nI, h as Kx, createCommentVNode as ue, resolveComponent as vx, normalizeClass as _t, withCtx as $t, toDisplayString as je, withDirectives as oI, Fragment as qt, renderList as Xt, vShow as iI, unref as V, nextTick as Qv, onBeforeUnmount as rI, Teleport as Yv, normalizeStyle as eL, useId as uI, renderSlot as tL, createVNode as pe, createApp as aL } from "vue";
|
|
2
|
+
import cL from "element-plus";
|
|
3
|
+
import { ElMessage as bA, ElMessageBox as IA, ElNotification as vA } from "element-plus";
|
|
4
|
+
import { useRoute as Kt, createRouter as nL, createWebHashHistory as oL } from "vue-router";
|
|
3
5
|
const dI = Symbol("site-context");
|
|
4
6
|
function Rt() {
|
|
5
7
|
const e = cI(dI);
|
|
@@ -8,7 +10,7 @@ function Rt() {
|
|
|
8
10
|
return e;
|
|
9
11
|
}
|
|
10
12
|
const Cb = {};
|
|
11
|
-
function
|
|
13
|
+
function iL(e) {
|
|
12
14
|
let a = Cb[e];
|
|
13
15
|
if (a)
|
|
14
16
|
return a;
|
|
@@ -25,7 +27,7 @@ function nL(e) {
|
|
|
25
27
|
}
|
|
26
28
|
function Pt(e, a) {
|
|
27
29
|
typeof a != "string" && (a = Pt.defaultChars);
|
|
28
|
-
const c =
|
|
30
|
+
const c = iL(a);
|
|
29
31
|
return e.replace(/(%[a-f0-9]{2})+/gi, function(n) {
|
|
30
32
|
let o = "";
|
|
31
33
|
for (let i = 0, u = n.length; i < u; i += 3) {
|
|
@@ -53,8 +55,8 @@ function Pt(e, a) {
|
|
|
53
55
|
if ((r & 248) === 240 && i + 9 < u) {
|
|
54
56
|
const d = parseInt(n.slice(i + 4, i + 6), 16), h = parseInt(n.slice(i + 7, i + 9), 16), s = parseInt(n.slice(i + 10, i + 12), 16);
|
|
55
57
|
if ((d & 192) === 128 && (h & 192) === 128 && (s & 192) === 128) {
|
|
56
|
-
let
|
|
57
|
-
|
|
58
|
+
let p = r << 18 & 1835008 | d << 12 & 258048 | h << 6 & 4032 | s & 63;
|
|
59
|
+
p < 65536 || p > 1114111 ? o += "����" : (p -= 65536, o += String.fromCharCode(55296 + (p >> 10), 56320 + (p & 1023))), i += 9;
|
|
58
60
|
continue;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
@@ -66,7 +68,7 @@ function Pt(e, a) {
|
|
|
66
68
|
Pt.defaultChars = ";/?:@&=+$,#";
|
|
67
69
|
Pt.componentChars = "";
|
|
68
70
|
const Sb = {};
|
|
69
|
-
function
|
|
71
|
+
function rL(e) {
|
|
70
72
|
let a = Sb[e];
|
|
71
73
|
if (a)
|
|
72
74
|
return a;
|
|
@@ -81,7 +83,7 @@ function oL(e) {
|
|
|
81
83
|
}
|
|
82
84
|
function Jt(e, a, c) {
|
|
83
85
|
typeof a != "string" && (c = a, a = Jt.defaultChars), typeof c > "u" && (c = !0);
|
|
84
|
-
const n =
|
|
86
|
+
const n = rL(a);
|
|
85
87
|
let o = "";
|
|
86
88
|
for (let i = 0, u = e.length; i < u; i++) {
|
|
87
89
|
const r = e.charCodeAt(i);
|
|
@@ -117,8 +119,8 @@ function ab(e) {
|
|
|
117
119
|
function Lx() {
|
|
118
120
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
119
121
|
}
|
|
120
|
-
const
|
|
121
|
-
`, " "],
|
|
122
|
+
const uL = /^([a-z0-9.+-]+:)/i, dL = /:[0-9]*$/, hL = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, lL = ["<", ">", '"', "`", " ", "\r", `
|
|
123
|
+
`, " "], sL = ["{", "}", "|", "\\", "^", "`"].concat(lL), yL = ["'"].concat(sL), Ab = ["%", "/", "?", ";", "#"].concat(yL), _b = ["/", "?", "#"], pL = 255, qb = /^[+a-z0-9A-Z_-]{0,63}$/, kL = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Db = {
|
|
122
124
|
javascript: !0,
|
|
123
125
|
"javascript:": !0
|
|
124
126
|
}, zb = {
|
|
@@ -141,40 +143,40 @@ function cb(e, a) {
|
|
|
141
143
|
Lx.prototype.parse = function(e, a) {
|
|
142
144
|
let c, n, o, i = e;
|
|
143
145
|
if (i = i.trim(), !a && e.split("#").length === 1) {
|
|
144
|
-
const h =
|
|
146
|
+
const h = hL.exec(i);
|
|
145
147
|
if (h)
|
|
146
148
|
return this.pathname = h[1], h[2] && (this.search = h[2]), this;
|
|
147
149
|
}
|
|
148
|
-
let u =
|
|
150
|
+
let u = uL.exec(i);
|
|
149
151
|
if (u && (u = u[0], c = u.toLowerCase(), this.protocol = u, i = i.substr(u.length)), (a || u || i.match(/^\/\/[^@\/]+@[^@\/]+/)) && (o = i.substr(0, 2) === "//", o && !(u && Db[u]) && (i = i.substr(2), this.slashes = !0)), !Db[u] && (o || u && !zb[u])) {
|
|
150
152
|
let h = -1;
|
|
151
|
-
for (let
|
|
152
|
-
n = i.indexOf(_b[
|
|
153
|
-
let s,
|
|
154
|
-
h === -1 ?
|
|
155
|
-
for (let
|
|
156
|
-
n = i.indexOf(Ab[
|
|
153
|
+
for (let y = 0; y < _b.length; y++)
|
|
154
|
+
n = i.indexOf(_b[y]), n !== -1 && (h === -1 || n < h) && (h = n);
|
|
155
|
+
let s, p;
|
|
156
|
+
h === -1 ? p = i.lastIndexOf("@") : p = i.lastIndexOf("@", h), p !== -1 && (s = i.slice(0, p), i = i.slice(p + 1), this.auth = s), h = -1;
|
|
157
|
+
for (let y = 0; y < Ab.length; y++)
|
|
158
|
+
n = i.indexOf(Ab[y]), n !== -1 && (h === -1 || n < h) && (h = n);
|
|
157
159
|
h === -1 && (h = i.length), i[h - 1] === ":" && h--;
|
|
158
160
|
const f = i.slice(0, h);
|
|
159
161
|
i = i.slice(h), this.parseHost(f), this.hostname = this.hostname || "";
|
|
160
162
|
const k = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
161
163
|
if (!k) {
|
|
162
|
-
const
|
|
163
|
-
for (let b = 0, A =
|
|
164
|
-
const q =
|
|
164
|
+
const y = this.hostname.split(/\./);
|
|
165
|
+
for (let b = 0, A = y.length; b < A; b++) {
|
|
166
|
+
const q = y[b];
|
|
165
167
|
if (q && !q.match(qb)) {
|
|
166
168
|
let x = "";
|
|
167
169
|
for (let w = 0, v = q.length; w < v; w++)
|
|
168
170
|
q.charCodeAt(w) > 127 ? x += "x" : x += q[w];
|
|
169
171
|
if (!x.match(qb)) {
|
|
170
|
-
const w =
|
|
172
|
+
const w = y.slice(0, b), v = y.slice(b + 1), C = q.match(kL);
|
|
171
173
|
C && (w.push(C[1]), v.unshift(C[2])), v.length && (i = v.join(".") + i), this.hostname = w.join(".");
|
|
172
174
|
break;
|
|
173
175
|
}
|
|
174
176
|
}
|
|
175
177
|
}
|
|
176
178
|
}
|
|
177
|
-
this.hostname.length >
|
|
179
|
+
this.hostname.length > pL && (this.hostname = ""), k && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
178
180
|
}
|
|
179
181
|
const r = i.indexOf("#");
|
|
180
182
|
r !== -1 && (this.hash = i.substr(r), i = i.slice(0, r));
|
|
@@ -182,32 +184,32 @@ Lx.prototype.parse = function(e, a) {
|
|
|
182
184
|
return d !== -1 && (this.search = i.substr(d), i = i.slice(0, d)), i && (this.pathname = i), zb[c] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
183
185
|
};
|
|
184
186
|
Lx.prototype.parseHost = function(e) {
|
|
185
|
-
let a =
|
|
187
|
+
let a = dL.exec(e);
|
|
186
188
|
a && (a = a[0], a !== ":" && (this.port = a.substr(1)), e = e.substr(0, e.length - a.length)), e && (this.hostname = e);
|
|
187
189
|
};
|
|
188
|
-
const
|
|
190
|
+
const fL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
189
191
|
__proto__: null,
|
|
190
192
|
decode: Pt,
|
|
191
193
|
encode: Jt,
|
|
192
194
|
format: ab,
|
|
193
195
|
parse: cb
|
|
194
|
-
}, Symbol.toStringTag, { value: "Module" })), hI = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, lI = /[\0-\x1F\x7F-\x9F]/,
|
|
196
|
+
}, Symbol.toStringTag, { value: "Module" })), hI = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, lI = /[\0-\x1F\x7F-\x9F]/, ML = /[\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]/, nb = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/, sI = /[\$\+<->\^`\|~\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]/, yI = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, gL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
195
197
|
__proto__: null,
|
|
196
198
|
Any: hI,
|
|
197
199
|
Cc: lI,
|
|
198
|
-
Cf:
|
|
200
|
+
Cf: ML,
|
|
199
201
|
P: nb,
|
|
200
202
|
S: sI,
|
|
201
203
|
Z: yI
|
|
202
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
204
|
+
}, Symbol.toStringTag, { value: "Module" })), mL = new Uint16Array(
|
|
203
205
|
// prettier-ignore
|
|
204
206
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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肻 ଷ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))
|
|
205
|
-
),
|
|
207
|
+
), xL = new Uint16Array(
|
|
206
208
|
// prettier-ignore
|
|
207
209
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
|
208
210
|
);
|
|
209
211
|
var Vx;
|
|
210
|
-
const
|
|
212
|
+
const bL = /* @__PURE__ */ new Map([
|
|
211
213
|
[0, 65533],
|
|
212
214
|
// C1 Unicode control character reference replacements
|
|
213
215
|
[128, 8364],
|
|
@@ -237,22 +239,22 @@ const mL = /* @__PURE__ */ new Map([
|
|
|
237
239
|
[156, 339],
|
|
238
240
|
[158, 382],
|
|
239
241
|
[159, 376]
|
|
240
|
-
]),
|
|
242
|
+
]), IL = (
|
|
241
243
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
242
244
|
(Vx = String.fromCodePoint) !== null && Vx !== void 0 ? Vx : function(e) {
|
|
243
245
|
let a = "";
|
|
244
246
|
return e > 65535 && (e -= 65536, a += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), a += String.fromCharCode(e), a;
|
|
245
247
|
}
|
|
246
248
|
);
|
|
247
|
-
function
|
|
249
|
+
function vL(e) {
|
|
248
250
|
var a;
|
|
249
|
-
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (a =
|
|
251
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (a = bL.get(e)) !== null && a !== void 0 ? a : e;
|
|
250
252
|
}
|
|
251
253
|
var ae;
|
|
252
254
|
(function(e) {
|
|
253
255
|
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";
|
|
254
256
|
})(ae || (ae = {}));
|
|
255
|
-
const
|
|
257
|
+
const LL = 32;
|
|
256
258
|
var Oe;
|
|
257
259
|
(function(e) {
|
|
258
260
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
@@ -260,14 +262,14 @@ var Oe;
|
|
|
260
262
|
function Jx(e) {
|
|
261
263
|
return e >= ae.ZERO && e <= ae.NINE;
|
|
262
264
|
}
|
|
263
|
-
function
|
|
265
|
+
function wL(e) {
|
|
264
266
|
return e >= ae.UPPER_A && e <= ae.UPPER_F || e >= ae.LOWER_A && e <= ae.LOWER_F;
|
|
265
267
|
}
|
|
266
|
-
function
|
|
268
|
+
function CL(e) {
|
|
267
269
|
return e >= ae.UPPER_A && e <= ae.UPPER_Z || e >= ae.LOWER_A && e <= ae.LOWER_Z || Jx(e);
|
|
268
270
|
}
|
|
269
|
-
function
|
|
270
|
-
return e === ae.EQUALS ||
|
|
271
|
+
function SL(e) {
|
|
272
|
+
return e === ae.EQUALS || CL(e);
|
|
271
273
|
}
|
|
272
274
|
var te;
|
|
273
275
|
(function(e) {
|
|
@@ -277,7 +279,7 @@ var Ve;
|
|
|
277
279
|
(function(e) {
|
|
278
280
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
279
281
|
})(Ve || (Ve = {}));
|
|
280
|
-
class
|
|
282
|
+
class AL {
|
|
281
283
|
constructor(a, c, n) {
|
|
282
284
|
this.decodeTree = a, this.emitCodePoint = c, this.errors = n, this.state = te.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = Ve.Strict;
|
|
283
285
|
}
|
|
@@ -320,7 +322,7 @@ class CL {
|
|
|
320
322
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
321
323
|
*/
|
|
322
324
|
stateNumericStart(a, c) {
|
|
323
|
-
return c >= a.length ? -1 : (a.charCodeAt(c) |
|
|
325
|
+
return c >= a.length ? -1 : (a.charCodeAt(c) | LL) === ae.LOWER_X ? (this.state = te.NumericHex, this.consumed += 1, this.stateNumericHex(a, c + 1)) : (this.state = te.NumericDecimal, this.stateNumericDecimal(a, c));
|
|
324
326
|
}
|
|
325
327
|
addToNumericResult(a, c, n, o) {
|
|
326
328
|
if (c !== n) {
|
|
@@ -341,7 +343,7 @@ class CL {
|
|
|
341
343
|
const n = c;
|
|
342
344
|
for (; c < a.length; ) {
|
|
343
345
|
const o = a.charCodeAt(c);
|
|
344
|
-
if (Jx(o) ||
|
|
346
|
+
if (Jx(o) || wL(o))
|
|
345
347
|
c += 1;
|
|
346
348
|
else
|
|
347
349
|
return this.addToNumericResult(a, n, c, 16), this.emitNumericEntity(o, 3);
|
|
@@ -389,7 +391,7 @@ class CL {
|
|
|
389
391
|
this.consumed += 1;
|
|
390
392
|
else if (this.decodeMode === Ve.Strict)
|
|
391
393
|
return 0;
|
|
392
|
-
return this.emitCodePoint(
|
|
394
|
+
return this.emitCodePoint(vL(this.result), this.consumed), this.errors && (a !== ae.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
393
395
|
}
|
|
394
396
|
/**
|
|
395
397
|
* Parses a named entity.
|
|
@@ -405,11 +407,11 @@ class CL {
|
|
|
405
407
|
let o = n[this.treeIndex], i = (o & Oe.VALUE_LENGTH) >> 14;
|
|
406
408
|
for (; c < a.length; c++, this.excess++) {
|
|
407
409
|
const u = a.charCodeAt(c);
|
|
408
|
-
if (this.treeIndex =
|
|
410
|
+
if (this.treeIndex = _L(n, o, this.treeIndex + Math.max(1, i), u), this.treeIndex < 0)
|
|
409
411
|
return this.result === 0 || // If we are parsing an attribute
|
|
410
412
|
this.decodeMode === Ve.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
411
413
|
(i === 0 || // And there should be no invalid characters.
|
|
412
|
-
|
|
414
|
+
SL(u)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
413
415
|
if (o = n[this.treeIndex], i = (o & Oe.VALUE_LENGTH) >> 14, i !== 0) {
|
|
414
416
|
if (u === ae.SEMI)
|
|
415
417
|
return this.emitNamedEntityData(this.treeIndex, i, this.consumed + this.excess);
|
|
@@ -467,7 +469,7 @@ class CL {
|
|
|
467
469
|
}
|
|
468
470
|
function pI(e) {
|
|
469
471
|
let a = "";
|
|
470
|
-
const c = new
|
|
472
|
+
const c = new AL(e, (n) => a += IL(n));
|
|
471
473
|
return function(o, i) {
|
|
472
474
|
let u = 0, r = 0;
|
|
473
475
|
for (; (r = o.indexOf("&", r)) >= 0; ) {
|
|
@@ -487,7 +489,7 @@ function pI(e) {
|
|
|
487
489
|
return a = "", d;
|
|
488
490
|
};
|
|
489
491
|
}
|
|
490
|
-
function
|
|
492
|
+
function _L(e, a, c, n) {
|
|
491
493
|
const o = (a & Oe.BRANCH_LENGTH) >> 7, i = a & Oe.JUMP_TABLE;
|
|
492
494
|
if (o === 0)
|
|
493
495
|
return i !== 0 && n === i ? c : -1;
|
|
@@ -507,20 +509,20 @@ function SL(e, a, c, n) {
|
|
|
507
509
|
}
|
|
508
510
|
return -1;
|
|
509
511
|
}
|
|
510
|
-
const
|
|
511
|
-
pI(
|
|
512
|
+
const qL = pI(mL);
|
|
513
|
+
pI(xL);
|
|
512
514
|
function kI(e, a = Ve.Legacy) {
|
|
513
|
-
return
|
|
515
|
+
return qL(e, a);
|
|
514
516
|
}
|
|
515
|
-
function
|
|
517
|
+
function DL(e) {
|
|
516
518
|
return Object.prototype.toString.call(e);
|
|
517
519
|
}
|
|
518
520
|
function ob(e) {
|
|
519
|
-
return
|
|
521
|
+
return DL(e) === "[object String]";
|
|
520
522
|
}
|
|
521
|
-
const
|
|
522
|
-
function
|
|
523
|
-
return
|
|
523
|
+
const zL = Object.prototype.hasOwnProperty;
|
|
524
|
+
function EL(e, a) {
|
|
525
|
+
return zL.call(e, a);
|
|
524
526
|
}
|
|
525
527
|
function Ax(e) {
|
|
526
528
|
return Array.prototype.slice.call(arguments, 1).forEach(function(c) {
|
|
@@ -547,38 +549,38 @@ function wx(e) {
|
|
|
547
549
|
}
|
|
548
550
|
return String.fromCharCode(e);
|
|
549
551
|
}
|
|
550
|
-
const MI = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,
|
|
551
|
-
function
|
|
552
|
-
if (a.charCodeAt(0) === 35 &&
|
|
552
|
+
const MI = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, HL = /&([a-z#][a-z0-9]{1,31});/gi, FL = new RegExp(MI.source + "|" + HL.source, "gi"), PL = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
553
|
+
function TL(e, a) {
|
|
554
|
+
if (a.charCodeAt(0) === 35 && PL.test(a)) {
|
|
553
555
|
const n = a[1].toLowerCase() === "x" ? parseInt(a.slice(2), 16) : parseInt(a.slice(1), 10);
|
|
554
556
|
return ib(n) ? wx(n) : e;
|
|
555
557
|
}
|
|
556
558
|
const c = kI(e);
|
|
557
559
|
return c !== e ? c : e;
|
|
558
560
|
}
|
|
559
|
-
function
|
|
561
|
+
function BL(e) {
|
|
560
562
|
return e.indexOf("\\") < 0 ? e : e.replace(MI, "$1");
|
|
561
563
|
}
|
|
562
564
|
function Tt(e) {
|
|
563
|
-
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(
|
|
564
|
-
return c ||
|
|
565
|
+
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(FL, function(a, c, n) {
|
|
566
|
+
return c || TL(a, n);
|
|
565
567
|
});
|
|
566
568
|
}
|
|
567
|
-
const
|
|
569
|
+
const RL = /[&<>"]/, VL = /[&<>"]/g, jL = {
|
|
568
570
|
"&": "&",
|
|
569
571
|
"<": "<",
|
|
570
572
|
">": ">",
|
|
571
573
|
'"': """
|
|
572
574
|
};
|
|
573
|
-
function
|
|
574
|
-
return
|
|
575
|
+
function OL(e) {
|
|
576
|
+
return jL[e];
|
|
575
577
|
}
|
|
576
578
|
function Ue(e) {
|
|
577
|
-
return
|
|
579
|
+
return RL.test(e) ? e.replace(VL, OL) : e;
|
|
578
580
|
}
|
|
579
|
-
const
|
|
580
|
-
function
|
|
581
|
-
return e.replace(
|
|
581
|
+
const NL = /[.?*+^$[\]\\(){}|-]/g;
|
|
582
|
+
function UL(e) {
|
|
583
|
+
return e.replace(NL, "\\$&");
|
|
582
584
|
}
|
|
583
585
|
function Z(e) {
|
|
584
586
|
switch (e) {
|
|
@@ -657,26 +659,26 @@ function Gt(e) {
|
|
|
657
659
|
function _x(e) {
|
|
658
660
|
return e = e.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (e = e.replace(/ẞ/g, "ß")), e.toLowerCase().toUpperCase();
|
|
659
661
|
}
|
|
660
|
-
const
|
|
662
|
+
const ZL = { mdurl: fL, ucmicro: gL }, GL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
661
663
|
__proto__: null,
|
|
662
664
|
arrayReplaceAt: fI,
|
|
663
665
|
assign: Ax,
|
|
664
666
|
escapeHtml: Ue,
|
|
665
|
-
escapeRE:
|
|
667
|
+
escapeRE: UL,
|
|
666
668
|
fromCodePoint: wx,
|
|
667
|
-
has:
|
|
669
|
+
has: EL,
|
|
668
670
|
isMdAsciiPunct: Gt,
|
|
669
671
|
isPunctChar: Zt,
|
|
670
672
|
isSpace: Z,
|
|
671
673
|
isString: ob,
|
|
672
674
|
isValidEntityCode: ib,
|
|
673
675
|
isWhiteSpace: Ut,
|
|
674
|
-
lib:
|
|
676
|
+
lib: ZL,
|
|
675
677
|
normalizeReference: _x,
|
|
676
678
|
unescapeAll: Tt,
|
|
677
|
-
unescapeMd:
|
|
679
|
+
unescapeMd: BL
|
|
678
680
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
679
|
-
function
|
|
681
|
+
function WL(e, a, c) {
|
|
680
682
|
let n, o, i, u;
|
|
681
683
|
const r = e.posMax, d = e.pos;
|
|
682
684
|
for (e.pos = a + 1, n = 1; e.pos < r; ) {
|
|
@@ -694,7 +696,7 @@ function ZL(e, a, c) {
|
|
|
694
696
|
let h = -1;
|
|
695
697
|
return o && (h = e.pos), e.pos = d, h;
|
|
696
698
|
}
|
|
697
|
-
function
|
|
699
|
+
function $L(e, a, c) {
|
|
698
700
|
let n, o = a;
|
|
699
701
|
const i = {
|
|
700
702
|
ok: !1,
|
|
@@ -734,7 +736,7 @@ function GL(e, a, c) {
|
|
|
734
736
|
}
|
|
735
737
|
return a === o || u !== 0 || (i.str = Tt(e.slice(a, o)), i.pos = o, i.ok = !0), i;
|
|
736
738
|
}
|
|
737
|
-
function
|
|
739
|
+
function XL(e, a, c, n) {
|
|
738
740
|
let o, i = a;
|
|
739
741
|
const u = {
|
|
740
742
|
// if `true`, this is a valid link title
|
|
@@ -767,11 +769,11 @@ function WL(e, a, c, n) {
|
|
|
767
769
|
}
|
|
768
770
|
return u.can_continue = !0, u.str += Tt(e.slice(a, i)), u;
|
|
769
771
|
}
|
|
770
|
-
const
|
|
772
|
+
const KL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
771
773
|
__proto__: null,
|
|
772
|
-
parseLinkDestination:
|
|
773
|
-
parseLinkLabel:
|
|
774
|
-
parseLinkTitle:
|
|
774
|
+
parseLinkDestination: $L,
|
|
775
|
+
parseLinkLabel: WL,
|
|
776
|
+
parseLinkTitle: XL
|
|
775
777
|
}, Symbol.toStringTag, { value: "Module" })), ze = {};
|
|
776
778
|
ze.code_inline = function(e, a, c, n, o) {
|
|
777
779
|
const i = e[a];
|
|
@@ -794,10 +796,10 @@ ze.fence = function(e, a, c, n, o) {
|
|
|
794
796
|
return h + `
|
|
795
797
|
`;
|
|
796
798
|
if (u) {
|
|
797
|
-
const s = i.attrIndex("class"),
|
|
798
|
-
s < 0 ?
|
|
799
|
+
const s = i.attrIndex("class"), p = i.attrs ? i.attrs.slice() : [];
|
|
800
|
+
s < 0 ? p.push(["class", c.langPrefix + r]) : (p[s] = p[s].slice(), p[s][1] += " " + c.langPrefix + r);
|
|
799
801
|
const f = {
|
|
800
|
-
attrs:
|
|
802
|
+
attrs: p
|
|
801
803
|
};
|
|
802
804
|
return `<pre><code${o.renderAttrs(f)}>${h}</code></pre>
|
|
803
805
|
`;
|
|
@@ -1019,30 +1021,30 @@ function gI(e, a, c) {
|
|
|
1019
1021
|
this.src = e, this.env = c, this.tokens = [], this.inlineMode = !1, this.md = a;
|
|
1020
1022
|
}
|
|
1021
1023
|
gI.prototype.Token = Le;
|
|
1022
|
-
const
|
|
1023
|
-
function
|
|
1024
|
+
const JL = /\r\n?|\n/g, QL = /\0/g;
|
|
1025
|
+
function YL(e) {
|
|
1024
1026
|
let a;
|
|
1025
|
-
a = e.src.replace(
|
|
1026
|
-
`), a = a.replace(
|
|
1027
|
+
a = e.src.replace(JL, `
|
|
1028
|
+
`), a = a.replace(QL, "�"), e.src = a;
|
|
1027
1029
|
}
|
|
1028
|
-
function
|
|
1030
|
+
function ew(e) {
|
|
1029
1031
|
let a;
|
|
1030
1032
|
e.inlineMode ? (a = new e.Token("inline", "", 0), a.content = e.src, a.map = [0, 1], a.children = [], e.tokens.push(a)) : e.md.block.parse(e.src, e.md, e.env, e.tokens);
|
|
1031
1033
|
}
|
|
1032
|
-
function
|
|
1034
|
+
function tw(e) {
|
|
1033
1035
|
const a = e.tokens;
|
|
1034
1036
|
for (let c = 0, n = a.length; c < n; c++) {
|
|
1035
1037
|
const o = a[c];
|
|
1036
1038
|
o.type === "inline" && e.md.inline.parse(o.content, e.md, e.env, o.children);
|
|
1037
1039
|
}
|
|
1038
1040
|
}
|
|
1039
|
-
function
|
|
1041
|
+
function aw(e) {
|
|
1040
1042
|
return /^<a[>\s]/i.test(e);
|
|
1041
1043
|
}
|
|
1042
|
-
function
|
|
1044
|
+
function cw(e) {
|
|
1043
1045
|
return /^<\/a\s*>/i.test(e);
|
|
1044
1046
|
}
|
|
1045
|
-
function
|
|
1047
|
+
function nw(e) {
|
|
1046
1048
|
const a = e.tokens;
|
|
1047
1049
|
if (e.md.options.linkify)
|
|
1048
1050
|
for (let c = 0, n = a.length; c < n; c++) {
|
|
@@ -1056,14 +1058,14 @@ function aw(e) {
|
|
|
1056
1058
|
u--;
|
|
1057
1059
|
continue;
|
|
1058
1060
|
}
|
|
1059
|
-
if (r.type === "html_inline" && (
|
|
1061
|
+
if (r.type === "html_inline" && (aw(r.content) && i > 0 && i--, cw(r.content) && i++), !(i > 0) && r.type === "text" && e.md.linkify.test(r.content)) {
|
|
1060
1062
|
const d = r.content;
|
|
1061
1063
|
let h = e.md.linkify.match(d);
|
|
1062
1064
|
const s = [];
|
|
1063
|
-
let
|
|
1065
|
+
let p = r.level, f = 0;
|
|
1064
1066
|
h.length > 0 && h[0].index === 0 && u > 0 && o[u - 1].type === "text_special" && (h = h.slice(1));
|
|
1065
1067
|
for (let k = 0; k < h.length; k++) {
|
|
1066
|
-
const
|
|
1068
|
+
const y = h[k].url, b = e.md.normalizeLink(y);
|
|
1067
1069
|
if (!e.md.validateLink(b))
|
|
1068
1070
|
continue;
|
|
1069
1071
|
let A = h[k].text;
|
|
@@ -1071,57 +1073,57 @@ function aw(e) {
|
|
|
1071
1073
|
const q = h[k].index;
|
|
1072
1074
|
if (q > f) {
|
|
1073
1075
|
const C = new e.Token("text", "", 0);
|
|
1074
|
-
C.content = d.slice(f, q), C.level =
|
|
1076
|
+
C.content = d.slice(f, q), C.level = p, s.push(C);
|
|
1075
1077
|
}
|
|
1076
1078
|
const x = new e.Token("link_open", "a", 1);
|
|
1077
|
-
x.attrs = [["href", b]], x.level =
|
|
1079
|
+
x.attrs = [["href", b]], x.level = p++, x.markup = "linkify", x.info = "auto", s.push(x);
|
|
1078
1080
|
const w = new e.Token("text", "", 0);
|
|
1079
|
-
w.content = A, w.level =
|
|
1081
|
+
w.content = A, w.level = p, s.push(w);
|
|
1080
1082
|
const v = new e.Token("link_close", "a", -1);
|
|
1081
|
-
v.level = --
|
|
1083
|
+
v.level = --p, v.markup = "linkify", v.info = "auto", s.push(v), f = h[k].lastIndex;
|
|
1082
1084
|
}
|
|
1083
1085
|
if (f < d.length) {
|
|
1084
1086
|
const k = new e.Token("text", "", 0);
|
|
1085
|
-
k.content = d.slice(f), k.level =
|
|
1087
|
+
k.content = d.slice(f), k.level = p, s.push(k);
|
|
1086
1088
|
}
|
|
1087
1089
|
a[c].children = o = fI(o, u, s);
|
|
1088
1090
|
}
|
|
1089
1091
|
}
|
|
1090
1092
|
}
|
|
1091
1093
|
}
|
|
1092
|
-
const mI = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/,
|
|
1094
|
+
const mI = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, ow = /\((c|tm|r)\)/i, iw = /\((c|tm|r)\)/ig, rw = {
|
|
1093
1095
|
c: "©",
|
|
1094
1096
|
r: "®",
|
|
1095
1097
|
tm: "™"
|
|
1096
1098
|
};
|
|
1097
|
-
function
|
|
1098
|
-
return
|
|
1099
|
+
function uw(e, a) {
|
|
1100
|
+
return rw[a.toLowerCase()];
|
|
1099
1101
|
}
|
|
1100
|
-
function
|
|
1102
|
+
function dw(e) {
|
|
1101
1103
|
let a = 0;
|
|
1102
1104
|
for (let c = e.length - 1; c >= 0; c--) {
|
|
1103
1105
|
const n = e[c];
|
|
1104
|
-
n.type === "text" && !a && (n.content = n.content.replace(
|
|
1106
|
+
n.type === "text" && !a && (n.content = n.content.replace(iw, uw)), n.type === "link_open" && n.info === "auto" && a--, n.type === "link_close" && n.info === "auto" && a++;
|
|
1105
1107
|
}
|
|
1106
1108
|
}
|
|
1107
|
-
function
|
|
1109
|
+
function hw(e) {
|
|
1108
1110
|
let a = 0;
|
|
1109
1111
|
for (let c = e.length - 1; c >= 0; c--) {
|
|
1110
1112
|
const n = e[c];
|
|
1111
1113
|
n.type === "text" && !a && mI.test(n.content) && (n.content = n.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/mg, "$1—").replace(/(^|\s)--(?=\s|$)/mg, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg, "$1–")), n.type === "link_open" && n.info === "auto" && a--, n.type === "link_close" && n.info === "auto" && a++;
|
|
1112
1114
|
}
|
|
1113
1115
|
}
|
|
1114
|
-
function
|
|
1116
|
+
function lw(e) {
|
|
1115
1117
|
let a;
|
|
1116
1118
|
if (e.md.options.typographer)
|
|
1117
1119
|
for (a = e.tokens.length - 1; a >= 0; a--)
|
|
1118
|
-
e.tokens[a].type === "inline" && (
|
|
1120
|
+
e.tokens[a].type === "inline" && (ow.test(e.tokens[a].content) && dw(e.tokens[a].children), mI.test(e.tokens[a].content) && hw(e.tokens[a].children));
|
|
1119
1121
|
}
|
|
1120
|
-
const
|
|
1122
|
+
const sw = /['"]/, Eb = /['"]/g, Hb = "’";
|
|
1121
1123
|
function ra(e, a, c) {
|
|
1122
1124
|
return e.slice(0, a) + c + e.slice(a + 1);
|
|
1123
1125
|
}
|
|
1124
|
-
function
|
|
1126
|
+
function yw(e, a) {
|
|
1125
1127
|
let c;
|
|
1126
1128
|
const n = [];
|
|
1127
1129
|
for (let o = 0; o < e.length; o++) {
|
|
@@ -1137,16 +1139,16 @@ function lw(e, a) {
|
|
|
1137
1139
|
const s = Eb.exec(r);
|
|
1138
1140
|
if (!s)
|
|
1139
1141
|
break;
|
|
1140
|
-
let
|
|
1142
|
+
let p = !0, f = !0;
|
|
1141
1143
|
d = s.index + 1;
|
|
1142
1144
|
const k = s[0] === "'";
|
|
1143
|
-
let
|
|
1145
|
+
let y = 32;
|
|
1144
1146
|
if (s.index - 1 >= 0)
|
|
1145
|
-
|
|
1147
|
+
y = r.charCodeAt(s.index - 1);
|
|
1146
1148
|
else
|
|
1147
1149
|
for (c = o - 1; c >= 0 && !(e[c].type === "softbreak" || e[c].type === "hardbreak"); c--)
|
|
1148
1150
|
if (e[c].content) {
|
|
1149
|
-
|
|
1151
|
+
y = e[c].content.charCodeAt(e[c].content.length - 1);
|
|
1150
1152
|
break;
|
|
1151
1153
|
}
|
|
1152
1154
|
let b = 32;
|
|
@@ -1158,8 +1160,8 @@ function lw(e, a) {
|
|
|
1158
1160
|
b = e[c].content.charCodeAt(0);
|
|
1159
1161
|
break;
|
|
1160
1162
|
}
|
|
1161
|
-
const A = Gt(
|
|
1162
|
-
if (w ?
|
|
1163
|
+
const A = Gt(y) || Zt(String.fromCharCode(y)), q = Gt(b) || Zt(String.fromCharCode(b)), x = Ut(y), w = Ut(b);
|
|
1164
|
+
if (w ? p = !1 : q && (x || A || (p = !1)), x ? f = !1 : A && (w || q || (f = !1)), b === 34 && s[0] === '"' && y >= 48 && y <= 57 && (f = p = !1), p && f && (p = A, f = q), !p && !f) {
|
|
1163
1165
|
k && (i.content = ra(i.content, s.index, Hb));
|
|
1164
1166
|
continue;
|
|
1165
1167
|
}
|
|
@@ -1179,7 +1181,7 @@ function lw(e, a) {
|
|
|
1179
1181
|
continue e;
|
|
1180
1182
|
}
|
|
1181
1183
|
}
|
|
1182
|
-
|
|
1184
|
+
p ? n.push({
|
|
1183
1185
|
token: o,
|
|
1184
1186
|
pos: s.index,
|
|
1185
1187
|
single: k,
|
|
@@ -1188,12 +1190,12 @@ function lw(e, a) {
|
|
|
1188
1190
|
}
|
|
1189
1191
|
}
|
|
1190
1192
|
}
|
|
1191
|
-
function
|
|
1193
|
+
function pw(e) {
|
|
1192
1194
|
if (e.md.options.typographer)
|
|
1193
1195
|
for (let a = e.tokens.length - 1; a >= 0; a--)
|
|
1194
|
-
e.tokens[a].type !== "inline" || !
|
|
1196
|
+
e.tokens[a].type !== "inline" || !sw.test(e.tokens[a].content) || yw(e.tokens[a].children, e);
|
|
1195
1197
|
}
|
|
1196
|
-
function
|
|
1198
|
+
function kw(e) {
|
|
1197
1199
|
let a, c;
|
|
1198
1200
|
const n = e.tokens, o = n.length;
|
|
1199
1201
|
for (let i = 0; i < o; i++) {
|
|
@@ -1207,15 +1209,15 @@ function yw(e) {
|
|
|
1207
1209
|
}
|
|
1208
1210
|
}
|
|
1209
1211
|
const jx = [
|
|
1210
|
-
["normalize",
|
|
1211
|
-
["block",
|
|
1212
|
-
["inline",
|
|
1213
|
-
["linkify",
|
|
1214
|
-
["replacements",
|
|
1215
|
-
["smartquotes",
|
|
1212
|
+
["normalize", YL],
|
|
1213
|
+
["block", ew],
|
|
1214
|
+
["inline", tw],
|
|
1215
|
+
["linkify", nw],
|
|
1216
|
+
["replacements", lw],
|
|
1217
|
+
["smartquotes", pw],
|
|
1216
1218
|
// `text_join` finds `text_special` tokens (for escape sequences)
|
|
1217
1219
|
// and joins them with the rest of the text
|
|
1218
|
-
["text_join",
|
|
1220
|
+
["text_join", kw]
|
|
1219
1221
|
];
|
|
1220
1222
|
function rb() {
|
|
1221
1223
|
this.ruler = new he();
|
|
@@ -1232,14 +1234,14 @@ function Ee(e, a, c, n) {
|
|
|
1232
1234
|
this.src = e, this.md = a, this.env = c, this.tokens = n, 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;
|
|
1233
1235
|
const o = this.src;
|
|
1234
1236
|
for (let i = 0, u = 0, r = 0, d = 0, h = o.length, s = !1; u < h; u++) {
|
|
1235
|
-
const
|
|
1237
|
+
const p = o.charCodeAt(u);
|
|
1236
1238
|
if (!s)
|
|
1237
|
-
if (Z(
|
|
1238
|
-
r++,
|
|
1239
|
+
if (Z(p)) {
|
|
1240
|
+
r++, p === 9 ? d += 4 - d % 4 : d++;
|
|
1239
1241
|
continue;
|
|
1240
1242
|
} else
|
|
1241
1243
|
s = !0;
|
|
1242
|
-
(
|
|
1244
|
+
(p === 10 || u === h - 1) && (p !== 10 && u++, this.bMarks.push(i), this.eMarks.push(u), this.tShift.push(r), this.sCount.push(d), this.bsCount.push(0), s = !1, r = 0, d = 0, i = u + 1);
|
|
1243
1245
|
}
|
|
1244
1246
|
this.bMarks.push(o.length), this.eMarks.push(o.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
1245
1247
|
}
|
|
@@ -1291,8 +1293,8 @@ Ee.prototype.getLines = function(a, c, n, o) {
|
|
|
1291
1293
|
for (let u = 0, r = a; r < c; r++, u++) {
|
|
1292
1294
|
let d = 0;
|
|
1293
1295
|
const h = this.bMarks[r];
|
|
1294
|
-
let s = h,
|
|
1295
|
-
for (r + 1 < c || o ?
|
|
1296
|
+
let s = h, p;
|
|
1297
|
+
for (r + 1 < c || o ? p = this.eMarks[r] + 1 : p = this.eMarks[r]; s < p && d < n; ) {
|
|
1296
1298
|
const f = this.src.charCodeAt(s);
|
|
1297
1299
|
if (Z(f))
|
|
1298
1300
|
f === 9 ? d += 4 - (d + this.bsCount[r]) % 4 : d++;
|
|
@@ -1302,12 +1304,12 @@ Ee.prototype.getLines = function(a, c, n, o) {
|
|
|
1302
1304
|
break;
|
|
1303
1305
|
s++;
|
|
1304
1306
|
}
|
|
1305
|
-
d > n ? i[u] = new Array(d - n + 1).join(" ") + this.src.slice(s,
|
|
1307
|
+
d > n ? i[u] = new Array(d - n + 1).join(" ") + this.src.slice(s, p) : i[u] = this.src.slice(s, p);
|
|
1306
1308
|
}
|
|
1307
1309
|
return i.join("");
|
|
1308
1310
|
};
|
|
1309
1311
|
Ee.prototype.Token = Le;
|
|
1310
|
-
const
|
|
1312
|
+
const fw = 65536;
|
|
1311
1313
|
function Ox(e, a) {
|
|
1312
1314
|
const c = e.bMarks[a] + e.tShift[a], n = e.eMarks[a];
|
|
1313
1315
|
return e.src.slice(c, n);
|
|
@@ -1319,7 +1321,7 @@ function Fb(e) {
|
|
|
1319
1321
|
o === 124 && (i ? (r += e.substring(u, n - 1), u = n) : (a.push(r + e.substring(u, n)), r = "", u = n + 1)), i = o === 92, n++, o = e.charCodeAt(n);
|
|
1320
1322
|
return a.push(r + e.substring(u)), a;
|
|
1321
1323
|
}
|
|
1322
|
-
function
|
|
1324
|
+
function Mw(e, a, c, n) {
|
|
1323
1325
|
if (a + 2 > c)
|
|
1324
1326
|
return !1;
|
|
1325
1327
|
let o = a + 1;
|
|
@@ -1356,15 +1358,15 @@ function kw(e, a, c, n) {
|
|
|
1356
1358
|
if (d = Ox(e, a).trim(), d.indexOf("|") === -1 || e.sCount[a] - e.blkIndent >= 4)
|
|
1357
1359
|
return !1;
|
|
1358
1360
|
h = Fb(d), h.length && h[0] === "" && h.shift(), h.length && h[h.length - 1] === "" && h.pop();
|
|
1359
|
-
const
|
|
1360
|
-
if (
|
|
1361
|
+
const p = h.length;
|
|
1362
|
+
if (p === 0 || p !== s.length)
|
|
1361
1363
|
return !1;
|
|
1362
1364
|
if (n)
|
|
1363
1365
|
return !0;
|
|
1364
1366
|
const f = e.parentType;
|
|
1365
1367
|
e.parentType = "table";
|
|
1366
|
-
const k = e.md.block.ruler.getRules("blockquote"),
|
|
1367
|
-
|
|
1368
|
+
const k = e.md.block.ruler.getRules("blockquote"), y = e.push("table_open", "table", 1), b = [a, 0];
|
|
1369
|
+
y.map = b;
|
|
1368
1370
|
const A = e.push("thead_open", "thead", 1);
|
|
1369
1371
|
A.map = [a, a + 1];
|
|
1370
1372
|
const q = e.push("tr_open", "tr", 1);
|
|
@@ -1384,7 +1386,7 @@ function kw(e, a, c, n) {
|
|
|
1384
1386
|
v = !0;
|
|
1385
1387
|
break;
|
|
1386
1388
|
}
|
|
1387
|
-
if (v || (d = Ox(e, o).trim(), !d) || e.sCount[o] - e.blkIndent >= 4 || (h = Fb(d), h.length && h[0] === "" && h.shift(), h.length && h[h.length - 1] === "" && h.pop(), w +=
|
|
1389
|
+
if (v || (d = Ox(e, o).trim(), !d) || e.sCount[o] - e.blkIndent >= 4 || (h = Fb(d), h.length && h[0] === "" && h.shift(), h.length && h[h.length - 1] === "" && h.pop(), w += p - h.length, w > fw))
|
|
1388
1390
|
break;
|
|
1389
1391
|
if (o === a + 2) {
|
|
1390
1392
|
const z = e.push("tbody_open", "tbody", 1);
|
|
@@ -1392,7 +1394,7 @@ function kw(e, a, c, n) {
|
|
|
1392
1394
|
}
|
|
1393
1395
|
const C = e.push("tr_open", "tr", 1);
|
|
1394
1396
|
C.map = [o, o + 1];
|
|
1395
|
-
for (let z = 0; z <
|
|
1397
|
+
for (let z = 0; z < p; z++) {
|
|
1396
1398
|
const G = e.push("td_open", "td", 1);
|
|
1397
1399
|
s[z] && (G.attrs = [["style", "text-align:" + s[z]]]);
|
|
1398
1400
|
const W = e.push("inline", "", 0);
|
|
@@ -1402,7 +1404,7 @@ function kw(e, a, c, n) {
|
|
|
1402
1404
|
}
|
|
1403
1405
|
return x && (e.push("tbody_close", "tbody", -1), x[1] = o), e.push("table_close", "table", -1), b[1] = o, e.parentType = f, e.line = o, !0;
|
|
1404
1406
|
}
|
|
1405
|
-
function
|
|
1407
|
+
function gw(e, a, c) {
|
|
1406
1408
|
if (e.sCount[a] - e.blkIndent < 4)
|
|
1407
1409
|
return !1;
|
|
1408
1410
|
let n = a + 1, o = n;
|
|
@@ -1422,7 +1424,7 @@ function fw(e, a, c) {
|
|
|
1422
1424
|
return i.content = e.getLines(a, o, 4 + e.blkIndent, !1) + `
|
|
1423
1425
|
`, i.map = [a, e.line], !0;
|
|
1424
1426
|
}
|
|
1425
|
-
function
|
|
1427
|
+
function mw(e, a, c, n) {
|
|
1426
1428
|
let o = e.bMarks[a] + e.tShift[a], i = e.eMarks[a];
|
|
1427
1429
|
if (e.sCount[a] - e.blkIndent >= 4 || o + 3 > i)
|
|
1428
1430
|
return !1;
|
|
@@ -1439,72 +1441,72 @@ function Mw(e, a, c, n) {
|
|
|
1439
1441
|
return !1;
|
|
1440
1442
|
if (n)
|
|
1441
1443
|
return !0;
|
|
1442
|
-
let
|
|
1443
|
-
for (;
|
|
1444
|
-
if (e.src.charCodeAt(o) === u && !(e.sCount[
|
|
1444
|
+
let p = a, f = !1;
|
|
1445
|
+
for (; p++, !(p >= c || (o = r = e.bMarks[p] + e.tShift[p], i = e.eMarks[p], o < i && e.sCount[p] < e.blkIndent)); )
|
|
1446
|
+
if (e.src.charCodeAt(o) === u && !(e.sCount[p] - e.blkIndent >= 4) && (o = e.skipChars(o, u), !(o - r < d) && (o = e.skipSpaces(o), !(o < i)))) {
|
|
1445
1447
|
f = !0;
|
|
1446
1448
|
break;
|
|
1447
1449
|
}
|
|
1448
|
-
d = e.sCount[a], e.line =
|
|
1450
|
+
d = e.sCount[a], e.line = p + (f ? 1 : 0);
|
|
1449
1451
|
const k = e.push("fence", "code", 0);
|
|
1450
|
-
return k.info = s, k.content = e.getLines(a + 1,
|
|
1452
|
+
return k.info = s, k.content = e.getLines(a + 1, p, d, !0), k.markup = h, k.map = [a, e.line], !0;
|
|
1451
1453
|
}
|
|
1452
|
-
function
|
|
1454
|
+
function xw(e, a, c, n) {
|
|
1453
1455
|
let o = e.bMarks[a] + e.tShift[a], i = e.eMarks[a];
|
|
1454
1456
|
const u = e.lineMax;
|
|
1455
1457
|
if (e.sCount[a] - e.blkIndent >= 4 || e.src.charCodeAt(o) !== 62)
|
|
1456
1458
|
return !1;
|
|
1457
1459
|
if (n)
|
|
1458
1460
|
return !0;
|
|
1459
|
-
const r = [], d = [], h = [], s = [],
|
|
1461
|
+
const r = [], d = [], h = [], s = [], p = e.md.block.ruler.getRules("blockquote"), f = e.parentType;
|
|
1460
1462
|
e.parentType = "blockquote";
|
|
1461
|
-
let k = !1,
|
|
1462
|
-
for (
|
|
1463
|
-
const w = e.sCount[
|
|
1464
|
-
if (o = e.bMarks[
|
|
1463
|
+
let k = !1, y;
|
|
1464
|
+
for (y = a; y < c; y++) {
|
|
1465
|
+
const w = e.sCount[y] < e.blkIndent;
|
|
1466
|
+
if (o = e.bMarks[y] + e.tShift[y], i = e.eMarks[y], o >= i)
|
|
1465
1467
|
break;
|
|
1466
1468
|
if (e.src.charCodeAt(o++) === 62 && !w) {
|
|
1467
|
-
let C = e.sCount[
|
|
1468
|
-
e.src.charCodeAt(o) === 32 ? (o++, C++, G = !1, z = !0) : e.src.charCodeAt(o) === 9 ? (z = !0, (e.bsCount[
|
|
1469
|
+
let C = e.sCount[y] + 1, z, G;
|
|
1470
|
+
e.src.charCodeAt(o) === 32 ? (o++, C++, G = !1, z = !0) : e.src.charCodeAt(o) === 9 ? (z = !0, (e.bsCount[y] + C) % 4 === 3 ? (o++, C++, G = !1) : G = !0) : z = !1;
|
|
1469
1471
|
let W = C;
|
|
1470
|
-
for (r.push(e.bMarks[
|
|
1472
|
+
for (r.push(e.bMarks[y]), e.bMarks[y] = o; o < i; ) {
|
|
1471
1473
|
const oe = e.src.charCodeAt(o);
|
|
1472
1474
|
if (Z(oe))
|
|
1473
|
-
oe === 9 ? W += 4 - (W + e.bsCount[
|
|
1475
|
+
oe === 9 ? W += 4 - (W + e.bsCount[y] + (G ? 1 : 0)) % 4 : W++;
|
|
1474
1476
|
else
|
|
1475
1477
|
break;
|
|
1476
1478
|
o++;
|
|
1477
1479
|
}
|
|
1478
|
-
k = o >= i, d.push(e.bsCount[
|
|
1480
|
+
k = o >= i, d.push(e.bsCount[y]), e.bsCount[y] = e.sCount[y] + 1 + (z ? 1 : 0), h.push(e.sCount[y]), e.sCount[y] = W - C, s.push(e.tShift[y]), e.tShift[y] = o - e.bMarks[y];
|
|
1479
1481
|
continue;
|
|
1480
1482
|
}
|
|
1481
1483
|
if (k)
|
|
1482
1484
|
break;
|
|
1483
1485
|
let v = !1;
|
|
1484
|
-
for (let C = 0, z =
|
|
1485
|
-
if (
|
|
1486
|
+
for (let C = 0, z = p.length; C < z; C++)
|
|
1487
|
+
if (p[C](e, y, c, !0)) {
|
|
1486
1488
|
v = !0;
|
|
1487
1489
|
break;
|
|
1488
1490
|
}
|
|
1489
1491
|
if (v) {
|
|
1490
|
-
e.lineMax =
|
|
1492
|
+
e.lineMax = y, e.blkIndent !== 0 && (r.push(e.bMarks[y]), d.push(e.bsCount[y]), s.push(e.tShift[y]), h.push(e.sCount[y]), e.sCount[y] -= e.blkIndent);
|
|
1491
1493
|
break;
|
|
1492
1494
|
}
|
|
1493
|
-
r.push(e.bMarks[
|
|
1495
|
+
r.push(e.bMarks[y]), d.push(e.bsCount[y]), s.push(e.tShift[y]), h.push(e.sCount[y]), e.sCount[y] = -1;
|
|
1494
1496
|
}
|
|
1495
1497
|
const b = e.blkIndent;
|
|
1496
1498
|
e.blkIndent = 0;
|
|
1497
1499
|
const A = e.push("blockquote_open", "blockquote", 1);
|
|
1498
1500
|
A.markup = ">";
|
|
1499
1501
|
const q = [a, 0];
|
|
1500
|
-
A.map = q, e.md.block.tokenize(e, a,
|
|
1502
|
+
A.map = q, e.md.block.tokenize(e, a, y);
|
|
1501
1503
|
const x = e.push("blockquote_close", "blockquote", -1);
|
|
1502
1504
|
x.markup = ">", e.lineMax = u, e.parentType = f, q[1] = e.line;
|
|
1503
1505
|
for (let w = 0; w < s.length; w++)
|
|
1504
1506
|
e.bMarks[w + a] = r[w], e.tShift[w + a] = s[w], e.sCount[w + a] = h[w], e.bsCount[w + a] = d[w];
|
|
1505
1507
|
return e.blkIndent = b, !0;
|
|
1506
1508
|
}
|
|
1507
|
-
function
|
|
1509
|
+
function bw(e, a, c, n) {
|
|
1508
1510
|
const o = e.eMarks[a];
|
|
1509
1511
|
if (e.sCount[a] - e.blkIndent >= 4)
|
|
1510
1512
|
return !1;
|
|
@@ -1562,32 +1564,32 @@ function Tb(e, a) {
|
|
|
1562
1564
|
}
|
|
1563
1565
|
return o < n && (i = e.src.charCodeAt(o), !Z(i)) ? -1 : o;
|
|
1564
1566
|
}
|
|
1565
|
-
function
|
|
1567
|
+
function Iw(e, a) {
|
|
1566
1568
|
const c = e.level + 2;
|
|
1567
1569
|
for (let n = a + 2, o = e.tokens.length - 2; n < o; n++)
|
|
1568
1570
|
e.tokens[n].level === c && e.tokens[n].type === "paragraph_open" && (e.tokens[n + 2].hidden = !0, e.tokens[n].hidden = !0, n += 2);
|
|
1569
1571
|
}
|
|
1570
|
-
function
|
|
1572
|
+
function vw(e, a, c, n) {
|
|
1571
1573
|
let o, i, u, r, d = a, h = !0;
|
|
1572
1574
|
if (e.sCount[d] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[d] - e.listIndent >= 4 && e.sCount[d] < e.blkIndent)
|
|
1573
1575
|
return !1;
|
|
1574
1576
|
let s = !1;
|
|
1575
1577
|
n && e.parentType === "paragraph" && e.sCount[d] >= e.blkIndent && (s = !0);
|
|
1576
|
-
let
|
|
1578
|
+
let p, f, k;
|
|
1577
1579
|
if ((k = Tb(e, d)) >= 0) {
|
|
1578
|
-
if (
|
|
1580
|
+
if (p = !0, u = e.bMarks[d] + e.tShift[d], f = Number(e.src.slice(u, k - 1)), s && f !== 1) return !1;
|
|
1579
1581
|
} else if ((k = Pb(e, d)) >= 0)
|
|
1580
|
-
|
|
1582
|
+
p = !1;
|
|
1581
1583
|
else
|
|
1582
1584
|
return !1;
|
|
1583
1585
|
if (s && e.skipSpaces(k) >= e.eMarks[d])
|
|
1584
1586
|
return !1;
|
|
1585
1587
|
if (n)
|
|
1586
1588
|
return !0;
|
|
1587
|
-
const
|
|
1588
|
-
|
|
1589
|
+
const y = e.src.charCodeAt(k - 1), b = e.tokens.length;
|
|
1590
|
+
p ? (r = e.push("ordered_list_open", "ol", 1), f !== 1 && (r.attrs = [["start", f]])) : r = e.push("bullet_list_open", "ul", 1);
|
|
1589
1591
|
const A = [d, 0];
|
|
1590
|
-
r.map = A, r.markup = String.fromCharCode(
|
|
1592
|
+
r.map = A, r.markup = String.fromCharCode(y);
|
|
1591
1593
|
let q = !1;
|
|
1592
1594
|
const x = e.md.block.ruler.getRules("list"), w = e.parentType;
|
|
1593
1595
|
for (e.parentType = "list"; d < c; ) {
|
|
@@ -1608,11 +1610,11 @@ function bw(e, a, c, n) {
|
|
|
1608
1610
|
let G;
|
|
1609
1611
|
z >= o ? G = 1 : G = C - v, G > 4 && (G = 1);
|
|
1610
1612
|
const W = v + G;
|
|
1611
|
-
r = e.push("list_item_open", "li", 1), r.markup = String.fromCharCode(
|
|
1613
|
+
r = e.push("list_item_open", "li", 1), r.markup = String.fromCharCode(y);
|
|
1612
1614
|
const oe = [d, 0];
|
|
1613
|
-
r.map = oe,
|
|
1615
|
+
r.map = oe, p && (r.info = e.src.slice(u, k - 1));
|
|
1614
1616
|
const fe = e.tight, we = e.tShift[d], Ge = e.sCount[d], We = e.listIndent;
|
|
1615
|
-
if (e.listIndent = e.blkIndent, e.blkIndent = W, e.tight = !0, e.tShift[d] = z - e.bMarks[d], e.sCount[d] = C, z >= o && e.isEmpty(d + 1) ? e.line = Math.min(e.line + 2, c) : e.md.block.tokenize(e, d, c, !0), (!e.tight || q) && (h = !1), q = e.line - d > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = We, e.tShift[d] = we, e.sCount[d] = Ge, e.tight = fe, r = e.push("list_item_close", "li", -1), r.markup = String.fromCharCode(
|
|
1617
|
+
if (e.listIndent = e.blkIndent, e.blkIndent = W, e.tight = !0, e.tShift[d] = z - e.bMarks[d], e.sCount[d] = C, z >= o && e.isEmpty(d + 1) ? e.line = Math.min(e.line + 2, c) : e.md.block.tokenize(e, d, c, !0), (!e.tight || q) && (h = !1), q = e.line - d > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = We, e.tShift[d] = we, e.sCount[d] = Ge, e.tight = fe, r = e.push("list_item_close", "li", -1), r.markup = String.fromCharCode(y), d = e.line, oe[1] = d, d >= c || e.sCount[d] < e.blkIndent || e.sCount[d] - e.blkIndent >= 4)
|
|
1616
1618
|
break;
|
|
1617
1619
|
let Me = !1;
|
|
1618
1620
|
for (let ge = 0, He = x.length; ge < He; ge++)
|
|
@@ -1622,18 +1624,18 @@ function bw(e, a, c, n) {
|
|
|
1622
1624
|
}
|
|
1623
1625
|
if (Me)
|
|
1624
1626
|
break;
|
|
1625
|
-
if (
|
|
1627
|
+
if (p) {
|
|
1626
1628
|
if (k = Tb(e, d), k < 0)
|
|
1627
1629
|
break;
|
|
1628
1630
|
u = e.bMarks[d] + e.tShift[d];
|
|
1629
1631
|
} else if (k = Pb(e, d), k < 0)
|
|
1630
1632
|
break;
|
|
1631
|
-
if (
|
|
1633
|
+
if (y !== e.src.charCodeAt(k - 1))
|
|
1632
1634
|
break;
|
|
1633
1635
|
}
|
|
1634
|
-
return
|
|
1636
|
+
return p ? r = e.push("ordered_list_close", "ol", -1) : r = e.push("bullet_list_close", "ul", -1), r.markup = String.fromCharCode(y), A[1] = d, e.line = d, e.parentType = w, h && Iw(e, b), !0;
|
|
1635
1637
|
}
|
|
1636
|
-
function
|
|
1638
|
+
function Lw(e, a, c, n) {
|
|
1637
1639
|
let o = e.bMarks[a] + e.tShift[a], i = e.eMarks[a], u = a + 1;
|
|
1638
1640
|
if (e.sCount[a] - e.blkIndent >= 4 || e.src.charCodeAt(o) !== 91)
|
|
1639
1641
|
return !1;
|
|
@@ -1687,11 +1689,11 @@ function Iw(e, a, c, n) {
|
|
|
1687
1689
|
const s = e.md.helpers.parseLinkDestination(d, o, i);
|
|
1688
1690
|
if (!s.ok)
|
|
1689
1691
|
return !1;
|
|
1690
|
-
const
|
|
1691
|
-
if (!e.md.validateLink(
|
|
1692
|
+
const p = e.md.normalizeLink(s.str);
|
|
1693
|
+
if (!e.md.validateLink(p))
|
|
1692
1694
|
return !1;
|
|
1693
1695
|
o = s.pos;
|
|
1694
|
-
const f = o, k = u,
|
|
1696
|
+
const f = o, k = u, y = o;
|
|
1695
1697
|
for (; o < i; o++) {
|
|
1696
1698
|
const x = d.charCodeAt(o);
|
|
1697
1699
|
if (x === 10) {
|
|
@@ -1706,7 +1708,7 @@ function Iw(e, a, c, n) {
|
|
|
1706
1708
|
d += x, o = i, i = d.length, u++, b = e.md.helpers.parseLinkTitle(d, o, i, b);
|
|
1707
1709
|
}
|
|
1708
1710
|
let A;
|
|
1709
|
-
for (o < i &&
|
|
1711
|
+
for (o < i && y !== o && b.ok ? (A = b.str, o = b.pos) : (A = "", o = f, u = k); o < i; ) {
|
|
1710
1712
|
const x = d.charCodeAt(o);
|
|
1711
1713
|
if (!Z(x))
|
|
1712
1714
|
break;
|
|
@@ -1722,9 +1724,9 @@ function Iw(e, a, c, n) {
|
|
|
1722
1724
|
if (o < i && d.charCodeAt(o) !== 10)
|
|
1723
1725
|
return !1;
|
|
1724
1726
|
const q = _x(d.slice(1, h));
|
|
1725
|
-
return q ? (n || (typeof e.env.references > "u" && (e.env.references = {}), typeof e.env.references[q] > "u" && (e.env.references[q] = { title: A, href:
|
|
1727
|
+
return q ? (n || (typeof e.env.references > "u" && (e.env.references = {}), typeof e.env.references[q] > "u" && (e.env.references[q] = { title: A, href: p }), e.line = u), !0) : !1;
|
|
1726
1728
|
}
|
|
1727
|
-
const
|
|
1729
|
+
const ww = [
|
|
1728
1730
|
"address",
|
|
1729
1731
|
"article",
|
|
1730
1732
|
"aside",
|
|
@@ -1787,16 +1789,16 @@ const vw = [
|
|
|
1787
1789
|
"tr",
|
|
1788
1790
|
"track",
|
|
1789
1791
|
"ul"
|
|
1790
|
-
],
|
|
1792
|
+
], Cw = "[a-zA-Z_:][a-zA-Z0-9:._-]*", Sw = "[^\"'=<>`\\x00-\\x20]+", Aw = "'[^']*'", _w = '"[^"]*"', qw = "(?:" + Sw + "|" + Aw + "|" + _w + ")", Dw = "(?:\\s+" + Cw + "(?:\\s*=\\s*" + qw + ")?)", xI = "<[A-Za-z][A-Za-z0-9\\-]*" + Dw + "*\\s*\\/?>", bI = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", zw = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", Ew = "<[?][\\s\\S]*?[?]>", Hw = "<![A-Za-z][^>]*>", Fw = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", Pw = new RegExp("^(?:" + xI + "|" + bI + "|" + zw + "|" + Ew + "|" + Hw + "|" + Fw + ")"), Tw = new RegExp("^(?:" + xI + "|" + bI + ")"), Et = [
|
|
1791
1793
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
1792
1794
|
[/^<!--/, /-->/, !0],
|
|
1793
1795
|
[/^<\?/, /\?>/, !0],
|
|
1794
1796
|
[/^<![A-Z]/, />/, !0],
|
|
1795
1797
|
[/^<!\[CDATA\[/, /\]\]>/, !0],
|
|
1796
|
-
[new RegExp("^</?(" +
|
|
1797
|
-
[new RegExp(
|
|
1798
|
+
[new RegExp("^</?(" + ww.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
1799
|
+
[new RegExp(Tw.source + "\\s*$"), /^$/, !1]
|
|
1798
1800
|
];
|
|
1799
|
-
function
|
|
1801
|
+
function Bw(e, a, c, n) {
|
|
1800
1802
|
let o = e.bMarks[a] + e.tShift[a], i = e.eMarks[a];
|
|
1801
1803
|
if (e.sCount[a] - e.blkIndent >= 4 || !e.md.options.html || e.src.charCodeAt(o) !== 60)
|
|
1802
1804
|
return !1;
|
|
@@ -1819,7 +1821,7 @@ function Pw(e, a, c, n) {
|
|
|
1819
1821
|
const h = e.push("html_block", "", 0);
|
|
1820
1822
|
return h.map = [a, d], h.content = e.getLines(a, d, e.blkIndent, !0), !0;
|
|
1821
1823
|
}
|
|
1822
|
-
function
|
|
1824
|
+
function Rw(e, a, c, n) {
|
|
1823
1825
|
let o = e.bMarks[a] + e.tShift[a], i = e.eMarks[a];
|
|
1824
1826
|
if (e.sCount[a] - e.blkIndent >= 4)
|
|
1825
1827
|
return !1;
|
|
@@ -1840,10 +1842,10 @@ function Tw(e, a, c, n) {
|
|
|
1840
1842
|
h.markup = "########".slice(0, r), h.map = [a, e.line];
|
|
1841
1843
|
const s = e.push("inline", "", 0);
|
|
1842
1844
|
s.content = e.src.slice(o, i).trim(), s.map = [a, e.line], s.children = [];
|
|
1843
|
-
const
|
|
1844
|
-
return
|
|
1845
|
+
const p = e.push("heading_close", "h" + String(r), -1);
|
|
1846
|
+
return p.markup = "########".slice(0, r), !0;
|
|
1845
1847
|
}
|
|
1846
|
-
function
|
|
1848
|
+
function Vw(e, a, c) {
|
|
1847
1849
|
const n = e.md.block.ruler.getRules("paragraph");
|
|
1848
1850
|
if (e.sCount[a] - e.blkIndent >= 4)
|
|
1849
1851
|
return !1;
|
|
@@ -1855,8 +1857,8 @@ function Bw(e, a, c) {
|
|
|
1855
1857
|
continue;
|
|
1856
1858
|
if (e.sCount[r] >= e.blkIndent) {
|
|
1857
1859
|
let k = e.bMarks[r] + e.tShift[r];
|
|
1858
|
-
const
|
|
1859
|
-
if (k <
|
|
1860
|
+
const y = e.eMarks[r];
|
|
1861
|
+
if (k < y && (u = e.src.charCodeAt(k), (u === 45 || u === 61) && (k = e.skipChars(k, u), k = e.skipSpaces(k), k >= y))) {
|
|
1860
1862
|
i = u === 61 ? 1 : 2;
|
|
1861
1863
|
break;
|
|
1862
1864
|
}
|
|
@@ -1864,7 +1866,7 @@ function Bw(e, a, c) {
|
|
|
1864
1866
|
if (e.sCount[r] < 0)
|
|
1865
1867
|
continue;
|
|
1866
1868
|
let f = !1;
|
|
1867
|
-
for (let k = 0,
|
|
1869
|
+
for (let k = 0, y = n.length; k < y; k++)
|
|
1868
1870
|
if (n[k](e, r, c, !0)) {
|
|
1869
1871
|
f = !0;
|
|
1870
1872
|
break;
|
|
@@ -1880,17 +1882,17 @@ function Bw(e, a, c) {
|
|
|
1880
1882
|
h.markup = String.fromCharCode(u), h.map = [a, e.line];
|
|
1881
1883
|
const s = e.push("inline", "", 0);
|
|
1882
1884
|
s.content = d, s.map = [a, e.line - 1], s.children = [];
|
|
1883
|
-
const
|
|
1884
|
-
return
|
|
1885
|
+
const p = e.push("heading_close", "h" + String(i), -1);
|
|
1886
|
+
return p.markup = String.fromCharCode(u), e.parentType = o, !0;
|
|
1885
1887
|
}
|
|
1886
|
-
function
|
|
1888
|
+
function jw(e, a, c) {
|
|
1887
1889
|
const n = e.md.block.ruler.getRules("paragraph"), o = e.parentType;
|
|
1888
1890
|
let i = a + 1;
|
|
1889
1891
|
for (e.parentType = "paragraph"; i < c && !e.isEmpty(i); i++) {
|
|
1890
1892
|
if (e.sCount[i] - e.blkIndent > 3 || e.sCount[i] < 0)
|
|
1891
1893
|
continue;
|
|
1892
1894
|
let h = !1;
|
|
1893
|
-
for (let s = 0,
|
|
1895
|
+
for (let s = 0, p = n.length; s < p; s++)
|
|
1894
1896
|
if (n[s](e, i, c, !0)) {
|
|
1895
1897
|
h = !0;
|
|
1896
1898
|
break;
|
|
@@ -1908,17 +1910,17 @@ function Rw(e, a, c) {
|
|
|
1908
1910
|
const ua = [
|
|
1909
1911
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
1910
1912
|
// which can be terminated by this one.
|
|
1911
|
-
["table",
|
|
1912
|
-
["code",
|
|
1913
|
-
["fence",
|
|
1914
|
-
["blockquote",
|
|
1915
|
-
["hr",
|
|
1916
|
-
["list",
|
|
1917
|
-
["reference",
|
|
1918
|
-
["html_block",
|
|
1919
|
-
["heading",
|
|
1920
|
-
["lheading",
|
|
1921
|
-
["paragraph",
|
|
1913
|
+
["table", Mw, ["paragraph", "reference"]],
|
|
1914
|
+
["code", gw],
|
|
1915
|
+
["fence", mw, ["paragraph", "reference", "blockquote", "list"]],
|
|
1916
|
+
["blockquote", xw, ["paragraph", "reference", "blockquote", "list"]],
|
|
1917
|
+
["hr", bw, ["paragraph", "reference", "blockquote", "list"]],
|
|
1918
|
+
["list", vw, ["paragraph", "reference", "blockquote"]],
|
|
1919
|
+
["reference", Lw],
|
|
1920
|
+
["html_block", Bw, ["paragraph", "reference", "blockquote"]],
|
|
1921
|
+
["heading", Rw, ["paragraph", "reference", "blockquote"]],
|
|
1922
|
+
["lheading", Vw],
|
|
1923
|
+
["paragraph", jw]
|
|
1922
1924
|
];
|
|
1923
1925
|
function qx() {
|
|
1924
1926
|
this.ruler = new he();
|
|
@@ -1970,11 +1972,11 @@ Qt.prototype.scanDelims = function(e, a) {
|
|
|
1970
1972
|
let i = e;
|
|
1971
1973
|
for (; i < c && this.src.charCodeAt(i) === n; )
|
|
1972
1974
|
i++;
|
|
1973
|
-
const u = i - e, r = i < c ? this.src.charCodeAt(i) : 32, d = Gt(o) || Zt(String.fromCharCode(o)), h = Gt(r) || Zt(String.fromCharCode(r)), s = Ut(o),
|
|
1975
|
+
const u = i - e, r = i < c ? this.src.charCodeAt(i) : 32, d = Gt(o) || Zt(String.fromCharCode(o)), h = Gt(r) || Zt(String.fromCharCode(r)), s = Ut(o), p = Ut(r), f = !p && (!h || s || d), k = !s && (!d || p || h);
|
|
1974
1976
|
return { can_open: f && (a || !k || d), can_close: k && (a || !f || h), length: u };
|
|
1975
1977
|
};
|
|
1976
1978
|
Qt.prototype.Token = Le;
|
|
1977
|
-
function
|
|
1979
|
+
function Ow(e) {
|
|
1978
1980
|
switch (e) {
|
|
1979
1981
|
case 10:
|
|
1980
1982
|
case 33:
|
|
@@ -2004,18 +2006,18 @@ function Vw(e) {
|
|
|
2004
2006
|
return !1;
|
|
2005
2007
|
}
|
|
2006
2008
|
}
|
|
2007
|
-
function
|
|
2009
|
+
function Nw(e, a) {
|
|
2008
2010
|
let c = e.pos;
|
|
2009
|
-
for (; c < e.posMax && !
|
|
2011
|
+
for (; c < e.posMax && !Ow(e.src.charCodeAt(c)); )
|
|
2010
2012
|
c++;
|
|
2011
2013
|
return c === e.pos ? !1 : (a || (e.pending += e.src.slice(e.pos, c)), e.pos = c, !0);
|
|
2012
2014
|
}
|
|
2013
|
-
const
|
|
2014
|
-
function
|
|
2015
|
+
const Uw = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2016
|
+
function Zw(e, a) {
|
|
2015
2017
|
if (!e.md.options.linkify || e.linkLevel > 0) return !1;
|
|
2016
2018
|
const c = e.pos, n = e.posMax;
|
|
2017
2019
|
if (c + 3 > n || e.src.charCodeAt(c) !== 58 || e.src.charCodeAt(c + 1) !== 47 || e.src.charCodeAt(c + 2) !== 47) return !1;
|
|
2018
|
-
const o = e.pending.match(
|
|
2020
|
+
const o = e.pending.match(Uw);
|
|
2019
2021
|
if (!o) return !1;
|
|
2020
2022
|
const i = o[1], u = e.md.linkify.matchAtStart(e.src.slice(c - i.length));
|
|
2021
2023
|
if (!u) return !1;
|
|
@@ -2031,14 +2033,14 @@ function Nw(e, a) {
|
|
|
2031
2033
|
e.pending = e.pending.slice(0, -i.length);
|
|
2032
2034
|
const s = e.push("link_open", "a", 1);
|
|
2033
2035
|
s.attrs = [["href", h]], s.markup = "linkify", s.info = "auto";
|
|
2034
|
-
const
|
|
2035
|
-
|
|
2036
|
+
const p = e.push("text", "", 0);
|
|
2037
|
+
p.content = e.md.normalizeLinkText(r);
|
|
2036
2038
|
const f = e.push("link_close", "a", -1);
|
|
2037
2039
|
f.markup = "linkify", f.info = "auto";
|
|
2038
2040
|
}
|
|
2039
2041
|
return e.pos += r.length - i.length, !0;
|
|
2040
2042
|
}
|
|
2041
|
-
function
|
|
2043
|
+
function Gw(e, a) {
|
|
2042
2044
|
let c = e.pos;
|
|
2043
2045
|
if (e.src.charCodeAt(c) !== 10)
|
|
2044
2046
|
return !1;
|
|
@@ -2063,7 +2065,7 @@ for (let e = 0; e < 256; e++)
|
|
|
2063
2065
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e) {
|
|
2064
2066
|
ub[e.charCodeAt(0)] = 1;
|
|
2065
2067
|
});
|
|
2066
|
-
function
|
|
2068
|
+
function Ww(e, a) {
|
|
2067
2069
|
let c = e.pos;
|
|
2068
2070
|
const n = e.posMax;
|
|
2069
2071
|
if (e.src.charCodeAt(c) !== 92 || (c++, c >= n)) return !1;
|
|
@@ -2085,7 +2087,7 @@ function Zw(e, a) {
|
|
|
2085
2087
|
}
|
|
2086
2088
|
return e.pos = c + 1, !0;
|
|
2087
2089
|
}
|
|
2088
|
-
function
|
|
2090
|
+
function $w(e, a) {
|
|
2089
2091
|
let c = e.pos;
|
|
2090
2092
|
if (e.src.charCodeAt(c) !== 96)
|
|
2091
2093
|
return !1;
|
|
@@ -2104,8 +2106,8 @@ function Gw(e, a) {
|
|
|
2104
2106
|
const s = d - h;
|
|
2105
2107
|
if (s === r) {
|
|
2106
2108
|
if (!a) {
|
|
2107
|
-
const
|
|
2108
|
-
|
|
2109
|
+
const p = e.push("code_inline", "code", 0);
|
|
2110
|
+
p.markup = u, p.content = e.src.slice(c, h).replace(/\n/g, " ").replace(/^ (.+) $/, "$1");
|
|
2109
2111
|
}
|
|
2110
2112
|
return e.pos = d, !0;
|
|
2111
2113
|
}
|
|
@@ -2113,7 +2115,7 @@ function Gw(e, a) {
|
|
|
2113
2115
|
}
|
|
2114
2116
|
return e.backticksScanned = !0, a || (e.pending += u), e.pos += r, !0;
|
|
2115
2117
|
}
|
|
2116
|
-
function
|
|
2118
|
+
function Xw(e, a) {
|
|
2117
2119
|
const c = e.pos, n = e.src.charCodeAt(c);
|
|
2118
2120
|
if (a || n !== 126)
|
|
2119
2121
|
return !1;
|
|
@@ -2154,17 +2156,17 @@ function Bb(e, a) {
|
|
|
2154
2156
|
u--, i !== u && (c = e.tokens[u], e.tokens[u] = e.tokens[i], e.tokens[i] = c);
|
|
2155
2157
|
}
|
|
2156
2158
|
}
|
|
2157
|
-
function
|
|
2159
|
+
function Kw(e) {
|
|
2158
2160
|
const a = e.tokens_meta, c = e.tokens_meta.length;
|
|
2159
2161
|
Bb(e, e.delimiters);
|
|
2160
2162
|
for (let n = 0; n < c; n++)
|
|
2161
2163
|
a[n] && a[n].delimiters && Bb(e, a[n].delimiters);
|
|
2162
2164
|
}
|
|
2163
2165
|
const II = {
|
|
2164
|
-
tokenize:
|
|
2165
|
-
postProcess:
|
|
2166
|
+
tokenize: Xw,
|
|
2167
|
+
postProcess: Kw
|
|
2166
2168
|
};
|
|
2167
|
-
function
|
|
2169
|
+
function Jw(e, a) {
|
|
2168
2170
|
const c = e.pos, n = e.src.charCodeAt(c);
|
|
2169
2171
|
if (a || n !== 95 && n !== 42)
|
|
2170
2172
|
return !1;
|
|
@@ -2208,42 +2210,42 @@ function Rb(e, a) {
|
|
|
2208
2210
|
h.type = u ? "strong_close" : "em_close", h.tag = u ? "strong" : "em", h.nesting = -1, h.markup = u ? r + r : r, h.content = "", u && (e.tokens[a[n - 1].token].content = "", e.tokens[a[o.end + 1].token].content = "", n--);
|
|
2209
2211
|
}
|
|
2210
2212
|
}
|
|
2211
|
-
function
|
|
2213
|
+
function Qw(e) {
|
|
2212
2214
|
const a = e.tokens_meta, c = e.tokens_meta.length;
|
|
2213
2215
|
Rb(e, e.delimiters);
|
|
2214
2216
|
for (let n = 0; n < c; n++)
|
|
2215
2217
|
a[n] && a[n].delimiters && Rb(e, a[n].delimiters);
|
|
2216
2218
|
}
|
|
2217
2219
|
const vI = {
|
|
2218
|
-
tokenize:
|
|
2219
|
-
postProcess:
|
|
2220
|
+
tokenize: Jw,
|
|
2221
|
+
postProcess: Qw
|
|
2220
2222
|
};
|
|
2221
|
-
function
|
|
2223
|
+
function Yw(e, a) {
|
|
2222
2224
|
let c, n, o, i, u = "", r = "", d = e.pos, h = !0;
|
|
2223
2225
|
if (e.src.charCodeAt(e.pos) !== 91)
|
|
2224
2226
|
return !1;
|
|
2225
|
-
const s = e.pos,
|
|
2227
|
+
const s = e.pos, p = e.posMax, f = e.pos + 1, k = e.md.helpers.parseLinkLabel(e, e.pos, !0);
|
|
2226
2228
|
if (k < 0)
|
|
2227
2229
|
return !1;
|
|
2228
|
-
let
|
|
2229
|
-
if (
|
|
2230
|
-
for (h = !1,
|
|
2230
|
+
let y = k + 1;
|
|
2231
|
+
if (y < p && e.src.charCodeAt(y) === 40) {
|
|
2232
|
+
for (h = !1, y++; y < p && (c = e.src.charCodeAt(y), !(!Z(c) && c !== 10)); y++)
|
|
2231
2233
|
;
|
|
2232
|
-
if (
|
|
2234
|
+
if (y >= p)
|
|
2233
2235
|
return !1;
|
|
2234
|
-
if (d =
|
|
2235
|
-
for (u = e.md.normalizeLink(o.str), e.md.validateLink(u) ?
|
|
2236
|
+
if (d = y, o = e.md.helpers.parseLinkDestination(e.src, y, e.posMax), o.ok) {
|
|
2237
|
+
for (u = e.md.normalizeLink(o.str), e.md.validateLink(u) ? y = o.pos : u = "", d = y; y < p && (c = e.src.charCodeAt(y), !(!Z(c) && c !== 10)); y++)
|
|
2236
2238
|
;
|
|
2237
|
-
if (o = e.md.helpers.parseLinkTitle(e.src,
|
|
2238
|
-
for (r = o.str,
|
|
2239
|
+
if (o = e.md.helpers.parseLinkTitle(e.src, y, e.posMax), y < p && d !== y && o.ok)
|
|
2240
|
+
for (r = o.str, y = o.pos; y < p && (c = e.src.charCodeAt(y), !(!Z(c) && c !== 10)); y++)
|
|
2239
2241
|
;
|
|
2240
2242
|
}
|
|
2241
|
-
(
|
|
2243
|
+
(y >= p || e.src.charCodeAt(y) !== 41) && (h = !0), y++;
|
|
2242
2244
|
}
|
|
2243
2245
|
if (h) {
|
|
2244
2246
|
if (typeof e.env.references > "u")
|
|
2245
2247
|
return !1;
|
|
2246
|
-
if (
|
|
2248
|
+
if (y < p && e.src.charCodeAt(y) === 91 ? (d = y + 1, y = e.md.helpers.parseLinkLabel(e, y), y >= 0 ? n = e.src.slice(d, y++) : y = k + 1) : y = k + 1, n || (n = e.src.slice(f, k)), i = e.env.references[_x(n)], !i)
|
|
2247
2249
|
return e.pos = s, !1;
|
|
2248
2250
|
u = i.href, r = i.title;
|
|
2249
2251
|
}
|
|
@@ -2252,17 +2254,17 @@ function Jw(e, a) {
|
|
|
2252
2254
|
const b = e.push("link_open", "a", 1), A = [["href", u]];
|
|
2253
2255
|
b.attrs = A, r && A.push(["title", r]), e.linkLevel++, e.md.inline.tokenize(e), e.linkLevel--, e.push("link_close", "a", -1);
|
|
2254
2256
|
}
|
|
2255
|
-
return e.pos =
|
|
2257
|
+
return e.pos = y, e.posMax = p, !0;
|
|
2256
2258
|
}
|
|
2257
|
-
function
|
|
2259
|
+
function eC(e, a) {
|
|
2258
2260
|
let c, n, o, i, u, r, d, h, s = "";
|
|
2259
|
-
const
|
|
2261
|
+
const p = e.pos, f = e.posMax;
|
|
2260
2262
|
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91)
|
|
2261
2263
|
return !1;
|
|
2262
|
-
const k = e.pos + 2,
|
|
2263
|
-
if (
|
|
2264
|
+
const k = e.pos + 2, y = e.md.helpers.parseLinkLabel(e, e.pos + 1, !1);
|
|
2265
|
+
if (y < 0)
|
|
2264
2266
|
return !1;
|
|
2265
|
-
if (i =
|
|
2267
|
+
if (i = y + 1, i < f && e.src.charCodeAt(i) === 40) {
|
|
2266
2268
|
for (i++; i < f && (c = e.src.charCodeAt(i), !(!Z(c) && c !== 10)); i++)
|
|
2267
2269
|
;
|
|
2268
2270
|
if (i >= f)
|
|
@@ -2275,17 +2277,17 @@ function Qw(e, a) {
|
|
|
2275
2277
|
else
|
|
2276
2278
|
d = "";
|
|
2277
2279
|
if (i >= f || e.src.charCodeAt(i) !== 41)
|
|
2278
|
-
return e.pos =
|
|
2280
|
+
return e.pos = p, !1;
|
|
2279
2281
|
i++;
|
|
2280
2282
|
} else {
|
|
2281
2283
|
if (typeof e.env.references > "u")
|
|
2282
2284
|
return !1;
|
|
2283
|
-
if (i < f && e.src.charCodeAt(i) === 91 ? (h = i + 1, i = e.md.helpers.parseLinkLabel(e, i), i >= 0 ? o = e.src.slice(h, i++) : i =
|
|
2284
|
-
return e.pos =
|
|
2285
|
+
if (i < f && e.src.charCodeAt(i) === 91 ? (h = i + 1, i = e.md.helpers.parseLinkLabel(e, i), i >= 0 ? o = e.src.slice(h, i++) : i = y + 1) : i = y + 1, o || (o = e.src.slice(k, y)), u = e.env.references[_x(o)], !u)
|
|
2286
|
+
return e.pos = p, !1;
|
|
2285
2287
|
s = u.href, d = u.title;
|
|
2286
2288
|
}
|
|
2287
2289
|
if (!a) {
|
|
2288
|
-
n = e.src.slice(k,
|
|
2290
|
+
n = e.src.slice(k, y);
|
|
2289
2291
|
const b = [];
|
|
2290
2292
|
e.md.inline.parse(
|
|
2291
2293
|
n,
|
|
@@ -2298,8 +2300,8 @@ function Qw(e, a) {
|
|
|
2298
2300
|
}
|
|
2299
2301
|
return e.pos = i, e.posMax = f, !0;
|
|
2300
2302
|
}
|
|
2301
|
-
const
|
|
2302
|
-
function
|
|
2303
|
+
const tC = /^([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])?)*)$/, aC = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
2304
|
+
function cC(e, a) {
|
|
2303
2305
|
let c = e.pos;
|
|
2304
2306
|
if (e.src.charCodeAt(c) !== 60)
|
|
2305
2307
|
return !1;
|
|
@@ -2311,7 +2313,7 @@ function tC(e, a) {
|
|
|
2311
2313
|
if (u === 62) break;
|
|
2312
2314
|
}
|
|
2313
2315
|
const i = e.src.slice(n + 1, c);
|
|
2314
|
-
if (
|
|
2316
|
+
if (aC.test(i)) {
|
|
2315
2317
|
const u = e.md.normalizeLink(i);
|
|
2316
2318
|
if (!e.md.validateLink(u))
|
|
2317
2319
|
return !1;
|
|
@@ -2325,7 +2327,7 @@ function tC(e, a) {
|
|
|
2325
2327
|
}
|
|
2326
2328
|
return e.pos += i.length + 2, !0;
|
|
2327
2329
|
}
|
|
2328
|
-
if (
|
|
2330
|
+
if (tC.test(i)) {
|
|
2329
2331
|
const u = e.md.normalizeLink("mailto:" + i);
|
|
2330
2332
|
if (!e.md.validateLink(u))
|
|
2331
2333
|
return !1;
|
|
@@ -2341,40 +2343,40 @@ function tC(e, a) {
|
|
|
2341
2343
|
}
|
|
2342
2344
|
return !1;
|
|
2343
2345
|
}
|
|
2344
|
-
function
|
|
2346
|
+
function nC(e) {
|
|
2345
2347
|
return /^<a[>\s]/i.test(e);
|
|
2346
2348
|
}
|
|
2347
|
-
function
|
|
2349
|
+
function oC(e) {
|
|
2348
2350
|
return /^<\/a\s*>/i.test(e);
|
|
2349
2351
|
}
|
|
2350
|
-
function
|
|
2352
|
+
function iC(e) {
|
|
2351
2353
|
const a = e | 32;
|
|
2352
2354
|
return a >= 97 && a <= 122;
|
|
2353
2355
|
}
|
|
2354
|
-
function
|
|
2356
|
+
function rC(e, a) {
|
|
2355
2357
|
if (!e.md.options.html)
|
|
2356
2358
|
return !1;
|
|
2357
2359
|
const c = e.posMax, n = e.pos;
|
|
2358
2360
|
if (e.src.charCodeAt(n) !== 60 || n + 2 >= c)
|
|
2359
2361
|
return !1;
|
|
2360
2362
|
const o = e.src.charCodeAt(n + 1);
|
|
2361
|
-
if (o !== 33 && o !== 63 && o !== 47 && !
|
|
2363
|
+
if (o !== 33 && o !== 63 && o !== 47 && !iC(o))
|
|
2362
2364
|
return !1;
|
|
2363
|
-
const i = e.src.slice(n).match(
|
|
2365
|
+
const i = e.src.slice(n).match(Pw);
|
|
2364
2366
|
if (!i)
|
|
2365
2367
|
return !1;
|
|
2366
2368
|
if (!a) {
|
|
2367
2369
|
const u = e.push("html_inline", "", 0);
|
|
2368
|
-
u.content = i[0],
|
|
2370
|
+
u.content = i[0], nC(u.content) && e.linkLevel++, oC(u.content) && e.linkLevel--;
|
|
2369
2371
|
}
|
|
2370
2372
|
return e.pos += i[0].length, !0;
|
|
2371
2373
|
}
|
|
2372
|
-
const
|
|
2373
|
-
function
|
|
2374
|
+
const uC = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, dC = /^&([a-z][a-z0-9]{1,31});/i;
|
|
2375
|
+
function hC(e, a) {
|
|
2374
2376
|
const c = e.pos, n = e.posMax;
|
|
2375
2377
|
if (e.src.charCodeAt(c) !== 38 || c + 1 >= n) return !1;
|
|
2376
2378
|
if (e.src.charCodeAt(c + 1) === 35) {
|
|
2377
|
-
const i = e.src.slice(c).match(
|
|
2379
|
+
const i = e.src.slice(c).match(uC);
|
|
2378
2380
|
if (i) {
|
|
2379
2381
|
if (!a) {
|
|
2380
2382
|
const u = i[1][0].toLowerCase() === "x" ? parseInt(i[1].slice(1), 16) : parseInt(i[1], 10), r = e.push("text_special", "", 0);
|
|
@@ -2383,7 +2385,7 @@ function uC(e, a) {
|
|
|
2383
2385
|
return e.pos += i[0].length, !0;
|
|
2384
2386
|
}
|
|
2385
2387
|
} else {
|
|
2386
|
-
const i = e.src.slice(c).match(
|
|
2388
|
+
const i = e.src.slice(c).match(dC);
|
|
2387
2389
|
if (i) {
|
|
2388
2390
|
const u = kI(i[0]);
|
|
2389
2391
|
if (u !== i[0]) {
|
|
@@ -2409,12 +2411,12 @@ function Vb(e) {
|
|
|
2409
2411
|
const d = a[r.marker][(r.open ? 3 : 0) + r.length % 3];
|
|
2410
2412
|
let h = n - i[n] - 1, s = h;
|
|
2411
2413
|
for (; h > d; h -= i[h] + 1) {
|
|
2412
|
-
const
|
|
2413
|
-
if (
|
|
2414
|
+
const p = e[h];
|
|
2415
|
+
if (p.marker === r.marker && p.open && p.end < 0) {
|
|
2414
2416
|
let f = !1;
|
|
2415
|
-
if ((
|
|
2417
|
+
if ((p.close || r.open) && (p.length + r.length) % 3 === 0 && (p.length % 3 !== 0 || r.length % 3 !== 0) && (f = !0), !f) {
|
|
2416
2418
|
const k = h > 0 && !e[h - 1].open ? i[h - 1] + 1 : 0;
|
|
2417
|
-
i[u] = u - h + k, i[h] = k, r.open = !1,
|
|
2419
|
+
i[u] = u - h + k, i[h] = k, r.open = !1, p.end = u, p.close = !1, s = -1, o = -2;
|
|
2418
2420
|
break;
|
|
2419
2421
|
}
|
|
2420
2422
|
}
|
|
@@ -2422,13 +2424,13 @@ function Vb(e) {
|
|
|
2422
2424
|
s !== -1 && (a[r.marker][(r.open ? 3 : 0) + (r.length || 0) % 3] = s);
|
|
2423
2425
|
}
|
|
2424
2426
|
}
|
|
2425
|
-
function
|
|
2427
|
+
function lC(e) {
|
|
2426
2428
|
const a = e.tokens_meta, c = e.tokens_meta.length;
|
|
2427
2429
|
Vb(e.delimiters);
|
|
2428
2430
|
for (let n = 0; n < c; n++)
|
|
2429
2431
|
a[n] && a[n].delimiters && Vb(a[n].delimiters);
|
|
2430
2432
|
}
|
|
2431
|
-
function
|
|
2433
|
+
function sC(e) {
|
|
2432
2434
|
let a, c, n = 0;
|
|
2433
2435
|
const o = e.tokens, i = e.tokens.length;
|
|
2434
2436
|
for (a = c = 0; a < i; a++)
|
|
@@ -2436,25 +2438,25 @@ function hC(e) {
|
|
|
2436
2438
|
a !== c && (o.length = c);
|
|
2437
2439
|
}
|
|
2438
2440
|
const Nx = [
|
|
2439
|
-
["text",
|
|
2440
|
-
["linkify",
|
|
2441
|
-
["newline",
|
|
2442
|
-
["escape",
|
|
2443
|
-
["backticks",
|
|
2441
|
+
["text", Nw],
|
|
2442
|
+
["linkify", Zw],
|
|
2443
|
+
["newline", Gw],
|
|
2444
|
+
["escape", Ww],
|
|
2445
|
+
["backticks", $w],
|
|
2444
2446
|
["strikethrough", II.tokenize],
|
|
2445
2447
|
["emphasis", vI.tokenize],
|
|
2446
|
-
["link",
|
|
2447
|
-
["image",
|
|
2448
|
-
["autolink",
|
|
2449
|
-
["html_inline",
|
|
2450
|
-
["entity",
|
|
2448
|
+
["link", Yw],
|
|
2449
|
+
["image", eC],
|
|
2450
|
+
["autolink", cC],
|
|
2451
|
+
["html_inline", rC],
|
|
2452
|
+
["entity", hC]
|
|
2451
2453
|
], Ux = [
|
|
2452
|
-
["balance_pairs",
|
|
2454
|
+
["balance_pairs", lC],
|
|
2453
2455
|
["strikethrough", II.postProcess],
|
|
2454
2456
|
["emphasis", vI.postProcess],
|
|
2455
2457
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
2456
2458
|
// rule below merges unused segments back with the rest of the text
|
|
2457
|
-
["fragments_join",
|
|
2459
|
+
["fragments_join", sC]
|
|
2458
2460
|
];
|
|
2459
2461
|
function Yt() {
|
|
2460
2462
|
this.ruler = new he();
|
|
@@ -2512,7 +2514,7 @@ Yt.prototype.parse = function(e, a, c, n) {
|
|
|
2512
2514
|
i[r](o);
|
|
2513
2515
|
};
|
|
2514
2516
|
Yt.prototype.State = Qt;
|
|
2515
|
-
function
|
|
2517
|
+
function yC(e) {
|
|
2516
2518
|
const a = {};
|
|
2517
2519
|
e = e || {}, a.src_Any = hI.source, a.src_Cc = lI.source, a.src_Z = yI.source, a.src_P = nb.source, a.src_ZPCc = [a.src_Z, a.src_P, a.src_Cc].join("|"), a.src_ZCc = [a.src_Z, a.src_Cc].join("|");
|
|
2518
2520
|
const c = "[><|]";
|
|
@@ -2534,19 +2536,19 @@ function Qx(e) {
|
|
|
2534
2536
|
function Dx(e) {
|
|
2535
2537
|
return Object.prototype.toString.call(e);
|
|
2536
2538
|
}
|
|
2537
|
-
function
|
|
2539
|
+
function pC(e) {
|
|
2538
2540
|
return Dx(e) === "[object String]";
|
|
2539
2541
|
}
|
|
2540
|
-
function
|
|
2542
|
+
function kC(e) {
|
|
2541
2543
|
return Dx(e) === "[object Object]";
|
|
2542
2544
|
}
|
|
2543
|
-
function
|
|
2545
|
+
function fC(e) {
|
|
2544
2546
|
return Dx(e) === "[object RegExp]";
|
|
2545
2547
|
}
|
|
2546
2548
|
function jb(e) {
|
|
2547
2549
|
return Dx(e) === "[object Function]";
|
|
2548
2550
|
}
|
|
2549
|
-
function
|
|
2551
|
+
function MC(e) {
|
|
2550
2552
|
return e.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
2551
2553
|
}
|
|
2552
2554
|
const LI = {
|
|
@@ -2554,12 +2556,12 @@ const LI = {
|
|
|
2554
2556
|
fuzzyEmail: !0,
|
|
2555
2557
|
fuzzyIP: !1
|
|
2556
2558
|
};
|
|
2557
|
-
function
|
|
2559
|
+
function gC(e) {
|
|
2558
2560
|
return Object.keys(e || {}).reduce(function(a, c) {
|
|
2559
2561
|
return a || LI.hasOwnProperty(c);
|
|
2560
2562
|
}, !1);
|
|
2561
2563
|
}
|
|
2562
|
-
const
|
|
2564
|
+
const mC = {
|
|
2563
2565
|
"http:": {
|
|
2564
2566
|
validate: function(e, a, c) {
|
|
2565
2567
|
const n = e.slice(a);
|
|
@@ -2591,11 +2593,11 @@ const MC = {
|
|
|
2591
2593
|
)), c.re.mailto.test(n) ? n.match(c.re.mailto)[0].length : 0;
|
|
2592
2594
|
}
|
|
2593
2595
|
}
|
|
2594
|
-
},
|
|
2595
|
-
function
|
|
2596
|
+
}, xC = "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]", bC = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
2597
|
+
function IC(e) {
|
|
2596
2598
|
e.__index__ = -1, e.__text_cache__ = "";
|
|
2597
2599
|
}
|
|
2598
|
-
function
|
|
2600
|
+
function vC(e) {
|
|
2599
2601
|
return function(a, c) {
|
|
2600
2602
|
const n = a.slice(c);
|
|
2601
2603
|
return e.test(n) ? n.match(e)[0].length : 0;
|
|
@@ -2607,8 +2609,8 @@ function Ob() {
|
|
|
2607
2609
|
};
|
|
2608
2610
|
}
|
|
2609
2611
|
function Cx(e) {
|
|
2610
|
-
const a = e.re =
|
|
2611
|
-
e.onCompile(), e.__tlds_replaced__ || c.push(
|
|
2612
|
+
const a = e.re = yC(e.__opts__), c = e.__tlds__.slice();
|
|
2613
|
+
e.onCompile(), e.__tlds_replaced__ || c.push(xC), c.push(a.src_xn), a.src_tlds = c.join("|");
|
|
2612
2614
|
function n(r) {
|
|
2613
2615
|
return r.replace("%TLDS%", a.src_tlds);
|
|
2614
2616
|
}
|
|
@@ -2623,11 +2625,11 @@ function Cx(e) {
|
|
|
2623
2625
|
if (d === null)
|
|
2624
2626
|
return;
|
|
2625
2627
|
const h = { validate: null, link: null };
|
|
2626
|
-
if (e.__compiled__[r] = h,
|
|
2627
|
-
|
|
2628
|
+
if (e.__compiled__[r] = h, kC(d)) {
|
|
2629
|
+
fC(d.validate) ? h.validate = vC(d.validate) : jb(d.validate) ? h.validate = d.validate : i(r, d), jb(d.normalize) ? h.normalize = d.normalize : d.normalize ? i(r, d) : h.normalize = Ob();
|
|
2628
2630
|
return;
|
|
2629
2631
|
}
|
|
2630
|
-
if (
|
|
2632
|
+
if (pC(d)) {
|
|
2631
2633
|
o.push(r);
|
|
2632
2634
|
return;
|
|
2633
2635
|
}
|
|
@@ -2637,24 +2639,24 @@ function Cx(e) {
|
|
|
2637
2639
|
}), e.__compiled__[""] = { validate: null, normalize: Ob() };
|
|
2638
2640
|
const u = Object.keys(e.__compiled__).filter(function(r) {
|
|
2639
2641
|
return r.length > 0 && e.__compiled__[r];
|
|
2640
|
-
}).map(
|
|
2642
|
+
}).map(MC).join("|");
|
|
2641
2643
|
e.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + a.src_ZPCc + "))(" + u + ")", "i"), e.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + a.src_ZPCc + "))(" + u + ")", "ig"), e.re.schema_at_start = RegExp("^" + e.re.schema_search.source, "i"), e.re.pretest = RegExp(
|
|
2642
2644
|
"(" + e.re.schema_test.source + ")|(" + e.re.host_fuzzy_test.source + ")|@",
|
|
2643
2645
|
"i"
|
|
2644
|
-
),
|
|
2646
|
+
), IC(e);
|
|
2645
2647
|
}
|
|
2646
|
-
function
|
|
2648
|
+
function LC(e, a) {
|
|
2647
2649
|
const c = e.__index__, n = e.__last_index__, o = e.__text_cache__.slice(c, n);
|
|
2648
2650
|
this.schema = e.__schema__.toLowerCase(), this.index = c + a, this.lastIndex = n + a, this.raw = o, this.text = o, this.url = o;
|
|
2649
2651
|
}
|
|
2650
2652
|
function Yx(e, a) {
|
|
2651
|
-
const c = new
|
|
2653
|
+
const c = new LC(e, a);
|
|
2652
2654
|
return e.__compiled__[c.schema].normalize(c, e), c;
|
|
2653
2655
|
}
|
|
2654
2656
|
function ke(e, a) {
|
|
2655
2657
|
if (!(this instanceof ke))
|
|
2656
2658
|
return new ke(e, a);
|
|
2657
|
-
a ||
|
|
2659
|
+
a || gC(e) && (a = e, e = {}), this.__opts__ = Qx({}, LI, a), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = Qx({}, mC, e), this.__compiled__ = {}, this.__tlds__ = bC, this.__tlds_replaced__ = !1, this.re = {}, Cx(this);
|
|
2658
2660
|
}
|
|
2659
2661
|
ke.prototype.add = function(a, c) {
|
|
2660
2662
|
return this.__schemas__[a] = c, Cx(this), this;
|
|
@@ -2707,15 +2709,15 @@ ke.prototype.normalize = function(a) {
|
|
|
2707
2709
|
};
|
|
2708
2710
|
ke.prototype.onCompile = function() {
|
|
2709
2711
|
};
|
|
2710
|
-
const Ft = 2147483647, qe = 36, db = 1, Wt = 26,
|
|
2712
|
+
const Ft = 2147483647, qe = 36, db = 1, Wt = 26, wC = 38, CC = 700, wI = 72, CI = 128, SI = "-", SC = /^xn--/, AC = /[^\0-\x7F]/, _C = /[\x2E\u3002\uFF0E\uFF61]/g, qC = {
|
|
2711
2713
|
overflow: "Overflow: input needs wider integers to process",
|
|
2712
2714
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
2713
2715
|
"invalid-input": "Invalid input"
|
|
2714
2716
|
}, Zx = qe - db, De = Math.floor, Gx = String.fromCharCode;
|
|
2715
2717
|
function Re(e) {
|
|
2716
|
-
throw new RangeError(
|
|
2718
|
+
throw new RangeError(qC[e]);
|
|
2717
2719
|
}
|
|
2718
|
-
function
|
|
2720
|
+
function DC(e, a) {
|
|
2719
2721
|
const c = [];
|
|
2720
2722
|
let n = e.length;
|
|
2721
2723
|
for (; n--; )
|
|
@@ -2725,8 +2727,8 @@ function _C(e, a) {
|
|
|
2725
2727
|
function AI(e, a) {
|
|
2726
2728
|
const c = e.split("@");
|
|
2727
2729
|
let n = "";
|
|
2728
|
-
c.length > 1 && (n = c[0] + "@", e = c[1]), e = e.replace(
|
|
2729
|
-
const o = e.split("."), i =
|
|
2730
|
+
c.length > 1 && (n = c[0] + "@", e = c[1]), e = e.replace(_C, ".");
|
|
2731
|
+
const o = e.split("."), i = DC(o, a).join(".");
|
|
2730
2732
|
return n + i;
|
|
2731
2733
|
}
|
|
2732
2734
|
function _I(e) {
|
|
@@ -2743,15 +2745,15 @@ function _I(e) {
|
|
|
2743
2745
|
}
|
|
2744
2746
|
return a;
|
|
2745
2747
|
}
|
|
2746
|
-
const
|
|
2748
|
+
const zC = (e) => String.fromCodePoint(...e), EC = function(e) {
|
|
2747
2749
|
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 : qe;
|
|
2748
2750
|
}, Nb = function(e, a) {
|
|
2749
2751
|
return e + 22 + 75 * (e < 26) - ((a != 0) << 5);
|
|
2750
2752
|
}, qI = function(e, a, c) {
|
|
2751
2753
|
let n = 0;
|
|
2752
|
-
for (e = c ? De(e /
|
|
2754
|
+
for (e = c ? De(e / CC) : e >> 1, e += De(e / a); e > Zx * Wt >> 1; n += qe)
|
|
2753
2755
|
e = De(e / Zx);
|
|
2754
|
-
return De(n + (Zx + 1) * e / (e +
|
|
2756
|
+
return De(n + (Zx + 1) * e / (e + wC));
|
|
2755
2757
|
}, DI = function(e) {
|
|
2756
2758
|
const a = [], c = e.length;
|
|
2757
2759
|
let n = 0, o = CI, i = wI, u = e.lastIndexOf(SI);
|
|
@@ -2760,15 +2762,15 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
2760
2762
|
e.charCodeAt(r) >= 128 && Re("not-basic"), a.push(e.charCodeAt(r));
|
|
2761
2763
|
for (let r = u > 0 ? u + 1 : 0; r < c; ) {
|
|
2762
2764
|
const d = n;
|
|
2763
|
-
for (let s = 1,
|
|
2765
|
+
for (let s = 1, p = qe; ; p += qe) {
|
|
2764
2766
|
r >= c && Re("invalid-input");
|
|
2765
|
-
const f =
|
|
2767
|
+
const f = EC(e.charCodeAt(r++));
|
|
2766
2768
|
f >= qe && Re("invalid-input"), f > De((Ft - n) / s) && Re("overflow"), n += f * s;
|
|
2767
|
-
const k =
|
|
2769
|
+
const k = p <= i ? db : p >= i + Wt ? Wt : p - i;
|
|
2768
2770
|
if (f < k)
|
|
2769
2771
|
break;
|
|
2770
|
-
const
|
|
2771
|
-
s > De(Ft /
|
|
2772
|
+
const y = qe - k;
|
|
2773
|
+
s > De(Ft / y) && Re("overflow"), s *= y;
|
|
2772
2774
|
}
|
|
2773
2775
|
const h = a.length + 1;
|
|
2774
2776
|
i = qI(n - d, h, d == 0), De(n / h) > Ft - o && Re("overflow"), o += De(n / h), n %= h, a.splice(n++, 0, o);
|
|
@@ -2791,28 +2793,28 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
2791
2793
|
d - n > De((Ft - o) / h) && Re("overflow"), o += (d - n) * h, n = d;
|
|
2792
2794
|
for (const s of e)
|
|
2793
2795
|
if (s < n && ++o > Ft && Re("overflow"), s === n) {
|
|
2794
|
-
let
|
|
2796
|
+
let p = o;
|
|
2795
2797
|
for (let f = qe; ; f += qe) {
|
|
2796
2798
|
const k = f <= i ? db : f >= i + Wt ? Wt : f - i;
|
|
2797
|
-
if (
|
|
2799
|
+
if (p < k)
|
|
2798
2800
|
break;
|
|
2799
|
-
const
|
|
2801
|
+
const y = p - k, b = qe - k;
|
|
2800
2802
|
a.push(
|
|
2801
|
-
Gx(Nb(k +
|
|
2802
|
-
),
|
|
2803
|
+
Gx(Nb(k + y % b, 0))
|
|
2804
|
+
), p = De(y / b);
|
|
2803
2805
|
}
|
|
2804
|
-
a.push(Gx(Nb(
|
|
2806
|
+
a.push(Gx(Nb(p, 0))), i = qI(o, h, r === u), o = 0, ++r;
|
|
2805
2807
|
}
|
|
2806
2808
|
++o, ++n;
|
|
2807
2809
|
}
|
|
2808
2810
|
return a.join("");
|
|
2809
|
-
},
|
|
2811
|
+
}, HC = function(e) {
|
|
2810
2812
|
return AI(e, function(a) {
|
|
2811
|
-
return
|
|
2813
|
+
return SC.test(a) ? DI(a.slice(4).toLowerCase()) : a;
|
|
2812
2814
|
});
|
|
2813
|
-
},
|
|
2815
|
+
}, FC = function(e) {
|
|
2814
2816
|
return AI(e, function(a) {
|
|
2815
|
-
return
|
|
2817
|
+
return AC.test(a) ? "xn--" + zI(a) : a;
|
|
2816
2818
|
});
|
|
2817
2819
|
}, EI = {
|
|
2818
2820
|
/**
|
|
@@ -2830,13 +2832,13 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
2830
2832
|
*/
|
|
2831
2833
|
ucs2: {
|
|
2832
2834
|
decode: _I,
|
|
2833
|
-
encode:
|
|
2835
|
+
encode: zC
|
|
2834
2836
|
},
|
|
2835
2837
|
decode: DI,
|
|
2836
2838
|
encode: zI,
|
|
2837
|
-
toASCII:
|
|
2838
|
-
toUnicode:
|
|
2839
|
-
},
|
|
2839
|
+
toASCII: FC,
|
|
2840
|
+
toUnicode: HC
|
|
2841
|
+
}, PC = {
|
|
2840
2842
|
options: {
|
|
2841
2843
|
// Enable HTML tags in source
|
|
2842
2844
|
html: !1,
|
|
@@ -2872,7 +2874,7 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
2872
2874
|
block: {},
|
|
2873
2875
|
inline: {}
|
|
2874
2876
|
}
|
|
2875
|
-
},
|
|
2877
|
+
}, TC = {
|
|
2876
2878
|
options: {
|
|
2877
2879
|
// Enable HTML tags in source
|
|
2878
2880
|
html: !1,
|
|
@@ -2927,7 +2929,7 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
2927
2929
|
]
|
|
2928
2930
|
}
|
|
2929
2931
|
}
|
|
2930
|
-
},
|
|
2932
|
+
}, BC = {
|
|
2931
2933
|
options: {
|
|
2932
2934
|
// Enable HTML tags in source
|
|
2933
2935
|
html: !0,
|
|
@@ -3001,17 +3003,17 @@ const qC = (e) => String.fromCodePoint(...e), DC = function(e) {
|
|
|
3001
3003
|
]
|
|
3002
3004
|
}
|
|
3003
3005
|
}
|
|
3004
|
-
},
|
|
3005
|
-
default:
|
|
3006
|
-
zero:
|
|
3007
|
-
commonmark:
|
|
3008
|
-
},
|
|
3009
|
-
function
|
|
3006
|
+
}, RC = {
|
|
3007
|
+
default: PC,
|
|
3008
|
+
zero: TC,
|
|
3009
|
+
commonmark: BC
|
|
3010
|
+
}, VC = /^(vbscript|javascript|file|data):/, jC = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3011
|
+
function OC(e) {
|
|
3010
3012
|
const a = e.trim().toLowerCase();
|
|
3011
|
-
return
|
|
3013
|
+
return VC.test(a) ? jC.test(a) : !0;
|
|
3012
3014
|
}
|
|
3013
3015
|
const HI = ["http:", "https:", "mailto:"];
|
|
3014
|
-
function
|
|
3016
|
+
function NC(e) {
|
|
3015
3017
|
const a = cb(e, !0);
|
|
3016
3018
|
if (a.hostname && (!a.protocol || HI.indexOf(a.protocol) >= 0))
|
|
3017
3019
|
try {
|
|
@@ -3020,7 +3022,7 @@ function jC(e) {
|
|
|
3020
3022
|
}
|
|
3021
3023
|
return Jt(ab(a));
|
|
3022
3024
|
}
|
|
3023
|
-
function
|
|
3025
|
+
function UC(e) {
|
|
3024
3026
|
const a = cb(e, !0);
|
|
3025
3027
|
if (a.hostname && (!a.protocol || HI.indexOf(a.protocol) >= 0))
|
|
3026
3028
|
try {
|
|
@@ -3032,7 +3034,7 @@ function OC(e) {
|
|
|
3032
3034
|
function xe(e, a) {
|
|
3033
3035
|
if (!(this instanceof xe))
|
|
3034
3036
|
return new xe(e, a);
|
|
3035
|
-
a || ob(e) || (a = e || {}, e = "default"), this.inline = new Yt(), this.block = new qx(), this.core = new rb(), this.renderer = new Vt(), this.linkify = new ke(), this.validateLink =
|
|
3037
|
+
a || ob(e) || (a = e || {}, e = "default"), this.inline = new Yt(), this.block = new qx(), this.core = new rb(), this.renderer = new Vt(), this.linkify = new ke(), this.validateLink = OC, this.normalizeLink = NC, this.normalizeLinkText = UC, this.utils = GL, this.helpers = Ax({}, KL), this.options = {}, this.configure(e), a && this.set(a);
|
|
3036
3038
|
}
|
|
3037
3039
|
xe.prototype.set = function(e) {
|
|
3038
3040
|
return Ax(this.options, e), this;
|
|
@@ -3041,7 +3043,7 @@ xe.prototype.configure = function(e) {
|
|
|
3041
3043
|
const a = this;
|
|
3042
3044
|
if (ob(e)) {
|
|
3043
3045
|
const c = e;
|
|
3044
|
-
if (e =
|
|
3046
|
+
if (e = RC[c], !e)
|
|
3045
3047
|
throw new Error('Wrong `markdown-it` preset "' + c + '", check name');
|
|
3046
3048
|
}
|
|
3047
3049
|
if (!e)
|
|
@@ -3094,11 +3096,11 @@ xe.prototype.parseInline = function(e, a) {
|
|
|
3094
3096
|
xe.prototype.renderInline = function(e, a) {
|
|
3095
3097
|
return a = a || {}, this.renderer.render(this.parseInline(e, a), this.options, a);
|
|
3096
3098
|
};
|
|
3097
|
-
function
|
|
3099
|
+
function ZC(e) {
|
|
3098
3100
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3099
3101
|
}
|
|
3100
3102
|
var Wx, Ub;
|
|
3101
|
-
function
|
|
3103
|
+
function GC() {
|
|
3102
3104
|
if (Ub) return Wx;
|
|
3103
3105
|
Ub = 1;
|
|
3104
3106
|
function e(l) {
|
|
@@ -3289,7 +3291,7 @@ function UC() {
|
|
|
3289
3291
|
return this.closeAllNodes(), !0;
|
|
3290
3292
|
}
|
|
3291
3293
|
}
|
|
3292
|
-
function
|
|
3294
|
+
function p(l) {
|
|
3293
3295
|
return l ? typeof l == "string" ? l : l.source : null;
|
|
3294
3296
|
}
|
|
3295
3297
|
function f(l) {
|
|
@@ -3298,18 +3300,18 @@ function UC() {
|
|
|
3298
3300
|
function k(l) {
|
|
3299
3301
|
return b("(?:", l, ")*");
|
|
3300
3302
|
}
|
|
3301
|
-
function
|
|
3303
|
+
function y(l) {
|
|
3302
3304
|
return b("(?:", l, ")?");
|
|
3303
3305
|
}
|
|
3304
3306
|
function b(...l) {
|
|
3305
|
-
return l.map((m) =>
|
|
3307
|
+
return l.map((m) => p(m)).join("");
|
|
3306
3308
|
}
|
|
3307
3309
|
function A(l) {
|
|
3308
3310
|
const M = l[l.length - 1];
|
|
3309
3311
|
return typeof M == "object" && M.constructor === Object ? (l.splice(l.length - 1, 1), M) : {};
|
|
3310
3312
|
}
|
|
3311
3313
|
function q(...l) {
|
|
3312
|
-
return "(" + (A(l).capture ? "" : "?:") + l.map((H) =>
|
|
3314
|
+
return "(" + (A(l).capture ? "" : "?:") + l.map((H) => p(H)).join("|") + ")";
|
|
3313
3315
|
}
|
|
3314
3316
|
function x(l) {
|
|
3315
3317
|
return new RegExp(l.toString() + "|").exec("").length - 1;
|
|
@@ -3324,7 +3326,7 @@ function UC() {
|
|
|
3324
3326
|
return l.map((H) => {
|
|
3325
3327
|
m += 1;
|
|
3326
3328
|
const $ = m;
|
|
3327
|
-
let X =
|
|
3329
|
+
let X = p(H), S = "";
|
|
3328
3330
|
for (; X.length > 0; ) {
|
|
3329
3331
|
const L = v.exec(X);
|
|
3330
3332
|
if (!L) {
|
|
@@ -3444,11 +3446,11 @@ function UC() {
|
|
|
3444
3446
|
scope: "number",
|
|
3445
3447
|
begin: fe,
|
|
3446
3448
|
relevance: 0
|
|
3447
|
-
},
|
|
3449
|
+
}, rv = {
|
|
3448
3450
|
scope: "number",
|
|
3449
3451
|
begin: we,
|
|
3450
3452
|
relevance: 0
|
|
3451
|
-
},
|
|
3453
|
+
}, uv = {
|
|
3452
3454
|
scope: "regexp",
|
|
3453
3455
|
begin: /\/(?=[^/\n]*\/)/,
|
|
3454
3456
|
end: /\/[gimuy]*/,
|
|
@@ -3461,15 +3463,15 @@ function UC() {
|
|
|
3461
3463
|
contains: [Me]
|
|
3462
3464
|
}
|
|
3463
3465
|
]
|
|
3464
|
-
},
|
|
3466
|
+
}, dv = {
|
|
3465
3467
|
scope: "title",
|
|
3466
3468
|
begin: G,
|
|
3467
3469
|
relevance: 0
|
|
3468
|
-
},
|
|
3470
|
+
}, hv = {
|
|
3469
3471
|
scope: "title",
|
|
3470
3472
|
begin: W,
|
|
3471
3473
|
relevance: 0
|
|
3472
|
-
},
|
|
3474
|
+
}, lv = {
|
|
3473
3475
|
// excludes method names from keyword processing
|
|
3474
3476
|
begin: "\\.\\s*" + W,
|
|
3475
3477
|
relevance: 0
|
|
@@ -3478,7 +3480,7 @@ function UC() {
|
|
|
3478
3480
|
__proto__: null,
|
|
3479
3481
|
APOS_STRING_MODE: ge,
|
|
3480
3482
|
BACKSLASH_ESCAPE: Me,
|
|
3481
|
-
BINARY_NUMBER_MODE:
|
|
3483
|
+
BINARY_NUMBER_MODE: rv,
|
|
3482
3484
|
BINARY_NUMBER_RE: we,
|
|
3483
3485
|
COMMENT: R,
|
|
3484
3486
|
C_BLOCK_COMMENT_MODE: le,
|
|
@@ -3503,40 +3505,40 @@ function UC() {
|
|
|
3503
3505
|
HASH_COMMENT_MODE: Ie,
|
|
3504
3506
|
IDENT_RE: G,
|
|
3505
3507
|
MATCH_NOTHING_RE: z,
|
|
3506
|
-
METHOD_GUARD:
|
|
3508
|
+
METHOD_GUARD: lv,
|
|
3507
3509
|
NUMBER_MODE: Fe,
|
|
3508
3510
|
NUMBER_RE: oe,
|
|
3509
3511
|
PHRASAL_WORDS_MODE: jt,
|
|
3510
3512
|
QUOTE_STRING_MODE: He,
|
|
3511
|
-
REGEXP_MODE:
|
|
3513
|
+
REGEXP_MODE: uv,
|
|
3512
3514
|
RE_STARTERS_RE: Ge,
|
|
3513
3515
|
SHEBANG: We,
|
|
3514
|
-
TITLE_MODE:
|
|
3516
|
+
TITLE_MODE: dv,
|
|
3515
3517
|
UNDERSCORE_IDENT_RE: W,
|
|
3516
|
-
UNDERSCORE_TITLE_MODE:
|
|
3518
|
+
UNDERSCORE_TITLE_MODE: hv
|
|
3517
3519
|
});
|
|
3518
|
-
function lv(l, M) {
|
|
3519
|
-
l.input[l.index - 1] === "." && M.ignoreMatch();
|
|
3520
|
-
}
|
|
3521
3520
|
function sv(l, M) {
|
|
3522
|
-
l.
|
|
3521
|
+
l.input[l.index - 1] === "." && M.ignoreMatch();
|
|
3523
3522
|
}
|
|
3524
3523
|
function yv(l, M) {
|
|
3525
|
-
|
|
3524
|
+
l.className !== void 0 && (l.scope = l.className, delete l.className);
|
|
3526
3525
|
}
|
|
3527
3526
|
function pv(l, M) {
|
|
3528
|
-
|
|
3527
|
+
M && l.beginKeywords && (l.begin = "\\b(" + l.beginKeywords.split(" ").join("|") + ")(?!\\.)(?=\\b|\\s)", l.__beforeBegin = sv, l.keywords = l.keywords || l.beginKeywords, delete l.beginKeywords, l.relevance === void 0 && (l.relevance = 0));
|
|
3529
3528
|
}
|
|
3530
3529
|
function kv(l, M) {
|
|
3530
|
+
Array.isArray(l.illegal) && (l.illegal = q(...l.illegal));
|
|
3531
|
+
}
|
|
3532
|
+
function fv(l, M) {
|
|
3531
3533
|
if (l.match) {
|
|
3532
3534
|
if (l.begin || l.end) throw new Error("begin & end are not supported with match");
|
|
3533
3535
|
l.begin = l.match, delete l.match;
|
|
3534
3536
|
}
|
|
3535
3537
|
}
|
|
3536
|
-
function
|
|
3538
|
+
function Mv(l, M) {
|
|
3537
3539
|
l.relevance === void 0 && (l.relevance = 1);
|
|
3538
3540
|
}
|
|
3539
|
-
const
|
|
3541
|
+
const gv = (l, M) => {
|
|
3540
3542
|
if (!l.beforeMatch) return;
|
|
3541
3543
|
if (l.starts) throw new Error("beforeMatch cannot be used with starts");
|
|
3542
3544
|
const m = Object.assign({}, l);
|
|
@@ -3548,7 +3550,7 @@ function UC() {
|
|
|
3548
3550
|
Object.assign(m, { endsParent: !0 })
|
|
3549
3551
|
]
|
|
3550
3552
|
}, l.relevance = 0, delete m.beforeMatch;
|
|
3551
|
-
},
|
|
3553
|
+
}, mv = [
|
|
3552
3554
|
"of",
|
|
3553
3555
|
"and",
|
|
3554
3556
|
"for",
|
|
@@ -3563,8 +3565,8 @@ function UC() {
|
|
|
3563
3565
|
// common variable name
|
|
3564
3566
|
"value"
|
|
3565
3567
|
// common variable name
|
|
3566
|
-
],
|
|
3567
|
-
function hb(l, M, m =
|
|
3568
|
+
], xv = "keyword";
|
|
3569
|
+
function hb(l, M, m = xv) {
|
|
3568
3570
|
const H = /* @__PURE__ */ Object.create(null);
|
|
3569
3571
|
return typeof l == "string" ? $(m, l.split(" ")) : Array.isArray(l) ? $(m, l) : Object.keys(l).forEach(function(X) {
|
|
3570
3572
|
Object.assign(
|
|
@@ -3575,15 +3577,15 @@ function UC() {
|
|
|
3575
3577
|
function $(X, S) {
|
|
3576
3578
|
M && (S = S.map((L) => L.toLowerCase())), S.forEach(function(L) {
|
|
3577
3579
|
const E = L.split("|");
|
|
3578
|
-
H[E[0]] = [X,
|
|
3580
|
+
H[E[0]] = [X, bv(E[0], E[1])];
|
|
3579
3581
|
});
|
|
3580
3582
|
}
|
|
3581
3583
|
}
|
|
3582
|
-
function
|
|
3583
|
-
return M ? Number(M) :
|
|
3584
|
+
function bv(l, M) {
|
|
3585
|
+
return M ? Number(M) : Iv(l) ? 0 : 1;
|
|
3584
3586
|
}
|
|
3585
|
-
function
|
|
3586
|
-
return
|
|
3587
|
+
function Iv(l) {
|
|
3588
|
+
return mv.includes(l.toLowerCase());
|
|
3587
3589
|
}
|
|
3588
3590
|
const lb = {}, Xe = (l) => {
|
|
3589
3591
|
console.error(l);
|
|
@@ -3599,7 +3601,7 @@ function UC() {
|
|
|
3599
3601
|
S[L + H] = $[L], X[L + H] = !0, H += x(M[L - 1]);
|
|
3600
3602
|
l[m] = S, l[m]._emit = X, l[m]._multi = !0;
|
|
3601
3603
|
}
|
|
3602
|
-
function
|
|
3604
|
+
function vv(l) {
|
|
3603
3605
|
if (Array.isArray(l.begin)) {
|
|
3604
3606
|
if (l.skip || l.excludeBegin || l.returnBegin)
|
|
3605
3607
|
throw Xe("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), ta;
|
|
@@ -3608,7 +3610,7 @@ function UC() {
|
|
|
3608
3610
|
yb(l, l.begin, { key: "beginScope" }), l.begin = C(l.begin, { joinWith: "" });
|
|
3609
3611
|
}
|
|
3610
3612
|
}
|
|
3611
|
-
function
|
|
3613
|
+
function Lv(l) {
|
|
3612
3614
|
if (Array.isArray(l.end)) {
|
|
3613
3615
|
if (l.skip || l.excludeEnd || l.returnEnd)
|
|
3614
3616
|
throw Xe("skip, excludeEnd, returnEnd not compatible with endScope: {}"), ta;
|
|
@@ -3617,16 +3619,16 @@ function UC() {
|
|
|
3617
3619
|
yb(l, l.end, { key: "endScope" }), l.end = C(l.end, { joinWith: "" });
|
|
3618
3620
|
}
|
|
3619
3621
|
}
|
|
3620
|
-
function Lv(l) {
|
|
3621
|
-
l.scope && typeof l.scope == "object" && l.scope !== null && (l.beginScope = l.scope, delete l.scope);
|
|
3622
|
-
}
|
|
3623
3622
|
function wv(l) {
|
|
3624
|
-
|
|
3623
|
+
l.scope && typeof l.scope == "object" && l.scope !== null && (l.beginScope = l.scope, delete l.scope);
|
|
3625
3624
|
}
|
|
3626
3625
|
function Cv(l) {
|
|
3626
|
+
wv(l), typeof l.beginScope == "string" && (l.beginScope = { _wrap: l.beginScope }), typeof l.endScope == "string" && (l.endScope = { _wrap: l.endScope }), vv(l), Lv(l);
|
|
3627
|
+
}
|
|
3628
|
+
function Sv(l) {
|
|
3627
3629
|
function M(S, L) {
|
|
3628
3630
|
return new RegExp(
|
|
3629
|
-
|
|
3631
|
+
p(S),
|
|
3630
3632
|
"m" + (l.case_insensitive ? "i" : "") + (l.unicodeRegex ? "u" : "") + (L ? "g" : "")
|
|
3631
3633
|
);
|
|
3632
3634
|
}
|
|
@@ -3696,26 +3698,26 @@ function UC() {
|
|
|
3696
3698
|
);
|
|
3697
3699
|
if (S.isCompiled) return E;
|
|
3698
3700
|
[
|
|
3699
|
-
|
|
3701
|
+
yv,
|
|
3700
3702
|
// do this early so compiler extensions generally don't have to worry about
|
|
3701
3703
|
// the distinction between match/begin
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3704
|
+
fv,
|
|
3705
|
+
Cv,
|
|
3706
|
+
gv
|
|
3705
3707
|
].forEach((Q) => Q(S, L)), l.compilerExtensions.forEach((Q) => Q(S, L)), S.__beforeBegin = null, [
|
|
3706
|
-
|
|
3708
|
+
pv,
|
|
3707
3709
|
// do this later so compiler extensions that come earlier have access to the
|
|
3708
3710
|
// raw array if they wanted to perhaps manipulate it, etc.
|
|
3709
|
-
|
|
3711
|
+
kv,
|
|
3710
3712
|
// default to 1 relevance if not specified
|
|
3711
|
-
|
|
3713
|
+
Mv
|
|
3712
3714
|
].forEach((Q) => Q(S, L)), S.isCompiled = !0;
|
|
3713
3715
|
let ee = null;
|
|
3714
|
-
return typeof S.keywords == "object" && S.keywords.$pattern && (S.keywords = Object.assign({}, S.keywords), ee = S.keywords.$pattern, delete S.keywords.$pattern), ee = ee || /\w+/, S.keywords && (S.keywords = hb(S.keywords, l.case_insensitive)), E.keywordPatternRe = M(ee, !0), L && (S.begin || (S.begin = /\B|\b/), E.beginRe = M(E.begin), !S.end && !S.endsWithParent && (S.end = /\B|\b/), S.end && (E.endRe = M(E.end)), E.terminatorEnd =
|
|
3716
|
+
return typeof S.keywords == "object" && S.keywords.$pattern && (S.keywords = Object.assign({}, S.keywords), ee = S.keywords.$pattern, delete S.keywords.$pattern), ee = ee || /\w+/, S.keywords && (S.keywords = hb(S.keywords, l.case_insensitive)), E.keywordPatternRe = M(ee, !0), L && (S.begin || (S.begin = /\B|\b/), E.beginRe = M(E.begin), !S.end && !S.endsWithParent && (S.end = /\B|\b/), S.end && (E.endRe = M(E.end)), E.terminatorEnd = p(E.end) || "", S.endsWithParent && L.terminatorEnd && (E.terminatorEnd += (S.end ? "|" : "") + L.terminatorEnd)), S.illegal && (E.illegalRe = M(
|
|
3715
3717
|
/** @type {RegExp | string} */
|
|
3716
3718
|
S.illegal
|
|
3717
3719
|
)), S.contains || (S.contains = []), S.contains = [].concat(...S.contains.map(function(Q) {
|
|
3718
|
-
return
|
|
3720
|
+
return Av(Q === "self" ? S : Q);
|
|
3719
3721
|
})), S.contains.forEach(function(Q) {
|
|
3720
3722
|
X(
|
|
3721
3723
|
/** @type Mode */
|
|
@@ -3734,18 +3736,18 @@ function UC() {
|
|
|
3734
3736
|
function pb(l) {
|
|
3735
3737
|
return l ? l.endsWithParent || pb(l.starts) : !1;
|
|
3736
3738
|
}
|
|
3737
|
-
function
|
|
3739
|
+
function Av(l) {
|
|
3738
3740
|
return l.variants && !l.cachedVariants && (l.cachedVariants = l.variants.map(function(M) {
|
|
3739
3741
|
return n(l, { variants: null }, M);
|
|
3740
3742
|
})), l.cachedVariants ? l.cachedVariants : pb(l) ? n(l, { starts: l.starts ? n(l.starts) : null }) : Object.isFrozen(l) ? n(l) : l;
|
|
3741
3743
|
}
|
|
3742
|
-
var
|
|
3743
|
-
class
|
|
3744
|
+
var _v = "11.11.1";
|
|
3745
|
+
class qv extends Error {
|
|
3744
3746
|
constructor(M, m) {
|
|
3745
3747
|
super(M), this.name = "HTMLInjectionError", this.html = m;
|
|
3746
3748
|
}
|
|
3747
3749
|
}
|
|
3748
|
-
const Ex = c, kb = n, fb = Symbol("nomatch"),
|
|
3750
|
+
const Ex = c, kb = n, fb = Symbol("nomatch"), Dv = 7, Mb = function(l) {
|
|
3749
3751
|
const M = /* @__PURE__ */ Object.create(null), m = /* @__PURE__ */ Object.create(null), H = [];
|
|
3750
3752
|
let $ = !0;
|
|
3751
3753
|
const X = "Could not find the language '{}', did you forget to load/include a language module?", S = { disableAutodetect: !0, name: "Plain text", contains: [] };
|
|
@@ -3803,12 +3805,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
3803
3805
|
T += N.substring(I, _.index);
|
|
3804
3806
|
const j = Se.case_insensitive ? _[0].toLowerCase() : _[0], ne = ve(F, j);
|
|
3805
3807
|
if (ne) {
|
|
3806
|
-
const [Pe,
|
|
3807
|
-
if (ce.addText(T), T = "", Y[j] = (Y[j] || 0) + 1, Y[j] <=
|
|
3808
|
+
const [Pe, $v] = ne;
|
|
3809
|
+
if (ce.addText(T), T = "", Y[j] = (Y[j] || 0) + 1, Y[j] <= Dv && (ia += $v), Pe.startsWith("_"))
|
|
3808
3810
|
T += _[0];
|
|
3809
3811
|
else {
|
|
3810
|
-
const
|
|
3811
|
-
Ce(_[0],
|
|
3812
|
+
const Xv = Se.classNameAliases[Pe] || Pe;
|
|
3813
|
+
Ce(_[0], Xv);
|
|
3812
3814
|
}
|
|
3813
3815
|
} else
|
|
3814
3816
|
T += _[0];
|
|
@@ -3867,17 +3869,17 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
3867
3869
|
if (I.endsWithParent)
|
|
3868
3870
|
return vb(I.parent, _, T);
|
|
3869
3871
|
}
|
|
3870
|
-
function
|
|
3872
|
+
function Nv(I) {
|
|
3871
3873
|
return F.matcher.regexIndex === 0 ? (N += I[0], 1) : (Rx = !0, 0);
|
|
3872
3874
|
}
|
|
3873
|
-
function
|
|
3875
|
+
function Uv(I) {
|
|
3874
3876
|
const _ = I[0], T = I.rule, j = new a(T), ne = [T.__beforeBegin, T["on:begin"]];
|
|
3875
3877
|
for (const Pe of ne)
|
|
3876
3878
|
if (Pe && (Pe(I, j), j.isMatchIgnored))
|
|
3877
|
-
return
|
|
3879
|
+
return Nv(_);
|
|
3878
3880
|
return T.skip ? N += _ : (T.excludeBegin && (N += _), se(), !T.returnBegin && !T.excludeBegin && (N = _)), Ib(T, I), T.returnBegin ? 0 : _.length;
|
|
3879
3881
|
}
|
|
3880
|
-
function
|
|
3882
|
+
function Zv(I) {
|
|
3881
3883
|
const _ = I[0], T = D.substring(I.index), j = vb(F, I, T);
|
|
3882
3884
|
if (!j)
|
|
3883
3885
|
return fb;
|
|
@@ -3888,7 +3890,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
3888
3890
|
while (F !== j.parent);
|
|
3889
3891
|
return j.starts && Ib(j.starts, I), ne.returnEnd ? 0 : _.length;
|
|
3890
3892
|
}
|
|
3891
|
-
function
|
|
3893
|
+
function Gv() {
|
|
3892
3894
|
const I = [];
|
|
3893
3895
|
for (let _ = F; _ !== Se; _ = _.parent)
|
|
3894
3896
|
_.scope && I.unshift(_.scope);
|
|
@@ -3907,12 +3909,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
3907
3909
|
return 1;
|
|
3908
3910
|
}
|
|
3909
3911
|
if (oa = _, _.type === "begin")
|
|
3910
|
-
return
|
|
3912
|
+
return Uv(_);
|
|
3911
3913
|
if (_.type === "illegal" && !B) {
|
|
3912
3914
|
const j = new Error('Illegal lexeme "' + T + '" for mode "' + (F.scope || "<unnamed>") + '"');
|
|
3913
3915
|
throw j.mode = F, j;
|
|
3914
3916
|
} else if (_.type === "end") {
|
|
3915
|
-
const j =
|
|
3917
|
+
const j = Zv(_);
|
|
3916
3918
|
if (j !== fb)
|
|
3917
3919
|
return j;
|
|
3918
3920
|
}
|
|
@@ -3926,10 +3928,10 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
3926
3928
|
const Se = Te(g);
|
|
3927
3929
|
if (!Se)
|
|
3928
3930
|
throw Xe(X.replace("{}", g)), new Error('Unknown language: "' + g + '"');
|
|
3929
|
-
const
|
|
3930
|
-
let Tx = "", F = O ||
|
|
3931
|
+
const Wv = Sv(Se);
|
|
3932
|
+
let Tx = "", F = O || Wv;
|
|
3931
3933
|
const wb = {}, ce = new L.__emitter(L);
|
|
3932
|
-
|
|
3934
|
+
Gv();
|
|
3933
3935
|
let N = "", ia = 0, Ke = 0, Bx = 0, Rx = !1;
|
|
3934
3936
|
try {
|
|
3935
3937
|
if (Se.__emitTokens)
|
|
@@ -4009,7 +4011,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4009
4011
|
}), [ve, Be] = Y, na = ve;
|
|
4010
4012
|
return na.secondBest = Be, na;
|
|
4011
4013
|
}
|
|
4012
|
-
function
|
|
4014
|
+
function zv(g, D, B) {
|
|
4013
4015
|
const O = D && m[D] || B;
|
|
4014
4016
|
g.classList.add("hljs"), g.classList.add(`language-${O}`);
|
|
4015
4017
|
}
|
|
@@ -4025,13 +4027,13 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4025
4027
|
return;
|
|
4026
4028
|
}
|
|
4027
4029
|
if (g.children.length > 0 && (L.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(g)), L.throwUnescapedHTML))
|
|
4028
|
-
throw new
|
|
4030
|
+
throw new qv(
|
|
4029
4031
|
"One of your code blocks includes unescaped HTML.",
|
|
4030
4032
|
g.innerHTML
|
|
4031
4033
|
);
|
|
4032
4034
|
D = g;
|
|
4033
4035
|
const O = D.textContent, Y = B ? Q(O, { language: B, ignoreIllegals: !0 }) : Fx(O);
|
|
4034
|
-
g.innerHTML = Y.value, g.dataset.highlighted = "yes",
|
|
4036
|
+
g.innerHTML = Y.value, g.dataset.highlighted = "yes", zv(g, B, Y.language), g.result = {
|
|
4035
4037
|
language: Y.language,
|
|
4036
4038
|
// TODO: remove with version 11.0
|
|
4037
4039
|
re: Y.relevance,
|
|
@@ -4041,13 +4043,13 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4041
4043
|
relevance: Y.secondBest.relevance
|
|
4042
4044
|
}), ca("after:highlightElement", { el: g, result: Y, text: O });
|
|
4043
4045
|
}
|
|
4044
|
-
function
|
|
4046
|
+
function Ev(g) {
|
|
4045
4047
|
L = kb(L, g);
|
|
4046
4048
|
}
|
|
4047
|
-
const
|
|
4049
|
+
const Hv = () => {
|
|
4048
4050
|
aa(), Dt("10.6.0", "initHighlighting() deprecated. Use highlightAll() now.");
|
|
4049
4051
|
};
|
|
4050
|
-
function
|
|
4052
|
+
function Fv() {
|
|
4051
4053
|
aa(), Dt("10.6.0", "initHighlightingOnLoad() deprecated. Use highlightAll() now.");
|
|
4052
4054
|
}
|
|
4053
4055
|
let gb = !1;
|
|
@@ -4061,7 +4063,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4061
4063
|
}
|
|
4062
4064
|
document.querySelectorAll(L.cssSelector).forEach(Px);
|
|
4063
4065
|
}
|
|
4064
|
-
function
|
|
4066
|
+
function Pv(g, D) {
|
|
4065
4067
|
let B = null;
|
|
4066
4068
|
try {
|
|
4067
4069
|
B = D(l);
|
|
@@ -4074,12 +4076,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4074
4076
|
}
|
|
4075
4077
|
B.name || (B.name = g), M[g] = B, B.rawDefinition = D.bind(null, l), B.aliases && mb(B.aliases, { languageName: g });
|
|
4076
4078
|
}
|
|
4077
|
-
function
|
|
4079
|
+
function Tv(g) {
|
|
4078
4080
|
delete M[g];
|
|
4079
4081
|
for (const D of Object.keys(m))
|
|
4080
4082
|
m[D] === g && delete m[D];
|
|
4081
4083
|
}
|
|
4082
|
-
function
|
|
4084
|
+
function Bv() {
|
|
4083
4085
|
return Object.keys(M);
|
|
4084
4086
|
}
|
|
4085
4087
|
function Te(g) {
|
|
@@ -4094,7 +4096,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4094
4096
|
const D = Te(g);
|
|
4095
4097
|
return D && !D.disableAutodetect;
|
|
4096
4098
|
}
|
|
4097
|
-
function
|
|
4099
|
+
function Rv(g) {
|
|
4098
4100
|
g["before:highlightBlock"] && !g["before:highlightElement"] && (g["before:highlightElement"] = (D) => {
|
|
4099
4101
|
g["before:highlightBlock"](
|
|
4100
4102
|
Object.assign({ block: D.el }, D)
|
|
@@ -4105,10 +4107,10 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4105
4107
|
);
|
|
4106
4108
|
});
|
|
4107
4109
|
}
|
|
4108
|
-
function Rv(g) {
|
|
4109
|
-
Bv(g), H.push(g);
|
|
4110
|
-
}
|
|
4111
4110
|
function Vv(g) {
|
|
4111
|
+
Rv(g), H.push(g);
|
|
4112
|
+
}
|
|
4113
|
+
function jv(g) {
|
|
4112
4114
|
const D = H.indexOf(g);
|
|
4113
4115
|
D !== -1 && H.splice(D, 1);
|
|
4114
4116
|
}
|
|
@@ -4118,7 +4120,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4118
4120
|
O[B] && O[B](D);
|
|
4119
4121
|
});
|
|
4120
4122
|
}
|
|
4121
|
-
function
|
|
4123
|
+
function Ov(g) {
|
|
4122
4124
|
return Dt("10.7.0", "highlightBlock will be removed entirely in v12.0"), Dt("10.7.0", "Please use highlightElement now."), Px(g);
|
|
4123
4125
|
}
|
|
4124
4126
|
Object.assign(l, {
|
|
@@ -4127,28 +4129,28 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4127
4129
|
highlightAll: aa,
|
|
4128
4130
|
highlightElement: Px,
|
|
4129
4131
|
// TODO: Remove with v12 API
|
|
4130
|
-
highlightBlock:
|
|
4131
|
-
configure:
|
|
4132
|
-
initHighlighting:
|
|
4133
|
-
initHighlightingOnLoad:
|
|
4134
|
-
registerLanguage:
|
|
4135
|
-
unregisterLanguage:
|
|
4136
|
-
listLanguages:
|
|
4132
|
+
highlightBlock: Ov,
|
|
4133
|
+
configure: Ev,
|
|
4134
|
+
initHighlighting: Hv,
|
|
4135
|
+
initHighlightingOnLoad: Fv,
|
|
4136
|
+
registerLanguage: Pv,
|
|
4137
|
+
unregisterLanguage: Tv,
|
|
4138
|
+
listLanguages: Bv,
|
|
4137
4139
|
getLanguage: Te,
|
|
4138
4140
|
registerAliases: mb,
|
|
4139
4141
|
autoDetection: xb,
|
|
4140
4142
|
inherit: kb,
|
|
4141
|
-
addPlugin:
|
|
4142
|
-
removePlugin:
|
|
4143
|
+
addPlugin: Vv,
|
|
4144
|
+
removePlugin: jv
|
|
4143
4145
|
}), l.debugMode = function() {
|
|
4144
4146
|
$ = !1;
|
|
4145
4147
|
}, l.safeMode = function() {
|
|
4146
4148
|
$ = !0;
|
|
4147
|
-
}, l.versionString =
|
|
4149
|
+
}, l.versionString = _v, l.regex = {
|
|
4148
4150
|
concat: b,
|
|
4149
4151
|
lookahead: f,
|
|
4150
4152
|
either: q,
|
|
4151
|
-
optional:
|
|
4153
|
+
optional: y,
|
|
4152
4154
|
anyNumberOfTimes: k
|
|
4153
4155
|
};
|
|
4154
4156
|
for (const g in ea)
|
|
@@ -4157,8 +4159,8 @@ https://github.com/highlightjs/highlight.js/issues/2277`), Y = g, O = D), B ===
|
|
|
4157
4159
|
}, zt = Mb({});
|
|
4158
4160
|
return zt.newInstance = () => Mb({}), Wx = zt, zt.HighlightJS = zt, zt.default = zt, Wx;
|
|
4159
4161
|
}
|
|
4160
|
-
var
|
|
4161
|
-
const K = /* @__PURE__ */
|
|
4162
|
+
var WC = /* @__PURE__ */ GC();
|
|
4163
|
+
const K = /* @__PURE__ */ ZC(WC), Zb = "[A-Za-z$_][0-9A-Za-z$_]*", $C = [
|
|
4162
4164
|
"as",
|
|
4163
4165
|
// for exports
|
|
4164
4166
|
"in",
|
|
@@ -4203,7 +4205,7 @@ const K = /* @__PURE__ */ NC(ZC), Zb = "[A-Za-z$_][0-9A-Za-z$_]*", GC = [
|
|
|
4203
4205
|
"extends",
|
|
4204
4206
|
// It's reached stage 3, which is "recommended for implementation":
|
|
4205
4207
|
"using"
|
|
4206
|
-
],
|
|
4208
|
+
], XC = [
|
|
4207
4209
|
"true",
|
|
4208
4210
|
"false",
|
|
4209
4211
|
"null",
|
|
@@ -4287,7 +4289,7 @@ const K = /* @__PURE__ */ NC(ZC), Zb = "[A-Za-z$_][0-9A-Za-z$_]*", GC = [
|
|
|
4287
4289
|
"encodeURIComponent",
|
|
4288
4290
|
"escape",
|
|
4289
4291
|
"unescape"
|
|
4290
|
-
],
|
|
4292
|
+
], KC = [
|
|
4291
4293
|
"arguments",
|
|
4292
4294
|
"this",
|
|
4293
4295
|
"super",
|
|
@@ -4299,7 +4301,7 @@ const K = /* @__PURE__ */ NC(ZC), Zb = "[A-Za-z$_][0-9A-Za-z$_]*", GC = [
|
|
|
4299
4301
|
"module",
|
|
4300
4302
|
"global"
|
|
4301
4303
|
// Node.js
|
|
4302
|
-
],
|
|
4304
|
+
], JC = [].concat(
|
|
4303
4305
|
TI,
|
|
4304
4306
|
FI,
|
|
4305
4307
|
PI
|
|
@@ -4345,11 +4347,11 @@ function Gb(e) {
|
|
|
4345
4347
|
}
|
|
4346
4348
|
}, r = {
|
|
4347
4349
|
$pattern: Zb,
|
|
4348
|
-
keyword:
|
|
4349
|
-
literal:
|
|
4350
|
-
built_in:
|
|
4351
|
-
"variable.language":
|
|
4352
|
-
}, d = "[0-9](_?[0-9])*", h = `\\.(${d})`, s = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",
|
|
4350
|
+
keyword: $C,
|
|
4351
|
+
literal: XC,
|
|
4352
|
+
built_in: JC,
|
|
4353
|
+
"variable.language": KC
|
|
4354
|
+
}, d = "[0-9](_?[0-9])*", h = `\\.(${d})`, s = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*", p = {
|
|
4353
4355
|
className: "number",
|
|
4354
4356
|
variants: [
|
|
4355
4357
|
// DecimalLiteral
|
|
@@ -4385,7 +4387,7 @@ function Gb(e) {
|
|
|
4385
4387
|
],
|
|
4386
4388
|
subLanguage: "xml"
|
|
4387
4389
|
}
|
|
4388
|
-
},
|
|
4390
|
+
}, y = {
|
|
4389
4391
|
begin: ".?css`",
|
|
4390
4392
|
end: "",
|
|
4391
4393
|
starts: {
|
|
@@ -4466,12 +4468,12 @@ function Gb(e) {
|
|
|
4466
4468
|
e.APOS_STRING_MODE,
|
|
4467
4469
|
e.QUOTE_STRING_MODE,
|
|
4468
4470
|
k,
|
|
4469
|
-
|
|
4471
|
+
y,
|
|
4470
4472
|
b,
|
|
4471
4473
|
A,
|
|
4472
4474
|
// Skip numbers when they are part of a variable name
|
|
4473
4475
|
{ match: /\$\d+/ },
|
|
4474
|
-
|
|
4476
|
+
p
|
|
4475
4477
|
// This is intentional:
|
|
4476
4478
|
// See https://github.com/highlightjs/highlight.js/issues/3288
|
|
4477
4479
|
// hljs.REGEXP_MODE
|
|
@@ -4676,13 +4678,13 @@ function Gb(e) {
|
|
|
4676
4678
|
e.APOS_STRING_MODE,
|
|
4677
4679
|
e.QUOTE_STRING_MODE,
|
|
4678
4680
|
k,
|
|
4679
|
-
|
|
4681
|
+
y,
|
|
4680
4682
|
b,
|
|
4681
4683
|
A,
|
|
4682
4684
|
x,
|
|
4683
4685
|
// Skip numbers when they are part of a variable name
|
|
4684
4686
|
{ match: /\$\d+/ },
|
|
4685
|
-
|
|
4687
|
+
p,
|
|
4686
4688
|
W,
|
|
4687
4689
|
{
|
|
4688
4690
|
scope: "attr",
|
|
@@ -4959,7 +4961,7 @@ const Sx = "[A-Za-z$_][0-9A-Za-z$_]*", BI = [
|
|
|
4959
4961
|
VI,
|
|
4960
4962
|
jI
|
|
4961
4963
|
);
|
|
4962
|
-
function
|
|
4964
|
+
function QC(e) {
|
|
4963
4965
|
const a = e.regex, c = (R, { after: ie }) => {
|
|
4964
4966
|
const le = "</" + R[0].slice(1);
|
|
4965
4967
|
return R.input.indexOf(le, ie) !== -1;
|
|
@@ -5004,7 +5006,7 @@ function KC(e) {
|
|
|
5004
5006
|
literal: RI,
|
|
5005
5007
|
built_in: UI,
|
|
5006
5008
|
"variable.language": NI
|
|
5007
|
-
}, d = "[0-9](_?[0-9])*", h = `\\.(${d})`, s = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",
|
|
5009
|
+
}, d = "[0-9](_?[0-9])*", h = `\\.(${d})`, s = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*", p = {
|
|
5008
5010
|
className: "number",
|
|
5009
5011
|
variants: [
|
|
5010
5012
|
// DecimalLiteral
|
|
@@ -5040,7 +5042,7 @@ function KC(e) {
|
|
|
5040
5042
|
],
|
|
5041
5043
|
subLanguage: "xml"
|
|
5042
5044
|
}
|
|
5043
|
-
},
|
|
5045
|
+
}, y = {
|
|
5044
5046
|
begin: ".?css`",
|
|
5045
5047
|
end: "",
|
|
5046
5048
|
starts: {
|
|
@@ -5121,12 +5123,12 @@ function KC(e) {
|
|
|
5121
5123
|
e.APOS_STRING_MODE,
|
|
5122
5124
|
e.QUOTE_STRING_MODE,
|
|
5123
5125
|
k,
|
|
5124
|
-
|
|
5126
|
+
y,
|
|
5125
5127
|
b,
|
|
5126
5128
|
A,
|
|
5127
5129
|
// Skip numbers when they are part of a variable name
|
|
5128
5130
|
{ match: /\$\d+/ },
|
|
5129
|
-
|
|
5131
|
+
p
|
|
5130
5132
|
// This is intentional:
|
|
5131
5133
|
// See https://github.com/highlightjs/highlight.js/issues/3288
|
|
5132
5134
|
// hljs.REGEXP_MODE
|
|
@@ -5331,13 +5333,13 @@ function KC(e) {
|
|
|
5331
5333
|
e.APOS_STRING_MODE,
|
|
5332
5334
|
e.QUOTE_STRING_MODE,
|
|
5333
5335
|
k,
|
|
5334
|
-
|
|
5336
|
+
y,
|
|
5335
5337
|
b,
|
|
5336
5338
|
A,
|
|
5337
5339
|
x,
|
|
5338
5340
|
// Skip numbers when they are part of a variable name
|
|
5339
5341
|
{ match: /\$\d+/ },
|
|
5340
|
-
|
|
5342
|
+
p,
|
|
5341
5343
|
W,
|
|
5342
5344
|
{
|
|
5343
5345
|
scope: "attr",
|
|
@@ -5469,7 +5471,7 @@ function KC(e) {
|
|
|
5469
5471
|
};
|
|
5470
5472
|
}
|
|
5471
5473
|
function Wb(e) {
|
|
5472
|
-
const a = e.regex, c =
|
|
5474
|
+
const a = e.regex, c = QC(e), n = Sx, o = [
|
|
5473
5475
|
"any",
|
|
5474
5476
|
"void",
|
|
5475
5477
|
"number",
|
|
@@ -5526,7 +5528,7 @@ function Wb(e) {
|
|
|
5526
5528
|
}, s = {
|
|
5527
5529
|
className: "meta",
|
|
5528
5530
|
begin: "@" + n
|
|
5529
|
-
},
|
|
5531
|
+
}, p = (b, A, q) => {
|
|
5530
5532
|
const x = b.contains.findIndex((w) => w.label === A);
|
|
5531
5533
|
if (x === -1)
|
|
5532
5534
|
throw new Error("can not find mode to replace");
|
|
@@ -5551,9 +5553,9 @@ function Wb(e) {
|
|
|
5551
5553
|
u,
|
|
5552
5554
|
k
|
|
5553
5555
|
// Added for optional property assignment highlighting
|
|
5554
|
-
]),
|
|
5555
|
-
const
|
|
5556
|
-
return
|
|
5556
|
+
]), p(c, "shebang", e.SHEBANG()), p(c, "use_strict", r);
|
|
5557
|
+
const y = c.contains.find((b) => b.label === "func.def");
|
|
5558
|
+
return y.relevance = 0, Object.assign(c, {
|
|
5557
5559
|
name: "TypeScript",
|
|
5558
5560
|
aliases: [
|
|
5559
5561
|
"ts",
|
|
@@ -5779,7 +5781,7 @@ function $b(e) {
|
|
|
5779
5781
|
]
|
|
5780
5782
|
};
|
|
5781
5783
|
}
|
|
5782
|
-
const
|
|
5784
|
+
const YC = (e) => ({
|
|
5783
5785
|
IMPORTANT: {
|
|
5784
5786
|
scope: "meta",
|
|
5785
5787
|
begin: "!important"
|
|
@@ -5812,7 +5814,7 @@ const JC = (e) => ({
|
|
|
5812
5814
|
className: "attr",
|
|
5813
5815
|
begin: /--[A-Za-z_][A-Za-z0-9_-]*/
|
|
5814
5816
|
}
|
|
5815
|
-
}),
|
|
5817
|
+
}), eS = [
|
|
5816
5818
|
"a",
|
|
5817
5819
|
"abbr",
|
|
5818
5820
|
"address",
|
|
@@ -5890,7 +5892,7 @@ const JC = (e) => ({
|
|
|
5890
5892
|
"ul",
|
|
5891
5893
|
"var",
|
|
5892
5894
|
"video"
|
|
5893
|
-
],
|
|
5895
|
+
], tS = [
|
|
5894
5896
|
"defs",
|
|
5895
5897
|
"g",
|
|
5896
5898
|
"marker",
|
|
@@ -5932,10 +5934,10 @@ const JC = (e) => ({
|
|
|
5932
5934
|
"tspan",
|
|
5933
5935
|
"foreignObject",
|
|
5934
5936
|
"clipPath"
|
|
5935
|
-
],
|
|
5936
|
-
...
|
|
5937
|
-
...
|
|
5938
|
-
],
|
|
5937
|
+
], aS = [
|
|
5938
|
+
...eS,
|
|
5939
|
+
...tS
|
|
5940
|
+
], cS = [
|
|
5939
5941
|
"any-hover",
|
|
5940
5942
|
"any-pointer",
|
|
5941
5943
|
"aspect-ratio",
|
|
@@ -5970,7 +5972,7 @@ const JC = (e) => ({
|
|
|
5970
5972
|
"max-width",
|
|
5971
5973
|
"min-height",
|
|
5972
5974
|
"max-height"
|
|
5973
|
-
].sort().reverse(),
|
|
5975
|
+
].sort().reverse(), nS = [
|
|
5974
5976
|
"active",
|
|
5975
5977
|
"any-link",
|
|
5976
5978
|
"blank",
|
|
@@ -6044,7 +6046,7 @@ const JC = (e) => ({
|
|
|
6044
6046
|
"visited",
|
|
6045
6047
|
"where"
|
|
6046
6048
|
// where()
|
|
6047
|
-
].sort().reverse(),
|
|
6049
|
+
].sort().reverse(), oS = [
|
|
6048
6050
|
"after",
|
|
6049
6051
|
"backdrop",
|
|
6050
6052
|
"before",
|
|
@@ -6059,7 +6061,7 @@ const JC = (e) => ({
|
|
|
6059
6061
|
"selection",
|
|
6060
6062
|
"slotted",
|
|
6061
6063
|
"spelling-error"
|
|
6062
|
-
].sort().reverse(),
|
|
6064
|
+
].sort().reverse(), iS = [
|
|
6063
6065
|
"accent-color",
|
|
6064
6066
|
"align-content",
|
|
6065
6067
|
"align-items",
|
|
@@ -6576,8 +6578,8 @@ const JC = (e) => ({
|
|
|
6576
6578
|
"z-index",
|
|
6577
6579
|
"zoom"
|
|
6578
6580
|
].sort().reverse();
|
|
6579
|
-
function
|
|
6580
|
-
const a = e.regex, c =
|
|
6581
|
+
function rS(e) {
|
|
6582
|
+
const a = e.regex, c = YC(e), n = { begin: /-(webkit|moz|ms|o)-(?=[a-z])/ }, o = "and or not only", i = /@-?\w[\w]*(-\w+)*/, u = "[a-zA-Z-][a-zA-Z0-9_-]*", r = [
|
|
6581
6583
|
e.APOS_STRING_MODE,
|
|
6582
6584
|
e.QUOTE_STRING_MODE
|
|
6583
6585
|
];
|
|
@@ -6611,8 +6613,8 @@ function oS(e) {
|
|
|
6611
6613
|
{
|
|
6612
6614
|
className: "selector-pseudo",
|
|
6613
6615
|
variants: [
|
|
6614
|
-
{ begin: ":(" +
|
|
6615
|
-
{ begin: ":(:)?(" +
|
|
6616
|
+
{ begin: ":(" + nS.join("|") + ")" },
|
|
6617
|
+
{ begin: ":(:)?(" + oS.join("|") + ")" }
|
|
6616
6618
|
]
|
|
6617
6619
|
},
|
|
6618
6620
|
// we may actually need this (12/2020)
|
|
@@ -6624,7 +6626,7 @@ function oS(e) {
|
|
|
6624
6626
|
c.CSS_VARIABLE,
|
|
6625
6627
|
{
|
|
6626
6628
|
className: "attribute",
|
|
6627
|
-
begin: "\\b(" +
|
|
6629
|
+
begin: "\\b(" + iS.join("|") + ")\\b"
|
|
6628
6630
|
},
|
|
6629
6631
|
// attribute values
|
|
6630
6632
|
{
|
|
@@ -6679,7 +6681,7 @@ function oS(e) {
|
|
|
6679
6681
|
keywords: {
|
|
6680
6682
|
$pattern: /[a-z-]+/,
|
|
6681
6683
|
keyword: o,
|
|
6682
|
-
attribute:
|
|
6684
|
+
attribute: cS.join(" ")
|
|
6683
6685
|
},
|
|
6684
6686
|
contains: [
|
|
6685
6687
|
{
|
|
@@ -6694,12 +6696,12 @@ function oS(e) {
|
|
|
6694
6696
|
},
|
|
6695
6697
|
{
|
|
6696
6698
|
className: "selector-tag",
|
|
6697
|
-
begin: "\\b(" +
|
|
6699
|
+
begin: "\\b(" + aS.join("|") + ")\\b"
|
|
6698
6700
|
}
|
|
6699
6701
|
]
|
|
6700
6702
|
};
|
|
6701
6703
|
}
|
|
6702
|
-
function
|
|
6704
|
+
function uS(e) {
|
|
6703
6705
|
const a = {
|
|
6704
6706
|
className: "attr",
|
|
6705
6707
|
begin: /"(\\.|[^\\"\r\n])*"(?=\s*:)/,
|
|
@@ -6803,7 +6805,7 @@ function $x(e) {
|
|
|
6803
6805
|
end: /'/
|
|
6804
6806
|
}, s = {
|
|
6805
6807
|
match: /\\'/
|
|
6806
|
-
},
|
|
6808
|
+
}, p = {
|
|
6807
6809
|
begin: /\$?\(\(/,
|
|
6808
6810
|
end: /\)\)/,
|
|
6809
6811
|
contains: [
|
|
@@ -6827,7 +6829,7 @@ function $x(e) {
|
|
|
6827
6829
|
], k = e.SHEBANG({
|
|
6828
6830
|
binary: `(${f.join("|")})`,
|
|
6829
6831
|
relevance: 10
|
|
6830
|
-
}),
|
|
6832
|
+
}), y = {
|
|
6831
6833
|
className: "function",
|
|
6832
6834
|
begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/,
|
|
6833
6835
|
returnBegin: !0,
|
|
@@ -7095,8 +7097,8 @@ function $x(e) {
|
|
|
7095
7097
|
// to catch known shells and boost relevancy
|
|
7096
7098
|
e.SHEBANG(),
|
|
7097
7099
|
// to catch unknown shells but still highlight the shebang
|
|
7098
|
-
p,
|
|
7099
7100
|
y,
|
|
7101
|
+
p,
|
|
7100
7102
|
i,
|
|
7101
7103
|
u,
|
|
7102
7104
|
q,
|
|
@@ -7253,7 +7255,7 @@ function Xb(e) {
|
|
|
7253
7255
|
}, s = {
|
|
7254
7256
|
begin: /\{\{/,
|
|
7255
7257
|
relevance: 0
|
|
7256
|
-
},
|
|
7258
|
+
}, p = {
|
|
7257
7259
|
className: "string",
|
|
7258
7260
|
contains: [e.BACKSLASH_ESCAPE],
|
|
7259
7261
|
variants: [
|
|
@@ -7334,7 +7336,7 @@ function Xb(e) {
|
|
|
7334
7336
|
e.APOS_STRING_MODE,
|
|
7335
7337
|
e.QUOTE_STRING_MODE
|
|
7336
7338
|
]
|
|
7337
|
-
}, f = "[0-9](_?[0-9])*", k = `(\\b(${f}))?\\.(${f})|\\b(${f})\\.`,
|
|
7339
|
+
}, f = "[0-9](_?[0-9])*", k = `(\\b(${f}))?\\.(${f})|\\b(${f})\\.`, y = `\\b|${n.join("|")}`, b = {
|
|
7338
7340
|
className: "number",
|
|
7339
7341
|
relevance: 0,
|
|
7340
7342
|
variants: [
|
|
@@ -7349,7 +7351,7 @@ function Xb(e) {
|
|
|
7349
7351
|
// because both MUST contain a decimal point and so cannot be confused with
|
|
7350
7352
|
// the interior part of an identifier
|
|
7351
7353
|
{
|
|
7352
|
-
begin: `(\\b(${f})|(${k}))[eE][+-]?(${f})[jJ]?(?=${
|
|
7354
|
+
begin: `(\\b(${f})|(${k}))[eE][+-]?(${f})[jJ]?(?=${y})`
|
|
7353
7355
|
},
|
|
7354
7356
|
{
|
|
7355
7357
|
begin: `(${k})[jJ]?`
|
|
@@ -7361,21 +7363,21 @@ function Xb(e) {
|
|
|
7361
7363
|
// decinteger is optionally imaginary
|
|
7362
7364
|
// https://docs.python.org/3.9/reference/lexical_analysis.html#imaginary-literals
|
|
7363
7365
|
{
|
|
7364
|
-
begin: `\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${
|
|
7366
|
+
begin: `\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${y})`
|
|
7365
7367
|
},
|
|
7366
7368
|
{
|
|
7367
|
-
begin: `\\b0[bB](_?[01])+[lL]?(?=${
|
|
7369
|
+
begin: `\\b0[bB](_?[01])+[lL]?(?=${y})`
|
|
7368
7370
|
},
|
|
7369
7371
|
{
|
|
7370
|
-
begin: `\\b0[oO](_?[0-7])+[lL]?(?=${
|
|
7372
|
+
begin: `\\b0[oO](_?[0-7])+[lL]?(?=${y})`
|
|
7371
7373
|
},
|
|
7372
7374
|
{
|
|
7373
|
-
begin: `\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${
|
|
7375
|
+
begin: `\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${y})`
|
|
7374
7376
|
},
|
|
7375
7377
|
// imagnumber (digitpart-based)
|
|
7376
7378
|
// https://docs.python.org/3.9/reference/lexical_analysis.html#imaginary-literals
|
|
7377
7379
|
{
|
|
7378
|
-
begin: `\\b(${f})[jJ](?=${
|
|
7380
|
+
begin: `\\b(${f})[jJ](?=${y})`
|
|
7379
7381
|
}
|
|
7380
7382
|
]
|
|
7381
7383
|
}, A = {
|
|
@@ -7414,14 +7416,14 @@ function Xb(e) {
|
|
|
7414
7416
|
"self",
|
|
7415
7417
|
d,
|
|
7416
7418
|
b,
|
|
7417
|
-
|
|
7419
|
+
p,
|
|
7418
7420
|
e.HASH_COMMENT_MODE
|
|
7419
7421
|
]
|
|
7420
7422
|
}
|
|
7421
7423
|
]
|
|
7422
7424
|
};
|
|
7423
7425
|
return h.contains = [
|
|
7424
|
-
|
|
7426
|
+
p,
|
|
7425
7427
|
b,
|
|
7426
7428
|
d
|
|
7427
7429
|
], {
|
|
@@ -7449,7 +7451,7 @@ function Xb(e) {
|
|
|
7449
7451
|
relevance: 0
|
|
7450
7452
|
},
|
|
7451
7453
|
{ match: /\bor\b/, scope: "keyword" },
|
|
7452
|
-
|
|
7454
|
+
p,
|
|
7453
7455
|
A,
|
|
7454
7456
|
e.HASH_COMMENT_MODE,
|
|
7455
7457
|
{
|
|
@@ -7498,7 +7500,7 @@ function Xb(e) {
|
|
|
7498
7500
|
contains: [
|
|
7499
7501
|
b,
|
|
7500
7502
|
q,
|
|
7501
|
-
|
|
7503
|
+
p
|
|
7502
7504
|
]
|
|
7503
7505
|
}
|
|
7504
7506
|
]
|
|
@@ -7530,7 +7532,7 @@ var Ht = "[0-9](_*[0-9])*", da = `\\.(${Ht})`, ha = "[0-9a-fA-F](_*[0-9a-fA-F])*
|
|
|
7530
7532
|
function ZI(e, a, c) {
|
|
7531
7533
|
return c === -1 ? "" : e.replace(a, (n) => ZI(e, a, c - 1));
|
|
7532
7534
|
}
|
|
7533
|
-
function
|
|
7535
|
+
function dS(e) {
|
|
7534
7536
|
const a = e.regex, c = "[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*", n = c + ZI("(?:<" + c + "~~~(?:\\s*,\\s*" + c + "~~~)*>)?", /~~~/g, 2), d = {
|
|
7535
7537
|
keyword: [
|
|
7536
7538
|
"synchronized",
|
|
@@ -7741,7 +7743,7 @@ function rS(e) {
|
|
|
7741
7743
|
]
|
|
7742
7744
|
};
|
|
7743
7745
|
}
|
|
7744
|
-
function
|
|
7746
|
+
function hS(e) {
|
|
7745
7747
|
const i = {
|
|
7746
7748
|
keyword: [
|
|
7747
7749
|
"break",
|
|
@@ -7969,7 +7971,7 @@ function Jb(e) {
|
|
|
7969
7971
|
excludeEnd: !0,
|
|
7970
7972
|
keywords: a,
|
|
7971
7973
|
relevance: 0
|
|
7972
|
-
},
|
|
7974
|
+
}, y = {
|
|
7973
7975
|
begin: /\{/,
|
|
7974
7976
|
end: /\}/,
|
|
7975
7977
|
contains: [k],
|
|
@@ -8057,7 +8059,7 @@ function Jb(e) {
|
|
|
8057
8059
|
begin: e.C_NUMBER_RE + "\\b",
|
|
8058
8060
|
relevance: 0
|
|
8059
8061
|
},
|
|
8060
|
-
|
|
8062
|
+
y,
|
|
8061
8063
|
b,
|
|
8062
8064
|
i,
|
|
8063
8065
|
u
|
|
@@ -8218,8 +8220,8 @@ function Qb(e) {
|
|
|
8218
8220
|
relevance: 0
|
|
8219
8221
|
}
|
|
8220
8222
|
]
|
|
8221
|
-
},
|
|
8222
|
-
h.contains.push(f), s.contains.push(
|
|
8223
|
+
}, p = e.inherit(h, { contains: [] }), f = e.inherit(s, { contains: [] });
|
|
8224
|
+
h.contains.push(f), s.contains.push(p);
|
|
8223
8225
|
let k = [
|
|
8224
8226
|
c,
|
|
8225
8227
|
d
|
|
@@ -8227,7 +8229,7 @@ function Qb(e) {
|
|
|
8227
8229
|
return [
|
|
8228
8230
|
h,
|
|
8229
8231
|
s,
|
|
8230
|
-
|
|
8232
|
+
p,
|
|
8231
8233
|
f
|
|
8232
8234
|
].forEach((q) => {
|
|
8233
8235
|
q.contains = q.contains.concat(k);
|
|
@@ -8282,13 +8284,13 @@ function Qb(e) {
|
|
|
8282
8284
|
]
|
|
8283
8285
|
};
|
|
8284
8286
|
}
|
|
8285
|
-
const
|
|
8287
|
+
const lS = ["innerHTML"], sS = /* @__PURE__ */ be({
|
|
8286
8288
|
__name: "MarkdownView",
|
|
8287
8289
|
props: {
|
|
8288
8290
|
content: {}
|
|
8289
8291
|
},
|
|
8290
8292
|
setup(e) {
|
|
8291
|
-
K.registerLanguage("javascript", Gb), K.registerLanguage("js", Gb), K.registerLanguage("typescript", Wb), K.registerLanguage("ts", Wb), K.registerLanguage("html", $b), K.registerLanguage("xml", $b), K.registerLanguage("css",
|
|
8293
|
+
K.registerLanguage("javascript", Gb), K.registerLanguage("js", Gb), K.registerLanguage("typescript", Wb), K.registerLanguage("ts", Wb), K.registerLanguage("html", $b), K.registerLanguage("xml", $b), K.registerLanguage("css", rS), K.registerLanguage("json", uS), K.registerLanguage("bash", $x), K.registerLanguage("shell", $x), K.registerLanguage("sh", $x), K.registerLanguage("python", Xb), K.registerLanguage("py", Xb), K.registerLanguage("java", dS), K.registerLanguage("go", hS), K.registerLanguage("yaml", Jb), K.registerLanguage("yml", Jb), K.registerLanguage("markdown", Qb), K.registerLanguage("md", Qb);
|
|
8292
8294
|
const a = new xe({
|
|
8293
8295
|
html: !0,
|
|
8294
8296
|
linkify: !0,
|
|
@@ -8305,15 +8307,15 @@ const dS = ["innerHTML"], hS = /* @__PURE__ */ be({
|
|
|
8305
8307
|
return (o, i) => (P(), U("div", {
|
|
8306
8308
|
class: "markdown-body",
|
|
8307
8309
|
innerHTML: n.value
|
|
8308
|
-
}, null, 8,
|
|
8310
|
+
}, null, 8, lS));
|
|
8309
8311
|
}
|
|
8310
|
-
}),
|
|
8312
|
+
}), yS = { class: "page-view" }, pS = {
|
|
8311
8313
|
key: 0,
|
|
8312
8314
|
class: "page-loading"
|
|
8313
|
-
},
|
|
8315
|
+
}, kS = /* @__PURE__ */ be({
|
|
8314
8316
|
__name: "PageView",
|
|
8315
8317
|
setup(e) {
|
|
8316
|
-
const a = Kt(), { config: c } = Rt(), n = me(""), o =
|
|
8318
|
+
const a = Kt(), { config: c } = Rt(), n = me(""), o = Kv(null), i = me(!0);
|
|
8317
8319
|
async function u() {
|
|
8318
8320
|
i.value = !0, n.value = "", o.value = null;
|
|
8319
8321
|
const r = a.meta.navItem;
|
|
@@ -8333,10 +8335,10 @@ Failed to load content for "${r.label}".`;
|
|
|
8333
8335
|
}
|
|
8334
8336
|
i.value = !1;
|
|
8335
8337
|
}
|
|
8336
|
-
return
|
|
8337
|
-
i.value ? (P(), U("div",
|
|
8338
|
+
return Jv(u), Nt(() => a.path, u), (r, d) => (P(), U("div", yS, [
|
|
8339
|
+
i.value ? (P(), U("div", pS, [...d[0] || (d[0] = [
|
|
8338
8340
|
J("span", { class: "page-loading-dot" }, null, -1)
|
|
8339
|
-
])])) : o.value ? (P(), re(nI(o.value), { key: 1 })) : (P(), re(
|
|
8341
|
+
])])) : o.value ? (P(), re(nI(o.value), { key: 1 })) : (P(), re(sS, {
|
|
8340
8342
|
key: 2,
|
|
8341
8343
|
content: n.value
|
|
8342
8344
|
}, null, 8, ["content"]))
|
|
@@ -8347,14 +8349,14 @@ Failed to load content for "${r.label}".`;
|
|
|
8347
8349
|
for (const [n, o] of a)
|
|
8348
8350
|
c[n] = o;
|
|
8349
8351
|
return c;
|
|
8350
|
-
},
|
|
8351
|
-
function
|
|
8352
|
+
}, fS = /* @__PURE__ */ Ze(kS, [["__scopeId", "data-v-98336c56"]]);
|
|
8353
|
+
function MS(e) {
|
|
8352
8354
|
return "/" + e.toLowerCase().replace(/\s+/g, "-");
|
|
8353
8355
|
}
|
|
8354
8356
|
function GI(e, a) {
|
|
8355
8357
|
return e.map((c, n) => {
|
|
8356
8358
|
var d;
|
|
8357
|
-
const o = a === void 0 && n === 0, i = !c.page && !!((d = c.children) != null && d.length), u = c.path ?? (o ? "/" :
|
|
8359
|
+
const o = a === void 0 && n === 0, i = !c.page && !!((d = c.children) != null && d.length), u = c.path ?? (o ? "/" : MS(c.label)), r = c.children ? GI(c.children, n) : void 0;
|
|
8358
8360
|
return {
|
|
8359
8361
|
...c,
|
|
8360
8362
|
resolvedPath: u,
|
|
@@ -8370,34 +8372,34 @@ function WI(e, a = "") {
|
|
|
8370
8372
|
n.isGroup && n.resolvedChildren ? c.push(...WI(n.resolvedChildren, a)) : c.push({
|
|
8371
8373
|
path: a + n.resolvedPath,
|
|
8372
8374
|
name: (a ? a + ":" : "") + n.label,
|
|
8373
|
-
component:
|
|
8375
|
+
component: fS,
|
|
8374
8376
|
meta: { navItem: n }
|
|
8375
8377
|
});
|
|
8376
8378
|
return c;
|
|
8377
8379
|
}
|
|
8378
|
-
function
|
|
8380
|
+
function gS(e) {
|
|
8379
8381
|
const a = WI(e);
|
|
8380
8382
|
return e.length > 0 && e[0].resolvedPath !== "/" && a.push({
|
|
8381
8383
|
path: "/",
|
|
8382
8384
|
redirect: e[0].resolvedPath
|
|
8383
|
-
}),
|
|
8384
|
-
history:
|
|
8385
|
+
}), nL({
|
|
8386
|
+
history: oL(),
|
|
8385
8387
|
routes: a
|
|
8386
8388
|
});
|
|
8387
8389
|
}
|
|
8388
8390
|
const $I = "vue-site-theme", XI = Symbol.for("vue-site.themeRef");
|
|
8389
|
-
let eb = null, Ne = ["light", "dark"], KI = {}, tb = {};
|
|
8391
|
+
let eb = null, Ne = ["light", "dark"], KI = {}, tb = {}, JI = /* @__PURE__ */ new Set(["dark"]);
|
|
8390
8392
|
function Yb(e) {
|
|
8391
8393
|
const a = document.documentElement;
|
|
8392
8394
|
for (const [c, n] of Object.entries(e))
|
|
8393
8395
|
a.style.setProperty(c, n);
|
|
8394
8396
|
}
|
|
8395
|
-
function
|
|
8396
|
-
typeof document < "u" && document.documentElement.setAttribute("data-theme", e), eb && (eb.value = e);
|
|
8397
|
+
function QI(e) {
|
|
8398
|
+
typeof document < "u" && (document.documentElement.setAttribute("data-theme", e), JI.has(e) ? document.documentElement.classList.add("dark") : document.documentElement.classList.remove("dark")), eb && (eb.value = e);
|
|
8397
8399
|
const a = KI[e];
|
|
8398
8400
|
a && Yb(a), Object.keys(tb).length && Yb(tb);
|
|
8399
8401
|
}
|
|
8400
|
-
function
|
|
8402
|
+
function mS() {
|
|
8401
8403
|
try {
|
|
8402
8404
|
const e = localStorage.getItem($I);
|
|
8403
8405
|
if (e && Ne.includes(e)) return e;
|
|
@@ -8405,18 +8407,18 @@ function MS() {
|
|
|
8405
8407
|
}
|
|
8406
8408
|
return null;
|
|
8407
8409
|
}
|
|
8408
|
-
function
|
|
8410
|
+
function xS(e) {
|
|
8409
8411
|
try {
|
|
8410
8412
|
localStorage.setItem($I, e);
|
|
8411
8413
|
} catch {
|
|
8412
8414
|
}
|
|
8413
8415
|
}
|
|
8414
|
-
function
|
|
8415
|
-
eb = e, Ne = c != null && c.length && c.length > 0 ? [...c] : ["light", "dark"], KI = n && Object.keys(n).length ? n : {}, tb = o ? { ...o } : {};
|
|
8416
|
-
const
|
|
8417
|
-
|
|
8416
|
+
function bS(e, a = "light", c, n, o, i) {
|
|
8417
|
+
eb = e, Ne = c != null && c.length && c.length > 0 ? [...c] : ["light", "dark"], KI = n && Object.keys(n).length ? n : {}, tb = o ? { ...o } : {}, JI = i ?? /* @__PURE__ */ new Set(["dark"]);
|
|
8418
|
+
const u = Ne[0] ?? "light", r = Ne.includes(a) ? a : u, d = mS();
|
|
8419
|
+
QI(d ?? r);
|
|
8418
8420
|
}
|
|
8419
|
-
function
|
|
8421
|
+
function IS() {
|
|
8420
8422
|
const e = cI(XI);
|
|
8421
8423
|
if (!e)
|
|
8422
8424
|
throw new Error(
|
|
@@ -8424,7 +8426,7 @@ function xS() {
|
|
|
8424
8426
|
);
|
|
8425
8427
|
const a = e;
|
|
8426
8428
|
function c(o) {
|
|
8427
|
-
Ne.includes(o) && (
|
|
8429
|
+
Ne.includes(o) && (QI(o), xS(o));
|
|
8428
8430
|
}
|
|
8429
8431
|
function n() {
|
|
8430
8432
|
const o = Ne.indexOf(a.value), i = Ne[(o + 1) % Ne.length] ?? a.value;
|
|
@@ -8501,7 +8503,7 @@ const eI = {
|
|
|
8501
8503
|
function Xx(e, a) {
|
|
8502
8504
|
return a ? { ...e, ...a } : { ...e };
|
|
8503
8505
|
}
|
|
8504
|
-
function
|
|
8506
|
+
function vS(e) {
|
|
8505
8507
|
var i, u, r;
|
|
8506
8508
|
const a = Xx(
|
|
8507
8509
|
eI.light,
|
|
@@ -8516,40 +8518,40 @@ function bS(e) {
|
|
|
8516
8518
|
}
|
|
8517
8519
|
return n;
|
|
8518
8520
|
}
|
|
8519
|
-
function
|
|
8521
|
+
function YI(e) {
|
|
8520
8522
|
var c;
|
|
8521
8523
|
if (!e.length) return 0;
|
|
8522
8524
|
let a = 1;
|
|
8523
8525
|
for (const n of e)
|
|
8524
|
-
(c = n.resolvedChildren) != null && c.length && (a = Math.max(a, 1 +
|
|
8526
|
+
(c = n.resolvedChildren) != null && c.length && (a = Math.max(a, 1 + YI(n.resolvedChildren)));
|
|
8525
8527
|
return a;
|
|
8526
8528
|
}
|
|
8527
8529
|
function zx(e, a) {
|
|
8528
8530
|
var c;
|
|
8529
8531
|
return e.resolvedPath === a ? !0 : (c = e.resolvedChildren) != null && c.length ? e.resolvedChildren.some((n) => zx(n, a)) : !1;
|
|
8530
8532
|
}
|
|
8531
|
-
function
|
|
8533
|
+
function LS(e, a) {
|
|
8532
8534
|
for (const c of e)
|
|
8533
8535
|
if (zx(c, a)) return c;
|
|
8534
8536
|
return e[0];
|
|
8535
8537
|
}
|
|
8536
|
-
function
|
|
8538
|
+
function ev(e) {
|
|
8537
8539
|
var a;
|
|
8538
8540
|
if (e.page) return e.resolvedPath;
|
|
8539
8541
|
if ((a = e.resolvedChildren) != null && a.length)
|
|
8540
8542
|
for (const c of e.resolvedChildren) {
|
|
8541
|
-
const n =
|
|
8543
|
+
const n = ev(c);
|
|
8542
8544
|
if (n) return n;
|
|
8543
8545
|
}
|
|
8544
8546
|
return null;
|
|
8545
8547
|
}
|
|
8546
|
-
const
|
|
8547
|
-
function
|
|
8548
|
+
const wS = 3;
|
|
8549
|
+
function tv() {
|
|
8548
8550
|
const { resolvedNav: e } = Rt(), a = Kt(), c = de(
|
|
8549
|
-
() =>
|
|
8551
|
+
() => YI(e) >= wS
|
|
8550
8552
|
), n = de(() => {
|
|
8551
8553
|
if (!c.value) return e;
|
|
8552
|
-
const i =
|
|
8554
|
+
const i = LS(e, a.path);
|
|
8553
8555
|
return (i == null ? void 0 : i.resolvedChildren) ?? [];
|
|
8554
8556
|
}), o = de(
|
|
8555
8557
|
() => !c.value || n.value.length > 0
|
|
@@ -8562,7 +8564,7 @@ function ev() {
|
|
|
8562
8564
|
* This source code is licensed under the ISC license.
|
|
8563
8565
|
* See the LICENSE file in the root directory of this source tree.
|
|
8564
8566
|
*/
|
|
8565
|
-
const
|
|
8567
|
+
const CS = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
8566
8568
|
/**
|
|
8567
8569
|
* @license lucide-vue-next v0.475.0 - ISC
|
|
8568
8570
|
*
|
|
@@ -8586,7 +8588,7 @@ var la = {
|
|
|
8586
8588
|
* This source code is licensed under the ISC license.
|
|
8587
8589
|
* See the LICENSE file in the root directory of this source tree.
|
|
8588
8590
|
*/
|
|
8589
|
-
const
|
|
8591
|
+
const av = ({ size: e, strokeWidth: a = 2, absoluteStrokeWidth: c, color: n, iconNode: o, name: i, class: u, ...r }, { slots: d }) => Kx(
|
|
8590
8592
|
"svg",
|
|
8591
8593
|
{
|
|
8592
8594
|
...la,
|
|
@@ -8594,7 +8596,7 @@ const tv = ({ size: e, strokeWidth: a = 2, absoluteStrokeWidth: c, color: n, ico
|
|
|
8594
8596
|
height: e || la.height,
|
|
8595
8597
|
stroke: n || la.stroke,
|
|
8596
8598
|
"stroke-width": c ? Number(a) * 24 / Number(e) : a,
|
|
8597
|
-
class: ["lucide", `lucide-${
|
|
8599
|
+
class: ["lucide", `lucide-${CS(i ?? "icon")}`],
|
|
8598
8600
|
...r
|
|
8599
8601
|
},
|
|
8600
8602
|
[...o.map((h) => Kx(...h)), ...d.default ? [d.default()] : []]
|
|
@@ -8606,7 +8608,7 @@ const tv = ({ size: e, strokeWidth: a = 2, absoluteStrokeWidth: c, color: n, ico
|
|
|
8606
8608
|
* See the LICENSE file in the root directory of this source tree.
|
|
8607
8609
|
*/
|
|
8608
8610
|
const t = (e, a) => (c, { slots: n }) => Kx(
|
|
8609
|
-
|
|
8611
|
+
av,
|
|
8610
8612
|
{
|
|
8611
8613
|
...c,
|
|
8612
8614
|
iconNode: a,
|
|
@@ -30786,7 +30788,7 @@ const Ix = t("ZoomOutIcon", [
|
|
|
30786
30788
|
* This source code is licensed under the ISC license.
|
|
30787
30789
|
* See the LICENSE file in the root directory of this source tree.
|
|
30788
30790
|
*/
|
|
30789
|
-
const
|
|
30791
|
+
const SS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
30790
30792
|
__proto__: null,
|
|
30791
30793
|
AArrowDown: sa,
|
|
30792
30794
|
AArrowUp: ya,
|
|
@@ -32350,7 +32352,7 @@ const wS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32350
32352
|
* This source code is licensed under the ISC license.
|
|
32351
32353
|
* See the LICENSE file in the root directory of this source tree.
|
|
32352
32354
|
*/
|
|
32353
|
-
const
|
|
32355
|
+
const AS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32354
32356
|
__proto__: null,
|
|
32355
32357
|
AArrowDown: sa,
|
|
32356
32358
|
AArrowDownIcon: sa,
|
|
@@ -34090,7 +34092,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34090
34092
|
IceCreamCone: E2,
|
|
34091
34093
|
IceCreamConeIcon: E2,
|
|
34092
34094
|
IceCreamIcon: E2,
|
|
34093
|
-
Icon:
|
|
34095
|
+
Icon: av,
|
|
34094
34096
|
IdCard: R4,
|
|
34095
34097
|
IdCardIcon: R4,
|
|
34096
34098
|
Image: W4,
|
|
@@ -37622,7 +37624,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37622
37624
|
ZoomOut: Ix,
|
|
37623
37625
|
ZoomOutIcon: Ix,
|
|
37624
37626
|
createLucideIcon: t,
|
|
37625
|
-
icons:
|
|
37627
|
+
icons: SS
|
|
37626
37628
|
}, Symbol.toStringTag, { value: "Module" })), Bt = /* @__PURE__ */ be({
|
|
37627
37629
|
__name: "DynamicIcon",
|
|
37628
37630
|
props: {
|
|
@@ -37635,7 +37637,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37635
37637
|
return o.split("-").map((i) => i.charAt(0).toUpperCase() + i.slice(1)).join("");
|
|
37636
37638
|
}
|
|
37637
37639
|
const n = de(() => {
|
|
37638
|
-
const o = c(a.name), i =
|
|
37640
|
+
const o = c(a.name), i = AS;
|
|
37639
37641
|
return i[o] ?? i[o + "Icon"] ?? null;
|
|
37640
37642
|
});
|
|
37641
37643
|
return (o, i) => n.value ? (P(), re(nI(n.value), {
|
|
@@ -37644,7 +37646,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37644
37646
|
"stroke-width": 1.75
|
|
37645
37647
|
}, null, 8, ["size"])) : ue("", !0);
|
|
37646
37648
|
}
|
|
37647
|
-
}),
|
|
37649
|
+
}), _S = { class: "nav-item-label" }, qS = /* @__PURE__ */ be({
|
|
37648
37650
|
__name: "NavItem",
|
|
37649
37651
|
props: {
|
|
37650
37652
|
item: {},
|
|
@@ -37664,13 +37666,13 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37664
37666
|
name: e.item.icon,
|
|
37665
37667
|
size: 18
|
|
37666
37668
|
}, null, 8, ["name"])) : ue("", !0),
|
|
37667
|
-
J("span",
|
|
37669
|
+
J("span", _S, je(e.item.label), 1)
|
|
37668
37670
|
]),
|
|
37669
37671
|
_: 1
|
|
37670
37672
|
}, 8, ["to", "class"]);
|
|
37671
37673
|
};
|
|
37672
37674
|
}
|
|
37673
|
-
}),
|
|
37675
|
+
}), cv = /* @__PURE__ */ Ze(qS, [["__scopeId", "data-v-03ee80b4"]]), DS = { class: "nav-group-label" }, zS = { class: "nav-group-children" }, ES = /* @__PURE__ */ be({
|
|
37674
37676
|
__name: "NavGroup",
|
|
37675
37677
|
props: {
|
|
37676
37678
|
item: {}
|
|
@@ -37700,7 +37702,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37700
37702
|
name: e.item.icon,
|
|
37701
37703
|
size: 18
|
|
37702
37704
|
}, null, 8, ["name"])) : ue("", !0),
|
|
37703
|
-
J("span",
|
|
37705
|
+
J("span", DS, je(e.item.label), 1),
|
|
37704
37706
|
r[0] || (r[0] = J("svg", {
|
|
37705
37707
|
class: "nav-group-chevron",
|
|
37706
37708
|
width: "16",
|
|
@@ -37715,14 +37717,14 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37715
37717
|
J("path", { d: "m9 18 6-6-6-6" })
|
|
37716
37718
|
], -1))
|
|
37717
37719
|
]),
|
|
37718
|
-
oI(J("div",
|
|
37720
|
+
oI(J("div", zS, [
|
|
37719
37721
|
(P(!0), U(qt, null, Xt(e.item.resolvedChildren, (d) => (P(), U(qt, {
|
|
37720
37722
|
key: d.resolvedPath + d.label
|
|
37721
37723
|
}, [
|
|
37722
|
-
d.isGroup ? (P(), re(
|
|
37724
|
+
d.isGroup ? (P(), re(nv, {
|
|
37723
37725
|
key: 0,
|
|
37724
37726
|
item: d
|
|
37725
|
-
}, null, 8, ["item"])) : (P(), re(
|
|
37727
|
+
}, null, 8, ["item"])) : (P(), re(cv, {
|
|
37726
37728
|
key: 1,
|
|
37727
37729
|
item: d,
|
|
37728
37730
|
indent: !0
|
|
@@ -37733,25 +37735,25 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37733
37735
|
])
|
|
37734
37736
|
], 2));
|
|
37735
37737
|
}
|
|
37736
|
-
}),
|
|
37738
|
+
}), nv = /* @__PURE__ */ Ze(ES, [["__scopeId", "data-v-0faf5c71"]]), HS = { class: "site-sidebar-nav" }, FS = /* @__PURE__ */ be({
|
|
37737
37739
|
__name: "SideNav",
|
|
37738
37740
|
setup(e) {
|
|
37739
|
-
const { sidebarNav: a } =
|
|
37740
|
-
return (c, n) => (P(), U("nav",
|
|
37741
|
+
const { sidebarNav: a } = tv();
|
|
37742
|
+
return (c, n) => (P(), U("nav", HS, [
|
|
37741
37743
|
(P(!0), U(qt, null, Xt(V(a), (o) => (P(), U(qt, {
|
|
37742
37744
|
key: o.resolvedPath
|
|
37743
37745
|
}, [
|
|
37744
|
-
o.isGroup ? (P(), re(
|
|
37746
|
+
o.isGroup ? (P(), re(nv, {
|
|
37745
37747
|
key: 0,
|
|
37746
37748
|
item: o
|
|
37747
|
-
}, null, 8, ["item"])) : (P(), re(
|
|
37749
|
+
}, null, 8, ["item"])) : (P(), re(cv, {
|
|
37748
37750
|
key: 1,
|
|
37749
37751
|
item: o
|
|
37750
37752
|
}, null, 8, ["item"]))
|
|
37751
37753
|
], 64))), 128))
|
|
37752
37754
|
]));
|
|
37753
37755
|
}
|
|
37754
|
-
}),
|
|
37756
|
+
}), PS = ["id"], TS = /* @__PURE__ */ be({
|
|
37755
37757
|
__name: "TooltipOverlay",
|
|
37756
37758
|
props: {
|
|
37757
37759
|
id: {},
|
|
@@ -37765,7 +37767,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37765
37767
|
function u() {
|
|
37766
37768
|
const h = c.anchor, s = n.value;
|
|
37767
37769
|
if (!h || !s || !c.open || !c.text) return;
|
|
37768
|
-
const
|
|
37770
|
+
const p = h.getBoundingClientRect(), f = s.getBoundingClientRect(), k = 8, b = c.placement === "top" ? p.top - k - f.height : p.bottom + k, A = p.left + p.width / 2;
|
|
37769
37771
|
i.value = A - f.width / 2, o.value = b;
|
|
37770
37772
|
const q = 8, x = window.innerWidth;
|
|
37771
37773
|
i.value < q && (i.value = q), i.value + f.width > x - q && (i.value = x - q - f.width);
|
|
@@ -37777,7 +37779,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37777
37779
|
return Nt(
|
|
37778
37780
|
() => [c.open, c.text, c.placement, c.anchor],
|
|
37779
37781
|
async () => {
|
|
37780
|
-
!c.open || !c.text || (await
|
|
37782
|
+
!c.open || !c.text || (await Qv(), requestAnimationFrame(() => {
|
|
37781
37783
|
u(), d();
|
|
37782
37784
|
}));
|
|
37783
37785
|
}
|
|
@@ -37788,25 +37790,25 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37788
37790
|
}
|
|
37789
37791
|
), rI(() => {
|
|
37790
37792
|
window.removeEventListener("scroll", u, !0), window.removeEventListener("resize", u), r == null || r.disconnect();
|
|
37791
|
-
}), a({ measure: u }), (h, s) => (P(), re(
|
|
37793
|
+
}), a({ measure: u }), (h, s) => (P(), re(Yv, { to: "body" }, [
|
|
37792
37794
|
oI(J("div", {
|
|
37793
37795
|
id: e.id,
|
|
37794
37796
|
ref_key: "tipRef",
|
|
37795
37797
|
ref: n,
|
|
37796
37798
|
role: "tooltip",
|
|
37797
37799
|
class: "tooltip-overlay",
|
|
37798
|
-
style:
|
|
37800
|
+
style: eL({
|
|
37799
37801
|
position: "fixed",
|
|
37800
37802
|
top: `${o.value}px`,
|
|
37801
37803
|
left: `${i.value}px`,
|
|
37802
37804
|
zIndex: 1e4
|
|
37803
37805
|
})
|
|
37804
|
-
}, je(e.text), 13,
|
|
37806
|
+
}, je(e.text), 13, PS), [
|
|
37805
37807
|
[iI, e.open && e.text]
|
|
37806
37808
|
])
|
|
37807
37809
|
]));
|
|
37808
37810
|
}
|
|
37809
|
-
}),
|
|
37811
|
+
}), ov = /* @__PURE__ */ Ze(TS, [["__scopeId", "data-v-31d77ab5"]]), BS = /* @__PURE__ */ be({
|
|
37810
37812
|
__name: "UiTooltip",
|
|
37811
37813
|
props: {
|
|
37812
37814
|
label: {},
|
|
@@ -37838,10 +37840,10 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37838
37840
|
onFocusin: r,
|
|
37839
37841
|
onFocusout: d
|
|
37840
37842
|
}, [
|
|
37841
|
-
|
|
37843
|
+
tL(h.$slots, "default", {
|
|
37842
37844
|
describedBy: o.value && e.label.trim() ? V(i) : void 0
|
|
37843
37845
|
}, void 0, !0),
|
|
37844
|
-
pe(
|
|
37846
|
+
pe(ov, {
|
|
37845
37847
|
id: V(i),
|
|
37846
37848
|
open: o.value && !!e.label.trim(),
|
|
37847
37849
|
text: e.label,
|
|
@@ -37850,7 +37852,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37850
37852
|
}, null, 8, ["id", "open", "text", "anchor", "placement"])
|
|
37851
37853
|
], 544));
|
|
37852
37854
|
}
|
|
37853
|
-
}),
|
|
37855
|
+
}), iv = /* @__PURE__ */ Ze(BS, [["__scopeId", "data-v-c96e8e51"]]), RS = ["href", "aria-describedby", "aria-label"], VS = /* @__PURE__ */ be({
|
|
37854
37856
|
__name: "SiteExternalLinks",
|
|
37855
37857
|
props: {
|
|
37856
37858
|
compact: { type: Boolean, default: !1 }
|
|
@@ -37875,7 +37877,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37875
37877
|
key: 0,
|
|
37876
37878
|
class: _t(["site-external-links", { "site-external-links--compact": e.compact }])
|
|
37877
37879
|
}, [
|
|
37878
|
-
(P(!0), U(qt, null, Xt(n.value, (u, r) => (P(), re(
|
|
37880
|
+
(P(!0), U(qt, null, Xt(n.value, (u, r) => (P(), re(iv, {
|
|
37879
37881
|
key: `${u.link}-${r}`,
|
|
37880
37882
|
label: c(u),
|
|
37881
37883
|
placement: e.compact ? "top" : "bottom"
|
|
@@ -37893,31 +37895,31 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37893
37895
|
name: u.icon,
|
|
37894
37896
|
size: e.compact ? 15 : 18
|
|
37895
37897
|
}, null, 8, ["name", "size"])
|
|
37896
|
-
], 8,
|
|
37898
|
+
], 8, RS)
|
|
37897
37899
|
]),
|
|
37898
37900
|
_: 2
|
|
37899
37901
|
}, 1032, ["label", "placement"]))), 128))
|
|
37900
37902
|
], 2)) : ue("", !0);
|
|
37901
37903
|
}
|
|
37902
|
-
}), tI = /* @__PURE__ */ Ze(
|
|
37904
|
+
}), tI = /* @__PURE__ */ Ze(VS, [["__scopeId", "data-v-70c288f3"]]), jS = ["aria-describedby"], OS = {
|
|
37903
37905
|
class: "theme-switch-trigger-icon",
|
|
37904
37906
|
"aria-hidden": "true"
|
|
37905
|
-
},
|
|
37907
|
+
}, NS = {
|
|
37906
37908
|
class: "theme-switch-menu",
|
|
37907
37909
|
role: "group",
|
|
37908
37910
|
"aria-label": "Theme options"
|
|
37909
|
-
},
|
|
37911
|
+
}, US = ["aria-describedby", "aria-label", "aria-pressed", "onClick"], ZS = /* @__PURE__ */ be({
|
|
37910
37912
|
__name: "ThemeSwitch",
|
|
37911
37913
|
props: {
|
|
37912
37914
|
compact: { type: Boolean, default: !1 }
|
|
37913
37915
|
},
|
|
37914
37916
|
setup(e) {
|
|
37915
|
-
const { theme: a, setTheme: c } =
|
|
37917
|
+
const { theme: a, setTheme: c } = IS(), { config: n } = Rt(), o = e, i = me(null), u = me(null), r = me(!1), d = uI();
|
|
37916
37918
|
let h;
|
|
37917
37919
|
const s = de(
|
|
37918
37920
|
() => o.compact ? "top" : "bottom"
|
|
37919
37921
|
);
|
|
37920
|
-
function
|
|
37922
|
+
function p() {
|
|
37921
37923
|
clearTimeout(h), h = setTimeout(() => {
|
|
37922
37924
|
r.value = !0;
|
|
37923
37925
|
}, 200);
|
|
@@ -37928,7 +37930,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37928
37930
|
rI(() => {
|
|
37929
37931
|
clearTimeout(h);
|
|
37930
37932
|
});
|
|
37931
|
-
const k = de(() => o.compact ? 15 : 18),
|
|
37933
|
+
const k = de(() => o.compact ? 15 : 18), y = de(
|
|
37932
37934
|
() => o.compact ? "top" : "bottom"
|
|
37933
37935
|
), b = de(() => {
|
|
37934
37936
|
var v, C;
|
|
@@ -37961,21 +37963,21 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37961
37963
|
class: "theme-switch-trigger",
|
|
37962
37964
|
"aria-label": "Theme",
|
|
37963
37965
|
"aria-describedby": r.value ? V(d) : void 0,
|
|
37964
|
-
onMouseenter:
|
|
37966
|
+
onMouseenter: p,
|
|
37965
37967
|
onMouseleave: f
|
|
37966
37968
|
}, [
|
|
37967
|
-
J("span",
|
|
37969
|
+
J("span", OS, [
|
|
37968
37970
|
pe(Bt, {
|
|
37969
37971
|
name: A.value,
|
|
37970
37972
|
size: k.value
|
|
37971
37973
|
}, null, 8, ["name", "size"])
|
|
37972
37974
|
])
|
|
37973
|
-
], 40,
|
|
37974
|
-
J("div",
|
|
37975
|
-
(P(!0), U(qt, null, Xt(b.value, (v) => (P(), re(
|
|
37975
|
+
], 40, jS),
|
|
37976
|
+
J("div", NS, [
|
|
37977
|
+
(P(!0), U(qt, null, Xt(b.value, (v) => (P(), re(iv, {
|
|
37976
37978
|
key: v.id,
|
|
37977
37979
|
label: v.label,
|
|
37978
|
-
placement:
|
|
37980
|
+
placement: y.value
|
|
37979
37981
|
}, {
|
|
37980
37982
|
default: $t(({ describedBy: C }) => [
|
|
37981
37983
|
J("button", {
|
|
@@ -37990,12 +37992,12 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
37990
37992
|
name: v.icon,
|
|
37991
37993
|
size: k.value
|
|
37992
37994
|
}, null, 8, ["name", "size"])
|
|
37993
|
-
], 10,
|
|
37995
|
+
], 10, US)
|
|
37994
37996
|
]),
|
|
37995
37997
|
_: 2
|
|
37996
37998
|
}, 1032, ["label", "placement"]))), 128))
|
|
37997
37999
|
]),
|
|
37998
|
-
pe(
|
|
38000
|
+
pe(ov, {
|
|
37999
38001
|
id: V(d),
|
|
38000
38002
|
open: r.value,
|
|
38001
38003
|
text: "Theme",
|
|
@@ -38004,22 +38006,22 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38004
38006
|
}, null, 8, ["id", "open", "anchor", "placement"])
|
|
38005
38007
|
], 2));
|
|
38006
38008
|
}
|
|
38007
|
-
}), aI = /* @__PURE__ */ Ze(
|
|
38009
|
+
}), aI = /* @__PURE__ */ Ze(ZS, [["__scopeId", "data-v-42e72bf0"]]), GS = {
|
|
38008
38010
|
class: "site-primary-nav-links",
|
|
38009
38011
|
"aria-label": "Primary"
|
|
38010
|
-
},
|
|
38012
|
+
}, WS = { class: "site-primary-nav-link-label" }, $S = /* @__PURE__ */ be({
|
|
38011
38013
|
__name: "TopPrimaryNav",
|
|
38012
38014
|
setup(e) {
|
|
38013
38015
|
const { resolvedNav: a } = Rt(), c = Kt(), n = de(
|
|
38014
38016
|
() => a.map((o) => ({
|
|
38015
38017
|
item: o,
|
|
38016
|
-
to: o.isGroup ?
|
|
38018
|
+
to: o.isGroup ? ev(o) ?? "/" : o.resolvedPath,
|
|
38017
38019
|
active: zx(o, c.path)
|
|
38018
38020
|
}))
|
|
38019
38021
|
);
|
|
38020
38022
|
return (o, i) => {
|
|
38021
38023
|
const u = vx("router-link");
|
|
38022
|
-
return P(), U("nav",
|
|
38024
|
+
return P(), U("nav", GS, [
|
|
38023
38025
|
(P(!0), U(qt, null, Xt(n.value, ({ item: r, to: d, active: h }) => (P(), re(u, {
|
|
38024
38026
|
key: r.resolvedPath + r.label,
|
|
38025
38027
|
to: d,
|
|
@@ -38031,38 +38033,38 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38031
38033
|
name: r.icon,
|
|
38032
38034
|
size: 17
|
|
38033
38035
|
}, null, 8, ["name"])) : ue("", !0),
|
|
38034
|
-
J("span",
|
|
38036
|
+
J("span", WS, je(r.label), 1)
|
|
38035
38037
|
]),
|
|
38036
38038
|
_: 2
|
|
38037
38039
|
}, 1032, ["to", "class"]))), 128))
|
|
38038
38040
|
]);
|
|
38039
38041
|
};
|
|
38040
38042
|
}
|
|
38041
|
-
}),
|
|
38043
|
+
}), XS = /* @__PURE__ */ Ze($S, [["__scopeId", "data-v-49be0e52"]]), KS = {
|
|
38042
38044
|
key: 0,
|
|
38043
38045
|
class: "site-primary-nav"
|
|
38044
|
-
},
|
|
38046
|
+
}, JS = ["src", "alt"], QS = { class: "site-primary-nav-title" }, YS = { class: "site-primary-nav-end" }, eA = {
|
|
38045
38047
|
key: 1,
|
|
38046
38048
|
class: "site-sidebar"
|
|
38047
|
-
},
|
|
38049
|
+
}, tA = {
|
|
38048
38050
|
key: 0,
|
|
38049
38051
|
class: "site-sidebar-header"
|
|
38050
|
-
},
|
|
38052
|
+
}, aA = { class: "site-sidebar-brand" }, cA = ["src", "alt"], nA = { class: "site-sidebar-title" }, oA = {
|
|
38051
38053
|
key: 1,
|
|
38052
38054
|
class: "site-sidebar-footer"
|
|
38053
|
-
},
|
|
38055
|
+
}, iA = {
|
|
38054
38056
|
key: 0,
|
|
38055
38057
|
class: "site-sidebar-toolbar"
|
|
38056
|
-
},
|
|
38058
|
+
}, rA = {
|
|
38057
38059
|
key: 1,
|
|
38058
38060
|
class: "site-footer-text"
|
|
38059
|
-
},
|
|
38061
|
+
}, uA = { class: "site-content" }, dA = { class: "site-content-inner" }, hA = {
|
|
38060
38062
|
key: 2,
|
|
38061
38063
|
class: "site-footer-standalone"
|
|
38062
|
-
},
|
|
38064
|
+
}, lA = { class: "site-footer-text" }, sA = /* @__PURE__ */ be({
|
|
38063
38065
|
__name: "AppLayout",
|
|
38064
38066
|
setup(e) {
|
|
38065
|
-
const { config: a } = Rt(), { tieredNav: c, showSidebar: n } =
|
|
38067
|
+
const { config: a } = Rt(), { tieredNav: c, showSidebar: n } = tv();
|
|
38066
38068
|
return (o, i) => {
|
|
38067
38069
|
const u = vx("router-link"), r = vx("router-view");
|
|
38068
38070
|
return P(), U("div", {
|
|
@@ -38071,7 +38073,7 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38071
38073
|
"site-layout--tiered-no-sidebar": V(c) && !V(n)
|
|
38072
38074
|
}])
|
|
38073
38075
|
}, [
|
|
38074
|
-
V(c) ? (P(), U("header",
|
|
38076
|
+
V(c) ? (P(), U("header", KS, [
|
|
38075
38077
|
pe(u, {
|
|
38076
38078
|
to: "/",
|
|
38077
38079
|
class: "site-primary-nav-brand"
|
|
@@ -38083,72 +38085,79 @@ const CS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
38083
38085
|
src: V(a).logo,
|
|
38084
38086
|
alt: `${V(a).title} logo`,
|
|
38085
38087
|
decoding: "async"
|
|
38086
|
-
}, null, 8,
|
|
38087
|
-
J("span",
|
|
38088
|
+
}, null, 8, JS)) : ue("", !0),
|
|
38089
|
+
J("span", QS, je(V(a).title), 1)
|
|
38088
38090
|
]),
|
|
38089
38091
|
_: 1
|
|
38090
38092
|
}),
|
|
38091
|
-
pe(
|
|
38092
|
-
J("div",
|
|
38093
|
+
pe(XS),
|
|
38094
|
+
J("div", YS, [
|
|
38093
38095
|
pe(tI),
|
|
38094
38096
|
pe(aI, { class: "site-primary-nav-theme" })
|
|
38095
38097
|
])
|
|
38096
38098
|
])) : ue("", !0),
|
|
38097
|
-
V(n) ? (P(), U("aside",
|
|
38098
|
-
V(c) ? ue("", !0) : (P(), U("div",
|
|
38099
|
-
J("div",
|
|
38099
|
+
V(n) ? (P(), U("aside", eA, [
|
|
38100
|
+
V(c) ? ue("", !0) : (P(), U("div", tA, [
|
|
38101
|
+
J("div", aA, [
|
|
38100
38102
|
V(a).logo ? (P(), U("img", {
|
|
38101
38103
|
key: 0,
|
|
38102
38104
|
class: "site-sidebar-logo",
|
|
38103
38105
|
src: V(a).logo,
|
|
38104
38106
|
alt: `${V(a).title} logo`,
|
|
38105
38107
|
decoding: "async"
|
|
38106
|
-
}, null, 8,
|
|
38107
|
-
J("div",
|
|
38108
|
+
}, null, 8, cA)) : ue("", !0),
|
|
38109
|
+
J("div", nA, je(V(a).title), 1)
|
|
38108
38110
|
])
|
|
38109
38111
|
])),
|
|
38110
|
-
pe(
|
|
38111
|
-
!V(c) || V(a).footer ? (P(), U("div",
|
|
38112
|
-
V(c) ? ue("", !0) : (P(), U("div",
|
|
38112
|
+
pe(FS),
|
|
38113
|
+
!V(c) || V(a).footer ? (P(), U("div", oA, [
|
|
38114
|
+
V(c) ? ue("", !0) : (P(), U("div", iA, [
|
|
38113
38115
|
pe(tI, { compact: "" }),
|
|
38114
38116
|
pe(aI, { compact: "" })
|
|
38115
38117
|
])),
|
|
38116
|
-
V(a).footer ? (P(), U("p",
|
|
38118
|
+
V(a).footer ? (P(), U("p", rA, je(V(a).footer), 1)) : ue("", !0)
|
|
38117
38119
|
])) : ue("", !0)
|
|
38118
38120
|
])) : ue("", !0),
|
|
38119
|
-
J("main",
|
|
38120
|
-
J("div",
|
|
38121
|
+
J("main", uA, [
|
|
38122
|
+
J("div", dA, [
|
|
38121
38123
|
pe(r)
|
|
38122
38124
|
])
|
|
38123
38125
|
]),
|
|
38124
|
-
V(c) && !V(n) && V(a).footer ? (P(), U("footer",
|
|
38125
|
-
J("p",
|
|
38126
|
+
V(c) && !V(n) && V(a).footer ? (P(), U("footer", hA, [
|
|
38127
|
+
J("p", lA, je(V(a).footer), 1)
|
|
38126
38128
|
])) : ue("", !0)
|
|
38127
38129
|
], 2);
|
|
38128
38130
|
};
|
|
38129
38131
|
}
|
|
38130
38132
|
});
|
|
38131
|
-
async function
|
|
38132
|
-
var
|
|
38133
|
-
const a = GI(e.nav), c =
|
|
38134
|
-
|
|
38135
|
-
u
|
|
38136
|
-
|
|
38133
|
+
async function MA(e) {
|
|
38134
|
+
var h, s, p, f, k;
|
|
38135
|
+
const a = GI(e.nav), c = gS(a), o = ["light", "dark", ...((s = (h = e.theme) == null ? void 0 : h.extraThemes) == null ? void 0 : s.filter((y) => y.id !== "light" && y.id !== "dark").map((y) => y.id)) ?? []], i = vS(e.theme), u = /* @__PURE__ */ new Set(["dark"]);
|
|
38136
|
+
for (const y of ((p = e.theme) == null ? void 0 : p.extraThemes) ?? [])
|
|
38137
|
+
y.basedOn === "dark" && u.add(y.id);
|
|
38138
|
+
const r = me("light");
|
|
38139
|
+
bS(
|
|
38140
|
+
r,
|
|
38141
|
+
((f = e.theme) == null ? void 0 : f.default) ?? "light",
|
|
38137
38142
|
o,
|
|
38138
38143
|
i,
|
|
38139
|
-
(
|
|
38144
|
+
(k = e.theme) == null ? void 0 : k.colors,
|
|
38145
|
+
u
|
|
38140
38146
|
), document.title = e.title;
|
|
38141
|
-
const
|
|
38142
|
-
return
|
|
38147
|
+
const d = aL(sA);
|
|
38148
|
+
return d.provide(XI, r), d.provide(dI, { config: e, resolvedNav: a }), d.use(cL), d.use(c), e.configureApp && await Promise.resolve(e.configureApp(d)), d;
|
|
38143
38149
|
}
|
|
38144
|
-
function
|
|
38150
|
+
function gA(e) {
|
|
38145
38151
|
return e;
|
|
38146
38152
|
}
|
|
38147
38153
|
export {
|
|
38154
|
+
bA as ElMessage,
|
|
38155
|
+
IA as ElMessageBox,
|
|
38156
|
+
vA as ElNotification,
|
|
38148
38157
|
eI as builtinThemePalettes,
|
|
38149
|
-
|
|
38150
|
-
|
|
38158
|
+
MA as createSiteApp,
|
|
38159
|
+
gA as defineConfig,
|
|
38151
38160
|
XI as themeRefKey,
|
|
38152
38161
|
Rt as useSiteConfig,
|
|
38153
|
-
|
|
38162
|
+
IS as useTheme
|
|
38154
38163
|
};
|