@oxide/react-asciidoc 1.1.3--canary.4a6d075.0 → 1.1.3--canary.eebdcb4.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,37 +1,670 @@
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(
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, u = { key: !0, ref: !0, __self: !0, __source: !0 };
23
+ function m(i, c, q) {
24
+ var y, E = {}, h = null, d = null;
25
+ q !== void 0 && (h = "" + q), c.key !== void 0 && (h = "" + c.key), c.ref !== void 0 && (d = c.ref);
26
+ for (y in c) o.call(c, y) && !u.hasOwnProperty(y) && (E[y] = c[y]);
27
+ if (i && i.defaultProps) for (y in c = i.defaultProps, c) E[y] === void 0 && (E[y] = c[y]);
28
+ return { $$typeof: a, type: i, key: h, ref: d, props: E, _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"), u = Symbol.for("react.profiler"), m = Symbol.for("react.provider"), i = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), q = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), d = Symbol.for("react.offscreen"), f = Symbol.iterator, S = "@@iterator";
46
+ function V(t) {
47
+ if (t === null || typeof t != "object")
48
+ return null;
49
+ var l = f && t[f] || t[S];
50
+ return typeof l == "function" ? l : null;
51
+ }
52
+ var T = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
53
+ function j(t) {
54
+ {
55
+ for (var l = arguments.length, p = new Array(l > 1 ? l - 1 : 0), g = 1; g < l; g++)
56
+ p[g - 1] = arguments[g];
57
+ P("error", t, p);
58
+ }
59
+ }
60
+ function P(t, l, p) {
61
+ {
62
+ var g = T.ReactDebugCurrentFrame, x = g.getStackAddendum();
63
+ x !== "" && (l += "%s", p = p.concat([x]));
64
+ var w = p.map(function(v) {
65
+ return String(v);
66
+ });
67
+ w.unshift("Warning: " + l), Function.prototype.apply.call(console[t], console, w);
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 === u || ue || t === n || t === q || t === y || ce || t === d || W || tr || ne || typeof t == "object" && t !== null && (t.$$typeof === h || t.$$typeof === E || 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, p) {
80
+ var g = t.displayName;
81
+ if (g)
82
+ return g;
83
+ var x = l.displayName || l.name || "";
84
+ return x !== "" ? p + "(" + x + ")" : p;
85
+ }
86
+ function kr(t) {
87
+ return t.displayName || "Context";
88
+ }
89
+ function F(t) {
90
+ if (t == null)
91
+ return null;
92
+ if (typeof t.tag == "number" && j("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 u:
102
+ return "Profiler";
103
+ case n:
104
+ return "StrictMode";
105
+ case q:
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 p = t;
117
+ return kr(p._context) + ".Provider";
118
+ case c:
119
+ return de(t, t.render, "ForwardRef");
120
+ case E:
121
+ var g = t.displayName || null;
122
+ return g !== null ? g : F(t.type) || "Memo";
123
+ case h: {
124
+ var x = t, w = x._payload, v = x._init;
125
+ try {
126
+ return F(v(w));
127
+ } catch {
128
+ return null;
129
+ }
130
+ }
131
+ }
132
+ return null;
133
+ }
134
+ var B = 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: B({}, t, {
171
+ value: Sr
172
+ }),
173
+ info: B({}, t, {
174
+ value: Rr
175
+ }),
176
+ warn: B({}, t, {
177
+ value: Tr
178
+ }),
179
+ error: B({}, t, {
180
+ value: Cr
181
+ }),
182
+ group: B({}, t, {
183
+ value: Lr
184
+ }),
185
+ groupCollapsed: B({}, t, {
186
+ value: Or
187
+ }),
188
+ groupEnd: B({}, t, {
189
+ value: _r
190
+ })
191
+ });
192
+ }
193
+ J < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
194
+ }
195
+ }
196
+ var pr = T.ReactCurrentDispatcher, dr;
197
+ function ar(t, l, p) {
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 p = sr.get(t);
220
+ if (p !== void 0)
221
+ return p;
222
+ }
223
+ var g;
224
+ mr = !0;
225
+ var x = Error.prepareStackTrace;
226
+ Error.prepareStackTrace = void 0;
227
+ var w;
228
+ w = 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 (O) {
242
+ g = O;
243
+ }
244
+ Reflect.construct(t, [], v);
245
+ } else {
246
+ try {
247
+ v.call();
248
+ } catch (O) {
249
+ g = O;
250
+ }
251
+ t.call(v.prototype);
252
+ }
253
+ } else {
254
+ try {
255
+ throw Error();
256
+ } catch (O) {
257
+ g = O;
258
+ }
259
+ t();
260
+ }
261
+ } catch (O) {
262
+ if (O && g && typeof O.stack == "string") {
263
+ for (var b = O.stack.split(`
264
+ `), L = g.stack.split(`
265
+ `), A = b.length - 1, R = L.length - 1; A >= 1 && R >= 0 && b[A] !== L[R]; )
266
+ R--;
267
+ for (; A >= 1 && R >= 0; A--, R--)
268
+ if (b[A] !== L[R]) {
269
+ if (A !== 1 || R !== 1)
270
+ do
271
+ if (A--, R--, R < 0 || b[A] !== L[R]) {
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 && R >= 0);
277
+ break;
278
+ }
279
+ }
280
+ } finally {
281
+ mr = !1, pr.current = w, ge(), Error.prepareStackTrace = x;
282
+ }
283
+ var z = t ? t.displayName || t.name : "", H = z ? ar(z) : "";
284
+ return typeof t == "function" && sr.set(t, H), H;
285
+ }
286
+ function he(t, l, p) {
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, p) {
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 q:
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 E:
311
+ return ir(t.type, l, p);
312
+ case h: {
313
+ var g = t, x = g._payload, w = g._init;
314
+ try {
315
+ return ir(w(x), l, p);
316
+ } catch {
317
+ }
318
+ }
319
+ }
320
+ return "";
321
+ }
322
+ var Z = Object.prototype.hasOwnProperty, Pr = {}, Ir = T.ReactDebugCurrentFrame;
323
+ function lr(t) {
324
+ if (t) {
325
+ var l = t._owner, p = ir(t.type, t._source, l ? l.type : null);
326
+ Ir.setExtraStackFrame(p);
327
+ } else
328
+ Ir.setExtraStackFrame(null);
329
+ }
330
+ function ve(t, l, p, g, x) {
331
+ {
332
+ var w = Function.call.bind(Z);
333
+ for (var v in t)
334
+ if (w(t, v)) {
335
+ var b = void 0;
336
+ try {
337
+ if (typeof t[v] != "function") {
338
+ var L = Error((g || "React class") + ": " + p + " 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 L.name = "Invariant Violation", L;
340
+ }
341
+ b = t[v](l, v, g, p, 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), j("%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", p, v, typeof b), lr(null)), b instanceof Error && !(b.message in Pr) && (Pr[b.message] = !0, lr(x), j("Failed %s type: %s", p, 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, p = l && t[Symbol.toStringTag] || t.constructor.name || "Object";
356
+ return p;
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 j("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 = T.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 p = F(K.current.type);
399
+ fr[p] || (j('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', F(K.current.type), t.ref), fr[p] = !0);
400
+ }
401
+ }
402
+ function Ae(t, l) {
403
+ {
404
+ var p = function() {
405
+ Hr || (Hr = !0, j("%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
+ p.isReactWarning = !0, Object.defineProperty(t, "key", {
408
+ get: p,
409
+ configurable: !0
410
+ });
411
+ }
412
+ }
413
+ function De(t, l) {
414
+ {
415
+ var p = function() {
416
+ $r || ($r = !0, j("%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
+ p.isReactWarning = !0, Object.defineProperty(t, "ref", {
419
+ get: p,
420
+ configurable: !0
421
+ });
422
+ }
423
+ }
424
+ var ke = function(t, l, p, g, x, w, 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: p,
432
+ props: v,
433
+ // Record the component responsible for creating this element.
434
+ _owner: w
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, p, g, x) {
454
+ {
455
+ var w, v = {}, b = null, L = null;
456
+ p !== void 0 && (Br(p), b = "" + p), Ee(l) && (Br(l.key), b = "" + l.key), je(l) && (L = l.ref, Ne(l, x));
457
+ for (w in l)
458
+ Z.call(l, w) && !qe.hasOwnProperty(w) && (v[w] = l[w]);
459
+ if (t && t.defaultProps) {
460
+ var A = t.defaultProps;
461
+ for (w in A)
462
+ v[w] === void 0 && (v[w] = A[w]);
463
+ }
464
+ if (b || L) {
465
+ var R = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
466
+ b && Ae(v, R), L && De(v, R);
467
+ }
468
+ return ke(t, b, L, x, g, K.current, v);
469
+ }
470
+ }
471
+ var hr = T.ReactCurrentOwner, zr = T.ReactDebugCurrentFrame;
472
+ function $(t) {
473
+ if (t) {
474
+ var l = t._owner, p = ir(t.type, t._source, l ? l.type : null);
475
+ zr.setExtraStackFrame(p);
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 = F(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 p = typeof t == "string" ? t : t.displayName || t.name;
505
+ p && (l = `
506
+
507
+ Check the top-level render call using <` + p + ">.");
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 p = Te(l);
518
+ if (Mr[p])
519
+ return;
520
+ Mr[p] = !0;
521
+ var g = "";
522
+ t && t._owner && t._owner !== hr.current && (g = " It was passed a child from " + F(t._owner.type) + "."), $(t), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', p, g), $(null);
523
+ }
524
+ }
525
+ function Wr(t, l) {
526
+ {
527
+ if (typeof t != "object")
528
+ return;
529
+ if (gr(t))
530
+ for (var p = 0; p < t.length; p++) {
531
+ var g = t[p];
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 = V(t);
538
+ if (typeof x == "function" && x !== t.entries)
539
+ for (var w = x.call(t), v; !(v = w.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 p;
550
+ if (typeof l == "function")
551
+ p = 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 === E))
555
+ p = l.propTypes;
556
+ else
557
+ return;
558
+ if (p) {
559
+ var g = F(l);
560
+ ve(p, t.props, "prop", g, t);
561
+ } else if (l.PropTypes !== void 0 && !br) {
562
+ br = !0;
563
+ var x = F(l);
564
+ j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", x || "Unknown");
565
+ }
566
+ typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && j("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), p = 0; p < l.length; p++) {
572
+ var g = l[p];
573
+ if (g !== "children" && g !== "key") {
574
+ $(t), j("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), j("Invalid attribute `ref` supplied to `React.Fragment`."), $(null));
579
+ }
580
+ }
581
+ var Jr = {};
582
+ function Zr(t, l, p, g, x, w) {
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 L = Re();
589
+ L ? b += L : b += Gr();
590
+ var A;
591
+ t === null ? A = "null" : gr(t) ? A = "array" : t !== void 0 && t.$$typeof === a ? (A = "<" + (F(t.type) || "Unknown") + " />", b = " Did you accidentally export a JSX literal instead of a component?") : A = typeof t, j("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 R = Se(t, l, p, x, w);
594
+ if (R == null)
595
+ return R;
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
+ j("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 H = F(t), O = Object.keys(l).filter(function(Ie) {
611
+ return Ie !== "key";
612
+ }), xr = O.length > 0 ? "{key: someKey, " + O.join(": ..., ") + ": ...}" : "{key: someKey}";
613
+ if (!Jr[H + xr]) {
614
+ var Pe = O.length > 0 ? "{" + O.join(": ..., ") + ": ...}" : "{}";
615
+ j(`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, H, Pe, H), Jr[H + xr] = !0;
621
+ }
622
+ }
623
+ return t === o ? Le(R) : Ce(R), R;
624
+ }
625
+ }
626
+ function Oe(t, l, p) {
627
+ return Zr(t, l, p, !0);
628
+ }
629
+ function _e(t, l, p) {
630
+ return Zr(t, l, p, !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(
8
641
  "div",
9
642
  {
10
- className: `admonitionblock ${s.name}`,
643
+ className: `admonitionblock ${o.name}`,
11
644
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
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 })
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(C, { blocks: r.blocks })
18
651
  ] })
19
652
  ] }) }) })
20
653
  }
21
654
  );
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(
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(
25
658
  "div",
26
659
  {
27
660
  className: "audioblock",
28
661
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
29
662
  children: [
30
- /* @__PURE__ */ e(f, { text: r.title }),
31
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
663
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
664
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
32
665
  "audio",
33
666
  {
34
- src: `${r.mediaUri}${s}`,
667
+ src: `${r.mediaUri}${o}`,
35
668
  autoPlay: r.autoplay,
36
669
  controls: !r.noControls,
37
670
  loop: r.loop,
@@ -41,24 +674,20 @@ const f = ({ text: r }) => r ? /* @__PURE__ */ e("div", { className: "title", ch
41
674
  ]
42
675
  }
43
676
  );
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 })
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 })
50
683
  ] }),
51
- /* @__PURE__ */ u("td", { children: [
52
- t.text && b(t.text),
53
- /* @__PURE__ */ e(y, { blocks: t.blocks })
684
+ /* @__PURE__ */ e.jsxs("td", { children: [
685
+ a.text && D(a.text),
686
+ /* @__PURE__ */ e.jsx(C, { blocks: a.blocks })
54
687
  ] })
55
- ] }, a)) }) })
688
+ ] }, s)) }) })
56
689
  ] });
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: {} };
690
+ var ae = { exports: {} };
62
691
  /*!
63
692
  Copyright (c) 2018 Jed Watson.
64
693
  Licensed under the MIT License (MIT), see
@@ -66,425 +695,425 @@ var J = { exports: {} };
66
695
  */
67
696
  (function(r) {
68
697
  (function() {
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)));
698
+ var a = {}.hasOwnProperty;
699
+ function s() {
700
+ for (var u = "", m = 0; m < arguments.length; m++) {
701
+ var i = arguments[m];
702
+ i && (u = n(u, o(i)));
74
703
  }
75
- return c;
704
+ return u;
76
705
  }
77
- function s(c) {
78
- if (typeof c == "string" || typeof c == "number")
79
- return c;
80
- if (typeof c != "object")
706
+ function o(u) {
707
+ if (typeof u == "string" || typeof u == "number")
708
+ return u;
709
+ if (typeof u != "object")
81
710
  return "";
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;
90
- }
91
- function l(c, p) {
92
- return p ? c ? c + " " + p : c + p : c;
93
- }
94
- r.exports ? (a.default = a, r.exports = a) : window.classNames = a;
711
+ if (Array.isArray(u))
712
+ return s.apply(null, u);
713
+ if (u.toString !== Object.prototype.toString && !u.toString.toString().includes("[native code]"))
714
+ return u.toString();
715
+ var m = "";
716
+ for (var i in u)
717
+ a.call(u, i) && u[i] && (m = n(m, i));
718
+ return m;
719
+ }
720
+ function n(u, m) {
721
+ return m ? u ? u + " " + m : u + m : u;
722
+ }
723
+ r.exports ? (s.default = s, r.exports = s) : window.classNames = s;
95
724
  })();
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;": `
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;": `
103
732
  `, "&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;" } } };
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) {
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) {
110
739
  return String.fromCharCode(Math.floor((r - 65536) / 1024) + 55296, (r - 65536) % 1024 + 56320);
111
740
  };
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;
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;
116
745
  };
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]);
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]);
124
753
  }
125
754
  return r;
126
- }, S.apply(this, arguments);
755
+ }, M.apply(this, arguments);
127
756
  };
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;
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 u = 0;
136
765
  do {
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));
766
+ u !== o.index && (n += r.substring(u, o.index));
767
+ var m = o[0];
768
+ n += s(m), u = o.index + m.length;
769
+ } while (o = a.exec(r));
770
+ u !== r.length && (n += r.substring(u));
142
771
  } else
143
- l = r;
144
- return l;
772
+ n = r;
773
+ return n;
145
774
  }
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;
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, u = s.numeric, m = u === void 0 ? "decimal" : u, i = s.level, c = i === void 0 ? "all" : i;
149
778
  if (!r)
150
779
  return "";
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;
780
+ var q = Je[n], y = Nr[c].characters, E = m === "hexadecimal";
781
+ return ie(r, q, function(h) {
782
+ var d = y[h];
783
+ if (!d) {
784
+ var f = h.length > 1 ? se.getCodePoint(h, 0) : h.charCodeAt(0);
785
+ d = (E ? "&#x" + f.toString(16) : "&#" + f) + ";";
786
+ }
787
+ return d;
159
788
  });
160
789
  }
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;
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, u = r[r.length - 1];
794
+ if (s && u === "=")
795
+ n = r;
796
+ else if (o && u !== ";")
797
+ n = r;
169
798
  else {
170
- var p = t[r];
171
- if (p)
172
- l = p;
799
+ var m = a[r];
800
+ if (m)
801
+ n = m;
173
802
  else if (r[0] === "&" && r[1] === "#") {
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);
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);
176
805
  }
177
806
  }
178
- return l;
807
+ return n;
179
808
  }
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) : "";
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) : "";
183
812
  }
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;
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, u = s.scope, m = u === void 0 ? n === "xml" ? "strict" : "body" : u;
187
816
  if (!r)
188
817
  return "";
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);
818
+ var i = Qe[n][m], c = Nr[n].entities, q = m === "attribute", y = m === "strict";
819
+ return ie(r, i, function(E) {
820
+ return oe(E, c, q, y);
192
821
  });
193
822
  }
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 = {
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 u = o || a;
828
+ return u && n && n[u] !== void 0 ? n[u] : s;
829
+ }, U = (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(), q = i.getContentModel && i.getContentModel(), y = c === "colist" || c === "olist" || c === "ulist" || c == "dlist", E = c && !y && i.hasBlocks() ? i.getBlocks().map((d) => s(d)) : [];
834
+ let h = {
206
835
  id: i.getId && i.getId(),
207
- type: n,
208
- blocks: q,
209
- content: q.length > 0 ? void 0 : i.getContent && i.getContent(),
836
+ type: c,
837
+ blocks: E,
838
+ content: E.length > 0 || y || c === "list_item" ? void 0 : i.getContent && i.getContent(),
210
839
  attributes: i.getAttributes && i.getAttributes(),
211
- contentModel: v,
840
+ contentModel: q,
212
841
  lineNumber: i.getLineNumber && i.getLineNumber(),
213
842
  style: i.getStyle && i.getStyle(),
214
843
  role: i.getRole && i.getRole(),
215
844
  title: i.hasTitle && i.hasTitle() ? i.getTitle() : void 0,
216
845
  level: i.getLevel && i.getLevel()
217
846
  };
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)
847
+ if (c === "admonition") {
848
+ let d = h;
849
+ d.iconUri = i.getIconUri(h.attributes.name);
850
+ }
851
+ if (c === "audio") {
852
+ let d = h;
853
+ d.mediaUri = i.getMediaUri(i.getAttribute("target")), d.autoplay = i.isOption("autoplay"), d.noControls = !i.isOption("nocontrols"), d.loop = i.isOption("loop"), h = d;
854
+ }
855
+ if (c === "video") {
856
+ let d = h;
857
+ d.mediaUri = i.getMediaUri(i.getAttribute("target")), d.autoplay = i.isOption("autoplay"), d.noControls = !i.isOption("nocontrols"), d.loop = i.isOption("loop"), d.onHover = i.isOption("onhover"), h = d;
858
+ }
859
+ if (c === "image") {
860
+ let d = h;
861
+ d.imageUri = i.getImageUri(i.getAttribute("target"));
862
+ }
863
+ if ((c === "listing" || c === "literal") && "getSource" in i) {
864
+ const d = h;
865
+ d.source = i.getSource(), d.language = i.getAttribute("language"), d.content = d.content ? st(d.content) : void 0;
866
+ }
867
+ if (c === "section") {
868
+ const d = h;
869
+ d.title = i.getCaption() ? i.getCaptionedTitle() : i.getTitle() || "", "getSectionNumeral" in i && (d.name = i.getSectionName(), d.numbered = i.isNumbered(), d.num = i.getSectionNumeral());
870
+ }
871
+ if (c === "dlist") {
872
+ let d = h;
873
+ d.items = i.getItems().map((f) => [
874
+ f[0].map(
875
+ (S) => s(S)
247
876
  ),
248
- a(m[1])
877
+ s(f[1])
249
878
  ]);
250
879
  }
251
- if (n === "colist" || n === "olist" || n === "ulist") {
252
- let o = d;
253
- o.items = i.getItems().map((m) => a(m));
880
+ if (c === "colist" || c === "olist" || c === "ulist") {
881
+ let d = h;
882
+ d.items = i.getItems().map((f) => s(f));
254
883
  }
255
- if (n === "list_item") {
256
- let o = d;
257
- const m = i;
258
- o.text = m.hasText() ? m.getText() : void 0;
884
+ if (c === "list_item") {
885
+ let d = h;
886
+ const f = i;
887
+ d.text = f.hasText() ? f.getText() : void 0;
259
888
  }
260
- if (n === "table") {
261
- let o = d;
262
- const m = i;
263
- o.columns = m.getColumns().map((N) => ({
889
+ if (c === "table") {
890
+ let d = h;
891
+ const f = i;
892
+ d.columns = f.getColumns().map((T) => ({
264
893
  // @ts-ignore
265
- attributes: N.getAttributes(),
266
- columnNumber: N.getColumnNumber(),
267
- width: N.getWidth(),
268
- horizontalAlign: N.getHorizontalAlign(),
269
- verticalAlign: N.getVerticalAlign(),
270
- style: N.getStyle()
894
+ attributes: T.getAttributes(),
895
+ columnNumber: T.getColumnNumber(),
896
+ width: T.getWidth(),
897
+ horizontalAlign: T.getHorizontalAlign(),
898
+ verticalAlign: T.getVerticalAlign(),
899
+ style: T.getStyle()
271
900
  }));
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 = {
901
+ const S = (T) => T.map(
902
+ (j) => j.map((P) => s(P))
903
+ ), V = f.getRows();
904
+ d.rows = {
905
+ head: S(V.head),
906
+ body: S(V.body),
907
+ foot: S(V.foot)
908
+ }, d = {
293
909
  ...d,
910
+ caption: f.getCaption(),
911
+ hasHeader: f.hasHeaderOption(),
912
+ hasFooter: f.hasFooterOption(),
913
+ hasAutowidth: f.hasAutowidthOption(),
914
+ headRows: S(f.getHeadRows()),
915
+ bodyRows: S(f.getBodyRows()),
916
+ footRows: S(f.getFootRows())
917
+ }, h = d;
918
+ }
919
+ if (c === "table_cell") {
920
+ const d = i, f = d.getColumn();
921
+ h = {
922
+ ...h,
294
923
  type: "table_cell",
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 ? {
924
+ text: d.getText(),
925
+ columnSpan: d.getColumnSpan(),
926
+ rowSpan: d.getRowSpan(),
927
+ source: d.getSource(),
928
+ lines: d.getLines(),
929
+ width: d.getWidth(),
930
+ columnPercentageWidth: d.getColumnPercentageWidth(),
931
+ column: f ? {
303
932
  // @ts-ignore
304
- attributes: m.getAttributes(),
305
- columnNumber: m.getColumnNumber(),
306
- width: m.getWidth(),
307
- horizontalAlign: m.getHorizontalAlign(),
308
- verticalAlign: m.getVerticalAlign(),
309
- style: m.getStyle()
933
+ attributes: f.getAttributes(),
934
+ columnNumber: f.getColumnNumber(),
935
+ width: f.getWidth(),
936
+ horizontalAlign: f.getHorizontalAlign(),
937
+ verticalAlign: f.getVerticalAlign(),
938
+ style: f.getStyle()
310
939
  } : void 0
311
940
  };
312
941
  }
313
- return d;
942
+ return h;
314
943
  }
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)
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)
322
951
  }));
323
952
  }
324
- t = {
953
+ a = {
325
954
  type: "document",
326
- title: ((p = r.getDocumentTitle()) == null ? void 0 : p.toString()) || "",
955
+ title: ((m = r.getDocumentTitle()) == null ? void 0 : m.toString()) || "",
327
956
  hasHeader: r.hasHeader(),
328
957
  noHeader: r.getNoheader(),
329
958
  contentModel: r.getContentModel(),
330
959
  footnotes: [],
331
960
  attributes: r.getAttributes(),
332
- blocks: r.getBlocks().map((i) => a(i)),
333
- sections: s(r),
961
+ blocks: r.getBlocks().map((i) => s(i)),
962
+ sections: o(r),
334
963
  authors: []
335
964
  };
336
- const l = r.getFootnotes();
337
- return l && (t.footnotes = l.map((i) => ({
965
+ const n = r.getFootnotes();
966
+ return n && (a.footnotes = n.map((i) => ({
338
967
  text: i.getText(),
339
968
  index: i.getIndex()
340
- }))), r.getAuthors() && (t.authors = r.getAuthors().map((i) => {
341
- const n = i.getName(), v = i.getEmail();
969
+ }))), r.getAuthors() && (a.authors = r.getAuthors().map((i) => {
970
+ const c = i.getName(), q = i.getEmail();
342
971
  return {
343
- name: n ? r.applySubstitutions(n).toString() : void 0,
344
- email: v ? r.applySubstitutions(v).toString() : void 0
972
+ name: c ? r.applySubstitutions(c).toString() : void 0,
973
+ email: q ? r.applySubstitutions(q).toString() : void 0
345
974
  };
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(
975
+ })), a;
976
+ }, Ct = async (r, a) => {
977
+ const s = async (n) => Promise.all(
978
+ n.map(async (u) => {
979
+ let m = await a(u);
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(
354
983
  i.items
355
984
  );
356
985
  }
357
- return p;
986
+ return m;
358
987
  })
359
- ), s = await a(r.blocks);
988
+ ), o = await s(r.blocks);
360
989
  return {
361
990
  ...r,
362
- blocks: s
991
+ blocks: o
363
992
  };
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
993
+ }, it = ({ node: r }) => {
994
+ const a = (o) => {
995
+ const n = o, u = n[0];
996
+ let m = n[1];
997
+ return m.type || (m = null), {
998
+ terms: u,
999
+ dd: m
371
1000
  };
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 })
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(C, { blocks: o.blocks })
377
1006
  ] });
378
1007
  };
379
1008
  if (r.style === "qanda")
380
- return /* @__PURE__ */ u(
1009
+ return /* @__PURE__ */ e.jsxs(
381
1010
  "div",
382
1011
  {
383
- className: h("qlist qanda", r.role),
1012
+ className: N("qlist qanda", r.role),
384
1013
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
385
1014
  children: [
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);
1015
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1016
+ /* @__PURE__ */ e.jsx("ol", { children: r.items.map((o, n) => {
1017
+ const { terms: u, dd: m } = a(o);
1018
+ if (u)
1019
+ return /* @__PURE__ */ e.jsxs("li", { children: [
1020
+ u.map((i, c) => /* @__PURE__ */ e.jsx("p", { children: /* @__PURE__ */ e.jsx("em", { children: D(i.text) }) }, c)),
1021
+ s(m)
1022
+ ] }, n);
394
1023
  }) })
395
1024
  ]
396
1025
  }
397
1026
  );
398
1027
  if (r.style === "horizontal") {
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(
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(
405
1034
  "col",
406
1035
  {
407
1036
  style: {
408
- width: s ? `${s.toString().replace("%", "")}%` : ""
1037
+ width: o ? `${o.toString().replace("%", "")}%` : ""
409
1038
  // do this because a width could have a % or no unit
410
1039
  }
411
1040
  }
412
1041
  ),
413
- /* @__PURE__ */ e(
1042
+ /* @__PURE__ */ e.jsx(
414
1043
  "col",
415
1044
  {
416
1045
  style: {
417
- width: l ? `${l.toString().replace("%", "")}%` : ""
1046
+ width: n ? `${n.toString().replace("%", "")}%` : ""
418
1047
  }
419
1048
  }
420
1049
  )
421
1050
  ] }),
422
- /* @__PURE__ */ e("tbody", { children: r.items.map((c, p) => {
423
- const { terms: i, dd: n } = t(c);
1051
+ /* @__PURE__ */ e.jsx("tbody", { children: r.items.map((u, m) => {
1052
+ const { terms: i, dd: c } = a(u);
424
1053
  if (i)
425
- return /* @__PURE__ */ u("tr", { children: [
426
- /* @__PURE__ */ e(
1054
+ return /* @__PURE__ */ e.jsxs("tr", { children: [
1055
+ /* @__PURE__ */ e.jsx(
427
1056
  "td",
428
1057
  {
429
- className: h(
1058
+ className: N(
430
1059
  "hdlist1",
431
- C(r.attributes, "strong") ? "strong" : ""
1060
+ er(r.attributes, "strong") ? "strong" : ""
432
1061
  ),
433
- children: i.map((v, q) => /* @__PURE__ */ u(z, { children: [
434
- q !== 0 && /* @__PURE__ */ e("br", {}),
435
- b(v.text)
436
- ] }, q))
1062
+ children: i.map((q, y) => /* @__PURE__ */ e.jsxs(qr, { children: [
1063
+ y !== 0 && /* @__PURE__ */ e.jsx("br", {}),
1064
+ D(q.text)
1065
+ ] }, y))
437
1066
  }
438
1067
  ),
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 })
1068
+ c && /* @__PURE__ */ e.jsxs("td", { className: "hdlist2", children: [
1069
+ c.text && /* @__PURE__ */ e.jsx("p", { children: D(c.text) }),
1070
+ /* @__PURE__ */ e.jsx(C, { blocks: c.blocks })
442
1071
  ] })
443
- ] }, p);
1072
+ ] }, m);
444
1073
  }) })
445
1074
  ] })
446
1075
  ] });
447
1076
  } else
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);
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: u, dd: m } = a(o);
1081
+ if (u)
1082
+ return /* @__PURE__ */ e.jsxs(qr, { children: [
1083
+ u.map((i, c) => /* @__PURE__ */ e.jsx("dt", { className: "hdlist1", children: D(i.text) }, c)),
1084
+ s(m)
1085
+ ] }, n);
457
1086
  }) })
458
1087
  ] });
459
- }, B = ({
1088
+ }, ur = ({
460
1089
  sections: r,
461
- opts: t
1090
+ opts: a
462
1091
  }) => {
463
- const { document: a } = D();
1092
+ const { document: s } = I();
464
1093
  if (!r || r.length === 0) return null;
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,
1094
+ const o = s.attributes || {}, n = o.sectnumlevels, u = o.toclevels, m = (a == null ? void 0 : a.sectNumLevels) || (n ? parseInt(`${n}`) : 3), i = (a == null ? void 0 : a.tocLevels) || (u ? parseInt(`${u}`) : 2);
1095
+ return /* @__PURE__ */ e.jsx("ul", { className: `sectlevel${r[0].level}`, children: r.map((c) => {
1096
+ let q = c.num;
1097
+ q = q === "." || q === ".." ? "" : q;
1098
+ const y = c.level;
1099
+ let E = c.title;
1100
+ return y <= m && (E = `${q} ${c.title}`), /* @__PURE__ */ e.jsxs("li", { children: [
1101
+ /* @__PURE__ */ e.jsx("a", { href: `#${c.id}`, children: D(E) }),
1102
+ y < i && /* @__PURE__ */ e.jsx(
1103
+ ur,
475
1104
  {
476
- sections: n.sections,
1105
+ sections: c.sections,
477
1106
  opts: {
478
1107
  tocLevels: i,
479
- sectNumLevels: p
1108
+ sectNumLevels: m
480
1109
  }
481
1110
  }
482
1111
  )
483
- ] }, n.id);
1112
+ ] }, c.id);
484
1113
  }) });
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(
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(
488
1117
  "h1",
489
1118
  {
490
1119
  dangerouslySetInnerHTML: {
@@ -492,88 +1121,88 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
492
1121
  }
493
1122
  }
494
1123
  ),
495
- /* @__PURE__ */ e(s, {}),
496
- r.sections && r.sections.length > 0 && r.attributes.toc !== void 0 && r.attributes["toc-placement"] === "auto" && /* @__PURE__ */ u(
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(
497
1126
  "div",
498
1127
  {
499
1128
  id: "toc",
500
- className: U(r.attributes, "toc-class", "toc"),
1129
+ className: or(r.attributes, "toc-class", "toc"),
501
1130
  children: [
502
- /* @__PURE__ */ e("div", { id: "toctitle", children: r.attributes["toc-title"] }),
503
- /* @__PURE__ */ e(B, { sections: r.sections })
1131
+ /* @__PURE__ */ e.jsx("div", { id: "toctitle", children: r.attributes["toc-title"] }),
1132
+ /* @__PURE__ */ e.jsx(ur, { sections: r.sections })
504
1133
  ]
505
1134
  }
506
1135
  )
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(
1136
+ ] }) }), s = () => r.footnotes && r.footnotes.length > 0 && r.blocks && !U(r.attributes, "nofootnotes") ? /* @__PURE__ */ e.jsxs("div", { id: "footnotes", children: [
1137
+ /* @__PURE__ */ e.jsx("hr", {}),
1138
+ r.footnotes.map((n) => /* @__PURE__ */ e.jsxs(
510
1139
  "div",
511
1140
  {
512
1141
  className: "footnote",
513
- id: `_footnotedef_${l.index}`,
1142
+ id: `_footnotedef_${n.index}`,
514
1143
  children: [
515
- /* @__PURE__ */ e("a", { href: `#_footnoteref_${l.index}`, children: l.index }),
1144
+ /* @__PURE__ */ e.jsx("a", { href: `#_footnoteref_${n.index}`, children: n.index }),
516
1145
  ".",
517
1146
  " ",
518
- b(l.text || "")
1147
+ D(n.text || "")
519
1148
  ]
520
1149
  },
521
- l.index
1150
+ n.index
522
1151
  ))
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", {})
1152
+ ] }) : null, o = () => r.authors.length > 0 || U(r.attributes, "revnumber") || U(r.attributes, "revdate") || U(r.attributes, "revremark") ? /* @__PURE__ */ e.jsxs("div", { className: "details", children: [
1153
+ r.authors.map((n, u) => /* @__PURE__ */ e.jsxs(qr, { children: [
1154
+ n.name && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1155
+ /* @__PURE__ */ e.jsx("span", { id: `author${u + 1 > 1 ? u + 1 : ""}`, className: "author", children: D(n.name) }),
1156
+ /* @__PURE__ */ e.jsx("br", {})
528
1157
  ] }),
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", {})
1158
+ n.email && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1159
+ /* @__PURE__ */ e.jsx("span", { id: `email${u + 1 > 1 ? u + 1 : ""}`, className: "email", children: D(n.email) }),
1160
+ /* @__PURE__ */ e.jsx("br", {})
532
1161
  ] })
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 })
1162
+ ] }, u)),
1163
+ U(r.attributes, "revnumber") && /* @__PURE__ */ e.jsx("span", { id: "revnumber", children: `${r.attributes["version-label"].toString().toLowerCase()} ${r.attributes.revnumber}${r.attributes.revdate ? "," : ""}` }),
1164
+ U(r.attributes, "revdate") && /* @__PURE__ */ e.jsx("span", { id: "revdate", children: r.attributes.revdate }),
1165
+ U(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 })
539
1168
  ] })
540
1169
  ] }) : null;
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, {})
1170
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1171
+ /* @__PURE__ */ e.jsx(a, {}),
1172
+ /* @__PURE__ */ e.jsx("div", { id: "content", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) }),
1173
+ /* @__PURE__ */ e.jsx(s, {})
545
1174
  ] });
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(
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(
550
1179
  "details",
551
1180
  {
552
1181
  className: r.role,
553
- open: s,
1182
+ open: o,
554
1183
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
555
1184
  ...r.id ? { id: r.id } : {},
556
1185
  children: [
557
- /* @__PURE__ */ e("summary", { className: "title", children: b(a) }),
558
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1186
+ /* @__PURE__ */ e.jsx("summary", { className: "title", children: D(s) }),
1187
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) })
559
1188
  ]
560
1189
  }
561
1190
  );
562
1191
  }
563
- return /* @__PURE__ */ u(
1192
+ return /* @__PURE__ */ e.jsxs(
564
1193
  "div",
565
1194
  {
566
- className: h("exampleblock", r.role),
1195
+ className: N("exampleblock", r.role),
567
1196
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
568
1197
  ...r.id ? { id: r.id } : {},
569
1198
  children: [
570
- /* @__PURE__ */ e(f, { text: r.title }),
571
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1199
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1200
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) })
572
1201
  ]
573
1202
  }
574
1203
  );
575
- }, qr = ({ node: r }) => /* @__PURE__ */ u(x, { children: [
576
- /* @__PURE__ */ e(
1204
+ }, nt = ({ node: r }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1205
+ /* @__PURE__ */ e.jsx(
577
1206
  "a",
578
1207
  {
579
1208
  className: "sectionanchor",
@@ -581,13 +1210,13 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
581
1210
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}
582
1211
  }
583
1212
  ),
584
- k(
1213
+ G(
585
1214
  `h${r.level + 1}`,
586
- { className: h(r.role, r.style) },
587
- b(r.title || "")
1215
+ { className: N(r.role, r.style) },
1216
+ D(r.title || "")
588
1217
  )
589
- ] }), wr = ({ node: r }) => {
590
- let t = /* @__PURE__ */ e(
1218
+ ] }), ct = ({ node: r }) => {
1219
+ let a = /* @__PURE__ */ e.jsx(
591
1220
  "img",
592
1221
  {
593
1222
  src: r.imageUri,
@@ -596,7 +1225,7 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
596
1225
  height: r.attributes.height
597
1226
  }
598
1227
  );
599
- return r.attributes.link && (t = /* @__PURE__ */ e("a", { className: "image", href: r.attributes.link.toString(), children: t })), /* @__PURE__ */ u(
1228
+ return r.attributes.link && (a = /* @__PURE__ */ e.jsx("a", { className: "image", href: r.attributes.link.toString(), children: a })), /* @__PURE__ */ e.jsxs(
600
1229
  "div",
601
1230
  {
602
1231
  className: `imageblock ${r.attributes.align ? "text-" + r.attributes.align : ""} ${r.attributes.float ? r.attributes.float : ""} ${r.role ? r.role : ""}`,
@@ -606,47 +1235,47 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
606
1235
  maxHeight: r.attributes.height
607
1236
  },
608
1237
  children: [
609
- /* @__PURE__ */ e("div", { className: "content", children: t }),
610
- /* @__PURE__ */ e(f, { text: r.title })
1238
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: a }),
1239
+ /* @__PURE__ */ e.jsx(k, { text: r.title })
611
1240
  ]
612
1241
  }
613
1242
  );
614
- }, xr = ({ node: r }) => {
615
- const { document: t } = D(), a = t.attributes || {}, s = r.attributes.nowrap || a.prewrap === void 0;
1243
+ }, ut = ({ node: r }) => {
1244
+ const { document: a } = I(), s = a.attributes || {}, o = r.attributes.nowrap || s.prewrap === void 0;
616
1245
  if (r.style === "source") {
617
- const l = r.language;
618
- return /* @__PURE__ */ u(
1246
+ const n = r.language;
1247
+ return /* @__PURE__ */ e.jsxs(
619
1248
  "div",
620
1249
  {
621
1250
  className: "listingblock",
622
1251
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
623
1252
  children: [
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(
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(
626
1255
  "code",
627
1256
  {
628
- className: l ? `language-${l}` : "",
629
- "data-lang": l,
1257
+ className: n ? `language-${n}` : "",
1258
+ "data-lang": n,
630
1259
  dangerouslySetInnerHTML: {
631
1260
  __html: r.content || ""
632
1261
  }
633
1262
  }
634
- ) : /* @__PURE__ */ e("code", { dangerouslySetInnerHTML: { __html: r.content || "" } }) }) })
1263
+ ) : /* @__PURE__ */ e.jsx("code", { dangerouslySetInnerHTML: { __html: r.content || "" } }) }) })
635
1264
  ]
636
1265
  }
637
1266
  );
638
1267
  } else
639
- return /* @__PURE__ */ u(
1268
+ return /* @__PURE__ */ e.jsxs(
640
1269
  "div",
641
1270
  {
642
1271
  className: "listingblock",
643
1272
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
644
1273
  children: [
645
- /* @__PURE__ */ e(f, { text: r.title }),
646
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
1274
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1275
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
647
1276
  "pre",
648
1277
  {
649
- className: h("highlight !block", s ? "nowrap" : ""),
1278
+ className: N("highlight !block", o ? "nowrap" : ""),
650
1279
  dangerouslySetInnerHTML: {
651
1280
  __html: r.content || ""
652
1281
  }
@@ -655,117 +1284,117 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
655
1284
  ]
656
1285
  }
657
1286
  );
658
- }, Nr = ({ node: r }) => {
659
- const { document: t } = D(), a = t.attributes || {}, s = r.attributes.nowrap || a.prewrap === void 0;
660
- return /* @__PURE__ */ u(
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(
661
1290
  "div",
662
1291
  {
663
1292
  className: "literalblock",
664
1293
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
665
1294
  children: [
666
- /* @__PURE__ */ e(f, { text: r.title }),
667
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e("pre", { className: s ? "nowrap" : "", children: r.source }) })
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 }) })
668
1297
  ]
669
1298
  }
670
1299
  );
671
- }, Ar = ({ node: r }) => /* @__PURE__ */ u(
1300
+ }, dt = ({ node: r }) => /* @__PURE__ */ e.jsxs(
672
1301
  "div",
673
1302
  {
674
- className: h("olist", r.role, r.style),
1303
+ className: N("olist", r.role, r.style),
675
1304
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
676
1305
  children: [
677
- /* @__PURE__ */ e(f, { text: r.title }),
678
- /* @__PURE__ */ e(
1306
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1307
+ /* @__PURE__ */ e.jsx(
679
1308
  "ol",
680
1309
  {
681
1310
  className: r.style,
682
- reversed: C(r.attributes, "reversed"),
1311
+ reversed: er(r.attributes, "reversed"),
683
1312
  ...r.attributes.start ? { start: parseInt(`${r.attributes.start}`) } : {},
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))
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(C, { blocks: a.blocks })
1316
+ ] }, s))
688
1317
  }
689
1318
  )
690
1319
  ]
691
1320
  }
692
- ), Dr = ({ node: r }) => {
693
- const t = r.style;
694
- return t === "abstract" ? /* @__PURE__ */ u(
1321
+ ), mt = ({ node: r }) => {
1322
+ const a = r.style;
1323
+ return a === "abstract" ? /* @__PURE__ */ e.jsxs(
695
1324
  "div",
696
1325
  {
697
- className: h("quoteblock abstract", r.role),
1326
+ className: N("quoteblock abstract", r.role),
698
1327
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
699
1328
  children: [
700
- /* @__PURE__ */ e(f, { text: r.title }),
701
- /* @__PURE__ */ e("blockquote", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1329
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1330
+ /* @__PURE__ */ e.jsx("blockquote", { className: "content", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) })
702
1331
  ]
703
1332
  }
704
- ) : /* @__PURE__ */ u(
1333
+ ) : /* @__PURE__ */ e.jsxs(
705
1334
  "div",
706
1335
  {
707
- className: h("openblock", t && t !== "open" ? t : "", r.role),
1336
+ className: N("openblock", a && a !== "open" ? a : "", r.role),
708
1337
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
709
1338
  children: [
710
- /* @__PURE__ */ e(f, { text: r.title }),
711
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1339
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1340
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) })
712
1341
  ]
713
1342
  }
714
1343
  );
715
- }, Er = () => /* @__PURE__ */ e("div", { style: { pageBreakAfter: "always" } }), kr = ({ node: r }) => /* @__PURE__ */ u(
1344
+ }, gt = () => /* @__PURE__ */ e.jsx("div", { style: { pageBreakAfter: "always" } }), ft = ({ node: r }) => /* @__PURE__ */ e.jsxs(
716
1345
  "div",
717
1346
  {
718
1347
  ...r.id ? { id: r.id } : {},
719
- className: h("paragraph", r.role),
1348
+ className: N("paragraph", r.role),
720
1349
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
721
1350
  children: [
722
- /* @__PURE__ */ e(f, { text: r.title }),
723
- r.content && /* @__PURE__ */ e("p", { dangerouslySetInnerHTML: { __html: r.content } })
1351
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1352
+ r.content && /* @__PURE__ */ e.jsx("p", { dangerouslySetInnerHTML: { __html: r.content } })
724
1353
  ]
725
1354
  }
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(
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(C, { blocks: r.blocks }),
1359
+ o && /* @__PURE__ */ e.jsxs(
731
1360
  "div",
732
1361
  {
733
1362
  id: "toc",
734
1363
  className: r.attributes["toc-class"] ? `${r.attributes["toc-class"]}` : "toc",
735
1364
  children: [
736
- /* @__PURE__ */ e("div", { id: "toctitle", children: b(`${a["toc-title"]}`) }),
737
- t.sections && /* @__PURE__ */ e(B, { sections: t.sections })
1365
+ /* @__PURE__ */ e.jsx("div", { id: "toctitle", children: D(`${s["toc-title"]}`) }),
1366
+ a.sections && /* @__PURE__ */ e.jsx(ur, { sections: a.sections })
738
1367
  ]
739
1368
  }
740
1369
  )
741
1370
  ] }) });
742
- }, Tr = ({ node: r }) => {
743
- const t = r.attributes.attribution, a = r.attributes.citetitle;
744
- return /* @__PURE__ */ u(
1371
+ }, vt = ({ node: r }) => {
1372
+ const a = r.attributes.attribution, s = r.attributes.citetitle;
1373
+ return /* @__PURE__ */ e.jsxs(
745
1374
  "div",
746
1375
  {
747
1376
  ...r.id ? { id: r.id } : {},
748
- className: h("quoteblock", r.role),
1377
+ className: N("quoteblock", r.role),
749
1378
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
750
1379
  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: [
1380
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1381
+ r.content && /* @__PURE__ */ e.jsx("blockquote", { dangerouslySetInnerHTML: { __html: r.content } }),
1382
+ /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }),
1383
+ a && /* @__PURE__ */ e.jsxs("div", { className: "attribution", children: [
755
1384
  "— ",
756
- b(t.toString()),
757
- a && /* @__PURE__ */ e("cite", { children: a })
1385
+ D(a.toString()),
1386
+ s && /* @__PURE__ */ e.jsx("cite", { children: s })
758
1387
  ] })
759
1388
  ]
760
1389
  }
761
1390
  );
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(
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 u = s.sectnumlevels ? parseInt(`${s.sectnumlevels}`) : 3;
1396
+ return r.numbered && r.level <= u && (o = `${n} ${r.title}`), s.sectlinks && (o = /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1397
+ /* @__PURE__ */ e.jsx(
769
1398
  "a",
770
1399
  {
771
1400
  className: "anchor",
@@ -773,192 +1402,192 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
773
1402
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {}
774
1403
  }
775
1404
  ),
776
- /* @__PURE__ */ e(
1405
+ /* @__PURE__ */ e.jsx(
777
1406
  "a",
778
1407
  {
779
1408
  className: "link",
780
1409
  href: `#${r.id}`,
781
1410
  dangerouslySetInnerHTML: {
782
- __html: s
1411
+ __html: o
783
1412
  }
784
1413
  }
785
1414
  )
786
- ] })), r.level === 0 ? /* @__PURE__ */ u(x, { children: [
787
- /* @__PURE__ */ e(
1415
+ ] })), r.level === 0 ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1416
+ /* @__PURE__ */ e.jsx(
788
1417
  "h1",
789
1418
  {
790
- className: h("sect0", r.role),
791
- "data-sectnum": l,
1419
+ className: N("sect0", r.role),
1420
+ "data-sectnum": n,
792
1421
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
793
- children: s
1422
+ children: o
794
1423
  }
795
1424
  ),
796
- /* @__PURE__ */ e(y, { blocks: r.blocks })
797
- ] }) : /* @__PURE__ */ u(
1425
+ /* @__PURE__ */ e.jsx(C, { blocks: r.blocks })
1426
+ ] }) : /* @__PURE__ */ e.jsxs(
798
1427
  "div",
799
1428
  {
800
- className: h(`sect${r.level}`, r.role),
1429
+ className: N(`sect${r.level}`, r.role),
801
1430
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
802
1431
  children: [
803
- k(`h${r.level + 1}`, { "data-sectnum": l }, s),
804
- /* @__PURE__ */ e("div", { className: "sectionbody", children: /* @__PURE__ */ e(y, { blocks: r.blocks }) })
1432
+ G(`h${r.level + 1}`, { "data-sectnum": n }, o),
1433
+ /* @__PURE__ */ e.jsx("div", { className: "sectionbody", children: /* @__PURE__ */ e.jsx(C, { blocks: r.blocks }) })
805
1434
  ]
806
1435
  }
807
1436
  );
808
- }, Rr = ({ node: r }) => /* @__PURE__ */ e(
1437
+ }, yt = ({ node: r }) => /* @__PURE__ */ e.jsx(
809
1438
  "div",
810
1439
  {
811
- className: h("sidebarblock", r.role),
1440
+ className: N("sidebarblock", r.role),
812
1441
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
813
- children: /* @__PURE__ */ u("div", { className: "content", children: [
814
- /* @__PURE__ */ e(f, { text: r.title }),
815
- /* @__PURE__ */ e(y, { blocks: r.blocks })
1442
+ children: /* @__PURE__ */ e.jsxs("div", { className: "content", children: [
1443
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1444
+ /* @__PURE__ */ e.jsx(C, { blocks: r.blocks })
816
1445
  ] })
817
1446
  }
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(
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 u = er(r.attributes, "autowidth"), m = parseInt(`${r.attributes.tablepcwidth}`), i = null;
1455
+ u && !U(r.attributes, "width") ? o.push("fit-content") : m === 100 ? o.push("stretch") : i = `${m}%`, U(r.attributes, "float") && o.push(`${r.attributes.float}`), r.role && o.push(r.role || "");
1456
+ const c = (h) => N(
828
1457
  "tableblock",
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(
1458
+ `halign-${h.attributes.halign}`,
1459
+ `valign-${h.attributes.valign}`
1460
+ ), q = r.title, y = r.id, E = y || qt(q || "");
1461
+ return /* @__PURE__ */ e.jsxs(
833
1462
  "table",
834
1463
  {
835
- className: h("tableblock", ...s),
1464
+ className: N("tableblock", ...o),
836
1465
  style: { width: i || void 0 },
837
1466
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
838
1467
  children: [
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 }) })
1468
+ r.title && /* @__PURE__ */ e.jsxs("caption", { className: "title", children: [
1469
+ !y && /* @__PURE__ */ e.jsx("a", { className: "anchor", id: E }),
1470
+ /* @__PURE__ */ e.jsx("a", { href: `#${E}`, children: /* @__PURE__ */ e.jsx(k, { text: r.title }) })
842
1471
  ] }),
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);
1472
+ r.columns.length > 0 && /* @__PURE__ */ e.jsx("colgroup", { children: r.columns.map((h, d) => {
1473
+ const f = h.attributes.colpcwidth;
1474
+ return /* @__PURE__ */ e.jsx("col", { style: { width: `${f}%` } }, d);
846
1475
  }) }),
847
- r.headRows.map((o, m) => /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: o.map((g, w) => /* @__PURE__ */ e(
1476
+ r.headRows.map((h, d) => /* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: h.map((f, S) => /* @__PURE__ */ e.jsx(
848
1477
  "th",
849
1478
  {
850
- className: n(g),
851
- dangerouslySetInnerHTML: { __html: g.text }
1479
+ className: c(f),
1480
+ dangerouslySetInnerHTML: { __html: f.text }
852
1481
  },
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(
1482
+ S
1483
+ )) }) }, d)),
1484
+ /* @__PURE__ */ e.jsx("tbody", { children: r.bodyRows.map((h, d) => /* @__PURE__ */ e.jsx("tr", { children: h.map((f, S) => {
1485
+ const V = f.columnSpan, T = f.rowSpan, j = f.content, P = {
1486
+ colSpan: V,
1487
+ rowSpan: T,
1488
+ className: c(f)
1489
+ }, W = f.style;
1490
+ if (W === "asciidoc")
1491
+ return /* @__PURE__ */ G("td", { ...P, key: S }, /* @__PURE__ */ e.jsx(
863
1492
  "div",
864
1493
  {
865
1494
  className: "content",
866
- dangerouslySetInnerHTML: { __html: E || "" }
1495
+ dangerouslySetInnerHTML: { __html: j || "" }
867
1496
  }
868
1497
  ));
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(
1498
+ if (W === "literal")
1499
+ return /* @__PURE__ */ G("td", { ...P, key: S }, /* @__PURE__ */ e.jsx("div", { className: "literal", children: /* @__PURE__ */ e.jsx("pre", { dangerouslySetInnerHTML: { __html: j || "" } }) }));
1500
+ if (W === "header")
1501
+ return /* @__PURE__ */ G("th", { ...P, key: S }, /* @__PURE__ */ e.jsx(
873
1502
  "p",
874
1503
  {
875
1504
  className: "tableblock",
876
- dangerouslySetInnerHTML: { __html: E || "" }
1505
+ dangerouslySetInnerHTML: { __html: j || "" }
877
1506
  }
878
1507
  ));
879
1508
  {
880
- let j = E;
881
- return /* @__PURE__ */ k("td", { ...R, key: w }, j.length === 0 ? "" : b(
882
- `<p class="tableblock">${j.join(
1509
+ let tr = j;
1510
+ return /* @__PURE__ */ G("td", { ...P, key: S }, tr.length === 0 ? "" : D(
1511
+ `<p class="tableblock">${tr.join(
883
1512
  `</p>
884
1513
  <p class="tableblock">`
885
1514
  )}</p>`
886
1515
  ));
887
1516
  }
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))
1517
+ }) }, d)) }),
1518
+ r.footRows.map((h, d) => /* @__PURE__ */ e.jsx("tfoot", { children: /* @__PURE__ */ e.jsx("tr", { children: h.map((f, S) => /* @__PURE__ */ e.jsx("td", { className: c(f), children: /* @__PURE__ */ e.jsx("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: f.text } }) }, S)) }) }, d))
890
1519
  ]
891
1520
  }
892
1521
  );
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 } })
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 u = 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(`${u}` || "") }),
1528
+ a.sections && /* @__PURE__ */ e.jsx(ur, { sections: a.sections, opts: { tocLevels: c } })
900
1529
  ] }) : null;
901
- }, Br = () => /* @__PURE__ */ e("hr", {}), Ir = ({ node: r }) => {
902
- const t = C(r.attributes, "checklist");
903
- return /* @__PURE__ */ u(
1530
+ }, Et = () => /* @__PURE__ */ e.jsx("hr", {}), Nt = ({ node: r }) => {
1531
+ const a = er(r.attributes, "checklist");
1532
+ return /* @__PURE__ */ e.jsxs(
904
1533
  "div",
905
1534
  {
906
1535
  ...r.id ? { id: r.id } : {},
907
- className: h("ulist", r.style, r.role, t && "checklist"),
1536
+ className: N("ulist", r.style, r.role, a && "checklist"),
908
1537
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
909
1538
  children: [
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(
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(
913
1542
  "i",
914
1543
  {
915
- className: h(
1544
+ className: N(
916
1545
  "fa",
917
- a.attributes.checked ? "fa-check-square-o" : "fa-square-o"
1546
+ s.attributes.checked ? "fa-check-square-o" : "fa-square-o"
918
1547
  )
919
1548
  }
920
1549
  ),
921
1550
  " ",
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)) })
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(C, { blocks: s.blocks })
1555
+ ] }, o)) })
927
1556
  ]
928
1557
  }
929
1558
  );
930
- }, Vr = ({ node: r }) => {
931
- const t = r.attributes.attribution, a = r.attributes.citetitle;
932
- return /* @__PURE__ */ u(
1559
+ }, At = ({ node: r }) => {
1560
+ const a = r.attributes.attribution, s = r.attributes.citetitle;
1561
+ return /* @__PURE__ */ e.jsxs(
933
1562
  "div",
934
1563
  {
935
1564
  ...r.id ? { id: r.id } : {},
936
- className: h("verseblock", r.role),
1565
+ className: N("verseblock", r.role),
937
1566
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
938
1567
  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: [
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: [
942
1571
  "— ",
943
- t,
944
- a && /* @__PURE__ */ e("cite", { children: a })
1572
+ a,
1573
+ s && /* @__PURE__ */ e.jsx("cite", { children: s })
945
1574
  ] })
946
1575
  ]
947
1576
  }
948
1577
  );
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(
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(
952
1581
  "div",
953
1582
  {
954
1583
  className: "videoblock",
955
1584
  ...r.lineNumber ? { "data-lineno": r.lineNumber } : {},
956
1585
  children: [
957
- /* @__PURE__ */ e(f, { text: r.title }),
958
- /* @__PURE__ */ e("div", { className: "content", children: /* @__PURE__ */ e(
1586
+ /* @__PURE__ */ e.jsx(k, { text: r.title }),
1587
+ /* @__PURE__ */ e.jsx("div", { className: "content", children: /* @__PURE__ */ e.jsx(
959
1588
  "video",
960
1589
  {
961
- src: `${r.mediaUri}${s}`,
1590
+ src: `${r.mediaUri}${o}`,
962
1591
  autoPlay: r.autoplay,
963
1592
  controls: !r.noControls,
964
1593
  loop: r.loop,
@@ -968,117 +1597,117 @@ const C = (r, t) => r[`${t}-option`] !== void 0, U = (r, t, a = void 0, s, l) =>
968
1597
  ]
969
1598
  }
970
1599
  );
971
- }, $ = rr({ document: {} }), Mr = ({
1600
+ }, Ar = Ve({ document: {} }), Lt = ({
972
1601
  document: r,
973
- options: t
1602
+ options: a
974
1603
  }) => {
975
- const a = t && t.customDocument;
976
- return /* @__PURE__ */ e(
977
- $.Provider,
1604
+ const s = a && a.customDocument;
1605
+ return /* @__PURE__ */ e.jsx(
1606
+ Ar.Provider,
978
1607
  {
979
1608
  value: {
980
- ...t,
1609
+ ...a,
981
1610
  document: { attributes: r.attributes, sections: r.sections }
982
1611
  },
983
- children: a ? /* @__PURE__ */ e(a, { document: r }) : /* @__PURE__ */ e(vr, { document: r })
1612
+ children: s ? /* @__PURE__ */ e.jsx(s, { document: r }) : /* @__PURE__ */ e.jsx(lt, { document: r })
984
1613
  }
985
1614
  );
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) {
1615
+ }, C = ({ 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) {
991
1620
  case "audio":
992
- return /* @__PURE__ */ e(tr, { node: r });
1621
+ return /* @__PURE__ */ e.jsx(Ge, { node: r });
993
1622
  case "preamble":
994
- return /* @__PURE__ */ e(Lr, { node: r });
1623
+ return /* @__PURE__ */ e.jsx(bt, { node: r });
995
1624
  case "section":
996
- return /* @__PURE__ */ e(Cr, { node: r });
1625
+ return /* @__PURE__ */ e.jsx(xt, { node: r });
997
1626
  case "paragraph":
998
- return /* @__PURE__ */ e(kr, { node: r });
1627
+ return /* @__PURE__ */ e.jsx(ft, { node: r });
999
1628
  case "dlist":
1000
- return /* @__PURE__ */ e(fr, { node: r });
1629
+ return /* @__PURE__ */ e.jsx(it, { node: r });
1001
1630
  case "ulist":
1002
- return /* @__PURE__ */ e(Ir, { node: r });
1631
+ return /* @__PURE__ */ e.jsx(Nt, { node: r });
1003
1632
  case "floating_title":
1004
- return /* @__PURE__ */ e(qr, { node: r });
1633
+ return /* @__PURE__ */ e.jsx(nt, { node: r });
1005
1634
  case "admonition":
1006
- return /* @__PURE__ */ e(er, { node: r });
1635
+ return /* @__PURE__ */ e.jsx(ze, { node: r });
1007
1636
  case "listing":
1008
- return /* @__PURE__ */ e(xr, { node: r });
1637
+ return /* @__PURE__ */ e.jsx(ut, { node: r });
1009
1638
  case "literal":
1010
- return /* @__PURE__ */ e(Nr, { node: r });
1639
+ return /* @__PURE__ */ e.jsx(pt, { node: r });
1011
1640
  case "image":
1012
- return /* @__PURE__ */ e(wr, { node: r });
1641
+ return /* @__PURE__ */ e.jsx(ct, { node: r });
1013
1642
  case "colist":
1014
- return /* @__PURE__ */ e(ar, { node: r });
1643
+ return /* @__PURE__ */ e.jsx(Me, { node: r });
1015
1644
  case "olist":
1016
- return /* @__PURE__ */ e(Ar, { node: r });
1645
+ return /* @__PURE__ */ e.jsx(dt, { node: r });
1017
1646
  case "table":
1018
- return /* @__PURE__ */ e(Ur, { node: r });
1647
+ return /* @__PURE__ */ e.jsx(wt, { node: r });
1019
1648
  case "thematic_break":
1020
- return /* @__PURE__ */ e(Br, {});
1649
+ return /* @__PURE__ */ e.jsx(Et, {});
1021
1650
  case "open":
1022
- return /* @__PURE__ */ e(Dr, { node: r });
1651
+ return /* @__PURE__ */ e.jsx(mt, { node: r });
1023
1652
  case "pass":
1024
- return /* @__PURE__ */ e(Sr, { node: r });
1653
+ return /* @__PURE__ */ e.jsx(ht, { node: r });
1025
1654
  case "page_break":
1026
- return /* @__PURE__ */ e(Er, {});
1655
+ return /* @__PURE__ */ e.jsx(gt, {});
1027
1656
  case "example":
1028
- return /* @__PURE__ */ e(yr, { node: r });
1657
+ return /* @__PURE__ */ e.jsx(ot, { node: r });
1029
1658
  case "sidebar":
1030
- return /* @__PURE__ */ e(Rr, { node: r });
1659
+ return /* @__PURE__ */ e.jsx(yt, { node: r });
1031
1660
  case "quote":
1032
- return /* @__PURE__ */ e(Tr, { node: r });
1661
+ return /* @__PURE__ */ e.jsx(vt, { node: r });
1033
1662
  case "verse":
1034
- return /* @__PURE__ */ e(Vr, { node: r });
1663
+ return /* @__PURE__ */ e.jsx(At, { node: r });
1035
1664
  case "video":
1036
- return /* @__PURE__ */ e(Hr, { node: r });
1665
+ return /* @__PURE__ */ e.jsx(Dt, { node: r });
1037
1666
  case "toc":
1038
- return /* @__PURE__ */ e(Fr, { node: r });
1667
+ return /* @__PURE__ */ e.jsx(jt, { node: r });
1039
1668
  default:
1040
- return /* @__PURE__ */ e(x, {});
1669
+ return /* @__PURE__ */ e.jsx(e.Fragment, {});
1041
1670
  }
1042
- }, D = () => {
1043
- const r = Z($);
1671
+ }, I = () => {
1672
+ const r = te(Ar);
1044
1673
  if (r === void 0)
1045
1674
  throw new Error("useConverterContext must be used within a Provider");
1046
1675
  return r;
1047
1676
  };
1048
1677
  export {
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
1678
+ ze as Admonition,
1679
+ Lt as Asciidoc,
1680
+ Ge as Audio,
1681
+ Me as CoList,
1682
+ C 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
1084
1713
  };