@oxide/react-asciidoc 1.2.0 → 1.3.0-canary.5535dcb
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/README.md +361 -74
- package/dist/react-asciidoc.js +3142 -1077
- package/dist/react-asciidoc.umd.cjs +21 -23
- package/dist/types/RenderInline.d.ts +93 -0
- package/dist/types/index.d.ts +7 -2
- package/dist/types/inline/index.d.ts +4 -0
- package/dist/types/inline/parser.d.ts +90 -0
- package/dist/types/inline/quotes.d.ts +5 -0
- package/dist/types/inline/renderer.d.ts +3 -0
- package/dist/types/inline/rx.d.ts +28 -0
- package/dist/types/inline/types.d.ts +105 -0
- package/dist/types/templates/FloatingTitle.d.ts +5 -1
- package/dist/types/templates/Stem.d.ts +5 -0
- package/dist/types/templates/index.d.ts +2 -1
- package/dist/types/utils/prepareDocument.d.ts +32 -5
- package/package.json +10 -18
package/dist/react-asciidoc.js
CHANGED
|
@@ -1,869 +1,2813 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { default as
|
|
4
|
-
function
|
|
5
|
-
return
|
|
1
|
+
import ce, { useContext as ku, Fragment as hu, createElement as Pu, createContext as ie } from "react";
|
|
2
|
+
import _u from "html-react-parser";
|
|
3
|
+
import { default as Vt } from "html-react-parser";
|
|
4
|
+
function ne(u) {
|
|
5
|
+
return u && u.__esModule && Object.prototype.hasOwnProperty.call(u, "default") ? u.default : u;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
var
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
for (var c in l)
|
|
27
|
-
c !== "key" && (o[c] = l[c]);
|
|
28
|
-
} else o = l;
|
|
29
|
-
return l = o.ref, {
|
|
30
|
-
$$typeof: e,
|
|
31
|
-
type: n,
|
|
32
|
-
key: a,
|
|
33
|
-
ref: l !== void 0 ? l : null,
|
|
34
|
-
props: o
|
|
7
|
+
var $u = { exports: {} }, yu = {};
|
|
8
|
+
var Du;
|
|
9
|
+
function le() {
|
|
10
|
+
if (Du) return yu;
|
|
11
|
+
Du = 1;
|
|
12
|
+
var u = /* @__PURE__ */ Symbol.for("react.transitional.element"), e = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
13
|
+
function t(s, a, c) {
|
|
14
|
+
var i = null;
|
|
15
|
+
if (c !== void 0 && (i = "" + c), a.key !== void 0 && (i = "" + a.key), "key" in a) {
|
|
16
|
+
c = {};
|
|
17
|
+
for (var n in a)
|
|
18
|
+
n !== "key" && (c[n] = a[n]);
|
|
19
|
+
} else c = a;
|
|
20
|
+
return a = c.ref, {
|
|
21
|
+
$$typeof: u,
|
|
22
|
+
type: s,
|
|
23
|
+
key: i,
|
|
24
|
+
ref: a !== void 0 ? a : null,
|
|
25
|
+
props: c
|
|
35
26
|
};
|
|
36
27
|
}
|
|
37
|
-
return
|
|
28
|
+
return yu.Fragment = e, yu.jsx = t, yu.jsxs = t, yu;
|
|
38
29
|
}
|
|
39
|
-
var
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
function Le() {
|
|
51
|
-
return ge || (ge = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
52
|
-
function e(i) {
|
|
53
|
-
if (i == null) return null;
|
|
54
|
-
if (typeof i == "function")
|
|
55
|
-
return i.$$typeof === qe ? null : i.displayName || i.name || null;
|
|
56
|
-
if (typeof i == "string") return i;
|
|
57
|
-
switch (i) {
|
|
58
|
-
case x:
|
|
30
|
+
var vu = {};
|
|
31
|
+
var Bu;
|
|
32
|
+
function oe() {
|
|
33
|
+
return Bu || (Bu = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
34
|
+
function u(d) {
|
|
35
|
+
if (d == null) return null;
|
|
36
|
+
if (typeof d == "function")
|
|
37
|
+
return d.$$typeof === o ? null : d.displayName || d.name || null;
|
|
38
|
+
if (typeof d == "string") return d;
|
|
39
|
+
switch (d) {
|
|
40
|
+
case j:
|
|
59
41
|
return "Fragment";
|
|
60
|
-
case
|
|
42
|
+
case I:
|
|
61
43
|
return "Profiler";
|
|
62
|
-
case
|
|
44
|
+
case N:
|
|
63
45
|
return "StrictMode";
|
|
64
|
-
case
|
|
46
|
+
case F:
|
|
65
47
|
return "Suspense";
|
|
66
|
-
case
|
|
48
|
+
case Q:
|
|
67
49
|
return "SuspenseList";
|
|
68
|
-
case
|
|
50
|
+
case Hu:
|
|
69
51
|
return "Activity";
|
|
70
52
|
}
|
|
71
|
-
if (typeof
|
|
72
|
-
switch (typeof
|
|
53
|
+
if (typeof d == "object")
|
|
54
|
+
switch (typeof d.tag == "number" && console.error(
|
|
73
55
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
74
|
-
),
|
|
75
|
-
case
|
|
56
|
+
), d.$$typeof) {
|
|
57
|
+
case g:
|
|
76
58
|
return "Portal";
|
|
77
|
-
case
|
|
78
|
-
return
|
|
79
|
-
case
|
|
80
|
-
return (
|
|
81
|
-
case
|
|
82
|
-
var
|
|
83
|
-
return
|
|
84
|
-
case
|
|
85
|
-
return
|
|
86
|
-
case
|
|
87
|
-
|
|
59
|
+
case q:
|
|
60
|
+
return d.displayName || "Context";
|
|
61
|
+
case T:
|
|
62
|
+
return (d._context.displayName || "Context") + ".Consumer";
|
|
63
|
+
case z:
|
|
64
|
+
var w = d.render;
|
|
65
|
+
return d = d.displayName, d || (d = w.displayName || w.name || "", d = d !== "" ? "ForwardRef(" + d + ")" : "ForwardRef"), d;
|
|
66
|
+
case X:
|
|
67
|
+
return w = d.displayName || null, w !== null ? w : u(d.type) || "Memo";
|
|
68
|
+
case ou:
|
|
69
|
+
w = d._payload, d = d._init;
|
|
88
70
|
try {
|
|
89
|
-
return
|
|
71
|
+
return u(d(w));
|
|
90
72
|
} catch {
|
|
91
73
|
}
|
|
92
74
|
}
|
|
93
75
|
return null;
|
|
94
76
|
}
|
|
95
|
-
function
|
|
96
|
-
return "" +
|
|
77
|
+
function e(d) {
|
|
78
|
+
return "" + d;
|
|
97
79
|
}
|
|
98
|
-
function
|
|
80
|
+
function t(d) {
|
|
99
81
|
try {
|
|
100
|
-
|
|
101
|
-
var
|
|
82
|
+
e(d);
|
|
83
|
+
var w = !1;
|
|
102
84
|
} catch {
|
|
103
|
-
|
|
85
|
+
w = !0;
|
|
104
86
|
}
|
|
105
|
-
if (
|
|
106
|
-
|
|
107
|
-
var
|
|
108
|
-
return
|
|
109
|
-
|
|
87
|
+
if (w) {
|
|
88
|
+
w = console;
|
|
89
|
+
var $ = w.error, A = typeof Symbol == "function" && Symbol.toStringTag && d[Symbol.toStringTag] || d.constructor.name || "Object";
|
|
90
|
+
return $.call(
|
|
91
|
+
w,
|
|
110
92
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
111
|
-
|
|
112
|
-
),
|
|
93
|
+
A
|
|
94
|
+
), e(d);
|
|
113
95
|
}
|
|
114
96
|
}
|
|
115
|
-
function
|
|
116
|
-
if (
|
|
117
|
-
if (typeof
|
|
97
|
+
function s(d) {
|
|
98
|
+
if (d === j) return "<>";
|
|
99
|
+
if (typeof d == "object" && d !== null && d.$$typeof === ou)
|
|
118
100
|
return "<...>";
|
|
119
101
|
try {
|
|
120
|
-
var
|
|
121
|
-
return
|
|
102
|
+
var w = u(d);
|
|
103
|
+
return w ? "<" + w + ">" : "<...>";
|
|
122
104
|
} catch {
|
|
123
105
|
return "<...>";
|
|
124
106
|
}
|
|
125
107
|
}
|
|
126
|
-
function
|
|
127
|
-
var
|
|
128
|
-
return
|
|
108
|
+
function a() {
|
|
109
|
+
var d = l.A;
|
|
110
|
+
return d === null ? null : d.getOwner();
|
|
129
111
|
}
|
|
130
|
-
function
|
|
112
|
+
function c() {
|
|
131
113
|
return Error("react-stack-top-frame");
|
|
132
114
|
}
|
|
133
|
-
function
|
|
134
|
-
if (
|
|
135
|
-
var
|
|
136
|
-
if (
|
|
115
|
+
function i(d) {
|
|
116
|
+
if (E.call(d, "key")) {
|
|
117
|
+
var w = Object.getOwnPropertyDescriptor(d, "key").get;
|
|
118
|
+
if (w && w.isReactWarning) return !1;
|
|
137
119
|
}
|
|
138
|
-
return
|
|
120
|
+
return d.key !== void 0;
|
|
139
121
|
}
|
|
140
|
-
function
|
|
141
|
-
function
|
|
142
|
-
|
|
122
|
+
function n(d, w) {
|
|
123
|
+
function $() {
|
|
124
|
+
C || (C = !0, console.error(
|
|
143
125
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
144
|
-
|
|
126
|
+
w
|
|
145
127
|
));
|
|
146
128
|
}
|
|
147
|
-
|
|
148
|
-
get:
|
|
129
|
+
$.isReactWarning = !0, Object.defineProperty(d, "key", {
|
|
130
|
+
get: $,
|
|
149
131
|
configurable: !0
|
|
150
132
|
});
|
|
151
133
|
}
|
|
152
|
-
function
|
|
153
|
-
var
|
|
154
|
-
return
|
|
134
|
+
function x() {
|
|
135
|
+
var d = u(this.type);
|
|
136
|
+
return k[d] || (k[d] = !0, console.error(
|
|
155
137
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
156
|
-
)),
|
|
157
|
-
}
|
|
158
|
-
function
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
138
|
+
)), d = this.props.ref, d !== void 0 ? d : null;
|
|
139
|
+
}
|
|
140
|
+
function b(d, w, $, A, D, ru) {
|
|
141
|
+
var M = $.ref;
|
|
142
|
+
return d = {
|
|
143
|
+
$$typeof: p,
|
|
144
|
+
type: d,
|
|
145
|
+
key: w,
|
|
146
|
+
props: $,
|
|
147
|
+
_owner: A
|
|
148
|
+
}, (M !== void 0 ? M : null) !== null ? Object.defineProperty(d, "ref", {
|
|
166
149
|
enumerable: !1,
|
|
167
|
-
get:
|
|
168
|
-
}) : Object.defineProperty(
|
|
150
|
+
get: x
|
|
151
|
+
}) : Object.defineProperty(d, "ref", { enumerable: !1, value: null }), d._store = {}, Object.defineProperty(d._store, "validated", {
|
|
169
152
|
configurable: !1,
|
|
170
153
|
enumerable: !1,
|
|
171
154
|
writable: !0,
|
|
172
155
|
value: 0
|
|
173
|
-
}), Object.defineProperty(
|
|
156
|
+
}), Object.defineProperty(d, "_debugInfo", {
|
|
174
157
|
configurable: !1,
|
|
175
158
|
enumerable: !1,
|
|
176
159
|
writable: !0,
|
|
177
160
|
value: null
|
|
178
|
-
}), Object.defineProperty(
|
|
161
|
+
}), Object.defineProperty(d, "_debugStack", {
|
|
179
162
|
configurable: !1,
|
|
180
163
|
enumerable: !1,
|
|
181
164
|
writable: !0,
|
|
182
|
-
value:
|
|
183
|
-
}), Object.defineProperty(
|
|
165
|
+
value: D
|
|
166
|
+
}), Object.defineProperty(d, "_debugTask", {
|
|
184
167
|
configurable: !1,
|
|
185
168
|
enumerable: !1,
|
|
186
169
|
writable: !0,
|
|
187
|
-
value:
|
|
188
|
-
}), Object.freeze && (Object.freeze(
|
|
189
|
-
}
|
|
190
|
-
function
|
|
191
|
-
var
|
|
192
|
-
if (
|
|
193
|
-
if (
|
|
194
|
-
if (
|
|
195
|
-
for (
|
|
196
|
-
|
|
197
|
-
Object.freeze && Object.freeze(
|
|
170
|
+
value: ru
|
|
171
|
+
}), Object.freeze && (Object.freeze(d.props), Object.freeze(d)), d;
|
|
172
|
+
}
|
|
173
|
+
function m(d, w, $, A, D, ru) {
|
|
174
|
+
var M = w.children;
|
|
175
|
+
if (M !== void 0)
|
|
176
|
+
if (A)
|
|
177
|
+
if (L(M)) {
|
|
178
|
+
for (A = 0; A < M.length; A++)
|
|
179
|
+
h(M[A]);
|
|
180
|
+
Object.freeze && Object.freeze(M);
|
|
198
181
|
} else
|
|
199
182
|
console.error(
|
|
200
183
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
201
184
|
);
|
|
202
|
-
else
|
|
203
|
-
if (
|
|
204
|
-
|
|
205
|
-
var
|
|
206
|
-
return
|
|
185
|
+
else h(M);
|
|
186
|
+
if (E.call(w, "key")) {
|
|
187
|
+
M = u(d);
|
|
188
|
+
var eu = Object.keys(w).filter(function(qu) {
|
|
189
|
+
return qu !== "key";
|
|
207
190
|
});
|
|
208
|
-
|
|
191
|
+
A = 0 < eu.length ? "{key: someKey, " + eu.join(": ..., ") + ": ...}" : "{key: someKey}", _[M + A] || (eu = 0 < eu.length ? "{" + eu.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
209
192
|
`A props object containing a "key" prop is being spread into JSX:
|
|
210
193
|
let props = %s;
|
|
211
194
|
<%s {...props} />
|
|
212
195
|
React keys must be passed directly to JSX without using spread:
|
|
213
196
|
let props = %s;
|
|
214
197
|
<%s key={someKey} {...props} />`,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
),
|
|
220
|
-
}
|
|
221
|
-
if (
|
|
222
|
-
|
|
223
|
-
for (var
|
|
224
|
-
|
|
225
|
-
} else
|
|
226
|
-
return
|
|
227
|
-
|
|
228
|
-
typeof
|
|
229
|
-
),
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
Z,
|
|
237
|
-
X
|
|
198
|
+
A,
|
|
199
|
+
M,
|
|
200
|
+
eu,
|
|
201
|
+
M
|
|
202
|
+
), _[M + A] = !0);
|
|
203
|
+
}
|
|
204
|
+
if (M = null, $ !== void 0 && (t($), M = "" + $), i(w) && (t(w.key), M = "" + w.key), "key" in w) {
|
|
205
|
+
$ = {};
|
|
206
|
+
for (var gu in w)
|
|
207
|
+
gu !== "key" && ($[gu] = w[gu]);
|
|
208
|
+
} else $ = w;
|
|
209
|
+
return M && n(
|
|
210
|
+
$,
|
|
211
|
+
typeof d == "function" ? d.displayName || d.name || "Unknown" : d
|
|
212
|
+
), b(
|
|
213
|
+
d,
|
|
214
|
+
M,
|
|
215
|
+
$,
|
|
216
|
+
a(),
|
|
217
|
+
D,
|
|
218
|
+
ru
|
|
238
219
|
);
|
|
239
220
|
}
|
|
240
|
-
function
|
|
241
|
-
typeof
|
|
221
|
+
function h(d) {
|
|
222
|
+
f(d) ? d._store && (d._store.validated = 1) : typeof d == "object" && d !== null && d.$$typeof === ou && (d._payload.status === "fulfilled" ? f(d._payload.value) && d._payload.value._store && (d._payload.value._store.validated = 1) : d._store && (d._store.validated = 1));
|
|
223
|
+
}
|
|
224
|
+
function f(d) {
|
|
225
|
+
return typeof d == "object" && d !== null && d.$$typeof === p;
|
|
242
226
|
}
|
|
243
|
-
var
|
|
227
|
+
var y = ce, p = /* @__PURE__ */ Symbol.for("react.transitional.element"), g = /* @__PURE__ */ Symbol.for("react.portal"), j = /* @__PURE__ */ Symbol.for("react.fragment"), N = /* @__PURE__ */ Symbol.for("react.strict_mode"), I = /* @__PURE__ */ Symbol.for("react.profiler"), T = /* @__PURE__ */ Symbol.for("react.consumer"), q = /* @__PURE__ */ Symbol.for("react.context"), z = /* @__PURE__ */ Symbol.for("react.forward_ref"), F = /* @__PURE__ */ Symbol.for("react.suspense"), Q = /* @__PURE__ */ Symbol.for("react.suspense_list"), X = /* @__PURE__ */ Symbol.for("react.memo"), ou = /* @__PURE__ */ Symbol.for("react.lazy"), Hu = /* @__PURE__ */ Symbol.for("react.activity"), o = /* @__PURE__ */ Symbol.for("react.client.reference"), l = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, E = Object.prototype.hasOwnProperty, L = Array.isArray, R = console.createTask ? console.createTask : function() {
|
|
244
228
|
return null;
|
|
245
229
|
};
|
|
246
|
-
|
|
247
|
-
react_stack_bottom_frame: function(
|
|
248
|
-
return
|
|
230
|
+
y = {
|
|
231
|
+
react_stack_bottom_frame: function(d) {
|
|
232
|
+
return d();
|
|
249
233
|
}
|
|
250
234
|
};
|
|
251
|
-
var
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
)(),
|
|
255
|
-
|
|
256
|
-
var
|
|
257
|
-
return
|
|
258
|
-
i,
|
|
235
|
+
var C, k = {}, v = y.react_stack_bottom_frame.bind(
|
|
236
|
+
y,
|
|
237
|
+
c
|
|
238
|
+
)(), S = R(s(c)), _ = {};
|
|
239
|
+
vu.Fragment = j, vu.jsx = function(d, w, $) {
|
|
240
|
+
var A = 1e4 > l.recentlyCreatedOwnerStacks++;
|
|
241
|
+
return m(
|
|
259
242
|
d,
|
|
260
|
-
|
|
243
|
+
w,
|
|
244
|
+
$,
|
|
261
245
|
!1,
|
|
262
|
-
|
|
263
|
-
S
|
|
264
|
-
k ? Error("react-stack-top-frame") : ue,
|
|
265
|
-
k ? J(n(i)) : pe
|
|
246
|
+
A ? Error("react-stack-top-frame") : v,
|
|
247
|
+
A ? R(s(d)) : S
|
|
266
248
|
);
|
|
267
|
-
},
|
|
268
|
-
var
|
|
269
|
-
return
|
|
270
|
-
i,
|
|
249
|
+
}, vu.jsxs = function(d, w, $) {
|
|
250
|
+
var A = 1e4 > l.recentlyCreatedOwnerStacks++;
|
|
251
|
+
return m(
|
|
271
252
|
d,
|
|
272
|
-
|
|
253
|
+
w,
|
|
254
|
+
$,
|
|
273
255
|
!0,
|
|
274
|
-
|
|
275
|
-
S
|
|
276
|
-
|
|
277
|
-
|
|
256
|
+
A ? Error("react-stack-top-frame") : v,
|
|
257
|
+
A ? R(s(d)) : S
|
|
258
|
+
);
|
|
259
|
+
};
|
|
260
|
+
})()), vu;
|
|
261
|
+
}
|
|
262
|
+
var Wu;
|
|
263
|
+
function de() {
|
|
264
|
+
return Wu || (Wu = 1, process.env.NODE_ENV === "production" ? $u.exports = le() : $u.exports = oe()), $u.exports;
|
|
265
|
+
}
|
|
266
|
+
var r = de();
|
|
267
|
+
const fe = /* @__PURE__ */ new Uint16Array(
|
|
268
|
+
// prettier-ignore
|
|
269
|
+
/* @__PURE__ */ 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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((u) => u.charCodeAt(0))
|
|
270
|
+
);
|
|
271
|
+
var Lu;
|
|
272
|
+
const be = /* @__PURE__ */ new Map([
|
|
273
|
+
[0, 65533],
|
|
274
|
+
// C1 Unicode control character reference replacements
|
|
275
|
+
[128, 8364],
|
|
276
|
+
[130, 8218],
|
|
277
|
+
[131, 402],
|
|
278
|
+
[132, 8222],
|
|
279
|
+
[133, 8230],
|
|
280
|
+
[134, 8224],
|
|
281
|
+
[135, 8225],
|
|
282
|
+
[136, 710],
|
|
283
|
+
[137, 8240],
|
|
284
|
+
[138, 352],
|
|
285
|
+
[139, 8249],
|
|
286
|
+
[140, 338],
|
|
287
|
+
[142, 381],
|
|
288
|
+
[145, 8216],
|
|
289
|
+
[146, 8217],
|
|
290
|
+
[147, 8220],
|
|
291
|
+
[148, 8221],
|
|
292
|
+
[149, 8226],
|
|
293
|
+
[150, 8211],
|
|
294
|
+
[151, 8212],
|
|
295
|
+
[152, 732],
|
|
296
|
+
[153, 8482],
|
|
297
|
+
[154, 353],
|
|
298
|
+
[155, 8250],
|
|
299
|
+
[156, 339],
|
|
300
|
+
[158, 382],
|
|
301
|
+
[159, 376]
|
|
302
|
+
]), xe = (
|
|
303
|
+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, n/no-unsupported-features/es-builtins
|
|
304
|
+
(Lu = String.fromCodePoint) !== null && Lu !== void 0 ? Lu : function(u) {
|
|
305
|
+
let e = "";
|
|
306
|
+
return u > 65535 && (u -= 65536, e += String.fromCharCode(u >>> 10 & 1023 | 55296), u = 56320 | u & 1023), e += String.fromCharCode(u), e;
|
|
307
|
+
}
|
|
308
|
+
);
|
|
309
|
+
function pe(u) {
|
|
310
|
+
var e;
|
|
311
|
+
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e = be.get(u)) !== null && e !== void 0 ? e : u;
|
|
312
|
+
}
|
|
313
|
+
var Z;
|
|
314
|
+
(function(u) {
|
|
315
|
+
u[u.NUM = 35] = "NUM", u[u.SEMI = 59] = "SEMI", u[u.EQUALS = 61] = "EQUALS", u[u.ZERO = 48] = "ZERO", u[u.NINE = 57] = "NINE", u[u.LOWER_A = 97] = "LOWER_A", u[u.LOWER_F = 102] = "LOWER_F", u[u.LOWER_X = 120] = "LOWER_X", u[u.LOWER_Z = 122] = "LOWER_Z", u[u.UPPER_A = 65] = "UPPER_A", u[u.UPPER_F = 70] = "UPPER_F", u[u.UPPER_Z = 90] = "UPPER_Z";
|
|
316
|
+
})(Z || (Z = {}));
|
|
317
|
+
const he = 32;
|
|
318
|
+
var lu;
|
|
319
|
+
(function(u) {
|
|
320
|
+
u[u.VALUE_LENGTH = 49152] = "VALUE_LENGTH", u[u.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", u[u.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
321
|
+
})(lu || (lu = {}));
|
|
322
|
+
function Cu(u) {
|
|
323
|
+
return u >= Z.ZERO && u <= Z.NINE;
|
|
324
|
+
}
|
|
325
|
+
function me(u) {
|
|
326
|
+
return u >= Z.UPPER_A && u <= Z.UPPER_F || u >= Z.LOWER_A && u <= Z.LOWER_F;
|
|
327
|
+
}
|
|
328
|
+
function ge(u) {
|
|
329
|
+
return u >= Z.UPPER_A && u <= Z.UPPER_Z || u >= Z.LOWER_A && u <= Z.LOWER_Z || Cu(u);
|
|
330
|
+
}
|
|
331
|
+
function ye(u) {
|
|
332
|
+
return u === Z.EQUALS || ge(u);
|
|
333
|
+
}
|
|
334
|
+
var G;
|
|
335
|
+
(function(u) {
|
|
336
|
+
u[u.EntityStart = 0] = "EntityStart", u[u.NumericStart = 1] = "NumericStart", u[u.NumericDecimal = 2] = "NumericDecimal", u[u.NumericHex = 3] = "NumericHex", u[u.NamedEntity = 4] = "NamedEntity";
|
|
337
|
+
})(G || (G = {}));
|
|
338
|
+
var nu;
|
|
339
|
+
(function(u) {
|
|
340
|
+
u[u.Legacy = 0] = "Legacy", u[u.Strict = 1] = "Strict", u[u.Attribute = 2] = "Attribute";
|
|
341
|
+
})(nu || (nu = {}));
|
|
342
|
+
class ve {
|
|
343
|
+
constructor(e, t, s) {
|
|
344
|
+
this.decodeTree = e, this.emitCodePoint = t, this.errors = s, this.state = G.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = nu.Strict;
|
|
345
|
+
}
|
|
346
|
+
/** Resets the instance to make it reusable. */
|
|
347
|
+
startEntity(e) {
|
|
348
|
+
this.decodeMode = e, this.state = G.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* Write an entity to the decoder. This can be called multiple times with partial entities.
|
|
352
|
+
* If the entity is incomplete, the decoder will return -1.
|
|
353
|
+
*
|
|
354
|
+
* Mirrors the implementation of `getDecoder`, but with the ability to stop decoding if the
|
|
355
|
+
* entity is incomplete, and resume when the next string is written.
|
|
356
|
+
*
|
|
357
|
+
* @param input The string containing the entity (or a continuation of the entity).
|
|
358
|
+
* @param offset The offset at which the entity begins. Should be 0 if this is not the first call.
|
|
359
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
360
|
+
*/
|
|
361
|
+
write(e, t) {
|
|
362
|
+
switch (this.state) {
|
|
363
|
+
case G.EntityStart:
|
|
364
|
+
return e.charCodeAt(t) === Z.NUM ? (this.state = G.NumericStart, this.consumed += 1, this.stateNumericStart(e, t + 1)) : (this.state = G.NamedEntity, this.stateNamedEntity(e, t));
|
|
365
|
+
case G.NumericStart:
|
|
366
|
+
return this.stateNumericStart(e, t);
|
|
367
|
+
case G.NumericDecimal:
|
|
368
|
+
return this.stateNumericDecimal(e, t);
|
|
369
|
+
case G.NumericHex:
|
|
370
|
+
return this.stateNumericHex(e, t);
|
|
371
|
+
case G.NamedEntity:
|
|
372
|
+
return this.stateNamedEntity(e, t);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* Switches between the numeric decimal and hexadecimal states.
|
|
377
|
+
*
|
|
378
|
+
* Equivalent to the `Numeric character reference state` in the HTML spec.
|
|
379
|
+
*
|
|
380
|
+
* @param input The string containing the entity (or a continuation of the entity).
|
|
381
|
+
* @param offset The current offset.
|
|
382
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
383
|
+
*/
|
|
384
|
+
stateNumericStart(e, t) {
|
|
385
|
+
return t >= e.length ? -1 : (e.charCodeAt(t) | he) === Z.LOWER_X ? (this.state = G.NumericHex, this.consumed += 1, this.stateNumericHex(e, t + 1)) : (this.state = G.NumericDecimal, this.stateNumericDecimal(e, t));
|
|
386
|
+
}
|
|
387
|
+
addToNumericResult(e, t, s, a) {
|
|
388
|
+
if (t !== s) {
|
|
389
|
+
const c = s - t;
|
|
390
|
+
this.result = this.result * Math.pow(a, c) + Number.parseInt(e.substr(t, c), a), this.consumed += c;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Parses a hexadecimal numeric entity.
|
|
395
|
+
*
|
|
396
|
+
* Equivalent to the `Hexademical character reference state` in the HTML spec.
|
|
397
|
+
*
|
|
398
|
+
* @param input The string containing the entity (or a continuation of the entity).
|
|
399
|
+
* @param offset The current offset.
|
|
400
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
401
|
+
*/
|
|
402
|
+
stateNumericHex(e, t) {
|
|
403
|
+
const s = t;
|
|
404
|
+
for (; t < e.length; ) {
|
|
405
|
+
const a = e.charCodeAt(t);
|
|
406
|
+
if (Cu(a) || me(a))
|
|
407
|
+
t += 1;
|
|
408
|
+
else
|
|
409
|
+
return this.addToNumericResult(e, s, t, 16), this.emitNumericEntity(a, 3);
|
|
410
|
+
}
|
|
411
|
+
return this.addToNumericResult(e, s, t, 16), -1;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* Parses a decimal numeric entity.
|
|
415
|
+
*
|
|
416
|
+
* Equivalent to the `Decimal character reference state` in the HTML spec.
|
|
417
|
+
*
|
|
418
|
+
* @param input The string containing the entity (or a continuation of the entity).
|
|
419
|
+
* @param offset The current offset.
|
|
420
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
421
|
+
*/
|
|
422
|
+
stateNumericDecimal(e, t) {
|
|
423
|
+
const s = t;
|
|
424
|
+
for (; t < e.length; ) {
|
|
425
|
+
const a = e.charCodeAt(t);
|
|
426
|
+
if (Cu(a))
|
|
427
|
+
t += 1;
|
|
428
|
+
else
|
|
429
|
+
return this.addToNumericResult(e, s, t, 10), this.emitNumericEntity(a, 2);
|
|
430
|
+
}
|
|
431
|
+
return this.addToNumericResult(e, s, t, 10), -1;
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Validate and emit a numeric entity.
|
|
435
|
+
*
|
|
436
|
+
* Implements the logic from the `Hexademical character reference start
|
|
437
|
+
* state` and `Numeric character reference end state` in the HTML spec.
|
|
438
|
+
*
|
|
439
|
+
* @param lastCp The last code point of the entity. Used to see if the
|
|
440
|
+
* entity was terminated with a semicolon.
|
|
441
|
+
* @param expectedLength The minimum number of characters that should be
|
|
442
|
+
* consumed. Used to validate that at least one digit
|
|
443
|
+
* was consumed.
|
|
444
|
+
* @returns The number of characters that were consumed.
|
|
445
|
+
*/
|
|
446
|
+
emitNumericEntity(e, t) {
|
|
447
|
+
var s;
|
|
448
|
+
if (this.consumed <= t)
|
|
449
|
+
return (s = this.errors) === null || s === void 0 || s.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
450
|
+
if (e === Z.SEMI)
|
|
451
|
+
this.consumed += 1;
|
|
452
|
+
else if (this.decodeMode === nu.Strict)
|
|
453
|
+
return 0;
|
|
454
|
+
return this.emitCodePoint(pe(this.result), this.consumed), this.errors && (e !== Z.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* Parses a named entity.
|
|
458
|
+
*
|
|
459
|
+
* Equivalent to the `Named character reference state` in the HTML spec.
|
|
460
|
+
*
|
|
461
|
+
* @param input The string containing the entity (or a continuation of the entity).
|
|
462
|
+
* @param offset The current offset.
|
|
463
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
464
|
+
*/
|
|
465
|
+
stateNamedEntity(e, t) {
|
|
466
|
+
const { decodeTree: s } = this;
|
|
467
|
+
let a = s[this.treeIndex], c = (a & lu.VALUE_LENGTH) >> 14;
|
|
468
|
+
for (; t < e.length; t++, this.excess++) {
|
|
469
|
+
const i = e.charCodeAt(t);
|
|
470
|
+
if (this.treeIndex = we(s, a, this.treeIndex + Math.max(1, c), i), this.treeIndex < 0)
|
|
471
|
+
return this.result === 0 || // If we are parsing an attribute
|
|
472
|
+
this.decodeMode === nu.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
473
|
+
(c === 0 || // And there should be no invalid characters.
|
|
474
|
+
ye(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
475
|
+
if (a = s[this.treeIndex], c = (a & lu.VALUE_LENGTH) >> 14, c !== 0) {
|
|
476
|
+
if (i === Z.SEMI)
|
|
477
|
+
return this.emitNamedEntityData(this.treeIndex, c, this.consumed + this.excess);
|
|
478
|
+
this.decodeMode !== nu.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
return -1;
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* Emit a named entity that was not terminated with a semicolon.
|
|
485
|
+
*
|
|
486
|
+
* @returns The number of characters consumed.
|
|
487
|
+
*/
|
|
488
|
+
emitNotTerminatedNamedEntity() {
|
|
489
|
+
var e;
|
|
490
|
+
const { result: t, decodeTree: s } = this, a = (s[t] & lu.VALUE_LENGTH) >> 14;
|
|
491
|
+
return this.emitNamedEntityData(t, a, this.consumed), (e = this.errors) === null || e === void 0 || e.missingSemicolonAfterCharacterReference(), this.consumed;
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* Emit a named entity.
|
|
495
|
+
*
|
|
496
|
+
* @param result The index of the entity in the decode tree.
|
|
497
|
+
* @param valueLength The number of bytes in the entity.
|
|
498
|
+
* @param consumed The number of characters consumed.
|
|
499
|
+
*
|
|
500
|
+
* @returns The number of characters consumed.
|
|
501
|
+
*/
|
|
502
|
+
emitNamedEntityData(e, t, s) {
|
|
503
|
+
const { decodeTree: a } = this;
|
|
504
|
+
return this.emitCodePoint(t === 1 ? a[e] & ~lu.VALUE_LENGTH : a[e + 1], s), t === 3 && this.emitCodePoint(a[e + 2], s), s;
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* Signal to the parser that the end of the input was reached.
|
|
508
|
+
*
|
|
509
|
+
* Remaining data will be emitted and relevant errors will be produced.
|
|
510
|
+
*
|
|
511
|
+
* @returns The number of characters consumed.
|
|
512
|
+
*/
|
|
513
|
+
end() {
|
|
514
|
+
var e;
|
|
515
|
+
switch (this.state) {
|
|
516
|
+
case G.NamedEntity:
|
|
517
|
+
return this.result !== 0 && (this.decodeMode !== nu.Attribute || this.result === this.treeIndex) ? this.emitNotTerminatedNamedEntity() : 0;
|
|
518
|
+
// Otherwise, emit a numeric entity if we have one.
|
|
519
|
+
case G.NumericDecimal:
|
|
520
|
+
return this.emitNumericEntity(0, 2);
|
|
521
|
+
case G.NumericHex:
|
|
522
|
+
return this.emitNumericEntity(0, 3);
|
|
523
|
+
case G.NumericStart:
|
|
524
|
+
return (e = this.errors) === null || e === void 0 || e.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
525
|
+
case G.EntityStart:
|
|
526
|
+
return 0;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
function je(u) {
|
|
531
|
+
let e = "";
|
|
532
|
+
const t = new ve(u, (s) => e += xe(s));
|
|
533
|
+
return function(a, c) {
|
|
534
|
+
let i = 0, n = 0;
|
|
535
|
+
for (; (n = a.indexOf("&", n)) >= 0; ) {
|
|
536
|
+
e += a.slice(i, n), t.startEntity(c);
|
|
537
|
+
const b = t.write(
|
|
538
|
+
a,
|
|
539
|
+
// Skip the "&"
|
|
540
|
+
n + 1
|
|
278
541
|
);
|
|
542
|
+
if (b < 0) {
|
|
543
|
+
i = n + t.end();
|
|
544
|
+
break;
|
|
545
|
+
}
|
|
546
|
+
i = n + b, n = b === 0 ? i + 1 : i;
|
|
547
|
+
}
|
|
548
|
+
const x = e + a.slice(i);
|
|
549
|
+
return e = "", x;
|
|
550
|
+
};
|
|
551
|
+
}
|
|
552
|
+
function we(u, e, t, s) {
|
|
553
|
+
const a = (e & lu.BRANCH_LENGTH) >> 7, c = e & lu.JUMP_TABLE;
|
|
554
|
+
if (a === 0)
|
|
555
|
+
return c !== 0 && s === c ? t : -1;
|
|
556
|
+
if (c) {
|
|
557
|
+
const x = s - c;
|
|
558
|
+
return x < 0 || x >= a ? -1 : u[t + x] - 1;
|
|
559
|
+
}
|
|
560
|
+
let i = t, n = i + a - 1;
|
|
561
|
+
for (; i <= n; ) {
|
|
562
|
+
const x = i + n >>> 1, b = u[x];
|
|
563
|
+
if (b < s)
|
|
564
|
+
i = x + 1;
|
|
565
|
+
else if (b > s)
|
|
566
|
+
n = x - 1;
|
|
567
|
+
else
|
|
568
|
+
return u[x + a];
|
|
569
|
+
}
|
|
570
|
+
return -1;
|
|
571
|
+
}
|
|
572
|
+
const $e = /* @__PURE__ */ je(fe);
|
|
573
|
+
function Ne(u, e = nu.Legacy) {
|
|
574
|
+
return $e(u, e);
|
|
575
|
+
}
|
|
576
|
+
const Y = "A-Za-z0-9_", uu = `[${Y}]`, B = "[\\s\\S]", W = "\\[([^\\[\\]]+)\\]", Uu = {
|
|
577
|
+
nonCompat: [
|
|
578
|
+
{
|
|
579
|
+
type: "strong",
|
|
580
|
+
scope: "unconstrained",
|
|
581
|
+
rx: new RegExp(`\\\\?(?:${W})?\\*\\*(${B}+?)\\*\\*`, "m")
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
type: "strong",
|
|
585
|
+
scope: "constrained",
|
|
586
|
+
rx: new RegExp(
|
|
587
|
+
`(^|[^${Y};:}])(?:${W})?\\*(\\S|\\S${B}*?\\S)\\*(?!${uu})`,
|
|
588
|
+
"m"
|
|
589
|
+
)
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
type: "double",
|
|
593
|
+
scope: "constrained",
|
|
594
|
+
rx: new RegExp(
|
|
595
|
+
`(^|[^${Y};:}])(?:${W})?"\`(\\S|\\S${B}*?\\S)\`"(?!${uu})`,
|
|
596
|
+
"m"
|
|
597
|
+
)
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
type: "single",
|
|
601
|
+
scope: "constrained",
|
|
602
|
+
rx: new RegExp(
|
|
603
|
+
`(^|[^${Y};:\`}])(?:${W})?'\`(\\S|\\S${B}*?\\S)\`'(?!${uu})`,
|
|
604
|
+
"m"
|
|
605
|
+
)
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
type: "monospaced",
|
|
609
|
+
scope: "unconstrained",
|
|
610
|
+
rx: new RegExp(`\\\\?(?:${W})?\`\`(${B}+?)\`\``, "m")
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
type: "monospaced",
|
|
614
|
+
scope: "constrained",
|
|
615
|
+
rx: new RegExp(
|
|
616
|
+
`(^|[^${Y};:"'\`}])(?:${W})?\`(\\S|\\S${B}*?\\S)\`(?!["'\`${Y}])`,
|
|
617
|
+
"m"
|
|
618
|
+
)
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
type: "emphasis",
|
|
622
|
+
scope: "unconstrained",
|
|
623
|
+
rx: new RegExp(`\\\\?(?:${W})?__(${B}+?)__`, "m")
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
type: "emphasis",
|
|
627
|
+
scope: "constrained",
|
|
628
|
+
rx: new RegExp(
|
|
629
|
+
`(^|[^${Y};:}])(?:${W})?_(\\S|\\S${B}*?\\S)_(?!${uu})`,
|
|
630
|
+
"m"
|
|
631
|
+
)
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
type: "mark",
|
|
635
|
+
scope: "unconstrained",
|
|
636
|
+
rx: new RegExp(`\\\\?(?:${W})?##(${B}+?)##`, "m")
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
type: "mark",
|
|
640
|
+
scope: "constrained",
|
|
641
|
+
rx: new RegExp(
|
|
642
|
+
`(^|[^${Y}&;:}])(?:${W})?#(\\S|\\S${B}*?\\S)#(?!${uu})`,
|
|
643
|
+
"m"
|
|
644
|
+
)
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
type: "superscript",
|
|
648
|
+
scope: "unconstrained",
|
|
649
|
+
rx: /\\?(?:\[([^\[\]]+)\])?\^(\S+?)\^/
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
type: "subscript",
|
|
653
|
+
scope: "unconstrained",
|
|
654
|
+
rx: /\\?(?:\[([^\[\]]+)\])?~(\S+?)~/
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
compat: [
|
|
658
|
+
{
|
|
659
|
+
type: "strong",
|
|
660
|
+
scope: "unconstrained",
|
|
661
|
+
rx: new RegExp(`\\\\?(?:${W})?\\*\\*(${B}+?)\\*\\*`, "m")
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
type: "strong",
|
|
665
|
+
scope: "constrained",
|
|
666
|
+
rx: new RegExp(
|
|
667
|
+
`(^|[^${Y};:}])(?:${W})?\\*(\\S|\\S${B}*?\\S)\\*(?!${uu})`,
|
|
668
|
+
"m"
|
|
669
|
+
)
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
type: "double",
|
|
673
|
+
scope: "constrained",
|
|
674
|
+
rx: new RegExp(
|
|
675
|
+
`(^|[^${Y};:}])(?:${W})?\`\`(\\S|\\S${B}*?\\S)''(?!${uu})`,
|
|
676
|
+
"m"
|
|
677
|
+
)
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
type: "emphasis",
|
|
681
|
+
scope: "constrained",
|
|
682
|
+
rx: new RegExp(
|
|
683
|
+
`(^|[^${Y};:}])(?:${W})?'(\\S|\\S${B}*?\\S)'(?!${uu})`,
|
|
684
|
+
"m"
|
|
685
|
+
)
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
type: "monospaced",
|
|
689
|
+
scope: "unconstrained",
|
|
690
|
+
rx: new RegExp(`\\\\?(?:${W})?\\+\\+(${B}+?)\\+\\+`, "m")
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
type: "monospaced",
|
|
694
|
+
scope: "constrained",
|
|
695
|
+
rx: new RegExp(
|
|
696
|
+
`(^|[^${Y};:}])(?:${W})?\\+(\\S|\\S${B}*?\\S)\\+(?!${uu})`,
|
|
697
|
+
"m"
|
|
698
|
+
)
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
type: "single",
|
|
702
|
+
scope: "constrained",
|
|
703
|
+
rx: new RegExp(
|
|
704
|
+
`(^|[^${Y};:}])(?:${W})?\`(\\S|\\S${B}*?\\S)'(?!${uu})`,
|
|
705
|
+
"m"
|
|
706
|
+
)
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
type: "emphasis",
|
|
710
|
+
scope: "unconstrained",
|
|
711
|
+
rx: new RegExp(`\\\\?(?:${W})?__(${B}+?)__`, "m")
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
type: "emphasis",
|
|
715
|
+
scope: "constrained",
|
|
716
|
+
rx: new RegExp(
|
|
717
|
+
`(^|[^${Y};:}])(?:${W})?_(\\S|\\S${B}*?\\S)_(?!${uu})`,
|
|
718
|
+
"m"
|
|
719
|
+
)
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
type: "mark",
|
|
723
|
+
scope: "unconstrained",
|
|
724
|
+
rx: new RegExp(`\\\\?(?:${W})?##(${B}+?)##`, "m")
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
type: "mark",
|
|
728
|
+
scope: "constrained",
|
|
729
|
+
rx: new RegExp(
|
|
730
|
+
`(^|[^${Y}&;:}])(?:${W})?#(\\S|\\S${B}*?\\S)#(?!${uu})`,
|
|
731
|
+
"m"
|
|
732
|
+
)
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
type: "superscript",
|
|
736
|
+
scope: "unconstrained",
|
|
737
|
+
rx: /\\?(?:\[([^\[\]]+)\])?\^(\S+?)\^/
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
type: "subscript",
|
|
741
|
+
scope: "unconstrained",
|
|
742
|
+
rx: /\\?(?:\[([^\[\]]+)\])?~(\S+?)~/
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
}, Se = /[<&>]/g, Fu = {
|
|
746
|
+
false: /[*_\x60#^~]/,
|
|
747
|
+
true: /[*'_+#^~]/
|
|
748
|
+
}, Ae = {
|
|
749
|
+
">": ">",
|
|
750
|
+
"<": "<",
|
|
751
|
+
"&": "&"
|
|
752
|
+
};
|
|
753
|
+
function Ee() {
|
|
754
|
+
return { footnoteIndex: 0, footnotesById: /* @__PURE__ */ new Map(), footnoteDefs: [] };
|
|
755
|
+
}
|
|
756
|
+
function ke(u, e, t) {
|
|
757
|
+
const s = u.get(e);
|
|
758
|
+
let a;
|
|
759
|
+
return s === void 0 ? t !== void 0 && t !== "" ? a = /^-?\d+$/.test(t) ? parseInt(t, 10) : t : a = 1 : typeof s == "number" ? a = s + 1 : a = _e(s), u.set(e, a), a;
|
|
760
|
+
}
|
|
761
|
+
function _e(u) {
|
|
762
|
+
const e = Array.from(u), t = (a) => /^[0-9A-Za-z]$/.test(a);
|
|
763
|
+
if (!e.some(t)) {
|
|
764
|
+
const a = e[e.length - 1];
|
|
765
|
+
return e[e.length - 1] = String.fromCodePoint((a.codePointAt(0) ?? 0) + 1), e.join("");
|
|
766
|
+
}
|
|
767
|
+
let s = e.length - 1;
|
|
768
|
+
for (; ; ) {
|
|
769
|
+
for (; s >= 0 && !t(e[s]); ) s--;
|
|
770
|
+
if (s < 0) break;
|
|
771
|
+
const a = e[s];
|
|
772
|
+
if (a === "9") e[s] = "0";
|
|
773
|
+
else if (a === "z") e[s] = "a";
|
|
774
|
+
else if (a === "Z") e[s] = "A";
|
|
775
|
+
else
|
|
776
|
+
return e[s] = String.fromCharCode(a.charCodeAt(0) + 1), e.join("");
|
|
777
|
+
const c = a;
|
|
778
|
+
for (s--; s >= 0 && !t(e[s]); ) s--;
|
|
779
|
+
if (s < 0) {
|
|
780
|
+
const i = c === "9" ? "1" : c === "z" ? "a" : "A", n = e.findIndex(t);
|
|
781
|
+
return e.splice(n, 0, i), e.join("");
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
return e.join("");
|
|
785
|
+
}
|
|
786
|
+
function xu(u) {
|
|
787
|
+
return `${u}`;
|
|
788
|
+
}
|
|
789
|
+
function Vu(u) {
|
|
790
|
+
return encodeURIComponent(u).replace(/%20/g, "+");
|
|
791
|
+
}
|
|
792
|
+
function Ie(u) {
|
|
793
|
+
const e = {};
|
|
794
|
+
if (!u) return e;
|
|
795
|
+
const t = [];
|
|
796
|
+
for (const s of u.split(",")) {
|
|
797
|
+
const a = s.trim(), c = a.indexOf("=");
|
|
798
|
+
if (c >= 0) {
|
|
799
|
+
const i = a.slice(0, c).trim();
|
|
800
|
+
let n = a.slice(c + 1).trim();
|
|
801
|
+
(n.startsWith('"') && n.endsWith('"') || n.startsWith("'") && n.endsWith("'")) && (n = n.slice(1, -1)), e[i] = n;
|
|
802
|
+
} else
|
|
803
|
+
t.push(a);
|
|
804
|
+
}
|
|
805
|
+
return t[0] && !e.alt && (e.alt = t[0]), t[1] && !e.width && (e.width = t[1]), t[2] && !e.height && (e.height = t[2]), e;
|
|
806
|
+
}
|
|
807
|
+
function Te(u) {
|
|
808
|
+
const e = u.trim();
|
|
809
|
+
if (e.length <= 1) return [e];
|
|
810
|
+
const t = e.indexOf(",", 1), s = e.indexOf("+", 1);
|
|
811
|
+
let a;
|
|
812
|
+
if (t >= 0 && s >= 0)
|
|
813
|
+
a = Math.min(t, s);
|
|
814
|
+
else if (t >= 0)
|
|
815
|
+
a = t;
|
|
816
|
+
else if (s >= 0)
|
|
817
|
+
a = s;
|
|
818
|
+
else
|
|
819
|
+
return [e];
|
|
820
|
+
const c = e[a];
|
|
821
|
+
if (e.endsWith(c)) {
|
|
822
|
+
const i = e.slice(0, -1).split(c).map((n) => n.trim());
|
|
823
|
+
return i[i.length - 1] = i[i.length - 1] + c, i;
|
|
824
|
+
}
|
|
825
|
+
return e.split(c).map((i) => i.trim());
|
|
826
|
+
}
|
|
827
|
+
function Re(u) {
|
|
828
|
+
return u.replace(/^.*\//, "").replace(/\.[^.]+$/, "").replace(/[_\-]/g, " ");
|
|
829
|
+
}
|
|
830
|
+
function qe(u) {
|
|
831
|
+
const e = {};
|
|
832
|
+
if (!u) return e;
|
|
833
|
+
const t = [];
|
|
834
|
+
for (const s of u.split(",")) {
|
|
835
|
+
const a = s.trim(), c = a.indexOf("=");
|
|
836
|
+
if (c >= 0) {
|
|
837
|
+
const i = a.slice(0, c).trim();
|
|
838
|
+
let n = a.slice(c + 1).trim();
|
|
839
|
+
(n.startsWith('"') && n.endsWith('"') || n.startsWith("'") && n.endsWith("'")) && (n = n.slice(1, -1)), e[i] = n;
|
|
840
|
+
} else
|
|
841
|
+
t.push(a);
|
|
842
|
+
}
|
|
843
|
+
return t[0] && !e.size && (e.size = t[0]), e;
|
|
844
|
+
}
|
|
845
|
+
function Le(u) {
|
|
846
|
+
if (!u) return {};
|
|
847
|
+
const e = {}, t = [];
|
|
848
|
+
for (const s of u.split(",")) {
|
|
849
|
+
const a = s.trim(), c = a.indexOf("=");
|
|
850
|
+
if (c >= 0) {
|
|
851
|
+
const i = a.slice(0, c).trim();
|
|
852
|
+
let n = a.slice(c + 1).trim();
|
|
853
|
+
(n.startsWith('"') && n.endsWith('"') || n.startsWith("'") && n.endsWith("'")) && (n = n.slice(1, -1)), e[i] = n;
|
|
854
|
+
} else
|
|
855
|
+
t.push(a);
|
|
856
|
+
}
|
|
857
|
+
return t[0] && (e.text = t[0]), t[1] && (e.subject = t[1]), t[2] && (e.body = t[2]), e;
|
|
858
|
+
}
|
|
859
|
+
function Xu(u) {
|
|
860
|
+
if (!u) return {};
|
|
861
|
+
const e = u.split(",", 1)[0].trim();
|
|
862
|
+
if (!e) return {};
|
|
863
|
+
if (e.includes("=")) {
|
|
864
|
+
const t = Ku(u);
|
|
865
|
+
return {
|
|
866
|
+
...t.id ? { id: t.id } : {},
|
|
867
|
+
...t.role ? { role: t.role } : {}
|
|
868
|
+
};
|
|
869
|
+
}
|
|
870
|
+
if (e.startsWith(".") || e.startsWith("#")) {
|
|
871
|
+
let t;
|
|
872
|
+
const s = [], a = e.match(/([.#])([^.#]*)/g) || [];
|
|
873
|
+
for (const c of a) {
|
|
874
|
+
const i = c[0], n = c.slice(1).trim();
|
|
875
|
+
n && (i === "#" ? t = n : s.push(n));
|
|
876
|
+
}
|
|
877
|
+
return {
|
|
878
|
+
...t ? { id: t } : {},
|
|
879
|
+
...s.length ? { role: s.join(" ") } : {}
|
|
279
880
|
};
|
|
280
|
-
}
|
|
881
|
+
}
|
|
882
|
+
return { role: e };
|
|
883
|
+
}
|
|
884
|
+
function zu(u) {
|
|
885
|
+
u.indexOf("\\]") !== -1 && (u = u.replace(/\\\]/g, "]"));
|
|
886
|
+
let e = u, t, s, a;
|
|
887
|
+
if (u.indexOf("=") !== -1) {
|
|
888
|
+
const c = Ku(u);
|
|
889
|
+
e = c.text ?? "", t = c.role, s = c.window, a = c.id;
|
|
890
|
+
}
|
|
891
|
+
return e.endsWith("^") && (e = e.slice(0, -1), s = s || "_blank"), { text: e, role: t, window: s, id: a };
|
|
892
|
+
}
|
|
893
|
+
function Ku(u) {
|
|
894
|
+
const e = {};
|
|
895
|
+
if (!u) return e;
|
|
896
|
+
const t = u.split(",");
|
|
897
|
+
let s = 0;
|
|
898
|
+
for (let a = 0; a < t.length; a++) {
|
|
899
|
+
const c = t[a].trim(), i = c.indexOf("=");
|
|
900
|
+
if (i > 0 && /^[A-Za-z][\w-]*$/.test(c.slice(0, i).trim())) {
|
|
901
|
+
const x = c.slice(0, i).trim();
|
|
902
|
+
let b = c.slice(i + 1).trim();
|
|
903
|
+
b.startsWith('"') && b.endsWith('"') && (b = b.slice(1, -1)), b.startsWith("'") && b.endsWith("'") && (b = b.slice(1, -1)), e[x] = b;
|
|
904
|
+
} else {
|
|
905
|
+
switch (s) {
|
|
906
|
+
case 0:
|
|
907
|
+
e.text = c;
|
|
908
|
+
break;
|
|
909
|
+
case 1:
|
|
910
|
+
e.id = c;
|
|
911
|
+
break;
|
|
912
|
+
case 2:
|
|
913
|
+
e.role = c;
|
|
914
|
+
break;
|
|
915
|
+
default:
|
|
916
|
+
e[`${s}`] = c;
|
|
917
|
+
break;
|
|
918
|
+
}
|
|
919
|
+
s++;
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
return e;
|
|
281
923
|
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
924
|
+
function fu(u) {
|
|
925
|
+
return u.replace(Se, (e) => Ae[e] || e);
|
|
926
|
+
}
|
|
927
|
+
function Mu(u, e = !1, t) {
|
|
928
|
+
let s = 0;
|
|
929
|
+
const a = /<!--(!?)(\d+|\.)\1-->(?=(?: ?<!--!?\1(?:\d+|\.)\1-->)*$)/gm;
|
|
930
|
+
u = u.replace(a, (n, x, b) => (b === "." && (b = String(++s)), e ? `<i class="conum" data-value="${b}"></i><b>(${b})</b>` : `<${b}>`)), s = 0;
|
|
931
|
+
let c;
|
|
932
|
+
t === "" ? c = "(?!\\d)\\b\\b" : t ? c = `(?:${t.replace(/[.*+?^${}()|[\]\\]/g, "\\$&")}|\\/\\/|#|--|;;)` : c = "(?:\\/\\/|#|--|;;)";
|
|
933
|
+
const i = new RegExp(
|
|
934
|
+
`(${c} ?)?(\\\\)?<(!?)(\\d+|\\.)\\3>(?=(?: ?\\\\?<!?\\3(?:\\d+|\\.)\\3>)*$)`,
|
|
935
|
+
"gm"
|
|
936
|
+
);
|
|
937
|
+
return u.replace(i, (n, x, b, m, h) => b ? (x || "") + "<" + m + h + ">" : (h === "." && (h = String(++s)), e ? `<i class="conum" data-value="${h}"></i><b>(${h})</b>` : `${x || ""}<${h}>`));
|
|
938
|
+
}
|
|
939
|
+
function Oe(u, e = !1, t) {
|
|
940
|
+
let s = 0;
|
|
941
|
+
const a = /<!--(!?)(\d+|\.)\1-->(?=(?: ?<!--!?\1(?:\d+|\.)\1-->)*$)/gm;
|
|
942
|
+
u = u.replace(a, (n, x, b) => (b === "." && (b = String(++s)), e ? `<i class="conum" data-value="${b}"></i><b>(${b})</b>` : `<${b}>`)), s = 0;
|
|
943
|
+
let c;
|
|
944
|
+
t === "" ? c = "(?!\\d)\\b\\b" : t ? c = `(?:${t.replace(/[.*+?^${}()|[\]\\]/g, "\\$&")}|\\/\\/|#|--|;;)` : c = "(?:\\/\\/|#|--|;;)";
|
|
945
|
+
const i = new RegExp(
|
|
946
|
+
`(${c} ?)?(\\\\)?<(!?)(\\d+|\\.)\\3>(?=(?: ?\\\\?<!?\\3(?:\\d+|\\.)\\3>)*$)`,
|
|
947
|
+
"gm"
|
|
948
|
+
);
|
|
949
|
+
return u.replace(i, (n, x, b, m, h) => b ? (x || "") + "<" + m + h + ">" : (h === "." && (h = String(++s)), e ? `<i class="conum" data-value="${h}"></i><b>(${h})</b>` : `${x || ""}<${h}>`));
|
|
950
|
+
}
|
|
951
|
+
function ue(u, e, t) {
|
|
952
|
+
if (t && u.indexOf("{counter") !== -1) {
|
|
953
|
+
t.counters || (t.counters = /* @__PURE__ */ new Map());
|
|
954
|
+
const s = t.counters;
|
|
955
|
+
u = u.replace(
|
|
956
|
+
/(\\)?\{(counter2?):([\w-]+)(?::([^}]*))?\}/g,
|
|
957
|
+
(a, c, i, n, x) => {
|
|
958
|
+
if (c) return a.slice(1);
|
|
959
|
+
const b = t.counterUses?.get(n) ?? 0;
|
|
960
|
+
t.counterResets?.get(n)?.has(b) && s.delete(n), t.counterUses && t.counterUses.set(n, b + 1);
|
|
961
|
+
const m = t.counterSeeds?.get(n), h = m ? (() => {
|
|
962
|
+
let y;
|
|
963
|
+
for (const [p, g] of m)
|
|
964
|
+
p <= b && (y = g);
|
|
965
|
+
return y;
|
|
966
|
+
})() : void 0;
|
|
967
|
+
h !== void 0 && s.set(
|
|
968
|
+
n,
|
|
969
|
+
/^-?\d+$/.test(h) ? parseInt(h, 10) : h
|
|
970
|
+
);
|
|
971
|
+
const f = ke(s, n, x);
|
|
972
|
+
return e[n] = String(f), i === "counter2" ? "" : String(f);
|
|
973
|
+
}
|
|
974
|
+
);
|
|
975
|
+
}
|
|
976
|
+
if (u.indexOf("{set:") !== -1) {
|
|
977
|
+
let c = !1, i = !1, n = !1;
|
|
978
|
+
const x = e["attribute-undefined"] || "drop-line";
|
|
979
|
+
if (u = u.replace(/(\\)?\{set:([^}\\]+)(\\)?\}/g, (b, m, h, f) => {
|
|
980
|
+
if (m || f) return "{set:" + h + "}";
|
|
981
|
+
const y = h.indexOf(":");
|
|
982
|
+
let p = y === -1 ? h : h.slice(0, y);
|
|
983
|
+
const g = y === -1 ? "" : h.slice(y + 1);
|
|
984
|
+
let j = !1;
|
|
985
|
+
return p.endsWith("!") ? (p = p.slice(0, -1), j = !0) : p.startsWith("!") && (p = p.slice(1), j = !0), p = p.toLowerCase(), j ? delete e[p] : e[p] = g, c = !0, !j || x !== "drop-line" ? (n = !0, "") : (i = !0, "");
|
|
986
|
+
}), c)
|
|
987
|
+
if (n) {
|
|
988
|
+
const b = u.replace(/\x7F+/g, "").split(`
|
|
989
|
+
`);
|
|
990
|
+
u = (i ? b.filter((h) => !(h === "" || h.includes(""))) : b.filter((h) => h !== "")).join(`
|
|
991
|
+
`).split("").join("");
|
|
992
|
+
} else u.indexOf(`
|
|
993
|
+
`) !== -1 ? u = u.split(`
|
|
994
|
+
`).filter((b) => !b.includes("")).join(`
|
|
995
|
+
`) : u = "";
|
|
996
|
+
}
|
|
997
|
+
return u.replace(/(\\)?\{(\w[\w-]*)(\\)?\}/g, (s, a, c, i) => {
|
|
998
|
+
if (a || i) return "{" + c + "}";
|
|
999
|
+
const n = c.toLowerCase();
|
|
1000
|
+
return Object.prototype.hasOwnProperty.call(Gu, n) ? Gu[n] : Object.prototype.hasOwnProperty.call(e, c) ? e[c] : Object.prototype.hasOwnProperty.call(e, n) ? e[n] : s;
|
|
1001
|
+
});
|
|
285
1002
|
}
|
|
286
|
-
|
|
287
|
-
const
|
|
288
|
-
|
|
1003
|
+
function Pe(u, e, t) {
|
|
1004
|
+
const s = (a) => {
|
|
1005
|
+
for (let c = 0; c < a.length; c++) {
|
|
1006
|
+
const i = a[c];
|
|
1007
|
+
if (i.type === "text" && typeof i.text == "string" && i.text.indexOf("{") !== -1) {
|
|
1008
|
+
const n = ue(i.text, e, t);
|
|
1009
|
+
n !== i.text && (a[c] = { ...i, text: n });
|
|
1010
|
+
}
|
|
1011
|
+
"text" in i && Array.isArray(i.text) && (i.text = s(i.text));
|
|
1012
|
+
}
|
|
1013
|
+
return a;
|
|
1014
|
+
};
|
|
1015
|
+
return s(u);
|
|
1016
|
+
}
|
|
1017
|
+
const Gu = {
|
|
1018
|
+
blank: "",
|
|
1019
|
+
empty: "",
|
|
1020
|
+
sp: " ",
|
|
1021
|
+
nbsp: " ",
|
|
1022
|
+
zwsp: "​",
|
|
1023
|
+
wj: "⁠",
|
|
1024
|
+
apos: "'",
|
|
1025
|
+
quot: """,
|
|
1026
|
+
lsquo: "‘",
|
|
1027
|
+
rsquo: "’",
|
|
1028
|
+
ldquo: "“",
|
|
1029
|
+
rdquo: "”",
|
|
1030
|
+
deg: "°",
|
|
1031
|
+
plus: "+",
|
|
1032
|
+
brvbar: "¦",
|
|
1033
|
+
amp: "&",
|
|
1034
|
+
lt: "<",
|
|
1035
|
+
gt: ">",
|
|
1036
|
+
startsb: "[",
|
|
1037
|
+
endsb: "]",
|
|
1038
|
+
vbar: "|",
|
|
1039
|
+
caret: "^",
|
|
1040
|
+
asterisk: "*",
|
|
1041
|
+
tilde: "~",
|
|
1042
|
+
backslash: "\\",
|
|
1043
|
+
backtick: "`",
|
|
1044
|
+
"two-colons": "::",
|
|
1045
|
+
"two-semicolons": ";;",
|
|
1046
|
+
cpp: "C++"
|
|
1047
|
+
};
|
|
1048
|
+
function Ce(u) {
|
|
1049
|
+
function e(t, s, a) {
|
|
1050
|
+
return u.replace(t, (c, ...i) => c.includes("\\") ? c.replace("\\", "") : s);
|
|
1051
|
+
}
|
|
1052
|
+
return u = e(/\\?\(C\)/g, "©"), u = e(/\\?\(R\)/g, "®"), u = e(/\\?\(TM\)/g, "™"), u = u.replace(/(^|[ \n]|\\)--([ \n]|$)/g, (t) => t.includes("\\") ? t.replace("\\", "") : " — "), u = u.replace(/([\p{L}\p{N}_])\\?--(?=[\p{L}\p{N}_])/gu, (t, s) => t.includes("\\") ? t.replace("\\", "") : s + "—​"), u = e(/\\?\.\.\./g, "…​"), u = u.replace(new RegExp("([\\p{L}\\p{N}])\\\\?'(?=\\p{L})", "gu"), (t, s) => t.includes("\\") ? t.replace("\\", "") : s + "’"), u = u.replace(/\\?`'/g, (t) => t.startsWith("\\") ? t.slice(1) : "’"), u = e(/\\?->/g, "→"), u = e(/\\?=>/g, "⇒"), u = e(/\\?<-/g, "←"), u = e(/\\?<=/g, "⇐"), u = u.replace(
|
|
1053
|
+
/(\\)?&([a-zA-Z][a-zA-Z]+\d{0,2};|#\d{1,7};|#x[\da-fA-F]{1,6};)/g,
|
|
1054
|
+
(t, s, a) => s ? "&" + a : "&" + a
|
|
1055
|
+
), u;
|
|
1056
|
+
}
|
|
1057
|
+
function ee(u, e) {
|
|
1058
|
+
const t = u.length;
|
|
1059
|
+
return u.push(e), "" + t + "";
|
|
1060
|
+
}
|
|
1061
|
+
function te(u, e, t = /* @__PURE__ */ new Set()) {
|
|
1062
|
+
const s = [], a = /\x01(\d+)\x02/g;
|
|
1063
|
+
let c = 0, i;
|
|
1064
|
+
for (; (i = a.exec(u)) !== null; ) {
|
|
1065
|
+
const x = u.slice(c, i.index);
|
|
1066
|
+
x && s.push({ type: "text", text: x });
|
|
1067
|
+
const b = parseInt(i[1], 10), m = e[b];
|
|
1068
|
+
if (m && !t.has(b)) {
|
|
1069
|
+
t.add(b);
|
|
1070
|
+
for (const h of m)
|
|
1071
|
+
s.push(re(h, e, t));
|
|
1072
|
+
t.delete(b);
|
|
1073
|
+
} else m && process.env.NODE_ENV !== "production" && console.warn(
|
|
1074
|
+
`[react-asciidoc] Inline placeholder cycle at index ${b} — content dropped`
|
|
1075
|
+
);
|
|
1076
|
+
c = i.index + i[0].length;
|
|
1077
|
+
}
|
|
1078
|
+
const n = u.slice(c);
|
|
1079
|
+
return n && s.push({ type: "text", text: n }), s.length === 0 && u.length > 0 && s.push({ type: "text", text: u }), s;
|
|
1080
|
+
}
|
|
1081
|
+
function re(u, e, t = /* @__PURE__ */ new Set()) {
|
|
1082
|
+
if (u.type === "text") return u;
|
|
1083
|
+
if (u.type === "quoted" || u.type === "anchor" || u.type === "footnote" || u.type === "button") {
|
|
1084
|
+
const s = [];
|
|
1085
|
+
for (const a of u.text)
|
|
1086
|
+
if (a.type === "text" && a.text.indexOf("") !== -1) {
|
|
1087
|
+
const c = te(a.text, e, t);
|
|
1088
|
+
for (const i of c) s.push(i);
|
|
1089
|
+
} else
|
|
1090
|
+
s.push(re(a, e, t));
|
|
1091
|
+
return { ...u, text: s };
|
|
1092
|
+
}
|
|
1093
|
+
return u;
|
|
1094
|
+
}
|
|
1095
|
+
function K(u, e = {}) {
|
|
1096
|
+
const t = e.compatMode ?? !1, s = e.attributes ?? {}, a = e.state ?? Ee(), c = t ? Uu.compat : Uu.nonCompat;
|
|
1097
|
+
let i = u;
|
|
1098
|
+
const n = t ? Fu.true : Fu.false, x = [], b = [], m = (f) => !e._subs || e._subs.includes(f);
|
|
1099
|
+
m("macros") && (i = Me(i, x, t)), !e._alreadyEscaped && m("specialcharacters") && (i = fu(i)), m("quotes") && (i.match(/\*/) || i.match(/_/) || n.test(i)) && (i = We(i, c, b, a, e._quoteFromIndex ?? 0)), m("attributes") && (i = ue(i, s, a)), m("replacements") && (i = Ce(i)), m("macros") && (i = Ue(
|
|
1100
|
+
i,
|
|
1101
|
+
s,
|
|
1102
|
+
t,
|
|
1103
|
+
b,
|
|
1104
|
+
a,
|
|
1105
|
+
e._quoted ?? !1
|
|
1106
|
+
));
|
|
1107
|
+
let h = te(i, b);
|
|
1108
|
+
return m("post_replacements") && (h = Ve(h, s)), m("attributes") && (h = Pe(h, s, a)), h = se(h, x, t, a), h;
|
|
1109
|
+
}
|
|
1110
|
+
function Me(u, e, t) {
|
|
1111
|
+
return u = He(u, e, t), u = De(u, e, t), u;
|
|
1112
|
+
}
|
|
1113
|
+
function He(u, e, t) {
|
|
1114
|
+
let s = "", a = 0;
|
|
1115
|
+
const c = u.length, i = t ? null : /^\+\+\+([\s\S]*?)\+\+\+/, n = t ? null : /^(?:\[([^\[\]]+)\])?\+\+([\s\S]+?)\+\+/, x = /^pass:([a-z]+(?:,[a-z-]+)*)?\[(|[\s\S]*?[^\\])\]/, b = /^(stem|(?:latex|ascii)math):([a-z]+(?:,[a-z-]+)*)?\[([\s\S]*?[^\\])\]/;
|
|
1116
|
+
for (; a < c; ) {
|
|
1117
|
+
if (u[a] === "$" && u[a + 1] === "$") {
|
|
1118
|
+
const m = u.indexOf("$$", a + 2);
|
|
1119
|
+
if (m >= 0) {
|
|
1120
|
+
const h = u.slice(a + 2, m), f = e.length;
|
|
1121
|
+
e.push({
|
|
1122
|
+
text: h,
|
|
1123
|
+
type: "unquoted",
|
|
1124
|
+
subs: ["specialcharacters"]
|
|
1125
|
+
}), s += xu(f), a = m + 2;
|
|
1126
|
+
continue;
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
if (u[a] === "+" && i) {
|
|
1130
|
+
const m = u.slice(a).match(i);
|
|
1131
|
+
if (m) {
|
|
1132
|
+
const h = e.length;
|
|
1133
|
+
e.push({
|
|
1134
|
+
text: m[1],
|
|
1135
|
+
type: "unquoted",
|
|
1136
|
+
subs: []
|
|
1137
|
+
}), s += xu(h), a += m[0].length;
|
|
1138
|
+
continue;
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
if ((u[a] === "+" || u[a] === "[") && n) {
|
|
1142
|
+
const m = u.slice(a);
|
|
1143
|
+
if (!m.startsWith("+++")) {
|
|
1144
|
+
const h = m.match(n);
|
|
1145
|
+
if (h) {
|
|
1146
|
+
const f = h[1] || "", y = h[2], p = e.length, g = Xu(f);
|
|
1147
|
+
e.push({
|
|
1148
|
+
text: y,
|
|
1149
|
+
type: "unquoted",
|
|
1150
|
+
subs: ["specialcharacters"],
|
|
1151
|
+
attributes: {
|
|
1152
|
+
...g.id ? { id: g.id } : {},
|
|
1153
|
+
...g.role ? { role: g.role } : {}
|
|
1154
|
+
}
|
|
1155
|
+
}), s += xu(p), a += h[0].length;
|
|
1156
|
+
continue;
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
if (u[a] === "p" && u.slice(a, a + 5) === "pass:") {
|
|
1161
|
+
const m = u.slice(a).match(x);
|
|
1162
|
+
if (m) {
|
|
1163
|
+
const h = m[1] ? Be(m[1]) : [], f = m[2], y = e.length;
|
|
1164
|
+
e.push({
|
|
1165
|
+
text: f,
|
|
1166
|
+
type: "unquoted",
|
|
1167
|
+
subs: h
|
|
1168
|
+
}), s += xu(y), a += m[0].length;
|
|
1169
|
+
continue;
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
if (u[a] === "s" || u[a] === "a" || u[a] === "l") {
|
|
1173
|
+
const m = u.slice(a).match(b);
|
|
1174
|
+
if (m) {
|
|
1175
|
+
const h = m[3], f = e.length, y = m[1] === "asciimath" ? "asciimath" : "latexmath";
|
|
1176
|
+
e.push({
|
|
1177
|
+
text: h,
|
|
1178
|
+
type: y,
|
|
1179
|
+
subs: ["specialcharacters"]
|
|
1180
|
+
}), s += xu(f), a += m[0].length;
|
|
1181
|
+
continue;
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
s += u[a], a++;
|
|
1185
|
+
}
|
|
1186
|
+
return s;
|
|
1187
|
+
}
|
|
1188
|
+
function De(u, e, t) {
|
|
1189
|
+
let s = "", a = 0;
|
|
1190
|
+
const c = u.length, i = t ? /^(?:\[([^\[\]]+)\])?(`)([^`]|[^`][\s\S]*?[^`])\2(?![A-Za-z0-9_])/ : /^(?:\[([^\[\]]+)\])?(\+)(\S|\S[\s\S]*?\S)\2(?![A-Za-z0-9_])/, n = /[A-Za-z0-9_;:\\]/;
|
|
1191
|
+
for (; a < c; ) {
|
|
1192
|
+
if ((t ? u[a] === "`" : u[a] === "+") && (a === 0 || !n.test(u[a - 1]))) {
|
|
1193
|
+
const x = u.slice(a).match(i);
|
|
1194
|
+
if (x) {
|
|
1195
|
+
const b = x[3], m = e.length;
|
|
1196
|
+
e.push({
|
|
1197
|
+
text: b,
|
|
1198
|
+
type: t ? "monospaced" : "unquoted",
|
|
1199
|
+
subs: ["specialcharacters"]
|
|
1200
|
+
}), s += xu(m), a += x[0].length;
|
|
1201
|
+
continue;
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
s += u[a], a++;
|
|
1205
|
+
}
|
|
1206
|
+
return s;
|
|
1207
|
+
}
|
|
1208
|
+
function Be(u) {
|
|
1209
|
+
const e = {
|
|
1210
|
+
a: "attributes",
|
|
1211
|
+
attributes: "attributes",
|
|
1212
|
+
m: "macros",
|
|
1213
|
+
macros: "macros",
|
|
1214
|
+
n: "normal",
|
|
1215
|
+
normal: "normal",
|
|
1216
|
+
p: "post_replacements",
|
|
1217
|
+
post_replacements: "post_replacements",
|
|
1218
|
+
q: "quotes",
|
|
1219
|
+
quotes: "quotes",
|
|
1220
|
+
r: "replacements",
|
|
1221
|
+
replacements: "replacements",
|
|
1222
|
+
c: "specialcharacters",
|
|
1223
|
+
specialcharacters: "specialcharacters",
|
|
1224
|
+
specialchars: "specialcharacters",
|
|
1225
|
+
v: "verbatim",
|
|
1226
|
+
verbatim: "verbatim"
|
|
1227
|
+
}, t = [];
|
|
1228
|
+
for (const s of u.split(",")) {
|
|
1229
|
+
const a = s.trim(), c = e[a];
|
|
1230
|
+
c === "normal" ? t.push(
|
|
1231
|
+
"specialcharacters",
|
|
1232
|
+
"quotes",
|
|
1233
|
+
"attributes",
|
|
1234
|
+
"replacements",
|
|
1235
|
+
"macros",
|
|
1236
|
+
"post_replacements"
|
|
1237
|
+
) : c && t.push(c);
|
|
1238
|
+
}
|
|
1239
|
+
return t.length === 0 && t.push("specialcharacters"), t;
|
|
1240
|
+
}
|
|
1241
|
+
function We(u, e, t, s, a = 0) {
|
|
1242
|
+
for (let c = a; c < e.length; c++) {
|
|
1243
|
+
const i = e[c];
|
|
1244
|
+
let n = "", x = u;
|
|
1245
|
+
const b = i.scope === "constrained";
|
|
1246
|
+
for (; x.length > 0; ) {
|
|
1247
|
+
const m = i.rx.exec(x);
|
|
1248
|
+
if (!m) {
|
|
1249
|
+
n += x;
|
|
1250
|
+
break;
|
|
1251
|
+
}
|
|
1252
|
+
const h = m[0], f = m.index;
|
|
1253
|
+
n += x.slice(0, f);
|
|
1254
|
+
let y = "", p = "", g = "";
|
|
1255
|
+
b ? (y = m[1] || "", p = m[2] || "", g = m[3] || "") : (p = m[1] || "", g = m[2] || "");
|
|
1256
|
+
const j = h.startsWith("\\");
|
|
1257
|
+
let N = 0;
|
|
1258
|
+
if (!j && i.type === "monospaced" && !b && g.startsWith("`") && x[f + h.length] === "`" && (g = g + "`", N = 1), j)
|
|
1259
|
+
n += h.slice(1);
|
|
1260
|
+
else {
|
|
1261
|
+
y && (n += y);
|
|
1262
|
+
let I, T;
|
|
1263
|
+
if (p) {
|
|
1264
|
+
const Q = Xu(p);
|
|
1265
|
+
I = Q.role, T = Q.id;
|
|
1266
|
+
}
|
|
1267
|
+
const q = g.replace(/\\\]/g, "]"), z = K(q, {
|
|
1268
|
+
compatMode: !1,
|
|
1269
|
+
state: s,
|
|
1270
|
+
_alreadyEscaped: !0,
|
|
1271
|
+
_quoted: !0,
|
|
1272
|
+
// Only later quote passes apply to the span's content (see
|
|
1273
|
+
// _quoteFromIndex docs) — prevents re-formatting literal markers
|
|
1274
|
+
// such as the `_un_` left inside `\__un__`.
|
|
1275
|
+
_quoteFromIndex: c + 1
|
|
1276
|
+
}), F = {
|
|
1277
|
+
type: "quoted",
|
|
1278
|
+
subtype: i.type,
|
|
1279
|
+
text: z,
|
|
1280
|
+
...T ? { id: T } : {},
|
|
1281
|
+
...I ? { role: I } : {}
|
|
1282
|
+
};
|
|
1283
|
+
n += ee(t, [F]);
|
|
1284
|
+
}
|
|
1285
|
+
x = x.slice(f + h.length + N);
|
|
1286
|
+
}
|
|
1287
|
+
u = n;
|
|
1288
|
+
}
|
|
1289
|
+
return u;
|
|
1290
|
+
}
|
|
1291
|
+
function su(u) {
|
|
1292
|
+
return u ? [{ type: "text", text: u }] : [];
|
|
1293
|
+
}
|
|
1294
|
+
function Ue(u, e, t, s, a, c = !1) {
|
|
1295
|
+
let i = u;
|
|
1296
|
+
const n = Object.prototype.hasOwnProperty.call(e, "experimental"), x = Object.prototype.hasOwnProperty.call(e, "icons") ? e.icons : void 0, b = x === void 0 ? "text" : x === "font" ? "font" : "image", m = [
|
|
1297
|
+
{
|
|
1298
|
+
rx: /(\\)?(kbd|btn):\[([\s\S]*?[^\\])\]/,
|
|
1299
|
+
handler: (f) => f[1] || !n ? null : f[2] === "kbd" ? {
|
|
1300
|
+
type: "kbd",
|
|
1301
|
+
keys: Te(f[3])
|
|
1302
|
+
} : { type: "button", text: su(f[3]) }
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
rx: /\\?menu:(\w|[&\w][^\n\[]*[^\s\[])\[ *(?:|([\s\S]*?[^\\]))\]/,
|
|
1306
|
+
handler: (f) => f[0].startsWith("\\") || !n ? null : { type: "menu", items: f[2] ? [f[1], ...f[2].split(/>|>/).map((p) => p.trim())] : [f[1]] }
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
rx: /\\?(image|icon):([^:\s\[](?:[^\n\[]*[^\s\[])?)\[(|[\s\S]*?[^\\])\]/,
|
|
1310
|
+
handler: (f) => {
|
|
1311
|
+
if (f[0].startsWith("\\")) return null;
|
|
1312
|
+
const y = f[1] === "icon", p = y ? qe(f[3]) : Ie(f[3]), g = f[2], j = p.alt || (y ? g : Re(g));
|
|
1313
|
+
return {
|
|
1314
|
+
type: "image",
|
|
1315
|
+
subtype: y ? "icon" : "image",
|
|
1316
|
+
target: g,
|
|
1317
|
+
alt: j,
|
|
1318
|
+
width: p.width,
|
|
1319
|
+
height: p.height,
|
|
1320
|
+
id: p.id,
|
|
1321
|
+
role: p.role,
|
|
1322
|
+
title: p.title,
|
|
1323
|
+
float: p.float,
|
|
1324
|
+
link: p.link,
|
|
1325
|
+
window: p.window,
|
|
1326
|
+
...y ? { iconType: b } : {}
|
|
1327
|
+
};
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
rx: new RegExp(
|
|
1332
|
+
String.raw`\\?(?:(indexterm2?):\[([\s\S]*?[^\\])\]|\(\(([\s\S]+?)\)\)(?!\)))`
|
|
1333
|
+
),
|
|
1334
|
+
handler: (f) => {
|
|
1335
|
+
if (f[0].startsWith("\\")) return null;
|
|
1336
|
+
const p = (f[2] || f[3] || "").split(",").map((N) => N.trim()), j = (f[1] ? f[1].startsWith("indexterm2") : f[0].startsWith("((")) === !0;
|
|
1337
|
+
return { type: "indexterm", terms: p, visible: j };
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
// The bibref macro must run BEFORE the URL/link macros in macroRegexes:
|
|
1342
|
+
// otherwise the URL macro's leading-context capture group (which
|
|
1343
|
+
// includes `]`) eats the third `]` of `[[[id]]]https://...` patterns
|
|
1344
|
+
// and leaves only `[[id]]` for the ref macro to match. Ids accept
|
|
1345
|
+
// any Unicode letter/digit — RFD citations occasionally use
|
|
1346
|
+
// non-ASCII chars (e.g. `lipiński-2011`).
|
|
1347
|
+
// A bibliography anchor id must be a valid XML name: it starts with a
|
|
1348
|
+
// letter or `_` (NOT a digit). `[[[22-update]]]` is therefore left as
|
|
1349
|
+
// literal text by stock, while `[[[lipiński-2011]]]` (Unicode letter)
|
|
1350
|
+
// is a valid bibref.
|
|
1351
|
+
rx: /\[\[\[([\p{L}_][\p{L}\p{N}_\-:.]*)(?:, *([\s\S]+?))?\]\]\]/u,
|
|
1352
|
+
handler: (f) => ({
|
|
1353
|
+
type: "anchor",
|
|
1354
|
+
subtype: "bibref",
|
|
1355
|
+
text: su(f[2] || f[1]),
|
|
1356
|
+
target: f[1]
|
|
1357
|
+
})
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
// The target must not start with `:` — `link::https://…` is malformed
|
|
1361
|
+
// (double colon) and stock asciidoctor leaves it literal rather than
|
|
1362
|
+
// producing a link whose href begins with `:`.
|
|
1363
|
+
rx: /\\?(?:link|(mailto)):(|[^\s\[:][^\s\[]*)\[(|[\s\S]*?[^\\])\]/,
|
|
1364
|
+
handler: (f) => {
|
|
1365
|
+
if (f[0].startsWith("\\")) return null;
|
|
1366
|
+
const y = f[1] === "mailto", p = f[3] || "";
|
|
1367
|
+
if (y) {
|
|
1368
|
+
const T = Le(p), q = f[2];
|
|
1369
|
+
let z = "mailto:" + q;
|
|
1370
|
+
const F = [];
|
|
1371
|
+
return T.subject && F.push(`subject=${Vu(T.subject)}`), T.body && F.push(`body=${Vu(T.body)}`), F.length && (z += "?" + F.join("&")), {
|
|
1372
|
+
type: "anchor",
|
|
1373
|
+
subtype: "link",
|
|
1374
|
+
text: T.text ? su(T.text) : [{ type: "text", text: q }],
|
|
1375
|
+
target: z,
|
|
1376
|
+
...T.id ? { id: T.id } : {},
|
|
1377
|
+
...T.role ? { role: T.role } : {}
|
|
1378
|
+
};
|
|
1379
|
+
}
|
|
1380
|
+
const g = f[2], j = zu(p);
|
|
1381
|
+
let N = j.text, I = j.role;
|
|
1382
|
+
return N || (N = g, I = I ? `bare ${I}` : "bare"), {
|
|
1383
|
+
type: "anchor",
|
|
1384
|
+
subtype: "link",
|
|
1385
|
+
text: su(N),
|
|
1386
|
+
target: g,
|
|
1387
|
+
...j.id ? { id: j.id } : {},
|
|
1388
|
+
...I ? { role: I } : {},
|
|
1389
|
+
...j.window ? { window: j.window } : {}
|
|
1390
|
+
};
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
rx: new RegExp("(?<=^|\\s|<|>|[\\(\\)\\[\\];\"'`\\x02-\\x05])(\\\\?(?:https?|file|ftp|irc):\\/\\/)(?:([^\\s\\[\\]]+)\\[(|[\\s\\S]*?[^\\\\])\\]|([^\\s]+)>|([^\\s\\[\\]<]*([^\\s,.?!\\[\\]<\\)])))", "m"),
|
|
1395
|
+
handler: (f) => {
|
|
1396
|
+
if (f[1].startsWith("\\")) {
|
|
1397
|
+
const q = f[1].slice(1), z = f[2] !== void 0 ? `${f[2]}[${f[3] || ""}]` : f[4] !== void 0 ? `${f[4]}>` : f[5] || "";
|
|
1398
|
+
return [{ type: "text", text: q + z }];
|
|
1399
|
+
}
|
|
1400
|
+
const y = f[1];
|
|
1401
|
+
let p, g, j, N = "", I;
|
|
1402
|
+
if (f[2] !== void 0) {
|
|
1403
|
+
p = y + f[2];
|
|
1404
|
+
const q = f[3] || "";
|
|
1405
|
+
if (q) {
|
|
1406
|
+
const z = zu(q);
|
|
1407
|
+
z.window && (I = z.window), z.role && (j = z.role), g = su(z.text);
|
|
1408
|
+
} else
|
|
1409
|
+
g = [{ type: "text", text: p }], j = "bare";
|
|
1410
|
+
} else if (f[4] !== void 0)
|
|
1411
|
+
p = y + f[4], g = [{ type: "text", text: p }], j = "bare";
|
|
1412
|
+
else {
|
|
1413
|
+
p = y + (f[5] || "");
|
|
1414
|
+
const q = f[6] || "";
|
|
1415
|
+
if (q === ";" ? (p = p.slice(0, -1), p.endsWith(")") ? (p = p.slice(0, -1), N = ");") : N = ";") : q === ":" && (p = p.slice(0, -1), p.endsWith(")") ? (p = p.slice(0, -1), N = "):") : N = ":"), p === y)
|
|
1416
|
+
return [{ type: "text", text: f[0] }];
|
|
1417
|
+
g = [{ type: "text", text: p }], j = "bare";
|
|
1418
|
+
}
|
|
1419
|
+
j === "bare" && Object.prototype.hasOwnProperty.call(e, "hide-uri-scheme") && (g = [{ type: "text", text: p.replace(/^[a-z][a-z0-9.+-]*:\/\//i, "") }]);
|
|
1420
|
+
const T = [];
|
|
1421
|
+
return T.push({
|
|
1422
|
+
type: "anchor",
|
|
1423
|
+
subtype: "link",
|
|
1424
|
+
text: g,
|
|
1425
|
+
target: p,
|
|
1426
|
+
...j ? { role: j } : {},
|
|
1427
|
+
...I ? { window: I } : {}
|
|
1428
|
+
}), N && T.push({ type: "text", text: N }), T;
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
rx: /([\\>:/])?\w(?:&|[\w\-.%+])*@[\w][\w_\-.]*\.[a-zA-Z]{2,5}\b/,
|
|
1433
|
+
handler: (f) => {
|
|
1434
|
+
const y = f[1] || "";
|
|
1435
|
+
if (y === "\\") return { type: "text", text: f[0].slice(1) };
|
|
1436
|
+
if (y || c && f.index === 0 && !y) return null;
|
|
1437
|
+
const p = f[0];
|
|
1438
|
+
return {
|
|
1439
|
+
type: "anchor",
|
|
1440
|
+
subtype: "link",
|
|
1441
|
+
text: [{ type: "text", text: p }],
|
|
1442
|
+
target: "mailto:".concat(p)
|
|
1443
|
+
};
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
rx: new RegExp(
|
|
1448
|
+
String.raw`(\\)?(?:\[\[([A-Za-z_][\w\-:.]*)(?:, *([\s\S]+?))? ?\]\]|anchor:([A-Za-z_][\w\-:.]*)\[(?:\]|([\s\S]*?[^\\])\]))`
|
|
1449
|
+
),
|
|
1450
|
+
handler: (f) => {
|
|
1451
|
+
if (f[1]) return null;
|
|
1452
|
+
const y = f[2] || f[4] || "", p = f[3] || f[5] || "";
|
|
1453
|
+
return {
|
|
1454
|
+
type: "anchor",
|
|
1455
|
+
subtype: "ref",
|
|
1456
|
+
text: su(p || y),
|
|
1457
|
+
target: y,
|
|
1458
|
+
id: y
|
|
1459
|
+
};
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
rx: new RegExp(
|
|
1464
|
+
String.raw`\\?(?:<<([\w#/.:{][\s\S]*?)>>|xref:([\w#/.:{][\s\S]*?)\[(?:\]|([\s\S]*?[^\\])\]))`
|
|
1465
|
+
),
|
|
1466
|
+
handler: (f) => {
|
|
1467
|
+
if (f[0].startsWith("\\")) return null;
|
|
1468
|
+
if (f[1] !== void 0) {
|
|
1469
|
+
const j = f[1].indexOf(","), N = j === -1 ? f[1] : f[1].slice(0, j), I = j === -1 ? "" : f[1].slice(j + 1).replace(/^\s+/, ""), T = I || `[${N}]`;
|
|
1470
|
+
return {
|
|
1471
|
+
type: "anchor",
|
|
1472
|
+
subtype: "xref",
|
|
1473
|
+
text: su(T),
|
|
1474
|
+
target: N,
|
|
1475
|
+
...I ? { explicitText: !0 } : {}
|
|
1476
|
+
};
|
|
1477
|
+
}
|
|
1478
|
+
const y = (f[2] || "").trim(), p = (f[3] || "").replace(/\\\]/g, "]").trim(), g = /^xrefstyle\s*=\s*("?)([\w-]+)\1$/.exec(p);
|
|
1479
|
+
return g ? {
|
|
1480
|
+
type: "anchor",
|
|
1481
|
+
subtype: "xref",
|
|
1482
|
+
text: su(`[${y}]`),
|
|
1483
|
+
target: y,
|
|
1484
|
+
xrefstyle: g[2],
|
|
1485
|
+
macro: !0
|
|
1486
|
+
} : {
|
|
1487
|
+
type: "anchor",
|
|
1488
|
+
subtype: "xref",
|
|
1489
|
+
text: su(p || `[${y}]`),
|
|
1490
|
+
target: y,
|
|
1491
|
+
macro: !0,
|
|
1492
|
+
...p ? { explicitText: !0 } : {}
|
|
1493
|
+
};
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
rx: /\\?footnote(?:(ref):|:([\p{L}\p{N}_-]+)?)\[(?:|([\s\S]*?[^\\]))\](?!<\/a>)/u,
|
|
1498
|
+
handler: (f) => {
|
|
1499
|
+
if (f[0].startsWith("\\")) return null;
|
|
1500
|
+
const y = (N) => {
|
|
1501
|
+
const I = N ? a.footnotesById.get(N) : void 0;
|
|
1502
|
+
return {
|
|
1503
|
+
type: "footnote",
|
|
1504
|
+
text: [],
|
|
1505
|
+
refid: N,
|
|
1506
|
+
...I !== void 0 ? { index: I } : {}
|
|
1507
|
+
};
|
|
1508
|
+
}, p = (N, I) => {
|
|
1509
|
+
a.footnoteIndex++;
|
|
1510
|
+
const T = a.footnoteIndex;
|
|
1511
|
+
N && a.footnotesById.set(N, T);
|
|
1512
|
+
const q = su(I);
|
|
1513
|
+
return a.footnoteDefs && a.footnoteDefs.push(q), {
|
|
1514
|
+
type: "footnote",
|
|
1515
|
+
text: q,
|
|
1516
|
+
...N ? { id: N } : {},
|
|
1517
|
+
index: T
|
|
1518
|
+
};
|
|
1519
|
+
};
|
|
1520
|
+
if (f[1] === "ref") {
|
|
1521
|
+
if (!f[3]) return null;
|
|
1522
|
+
const N = f[3], I = N.indexOf(","), T = (I === -1 ? N : N.slice(0, I)).trim(), q = I === -1 ? "" : N.slice(I + 1);
|
|
1523
|
+
return q ? p(T, q) : y(T);
|
|
1524
|
+
}
|
|
1525
|
+
const g = f[2], j = f[3] || "";
|
|
1526
|
+
return !g && !j ? null : g && (!j || a.footnotesById.has(g)) ? y(g) : p(g, j);
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
];
|
|
1530
|
+
let h = i;
|
|
1531
|
+
for (const { rx: f, handler: y } of m) {
|
|
1532
|
+
const p = Fe(f);
|
|
1533
|
+
p.lastIndex = 0;
|
|
1534
|
+
const g = [];
|
|
1535
|
+
let j = 0, N;
|
|
1536
|
+
for (; (N = p.exec(h)) !== null; ) {
|
|
1537
|
+
if (N[0].length === 0) {
|
|
1538
|
+
p.lastIndex++;
|
|
1539
|
+
continue;
|
|
1540
|
+
}
|
|
1541
|
+
N.index > j && g.push(h.slice(j, N.index));
|
|
1542
|
+
const I = y(N, e);
|
|
1543
|
+
if (I) {
|
|
1544
|
+
const T = Array.isArray(I) ? I : [I];
|
|
1545
|
+
g.push(ee(s, T));
|
|
1546
|
+
} else
|
|
1547
|
+
g.push(N[0]);
|
|
1548
|
+
j = N.index + N[0].length;
|
|
1549
|
+
}
|
|
1550
|
+
j < h.length && g.push(h.slice(j)), h = g.join("");
|
|
1551
|
+
}
|
|
1552
|
+
return h;
|
|
1553
|
+
}
|
|
1554
|
+
const Zu = /* @__PURE__ */ new WeakMap();
|
|
1555
|
+
function Fe(u) {
|
|
1556
|
+
if (u.flags.includes("g")) return u;
|
|
1557
|
+
const e = Zu.get(u);
|
|
1558
|
+
if (e) return e;
|
|
1559
|
+
const t = new RegExp(u.source, u.flags + "g");
|
|
1560
|
+
return Zu.set(u, t), t;
|
|
1561
|
+
}
|
|
1562
|
+
function se(u, e, t, s) {
|
|
1563
|
+
const a = /(\d+)/g;
|
|
1564
|
+
function c(x) {
|
|
1565
|
+
const b = { type: "text", text: x };
|
|
1566
|
+
if (x.indexOf("") === -1) return [b];
|
|
1567
|
+
const m = [];
|
|
1568
|
+
let h = 0;
|
|
1569
|
+
a.lastIndex = 0;
|
|
1570
|
+
let f;
|
|
1571
|
+
for (; (f = a.exec(x)) !== null; ) {
|
|
1572
|
+
f.index > h && m.push({ type: "text", text: x.slice(h, f.index) });
|
|
1573
|
+
const y = parseInt(f[1], 10), p = e[y];
|
|
1574
|
+
if (!p) {
|
|
1575
|
+
m.push({ type: "text", text: f[0] }), h = f.index + f[0].length;
|
|
1576
|
+
continue;
|
|
1577
|
+
}
|
|
1578
|
+
if (p) {
|
|
1579
|
+
if (p.subs.length === 0) {
|
|
1580
|
+
const I = p.attributes ?? {}, T = { type: "text", text: p.text, raw: !0 };
|
|
1581
|
+
I.id || I.role ? m.push({
|
|
1582
|
+
type: "quoted",
|
|
1583
|
+
subtype: "unquoted",
|
|
1584
|
+
text: [T],
|
|
1585
|
+
...I.id ? { id: I.id } : {},
|
|
1586
|
+
...I.role ? { role: I.role } : {}
|
|
1587
|
+
}) : m.push(T), h = f.index + f[0].length;
|
|
1588
|
+
continue;
|
|
1589
|
+
}
|
|
1590
|
+
let g;
|
|
1591
|
+
p.subs.length === 1 && p.subs[0] === "specialcharacters" ? g = [{ type: "text", text: fu(p.text) }] : g = K(p.text, { compatMode: t, state: s, _subs: p.subs }), g = se(g, e, t, s);
|
|
1592
|
+
const j = p.attributes ?? {}, N = !!(j.id || j.role);
|
|
1593
|
+
p.type === "unquoted" || p.type === "normal" ? N ? m.push({
|
|
1594
|
+
type: "quoted",
|
|
1595
|
+
subtype: "unquoted",
|
|
1596
|
+
text: g,
|
|
1597
|
+
...j.id ? { id: j.id } : {},
|
|
1598
|
+
...j.role ? { role: j.role } : {}
|
|
1599
|
+
}) : m.push(...g) : p.type === "monospaced" || p.type === "asciimath" || p.type === "latexmath" ? m.push({
|
|
1600
|
+
type: "quoted",
|
|
1601
|
+
subtype: p.type,
|
|
1602
|
+
text: g,
|
|
1603
|
+
...j.id ? { id: j.id } : {},
|
|
1604
|
+
...j.role ? { role: j.role } : {}
|
|
1605
|
+
}) : m.push(...g);
|
|
1606
|
+
}
|
|
1607
|
+
h = f.index + f[0].length;
|
|
1608
|
+
}
|
|
1609
|
+
return h < x.length && m.push({ type: "text", text: x.slice(h) }), m.length > 0 ? m : [b];
|
|
1610
|
+
}
|
|
1611
|
+
function i(x) {
|
|
1612
|
+
return !x || x.indexOf("") === -1 ? x : x.replace(/(\d+)/g, (b, m) => {
|
|
1613
|
+
const h = e[parseInt(m, 10)];
|
|
1614
|
+
return h ? h.subs.length === 1 && h.subs[0] === "specialcharacters" ? fu(h.text) : h.text : b;
|
|
1615
|
+
});
|
|
1616
|
+
}
|
|
1617
|
+
function n(x) {
|
|
1618
|
+
return x.type === "text" ? c(x.text) : x.type === "anchor" ? [
|
|
1619
|
+
{ ...x, target: i(x.target), text: x.text.flatMap(n) }
|
|
1620
|
+
] : x.type === "image" ? [
|
|
1621
|
+
{ ...x, target: i(x.target) ?? x.target, link: i(x.link) }
|
|
1622
|
+
] : x.type === "quoted" || x.type === "footnote" || x.type === "button" ? [{ ...x, text: x.text.flatMap(n) }] : [x];
|
|
1623
|
+
}
|
|
1624
|
+
return u.flatMap(n);
|
|
1625
|
+
}
|
|
1626
|
+
function Ve(u, e) {
|
|
1627
|
+
const s = Object.prototype.hasOwnProperty.call(e, "hardbreaks") || Object.prototype.hasOwnProperty.call(e, "hardbreaks-option") ? /(?: \+)?\n/g : / \+(\n|$)/g, a = [];
|
|
1628
|
+
for (const c of u) {
|
|
1629
|
+
if (c.type !== "text") {
|
|
1630
|
+
a.push(c);
|
|
1631
|
+
continue;
|
|
1632
|
+
}
|
|
1633
|
+
const i = c.text;
|
|
1634
|
+
s.lastIndex = 0;
|
|
1635
|
+
let n = 0, x = !1, b;
|
|
1636
|
+
for (; (b = s.exec(i)) !== null; )
|
|
1637
|
+
x = !0, b.index > n && a.push({ type: "text", text: i.slice(n, b.index) }), a.push({ type: "break", subtype: "line" }), n = b.index + b[0].length;
|
|
1638
|
+
x ? n < i.length && a.push({ type: "text", text: i.slice(n) }) : a.push(c);
|
|
1639
|
+
}
|
|
1640
|
+
return a;
|
|
1641
|
+
}
|
|
1642
|
+
const ze = {
|
|
1643
|
+
monospaced: ["<code>", "</code>", !0],
|
|
1644
|
+
emphasis: ["<em>", "</em>", !0],
|
|
1645
|
+
strong: ["<strong>", "</strong>", !0],
|
|
1646
|
+
double: ["“", "”"],
|
|
1647
|
+
single: ["‘", "’"],
|
|
1648
|
+
mark: ["<mark>", "</mark>", !0],
|
|
1649
|
+
superscript: ["<sup>", "</sup>", !0],
|
|
1650
|
+
subscript: ["<sub>", "</sub>", !0],
|
|
1651
|
+
asciimath: ["\\$", "\\$"],
|
|
1652
|
+
latexmath: ["\\(", "\\)"]
|
|
1653
|
+
}, Ge = /^(?:[a-zA-Z][a-zA-Z]+\d{0,2}|#\d{1,7}|#x[\da-fA-F]{1,6});/;
|
|
1654
|
+
function Ze(u) {
|
|
1655
|
+
return u.replace(/ /g, "%20");
|
|
1656
|
+
}
|
|
1657
|
+
function H(u) {
|
|
1658
|
+
let e = "";
|
|
1659
|
+
for (let t = 0; t < u.length; t++) {
|
|
1660
|
+
const s = u[t];
|
|
1661
|
+
s === "&" ? Ge.test(u.slice(t + 1)) ? e += "&" : e += "&" : s === '"' ? e += """ : s === "<" ? e += "<" : s === ">" ? e += ">" : e += s;
|
|
1662
|
+
}
|
|
1663
|
+
return e;
|
|
1664
|
+
}
|
|
1665
|
+
function du(u, e = !1) {
|
|
1666
|
+
return u.map((t) => Ye(t, e)).join("");
|
|
1667
|
+
}
|
|
1668
|
+
function Ye(u, e) {
|
|
1669
|
+
switch (u.type) {
|
|
1670
|
+
case "text":
|
|
1671
|
+
return u.text;
|
|
1672
|
+
case "quoted": {
|
|
1673
|
+
const t = ze[u.subtype] || ["", ""], s = t[2] === !0, a = du(u.text, e);
|
|
1674
|
+
let c = "";
|
|
1675
|
+
if (u.id && (c += ` id="${u.id}"`), u.role && (c += ` class="${H(u.role)}"`), u.subtype === "mark" && (u.id || u.role))
|
|
1676
|
+
return `<span${c}>${a}</span>`;
|
|
1677
|
+
if (s) {
|
|
1678
|
+
let i = t[0];
|
|
1679
|
+
return c && i.endsWith(">") && (i = i.slice(0, -1) + c + ">"), `${i}${a}${t[1]}`;
|
|
1680
|
+
}
|
|
1681
|
+
return u.id || u.role ? `<span${c}>${t[0]}${a}${t[1]}</span>` : `${t[0]}${a}${t[1]}`;
|
|
1682
|
+
}
|
|
1683
|
+
case "anchor": {
|
|
1684
|
+
const t = u.id || "", s = u.role || "";
|
|
1685
|
+
let a = t ? ` id="${t}"` : "", c = s ? ` class="${H(s)}"` : "";
|
|
1686
|
+
t ? a += c : a = c;
|
|
1687
|
+
const i = du(u.text, e);
|
|
1688
|
+
switch (u.subtype) {
|
|
1689
|
+
case "link": {
|
|
1690
|
+
const n = H(u.target);
|
|
1691
|
+
let x = "";
|
|
1692
|
+
return u.window && (x = ` target="${H(u.window)}"`, u.window === "_blank" && (x += ' rel="noopener"')), `<a href="${n}"${a}${x}>${i}</a>`;
|
|
1693
|
+
}
|
|
1694
|
+
case "ref":
|
|
1695
|
+
return `<a id="${H(u.id || u.target)}"></a>`;
|
|
1696
|
+
case "xref": {
|
|
1697
|
+
const n = u.target;
|
|
1698
|
+
return `<a href="${n.startsWith("#") || n.includes("#") || n.includes("/") ? H(n) : "#" + H(n)}"${a}>${i}</a>`;
|
|
1699
|
+
}
|
|
1700
|
+
case "bibref":
|
|
1701
|
+
return `[<a id="${H(u.id || u.target)}"></a>]`;
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
case "image": {
|
|
1705
|
+
const t = H(Ze(u.target)), s = u.alt || "";
|
|
1706
|
+
let a = "";
|
|
1707
|
+
u.width && (a += ` width="${H(u.width)}"`), u.height && (a += ` height="${H(u.height)}"`);
|
|
1708
|
+
const c = u.title ? ` title="${H(u.title)}"` : "", i = (m) => {
|
|
1709
|
+
if (!u.link) return m;
|
|
1710
|
+
let h = "";
|
|
1711
|
+
return u.window && (h = ` target="${H(u.window)}"`, u.window === "_blank" && (h += ' rel="noopener"')), `<a class="image" href="${H(u.link)}"${h}>${m}</a>`;
|
|
1712
|
+
};
|
|
1713
|
+
if (u.subtype === "icon") {
|
|
1714
|
+
const m = u.iconType || "text", h = ["icon"];
|
|
1715
|
+
u.role && h.push(u.role), u.float && h.push(u.float);
|
|
1716
|
+
const f = ` class="${h.join(" ")}"`, y = u.id ? ` id="${H(u.id)}"` : "";
|
|
1717
|
+
if (m === "text") {
|
|
1718
|
+
const p = u.alt || u.target;
|
|
1719
|
+
return `<span${f}${y}${c}>${i(`[${p}]`)}</span>`;
|
|
1720
|
+
}
|
|
1721
|
+
return m === "font" ? `<span${f}${y}>${i(`<i class="fa fa-${H(u.target)}"${c}></i>`)}</span>` : `<span${f}${y}${c}>${i(`<img src="${t}" alt="${H(s)}"${a}>`)}</span>`;
|
|
1722
|
+
}
|
|
1723
|
+
const n = ["image"];
|
|
1724
|
+
u.role && n.push(u.role), u.float && n.push(u.float);
|
|
1725
|
+
const x = ` class="${n.join(" ")}"`, b = u.id ? ` id="${H(u.id)}"` : "";
|
|
1726
|
+
return `<span${x}${b}>${i(`<img src="${t}" alt="${H(s)}"${a}${c}>`)}</span>`;
|
|
1727
|
+
}
|
|
1728
|
+
case "footnote": {
|
|
1729
|
+
if (u.refid && (!u.text || u.text.length === 0))
|
|
1730
|
+
return u.index !== void 0 ? `<sup class="footnoteref">[<a class="footnote" href="#_footnotedef_${u.index}" title="View footnote.">${u.index}</a>]</sup>` : `<sup class="footnoteref red" title="Unresolved footnote reference.">[${H(u.refid)}]</sup>`;
|
|
1731
|
+
const t = u.index;
|
|
1732
|
+
if (t === void 0) {
|
|
1733
|
+
const a = u.id ? ` id="${H(u.id)}"` : "", c = du(u.text, e);
|
|
1734
|
+
return `<sup${a}>[${c}]</sup>`;
|
|
1735
|
+
}
|
|
1736
|
+
return `<sup class="footnote"${u.id ? ` id="_footnote_${H(u.id)}"` : ""}>[<a id="_footnoteref_${t}" class="footnote" href="#_footnotedef_${t}" title="View footnote.">${t}</a>]</sup>`;
|
|
1737
|
+
}
|
|
1738
|
+
case "indexterm":
|
|
1739
|
+
return u.visible ? du([{ type: "text", text: u.terms.join(", ") }], e) : "";
|
|
1740
|
+
case "callout":
|
|
1741
|
+
return `<b class="conum">(${u.number})</b>`;
|
|
1742
|
+
case "break":
|
|
1743
|
+
return `<br>
|
|
1744
|
+
`;
|
|
1745
|
+
case "button":
|
|
1746
|
+
return `<b class="button">${du(u.text, e)}</b>`;
|
|
1747
|
+
case "kbd":
|
|
1748
|
+
return u.keys.length === 1 ? `<kbd>${u.keys[0]}</kbd>` : `<span class="keyseq">${u.keys.map((t) => `<kbd>${t}</kbd>`).join("+")}</span>`;
|
|
1749
|
+
case "menu": {
|
|
1750
|
+
if (u.items.length === 1)
|
|
1751
|
+
return `<b class="menuref">${u.items[0]}</b>`;
|
|
1752
|
+
const t = e ? ' <i class="fa fa-angle-right caret"></i> ' : ' <b class="caret">›</b> ', s = [];
|
|
1753
|
+
for (let a = 0; a < u.items.length; a++) {
|
|
1754
|
+
const c = u.items[a];
|
|
1755
|
+
a === 0 ? s.push(`<b class="menu">${c}</b>`) : a < u.items.length - 1 ? s.push(`${t}<b class="submenu">${c}</b>`) : s.push(`${t}<b class="menuitem">${c}</b>`);
|
|
1756
|
+
}
|
|
1757
|
+
return `<span class="menuseq">${s.join("")}</span>`;
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
function au(u, e = !1) {
|
|
1762
|
+
return du(u, e);
|
|
1763
|
+
}
|
|
1764
|
+
const Ht = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1765
|
+
__proto__: null,
|
|
1766
|
+
parseInline: K,
|
|
1767
|
+
renderInline: du,
|
|
1768
|
+
renderInlineAsString: au,
|
|
1769
|
+
subCallouts: Mu,
|
|
1770
|
+
subCalloutsRaw: Oe,
|
|
1771
|
+
subSpecialchars: fu
|
|
1772
|
+
}, Symbol.toStringTag, { value: "Module" })), mu = (u, e = !1) => ({
|
|
1773
|
+
__html: u ? au(u, e) : ""
|
|
1774
|
+
}), Iu = (u) => {
|
|
1775
|
+
if (!u) return !1;
|
|
1776
|
+
for (const e of u)
|
|
1777
|
+
if (e.type === "text") {
|
|
1778
|
+
if (e.raw || /[<>]/.test(e.text)) return !0;
|
|
1779
|
+
} else if ("text" in e && Array.isArray(e.text) && Iu(e.text))
|
|
1780
|
+
return !0;
|
|
1781
|
+
return !1;
|
|
1782
|
+
}, Tu = (u) => {
|
|
1783
|
+
const e = ku(wu);
|
|
1784
|
+
return {
|
|
1785
|
+
react: !Iu(u),
|
|
1786
|
+
iconsFont: e.document?.attributes?.icons === "font"
|
|
1787
|
+
};
|
|
1788
|
+
}, J = (u) => u ? Ne(u) : "", P = ({
|
|
1789
|
+
nodes: u,
|
|
1790
|
+
bibliography: e = !1
|
|
1791
|
+
}) => {
|
|
1792
|
+
const t = ku(wu);
|
|
1793
|
+
if (!u || u.length === 0) return null;
|
|
1794
|
+
const s = {
|
|
1795
|
+
overrides: t.inlineOverrides || {},
|
|
1796
|
+
iconsFont: t.document?.attributes?.icons === "font",
|
|
1797
|
+
bibDef: e ? { pending: !0 } : void 0
|
|
1798
|
+
};
|
|
1799
|
+
return /* @__PURE__ */ r.jsx(r.Fragment, { children: pu(u, s) });
|
|
1800
|
+
}, pu = (u, e) => u.map((t, s) => /* @__PURE__ */ r.jsx(hu, { children: Je(t, e) }, s)), Je = (u, e) => {
|
|
1801
|
+
const { overrides: t } = e;
|
|
1802
|
+
switch (u.type) {
|
|
1803
|
+
case "text":
|
|
1804
|
+
return u.raw ? _u(u.text) : J(u.text);
|
|
1805
|
+
case "quoted": {
|
|
1806
|
+
const s = pu(u.text, e);
|
|
1807
|
+
return t.quoted ? /* @__PURE__ */ r.jsx(t.quoted, { node: u, children: s }) : Qe(u, s);
|
|
1808
|
+
}
|
|
1809
|
+
case "anchor": {
|
|
1810
|
+
if (u.subtype === "bibref") {
|
|
1811
|
+
const a = e.bibDef?.pending ?? !1;
|
|
1812
|
+
return e.bibDef && (e.bibDef.pending = !1), a ? /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1813
|
+
/* @__PURE__ */ r.jsx("a", { id: u.id || u.target }),
|
|
1814
|
+
"[",
|
|
1815
|
+
pu(u.text, e),
|
|
1816
|
+
"]"
|
|
1817
|
+
] }) : Yu(u, null);
|
|
1818
|
+
}
|
|
1819
|
+
const s = pu(u.text, e);
|
|
1820
|
+
return t.anchor ? /* @__PURE__ */ r.jsx(t.anchor, { node: u, children: s }) : Yu(u, s);
|
|
1821
|
+
}
|
|
1822
|
+
case "image":
|
|
1823
|
+
return t.image ? /* @__PURE__ */ r.jsx(t.image, { node: u }) : Xe(u);
|
|
1824
|
+
case "footnote": {
|
|
1825
|
+
const s = pu(u.text || [], e);
|
|
1826
|
+
return t.footnote ? /* @__PURE__ */ r.jsx(t.footnote, { node: u, children: s }) : Ke(u, s);
|
|
1827
|
+
}
|
|
1828
|
+
case "indexterm":
|
|
1829
|
+
return t.indexterm ? /* @__PURE__ */ r.jsx(t.indexterm, { node: u }) : u.visible ? J(u.terms.join(", ")) : null;
|
|
1830
|
+
case "callout":
|
|
1831
|
+
return t.callout ? /* @__PURE__ */ r.jsx(t.callout, { node: u }) : /* @__PURE__ */ r.jsx("b", { className: "conum", children: `(${u.number})` });
|
|
1832
|
+
case "break":
|
|
1833
|
+
return t.break ? /* @__PURE__ */ r.jsx(t.break, {}) : /* @__PURE__ */ r.jsx("br", {});
|
|
1834
|
+
case "button": {
|
|
1835
|
+
const s = pu(u.text, e);
|
|
1836
|
+
return t.button ? /* @__PURE__ */ r.jsx(t.button, { node: u, children: s }) : /* @__PURE__ */ r.jsx("b", { className: "button", children: s });
|
|
1837
|
+
}
|
|
1838
|
+
case "kbd":
|
|
1839
|
+
return t.kbd ? /* @__PURE__ */ r.jsx(t.kbd, { node: u }) : ut(u);
|
|
1840
|
+
case "menu":
|
|
1841
|
+
return t.menu ? /* @__PURE__ */ r.jsx(t.menu, { node: u }) : et(u, e.iconsFont);
|
|
1842
|
+
}
|
|
1843
|
+
}, Qe = (u, e) => {
|
|
1844
|
+
const t = u.role || void 0, s = u.id || void 0;
|
|
1845
|
+
switch (u.subtype) {
|
|
1846
|
+
case "emphasis":
|
|
1847
|
+
return /* @__PURE__ */ r.jsx("em", { id: s, className: t, children: e });
|
|
1848
|
+
case "strong":
|
|
1849
|
+
return /* @__PURE__ */ r.jsx("strong", { id: s, className: t, children: e });
|
|
1850
|
+
case "monospaced":
|
|
1851
|
+
return /* @__PURE__ */ r.jsx("code", { id: s, className: t, children: e });
|
|
1852
|
+
case "superscript":
|
|
1853
|
+
return /* @__PURE__ */ r.jsx("sup", { id: s, className: t, children: e });
|
|
1854
|
+
case "subscript":
|
|
1855
|
+
return /* @__PURE__ */ r.jsx("sub", { id: s, className: t, children: e });
|
|
1856
|
+
case "mark":
|
|
1857
|
+
return s || t ? /* @__PURE__ */ r.jsx("span", { id: s, className: t, children: e }) : /* @__PURE__ */ r.jsx("mark", { children: e });
|
|
1858
|
+
case "double":
|
|
1859
|
+
return Nu(s, t, "“", e, "”");
|
|
1860
|
+
case "single":
|
|
1861
|
+
return Nu(s, t, "‘", e, "’");
|
|
1862
|
+
case "asciimath":
|
|
1863
|
+
return Nu(s, t, "\\$", e, "\\$");
|
|
1864
|
+
case "latexmath":
|
|
1865
|
+
return Nu(s, t, "\\(", e, "\\)");
|
|
1866
|
+
case "unquoted":
|
|
1867
|
+
return s || t ? /* @__PURE__ */ r.jsx("span", { id: s, className: t, children: e }) : /* @__PURE__ */ r.jsx(r.Fragment, { children: e });
|
|
1868
|
+
}
|
|
1869
|
+
}, Nu = (u, e, t, s, a) => u || e ? /* @__PURE__ */ r.jsxs("span", { id: u, className: e, children: [
|
|
1870
|
+
t,
|
|
1871
|
+
s,
|
|
1872
|
+
a
|
|
1873
|
+
] }) : /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1874
|
+
t,
|
|
1875
|
+
s,
|
|
1876
|
+
a
|
|
1877
|
+
] }), Yu = (u, e) => {
|
|
1878
|
+
switch (u.subtype) {
|
|
1879
|
+
case "link": {
|
|
1880
|
+
const t = u.window === "_blank" ? "noopener" : void 0;
|
|
1881
|
+
return /* @__PURE__ */ r.jsx(
|
|
1882
|
+
"a",
|
|
1883
|
+
{
|
|
1884
|
+
href: J(u.target),
|
|
1885
|
+
id: u.id || void 0,
|
|
1886
|
+
className: u.role || void 0,
|
|
1887
|
+
target: u.window || void 0,
|
|
1888
|
+
rel: t,
|
|
1889
|
+
children: e
|
|
1890
|
+
}
|
|
1891
|
+
);
|
|
1892
|
+
}
|
|
1893
|
+
case "ref":
|
|
1894
|
+
return /* @__PURE__ */ r.jsx("a", { id: u.id || u.target });
|
|
1895
|
+
case "xref": {
|
|
1896
|
+
const t = u.target, s = t.startsWith("#") || t.includes("#") || t.includes("/") ? t : `#${t}`;
|
|
1897
|
+
return /* @__PURE__ */ r.jsx("a", { href: J(s), id: u.id || void 0, className: u.role || void 0, children: e });
|
|
1898
|
+
}
|
|
1899
|
+
case "bibref":
|
|
1900
|
+
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1901
|
+
"[",
|
|
1902
|
+
/* @__PURE__ */ r.jsx("a", { id: u.id || u.target }),
|
|
1903
|
+
"]"
|
|
1904
|
+
] });
|
|
1905
|
+
}
|
|
1906
|
+
}, Ju = (u) => J(u).replace(/ /g, "%20"), Xe = (u) => {
|
|
1907
|
+
const e = (i) => {
|
|
1908
|
+
if (!u.link) return i;
|
|
1909
|
+
const n = u.window === "_blank" ? "noopener" : void 0;
|
|
1910
|
+
return /* @__PURE__ */ r.jsx(
|
|
1911
|
+
"a",
|
|
1912
|
+
{
|
|
1913
|
+
className: "image",
|
|
1914
|
+
href: J(u.link),
|
|
1915
|
+
target: u.window || void 0,
|
|
1916
|
+
rel: n,
|
|
1917
|
+
children: i
|
|
1918
|
+
}
|
|
1919
|
+
);
|
|
1920
|
+
}, t = [u.subtype === "icon" ? "icon" : "image"];
|
|
1921
|
+
u.role && t.push(u.role), u.float && t.push(u.float);
|
|
1922
|
+
const s = t.join(" "), a = u.id || void 0, c = u.title ? J(u.title) : void 0;
|
|
1923
|
+
if (u.subtype === "icon") {
|
|
1924
|
+
const i = u.iconType || "text";
|
|
1925
|
+
return i === "text" ? /* @__PURE__ */ r.jsx("span", { className: s, id: a, title: c, children: e(`[${J(u.alt || u.target)}]`) }) : i === "font" ? /* @__PURE__ */ r.jsx("span", { className: s, id: a, children: e(/* @__PURE__ */ r.jsx("i", { className: `fa fa-${u.target}`, title: c })) }) : /* @__PURE__ */ r.jsx("span", { className: s, id: a, title: c, children: e(
|
|
1926
|
+
/* @__PURE__ */ r.jsx(
|
|
1927
|
+
"img",
|
|
1928
|
+
{
|
|
1929
|
+
src: Ju(u.target),
|
|
1930
|
+
alt: J(u.alt) || "",
|
|
1931
|
+
width: u.width || void 0,
|
|
1932
|
+
height: u.height || void 0
|
|
1933
|
+
}
|
|
1934
|
+
)
|
|
1935
|
+
) });
|
|
1936
|
+
}
|
|
1937
|
+
return /* @__PURE__ */ r.jsx("span", { className: s, id: a, children: e(
|
|
1938
|
+
/* @__PURE__ */ r.jsx(
|
|
1939
|
+
"img",
|
|
1940
|
+
{
|
|
1941
|
+
src: Ju(u.target),
|
|
1942
|
+
alt: J(u.alt) || "",
|
|
1943
|
+
width: u.width || void 0,
|
|
1944
|
+
height: u.height || void 0,
|
|
1945
|
+
title: c
|
|
1946
|
+
}
|
|
1947
|
+
)
|
|
1948
|
+
) });
|
|
1949
|
+
}, Ke = (u, e) => {
|
|
1950
|
+
if (u.refid && (!u.text || u.text.length === 0))
|
|
1951
|
+
return u.index !== void 0 ? /* @__PURE__ */ r.jsxs("sup", { className: "footnoteref", children: [
|
|
1952
|
+
"[",
|
|
1953
|
+
/* @__PURE__ */ r.jsx(
|
|
1954
|
+
"a",
|
|
1955
|
+
{
|
|
1956
|
+
className: "footnote",
|
|
1957
|
+
href: `#_footnotedef_${u.index}`,
|
|
1958
|
+
title: "View footnote.",
|
|
1959
|
+
children: u.index
|
|
1960
|
+
}
|
|
1961
|
+
),
|
|
1962
|
+
"]"
|
|
1963
|
+
] }) : /* @__PURE__ */ r.jsx("sup", { className: "footnoteref red", title: "Unresolved footnote reference.", children: `[${J(u.refid)}]` });
|
|
1964
|
+
const t = u.index;
|
|
1965
|
+
return t === void 0 ? /* @__PURE__ */ r.jsxs("sup", { id: u.id || void 0, children: [
|
|
1966
|
+
"[",
|
|
1967
|
+
e,
|
|
1968
|
+
"]"
|
|
1969
|
+
] }) : /* @__PURE__ */ r.jsxs("sup", { className: "footnote", id: u.id ? `_footnote_${u.id}` : void 0, children: [
|
|
1970
|
+
"[",
|
|
1971
|
+
/* @__PURE__ */ r.jsx(
|
|
1972
|
+
"a",
|
|
1973
|
+
{
|
|
1974
|
+
id: `_footnoteref_${t}`,
|
|
1975
|
+
className: "footnote",
|
|
1976
|
+
href: `#_footnotedef_${t}`,
|
|
1977
|
+
title: "View footnote.",
|
|
1978
|
+
children: t
|
|
1979
|
+
}
|
|
1980
|
+
),
|
|
1981
|
+
"]"
|
|
1982
|
+
] });
|
|
1983
|
+
}, ut = (u) => u.keys.length === 1 ? /* @__PURE__ */ r.jsx("kbd", { children: J(u.keys[0]) }) : /* @__PURE__ */ r.jsx("span", { className: "keyseq", children: u.keys.map((e, t) => /* @__PURE__ */ r.jsxs(hu, { children: [
|
|
1984
|
+
t > 0 ? "+" : null,
|
|
1985
|
+
/* @__PURE__ */ r.jsx("kbd", { children: J(e) })
|
|
1986
|
+
] }, t)) }), et = (u, e) => {
|
|
1987
|
+
if (u.items.length === 1) return /* @__PURE__ */ r.jsx("b", { className: "menuref", children: J(u.items[0]) });
|
|
1988
|
+
const t = e ? /* @__PURE__ */ r.jsx("i", { className: "fa fa-angle-right caret" }) : /* @__PURE__ */ r.jsx("b", { className: "caret", children: "›" });
|
|
1989
|
+
return /* @__PURE__ */ r.jsx("span", { className: "menuseq", children: u.items.map((s, a) => {
|
|
1990
|
+
const c = a === 0 ? "menu" : a < u.items.length - 1 ? "submenu" : "menuitem";
|
|
1991
|
+
return /* @__PURE__ */ r.jsxs(hu, { children: [
|
|
1992
|
+
a > 0 ? /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1993
|
+
" ",
|
|
1994
|
+
t,
|
|
1995
|
+
" "
|
|
1996
|
+
] }) : null,
|
|
1997
|
+
/* @__PURE__ */ r.jsx("b", { className: c, children: J(s) })
|
|
1998
|
+
] }, a);
|
|
1999
|
+
}) });
|
|
2000
|
+
};
|
|
2001
|
+
var Ou = { exports: {} };
|
|
2002
|
+
var Qu;
|
|
2003
|
+
function tt() {
|
|
2004
|
+
return Qu || (Qu = 1, (function(u) {
|
|
2005
|
+
(function() {
|
|
2006
|
+
var e = {}.hasOwnProperty;
|
|
2007
|
+
function t() {
|
|
2008
|
+
for (var c = "", i = 0; i < arguments.length; i++) {
|
|
2009
|
+
var n = arguments[i];
|
|
2010
|
+
n && (c = a(c, s(n)));
|
|
2011
|
+
}
|
|
2012
|
+
return c;
|
|
2013
|
+
}
|
|
2014
|
+
function s(c) {
|
|
2015
|
+
if (typeof c == "string" || typeof c == "number")
|
|
2016
|
+
return c;
|
|
2017
|
+
if (typeof c != "object")
|
|
2018
|
+
return "";
|
|
2019
|
+
if (Array.isArray(c))
|
|
2020
|
+
return t.apply(null, c);
|
|
2021
|
+
if (c.toString !== Object.prototype.toString && !c.toString.toString().includes("[native code]"))
|
|
2022
|
+
return c.toString();
|
|
2023
|
+
var i = "";
|
|
2024
|
+
for (var n in c)
|
|
2025
|
+
e.call(c, n) && c[n] && (i = a(i, n));
|
|
2026
|
+
return i;
|
|
2027
|
+
}
|
|
2028
|
+
function a(c, i) {
|
|
2029
|
+
return i ? c ? c + " " + i : c + i : c;
|
|
2030
|
+
}
|
|
2031
|
+
u.exports ? (t.default = t, u.exports = t) : window.classNames = t;
|
|
2032
|
+
})();
|
|
2033
|
+
})(Ou)), Ou.exports;
|
|
2034
|
+
}
|
|
2035
|
+
var rt = tt();
|
|
2036
|
+
const O = /* @__PURE__ */ ne(rt), U = ({ text: u }) => u ? /* @__PURE__ */ r.jsx("div", { className: "title", dangerouslySetInnerHTML: { __html: u } }) : null, st = ({ node: u }) => {
|
|
2037
|
+
const { document: e } = tu(), t = e.attributes || {}, s = u.attributes, a = () => t.icons === "font" && !s.icon ? /* @__PURE__ */ r.jsx("i", { className: `fa icon-${s.name}`, title: `${s.textlabel}` }) : /* @__PURE__ */ r.jsx("img", { src: u.iconUri, alt: `${s.textlabel}` });
|
|
289
2038
|
return /* @__PURE__ */ r.jsx(
|
|
290
2039
|
"div",
|
|
291
2040
|
{
|
|
292
|
-
|
|
293
|
-
|
|
2041
|
+
id: u.id || void 0,
|
|
2042
|
+
className: O("admonitionblock", `${s.name}`, u.role),
|
|
2043
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
294
2044
|
children: /* @__PURE__ */ r.jsx("table", { children: /* @__PURE__ */ r.jsx("tbody", { children: /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
295
|
-
/* @__PURE__ */ r.jsx("td", { className: "icon", children:
|
|
296
|
-
/* @__PURE__ */ r.jsxs("td", { className: "content", children: [
|
|
297
|
-
/* @__PURE__ */ r.jsx(
|
|
298
|
-
|
|
299
|
-
|
|
2045
|
+
/* @__PURE__ */ r.jsx("td", { className: "icon", children: t.icons ? a() : /* @__PURE__ */ r.jsx("div", { className: "title", children: `${s.textlabel}` }) }),
|
|
2046
|
+
u.blocks.length > 0 ? /* @__PURE__ */ r.jsxs("td", { className: "content", children: [
|
|
2047
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2048
|
+
/* @__PURE__ */ r.jsx(V, { blocks: u.blocks })
|
|
2049
|
+
] }) : /* @__PURE__ */ r.jsxs("td", { className: "content", children: [
|
|
2050
|
+
u.title && /* @__PURE__ */ r.jsx("div", { className: "title", dangerouslySetInnerHTML: { __html: u.title } }),
|
|
2051
|
+
/* @__PURE__ */ r.jsx(P, { nodes: u.inlines })
|
|
300
2052
|
] })
|
|
301
2053
|
] }) }) })
|
|
302
2054
|
}
|
|
303
2055
|
);
|
|
304
|
-
},
|
|
305
|
-
const
|
|
2056
|
+
}, at = ({ node: u }) => {
|
|
2057
|
+
const e = u.attributes.start, t = u.attributes.end, s = e || t ? `#t=${e || ""}${t ? "," + t : ""}` : "", a = [
|
|
2058
|
+
u.autoplay ? "autoplay" : "",
|
|
2059
|
+
u.noControls ? "" : "controls",
|
|
2060
|
+
u.loop ? "loop" : ""
|
|
2061
|
+
].filter(Boolean).join(" "), i = `<audio src="${u.mediaUri}${s}"${a ? " " + a : ""}>` + "Your browser does not support the audio tag.</audio>";
|
|
2062
|
+
return /* @__PURE__ */ r.jsxs(
|
|
2063
|
+
"div",
|
|
2064
|
+
{
|
|
2065
|
+
id: u.id || void 0,
|
|
2066
|
+
className: O("audioblock", u.role),
|
|
2067
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
2068
|
+
children: [
|
|
2069
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2070
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", dangerouslySetInnerHTML: { __html: i } })
|
|
2071
|
+
]
|
|
2072
|
+
}
|
|
2073
|
+
);
|
|
2074
|
+
}, ct = ({ node: u }) => {
|
|
2075
|
+
const { document: e } = tu(), t = e.attributes?.icons === "font";
|
|
306
2076
|
return /* @__PURE__ */ r.jsxs(
|
|
307
2077
|
"div",
|
|
308
2078
|
{
|
|
309
|
-
|
|
310
|
-
|
|
2079
|
+
id: u.id || void 0,
|
|
2080
|
+
className: O("colist", u.style || "arabic", u.role),
|
|
2081
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
311
2082
|
children: [
|
|
312
|
-
/* @__PURE__ */ r.jsx(
|
|
313
|
-
/* @__PURE__ */ r.jsx("
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
) })
|
|
2083
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2084
|
+
t ? /* @__PURE__ */ r.jsx("table", { children: /* @__PURE__ */ r.jsx("tbody", { children: u.items.map((s, a) => /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
2085
|
+
/* @__PURE__ */ r.jsxs("td", { children: [
|
|
2086
|
+
/* @__PURE__ */ r.jsx("i", { className: "conum", "data-value": a + 1 }),
|
|
2087
|
+
/* @__PURE__ */ r.jsx("b", { children: a + 1 })
|
|
2088
|
+
] }),
|
|
2089
|
+
s.blocks.length > 0 ? /* @__PURE__ */ r.jsxs("td", { children: [
|
|
2090
|
+
/* @__PURE__ */ r.jsx(P, { nodes: s.textInlines }),
|
|
2091
|
+
/* @__PURE__ */ r.jsx(V, { blocks: s.blocks })
|
|
2092
|
+
] }) : /* @__PURE__ */ r.jsx("td", { children: /* @__PURE__ */ r.jsx(P, { nodes: s.textInlines }) })
|
|
2093
|
+
] }, a)) }) }) : /* @__PURE__ */ r.jsx("ol", { children: u.items.map((s, a) => /* @__PURE__ */ r.jsxs("li", { children: [
|
|
2094
|
+
/* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: s.textInlines }) }),
|
|
2095
|
+
/* @__PURE__ */ r.jsx(V, { blocks: s.blocks })
|
|
2096
|
+
] }, a)) })
|
|
323
2097
|
]
|
|
324
2098
|
}
|
|
325
2099
|
);
|
|
326
|
-
},
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
2100
|
+
}, iu = (u, e) => u[`${e}-option`] !== void 0, Eu = (u, e, t = void 0, s, a) => {
|
|
2101
|
+
if (u[e] !== void 0)
|
|
2102
|
+
return u[e];
|
|
2103
|
+
const c = s || e;
|
|
2104
|
+
return c && a && a[c] !== void 0 ? a[c] : t;
|
|
2105
|
+
}, cu = (u, e) => u[e] !== void 0, it = (u) => typeof u.title == "string" ? u.title : void 0, bu = (u) => {
|
|
2106
|
+
if (typeof u.getSourceLines == "function") {
|
|
2107
|
+
const e = u.getSourceLines();
|
|
2108
|
+
let t = 0;
|
|
2109
|
+
for (; t < e.length && e[t] === ""; ) t++;
|
|
2110
|
+
let s = e.length;
|
|
2111
|
+
for (; s > t && e[s - 1] === ""; ) s--;
|
|
2112
|
+
return e.slice(t, s).join(`
|
|
2113
|
+
`);
|
|
2114
|
+
}
|
|
2115
|
+
return "";
|
|
2116
|
+
}, Su = (u) => {
|
|
2117
|
+
const e = u.split(`
|
|
2118
|
+
`);
|
|
2119
|
+
if (e.length < 2) return u;
|
|
2120
|
+
for (; e.length && e[0].replace(/\s+$/, "") === ""; ) e.shift();
|
|
2121
|
+
for (; e.length && e[e.length - 1].replace(/\s+$/, "") === ""; ) e.pop();
|
|
2122
|
+
return e.join(`
|
|
2123
|
+
`);
|
|
2124
|
+
}, nt = (u) => {
|
|
2125
|
+
const e = [[]];
|
|
2126
|
+
for (const t of u)
|
|
2127
|
+
t.type === "text" && !t.raw && /\n\n+/.test(t.text) ? t.text.split(/\n\n+/).forEach((a, c) => {
|
|
2128
|
+
c > 0 && e.push([]), a.length > 0 && e[e.length - 1].push({ type: "text", text: a });
|
|
2129
|
+
}) : e[e.length - 1].push(t);
|
|
2130
|
+
return e;
|
|
2131
|
+
}, lt = (u) => {
|
|
2132
|
+
const e = u[0];
|
|
2133
|
+
if (!e || e.type !== "text" || e.raw) return u;
|
|
2134
|
+
const t = e.text.replace(/^\s+/, "");
|
|
2135
|
+
return t === "" ? u.slice(1) : t === e.text ? u : [{ ...e, text: t }, ...u.slice(1)];
|
|
2136
|
+
}, Au = (u) => {
|
|
2137
|
+
const e = [], t = (s) => {
|
|
2138
|
+
for (const a of s)
|
|
2139
|
+
a.type === "footnote" && a.text && a.text.length > 0 && e.push(a), "text" in a && Array.isArray(a.text) && t(a.text);
|
|
2140
|
+
};
|
|
2141
|
+
return t(u), e;
|
|
2142
|
+
}, Dt = (u) => {
|
|
2143
|
+
let e;
|
|
2144
|
+
const t = u.getAttributes(), s = {};
|
|
2145
|
+
for (const [o, l] of Object.entries(t))
|
|
2146
|
+
l != null && (s[o] = String(l));
|
|
2147
|
+
const a = /* @__PURE__ */ new Map(), c = /* @__PURE__ */ new Map(), i = /* @__PURE__ */ new Map();
|
|
2148
|
+
{
|
|
2149
|
+
const o = /* @__PURE__ */ new Map(), l = typeof u.getSourceLines == "function" ? u.getSourceLines() : [], E = /^:(?:!([\w-]+)|([\w-]+)!):\s*$/, L = /^:([A-Za-z][\w-]*):(?: (.*))?$/, R = /(\\)?\{counter2?:([\w-]+)(?::[^}]*)?\}/g, C = /^(-{4,}|\.{4,}|\+{4,}|\/{4,})$/;
|
|
2150
|
+
let k = null;
|
|
2151
|
+
for (const v of l) {
|
|
2152
|
+
const S = C.exec(v.trimEnd());
|
|
2153
|
+
if (S) {
|
|
2154
|
+
const $ = S[1][0];
|
|
2155
|
+
k === null ? k = $ : k === $ && (k = null);
|
|
2156
|
+
continue;
|
|
2157
|
+
}
|
|
2158
|
+
if (k !== null) continue;
|
|
2159
|
+
const _ = E.exec(v);
|
|
2160
|
+
if (_) {
|
|
2161
|
+
const $ = _[1] || _[2], A = o.get($) ?? 0;
|
|
2162
|
+
a.has($) || a.set($, /* @__PURE__ */ new Set()), a.get($).add(A), i.delete($);
|
|
2163
|
+
continue;
|
|
2164
|
+
}
|
|
2165
|
+
const d = L.exec(v);
|
|
2166
|
+
if (d) {
|
|
2167
|
+
const $ = d[1], A = d[2] ?? "";
|
|
2168
|
+
if (i.set($, A), A !== "") {
|
|
2169
|
+
const D = o.get($) ?? 0;
|
|
2170
|
+
c.has($) || c.set($, /* @__PURE__ */ new Map()), c.get($).set(D, A);
|
|
354
2171
|
}
|
|
355
|
-
|
|
2172
|
+
continue;
|
|
356
2173
|
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
return "";
|
|
362
|
-
if (Array.isArray(o))
|
|
363
|
-
return s.apply(null, o);
|
|
364
|
-
if (o.toString !== Object.prototype.toString && !o.toString.toString().includes("[native code]"))
|
|
365
|
-
return o.toString();
|
|
366
|
-
var a = "";
|
|
367
|
-
for (var c in o)
|
|
368
|
-
t.call(o, c) && o[c] && (a = l(a, c));
|
|
369
|
-
return a;
|
|
370
|
-
}
|
|
371
|
-
function l(o, a) {
|
|
372
|
-
return a ? o ? o + " " + a : o + a : o;
|
|
373
|
-
}
|
|
374
|
-
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
|
|
375
|
-
})();
|
|
376
|
-
})(K)), K.exports;
|
|
377
|
-
}
|
|
378
|
-
var Pe = Ie();
|
|
379
|
-
const b = /* @__PURE__ */ Te(Pe);
|
|
380
|
-
var _ = function() {
|
|
381
|
-
return _ = Object.assign || function(e) {
|
|
382
|
-
for (var t, s = 1, n = arguments.length; s < n; s++) {
|
|
383
|
-
t = arguments[s];
|
|
384
|
-
for (var l in t) Object.prototype.hasOwnProperty.call(t, l) && (e[l] = t[l]);
|
|
385
|
-
}
|
|
386
|
-
return e;
|
|
387
|
-
}, _.apply(this, arguments);
|
|
388
|
-
}, Ue = "~", $e = "~~";
|
|
389
|
-
function ae(e, t) {
|
|
390
|
-
for (var s = {}, n = {}, l = e.split($e), o = !1, a = 0; l.length > a; a++) {
|
|
391
|
-
for (var c = l[a].split(Ue), p = 0; p < c.length; p += 2) {
|
|
392
|
-
var j = c[p], g = c[p + 1], u = "&" + j + ";";
|
|
393
|
-
s[u] = g, o && (s["&" + j] = g), n[g] = u;
|
|
394
|
-
}
|
|
395
|
-
o = !0;
|
|
2174
|
+
let w;
|
|
2175
|
+
for (R.lastIndex = 0; w = R.exec(v); )
|
|
2176
|
+
w[1] || o.set(w[2], (o.get(w[2]) ?? 0) + 1);
|
|
2177
|
+
}
|
|
396
2178
|
}
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
I.html5 = ae('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®', I.html4);
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
attribute: te,
|
|
453
|
-
body: ee.xml
|
|
454
|
-
},
|
|
455
|
-
html4: {
|
|
456
|
-
strict: re,
|
|
457
|
-
attribute: te,
|
|
458
|
-
body: ee.html4
|
|
459
|
-
},
|
|
460
|
-
html5: {
|
|
461
|
-
strict: re,
|
|
462
|
-
attribute: te,
|
|
463
|
-
body: ee.html5
|
|
2179
|
+
for (const [o, l] of i)
|
|
2180
|
+
o in s || (s[o] = l);
|
|
2181
|
+
const n = {
|
|
2182
|
+
footnoteIndex: 0,
|
|
2183
|
+
footnotesById: /* @__PURE__ */ new Map(),
|
|
2184
|
+
footnoteDefs: [],
|
|
2185
|
+
counters: /* @__PURE__ */ new Map(),
|
|
2186
|
+
counterResets: a,
|
|
2187
|
+
counterUses: /* @__PURE__ */ new Map(),
|
|
2188
|
+
counterSeeds: c
|
|
2189
|
+
}, x = (o) => {
|
|
2190
|
+
const l = o.getAttributes && o.getAttributes();
|
|
2191
|
+
return l && l["hardbreaks-option"] !== void 0 ? { ...s, "hardbreaks-option": String(l["hardbreaks-option"]) } : s;
|
|
2192
|
+
}, b = /* @__PURE__ */ new Map(), m = /* @__PURE__ */ new Set(), h = /* @__PURE__ */ new Map(), f = typeof t.xrefstyle == "string" ? t.xrefstyle : void 0, y = (o, l = f) => {
|
|
2193
|
+
if (o.reftext) return o.reftext;
|
|
2194
|
+
const E = o.sectname === "appendix" || o.sectname === "chapter", L = E ? `<em>${o.title}</em>` : o.title;
|
|
2195
|
+
if (l && o.numbered) {
|
|
2196
|
+
const R = o.numeral.replace(/\.$/, ""), C = t[`${o.sectname}-refsig`];
|
|
2197
|
+
if (l === "full") {
|
|
2198
|
+
const k = E ? `<em>${o.title}</em>` : `“${o.title}”`;
|
|
2199
|
+
return C ? `${C} ${R}, ${k}` : `${R}, ${k}`;
|
|
2200
|
+
}
|
|
2201
|
+
return l === "short" ? C ? `${C} ${R}` : R : L;
|
|
2202
|
+
}
|
|
2203
|
+
return l ? L : o.title;
|
|
2204
|
+
}, p = /* @__PURE__ */ new Map(), g = /* @__PURE__ */ new Map(), j = (o) => {
|
|
2205
|
+
for (const l of o.getSections()) {
|
|
2206
|
+
const E = l.getId(), L = l.getReftext && l.getReftext() || void 0, R = {
|
|
2207
|
+
title: l.getTitle() || "",
|
|
2208
|
+
numbered: l.isNumbered ? l.isNumbered() : !1,
|
|
2209
|
+
sectname: l.getSectionName && l.getSectionName() || "section",
|
|
2210
|
+
numeral: l.getSectionNumeral && l.getSectionNumeral() || "",
|
|
2211
|
+
reftext: L
|
|
2212
|
+
};
|
|
2213
|
+
if (E) {
|
|
2214
|
+
m.add(E), p.set(E, R), b.set(E, y(R));
|
|
2215
|
+
const C = L || R.title;
|
|
2216
|
+
C && !h.has(C) && h.set(C, E);
|
|
2217
|
+
}
|
|
2218
|
+
j(l);
|
|
2219
|
+
}
|
|
2220
|
+
};
|
|
2221
|
+
j(u);
|
|
2222
|
+
const N = u.getRefs ? u.getRefs() : {};
|
|
2223
|
+
for (const o of Object.keys(N)) {
|
|
2224
|
+
m.add(o);
|
|
2225
|
+
const l = N[o];
|
|
2226
|
+
typeof l.$xreftext == "function" && g.set(o, l);
|
|
2227
|
+
const E = l.getReftext && l.getReftext();
|
|
2228
|
+
if (E)
|
|
2229
|
+
b.set(o, E), h.has(E) || h.set(E, o);
|
|
2230
|
+
else if (!b.has(o)) {
|
|
2231
|
+
const L = typeof l.$xreftext == "function" ? l.$xreftext(f ?? null) : void 0;
|
|
2232
|
+
L ? b.set(o, L) : l.title && b.set(o, l.title);
|
|
2233
|
+
}
|
|
464
2234
|
}
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
2235
|
+
const I = /* @__PURE__ */ new Map(), T = /* @__PURE__ */ new Map();
|
|
2236
|
+
if (typeof u.findBy == "function") {
|
|
2237
|
+
const o = u.findBy({
|
|
2238
|
+
context: "list_item"
|
|
2239
|
+
});
|
|
2240
|
+
for (const l of o) {
|
|
2241
|
+
const E = l.text;
|
|
2242
|
+
if (typeof E != "string" || !E.includes("[[[")) continue;
|
|
2243
|
+
const L = K(E, {
|
|
2244
|
+
attributes: s,
|
|
2245
|
+
state: { footnoteIndex: 0, footnotesById: /* @__PURE__ */ new Map() }
|
|
2246
|
+
});
|
|
2247
|
+
let R, C;
|
|
2248
|
+
const k = (v) => {
|
|
2249
|
+
for (const S of v)
|
|
2250
|
+
S.type === "anchor" && (S.subtype === "bibref" && R === void 0 ? R = S.target : S.subtype === "link" && C === void 0 && (C = S.target)), "text" in S && Array.isArray(S.text) && k(S.text);
|
|
2251
|
+
};
|
|
2252
|
+
if (k(L), R) {
|
|
2253
|
+
const v = L.findIndex((_) => _.type === "anchor" && _.subtype === "bibref"), S = lt(v === -1 ? L : L.slice(v + 1));
|
|
2254
|
+
S.length > 0 && T.set(R, S);
|
|
2255
|
+
}
|
|
2256
|
+
R && C && I.set(R, C);
|
|
479
2257
|
}
|
|
480
2258
|
}
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
2259
|
+
const q = (o) => {
|
|
2260
|
+
if (!o) return o;
|
|
2261
|
+
for (const l of o) {
|
|
2262
|
+
if (l.type === "anchor" && l.subtype === "xref") {
|
|
2263
|
+
const E = `[${l.target}]`, L = l.text, R = !l.explicitText && L.length === 1 && L[0].type === "text" && L[0].text === E, C = (_) => {
|
|
2264
|
+
let d = b.get(_);
|
|
2265
|
+
if (l.xrefstyle) {
|
|
2266
|
+
const w = p.get(_);
|
|
2267
|
+
if (w) d = y(w, l.xrefstyle);
|
|
2268
|
+
else {
|
|
2269
|
+
const $ = g.get(_);
|
|
2270
|
+
$ && typeof $.$xreftext == "function" && (d = $.$xreftext(l.xrefstyle) ?? d);
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
R && typeof d == "string" && (l.text = [{ type: "text", text: d, raw: !0 }]);
|
|
2274
|
+
}, k = l.target.indexOf("#");
|
|
2275
|
+
if (l.target === "#" && R) {
|
|
2276
|
+
const _ = u.getDocumentTitle?.(), d = u.getAttribute && u.getAttribute("reftext") || (typeof _ == "string" ? _ : void 0);
|
|
2277
|
+
l.text = [{ type: "text", text: d || "[^top]", raw: !0 }];
|
|
2278
|
+
}
|
|
2279
|
+
if (k > 0 && !l.target.slice(0, k).includes("://")) {
|
|
2280
|
+
let _ = l.target.slice(0, k);
|
|
2281
|
+
const d = l.target.slice(k + 1), w = t.outfilesuffix ?? ".html";
|
|
2282
|
+
let $ = !1;
|
|
2283
|
+
_.endsWith(".adoc") ? (_ = _.slice(0, -5), $ = !0) : /\.[^./]+$/.test(_) || ($ = !0);
|
|
2284
|
+
const A = t.relfileprefix ?? "", D = $ ? t.relfilesuffix !== void 0 ? String(t.relfilesuffix) : w : "", ru = A + _ + D;
|
|
2285
|
+
l.target = d ? `${ru}#${d}` : ru, R && (l.text = [{ type: "text", text: ru, raw: !0 }]);
|
|
2286
|
+
} else if (l.macro && k === -1 && /\.[^./]+$/.test(l.target) && !l.target.includes("://")) {
|
|
2287
|
+
let _ = l.target, d = !1;
|
|
2288
|
+
_.endsWith(".adoc") && (_ = _.slice(0, -5), d = !0);
|
|
2289
|
+
const w = t.outfilesuffix ?? ".html", $ = t.relfileprefix ?? "", A = d ? t.relfilesuffix !== void 0 ? String(t.relfilesuffix) : w : "", D = $ + _ + A;
|
|
2290
|
+
l.target = D, R && (l.text = [{ type: "text", text: D, raw: !0 }]), l.subtype = "link";
|
|
2291
|
+
} else if (m.has(l.target))
|
|
2292
|
+
C(l.target);
|
|
2293
|
+
else if (l.target.includes(" ") || l.target.toLowerCase() !== l.target) {
|
|
2294
|
+
const _ = h.get(l.target);
|
|
2295
|
+
_ && (l.target = _, C(_));
|
|
2296
|
+
}
|
|
2297
|
+
const v = I.get(l.target);
|
|
2298
|
+
v && (l.externalHref = v);
|
|
2299
|
+
const S = T.get(l.target);
|
|
2300
|
+
S && (l.referenceInlines = S);
|
|
2301
|
+
}
|
|
2302
|
+
"text" in l && Array.isArray(l.text) && q(l.text);
|
|
2303
|
+
}
|
|
2304
|
+
return o;
|
|
2305
|
+
}, z = (o) => {
|
|
2306
|
+
if (o)
|
|
2307
|
+
return K(o, {
|
|
2308
|
+
attributes: s,
|
|
2309
|
+
state: {
|
|
2310
|
+
footnoteIndex: 0,
|
|
2311
|
+
footnotesById: /* @__PURE__ */ new Map(),
|
|
2312
|
+
counters: n.counters,
|
|
2313
|
+
counterResets: n.counterResets,
|
|
2314
|
+
counterUses: n.counterUses
|
|
2315
|
+
}
|
|
2316
|
+
});
|
|
2317
|
+
};
|
|
2318
|
+
function F(o) {
|
|
2319
|
+
const l = o.getNodeName && o.getNodeName(), E = o.getContentModel && o.getContentModel(), R = l && !(l === "olist" || l === "ulist" || l === "colist" || l === "dlist") && o.hasBlocks() ? o.getBlocks().map((v) => F(v)) : [], C = it(o);
|
|
2320
|
+
let k = {
|
|
2321
|
+
id: o.getId && o.getId(),
|
|
2322
|
+
type: l,
|
|
2323
|
+
blocks: R,
|
|
2324
|
+
content: void 0,
|
|
2325
|
+
inlines: R.length === 0 && E === "simple" ? q(
|
|
2326
|
+
K(bu(o), {
|
|
2327
|
+
attributes: x(o),
|
|
2328
|
+
state: n
|
|
2329
|
+
})
|
|
2330
|
+
) : void 0,
|
|
2331
|
+
titleInlines: o.hasTitle && o.hasTitle() ? z(C) : void 0,
|
|
2332
|
+
attributes: o.getAttributes && o.getAttributes(),
|
|
2333
|
+
contentModel: E,
|
|
2334
|
+
lineNumber: o.getLineNumber && o.getLineNumber(),
|
|
2335
|
+
style: o.getStyle && o.getStyle(),
|
|
2336
|
+
role: o.getRole && o.getRole(),
|
|
2337
|
+
title: o.hasTitle && o.hasTitle() ? o.getCaption && o.getCaption() ? o.getCaptionedTitle() : o.getTitle() : void 0,
|
|
2338
|
+
level: o.getLevel && o.getLevel()
|
|
525
2339
|
};
|
|
526
|
-
if (
|
|
527
|
-
let
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
if (
|
|
531
|
-
let
|
|
532
|
-
|
|
533
|
-
}
|
|
534
|
-
if (
|
|
535
|
-
let
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
if (
|
|
539
|
-
let
|
|
540
|
-
|
|
541
|
-
}
|
|
542
|
-
if ((
|
|
543
|
-
const
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
2340
|
+
if (l === "admonition") {
|
|
2341
|
+
let v = k;
|
|
2342
|
+
v.iconUri = o.getIconUri(k.attributes.name);
|
|
2343
|
+
}
|
|
2344
|
+
if (l === "audio") {
|
|
2345
|
+
let v = k;
|
|
2346
|
+
v.mediaUri = o.getMediaUri(o.getAttribute("target")), v.autoplay = o.isOption("autoplay"), v.noControls = o.isOption("nocontrols"), v.loop = o.isOption("loop"), k = v;
|
|
2347
|
+
}
|
|
2348
|
+
if (l === "video") {
|
|
2349
|
+
let v = k;
|
|
2350
|
+
v.mediaUri = o.getMediaUri(o.getAttribute("target")), v.autoplay = o.isOption("autoplay"), v.noControls = o.isOption("nocontrols"), v.loop = o.isOption("loop"), v.onHover = o.isOption("onhover"), k = v;
|
|
2351
|
+
}
|
|
2352
|
+
if (l === "image") {
|
|
2353
|
+
let v = k;
|
|
2354
|
+
v.imageUri = o.getImageUri(o.getAttribute("target")), v.alt = typeof o.getAlt == "function" ? o.getAlt() : o.getAttribute("alt") ?? "";
|
|
2355
|
+
}
|
|
2356
|
+
if ((l === "listing" || l === "literal") && "getSource" in o) {
|
|
2357
|
+
const v = k;
|
|
2358
|
+
v.source = o.getSource(), v.language = o.getAttribute("language");
|
|
2359
|
+
const S = t.icons === "font", _ = o.getAttribute("line-comment"), d = bu(o), w = o.getSubstitutions && typeof o.getSubstitutions == "function" ? o.getSubstitutions() : ["specialcharacters", "callouts"];
|
|
2360
|
+
if (w.some(
|
|
2361
|
+
(A) => ["quotes", "attributes", "replacements", "macros", "post_replacements"].includes(
|
|
2362
|
+
A
|
|
2363
|
+
)
|
|
2364
|
+
)) {
|
|
2365
|
+
const A = q(
|
|
2366
|
+
K(d, {
|
|
2367
|
+
attributes: x(o),
|
|
2368
|
+
state: n,
|
|
2369
|
+
// Honour the block's exact subs list (e.g. `subs=+macros` runs
|
|
2370
|
+
// macros but not quotes, so `*bold*` stays literal while a
|
|
2371
|
+
// `pass:quotes[…]` macro still formats its own content).
|
|
2372
|
+
_subs: w
|
|
2373
|
+
})
|
|
2374
|
+
);
|
|
2375
|
+
let D = au(A ?? []);
|
|
2376
|
+
w.includes("callouts") && (D = Mu(D, S, _)), k.content = Su(D);
|
|
2377
|
+
} else {
|
|
2378
|
+
let A = fu(d);
|
|
2379
|
+
w.includes("callouts") && (A = Mu(A, S, _)), k.content = Su(A);
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
if (l === "section") {
|
|
2383
|
+
const v = k, S = !!o.getCaption();
|
|
2384
|
+
v.title = S ? o.getCaptionedTitle() : o.getTitle() || "", v.hasCaption = S, "getSectionNumeral" in o && (v.name = o.getSectionName(), v.numbered = o.isNumbered(), v.num = o.getSectionNumeral());
|
|
2385
|
+
}
|
|
2386
|
+
if (l === "verse" && (k.inlines = q(
|
|
2387
|
+
K(bu(o), {
|
|
2388
|
+
attributes: x(o),
|
|
2389
|
+
state: n
|
|
2390
|
+
})
|
|
2391
|
+
)), l === "stem") {
|
|
2392
|
+
const v = bu(o);
|
|
2393
|
+
k.content = fu(v);
|
|
2394
|
+
}
|
|
2395
|
+
if (l === "pass")
|
|
2396
|
+
if ((o.getSubstitutions && typeof o.getSubstitutions == "function" ? o.getSubstitutions() : []).length > 0) {
|
|
2397
|
+
const S = q(
|
|
2398
|
+
K(bu(o), {
|
|
2399
|
+
attributes: x(o),
|
|
2400
|
+
state: n
|
|
2401
|
+
})
|
|
2402
|
+
);
|
|
2403
|
+
k.content = Su(au(S ?? []));
|
|
2404
|
+
} else
|
|
2405
|
+
k.content = Su(
|
|
2406
|
+
bu(o)
|
|
2407
|
+
);
|
|
2408
|
+
if (l === "dlist") {
|
|
2409
|
+
let v = k;
|
|
2410
|
+
v.items = o.getItems().map((S) => [
|
|
2411
|
+
S[0].map(
|
|
2412
|
+
(_) => F(_)
|
|
555
2413
|
),
|
|
556
|
-
|
|
2414
|
+
F(S[1])
|
|
557
2415
|
]);
|
|
558
2416
|
}
|
|
559
|
-
if (
|
|
560
|
-
let
|
|
561
|
-
|
|
2417
|
+
if (l === "colist" || l === "olist" || l === "ulist") {
|
|
2418
|
+
let v = k;
|
|
2419
|
+
v.items = o.getItems().map((S) => F(S));
|
|
562
2420
|
}
|
|
563
|
-
if (
|
|
564
|
-
let
|
|
565
|
-
const
|
|
566
|
-
|
|
2421
|
+
if (l === "list_item") {
|
|
2422
|
+
let v = k;
|
|
2423
|
+
const S = o, _ = typeof S.text == "string" ? S.text : void 0;
|
|
2424
|
+
v.textInlines = S.hasText() && _ !== void 0 ? q(
|
|
2425
|
+
K(_, {
|
|
2426
|
+
attributes: s,
|
|
2427
|
+
state: n
|
|
2428
|
+
})
|
|
2429
|
+
) : void 0;
|
|
567
2430
|
}
|
|
568
|
-
if (
|
|
569
|
-
let
|
|
570
|
-
const
|
|
571
|
-
|
|
2431
|
+
if (l === "table") {
|
|
2432
|
+
let v = k;
|
|
2433
|
+
const S = o;
|
|
2434
|
+
v.columns = S.getColumns().map((A) => ({
|
|
572
2435
|
// @ts-ignore
|
|
573
|
-
attributes:
|
|
574
|
-
columnNumber:
|
|
575
|
-
width:
|
|
576
|
-
horizontalAlign:
|
|
577
|
-
verticalAlign:
|
|
578
|
-
style:
|
|
2436
|
+
attributes: A.getAttributes(),
|
|
2437
|
+
columnNumber: A.getColumnNumber(),
|
|
2438
|
+
width: A.getWidth(),
|
|
2439
|
+
horizontalAlign: A.getHorizontalAlign(),
|
|
2440
|
+
verticalAlign: A.getVerticalAlign(),
|
|
2441
|
+
style: A.getStyle()
|
|
579
2442
|
}));
|
|
580
|
-
const
|
|
581
|
-
(
|
|
582
|
-
),
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
2443
|
+
const _ = (A) => A.map(
|
|
2444
|
+
(D) => D.map((ru) => F(ru))
|
|
2445
|
+
), d = _(S.getHeadRows()), w = _(S.getBodyRows()), $ = _(S.getFootRows());
|
|
2446
|
+
v.rows = { head: d, body: w, foot: $ }, v = {
|
|
2447
|
+
...v,
|
|
2448
|
+
caption: S.getCaption(),
|
|
2449
|
+
hasHeader: S.hasHeaderOption(),
|
|
2450
|
+
hasFooter: S.hasFooterOption(),
|
|
2451
|
+
hasAutowidth: S.hasAutowidthOption(),
|
|
2452
|
+
headRows: d,
|
|
2453
|
+
bodyRows: w,
|
|
2454
|
+
footRows: $
|
|
2455
|
+
}, k = v;
|
|
2456
|
+
}
|
|
2457
|
+
if (l === "table_cell") {
|
|
2458
|
+
const v = o, S = v.getColumn(), _ = typeof v.text == "string" ? v.text : v.getSource(), d = v.getStyle();
|
|
2459
|
+
let w;
|
|
2460
|
+
if (d === "asciidoc") {
|
|
2461
|
+
const M = v.getInnerDocument?.();
|
|
2462
|
+
w = M ? M.getBlocks().map((eu) => F(eu)) : [];
|
|
2463
|
+
}
|
|
2464
|
+
const $ = _ ? q(
|
|
2465
|
+
K(_, {
|
|
2466
|
+
attributes: s,
|
|
2467
|
+
state: n
|
|
2468
|
+
})
|
|
2469
|
+
) : void 0;
|
|
2470
|
+
let A, D;
|
|
2471
|
+
if (d === "asciidoc")
|
|
2472
|
+
A = [];
|
|
2473
|
+
else if (d === "literal")
|
|
2474
|
+
A = [fu(v.getSource())];
|
|
2475
|
+
else if (_) {
|
|
2476
|
+
const M = $ ? au($) : "", eu = M ? M.split(/\n\n+/) : [], gu = d === "emphasis" ? "<em>" : d === "strong" ? "<strong>" : d === "monospaced" ? "<code>" : "", qu = d === "emphasis" ? "</em>" : d === "strong" ? "</strong>" : d === "monospaced" ? "</code>" : "";
|
|
2477
|
+
A = eu.length > 0 ? eu.map((ae) => gu + ae + qu) : [], D = $ ? nt($) : [];
|
|
2478
|
+
} else
|
|
2479
|
+
A = [], D = [];
|
|
2480
|
+
k = {
|
|
2481
|
+
...k,
|
|
2482
|
+
blocks: w ?? k.blocks,
|
|
602
2483
|
type: "table_cell",
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
2484
|
+
content: A,
|
|
2485
|
+
contentInlines: D,
|
|
2486
|
+
text: d === "asciidoc" ? "" : au($ || []),
|
|
2487
|
+
textInlines: $,
|
|
2488
|
+
columnSpan: v.getColumnSpan(),
|
|
2489
|
+
rowSpan: v.getRowSpan(),
|
|
2490
|
+
source: v.getSource(),
|
|
2491
|
+
lines: v.getLines(),
|
|
2492
|
+
width: v.getWidth(),
|
|
2493
|
+
columnPercentageWidth: v.getColumnPercentageWidth(),
|
|
2494
|
+
column: S ? {
|
|
611
2495
|
// @ts-ignore
|
|
612
|
-
attributes:
|
|
613
|
-
columnNumber:
|
|
614
|
-
width:
|
|
615
|
-
horizontalAlign:
|
|
616
|
-
verticalAlign:
|
|
617
|
-
style:
|
|
2496
|
+
attributes: S.getAttributes(),
|
|
2497
|
+
columnNumber: S.getColumnNumber(),
|
|
2498
|
+
width: S.getWidth(),
|
|
2499
|
+
horizontalAlign: S.getHorizontalAlign(),
|
|
2500
|
+
verticalAlign: S.getVerticalAlign(),
|
|
2501
|
+
style: S.getStyle()
|
|
618
2502
|
} : void 0
|
|
619
2503
|
};
|
|
620
2504
|
}
|
|
621
|
-
return
|
|
2505
|
+
return k;
|
|
622
2506
|
}
|
|
623
|
-
function
|
|
624
|
-
return
|
|
625
|
-
id:
|
|
626
|
-
title: (
|
|
627
|
-
level:
|
|
628
|
-
num:
|
|
629
|
-
|
|
2507
|
+
function Q(o) {
|
|
2508
|
+
return o.getSections().map((l) => ({
|
|
2509
|
+
id: l.getId(),
|
|
2510
|
+
title: (l.getCaption() ? l.getCaptionedTitle() : l.getTitle()) || "",
|
|
2511
|
+
level: l.getLevel(),
|
|
2512
|
+
num: l.getSectionNumber(),
|
|
2513
|
+
numbered: l.isNumbered(),
|
|
2514
|
+
hasCaption: !!l.getCaption(),
|
|
2515
|
+
sections: Q(l)
|
|
630
2516
|
}));
|
|
631
2517
|
}
|
|
632
|
-
|
|
2518
|
+
e = {
|
|
633
2519
|
type: "document",
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
2520
|
+
id: u.getId && u.getId() || void 0,
|
|
2521
|
+
title: u.getDocumentTitle()?.toString() || "",
|
|
2522
|
+
hasHeader: u.hasHeader(),
|
|
2523
|
+
noHeader: u.getNoheader(),
|
|
2524
|
+
contentModel: u.getContentModel(),
|
|
638
2525
|
footnotes: [],
|
|
639
|
-
attributes:
|
|
640
|
-
blocks:
|
|
641
|
-
sections:
|
|
2526
|
+
attributes: u.getAttributes(),
|
|
2527
|
+
blocks: u.getBlocks().map((o) => F(o)),
|
|
2528
|
+
sections: Q(u),
|
|
642
2529
|
authors: []
|
|
643
2530
|
};
|
|
644
|
-
const
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
2531
|
+
const X = [], ou = (o) => {
|
|
2532
|
+
for (const l of o) {
|
|
2533
|
+
if (l.inlines) {
|
|
2534
|
+
const E = Au(l.inlines);
|
|
2535
|
+
X.push(...E);
|
|
2536
|
+
}
|
|
2537
|
+
if (l.blocks && ou(l.blocks), "items" in l && Array.isArray(l.items))
|
|
2538
|
+
for (const E of l.items) {
|
|
2539
|
+
if ("textInlines" in E && E.textInlines) {
|
|
2540
|
+
const L = Au(E.textInlines);
|
|
2541
|
+
X.push(...L);
|
|
2542
|
+
}
|
|
2543
|
+
"blocks" in E && E.blocks && ou(E.blocks);
|
|
2544
|
+
}
|
|
2545
|
+
if ("items" in l && Array.isArray(l.items)) {
|
|
2546
|
+
for (const E of l.items)
|
|
2547
|
+
if (Array.isArray(E)) {
|
|
2548
|
+
for (const L of E)
|
|
2549
|
+
if (L && typeof L == "object" && "textInlines" in L && L.textInlines) {
|
|
2550
|
+
const R = Au(L.textInlines);
|
|
2551
|
+
X.push(...R);
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2555
|
+
if ("rows" in l && l.rows) {
|
|
2556
|
+
const E = l.rows;
|
|
2557
|
+
for (const L of [E.head, E.body, E.foot])
|
|
2558
|
+
for (const R of L)
|
|
2559
|
+
for (const C of R)
|
|
2560
|
+
if (C.textInlines) {
|
|
2561
|
+
const k = Au(C.textInlines);
|
|
2562
|
+
X.push(...k);
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
};
|
|
2567
|
+
if (ou(e.blocks), X.length > 0) {
|
|
2568
|
+
const o = /* @__PURE__ */ new Map();
|
|
2569
|
+
for (const l of X)
|
|
2570
|
+
l.index !== void 0 && (!o.get(l.index) || l.text && l.text.length > 0) && o.set(l.index, l);
|
|
2571
|
+
e.footnotes = [...o.values()].sort((l, E) => (l.index ?? 0) - (E.index ?? 0)).map((l) => ({
|
|
2572
|
+
index: l.index,
|
|
2573
|
+
textInlines: l.text ?? []
|
|
2574
|
+
}));
|
|
2575
|
+
}
|
|
2576
|
+
return u.getAuthors() && (e.authors = u.getAuthors().map((o) => {
|
|
2577
|
+
const l = o.getName(), E = o.getEmail();
|
|
650
2578
|
return {
|
|
651
|
-
name:
|
|
652
|
-
|
|
2579
|
+
name: l ? au(
|
|
2580
|
+
q(
|
|
2581
|
+
K(l, {
|
|
2582
|
+
attributes: s,
|
|
2583
|
+
state: { footnoteIndex: 0, footnotesById: /* @__PURE__ */ new Map() }
|
|
2584
|
+
})
|
|
2585
|
+
) || []
|
|
2586
|
+
) : void 0,
|
|
2587
|
+
email: E ? au(
|
|
2588
|
+
q(
|
|
2589
|
+
K(E, {
|
|
2590
|
+
attributes: s,
|
|
2591
|
+
state: { footnoteIndex: 0, footnotesById: /* @__PURE__ */ new Map() }
|
|
2592
|
+
})
|
|
2593
|
+
) || []
|
|
2594
|
+
) : void 0
|
|
653
2595
|
};
|
|
654
|
-
})),
|
|
655
|
-
},
|
|
656
|
-
const
|
|
657
|
-
|
|
658
|
-
let
|
|
659
|
-
if (
|
|
660
|
-
const
|
|
661
|
-
|
|
662
|
-
|
|
2596
|
+
})), e;
|
|
2597
|
+
}, Bt = async (u, e) => {
|
|
2598
|
+
const t = async (a) => Promise.all(
|
|
2599
|
+
a.map(async (c) => {
|
|
2600
|
+
let i = await e(c);
|
|
2601
|
+
if (i.blocks && i.blocks.length > 0 && (i.blocks = await t(i.blocks)), i.items) {
|
|
2602
|
+
const n = i;
|
|
2603
|
+
n.items = await t(
|
|
2604
|
+
n.items
|
|
663
2605
|
);
|
|
664
2606
|
}
|
|
665
|
-
return
|
|
2607
|
+
return i;
|
|
666
2608
|
})
|
|
667
|
-
),
|
|
2609
|
+
), s = await t(u.blocks);
|
|
668
2610
|
return {
|
|
669
|
-
...
|
|
670
|
-
blocks:
|
|
671
|
-
};
|
|
672
|
-
}, Je = ({ node: e }) => {
|
|
673
|
-
const t = (n) => {
|
|
674
|
-
const l = n, o = l[0];
|
|
675
|
-
let a = l[1];
|
|
676
|
-
return a.type || (a = null), {
|
|
677
|
-
terms: o,
|
|
678
|
-
dd: a
|
|
679
|
-
};
|
|
680
|
-
}, s = (n) => {
|
|
681
|
-
if (n)
|
|
682
|
-
return /* @__PURE__ */ r.jsxs("dd", { children: [
|
|
683
|
-
n.text && /* @__PURE__ */ r.jsx("p", { children: v(n.text) }),
|
|
684
|
-
/* @__PURE__ */ r.jsx(E, { blocks: n.blocks })
|
|
685
|
-
] });
|
|
2611
|
+
...u,
|
|
2612
|
+
blocks: s
|
|
686
2613
|
};
|
|
687
|
-
|
|
2614
|
+
}, ot = ({ node: u }) => {
|
|
2615
|
+
const e = (s) => {
|
|
2616
|
+
const a = s, c = a[0];
|
|
2617
|
+
let i = a[1];
|
|
2618
|
+
return (!i || !i.type) && (i = null), { terms: c, dd: i };
|
|
2619
|
+
}, t = (s) => s ? /* @__PURE__ */ r.jsxs("dd", { children: [
|
|
2620
|
+
s.textInlines && /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: s.textInlines }) }),
|
|
2621
|
+
/* @__PURE__ */ r.jsx(V, { blocks: s.blocks })
|
|
2622
|
+
] }) : null;
|
|
2623
|
+
if (u.style === "qanda")
|
|
688
2624
|
return /* @__PURE__ */ r.jsxs(
|
|
689
2625
|
"div",
|
|
690
2626
|
{
|
|
691
|
-
|
|
692
|
-
|
|
2627
|
+
id: u.id || void 0,
|
|
2628
|
+
className: O("qlist qanda", u.role),
|
|
2629
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
693
2630
|
children: [
|
|
694
|
-
/* @__PURE__ */ r.jsx(
|
|
695
|
-
/* @__PURE__ */ r.jsx("ol", { children:
|
|
696
|
-
const { terms:
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
2631
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2632
|
+
/* @__PURE__ */ r.jsx("ol", { children: u.items.map((s, a) => {
|
|
2633
|
+
const { terms: c, dd: i } = e(s);
|
|
2634
|
+
return c ? /* @__PURE__ */ r.jsxs("li", { children: [
|
|
2635
|
+
c.map((n, x) => /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx("em", { children: /* @__PURE__ */ r.jsx(P, { nodes: n.textInlines }) }) }, x)),
|
|
2636
|
+
i && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
2637
|
+
i.textInlines && /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: i.textInlines }) }),
|
|
2638
|
+
/* @__PURE__ */ r.jsx(V, { blocks: i.blocks })
|
|
2639
|
+
] })
|
|
2640
|
+
] }, a) : null;
|
|
702
2641
|
}) })
|
|
703
2642
|
]
|
|
704
2643
|
}
|
|
705
2644
|
);
|
|
706
|
-
if (
|
|
707
|
-
const
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
{
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
),
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
2645
|
+
if (u.style === "horizontal") {
|
|
2646
|
+
const s = u.attributes.labelwidth, a = u.attributes.itemwidth, c = (i) => ({
|
|
2647
|
+
width: `${i.toString().replace("%", "")}%`
|
|
2648
|
+
});
|
|
2649
|
+
return /* @__PURE__ */ r.jsxs(
|
|
2650
|
+
"div",
|
|
2651
|
+
{
|
|
2652
|
+
id: u.id || void 0,
|
|
2653
|
+
className: O("hdlist", u.role),
|
|
2654
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
2655
|
+
children: [
|
|
2656
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2657
|
+
/* @__PURE__ */ r.jsxs("table", { children: [
|
|
2658
|
+
(s || a) && /* @__PURE__ */ r.jsxs("colgroup", { children: [
|
|
2659
|
+
/* @__PURE__ */ r.jsx("col", { ...s ? { style: c(s) } : {} }),
|
|
2660
|
+
/* @__PURE__ */ r.jsx("col", { ...a ? { style: c(a) } : {} })
|
|
2661
|
+
] }),
|
|
2662
|
+
/* @__PURE__ */ r.jsx("tbody", { children: u.items.map((i, n) => {
|
|
2663
|
+
const { terms: x, dd: b } = e(i);
|
|
2664
|
+
return x ? /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
2665
|
+
/* @__PURE__ */ r.jsx(
|
|
2666
|
+
"td",
|
|
2667
|
+
{
|
|
2668
|
+
className: O(
|
|
2669
|
+
"hdlist1",
|
|
2670
|
+
iu(u.attributes, "strong") && "strong"
|
|
2671
|
+
),
|
|
2672
|
+
children: x.map((m, h) => /* @__PURE__ */ r.jsxs(hu, { children: [
|
|
2673
|
+
h > 0 && /* @__PURE__ */ r.jsx("br", {}),
|
|
2674
|
+
/* @__PURE__ */ r.jsx(P, { nodes: m.textInlines })
|
|
2675
|
+
] }, h))
|
|
2676
|
+
}
|
|
2677
|
+
),
|
|
2678
|
+
b && /* @__PURE__ */ r.jsxs("td", { className: "hdlist2", children: [
|
|
2679
|
+
b.textInlines && /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: b.textInlines }) }),
|
|
2680
|
+
/* @__PURE__ */ r.jsx(V, { blocks: b.blocks })
|
|
2681
|
+
] })
|
|
2682
|
+
] }, n) : null;
|
|
2683
|
+
}) })
|
|
2684
|
+
] })
|
|
2685
|
+
]
|
|
2686
|
+
}
|
|
2687
|
+
);
|
|
2688
|
+
}
|
|
2689
|
+
return /* @__PURE__ */ r.jsxs(
|
|
2690
|
+
"div",
|
|
2691
|
+
{
|
|
2692
|
+
id: u.id || void 0,
|
|
2693
|
+
className: O("dlist", u.style, u.role),
|
|
2694
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
2695
|
+
children: [
|
|
2696
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2697
|
+
/* @__PURE__ */ r.jsx("dl", { children: u.items.map((s, a) => {
|
|
2698
|
+
const { terms: c, dd: i } = e(s);
|
|
2699
|
+
return c ? /* @__PURE__ */ r.jsxs(hu, { children: [
|
|
2700
|
+
c.map((n, x) => /* @__PURE__ */ r.jsx("dt", { className: u.style === "glossary" ? void 0 : "hdlist1", children: /* @__PURE__ */ r.jsx(P, { nodes: n.textInlines }) }, x)),
|
|
2701
|
+
t(i)
|
|
2702
|
+
] }, a) : null;
|
|
752
2703
|
}) })
|
|
753
|
-
]
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
const { terms: o, dd: a } = t(n);
|
|
760
|
-
if (o)
|
|
761
|
-
return /* @__PURE__ */ r.jsxs(se, { children: [
|
|
762
|
-
o.map((c, p) => /* @__PURE__ */ r.jsx("dt", { className: "hdlist1", children: v(c.text) }, p)),
|
|
763
|
-
s(a)
|
|
764
|
-
] }, l);
|
|
765
|
-
}) })
|
|
766
|
-
] });
|
|
767
|
-
}, Y = ({
|
|
768
|
-
sections: e,
|
|
769
|
-
opts: t
|
|
2704
|
+
]
|
|
2705
|
+
}
|
|
2706
|
+
);
|
|
2707
|
+
}, Ru = ({
|
|
2708
|
+
sections: u,
|
|
2709
|
+
opts: e
|
|
770
2710
|
}) => {
|
|
771
|
-
const { document:
|
|
772
|
-
if (!
|
|
773
|
-
const
|
|
774
|
-
return /* @__PURE__ */ r.jsx("ul", { className: `sectlevel${
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
return g <= a && (u = `${j} ${p.title}`), /* @__PURE__ */ r.jsxs("li", { children: [
|
|
780
|
-
/* @__PURE__ */ r.jsx("a", { href: `#${p.id}`, children: v(u) }),
|
|
781
|
-
g < c && /* @__PURE__ */ r.jsx(
|
|
782
|
-
Y,
|
|
2711
|
+
const { document: t } = tu();
|
|
2712
|
+
if (!u || u.length === 0) return null;
|
|
2713
|
+
const s = t.attributes || {}, a = s.sectnumlevels, c = s.toclevels, i = e?.sectNumLevels || (a ? parseInt(`${a}`) : 3), n = e?.tocLevels || (c ? parseInt(`${c}`) : 2), x = (b) => b.includes("<a") ? b.replace(/<(?:a\b[^>]*|\/a)>/g, "") : b;
|
|
2714
|
+
return /* @__PURE__ */ r.jsx("ul", { className: `sectlevel${u[0].level}`, children: u.map((b) => {
|
|
2715
|
+
const h = b.numbered && b.num && b.num !== "." && b.num !== ".." && !b.num.startsWith(".") && !b.hasCaption && b.level <= i ? `${b.num} ${b.title}` : b.title;
|
|
2716
|
+
return /* @__PURE__ */ r.jsxs("li", { children: [
|
|
2717
|
+
/* @__PURE__ */ r.jsx(
|
|
2718
|
+
"a",
|
|
783
2719
|
{
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
tocLevels: c,
|
|
787
|
-
sectNumLevels: a
|
|
788
|
-
}
|
|
2720
|
+
href: `#${b.id}`,
|
|
2721
|
+
dangerouslySetInnerHTML: { __html: x(h) }
|
|
789
2722
|
}
|
|
790
|
-
)
|
|
791
|
-
|
|
2723
|
+
),
|
|
2724
|
+
b.level < n && b.sections.length > 0 && /* @__PURE__ */ r.jsx(Ru, { sections: b.sections, opts: { tocLevels: n, sectNumLevels: i } })
|
|
2725
|
+
] }, b.id);
|
|
792
2726
|
}) });
|
|
793
|
-
},
|
|
794
|
-
const
|
|
2727
|
+
}, dt = ({ document: u }) => {
|
|
2728
|
+
const e = () => u.noHeader ? null : /* @__PURE__ */ r.jsx("div", { id: "header", children: u.hasHeader && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
795
2729
|
/* @__PURE__ */ r.jsx(
|
|
796
2730
|
"h1",
|
|
797
2731
|
{
|
|
2732
|
+
id: u.id || void 0,
|
|
798
2733
|
dangerouslySetInnerHTML: {
|
|
799
|
-
__html:
|
|
2734
|
+
__html: u.title
|
|
800
2735
|
}
|
|
801
2736
|
}
|
|
802
2737
|
),
|
|
803
|
-
/* @__PURE__ */ r.jsx(
|
|
804
|
-
|
|
2738
|
+
/* @__PURE__ */ r.jsx(s, {}),
|
|
2739
|
+
u.sections && u.sections.length > 0 && u.attributes.toc !== void 0 && u.attributes["toc-placement"] === "auto" && /* @__PURE__ */ r.jsxs(
|
|
805
2740
|
"div",
|
|
806
2741
|
{
|
|
807
2742
|
id: "toc",
|
|
808
|
-
className:
|
|
2743
|
+
className: Eu(u.attributes, "toc-class", "toc"),
|
|
809
2744
|
children: [
|
|
810
|
-
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children:
|
|
811
|
-
/* @__PURE__ */ r.jsx(
|
|
2745
|
+
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children: u.attributes["toc-title"] }),
|
|
2746
|
+
/* @__PURE__ */ r.jsx(Ru, { sections: u.sections })
|
|
812
2747
|
]
|
|
813
2748
|
}
|
|
814
2749
|
)
|
|
815
|
-
] }) }),
|
|
2750
|
+
] }) }), t = () => u.footnotes && u.footnotes.length > 0 && u.blocks && !cu(u.attributes, "nofootnotes") ? /* @__PURE__ */ r.jsxs("div", { id: "footnotes", children: [
|
|
816
2751
|
/* @__PURE__ */ r.jsx("hr", {}),
|
|
817
|
-
|
|
2752
|
+
u.footnotes.map((a) => /* @__PURE__ */ r.jsxs(
|
|
818
2753
|
"div",
|
|
819
2754
|
{
|
|
820
2755
|
className: "footnote",
|
|
821
|
-
id: `_footnotedef_${
|
|
2756
|
+
id: `_footnotedef_${a.index}`,
|
|
822
2757
|
children: [
|
|
823
|
-
/* @__PURE__ */ r.jsx("a", { href: `#_footnoteref_${
|
|
2758
|
+
/* @__PURE__ */ r.jsx("a", { href: `#_footnoteref_${a.index}`, children: a.index }),
|
|
824
2759
|
".",
|
|
825
2760
|
" ",
|
|
826
|
-
|
|
2761
|
+
/* @__PURE__ */ r.jsx(P, { nodes: a.textInlines })
|
|
827
2762
|
]
|
|
828
2763
|
},
|
|
829
|
-
|
|
2764
|
+
a.index
|
|
830
2765
|
))
|
|
831
|
-
] }) : null,
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
/* @__PURE__ */ r.jsx("span", { id: `author${
|
|
2766
|
+
] }) : null, s = () => u.authors.length > 0 || cu(u.attributes, "revnumber") || cu(u.attributes, "revdate") || cu(u.attributes, "revremark") ? /* @__PURE__ */ r.jsxs("div", { className: "details", children: [
|
|
2767
|
+
u.authors.map((a, c) => /* @__PURE__ */ r.jsxs(hu, { children: [
|
|
2768
|
+
a.name && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
2769
|
+
/* @__PURE__ */ r.jsx("span", { id: `author${c + 1 > 1 ? c + 1 : ""}`, className: "author", children: /* @__PURE__ */ r.jsx("span", { dangerouslySetInnerHTML: { __html: a.name } }) }),
|
|
835
2770
|
/* @__PURE__ */ r.jsx("br", {})
|
|
836
2771
|
] }),
|
|
837
|
-
|
|
838
|
-
/* @__PURE__ */ r.jsx("span", { id: `email${
|
|
2772
|
+
a.email && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
2773
|
+
/* @__PURE__ */ r.jsx("span", { id: `email${c + 1 > 1 ? c + 1 : ""}`, className: "email", children: /* @__PURE__ */ r.jsx("span", { dangerouslySetInnerHTML: { __html: a.email } }) }),
|
|
839
2774
|
/* @__PURE__ */ r.jsx("br", {})
|
|
840
2775
|
] })
|
|
841
|
-
] },
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
2776
|
+
] }, c)),
|
|
2777
|
+
cu(u.attributes, "revnumber") && /* @__PURE__ */ r.jsx("span", { id: "revnumber", children: `${u.attributes["version-label"].toString().toLowerCase()} ${u.attributes.revnumber}${u.attributes.revdate ? "," : ""}` }),
|
|
2778
|
+
cu(u.attributes, "revdate") && /* @__PURE__ */ r.jsx("span", { id: "revdate", children: u.attributes.revdate }),
|
|
2779
|
+
cu(u.attributes, "revremark") && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
845
2780
|
/* @__PURE__ */ r.jsx("br", {}),
|
|
846
|
-
/* @__PURE__ */ r.jsx("span", { id: "revremark", children:
|
|
2781
|
+
/* @__PURE__ */ r.jsx("span", { id: "revremark", children: u.attributes.revremark })
|
|
847
2782
|
] })
|
|
848
2783
|
] }) : null;
|
|
849
2784
|
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
850
|
-
/* @__PURE__ */ r.jsx(
|
|
851
|
-
/* @__PURE__ */ r.jsx("div", { id: "content", children: /* @__PURE__ */ r.jsx(
|
|
852
|
-
/* @__PURE__ */ r.jsx(
|
|
2785
|
+
/* @__PURE__ */ r.jsx(e, {}),
|
|
2786
|
+
/* @__PURE__ */ r.jsx("div", { id: "content", children: /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) }),
|
|
2787
|
+
/* @__PURE__ */ r.jsx(t, {})
|
|
853
2788
|
] });
|
|
854
|
-
},
|
|
855
|
-
|
|
856
|
-
|
|
2789
|
+
}, ft = ({ node: u }) => {
|
|
2790
|
+
const { react: e, iconsFont: t } = Tu(u.inlines);
|
|
2791
|
+
if (iu(u.attributes, "collapsible")) {
|
|
2792
|
+
const a = iu(u.attributes, "open");
|
|
857
2793
|
return /* @__PURE__ */ r.jsxs(
|
|
858
2794
|
"details",
|
|
859
2795
|
{
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
...
|
|
2796
|
+
id: u.id || void 0,
|
|
2797
|
+
className: u.role || void 0,
|
|
2798
|
+
open: a,
|
|
2799
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
864
2800
|
children: [
|
|
865
|
-
/* @__PURE__ */ r.jsx(
|
|
866
|
-
|
|
2801
|
+
/* @__PURE__ */ r.jsx(
|
|
2802
|
+
"summary",
|
|
2803
|
+
{
|
|
2804
|
+
className: "title",
|
|
2805
|
+
dangerouslySetInnerHTML: {
|
|
2806
|
+
__html: u.title || "Details"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
),
|
|
2810
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: u.blocks.length > 0 ? /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) : u.inlines ? e ? /* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) }) : /* @__PURE__ */ r.jsx("div", { dangerouslySetInnerHTML: mu(u.inlines, t) }) : null })
|
|
867
2811
|
]
|
|
868
2812
|
}
|
|
869
2813
|
);
|
|
@@ -871,522 +2815,643 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
871
2815
|
return /* @__PURE__ */ r.jsxs(
|
|
872
2816
|
"div",
|
|
873
2817
|
{
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
...
|
|
2818
|
+
id: u.id || void 0,
|
|
2819
|
+
className: O("exampleblock", u.role),
|
|
2820
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
877
2821
|
children: [
|
|
878
|
-
/* @__PURE__ */ r.jsx(
|
|
879
|
-
/* @__PURE__ */ r.jsx(
|
|
2822
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2823
|
+
/* @__PURE__ */ r.jsx(
|
|
2824
|
+
"div",
|
|
2825
|
+
{
|
|
2826
|
+
className: "content",
|
|
2827
|
+
...u.blocks.length === 0 && u.inlines && !e ? { dangerouslySetInnerHTML: mu(u.inlines, t) } : {},
|
|
2828
|
+
children: u.blocks.length > 0 ? /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) : u.inlines && e ? /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) : null
|
|
2829
|
+
}
|
|
2830
|
+
)
|
|
880
2831
|
]
|
|
881
2832
|
}
|
|
882
2833
|
);
|
|
883
|
-
},
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
alt: e.attributes.alt.toString(),
|
|
903
|
-
width: e.attributes.width,
|
|
904
|
-
height: e.attributes.height
|
|
905
|
-
}
|
|
906
|
-
);
|
|
907
|
-
return e.attributes.link && (t = /* @__PURE__ */ r.jsx("a", { className: "image", href: e.attributes.link.toString(), children: t })), /* @__PURE__ */ r.jsxs(
|
|
2834
|
+
}, bt = ({ node: u }) => Pu(
|
|
2835
|
+
`h${u.level + 1}`,
|
|
2836
|
+
{
|
|
2837
|
+
id: u.id || void 0,
|
|
2838
|
+
className: O(u.style || "discrete", u.role),
|
|
2839
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {}
|
|
2840
|
+
},
|
|
2841
|
+
/* @__PURE__ */ r.jsx(P, { nodes: u.titleInlines })
|
|
2842
|
+
), xt = /^(?:[a-zA-Z][a-zA-Z]+\d{0,2}|#\d{1,7}|#x[\da-fA-F]{1,6});/, ju = (u) => {
|
|
2843
|
+
let e = "";
|
|
2844
|
+
for (let t = 0; t < u.length; t++) {
|
|
2845
|
+
const s = u[t];
|
|
2846
|
+
s === "&" ? e += xt.test(u.slice(t + 1)) ? "&" : "&" : s === '"' ? e += """ : s === "<" ? e += "<" : s === ">" ? e += ">" : e += s;
|
|
2847
|
+
}
|
|
2848
|
+
return e;
|
|
2849
|
+
}, pt = ({ node: u }) => {
|
|
2850
|
+
const e = u.alt ?? u.attributes.alt?.toString() ?? "", t = u.attributes.width, s = u.attributes.height, a = u.attributes.link, c = u.attributes.align, i = u.attributes.float;
|
|
2851
|
+
let n = `<img src="${ju(u.imageUri)}" alt="${ju(e)}"`;
|
|
2852
|
+
return t && (n += ` width="${ju(t.toString())}"`), s && (n += ` height="${ju(s.toString())}"`), n += ">", a && (n = `<a class="image" href="${ju(a.toString())}">${n}</a>`), /* @__PURE__ */ r.jsxs(
|
|
908
2853
|
"div",
|
|
909
2854
|
{
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
2855
|
+
id: u.id || void 0,
|
|
2856
|
+
className: O(
|
|
2857
|
+
"imageblock",
|
|
2858
|
+
c ? "text-" + c : void 0,
|
|
2859
|
+
i || void 0,
|
|
2860
|
+
u.role
|
|
2861
|
+
),
|
|
2862
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
916
2863
|
children: [
|
|
917
|
-
/* @__PURE__ */ r.jsx("div", { className: "content",
|
|
918
|
-
/* @__PURE__ */ r.jsx(
|
|
2864
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", dangerouslySetInnerHTML: { __html: n } }),
|
|
2865
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title })
|
|
919
2866
|
]
|
|
920
2867
|
}
|
|
921
2868
|
);
|
|
922
|
-
},
|
|
923
|
-
const { document:
|
|
924
|
-
if (
|
|
925
|
-
const
|
|
2869
|
+
}, ht = ({ node: u }) => {
|
|
2870
|
+
const { document: e } = tu(), t = e.attributes || {}, s = iu(u.attributes, "nowrap") || t.prewrap === void 0, a = O("listingblock", u.role);
|
|
2871
|
+
if (u.style === "source") {
|
|
2872
|
+
const c = u.language;
|
|
926
2873
|
return /* @__PURE__ */ r.jsxs(
|
|
927
2874
|
"div",
|
|
928
2875
|
{
|
|
929
|
-
|
|
930
|
-
|
|
2876
|
+
id: u.id || void 0,
|
|
2877
|
+
className: a,
|
|
2878
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
931
2879
|
children: [
|
|
932
|
-
/* @__PURE__ */ r.jsx(
|
|
933
|
-
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className:
|
|
2880
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2881
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className: O("highlight", s && "nowrap") || void 0, children: c ? /* @__PURE__ */ r.jsx(
|
|
934
2882
|
"code",
|
|
935
2883
|
{
|
|
936
|
-
className:
|
|
937
|
-
"data-lang":
|
|
938
|
-
dangerouslySetInnerHTML: {
|
|
939
|
-
__html: e.content || ""
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
) : /* @__PURE__ */ r.jsx("code", { dangerouslySetInnerHTML: { __html: e.content || "" } }) }) })
|
|
943
|
-
]
|
|
944
|
-
}
|
|
945
|
-
);
|
|
946
|
-
} else
|
|
947
|
-
return /* @__PURE__ */ r.jsxs(
|
|
948
|
-
"div",
|
|
949
|
-
{
|
|
950
|
-
className: "listingblock",
|
|
951
|
-
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
952
|
-
children: [
|
|
953
|
-
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
954
|
-
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
955
|
-
"pre",
|
|
956
|
-
{
|
|
957
|
-
className: b("highlight !block", n ? "nowrap" : ""),
|
|
958
|
-
dangerouslySetInnerHTML: {
|
|
959
|
-
__html: e.content || ""
|
|
960
|
-
}
|
|
2884
|
+
className: `language-${c}`,
|
|
2885
|
+
"data-lang": c,
|
|
2886
|
+
dangerouslySetInnerHTML: { __html: u.content || "" }
|
|
961
2887
|
}
|
|
962
|
-
) })
|
|
2888
|
+
) : /* @__PURE__ */ r.jsx("code", { dangerouslySetInnerHTML: { __html: u.content || "" } }) }) })
|
|
963
2889
|
]
|
|
964
2890
|
}
|
|
965
2891
|
);
|
|
966
|
-
}
|
|
967
|
-
const { document: t } = T(), s = t.attributes || {}, n = e.attributes.nowrap || s.prewrap === void 0;
|
|
2892
|
+
}
|
|
968
2893
|
return /* @__PURE__ */ r.jsxs(
|
|
969
2894
|
"div",
|
|
970
2895
|
{
|
|
971
|
-
|
|
972
|
-
|
|
2896
|
+
id: u.id || void 0,
|
|
2897
|
+
className: a,
|
|
2898
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
973
2899
|
children: [
|
|
974
|
-
/* @__PURE__ */ r.jsx(
|
|
975
|
-
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
2900
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2901
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
2902
|
+
"pre",
|
|
2903
|
+
{
|
|
2904
|
+
className: O(s && "nowrap") || void 0,
|
|
2905
|
+
dangerouslySetInnerHTML: { __html: u.content || "" }
|
|
2906
|
+
}
|
|
2907
|
+
) })
|
|
976
2908
|
]
|
|
977
2909
|
}
|
|
978
2910
|
);
|
|
979
|
-
},
|
|
980
|
-
"
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
{
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
2911
|
+
}, mt = ({ node: u }) => {
|
|
2912
|
+
const { document: e } = tu(), t = e.attributes || {}, s = iu(u.attributes, "nowrap") || t.prewrap === void 0;
|
|
2913
|
+
return /* @__PURE__ */ r.jsxs(
|
|
2914
|
+
"div",
|
|
2915
|
+
{
|
|
2916
|
+
id: u.id || void 0,
|
|
2917
|
+
className: O("literalblock", u.role),
|
|
2918
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
2919
|
+
children: [
|
|
2920
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2921
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
2922
|
+
"pre",
|
|
2923
|
+
{
|
|
2924
|
+
className: O(s && "nowrap") || void 0,
|
|
2925
|
+
dangerouslySetInnerHTML: { __html: u.content || "" }
|
|
2926
|
+
}
|
|
2927
|
+
) })
|
|
2928
|
+
]
|
|
2929
|
+
}
|
|
2930
|
+
);
|
|
2931
|
+
}, gt = {
|
|
2932
|
+
upperalpha: "A",
|
|
2933
|
+
loweralpha: "a",
|
|
2934
|
+
upperroman: "I",
|
|
2935
|
+
lowerroman: "i"
|
|
2936
|
+
}, yt = ({ node: u }) => {
|
|
2937
|
+
const e = u.style, t = e ? gt[e] : void 0, s = u.attributes.start ? parseInt(`${u.attributes.start}`) : void 0;
|
|
2938
|
+
return /* @__PURE__ */ r.jsxs(
|
|
2939
|
+
"div",
|
|
2940
|
+
{
|
|
2941
|
+
id: u.id || void 0,
|
|
2942
|
+
className: O("olist", e, u.role),
|
|
2943
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
2944
|
+
children: [
|
|
2945
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2946
|
+
/* @__PURE__ */ r.jsx(
|
|
2947
|
+
"ol",
|
|
2948
|
+
{
|
|
2949
|
+
className: e || void 0,
|
|
2950
|
+
type: t,
|
|
2951
|
+
reversed: iu(u.attributes, "reversed") || void 0,
|
|
2952
|
+
start: s,
|
|
2953
|
+
children: u.items.map((a, c) => /* @__PURE__ */ r.jsxs("li", { id: a.id || void 0, children: [
|
|
2954
|
+
/* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: a.textInlines }) }),
|
|
2955
|
+
/* @__PURE__ */ r.jsx(V, { blocks: a.blocks })
|
|
2956
|
+
] }, c))
|
|
2957
|
+
}
|
|
2958
|
+
)
|
|
2959
|
+
]
|
|
2960
|
+
}
|
|
2961
|
+
);
|
|
2962
|
+
}, vt = ({ node: u }) => {
|
|
2963
|
+
const { react: e, iconsFont: t } = Tu(u.inlines), s = u.style;
|
|
2964
|
+
return s === "abstract" ? /* @__PURE__ */ r.jsxs(
|
|
1003
2965
|
"div",
|
|
1004
2966
|
{
|
|
1005
|
-
|
|
1006
|
-
|
|
2967
|
+
id: u.id || void 0,
|
|
2968
|
+
className: O("quoteblock abstract", u.role),
|
|
2969
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1007
2970
|
children: [
|
|
1008
|
-
/* @__PURE__ */ r.jsx(
|
|
1009
|
-
/* @__PURE__ */ r.jsx(
|
|
2971
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2972
|
+
/* @__PURE__ */ r.jsx(
|
|
2973
|
+
"blockquote",
|
|
2974
|
+
{
|
|
2975
|
+
...u.inlines && u.blocks.length === 0 && !e ? { dangerouslySetInnerHTML: mu(u.inlines, t) } : {},
|
|
2976
|
+
children: u.blocks.length > 0 ? /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) : u.inlines && e ? /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) : null
|
|
2977
|
+
}
|
|
2978
|
+
)
|
|
1010
2979
|
]
|
|
1011
2980
|
}
|
|
1012
2981
|
) : /* @__PURE__ */ r.jsxs(
|
|
1013
2982
|
"div",
|
|
1014
2983
|
{
|
|
1015
|
-
|
|
1016
|
-
|
|
2984
|
+
id: u.id || void 0,
|
|
2985
|
+
className: O("openblock", s && s !== "open" ? s : null, u.role),
|
|
2986
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1017
2987
|
children: [
|
|
1018
|
-
/* @__PURE__ */ r.jsx(
|
|
1019
|
-
/* @__PURE__ */ r.jsx(
|
|
2988
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
2989
|
+
/* @__PURE__ */ r.jsx(
|
|
2990
|
+
"div",
|
|
2991
|
+
{
|
|
2992
|
+
className: "content",
|
|
2993
|
+
...u.inlines && u.blocks.length === 0 && !e ? { dangerouslySetInnerHTML: mu(u.inlines, t) } : {},
|
|
2994
|
+
children: u.blocks.length > 0 ? /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) : u.inlines && e ? /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) : null
|
|
2995
|
+
}
|
|
2996
|
+
)
|
|
1020
2997
|
]
|
|
1021
2998
|
}
|
|
1022
2999
|
);
|
|
1023
|
-
},
|
|
1024
|
-
|
|
1025
|
-
{
|
|
1026
|
-
...e.id ? { id: e.id } : {},
|
|
1027
|
-
className: b("paragraph", e.role),
|
|
1028
|
-
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1029
|
-
children: [
|
|
1030
|
-
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1031
|
-
e.content && /* @__PURE__ */ r.jsx("p", { dangerouslySetInnerHTML: { __html: e.content } })
|
|
1032
|
-
]
|
|
1033
|
-
}
|
|
1034
|
-
), lr = ({ node: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: v(e.content || "") }), nr = ({ node: e }) => {
|
|
1035
|
-
const { document: t } = T(), s = t.attributes || {}, n = s["toc-placement"] === "preamble" && t.sections && t.sections.length > 0 && s.toc !== void 0;
|
|
1036
|
-
return /* @__PURE__ */ r.jsx("div", { id: "preamble", ...e.lineNumber ? { "data-lineno": e.lineNumber } : {}, children: /* @__PURE__ */ r.jsxs("div", { className: "sectionbody", children: [
|
|
1037
|
-
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks }),
|
|
1038
|
-
n && /* @__PURE__ */ r.jsxs(
|
|
1039
|
-
"div",
|
|
1040
|
-
{
|
|
1041
|
-
id: "toc",
|
|
1042
|
-
className: e.attributes["toc-class"] ? `${e.attributes["toc-class"]}` : "toc",
|
|
1043
|
-
children: [
|
|
1044
|
-
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children: v(`${s["toc-title"]}`) }),
|
|
1045
|
-
t.sections && /* @__PURE__ */ r.jsx(Y, { sections: t.sections })
|
|
1046
|
-
]
|
|
1047
|
-
}
|
|
1048
|
-
)
|
|
1049
|
-
] }) });
|
|
1050
|
-
}, or = ({ node: e }) => {
|
|
1051
|
-
const t = e.attributes.attribution, s = e.attributes.citetitle;
|
|
3000
|
+
}, jt = () => /* @__PURE__ */ r.jsx("div", { style: { pageBreakAfter: "always" } }), wt = ({ node: u }) => {
|
|
3001
|
+
const { react: e, iconsFont: t } = Tu(u.inlines);
|
|
1052
3002
|
return /* @__PURE__ */ r.jsxs(
|
|
1053
3003
|
"div",
|
|
1054
3004
|
{
|
|
1055
|
-
...
|
|
1056
|
-
className:
|
|
1057
|
-
...
|
|
3005
|
+
...u.id ? { id: u.id } : {},
|
|
3006
|
+
className: O("paragraph", u.role),
|
|
3007
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1058
3008
|
children: [
|
|
1059
|
-
/* @__PURE__ */ r.jsx(
|
|
1060
|
-
|
|
1061
|
-
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks }),
|
|
1062
|
-
t && /* @__PURE__ */ r.jsxs("div", { className: "attribution", children: [
|
|
1063
|
-
"— ",
|
|
1064
|
-
v(t.toString()),
|
|
1065
|
-
s && /* @__PURE__ */ r.jsx("cite", { children: s })
|
|
1066
|
-
] })
|
|
3009
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3010
|
+
u.inlines && (e ? /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) }) : /* @__PURE__ */ r.jsx("p", { dangerouslySetInnerHTML: mu(u.inlines, t) }))
|
|
1067
3011
|
]
|
|
1068
3012
|
}
|
|
1069
3013
|
);
|
|
1070
|
-
},
|
|
1071
|
-
const { document:
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
3014
|
+
}, $t = ({ node: u }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: _u(u.content || "") }), Nt = ({ node: u }) => {
|
|
3015
|
+
const { document: e } = tu(), t = e.attributes || {}, s = t["toc-placement"] === "preamble" && e.sections && e.sections.length > 0 && t.toc !== void 0, a = t["toc-title"] || "Table of Contents", c = t["toc-class"] || "toc";
|
|
3016
|
+
return /* @__PURE__ */ r.jsxs("div", { id: "preamble", ...u.lineNumber ? { "data-lineno": u.lineNumber } : {}, children: [
|
|
3017
|
+
/* @__PURE__ */ r.jsx("div", { className: "sectionbody", children: /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) }),
|
|
3018
|
+
s && /* @__PURE__ */ r.jsxs("div", { id: "toc", className: `${c}`, children: [
|
|
3019
|
+
/* @__PURE__ */ r.jsx("div", { id: "toctitle", dangerouslySetInnerHTML: { __html: `${a}` } }),
|
|
3020
|
+
/* @__PURE__ */ r.jsx(Ru, { sections: e.sections })
|
|
3021
|
+
] })
|
|
3022
|
+
] });
|
|
3023
|
+
}, St = ({ node: u }) => {
|
|
3024
|
+
const e = u.attributes.attribution, t = u.attributes.citetitle;
|
|
3025
|
+
let s = "";
|
|
3026
|
+
return e ? (s = `— ${e}`, t && (s += `<br>
|
|
3027
|
+
<cite>${t}</cite>`)) : t && (s = `<cite>${t}</cite>`), /* @__PURE__ */ r.jsxs(
|
|
3028
|
+
"div",
|
|
3029
|
+
{
|
|
3030
|
+
id: u.id || void 0,
|
|
3031
|
+
className: O("quoteblock", u.role),
|
|
3032
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
3033
|
+
children: [
|
|
3034
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3035
|
+
u.inlines ? /* @__PURE__ */ r.jsx("blockquote", { children: /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) }) : /* @__PURE__ */ r.jsx("blockquote", { children: /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) }),
|
|
3036
|
+
s && /* @__PURE__ */ r.jsx("div", { className: "attribution", dangerouslySetInnerHTML: { __html: s } })
|
|
3037
|
+
]
|
|
3038
|
+
}
|
|
3039
|
+
);
|
|
3040
|
+
}, At = ({ node: u }) => {
|
|
3041
|
+
const { document: e } = tu(), t = e.attributes || {}, s = t.sectnumlevels ? parseInt(`${t.sectnumlevels}`) : 3, c = u.numbered && u.num && u.num !== "." && u.level <= s && !u.hasCaption ? `${u.num} ` : "", i = u.hasCaption ? _u(u.title) : /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
3042
|
+
c,
|
|
3043
|
+
/* @__PURE__ */ r.jsx(P, { nodes: u.titleInlines })
|
|
3044
|
+
] }), n = t.sectanchors !== void 0, b = t.sectlinks !== void 0 && u.id ? /* @__PURE__ */ r.jsx("a", { className: "link", href: `#${u.id}`, children: i }) : i, m = /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
3045
|
+
n && u.id && /* @__PURE__ */ r.jsx("a", { className: "anchor", href: `#${u.id}` }),
|
|
3046
|
+
b
|
|
3047
|
+
] }), h = Pu(
|
|
3048
|
+
`h${u.level + 1}`,
|
|
3049
|
+
{
|
|
3050
|
+
id: u.id || void 0,
|
|
3051
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {}
|
|
3052
|
+
},
|
|
3053
|
+
m
|
|
3054
|
+
);
|
|
3055
|
+
return u.level === 0 ? /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
3056
|
+
Pu(
|
|
1096
3057
|
"h1",
|
|
1097
3058
|
{
|
|
1098
|
-
|
|
1099
|
-
"
|
|
1100
|
-
...
|
|
1101
|
-
|
|
1102
|
-
|
|
3059
|
+
id: u.id || void 0,
|
|
3060
|
+
className: O("sect0", u.role),
|
|
3061
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {}
|
|
3062
|
+
},
|
|
3063
|
+
m
|
|
1103
3064
|
),
|
|
1104
|
-
/* @__PURE__ */ r.jsx(
|
|
1105
|
-
] }) : /* @__PURE__ */ r.jsxs(
|
|
3065
|
+
/* @__PURE__ */ r.jsx(V, { blocks: u.blocks })
|
|
3066
|
+
] }) : u.level === 1 ? /* @__PURE__ */ r.jsxs(
|
|
3067
|
+
"div",
|
|
3068
|
+
{
|
|
3069
|
+
className: O(`sect${u.level}`, u.role),
|
|
3070
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
3071
|
+
children: [
|
|
3072
|
+
h,
|
|
3073
|
+
/* @__PURE__ */ r.jsx("div", { className: "sectionbody", children: /* @__PURE__ */ r.jsx(V, { blocks: u.blocks }) })
|
|
3074
|
+
]
|
|
3075
|
+
}
|
|
3076
|
+
) : /* @__PURE__ */ r.jsxs(
|
|
1106
3077
|
"div",
|
|
1107
3078
|
{
|
|
1108
|
-
className:
|
|
1109
|
-
...
|
|
3079
|
+
className: O(`sect${u.level}`, u.role),
|
|
3080
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1110
3081
|
children: [
|
|
1111
|
-
|
|
1112
|
-
/* @__PURE__ */ r.jsx(
|
|
3082
|
+
h,
|
|
3083
|
+
/* @__PURE__ */ r.jsx(V, { blocks: u.blocks })
|
|
1113
3084
|
]
|
|
1114
3085
|
}
|
|
1115
3086
|
);
|
|
1116
|
-
},
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
3087
|
+
}, Et = ({ node: u }) => {
|
|
3088
|
+
const e = u.blocks.length > 0;
|
|
3089
|
+
return /* @__PURE__ */ r.jsx(
|
|
3090
|
+
"div",
|
|
3091
|
+
{
|
|
3092
|
+
id: u.id || void 0,
|
|
3093
|
+
className: O("sidebarblock", u.role),
|
|
3094
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
3095
|
+
children: e ? /* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
3096
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3097
|
+
/* @__PURE__ */ r.jsx(V, { blocks: u.blocks })
|
|
3098
|
+
] }) : /* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
3099
|
+
u.title && /* @__PURE__ */ r.jsx("div", { className: "title", dangerouslySetInnerHTML: { __html: u.title } }),
|
|
3100
|
+
/* @__PURE__ */ r.jsx(P, { nodes: u.inlines })
|
|
3101
|
+
] })
|
|
3102
|
+
}
|
|
3103
|
+
);
|
|
3104
|
+
}, kt = ({ node: u }) => {
|
|
3105
|
+
const { document: e } = tu(), s = (e.attributes || {}).stem || "asciimath";
|
|
3106
|
+
let a = u.style || s;
|
|
3107
|
+
a === "stem" && (a = s === "latexmath" ? "latexmath" : "asciimath");
|
|
3108
|
+
const [c, i] = a === "latexmath" ? ["\\[", "\\]"] : a === "asciimath" ? ["\\$", "\\$"] : ["", ""];
|
|
3109
|
+
let n = Array.isArray(u.content) ? u.content.join(`
|
|
3110
|
+
`) : u.content || "";
|
|
3111
|
+
return c && (a === "asciimath" && n.indexOf(`
|
|
3112
|
+
`) !== -1 && (n = n.replace(/ *\\\n(?:\\?\n)*|\n\n+/g, (x) => {
|
|
3113
|
+
const b = (x.match(/\n/g) || []).length;
|
|
3114
|
+
return i + `
|
|
3115
|
+
<br>`.repeat(b - 1) + `
|
|
3116
|
+
` + c;
|
|
3117
|
+
})), n.startsWith(c) && n.endsWith(i) || (n = `${c}${n}${i}`)), /* @__PURE__ */ r.jsxs(
|
|
3118
|
+
"div",
|
|
3119
|
+
{
|
|
3120
|
+
id: u.id || void 0,
|
|
3121
|
+
className: O("stemblock", u.role),
|
|
3122
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
3123
|
+
children: [
|
|
3124
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3125
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", dangerouslySetInnerHTML: { __html: n } })
|
|
3126
|
+
]
|
|
3127
|
+
}
|
|
3128
|
+
);
|
|
3129
|
+
}, _t = ({ node: u }) => {
|
|
3130
|
+
const { document: e, inlineOverrides: t } = tu(), s = e.attributes || {}, a = !!t && Object.keys(t).length > 0, c = (y) => a || !Iu(y.textInlines);
|
|
3131
|
+
let i = [
|
|
3132
|
+
"frame-" + Eu(u.attributes, "frame", "all", "table-frame", s),
|
|
3133
|
+
"grid-" + Eu(u.attributes, "grid", "all", "table-grid", s)
|
|
3134
|
+
], n = Eu(u.attributes, "stripes", null, "table-stripes", s);
|
|
3135
|
+
n && i.push("stripes-" + n);
|
|
3136
|
+
let x = iu(u.attributes, "autowidth"), b = parseInt(`${u.attributes.tablepcwidth}`), m = null;
|
|
3137
|
+
x && !cu(u.attributes, "width") ? i.push("fit-content") : b === 100 ? i.push("stretch") : m = `${b}%`, cu(u.attributes, "float") && i.push(`${u.attributes.float}`), u.role && i.push(u.role || "");
|
|
3138
|
+
const h = (y) => O(
|
|
1136
3139
|
"tableblock",
|
|
1137
|
-
`halign-${
|
|
1138
|
-
`valign-${
|
|
1139
|
-
),
|
|
3140
|
+
`halign-${y.attributes.halign}`,
|
|
3141
|
+
`valign-${y.attributes.valign}`
|
|
3142
|
+
), f = (y) => {
|
|
3143
|
+
const p = (g) => {
|
|
3144
|
+
switch (y.style) {
|
|
3145
|
+
case "emphasis":
|
|
3146
|
+
return /* @__PURE__ */ r.jsx("em", { children: g });
|
|
3147
|
+
case "strong":
|
|
3148
|
+
return /* @__PURE__ */ r.jsx("strong", { children: g });
|
|
3149
|
+
case "monospaced":
|
|
3150
|
+
return /* @__PURE__ */ r.jsx("code", { children: g });
|
|
3151
|
+
default:
|
|
3152
|
+
return g;
|
|
3153
|
+
}
|
|
3154
|
+
};
|
|
3155
|
+
return (y.contentInlines || []).map((g, j) => /* @__PURE__ */ r.jsx("p", { className: "tableblock", children: p(/* @__PURE__ */ r.jsx(P, { nodes: g })) }, j));
|
|
3156
|
+
};
|
|
1140
3157
|
return /* @__PURE__ */ r.jsxs(
|
|
1141
3158
|
"table",
|
|
1142
3159
|
{
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
3160
|
+
id: u.id || void 0,
|
|
3161
|
+
className: O("tableblock", ...i),
|
|
3162
|
+
style: { width: m || void 0 },
|
|
3163
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1146
3164
|
children: [
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
e.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: e.columns.map((m, f) => {
|
|
1152
|
-
const N = m.attributes.colpcwidth;
|
|
1153
|
-
return /* @__PURE__ */ r.jsx("col", { style: { width: `${N}%` } }, f);
|
|
3165
|
+
u.title && /* @__PURE__ */ r.jsx("caption", { className: "title", dangerouslySetInnerHTML: { __html: u.title } }),
|
|
3166
|
+
u.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: u.columns.map((y, p) => {
|
|
3167
|
+
const g = y.attributes.colpcwidth;
|
|
3168
|
+
return /* @__PURE__ */ r.jsx("col", { style: x ? void 0 : { width: `${g}%` } }, p);
|
|
1154
3169
|
}) }),
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
"
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
if (
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
3170
|
+
u.headRows.length > 0 && u.headRows.map((y, p) => /* @__PURE__ */ r.jsx("thead", { children: /* @__PURE__ */ r.jsx("tr", { children: y.map(
|
|
3171
|
+
(g, j) => c(g) && g.textInlines ? /* @__PURE__ */ r.jsx(
|
|
3172
|
+
"th",
|
|
3173
|
+
{
|
|
3174
|
+
className: h(g),
|
|
3175
|
+
colSpan: g.columnSpan,
|
|
3176
|
+
rowSpan: g.rowSpan,
|
|
3177
|
+
children: /* @__PURE__ */ r.jsx(P, { nodes: g.textInlines })
|
|
3178
|
+
},
|
|
3179
|
+
j
|
|
3180
|
+
) : /* @__PURE__ */ r.jsx(
|
|
3181
|
+
"th",
|
|
3182
|
+
{
|
|
3183
|
+
className: h(g),
|
|
3184
|
+
colSpan: g.columnSpan,
|
|
3185
|
+
rowSpan: g.rowSpan,
|
|
3186
|
+
dangerouslySetInnerHTML: { __html: g.text || "" }
|
|
3187
|
+
},
|
|
3188
|
+
j
|
|
3189
|
+
)
|
|
3190
|
+
) }) }, p)),
|
|
3191
|
+
u.bodyRows.length > 0 && /* @__PURE__ */ r.jsx("tbody", { children: u.bodyRows.map((y, p) => /* @__PURE__ */ r.jsx("tr", { children: y.map((g, j) => {
|
|
3192
|
+
const N = g.style, I = h(g), T = g.columnSpan, q = g.rowSpan, z = N === "header" ? "th" : "td", F = c(g) && N !== "asciidoc" && N !== "literal";
|
|
3193
|
+
let Q = "";
|
|
3194
|
+
if (!(N === "asciidoc" || F)) {
|
|
3195
|
+
const X = g.content || [];
|
|
3196
|
+
N === "literal" ? Q = `<div class="literal"><pre>${X.join("")}</pre></div>` : N === "header" ? Q = X.length > 0 ? `<p class="tableblock">${X.join(`</p>
|
|
3197
|
+
<p class="tableblock">`)}</p>` : "" : X.length > 0 && (Q = `<p class="tableblock">${X.join(`</p>
|
|
3198
|
+
<p class="tableblock">`)}</p>`);
|
|
3199
|
+
}
|
|
3200
|
+
return /* @__PURE__ */ r.jsx(
|
|
3201
|
+
z,
|
|
3202
|
+
{
|
|
3203
|
+
className: I,
|
|
3204
|
+
colSpan: T,
|
|
3205
|
+
rowSpan: q,
|
|
3206
|
+
dangerouslySetInnerHTML: N === "asciidoc" || F ? void 0 : Q ? { __html: Q } : void 0,
|
|
3207
|
+
children: N === "asciidoc" ? /* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(V, { blocks: g.blocks }) }) : F ? f(g) : null
|
|
3208
|
+
},
|
|
3209
|
+
j
|
|
3210
|
+
);
|
|
3211
|
+
}) }, p)) }),
|
|
3212
|
+
u.footRows.map((y, p) => /* @__PURE__ */ r.jsx("tfoot", { children: /* @__PURE__ */ r.jsx("tr", { children: y.map((g, j) => /* @__PURE__ */ r.jsx("td", { className: h(g), children: c(g) && g.textInlines ? /* @__PURE__ */ r.jsx("p", { className: "tableblock", children: /* @__PURE__ */ r.jsx(P, { nodes: g.textInlines }) }) : /* @__PURE__ */ r.jsx(
|
|
3213
|
+
"p",
|
|
1187
3214
|
{
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
`<p class="tableblock">${G.join(
|
|
1191
|
-
`</p>
|
|
1192
|
-
<p class="tableblock">`
|
|
1193
|
-
)}</p>`
|
|
1194
|
-
));
|
|
3215
|
+
className: "tableblock",
|
|
3216
|
+
dangerouslySetInnerHTML: { __html: g.text || "" }
|
|
1195
3217
|
}
|
|
1196
|
-
|
|
1197
|
-
e.footRows.map((m, f) => /* @__PURE__ */ r.jsx("tfoot", { children: /* @__PURE__ */ r.jsx("tr", { children: m.map((N, x) => /* @__PURE__ */ r.jsx("td", { className: p(N), children: /* @__PURE__ */ r.jsx("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: N.text } }) }, x)) }) }, f))
|
|
3218
|
+
) }, j)) }) }, p))
|
|
1198
3219
|
]
|
|
1199
3220
|
}
|
|
1200
3221
|
);
|
|
1201
|
-
},
|
|
1202
|
-
const { document:
|
|
1203
|
-
let
|
|
1204
|
-
const
|
|
1205
|
-
return
|
|
1206
|
-
/* @__PURE__ */ r.jsx("div", { id: `${
|
|
1207
|
-
|
|
1208
|
-
] })
|
|
1209
|
-
},
|
|
1210
|
-
|
|
3222
|
+
}, It = ({ node: u }) => {
|
|
3223
|
+
const { document: e } = tu(), t = e.attributes || {}, s = e.sections && e.sections.length > 0;
|
|
3224
|
+
let a = u.id || "toc";
|
|
3225
|
+
const c = u.title ? u.title : t["toc-title"], i = t["toc-placement"], n = t.toc !== void 0, x = u.attributes.levels ? parseInt(`${u.attributes.levels}`) : void 0;
|
|
3226
|
+
return !n || i !== "macro" || !s ? null : /* @__PURE__ */ r.jsxs("div", { id: a, className: u.role || "toc", children: [
|
|
3227
|
+
/* @__PURE__ */ r.jsx("div", { id: `${a}title`, className: "title", children: _u(`${c}` || "") }),
|
|
3228
|
+
e.sections && /* @__PURE__ */ r.jsx(Ru, { sections: e.sections, opts: { tocLevels: x } })
|
|
3229
|
+
] });
|
|
3230
|
+
}, Tt = () => /* @__PURE__ */ r.jsx("hr", {}), Rt = (u) => {
|
|
3231
|
+
if (!u) return "";
|
|
3232
|
+
let e = "", t = !1;
|
|
3233
|
+
for (const s of u)
|
|
3234
|
+
if (!t && s.type === "anchor" && s.subtype === "bibref") {
|
|
3235
|
+
const a = s.id || s.target, c = au(s.text) || a;
|
|
3236
|
+
e += `<a id="${a}"></a>[${c}]`, t = !0;
|
|
3237
|
+
} else
|
|
3238
|
+
e += au([s]);
|
|
3239
|
+
return e;
|
|
3240
|
+
}, qt = ({ node: u }) => {
|
|
3241
|
+
const { inlineOverrides: e } = tu(), t = iu(u.attributes, "checklist"), s = t && iu(u.attributes, "interactive"), a = u.style === "bibliography", c = !!e && Object.keys(e).length > 0, i = (n) => c || !Iu(n.textInlines);
|
|
1211
3242
|
return /* @__PURE__ */ r.jsxs(
|
|
1212
3243
|
"div",
|
|
1213
3244
|
{
|
|
1214
|
-
|
|
1215
|
-
className:
|
|
1216
|
-
...
|
|
3245
|
+
id: u.id || void 0,
|
|
3246
|
+
className: O("ulist", u.style, u.role, t && "checklist"),
|
|
3247
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1217
3248
|
children: [
|
|
1218
|
-
/* @__PURE__ */ r.jsx(
|
|
1219
|
-
/* @__PURE__ */ r.jsx(
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
3249
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3250
|
+
/* @__PURE__ */ r.jsx(
|
|
3251
|
+
"ul",
|
|
3252
|
+
{
|
|
3253
|
+
className: t ? "checklist" : a ? "bibliography" : u.style || void 0,
|
|
3254
|
+
children: u.items.map((n, x) => {
|
|
3255
|
+
const b = t && "checkbox" in n.attributes, m = b && "checked" in n.attributes;
|
|
3256
|
+
return /* @__PURE__ */ r.jsxs("li", { id: n.id || void 0, children: [
|
|
3257
|
+
a ? i(n) ? /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx(P, { nodes: n.textInlines, bibliography: !0 }) }) : (
|
|
3258
|
+
// Straddling passthrough HTML with no overrides: the
|
|
3259
|
+
// bibliography-aware serializer keeps the anchor-first
|
|
3260
|
+
// definition form (`<a id></a>[text]`) intact.
|
|
3261
|
+
/* @__PURE__ */ r.jsx(
|
|
3262
|
+
"p",
|
|
3263
|
+
{
|
|
3264
|
+
dangerouslySetInnerHTML: {
|
|
3265
|
+
__html: Rt(n.textInlines)
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
)
|
|
3269
|
+
) : /* @__PURE__ */ r.jsxs("p", { children: [
|
|
3270
|
+
b && !s && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
3271
|
+
/* @__PURE__ */ r.jsx(
|
|
3272
|
+
"i",
|
|
3273
|
+
{
|
|
3274
|
+
className: `fa ${m ? "fa-check-square-o" : "fa-square-o"}`
|
|
3275
|
+
}
|
|
3276
|
+
),
|
|
3277
|
+
" "
|
|
3278
|
+
] }),
|
|
3279
|
+
b && s && /* @__PURE__ */ r.jsx(
|
|
3280
|
+
"input",
|
|
3281
|
+
{
|
|
3282
|
+
type: "checkbox",
|
|
3283
|
+
"data-item-complete": m ? "1" : "0",
|
|
3284
|
+
...m ? { checked: !0 } : {}
|
|
3285
|
+
}
|
|
3286
|
+
),
|
|
3287
|
+
/* @__PURE__ */ r.jsx(P, { nodes: n.textInlines })
|
|
3288
|
+
] }),
|
|
3289
|
+
/* @__PURE__ */ r.jsx(V, { blocks: n.blocks })
|
|
3290
|
+
] }, x);
|
|
3291
|
+
})
|
|
3292
|
+
}
|
|
3293
|
+
)
|
|
1235
3294
|
]
|
|
1236
3295
|
}
|
|
1237
3296
|
);
|
|
1238
|
-
},
|
|
1239
|
-
const t =
|
|
1240
|
-
|
|
3297
|
+
}, Lt = ({ node: u }) => {
|
|
3298
|
+
const { react: e, iconsFont: t } = Tu(u.inlines), s = u.attributes.attribution, a = u.attributes.citetitle;
|
|
3299
|
+
let c = "";
|
|
3300
|
+
return (s || a) && (s ? (c = `— ${s}`, a && (c += `<br>
|
|
3301
|
+
<cite>${a}</cite>`)) : a && (c = `<cite>${a}</cite>`)), /* @__PURE__ */ r.jsxs(
|
|
1241
3302
|
"div",
|
|
1242
3303
|
{
|
|
1243
|
-
|
|
1244
|
-
className:
|
|
1245
|
-
...
|
|
3304
|
+
id: u.id || void 0,
|
|
3305
|
+
className: O("verseblock", u.role),
|
|
3306
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1246
3307
|
children: [
|
|
1247
|
-
/* @__PURE__ */ r.jsx(
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
3308
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3309
|
+
u.inlines && (e ? /* @__PURE__ */ r.jsx("pre", { className: "content", children: /* @__PURE__ */ r.jsx(P, { nodes: u.inlines }) }) : /* @__PURE__ */ r.jsx(
|
|
3310
|
+
"pre",
|
|
3311
|
+
{
|
|
3312
|
+
className: "content",
|
|
3313
|
+
dangerouslySetInnerHTML: mu(u.inlines, t)
|
|
3314
|
+
}
|
|
3315
|
+
)),
|
|
3316
|
+
c && /* @__PURE__ */ r.jsx("div", { className: "attribution", dangerouslySetInnerHTML: { __html: c } })
|
|
1254
3317
|
]
|
|
1255
3318
|
}
|
|
1256
3319
|
);
|
|
1257
|
-
},
|
|
1258
|
-
const
|
|
3320
|
+
}, Ot = ({ node: u }) => {
|
|
3321
|
+
const e = u.attributes.start, t = u.attributes.end, s = e || t ? `#t=${e || ""}${t ? "," + t : ""}` : "", a = u.attributes.width, c = u.attributes.height, i = u.attributes.poster, n = [`src="${u.mediaUri}${s}"`];
|
|
3322
|
+
a && n.push(`width="${a}"`), c && n.push(`height="${c}"`), i && n.push(`poster="${i}"`), u.autoplay && n.push("autoplay"), u.noControls || n.push("controls"), u.loop && n.push("loop");
|
|
3323
|
+
const x = `<video ${n.join(" ")}>
|
|
3324
|
+
Your browser does not support the video tag.
|
|
3325
|
+
</video>`;
|
|
1259
3326
|
return /* @__PURE__ */ r.jsxs(
|
|
1260
3327
|
"div",
|
|
1261
3328
|
{
|
|
1262
|
-
|
|
1263
|
-
|
|
3329
|
+
id: u.id || void 0,
|
|
3330
|
+
className: O("videoblock", u.role),
|
|
3331
|
+
...u.lineNumber ? { "data-lineno": u.lineNumber } : {},
|
|
1264
3332
|
children: [
|
|
1265
|
-
/* @__PURE__ */ r.jsx(
|
|
1266
|
-
/* @__PURE__ */ r.jsx("div", { className: "content",
|
|
1267
|
-
"video",
|
|
1268
|
-
{
|
|
1269
|
-
src: `${e.mediaUri}${n}`,
|
|
1270
|
-
autoPlay: e.autoplay,
|
|
1271
|
-
controls: !e.noControls,
|
|
1272
|
-
loop: e.loop,
|
|
1273
|
-
children: "Your browser does not support the video tag."
|
|
1274
|
-
}
|
|
1275
|
-
) })
|
|
3333
|
+
/* @__PURE__ */ r.jsx(U, { text: u.title }),
|
|
3334
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", dangerouslySetInnerHTML: { __html: x } })
|
|
1276
3335
|
]
|
|
1277
3336
|
}
|
|
1278
3337
|
);
|
|
1279
|
-
},
|
|
1280
|
-
document:
|
|
1281
|
-
options:
|
|
3338
|
+
}, wu = ie({ document: {} }), Wt = ({
|
|
3339
|
+
document: u,
|
|
3340
|
+
options: e
|
|
1282
3341
|
}) => {
|
|
1283
|
-
const
|
|
3342
|
+
const t = e && e.customDocument;
|
|
1284
3343
|
return /* @__PURE__ */ r.jsx(
|
|
1285
|
-
|
|
3344
|
+
wu.Provider,
|
|
1286
3345
|
{
|
|
1287
3346
|
value: {
|
|
1288
|
-
...
|
|
1289
|
-
document: { attributes:
|
|
3347
|
+
...e,
|
|
3348
|
+
document: { attributes: u.attributes, sections: u.sections }
|
|
1290
3349
|
},
|
|
1291
|
-
children:
|
|
3350
|
+
children: t ? /* @__PURE__ */ r.jsx(t, { document: u }) : /* @__PURE__ */ r.jsx(dt, { document: u })
|
|
1292
3351
|
}
|
|
1293
3352
|
);
|
|
1294
|
-
},
|
|
1295
|
-
const { overrides:
|
|
1296
|
-
if (
|
|
1297
|
-
return /* @__PURE__ */ r.jsx(
|
|
1298
|
-
switch (
|
|
3353
|
+
}, V = ({ blocks: u }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: u.map((e, t) => /* @__PURE__ */ r.jsx(Pt, { node: e }, `${t}-${e.type}`)) }), Pt = ({ node: u }) => {
|
|
3354
|
+
const { overrides: e } = ku(wu), t = u.type, s = e && e[t];
|
|
3355
|
+
if (s)
|
|
3356
|
+
return /* @__PURE__ */ r.jsx(s, { node: u });
|
|
3357
|
+
switch (t) {
|
|
1299
3358
|
case "audio":
|
|
1300
|
-
return /* @__PURE__ */ r.jsx(
|
|
3359
|
+
return /* @__PURE__ */ r.jsx(at, { node: u });
|
|
1301
3360
|
case "preamble":
|
|
1302
|
-
return /* @__PURE__ */ r.jsx(
|
|
3361
|
+
return /* @__PURE__ */ r.jsx(Nt, { node: u });
|
|
1303
3362
|
case "section":
|
|
1304
|
-
return /* @__PURE__ */ r.jsx(
|
|
3363
|
+
return /* @__PURE__ */ r.jsx(At, { node: u });
|
|
1305
3364
|
case "paragraph":
|
|
1306
|
-
return /* @__PURE__ */ r.jsx(
|
|
3365
|
+
return /* @__PURE__ */ r.jsx(wt, { node: u });
|
|
1307
3366
|
case "dlist":
|
|
1308
|
-
return /* @__PURE__ */ r.jsx(
|
|
3367
|
+
return /* @__PURE__ */ r.jsx(ot, { node: u });
|
|
1309
3368
|
case "ulist":
|
|
1310
|
-
return /* @__PURE__ */ r.jsx(
|
|
3369
|
+
return /* @__PURE__ */ r.jsx(qt, { node: u });
|
|
1311
3370
|
case "floating_title":
|
|
1312
|
-
return /* @__PURE__ */ r.jsx(
|
|
3371
|
+
return /* @__PURE__ */ r.jsx(bt, { node: u });
|
|
1313
3372
|
case "admonition":
|
|
1314
|
-
return /* @__PURE__ */ r.jsx(
|
|
3373
|
+
return /* @__PURE__ */ r.jsx(st, { node: u });
|
|
1315
3374
|
case "listing":
|
|
1316
|
-
return /* @__PURE__ */ r.jsx(
|
|
3375
|
+
return /* @__PURE__ */ r.jsx(ht, { node: u });
|
|
1317
3376
|
case "literal":
|
|
1318
|
-
return /* @__PURE__ */ r.jsx(
|
|
3377
|
+
return /* @__PURE__ */ r.jsx(mt, { node: u });
|
|
1319
3378
|
case "image":
|
|
1320
|
-
return /* @__PURE__ */ r.jsx(
|
|
3379
|
+
return /* @__PURE__ */ r.jsx(pt, { node: u });
|
|
1321
3380
|
case "colist":
|
|
1322
|
-
return /* @__PURE__ */ r.jsx(
|
|
3381
|
+
return /* @__PURE__ */ r.jsx(ct, { node: u });
|
|
1323
3382
|
case "olist":
|
|
1324
|
-
return /* @__PURE__ */ r.jsx(
|
|
3383
|
+
return /* @__PURE__ */ r.jsx(yt, { node: u });
|
|
1325
3384
|
case "table":
|
|
1326
|
-
return /* @__PURE__ */ r.jsx(
|
|
3385
|
+
return /* @__PURE__ */ r.jsx(_t, { node: u });
|
|
1327
3386
|
case "thematic_break":
|
|
1328
|
-
return /* @__PURE__ */ r.jsx(
|
|
3387
|
+
return /* @__PURE__ */ r.jsx(Tt, {});
|
|
1329
3388
|
case "open":
|
|
1330
|
-
return /* @__PURE__ */ r.jsx(
|
|
3389
|
+
return /* @__PURE__ */ r.jsx(vt, { node: u });
|
|
1331
3390
|
case "pass":
|
|
1332
|
-
return /* @__PURE__ */ r.jsx(
|
|
3391
|
+
return /* @__PURE__ */ r.jsx($t, { node: u });
|
|
3392
|
+
case "stem":
|
|
3393
|
+
return /* @__PURE__ */ r.jsx(kt, { node: u });
|
|
1333
3394
|
case "page_break":
|
|
1334
|
-
return /* @__PURE__ */ r.jsx(
|
|
3395
|
+
return /* @__PURE__ */ r.jsx(jt, {});
|
|
1335
3396
|
case "example":
|
|
1336
|
-
return /* @__PURE__ */ r.jsx(
|
|
3397
|
+
return /* @__PURE__ */ r.jsx(ft, { node: u });
|
|
1337
3398
|
case "sidebar":
|
|
1338
|
-
return /* @__PURE__ */ r.jsx(
|
|
3399
|
+
return /* @__PURE__ */ r.jsx(Et, { node: u });
|
|
1339
3400
|
case "quote":
|
|
1340
|
-
return /* @__PURE__ */ r.jsx(
|
|
3401
|
+
return /* @__PURE__ */ r.jsx(St, { node: u });
|
|
1341
3402
|
case "verse":
|
|
1342
|
-
return /* @__PURE__ */ r.jsx(
|
|
3403
|
+
return /* @__PURE__ */ r.jsx(Lt, { node: u });
|
|
1343
3404
|
case "video":
|
|
1344
|
-
return /* @__PURE__ */ r.jsx(
|
|
3405
|
+
return /* @__PURE__ */ r.jsx(Ot, { node: u });
|
|
1345
3406
|
case "toc":
|
|
1346
|
-
return /* @__PURE__ */ r.jsx(
|
|
3407
|
+
return /* @__PURE__ */ r.jsx(It, { node: u });
|
|
1347
3408
|
default:
|
|
1348
3409
|
return /* @__PURE__ */ r.jsx(r.Fragment, {});
|
|
1349
3410
|
}
|
|
1350
|
-
},
|
|
1351
|
-
const
|
|
1352
|
-
if (
|
|
3411
|
+
}, tu = () => {
|
|
3412
|
+
const u = ku(wu);
|
|
3413
|
+
if (u === void 0)
|
|
1353
3414
|
throw new Error("useConverterContext must be used within a Provider");
|
|
1354
|
-
return
|
|
3415
|
+
return u;
|
|
1355
3416
|
};
|
|
1356
3417
|
export {
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
3418
|
+
st as Admonition,
|
|
3419
|
+
Wt as Asciidoc,
|
|
3420
|
+
at as Audio,
|
|
3421
|
+
ct as CoList,
|
|
3422
|
+
V as Content,
|
|
3423
|
+
wu as Context,
|
|
3424
|
+
ot as DList,
|
|
3425
|
+
dt as Document,
|
|
3426
|
+
ft as Example,
|
|
3427
|
+
bt as FloatingTitle,
|
|
3428
|
+
pt as Image,
|
|
3429
|
+
Ht as Inline,
|
|
3430
|
+
ht as Listing,
|
|
3431
|
+
mt as Literal,
|
|
3432
|
+
yt as OList,
|
|
3433
|
+
vt as Open,
|
|
3434
|
+
Ru as Outline,
|
|
3435
|
+
jt as PageBreak,
|
|
3436
|
+
wt as Paragraph,
|
|
3437
|
+
$t as Pass,
|
|
3438
|
+
Nt as Preamble,
|
|
3439
|
+
St as Quote,
|
|
3440
|
+
P as RenderInline,
|
|
3441
|
+
At as Section,
|
|
3442
|
+
Et as Sidebar,
|
|
3443
|
+
kt as Stem,
|
|
3444
|
+
_t as Table,
|
|
3445
|
+
It as TableOfContents,
|
|
3446
|
+
Tt as ThematicBreak,
|
|
3447
|
+
U as Title,
|
|
3448
|
+
qt as UList,
|
|
3449
|
+
Lt as Verse,
|
|
3450
|
+
Ot as Video,
|
|
3451
|
+
mu as inlineHtml,
|
|
3452
|
+
iu as isOption,
|
|
3453
|
+
Vt as parse,
|
|
3454
|
+
Dt as prepareDocument,
|
|
3455
|
+
Bt as processDocument,
|
|
3456
|
+
tu as useConverterContext
|
|
1392
3457
|
};
|