@oxide/react-asciidoc 1.1.2 → 1.1.3--canary.4a6d075.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,670 +1,37 @@
1
- import ee, { Fragment as qr, createElement as G, createContext as Ve, useContext as te } from "react";
2
- import D from "html-react-parser";
3
- import { default as Ft } from "html-react-parser";
4
- var Kr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5
- function Be(r) {
6
- return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
7
- }
8
- var jr = { exports: {} }, X = {};
9
- /**
10
- * @license React
11
- * react-jsx-runtime.production.min.js
12
- *
13
- * Copyright (c) Facebook, Inc. and its affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */
18
- var Xr;
19
- function He() {
20
- if (Xr) return X;
21
- Xr = 1;
22
- var r = ee, a = Symbol.for("react.element"), s = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, n = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: !0, ref: !0, __self: !0, __source: !0 };
23
- function m(i, c, j) {
24
- var y, h = {}, u = null, f = null;
25
- j !== void 0 && (u = "" + j), c.key !== void 0 && (u = "" + c.key), c.ref !== void 0 && (f = c.ref);
26
- for (y in c) o.call(c, y) && !p.hasOwnProperty(y) && (h[y] = c[y]);
27
- if (i && i.defaultProps) for (y in c = i.defaultProps, c) h[y] === void 0 && (h[y] = c[y]);
28
- return { $$typeof: a, type: i, key: u, ref: f, props: h, _owner: n.current };
29
- }
30
- return X.Fragment = s, X.jsx = m, X.jsxs = m, X;
31
- }
32
- var Q = {};
33
- /**
34
- * @license React
35
- * react-jsx-runtime.development.js
36
- *
37
- * Copyright (c) Facebook, Inc. and its affiliates.
38
- *
39
- * This source code is licensed under the MIT license found in the
40
- * LICENSE file in the root directory of this source tree.
41
- */
42
- var Qr;
43
- function $e() {
44
- return Qr || (Qr = 1, process.env.NODE_ENV !== "production" && function() {
45
- var r = ee, a = Symbol.for("react.element"), s = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), p = Symbol.for("react.profiler"), m = Symbol.for("react.provider"), i = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), f = Symbol.for("react.offscreen"), w = Symbol.iterator, C = "@@iterator";
46
- function O(t) {
47
- if (t === null || typeof t != "object")
48
- return null;
49
- var l = w && t[w] || t[C];
50
- return typeof l == "function" ? l : null;
51
- }
52
- var F = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
53
- function E(t) {
54
- {
55
- for (var l = arguments.length, d = new Array(l > 1 ? l - 1 : 0), g = 1; g < l; g++)
56
- d[g - 1] = arguments[g];
57
- H("error", t, d);
58
- }
59
- }
60
- function H(t, l, d) {
61
- {
62
- var g = F.ReactDebugCurrentFrame, x = g.getStackAddendum();
63
- x !== "" && (l += "%s", d = d.concat([x]));
64
- var q = d.map(function(v) {
65
- return String(v);
66
- });
67
- q.unshift("Warning: " + l), Function.prototype.apply.call(console[t], console, q);
68
- }
69
- }
70
- var W = !1, tr = !1, ne = !1, ce = !1, ue = !1, Dr;
71
- Dr = Symbol.for("react.module.reference");
72
- function pe(t) {
73
- return !!(typeof t == "string" || typeof t == "function" || t === o || t === p || ue || t === n || t === j || t === y || ce || t === f || W || tr || ne || typeof t == "object" && t !== null && (t.$$typeof === u || t.$$typeof === h || t.$$typeof === m || t.$$typeof === i || t.$$typeof === c || // This needs to include all possible module reference object
74
- // types supported by any Flight configuration anywhere since
75
- // we don't know which Flight build this will end up being used
76
- // with.
77
- t.$$typeof === Dr || t.getModuleId !== void 0));
78
- }
79
- function de(t, l, d) {
80
- var g = t.displayName;
81
- if (g)
82
- return g;
83
- var x = l.displayName || l.name || "";
84
- return x !== "" ? d + "(" + x + ")" : d;
85
- }
86
- function kr(t) {
87
- return t.displayName || "Context";
88
- }
89
- function U(t) {
90
- if (t == null)
91
- return null;
92
- if (typeof t.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
93
- return t.displayName || t.name || null;
94
- if (typeof t == "string")
95
- return t;
96
- switch (t) {
97
- case o:
98
- return "Fragment";
99
- case s:
100
- return "Portal";
101
- case p:
102
- return "Profiler";
103
- case n:
104
- return "StrictMode";
105
- case j:
106
- return "Suspense";
107
- case y:
108
- return "SuspenseList";
109
- }
110
- if (typeof t == "object")
111
- switch (t.$$typeof) {
112
- case i:
113
- var l = t;
114
- return kr(l) + ".Consumer";
115
- case m:
116
- var d = t;
117
- return kr(d._context) + ".Provider";
118
- case c:
119
- return de(t, t.render, "ForwardRef");
120
- case h:
121
- var g = t.displayName || null;
122
- return g !== null ? g : U(t.type) || "Memo";
123
- case u: {
124
- var x = t, q = x._payload, v = x._init;
125
- try {
126
- return U(v(q));
127
- } catch {
128
- return null;
129
- }
130
- }
131
- }
132
- return null;
133
- }
134
- var V = Object.assign, J = 0, Sr, Rr, Tr, Cr, Lr, Or, _r;
135
- function Fr() {
136
- }
137
- Fr.__reactDisabledLog = !0;
138
- function me() {
139
- {
140
- if (J === 0) {
141
- Sr = console.log, Rr = console.info, Tr = console.warn, Cr = console.error, Lr = console.group, Or = console.groupCollapsed, _r = console.groupEnd;
142
- var t = {
143
- configurable: !0,
144
- enumerable: !0,
145
- value: Fr,
146
- writable: !0
147
- };
148
- Object.defineProperties(console, {
149
- info: t,
150
- log: t,
151
- warn: t,
152
- error: t,
153
- group: t,
154
- groupCollapsed: t,
155
- groupEnd: t
156
- });
157
- }
158
- J++;
159
- }
160
- }
161
- function ge() {
162
- {
163
- if (J--, J === 0) {
164
- var t = {
165
- configurable: !0,
166
- enumerable: !0,
167
- writable: !0
168
- };
169
- Object.defineProperties(console, {
170
- log: V({}, t, {
171
- value: Sr
172
- }),
173
- info: V({}, t, {
174
- value: Rr
175
- }),
176
- warn: V({}, t, {
177
- value: Tr
178
- }),
179
- error: V({}, t, {
180
- value: Cr
181
- }),
182
- group: V({}, t, {
183
- value: Lr
184
- }),
185
- groupCollapsed: V({}, t, {
186
- value: Or
187
- }),
188
- groupEnd: V({}, t, {
189
- value: _r
190
- })
191
- });
192
- }
193
- J < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
194
- }
195
- }
196
- var pr = F.ReactCurrentDispatcher, dr;
197
- function ar(t, l, d) {
198
- {
199
- if (dr === void 0)
200
- try {
201
- throw Error();
202
- } catch (x) {
203
- var g = x.stack.trim().match(/\n( *(at )?)/);
204
- dr = g && g[1] || "";
205
- }
206
- return `
207
- ` + dr + t;
208
- }
209
- }
210
- var mr = !1, sr;
211
- {
212
- var fe = typeof WeakMap == "function" ? WeakMap : Map;
213
- sr = new fe();
214
- }
215
- function Ur(t, l) {
216
- if (!t || mr)
217
- return "";
218
- {
219
- var d = sr.get(t);
220
- if (d !== void 0)
221
- return d;
222
- }
223
- var g;
224
- mr = !0;
225
- var x = Error.prepareStackTrace;
226
- Error.prepareStackTrace = void 0;
227
- var q;
228
- q = pr.current, pr.current = null, me();
229
- try {
230
- if (l) {
231
- var v = function() {
232
- throw Error();
233
- };
234
- if (Object.defineProperty(v.prototype, "props", {
235
- set: function() {
236
- throw Error();
237
- }
238
- }), typeof Reflect == "object" && Reflect.construct) {
239
- try {
240
- Reflect.construct(v, []);
241
- } catch (L) {
242
- g = L;
243
- }
244
- Reflect.construct(t, [], v);
245
- } else {
246
- try {
247
- v.call();
248
- } catch (L) {
249
- g = L;
250
- }
251
- t.call(v.prototype);
252
- }
253
- } else {
254
- try {
255
- throw Error();
256
- } catch (L) {
257
- g = L;
258
- }
259
- t();
260
- }
261
- } catch (L) {
262
- if (L && g && typeof L.stack == "string") {
263
- for (var b = L.stack.split(`
264
- `), T = g.stack.split(`
265
- `), A = b.length - 1, S = T.length - 1; A >= 1 && S >= 0 && b[A] !== T[S]; )
266
- S--;
267
- for (; A >= 1 && S >= 0; A--, S--)
268
- if (b[A] !== T[S]) {
269
- if (A !== 1 || S !== 1)
270
- do
271
- if (A--, S--, S < 0 || b[A] !== T[S]) {
272
- var _ = `
273
- ` + b[A].replace(" at new ", " at ");
274
- return t.displayName && _.includes("<anonymous>") && (_ = _.replace("<anonymous>", t.displayName)), typeof t == "function" && sr.set(t, _), _;
275
- }
276
- while (A >= 1 && S >= 0);
277
- break;
278
- }
279
- }
280
- } finally {
281
- mr = !1, pr.current = q, ge(), Error.prepareStackTrace = x;
282
- }
283
- var z = t ? t.displayName || t.name : "", B = z ? ar(z) : "";
284
- return typeof t == "function" && sr.set(t, B), B;
285
- }
286
- function he(t, l, d) {
287
- return Ur(t, !1);
288
- }
289
- function be(t) {
290
- var l = t.prototype;
291
- return !!(l && l.isReactComponent);
292
- }
293
- function ir(t, l, d) {
294
- if (t == null)
295
- return "";
296
- if (typeof t == "function")
297
- return Ur(t, be(t));
298
- if (typeof t == "string")
299
- return ar(t);
300
- switch (t) {
301
- case j:
302
- return ar("Suspense");
303
- case y:
304
- return ar("SuspenseList");
305
- }
306
- if (typeof t == "object")
307
- switch (t.$$typeof) {
308
- case c:
309
- return he(t.render);
310
- case h:
311
- return ir(t.type, l, d);
312
- case u: {
313
- var g = t, x = g._payload, q = g._init;
314
- try {
315
- return ir(q(x), l, d);
316
- } catch {
317
- }
318
- }
319
- }
320
- return "";
321
- }
322
- var Z = Object.prototype.hasOwnProperty, Pr = {}, Ir = F.ReactDebugCurrentFrame;
323
- function lr(t) {
324
- if (t) {
325
- var l = t._owner, d = ir(t.type, t._source, l ? l.type : null);
326
- Ir.setExtraStackFrame(d);
327
- } else
328
- Ir.setExtraStackFrame(null);
329
- }
330
- function ve(t, l, d, g, x) {
331
- {
332
- var q = Function.call.bind(Z);
333
- for (var v in t)
334
- if (q(t, v)) {
335
- var b = void 0;
336
- try {
337
- if (typeof t[v] != "function") {
338
- var T = Error((g || "React class") + ": " + d + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
339
- throw T.name = "Invariant Violation", T;
340
- }
341
- b = t[v](l, v, g, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
342
- } catch (A) {
343
- b = A;
344
- }
345
- b && !(b instanceof Error) && (lr(x), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", d, v, typeof b), lr(null)), b instanceof Error && !(b.message in Pr) && (Pr[b.message] = !0, lr(x), E("Failed %s type: %s", d, b.message), lr(null));
346
- }
347
- }
348
- }
349
- var xe = Array.isArray;
350
- function gr(t) {
351
- return xe(t);
352
- }
353
- function ye(t) {
354
- {
355
- var l = typeof Symbol == "function" && Symbol.toStringTag, d = l && t[Symbol.toStringTag] || t.constructor.name || "Object";
356
- return d;
357
- }
358
- }
359
- function we(t) {
360
- try {
361
- return Vr(t), !1;
362
- } catch {
363
- return !0;
364
- }
365
- }
366
- function Vr(t) {
367
- return "" + t;
368
- }
369
- function Br(t) {
370
- if (we(t))
371
- return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ye(t)), Vr(t);
372
- }
373
- var K = F.ReactCurrentOwner, qe = {
374
- key: !0,
375
- ref: !0,
376
- __self: !0,
377
- __source: !0
378
- }, Hr, $r, fr;
379
- fr = {};
380
- function je(t) {
381
- if (Z.call(t, "ref")) {
382
- var l = Object.getOwnPropertyDescriptor(t, "ref").get;
383
- if (l && l.isReactWarning)
384
- return !1;
385
- }
386
- return t.ref !== void 0;
387
- }
388
- function Ee(t) {
389
- if (Z.call(t, "key")) {
390
- var l = Object.getOwnPropertyDescriptor(t, "key").get;
391
- if (l && l.isReactWarning)
392
- return !1;
393
- }
394
- return t.key !== void 0;
395
- }
396
- function Ne(t, l) {
397
- if (typeof t.ref == "string" && K.current && l && K.current.stateNode !== l) {
398
- var d = U(K.current.type);
399
- fr[d] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', U(K.current.type), t.ref), fr[d] = !0);
400
- }
401
- }
402
- function Ae(t, l) {
403
- {
404
- var d = function() {
405
- Hr || (Hr = !0, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
406
- };
407
- d.isReactWarning = !0, Object.defineProperty(t, "key", {
408
- get: d,
409
- configurable: !0
410
- });
411
- }
412
- }
413
- function De(t, l) {
414
- {
415
- var d = function() {
416
- $r || ($r = !0, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
417
- };
418
- d.isReactWarning = !0, Object.defineProperty(t, "ref", {
419
- get: d,
420
- configurable: !0
421
- });
422
- }
423
- }
424
- var ke = function(t, l, d, g, x, q, v) {
425
- var b = {
426
- // This tag allows us to uniquely identify this as a React Element
427
- $$typeof: a,
428
- // Built-in properties that belong on the element
429
- type: t,
430
- key: l,
431
- ref: d,
432
- props: v,
433
- // Record the component responsible for creating this element.
434
- _owner: q
435
- };
436
- return b._store = {}, Object.defineProperty(b._store, "validated", {
437
- configurable: !1,
438
- enumerable: !1,
439
- writable: !0,
440
- value: !1
441
- }), Object.defineProperty(b, "_self", {
442
- configurable: !1,
443
- enumerable: !1,
444
- writable: !1,
445
- value: g
446
- }), Object.defineProperty(b, "_source", {
447
- configurable: !1,
448
- enumerable: !1,
449
- writable: !1,
450
- value: x
451
- }), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;
452
- };
453
- function Se(t, l, d, g, x) {
454
- {
455
- var q, v = {}, b = null, T = null;
456
- d !== void 0 && (Br(d), b = "" + d), Ee(l) && (Br(l.key), b = "" + l.key), je(l) && (T = l.ref, Ne(l, x));
457
- for (q in l)
458
- Z.call(l, q) && !qe.hasOwnProperty(q) && (v[q] = l[q]);
459
- if (t && t.defaultProps) {
460
- var A = t.defaultProps;
461
- for (q in A)
462
- v[q] === void 0 && (v[q] = A[q]);
463
- }
464
- if (b || T) {
465
- var S = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
466
- b && Ae(v, S), T && De(v, S);
467
- }
468
- return ke(t, b, T, x, g, K.current, v);
469
- }
470
- }
471
- var hr = F.ReactCurrentOwner, zr = F.ReactDebugCurrentFrame;
472
- function $(t) {
473
- if (t) {
474
- var l = t._owner, d = ir(t.type, t._source, l ? l.type : null);
475
- zr.setExtraStackFrame(d);
476
- } else
477
- zr.setExtraStackFrame(null);
478
- }
479
- var br;
480
- br = !1;
481
- function vr(t) {
482
- return typeof t == "object" && t !== null && t.$$typeof === a;
483
- }
484
- function Gr() {
485
- {
486
- if (hr.current) {
487
- var t = U(hr.current.type);
488
- if (t)
489
- return `
490
-
491
- Check the render method of \`` + t + "`.";
492
- }
493
- return "";
494
- }
495
- }
496
- function Re(t) {
497
- return "";
498
- }
499
- var Mr = {};
500
- function Te(t) {
501
- {
502
- var l = Gr();
503
- if (!l) {
504
- var d = typeof t == "string" ? t : t.displayName || t.name;
505
- d && (l = `
506
-
507
- Check the top-level render call using <` + d + ">.");
508
- }
509
- return l;
510
- }
511
- }
512
- function Yr(t, l) {
513
- {
514
- if (!t._store || t._store.validated || t.key != null)
515
- return;
516
- t._store.validated = !0;
517
- var d = Te(l);
518
- if (Mr[d])
519
- return;
520
- Mr[d] = !0;
521
- var g = "";
522
- t && t._owner && t._owner !== hr.current && (g = " It was passed a child from " + U(t._owner.type) + "."), $(t), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, g), $(null);
523
- }
524
- }
525
- function Wr(t, l) {
526
- {
527
- if (typeof t != "object")
528
- return;
529
- if (gr(t))
530
- for (var d = 0; d < t.length; d++) {
531
- var g = t[d];
532
- vr(g) && Yr(g, l);
533
- }
534
- else if (vr(t))
535
- t._store && (t._store.validated = !0);
536
- else if (t) {
537
- var x = O(t);
538
- if (typeof x == "function" && x !== t.entries)
539
- for (var q = x.call(t), v; !(v = q.next()).done; )
540
- vr(v.value) && Yr(v.value, l);
541
- }
542
- }
543
- }
544
- function Ce(t) {
545
- {
546
- var l = t.type;
547
- if (l == null || typeof l == "string")
548
- return;
549
- var d;
550
- if (typeof l == "function")
551
- d = l.propTypes;
552
- else if (typeof l == "object" && (l.$$typeof === c || // Note: Memo only checks outer props here.
553
- // Inner props are checked in the reconciler.
554
- l.$$typeof === h))
555
- d = l.propTypes;
556
- else
557
- return;
558
- if (d) {
559
- var g = U(l);
560
- ve(d, t.props, "prop", g, t);
561
- } else if (l.PropTypes !== void 0 && !br) {
562
- br = !0;
563
- var x = U(l);
564
- E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", x || "Unknown");
565
- }
566
- typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
567
- }
568
- }
569
- function Le(t) {
570
- {
571
- for (var l = Object.keys(t.props), d = 0; d < l.length; d++) {
572
- var g = l[d];
573
- if (g !== "children" && g !== "key") {
574
- $(t), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", g), $(null);
575
- break;
576
- }
577
- }
578
- t.ref !== null && ($(t), E("Invalid attribute `ref` supplied to `React.Fragment`."), $(null));
579
- }
580
- }
581
- var Jr = {};
582
- function Zr(t, l, d, g, x, q) {
583
- {
584
- var v = pe(t);
585
- if (!v) {
586
- var b = "";
587
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (b += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
588
- var T = Re();
589
- T ? b += T : b += Gr();
590
- var A;
591
- t === null ? A = "null" : gr(t) ? A = "array" : t !== void 0 && t.$$typeof === a ? (A = "<" + (U(t.type) || "Unknown") + " />", b = " Did you accidentally export a JSX literal instead of a component?") : A = typeof t, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", A, b);
592
- }
593
- var S = Se(t, l, d, x, q);
594
- if (S == null)
595
- return S;
596
- if (v) {
597
- var _ = l.children;
598
- if (_ !== void 0)
599
- if (g)
600
- if (gr(_)) {
601
- for (var z = 0; z < _.length; z++)
602
- Wr(_[z], t);
603
- Object.freeze && Object.freeze(_);
604
- } else
605
- E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
606
- else
607
- Wr(_, t);
608
- }
609
- if (Z.call(l, "key")) {
610
- var B = U(t), L = Object.keys(l).filter(function(Ie) {
611
- return Ie !== "key";
612
- }), xr = L.length > 0 ? "{key: someKey, " + L.join(": ..., ") + ": ...}" : "{key: someKey}";
613
- if (!Jr[B + xr]) {
614
- var Pe = L.length > 0 ? "{" + L.join(": ..., ") + ": ...}" : "{}";
615
- E(`A props object containing a "key" prop is being spread into JSX:
616
- let props = %s;
617
- <%s {...props} />
618
- React keys must be passed directly to JSX without using spread:
619
- let props = %s;
620
- <%s key={someKey} {...props} />`, xr, B, Pe, B), Jr[B + xr] = !0;
621
- }
622
- }
623
- return t === o ? Le(S) : Ce(S), S;
624
- }
625
- }
626
- function Oe(t, l, d) {
627
- return Zr(t, l, d, !0);
628
- }
629
- function _e(t, l, d) {
630
- return Zr(t, l, d, !1);
631
- }
632
- var Fe = _e, Ue = Oe;
633
- Q.Fragment = o, Q.jsx = Fe, Q.jsxs = Ue;
634
- }()), Q;
635
- }
636
- process.env.NODE_ENV === "production" ? jr.exports = He() : jr.exports = $e();
637
- var e = jr.exports;
638
- const k = ({ text: r }) => r ? /* @__PURE__ */ e.jsx("div", { className: "title", children: D(r) }) : null, ze = ({ node: r }) => {
639
- const { document: a } = I(), s = a.attributes || {}, o = r.attributes, n = () => s.icons === "font" && !o.icon ? /* @__PURE__ */ e.jsx("i", { className: `fa icon-${o.name}`, title: `${o.textlabel}` }) : /* @__PURE__ */ e.jsx("img", { src: r.iconUri, alt: `${o.textlabel}` });
640
- return /* @__PURE__ */ e.jsx(
1
+ import { jsx as e, jsxs as u, Fragment as x } from "react/jsx-runtime";
2
+ import b from "html-react-parser";
3
+ import { default as Jr } from "html-react-parser";
4
+ import { Fragment as z, createElement as k, createContext as rr, useContext as Z } from "react";
5
+ const f = ({ text: r }) => r ? /* @__PURE__ */ e("div", { className: "title", children: b(r) }) : null, er = ({ node: r }) => {
6
+ const { document: t } = D(), a = t.attributes || {}, s = r.attributes, l = () => a.icons === "font" && !s.icon ? /* @__PURE__ */ e("i", { className: `fa icon-${s.name}`, title: `${s.textlabel}` }) : /* @__PURE__ */ e("img", { src: r.iconUri, alt: `${s.textlabel}` });
7
+ return /* @__PURE__ */ e(
641
8
  "div",
642
9
  {
643
- className: `admonitionblock ${o.name}`,
10
+ className: `admonitionblock ${s.name}`,
644
11
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
645
- children: /* @__PURE__ */ e.jsx("table", { children: /* @__PURE__ */ e.jsx("tbody", { children: /* @__PURE__ */ e.jsxs("tr", { children: [
646
- /* @__PURE__ */ e.jsx("td", { className: "icon", children: s.icons ? n() : /* @__PURE__ */ e.jsx("div", { className: "title", children: o.textlabel }) }),
647
- /* @__PURE__ */ e.jsxs("td", { className: "content", children: [
648
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
649
- r.content && D(r.content),
650
- /* @__PURE__ */ e.jsx(R, { blocks: r.blocks })
12
+ children: /* @__PURE__ */ e("table", { children: /* @__PURE__ */ e("tbody", { children: /* @__PURE__ */ u("tr", { children: [
13
+ /* @__PURE__ */ e("td", { className: "icon", children: a.icons ? l() : /* @__PURE__ */ e("div", { className: "title", children: s.textlabel }) }),
14
+ /* @__PURE__ */ u("td", { className: "content", children: [
15
+ /* @__PURE__ */ e(f, { text: r.title }),
16
+ r.content && b(r.content),
17
+ /* @__PURE__ */ e(y, { blocks: r.blocks })
651
18
  ] })
652
19
  ] }) }) })
653
20
  }
654
21
  );
655
- }, Ge = ({ node: r }) => {
656
- const a = r.attributes.start, s = r.attributes.end, o = (a || s) && `#t=${a || ""}` + s ? `,${s}` : "";
657
- return /* @__PURE__ */ e.jsxs(
22
+ }, tr = ({ node: r }) => {
23
+ const t = r.attributes.start, a = r.attributes.end, s = (t || a) && `#t=${t || ""}` + a ? `,${a}` : "";
24
+ return /* @__PURE__ */ u(
658
25
  "div",
659
26
  {
660
27
  className: "audioblock",
661
28
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
662
29
  children: [
663
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
664
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
30
+ /* @__PURE__ */ e(f, { text: r.title }),
31
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
665
32
  "audio",
666
33
  {
667
- src: `${r.mediaUri}${o}`,
34
+ src: `${r.mediaUri}${s}`,
668
35
  autoPlay: r.autoplay,
669
36
  controls: !r.noControls,
670
37
  loop: r.loop,
@@ -674,20 +41,24 @@ const k = ({ text: r }) => r ? /* @__PURE__ */ e.jsx("div", { className: "title"
674
41
  ]
675
42
  }
676
43
  );
677
- }, Me = ({ node: r }) => /* @__PURE__ */ e.jsxs("div", { className: "colist", ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}, children: [
678
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
679
- /* @__PURE__ */ e.jsx("table", { children: /* @__PURE__ */ e.jsx("tbody", { children: r.items.map((a, s) => /* @__PURE__ */ e.jsxs("tr", { children: [
680
- /* @__PURE__ */ e.jsxs("td", { children: [
681
- /* @__PURE__ */ e.jsx("i", { className: "conum", "data-value": s + 1 }),
682
- /* @__PURE__ */ e.jsx("b", { children: s + 1 })
44
+ }, ar = ({ node: r }) => /* @__PURE__ */ u("div", { className: "colist", ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}, children: [
45
+ /* @__PURE__ */ e(f, { text: r.title }),
46
+ /* @__PURE__ */ e("table", { children: /* @__PURE__ */ e("tbody", { children: r.items.map((t, a) => /* @__PURE__ */ u("tr", { children: [
47
+ /* @__PURE__ */ u("td", { children: [
48
+ /* @__PURE__ */ e("i", { className: "conum", "data-value": a + 1 }),
49
+ /* @__PURE__ */ e("b", { children: a + 1 })
683
50
  ] }),
684
- /* @__PURE__ */ e.jsxs("td", { children: [
685
- a.text && D(a.text),
686
- /* @__PURE__ */ e.jsx(R, { blocks: a.blocks })
51
+ /* @__PURE__ */ u("td", { children: [
52
+ t.text && b(t.text),
53
+ /* @__PURE__ */ e(y, { blocks: t.blocks })
687
54
  ] })
688
- ] }, s)) }) })
55
+ ] }, a)) }) })
689
56
  ] });
690
- var ae = { exports: {} };
57
+ var M = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
58
+ function ir(r) {
59
+ return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
60
+ }
61
+ var J = { exports: {} };
691
62
  /*!
692
63
  Copyright (c) 2018 Jed Watson.
693
64
  Licensed under the MIT License (MIT), see
@@ -695,425 +66,425 @@ var ae = { exports: {} };
695
66
  */
696
67
  (function(r) {
697
68
  (function() {
698
- var a = {}.hasOwnProperty;
699
- function s() {
700
- for (var p = "", m = 0; m < arguments.length; m++) {
701
- var i = arguments[m];
702
- i && (p = n(p, o(i)));
69
+ var t = {}.hasOwnProperty;
70
+ function a() {
71
+ for (var c = "", p = 0; p < arguments.length; p++) {
72
+ var i = arguments[p];
73
+ i && (c = l(c, s(i)));
703
74
  }
704
- return p;
75
+ return c;
705
76
  }
706
- function o(p) {
707
- if (typeof p == "string" || typeof p == "number")
708
- return p;
709
- if (typeof p != "object")
77
+ function s(c) {
78
+ if (typeof c == "string" || typeof c == "number")
79
+ return c;
80
+ if (typeof c != "object")
710
81
  return "";
711
- if (Array.isArray(p))
712
- return s.apply(null, p);
713
- if (p.toString !== Object.prototype.toString && !p.toString.toString().includes("[native code]"))
714
- return p.toString();
715
- var m = "";
716
- for (var i in p)
717
- a.call(p, i) && p[i] && (m = n(m, i));
718
- return m;
82
+ if (Array.isArray(c))
83
+ return a.apply(null, c);
84
+ if (c.toString !== Object.prototype.toString && !c.toString.toString().includes("[native code]"))
85
+ return c.toString();
86
+ var p = "";
87
+ for (var i in c)
88
+ t.call(c, i) && c[i] && (p = l(p, i));
89
+ return p;
719
90
  }
720
- function n(p, m) {
721
- return m ? p ? p + " " + m : p + m : p;
91
+ function l(c, p) {
92
+ return p ? c ? c + " " + p : c + p : c;
722
93
  }
723
- r.exports ? (s.default = s, r.exports = s) : window.classNames = s;
94
+ r.exports ? (a.default = a, r.exports = a) : window.classNames = a;
724
95
  })();
725
- })(ae);
726
- var Ye = ae.exports;
727
- const N = /* @__PURE__ */ Be(Ye);
728
- var nr = {}, cr = {};
729
- Object.defineProperty(cr, "__esModule", { value: !0 });
730
- cr.bodyRegExps = { xml: /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g, html4: /&notin;|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g, html5: /&centerdot;|&copysr;|&divideontimes;|&gtcc;|&gtcir;|&gtdot;|&gtlPar;|&gtquest;|&gtrapprox;|&gtrarr;|&gtrdot;|&gtreqless;|&gtreqqless;|&gtrless;|&gtrsim;|&ltcc;|&ltcir;|&ltdot;|&lthree;|&ltimes;|&ltlarr;|&ltquest;|&ltrPar;|&ltri;|&ltrie;|&ltrif;|&notin;|&notinE;|&notindot;|&notinva;|&notinvb;|&notinvc;|&notni;|&notniva;|&notnivb;|&notnivc;|&parallel;|&timesb;|&timesbar;|&timesd;|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g };
731
- cr.namedReferences = { xml: { entities: { "&lt;": "<", "&gt;": ">", "&quot;": '"', "&apos;": "'", "&amp;": "&" }, characters: { "<": "&lt;", ">": "&gt;", '"': "&quot;", "'": "&apos;", "&": "&amp;" } }, html4: { entities: { "&apos;": "'", "&nbsp": " ", "&nbsp;": " ", "&iexcl": "¡", "&iexcl;": "¡", "&cent": "¢", "&cent;": "¢", "&pound": "£", "&pound;": "£", "&curren": "¤", "&curren;": "¤", "&yen": "¥", "&yen;": "¥", "&brvbar": "¦", "&brvbar;": "¦", "&sect": "§", "&sect;": "§", "&uml": "¨", "&uml;": "¨", "&copy": "©", "&copy;": "©", "&ordf": "ª", "&ordf;": "ª", "&laquo": "«", "&laquo;": "«", "&not": "¬", "&not;": "¬", "&shy": "­", "&shy;": "­", "&reg": "®", "&reg;": "®", "&macr": "¯", "&macr;": "¯", "&deg": "°", "&deg;": "°", "&plusmn": "±", "&plusmn;": "±", "&sup2": "²", "&sup2;": "²", "&sup3": "³", "&sup3;": "³", "&acute": "´", "&acute;": "´", "&micro": "µ", "&micro;": "µ", "&para": "¶", "&para;": "¶", "&middot": "·", "&middot;": "·", "&cedil": "¸", "&cedil;": "¸", "&sup1": "¹", "&sup1;": "¹", "&ordm": "º", "&ordm;": "º", "&raquo": "»", "&raquo;": "»", "&frac14": "¼", "&frac14;": "¼", "&frac12": "½", "&frac12;": "½", "&frac34": "¾", "&frac34;": "¾", "&iquest": "¿", "&iquest;": "¿", "&Agrave": "À", "&Agrave;": "À", "&Aacute": "Á", "&Aacute;": "Á", "&Acirc": "Â", "&Acirc;": "Â", "&Atilde": "Ã", "&Atilde;": "Ã", "&Auml": "Ä", "&Auml;": "Ä", "&Aring": "Å", "&Aring;": "Å", "&AElig": "Æ", "&AElig;": "Æ", "&Ccedil": "Ç", "&Ccedil;": "Ç", "&Egrave": "È", "&Egrave;": "È", "&Eacute": "É", "&Eacute;": "É", "&Ecirc": "Ê", "&Ecirc;": "Ê", "&Euml": "Ë", "&Euml;": "Ë", "&Igrave": "Ì", "&Igrave;": "Ì", "&Iacute": "Í", "&Iacute;": "Í", "&Icirc": "Î", "&Icirc;": "Î", "&Iuml": "Ï", "&Iuml;": "Ï", "&ETH": "Ð", "&ETH;": "Ð", "&Ntilde": "Ñ", "&Ntilde;": "Ñ", "&Ograve": "Ò", "&Ograve;": "Ò", "&Oacute": "Ó", "&Oacute;": "Ó", "&Ocirc": "Ô", "&Ocirc;": "Ô", "&Otilde": "Õ", "&Otilde;": "Õ", "&Ouml": "Ö", "&Ouml;": "Ö", "&times": "×", "&times;": "×", "&Oslash": "Ø", "&Oslash;": "Ø", "&Ugrave": "Ù", "&Ugrave;": "Ù", "&Uacute": "Ú", "&Uacute;": "Ú", "&Ucirc": "Û", "&Ucirc;": "Û", "&Uuml": "Ü", "&Uuml;": "Ü", "&Yacute": "Ý", "&Yacute;": "Ý", "&THORN": "Þ", "&THORN;": "Þ", "&szlig": "ß", "&szlig;": "ß", "&agrave": "à", "&agrave;": "à", "&aacute": "á", "&aacute;": "á", "&acirc": "â", "&acirc;": "â", "&atilde": "ã", "&atilde;": "ã", "&auml": "ä", "&auml;": "ä", "&aring": "å", "&aring;": "å", "&aelig": "æ", "&aelig;": "æ", "&ccedil": "ç", "&ccedil;": "ç", "&egrave": "è", "&egrave;": "è", "&eacute": "é", "&eacute;": "é", "&ecirc": "ê", "&ecirc;": "ê", "&euml": "ë", "&euml;": "ë", "&igrave": "ì", "&igrave;": "ì", "&iacute": "í", "&iacute;": "í", "&icirc": "î", "&icirc;": "î", "&iuml": "ï", "&iuml;": "ï", "&eth": "ð", "&eth;": "ð", "&ntilde": "ñ", "&ntilde;": "ñ", "&ograve": "ò", "&ograve;": "ò", "&oacute": "ó", "&oacute;": "ó", "&ocirc": "ô", "&ocirc;": "ô", "&otilde": "õ", "&otilde;": "õ", "&ouml": "ö", "&ouml;": "ö", "&divide": "÷", "&divide;": "÷", "&oslash": "ø", "&oslash;": "ø", "&ugrave": "ù", "&ugrave;": "ù", "&uacute": "ú", "&uacute;": "ú", "&ucirc": "û", "&ucirc;": "û", "&uuml": "ü", "&uuml;": "ü", "&yacute": "ý", "&yacute;": "ý", "&thorn": "þ", "&thorn;": "þ", "&yuml": "ÿ", "&yuml;": "ÿ", "&quot": '"', "&quot;": '"', "&amp": "&", "&amp;": "&", "&lt": "<", "&lt;": "<", "&gt": ">", "&gt;": ">", "&OElig;": "Œ", "&oelig;": "œ", "&Scaron;": "Š", "&scaron;": "š", "&Yuml;": "Ÿ", "&circ;": "ˆ", "&tilde;": "˜", "&ensp;": " ", "&emsp;": " ", "&thinsp;": " ", "&zwnj;": "‌", "&zwj;": "‍", "&lrm;": "‎", "&rlm;": "‏", "&ndash;": "–", "&mdash;": "—", "&lsquo;": "‘", "&rsquo;": "’", "&sbquo;": "‚", "&ldquo;": "“", "&rdquo;": "”", "&bdquo;": "„", "&dagger;": "†", "&Dagger;": "‡", "&permil;": "‰", "&lsaquo;": "‹", "&rsaquo;": "›", "&euro;": "€", "&fnof;": "ƒ", "&Alpha;": "Α", "&Beta;": "Β", "&Gamma;": "Γ", "&Delta;": "Δ", "&Epsilon;": "Ε", "&Zeta;": "Ζ", "&Eta;": "Η", "&Theta;": "Θ", "&Iota;": "Ι", "&Kappa;": "Κ", "&Lambda;": "Λ", "&Mu;": "Μ", "&Nu;": "Ν", "&Xi;": "Ξ", "&Omicron;": "Ο", "&Pi;": "Π", "&Rho;": "Ρ", "&Sigma;": "Σ", "&Tau;": "Τ", "&Upsilon;": "Υ", "&Phi;": "Φ", "&Chi;": "Χ", "&Psi;": "Ψ", "&Omega;": "Ω", "&alpha;": "α", "&beta;": "β", "&gamma;": "γ", "&delta;": "δ", "&epsilon;": "ε", "&zeta;": "ζ", "&eta;": "η", "&theta;": "θ", "&iota;": "ι", "&kappa;": "κ", "&lambda;": "λ", "&mu;": "μ", "&nu;": "ν", "&xi;": "ξ", "&omicron;": "ο", "&pi;": "π", "&rho;": "ρ", "&sigmaf;": "ς", "&sigma;": "σ", "&tau;": "τ", "&upsilon;": "υ", "&phi;": "φ", "&chi;": "χ", "&psi;": "ψ", "&omega;": "ω", "&thetasym;": "ϑ", "&upsih;": "ϒ", "&piv;": "ϖ", "&bull;": "•", "&hellip;": "…", "&prime;": "′", "&Prime;": "″", "&oline;": "‾", "&frasl;": "⁄", "&weierp;": "℘", "&image;": "ℑ", "&real;": "ℜ", "&trade;": "™", "&alefsym;": "ℵ", "&larr;": "←", "&uarr;": "↑", "&rarr;": "→", "&darr;": "↓", "&harr;": "↔", "&crarr;": "↵", "&lArr;": "⇐", "&uArr;": "⇑", "&rArr;": "⇒", "&dArr;": "⇓", "&hArr;": "⇔", "&forall;": "∀", "&part;": "∂", "&exist;": "∃", "&empty;": "∅", "&nabla;": "∇", "&isin;": "∈", "&notin;": "∉", "&ni;": "∋", "&prod;": "∏", "&sum;": "∑", "&minus;": "−", "&lowast;": "∗", "&radic;": "√", "&prop;": "∝", "&infin;": "∞", "&ang;": "∠", "&and;": "∧", "&or;": "∨", "&cap;": "∩", "&cup;": "∪", "&int;": "∫", "&there4;": "∴", "&sim;": "∼", "&cong;": "≅", "&asymp;": "≈", "&ne;": "≠", "&equiv;": "≡", "&le;": "≤", "&ge;": "≥", "&sub;": "⊂", "&sup;": "⊃", "&nsub;": "⊄", "&sube;": "⊆", "&supe;": "⊇", "&oplus;": "⊕", "&otimes;": "⊗", "&perp;": "⊥", "&sdot;": "⋅", "&lceil;": "⌈", "&rceil;": "⌉", "&lfloor;": "⌊", "&rfloor;": "⌋", "&lang;": "〈", "&rang;": "〉", "&loz;": "◊", "&spades;": "♠", "&clubs;": "♣", "&hearts;": "♥", "&diams;": "♦" }, characters: { "'": "&apos;", " ": "&nbsp;", "¡": "&iexcl;", "¢": "&cent;", "£": "&pound;", "¤": "&curren;", "¥": "&yen;", "¦": "&brvbar;", "§": "&sect;", "¨": "&uml;", "©": "&copy;", ª: "&ordf;", "«": "&laquo;", "¬": "&not;", "­": "&shy;", "®": "&reg;", "¯": "&macr;", "°": "&deg;", "±": "&plusmn;", "²": "&sup2;", "³": "&sup3;", "´": "&acute;", µ: "&micro;", "¶": "&para;", "·": "&middot;", "¸": "&cedil;", "¹": "&sup1;", º: "&ordm;", "»": "&raquo;", "¼": "&frac14;", "½": "&frac12;", "¾": "&frac34;", "¿": "&iquest;", À: "&Agrave;", Á: "&Aacute;", Â: "&Acirc;", Ã: "&Atilde;", Ä: "&Auml;", Å: "&Aring;", Æ: "&AElig;", Ç: "&Ccedil;", È: "&Egrave;", É: "&Eacute;", Ê: "&Ecirc;", Ë: "&Euml;", Ì: "&Igrave;", Í: "&Iacute;", Î: "&Icirc;", Ï: "&Iuml;", Ð: "&ETH;", Ñ: "&Ntilde;", Ò: "&Ograve;", Ó: "&Oacute;", Ô: "&Ocirc;", Õ: "&Otilde;", Ö: "&Ouml;", "×": "&times;", Ø: "&Oslash;", Ù: "&Ugrave;", Ú: "&Uacute;", Û: "&Ucirc;", Ü: "&Uuml;", Ý: "&Yacute;", Þ: "&THORN;", ß: "&szlig;", à: "&agrave;", á: "&aacute;", â: "&acirc;", ã: "&atilde;", ä: "&auml;", å: "&aring;", æ: "&aelig;", ç: "&ccedil;", è: "&egrave;", é: "&eacute;", ê: "&ecirc;", ë: "&euml;", ì: "&igrave;", í: "&iacute;", î: "&icirc;", ï: "&iuml;", ð: "&eth;", ñ: "&ntilde;", ò: "&ograve;", ó: "&oacute;", ô: "&ocirc;", õ: "&otilde;", ö: "&ouml;", "÷": "&divide;", ø: "&oslash;", ù: "&ugrave;", ú: "&uacute;", û: "&ucirc;", ü: "&uuml;", ý: "&yacute;", þ: "&thorn;", ÿ: "&yuml;", '"': "&quot;", "&": "&amp;", "<": "&lt;", ">": "&gt;", Œ: "&OElig;", œ: "&oelig;", Š: "&Scaron;", š: "&scaron;", Ÿ: "&Yuml;", "ˆ": "&circ;", "˜": "&tilde;", " ": "&ensp;", " ": "&emsp;", " ": "&thinsp;", "‌": "&zwnj;", "‍": "&zwj;", "‎": "&lrm;", "‏": "&rlm;", "–": "&ndash;", "—": "&mdash;", "‘": "&lsquo;", "’": "&rsquo;", "‚": "&sbquo;", "“": "&ldquo;", "”": "&rdquo;", "„": "&bdquo;", "†": "&dagger;", "‡": "&Dagger;", "‰": "&permil;", "‹": "&lsaquo;", "›": "&rsaquo;", "€": "&euro;", ƒ: "&fnof;", Α: "&Alpha;", Β: "&Beta;", Γ: "&Gamma;", Δ: "&Delta;", Ε: "&Epsilon;", Ζ: "&Zeta;", Η: "&Eta;", Θ: "&Theta;", Ι: "&Iota;", Κ: "&Kappa;", Λ: "&Lambda;", Μ: "&Mu;", Ν: "&Nu;", Ξ: "&Xi;", Ο: "&Omicron;", Π: "&Pi;", Ρ: "&Rho;", Σ: "&Sigma;", Τ: "&Tau;", Υ: "&Upsilon;", Φ: "&Phi;", Χ: "&Chi;", Ψ: "&Psi;", Ω: "&Omega;", α: "&alpha;", β: "&beta;", γ: "&gamma;", δ: "&delta;", ε: "&epsilon;", ζ: "&zeta;", η: "&eta;", θ: "&theta;", ι: "&iota;", κ: "&kappa;", λ: "&lambda;", μ: "&mu;", ν: "&nu;", ξ: "&xi;", ο: "&omicron;", π: "&pi;", ρ: "&rho;", ς: "&sigmaf;", σ: "&sigma;", τ: "&tau;", υ: "&upsilon;", φ: "&phi;", χ: "&chi;", ψ: "&psi;", ω: "&omega;", ϑ: "&thetasym;", ϒ: "&upsih;", ϖ: "&piv;", "•": "&bull;", "…": "&hellip;", "′": "&prime;", "″": "&Prime;", "‾": "&oline;", "⁄": "&frasl;", "℘": "&weierp;", ℑ: "&image;", ℜ: "&real;", "™": "&trade;", ℵ: "&alefsym;", "←": "&larr;", "↑": "&uarr;", "→": "&rarr;", "↓": "&darr;", "↔": "&harr;", "↵": "&crarr;", "⇐": "&lArr;", "⇑": "&uArr;", "⇒": "&rArr;", "⇓": "&dArr;", "⇔": "&hArr;", "∀": "&forall;", "∂": "&part;", "∃": "&exist;", "∅": "&empty;", "∇": "&nabla;", "∈": "&isin;", "∉": "&notin;", "∋": "&ni;", "∏": "&prod;", "∑": "&sum;", "−": "&minus;", "∗": "&lowast;", "√": "&radic;", "∝": "&prop;", "∞": "&infin;", "∠": "&ang;", "∧": "&and;", "∨": "&or;", "∩": "&cap;", "∪": "&cup;", "∫": "&int;", "∴": "&there4;", "∼": "&sim;", "≅": "&cong;", "≈": "&asymp;", "≠": "&ne;", "≡": "&equiv;", "≤": "&le;", "≥": "&ge;", "⊂": "&sub;", "⊃": "&sup;", "⊄": "&nsub;", "⊆": "&sube;", "⊇": "&supe;", "⊕": "&oplus;", "⊗": "&otimes;", "⊥": "&perp;", "⋅": "&sdot;", "⌈": "&lceil;", "⌉": "&rceil;", "⌊": "&lfloor;", "⌋": "&rfloor;", "〈": "&lang;", "〉": "&rang;", "◊": "&loz;", "♠": "&spades;", "♣": "&clubs;", "♥": "&hearts;", "♦": "&diams;" } }, html5: { entities: { "&AElig": "Æ", "&AElig;": "Æ", "&AMP": "&", "&AMP;": "&", "&Aacute": "Á", "&Aacute;": "Á", "&Abreve;": "Ă", "&Acirc": "Â", "&Acirc;": "Â", "&Acy;": "А", "&Afr;": "𝔄", "&Agrave": "À", "&Agrave;": "À", "&Alpha;": "Α", "&Amacr;": "Ā", "&And;": "⩓", "&Aogon;": "Ą", "&Aopf;": "𝔸", "&ApplyFunction;": "⁡", "&Aring": "Å", "&Aring;": "Å", "&Ascr;": "𝒜", "&Assign;": "≔", "&Atilde": "Ã", "&Atilde;": "Ã", "&Auml": "Ä", "&Auml;": "Ä", "&Backslash;": "∖", "&Barv;": "⫧", "&Barwed;": "⌆", "&Bcy;": "Б", "&Because;": "∵", "&Bernoullis;": "ℬ", "&Beta;": "Β", "&Bfr;": "𝔅", "&Bopf;": "𝔹", "&Breve;": "˘", "&Bscr;": "ℬ", "&Bumpeq;": "≎", "&CHcy;": "Ч", "&COPY": "©", "&COPY;": "©", "&Cacute;": "Ć", "&Cap;": "⋒", "&CapitalDifferentialD;": "ⅅ", "&Cayleys;": "ℭ", "&Ccaron;": "Č", "&Ccedil": "Ç", "&Ccedil;": "Ç", "&Ccirc;": "Ĉ", "&Cconint;": "∰", "&Cdot;": "Ċ", "&Cedilla;": "¸", "&CenterDot;": "·", "&Cfr;": "ℭ", "&Chi;": "Χ", "&CircleDot;": "⊙", "&CircleMinus;": "⊖", "&CirclePlus;": "⊕", "&CircleTimes;": "⊗", "&ClockwiseContourIntegral;": "∲", "&CloseCurlyDoubleQuote;": "”", "&CloseCurlyQuote;": "’", "&Colon;": "∷", "&Colone;": "⩴", "&Congruent;": "≡", "&Conint;": "∯", "&ContourIntegral;": "∮", "&Copf;": "ℂ", "&Coproduct;": "∐", "&CounterClockwiseContourIntegral;": "∳", "&Cross;": "⨯", "&Cscr;": "𝒞", "&Cup;": "⋓", "&CupCap;": "≍", "&DD;": "ⅅ", "&DDotrahd;": "⤑", "&DJcy;": "Ђ", "&DScy;": "Ѕ", "&DZcy;": "Џ", "&Dagger;": "‡", "&Darr;": "↡", "&Dashv;": "⫤", "&Dcaron;": "Ď", "&Dcy;": "Д", "&Del;": "∇", "&Delta;": "Δ", "&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;": "Ŋ", "&ETH": "Ð", "&ETH;": "Ð", "&Eacute": "É", "&Eacute;": "É", "&Ecaron;": "Ě", "&Ecirc": "Ê", "&Ecirc;": "Ê", "&Ecy;": "Э", "&Edot;": "Ė", "&Efr;": "𝔈", "&Egrave": "È", "&Egrave;": "È", "&Element;": "∈", "&Emacr;": "Ē", "&EmptySmallSquare;": "◻", "&EmptyVerySmallSquare;": "▫", "&Eogon;": "Ę", "&Eopf;": "𝔼", "&Epsilon;": "Ε", "&Equal;": "⩵", "&EqualTilde;": "≂", "&Equilibrium;": "⇌", "&Escr;": "ℰ", "&Esim;": "⩳", "&Eta;": "Η", "&Euml": "Ë", "&Euml;": "Ë", "&Exists;": "∃", "&ExponentialE;": "ⅇ", "&Fcy;": "Ф", "&Ffr;": "𝔉", "&FilledSmallSquare;": "◼", "&FilledVerySmallSquare;": "▪", "&Fopf;": "𝔽", "&ForAll;": "∀", "&Fouriertrf;": "ℱ", "&Fscr;": "ℱ", "&GJcy;": "Ѓ", "&GT": ">", "&GT;": ">", "&Gamma;": "Γ", "&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;": "Ё", "&Iacute": "Í", "&Iacute;": "Í", "&Icirc": "Î", "&Icirc;": "Î", "&Icy;": "И", "&Idot;": "İ", "&Ifr;": "ℑ", "&Igrave": "Ì", "&Igrave;": "Ì", "&Im;": "ℑ", "&Imacr;": "Ī", "&ImaginaryI;": "ⅈ", "&Implies;": "⇒", "&Int;": "∬", "&Integral;": "∫", "&Intersection;": "⋂", "&InvisibleComma;": "⁣", "&InvisibleTimes;": "⁢", "&Iogon;": "Į", "&Iopf;": "𝕀", "&Iota;": "Ι", "&Iscr;": "ℐ", "&Itilde;": "Ĩ", "&Iukcy;": "І", "&Iuml": "Ï", "&Iuml;": "Ï", "&Jcirc;": "Ĵ", "&Jcy;": "Й", "&Jfr;": "𝔍", "&Jopf;": "𝕁", "&Jscr;": "𝒥", "&Jsercy;": "Ј", "&Jukcy;": "Є", "&KHcy;": "Х", "&KJcy;": "Ќ", "&Kappa;": "Κ", "&Kcedil;": "Ķ", "&Kcy;": "К", "&Kfr;": "𝔎", "&Kopf;": "𝕂", "&Kscr;": "𝒦", "&LJcy;": "Љ", "&LT": "<", "&LT;": "<", "&Lacute;": "Ĺ", "&Lambda;": "Λ", "&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;": "ℳ", "&Mu;": "Μ", "&NJcy;": "Њ", "&Nacute;": "Ń", "&Ncaron;": "Ň", "&Ncedil;": "Ņ", "&Ncy;": "Н", "&NegativeMediumSpace;": "​", "&NegativeThickSpace;": "​", "&NegativeThinSpace;": "​", "&NegativeVeryThinSpace;": "​", "&NestedGreaterGreater;": "≫", "&NestedLessLess;": "≪", "&NewLine;": `
96
+ })(J);
97
+ var sr = J.exports;
98
+ const h = /* @__PURE__ */ ir(sr);
99
+ var O = {}, F = {};
100
+ Object.defineProperty(F, "__esModule", { value: !0 });
101
+ F.bodyRegExps = { xml: /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g, html4: /&notin;|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g, html5: /&centerdot;|&copysr;|&divideontimes;|&gtcc;|&gtcir;|&gtdot;|&gtlPar;|&gtquest;|&gtrapprox;|&gtrarr;|&gtrdot;|&gtreqless;|&gtreqqless;|&gtrless;|&gtrsim;|&ltcc;|&ltcir;|&ltdot;|&lthree;|&ltimes;|&ltlarr;|&ltquest;|&ltrPar;|&ltri;|&ltrie;|&ltrif;|&notin;|&notinE;|&notindot;|&notinva;|&notinvb;|&notinvc;|&notni;|&notniva;|&notnivb;|&notnivc;|&parallel;|&timesb;|&timesbar;|&timesd;|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g };
102
+ F.namedReferences = { xml: { entities: { "&lt;": "<", "&gt;": ">", "&quot;": '"', "&apos;": "'", "&amp;": "&" }, characters: { "<": "&lt;", ">": "&gt;", '"': "&quot;", "'": "&apos;", "&": "&amp;" } }, html4: { entities: { "&apos;": "'", "&nbsp": " ", "&nbsp;": " ", "&iexcl": "¡", "&iexcl;": "¡", "&cent": "¢", "&cent;": "¢", "&pound": "£", "&pound;": "£", "&curren": "¤", "&curren;": "¤", "&yen": "¥", "&yen;": "¥", "&brvbar": "¦", "&brvbar;": "¦", "&sect": "§", "&sect;": "§", "&uml": "¨", "&uml;": "¨", "&copy": "©", "&copy;": "©", "&ordf": "ª", "&ordf;": "ª", "&laquo": "«", "&laquo;": "«", "&not": "¬", "&not;": "¬", "&shy": "­", "&shy;": "­", "&reg": "®", "&reg;": "®", "&macr": "¯", "&macr;": "¯", "&deg": "°", "&deg;": "°", "&plusmn": "±", "&plusmn;": "±", "&sup2": "²", "&sup2;": "²", "&sup3": "³", "&sup3;": "³", "&acute": "´", "&acute;": "´", "&micro": "µ", "&micro;": "µ", "&para": "¶", "&para;": "¶", "&middot": "·", "&middot;": "·", "&cedil": "¸", "&cedil;": "¸", "&sup1": "¹", "&sup1;": "¹", "&ordm": "º", "&ordm;": "º", "&raquo": "»", "&raquo;": "»", "&frac14": "¼", "&frac14;": "¼", "&frac12": "½", "&frac12;": "½", "&frac34": "¾", "&frac34;": "¾", "&iquest": "¿", "&iquest;": "¿", "&Agrave": "À", "&Agrave;": "À", "&Aacute": "Á", "&Aacute;": "Á", "&Acirc": "Â", "&Acirc;": "Â", "&Atilde": "Ã", "&Atilde;": "Ã", "&Auml": "Ä", "&Auml;": "Ä", "&Aring": "Å", "&Aring;": "Å", "&AElig": "Æ", "&AElig;": "Æ", "&Ccedil": "Ç", "&Ccedil;": "Ç", "&Egrave": "È", "&Egrave;": "È", "&Eacute": "É", "&Eacute;": "É", "&Ecirc": "Ê", "&Ecirc;": "Ê", "&Euml": "Ë", "&Euml;": "Ë", "&Igrave": "Ì", "&Igrave;": "Ì", "&Iacute": "Í", "&Iacute;": "Í", "&Icirc": "Î", "&Icirc;": "Î", "&Iuml": "Ï", "&Iuml;": "Ï", "&ETH": "Ð", "&ETH;": "Ð", "&Ntilde": "Ñ", "&Ntilde;": "Ñ", "&Ograve": "Ò", "&Ograve;": "Ò", "&Oacute": "Ó", "&Oacute;": "Ó", "&Ocirc": "Ô", "&Ocirc;": "Ô", "&Otilde": "Õ", "&Otilde;": "Õ", "&Ouml": "Ö", "&Ouml;": "Ö", "&times": "×", "&times;": "×", "&Oslash": "Ø", "&Oslash;": "Ø", "&Ugrave": "Ù", "&Ugrave;": "Ù", "&Uacute": "Ú", "&Uacute;": "Ú", "&Ucirc": "Û", "&Ucirc;": "Û", "&Uuml": "Ü", "&Uuml;": "Ü", "&Yacute": "Ý", "&Yacute;": "Ý", "&THORN": "Þ", "&THORN;": "Þ", "&szlig": "ß", "&szlig;": "ß", "&agrave": "à", "&agrave;": "à", "&aacute": "á", "&aacute;": "á", "&acirc": "â", "&acirc;": "â", "&atilde": "ã", "&atilde;": "ã", "&auml": "ä", "&auml;": "ä", "&aring": "å", "&aring;": "å", "&aelig": "æ", "&aelig;": "æ", "&ccedil": "ç", "&ccedil;": "ç", "&egrave": "è", "&egrave;": "è", "&eacute": "é", "&eacute;": "é", "&ecirc": "ê", "&ecirc;": "ê", "&euml": "ë", "&euml;": "ë", "&igrave": "ì", "&igrave;": "ì", "&iacute": "í", "&iacute;": "í", "&icirc": "î", "&icirc;": "î", "&iuml": "ï", "&iuml;": "ï", "&eth": "ð", "&eth;": "ð", "&ntilde": "ñ", "&ntilde;": "ñ", "&ograve": "ò", "&ograve;": "ò", "&oacute": "ó", "&oacute;": "ó", "&ocirc": "ô", "&ocirc;": "ô", "&otilde": "õ", "&otilde;": "õ", "&ouml": "ö", "&ouml;": "ö", "&divide": "÷", "&divide;": "÷", "&oslash": "ø", "&oslash;": "ø", "&ugrave": "ù", "&ugrave;": "ù", "&uacute": "ú", "&uacute;": "ú", "&ucirc": "û", "&ucirc;": "û", "&uuml": "ü", "&uuml;": "ü", "&yacute": "ý", "&yacute;": "ý", "&thorn": "þ", "&thorn;": "þ", "&yuml": "ÿ", "&yuml;": "ÿ", "&quot": '"', "&quot;": '"', "&amp": "&", "&amp;": "&", "&lt": "<", "&lt;": "<", "&gt": ">", "&gt;": ">", "&OElig;": "Œ", "&oelig;": "œ", "&Scaron;": "Š", "&scaron;": "š", "&Yuml;": "Ÿ", "&circ;": "ˆ", "&tilde;": "˜", "&ensp;": " ", "&emsp;": " ", "&thinsp;": " ", "&zwnj;": "‌", "&zwj;": "‍", "&lrm;": "‎", "&rlm;": "‏", "&ndash;": "–", "&mdash;": "—", "&lsquo;": "‘", "&rsquo;": "’", "&sbquo;": "‚", "&ldquo;": "“", "&rdquo;": "”", "&bdquo;": "„", "&dagger;": "†", "&Dagger;": "‡", "&permil;": "‰", "&lsaquo;": "‹", "&rsaquo;": "›", "&euro;": "€", "&fnof;": "ƒ", "&Alpha;": "Α", "&Beta;": "Β", "&Gamma;": "Γ", "&Delta;": "Δ", "&Epsilon;": "Ε", "&Zeta;": "Ζ", "&Eta;": "Η", "&Theta;": "Θ", "&Iota;": "Ι", "&Kappa;": "Κ", "&Lambda;": "Λ", "&Mu;": "Μ", "&Nu;": "Ν", "&Xi;": "Ξ", "&Omicron;": "Ο", "&Pi;": "Π", "&Rho;": "Ρ", "&Sigma;": "Σ", "&Tau;": "Τ", "&Upsilon;": "Υ", "&Phi;": "Φ", "&Chi;": "Χ", "&Psi;": "Ψ", "&Omega;": "Ω", "&alpha;": "α", "&beta;": "β", "&gamma;": "γ", "&delta;": "δ", "&epsilon;": "ε", "&zeta;": "ζ", "&eta;": "η", "&theta;": "θ", "&iota;": "ι", "&kappa;": "κ", "&lambda;": "λ", "&mu;": "μ", "&nu;": "ν", "&xi;": "ξ", "&omicron;": "ο", "&pi;": "π", "&rho;": "ρ", "&sigmaf;": "ς", "&sigma;": "σ", "&tau;": "τ", "&upsilon;": "υ", "&phi;": "φ", "&chi;": "χ", "&psi;": "ψ", "&omega;": "ω", "&thetasym;": "ϑ", "&upsih;": "ϒ", "&piv;": "ϖ", "&bull;": "•", "&hellip;": "…", "&prime;": "′", "&Prime;": "″", "&oline;": "‾", "&frasl;": "⁄", "&weierp;": "℘", "&image;": "ℑ", "&real;": "ℜ", "&trade;": "™", "&alefsym;": "ℵ", "&larr;": "←", "&uarr;": "↑", "&rarr;": "→", "&darr;": "↓", "&harr;": "↔", "&crarr;": "↵", "&lArr;": "⇐", "&uArr;": "⇑", "&rArr;": "⇒", "&dArr;": "⇓", "&hArr;": "⇔", "&forall;": "∀", "&part;": "∂", "&exist;": "∃", "&empty;": "∅", "&nabla;": "∇", "&isin;": "∈", "&notin;": "∉", "&ni;": "∋", "&prod;": "∏", "&sum;": "∑", "&minus;": "−", "&lowast;": "∗", "&radic;": "√", "&prop;": "∝", "&infin;": "∞", "&ang;": "∠", "&and;": "∧", "&or;": "∨", "&cap;": "∩", "&cup;": "∪", "&int;": "∫", "&there4;": "∴", "&sim;": "∼", "&cong;": "≅", "&asymp;": "≈", "&ne;": "≠", "&equiv;": "≡", "&le;": "≤", "&ge;": "≥", "&sub;": "⊂", "&sup;": "⊃", "&nsub;": "⊄", "&sube;": "⊆", "&supe;": "⊇", "&oplus;": "⊕", "&otimes;": "⊗", "&perp;": "⊥", "&sdot;": "⋅", "&lceil;": "⌈", "&rceil;": "⌉", "&lfloor;": "⌊", "&rfloor;": "⌋", "&lang;": "〈", "&rang;": "〉", "&loz;": "◊", "&spades;": "♠", "&clubs;": "♣", "&hearts;": "♥", "&diams;": "♦" }, characters: { "'": "&apos;", " ": "&nbsp;", "¡": "&iexcl;", "¢": "&cent;", "£": "&pound;", "¤": "&curren;", "¥": "&yen;", "¦": "&brvbar;", "§": "&sect;", "¨": "&uml;", "©": "&copy;", ª: "&ordf;", "«": "&laquo;", "¬": "&not;", "­": "&shy;", "®": "&reg;", "¯": "&macr;", "°": "&deg;", "±": "&plusmn;", "²": "&sup2;", "³": "&sup3;", "´": "&acute;", µ: "&micro;", "¶": "&para;", "·": "&middot;", "¸": "&cedil;", "¹": "&sup1;", º: "&ordm;", "»": "&raquo;", "¼": "&frac14;", "½": "&frac12;", "¾": "&frac34;", "¿": "&iquest;", À: "&Agrave;", Á: "&Aacute;", Â: "&Acirc;", Ã: "&Atilde;", Ä: "&Auml;", Å: "&Aring;", Æ: "&AElig;", Ç: "&Ccedil;", È: "&Egrave;", É: "&Eacute;", Ê: "&Ecirc;", Ë: "&Euml;", Ì: "&Igrave;", Í: "&Iacute;", Î: "&Icirc;", Ï: "&Iuml;", Ð: "&ETH;", Ñ: "&Ntilde;", Ò: "&Ograve;", Ó: "&Oacute;", Ô: "&Ocirc;", Õ: "&Otilde;", Ö: "&Ouml;", "×": "&times;", Ø: "&Oslash;", Ù: "&Ugrave;", Ú: "&Uacute;", Û: "&Ucirc;", Ü: "&Uuml;", Ý: "&Yacute;", Þ: "&THORN;", ß: "&szlig;", à: "&agrave;", á: "&aacute;", â: "&acirc;", ã: "&atilde;", ä: "&auml;", å: "&aring;", æ: "&aelig;", ç: "&ccedil;", è: "&egrave;", é: "&eacute;", ê: "&ecirc;", ë: "&euml;", ì: "&igrave;", í: "&iacute;", î: "&icirc;", ï: "&iuml;", ð: "&eth;", ñ: "&ntilde;", ò: "&ograve;", ó: "&oacute;", ô: "&ocirc;", õ: "&otilde;", ö: "&ouml;", "÷": "&divide;", ø: "&oslash;", ù: "&ugrave;", ú: "&uacute;", û: "&ucirc;", ü: "&uuml;", ý: "&yacute;", þ: "&thorn;", ÿ: "&yuml;", '"': "&quot;", "&": "&amp;", "<": "&lt;", ">": "&gt;", Œ: "&OElig;", œ: "&oelig;", Š: "&Scaron;", š: "&scaron;", Ÿ: "&Yuml;", "ˆ": "&circ;", "˜": "&tilde;", " ": "&ensp;", " ": "&emsp;", " ": "&thinsp;", "‌": "&zwnj;", "‍": "&zwj;", "‎": "&lrm;", "‏": "&rlm;", "–": "&ndash;", "—": "&mdash;", "‘": "&lsquo;", "’": "&rsquo;", "‚": "&sbquo;", "“": "&ldquo;", "”": "&rdquo;", "„": "&bdquo;", "†": "&dagger;", "‡": "&Dagger;", "‰": "&permil;", "‹": "&lsaquo;", "›": "&rsaquo;", "€": "&euro;", ƒ: "&fnof;", Α: "&Alpha;", Β: "&Beta;", Γ: "&Gamma;", Δ: "&Delta;", Ε: "&Epsilon;", Ζ: "&Zeta;", Η: "&Eta;", Θ: "&Theta;", Ι: "&Iota;", Κ: "&Kappa;", Λ: "&Lambda;", Μ: "&Mu;", Ν: "&Nu;", Ξ: "&Xi;", Ο: "&Omicron;", Π: "&Pi;", Ρ: "&Rho;", Σ: "&Sigma;", Τ: "&Tau;", Υ: "&Upsilon;", Φ: "&Phi;", Χ: "&Chi;", Ψ: "&Psi;", Ω: "&Omega;", α: "&alpha;", β: "&beta;", γ: "&gamma;", δ: "&delta;", ε: "&epsilon;", ζ: "&zeta;", η: "&eta;", θ: "&theta;", ι: "&iota;", κ: "&kappa;", λ: "&lambda;", μ: "&mu;", ν: "&nu;", ξ: "&xi;", ο: "&omicron;", π: "&pi;", ρ: "&rho;", ς: "&sigmaf;", σ: "&sigma;", τ: "&tau;", υ: "&upsilon;", φ: "&phi;", χ: "&chi;", ψ: "&psi;", ω: "&omega;", ϑ: "&thetasym;", ϒ: "&upsih;", ϖ: "&piv;", "•": "&bull;", "…": "&hellip;", "′": "&prime;", "″": "&Prime;", "‾": "&oline;", "⁄": "&frasl;", "℘": "&weierp;", ℑ: "&image;", ℜ: "&real;", "™": "&trade;", ℵ: "&alefsym;", "←": "&larr;", "↑": "&uarr;", "→": "&rarr;", "↓": "&darr;", "↔": "&harr;", "↵": "&crarr;", "⇐": "&lArr;", "⇑": "&uArr;", "⇒": "&rArr;", "⇓": "&dArr;", "⇔": "&hArr;", "∀": "&forall;", "∂": "&part;", "∃": "&exist;", "∅": "&empty;", "∇": "&nabla;", "∈": "&isin;", "∉": "&notin;", "∋": "&ni;", "∏": "&prod;", "∑": "&sum;", "−": "&minus;", "∗": "&lowast;", "√": "&radic;", "∝": "&prop;", "∞": "&infin;", "∠": "&ang;", "∧": "&and;", "∨": "&or;", "∩": "&cap;", "∪": "&cup;", "∫": "&int;", "∴": "&there4;", "∼": "&sim;", "≅": "&cong;", "≈": "&asymp;", "≠": "&ne;", "≡": "&equiv;", "≤": "&le;", "≥": "&ge;", "⊂": "&sub;", "⊃": "&sup;", "⊄": "&nsub;", "⊆": "&sube;", "⊇": "&supe;", "⊕": "&oplus;", "⊗": "&otimes;", "⊥": "&perp;", "⋅": "&sdot;", "⌈": "&lceil;", "⌉": "&rceil;", "⌊": "&lfloor;", "⌋": "&rfloor;", "〈": "&lang;", "〉": "&rang;", "◊": "&loz;", "♠": "&spades;", "♣": "&clubs;", "♥": "&hearts;", "♦": "&diams;" } }, html5: { entities: { "&AElig": "Æ", "&AElig;": "Æ", "&AMP": "&", "&AMP;": "&", "&Aacute": "Á", "&Aacute;": "Á", "&Abreve;": "Ă", "&Acirc": "Â", "&Acirc;": "Â", "&Acy;": "А", "&Afr;": "𝔄", "&Agrave": "À", "&Agrave;": "À", "&Alpha;": "Α", "&Amacr;": "Ā", "&And;": "⩓", "&Aogon;": "Ą", "&Aopf;": "𝔸", "&ApplyFunction;": "⁡", "&Aring": "Å", "&Aring;": "Å", "&Ascr;": "𝒜", "&Assign;": "≔", "&Atilde": "Ã", "&Atilde;": "Ã", "&Auml": "Ä", "&Auml;": "Ä", "&Backslash;": "∖", "&Barv;": "⫧", "&Barwed;": "⌆", "&Bcy;": "Б", "&Because;": "∵", "&Bernoullis;": "ℬ", "&Beta;": "Β", "&Bfr;": "𝔅", "&Bopf;": "𝔹", "&Breve;": "˘", "&Bscr;": "ℬ", "&Bumpeq;": "≎", "&CHcy;": "Ч", "&COPY": "©", "&COPY;": "©", "&Cacute;": "Ć", "&Cap;": "⋒", "&CapitalDifferentialD;": "ⅅ", "&Cayleys;": "ℭ", "&Ccaron;": "Č", "&Ccedil": "Ç", "&Ccedil;": "Ç", "&Ccirc;": "Ĉ", "&Cconint;": "∰", "&Cdot;": "Ċ", "&Cedilla;": "¸", "&CenterDot;": "·", "&Cfr;": "ℭ", "&Chi;": "Χ", "&CircleDot;": "⊙", "&CircleMinus;": "⊖", "&CirclePlus;": "⊕", "&CircleTimes;": "⊗", "&ClockwiseContourIntegral;": "∲", "&CloseCurlyDoubleQuote;": "”", "&CloseCurlyQuote;": "’", "&Colon;": "∷", "&Colone;": "⩴", "&Congruent;": "≡", "&Conint;": "∯", "&ContourIntegral;": "∮", "&Copf;": "ℂ", "&Coproduct;": "∐", "&CounterClockwiseContourIntegral;": "∳", "&Cross;": "⨯", "&Cscr;": "𝒞", "&Cup;": "⋓", "&CupCap;": "≍", "&DD;": "ⅅ", "&DDotrahd;": "⤑", "&DJcy;": "Ђ", "&DScy;": "Ѕ", "&DZcy;": "Џ", "&Dagger;": "‡", "&Darr;": "↡", "&Dashv;": "⫤", "&Dcaron;": "Ď", "&Dcy;": "Д", "&Del;": "∇", "&Delta;": "Δ", "&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;": "Ŋ", "&ETH": "Ð", "&ETH;": "Ð", "&Eacute": "É", "&Eacute;": "É", "&Ecaron;": "Ě", "&Ecirc": "Ê", "&Ecirc;": "Ê", "&Ecy;": "Э", "&Edot;": "Ė", "&Efr;": "𝔈", "&Egrave": "È", "&Egrave;": "È", "&Element;": "∈", "&Emacr;": "Ē", "&EmptySmallSquare;": "◻", "&EmptyVerySmallSquare;": "▫", "&Eogon;": "Ę", "&Eopf;": "𝔼", "&Epsilon;": "Ε", "&Equal;": "⩵", "&EqualTilde;": "≂", "&Equilibrium;": "⇌", "&Escr;": "ℰ", "&Esim;": "⩳", "&Eta;": "Η", "&Euml": "Ë", "&Euml;": "Ë", "&Exists;": "∃", "&ExponentialE;": "ⅇ", "&Fcy;": "Ф", "&Ffr;": "𝔉", "&FilledSmallSquare;": "◼", "&FilledVerySmallSquare;": "▪", "&Fopf;": "𝔽", "&ForAll;": "∀", "&Fouriertrf;": "ℱ", "&Fscr;": "ℱ", "&GJcy;": "Ѓ", "&GT": ">", "&GT;": ">", "&Gamma;": "Γ", "&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;": "Ё", "&Iacute": "Í", "&Iacute;": "Í", "&Icirc": "Î", "&Icirc;": "Î", "&Icy;": "И", "&Idot;": "İ", "&Ifr;": "ℑ", "&Igrave": "Ì", "&Igrave;": "Ì", "&Im;": "ℑ", "&Imacr;": "Ī", "&ImaginaryI;": "ⅈ", "&Implies;": "⇒", "&Int;": "∬", "&Integral;": "∫", "&Intersection;": "⋂", "&InvisibleComma;": "⁣", "&InvisibleTimes;": "⁢", "&Iogon;": "Į", "&Iopf;": "𝕀", "&Iota;": "Ι", "&Iscr;": "ℐ", "&Itilde;": "Ĩ", "&Iukcy;": "І", "&Iuml": "Ï", "&Iuml;": "Ï", "&Jcirc;": "Ĵ", "&Jcy;": "Й", "&Jfr;": "𝔍", "&Jopf;": "𝕁", "&Jscr;": "𝒥", "&Jsercy;": "Ј", "&Jukcy;": "Є", "&KHcy;": "Х", "&KJcy;": "Ќ", "&Kappa;": "Κ", "&Kcedil;": "Ķ", "&Kcy;": "К", "&Kfr;": "𝔎", "&Kopf;": "𝕂", "&Kscr;": "𝒦", "&LJcy;": "Љ", "&LT": "<", "&LT;": "<", "&Lacute;": "Ĺ", "&Lambda;": "Λ", "&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;": "ℳ", "&Mu;": "Μ", "&NJcy;": "Њ", "&Nacute;": "Ń", "&Ncaron;": "Ň", "&Ncedil;": "Ņ", "&Ncy;": "Н", "&NegativeMediumSpace;": "​", "&NegativeThickSpace;": "​", "&NegativeThinSpace;": "​", "&NegativeVeryThinSpace;": "​", "&NestedGreaterGreater;": "≫", "&NestedLessLess;": "≪", "&NewLine;": `
732
103
  `, "&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;": "𝒩", "&Ntilde": "Ñ", "&Ntilde;": "Ñ", "&Nu;": "Ν", "&OElig;": "Œ", "&Oacute": "Ó", "&Oacute;": "Ó", "&Ocirc": "Ô", "&Ocirc;": "Ô", "&Ocy;": "О", "&Odblac;": "Ő", "&Ofr;": "𝔒", "&Ograve": "Ò", "&Ograve;": "Ò", "&Omacr;": "Ō", "&Omega;": "Ω", "&Omicron;": "Ο", "&Oopf;": "𝕆", "&OpenCurlyDoubleQuote;": "“", "&OpenCurlyQuote;": "‘", "&Or;": "⩔", "&Oscr;": "𝒪", "&Oslash": "Ø", "&Oslash;": "Ø", "&Otilde": "Õ", "&Otilde;": "Õ", "&Otimes;": "⨷", "&Ouml": "Ö", "&Ouml;": "Ö", "&OverBar;": "‾", "&OverBrace;": "⏞", "&OverBracket;": "⎴", "&OverParenthesis;": "⏜", "&PartialD;": "∂", "&Pcy;": "П", "&Pfr;": "𝔓", "&Phi;": "Φ", "&Pi;": "Π", "&PlusMinus;": "±", "&Poincareplane;": "ℌ", "&Popf;": "ℙ", "&Pr;": "⪻", "&Precedes;": "≺", "&PrecedesEqual;": "⪯", "&PrecedesSlantEqual;": "≼", "&PrecedesTilde;": "≾", "&Prime;": "″", "&Product;": "∏", "&Proportion;": "∷", "&Proportional;": "∝", "&Pscr;": "𝒫", "&Psi;": "Ψ", "&QUOT": '"', "&QUOT;": '"', "&Qfr;": "𝔔", "&Qopf;": "ℚ", "&Qscr;": "𝒬", "&RBarr;": "⤐", "&REG": "®", "&REG;": "®", "&Racute;": "Ŕ", "&Rang;": "⟫", "&Rarr;": "↠", "&Rarrtl;": "⤖", "&Rcaron;": "Ř", "&Rcedil;": "Ŗ", "&Rcy;": "Р", "&Re;": "ℜ", "&ReverseElement;": "∋", "&ReverseEquilibrium;": "⇋", "&ReverseUpEquilibrium;": "⥯", "&Rfr;": "ℜ", "&Rho;": "Ρ", "&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;": "⪼", "&Scaron;": "Š", "&Scedil;": "Ş", "&Scirc;": "Ŝ", "&Scy;": "С", "&Sfr;": "𝔖", "&ShortDownArrow;": "↓", "&ShortLeftArrow;": "←", "&ShortRightArrow;": "→", "&ShortUpArrow;": "↑", "&Sigma;": "Σ", "&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;": "⋑", "&THORN": "Þ", "&THORN;": "Þ", "&TRADE;": "™", "&TSHcy;": "Ћ", "&TScy;": "Ц", "&Tab;": " ", "&Tau;": "Τ", "&Tcaron;": "Ť", "&Tcedil;": "Ţ", "&Tcy;": "Т", "&Tfr;": "𝔗", "&Therefore;": "∴", "&Theta;": "Θ", "&ThickSpace;": "  ", "&ThinSpace;": " ", "&Tilde;": "∼", "&TildeEqual;": "≃", "&TildeFullEqual;": "≅", "&TildeTilde;": "≈", "&Topf;": "𝕋", "&TripleDot;": "⃛", "&Tscr;": "𝒯", "&Tstrok;": "Ŧ", "&Uacute": "Ú", "&Uacute;": "Ú", "&Uarr;": "↟", "&Uarrocir;": "⥉", "&Ubrcy;": "Ў", "&Ubreve;": "Ŭ", "&Ucirc": "Û", "&Ucirc;": "Û", "&Ucy;": "У", "&Udblac;": "Ű", "&Ufr;": "𝔘", "&Ugrave": "Ù", "&Ugrave;": "Ù", "&Umacr;": "Ū", "&UnderBar;": "_", "&UnderBrace;": "⏟", "&UnderBracket;": "⎵", "&UnderParenthesis;": "⏝", "&Union;": "⋃", "&UnionPlus;": "⊎", "&Uogon;": "Ų", "&Uopf;": "𝕌", "&UpArrow;": "↑", "&UpArrowBar;": "⤒", "&UpArrowDownArrow;": "⇅", "&UpDownArrow;": "↕", "&UpEquilibrium;": "⥮", "&UpTee;": "⊥", "&UpTeeArrow;": "↥", "&Uparrow;": "⇑", "&Updownarrow;": "⇕", "&UpperLeftArrow;": "↖", "&UpperRightArrow;": "↗", "&Upsi;": "ϒ", "&Upsilon;": "Υ", "&Uring;": "Ů", "&Uscr;": "𝒰", "&Utilde;": "Ũ", "&Uuml": "Ü", "&Uuml;": "Ü", "&VDash;": "⊫", "&Vbar;": "⫫", "&Vcy;": "В", "&Vdash;": "⊩", "&Vdashl;": "⫦", "&Vee;": "⋁", "&Verbar;": "‖", "&Vert;": "‖", "&VerticalBar;": "∣", "&VerticalLine;": "|", "&VerticalSeparator;": "❘", "&VerticalTilde;": "≀", "&VeryThinSpace;": " ", "&Vfr;": "𝔙", "&Vopf;": "𝕍", "&Vscr;": "𝒱", "&Vvdash;": "⊪", "&Wcirc;": "Ŵ", "&Wedge;": "⋀", "&Wfr;": "𝔚", "&Wopf;": "𝕎", "&Wscr;": "𝒲", "&Xfr;": "𝔛", "&Xi;": "Ξ", "&Xopf;": "𝕏", "&Xscr;": "𝒳", "&YAcy;": "Я", "&YIcy;": "Ї", "&YUcy;": "Ю", "&Yacute": "Ý", "&Yacute;": "Ý", "&Ycirc;": "Ŷ", "&Ycy;": "Ы", "&Yfr;": "𝔜", "&Yopf;": "𝕐", "&Yscr;": "𝒴", "&Yuml;": "Ÿ", "&ZHcy;": "Ж", "&Zacute;": "Ź", "&Zcaron;": "Ž", "&Zcy;": "З", "&Zdot;": "Ż", "&ZeroWidthSpace;": "​", "&Zeta;": "Ζ", "&Zfr;": "ℨ", "&Zopf;": "ℤ", "&Zscr;": "𝒵", "&aacute": "á", "&aacute;": "á", "&abreve;": "ă", "&ac;": "∾", "&acE;": "∾̳", "&acd;": "∿", "&acirc": "â", "&acirc;": "â", "&acute": "´", "&acute;": "´", "&acy;": "а", "&aelig": "æ", "&aelig;": "æ", "&af;": "⁡", "&afr;": "𝔞", "&agrave": "à", "&agrave;": "à", "&alefsym;": "ℵ", "&aleph;": "ℵ", "&alpha;": "α", "&amacr;": "ā", "&amalg;": "⨿", "&amp": "&", "&amp;": "&", "&and;": "∧", "&andand;": "⩕", "&andd;": "⩜", "&andslope;": "⩘", "&andv;": "⩚", "&ang;": "∠", "&ange;": "⦤", "&angle;": "∠", "&angmsd;": "∡", "&angmsdaa;": "⦨", "&angmsdab;": "⦩", "&angmsdac;": "⦪", "&angmsdad;": "⦫", "&angmsdae;": "⦬", "&angmsdaf;": "⦭", "&angmsdag;": "⦮", "&angmsdah;": "⦯", "&angrt;": "∟", "&angrtvb;": "⊾", "&angrtvbd;": "⦝", "&angsph;": "∢", "&angst;": "Å", "&angzarr;": "⍼", "&aogon;": "ą", "&aopf;": "𝕒", "&ap;": "≈", "&apE;": "⩰", "&apacir;": "⩯", "&ape;": "≊", "&apid;": "≋", "&apos;": "'", "&approx;": "≈", "&approxeq;": "≊", "&aring": "å", "&aring;": "å", "&ascr;": "𝒶", "&ast;": "*", "&asymp;": "≈", "&asympeq;": "≍", "&atilde": "ã", "&atilde;": "ã", "&auml": "ä", "&auml;": "ä", "&awconint;": "∳", "&awint;": "⨑", "&bNot;": "⫭", "&backcong;": "≌", "&backepsilon;": "϶", "&backprime;": "‵", "&backsim;": "∽", "&backsimeq;": "⋍", "&barvee;": "⊽", "&barwed;": "⌅", "&barwedge;": "⌅", "&bbrk;": "⎵", "&bbrktbrk;": "⎶", "&bcong;": "≌", "&bcy;": "б", "&bdquo;": "„", "&becaus;": "∵", "&because;": "∵", "&bemptyv;": "⦰", "&bepsi;": "϶", "&bernou;": "ℬ", "&beta;": "β", "&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;": "˘", "&brvbar": "¦", "&brvbar;": "¦", "&bscr;": "𝒷", "&bsemi;": "⁏", "&bsim;": "∽", "&bsime;": "⋍", "&bsol;": "\\", "&bsolb;": "⧅", "&bsolhsub;": "⟈", "&bull;": "•", "&bullet;": "•", "&bump;": "≎", "&bumpE;": "⪮", "&bumpe;": "≏", "&bumpeq;": "≏", "&cacute;": "ć", "&cap;": "∩", "&capand;": "⩄", "&capbrcup;": "⩉", "&capcap;": "⩋", "&capcup;": "⩇", "&capdot;": "⩀", "&caps;": "∩︀", "&caret;": "⁁", "&caron;": "ˇ", "&ccaps;": "⩍", "&ccaron;": "č", "&ccedil": "ç", "&ccedil;": "ç", "&ccirc;": "ĉ", "&ccups;": "⩌", "&ccupssm;": "⩐", "&cdot;": "ċ", "&cedil": "¸", "&cedil;": "¸", "&cemptyv;": "⦲", "&cent": "¢", "&cent;": "¢", "&centerdot;": "·", "&cfr;": "𝔠", "&chcy;": "ч", "&check;": "✓", "&checkmark;": "✓", "&chi;": "χ", "&cir;": "○", "&cirE;": "⧃", "&circ;": "ˆ", "&circeq;": "≗", "&circlearrowleft;": "↺", "&circlearrowright;": "↻", "&circledR;": "®", "&circledS;": "Ⓢ", "&circledast;": "⊛", "&circledcirc;": "⊚", "&circleddash;": "⊝", "&cire;": "≗", "&cirfnint;": "⨐", "&cirmid;": "⫯", "&cirscir;": "⧂", "&clubs;": "♣", "&clubsuit;": "♣", "&colon;": ":", "&colone;": "≔", "&coloneq;": "≔", "&comma;": ",", "&commat;": "@", "&comp;": "∁", "&compfn;": "∘", "&complement;": "∁", "&complexes;": "ℂ", "&cong;": "≅", "&congdot;": "⩭", "&conint;": "∮", "&copf;": "𝕔", "&coprod;": "∐", "&copy": "©", "&copy;": "©", "&copysr;": "℗", "&crarr;": "↵", "&cross;": "✗", "&cscr;": "𝒸", "&csub;": "⫏", "&csube;": "⫑", "&csup;": "⫐", "&csupe;": "⫒", "&ctdot;": "⋯", "&cudarrl;": "⤸", "&cudarrr;": "⤵", "&cuepr;": "⋞", "&cuesc;": "⋟", "&cularr;": "↶", "&cularrp;": "⤽", "&cup;": "∪", "&cupbrcap;": "⩈", "&cupcap;": "⩆", "&cupcup;": "⩊", "&cupdot;": "⊍", "&cupor;": "⩅", "&cups;": "∪︀", "&curarr;": "↷", "&curarrm;": "⤼", "&curlyeqprec;": "⋞", "&curlyeqsucc;": "⋟", "&curlyvee;": "⋎", "&curlywedge;": "⋏", "&curren": "¤", "&curren;": "¤", "&curvearrowleft;": "↶", "&curvearrowright;": "↷", "&cuvee;": "⋎", "&cuwed;": "⋏", "&cwconint;": "∲", "&cwint;": "∱", "&cylcty;": "⌭", "&dArr;": "⇓", "&dHar;": "⥥", "&dagger;": "†", "&daleth;": "ℸ", "&darr;": "↓", "&dash;": "‐", "&dashv;": "⊣", "&dbkarow;": "⤏", "&dblac;": "˝", "&dcaron;": "ď", "&dcy;": "д", "&dd;": "ⅆ", "&ddagger;": "‡", "&ddarr;": "⇊", "&ddotseq;": "⩷", "&deg": "°", "&deg;": "°", "&delta;": "δ", "&demptyv;": "⦱", "&dfisht;": "⥿", "&dfr;": "𝔡", "&dharl;": "⇃", "&dharr;": "⇂", "&diam;": "⋄", "&diamond;": "⋄", "&diamondsuit;": "♦", "&diams;": "♦", "&die;": "¨", "&digamma;": "ϝ", "&disin;": "⋲", "&div;": "÷", "&divide": "÷", "&divide;": "÷", "&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;": "≑", "&eacute": "é", "&eacute;": "é", "&easter;": "⩮", "&ecaron;": "ě", "&ecir;": "≖", "&ecirc": "ê", "&ecirc;": "ê", "&ecolon;": "≕", "&ecy;": "э", "&edot;": "ė", "&ee;": "ⅇ", "&efDot;": "≒", "&efr;": "𝔢", "&eg;": "⪚", "&egrave": "è", "&egrave;": "è", "&egs;": "⪖", "&egsdot;": "⪘", "&el;": "⪙", "&elinters;": "⏧", "&ell;": "ℓ", "&els;": "⪕", "&elsdot;": "⪗", "&emacr;": "ē", "&empty;": "∅", "&emptyset;": "∅", "&emptyv;": "∅", "&emsp13;": " ", "&emsp14;": " ", "&emsp;": " ", "&eng;": "ŋ", "&ensp;": " ", "&eogon;": "ę", "&eopf;": "𝕖", "&epar;": "⋕", "&eparsl;": "⧣", "&eplus;": "⩱", "&epsi;": "ε", "&epsilon;": "ε", "&epsiv;": "ϵ", "&eqcirc;": "≖", "&eqcolon;": "≕", "&eqsim;": "≂", "&eqslantgtr;": "⪖", "&eqslantless;": "⪕", "&equals;": "=", "&equest;": "≟", "&equiv;": "≡", "&equivDD;": "⩸", "&eqvparsl;": "⧥", "&erDot;": "≓", "&erarr;": "⥱", "&escr;": "ℯ", "&esdot;": "≐", "&esim;": "≂", "&eta;": "η", "&eth": "ð", "&eth;": "ð", "&euml": "ë", "&euml;": "ë", "&euro;": "€", "&excl;": "!", "&exist;": "∃", "&expectation;": "ℰ", "&exponentiale;": "ⅇ", "&fallingdotseq;": "≒", "&fcy;": "ф", "&female;": "♀", "&ffilig;": "ffi", "&fflig;": "ff", "&ffllig;": "ffl", "&ffr;": "𝔣", "&filig;": "fi", "&fjlig;": "fj", "&flat;": "♭", "&fllig;": "fl", "&fltns;": "▱", "&fnof;": "ƒ", "&fopf;": "𝕗", "&forall;": "∀", "&fork;": "⋔", "&forkv;": "⫙", "&fpartint;": "⨍", "&frac12": "½", "&frac12;": "½", "&frac13;": "⅓", "&frac14": "¼", "&frac14;": "¼", "&frac15;": "⅕", "&frac16;": "⅙", "&frac18;": "⅛", "&frac23;": "⅔", "&frac25;": "⅖", "&frac34": "¾", "&frac34;": "¾", "&frac35;": "⅗", "&frac38;": "⅜", "&frac45;": "⅘", "&frac56;": "⅚", "&frac58;": "⅝", "&frac78;": "⅞", "&frasl;": "⁄", "&frown;": "⌢", "&fscr;": "𝒻", "&gE;": "≧", "&gEl;": "⪌", "&gacute;": "ǵ", "&gamma;": "γ", "&gammad;": "ϝ", "&gap;": "⪆", "&gbreve;": "ğ", "&gcirc;": "ĝ", "&gcy;": "г", "&gdot;": "ġ", "&ge;": "≥", "&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;": "⪐", "&gt": ">", "&gt;": ">", "&gtcc;": "⪧", "&gtcir;": "⩺", "&gtdot;": "⋗", "&gtlPar;": "⦕", "&gtquest;": "⩼", "&gtrapprox;": "⪆", "&gtrarr;": "⥸", "&gtrdot;": "⋗", "&gtreqless;": "⋛", "&gtreqqless;": "⪌", "&gtrless;": "≷", "&gtrsim;": "≳", "&gvertneqq;": "≩︀", "&gvnE;": "≩︀", "&hArr;": "⇔", "&hairsp;": " ", "&half;": "½", "&hamilt;": "ℋ", "&hardcy;": "ъ", "&harr;": "↔", "&harrcir;": "⥈", "&harrw;": "↭", "&hbar;": "ℏ", "&hcirc;": "ĥ", "&hearts;": "♥", "&heartsuit;": "♥", "&hellip;": "…", "&hercon;": "⊹", "&hfr;": "𝔥", "&hksearow;": "⤥", "&hkswarow;": "⤦", "&hoarr;": "⇿", "&homtht;": "∻", "&hookleftarrow;": "↩", "&hookrightarrow;": "↪", "&hopf;": "𝕙", "&horbar;": "―", "&hscr;": "𝒽", "&hslash;": "ℏ", "&hstrok;": "ħ", "&hybull;": "⁃", "&hyphen;": "‐", "&iacute": "í", "&iacute;": "í", "&ic;": "⁣", "&icirc": "î", "&icirc;": "î", "&icy;": "и", "&iecy;": "е", "&iexcl": "¡", "&iexcl;": "¡", "&iff;": "⇔", "&ifr;": "𝔦", "&igrave": "ì", "&igrave;": "ì", "&ii;": "ⅈ", "&iiiint;": "⨌", "&iiint;": "∭", "&iinfin;": "⧜", "&iiota;": "℩", "&ijlig;": "ij", "&imacr;": "ī", "&image;": "ℑ", "&imagline;": "ℐ", "&imagpart;": "ℑ", "&imath;": "ı", "&imof;": "⊷", "&imped;": "Ƶ", "&in;": "∈", "&incare;": "℅", "&infin;": "∞", "&infintie;": "⧝", "&inodot;": "ı", "&int;": "∫", "&intcal;": "⊺", "&integers;": "ℤ", "&intercal;": "⊺", "&intlarhk;": "⨗", "&intprod;": "⨼", "&iocy;": "ё", "&iogon;": "į", "&iopf;": "𝕚", "&iota;": "ι", "&iprod;": "⨼", "&iquest": "¿", "&iquest;": "¿", "&iscr;": "𝒾", "&isin;": "∈", "&isinE;": "⋹", "&isindot;": "⋵", "&isins;": "⋴", "&isinsv;": "⋳", "&isinv;": "∈", "&it;": "⁢", "&itilde;": "ĩ", "&iukcy;": "і", "&iuml": "ï", "&iuml;": "ï", "&jcirc;": "ĵ", "&jcy;": "й", "&jfr;": "𝔧", "&jmath;": "ȷ", "&jopf;": "𝕛", "&jscr;": "𝒿", "&jsercy;": "ј", "&jukcy;": "є", "&kappa;": "κ", "&kappav;": "ϰ", "&kcedil;": "ķ", "&kcy;": "к", "&kfr;": "𝔨", "&kgreen;": "ĸ", "&khcy;": "х", "&kjcy;": "ќ", "&kopf;": "𝕜", "&kscr;": "𝓀", "&lAarr;": "⇚", "&lArr;": "⇐", "&lAtail;": "⤛", "&lBarr;": "⤎", "&lE;": "≦", "&lEg;": "⪋", "&lHar;": "⥢", "&lacute;": "ĺ", "&laemptyv;": "⦴", "&lagran;": "ℒ", "&lambda;": "λ", "&lang;": "⟨", "&langd;": "⦑", "&langle;": "⟨", "&lap;": "⪅", "&laquo": "«", "&laquo;": "«", "&larr;": "←", "&larrb;": "⇤", "&larrbfs;": "⤟", "&larrfs;": "⤝", "&larrhk;": "↩", "&larrlp;": "↫", "&larrpl;": "⤹", "&larrsim;": "⥳", "&larrtl;": "↢", "&lat;": "⪫", "&latail;": "⤙", "&late;": "⪭", "&lates;": "⪭︀", "&lbarr;": "⤌", "&lbbrk;": "❲", "&lbrace;": "{", "&lbrack;": "[", "&lbrke;": "⦋", "&lbrksld;": "⦏", "&lbrkslu;": "⦍", "&lcaron;": "ľ", "&lcedil;": "ļ", "&lceil;": "⌈", "&lcub;": "{", "&lcy;": "л", "&ldca;": "⤶", "&ldquo;": "“", "&ldquor;": "„", "&ldrdhar;": "⥧", "&ldrushar;": "⥋", "&ldsh;": "↲", "&le;": "≤", "&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;": "⥼", "&lfloor;": "⌊", "&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;": "⨴", "&lowast;": "∗", "&lowbar;": "_", "&loz;": "◊", "&lozenge;": "◊", "&lozf;": "⧫", "&lpar;": "(", "&lparlt;": "⦓", "&lrarr;": "⇆", "&lrcorner;": "⌟", "&lrhar;": "⇋", "&lrhard;": "⥭", "&lrm;": "‎", "&lrtri;": "⊿", "&lsaquo;": "‹", "&lscr;": "𝓁", "&lsh;": "↰", "&lsim;": "≲", "&lsime;": "⪍", "&lsimg;": "⪏", "&lsqb;": "[", "&lsquo;": "‘", "&lsquor;": "‚", "&lstrok;": "ł", "&lt": "<", "&lt;": "<", "&ltcc;": "⪦", "&ltcir;": "⩹", "&ltdot;": "⋖", "&lthree;": "⋋", "&ltimes;": "⋉", "&ltlarr;": "⥶", "&ltquest;": "⩻", "&ltrPar;": "⦖", "&ltri;": "◃", "&ltrie;": "⊴", "&ltrif;": "◂", "&lurdshar;": "⥊", "&luruhar;": "⥦", "&lvertneqq;": "≨︀", "&lvnE;": "≨︀", "&mDDot;": "∺", "&macr": "¯", "&macr;": "¯", "&male;": "♂", "&malt;": "✠", "&maltese;": "✠", "&map;": "↦", "&mapsto;": "↦", "&mapstodown;": "↧", "&mapstoleft;": "↤", "&mapstoup;": "↥", "&marker;": "▮", "&mcomma;": "⨩", "&mcy;": "м", "&mdash;": "—", "&measuredangle;": "∡", "&mfr;": "𝔪", "&mho;": "℧", "&micro": "µ", "&micro;": "µ", "&mid;": "∣", "&midast;": "*", "&midcir;": "⫰", "&middot": "·", "&middot;": "·", "&minus;": "−", "&minusb;": "⊟", "&minusd;": "∸", "&minusdu;": "⨪", "&mlcp;": "⫛", "&mldr;": "…", "&mnplus;": "∓", "&models;": "⊧", "&mopf;": "𝕞", "&mp;": "∓", "&mscr;": "𝓂", "&mstpos;": "∾", "&mu;": "μ", "&multimap;": "⊸", "&mumap;": "⊸", "&nGg;": "⋙̸", "&nGt;": "≫⃒", "&nGtv;": "≫̸", "&nLeftarrow;": "⇍", "&nLeftrightarrow;": "⇎", "&nLl;": "⋘̸", "&nLt;": "≪⃒", "&nLtv;": "≪̸", "&nRightarrow;": "⇏", "&nVDash;": "⊯", "&nVdash;": "⊮", "&nabla;": "∇", "&nacute;": "ń", "&nang;": "∠⃒", "&nap;": "≉", "&napE;": "⩰̸", "&napid;": "≋̸", "&napos;": "ʼn", "&napprox;": "≉", "&natur;": "♮", "&natural;": "♮", "&naturals;": "ℕ", "&nbsp": " ", "&nbsp;": " ", "&nbump;": "≎̸", "&nbumpe;": "≏̸", "&ncap;": "⩃", "&ncaron;": "ň", "&ncedil;": "ņ", "&ncong;": "≇", "&ncongdot;": "⩭̸", "&ncup;": "⩂", "&ncy;": "н", "&ndash;": "–", "&ne;": "≠", "&neArr;": "⇗", "&nearhk;": "⤤", "&nearr;": "↗", "&nearrow;": "↗", "&nedot;": "≐̸", "&nequiv;": "≢", "&nesear;": "⤨", "&nesim;": "≂̸", "&nexist;": "∄", "&nexists;": "∄", "&nfr;": "𝔫", "&ngE;": "≧̸", "&nge;": "≱", "&ngeq;": "≱", "&ngeqq;": "≧̸", "&ngeqslant;": "⩾̸", "&nges;": "⩾̸", "&ngsim;": "≵", "&ngt;": "≯", "&ngtr;": "≯", "&nhArr;": "⇎", "&nharr;": "↮", "&nhpar;": "⫲", "&ni;": "∋", "&nis;": "⋼", "&nisd;": "⋺", "&niv;": "∋", "&njcy;": "њ", "&nlArr;": "⇍", "&nlE;": "≦̸", "&nlarr;": "↚", "&nldr;": "‥", "&nle;": "≰", "&nleftarrow;": "↚", "&nleftrightarrow;": "↮", "&nleq;": "≰", "&nleqq;": "≦̸", "&nleqslant;": "⩽̸", "&nles;": "⩽̸", "&nless;": "≮", "&nlsim;": "≴", "&nlt;": "≮", "&nltri;": "⋪", "&nltrie;": "⋬", "&nmid;": "∤", "&nopf;": "𝕟", "&not": "¬", "&not;": "¬", "&notin;": "∉", "&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;": "⋣", "&nsub;": "⊄", "&nsubE;": "⫅̸", "&nsube;": "⊈", "&nsubset;": "⊂⃒", "&nsubseteq;": "⊈", "&nsubseteqq;": "⫅̸", "&nsucc;": "⊁", "&nsucceq;": "⪰̸", "&nsup;": "⊅", "&nsupE;": "⫆̸", "&nsupe;": "⊉", "&nsupset;": "⊃⃒", "&nsupseteq;": "⊉", "&nsupseteqq;": "⫆̸", "&ntgl;": "≹", "&ntilde": "ñ", "&ntilde;": "ñ", "&ntlg;": "≸", "&ntriangleleft;": "⋪", "&ntrianglelefteq;": "⋬", "&ntriangleright;": "⋫", "&ntrianglerighteq;": "⋭", "&nu;": "ν", "&num;": "#", "&numero;": "№", "&numsp;": " ", "&nvDash;": "⊭", "&nvHarr;": "⤄", "&nvap;": "≍⃒", "&nvdash;": "⊬", "&nvge;": "≥⃒", "&nvgt;": ">⃒", "&nvinfin;": "⧞", "&nvlArr;": "⤂", "&nvle;": "≤⃒", "&nvlt;": "<⃒", "&nvltrie;": "⊴⃒", "&nvrArr;": "⤃", "&nvrtrie;": "⊵⃒", "&nvsim;": "∼⃒", "&nwArr;": "⇖", "&nwarhk;": "⤣", "&nwarr;": "↖", "&nwarrow;": "↖", "&nwnear;": "⤧", "&oS;": "Ⓢ", "&oacute": "ó", "&oacute;": "ó", "&oast;": "⊛", "&ocir;": "⊚", "&ocirc": "ô", "&ocirc;": "ô", "&ocy;": "о", "&odash;": "⊝", "&odblac;": "ő", "&odiv;": "⨸", "&odot;": "⊙", "&odsold;": "⦼", "&oelig;": "œ", "&ofcir;": "⦿", "&ofr;": "𝔬", "&ogon;": "˛", "&ograve": "ò", "&ograve;": "ò", "&ogt;": "⧁", "&ohbar;": "⦵", "&ohm;": "Ω", "&oint;": "∮", "&olarr;": "↺", "&olcir;": "⦾", "&olcross;": "⦻", "&oline;": "‾", "&olt;": "⧀", "&omacr;": "ō", "&omega;": "ω", "&omicron;": "ο", "&omid;": "⦶", "&ominus;": "⊖", "&oopf;": "𝕠", "&opar;": "⦷", "&operp;": "⦹", "&oplus;": "⊕", "&or;": "∨", "&orarr;": "↻", "&ord;": "⩝", "&order;": "ℴ", "&orderof;": "ℴ", "&ordf": "ª", "&ordf;": "ª", "&ordm": "º", "&ordm;": "º", "&origof;": "⊶", "&oror;": "⩖", "&orslope;": "⩗", "&orv;": "⩛", "&oscr;": "ℴ", "&oslash": "ø", "&oslash;": "ø", "&osol;": "⊘", "&otilde": "õ", "&otilde;": "õ", "&otimes;": "⊗", "&otimesas;": "⨶", "&ouml": "ö", "&ouml;": "ö", "&ovbar;": "⌽", "&par;": "∥", "&para": "¶", "&para;": "¶", "&parallel;": "∥", "&parsim;": "⫳", "&parsl;": "⫽", "&part;": "∂", "&pcy;": "п", "&percnt;": "%", "&period;": ".", "&permil;": "‰", "&perp;": "⊥", "&pertenk;": "‱", "&pfr;": "𝔭", "&phi;": "φ", "&phiv;": "ϕ", "&phmmat;": "ℳ", "&phone;": "☎", "&pi;": "π", "&pitchfork;": "⋔", "&piv;": "ϖ", "&planck;": "ℏ", "&planckh;": "ℎ", "&plankv;": "ℏ", "&plus;": "+", "&plusacir;": "⨣", "&plusb;": "⊞", "&pluscir;": "⨢", "&plusdo;": "∔", "&plusdu;": "⨥", "&pluse;": "⩲", "&plusmn": "±", "&plusmn;": "±", "&plussim;": "⨦", "&plustwo;": "⨧", "&pm;": "±", "&pointint;": "⨕", "&popf;": "𝕡", "&pound": "£", "&pound;": "£", "&pr;": "≺", "&prE;": "⪳", "&prap;": "⪷", "&prcue;": "≼", "&pre;": "⪯", "&prec;": "≺", "&precapprox;": "⪷", "&preccurlyeq;": "≼", "&preceq;": "⪯", "&precnapprox;": "⪹", "&precneqq;": "⪵", "&precnsim;": "⋨", "&precsim;": "≾", "&prime;": "′", "&primes;": "ℙ", "&prnE;": "⪵", "&prnap;": "⪹", "&prnsim;": "⋨", "&prod;": "∏", "&profalar;": "⌮", "&profline;": "⌒", "&profsurf;": "⌓", "&prop;": "∝", "&propto;": "∝", "&prsim;": "≾", "&prurel;": "⊰", "&pscr;": "𝓅", "&psi;": "ψ", "&puncsp;": " ", "&qfr;": "𝔮", "&qint;": "⨌", "&qopf;": "𝕢", "&qprime;": "⁗", "&qscr;": "𝓆", "&quaternions;": "ℍ", "&quatint;": "⨖", "&quest;": "?", "&questeq;": "≟", "&quot": '"', "&quot;": '"', "&rAarr;": "⇛", "&rArr;": "⇒", "&rAtail;": "⤜", "&rBarr;": "⤏", "&rHar;": "⥤", "&race;": "∽̱", "&racute;": "ŕ", "&radic;": "√", "&raemptyv;": "⦳", "&rang;": "⟩", "&rangd;": "⦒", "&range;": "⦥", "&rangle;": "⟩", "&raquo": "»", "&raquo;": "»", "&rarr;": "→", "&rarrap;": "⥵", "&rarrb;": "⇥", "&rarrbfs;": "⤠", "&rarrc;": "⤳", "&rarrfs;": "⤞", "&rarrhk;": "↪", "&rarrlp;": "↬", "&rarrpl;": "⥅", "&rarrsim;": "⥴", "&rarrtl;": "↣", "&rarrw;": "↝", "&ratail;": "⤚", "&ratio;": "∶", "&rationals;": "ℚ", "&rbarr;": "⤍", "&rbbrk;": "❳", "&rbrace;": "}", "&rbrack;": "]", "&rbrke;": "⦌", "&rbrksld;": "⦎", "&rbrkslu;": "⦐", "&rcaron;": "ř", "&rcedil;": "ŗ", "&rceil;": "⌉", "&rcub;": "}", "&rcy;": "р", "&rdca;": "⤷", "&rdldhar;": "⥩", "&rdquo;": "”", "&rdquor;": "”", "&rdsh;": "↳", "&real;": "ℜ", "&realine;": "ℛ", "&realpart;": "ℜ", "&reals;": "ℝ", "&rect;": "▭", "&reg": "®", "&reg;": "®", "&rfisht;": "⥽", "&rfloor;": "⌋", "&rfr;": "𝔯", "&rhard;": "⇁", "&rharu;": "⇀", "&rharul;": "⥬", "&rho;": "ρ", "&rhov;": "ϱ", "&rightarrow;": "→", "&rightarrowtail;": "↣", "&rightharpoondown;": "⇁", "&rightharpoonup;": "⇀", "&rightleftarrows;": "⇄", "&rightleftharpoons;": "⇌", "&rightrightarrows;": "⇉", "&rightsquigarrow;": "↝", "&rightthreetimes;": "⋌", "&ring;": "˚", "&risingdotseq;": "≓", "&rlarr;": "⇄", "&rlhar;": "⇌", "&rlm;": "‏", "&rmoust;": "⎱", "&rmoustache;": "⎱", "&rnmid;": "⫮", "&roang;": "⟭", "&roarr;": "⇾", "&robrk;": "⟧", "&ropar;": "⦆", "&ropf;": "𝕣", "&roplus;": "⨮", "&rotimes;": "⨵", "&rpar;": ")", "&rpargt;": "⦔", "&rppolint;": "⨒", "&rrarr;": "⇉", "&rsaquo;": "›", "&rscr;": "𝓇", "&rsh;": "↱", "&rsqb;": "]", "&rsquo;": "’", "&rsquor;": "’", "&rthree;": "⋌", "&rtimes;": "⋊", "&rtri;": "▹", "&rtrie;": "⊵", "&rtrif;": "▸", "&rtriltri;": "⧎", "&ruluhar;": "⥨", "&rx;": "℞", "&sacute;": "ś", "&sbquo;": "‚", "&sc;": "≻", "&scE;": "⪴", "&scap;": "⪸", "&scaron;": "š", "&sccue;": "≽", "&sce;": "⪰", "&scedil;": "ş", "&scirc;": "ŝ", "&scnE;": "⪶", "&scnap;": "⪺", "&scnsim;": "⋩", "&scpolint;": "⨓", "&scsim;": "≿", "&scy;": "с", "&sdot;": "⋅", "&sdotb;": "⊡", "&sdote;": "⩦", "&seArr;": "⇘", "&searhk;": "⤥", "&searr;": "↘", "&searrow;": "↘", "&sect": "§", "&sect;": "§", "&semi;": ";", "&seswar;": "⤩", "&setminus;": "∖", "&setmn;": "∖", "&sext;": "✶", "&sfr;": "𝔰", "&sfrown;": "⌢", "&sharp;": "♯", "&shchcy;": "щ", "&shcy;": "ш", "&shortmid;": "∣", "&shortparallel;": "∥", "&shy": "­", "&shy;": "­", "&sigma;": "σ", "&sigmaf;": "ς", "&sigmav;": "ς", "&sim;": "∼", "&simdot;": "⩪", "&sime;": "≃", "&simeq;": "≃", "&simg;": "⪞", "&simgE;": "⪠", "&siml;": "⪝", "&simlE;": "⪟", "&simne;": "≆", "&simplus;": "⨤", "&simrarr;": "⥲", "&slarr;": "←", "&smallsetminus;": "∖", "&smashp;": "⨳", "&smeparsl;": "⧤", "&smid;": "∣", "&smile;": "⌣", "&smt;": "⪪", "&smte;": "⪬", "&smtes;": "⪬︀", "&softcy;": "ь", "&sol;": "/", "&solb;": "⧄", "&solbar;": "⌿", "&sopf;": "𝕤", "&spades;": "♠", "&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;": "¯", "&sub;": "⊂", "&subE;": "⫅", "&subdot;": "⪽", "&sube;": "⊆", "&subedot;": "⫃", "&submult;": "⫁", "&subnE;": "⫋", "&subne;": "⊊", "&subplus;": "⪿", "&subrarr;": "⥹", "&subset;": "⊂", "&subseteq;": "⊆", "&subseteqq;": "⫅", "&subsetneq;": "⊊", "&subsetneqq;": "⫋", "&subsim;": "⫇", "&subsub;": "⫕", "&subsup;": "⫓", "&succ;": "≻", "&succapprox;": "⪸", "&succcurlyeq;": "≽", "&succeq;": "⪰", "&succnapprox;": "⪺", "&succneqq;": "⪶", "&succnsim;": "⋩", "&succsim;": "≿", "&sum;": "∑", "&sung;": "♪", "&sup1": "¹", "&sup1;": "¹", "&sup2": "²", "&sup2;": "²", "&sup3": "³", "&sup3;": "³", "&sup;": "⊃", "&supE;": "⫆", "&supdot;": "⪾", "&supdsub;": "⫘", "&supe;": "⊇", "&supedot;": "⫄", "&suphsol;": "⟉", "&suphsub;": "⫗", "&suplarr;": "⥻", "&supmult;": "⫂", "&supnE;": "⫌", "&supne;": "⊋", "&supplus;": "⫀", "&supset;": "⊃", "&supseteq;": "⊇", "&supseteqq;": "⫆", "&supsetneq;": "⊋", "&supsetneqq;": "⫌", "&supsim;": "⫈", "&supsub;": "⫔", "&supsup;": "⫖", "&swArr;": "⇙", "&swarhk;": "⤦", "&swarr;": "↙", "&swarrow;": "↙", "&swnwar;": "⤪", "&szlig": "ß", "&szlig;": "ß", "&target;": "⌖", "&tau;": "τ", "&tbrk;": "⎴", "&tcaron;": "ť", "&tcedil;": "ţ", "&tcy;": "т", "&tdot;": "⃛", "&telrec;": "⌕", "&tfr;": "𝔱", "&there4;": "∴", "&therefore;": "∴", "&theta;": "θ", "&thetasym;": "ϑ", "&thetav;": "ϑ", "&thickapprox;": "≈", "&thicksim;": "∼", "&thinsp;": " ", "&thkap;": "≈", "&thksim;": "∼", "&thorn": "þ", "&thorn;": "þ", "&tilde;": "˜", "&times": "×", "&times;": "×", "&timesb;": "⊠", "&timesbar;": "⨱", "&timesd;": "⨰", "&tint;": "∭", "&toea;": "⤨", "&top;": "⊤", "&topbot;": "⌶", "&topcir;": "⫱", "&topf;": "𝕥", "&topfork;": "⫚", "&tosa;": "⤩", "&tprime;": "‴", "&trade;": "™", "&triangle;": "▵", "&triangledown;": "▿", "&triangleleft;": "◃", "&trianglelefteq;": "⊴", "&triangleq;": "≜", "&triangleright;": "▹", "&trianglerighteq;": "⊵", "&tridot;": "◬", "&trie;": "≜", "&triminus;": "⨺", "&triplus;": "⨹", "&trisb;": "⧍", "&tritime;": "⨻", "&trpezium;": "⏢", "&tscr;": "𝓉", "&tscy;": "ц", "&tshcy;": "ћ", "&tstrok;": "ŧ", "&twixt;": "≬", "&twoheadleftarrow;": "↞", "&twoheadrightarrow;": "↠", "&uArr;": "⇑", "&uHar;": "⥣", "&uacute": "ú", "&uacute;": "ú", "&uarr;": "↑", "&ubrcy;": "ў", "&ubreve;": "ŭ", "&ucirc": "û", "&ucirc;": "û", "&ucy;": "у", "&udarr;": "⇅", "&udblac;": "ű", "&udhar;": "⥮", "&ufisht;": "⥾", "&ufr;": "𝔲", "&ugrave": "ù", "&ugrave;": "ù", "&uharl;": "↿", "&uharr;": "↾", "&uhblk;": "▀", "&ulcorn;": "⌜", "&ulcorner;": "⌜", "&ulcrop;": "⌏", "&ultri;": "◸", "&umacr;": "ū", "&uml": "¨", "&uml;": "¨", "&uogon;": "ų", "&uopf;": "𝕦", "&uparrow;": "↑", "&updownarrow;": "↕", "&upharpoonleft;": "↿", "&upharpoonright;": "↾", "&uplus;": "⊎", "&upsi;": "υ", "&upsih;": "ϒ", "&upsilon;": "υ", "&upuparrows;": "⇈", "&urcorn;": "⌝", "&urcorner;": "⌝", "&urcrop;": "⌎", "&uring;": "ů", "&urtri;": "◹", "&uscr;": "𝓊", "&utdot;": "⋰", "&utilde;": "ũ", "&utri;": "▵", "&utrif;": "▴", "&uuarr;": "⇈", "&uuml": "ü", "&uuml;": "ü", "&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;": "≙", "&weierp;": "℘", "&wfr;": "𝔴", "&wopf;": "𝕨", "&wp;": "℘", "&wr;": "≀", "&wreath;": "≀", "&wscr;": "𝓌", "&xcap;": "⋂", "&xcirc;": "◯", "&xcup;": "⋃", "&xdtri;": "▽", "&xfr;": "𝔵", "&xhArr;": "⟺", "&xharr;": "⟷", "&xi;": "ξ", "&xlArr;": "⟸", "&xlarr;": "⟵", "&xmap;": "⟼", "&xnis;": "⋻", "&xodot;": "⨀", "&xopf;": "𝕩", "&xoplus;": "⨁", "&xotime;": "⨂", "&xrArr;": "⟹", "&xrarr;": "⟶", "&xscr;": "𝓍", "&xsqcup;": "⨆", "&xuplus;": "⨄", "&xutri;": "△", "&xvee;": "⋁", "&xwedge;": "⋀", "&yacute": "ý", "&yacute;": "ý", "&yacy;": "я", "&ycirc;": "ŷ", "&ycy;": "ы", "&yen": "¥", "&yen;": "¥", "&yfr;": "𝔶", "&yicy;": "ї", "&yopf;": "𝕪", "&yscr;": "𝓎", "&yucy;": "ю", "&yuml": "ÿ", "&yuml;": "ÿ", "&zacute;": "ź", "&zcaron;": "ž", "&zcy;": "з", "&zdot;": "ż", "&zeetrf;": "ℨ", "&zeta;": "ζ", "&zfr;": "𝔷", "&zhcy;": "ж", "&zigrarr;": "⇝", "&zopf;": "𝕫", "&zscr;": "𝓏", "&zwj;": "‍", "&zwnj;": "‌" }, characters: { Æ: "&AElig;", "&": "&amp;", Á: "&Aacute;", Ă: "&Abreve;", Â: "&Acirc;", А: "&Acy;", "𝔄": "&Afr;", À: "&Agrave;", Α: "&Alpha;", Ā: "&Amacr;", "⩓": "&And;", Ą: "&Aogon;", "𝔸": "&Aopf;", "⁡": "&af;", Å: "&angst;", "𝒜": "&Ascr;", "≔": "&coloneq;", Ã: "&Atilde;", Ä: "&Auml;", "∖": "&ssetmn;", "⫧": "&Barv;", "⌆": "&doublebarwedge;", Б: "&Bcy;", "∵": "&because;", ℬ: "&bernou;", Β: "&Beta;", "𝔅": "&Bfr;", "𝔹": "&Bopf;", "˘": "&breve;", "≎": "&bump;", Ч: "&CHcy;", "©": "&copy;", Ć: "&Cacute;", "⋒": "&Cap;", "ⅅ": "&DD;", ℭ: "&Cfr;", Č: "&Ccaron;", Ç: "&Ccedil;", Ĉ: "&Ccirc;", "∰": "&Cconint;", Ċ: "&Cdot;", "¸": "&cedil;", "·": "&middot;", Χ: "&Chi;", "⊙": "&odot;", "⊖": "&ominus;", "⊕": "&oplus;", "⊗": "&otimes;", "∲": "&cwconint;", "”": "&rdquor;", "’": "&rsquor;", "∷": "&Proportion;", "⩴": "&Colone;", "≡": "&equiv;", "∯": "&DoubleContourIntegral;", "∮": "&oint;", ℂ: "&complexes;", "∐": "&coprod;", "∳": "&awconint;", "⨯": "&Cross;", "𝒞": "&Cscr;", "⋓": "&Cup;", "≍": "&asympeq;", "⤑": "&DDotrahd;", Ђ: "&DJcy;", Ѕ: "&DScy;", Џ: "&DZcy;", "‡": "&ddagger;", "↡": "&Darr;", "⫤": "&DoubleLeftTee;", Ď: "&Dcaron;", Д: "&Dcy;", "∇": "&nabla;", Δ: "&Delta;", "𝔇": "&Dfr;", "´": "&acute;", "˙": "&dot;", "˝": "&dblac;", "`": "&grave;", "˜": "&tilde;", "⋄": "&diamond;", "ⅆ": "&dd;", "𝔻": "&Dopf;", "¨": "&uml;", "⃜": "&DotDot;", "≐": "&esdot;", "⇓": "&dArr;", "⇐": "&lArr;", "⇔": "&iff;", "⟸": "&xlArr;", "⟺": "&xhArr;", "⟹": "&xrArr;", "⇒": "&rArr;", "⊨": "&vDash;", "⇑": "&uArr;", "⇕": "&vArr;", "∥": "&spar;", "↓": "&downarrow;", "⤓": "&DownArrowBar;", "⇵": "&duarr;", "̑": "&DownBreve;", "⥐": "&DownLeftRightVector;", "⥞": "&DownLeftTeeVector;", "↽": "&lhard;", "⥖": "&DownLeftVectorBar;", "⥟": "&DownRightTeeVector;", "⇁": "&rightharpoondown;", "⥗": "&DownRightVectorBar;", "⊤": "&top;", "↧": "&mapstodown;", "𝒟": "&Dscr;", Đ: "&Dstrok;", Ŋ: "&ENG;", Ð: "&ETH;", É: "&Eacute;", Ě: "&Ecaron;", Ê: "&Ecirc;", Э: "&Ecy;", Ė: "&Edot;", "𝔈": "&Efr;", È: "&Egrave;", "∈": "&isinv;", Ē: "&Emacr;", "◻": "&EmptySmallSquare;", "▫": "&EmptyVerySmallSquare;", Ę: "&Eogon;", "𝔼": "&Eopf;", Ε: "&Epsilon;", "⩵": "&Equal;", "≂": "&esim;", "⇌": "&rlhar;", ℰ: "&expectation;", "⩳": "&Esim;", Η: "&Eta;", Ë: "&Euml;", "∃": "&exist;", "ⅇ": "&exponentiale;", Ф: "&Fcy;", "𝔉": "&Ffr;", "◼": "&FilledSmallSquare;", "▪": "&squf;", "𝔽": "&Fopf;", "∀": "&forall;", ℱ: "&Fscr;", Ѓ: "&GJcy;", ">": "&gt;", Γ: "&Gamma;", Ϝ: "&Gammad;", Ğ: "&Gbreve;", Ģ: "&Gcedil;", Ĝ: "&Gcirc;", Г: "&Gcy;", Ġ: "&Gdot;", "𝔊": "&Gfr;", "⋙": "&ggg;", "𝔾": "&Gopf;", "≥": "&geq;", "⋛": "&gtreqless;", "≧": "&geqq;", "⪢": "&GreaterGreater;", "≷": "&gtrless;", "⩾": "&ges;", "≳": "&gtrsim;", "𝒢": "&Gscr;", "≫": "&gg;", Ъ: "&HARDcy;", "ˇ": "&caron;", "^": "&Hat;", Ĥ: "&Hcirc;", ℌ: "&Poincareplane;", ℋ: "&hamilt;", ℍ: "&quaternions;", "─": "&boxh;", Ħ: "&Hstrok;", "≏": "&bumpeq;", Е: "&IEcy;", IJ: "&IJlig;", Ё: "&IOcy;", Í: "&Iacute;", Î: "&Icirc;", И: "&Icy;", İ: "&Idot;", ℑ: "&imagpart;", Ì: "&Igrave;", Ī: "&Imacr;", "ⅈ": "&ii;", "∬": "&Int;", "∫": "&int;", "⋂": "&xcap;", "⁣": "&ic;", "⁢": "&it;", Į: "&Iogon;", "𝕀": "&Iopf;", Ι: "&Iota;", ℐ: "&imagline;", Ĩ: "&Itilde;", І: "&Iukcy;", Ï: "&Iuml;", Ĵ: "&Jcirc;", Й: "&Jcy;", "𝔍": "&Jfr;", "𝕁": "&Jopf;", "𝒥": "&Jscr;", Ј: "&Jsercy;", Є: "&Jukcy;", Х: "&KHcy;", Ќ: "&KJcy;", Κ: "&Kappa;", Ķ: "&Kcedil;", К: "&Kcy;", "𝔎": "&Kfr;", "𝕂": "&Kopf;", "𝒦": "&Kscr;", Љ: "&LJcy;", "<": "&lt;", Ĺ: "&Lacute;", Λ: "&Lambda;", "⟪": "&Lang;", ℒ: "&lagran;", "↞": "&twoheadleftarrow;", Ľ: "&Lcaron;", Ļ: "&Lcedil;", Л: "&Lcy;", "⟨": "&langle;", "←": "&slarr;", "⇤": "&larrb;", "⇆": "&lrarr;", "⌈": "&lceil;", "⟦": "&lobrk;", "⥡": "&LeftDownTeeVector;", "⇃": "&downharpoonleft;", "⥙": "&LeftDownVectorBar;", "⌊": "&lfloor;", "↔": "&leftrightarrow;", "⥎": "&LeftRightVector;", "⊣": "&dashv;", "↤": "&mapstoleft;", "⥚": "&LeftTeeVector;", "⊲": "&vltri;", "⧏": "&LeftTriangleBar;", "⊴": "&trianglelefteq;", "⥑": "&LeftUpDownVector;", "⥠": "&LeftUpTeeVector;", "↿": "&upharpoonleft;", "⥘": "&LeftUpVectorBar;", "↼": "&lharu;", "⥒": "&LeftVectorBar;", "⋚": "&lesseqgtr;", "≦": "&leqq;", "≶": "&lg;", "⪡": "&LessLess;", "⩽": "&les;", "≲": "&lsim;", "𝔏": "&Lfr;", "⋘": "&Ll;", "⇚": "&lAarr;", Ŀ: "&Lmidot;", "⟵": "&xlarr;", "⟷": "&xharr;", "⟶": "&xrarr;", "𝕃": "&Lopf;", "↙": "&swarrow;", "↘": "&searrow;", "↰": "&lsh;", Ł: "&Lstrok;", "≪": "&ll;", "⤅": "&Map;", М: "&Mcy;", " ": "&MediumSpace;", ℳ: "&phmmat;", "𝔐": "&Mfr;", "∓": "&mp;", "𝕄": "&Mopf;", Μ: "&Mu;", Њ: "&NJcy;", Ń: "&Nacute;", Ň: "&Ncaron;", Ņ: "&Ncedil;", Н: "&Ncy;", "​": "&ZeroWidthSpace;", "\n": "&NewLine;", "𝔑": "&Nfr;", "⁠": "&NoBreak;", " ": "&nbsp;", ℕ: "&naturals;", "⫬": "&Not;", "≢": "&nequiv;", "≭": "&NotCupCap;", "∦": "&nspar;", "∉": "&notinva;", "≠": "&ne;", "≂̸": "&nesim;", "∄": "&nexists;", "≯": "&ngtr;", "≱": "&ngeq;", "≧̸": "&ngeqq;", "≫̸": "&nGtv;", "≹": "&ntgl;", "⩾̸": "&nges;", "≵": "&ngsim;", "≎̸": "&nbump;", "≏̸": "&nbumpe;", "⋪": "&ntriangleleft;", "⧏̸": "&NotLeftTriangleBar;", "⋬": "&ntrianglelefteq;", "≮": "&nlt;", "≰": "&nleq;", "≸": "&ntlg;", "≪̸": "&nLtv;", "⩽̸": "&nles;", "≴": "&nlsim;", "⪢̸": "&NotNestedGreaterGreater;", "⪡̸": "&NotNestedLessLess;", "⊀": "&nprec;", "⪯̸": "&npreceq;", "⋠": "&nprcue;", "∌": "&notniva;", "⋫": "&ntriangleright;", "⧐̸": "&NotRightTriangleBar;", "⋭": "&ntrianglerighteq;", "⊏̸": "&NotSquareSubset;", "⋢": "&nsqsube;", "⊐̸": "&NotSquareSuperset;", "⋣": "&nsqsupe;", "⊂⃒": "&vnsub;", "⊈": "&nsubseteq;", "⊁": "&nsucc;", "⪰̸": "&nsucceq;", "⋡": "&nsccue;", "≿̸": "&NotSucceedsTilde;", "⊃⃒": "&vnsup;", "⊉": "&nsupseteq;", "≁": "&nsim;", "≄": "&nsimeq;", "≇": "&ncong;", "≉": "&napprox;", "∤": "&nsmid;", "𝒩": "&Nscr;", Ñ: "&Ntilde;", Ν: "&Nu;", Œ: "&OElig;", Ó: "&Oacute;", Ô: "&Ocirc;", О: "&Ocy;", Ő: "&Odblac;", "𝔒": "&Ofr;", Ò: "&Ograve;", Ō: "&Omacr;", Ω: "&ohm;", Ο: "&Omicron;", "𝕆": "&Oopf;", "“": "&ldquo;", "‘": "&lsquo;", "⩔": "&Or;", "𝒪": "&Oscr;", Ø: "&Oslash;", Õ: "&Otilde;", "⨷": "&Otimes;", Ö: "&Ouml;", "‾": "&oline;", "⏞": "&OverBrace;", "⎴": "&tbrk;", "⏜": "&OverParenthesis;", "∂": "&part;", П: "&Pcy;", "𝔓": "&Pfr;", Φ: "&Phi;", Π: "&Pi;", "±": "&pm;", ℙ: "&primes;", "⪻": "&Pr;", "≺": "&prec;", "⪯": "&preceq;", "≼": "&preccurlyeq;", "≾": "&prsim;", "″": "&Prime;", "∏": "&prod;", "∝": "&vprop;", "𝒫": "&Pscr;", Ψ: "&Psi;", '"': "&quot;", "𝔔": "&Qfr;", ℚ: "&rationals;", "𝒬": "&Qscr;", "⤐": "&drbkarow;", "®": "&reg;", Ŕ: "&Racute;", "⟫": "&Rang;", "↠": "&twoheadrightarrow;", "⤖": "&Rarrtl;", Ř: "&Rcaron;", Ŗ: "&Rcedil;", Р: "&Rcy;", ℜ: "&realpart;", "∋": "&niv;", "⇋": "&lrhar;", "⥯": "&duhar;", Ρ: "&Rho;", "⟩": "&rangle;", "→": "&srarr;", "⇥": "&rarrb;", "⇄": "&rlarr;", "⌉": "&rceil;", "⟧": "&robrk;", "⥝": "&RightDownTeeVector;", "⇂": "&downharpoonright;", "⥕": "&RightDownVectorBar;", "⌋": "&rfloor;", "⊢": "&vdash;", "↦": "&mapsto;", "⥛": "&RightTeeVector;", "⊳": "&vrtri;", "⧐": "&RightTriangleBar;", "⊵": "&trianglerighteq;", "⥏": "&RightUpDownVector;", "⥜": "&RightUpTeeVector;", "↾": "&upharpoonright;", "⥔": "&RightUpVectorBar;", "⇀": "&rightharpoonup;", "⥓": "&RightVectorBar;", ℝ: "&reals;", "⥰": "&RoundImplies;", "⇛": "&rAarr;", ℛ: "&realine;", "↱": "&rsh;", "⧴": "&RuleDelayed;", Щ: "&SHCHcy;", Ш: "&SHcy;", Ь: "&SOFTcy;", Ś: "&Sacute;", "⪼": "&Sc;", Š: "&Scaron;", Ş: "&Scedil;", Ŝ: "&Scirc;", С: "&Scy;", "𝔖": "&Sfr;", "↑": "&uparrow;", Σ: "&Sigma;", "∘": "&compfn;", "𝕊": "&Sopf;", "√": "&radic;", "□": "&square;", "⊓": "&sqcap;", "⊏": "&sqsubset;", "⊑": "&sqsubseteq;", "⊐": "&sqsupset;", "⊒": "&sqsupseteq;", "⊔": "&sqcup;", "𝒮": "&Sscr;", "⋆": "&sstarf;", "⋐": "&Subset;", "⊆": "&subseteq;", "≻": "&succ;", "⪰": "&succeq;", "≽": "&succcurlyeq;", "≿": "&succsim;", "∑": "&sum;", "⋑": "&Supset;", "⊃": "&supset;", "⊇": "&supseteq;", Þ: "&THORN;", "™": "&trade;", Ћ: "&TSHcy;", Ц: "&TScy;", " ": "&Tab;", Τ: "&Tau;", Ť: "&Tcaron;", Ţ: "&Tcedil;", Т: "&Tcy;", "𝔗": "&Tfr;", "∴": "&therefore;", Θ: "&Theta;", "  ": "&ThickSpace;", " ": "&thinsp;", "∼": "&thksim;", "≃": "&simeq;", "≅": "&cong;", "≈": "&thkap;", "𝕋": "&Topf;", "⃛": "&tdot;", "𝒯": "&Tscr;", Ŧ: "&Tstrok;", Ú: "&Uacute;", "↟": "&Uarr;", "⥉": "&Uarrocir;", Ў: "&Ubrcy;", Ŭ: "&Ubreve;", Û: "&Ucirc;", У: "&Ucy;", Ű: "&Udblac;", "𝔘": "&Ufr;", Ù: "&Ugrave;", Ū: "&Umacr;", _: "&lowbar;", "⏟": "&UnderBrace;", "⎵": "&bbrk;", "⏝": "&UnderParenthesis;", "⋃": "&xcup;", "⊎": "&uplus;", Ų: "&Uogon;", "𝕌": "&Uopf;", "⤒": "&UpArrowBar;", "⇅": "&udarr;", "↕": "&varr;", "⥮": "&udhar;", "⊥": "&perp;", "↥": "&mapstoup;", "↖": "&nwarrow;", "↗": "&nearrow;", ϒ: "&upsih;", Υ: "&Upsilon;", Ů: "&Uring;", "𝒰": "&Uscr;", Ũ: "&Utilde;", Ü: "&Uuml;", "⊫": "&VDash;", "⫫": "&Vbar;", В: "&Vcy;", "⊩": "&Vdash;", "⫦": "&Vdashl;", "⋁": "&xvee;", "‖": "&Vert;", "∣": "&smid;", "|": "&vert;", "❘": "&VerticalSeparator;", "≀": "&wreath;", " ": "&hairsp;", "𝔙": "&Vfr;", "𝕍": "&Vopf;", "𝒱": "&Vscr;", "⊪": "&Vvdash;", Ŵ: "&Wcirc;", "⋀": "&xwedge;", "𝔚": "&Wfr;", "𝕎": "&Wopf;", "𝒲": "&Wscr;", "𝔛": "&Xfr;", Ξ: "&Xi;", "𝕏": "&Xopf;", "𝒳": "&Xscr;", Я: "&YAcy;", Ї: "&YIcy;", Ю: "&YUcy;", Ý: "&Yacute;", Ŷ: "&Ycirc;", Ы: "&Ycy;", "𝔜": "&Yfr;", "𝕐": "&Yopf;", "𝒴": "&Yscr;", Ÿ: "&Yuml;", Ж: "&ZHcy;", Ź: "&Zacute;", Ž: "&Zcaron;", З: "&Zcy;", Ż: "&Zdot;", Ζ: "&Zeta;", ℨ: "&zeetrf;", ℤ: "&integers;", "𝒵": "&Zscr;", á: "&aacute;", ă: "&abreve;", "∾": "&mstpos;", "∾̳": "&acE;", "∿": "&acd;", â: "&acirc;", а: "&acy;", æ: "&aelig;", "𝔞": "&afr;", à: "&agrave;", ℵ: "&aleph;", α: "&alpha;", ā: "&amacr;", "⨿": "&amalg;", "∧": "&wedge;", "⩕": "&andand;", "⩜": "&andd;", "⩘": "&andslope;", "⩚": "&andv;", "∠": "&angle;", "⦤": "&ange;", "∡": "&measuredangle;", "⦨": "&angmsdaa;", "⦩": "&angmsdab;", "⦪": "&angmsdac;", "⦫": "&angmsdad;", "⦬": "&angmsdae;", "⦭": "&angmsdaf;", "⦮": "&angmsdag;", "⦯": "&angmsdah;", "∟": "&angrt;", "⊾": "&angrtvb;", "⦝": "&angrtvbd;", "∢": "&angsph;", "⍼": "&angzarr;", ą: "&aogon;", "𝕒": "&aopf;", "⩰": "&apE;", "⩯": "&apacir;", "≊": "&approxeq;", "≋": "&apid;", "'": "&apos;", å: "&aring;", "𝒶": "&ascr;", "*": "&midast;", ã: "&atilde;", ä: "&auml;", "⨑": "&awint;", "⫭": "&bNot;", "≌": "&bcong;", "϶": "&bepsi;", "‵": "&bprime;", "∽": "&bsim;", "⋍": "&bsime;", "⊽": "&barvee;", "⌅": "&barwedge;", "⎶": "&bbrktbrk;", б: "&bcy;", "„": "&ldquor;", "⦰": "&bemptyv;", β: "&beta;", ℶ: "&beth;", "≬": "&twixt;", "𝔟": "&bfr;", "◯": "&xcirc;", "⨀": "&xodot;", "⨁": "&xoplus;", "⨂": "&xotime;", "⨆": "&xsqcup;", "★": "&starf;", "▽": "&xdtri;", "△": "&xutri;", "⨄": "&xuplus;", "⤍": "&rbarr;", "⧫": "&lozf;", "▴": "&utrif;", "▾": "&dtrif;", "◂": "&ltrif;", "▸": "&rtrif;", "␣": "&blank;", "▒": "&blk12;", "░": "&blk14;", "▓": "&blk34;", "█": "&block;", "=⃥": "&bne;", "≡⃥": "&bnequiv;", "⌐": "&bnot;", "𝕓": "&bopf;", "⋈": "&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;", "╥": "&boxhD;", "╨": "&boxhU;", "┬": "&boxhd;", "┴": "&boxhu;", "⊟": "&minusb;", "⊞": "&plusb;", "⊠": "&timesb;", "╛": "&boxuL;", "╘": "&boxuR;", "┘": "&boxul;", "└": "&boxur;", "│": "&boxv;", "╪": "&boxvH;", "╡": "&boxvL;", "╞": "&boxvR;", "┼": "&boxvh;", "┤": "&boxvl;", "├": "&boxvr;", "¦": "&brvbar;", "𝒷": "&bscr;", "⁏": "&bsemi;", "\\": "&bsol;", "⧅": "&bsolb;", "⟈": "&bsolhsub;", "•": "&bullet;", "⪮": "&bumpE;", ć: "&cacute;", "∩": "&cap;", "⩄": "&capand;", "⩉": "&capbrcup;", "⩋": "&capcap;", "⩇": "&capcup;", "⩀": "&capdot;", "∩︀": "&caps;", "⁁": "&caret;", "⩍": "&ccaps;", č: "&ccaron;", ç: "&ccedil;", ĉ: "&ccirc;", "⩌": "&ccups;", "⩐": "&ccupssm;", ċ: "&cdot;", "⦲": "&cemptyv;", "¢": "&cent;", "𝔠": "&cfr;", ч: "&chcy;", "✓": "&checkmark;", χ: "&chi;", "○": "&cir;", "⧃": "&cirE;", "ˆ": "&circ;", "≗": "&cire;", "↺": "&olarr;", "↻": "&orarr;", "Ⓢ": "&oS;", "⊛": "&oast;", "⊚": "&ocir;", "⊝": "&odash;", "⨐": "&cirfnint;", "⫯": "&cirmid;", "⧂": "&cirscir;", "♣": "&clubsuit;", ":": "&colon;", ",": "&comma;", "@": "&commat;", "∁": "&complement;", "⩭": "&congdot;", "𝕔": "&copf;", "℗": "&copysr;", "↵": "&crarr;", "✗": "&cross;", "𝒸": "&cscr;", "⫏": "&csub;", "⫑": "&csube;", "⫐": "&csup;", "⫒": "&csupe;", "⋯": "&ctdot;", "⤸": "&cudarrl;", "⤵": "&cudarrr;", "⋞": "&curlyeqprec;", "⋟": "&curlyeqsucc;", "↶": "&curvearrowleft;", "⤽": "&cularrp;", "∪": "&cup;", "⩈": "&cupbrcap;", "⩆": "&cupcap;", "⩊": "&cupcup;", "⊍": "&cupdot;", "⩅": "&cupor;", "∪︀": "&cups;", "↷": "&curvearrowright;", "⤼": "&curarrm;", "⋎": "&cuvee;", "⋏": "&cuwed;", "¤": "&curren;", "∱": "&cwint;", "⌭": "&cylcty;", "⥥": "&dHar;", "†": "&dagger;", ℸ: "&daleth;", "‐": "&hyphen;", "⤏": "&rBarr;", ď: "&dcaron;", д: "&dcy;", "⇊": "&downdownarrows;", "⩷": "&eDDot;", "°": "&deg;", δ: "&delta;", "⦱": "&demptyv;", "⥿": "&dfisht;", "𝔡": "&dfr;", "♦": "&diams;", ϝ: "&gammad;", "⋲": "&disin;", "÷": "&divide;", "⋇": "&divonx;", ђ: "&djcy;", "⌞": "&llcorner;", "⌍": "&dlcrop;", $: "&dollar;", "𝕕": "&dopf;", "≑": "&eDot;", "∸": "&minusd;", "∔": "&plusdo;", "⊡": "&sdotb;", "⌟": "&lrcorner;", "⌌": "&drcrop;", "𝒹": "&dscr;", ѕ: "&dscy;", "⧶": "&dsol;", đ: "&dstrok;", "⋱": "&dtdot;", "▿": "&triangledown;", "⦦": "&dwangle;", џ: "&dzcy;", "⟿": "&dzigrarr;", é: "&eacute;", "⩮": "&easter;", ě: "&ecaron;", "≖": "&eqcirc;", ê: "&ecirc;", "≕": "&eqcolon;", э: "&ecy;", ė: "&edot;", "≒": "&fallingdotseq;", "𝔢": "&efr;", "⪚": "&eg;", è: "&egrave;", "⪖": "&eqslantgtr;", "⪘": "&egsdot;", "⪙": "&el;", "⏧": "&elinters;", ℓ: "&ell;", "⪕": "&eqslantless;", "⪗": "&elsdot;", ē: "&emacr;", "∅": "&varnothing;", " ": "&emsp13;", " ": "&emsp14;", " ": "&emsp;", ŋ: "&eng;", " ": "&ensp;", ę: "&eogon;", "𝕖": "&eopf;", "⋕": "&epar;", "⧣": "&eparsl;", "⩱": "&eplus;", ε: "&epsilon;", "ϵ": "&varepsilon;", "=": "&equals;", "≟": "&questeq;", "⩸": "&equivDD;", "⧥": "&eqvparsl;", "≓": "&risingdotseq;", "⥱": "&erarr;", ℯ: "&escr;", η: "&eta;", ð: "&eth;", ë: "&euml;", "€": "&euro;", "!": "&excl;", ф: "&fcy;", "♀": "&female;", ffi: "&ffilig;", ff: "&fflig;", ffl: "&ffllig;", "𝔣": "&ffr;", fi: "&filig;", fj: "&fjlig;", "♭": "&flat;", fl: "&fllig;", "▱": "&fltns;", ƒ: "&fnof;", "𝕗": "&fopf;", "⋔": "&pitchfork;", "⫙": "&forkv;", "⨍": "&fpartint;", "½": "&half;", "⅓": "&frac13;", "¼": "&frac14;", "⅕": "&frac15;", "⅙": "&frac16;", "⅛": "&frac18;", "⅔": "&frac23;", "⅖": "&frac25;", "¾": "&frac34;", "⅗": "&frac35;", "⅜": "&frac38;", "⅘": "&frac45;", "⅚": "&frac56;", "⅝": "&frac58;", "⅞": "&frac78;", "⁄": "&frasl;", "⌢": "&sfrown;", "𝒻": "&fscr;", "⪌": "&gtreqqless;", ǵ: "&gacute;", γ: "&gamma;", "⪆": "&gtrapprox;", ğ: "&gbreve;", ĝ: "&gcirc;", г: "&gcy;", ġ: "&gdot;", "⪩": "&gescc;", "⪀": "&gesdot;", "⪂": "&gesdoto;", "⪄": "&gesdotol;", "⋛︀": "&gesl;", "⪔": "&gesles;", "𝔤": "&gfr;", ℷ: "&gimel;", ѓ: "&gjcy;", "⪒": "&glE;", "⪥": "&gla;", "⪤": "&glj;", "≩": "&gneqq;", "⪊": "&gnapprox;", "⪈": "&gneq;", "⋧": "&gnsim;", "𝕘": "&gopf;", ℊ: "&gscr;", "⪎": "&gsime;", "⪐": "&gsiml;", "⪧": "&gtcc;", "⩺": "&gtcir;", "⋗": "&gtrdot;", "⦕": "&gtlPar;", "⩼": "&gtquest;", "⥸": "&gtrarr;", "≩︀": "&gvnE;", ъ: "&hardcy;", "⥈": "&harrcir;", "↭": "&leftrightsquigarrow;", ℏ: "&plankv;", ĥ: "&hcirc;", "♥": "&heartsuit;", "…": "&mldr;", "⊹": "&hercon;", "𝔥": "&hfr;", "⤥": "&searhk;", "⤦": "&swarhk;", "⇿": "&hoarr;", "∻": "&homtht;", "↩": "&larrhk;", "↪": "&rarrhk;", "𝕙": "&hopf;", "―": "&horbar;", "𝒽": "&hscr;", ħ: "&hstrok;", "⁃": "&hybull;", í: "&iacute;", î: "&icirc;", и: "&icy;", е: "&iecy;", "¡": "&iexcl;", "𝔦": "&ifr;", ì: "&igrave;", "⨌": "&qint;", "∭": "&tint;", "⧜": "&iinfin;", "℩": "&iiota;", ij: "&ijlig;", ī: "&imacr;", ı: "&inodot;", "⊷": "&imof;", Ƶ: "&imped;", "℅": "&incare;", "∞": "&infin;", "⧝": "&infintie;", "⊺": "&intercal;", "⨗": "&intlarhk;", "⨼": "&iprod;", ё: "&iocy;", į: "&iogon;", "𝕚": "&iopf;", ι: "&iota;", "¿": "&iquest;", "𝒾": "&iscr;", "⋹": "&isinE;", "⋵": "&isindot;", "⋴": "&isins;", "⋳": "&isinsv;", ĩ: "&itilde;", і: "&iukcy;", ï: "&iuml;", ĵ: "&jcirc;", й: "&jcy;", "𝔧": "&jfr;", "ȷ": "&jmath;", "𝕛": "&jopf;", "𝒿": "&jscr;", ј: "&jsercy;", є: "&jukcy;", κ: "&kappa;", ϰ: "&varkappa;", ķ: "&kcedil;", к: "&kcy;", "𝔨": "&kfr;", ĸ: "&kgreen;", х: "&khcy;", ќ: "&kjcy;", "𝕜": "&kopf;", "𝓀": "&kscr;", "⤛": "&lAtail;", "⤎": "&lBarr;", "⪋": "&lesseqqgtr;", "⥢": "&lHar;", ĺ: "&lacute;", "⦴": "&laemptyv;", λ: "&lambda;", "⦑": "&langd;", "⪅": "&lessapprox;", "«": "&laquo;", "⤟": "&larrbfs;", "⤝": "&larrfs;", "↫": "&looparrowleft;", "⤹": "&larrpl;", "⥳": "&larrsim;", "↢": "&leftarrowtail;", "⪫": "&lat;", "⤙": "&latail;", "⪭": "&late;", "⪭︀": "&lates;", "⤌": "&lbarr;", "❲": "&lbbrk;", "{": "&lcub;", "[": "&lsqb;", "⦋": "&lbrke;", "⦏": "&lbrksld;", "⦍": "&lbrkslu;", ľ: "&lcaron;", ļ: "&lcedil;", л: "&lcy;", "⤶": "&ldca;", "⥧": "&ldrdhar;", "⥋": "&ldrushar;", "↲": "&ldsh;", "≤": "&leq;", "⇇": "&llarr;", "⋋": "&lthree;", "⪨": "&lescc;", "⩿": "&lesdot;", "⪁": "&lesdoto;", "⪃": "&lesdotor;", "⋚︀": "&lesg;", "⪓": "&lesges;", "⋖": "&ltdot;", "⥼": "&lfisht;", "𝔩": "&lfr;", "⪑": "&lgE;", "⥪": "&lharul;", "▄": "&lhblk;", љ: "&ljcy;", "⥫": "&llhard;", "◺": "&lltri;", ŀ: "&lmidot;", "⎰": "&lmoustache;", "≨": "&lneqq;", "⪉": "&lnapprox;", "⪇": "&lneq;", "⋦": "&lnsim;", "⟬": "&loang;", "⇽": "&loarr;", "⟼": "&xmap;", "↬": "&rarrlp;", "⦅": "&lopar;", "𝕝": "&lopf;", "⨭": "&loplus;", "⨴": "&lotimes;", "∗": "&lowast;", "◊": "&lozenge;", "(": "&lpar;", "⦓": "&lparlt;", "⥭": "&lrhard;", "‎": "&lrm;", "⊿": "&lrtri;", "‹": "&lsaquo;", "𝓁": "&lscr;", "⪍": "&lsime;", "⪏": "&lsimg;", "‚": "&sbquo;", ł: "&lstrok;", "⪦": "&ltcc;", "⩹": "&ltcir;", "⋉": "&ltimes;", "⥶": "&ltlarr;", "⩻": "&ltquest;", "⦖": "&ltrPar;", "◃": "&triangleleft;", "⥊": "&lurdshar;", "⥦": "&luruhar;", "≨︀": "&lvnE;", "∺": "&mDDot;", "¯": "&strns;", "♂": "&male;", "✠": "&maltese;", "▮": "&marker;", "⨩": "&mcomma;", м: "&mcy;", "—": "&mdash;", "𝔪": "&mfr;", "℧": "&mho;", µ: "&micro;", "⫰": "&midcir;", "−": "&minus;", "⨪": "&minusdu;", "⫛": "&mlcp;", "⊧": "&models;", "𝕞": "&mopf;", "𝓂": "&mscr;", μ: "&mu;", "⊸": "&mumap;", "⋙̸": "&nGg;", "≫⃒": "&nGt;", "⇍": "&nlArr;", "⇎": "&nhArr;", "⋘̸": "&nLl;", "≪⃒": "&nLt;", "⇏": "&nrArr;", "⊯": "&nVDash;", "⊮": "&nVdash;", ń: "&nacute;", "∠⃒": "&nang;", "⩰̸": "&napE;", "≋̸": "&napid;", ʼn: "&napos;", "♮": "&natural;", "⩃": "&ncap;", ň: "&ncaron;", ņ: "&ncedil;", "⩭̸": "&ncongdot;", "⩂": "&ncup;", н: "&ncy;", "–": "&ndash;", "⇗": "&neArr;", "⤤": "&nearhk;", "≐̸": "&nedot;", "⤨": "&toea;", "𝔫": "&nfr;", "↮": "&nleftrightarrow;", "⫲": "&nhpar;", "⋼": "&nis;", "⋺": "&nisd;", њ: "&njcy;", "≦̸": "&nleqq;", "↚": "&nleftarrow;", "‥": "&nldr;", "𝕟": "&nopf;", "¬": "&not;", "⋹̸": "&notinE;", "⋵̸": "&notindot;", "⋷": "&notinvb;", "⋶": "&notinvc;", "⋾": "&notnivb;", "⋽": "&notnivc;", "⫽⃥": "&nparsl;", "∂̸": "&npart;", "⨔": "&npolint;", "↛": "&nrightarrow;", "⤳̸": "&nrarrc;", "↝̸": "&nrarrw;", "𝓃": "&nscr;", "⊄": "&nsub;", "⫅̸": "&nsubseteqq;", "⊅": "&nsup;", "⫆̸": "&nsupseteqq;", ñ: "&ntilde;", ν: "&nu;", "#": "&num;", "№": "&numero;", " ": "&numsp;", "⊭": "&nvDash;", "⤄": "&nvHarr;", "≍⃒": "&nvap;", "⊬": "&nvdash;", "≥⃒": "&nvge;", ">⃒": "&nvgt;", "⧞": "&nvinfin;", "⤂": "&nvlArr;", "≤⃒": "&nvle;", "<⃒": "&nvlt;", "⊴⃒": "&nvltrie;", "⤃": "&nvrArr;", "⊵⃒": "&nvrtrie;", "∼⃒": "&nvsim;", "⇖": "&nwArr;", "⤣": "&nwarhk;", "⤧": "&nwnear;", ó: "&oacute;", ô: "&ocirc;", о: "&ocy;", ő: "&odblac;", "⨸": "&odiv;", "⦼": "&odsold;", œ: "&oelig;", "⦿": "&ofcir;", "𝔬": "&ofr;", "˛": "&ogon;", ò: "&ograve;", "⧁": "&ogt;", "⦵": "&ohbar;", "⦾": "&olcir;", "⦻": "&olcross;", "⧀": "&olt;", ō: "&omacr;", ω: "&omega;", ο: "&omicron;", "⦶": "&omid;", "𝕠": "&oopf;", "⦷": "&opar;", "⦹": "&operp;", "∨": "&vee;", "⩝": "&ord;", ℴ: "&oscr;", ª: "&ordf;", º: "&ordm;", "⊶": "&origof;", "⩖": "&oror;", "⩗": "&orslope;", "⩛": "&orv;", ø: "&oslash;", "⊘": "&osol;", õ: "&otilde;", "⨶": "&otimesas;", ö: "&ouml;", "⌽": "&ovbar;", "¶": "&para;", "⫳": "&parsim;", "⫽": "&parsl;", п: "&pcy;", "%": "&percnt;", ".": "&period;", "‰": "&permil;", "‱": "&pertenk;", "𝔭": "&pfr;", φ: "&phi;", ϕ: "&varphi;", "☎": "&phone;", π: "&pi;", ϖ: "&varpi;", ℎ: "&planckh;", "+": "&plus;", "⨣": "&plusacir;", "⨢": "&pluscir;", "⨥": "&plusdu;", "⩲": "&pluse;", "⨦": "&plussim;", "⨧": "&plustwo;", "⨕": "&pointint;", "𝕡": "&popf;", "£": "&pound;", "⪳": "&prE;", "⪷": "&precapprox;", "⪹": "&prnap;", "⪵": "&prnE;", "⋨": "&prnsim;", "′": "&prime;", "⌮": "&profalar;", "⌒": "&profline;", "⌓": "&profsurf;", "⊰": "&prurel;", "𝓅": "&pscr;", ψ: "&psi;", " ": "&puncsp;", "𝔮": "&qfr;", "𝕢": "&qopf;", "⁗": "&qprime;", "𝓆": "&qscr;", "⨖": "&quatint;", "?": "&quest;", "⤜": "&rAtail;", "⥤": "&rHar;", "∽̱": "&race;", ŕ: "&racute;", "⦳": "&raemptyv;", "⦒": "&rangd;", "⦥": "&range;", "»": "&raquo;", "⥵": "&rarrap;", "⤠": "&rarrbfs;", "⤳": "&rarrc;", "⤞": "&rarrfs;", "⥅": "&rarrpl;", "⥴": "&rarrsim;", "↣": "&rightarrowtail;", "↝": "&rightsquigarrow;", "⤚": "&ratail;", "∶": "&ratio;", "❳": "&rbbrk;", "}": "&rcub;", "]": "&rsqb;", "⦌": "&rbrke;", "⦎": "&rbrksld;", "⦐": "&rbrkslu;", ř: "&rcaron;", ŗ: "&rcedil;", р: "&rcy;", "⤷": "&rdca;", "⥩": "&rdldhar;", "↳": "&rdsh;", "▭": "&rect;", "⥽": "&rfisht;", "𝔯": "&rfr;", "⥬": "&rharul;", ρ: "&rho;", ϱ: "&varrho;", "⇉": "&rrarr;", "⋌": "&rthree;", "˚": "&ring;", "‏": "&rlm;", "⎱": "&rmoustache;", "⫮": "&rnmid;", "⟭": "&roang;", "⇾": "&roarr;", "⦆": "&ropar;", "𝕣": "&ropf;", "⨮": "&roplus;", "⨵": "&rotimes;", ")": "&rpar;", "⦔": "&rpargt;", "⨒": "&rppolint;", "›": "&rsaquo;", "𝓇": "&rscr;", "⋊": "&rtimes;", "▹": "&triangleright;", "⧎": "&rtriltri;", "⥨": "&ruluhar;", "℞": "&rx;", ś: "&sacute;", "⪴": "&scE;", "⪸": "&succapprox;", š: "&scaron;", ş: "&scedil;", ŝ: "&scirc;", "⪶": "&succneqq;", "⪺": "&succnapprox;", "⋩": "&succnsim;", "⨓": "&scpolint;", с: "&scy;", "⋅": "&sdot;", "⩦": "&sdote;", "⇘": "&seArr;", "§": "&sect;", ";": "&semi;", "⤩": "&tosa;", "✶": "&sext;", "𝔰": "&sfr;", "♯": "&sharp;", щ: "&shchcy;", ш: "&shcy;", "­": "&shy;", σ: "&sigma;", ς: "&varsigma;", "⩪": "&simdot;", "⪞": "&simg;", "⪠": "&simgE;", "⪝": "&siml;", "⪟": "&simlE;", "≆": "&simne;", "⨤": "&simplus;", "⥲": "&simrarr;", "⨳": "&smashp;", "⧤": "&smeparsl;", "⌣": "&ssmile;", "⪪": "&smt;", "⪬": "&smte;", "⪬︀": "&smtes;", ь: "&softcy;", "/": "&sol;", "⧄": "&solb;", "⌿": "&solbar;", "𝕤": "&sopf;", "♠": "&spadesuit;", "⊓︀": "&sqcaps;", "⊔︀": "&sqcups;", "𝓈": "&sscr;", "☆": "&star;", "⊂": "&subset;", "⫅": "&subseteqq;", "⪽": "&subdot;", "⫃": "&subedot;", "⫁": "&submult;", "⫋": "&subsetneqq;", "⊊": "&subsetneq;", "⪿": "&subplus;", "⥹": "&subrarr;", "⫇": "&subsim;", "⫕": "&subsub;", "⫓": "&subsup;", "♪": "&sung;", "¹": "&sup1;", "²": "&sup2;", "³": "&sup3;", "⫆": "&supseteqq;", "⪾": "&supdot;", "⫘": "&supdsub;", "⫄": "&supedot;", "⟉": "&suphsol;", "⫗": "&suphsub;", "⥻": "&suplarr;", "⫂": "&supmult;", "⫌": "&supsetneqq;", "⊋": "&supsetneq;", "⫀": "&supplus;", "⫈": "&supsim;", "⫔": "&supsub;", "⫖": "&supsup;", "⇙": "&swArr;", "⤪": "&swnwar;", ß: "&szlig;", "⌖": "&target;", τ: "&tau;", ť: "&tcaron;", ţ: "&tcedil;", т: "&tcy;", "⌕": "&telrec;", "𝔱": "&tfr;", θ: "&theta;", ϑ: "&vartheta;", þ: "&thorn;", "×": "&times;", "⨱": "&timesbar;", "⨰": "&timesd;", "⌶": "&topbot;", "⫱": "&topcir;", "𝕥": "&topf;", "⫚": "&topfork;", "‴": "&tprime;", "▵": "&utri;", "≜": "&trie;", "◬": "&tridot;", "⨺": "&triminus;", "⨹": "&triplus;", "⧍": "&trisb;", "⨻": "&tritime;", "⏢": "&trpezium;", "𝓉": "&tscr;", ц: "&tscy;", ћ: "&tshcy;", ŧ: "&tstrok;", "⥣": "&uHar;", ú: "&uacute;", ў: "&ubrcy;", ŭ: "&ubreve;", û: "&ucirc;", у: "&ucy;", ű: "&udblac;", "⥾": "&ufisht;", "𝔲": "&ufr;", ù: "&ugrave;", "▀": "&uhblk;", "⌜": "&ulcorner;", "⌏": "&ulcrop;", "◸": "&ultri;", ū: "&umacr;", ų: "&uogon;", "𝕦": "&uopf;", υ: "&upsilon;", "⇈": "&uuarr;", "⌝": "&urcorner;", "⌎": "&urcrop;", ů: "&uring;", "◹": "&urtri;", "𝓊": "&uscr;", "⋰": "&utdot;", ũ: "&utilde;", ü: "&uuml;", "⦧": "&uwangle;", "⫨": "&vBar;", "⫩": "&vBarv;", "⦜": "&vangrt;", "⊊︀": "&vsubne;", "⫋︀": "&vsubnE;", "⊋︀": "&vsupne;", "⫌︀": "&vsupnE;", в: "&vcy;", "⊻": "&veebar;", "≚": "&veeeq;", "⋮": "&vellip;", "𝔳": "&vfr;", "𝕧": "&vopf;", "𝓋": "&vscr;", "⦚": "&vzigzag;", ŵ: "&wcirc;", "⩟": "&wedbar;", "≙": "&wedgeq;", "℘": "&wp;", "𝔴": "&wfr;", "𝕨": "&wopf;", "𝓌": "&wscr;", "𝔵": "&xfr;", ξ: "&xi;", "⋻": "&xnis;", "𝕩": "&xopf;", "𝓍": "&xscr;", ý: "&yacute;", я: "&yacy;", ŷ: "&ycirc;", ы: "&ycy;", "¥": "&yen;", "𝔶": "&yfr;", ї: "&yicy;", "𝕪": "&yopf;", "𝓎": "&yscr;", ю: "&yucy;", ÿ: "&yuml;", ź: "&zacute;", ž: "&zcaron;", з: "&zcy;", ż: "&zdot;", ζ: "&zeta;", "𝔷": "&zfr;", ж: "&zhcy;", "⇝": "&zigrarr;", "𝕫": "&zopf;", "𝓏": "&zscr;", "‍": "&zwj;", "‌": "&zwnj;" } } };
733
- var Er = {};
734
- Object.defineProperty(Er, "__esModule", { value: !0 });
735
- Er.numericUnicodeMap = { 0: 65533, 128: 8364, 130: 8218, 131: 402, 132: 8222, 133: 8230, 134: 8224, 135: 8225, 136: 710, 137: 8240, 138: 352, 139: 8249, 140: 338, 142: 381, 145: 8216, 146: 8217, 147: 8220, 148: 8221, 149: 8226, 150: 8211, 151: 8212, 152: 732, 153: 8482, 154: 353, 155: 8250, 156: 339, 158: 382, 159: 376 };
736
- var Y = {};
737
- Object.defineProperty(Y, "__esModule", { value: !0 });
738
- Y.fromCodePoint = String.fromCodePoint || function(r) {
104
+ var G = {};
105
+ Object.defineProperty(G, "__esModule", { value: !0 });
106
+ G.numericUnicodeMap = { 0: 65533, 128: 8364, 130: 8218, 131: 402, 132: 8222, 133: 8230, 134: 8224, 135: 8225, 136: 710, 137: 8240, 138: 352, 139: 8249, 140: 338, 142: 381, 145: 8216, 146: 8217, 147: 8220, 148: 8221, 149: 8226, 150: 8211, 151: 8212, 152: 732, 153: 8482, 154: 353, 155: 8250, 156: 339, 158: 382, 159: 376 };
107
+ var L = {};
108
+ Object.defineProperty(L, "__esModule", { value: !0 });
109
+ L.fromCodePoint = String.fromCodePoint || function(r) {
739
110
  return String.fromCharCode(Math.floor((r - 65536) / 1024) + 55296, (r - 65536) % 1024 + 56320);
740
111
  };
741
- Y.getCodePoint = String.prototype.codePointAt ? function(r, a) {
742
- return r.codePointAt(a);
743
- } : function(r, a) {
744
- return (r.charCodeAt(a) - 55296) * 1024 + r.charCodeAt(a + 1) - 56320 + 65536;
112
+ L.getCodePoint = String.prototype.codePointAt ? function(r, t) {
113
+ return r.codePointAt(t);
114
+ } : function(r, t) {
115
+ return (r.charCodeAt(t) - 55296) * 1024 + r.charCodeAt(t + 1) - 56320 + 65536;
745
116
  };
746
- Y.highSurrogateFrom = 55296;
747
- Y.highSurrogateTo = 56319;
748
- var M = Kr && Kr.__assign || function() {
749
- return M = Object.assign || function(r) {
750
- for (var a, s = 1, o = arguments.length; s < o; s++) {
751
- a = arguments[s];
752
- for (var n in a) Object.prototype.hasOwnProperty.call(a, n) && (r[n] = a[n]);
117
+ L.highSurrogateFrom = 55296;
118
+ L.highSurrogateTo = 56319;
119
+ var S = M && M.__assign || function() {
120
+ return S = Object.assign || function(r) {
121
+ for (var t, a = 1, s = arguments.length; a < s; a++) {
122
+ t = arguments[a];
123
+ for (var l in t) Object.prototype.hasOwnProperty.call(t, l) && (r[l] = t[l]);
753
124
  }
754
125
  return r;
755
- }, M.apply(this, arguments);
126
+ }, S.apply(this, arguments);
756
127
  };
757
- Object.defineProperty(nr, "__esModule", { value: !0 });
758
- var rr = cr, We = Er, se = Y, Nr = M(M({}, rr.namedReferences), { all: rr.namedReferences.html5 });
759
- function ie(r, a, s) {
760
- a.lastIndex = 0;
761
- var o = a.exec(r), n;
762
- if (o) {
763
- n = "";
764
- var p = 0;
128
+ Object.defineProperty(O, "__esModule", { value: !0 });
129
+ var T = F, lr = G, W = L, _ = S(S({}, T.namedReferences), { all: T.namedReferences.html5 });
130
+ function K(r, t, a) {
131
+ t.lastIndex = 0;
132
+ var s = t.exec(r), l;
133
+ if (s) {
134
+ l = "";
135
+ var c = 0;
765
136
  do {
766
- p !== o.index && (n += r.substring(p, o.index));
767
- var m = o[0];
768
- n += s(m), p = o.index + m.length;
769
- } while (o = a.exec(r));
770
- p !== r.length && (n += r.substring(p));
137
+ c !== s.index && (l += r.substring(c, s.index));
138
+ var p = s[0];
139
+ l += a(p), c = s.index + p.length;
140
+ } while (s = t.exec(r));
141
+ c !== r.length && (l += r.substring(c));
771
142
  } else
772
- n = r;
773
- return n;
143
+ l = r;
144
+ return l;
774
145
  }
775
- var Je = { specialChars: /[<>'"&]/g, nonAscii: /[<>'"&\u0080-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, nonAsciiPrintable: /[<>'"&\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, nonAsciiPrintableOnly: /[\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, extensive: /[\x01-\x0c\x0e-\x1f\x21-\x2c\x2e-\x2f\x3a-\x40\x5b-\x60\x7b-\x7d\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g }, Ze = { mode: "specialChars", level: "all", numeric: "decimal" };
776
- function Ke(r, a) {
777
- var s = a === void 0 ? Ze : a, o = s.mode, n = o === void 0 ? "specialChars" : o, p = s.numeric, m = p === void 0 ? "decimal" : p, i = s.level, c = i === void 0 ? "all" : i;
146
+ var cr = { specialChars: /[<>'"&]/g, nonAscii: /[<>'"&\u0080-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, nonAsciiPrintable: /[<>'"&\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, nonAsciiPrintableOnly: /[\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g, extensive: /[\x01-\x0c\x0e-\x1f\x21-\x2c\x2e-\x2f\x3a-\x40\x5b-\x60\x7b-\x7d\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g }, or = { mode: "specialChars", level: "all", numeric: "decimal" };
147
+ function nr(r, t) {
148
+ var a = t === void 0 ? or : t, s = a.mode, l = s === void 0 ? "specialChars" : s, c = a.numeric, p = c === void 0 ? "decimal" : c, i = a.level, n = i === void 0 ? "all" : i;
778
149
  if (!r)
779
150
  return "";
780
- var j = Je[n], y = Nr[c].characters, h = m === "hexadecimal";
781
- return ie(r, j, function(u) {
782
- var f = y[u];
783
- if (!f) {
784
- var w = u.length > 1 ? se.getCodePoint(u, 0) : u.charCodeAt(0);
785
- f = (h ? "&#x" + w.toString(16) : "&#" + w) + ";";
786
- }
787
- return f;
151
+ var v = cr[l], q = _[n].characters, d = p === "hexadecimal";
152
+ return K(r, v, function(o) {
153
+ var m = q[o];
154
+ if (!m) {
155
+ var g = o.length > 1 ? W.getCodePoint(o, 0) : o.charCodeAt(0);
156
+ m = (d ? "&#x" + g.toString(16) : "&#" + g) + ";";
157
+ }
158
+ return m;
788
159
  });
789
160
  }
790
- nr.encode = Ke;
791
- var Xe = { scope: "body", level: "all" }, yr = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g, wr = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g, re = { xml: { strict: yr, attribute: wr, body: rr.bodyRegExps.xml }, html4: { strict: yr, attribute: wr, body: rr.bodyRegExps.html4 }, html5: { strict: yr, attribute: wr, body: rr.bodyRegExps.html5 } }, Qe = M(M({}, re), { all: re.html5 }), le = String.fromCharCode, rt = le(65533), et = { level: "all" };
792
- function oe(r, a, s, o) {
793
- var n = r, p = r[r.length - 1];
794
- if (s && p === "=")
795
- n = r;
796
- else if (o && p !== ";")
797
- n = r;
161
+ O.encode = nr;
162
+ var ur = { scope: "body", level: "all" }, H = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g, P = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g, Y = { xml: { strict: H, attribute: P, body: T.bodyRegExps.xml }, html4: { strict: H, attribute: P, body: T.bodyRegExps.html4 }, html5: { strict: H, attribute: P, body: T.bodyRegExps.html5 } }, pr = S(S({}, Y), { all: Y.html5 }), X = String.fromCharCode, mr = X(65533), dr = { level: "all" };
163
+ function Q(r, t, a, s) {
164
+ var l = r, c = r[r.length - 1];
165
+ if (a && c === "=")
166
+ l = r;
167
+ else if (s && c !== ";")
168
+ l = r;
798
169
  else {
799
- var m = a[r];
800
- if (m)
801
- n = m;
170
+ var p = t[r];
171
+ if (p)
172
+ l = p;
802
173
  else if (r[0] === "&" && r[1] === "#") {
803
- var i = r[2], c = i == "x" || i == "X" ? parseInt(r.substr(3), 16) : parseInt(r.substr(2));
804
- n = c >= 1114111 ? rt : c > 65535 ? se.fromCodePoint(c) : le(We.numericUnicodeMap[c] || c);
174
+ var i = r[2], n = i == "x" || i == "X" ? parseInt(r.substr(3), 16) : parseInt(r.substr(2));
175
+ l = n >= 1114111 ? mr : n > 65535 ? W.fromCodePoint(n) : X(lr.numericUnicodeMap[n] || n);
805
176
  }
806
177
  }
807
- return n;
178
+ return l;
808
179
  }
809
- function tt(r, a) {
810
- var s = (a === void 0 ? et : a).level, o = s === void 0 ? "all" : s;
811
- return r ? oe(r, Nr[o].entities, !1, !1) : "";
180
+ function gr(r, t) {
181
+ var a = (t === void 0 ? dr : t).level, s = a === void 0 ? "all" : a;
182
+ return r ? Q(r, _[s].entities, !1, !1) : "";
812
183
  }
813
- nr.decodeEntity = tt;
814
- function at(r, a) {
815
- var s = a === void 0 ? Xe : a, o = s.level, n = o === void 0 ? "all" : o, p = s.scope, m = p === void 0 ? n === "xml" ? "strict" : "body" : p;
184
+ O.decodeEntity = gr;
185
+ function hr(r, t) {
186
+ var a = t === void 0 ? ur : t, s = a.level, l = s === void 0 ? "all" : s, c = a.scope, p = c === void 0 ? l === "xml" ? "strict" : "body" : c;
816
187
  if (!r)
817
188
  return "";
818
- var i = Qe[n][m], c = Nr[n].entities, j = m === "attribute", y = m === "strict";
819
- return ie(r, i, function(h) {
820
- return oe(h, c, j, y);
189
+ var i = pr[l][p], n = _[l].entities, v = p === "attribute", q = p === "strict";
190
+ return K(r, i, function(d) {
191
+ return Q(d, n, v, q);
821
192
  });
822
193
  }
823
- var st = nr.decode = at;
824
- const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n) => {
825
- if (r[a] !== void 0)
826
- return r[a];
827
- const p = o || a;
828
- return p && n && n[p] !== void 0 ? n[p] : s;
829
- }, P = (r, a) => r[a] !== void 0, Tt = (r) => {
830
- var m;
831
- let a;
832
- function s(i) {
833
- const c = i.getNodeName && i.getNodeName(), j = i.getContentModel && i.getContentModel(), y = c && i.hasBlocks() ? i.getBlocks().map((u) => s(u)) : [];
834
- let h = {
194
+ var br = O.decode = hr;
195
+ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) => {
196
+ if (r[t] !== void 0)
197
+ return r[t];
198
+ const c = s || t;
199
+ return c && l && l[c] !== void 0 ? l[c] : a;
200
+ }, A = (r, t) => r[t] !== void 0, $r = (r) => {
201
+ var p;
202
+ let t;
203
+ function a(i) {
204
+ const n = i.getNodeName && i.getNodeName(), v = i.getContentModel && i.getContentModel(), q = n && i.hasBlocks() ? i.getBlocks().map((o) => a(o)) : [];
205
+ let d = {
835
206
  id: i.getId && i.getId(),
836
- type: c,
837
- blocks: y,
838
- content: y.length > 0 ? void 0 : i.getContent && i.getContent(),
207
+ type: n,
208
+ blocks: q,
209
+ content: q.length > 0 ? void 0 : i.getContent && i.getContent(),
839
210
  attributes: i.getAttributes && i.getAttributes(),
840
- contentModel: j,
211
+ contentModel: v,
841
212
  lineNumber: i.getLineNumber && i.getLineNumber(),
842
213
  style: i.getStyle && i.getStyle(),
843
214
  role: i.getRole && i.getRole(),
844
215
  title: i.hasTitle && i.hasTitle() ? i.getTitle() : void 0,
845
216
  level: i.getLevel && i.getLevel()
846
217
  };
847
- if (c === "admonition") {
848
- let u = h;
849
- u.iconUri = i.getIconUri(h.attributes.name);
850
- }
851
- if (c === "audio") {
852
- let u = h;
853
- u.mediaUri = i.getMediaUri(i.getAttribute("target")), u.autoplay = i.isOption("autoplay"), u.noControls = !i.isOption("nocontrols"), u.loop = i.isOption("loop"), h = u;
854
- }
855
- if (c === "video") {
856
- let u = h;
857
- u.mediaUri = i.getMediaUri(i.getAttribute("target")), u.autoplay = i.isOption("autoplay"), u.noControls = !i.isOption("nocontrols"), u.loop = i.isOption("loop"), u.onHover = i.isOption("onhover"), h = u;
858
- }
859
- if (c === "image") {
860
- let u = h;
861
- u.imageUri = i.getImageUri(i.getAttribute("target"));
862
- }
863
- if ((c === "listing" || c === "literal") && "getSource" in i) {
864
- const u = h;
865
- u.source = i.getSource(), u.language = i.getAttribute("language"), u.content = u.content ? st(u.content) : void 0;
866
- }
867
- if (c === "section") {
868
- const u = h;
869
- u.title = i.getCaption() ? i.getCaptionedTitle() : i.getTitle() || "", "getSectionNumeral" in i && (u.name = i.getSectionName(), u.numbered = i.isNumbered(), u.num = i.getSectionNumeral());
870
- }
871
- if (c === "dlist") {
872
- let u = h;
873
- u.items = i.getItems().map((f) => [
874
- f[0].map(
875
- (w) => s(w)
218
+ if (n === "admonition") {
219
+ let o = d;
220
+ o.iconUri = i.getIconUri(d.attributes.name);
221
+ }
222
+ if (n === "audio") {
223
+ let o = d;
224
+ o.mediaUri = i.getMediaUri(i.getAttribute("target")), o.autoplay = i.isOption("autoplay"), o.noControls = !i.isOption("nocontrols"), o.loop = i.isOption("loop"), d = o;
225
+ }
226
+ if (n === "video") {
227
+ let o = d;
228
+ o.mediaUri = i.getMediaUri(i.getAttribute("target")), o.autoplay = i.isOption("autoplay"), o.noControls = !i.isOption("nocontrols"), o.loop = i.isOption("loop"), o.onHover = i.isOption("onhover"), d = o;
229
+ }
230
+ if (n === "image") {
231
+ let o = d;
232
+ o.imageUri = i.getImageUri(i.getAttribute("target"));
233
+ }
234
+ if ((n === "listing" || n === "literal") && "getSource" in i) {
235
+ const o = d;
236
+ o.source = i.getSource(), o.language = i.getAttribute("language"), o.content = o.content ? br(o.content) : void 0;
237
+ }
238
+ if (n === "section") {
239
+ const o = d;
240
+ o.title = i.getCaption() ? i.getCaptionedTitle() : i.getTitle() || "", "getSectionNumeral" in i && (o.name = i.getSectionName(), o.numbered = i.isNumbered(), o.num = i.getSectionNumeral());
241
+ }
242
+ if (n === "dlist") {
243
+ let o = d;
244
+ o.items = i.getItems().map((m) => [
245
+ m[0].map(
246
+ (g) => a(g)
876
247
  ),
877
- s(f[1])
248
+ a(m[1])
878
249
  ]);
879
250
  }
880
- if (c === "colist" || c === "olist" || c === "ulist") {
881
- let u = h;
882
- u.items = i.getItems().map((f) => s(f));
251
+ if (n === "colist" || n === "olist" || n === "ulist") {
252
+ let o = d;
253
+ o.items = i.getItems().map((m) => a(m));
883
254
  }
884
- if (c === "list_item") {
885
- let u = h;
886
- const f = i;
887
- u.text = f.hasText() ? f.getText() : void 0;
255
+ if (n === "list_item") {
256
+ let o = d;
257
+ const m = i;
258
+ o.text = m.hasText() ? m.getText() : void 0;
888
259
  }
889
- if (c === "table") {
890
- let u = h;
891
- const f = i;
892
- u.columns = f.getColumns().map((O) => ({
260
+ if (n === "table") {
261
+ let o = d;
262
+ const m = i;
263
+ o.columns = m.getColumns().map((N) => ({
893
264
  // @ts-ignore
894
- attributes: O.getAttributes(),
895
- columnNumber: O.getColumnNumber(),
896
- width: O.getWidth(),
897
- horizontalAlign: O.getHorizontalAlign(),
898
- verticalAlign: O.getVerticalAlign(),
899
- style: O.getStyle()
265
+ attributes: N.getAttributes(),
266
+ columnNumber: N.getColumnNumber(),
267
+ width: N.getWidth(),
268
+ horizontalAlign: N.getHorizontalAlign(),
269
+ verticalAlign: N.getVerticalAlign(),
270
+ style: N.getStyle()
900
271
  }));
901
- const w = (O) => O.map(
902
- (F) => F.map((E) => s(E))
903
- ), C = f.getRows();
904
- u.rows = {
905
- head: w(C.head),
906
- body: w(C.body),
907
- foot: w(C.foot)
908
- }, u = {
909
- ...u,
910
- caption: f.getCaption(),
911
- hasHeader: f.hasHeaderOption(),
912
- hasFooter: f.hasFooterOption(),
913
- hasAutowidth: f.hasAutowidthOption(),
914
- headRows: w(f.getHeadRows()),
915
- bodyRows: w(f.getBodyRows()),
916
- footRows: w(f.getFootRows())
917
- }, h = u;
918
- }
919
- if (c === "table_cell") {
920
- const u = i, f = u.getColumn();
921
- h = {
922
- ...h,
272
+ const g = (N) => N.map(
273
+ (I) => I.map((E) => a(E))
274
+ ), w = m.getRows();
275
+ o.rows = {
276
+ head: g(w.head),
277
+ body: g(w.body),
278
+ foot: g(w.foot)
279
+ }, o = {
280
+ ...o,
281
+ caption: m.getCaption(),
282
+ hasHeader: m.hasHeaderOption(),
283
+ hasFooter: m.hasFooterOption(),
284
+ hasAutowidth: m.hasAutowidthOption(),
285
+ headRows: g(m.getHeadRows()),
286
+ bodyRows: g(m.getBodyRows()),
287
+ footRows: g(m.getFootRows())
288
+ }, d = o;
289
+ }
290
+ if (n === "table_cell") {
291
+ const o = i, m = o.getColumn();
292
+ d = {
293
+ ...d,
923
294
  type: "table_cell",
924
- text: u.getText(),
925
- columnSpan: u.getColumnSpan(),
926
- rowSpan: u.getRowSpan(),
927
- source: u.getSource(),
928
- lines: u.getLines(),
929
- width: u.getWidth(),
930
- columnPercentageWidth: u.getColumnPercentageWidth(),
931
- column: f ? {
295
+ text: o.getText(),
296
+ columnSpan: o.getColumnSpan(),
297
+ rowSpan: o.getRowSpan(),
298
+ source: o.getSource(),
299
+ lines: o.getLines(),
300
+ width: o.getWidth(),
301
+ columnPercentageWidth: o.getColumnPercentageWidth(),
302
+ column: m ? {
932
303
  // @ts-ignore
933
- attributes: f.getAttributes(),
934
- columnNumber: f.getColumnNumber(),
935
- width: f.getWidth(),
936
- horizontalAlign: f.getHorizontalAlign(),
937
- verticalAlign: f.getVerticalAlign(),
938
- style: f.getStyle()
304
+ attributes: m.getAttributes(),
305
+ columnNumber: m.getColumnNumber(),
306
+ width: m.getWidth(),
307
+ horizontalAlign: m.getHorizontalAlign(),
308
+ verticalAlign: m.getVerticalAlign(),
309
+ style: m.getStyle()
939
310
  } : void 0
940
311
  };
941
312
  }
942
- return h;
313
+ return d;
943
314
  }
944
- function o(i) {
945
- return i.getSections().map((c) => ({
946
- id: c.getId(),
947
- title: (c.getCaption() ? c.getCaptionedTitle() : c.getTitle()) || "",
948
- level: c.getLevel(),
949
- num: c.getSectionNumber(),
950
- sections: o(c)
315
+ function s(i) {
316
+ return i.getSections().map((n) => ({
317
+ id: n.getId(),
318
+ title: (n.getCaption() ? n.getCaptionedTitle() : n.getTitle()) || "",
319
+ level: n.getLevel(),
320
+ num: n.getSectionNumber(),
321
+ sections: s(n)
951
322
  }));
952
323
  }
953
- a = {
324
+ t = {
954
325
  type: "document",
955
- title: ((m = r.getDocumentTitle()) == null ? void 0 : m.toString()) || "",
326
+ title: ((p = r.getDocumentTitle()) == null ? void 0 : p.toString()) || "",
956
327
  hasHeader: r.hasHeader(),
957
328
  noHeader: r.getNoheader(),
958
329
  contentModel: r.getContentModel(),
959
330
  footnotes: [],
960
331
  attributes: r.getAttributes(),
961
- blocks: r.getBlocks().map((i) => s(i)),
962
- sections: o(r),
332
+ blocks: r.getBlocks().map((i) => a(i)),
333
+ sections: s(r),
963
334
  authors: []
964
335
  };
965
- const n = r.getFootnotes();
966
- return n && (a.footnotes = n.map((i) => ({
336
+ const l = r.getFootnotes();
337
+ return l && (t.footnotes = l.map((i) => ({
967
338
  text: i.getText(),
968
339
  index: i.getIndex()
969
- }))), r.getAuthors() && (a.authors = r.getAuthors().map((i) => {
970
- const c = i.getName(), j = i.getEmail();
340
+ }))), r.getAuthors() && (t.authors = r.getAuthors().map((i) => {
341
+ const n = i.getName(), v = i.getEmail();
971
342
  return {
972
- name: c ? r.applySubstitutions(c).toString() : void 0,
973
- email: j ? r.applySubstitutions(j).toString() : void 0
343
+ name: n ? r.applySubstitutions(n).toString() : void 0,
344
+ email: v ? r.applySubstitutions(v).toString() : void 0
974
345
  };
975
- })), a;
976
- }, Ct = async (r, a) => {
977
- const s = async (n) => Promise.all(
978
- n.map(async (p) => {
979
- let m = await a(p);
980
- if (m.blocks && m.blocks.length > 0 && (m.blocks = await s(m.blocks)), m.items) {
981
- const i = m;
982
- i.items = await s(
346
+ })), t;
347
+ }, jr = async (r, t) => {
348
+ const a = async (l) => Promise.all(
349
+ l.map(async (c) => {
350
+ let p = await t(c);
351
+ if (p.blocks && p.blocks.length > 0 && (p.blocks = await a(p.blocks)), p.items) {
352
+ const i = p;
353
+ i.items = await a(
983
354
  i.items
984
355
  );
985
356
  }
986
- return m;
357
+ return p;
987
358
  })
988
- ), o = await s(r.blocks);
359
+ ), s = await a(r.blocks);
989
360
  return {
990
361
  ...r,
991
- blocks: o
362
+ blocks: s
992
363
  };
993
- }, it = ({ node: r }) => {
994
- const a = (o) => {
995
- const n = o, p = n[0];
996
- let m = n[1];
997
- return m.type || (m = null), {
998
- terms: p,
999
- dd: m
364
+ }, fr = ({ node: r }) => {
365
+ const t = (s) => {
366
+ const l = s, c = l[0];
367
+ let p = l[1];
368
+ return p.type || (p = null), {
369
+ terms: c,
370
+ dd: p
1000
371
  };
1001
- }, s = (o) => {
1002
- if (o)
1003
- return /* @__PURE__ */ e.jsxs("dd", { children: [
1004
- o.text && /* @__PURE__ */ e.jsx("p", { children: D(o.text) }),
1005
- /* @__PURE__ */ e.jsx(R, { blocks: o.blocks })
372
+ }, a = (s) => {
373
+ if (s)
374
+ return /* @__PURE__ */ u("dd", { children: [
375
+ s.text && /* @__PURE__ */ e("p", { children: b(s.text) }),
376
+ /* @__PURE__ */ e(y, { blocks: s.blocks })
1006
377
  ] });
1007
378
  };
1008
379
  if (r.style === "qanda")
1009
- return /* @__PURE__ */ e.jsxs(
380
+ return /* @__PURE__ */ u(
1010
381
  "div",
1011
382
  {
1012
- className: N("qlist qanda", r.role),
383
+ className: h("qlist qanda", r.role),
1013
384
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1014
385
  children: [
1015
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1016
- /* @__PURE__ */ e.jsx("ol", { children: r.items.map((o, n) => {
1017
- const { terms: p, dd: m } = a(o);
1018
- if (p)
1019
- return /* @__PURE__ */ e.jsxs("li", { children: [
1020
- p.map((i, c) => /* @__PURE__ */ e.jsx("p", { children: /* @__PURE__ */ e.jsx("em", { children: D(i.text) }) }, c)),
1021
- s(m)
1022
- ] }, n);
386
+ /* @__PURE__ */ e(f, { text: r.title }),
387
+ /* @__PURE__ */ e("ol", { children: r.items.map((s, l) => {
388
+ const { terms: c, dd: p } = t(s);
389
+ if (c)
390
+ return /* @__PURE__ */ u("li", { children: [
391
+ c.map((i, n) => /* @__PURE__ */ e("p", { children: /* @__PURE__ */ e("em", { children: b(i.text) }) }, n)),
392
+ a(p)
393
+ ] }, l);
1023
394
  }) })
1024
395
  ]
1025
396
  }
1026
397
  );
1027
398
  if (r.style === "horizontal") {
1028
- const o = r.attributes.labelwidth, n = r.attributes.itemwidth;
1029
- return /* @__PURE__ */ e.jsxs("div", { className: N("hdlist", r.role), children: [
1030
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1031
- /* @__PURE__ */ e.jsxs("table", { children: [
1032
- (o || n) && /* @__PURE__ */ e.jsxs("colgroup", { children: [
1033
- /* @__PURE__ */ e.jsx(
399
+ const s = r.attributes.labelwidth, l = r.attributes.itemwidth;
400
+ return /* @__PURE__ */ u("div", { className: h("hdlist", r.role), children: [
401
+ /* @__PURE__ */ e(f, { text: r.title }),
402
+ /* @__PURE__ */ u("table", { children: [
403
+ (s || l) && /* @__PURE__ */ u("colgroup", { children: [
404
+ /* @__PURE__ */ e(
1034
405
  "col",
1035
406
  {
1036
407
  style: {
1037
- width: o ? `${o.toString().replace("%", "")}%` : ""
408
+ width: s ? `${s.toString().replace("%", "")}%` : ""
1038
409
  // do this because a width could have a % or no unit
1039
410
  }
1040
411
  }
1041
412
  ),
1042
- /* @__PURE__ */ e.jsx(
413
+ /* @__PURE__ */ e(
1043
414
  "col",
1044
415
  {
1045
416
  style: {
1046
- width: n ? `${n.toString().replace("%", "")}%` : ""
417
+ width: l ? `${l.toString().replace("%", "")}%` : ""
1047
418
  }
1048
419
  }
1049
420
  )
1050
421
  ] }),
1051
- /* @__PURE__ */ e.jsx("tbody", { children: r.items.map((p, m) => {
1052
- const { terms: i, dd: c } = a(p);
422
+ /* @__PURE__ */ e("tbody", { children: r.items.map((c, p) => {
423
+ const { terms: i, dd: n } = t(c);
1053
424
  if (i)
1054
- return /* @__PURE__ */ e.jsxs("tr", { children: [
1055
- /* @__PURE__ */ e.jsx(
425
+ return /* @__PURE__ */ u("tr", { children: [
426
+ /* @__PURE__ */ e(
1056
427
  "td",
1057
428
  {
1058
- className: N(
429
+ className: h(
1059
430
  "hdlist1",
1060
- er(r.attributes, "strong") ? "strong" : ""
431
+ C(r.attributes, "strong") ? "strong" : ""
1061
432
  ),
1062
- children: i.map((j, y) => /* @__PURE__ */ e.jsxs(qr, { children: [
1063
- y !== 0 && /* @__PURE__ */ e.jsx("br", {}),
1064
- D(j.text)
1065
- ] }, y))
433
+ children: i.map((v, q) => /* @__PURE__ */ u(z, { children: [
434
+ q !== 0 && /* @__PURE__ */ e("br", {}),
435
+ b(v.text)
436
+ ] }, q))
1066
437
  }
1067
438
  ),
1068
- c && /* @__PURE__ */ e.jsxs("td", { className: "hdlist2", children: [
1069
- c.text && /* @__PURE__ */ e.jsx("p", { children: D(c.text) }),
1070
- /* @__PURE__ */ e.jsx(R, { blocks: c.blocks })
439
+ n && /* @__PURE__ */ u("td", { className: "hdlist2", children: [
440
+ n.text && /* @__PURE__ */ e("p", { children: b(n.text) }),
441
+ /* @__PURE__ */ e(y, { blocks: n.blocks })
1071
442
  ] })
1072
- ] }, m);
443
+ ] }, p);
1073
444
  }) })
1074
445
  ] })
1075
446
  ] });
1076
447
  } else
1077
- return /* @__PURE__ */ e.jsxs("div", { className: N("dlist", r.style, r.role), children: [
1078
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1079
- /* @__PURE__ */ e.jsx("dl", { children: r.items.map((o, n) => {
1080
- const { terms: p, dd: m } = a(o);
1081
- if (p)
1082
- return /* @__PURE__ */ e.jsxs(qr, { children: [
1083
- p.map((i, c) => /* @__PURE__ */ e.jsx("dt", { className: "hdlist1", children: D(i.text) }, c)),
1084
- s(m)
1085
- ] }, n);
448
+ return /* @__PURE__ */ u("div", { className: h("dlist", r.style, r.role), children: [
449
+ /* @__PURE__ */ e(f, { text: r.title }),
450
+ /* @__PURE__ */ e("dl", { children: r.items.map((s, l) => {
451
+ const { terms: c, dd: p } = t(s);
452
+ if (c)
453
+ return /* @__PURE__ */ u(z, { children: [
454
+ c.map((i, n) => /* @__PURE__ */ e("dt", { className: "hdlist1", children: b(i.text) }, n)),
455
+ a(p)
456
+ ] }, l);
1086
457
  }) })
1087
458
  ] });
1088
- }, ur = ({
459
+ }, B = ({
1089
460
  sections: r,
1090
- opts: a
461
+ opts: t
1091
462
  }) => {
1092
- const { document: s } = I();
463
+ const { document: a } = D();
1093
464
  if (!r || r.length === 0) return null;
1094
- const o = s.attributes || {}, n = o.sectnumlevels, p = o.toclevels, m = (a == null ? void 0 : a.sectNumLevels) || (n ? parseInt(`${n}`) : 3), i = (a == null ? void 0 : a.tocLevels) || (p ? parseInt(`${p}`) : 2);
1095
- return /* @__PURE__ */ e.jsx("ul", { className: `sectlevel${r[0].level}`, children: r.map((c) => {
1096
- let j = c.num;
1097
- j = j === "." || j === ".." ? "" : j;
1098
- const y = c.level;
1099
- let h = c.title;
1100
- return y <= m && (h = `${j} ${c.title}`), /* @__PURE__ */ e.jsxs("li", { children: [
1101
- /* @__PURE__ */ e.jsx("a", { href: `#${c.id}`, children: D(h) }),
1102
- y < i && /* @__PURE__ */ e.jsx(
1103
- ur,
465
+ const s = a.attributes || {}, l = s.sectnumlevels, c = s.toclevels, p = (t == null ? void 0 : t.sectNumLevels) || (l ? parseInt(`${l}`) : 3), i = (t == null ? void 0 : t.tocLevels) || (c ? parseInt(`${c}`) : 2);
466
+ return /* @__PURE__ */ e("ul", { className: `sectlevel${r[0].level}`, children: r.map((n) => {
467
+ let v = n.num;
468
+ v = v === "." || v === ".." ? "" : v;
469
+ const q = n.level;
470
+ let d = n.title;
471
+ return q <= p && (d = `${v} ${n.title}`), /* @__PURE__ */ u("li", { children: [
472
+ /* @__PURE__ */ e("a", { href: `#${n.id}`, children: b(d) }),
473
+ q < i && /* @__PURE__ */ e(
474
+ B,
1104
475
  {
1105
- sections: c.sections,
476
+ sections: n.sections,
1106
477
  opts: {
1107
478
  tocLevels: i,
1108
- sectNumLevels: m
479
+ sectNumLevels: p
1109
480
  }
1110
481
  }
1111
482
  )
1112
- ] }, c.id);
483
+ ] }, n.id);
1113
484
  }) });
1114
- }, lt = ({ document: r }) => {
1115
- const a = () => r.noHeader ? null : /* @__PURE__ */ e.jsx("div", { id: "header", children: r.hasHeader && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1116
- /* @__PURE__ */ e.jsx(
485
+ }, vr = ({ document: r }) => {
486
+ const t = () => r.noHeader ? null : /* @__PURE__ */ e("div", { id: "header", children: r.hasHeader && /* @__PURE__ */ u(x, { children: [
487
+ /* @__PURE__ */ e(
1117
488
  "h1",
1118
489
  {
1119
490
  dangerouslySetInnerHTML: {
@@ -1121,88 +492,88 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1121
492
  }
1122
493
  }
1123
494
  ),
1124
- /* @__PURE__ */ e.jsx(o, {}),
1125
- r.sections && r.sections.length > 0 && r.attributes.toc !== void 0 && r.attributes["toc-placement"] === "auto" && /* @__PURE__ */ e.jsxs(
495
+ /* @__PURE__ */ e(s, {}),
496
+ r.sections && r.sections.length > 0 && r.attributes.toc !== void 0 && r.attributes["toc-placement"] === "auto" && /* @__PURE__ */ u(
1126
497
  "div",
1127
498
  {
1128
499
  id: "toc",
1129
- className: or(r.attributes, "toc-class", "toc"),
500
+ className: U(r.attributes, "toc-class", "toc"),
1130
501
  children: [
1131
- /* @__PURE__ */ e.jsx("div", { id: "toctitle", children: r.attributes["toc-title"] }),
1132
- /* @__PURE__ */ e.jsx(ur, { sections: r.sections })
502
+ /* @__PURE__ */ e("div", { id: "toctitle", children: r.attributes["toc-title"] }),
503
+ /* @__PURE__ */ e(B, { sections: r.sections })
1133
504
  ]
1134
505
  }
1135
506
  )
1136
- ] }) }), s = () => r.footnotes && r.footnotes.length > 0 && r.blocks && !P(r.attributes, "nofootnotes") ? /* @__PURE__ */ e.jsxs("div", { id: "footnotes", children: [
1137
- /* @__PURE__ */ e.jsx("hr", {}),
1138
- r.footnotes.map((n) => /* @__PURE__ */ e.jsxs(
507
+ ] }) }), a = () => r.footnotes && r.footnotes.length > 0 && r.blocks && !A(r.attributes, "nofootnotes") ? /* @__PURE__ */ u("div", { id: "footnotes", children: [
508
+ /* @__PURE__ */ e("hr", {}),
509
+ r.footnotes.map((l) => /* @__PURE__ */ u(
1139
510
  "div",
1140
511
  {
1141
512
  className: "footnote",
1142
- id: `_footnotedef_${n.index}`,
513
+ id: `_footnotedef_${l.index}`,
1143
514
  children: [
1144
- /* @__PURE__ */ e.jsx("a", { href: `#_footnoteref_${n.index}`, children: n.index }),
515
+ /* @__PURE__ */ e("a", { href: `#_footnoteref_${l.index}`, children: l.index }),
1145
516
  ".",
1146
517
  " ",
1147
- D(n.text || "")
518
+ b(l.text || "")
1148
519
  ]
1149
520
  },
1150
- n.index
521
+ l.index
1151
522
  ))
1152
- ] }) : null, o = () => r.authors.length > 0 || P(r.attributes, "revnumber") || P(r.attributes, "revdate") || P(r.attributes, "revremark") ? /* @__PURE__ */ e.jsxs("div", { className: "details", children: [
1153
- r.authors.map((n, p) => /* @__PURE__ */ e.jsxs(qr, { children: [
1154
- n.name && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1155
- /* @__PURE__ */ e.jsx("span", { id: `author${p + 1 > 1 ? p + 1 : ""}`, className: "author", children: D(n.name) }),
1156
- /* @__PURE__ */ e.jsx("br", {})
523
+ ] }) : null, s = () => r.authors.length > 0 || A(r.attributes, "revnumber") || A(r.attributes, "revdate") || A(r.attributes, "revremark") ? /* @__PURE__ */ u("div", { className: "details", children: [
524
+ r.authors.map((l, c) => /* @__PURE__ */ u(z, { children: [
525
+ l.name && /* @__PURE__ */ u(x, { children: [
526
+ /* @__PURE__ */ e("span", { id: `author${c + 1 > 1 ? c + 1 : ""}`, className: "author", children: b(l.name) }),
527
+ /* @__PURE__ */ e("br", {})
1157
528
  ] }),
1158
- n.email && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1159
- /* @__PURE__ */ e.jsx("span", { id: `email${p + 1 > 1 ? p + 1 : ""}`, className: "email", children: D(n.email) }),
1160
- /* @__PURE__ */ e.jsx("br", {})
529
+ l.email && /* @__PURE__ */ u(x, { children: [
530
+ /* @__PURE__ */ e("span", { id: `email${c + 1 > 1 ? c + 1 : ""}`, className: "email", children: b(l.email) }),
531
+ /* @__PURE__ */ e("br", {})
1161
532
  ] })
1162
- ] }, p)),
1163
- P(r.attributes, "revnumber") && /* @__PURE__ */ e.jsx("span", { id: "revnumber", children: `${r.attributes["version-label"].toString().toLowerCase()} ${r.attributes.revnumber}${r.attributes.revdate ? "," : ""}` }),
1164
- P(r.attributes, "revdate") && /* @__PURE__ */ e.jsx("span", { id: "revdate", children: r.attributes.revdate }),
1165
- P(r.attributes, "revremark") && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1166
- /* @__PURE__ */ e.jsx("br", {}),
1167
- /* @__PURE__ */ e.jsx("span", { id: "revremark", children: r.attributes.revremark })
533
+ ] }, c)),
534
+ A(r.attributes, "revnumber") && /* @__PURE__ */ e("span", { id: "revnumber", children: `${r.attributes["version-label"].toString().toLowerCase()} ${r.attributes.revnumber}${r.attributes.revdate ? "," : ""}` }),
535
+ A(r.attributes, "revdate") && /* @__PURE__ */ e("span", { id: "revdate", children: r.attributes.revdate }),
536
+ A(r.attributes, "revremark") && /* @__PURE__ */ u(x, { children: [
537
+ /* @__PURE__ */ e("br", {}),
538
+ /* @__PURE__ */ e("span", { id: "revremark", children: r.attributes.revremark })
1168
539
  ] })
1169
540
  ] }) : null;
1170
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1171
- /* @__PURE__ */ e.jsx(a, {}),
1172
- /* @__PURE__ */ e.jsx("div", { id: "content", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) }),
1173
- /* @__PURE__ */ e.jsx(s, {})
541
+ return /* @__PURE__ */ u(x, { children: [
542
+ /* @__PURE__ */ e(t, {}),
543
+ /* @__PURE__ */ e("div", { id: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) }),
544
+ /* @__PURE__ */ e(a, {})
1174
545
  ] });
1175
- }, ot = ({ node: r }) => {
1176
- if (er(r.attributes, "collapsible")) {
1177
- const s = r.title || "Details", o = r.attributes.open ? !0 : void 0;
1178
- return /* @__PURE__ */ e.jsxs(
546
+ }, yr = ({ node: r }) => {
547
+ if (C(r.attributes, "collapsible")) {
548
+ const a = r.title || "Details", s = r.attributes.open ? !0 : void 0;
549
+ return /* @__PURE__ */ u(
1179
550
  "details",
1180
551
  {
1181
552
  className: r.role,
1182
- open: o,
553
+ open: s,
1183
554
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1184
555
  ...r.id ? { id: r.id } : {},
1185
556
  children: [
1186
- /* @__PURE__ */ e.jsx("summary", { className: "title", children: D(s) }),
1187
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) })
557
+ /* @__PURE__ */ e("summary", { className: "title", children: b(a) }),
558
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1188
559
  ]
1189
560
  }
1190
561
  );
1191
562
  }
1192
- return /* @__PURE__ */ e.jsxs(
563
+ return /* @__PURE__ */ u(
1193
564
  "div",
1194
565
  {
1195
- className: N("exampleblock", r.role),
566
+ className: h("exampleblock", r.role),
1196
567
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1197
568
  ...r.id ? { id: r.id } : {},
1198
569
  children: [
1199
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1200
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) })
570
+ /* @__PURE__ */ e(f, { text: r.title }),
571
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1201
572
  ]
1202
573
  }
1203
574
  );
1204
- }, nt = ({ node: r }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1205
- /* @__PURE__ */ e.jsx(
575
+ }, qr = ({ node: r }) => /* @__PURE__ */ u(x, { children: [
576
+ /* @__PURE__ */ e(
1206
577
  "a",
1207
578
  {
1208
579
  className: "sectionanchor",
@@ -1210,13 +581,13 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1210
581
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}
1211
582
  }
1212
583
  ),
1213
- G(
584
+ k(
1214
585
  `h${r.level + 1}`,
1215
- { className: N(r.role, r.style) },
1216
- D(r.title || "")
586
+ { className: h(r.role, r.style) },
587
+ b(r.title || "")
1217
588
  )
1218
- ] }), ct = ({ node: r }) => {
1219
- let a = /* @__PURE__ */ e.jsx(
589
+ ] }), wr = ({ node: r }) => {
590
+ let t = /* @__PURE__ */ e(
1220
591
  "img",
1221
592
  {
1222
593
  src: r.imageUri,
@@ -1225,7 +596,7 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1225
596
  height: r.attributes.height
1226
597
  }
1227
598
  );
1228
- return r.attributes.link && (a = /* @__PURE__ */ e.jsx("a", { className: "image", href: r.attributes.link.toString(), children: a })), /* @__PURE__ */ e.jsxs(
599
+ return r.attributes.link && (t = /* @__PURE__ */ e("a", { className: "image", href: r.attributes.link.toString(), children: t })), /* @__PURE__ */ u(
1229
600
  "div",
1230
601
  {
1231
602
  className: `imageblock ${r.attributes.align ? "text-" + r.attributes.align : ""} ${r.attributes.float ? r.attributes.float : ""} ${r.role ? r.role : ""}`,
@@ -1235,47 +606,47 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1235
606
  maxHeight: r.attributes.height
1236
607
  },
1237
608
  children: [
1238
- /* @__PURE__ */ e.jsx("div", { className: "content", children: a }),
1239
- /* @__PURE__ */ e.jsx(k, { text: r.title })
609
+ /* @__PURE__ */ e("div", { className: "content", children: t }),
610
+ /* @__PURE__ */ e(f, { text: r.title })
1240
611
  ]
1241
612
  }
1242
613
  );
1243
- }, ut = ({ node: r }) => {
1244
- const { document: a } = I(), s = a.attributes || {}, o = r.attributes.nowrap || s.prewrap === void 0;
614
+ }, xr = ({ node: r }) => {
615
+ const { document: t } = D(), a = t.attributes || {}, s = r.attributes.nowrap || a.prewrap === void 0;
1245
616
  if (r.style === "source") {
1246
- const n = r.language;
1247
- return /* @__PURE__ */ e.jsxs(
617
+ const l = r.language;
618
+ return /* @__PURE__ */ u(
1248
619
  "div",
1249
620
  {
1250
621
  className: "listingblock",
1251
622
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1252
623
  children: [
1253
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1254
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx("pre", { className: N("highlight", o ? " nowrap" : ""), children: n ? /* @__PURE__ */ e.jsx(
624
+ /* @__PURE__ */ e(f, { text: r.title }),
625
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e("pre", { className: h("highlight", s ? " nowrap" : ""), children: l ? /* @__PURE__ */ e(
1255
626
  "code",
1256
627
  {
1257
- className: n ? `language-${n}` : "",
1258
- "data-lang": n,
628
+ className: l ? `language-${l}` : "",
629
+ "data-lang": l,
1259
630
  dangerouslySetInnerHTML: {
1260
631
  __html: r.content || ""
1261
632
  }
1262
633
  }
1263
- ) : /* @__PURE__ */ e.jsx("code", { dangerouslySetInnerHTML: { __html: r.content || "" } }) }) })
634
+ ) : /* @__PURE__ */ e("code", { dangerouslySetInnerHTML: { __html: r.content || "" } }) }) })
1264
635
  ]
1265
636
  }
1266
637
  );
1267
638
  } else
1268
- return /* @__PURE__ */ e.jsxs(
639
+ return /* @__PURE__ */ u(
1269
640
  "div",
1270
641
  {
1271
642
  className: "listingblock",
1272
643
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1273
644
  children: [
1274
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1275
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
645
+ /* @__PURE__ */ e(f, { text: r.title }),
646
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
1276
647
  "pre",
1277
648
  {
1278
- className: N("highlight !block", o ? "nowrap" : ""),
649
+ className: h("highlight !block", s ? "nowrap" : ""),
1279
650
  dangerouslySetInnerHTML: {
1280
651
  __html: r.content || ""
1281
652
  }
@@ -1284,117 +655,117 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1284
655
  ]
1285
656
  }
1286
657
  );
1287
- }, pt = ({ node: r }) => {
1288
- const { document: a } = I(), s = a.attributes || {}, o = r.attributes.nowrap || s.prewrap === void 0;
1289
- return /* @__PURE__ */ e.jsxs(
658
+ }, Nr = ({ node: r }) => {
659
+ const { document: t } = D(), a = t.attributes || {}, s = r.attributes.nowrap || a.prewrap === void 0;
660
+ return /* @__PURE__ */ u(
1290
661
  "div",
1291
662
  {
1292
663
  className: "literalblock",
1293
664
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1294
665
  children: [
1295
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1296
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx("pre", { className: o ? "nowrap" : "", children: r.source }) })
666
+ /* @__PURE__ */ e(f, { text: r.title }),
667
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e("pre", { className: s ? "nowrap" : "", children: r.source }) })
1297
668
  ]
1298
669
  }
1299
670
  );
1300
- }, dt = ({ node: r }) => /* @__PURE__ */ e.jsxs(
671
+ }, Ar = ({ node: r }) => /* @__PURE__ */ u(
1301
672
  "div",
1302
673
  {
1303
- className: N("olist", r.role, r.style),
674
+ className: h("olist", r.role, r.style),
1304
675
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1305
676
  children: [
1306
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1307
- /* @__PURE__ */ e.jsx(
677
+ /* @__PURE__ */ e(f, { text: r.title }),
678
+ /* @__PURE__ */ e(
1308
679
  "ol",
1309
680
  {
1310
681
  className: r.style,
1311
- reversed: er(r.attributes, "reversed"),
682
+ reversed: C(r.attributes, "reversed"),
1312
683
  ...r.attributes.start ? { start: parseInt(`${r.attributes.start}`) } : {},
1313
- children: r.items.map((a, s) => /* @__PURE__ */ e.jsxs("li", { className: r.role ? r.role : "", children: [
1314
- /* @__PURE__ */ e.jsx("p", { children: D(a.text || "") }),
1315
- /* @__PURE__ */ e.jsx(R, { blocks: a.blocks })
1316
- ] }, s))
684
+ children: r.items.map((t, a) => /* @__PURE__ */ u("li", { className: r.role ? r.role : "", children: [
685
+ /* @__PURE__ */ e("p", { children: b(t.text || "") }),
686
+ /* @__PURE__ */ e(y, { blocks: t.blocks })
687
+ ] }, a))
1317
688
  }
1318
689
  )
1319
690
  ]
1320
691
  }
1321
- ), mt = ({ node: r }) => {
1322
- const a = r.style;
1323
- return a === "abstract" ? /* @__PURE__ */ e.jsxs(
692
+ ), Dr = ({ node: r }) => {
693
+ const t = r.style;
694
+ return t === "abstract" ? /* @__PURE__ */ u(
1324
695
  "div",
1325
696
  {
1326
- className: N("quoteblock abstract", r.role),
697
+ className: h("quoteblock abstract", r.role),
1327
698
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1328
699
  children: [
1329
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1330
- /* @__PURE__ */ e.jsx("blockquote", { className: "content", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) })
700
+ /* @__PURE__ */ e(f, { text: r.title }),
701
+ /* @__PURE__ */ e("blockquote", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1331
702
  ]
1332
703
  }
1333
- ) : /* @__PURE__ */ e.jsxs(
704
+ ) : /* @__PURE__ */ u(
1334
705
  "div",
1335
706
  {
1336
- className: N("openblock", a && a !== "open" ? a : "", r.role),
707
+ className: h("openblock", t && t !== "open" ? t : "", r.role),
1337
708
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1338
709
  children: [
1339
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1340
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) })
710
+ /* @__PURE__ */ e(f, { text: r.title }),
711
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1341
712
  ]
1342
713
  }
1343
714
  );
1344
- }, gt = () => /* @__PURE__ */ e.jsx("div", { style: { pageBreakAfter: "always" } }), ft = ({ node: r }) => /* @__PURE__ */ e.jsxs(
715
+ }, Er = () => /* @__PURE__ */ e("div", { style: { pageBreakAfter: "always" } }), kr = ({ node: r }) => /* @__PURE__ */ u(
1345
716
  "div",
1346
717
  {
1347
718
  ...r.id ? { id: r.id } : {},
1348
- className: N("paragraph", r.role),
719
+ className: h("paragraph", r.role),
1349
720
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1350
721
  children: [
1351
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1352
- r.content && /* @__PURE__ */ e.jsx("p", { dangerouslySetInnerHTML: { __html: r.content } })
722
+ /* @__PURE__ */ e(f, { text: r.title }),
723
+ r.content && /* @__PURE__ */ e("p", { dangerouslySetInnerHTML: { __html: r.content } })
1353
724
  ]
1354
725
  }
1355
- ), ht = ({ node: r }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: D(r.content || "") }), bt = ({ node: r }) => {
1356
- const { document: a } = I(), s = a.attributes || {}, o = s["toc-placement"] === "preamble" && a.sections && a.sections.length > 0 && s.toc !== void 0;
1357
- return /* @__PURE__ */ e.jsx("div", { id: "preamble", ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}, children: /* @__PURE__ */ e.jsxs("div", { className: "sectionbody", children: [
1358
- /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }),
1359
- o && /* @__PURE__ */ e.jsxs(
726
+ ), Sr = ({ node: r }) => /* @__PURE__ */ e(x, { children: b(r.content || "") }), Lr = ({ node: r }) => {
727
+ const { document: t } = D(), a = t.attributes || {}, s = a["toc-placement"] === "preamble" && t.sections && t.sections.length > 0 && a.toc !== void 0;
728
+ return /* @__PURE__ */ e("div", { id: "preamble", ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}, children: /* @__PURE__ */ u("div", { className: "sectionbody", children: [
729
+ /* @__PURE__ */ e(y, { blocks: r.blocks }),
730
+ s && /* @__PURE__ */ u(
1360
731
  "div",
1361
732
  {
1362
733
  id: "toc",
1363
734
  className: r.attributes["toc-class"] ? `${r.attributes["toc-class"]}` : "toc",
1364
735
  children: [
1365
- /* @__PURE__ */ e.jsx("div", { id: "toctitle", children: D(`${s["toc-title"]}`) }),
1366
- a.sections && /* @__PURE__ */ e.jsx(ur, { sections: a.sections })
736
+ /* @__PURE__ */ e("div", { id: "toctitle", children: b(`${a["toc-title"]}`) }),
737
+ t.sections && /* @__PURE__ */ e(B, { sections: t.sections })
1367
738
  ]
1368
739
  }
1369
740
  )
1370
741
  ] }) });
1371
- }, vt = ({ node: r }) => {
1372
- const a = r.attributes.attribution, s = r.attributes.citetitle;
1373
- return /* @__PURE__ */ e.jsxs(
742
+ }, Tr = ({ node: r }) => {
743
+ const t = r.attributes.attribution, a = r.attributes.citetitle;
744
+ return /* @__PURE__ */ u(
1374
745
  "div",
1375
746
  {
1376
747
  ...r.id ? { id: r.id } : {},
1377
- className: N("quoteblock", r.role),
748
+ className: h("quoteblock", r.role),
1378
749
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1379
750
  children: [
1380
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1381
- r.content && /* @__PURE__ */ e.jsx("blockquote", { dangerouslySetInnerHTML: { __html: r.content } }),
1382
- /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }),
1383
- a && /* @__PURE__ */ e.jsxs("div", { className: "attribution", children: [
751
+ /* @__PURE__ */ e(f, { text: r.title }),
752
+ r.content && /* @__PURE__ */ e("blockquote", { dangerouslySetInnerHTML: { __html: r.content } }),
753
+ /* @__PURE__ */ e(y, { blocks: r.blocks }),
754
+ t && /* @__PURE__ */ u("div", { className: "attribution", children: [
1384
755
  "— ",
1385
- D(a.toString()),
1386
- s && /* @__PURE__ */ e.jsx("cite", { children: s })
756
+ b(t.toString()),
757
+ a && /* @__PURE__ */ e("cite", { children: a })
1387
758
  ] })
1388
759
  ]
1389
760
  }
1390
761
  );
1391
- }, xt = ({ node: r }) => {
1392
- const { document: a } = I(), s = a.attributes || {};
1393
- let o = r.title, n = r.num;
1394
- n = n === "." ? "" : n;
1395
- const p = s.sectnumlevels ? parseInt(`${s.sectnumlevels}`) : 3;
1396
- return r.numbered && r.level <= p && (o = `${n} ${r.title}`), s.sectlinks && (o = /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1397
- /* @__PURE__ */ e.jsx(
762
+ }, Cr = ({ node: r }) => {
763
+ const { document: t } = D(), a = t.attributes || {};
764
+ let s = r.title, l = r.num;
765
+ l = l === "." ? "" : l;
766
+ const c = a.sectnumlevels ? parseInt(`${a.sectnumlevels}`) : 3;
767
+ return r.numbered && r.level <= c && (s = `${l} ${r.title}`), a.sectlinks && (s = /* @__PURE__ */ u(x, { children: [
768
+ /* @__PURE__ */ e(
1398
769
  "a",
1399
770
  {
1400
771
  className: "anchor",
@@ -1402,103 +773,103 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1402
773
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}
1403
774
  }
1404
775
  ),
1405
- /* @__PURE__ */ e.jsx(
776
+ /* @__PURE__ */ e(
1406
777
  "a",
1407
778
  {
1408
779
  className: "link",
1409
780
  href: `#${r.id}`,
1410
781
  dangerouslySetInnerHTML: {
1411
- __html: o
782
+ __html: s
1412
783
  }
1413
784
  }
1414
785
  )
1415
- ] })), r.level === 0 ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1416
- /* @__PURE__ */ e.jsx(
786
+ ] })), r.level === 0 ? /* @__PURE__ */ u(x, { children: [
787
+ /* @__PURE__ */ e(
1417
788
  "h1",
1418
789
  {
1419
- className: N("sect0", r.role),
1420
- "data-sectnum": n,
790
+ className: h("sect0", r.role),
791
+ "data-sectnum": l,
1421
792
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1422
- children: o
793
+ children: s
1423
794
  }
1424
795
  ),
1425
- /* @__PURE__ */ e.jsx(R, { blocks: r.blocks })
1426
- ] }) : /* @__PURE__ */ e.jsxs(
796
+ /* @__PURE__ */ e(y, { blocks: r.blocks })
797
+ ] }) : /* @__PURE__ */ u(
1427
798
  "div",
1428
799
  {
1429
- className: N(`sect${r.level}`, r.role),
800
+ className: h(`sect${r.level}`, r.role),
1430
801
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1431
802
  children: [
1432
- G(`h${r.level + 1}`, { "data-sectnum": n }, o),
1433
- /* @__PURE__ */ e.jsx("div", { className: "sectionbody", children: /* @__PURE__ */ e.jsx(R, { blocks: r.blocks }) })
803
+ k(`h${r.level + 1}`, { "data-sectnum": l }, s),
804
+ /* @__PURE__ */ e("div", { className: "sectionbody", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1434
805
  ]
1435
806
  }
1436
807
  );
1437
- }, yt = ({ node: r }) => /* @__PURE__ */ e.jsx(
808
+ }, Rr = ({ node: r }) => /* @__PURE__ */ e(
1438
809
  "div",
1439
810
  {
1440
- className: N("sidebarblock", r.role),
811
+ className: h("sidebarblock", r.role),
1441
812
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1442
- children: /* @__PURE__ */ e.jsxs("div", { className: "content", children: [
1443
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1444
- /* @__PURE__ */ e.jsx(R, { blocks: r.blocks })
813
+ children: /* @__PURE__ */ u("div", { className: "content", children: [
814
+ /* @__PURE__ */ e(f, { text: r.title }),
815
+ /* @__PURE__ */ e(y, { blocks: r.blocks })
1445
816
  ] })
1446
817
  }
1447
- ), wt = ({ node: r }) => {
1448
- const { document: a } = I(), s = a.attributes || {};
1449
- let o = [
1450
- "frame-" + or(r.attributes, "frame", "all", "table-frame", s),
1451
- "grid-" + or(r.attributes, "grid", "all", "table-grid", s)
1452
- ], n = or(r.attributes, "stripes", null, "table-stripes", s);
1453
- n && o.push("stripes-" + n);
1454
- let p = er(r.attributes, "autowidth"), m = parseInt(`${r.attributes.tablepcwidth}`), i = null;
1455
- p && !P(r.attributes, "width") ? o.push("fit-content") : m === 100 ? o.push("stretch") : i = `${m}%`, P(r.attributes, "float") && o.push(`${r.attributes.float}`), r.role && o.push(r.role || "");
1456
- const c = (u) => N(
818
+ ), Ur = ({ node: r }) => {
819
+ const { document: t } = D(), a = t.attributes || {};
820
+ let s = [
821
+ "frame-" + U(r.attributes, "frame", "all", "table-frame", a),
822
+ "grid-" + U(r.attributes, "grid", "all", "table-grid", a)
823
+ ], l = U(r.attributes, "stripes", null, "table-stripes", a);
824
+ l && s.push("stripes-" + l);
825
+ let c = C(r.attributes, "autowidth"), p = parseInt(`${r.attributes.tablepcwidth}`), i = null;
826
+ c && !A(r.attributes, "width") ? s.push("fit-content") : p === 100 ? s.push("stretch") : i = `${p}%`, A(r.attributes, "float") && s.push(`${r.attributes.float}`), r.role && s.push(r.role || "");
827
+ const n = (o) => h(
1457
828
  "tableblock",
1458
- `halign-${u.attributes.halign}`,
1459
- `valign-${u.attributes.valign}`
1460
- ), j = r.title, y = r.id, h = y || qt(j || "");
1461
- return /* @__PURE__ */ e.jsxs(
829
+ `halign-${o.attributes.halign}`,
830
+ `valign-${o.attributes.valign}`
831
+ ), v = r.title, q = r.id, d = q || Or(v || "");
832
+ return /* @__PURE__ */ u(
1462
833
  "table",
1463
834
  {
1464
- className: N("tableblock", ...o),
835
+ className: h("tableblock", ...s),
1465
836
  style: { width: i || void 0 },
1466
837
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1467
838
  children: [
1468
- r.title && /* @__PURE__ */ e.jsxs("caption", { className: "title", children: [
1469
- !y && /* @__PURE__ */ e.jsx("a", { className: "anchor", id: h }),
1470
- /* @__PURE__ */ e.jsx("a", { href: `#${h}`, children: /* @__PURE__ */ e.jsx(k, { text: r.title }) })
839
+ r.title && /* @__PURE__ */ u("caption", { className: "title", children: [
840
+ !q && /* @__PURE__ */ e("a", { className: "anchor", id: d }),
841
+ /* @__PURE__ */ e("a", { href: `#${d}`, children: /* @__PURE__ */ e(f, { text: r.title }) })
1471
842
  ] }),
1472
- r.columns.length > 0 && /* @__PURE__ */ e.jsx("colgroup", { children: r.columns.map((u, f) => {
1473
- const w = u.attributes.colpcwidth;
1474
- return /* @__PURE__ */ e.jsx("col", { style: { width: `${w}%` } }, f);
843
+ r.columns.length > 0 && /* @__PURE__ */ e("colgroup", { children: r.columns.map((o, m) => {
844
+ const g = o.attributes.colpcwidth;
845
+ return /* @__PURE__ */ e("col", { style: { width: `${g}%` } }, m);
1475
846
  }) }),
1476
- r.headRows.map((u, f) => /* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: u.map((w, C) => /* @__PURE__ */ e.jsx(
847
+ r.headRows.map((o, m) => /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: o.map((g, w) => /* @__PURE__ */ e(
1477
848
  "th",
1478
849
  {
1479
- className: c(w),
1480
- dangerouslySetInnerHTML: { __html: w.text }
850
+ className: n(g),
851
+ dangerouslySetInnerHTML: { __html: g.text }
1481
852
  },
1482
- C
1483
- )) }) }, f)),
1484
- /* @__PURE__ */ e.jsx("tbody", { children: r.bodyRows.map((u, f) => /* @__PURE__ */ e.jsx("tr", { children: u.map((w, C) => {
1485
- const O = w.columnSpan, F = w.rowSpan, E = w.content, H = {
1486
- colSpan: O,
1487
- rowSpan: F,
1488
- className: c(w)
1489
- }, W = w.style;
1490
- if (W === "asciidoc")
1491
- return /* @__PURE__ */ G("td", { ...H, key: C }, /* @__PURE__ */ e.jsx(
853
+ w
854
+ )) }) }, m)),
855
+ /* @__PURE__ */ e("tbody", { children: r.bodyRows.map((o, m) => /* @__PURE__ */ e("tr", { children: o.map((g, w) => {
856
+ const N = g.columnSpan, I = g.rowSpan, E = g.content, R = {
857
+ colSpan: N,
858
+ rowSpan: I,
859
+ className: n(g)
860
+ }, V = g.style;
861
+ if (V === "asciidoc")
862
+ return /* @__PURE__ */ k("td", { ...R, key: w }, /* @__PURE__ */ e(
1492
863
  "div",
1493
864
  {
1494
865
  className: "content",
1495
866
  dangerouslySetInnerHTML: { __html: E || "" }
1496
867
  }
1497
868
  ));
1498
- if (W === "literal")
1499
- return /* @__PURE__ */ G("td", { ...H, key: C }, /* @__PURE__ */ e.jsx("div", { className: "literal", children: /* @__PURE__ */ e.jsx("pre", { dangerouslySetInnerHTML: { __html: E || "" } }) }));
1500
- if (W === "header")
1501
- return /* @__PURE__ */ G("th", { ...H, key: C }, /* @__PURE__ */ e.jsx(
869
+ if (V === "literal")
870
+ return /* @__PURE__ */ k("td", { ...R, key: w }, /* @__PURE__ */ e("div", { className: "literal", children: /* @__PURE__ */ e("pre", { dangerouslySetInnerHTML: { __html: E || "" } }) }));
871
+ if (V === "header")
872
+ return /* @__PURE__ */ k("th", { ...R, key: w }, /* @__PURE__ */ e(
1502
873
  "p",
1503
874
  {
1504
875
  className: "tableblock",
@@ -1506,88 +877,88 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1506
877
  }
1507
878
  ));
1508
879
  {
1509
- let tr = E;
1510
- return /* @__PURE__ */ G("td", { ...H, key: C }, tr.length === 0 ? "" : D(
1511
- `<p class="tableblock">${tr.join(
880
+ let j = E;
881
+ return /* @__PURE__ */ k("td", { ...R, key: w }, j.length === 0 ? "" : b(
882
+ `<p class="tableblock">${j.join(
1512
883
  `</p>
1513
884
  <p class="tableblock">`
1514
885
  )}</p>`
1515
886
  ));
1516
887
  }
1517
- }) }, f)) }),
1518
- r.footRows.map((u, f) => /* @__PURE__ */ e.jsx("tfoot", { children: /* @__PURE__ */ e.jsx("tr", { children: u.map((w, C) => /* @__PURE__ */ e.jsx("td", { className: c(w), children: /* @__PURE__ */ e.jsx("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: w.text } }) }, C)) }) }, f))
888
+ }) }, m)) }),
889
+ r.footRows.map((o, m) => /* @__PURE__ */ e("tfoot", { children: /* @__PURE__ */ e("tr", { children: o.map((g, w) => /* @__PURE__ */ e("td", { className: n(g), children: /* @__PURE__ */ e("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: g.text } }) }, w)) }) }, m))
1519
890
  ]
1520
891
  }
1521
892
  );
1522
- }, qt = (r) => r.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toLowerCase().trim().replace(/\s+/g, "_").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/-$/g, ""), jt = ({ node: r }) => {
1523
- const { document: a } = I(), s = a.attributes || {}, o = a.sections && a.sections.length > 0;
1524
- let n = r.id || "toc";
1525
- const p = r.title ? r.title : s["toc-title"], m = s["toc-placement"], i = s.toc !== void 0, c = r.attributes.levels ? parseInt(`${r.attributes.levels}`) : void 0;
1526
- return m === "macro" && o && i ? /* @__PURE__ */ e.jsxs("div", { id: n, className: N("toc", r.role), children: [
1527
- /* @__PURE__ */ e.jsx("div", { id: `${n}title`, className: "title", children: D(`${p}` || "") }),
1528
- a.sections && /* @__PURE__ */ e.jsx(ur, { sections: a.sections, opts: { tocLevels: c } })
893
+ }, Or = (r) => r.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toLowerCase().trim().replace(/\s+/g, "_").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/-$/g, ""), Fr = ({ node: r }) => {
894
+ const { document: t } = D(), a = t.attributes || {}, s = t.sections && t.sections.length > 0;
895
+ let l = r.id || "toc";
896
+ const c = r.title ? r.title : a["toc-title"], p = a["toc-placement"], i = a.toc !== void 0, n = r.attributes.levels ? parseInt(`${r.attributes.levels}`) : void 0;
897
+ return p === "macro" && s && i ? /* @__PURE__ */ u("div", { id: l, className: h("toc", r.role), children: [
898
+ /* @__PURE__ */ e("div", { id: `${l}title`, className: "title", children: b(`${c}` || "") }),
899
+ t.sections && /* @__PURE__ */ e(B, { sections: t.sections, opts: { tocLevels: n } })
1529
900
  ] }) : null;
1530
- }, Et = () => /* @__PURE__ */ e.jsx("hr", {}), Nt = ({ node: r }) => {
1531
- const a = er(r.attributes, "checklist");
1532
- return /* @__PURE__ */ e.jsxs(
901
+ }, Br = () => /* @__PURE__ */ e("hr", {}), Ir = ({ node: r }) => {
902
+ const t = C(r.attributes, "checklist");
903
+ return /* @__PURE__ */ u(
1533
904
  "div",
1534
905
  {
1535
906
  ...r.id ? { id: r.id } : {},
1536
- className: N("ulist", r.style, r.role, a && "checklist"),
907
+ className: h("ulist", r.style, r.role, t && "checklist"),
1537
908
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1538
909
  children: [
1539
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1540
- /* @__PURE__ */ e.jsx("ul", { className: a ? "checklist" : "", children: r.items.map((s, o) => a ? /* @__PURE__ */ e.jsx("li", { id: s.id, className: r.role, children: /* @__PURE__ */ e.jsxs("p", { children: [
1541
- a && s.attributes.checkbox && /* @__PURE__ */ e.jsx(
910
+ /* @__PURE__ */ e(f, { text: r.title }),
911
+ /* @__PURE__ */ e("ul", { className: t ? "checklist" : "", children: r.items.map((a, s) => t ? /* @__PURE__ */ e("li", { id: a.id, className: r.role, children: /* @__PURE__ */ u("p", { children: [
912
+ t && a.attributes.checkbox && /* @__PURE__ */ e(
1542
913
  "i",
1543
914
  {
1544
- className: N(
915
+ className: h(
1545
916
  "fa",
1546
- s.attributes.checked ? "fa-check-square-o" : "fa-square-o"
917
+ a.attributes.checked ? "fa-check-square-o" : "fa-square-o"
1547
918
  )
1548
919
  }
1549
920
  ),
1550
921
  " ",
1551
- D(s.text || "")
1552
- ] }) }, o) : /* @__PURE__ */ e.jsxs("li", { id: s.id, className: r.role, children: [
1553
- /* @__PURE__ */ e.jsx("p", { dangerouslySetInnerHTML: { __html: s.text || "" } }),
1554
- /* @__PURE__ */ e.jsx(R, { blocks: s.blocks })
1555
- ] }, o)) })
922
+ b(a.text || "")
923
+ ] }) }, s) : /* @__PURE__ */ u("li", { id: a.id, className: r.role, children: [
924
+ /* @__PURE__ */ e("p", { dangerouslySetInnerHTML: { __html: a.text || "" } }),
925
+ /* @__PURE__ */ e(y, { blocks: a.blocks })
926
+ ] }, s)) })
1556
927
  ]
1557
928
  }
1558
929
  );
1559
- }, At = ({ node: r }) => {
1560
- const a = r.attributes.attribution, s = r.attributes.citetitle;
1561
- return /* @__PURE__ */ e.jsxs(
930
+ }, Vr = ({ node: r }) => {
931
+ const t = r.attributes.attribution, a = r.attributes.citetitle;
932
+ return /* @__PURE__ */ u(
1562
933
  "div",
1563
934
  {
1564
935
  ...r.id ? { id: r.id } : {},
1565
- className: N("verseblock", r.role),
936
+ className: h("verseblock", r.role),
1566
937
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1567
938
  children: [
1568
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1569
- r.content && /* @__PURE__ */ e.jsx("pre", { className: "content", dangerouslySetInnerHTML: { __html: r.content } }),
1570
- a && /* @__PURE__ */ e.jsxs("div", { className: "attribution", children: [
939
+ /* @__PURE__ */ e(f, { text: r.title }),
940
+ r.content && /* @__PURE__ */ e("pre", { className: "content", dangerouslySetInnerHTML: { __html: r.content } }),
941
+ t && /* @__PURE__ */ u("div", { className: "attribution", children: [
1571
942
  "— ",
1572
- a,
1573
- s && /* @__PURE__ */ e.jsx("cite", { children: s })
943
+ t,
944
+ a && /* @__PURE__ */ e("cite", { children: a })
1574
945
  ] })
1575
946
  ]
1576
947
  }
1577
948
  );
1578
- }, Dt = ({ node: r }) => {
1579
- const a = r.attributes.start, s = r.attributes.end, o = (a || s) && `#t=${a || ""}` + s ? `,${s}` : "";
1580
- return /* @__PURE__ */ e.jsxs(
949
+ }, Hr = ({ node: r }) => {
950
+ const t = r.attributes.start, a = r.attributes.end, s = (t || a) && `#t=${t || ""}` + a ? `,${a}` : "";
951
+ return /* @__PURE__ */ u(
1581
952
  "div",
1582
953
  {
1583
954
  className: "videoblock",
1584
955
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
1585
956
  children: [
1586
- /* @__PURE__ */ e.jsx(k, { text: r.title }),
1587
- /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
957
+ /* @__PURE__ */ e(f, { text: r.title }),
958
+ /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
1588
959
  "video",
1589
960
  {
1590
- src: `${r.mediaUri}${o}`,
961
+ src: `${r.mediaUri}${s}`,
1591
962
  autoPlay: r.autoplay,
1592
963
  controls: !r.noControls,
1593
964
  loop: r.loop,
@@ -1597,117 +968,117 @@ const er = (r, a) => r[`${a}-option`] !== void 0, or = (r, a, s = void 0, o, n)
1597
968
  ]
1598
969
  }
1599
970
  );
1600
- }, Ar = Ve({ document: {} }), Lt = ({
971
+ }, $ = rr({ document: {} }), Mr = ({
1601
972
  document: r,
1602
- options: a
973
+ options: t
1603
974
  }) => {
1604
- const s = a && a.customDocument;
1605
- return /* @__PURE__ */ e.jsx(
1606
- Ar.Provider,
975
+ const a = t && t.customDocument;
976
+ return /* @__PURE__ */ e(
977
+ $.Provider,
1607
978
  {
1608
979
  value: {
1609
- ...a,
980
+ ...t,
1610
981
  document: { attributes: r.attributes, sections: r.sections }
1611
982
  },
1612
- children: s ? /* @__PURE__ */ e.jsx(s, { document: r }) : /* @__PURE__ */ e.jsx(lt, { document: r })
983
+ children: a ? /* @__PURE__ */ e(a, { document: r }) : /* @__PURE__ */ e(vr, { document: r })
1613
984
  }
1614
985
  );
1615
- }, R = ({ blocks: r }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: r.map((a, s) => /* @__PURE__ */ e.jsx(kt, { node: a }, `${s}-${a.type}`)) }), kt = ({ node: r }) => {
1616
- const { overrides: a } = te(Ar), s = r.type, o = a && a[s];
1617
- if (o)
1618
- return /* @__PURE__ */ e.jsx(o, { node: r });
1619
- switch (s) {
986
+ }, y = ({ blocks: r }) => /* @__PURE__ */ e(x, { children: r.map((t, a) => /* @__PURE__ */ e(Pr, { node: t }, `${a}-${t.type}`)) }), Pr = ({ node: r }) => {
987
+ const { overrides: t } = Z($), a = r.type, s = t && t[a];
988
+ if (s)
989
+ return /* @__PURE__ */ e(s, { node: r });
990
+ switch (a) {
1620
991
  case "audio":
1621
- return /* @__PURE__ */ e.jsx(Ge, { node: r });
992
+ return /* @__PURE__ */ e(tr, { node: r });
1622
993
  case "preamble":
1623
- return /* @__PURE__ */ e.jsx(bt, { node: r });
994
+ return /* @__PURE__ */ e(Lr, { node: r });
1624
995
  case "section":
1625
- return /* @__PURE__ */ e.jsx(xt, { node: r });
996
+ return /* @__PURE__ */ e(Cr, { node: r });
1626
997
  case "paragraph":
1627
- return /* @__PURE__ */ e.jsx(ft, { node: r });
998
+ return /* @__PURE__ */ e(kr, { node: r });
1628
999
  case "dlist":
1629
- return /* @__PURE__ */ e.jsx(it, { node: r });
1000
+ return /* @__PURE__ */ e(fr, { node: r });
1630
1001
  case "ulist":
1631
- return /* @__PURE__ */ e.jsx(Nt, { node: r });
1002
+ return /* @__PURE__ */ e(Ir, { node: r });
1632
1003
  case "floating_title":
1633
- return /* @__PURE__ */ e.jsx(nt, { node: r });
1004
+ return /* @__PURE__ */ e(qr, { node: r });
1634
1005
  case "admonition":
1635
- return /* @__PURE__ */ e.jsx(ze, { node: r });
1006
+ return /* @__PURE__ */ e(er, { node: r });
1636
1007
  case "listing":
1637
- return /* @__PURE__ */ e.jsx(ut, { node: r });
1008
+ return /* @__PURE__ */ e(xr, { node: r });
1638
1009
  case "literal":
1639
- return /* @__PURE__ */ e.jsx(pt, { node: r });
1010
+ return /* @__PURE__ */ e(Nr, { node: r });
1640
1011
  case "image":
1641
- return /* @__PURE__ */ e.jsx(ct, { node: r });
1012
+ return /* @__PURE__ */ e(wr, { node: r });
1642
1013
  case "colist":
1643
- return /* @__PURE__ */ e.jsx(Me, { node: r });
1014
+ return /* @__PURE__ */ e(ar, { node: r });
1644
1015
  case "olist":
1645
- return /* @__PURE__ */ e.jsx(dt, { node: r });
1016
+ return /* @__PURE__ */ e(Ar, { node: r });
1646
1017
  case "table":
1647
- return /* @__PURE__ */ e.jsx(wt, { node: r });
1018
+ return /* @__PURE__ */ e(Ur, { node: r });
1648
1019
  case "thematic_break":
1649
- return /* @__PURE__ */ e.jsx(Et, {});
1020
+ return /* @__PURE__ */ e(Br, {});
1650
1021
  case "open":
1651
- return /* @__PURE__ */ e.jsx(mt, { node: r });
1022
+ return /* @__PURE__ */ e(Dr, { node: r });
1652
1023
  case "pass":
1653
- return /* @__PURE__ */ e.jsx(ht, { node: r });
1024
+ return /* @__PURE__ */ e(Sr, { node: r });
1654
1025
  case "page_break":
1655
- return /* @__PURE__ */ e.jsx(gt, {});
1026
+ return /* @__PURE__ */ e(Er, {});
1656
1027
  case "example":
1657
- return /* @__PURE__ */ e.jsx(ot, { node: r });
1028
+ return /* @__PURE__ */ e(yr, { node: r });
1658
1029
  case "sidebar":
1659
- return /* @__PURE__ */ e.jsx(yt, { node: r });
1030
+ return /* @__PURE__ */ e(Rr, { node: r });
1660
1031
  case "quote":
1661
- return /* @__PURE__ */ e.jsx(vt, { node: r });
1032
+ return /* @__PURE__ */ e(Tr, { node: r });
1662
1033
  case "verse":
1663
- return /* @__PURE__ */ e.jsx(At, { node: r });
1034
+ return /* @__PURE__ */ e(Vr, { node: r });
1664
1035
  case "video":
1665
- return /* @__PURE__ */ e.jsx(Dt, { node: r });
1036
+ return /* @__PURE__ */ e(Hr, { node: r });
1666
1037
  case "toc":
1667
- return /* @__PURE__ */ e.jsx(jt, { node: r });
1038
+ return /* @__PURE__ */ e(Fr, { node: r });
1668
1039
  default:
1669
- return /* @__PURE__ */ e.jsx(e.Fragment, {});
1040
+ return /* @__PURE__ */ e(x, {});
1670
1041
  }
1671
- }, I = () => {
1672
- const r = te(Ar);
1042
+ }, D = () => {
1043
+ const r = Z($);
1673
1044
  if (r === void 0)
1674
1045
  throw new Error("useConverterContext must be used within a Provider");
1675
1046
  return r;
1676
1047
  };
1677
1048
  export {
1678
- ze as Admonition,
1679
- Lt as Asciidoc,
1680
- Ge as Audio,
1681
- Me as CoList,
1682
- R as Content,
1683
- Ar as Context,
1684
- it as DList,
1685
- lt as Document,
1686
- ot as Example,
1687
- nt as FloatingTitle,
1688
- ct as Image,
1689
- ut as Listing,
1690
- pt as Literal,
1691
- dt as OList,
1692
- mt as Open,
1693
- ur as Outline,
1694
- gt as PageBreak,
1695
- ft as Paragraph,
1696
- ht as Pass,
1697
- bt as Preamble,
1698
- vt as Quote,
1699
- xt as Section,
1700
- yt as Sidebar,
1701
- wt as Table,
1702
- jt as TableOfContents,
1703
- Et as ThematicBreak,
1704
- k as Title,
1705
- Nt as UList,
1706
- At as Verse,
1707
- Dt as Video,
1708
- er as isOption,
1709
- Ft as parse,
1710
- Tt as prepareDocument,
1711
- Ct as processDocument,
1712
- I as useConverterContext
1049
+ er as Admonition,
1050
+ Mr as Asciidoc,
1051
+ tr as Audio,
1052
+ ar as CoList,
1053
+ y as Content,
1054
+ $ as Context,
1055
+ fr as DList,
1056
+ vr as Document,
1057
+ yr as Example,
1058
+ qr as FloatingTitle,
1059
+ wr as Image,
1060
+ xr as Listing,
1061
+ Nr as Literal,
1062
+ Ar as OList,
1063
+ Dr as Open,
1064
+ B as Outline,
1065
+ Er as PageBreak,
1066
+ kr as Paragraph,
1067
+ Sr as Pass,
1068
+ Lr as Preamble,
1069
+ Tr as Quote,
1070
+ Cr as Section,
1071
+ Rr as Sidebar,
1072
+ Ur as Table,
1073
+ Fr as TableOfContents,
1074
+ Br as ThematicBreak,
1075
+ f as Title,
1076
+ Ir as UList,
1077
+ Vr as Verse,
1078
+ Hr as Video,
1079
+ C as isOption,
1080
+ Jr as parse,
1081
+ $r as prepareDocument,
1082
+ jr as processDocument,
1083
+ D as useConverterContext
1713
1084
  };