@oxide/react-asciidoc 0.2.9--canary.6509f92.0 → 0.2.9--canary.9f5a0bc.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,7 +1,7 @@
1
- import k from "html-react-parser";
2
- import { default as sr } from "html-react-parser";
3
- import Ye, { useContext as F, Fragment as pe, createElement as q, createContext as wt } from "react";
4
- var se = { exports: {} }, X = {};
1
+ import R from "html-react-parser";
2
+ import { default as Lt } from "html-react-parser";
3
+ import ee, { useContext as B, Fragment as Nr, createElement as Y, createContext as Pe } from "react";
4
+ var Kr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, nr = { exports: {} }, Q = {};
5
5
  /**
6
6
  * @license React
7
7
  * react-jsx-runtime.production.min.js
@@ -11,25 +11,25 @@ var se = { exports: {} }, X = {};
11
11
  * This source code is licensed under the MIT license found in the
12
12
  * LICENSE file in the root directory of this source tree.
13
13
  */
14
- var He;
15
- function xt() {
16
- if (He)
17
- return X;
18
- He = 1;
19
- var e = Ye, a = Symbol.for("react.element"), s = Symbol.for("react.fragment"), l = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
20
- function i(d, h, C) {
21
- var p, f = {}, v = null, w = null;
22
- C !== void 0 && (v = "" + C), h.key !== void 0 && (v = "" + h.key), h.ref !== void 0 && (w = h.ref);
23
- for (p in h)
24
- l.call(h, p) && !m.hasOwnProperty(p) && (f[p] = h[p]);
25
- if (d && d.defaultProps)
26
- for (p in h = d.defaultProps, h)
27
- f[p] === void 0 && (f[p] = h[p]);
28
- return { $$typeof: a, type: d, key: v, ref: w, props: f, _owner: o.current };
14
+ var Xr;
15
+ function Ie() {
16
+ if (Xr)
17
+ return Q;
18
+ Xr = 1;
19
+ var r = ee, a = Symbol.for("react.element"), i = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, c = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
20
+ function g(o, n, N) {
21
+ var q, v = {}, p = null, h = null;
22
+ N !== void 0 && (p = "" + N), n.key !== void 0 && (p = "" + n.key), n.ref !== void 0 && (h = n.ref);
23
+ for (q in n)
24
+ s.call(n, q) && !d.hasOwnProperty(q) && (v[q] = n[q]);
25
+ if (o && o.defaultProps)
26
+ for (q in n = o.defaultProps, n)
27
+ v[q] === void 0 && (v[q] = n[q]);
28
+ return { $$typeof: a, type: o, key: p, ref: h, props: v, _owner: c.current };
29
29
  }
30
- return X.Fragment = s, X.jsx = i, X.jsxs = i, X;
30
+ return Q.Fragment = i, Q.jsx = g, Q.jsxs = g, Q;
31
31
  }
32
- var Q = {};
32
+ var rr = {};
33
33
  /**
34
34
  * @license React
35
35
  * react-jsx-runtime.development.js
@@ -39,87 +39,87 @@ var Q = {};
39
39
  * This source code is licensed under the MIT license found in the
40
40
  * LICENSE file in the root directory of this source tree.
41
41
  */
42
- var Ue;
43
- function Rt() {
44
- return Ue || (Ue = 1, process.env.NODE_ENV !== "production" && function() {
45
- var e = Ye, a = Symbol.for("react.element"), s = Symbol.for("react.portal"), l = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), d = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), w = Symbol.for("react.offscreen"), E = Symbol.iterator, O = "@@iterator";
46
- function z(t) {
47
- if (t === null || typeof t != "object")
42
+ var Qr;
43
+ function Be() {
44
+ return Qr || (Qr = 1, process.env.NODE_ENV !== "production" && function() {
45
+ var r = ee, a = Symbol.for("react.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), o = Symbol.for("react.context"), n = Symbol.for("react.forward_ref"), N = Symbol.for("react.suspense"), q = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), x = Symbol.iterator, O = "@@iterator";
46
+ function _(e) {
47
+ if (e === null || typeof e != "object")
48
48
  return null;
49
- var n = E && t[E] || t[O];
50
- return typeof n == "function" ? n : null;
49
+ var l = x && e[x] || e[O];
50
+ return typeof l == "function" ? l : null;
51
51
  }
52
- var D = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
53
- function S(t) {
52
+ var I = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
53
+ function A(e) {
54
54
  {
55
- for (var n = arguments.length, c = new Array(n > 1 ? n - 1 : 0), b = 1; b < n; b++)
56
- c[b - 1] = arguments[b];
57
- U("error", t, c);
55
+ for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), f = 1; f < l; f++)
56
+ u[f - 1] = arguments[f];
57
+ z("error", e, u);
58
58
  }
59
59
  }
60
- function U(t, n, c) {
60
+ function z(e, l, u) {
61
61
  {
62
- var b = D.ReactDebugCurrentFrame, N = b.getStackAddendum();
63
- N !== "" && (n += "%s", c = c.concat([N]));
64
- var _ = c.map(function(y) {
62
+ var f = I.ReactDebugCurrentFrame, w = f.getStackAddendum();
63
+ w !== "" && (l += "%s", u = u.concat([w]));
64
+ var E = u.map(function(y) {
65
65
  return String(y);
66
66
  });
67
- _.unshift("Warning: " + n), Function.prototype.apply.call(console[t], console, _);
67
+ E.unshift("Warning: " + l), Function.prototype.apply.call(console[e], console, E);
68
68
  }
69
69
  }
70
- var J = !1, Z = !1, qe = !1, ze = !1, Je = !1, ge;
71
- ge = Symbol.for("react.module.reference");
72
- function Ge(t) {
73
- return !!(typeof t == "string" || typeof t == "function" || t === l || t === m || Je || t === o || t === C || t === p || ze || t === w || J || Z || qe || typeof t == "object" && t !== null && (t.$$typeof === v || t.$$typeof === f || t.$$typeof === i || t.$$typeof === d || t.$$typeof === h || t.$$typeof === ge || t.getModuleId !== void 0));
70
+ var Z = !1, tr = !1, oe = !1, ce = !1, ne = !1, Dr;
71
+ Dr = Symbol.for("react.module.reference");
72
+ function ue(e) {
73
+ return !!(typeof e == "string" || typeof e == "function" || e === s || e === d || ne || e === c || e === N || e === q || ce || e === h || Z || tr || oe || typeof e == "object" && e !== null && (e.$$typeof === p || e.$$typeof === v || e.$$typeof === g || e.$$typeof === o || e.$$typeof === n || e.$$typeof === Dr || e.getModuleId !== void 0));
74
74
  }
75
- function Ke(t, n, c) {
76
- var b = t.displayName;
77
- if (b)
78
- return b;
79
- var N = n.displayName || n.name || "";
80
- return N !== "" ? c + "(" + N + ")" : c;
75
+ function pe(e, l, u) {
76
+ var f = e.displayName;
77
+ if (f)
78
+ return f;
79
+ var w = l.displayName || l.name || "";
80
+ return w !== "" ? u + "(" + w + ")" : u;
81
81
  }
82
- function ye(t) {
83
- return t.displayName || "Context";
82
+ function Sr(e) {
83
+ return e.displayName || "Context";
84
84
  }
85
- function M(t) {
86
- if (t == null)
85
+ function V(e) {
86
+ if (e == null)
87
87
  return null;
88
- if (typeof t.tag == "number" && S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
89
- return t.displayName || t.name || null;
90
- if (typeof t == "string")
91
- return t;
92
- switch (t) {
93
- case l:
94
- return "Fragment";
88
+ if (typeof e.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
89
+ return e.displayName || e.name || null;
90
+ if (typeof e == "string")
91
+ return e;
92
+ switch (e) {
95
93
  case s:
94
+ return "Fragment";
95
+ case i:
96
96
  return "Portal";
97
- case m:
97
+ case d:
98
98
  return "Profiler";
99
- case o:
99
+ case c:
100
100
  return "StrictMode";
101
- case C:
101
+ case N:
102
102
  return "Suspense";
103
- case p:
103
+ case q:
104
104
  return "SuspenseList";
105
105
  }
106
- if (typeof t == "object")
107
- switch (t.$$typeof) {
108
- case d:
109
- var n = t;
110
- return ye(n) + ".Consumer";
111
- case i:
112
- var c = t;
113
- return ye(c._context) + ".Provider";
114
- case h:
115
- return Ke(t, t.render, "ForwardRef");
116
- case f:
117
- var b = t.displayName || null;
118
- return b !== null ? b : M(t.type) || "Memo";
119
- case v: {
120
- var N = t, _ = N._payload, y = N._init;
106
+ if (typeof e == "object")
107
+ switch (e.$$typeof) {
108
+ case o:
109
+ var l = e;
110
+ return Sr(l) + ".Consumer";
111
+ case g:
112
+ var u = e;
113
+ return Sr(u._context) + ".Provider";
114
+ case n:
115
+ return pe(e, e.render, "ForwardRef");
116
+ case v:
117
+ var f = e.displayName || null;
118
+ return f !== null ? f : V(e.type) || "Memo";
119
+ case p: {
120
+ var w = e, E = w._payload, y = w._init;
121
121
  try {
122
- return M(y(_));
122
+ return V(y(E));
123
123
  } catch {
124
124
  return null;
125
125
  }
@@ -127,103 +127,103 @@ function Rt() {
127
127
  }
128
128
  return null;
129
129
  }
130
- var H = Object.assign, G = 0, Ne, _e, we, xe, Re, Ee, Se;
131
- function Te() {
130
+ var $ = Object.assign, K = 0, Rr, Tr, Cr, Lr, Or, _r, Fr;
131
+ function Ur() {
132
132
  }
133
- Te.__reactDisabledLog = !0;
134
- function Xe() {
133
+ Ur.__reactDisabledLog = !0;
134
+ function de() {
135
135
  {
136
- if (G === 0) {
137
- Ne = console.log, _e = console.info, we = console.warn, xe = console.error, Re = console.group, Ee = console.groupCollapsed, Se = console.groupEnd;
138
- var t = {
136
+ if (K === 0) {
137
+ Rr = console.log, Tr = console.info, Cr = console.warn, Lr = console.error, Or = console.group, _r = console.groupCollapsed, Fr = console.groupEnd;
138
+ var e = {
139
139
  configurable: !0,
140
140
  enumerable: !0,
141
- value: Te,
141
+ value: Ur,
142
142
  writable: !0
143
143
  };
144
144
  Object.defineProperties(console, {
145
- info: t,
146
- log: t,
147
- warn: t,
148
- error: t,
149
- group: t,
150
- groupCollapsed: t,
151
- groupEnd: t
145
+ info: e,
146
+ log: e,
147
+ warn: e,
148
+ error: e,
149
+ group: e,
150
+ groupCollapsed: e,
151
+ groupEnd: e
152
152
  });
153
153
  }
154
- G++;
154
+ K++;
155
155
  }
156
156
  }
157
- function Qe() {
157
+ function me() {
158
158
  {
159
- if (G--, G === 0) {
160
- var t = {
159
+ if (K--, K === 0) {
160
+ var e = {
161
161
  configurable: !0,
162
162
  enumerable: !0,
163
163
  writable: !0
164
164
  };
165
165
  Object.defineProperties(console, {
166
- log: H({}, t, {
167
- value: Ne
166
+ log: $({}, e, {
167
+ value: Rr
168
168
  }),
169
- info: H({}, t, {
170
- value: _e
169
+ info: $({}, e, {
170
+ value: Tr
171
171
  }),
172
- warn: H({}, t, {
173
- value: we
172
+ warn: $({}, e, {
173
+ value: Cr
174
174
  }),
175
- error: H({}, t, {
176
- value: xe
175
+ error: $({}, e, {
176
+ value: Lr
177
177
  }),
178
- group: H({}, t, {
179
- value: Re
178
+ group: $({}, e, {
179
+ value: Or
180
180
  }),
181
- groupCollapsed: H({}, t, {
182
- value: Ee
181
+ groupCollapsed: $({}, e, {
182
+ value: _r
183
183
  }),
184
- groupEnd: H({}, t, {
185
- value: Se
184
+ groupEnd: $({}, e, {
185
+ value: Fr
186
186
  })
187
187
  });
188
188
  }
189
- G < 0 && S("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
189
+ K < 0 && A("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
190
190
  }
191
191
  }
192
- var oe = D.ReactCurrentDispatcher, ue;
193
- function ee(t, n, c) {
192
+ var gr = I.ReactCurrentDispatcher, fr;
193
+ function ar(e, l, u) {
194
194
  {
195
- if (ue === void 0)
195
+ if (fr === void 0)
196
196
  try {
197
197
  throw Error();
198
- } catch (N) {
199
- var b = N.stack.trim().match(/\n( *(at )?)/);
200
- ue = b && b[1] || "";
198
+ } catch (w) {
199
+ var f = w.stack.trim().match(/\n( *(at )?)/);
200
+ fr = f && f[1] || "";
201
201
  }
202
202
  return `
203
- ` + ue + t;
203
+ ` + fr + e;
204
204
  }
205
205
  }
206
- var fe = !1, te;
206
+ var hr = !1, ir;
207
207
  {
208
- var Ze = typeof WeakMap == "function" ? WeakMap : Map;
209
- te = new Ze();
208
+ var ge = typeof WeakMap == "function" ? WeakMap : Map;
209
+ ir = new ge();
210
210
  }
211
- function ke(t, n) {
212
- if (!t || fe)
211
+ function Pr(e, l) {
212
+ if (!e || hr)
213
213
  return "";
214
214
  {
215
- var c = te.get(t);
216
- if (c !== void 0)
217
- return c;
215
+ var u = ir.get(e);
216
+ if (u !== void 0)
217
+ return u;
218
218
  }
219
- var b;
220
- fe = !0;
221
- var N = Error.prepareStackTrace;
219
+ var f;
220
+ hr = !0;
221
+ var w = Error.prepareStackTrace;
222
222
  Error.prepareStackTrace = void 0;
223
- var _;
224
- _ = oe.current, oe.current = null, Xe();
223
+ var E;
224
+ E = gr.current, gr.current = null, de();
225
225
  try {
226
- if (n) {
226
+ if (l) {
227
227
  var y = function() {
228
228
  throw Error();
229
229
  };
@@ -234,1626 +234,1727 @@ function Rt() {
234
234
  }), typeof Reflect == "object" && Reflect.construct) {
235
235
  try {
236
236
  Reflect.construct(y, []);
237
- } catch (W) {
238
- b = W;
237
+ } catch (j) {
238
+ f = j;
239
239
  }
240
- Reflect.construct(t, [], y);
240
+ Reflect.construct(e, [], y);
241
241
  } else {
242
242
  try {
243
243
  y.call();
244
- } catch (W) {
245
- b = W;
244
+ } catch (j) {
245
+ f = j;
246
246
  }
247
- t.call(y.prototype);
247
+ e.call(y.prototype);
248
248
  }
249
249
  } else {
250
250
  try {
251
251
  throw Error();
252
- } catch (W) {
253
- b = W;
252
+ } catch (j) {
253
+ f = j;
254
254
  }
255
- t();
255
+ e();
256
256
  }
257
- } catch (W) {
258
- if (W && b && typeof W.stack == "string") {
259
- for (var g = W.stack.split(`
260
- `), A = b.stack.split(`
261
- `), x = g.length - 1, T = A.length - 1; x >= 1 && T >= 0 && g[x] !== A[T]; )
262
- T--;
263
- for (; x >= 1 && T >= 0; x--, T--)
264
- if (g[x] !== A[T]) {
265
- if (x !== 1 || T !== 1)
257
+ } catch (j) {
258
+ if (j && f && typeof j.stack == "string") {
259
+ for (var b = j.stack.split(`
260
+ `), L = f.stack.split(`
261
+ `), k = b.length - 1, S = L.length - 1; k >= 1 && S >= 0 && b[k] !== L[S]; )
262
+ S--;
263
+ for (; k >= 1 && S >= 0; k--, S--)
264
+ if (b[k] !== L[S]) {
265
+ if (k !== 1 || S !== 1)
266
266
  do
267
- if (x--, T--, T < 0 || g[x] !== A[T]) {
268
- var I = `
269
- ` + g[x].replace(" at new ", " at ");
270
- return t.displayName && I.includes("<anonymous>") && (I = I.replace("<anonymous>", t.displayName)), typeof t == "function" && te.set(t, I), I;
267
+ if (k--, S--, S < 0 || b[k] !== L[S]) {
268
+ var F = `
269
+ ` + b[k].replace(" at new ", " at ");
270
+ return e.displayName && F.includes("<anonymous>") && (F = F.replace("<anonymous>", e.displayName)), typeof e == "function" && ir.set(e, F), F;
271
271
  }
272
- while (x >= 1 && T >= 0);
272
+ while (k >= 1 && S >= 0);
273
273
  break;
274
274
  }
275
275
  }
276
276
  } finally {
277
- fe = !1, oe.current = _, Qe(), Error.prepareStackTrace = N;
277
+ hr = !1, gr.current = E, me(), Error.prepareStackTrace = w;
278
278
  }
279
- var V = t ? t.displayName || t.name : "", Be = V ? ee(V) : "";
280
- return typeof t == "function" && te.set(t, Be), Be;
279
+ var M = e ? e.displayName || e.name : "", Zr = M ? ar(M) : "";
280
+ return typeof e == "function" && ir.set(e, Zr), Zr;
281
281
  }
282
- function et(t, n, c) {
283
- return ke(t, !1);
282
+ function fe(e, l, u) {
283
+ return Pr(e, !1);
284
284
  }
285
- function tt(t) {
286
- var n = t.prototype;
287
- return !!(n && n.isReactComponent);
285
+ function he(e) {
286
+ var l = e.prototype;
287
+ return !!(l && l.isReactComponent);
288
288
  }
289
- function re(t, n, c) {
290
- if (t == null)
289
+ function sr(e, l, u) {
290
+ if (e == null)
291
291
  return "";
292
- if (typeof t == "function")
293
- return ke(t, tt(t));
294
- if (typeof t == "string")
295
- return ee(t);
296
- switch (t) {
297
- case C:
298
- return ee("Suspense");
299
- case p:
300
- return ee("SuspenseList");
292
+ if (typeof e == "function")
293
+ return Pr(e, he(e));
294
+ if (typeof e == "string")
295
+ return ar(e);
296
+ switch (e) {
297
+ case N:
298
+ return ar("Suspense");
299
+ case q:
300
+ return ar("SuspenseList");
301
301
  }
302
- if (typeof t == "object")
303
- switch (t.$$typeof) {
304
- case h:
305
- return et(t.render);
306
- case f:
307
- return re(t.type, n, c);
308
- case v: {
309
- var b = t, N = b._payload, _ = b._init;
302
+ if (typeof e == "object")
303
+ switch (e.$$typeof) {
304
+ case n:
305
+ return fe(e.render);
306
+ case v:
307
+ return sr(e.type, l, u);
308
+ case p: {
309
+ var f = e, w = f._payload, E = f._init;
310
310
  try {
311
- return re(_(N), n, c);
311
+ return sr(E(w), l, u);
312
312
  } catch {
313
313
  }
314
314
  }
315
315
  }
316
316
  return "";
317
317
  }
318
- var ie = Object.prototype.hasOwnProperty, Ce = {}, Oe = D.ReactDebugCurrentFrame;
319
- function ae(t) {
320
- if (t) {
321
- var n = t._owner, c = re(t.type, t._source, n ? n.type : null);
322
- Oe.setExtraStackFrame(c);
318
+ var lr = Object.prototype.hasOwnProperty, Ir = {}, Br = I.ReactDebugCurrentFrame;
319
+ function or(e) {
320
+ if (e) {
321
+ var l = e._owner, u = sr(e.type, e._source, l ? l.type : null);
322
+ Br.setExtraStackFrame(u);
323
323
  } else
324
- Oe.setExtraStackFrame(null);
324
+ Br.setExtraStackFrame(null);
325
325
  }
326
- function rt(t, n, c, b, N) {
326
+ function be(e, l, u, f, w) {
327
327
  {
328
- var _ = Function.call.bind(ie);
329
- for (var y in t)
330
- if (_(t, y)) {
331
- var g = void 0;
328
+ var E = Function.call.bind(lr);
329
+ for (var y in e)
330
+ if (E(e, y)) {
331
+ var b = void 0;
332
332
  try {
333
- if (typeof t[y] != "function") {
334
- var A = Error((b || "React class") + ": " + c + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
335
- throw A.name = "Invariant Violation", A;
333
+ if (typeof e[y] != "function") {
334
+ var L = Error((f || "React class") + ": " + u + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
335
+ throw L.name = "Invariant Violation", L;
336
336
  }
337
- g = t[y](n, y, b, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
338
- } catch (x) {
339
- g = x;
337
+ b = e[y](l, y, f, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
338
+ } catch (k) {
339
+ b = k;
340
340
  }
341
- g && !(g instanceof Error) && (ae(N), S("%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).", b || "React class", c, y, typeof g), ae(null)), g instanceof Error && !(g.message in Ce) && (Ce[g.message] = !0, ae(N), S("Failed %s type: %s", c, g.message), ae(null));
341
+ b && !(b instanceof Error) && (or(w), A("%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).", f || "React class", u, y, typeof b), or(null)), b instanceof Error && !(b.message in Ir) && (Ir[b.message] = !0, or(w), A("Failed %s type: %s", u, b.message), or(null));
342
342
  }
343
343
  }
344
344
  }
345
- var it = Array.isArray;
346
- function me(t) {
347
- return it(t);
345
+ var ve = Array.isArray;
346
+ function br(e) {
347
+ return ve(e);
348
348
  }
349
- function at(t) {
349
+ function ye(e) {
350
350
  {
351
- var n = typeof Symbol == "function" && Symbol.toStringTag, c = n && t[Symbol.toStringTag] || t.constructor.name || "Object";
352
- return c;
351
+ var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && e[Symbol.toStringTag] || e.constructor.name || "Object";
352
+ return u;
353
353
  }
354
354
  }
355
- function nt(t) {
355
+ function we(e) {
356
356
  try {
357
- return Pe(t), !1;
357
+ return Vr(e), !1;
358
358
  } catch {
359
359
  return !0;
360
360
  }
361
361
  }
362
- function Pe(t) {
363
- return "" + t;
362
+ function Vr(e) {
363
+ return "" + e;
364
364
  }
365
- function Ae(t) {
366
- if (nt(t))
367
- return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", at(t)), Pe(t);
365
+ function jr(e) {
366
+ if (we(e))
367
+ return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ye(e)), Vr(e);
368
368
  }
369
- var K = D.ReactCurrentOwner, st = {
369
+ var X = I.ReactCurrentOwner, qe = {
370
370
  key: !0,
371
371
  ref: !0,
372
372
  __self: !0,
373
373
  __source: !0
374
- }, $e, Ie, de;
375
- de = {};
376
- function lt(t) {
377
- if (ie.call(t, "ref")) {
378
- var n = Object.getOwnPropertyDescriptor(t, "ref").get;
379
- if (n && n.isReactWarning)
374
+ }, Hr, $r, vr;
375
+ vr = {};
376
+ function xe(e) {
377
+ if (lr.call(e, "ref")) {
378
+ var l = Object.getOwnPropertyDescriptor(e, "ref").get;
379
+ if (l && l.isReactWarning)
380
380
  return !1;
381
381
  }
382
- return t.ref !== void 0;
382
+ return e.ref !== void 0;
383
383
  }
384
- function ct(t) {
385
- if (ie.call(t, "key")) {
386
- var n = Object.getOwnPropertyDescriptor(t, "key").get;
387
- if (n && n.isReactWarning)
384
+ function Ee(e) {
385
+ if (lr.call(e, "key")) {
386
+ var l = Object.getOwnPropertyDescriptor(e, "key").get;
387
+ if (l && l.isReactWarning)
388
388
  return !1;
389
389
  }
390
- return t.key !== void 0;
390
+ return e.key !== void 0;
391
391
  }
392
- function ot(t, n) {
393
- if (typeof t.ref == "string" && K.current && n && K.current.stateNode !== n) {
394
- var c = M(K.current.type);
395
- de[c] || (S('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', M(K.current.type), t.ref), de[c] = !0);
392
+ function Ne(e, l) {
393
+ if (typeof e.ref == "string" && X.current && l && X.current.stateNode !== l) {
394
+ var u = V(X.current.type);
395
+ vr[u] || (A('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', V(X.current.type), e.ref), vr[u] = !0);
396
396
  }
397
397
  }
398
- function ut(t, n) {
398
+ function Ae(e, l) {
399
399
  {
400
- var c = function() {
401
- $e || ($e = !0, S("%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)", n));
400
+ var u = function() {
401
+ Hr || (Hr = !0, A("%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));
402
402
  };
403
- c.isReactWarning = !0, Object.defineProperty(t, "key", {
404
- get: c,
403
+ u.isReactWarning = !0, Object.defineProperty(e, "key", {
404
+ get: u,
405
405
  configurable: !0
406
406
  });
407
407
  }
408
408
  }
409
- function ft(t, n) {
409
+ function ke(e, l) {
410
410
  {
411
- var c = function() {
412
- Ie || (Ie = !0, S("%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)", n));
411
+ var u = function() {
412
+ $r || ($r = !0, A("%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));
413
413
  };
414
- c.isReactWarning = !0, Object.defineProperty(t, "ref", {
415
- get: c,
414
+ u.isReactWarning = !0, Object.defineProperty(e, "ref", {
415
+ get: u,
416
416
  configurable: !0
417
417
  });
418
418
  }
419
419
  }
420
- var mt = function(t, n, c, b, N, _, y) {
421
- var g = {
420
+ var De = function(e, l, u, f, w, E, y) {
421
+ var b = {
422
422
  $$typeof: a,
423
- type: t,
424
- key: n,
425
- ref: c,
423
+ type: e,
424
+ key: l,
425
+ ref: u,
426
426
  props: y,
427
- _owner: _
427
+ _owner: E
428
428
  };
429
- return g._store = {}, Object.defineProperty(g._store, "validated", {
429
+ return b._store = {}, Object.defineProperty(b._store, "validated", {
430
430
  configurable: !1,
431
431
  enumerable: !1,
432
432
  writable: !0,
433
433
  value: !1
434
- }), Object.defineProperty(g, "_self", {
434
+ }), Object.defineProperty(b, "_self", {
435
435
  configurable: !1,
436
436
  enumerable: !1,
437
437
  writable: !1,
438
- value: b
439
- }), Object.defineProperty(g, "_source", {
438
+ value: f
439
+ }), Object.defineProperty(b, "_source", {
440
440
  configurable: !1,
441
441
  enumerable: !1,
442
442
  writable: !1,
443
- value: N
444
- }), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
443
+ value: w
444
+ }), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;
445
445
  };
446
- function dt(t, n, c, b, N) {
446
+ function Se(e, l, u, f, w) {
447
447
  {
448
- var _, y = {}, g = null, A = null;
449
- c !== void 0 && (Ae(c), g = "" + c), ct(n) && (Ae(n.key), g = "" + n.key), lt(n) && (A = n.ref, ot(n, N));
450
- for (_ in n)
451
- ie.call(n, _) && !st.hasOwnProperty(_) && (y[_] = n[_]);
452
- if (t && t.defaultProps) {
453
- var x = t.defaultProps;
454
- for (_ in x)
455
- y[_] === void 0 && (y[_] = x[_]);
448
+ var E, y = {}, b = null, L = null;
449
+ u !== void 0 && (jr(u), b = "" + u), Ee(l) && (jr(l.key), b = "" + l.key), xe(l) && (L = l.ref, Ne(l, w));
450
+ for (E in l)
451
+ lr.call(l, E) && !qe.hasOwnProperty(E) && (y[E] = l[E]);
452
+ if (e && e.defaultProps) {
453
+ var k = e.defaultProps;
454
+ for (E in k)
455
+ y[E] === void 0 && (y[E] = k[E]);
456
456
  }
457
- if (g || A) {
458
- var T = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
459
- g && ut(y, T), A && ft(y, T);
457
+ if (b || L) {
458
+ var S = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
459
+ b && Ae(y, S), L && ke(y, S);
460
460
  }
461
- return mt(t, g, A, N, b, K.current, y);
461
+ return De(e, b, L, w, f, X.current, y);
462
462
  }
463
463
  }
464
- var he = D.ReactCurrentOwner, je = D.ReactDebugCurrentFrame;
465
- function Y(t) {
466
- if (t) {
467
- var n = t._owner, c = re(t.type, t._source, n ? n.type : null);
468
- je.setExtraStackFrame(c);
464
+ var yr = I.ReactCurrentOwner, zr = I.ReactDebugCurrentFrame;
465
+ function G(e) {
466
+ if (e) {
467
+ var l = e._owner, u = sr(e.type, e._source, l ? l.type : null);
468
+ zr.setExtraStackFrame(u);
469
469
  } else
470
- je.setExtraStackFrame(null);
470
+ zr.setExtraStackFrame(null);
471
471
  }
472
- var be;
473
- be = !1;
474
- function ve(t) {
475
- return typeof t == "object" && t !== null && t.$$typeof === a;
472
+ var wr;
473
+ wr = !1;
474
+ function qr(e) {
475
+ return typeof e == "object" && e !== null && e.$$typeof === a;
476
476
  }
477
- function Le() {
477
+ function Gr() {
478
478
  {
479
- if (he.current) {
480
- var t = M(he.current.type);
481
- if (t)
479
+ if (yr.current) {
480
+ var e = V(yr.current.type);
481
+ if (e)
482
482
  return `
483
483
 
484
- Check the render method of \`` + t + "`.";
484
+ Check the render method of \`` + e + "`.";
485
485
  }
486
486
  return "";
487
487
  }
488
488
  }
489
- function ht(t) {
489
+ function Re(e) {
490
490
  {
491
- if (t !== void 0) {
492
- var n = t.fileName.replace(/^.*[\\\/]/, ""), c = t.lineNumber;
491
+ if (e !== void 0) {
492
+ var l = e.fileName.replace(/^.*[\\\/]/, ""), u = e.lineNumber;
493
493
  return `
494
494
 
495
- Check your code at ` + n + ":" + c + ".";
495
+ Check your code at ` + l + ":" + u + ".";
496
496
  }
497
497
  return "";
498
498
  }
499
499
  }
500
- var De = {};
501
- function bt(t) {
500
+ var Mr = {};
501
+ function Te(e) {
502
502
  {
503
- var n = Le();
504
- if (!n) {
505
- var c = typeof t == "string" ? t : t.displayName || t.name;
506
- c && (n = `
503
+ var l = Gr();
504
+ if (!l) {
505
+ var u = typeof e == "string" ? e : e.displayName || e.name;
506
+ u && (l = `
507
507
 
508
- Check the top-level render call using <` + c + ">.");
508
+ Check the top-level render call using <` + u + ">.");
509
509
  }
510
- return n;
510
+ return l;
511
511
  }
512
512
  }
513
- function Fe(t, n) {
513
+ function Yr(e, l) {
514
514
  {
515
- if (!t._store || t._store.validated || t.key != null)
515
+ if (!e._store || e._store.validated || e.key != null)
516
516
  return;
517
- t._store.validated = !0;
518
- var c = bt(n);
519
- if (De[c])
517
+ e._store.validated = !0;
518
+ var u = Te(l);
519
+ if (Mr[u])
520
520
  return;
521
- De[c] = !0;
522
- var b = "";
523
- t && t._owner && t._owner !== he.current && (b = " It was passed a child from " + M(t._owner.type) + "."), Y(t), S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, b), Y(null);
521
+ Mr[u] = !0;
522
+ var f = "";
523
+ e && e._owner && e._owner !== yr.current && (f = " It was passed a child from " + V(e._owner.type) + "."), G(e), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, f), G(null);
524
524
  }
525
525
  }
526
- function Me(t, n) {
526
+ function Wr(e, l) {
527
527
  {
528
- if (typeof t != "object")
528
+ if (typeof e != "object")
529
529
  return;
530
- if (me(t))
531
- for (var c = 0; c < t.length; c++) {
532
- var b = t[c];
533
- ve(b) && Fe(b, n);
530
+ if (br(e))
531
+ for (var u = 0; u < e.length; u++) {
532
+ var f = e[u];
533
+ qr(f) && Yr(f, l);
534
534
  }
535
- else if (ve(t))
536
- t._store && (t._store.validated = !0);
537
- else if (t) {
538
- var N = z(t);
539
- if (typeof N == "function" && N !== t.entries)
540
- for (var _ = N.call(t), y; !(y = _.next()).done; )
541
- ve(y.value) && Fe(y.value, n);
535
+ else if (qr(e))
536
+ e._store && (e._store.validated = !0);
537
+ else if (e) {
538
+ var w = _(e);
539
+ if (typeof w == "function" && w !== e.entries)
540
+ for (var E = w.call(e), y; !(y = E.next()).done; )
541
+ qr(y.value) && Yr(y.value, l);
542
542
  }
543
543
  }
544
544
  }
545
- function vt(t) {
545
+ function Ce(e) {
546
546
  {
547
- var n = t.type;
548
- if (n == null || typeof n == "string")
547
+ var l = e.type;
548
+ if (l == null || typeof l == "string")
549
549
  return;
550
- var c;
551
- if (typeof n == "function")
552
- c = n.propTypes;
553
- else if (typeof n == "object" && (n.$$typeof === h || n.$$typeof === f))
554
- c = n.propTypes;
550
+ var u;
551
+ if (typeof l == "function")
552
+ u = l.propTypes;
553
+ else if (typeof l == "object" && (l.$$typeof === n || l.$$typeof === v))
554
+ u = l.propTypes;
555
555
  else
556
556
  return;
557
- if (c) {
558
- var b = M(n);
559
- rt(c, t.props, "prop", b, t);
560
- } else if (n.PropTypes !== void 0 && !be) {
561
- be = !0;
562
- var N = M(n);
563
- S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", N || "Unknown");
557
+ if (u) {
558
+ var f = V(l);
559
+ be(u, e.props, "prop", f, e);
560
+ } else if (l.PropTypes !== void 0 && !wr) {
561
+ wr = !0;
562
+ var w = V(l);
563
+ A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
564
564
  }
565
- typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
565
+ typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
566
566
  }
567
567
  }
568
- function pt(t) {
568
+ function Le(e) {
569
569
  {
570
- for (var n = Object.keys(t.props), c = 0; c < n.length; c++) {
571
- var b = n[c];
572
- if (b !== "children" && b !== "key") {
573
- Y(t), S("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", b), Y(null);
570
+ for (var l = Object.keys(e.props), u = 0; u < l.length; u++) {
571
+ var f = l[u];
572
+ if (f !== "children" && f !== "key") {
573
+ G(e), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), G(null);
574
574
  break;
575
575
  }
576
576
  }
577
- t.ref !== null && (Y(t), S("Invalid attribute `ref` supplied to `React.Fragment`."), Y(null));
577
+ e.ref !== null && (G(e), A("Invalid attribute `ref` supplied to `React.Fragment`."), G(null));
578
578
  }
579
579
  }
580
- function We(t, n, c, b, N, _) {
580
+ function Jr(e, l, u, f, w, E) {
581
581
  {
582
- var y = Ge(t);
582
+ var y = ue(e);
583
583
  if (!y) {
584
- var g = "";
585
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
586
- var A = ht(N);
587
- A ? g += A : g += Le();
588
- var x;
589
- t === null ? x = "null" : me(t) ? x = "array" : t !== void 0 && t.$$typeof === a ? (x = "<" + (M(t.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : x = typeof t, S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", x, g);
584
+ var b = "";
585
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).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.");
586
+ var L = Re(w);
587
+ L ? b += L : b += Gr();
588
+ var k;
589
+ e === null ? k = "null" : br(e) ? k = "array" : e !== void 0 && e.$$typeof === a ? (k = "<" + (V(e.type) || "Unknown") + " />", b = " Did you accidentally export a JSX literal instead of a component?") : k = typeof e, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", k, b);
590
590
  }
591
- var T = dt(t, n, c, N, _);
592
- if (T == null)
593
- return T;
591
+ var S = Se(e, l, u, w, E);
592
+ if (S == null)
593
+ return S;
594
594
  if (y) {
595
- var I = n.children;
596
- if (I !== void 0)
597
- if (b)
598
- if (me(I)) {
599
- for (var V = 0; V < I.length; V++)
600
- Me(I[V], t);
601
- Object.freeze && Object.freeze(I);
595
+ var F = l.children;
596
+ if (F !== void 0)
597
+ if (f)
598
+ if (br(F)) {
599
+ for (var M = 0; M < F.length; M++)
600
+ Wr(F[M], e);
601
+ Object.freeze && Object.freeze(F);
602
602
  } else
603
- S("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
603
+ A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
604
604
  else
605
- Me(I, t);
605
+ Wr(F, e);
606
606
  }
607
- return t === l ? pt(T) : vt(T), T;
607
+ return e === s ? Le(S) : Ce(S), S;
608
608
  }
609
609
  }
610
- function gt(t, n, c) {
611
- return We(t, n, c, !0);
610
+ function Oe(e, l, u) {
611
+ return Jr(e, l, u, !0);
612
612
  }
613
- function yt(t, n, c) {
614
- return We(t, n, c, !1);
613
+ function _e(e, l, u) {
614
+ return Jr(e, l, u, !1);
615
615
  }
616
- var Nt = yt, _t = gt;
617
- Q.Fragment = l, Q.jsx = Nt, Q.jsxs = _t;
618
- }()), Q;
616
+ var Fe = _e, Ue = Oe;
617
+ rr.Fragment = s, rr.jsx = Fe, rr.jsxs = Ue;
618
+ }()), rr;
619
619
  }
620
- (function(e) {
621
- process.env.NODE_ENV === "production" ? e.exports = xt() : e.exports = Rt();
622
- })(se);
623
- const j = se.exports.Fragment, r = se.exports.jsx, u = se.exports.jsxs, P = ({
624
- text: e
625
- }) => e ? /* @__PURE__ */ r("div", {
620
+ (function(r) {
621
+ process.env.NODE_ENV === "production" ? r.exports = Ie() : r.exports = Be();
622
+ })(nr);
623
+ const U = nr.exports.Fragment, t = nr.exports.jsx, m = nr.exports.jsxs, T = ({
624
+ text: r
625
+ }) => r ? /* @__PURE__ */ t("div", {
626
626
  className: "title",
627
- children: k(e)
628
- }) : null, Et = ({
629
- node: e
627
+ children: R(r)
628
+ }) : null, Ve = ({
629
+ node: r
630
630
  }) => {
631
631
  const {
632
632
  document: a
633
- } = F(L), s = a.attributes || {}, l = e.attributes, o = () => s.icons === "font" && !l.icon ? /* @__PURE__ */ r("i", {
634
- className: `fa icon-${l.name}`,
635
- title: l.textlabel
636
- }) : /* @__PURE__ */ r("img", {
637
- src: e.iconUri,
638
- alt: l.textlabel
633
+ } = B(P), i = a.attributes || {}, s = r.attributes;
634
+ console.log(r);
635
+ const c = () => i.icons === "font" && !s.icon ? /* @__PURE__ */ t("i", {
636
+ className: `fa icon-${s.name}`,
637
+ title: `${s.textlabel}`
638
+ }) : /* @__PURE__ */ t("img", {
639
+ src: r.iconUri,
640
+ alt: `${s.textlabel}`
639
641
  });
640
- return /* @__PURE__ */ r("div", {
641
- className: `admonitionblock ${l.name}`,
642
- ...e.lineNumber ? {
643
- "data-lineno": e.lineNumber
642
+ return /* @__PURE__ */ t("div", {
643
+ className: `admonitionblock ${s.name}`,
644
+ ...r.lineNumber ? {
645
+ "data-lineno": r.lineNumber
644
646
  } : {},
645
- children: /* @__PURE__ */ r("table", {
646
- children: /* @__PURE__ */ r("tbody", {
647
- children: /* @__PURE__ */ u("tr", {
648
- children: [/* @__PURE__ */ r("td", {
647
+ children: /* @__PURE__ */ t("table", {
648
+ children: /* @__PURE__ */ t("tbody", {
649
+ children: /* @__PURE__ */ m("tr", {
650
+ children: [/* @__PURE__ */ t("td", {
649
651
  className: "icon",
650
- children: s.icons ? o() : /* @__PURE__ */ r("div", {
652
+ children: i.icons ? c() : /* @__PURE__ */ t("div", {
651
653
  className: "title",
652
- children: l.textlabel
654
+ children: s.textlabel
653
655
  })
654
- }), /* @__PURE__ */ u("td", {
656
+ }), /* @__PURE__ */ m("td", {
655
657
  className: "content",
656
- children: [/* @__PURE__ */ r(P, {
657
- text: e.title
658
- }), e.content && k(e.content)]
658
+ children: [/* @__PURE__ */ t(T, {
659
+ text: r.title
660
+ }), r.content && R(r.content), /* @__PURE__ */ t(C, {
661
+ blocks: r.blocks
662
+ })]
659
663
  })]
660
664
  })
661
665
  })
662
666
  })
663
667
  });
664
- }, St = ({
665
- node: e
668
+ }, je = ({
669
+ node: r
666
670
  }) => {
667
- const a = e.attributes.start, s = e.attributes.end, l = (a || s) && `#t=${a || ""}` + s ? `,${s}` : "";
668
- return /* @__PURE__ */ u("div", {
671
+ const a = r.attributes.start, i = r.attributes.end, s = (a || i) && `#t=${a || ""}` + i ? `,${i}` : "";
672
+ return /* @__PURE__ */ m("div", {
669
673
  className: "audioblock",
670
- ...e.lineNumber ? {
671
- "data-lineno": e.lineNumber
674
+ ...r.lineNumber ? {
675
+ "data-lineno": r.lineNumber
672
676
  } : {},
673
- children: [/* @__PURE__ */ r(P, {
674
- text: e.title
675
- }), /* @__PURE__ */ r("div", {
677
+ children: [/* @__PURE__ */ t(T, {
678
+ text: r.title
679
+ }), /* @__PURE__ */ t("div", {
676
680
  className: "content",
677
- children: /* @__PURE__ */ r("audio", {
678
- src: `${e.mediaUri}${l}`,
679
- autoPlay: e.autoplay,
680
- controls: !e.noControls,
681
- loop: e.loop,
681
+ children: /* @__PURE__ */ t("audio", {
682
+ src: `${r.mediaUri}${s}`,
683
+ autoPlay: r.autoplay,
684
+ controls: !r.noControls,
685
+ loop: r.loop,
682
686
  children: "Your browser does not support the audio tag."
683
687
  })
684
688
  })]
685
689
  });
686
- }, Tt = ({
687
- node: e
688
- }) => /* @__PURE__ */ u("div", {
690
+ }, He = ({
691
+ node: r
692
+ }) => /* @__PURE__ */ m("div", {
689
693
  className: "colist",
690
- ...e.lineNumber ? {
691
- "data-lineno": e.lineNumber
694
+ ...r.lineNumber ? {
695
+ "data-lineno": r.lineNumber
692
696
  } : {},
693
- children: [/* @__PURE__ */ r(P, {
694
- text: e.title
695
- }), /* @__PURE__ */ r("table", {
696
- children: /* @__PURE__ */ r("tbody", {
697
- children: e.items.map((a, s) => /* @__PURE__ */ u("tr", {
698
- children: [/* @__PURE__ */ u("td", {
699
- children: [/* @__PURE__ */ r("i", {
697
+ children: [/* @__PURE__ */ t(T, {
698
+ text: r.title
699
+ }), /* @__PURE__ */ t("table", {
700
+ children: /* @__PURE__ */ t("tbody", {
701
+ children: r.items.map((a, i) => /* @__PURE__ */ m("tr", {
702
+ children: [/* @__PURE__ */ m("td", {
703
+ children: [/* @__PURE__ */ t("i", {
700
704
  className: "conum",
701
- "data-value": s + 1
702
- }), /* @__PURE__ */ r("b", {
703
- children: s + 1
705
+ "data-value": i + 1
706
+ }), /* @__PURE__ */ t("b", {
707
+ children: i + 1
704
708
  })]
705
- }), /* @__PURE__ */ u("td", {
706
- children: [a.text && k(a.text), /* @__PURE__ */ r($, {
709
+ }), /* @__PURE__ */ m("td", {
710
+ children: [a.text && R(a.text), /* @__PURE__ */ t(C, {
707
711
  blocks: a.blocks
708
712
  })]
709
713
  })]
710
- }, s))
714
+ }, i))
711
715
  })
712
716
  })]
713
717
  });
714
- var Ve = { exports: {} };
718
+ var te = { exports: {} };
715
719
  /*!
716
720
  Copyright (c) 2018 Jed Watson.
717
721
  Licensed under the MIT License (MIT), see
718
722
  http://jedwatson.github.io/classnames
719
723
  */
720
- (function(e) {
724
+ (function(r) {
721
725
  (function() {
722
726
  var a = {}.hasOwnProperty;
723
- function s() {
724
- for (var l = [], o = 0; o < arguments.length; o++) {
725
- var m = arguments[o];
726
- if (!!m) {
727
- var i = typeof m;
728
- if (i === "string" || i === "number")
729
- l.push(m);
730
- else if (Array.isArray(m)) {
731
- if (m.length) {
732
- var d = s.apply(null, m);
733
- d && l.push(d);
727
+ function i() {
728
+ for (var s = [], c = 0; c < arguments.length; c++) {
729
+ var d = arguments[c];
730
+ if (!!d) {
731
+ var g = typeof d;
732
+ if (g === "string" || g === "number")
733
+ s.push(d);
734
+ else if (Array.isArray(d)) {
735
+ if (d.length) {
736
+ var o = i.apply(null, d);
737
+ o && s.push(o);
734
738
  }
735
- } else if (i === "object") {
736
- if (m.toString !== Object.prototype.toString && !m.toString.toString().includes("[native code]")) {
737
- l.push(m.toString());
739
+ } else if (g === "object") {
740
+ if (d.toString !== Object.prototype.toString && !d.toString.toString().includes("[native code]")) {
741
+ s.push(d.toString());
738
742
  continue;
739
743
  }
740
- for (var h in m)
741
- a.call(m, h) && m[h] && l.push(h);
744
+ for (var n in d)
745
+ a.call(d, n) && d[n] && s.push(n);
742
746
  }
743
747
  }
744
748
  }
745
- return l.join(" ");
749
+ return s.join(" ");
746
750
  }
747
- e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
751
+ r.exports ? (i.default = i, r.exports = i) : window.classNames = i;
748
752
  })();
749
- })(Ve);
750
- const R = Ve.exports, le = (e, a) => e[`${a}-option`] !== void 0, ne = (e, a, s = void 0, l, o) => {
751
- if (e[a] !== void 0)
752
- return e[a];
753
- const m = l || a;
754
- return m && o && o[m] !== void 0 ? o[m] : s;
755
- }, B = (e, a) => e[a] !== void 0, Zt = (e) => {
756
- var m;
753
+ })(te);
754
+ const D = te.exports;
755
+ var ur = {}, pr = {};
756
+ Object.defineProperty(pr, "__esModule", { value: !0 });
757
+ pr.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 };
758
+ pr.namedReferences = { xml: { entities: { "&lt;": "<", "&gt;": ">", "&quot;": '"', "&apos;": "'", "&amp;": "&" }, characters: { "<": "&lt;", ">": "&gt;", '"': "&quot;", "'": "&apos;", "&": "&amp;" } }, html4: { entities: { "&apos;": "'", "&nbsp": "\xA0", "&nbsp;": "\xA0", "&iexcl": "\xA1", "&iexcl;": "\xA1", "&cent": "\xA2", "&cent;": "\xA2", "&pound": "\xA3", "&pound;": "\xA3", "&curren": "\xA4", "&curren;": "\xA4", "&yen": "\xA5", "&yen;": "\xA5", "&brvbar": "\xA6", "&brvbar;": "\xA6", "&sect": "\xA7", "&sect;": "\xA7", "&uml": "\xA8", "&uml;": "\xA8", "&copy": "\xA9", "&copy;": "\xA9", "&ordf": "\xAA", "&ordf;": "\xAA", "&laquo": "\xAB", "&laquo;": "\xAB", "&not": "\xAC", "&not;": "\xAC", "&shy": "\xAD", "&shy;": "\xAD", "&reg": "\xAE", "&reg;": "\xAE", "&macr": "\xAF", "&macr;": "\xAF", "&deg": "\xB0", "&deg;": "\xB0", "&plusmn": "\xB1", "&plusmn;": "\xB1", "&sup2": "\xB2", "&sup2;": "\xB2", "&sup3": "\xB3", "&sup3;": "\xB3", "&acute": "\xB4", "&acute;": "\xB4", "&micro": "\xB5", "&micro;": "\xB5", "&para": "\xB6", "&para;": "\xB6", "&middot": "\xB7", "&middot;": "\xB7", "&cedil": "\xB8", "&cedil;": "\xB8", "&sup1": "\xB9", "&sup1;": "\xB9", "&ordm": "\xBA", "&ordm;": "\xBA", "&raquo": "\xBB", "&raquo;": "\xBB", "&frac14": "\xBC", "&frac14;": "\xBC", "&frac12": "\xBD", "&frac12;": "\xBD", "&frac34": "\xBE", "&frac34;": "\xBE", "&iquest": "\xBF", "&iquest;": "\xBF", "&Agrave": "\xC0", "&Agrave;": "\xC0", "&Aacute": "\xC1", "&Aacute;": "\xC1", "&Acirc": "\xC2", "&Acirc;": "\xC2", "&Atilde": "\xC3", "&Atilde;": "\xC3", "&Auml": "\xC4", "&Auml;": "\xC4", "&Aring": "\xC5", "&Aring;": "\xC5", "&AElig": "\xC6", "&AElig;": "\xC6", "&Ccedil": "\xC7", "&Ccedil;": "\xC7", "&Egrave": "\xC8", "&Egrave;": "\xC8", "&Eacute": "\xC9", "&Eacute;": "\xC9", "&Ecirc": "\xCA", "&Ecirc;": "\xCA", "&Euml": "\xCB", "&Euml;": "\xCB", "&Igrave": "\xCC", "&Igrave;": "\xCC", "&Iacute": "\xCD", "&Iacute;": "\xCD", "&Icirc": "\xCE", "&Icirc;": "\xCE", "&Iuml": "\xCF", "&Iuml;": "\xCF", "&ETH": "\xD0", "&ETH;": "\xD0", "&Ntilde": "\xD1", "&Ntilde;": "\xD1", "&Ograve": "\xD2", "&Ograve;": "\xD2", "&Oacute": "\xD3", "&Oacute;": "\xD3", "&Ocirc": "\xD4", "&Ocirc;": "\xD4", "&Otilde": "\xD5", "&Otilde;": "\xD5", "&Ouml": "\xD6", "&Ouml;": "\xD6", "&times": "\xD7", "&times;": "\xD7", "&Oslash": "\xD8", "&Oslash;": "\xD8", "&Ugrave": "\xD9", "&Ugrave;": "\xD9", "&Uacute": "\xDA", "&Uacute;": "\xDA", "&Ucirc": "\xDB", "&Ucirc;": "\xDB", "&Uuml": "\xDC", "&Uuml;": "\xDC", "&Yacute": "\xDD", "&Yacute;": "\xDD", "&THORN": "\xDE", "&THORN;": "\xDE", "&szlig": "\xDF", "&szlig;": "\xDF", "&agrave": "\xE0", "&agrave;": "\xE0", "&aacute": "\xE1", "&aacute;": "\xE1", "&acirc": "\xE2", "&acirc;": "\xE2", "&atilde": "\xE3", "&atilde;": "\xE3", "&auml": "\xE4", "&auml;": "\xE4", "&aring": "\xE5", "&aring;": "\xE5", "&aelig": "\xE6", "&aelig;": "\xE6", "&ccedil": "\xE7", "&ccedil;": "\xE7", "&egrave": "\xE8", "&egrave;": "\xE8", "&eacute": "\xE9", "&eacute;": "\xE9", "&ecirc": "\xEA", "&ecirc;": "\xEA", "&euml": "\xEB", "&euml;": "\xEB", "&igrave": "\xEC", "&igrave;": "\xEC", "&iacute": "\xED", "&iacute;": "\xED", "&icirc": "\xEE", "&icirc;": "\xEE", "&iuml": "\xEF", "&iuml;": "\xEF", "&eth": "\xF0", "&eth;": "\xF0", "&ntilde": "\xF1", "&ntilde;": "\xF1", "&ograve": "\xF2", "&ograve;": "\xF2", "&oacute": "\xF3", "&oacute;": "\xF3", "&ocirc": "\xF4", "&ocirc;": "\xF4", "&otilde": "\xF5", "&otilde;": "\xF5", "&ouml": "\xF6", "&ouml;": "\xF6", "&divide": "\xF7", "&divide;": "\xF7", "&oslash": "\xF8", "&oslash;": "\xF8", "&ugrave": "\xF9", "&ugrave;": "\xF9", "&uacute": "\xFA", "&uacute;": "\xFA", "&ucirc": "\xFB", "&ucirc;": "\xFB", "&uuml": "\xFC", "&uuml;": "\xFC", "&yacute": "\xFD", "&yacute;": "\xFD", "&thorn": "\xFE", "&thorn;": "\xFE", "&yuml": "\xFF", "&yuml;": "\xFF", "&quot": '"', "&quot;": '"', "&amp": "&", "&amp;": "&", "&lt": "<", "&lt;": "<", "&gt": ">", "&gt;": ">", "&OElig;": "\u0152", "&oelig;": "\u0153", "&Scaron;": "\u0160", "&scaron;": "\u0161", "&Yuml;": "\u0178", "&circ;": "\u02C6", "&tilde;": "\u02DC", "&ensp;": "\u2002", "&emsp;": "\u2003", "&thinsp;": "\u2009", "&zwnj;": "\u200C", "&zwj;": "\u200D", "&lrm;": "\u200E", "&rlm;": "\u200F", "&ndash;": "\u2013", "&mdash;": "\u2014", "&lsquo;": "\u2018", "&rsquo;": "\u2019", "&sbquo;": "\u201A", "&ldquo;": "\u201C", "&rdquo;": "\u201D", "&bdquo;": "\u201E", "&dagger;": "\u2020", "&Dagger;": "\u2021", "&permil;": "\u2030", "&lsaquo;": "\u2039", "&rsaquo;": "\u203A", "&euro;": "\u20AC", "&fnof;": "\u0192", "&Alpha;": "\u0391", "&Beta;": "\u0392", "&Gamma;": "\u0393", "&Delta;": "\u0394", "&Epsilon;": "\u0395", "&Zeta;": "\u0396", "&Eta;": "\u0397", "&Theta;": "\u0398", "&Iota;": "\u0399", "&Kappa;": "\u039A", "&Lambda;": "\u039B", "&Mu;": "\u039C", "&Nu;": "\u039D", "&Xi;": "\u039E", "&Omicron;": "\u039F", "&Pi;": "\u03A0", "&Rho;": "\u03A1", "&Sigma;": "\u03A3", "&Tau;": "\u03A4", "&Upsilon;": "\u03A5", "&Phi;": "\u03A6", "&Chi;": "\u03A7", "&Psi;": "\u03A8", "&Omega;": "\u03A9", "&alpha;": "\u03B1", "&beta;": "\u03B2", "&gamma;": "\u03B3", "&delta;": "\u03B4", "&epsilon;": "\u03B5", "&zeta;": "\u03B6", "&eta;": "\u03B7", "&theta;": "\u03B8", "&iota;": "\u03B9", "&kappa;": "\u03BA", "&lambda;": "\u03BB", "&mu;": "\u03BC", "&nu;": "\u03BD", "&xi;": "\u03BE", "&omicron;": "\u03BF", "&pi;": "\u03C0", "&rho;": "\u03C1", "&sigmaf;": "\u03C2", "&sigma;": "\u03C3", "&tau;": "\u03C4", "&upsilon;": "\u03C5", "&phi;": "\u03C6", "&chi;": "\u03C7", "&psi;": "\u03C8", "&omega;": "\u03C9", "&thetasym;": "\u03D1", "&upsih;": "\u03D2", "&piv;": "\u03D6", "&bull;": "\u2022", "&hellip;": "\u2026", "&prime;": "\u2032", "&Prime;": "\u2033", "&oline;": "\u203E", "&frasl;": "\u2044", "&weierp;": "\u2118", "&image;": "\u2111", "&real;": "\u211C", "&trade;": "\u2122", "&alefsym;": "\u2135", "&larr;": "\u2190", "&uarr;": "\u2191", "&rarr;": "\u2192", "&darr;": "\u2193", "&harr;": "\u2194", "&crarr;": "\u21B5", "&lArr;": "\u21D0", "&uArr;": "\u21D1", "&rArr;": "\u21D2", "&dArr;": "\u21D3", "&hArr;": "\u21D4", "&forall;": "\u2200", "&part;": "\u2202", "&exist;": "\u2203", "&empty;": "\u2205", "&nabla;": "\u2207", "&isin;": "\u2208", "&notin;": "\u2209", "&ni;": "\u220B", "&prod;": "\u220F", "&sum;": "\u2211", "&minus;": "\u2212", "&lowast;": "\u2217", "&radic;": "\u221A", "&prop;": "\u221D", "&infin;": "\u221E", "&ang;": "\u2220", "&and;": "\u2227", "&or;": "\u2228", "&cap;": "\u2229", "&cup;": "\u222A", "&int;": "\u222B", "&there4;": "\u2234", "&sim;": "\u223C", "&cong;": "\u2245", "&asymp;": "\u2248", "&ne;": "\u2260", "&equiv;": "\u2261", "&le;": "\u2264", "&ge;": "\u2265", "&sub;": "\u2282", "&sup;": "\u2283", "&nsub;": "\u2284", "&sube;": "\u2286", "&supe;": "\u2287", "&oplus;": "\u2295", "&otimes;": "\u2297", "&perp;": "\u22A5", "&sdot;": "\u22C5", "&lceil;": "\u2308", "&rceil;": "\u2309", "&lfloor;": "\u230A", "&rfloor;": "\u230B", "&lang;": "\u2329", "&rang;": "\u232A", "&loz;": "\u25CA", "&spades;": "\u2660", "&clubs;": "\u2663", "&hearts;": "\u2665", "&diams;": "\u2666" }, characters: { "'": "&apos;", "\xA0": "&nbsp;", "\xA1": "&iexcl;", "\xA2": "&cent;", "\xA3": "&pound;", "\xA4": "&curren;", "\xA5": "&yen;", "\xA6": "&brvbar;", "\xA7": "&sect;", "\xA8": "&uml;", "\xA9": "&copy;", \u00AA: "&ordf;", "\xAB": "&laquo;", "\xAC": "&not;", "\xAD": "&shy;", "\xAE": "&reg;", "\xAF": "&macr;", "\xB0": "&deg;", "\xB1": "&plusmn;", "\xB2": "&sup2;", "\xB3": "&sup3;", "\xB4": "&acute;", \u00B5: "&micro;", "\xB6": "&para;", "\xB7": "&middot;", "\xB8": "&cedil;", "\xB9": "&sup1;", \u00BA: "&ordm;", "\xBB": "&raquo;", "\xBC": "&frac14;", "\xBD": "&frac12;", "\xBE": "&frac34;", "\xBF": "&iquest;", \u00C0: "&Agrave;", \u00C1: "&Aacute;", \u00C2: "&Acirc;", \u00C3: "&Atilde;", \u00C4: "&Auml;", \u00C5: "&Aring;", \u00C6: "&AElig;", \u00C7: "&Ccedil;", \u00C8: "&Egrave;", \u00C9: "&Eacute;", \u00CA: "&Ecirc;", \u00CB: "&Euml;", \u00CC: "&Igrave;", \u00CD: "&Iacute;", \u00CE: "&Icirc;", \u00CF: "&Iuml;", \u00D0: "&ETH;", \u00D1: "&Ntilde;", \u00D2: "&Ograve;", \u00D3: "&Oacute;", \u00D4: "&Ocirc;", \u00D5: "&Otilde;", \u00D6: "&Ouml;", "\xD7": "&times;", \u00D8: "&Oslash;", \u00D9: "&Ugrave;", \u00DA: "&Uacute;", \u00DB: "&Ucirc;", \u00DC: "&Uuml;", \u00DD: "&Yacute;", \u00DE: "&THORN;", \u00DF: "&szlig;", \u00E0: "&agrave;", \u00E1: "&aacute;", \u00E2: "&acirc;", \u00E3: "&atilde;", \u00E4: "&auml;", \u00E5: "&aring;", \u00E6: "&aelig;", \u00E7: "&ccedil;", \u00E8: "&egrave;", \u00E9: "&eacute;", \u00EA: "&ecirc;", \u00EB: "&euml;", \u00EC: "&igrave;", \u00ED: "&iacute;", \u00EE: "&icirc;", \u00EF: "&iuml;", \u00F0: "&eth;", \u00F1: "&ntilde;", \u00F2: "&ograve;", \u00F3: "&oacute;", \u00F4: "&ocirc;", \u00F5: "&otilde;", \u00F6: "&ouml;", "\xF7": "&divide;", \u00F8: "&oslash;", \u00F9: "&ugrave;", \u00FA: "&uacute;", \u00FB: "&ucirc;", \u00FC: "&uuml;", \u00FD: "&yacute;", \u00FE: "&thorn;", \u00FF: "&yuml;", '"': "&quot;", "&": "&amp;", "<": "&lt;", ">": "&gt;", \u0152: "&OElig;", \u0153: "&oelig;", \u0160: "&Scaron;", \u0161: "&scaron;", \u0178: "&Yuml;", "\u02C6": "&circ;", "\u02DC": "&tilde;", "\u2002": "&ensp;", "\u2003": "&emsp;", "\u2009": "&thinsp;", "\u200C": "&zwnj;", "\u200D": "&zwj;", "\u200E": "&lrm;", "\u200F": "&rlm;", "\u2013": "&ndash;", "\u2014": "&mdash;", "\u2018": "&lsquo;", "\u2019": "&rsquo;", "\u201A": "&sbquo;", "\u201C": "&ldquo;", "\u201D": "&rdquo;", "\u201E": "&bdquo;", "\u2020": "&dagger;", "\u2021": "&Dagger;", "\u2030": "&permil;", "\u2039": "&lsaquo;", "\u203A": "&rsaquo;", "\u20AC": "&euro;", \u0192: "&fnof;", \u0391: "&Alpha;", \u0392: "&Beta;", \u0393: "&Gamma;", \u0394: "&Delta;", \u0395: "&Epsilon;", \u0396: "&Zeta;", \u0397: "&Eta;", \u0398: "&Theta;", \u0399: "&Iota;", \u039A: "&Kappa;", \u039B: "&Lambda;", \u039C: "&Mu;", \u039D: "&Nu;", \u039E: "&Xi;", \u039F: "&Omicron;", \u03A0: "&Pi;", \u03A1: "&Rho;", \u03A3: "&Sigma;", \u03A4: "&Tau;", \u03A5: "&Upsilon;", \u03A6: "&Phi;", \u03A7: "&Chi;", \u03A8: "&Psi;", \u03A9: "&Omega;", \u03B1: "&alpha;", \u03B2: "&beta;", \u03B3: "&gamma;", \u03B4: "&delta;", \u03B5: "&epsilon;", \u03B6: "&zeta;", \u03B7: "&eta;", \u03B8: "&theta;", \u03B9: "&iota;", \u03BA: "&kappa;", \u03BB: "&lambda;", \u03BC: "&mu;", \u03BD: "&nu;", \u03BE: "&xi;", \u03BF: "&omicron;", \u03C0: "&pi;", \u03C1: "&rho;", \u03C2: "&sigmaf;", \u03C3: "&sigma;", \u03C4: "&tau;", \u03C5: "&upsilon;", \u03C6: "&phi;", \u03C7: "&chi;", \u03C8: "&psi;", \u03C9: "&omega;", \u03D1: "&thetasym;", \u03D2: "&upsih;", \u03D6: "&piv;", "\u2022": "&bull;", "\u2026": "&hellip;", "\u2032": "&prime;", "\u2033": "&Prime;", "\u203E": "&oline;", "\u2044": "&frasl;", "\u2118": "&weierp;", \u2111: "&image;", \u211C: "&real;", "\u2122": "&trade;", \u2135: "&alefsym;", "\u2190": "&larr;", "\u2191": "&uarr;", "\u2192": "&rarr;", "\u2193": "&darr;", "\u2194": "&harr;", "\u21B5": "&crarr;", "\u21D0": "&lArr;", "\u21D1": "&uArr;", "\u21D2": "&rArr;", "\u21D3": "&dArr;", "\u21D4": "&hArr;", "\u2200": "&forall;", "\u2202": "&part;", "\u2203": "&exist;", "\u2205": "&empty;", "\u2207": "&nabla;", "\u2208": "&isin;", "\u2209": "&notin;", "\u220B": "&ni;", "\u220F": "&prod;", "\u2211": "&sum;", "\u2212": "&minus;", "\u2217": "&lowast;", "\u221A": "&radic;", "\u221D": "&prop;", "\u221E": "&infin;", "\u2220": "&ang;", "\u2227": "&and;", "\u2228": "&or;", "\u2229": "&cap;", "\u222A": "&cup;", "\u222B": "&int;", "\u2234": "&there4;", "\u223C": "&sim;", "\u2245": "&cong;", "\u2248": "&asymp;", "\u2260": "&ne;", "\u2261": "&equiv;", "\u2264": "&le;", "\u2265": "&ge;", "\u2282": "&sub;", "\u2283": "&sup;", "\u2284": "&nsub;", "\u2286": "&sube;", "\u2287": "&supe;", "\u2295": "&oplus;", "\u2297": "&otimes;", "\u22A5": "&perp;", "\u22C5": "&sdot;", "\u2308": "&lceil;", "\u2309": "&rceil;", "\u230A": "&lfloor;", "\u230B": "&rfloor;", "\u2329": "&lang;", "\u232A": "&rang;", "\u25CA": "&loz;", "\u2660": "&spades;", "\u2663": "&clubs;", "\u2665": "&hearts;", "\u2666": "&diams;" } }, html5: { entities: { "&AElig": "\xC6", "&AElig;": "\xC6", "&AMP": "&", "&AMP;": "&", "&Aacute": "\xC1", "&Aacute;": "\xC1", "&Abreve;": "\u0102", "&Acirc": "\xC2", "&Acirc;": "\xC2", "&Acy;": "\u0410", "&Afr;": "\u{1D504}", "&Agrave": "\xC0", "&Agrave;": "\xC0", "&Alpha;": "\u0391", "&Amacr;": "\u0100", "&And;": "\u2A53", "&Aogon;": "\u0104", "&Aopf;": "\u{1D538}", "&ApplyFunction;": "\u2061", "&Aring": "\xC5", "&Aring;": "\xC5", "&Ascr;": "\u{1D49C}", "&Assign;": "\u2254", "&Atilde": "\xC3", "&Atilde;": "\xC3", "&Auml": "\xC4", "&Auml;": "\xC4", "&Backslash;": "\u2216", "&Barv;": "\u2AE7", "&Barwed;": "\u2306", "&Bcy;": "\u0411", "&Because;": "\u2235", "&Bernoullis;": "\u212C", "&Beta;": "\u0392", "&Bfr;": "\u{1D505}", "&Bopf;": "\u{1D539}", "&Breve;": "\u02D8", "&Bscr;": "\u212C", "&Bumpeq;": "\u224E", "&CHcy;": "\u0427", "&COPY": "\xA9", "&COPY;": "\xA9", "&Cacute;": "\u0106", "&Cap;": "\u22D2", "&CapitalDifferentialD;": "\u2145", "&Cayleys;": "\u212D", "&Ccaron;": "\u010C", "&Ccedil": "\xC7", "&Ccedil;": "\xC7", "&Ccirc;": "\u0108", "&Cconint;": "\u2230", "&Cdot;": "\u010A", "&Cedilla;": "\xB8", "&CenterDot;": "\xB7", "&Cfr;": "\u212D", "&Chi;": "\u03A7", "&CircleDot;": "\u2299", "&CircleMinus;": "\u2296", "&CirclePlus;": "\u2295", "&CircleTimes;": "\u2297", "&ClockwiseContourIntegral;": "\u2232", "&CloseCurlyDoubleQuote;": "\u201D", "&CloseCurlyQuote;": "\u2019", "&Colon;": "\u2237", "&Colone;": "\u2A74", "&Congruent;": "\u2261", "&Conint;": "\u222F", "&ContourIntegral;": "\u222E", "&Copf;": "\u2102", "&Coproduct;": "\u2210", "&CounterClockwiseContourIntegral;": "\u2233", "&Cross;": "\u2A2F", "&Cscr;": "\u{1D49E}", "&Cup;": "\u22D3", "&CupCap;": "\u224D", "&DD;": "\u2145", "&DDotrahd;": "\u2911", "&DJcy;": "\u0402", "&DScy;": "\u0405", "&DZcy;": "\u040F", "&Dagger;": "\u2021", "&Darr;": "\u21A1", "&Dashv;": "\u2AE4", "&Dcaron;": "\u010E", "&Dcy;": "\u0414", "&Del;": "\u2207", "&Delta;": "\u0394", "&Dfr;": "\u{1D507}", "&DiacriticalAcute;": "\xB4", "&DiacriticalDot;": "\u02D9", "&DiacriticalDoubleAcute;": "\u02DD", "&DiacriticalGrave;": "`", "&DiacriticalTilde;": "\u02DC", "&Diamond;": "\u22C4", "&DifferentialD;": "\u2146", "&Dopf;": "\u{1D53B}", "&Dot;": "\xA8", "&DotDot;": "\u20DC", "&DotEqual;": "\u2250", "&DoubleContourIntegral;": "\u222F", "&DoubleDot;": "\xA8", "&DoubleDownArrow;": "\u21D3", "&DoubleLeftArrow;": "\u21D0", "&DoubleLeftRightArrow;": "\u21D4", "&DoubleLeftTee;": "\u2AE4", "&DoubleLongLeftArrow;": "\u27F8", "&DoubleLongLeftRightArrow;": "\u27FA", "&DoubleLongRightArrow;": "\u27F9", "&DoubleRightArrow;": "\u21D2", "&DoubleRightTee;": "\u22A8", "&DoubleUpArrow;": "\u21D1", "&DoubleUpDownArrow;": "\u21D5", "&DoubleVerticalBar;": "\u2225", "&DownArrow;": "\u2193", "&DownArrowBar;": "\u2913", "&DownArrowUpArrow;": "\u21F5", "&DownBreve;": "\u0311", "&DownLeftRightVector;": "\u2950", "&DownLeftTeeVector;": "\u295E", "&DownLeftVector;": "\u21BD", "&DownLeftVectorBar;": "\u2956", "&DownRightTeeVector;": "\u295F", "&DownRightVector;": "\u21C1", "&DownRightVectorBar;": "\u2957", "&DownTee;": "\u22A4", "&DownTeeArrow;": "\u21A7", "&Downarrow;": "\u21D3", "&Dscr;": "\u{1D49F}", "&Dstrok;": "\u0110", "&ENG;": "\u014A", "&ETH": "\xD0", "&ETH;": "\xD0", "&Eacute": "\xC9", "&Eacute;": "\xC9", "&Ecaron;": "\u011A", "&Ecirc": "\xCA", "&Ecirc;": "\xCA", "&Ecy;": "\u042D", "&Edot;": "\u0116", "&Efr;": "\u{1D508}", "&Egrave": "\xC8", "&Egrave;": "\xC8", "&Element;": "\u2208", "&Emacr;": "\u0112", "&EmptySmallSquare;": "\u25FB", "&EmptyVerySmallSquare;": "\u25AB", "&Eogon;": "\u0118", "&Eopf;": "\u{1D53C}", "&Epsilon;": "\u0395", "&Equal;": "\u2A75", "&EqualTilde;": "\u2242", "&Equilibrium;": "\u21CC", "&Escr;": "\u2130", "&Esim;": "\u2A73", "&Eta;": "\u0397", "&Euml": "\xCB", "&Euml;": "\xCB", "&Exists;": "\u2203", "&ExponentialE;": "\u2147", "&Fcy;": "\u0424", "&Ffr;": "\u{1D509}", "&FilledSmallSquare;": "\u25FC", "&FilledVerySmallSquare;": "\u25AA", "&Fopf;": "\u{1D53D}", "&ForAll;": "\u2200", "&Fouriertrf;": "\u2131", "&Fscr;": "\u2131", "&GJcy;": "\u0403", "&GT": ">", "&GT;": ">", "&Gamma;": "\u0393", "&Gammad;": "\u03DC", "&Gbreve;": "\u011E", "&Gcedil;": "\u0122", "&Gcirc;": "\u011C", "&Gcy;": "\u0413", "&Gdot;": "\u0120", "&Gfr;": "\u{1D50A}", "&Gg;": "\u22D9", "&Gopf;": "\u{1D53E}", "&GreaterEqual;": "\u2265", "&GreaterEqualLess;": "\u22DB", "&GreaterFullEqual;": "\u2267", "&GreaterGreater;": "\u2AA2", "&GreaterLess;": "\u2277", "&GreaterSlantEqual;": "\u2A7E", "&GreaterTilde;": "\u2273", "&Gscr;": "\u{1D4A2}", "&Gt;": "\u226B", "&HARDcy;": "\u042A", "&Hacek;": "\u02C7", "&Hat;": "^", "&Hcirc;": "\u0124", "&Hfr;": "\u210C", "&HilbertSpace;": "\u210B", "&Hopf;": "\u210D", "&HorizontalLine;": "\u2500", "&Hscr;": "\u210B", "&Hstrok;": "\u0126", "&HumpDownHump;": "\u224E", "&HumpEqual;": "\u224F", "&IEcy;": "\u0415", "&IJlig;": "\u0132", "&IOcy;": "\u0401", "&Iacute": "\xCD", "&Iacute;": "\xCD", "&Icirc": "\xCE", "&Icirc;": "\xCE", "&Icy;": "\u0418", "&Idot;": "\u0130", "&Ifr;": "\u2111", "&Igrave": "\xCC", "&Igrave;": "\xCC", "&Im;": "\u2111", "&Imacr;": "\u012A", "&ImaginaryI;": "\u2148", "&Implies;": "\u21D2", "&Int;": "\u222C", "&Integral;": "\u222B", "&Intersection;": "\u22C2", "&InvisibleComma;": "\u2063", "&InvisibleTimes;": "\u2062", "&Iogon;": "\u012E", "&Iopf;": "\u{1D540}", "&Iota;": "\u0399", "&Iscr;": "\u2110", "&Itilde;": "\u0128", "&Iukcy;": "\u0406", "&Iuml": "\xCF", "&Iuml;": "\xCF", "&Jcirc;": "\u0134", "&Jcy;": "\u0419", "&Jfr;": "\u{1D50D}", "&Jopf;": "\u{1D541}", "&Jscr;": "\u{1D4A5}", "&Jsercy;": "\u0408", "&Jukcy;": "\u0404", "&KHcy;": "\u0425", "&KJcy;": "\u040C", "&Kappa;": "\u039A", "&Kcedil;": "\u0136", "&Kcy;": "\u041A", "&Kfr;": "\u{1D50E}", "&Kopf;": "\u{1D542}", "&Kscr;": "\u{1D4A6}", "&LJcy;": "\u0409", "&LT": "<", "&LT;": "<", "&Lacute;": "\u0139", "&Lambda;": "\u039B", "&Lang;": "\u27EA", "&Laplacetrf;": "\u2112", "&Larr;": "\u219E", "&Lcaron;": "\u013D", "&Lcedil;": "\u013B", "&Lcy;": "\u041B", "&LeftAngleBracket;": "\u27E8", "&LeftArrow;": "\u2190", "&LeftArrowBar;": "\u21E4", "&LeftArrowRightArrow;": "\u21C6", "&LeftCeiling;": "\u2308", "&LeftDoubleBracket;": "\u27E6", "&LeftDownTeeVector;": "\u2961", "&LeftDownVector;": "\u21C3", "&LeftDownVectorBar;": "\u2959", "&LeftFloor;": "\u230A", "&LeftRightArrow;": "\u2194", "&LeftRightVector;": "\u294E", "&LeftTee;": "\u22A3", "&LeftTeeArrow;": "\u21A4", "&LeftTeeVector;": "\u295A", "&LeftTriangle;": "\u22B2", "&LeftTriangleBar;": "\u29CF", "&LeftTriangleEqual;": "\u22B4", "&LeftUpDownVector;": "\u2951", "&LeftUpTeeVector;": "\u2960", "&LeftUpVector;": "\u21BF", "&LeftUpVectorBar;": "\u2958", "&LeftVector;": "\u21BC", "&LeftVectorBar;": "\u2952", "&Leftarrow;": "\u21D0", "&Leftrightarrow;": "\u21D4", "&LessEqualGreater;": "\u22DA", "&LessFullEqual;": "\u2266", "&LessGreater;": "\u2276", "&LessLess;": "\u2AA1", "&LessSlantEqual;": "\u2A7D", "&LessTilde;": "\u2272", "&Lfr;": "\u{1D50F}", "&Ll;": "\u22D8", "&Lleftarrow;": "\u21DA", "&Lmidot;": "\u013F", "&LongLeftArrow;": "\u27F5", "&LongLeftRightArrow;": "\u27F7", "&LongRightArrow;": "\u27F6", "&Longleftarrow;": "\u27F8", "&Longleftrightarrow;": "\u27FA", "&Longrightarrow;": "\u27F9", "&Lopf;": "\u{1D543}", "&LowerLeftArrow;": "\u2199", "&LowerRightArrow;": "\u2198", "&Lscr;": "\u2112", "&Lsh;": "\u21B0", "&Lstrok;": "\u0141", "&Lt;": "\u226A", "&Map;": "\u2905", "&Mcy;": "\u041C", "&MediumSpace;": "\u205F", "&Mellintrf;": "\u2133", "&Mfr;": "\u{1D510}", "&MinusPlus;": "\u2213", "&Mopf;": "\u{1D544}", "&Mscr;": "\u2133", "&Mu;": "\u039C", "&NJcy;": "\u040A", "&Nacute;": "\u0143", "&Ncaron;": "\u0147", "&Ncedil;": "\u0145", "&Ncy;": "\u041D", "&NegativeMediumSpace;": "\u200B", "&NegativeThickSpace;": "\u200B", "&NegativeThinSpace;": "\u200B", "&NegativeVeryThinSpace;": "\u200B", "&NestedGreaterGreater;": "\u226B", "&NestedLessLess;": "\u226A", "&NewLine;": `
759
+ `, "&Nfr;": "\u{1D511}", "&NoBreak;": "\u2060", "&NonBreakingSpace;": "\xA0", "&Nopf;": "\u2115", "&Not;": "\u2AEC", "&NotCongruent;": "\u2262", "&NotCupCap;": "\u226D", "&NotDoubleVerticalBar;": "\u2226", "&NotElement;": "\u2209", "&NotEqual;": "\u2260", "&NotEqualTilde;": "\u2242\u0338", "&NotExists;": "\u2204", "&NotGreater;": "\u226F", "&NotGreaterEqual;": "\u2271", "&NotGreaterFullEqual;": "\u2267\u0338", "&NotGreaterGreater;": "\u226B\u0338", "&NotGreaterLess;": "\u2279", "&NotGreaterSlantEqual;": "\u2A7E\u0338", "&NotGreaterTilde;": "\u2275", "&NotHumpDownHump;": "\u224E\u0338", "&NotHumpEqual;": "\u224F\u0338", "&NotLeftTriangle;": "\u22EA", "&NotLeftTriangleBar;": "\u29CF\u0338", "&NotLeftTriangleEqual;": "\u22EC", "&NotLess;": "\u226E", "&NotLessEqual;": "\u2270", "&NotLessGreater;": "\u2278", "&NotLessLess;": "\u226A\u0338", "&NotLessSlantEqual;": "\u2A7D\u0338", "&NotLessTilde;": "\u2274", "&NotNestedGreaterGreater;": "\u2AA2\u0338", "&NotNestedLessLess;": "\u2AA1\u0338", "&NotPrecedes;": "\u2280", "&NotPrecedesEqual;": "\u2AAF\u0338", "&NotPrecedesSlantEqual;": "\u22E0", "&NotReverseElement;": "\u220C", "&NotRightTriangle;": "\u22EB", "&NotRightTriangleBar;": "\u29D0\u0338", "&NotRightTriangleEqual;": "\u22ED", "&NotSquareSubset;": "\u228F\u0338", "&NotSquareSubsetEqual;": "\u22E2", "&NotSquareSuperset;": "\u2290\u0338", "&NotSquareSupersetEqual;": "\u22E3", "&NotSubset;": "\u2282\u20D2", "&NotSubsetEqual;": "\u2288", "&NotSucceeds;": "\u2281", "&NotSucceedsEqual;": "\u2AB0\u0338", "&NotSucceedsSlantEqual;": "\u22E1", "&NotSucceedsTilde;": "\u227F\u0338", "&NotSuperset;": "\u2283\u20D2", "&NotSupersetEqual;": "\u2289", "&NotTilde;": "\u2241", "&NotTildeEqual;": "\u2244", "&NotTildeFullEqual;": "\u2247", "&NotTildeTilde;": "\u2249", "&NotVerticalBar;": "\u2224", "&Nscr;": "\u{1D4A9}", "&Ntilde": "\xD1", "&Ntilde;": "\xD1", "&Nu;": "\u039D", "&OElig;": "\u0152", "&Oacute": "\xD3", "&Oacute;": "\xD3", "&Ocirc": "\xD4", "&Ocirc;": "\xD4", "&Ocy;": "\u041E", "&Odblac;": "\u0150", "&Ofr;": "\u{1D512}", "&Ograve": "\xD2", "&Ograve;": "\xD2", "&Omacr;": "\u014C", "&Omega;": "\u03A9", "&Omicron;": "\u039F", "&Oopf;": "\u{1D546}", "&OpenCurlyDoubleQuote;": "\u201C", "&OpenCurlyQuote;": "\u2018", "&Or;": "\u2A54", "&Oscr;": "\u{1D4AA}", "&Oslash": "\xD8", "&Oslash;": "\xD8", "&Otilde": "\xD5", "&Otilde;": "\xD5", "&Otimes;": "\u2A37", "&Ouml": "\xD6", "&Ouml;": "\xD6", "&OverBar;": "\u203E", "&OverBrace;": "\u23DE", "&OverBracket;": "\u23B4", "&OverParenthesis;": "\u23DC", "&PartialD;": "\u2202", "&Pcy;": "\u041F", "&Pfr;": "\u{1D513}", "&Phi;": "\u03A6", "&Pi;": "\u03A0", "&PlusMinus;": "\xB1", "&Poincareplane;": "\u210C", "&Popf;": "\u2119", "&Pr;": "\u2ABB", "&Precedes;": "\u227A", "&PrecedesEqual;": "\u2AAF", "&PrecedesSlantEqual;": "\u227C", "&PrecedesTilde;": "\u227E", "&Prime;": "\u2033", "&Product;": "\u220F", "&Proportion;": "\u2237", "&Proportional;": "\u221D", "&Pscr;": "\u{1D4AB}", "&Psi;": "\u03A8", "&QUOT": '"', "&QUOT;": '"', "&Qfr;": "\u{1D514}", "&Qopf;": "\u211A", "&Qscr;": "\u{1D4AC}", "&RBarr;": "\u2910", "&REG": "\xAE", "&REG;": "\xAE", "&Racute;": "\u0154", "&Rang;": "\u27EB", "&Rarr;": "\u21A0", "&Rarrtl;": "\u2916", "&Rcaron;": "\u0158", "&Rcedil;": "\u0156", "&Rcy;": "\u0420", "&Re;": "\u211C", "&ReverseElement;": "\u220B", "&ReverseEquilibrium;": "\u21CB", "&ReverseUpEquilibrium;": "\u296F", "&Rfr;": "\u211C", "&Rho;": "\u03A1", "&RightAngleBracket;": "\u27E9", "&RightArrow;": "\u2192", "&RightArrowBar;": "\u21E5", "&RightArrowLeftArrow;": "\u21C4", "&RightCeiling;": "\u2309", "&RightDoubleBracket;": "\u27E7", "&RightDownTeeVector;": "\u295D", "&RightDownVector;": "\u21C2", "&RightDownVectorBar;": "\u2955", "&RightFloor;": "\u230B", "&RightTee;": "\u22A2", "&RightTeeArrow;": "\u21A6", "&RightTeeVector;": "\u295B", "&RightTriangle;": "\u22B3", "&RightTriangleBar;": "\u29D0", "&RightTriangleEqual;": "\u22B5", "&RightUpDownVector;": "\u294F", "&RightUpTeeVector;": "\u295C", "&RightUpVector;": "\u21BE", "&RightUpVectorBar;": "\u2954", "&RightVector;": "\u21C0", "&RightVectorBar;": "\u2953", "&Rightarrow;": "\u21D2", "&Ropf;": "\u211D", "&RoundImplies;": "\u2970", "&Rrightarrow;": "\u21DB", "&Rscr;": "\u211B", "&Rsh;": "\u21B1", "&RuleDelayed;": "\u29F4", "&SHCHcy;": "\u0429", "&SHcy;": "\u0428", "&SOFTcy;": "\u042C", "&Sacute;": "\u015A", "&Sc;": "\u2ABC", "&Scaron;": "\u0160", "&Scedil;": "\u015E", "&Scirc;": "\u015C", "&Scy;": "\u0421", "&Sfr;": "\u{1D516}", "&ShortDownArrow;": "\u2193", "&ShortLeftArrow;": "\u2190", "&ShortRightArrow;": "\u2192", "&ShortUpArrow;": "\u2191", "&Sigma;": "\u03A3", "&SmallCircle;": "\u2218", "&Sopf;": "\u{1D54A}", "&Sqrt;": "\u221A", "&Square;": "\u25A1", "&SquareIntersection;": "\u2293", "&SquareSubset;": "\u228F", "&SquareSubsetEqual;": "\u2291", "&SquareSuperset;": "\u2290", "&SquareSupersetEqual;": "\u2292", "&SquareUnion;": "\u2294", "&Sscr;": "\u{1D4AE}", "&Star;": "\u22C6", "&Sub;": "\u22D0", "&Subset;": "\u22D0", "&SubsetEqual;": "\u2286", "&Succeeds;": "\u227B", "&SucceedsEqual;": "\u2AB0", "&SucceedsSlantEqual;": "\u227D", "&SucceedsTilde;": "\u227F", "&SuchThat;": "\u220B", "&Sum;": "\u2211", "&Sup;": "\u22D1", "&Superset;": "\u2283", "&SupersetEqual;": "\u2287", "&Supset;": "\u22D1", "&THORN": "\xDE", "&THORN;": "\xDE", "&TRADE;": "\u2122", "&TSHcy;": "\u040B", "&TScy;": "\u0426", "&Tab;": " ", "&Tau;": "\u03A4", "&Tcaron;": "\u0164", "&Tcedil;": "\u0162", "&Tcy;": "\u0422", "&Tfr;": "\u{1D517}", "&Therefore;": "\u2234", "&Theta;": "\u0398", "&ThickSpace;": "\u205F\u200A", "&ThinSpace;": "\u2009", "&Tilde;": "\u223C", "&TildeEqual;": "\u2243", "&TildeFullEqual;": "\u2245", "&TildeTilde;": "\u2248", "&Topf;": "\u{1D54B}", "&TripleDot;": "\u20DB", "&Tscr;": "\u{1D4AF}", "&Tstrok;": "\u0166", "&Uacute": "\xDA", "&Uacute;": "\xDA", "&Uarr;": "\u219F", "&Uarrocir;": "\u2949", "&Ubrcy;": "\u040E", "&Ubreve;": "\u016C", "&Ucirc": "\xDB", "&Ucirc;": "\xDB", "&Ucy;": "\u0423", "&Udblac;": "\u0170", "&Ufr;": "\u{1D518}", "&Ugrave": "\xD9", "&Ugrave;": "\xD9", "&Umacr;": "\u016A", "&UnderBar;": "_", "&UnderBrace;": "\u23DF", "&UnderBracket;": "\u23B5", "&UnderParenthesis;": "\u23DD", "&Union;": "\u22C3", "&UnionPlus;": "\u228E", "&Uogon;": "\u0172", "&Uopf;": "\u{1D54C}", "&UpArrow;": "\u2191", "&UpArrowBar;": "\u2912", "&UpArrowDownArrow;": "\u21C5", "&UpDownArrow;": "\u2195", "&UpEquilibrium;": "\u296E", "&UpTee;": "\u22A5", "&UpTeeArrow;": "\u21A5", "&Uparrow;": "\u21D1", "&Updownarrow;": "\u21D5", "&UpperLeftArrow;": "\u2196", "&UpperRightArrow;": "\u2197", "&Upsi;": "\u03D2", "&Upsilon;": "\u03A5", "&Uring;": "\u016E", "&Uscr;": "\u{1D4B0}", "&Utilde;": "\u0168", "&Uuml": "\xDC", "&Uuml;": "\xDC", "&VDash;": "\u22AB", "&Vbar;": "\u2AEB", "&Vcy;": "\u0412", "&Vdash;": "\u22A9", "&Vdashl;": "\u2AE6", "&Vee;": "\u22C1", "&Verbar;": "\u2016", "&Vert;": "\u2016", "&VerticalBar;": "\u2223", "&VerticalLine;": "|", "&VerticalSeparator;": "\u2758", "&VerticalTilde;": "\u2240", "&VeryThinSpace;": "\u200A", "&Vfr;": "\u{1D519}", "&Vopf;": "\u{1D54D}", "&Vscr;": "\u{1D4B1}", "&Vvdash;": "\u22AA", "&Wcirc;": "\u0174", "&Wedge;": "\u22C0", "&Wfr;": "\u{1D51A}", "&Wopf;": "\u{1D54E}", "&Wscr;": "\u{1D4B2}", "&Xfr;": "\u{1D51B}", "&Xi;": "\u039E", "&Xopf;": "\u{1D54F}", "&Xscr;": "\u{1D4B3}", "&YAcy;": "\u042F", "&YIcy;": "\u0407", "&YUcy;": "\u042E", "&Yacute": "\xDD", "&Yacute;": "\xDD", "&Ycirc;": "\u0176", "&Ycy;": "\u042B", "&Yfr;": "\u{1D51C}", "&Yopf;": "\u{1D550}", "&Yscr;": "\u{1D4B4}", "&Yuml;": "\u0178", "&ZHcy;": "\u0416", "&Zacute;": "\u0179", "&Zcaron;": "\u017D", "&Zcy;": "\u0417", "&Zdot;": "\u017B", "&ZeroWidthSpace;": "\u200B", "&Zeta;": "\u0396", "&Zfr;": "\u2128", "&Zopf;": "\u2124", "&Zscr;": "\u{1D4B5}", "&aacute": "\xE1", "&aacute;": "\xE1", "&abreve;": "\u0103", "&ac;": "\u223E", "&acE;": "\u223E\u0333", "&acd;": "\u223F", "&acirc": "\xE2", "&acirc;": "\xE2", "&acute": "\xB4", "&acute;": "\xB4", "&acy;": "\u0430", "&aelig": "\xE6", "&aelig;": "\xE6", "&af;": "\u2061", "&afr;": "\u{1D51E}", "&agrave": "\xE0", "&agrave;": "\xE0", "&alefsym;": "\u2135", "&aleph;": "\u2135", "&alpha;": "\u03B1", "&amacr;": "\u0101", "&amalg;": "\u2A3F", "&amp": "&", "&amp;": "&", "&and;": "\u2227", "&andand;": "\u2A55", "&andd;": "\u2A5C", "&andslope;": "\u2A58", "&andv;": "\u2A5A", "&ang;": "\u2220", "&ange;": "\u29A4", "&angle;": "\u2220", "&angmsd;": "\u2221", "&angmsdaa;": "\u29A8", "&angmsdab;": "\u29A9", "&angmsdac;": "\u29AA", "&angmsdad;": "\u29AB", "&angmsdae;": "\u29AC", "&angmsdaf;": "\u29AD", "&angmsdag;": "\u29AE", "&angmsdah;": "\u29AF", "&angrt;": "\u221F", "&angrtvb;": "\u22BE", "&angrtvbd;": "\u299D", "&angsph;": "\u2222", "&angst;": "\xC5", "&angzarr;": "\u237C", "&aogon;": "\u0105", "&aopf;": "\u{1D552}", "&ap;": "\u2248", "&apE;": "\u2A70", "&apacir;": "\u2A6F", "&ape;": "\u224A", "&apid;": "\u224B", "&apos;": "'", "&approx;": "\u2248", "&approxeq;": "\u224A", "&aring": "\xE5", "&aring;": "\xE5", "&ascr;": "\u{1D4B6}", "&ast;": "*", "&asymp;": "\u2248", "&asympeq;": "\u224D", "&atilde": "\xE3", "&atilde;": "\xE3", "&auml": "\xE4", "&auml;": "\xE4", "&awconint;": "\u2233", "&awint;": "\u2A11", "&bNot;": "\u2AED", "&backcong;": "\u224C", "&backepsilon;": "\u03F6", "&backprime;": "\u2035", "&backsim;": "\u223D", "&backsimeq;": "\u22CD", "&barvee;": "\u22BD", "&barwed;": "\u2305", "&barwedge;": "\u2305", "&bbrk;": "\u23B5", "&bbrktbrk;": "\u23B6", "&bcong;": "\u224C", "&bcy;": "\u0431", "&bdquo;": "\u201E", "&becaus;": "\u2235", "&because;": "\u2235", "&bemptyv;": "\u29B0", "&bepsi;": "\u03F6", "&bernou;": "\u212C", "&beta;": "\u03B2", "&beth;": "\u2136", "&between;": "\u226C", "&bfr;": "\u{1D51F}", "&bigcap;": "\u22C2", "&bigcirc;": "\u25EF", "&bigcup;": "\u22C3", "&bigodot;": "\u2A00", "&bigoplus;": "\u2A01", "&bigotimes;": "\u2A02", "&bigsqcup;": "\u2A06", "&bigstar;": "\u2605", "&bigtriangledown;": "\u25BD", "&bigtriangleup;": "\u25B3", "&biguplus;": "\u2A04", "&bigvee;": "\u22C1", "&bigwedge;": "\u22C0", "&bkarow;": "\u290D", "&blacklozenge;": "\u29EB", "&blacksquare;": "\u25AA", "&blacktriangle;": "\u25B4", "&blacktriangledown;": "\u25BE", "&blacktriangleleft;": "\u25C2", "&blacktriangleright;": "\u25B8", "&blank;": "\u2423", "&blk12;": "\u2592", "&blk14;": "\u2591", "&blk34;": "\u2593", "&block;": "\u2588", "&bne;": "=\u20E5", "&bnequiv;": "\u2261\u20E5", "&bnot;": "\u2310", "&bopf;": "\u{1D553}", "&bot;": "\u22A5", "&bottom;": "\u22A5", "&bowtie;": "\u22C8", "&boxDL;": "\u2557", "&boxDR;": "\u2554", "&boxDl;": "\u2556", "&boxDr;": "\u2553", "&boxH;": "\u2550", "&boxHD;": "\u2566", "&boxHU;": "\u2569", "&boxHd;": "\u2564", "&boxHu;": "\u2567", "&boxUL;": "\u255D", "&boxUR;": "\u255A", "&boxUl;": "\u255C", "&boxUr;": "\u2559", "&boxV;": "\u2551", "&boxVH;": "\u256C", "&boxVL;": "\u2563", "&boxVR;": "\u2560", "&boxVh;": "\u256B", "&boxVl;": "\u2562", "&boxVr;": "\u255F", "&boxbox;": "\u29C9", "&boxdL;": "\u2555", "&boxdR;": "\u2552", "&boxdl;": "\u2510", "&boxdr;": "\u250C", "&boxh;": "\u2500", "&boxhD;": "\u2565", "&boxhU;": "\u2568", "&boxhd;": "\u252C", "&boxhu;": "\u2534", "&boxminus;": "\u229F", "&boxplus;": "\u229E", "&boxtimes;": "\u22A0", "&boxuL;": "\u255B", "&boxuR;": "\u2558", "&boxul;": "\u2518", "&boxur;": "\u2514", "&boxv;": "\u2502", "&boxvH;": "\u256A", "&boxvL;": "\u2561", "&boxvR;": "\u255E", "&boxvh;": "\u253C", "&boxvl;": "\u2524", "&boxvr;": "\u251C", "&bprime;": "\u2035", "&breve;": "\u02D8", "&brvbar": "\xA6", "&brvbar;": "\xA6", "&bscr;": "\u{1D4B7}", "&bsemi;": "\u204F", "&bsim;": "\u223D", "&bsime;": "\u22CD", "&bsol;": "\\", "&bsolb;": "\u29C5", "&bsolhsub;": "\u27C8", "&bull;": "\u2022", "&bullet;": "\u2022", "&bump;": "\u224E", "&bumpE;": "\u2AAE", "&bumpe;": "\u224F", "&bumpeq;": "\u224F", "&cacute;": "\u0107", "&cap;": "\u2229", "&capand;": "\u2A44", "&capbrcup;": "\u2A49", "&capcap;": "\u2A4B", "&capcup;": "\u2A47", "&capdot;": "\u2A40", "&caps;": "\u2229\uFE00", "&caret;": "\u2041", "&caron;": "\u02C7", "&ccaps;": "\u2A4D", "&ccaron;": "\u010D", "&ccedil": "\xE7", "&ccedil;": "\xE7", "&ccirc;": "\u0109", "&ccups;": "\u2A4C", "&ccupssm;": "\u2A50", "&cdot;": "\u010B", "&cedil": "\xB8", "&cedil;": "\xB8", "&cemptyv;": "\u29B2", "&cent": "\xA2", "&cent;": "\xA2", "&centerdot;": "\xB7", "&cfr;": "\u{1D520}", "&chcy;": "\u0447", "&check;": "\u2713", "&checkmark;": "\u2713", "&chi;": "\u03C7", "&cir;": "\u25CB", "&cirE;": "\u29C3", "&circ;": "\u02C6", "&circeq;": "\u2257", "&circlearrowleft;": "\u21BA", "&circlearrowright;": "\u21BB", "&circledR;": "\xAE", "&circledS;": "\u24C8", "&circledast;": "\u229B", "&circledcirc;": "\u229A", "&circleddash;": "\u229D", "&cire;": "\u2257", "&cirfnint;": "\u2A10", "&cirmid;": "\u2AEF", "&cirscir;": "\u29C2", "&clubs;": "\u2663", "&clubsuit;": "\u2663", "&colon;": ":", "&colone;": "\u2254", "&coloneq;": "\u2254", "&comma;": ",", "&commat;": "@", "&comp;": "\u2201", "&compfn;": "\u2218", "&complement;": "\u2201", "&complexes;": "\u2102", "&cong;": "\u2245", "&congdot;": "\u2A6D", "&conint;": "\u222E", "&copf;": "\u{1D554}", "&coprod;": "\u2210", "&copy": "\xA9", "&copy;": "\xA9", "&copysr;": "\u2117", "&crarr;": "\u21B5", "&cross;": "\u2717", "&cscr;": "\u{1D4B8}", "&csub;": "\u2ACF", "&csube;": "\u2AD1", "&csup;": "\u2AD0", "&csupe;": "\u2AD2", "&ctdot;": "\u22EF", "&cudarrl;": "\u2938", "&cudarrr;": "\u2935", "&cuepr;": "\u22DE", "&cuesc;": "\u22DF", "&cularr;": "\u21B6", "&cularrp;": "\u293D", "&cup;": "\u222A", "&cupbrcap;": "\u2A48", "&cupcap;": "\u2A46", "&cupcup;": "\u2A4A", "&cupdot;": "\u228D", "&cupor;": "\u2A45", "&cups;": "\u222A\uFE00", "&curarr;": "\u21B7", "&curarrm;": "\u293C", "&curlyeqprec;": "\u22DE", "&curlyeqsucc;": "\u22DF", "&curlyvee;": "\u22CE", "&curlywedge;": "\u22CF", "&curren": "\xA4", "&curren;": "\xA4", "&curvearrowleft;": "\u21B6", "&curvearrowright;": "\u21B7", "&cuvee;": "\u22CE", "&cuwed;": "\u22CF", "&cwconint;": "\u2232", "&cwint;": "\u2231", "&cylcty;": "\u232D", "&dArr;": "\u21D3", "&dHar;": "\u2965", "&dagger;": "\u2020", "&daleth;": "\u2138", "&darr;": "\u2193", "&dash;": "\u2010", "&dashv;": "\u22A3", "&dbkarow;": "\u290F", "&dblac;": "\u02DD", "&dcaron;": "\u010F", "&dcy;": "\u0434", "&dd;": "\u2146", "&ddagger;": "\u2021", "&ddarr;": "\u21CA", "&ddotseq;": "\u2A77", "&deg": "\xB0", "&deg;": "\xB0", "&delta;": "\u03B4", "&demptyv;": "\u29B1", "&dfisht;": "\u297F", "&dfr;": "\u{1D521}", "&dharl;": "\u21C3", "&dharr;": "\u21C2", "&diam;": "\u22C4", "&diamond;": "\u22C4", "&diamondsuit;": "\u2666", "&diams;": "\u2666", "&die;": "\xA8", "&digamma;": "\u03DD", "&disin;": "\u22F2", "&div;": "\xF7", "&divide": "\xF7", "&divide;": "\xF7", "&divideontimes;": "\u22C7", "&divonx;": "\u22C7", "&djcy;": "\u0452", "&dlcorn;": "\u231E", "&dlcrop;": "\u230D", "&dollar;": "$", "&dopf;": "\u{1D555}", "&dot;": "\u02D9", "&doteq;": "\u2250", "&doteqdot;": "\u2251", "&dotminus;": "\u2238", "&dotplus;": "\u2214", "&dotsquare;": "\u22A1", "&doublebarwedge;": "\u2306", "&downarrow;": "\u2193", "&downdownarrows;": "\u21CA", "&downharpoonleft;": "\u21C3", "&downharpoonright;": "\u21C2", "&drbkarow;": "\u2910", "&drcorn;": "\u231F", "&drcrop;": "\u230C", "&dscr;": "\u{1D4B9}", "&dscy;": "\u0455", "&dsol;": "\u29F6", "&dstrok;": "\u0111", "&dtdot;": "\u22F1", "&dtri;": "\u25BF", "&dtrif;": "\u25BE", "&duarr;": "\u21F5", "&duhar;": "\u296F", "&dwangle;": "\u29A6", "&dzcy;": "\u045F", "&dzigrarr;": "\u27FF", "&eDDot;": "\u2A77", "&eDot;": "\u2251", "&eacute": "\xE9", "&eacute;": "\xE9", "&easter;": "\u2A6E", "&ecaron;": "\u011B", "&ecir;": "\u2256", "&ecirc": "\xEA", "&ecirc;": "\xEA", "&ecolon;": "\u2255", "&ecy;": "\u044D", "&edot;": "\u0117", "&ee;": "\u2147", "&efDot;": "\u2252", "&efr;": "\u{1D522}", "&eg;": "\u2A9A", "&egrave": "\xE8", "&egrave;": "\xE8", "&egs;": "\u2A96", "&egsdot;": "\u2A98", "&el;": "\u2A99", "&elinters;": "\u23E7", "&ell;": "\u2113", "&els;": "\u2A95", "&elsdot;": "\u2A97", "&emacr;": "\u0113", "&empty;": "\u2205", "&emptyset;": "\u2205", "&emptyv;": "\u2205", "&emsp13;": "\u2004", "&emsp14;": "\u2005", "&emsp;": "\u2003", "&eng;": "\u014B", "&ensp;": "\u2002", "&eogon;": "\u0119", "&eopf;": "\u{1D556}", "&epar;": "\u22D5", "&eparsl;": "\u29E3", "&eplus;": "\u2A71", "&epsi;": "\u03B5", "&epsilon;": "\u03B5", "&epsiv;": "\u03F5", "&eqcirc;": "\u2256", "&eqcolon;": "\u2255", "&eqsim;": "\u2242", "&eqslantgtr;": "\u2A96", "&eqslantless;": "\u2A95", "&equals;": "=", "&equest;": "\u225F", "&equiv;": "\u2261", "&equivDD;": "\u2A78", "&eqvparsl;": "\u29E5", "&erDot;": "\u2253", "&erarr;": "\u2971", "&escr;": "\u212F", "&esdot;": "\u2250", "&esim;": "\u2242", "&eta;": "\u03B7", "&eth": "\xF0", "&eth;": "\xF0", "&euml": "\xEB", "&euml;": "\xEB", "&euro;": "\u20AC", "&excl;": "!", "&exist;": "\u2203", "&expectation;": "\u2130", "&exponentiale;": "\u2147", "&fallingdotseq;": "\u2252", "&fcy;": "\u0444", "&female;": "\u2640", "&ffilig;": "\uFB03", "&fflig;": "\uFB00", "&ffllig;": "\uFB04", "&ffr;": "\u{1D523}", "&filig;": "\uFB01", "&fjlig;": "fj", "&flat;": "\u266D", "&fllig;": "\uFB02", "&fltns;": "\u25B1", "&fnof;": "\u0192", "&fopf;": "\u{1D557}", "&forall;": "\u2200", "&fork;": "\u22D4", "&forkv;": "\u2AD9", "&fpartint;": "\u2A0D", "&frac12": "\xBD", "&frac12;": "\xBD", "&frac13;": "\u2153", "&frac14": "\xBC", "&frac14;": "\xBC", "&frac15;": "\u2155", "&frac16;": "\u2159", "&frac18;": "\u215B", "&frac23;": "\u2154", "&frac25;": "\u2156", "&frac34": "\xBE", "&frac34;": "\xBE", "&frac35;": "\u2157", "&frac38;": "\u215C", "&frac45;": "\u2158", "&frac56;": "\u215A", "&frac58;": "\u215D", "&frac78;": "\u215E", "&frasl;": "\u2044", "&frown;": "\u2322", "&fscr;": "\u{1D4BB}", "&gE;": "\u2267", "&gEl;": "\u2A8C", "&gacute;": "\u01F5", "&gamma;": "\u03B3", "&gammad;": "\u03DD", "&gap;": "\u2A86", "&gbreve;": "\u011F", "&gcirc;": "\u011D", "&gcy;": "\u0433", "&gdot;": "\u0121", "&ge;": "\u2265", "&gel;": "\u22DB", "&geq;": "\u2265", "&geqq;": "\u2267", "&geqslant;": "\u2A7E", "&ges;": "\u2A7E", "&gescc;": "\u2AA9", "&gesdot;": "\u2A80", "&gesdoto;": "\u2A82", "&gesdotol;": "\u2A84", "&gesl;": "\u22DB\uFE00", "&gesles;": "\u2A94", "&gfr;": "\u{1D524}", "&gg;": "\u226B", "&ggg;": "\u22D9", "&gimel;": "\u2137", "&gjcy;": "\u0453", "&gl;": "\u2277", "&glE;": "\u2A92", "&gla;": "\u2AA5", "&glj;": "\u2AA4", "&gnE;": "\u2269", "&gnap;": "\u2A8A", "&gnapprox;": "\u2A8A", "&gne;": "\u2A88", "&gneq;": "\u2A88", "&gneqq;": "\u2269", "&gnsim;": "\u22E7", "&gopf;": "\u{1D558}", "&grave;": "`", "&gscr;": "\u210A", "&gsim;": "\u2273", "&gsime;": "\u2A8E", "&gsiml;": "\u2A90", "&gt": ">", "&gt;": ">", "&gtcc;": "\u2AA7", "&gtcir;": "\u2A7A", "&gtdot;": "\u22D7", "&gtlPar;": "\u2995", "&gtquest;": "\u2A7C", "&gtrapprox;": "\u2A86", "&gtrarr;": "\u2978", "&gtrdot;": "\u22D7", "&gtreqless;": "\u22DB", "&gtreqqless;": "\u2A8C", "&gtrless;": "\u2277", "&gtrsim;": "\u2273", "&gvertneqq;": "\u2269\uFE00", "&gvnE;": "\u2269\uFE00", "&hArr;": "\u21D4", "&hairsp;": "\u200A", "&half;": "\xBD", "&hamilt;": "\u210B", "&hardcy;": "\u044A", "&harr;": "\u2194", "&harrcir;": "\u2948", "&harrw;": "\u21AD", "&hbar;": "\u210F", "&hcirc;": "\u0125", "&hearts;": "\u2665", "&heartsuit;": "\u2665", "&hellip;": "\u2026", "&hercon;": "\u22B9", "&hfr;": "\u{1D525}", "&hksearow;": "\u2925", "&hkswarow;": "\u2926", "&hoarr;": "\u21FF", "&homtht;": "\u223B", "&hookleftarrow;": "\u21A9", "&hookrightarrow;": "\u21AA", "&hopf;": "\u{1D559}", "&horbar;": "\u2015", "&hscr;": "\u{1D4BD}", "&hslash;": "\u210F", "&hstrok;": "\u0127", "&hybull;": "\u2043", "&hyphen;": "\u2010", "&iacute": "\xED", "&iacute;": "\xED", "&ic;": "\u2063", "&icirc": "\xEE", "&icirc;": "\xEE", "&icy;": "\u0438", "&iecy;": "\u0435", "&iexcl": "\xA1", "&iexcl;": "\xA1", "&iff;": "\u21D4", "&ifr;": "\u{1D526}", "&igrave": "\xEC", "&igrave;": "\xEC", "&ii;": "\u2148", "&iiiint;": "\u2A0C", "&iiint;": "\u222D", "&iinfin;": "\u29DC", "&iiota;": "\u2129", "&ijlig;": "\u0133", "&imacr;": "\u012B", "&image;": "\u2111", "&imagline;": "\u2110", "&imagpart;": "\u2111", "&imath;": "\u0131", "&imof;": "\u22B7", "&imped;": "\u01B5", "&in;": "\u2208", "&incare;": "\u2105", "&infin;": "\u221E", "&infintie;": "\u29DD", "&inodot;": "\u0131", "&int;": "\u222B", "&intcal;": "\u22BA", "&integers;": "\u2124", "&intercal;": "\u22BA", "&intlarhk;": "\u2A17", "&intprod;": "\u2A3C", "&iocy;": "\u0451", "&iogon;": "\u012F", "&iopf;": "\u{1D55A}", "&iota;": "\u03B9", "&iprod;": "\u2A3C", "&iquest": "\xBF", "&iquest;": "\xBF", "&iscr;": "\u{1D4BE}", "&isin;": "\u2208", "&isinE;": "\u22F9", "&isindot;": "\u22F5", "&isins;": "\u22F4", "&isinsv;": "\u22F3", "&isinv;": "\u2208", "&it;": "\u2062", "&itilde;": "\u0129", "&iukcy;": "\u0456", "&iuml": "\xEF", "&iuml;": "\xEF", "&jcirc;": "\u0135", "&jcy;": "\u0439", "&jfr;": "\u{1D527}", "&jmath;": "\u0237", "&jopf;": "\u{1D55B}", "&jscr;": "\u{1D4BF}", "&jsercy;": "\u0458", "&jukcy;": "\u0454", "&kappa;": "\u03BA", "&kappav;": "\u03F0", "&kcedil;": "\u0137", "&kcy;": "\u043A", "&kfr;": "\u{1D528}", "&kgreen;": "\u0138", "&khcy;": "\u0445", "&kjcy;": "\u045C", "&kopf;": "\u{1D55C}", "&kscr;": "\u{1D4C0}", "&lAarr;": "\u21DA", "&lArr;": "\u21D0", "&lAtail;": "\u291B", "&lBarr;": "\u290E", "&lE;": "\u2266", "&lEg;": "\u2A8B", "&lHar;": "\u2962", "&lacute;": "\u013A", "&laemptyv;": "\u29B4", "&lagran;": "\u2112", "&lambda;": "\u03BB", "&lang;": "\u27E8", "&langd;": "\u2991", "&langle;": "\u27E8", "&lap;": "\u2A85", "&laquo": "\xAB", "&laquo;": "\xAB", "&larr;": "\u2190", "&larrb;": "\u21E4", "&larrbfs;": "\u291F", "&larrfs;": "\u291D", "&larrhk;": "\u21A9", "&larrlp;": "\u21AB", "&larrpl;": "\u2939", "&larrsim;": "\u2973", "&larrtl;": "\u21A2", "&lat;": "\u2AAB", "&latail;": "\u2919", "&late;": "\u2AAD", "&lates;": "\u2AAD\uFE00", "&lbarr;": "\u290C", "&lbbrk;": "\u2772", "&lbrace;": "{", "&lbrack;": "[", "&lbrke;": "\u298B", "&lbrksld;": "\u298F", "&lbrkslu;": "\u298D", "&lcaron;": "\u013E", "&lcedil;": "\u013C", "&lceil;": "\u2308", "&lcub;": "{", "&lcy;": "\u043B", "&ldca;": "\u2936", "&ldquo;": "\u201C", "&ldquor;": "\u201E", "&ldrdhar;": "\u2967", "&ldrushar;": "\u294B", "&ldsh;": "\u21B2", "&le;": "\u2264", "&leftarrow;": "\u2190", "&leftarrowtail;": "\u21A2", "&leftharpoondown;": "\u21BD", "&leftharpoonup;": "\u21BC", "&leftleftarrows;": "\u21C7", "&leftrightarrow;": "\u2194", "&leftrightarrows;": "\u21C6", "&leftrightharpoons;": "\u21CB", "&leftrightsquigarrow;": "\u21AD", "&leftthreetimes;": "\u22CB", "&leg;": "\u22DA", "&leq;": "\u2264", "&leqq;": "\u2266", "&leqslant;": "\u2A7D", "&les;": "\u2A7D", "&lescc;": "\u2AA8", "&lesdot;": "\u2A7F", "&lesdoto;": "\u2A81", "&lesdotor;": "\u2A83", "&lesg;": "\u22DA\uFE00", "&lesges;": "\u2A93", "&lessapprox;": "\u2A85", "&lessdot;": "\u22D6", "&lesseqgtr;": "\u22DA", "&lesseqqgtr;": "\u2A8B", "&lessgtr;": "\u2276", "&lesssim;": "\u2272", "&lfisht;": "\u297C", "&lfloor;": "\u230A", "&lfr;": "\u{1D529}", "&lg;": "\u2276", "&lgE;": "\u2A91", "&lhard;": "\u21BD", "&lharu;": "\u21BC", "&lharul;": "\u296A", "&lhblk;": "\u2584", "&ljcy;": "\u0459", "&ll;": "\u226A", "&llarr;": "\u21C7", "&llcorner;": "\u231E", "&llhard;": "\u296B", "&lltri;": "\u25FA", "&lmidot;": "\u0140", "&lmoust;": "\u23B0", "&lmoustache;": "\u23B0", "&lnE;": "\u2268", "&lnap;": "\u2A89", "&lnapprox;": "\u2A89", "&lne;": "\u2A87", "&lneq;": "\u2A87", "&lneqq;": "\u2268", "&lnsim;": "\u22E6", "&loang;": "\u27EC", "&loarr;": "\u21FD", "&lobrk;": "\u27E6", "&longleftarrow;": "\u27F5", "&longleftrightarrow;": "\u27F7", "&longmapsto;": "\u27FC", "&longrightarrow;": "\u27F6", "&looparrowleft;": "\u21AB", "&looparrowright;": "\u21AC", "&lopar;": "\u2985", "&lopf;": "\u{1D55D}", "&loplus;": "\u2A2D", "&lotimes;": "\u2A34", "&lowast;": "\u2217", "&lowbar;": "_", "&loz;": "\u25CA", "&lozenge;": "\u25CA", "&lozf;": "\u29EB", "&lpar;": "(", "&lparlt;": "\u2993", "&lrarr;": "\u21C6", "&lrcorner;": "\u231F", "&lrhar;": "\u21CB", "&lrhard;": "\u296D", "&lrm;": "\u200E", "&lrtri;": "\u22BF", "&lsaquo;": "\u2039", "&lscr;": "\u{1D4C1}", "&lsh;": "\u21B0", "&lsim;": "\u2272", "&lsime;": "\u2A8D", "&lsimg;": "\u2A8F", "&lsqb;": "[", "&lsquo;": "\u2018", "&lsquor;": "\u201A", "&lstrok;": "\u0142", "&lt": "<", "&lt;": "<", "&ltcc;": "\u2AA6", "&ltcir;": "\u2A79", "&ltdot;": "\u22D6", "&lthree;": "\u22CB", "&ltimes;": "\u22C9", "&ltlarr;": "\u2976", "&ltquest;": "\u2A7B", "&ltrPar;": "\u2996", "&ltri;": "\u25C3", "&ltrie;": "\u22B4", "&ltrif;": "\u25C2", "&lurdshar;": "\u294A", "&luruhar;": "\u2966", "&lvertneqq;": "\u2268\uFE00", "&lvnE;": "\u2268\uFE00", "&mDDot;": "\u223A", "&macr": "\xAF", "&macr;": "\xAF", "&male;": "\u2642", "&malt;": "\u2720", "&maltese;": "\u2720", "&map;": "\u21A6", "&mapsto;": "\u21A6", "&mapstodown;": "\u21A7", "&mapstoleft;": "\u21A4", "&mapstoup;": "\u21A5", "&marker;": "\u25AE", "&mcomma;": "\u2A29", "&mcy;": "\u043C", "&mdash;": "\u2014", "&measuredangle;": "\u2221", "&mfr;": "\u{1D52A}", "&mho;": "\u2127", "&micro": "\xB5", "&micro;": "\xB5", "&mid;": "\u2223", "&midast;": "*", "&midcir;": "\u2AF0", "&middot": "\xB7", "&middot;": "\xB7", "&minus;": "\u2212", "&minusb;": "\u229F", "&minusd;": "\u2238", "&minusdu;": "\u2A2A", "&mlcp;": "\u2ADB", "&mldr;": "\u2026", "&mnplus;": "\u2213", "&models;": "\u22A7", "&mopf;": "\u{1D55E}", "&mp;": "\u2213", "&mscr;": "\u{1D4C2}", "&mstpos;": "\u223E", "&mu;": "\u03BC", "&multimap;": "\u22B8", "&mumap;": "\u22B8", "&nGg;": "\u22D9\u0338", "&nGt;": "\u226B\u20D2", "&nGtv;": "\u226B\u0338", "&nLeftarrow;": "\u21CD", "&nLeftrightarrow;": "\u21CE", "&nLl;": "\u22D8\u0338", "&nLt;": "\u226A\u20D2", "&nLtv;": "\u226A\u0338", "&nRightarrow;": "\u21CF", "&nVDash;": "\u22AF", "&nVdash;": "\u22AE", "&nabla;": "\u2207", "&nacute;": "\u0144", "&nang;": "\u2220\u20D2", "&nap;": "\u2249", "&napE;": "\u2A70\u0338", "&napid;": "\u224B\u0338", "&napos;": "\u0149", "&napprox;": "\u2249", "&natur;": "\u266E", "&natural;": "\u266E", "&naturals;": "\u2115", "&nbsp": "\xA0", "&nbsp;": "\xA0", "&nbump;": "\u224E\u0338", "&nbumpe;": "\u224F\u0338", "&ncap;": "\u2A43", "&ncaron;": "\u0148", "&ncedil;": "\u0146", "&ncong;": "\u2247", "&ncongdot;": "\u2A6D\u0338", "&ncup;": "\u2A42", "&ncy;": "\u043D", "&ndash;": "\u2013", "&ne;": "\u2260", "&neArr;": "\u21D7", "&nearhk;": "\u2924", "&nearr;": "\u2197", "&nearrow;": "\u2197", "&nedot;": "\u2250\u0338", "&nequiv;": "\u2262", "&nesear;": "\u2928", "&nesim;": "\u2242\u0338", "&nexist;": "\u2204", "&nexists;": "\u2204", "&nfr;": "\u{1D52B}", "&ngE;": "\u2267\u0338", "&nge;": "\u2271", "&ngeq;": "\u2271", "&ngeqq;": "\u2267\u0338", "&ngeqslant;": "\u2A7E\u0338", "&nges;": "\u2A7E\u0338", "&ngsim;": "\u2275", "&ngt;": "\u226F", "&ngtr;": "\u226F", "&nhArr;": "\u21CE", "&nharr;": "\u21AE", "&nhpar;": "\u2AF2", "&ni;": "\u220B", "&nis;": "\u22FC", "&nisd;": "\u22FA", "&niv;": "\u220B", "&njcy;": "\u045A", "&nlArr;": "\u21CD", "&nlE;": "\u2266\u0338", "&nlarr;": "\u219A", "&nldr;": "\u2025", "&nle;": "\u2270", "&nleftarrow;": "\u219A", "&nleftrightarrow;": "\u21AE", "&nleq;": "\u2270", "&nleqq;": "\u2266\u0338", "&nleqslant;": "\u2A7D\u0338", "&nles;": "\u2A7D\u0338", "&nless;": "\u226E", "&nlsim;": "\u2274", "&nlt;": "\u226E", "&nltri;": "\u22EA", "&nltrie;": "\u22EC", "&nmid;": "\u2224", "&nopf;": "\u{1D55F}", "&not": "\xAC", "&not;": "\xAC", "&notin;": "\u2209", "&notinE;": "\u22F9\u0338", "&notindot;": "\u22F5\u0338", "&notinva;": "\u2209", "&notinvb;": "\u22F7", "&notinvc;": "\u22F6", "&notni;": "\u220C", "&notniva;": "\u220C", "&notnivb;": "\u22FE", "&notnivc;": "\u22FD", "&npar;": "\u2226", "&nparallel;": "\u2226", "&nparsl;": "\u2AFD\u20E5", "&npart;": "\u2202\u0338", "&npolint;": "\u2A14", "&npr;": "\u2280", "&nprcue;": "\u22E0", "&npre;": "\u2AAF\u0338", "&nprec;": "\u2280", "&npreceq;": "\u2AAF\u0338", "&nrArr;": "\u21CF", "&nrarr;": "\u219B", "&nrarrc;": "\u2933\u0338", "&nrarrw;": "\u219D\u0338", "&nrightarrow;": "\u219B", "&nrtri;": "\u22EB", "&nrtrie;": "\u22ED", "&nsc;": "\u2281", "&nsccue;": "\u22E1", "&nsce;": "\u2AB0\u0338", "&nscr;": "\u{1D4C3}", "&nshortmid;": "\u2224", "&nshortparallel;": "\u2226", "&nsim;": "\u2241", "&nsime;": "\u2244", "&nsimeq;": "\u2244", "&nsmid;": "\u2224", "&nspar;": "\u2226", "&nsqsube;": "\u22E2", "&nsqsupe;": "\u22E3", "&nsub;": "\u2284", "&nsubE;": "\u2AC5\u0338", "&nsube;": "\u2288", "&nsubset;": "\u2282\u20D2", "&nsubseteq;": "\u2288", "&nsubseteqq;": "\u2AC5\u0338", "&nsucc;": "\u2281", "&nsucceq;": "\u2AB0\u0338", "&nsup;": "\u2285", "&nsupE;": "\u2AC6\u0338", "&nsupe;": "\u2289", "&nsupset;": "\u2283\u20D2", "&nsupseteq;": "\u2289", "&nsupseteqq;": "\u2AC6\u0338", "&ntgl;": "\u2279", "&ntilde": "\xF1", "&ntilde;": "\xF1", "&ntlg;": "\u2278", "&ntriangleleft;": "\u22EA", "&ntrianglelefteq;": "\u22EC", "&ntriangleright;": "\u22EB", "&ntrianglerighteq;": "\u22ED", "&nu;": "\u03BD", "&num;": "#", "&numero;": "\u2116", "&numsp;": "\u2007", "&nvDash;": "\u22AD", "&nvHarr;": "\u2904", "&nvap;": "\u224D\u20D2", "&nvdash;": "\u22AC", "&nvge;": "\u2265\u20D2", "&nvgt;": ">\u20D2", "&nvinfin;": "\u29DE", "&nvlArr;": "\u2902", "&nvle;": "\u2264\u20D2", "&nvlt;": "<\u20D2", "&nvltrie;": "\u22B4\u20D2", "&nvrArr;": "\u2903", "&nvrtrie;": "\u22B5\u20D2", "&nvsim;": "\u223C\u20D2", "&nwArr;": "\u21D6", "&nwarhk;": "\u2923", "&nwarr;": "\u2196", "&nwarrow;": "\u2196", "&nwnear;": "\u2927", "&oS;": "\u24C8", "&oacute": "\xF3", "&oacute;": "\xF3", "&oast;": "\u229B", "&ocir;": "\u229A", "&ocirc": "\xF4", "&ocirc;": "\xF4", "&ocy;": "\u043E", "&odash;": "\u229D", "&odblac;": "\u0151", "&odiv;": "\u2A38", "&odot;": "\u2299", "&odsold;": "\u29BC", "&oelig;": "\u0153", "&ofcir;": "\u29BF", "&ofr;": "\u{1D52C}", "&ogon;": "\u02DB", "&ograve": "\xF2", "&ograve;": "\xF2", "&ogt;": "\u29C1", "&ohbar;": "\u29B5", "&ohm;": "\u03A9", "&oint;": "\u222E", "&olarr;": "\u21BA", "&olcir;": "\u29BE", "&olcross;": "\u29BB", "&oline;": "\u203E", "&olt;": "\u29C0", "&omacr;": "\u014D", "&omega;": "\u03C9", "&omicron;": "\u03BF", "&omid;": "\u29B6", "&ominus;": "\u2296", "&oopf;": "\u{1D560}", "&opar;": "\u29B7", "&operp;": "\u29B9", "&oplus;": "\u2295", "&or;": "\u2228", "&orarr;": "\u21BB", "&ord;": "\u2A5D", "&order;": "\u2134", "&orderof;": "\u2134", "&ordf": "\xAA", "&ordf;": "\xAA", "&ordm": "\xBA", "&ordm;": "\xBA", "&origof;": "\u22B6", "&oror;": "\u2A56", "&orslope;": "\u2A57", "&orv;": "\u2A5B", "&oscr;": "\u2134", "&oslash": "\xF8", "&oslash;": "\xF8", "&osol;": "\u2298", "&otilde": "\xF5", "&otilde;": "\xF5", "&otimes;": "\u2297", "&otimesas;": "\u2A36", "&ouml": "\xF6", "&ouml;": "\xF6", "&ovbar;": "\u233D", "&par;": "\u2225", "&para": "\xB6", "&para;": "\xB6", "&parallel;": "\u2225", "&parsim;": "\u2AF3", "&parsl;": "\u2AFD", "&part;": "\u2202", "&pcy;": "\u043F", "&percnt;": "%", "&period;": ".", "&permil;": "\u2030", "&perp;": "\u22A5", "&pertenk;": "\u2031", "&pfr;": "\u{1D52D}", "&phi;": "\u03C6", "&phiv;": "\u03D5", "&phmmat;": "\u2133", "&phone;": "\u260E", "&pi;": "\u03C0", "&pitchfork;": "\u22D4", "&piv;": "\u03D6", "&planck;": "\u210F", "&planckh;": "\u210E", "&plankv;": "\u210F", "&plus;": "+", "&plusacir;": "\u2A23", "&plusb;": "\u229E", "&pluscir;": "\u2A22", "&plusdo;": "\u2214", "&plusdu;": "\u2A25", "&pluse;": "\u2A72", "&plusmn": "\xB1", "&plusmn;": "\xB1", "&plussim;": "\u2A26", "&plustwo;": "\u2A27", "&pm;": "\xB1", "&pointint;": "\u2A15", "&popf;": "\u{1D561}", "&pound": "\xA3", "&pound;": "\xA3", "&pr;": "\u227A", "&prE;": "\u2AB3", "&prap;": "\u2AB7", "&prcue;": "\u227C", "&pre;": "\u2AAF", "&prec;": "\u227A", "&precapprox;": "\u2AB7", "&preccurlyeq;": "\u227C", "&preceq;": "\u2AAF", "&precnapprox;": "\u2AB9", "&precneqq;": "\u2AB5", "&precnsim;": "\u22E8", "&precsim;": "\u227E", "&prime;": "\u2032", "&primes;": "\u2119", "&prnE;": "\u2AB5", "&prnap;": "\u2AB9", "&prnsim;": "\u22E8", "&prod;": "\u220F", "&profalar;": "\u232E", "&profline;": "\u2312", "&profsurf;": "\u2313", "&prop;": "\u221D", "&propto;": "\u221D", "&prsim;": "\u227E", "&prurel;": "\u22B0", "&pscr;": "\u{1D4C5}", "&psi;": "\u03C8", "&puncsp;": "\u2008", "&qfr;": "\u{1D52E}", "&qint;": "\u2A0C", "&qopf;": "\u{1D562}", "&qprime;": "\u2057", "&qscr;": "\u{1D4C6}", "&quaternions;": "\u210D", "&quatint;": "\u2A16", "&quest;": "?", "&questeq;": "\u225F", "&quot": '"', "&quot;": '"', "&rAarr;": "\u21DB", "&rArr;": "\u21D2", "&rAtail;": "\u291C", "&rBarr;": "\u290F", "&rHar;": "\u2964", "&race;": "\u223D\u0331", "&racute;": "\u0155", "&radic;": "\u221A", "&raemptyv;": "\u29B3", "&rang;": "\u27E9", "&rangd;": "\u2992", "&range;": "\u29A5", "&rangle;": "\u27E9", "&raquo": "\xBB", "&raquo;": "\xBB", "&rarr;": "\u2192", "&rarrap;": "\u2975", "&rarrb;": "\u21E5", "&rarrbfs;": "\u2920", "&rarrc;": "\u2933", "&rarrfs;": "\u291E", "&rarrhk;": "\u21AA", "&rarrlp;": "\u21AC", "&rarrpl;": "\u2945", "&rarrsim;": "\u2974", "&rarrtl;": "\u21A3", "&rarrw;": "\u219D", "&ratail;": "\u291A", "&ratio;": "\u2236", "&rationals;": "\u211A", "&rbarr;": "\u290D", "&rbbrk;": "\u2773", "&rbrace;": "}", "&rbrack;": "]", "&rbrke;": "\u298C", "&rbrksld;": "\u298E", "&rbrkslu;": "\u2990", "&rcaron;": "\u0159", "&rcedil;": "\u0157", "&rceil;": "\u2309", "&rcub;": "}", "&rcy;": "\u0440", "&rdca;": "\u2937", "&rdldhar;": "\u2969", "&rdquo;": "\u201D", "&rdquor;": "\u201D", "&rdsh;": "\u21B3", "&real;": "\u211C", "&realine;": "\u211B", "&realpart;": "\u211C", "&reals;": "\u211D", "&rect;": "\u25AD", "&reg": "\xAE", "&reg;": "\xAE", "&rfisht;": "\u297D", "&rfloor;": "\u230B", "&rfr;": "\u{1D52F}", "&rhard;": "\u21C1", "&rharu;": "\u21C0", "&rharul;": "\u296C", "&rho;": "\u03C1", "&rhov;": "\u03F1", "&rightarrow;": "\u2192", "&rightarrowtail;": "\u21A3", "&rightharpoondown;": "\u21C1", "&rightharpoonup;": "\u21C0", "&rightleftarrows;": "\u21C4", "&rightleftharpoons;": "\u21CC", "&rightrightarrows;": "\u21C9", "&rightsquigarrow;": "\u219D", "&rightthreetimes;": "\u22CC", "&ring;": "\u02DA", "&risingdotseq;": "\u2253", "&rlarr;": "\u21C4", "&rlhar;": "\u21CC", "&rlm;": "\u200F", "&rmoust;": "\u23B1", "&rmoustache;": "\u23B1", "&rnmid;": "\u2AEE", "&roang;": "\u27ED", "&roarr;": "\u21FE", "&robrk;": "\u27E7", "&ropar;": "\u2986", "&ropf;": "\u{1D563}", "&roplus;": "\u2A2E", "&rotimes;": "\u2A35", "&rpar;": ")", "&rpargt;": "\u2994", "&rppolint;": "\u2A12", "&rrarr;": "\u21C9", "&rsaquo;": "\u203A", "&rscr;": "\u{1D4C7}", "&rsh;": "\u21B1", "&rsqb;": "]", "&rsquo;": "\u2019", "&rsquor;": "\u2019", "&rthree;": "\u22CC", "&rtimes;": "\u22CA", "&rtri;": "\u25B9", "&rtrie;": "\u22B5", "&rtrif;": "\u25B8", "&rtriltri;": "\u29CE", "&ruluhar;": "\u2968", "&rx;": "\u211E", "&sacute;": "\u015B", "&sbquo;": "\u201A", "&sc;": "\u227B", "&scE;": "\u2AB4", "&scap;": "\u2AB8", "&scaron;": "\u0161", "&sccue;": "\u227D", "&sce;": "\u2AB0", "&scedil;": "\u015F", "&scirc;": "\u015D", "&scnE;": "\u2AB6", "&scnap;": "\u2ABA", "&scnsim;": "\u22E9", "&scpolint;": "\u2A13", "&scsim;": "\u227F", "&scy;": "\u0441", "&sdot;": "\u22C5", "&sdotb;": "\u22A1", "&sdote;": "\u2A66", "&seArr;": "\u21D8", "&searhk;": "\u2925", "&searr;": "\u2198", "&searrow;": "\u2198", "&sect": "\xA7", "&sect;": "\xA7", "&semi;": ";", "&seswar;": "\u2929", "&setminus;": "\u2216", "&setmn;": "\u2216", "&sext;": "\u2736", "&sfr;": "\u{1D530}", "&sfrown;": "\u2322", "&sharp;": "\u266F", "&shchcy;": "\u0449", "&shcy;": "\u0448", "&shortmid;": "\u2223", "&shortparallel;": "\u2225", "&shy": "\xAD", "&shy;": "\xAD", "&sigma;": "\u03C3", "&sigmaf;": "\u03C2", "&sigmav;": "\u03C2", "&sim;": "\u223C", "&simdot;": "\u2A6A", "&sime;": "\u2243", "&simeq;": "\u2243", "&simg;": "\u2A9E", "&simgE;": "\u2AA0", "&siml;": "\u2A9D", "&simlE;": "\u2A9F", "&simne;": "\u2246", "&simplus;": "\u2A24", "&simrarr;": "\u2972", "&slarr;": "\u2190", "&smallsetminus;": "\u2216", "&smashp;": "\u2A33", "&smeparsl;": "\u29E4", "&smid;": "\u2223", "&smile;": "\u2323", "&smt;": "\u2AAA", "&smte;": "\u2AAC", "&smtes;": "\u2AAC\uFE00", "&softcy;": "\u044C", "&sol;": "/", "&solb;": "\u29C4", "&solbar;": "\u233F", "&sopf;": "\u{1D564}", "&spades;": "\u2660", "&spadesuit;": "\u2660", "&spar;": "\u2225", "&sqcap;": "\u2293", "&sqcaps;": "\u2293\uFE00", "&sqcup;": "\u2294", "&sqcups;": "\u2294\uFE00", "&sqsub;": "\u228F", "&sqsube;": "\u2291", "&sqsubset;": "\u228F", "&sqsubseteq;": "\u2291", "&sqsup;": "\u2290", "&sqsupe;": "\u2292", "&sqsupset;": "\u2290", "&sqsupseteq;": "\u2292", "&squ;": "\u25A1", "&square;": "\u25A1", "&squarf;": "\u25AA", "&squf;": "\u25AA", "&srarr;": "\u2192", "&sscr;": "\u{1D4C8}", "&ssetmn;": "\u2216", "&ssmile;": "\u2323", "&sstarf;": "\u22C6", "&star;": "\u2606", "&starf;": "\u2605", "&straightepsilon;": "\u03F5", "&straightphi;": "\u03D5", "&strns;": "\xAF", "&sub;": "\u2282", "&subE;": "\u2AC5", "&subdot;": "\u2ABD", "&sube;": "\u2286", "&subedot;": "\u2AC3", "&submult;": "\u2AC1", "&subnE;": "\u2ACB", "&subne;": "\u228A", "&subplus;": "\u2ABF", "&subrarr;": "\u2979", "&subset;": "\u2282", "&subseteq;": "\u2286", "&subseteqq;": "\u2AC5", "&subsetneq;": "\u228A", "&subsetneqq;": "\u2ACB", "&subsim;": "\u2AC7", "&subsub;": "\u2AD5", "&subsup;": "\u2AD3", "&succ;": "\u227B", "&succapprox;": "\u2AB8", "&succcurlyeq;": "\u227D", "&succeq;": "\u2AB0", "&succnapprox;": "\u2ABA", "&succneqq;": "\u2AB6", "&succnsim;": "\u22E9", "&succsim;": "\u227F", "&sum;": "\u2211", "&sung;": "\u266A", "&sup1": "\xB9", "&sup1;": "\xB9", "&sup2": "\xB2", "&sup2;": "\xB2", "&sup3": "\xB3", "&sup3;": "\xB3", "&sup;": "\u2283", "&supE;": "\u2AC6", "&supdot;": "\u2ABE", "&supdsub;": "\u2AD8", "&supe;": "\u2287", "&supedot;": "\u2AC4", "&suphsol;": "\u27C9", "&suphsub;": "\u2AD7", "&suplarr;": "\u297B", "&supmult;": "\u2AC2", "&supnE;": "\u2ACC", "&supne;": "\u228B", "&supplus;": "\u2AC0", "&supset;": "\u2283", "&supseteq;": "\u2287", "&supseteqq;": "\u2AC6", "&supsetneq;": "\u228B", "&supsetneqq;": "\u2ACC", "&supsim;": "\u2AC8", "&supsub;": "\u2AD4", "&supsup;": "\u2AD6", "&swArr;": "\u21D9", "&swarhk;": "\u2926", "&swarr;": "\u2199", "&swarrow;": "\u2199", "&swnwar;": "\u292A", "&szlig": "\xDF", "&szlig;": "\xDF", "&target;": "\u2316", "&tau;": "\u03C4", "&tbrk;": "\u23B4", "&tcaron;": "\u0165", "&tcedil;": "\u0163", "&tcy;": "\u0442", "&tdot;": "\u20DB", "&telrec;": "\u2315", "&tfr;": "\u{1D531}", "&there4;": "\u2234", "&therefore;": "\u2234", "&theta;": "\u03B8", "&thetasym;": "\u03D1", "&thetav;": "\u03D1", "&thickapprox;": "\u2248", "&thicksim;": "\u223C", "&thinsp;": "\u2009", "&thkap;": "\u2248", "&thksim;": "\u223C", "&thorn": "\xFE", "&thorn;": "\xFE", "&tilde;": "\u02DC", "&times": "\xD7", "&times;": "\xD7", "&timesb;": "\u22A0", "&timesbar;": "\u2A31", "&timesd;": "\u2A30", "&tint;": "\u222D", "&toea;": "\u2928", "&top;": "\u22A4", "&topbot;": "\u2336", "&topcir;": "\u2AF1", "&topf;": "\u{1D565}", "&topfork;": "\u2ADA", "&tosa;": "\u2929", "&tprime;": "\u2034", "&trade;": "\u2122", "&triangle;": "\u25B5", "&triangledown;": "\u25BF", "&triangleleft;": "\u25C3", "&trianglelefteq;": "\u22B4", "&triangleq;": "\u225C", "&triangleright;": "\u25B9", "&trianglerighteq;": "\u22B5", "&tridot;": "\u25EC", "&trie;": "\u225C", "&triminus;": "\u2A3A", "&triplus;": "\u2A39", "&trisb;": "\u29CD", "&tritime;": "\u2A3B", "&trpezium;": "\u23E2", "&tscr;": "\u{1D4C9}", "&tscy;": "\u0446", "&tshcy;": "\u045B", "&tstrok;": "\u0167", "&twixt;": "\u226C", "&twoheadleftarrow;": "\u219E", "&twoheadrightarrow;": "\u21A0", "&uArr;": "\u21D1", "&uHar;": "\u2963", "&uacute": "\xFA", "&uacute;": "\xFA", "&uarr;": "\u2191", "&ubrcy;": "\u045E", "&ubreve;": "\u016D", "&ucirc": "\xFB", "&ucirc;": "\xFB", "&ucy;": "\u0443", "&udarr;": "\u21C5", "&udblac;": "\u0171", "&udhar;": "\u296E", "&ufisht;": "\u297E", "&ufr;": "\u{1D532}", "&ugrave": "\xF9", "&ugrave;": "\xF9", "&uharl;": "\u21BF", "&uharr;": "\u21BE", "&uhblk;": "\u2580", "&ulcorn;": "\u231C", "&ulcorner;": "\u231C", "&ulcrop;": "\u230F", "&ultri;": "\u25F8", "&umacr;": "\u016B", "&uml": "\xA8", "&uml;": "\xA8", "&uogon;": "\u0173", "&uopf;": "\u{1D566}", "&uparrow;": "\u2191", "&updownarrow;": "\u2195", "&upharpoonleft;": "\u21BF", "&upharpoonright;": "\u21BE", "&uplus;": "\u228E", "&upsi;": "\u03C5", "&upsih;": "\u03D2", "&upsilon;": "\u03C5", "&upuparrows;": "\u21C8", "&urcorn;": "\u231D", "&urcorner;": "\u231D", "&urcrop;": "\u230E", "&uring;": "\u016F", "&urtri;": "\u25F9", "&uscr;": "\u{1D4CA}", "&utdot;": "\u22F0", "&utilde;": "\u0169", "&utri;": "\u25B5", "&utrif;": "\u25B4", "&uuarr;": "\u21C8", "&uuml": "\xFC", "&uuml;": "\xFC", "&uwangle;": "\u29A7", "&vArr;": "\u21D5", "&vBar;": "\u2AE8", "&vBarv;": "\u2AE9", "&vDash;": "\u22A8", "&vangrt;": "\u299C", "&varepsilon;": "\u03F5", "&varkappa;": "\u03F0", "&varnothing;": "\u2205", "&varphi;": "\u03D5", "&varpi;": "\u03D6", "&varpropto;": "\u221D", "&varr;": "\u2195", "&varrho;": "\u03F1", "&varsigma;": "\u03C2", "&varsubsetneq;": "\u228A\uFE00", "&varsubsetneqq;": "\u2ACB\uFE00", "&varsupsetneq;": "\u228B\uFE00", "&varsupsetneqq;": "\u2ACC\uFE00", "&vartheta;": "\u03D1", "&vartriangleleft;": "\u22B2", "&vartriangleright;": "\u22B3", "&vcy;": "\u0432", "&vdash;": "\u22A2", "&vee;": "\u2228", "&veebar;": "\u22BB", "&veeeq;": "\u225A", "&vellip;": "\u22EE", "&verbar;": "|", "&vert;": "|", "&vfr;": "\u{1D533}", "&vltri;": "\u22B2", "&vnsub;": "\u2282\u20D2", "&vnsup;": "\u2283\u20D2", "&vopf;": "\u{1D567}", "&vprop;": "\u221D", "&vrtri;": "\u22B3", "&vscr;": "\u{1D4CB}", "&vsubnE;": "\u2ACB\uFE00", "&vsubne;": "\u228A\uFE00", "&vsupnE;": "\u2ACC\uFE00", "&vsupne;": "\u228B\uFE00", "&vzigzag;": "\u299A", "&wcirc;": "\u0175", "&wedbar;": "\u2A5F", "&wedge;": "\u2227", "&wedgeq;": "\u2259", "&weierp;": "\u2118", "&wfr;": "\u{1D534}", "&wopf;": "\u{1D568}", "&wp;": "\u2118", "&wr;": "\u2240", "&wreath;": "\u2240", "&wscr;": "\u{1D4CC}", "&xcap;": "\u22C2", "&xcirc;": "\u25EF", "&xcup;": "\u22C3", "&xdtri;": "\u25BD", "&xfr;": "\u{1D535}", "&xhArr;": "\u27FA", "&xharr;": "\u27F7", "&xi;": "\u03BE", "&xlArr;": "\u27F8", "&xlarr;": "\u27F5", "&xmap;": "\u27FC", "&xnis;": "\u22FB", "&xodot;": "\u2A00", "&xopf;": "\u{1D569}", "&xoplus;": "\u2A01", "&xotime;": "\u2A02", "&xrArr;": "\u27F9", "&xrarr;": "\u27F6", "&xscr;": "\u{1D4CD}", "&xsqcup;": "\u2A06", "&xuplus;": "\u2A04", "&xutri;": "\u25B3", "&xvee;": "\u22C1", "&xwedge;": "\u22C0", "&yacute": "\xFD", "&yacute;": "\xFD", "&yacy;": "\u044F", "&ycirc;": "\u0177", "&ycy;": "\u044B", "&yen": "\xA5", "&yen;": "\xA5", "&yfr;": "\u{1D536}", "&yicy;": "\u0457", "&yopf;": "\u{1D56A}", "&yscr;": "\u{1D4CE}", "&yucy;": "\u044E", "&yuml": "\xFF", "&yuml;": "\xFF", "&zacute;": "\u017A", "&zcaron;": "\u017E", "&zcy;": "\u0437", "&zdot;": "\u017C", "&zeetrf;": "\u2128", "&zeta;": "\u03B6", "&zfr;": "\u{1D537}", "&zhcy;": "\u0436", "&zigrarr;": "\u21DD", "&zopf;": "\u{1D56B}", "&zscr;": "\u{1D4CF}", "&zwj;": "\u200D", "&zwnj;": "\u200C" }, characters: { \u00C6: "&AElig;", "&": "&amp;", \u00C1: "&Aacute;", \u0102: "&Abreve;", \u00C2: "&Acirc;", \u0410: "&Acy;", "\u{1D504}": "&Afr;", \u00C0: "&Agrave;", \u0391: "&Alpha;", \u0100: "&Amacr;", "\u2A53": "&And;", \u0104: "&Aogon;", "\u{1D538}": "&Aopf;", "\u2061": "&af;", \u00C5: "&angst;", "\u{1D49C}": "&Ascr;", "\u2254": "&coloneq;", \u00C3: "&Atilde;", \u00C4: "&Auml;", "\u2216": "&ssetmn;", "\u2AE7": "&Barv;", "\u2306": "&doublebarwedge;", \u0411: "&Bcy;", "\u2235": "&because;", \u212C: "&bernou;", \u0392: "&Beta;", "\u{1D505}": "&Bfr;", "\u{1D539}": "&Bopf;", "\u02D8": "&breve;", "\u224E": "&bump;", \u0427: "&CHcy;", "\xA9": "&copy;", \u0106: "&Cacute;", "\u22D2": "&Cap;", "\u2145": "&DD;", \u212D: "&Cfr;", \u010C: "&Ccaron;", \u00C7: "&Ccedil;", \u0108: "&Ccirc;", "\u2230": "&Cconint;", \u010A: "&Cdot;", "\xB8": "&cedil;", "\xB7": "&middot;", \u03A7: "&Chi;", "\u2299": "&odot;", "\u2296": "&ominus;", "\u2295": "&oplus;", "\u2297": "&otimes;", "\u2232": "&cwconint;", "\u201D": "&rdquor;", "\u2019": "&rsquor;", "\u2237": "&Proportion;", "\u2A74": "&Colone;", "\u2261": "&equiv;", "\u222F": "&DoubleContourIntegral;", "\u222E": "&oint;", \u2102: "&complexes;", "\u2210": "&coprod;", "\u2233": "&awconint;", "\u2A2F": "&Cross;", "\u{1D49E}": "&Cscr;", "\u22D3": "&Cup;", "\u224D": "&asympeq;", "\u2911": "&DDotrahd;", \u0402: "&DJcy;", \u0405: "&DScy;", \u040F: "&DZcy;", "\u2021": "&ddagger;", "\u21A1": "&Darr;", "\u2AE4": "&DoubleLeftTee;", \u010E: "&Dcaron;", \u0414: "&Dcy;", "\u2207": "&nabla;", \u0394: "&Delta;", "\u{1D507}": "&Dfr;", "\xB4": "&acute;", "\u02D9": "&dot;", "\u02DD": "&dblac;", "`": "&grave;", "\u02DC": "&tilde;", "\u22C4": "&diamond;", "\u2146": "&dd;", "\u{1D53B}": "&Dopf;", "\xA8": "&uml;", "\u20DC": "&DotDot;", "\u2250": "&esdot;", "\u21D3": "&dArr;", "\u21D0": "&lArr;", "\u21D4": "&iff;", "\u27F8": "&xlArr;", "\u27FA": "&xhArr;", "\u27F9": "&xrArr;", "\u21D2": "&rArr;", "\u22A8": "&vDash;", "\u21D1": "&uArr;", "\u21D5": "&vArr;", "\u2225": "&spar;", "\u2193": "&downarrow;", "\u2913": "&DownArrowBar;", "\u21F5": "&duarr;", "\u0311": "&DownBreve;", "\u2950": "&DownLeftRightVector;", "\u295E": "&DownLeftTeeVector;", "\u21BD": "&lhard;", "\u2956": "&DownLeftVectorBar;", "\u295F": "&DownRightTeeVector;", "\u21C1": "&rightharpoondown;", "\u2957": "&DownRightVectorBar;", "\u22A4": "&top;", "\u21A7": "&mapstodown;", "\u{1D49F}": "&Dscr;", \u0110: "&Dstrok;", \u014A: "&ENG;", \u00D0: "&ETH;", \u00C9: "&Eacute;", \u011A: "&Ecaron;", \u00CA: "&Ecirc;", \u042D: "&Ecy;", \u0116: "&Edot;", "\u{1D508}": "&Efr;", \u00C8: "&Egrave;", "\u2208": "&isinv;", \u0112: "&Emacr;", "\u25FB": "&EmptySmallSquare;", "\u25AB": "&EmptyVerySmallSquare;", \u0118: "&Eogon;", "\u{1D53C}": "&Eopf;", \u0395: "&Epsilon;", "\u2A75": "&Equal;", "\u2242": "&esim;", "\u21CC": "&rlhar;", \u2130: "&expectation;", "\u2A73": "&Esim;", \u0397: "&Eta;", \u00CB: "&Euml;", "\u2203": "&exist;", "\u2147": "&exponentiale;", \u0424: "&Fcy;", "\u{1D509}": "&Ffr;", "\u25FC": "&FilledSmallSquare;", "\u25AA": "&squf;", "\u{1D53D}": "&Fopf;", "\u2200": "&forall;", \u2131: "&Fscr;", \u0403: "&GJcy;", ">": "&gt;", \u0393: "&Gamma;", \u03DC: "&Gammad;", \u011E: "&Gbreve;", \u0122: "&Gcedil;", \u011C: "&Gcirc;", \u0413: "&Gcy;", \u0120: "&Gdot;", "\u{1D50A}": "&Gfr;", "\u22D9": "&ggg;", "\u{1D53E}": "&Gopf;", "\u2265": "&geq;", "\u22DB": "&gtreqless;", "\u2267": "&geqq;", "\u2AA2": "&GreaterGreater;", "\u2277": "&gtrless;", "\u2A7E": "&ges;", "\u2273": "&gtrsim;", "\u{1D4A2}": "&Gscr;", "\u226B": "&gg;", \u042A: "&HARDcy;", "\u02C7": "&caron;", "^": "&Hat;", \u0124: "&Hcirc;", \u210C: "&Poincareplane;", \u210B: "&hamilt;", \u210D: "&quaternions;", "\u2500": "&boxh;", \u0126: "&Hstrok;", "\u224F": "&bumpeq;", \u0415: "&IEcy;", \u0132: "&IJlig;", \u0401: "&IOcy;", \u00CD: "&Iacute;", \u00CE: "&Icirc;", \u0418: "&Icy;", \u0130: "&Idot;", \u2111: "&imagpart;", \u00CC: "&Igrave;", \u012A: "&Imacr;", "\u2148": "&ii;", "\u222C": "&Int;", "\u222B": "&int;", "\u22C2": "&xcap;", "\u2063": "&ic;", "\u2062": "&it;", \u012E: "&Iogon;", "\u{1D540}": "&Iopf;", \u0399: "&Iota;", \u2110: "&imagline;", \u0128: "&Itilde;", \u0406: "&Iukcy;", \u00CF: "&Iuml;", \u0134: "&Jcirc;", \u0419: "&Jcy;", "\u{1D50D}": "&Jfr;", "\u{1D541}": "&Jopf;", "\u{1D4A5}": "&Jscr;", \u0408: "&Jsercy;", \u0404: "&Jukcy;", \u0425: "&KHcy;", \u040C: "&KJcy;", \u039A: "&Kappa;", \u0136: "&Kcedil;", \u041A: "&Kcy;", "\u{1D50E}": "&Kfr;", "\u{1D542}": "&Kopf;", "\u{1D4A6}": "&Kscr;", \u0409: "&LJcy;", "<": "&lt;", \u0139: "&Lacute;", \u039B: "&Lambda;", "\u27EA": "&Lang;", \u2112: "&lagran;", "\u219E": "&twoheadleftarrow;", \u013D: "&Lcaron;", \u013B: "&Lcedil;", \u041B: "&Lcy;", "\u27E8": "&langle;", "\u2190": "&slarr;", "\u21E4": "&larrb;", "\u21C6": "&lrarr;", "\u2308": "&lceil;", "\u27E6": "&lobrk;", "\u2961": "&LeftDownTeeVector;", "\u21C3": "&downharpoonleft;", "\u2959": "&LeftDownVectorBar;", "\u230A": "&lfloor;", "\u2194": "&leftrightarrow;", "\u294E": "&LeftRightVector;", "\u22A3": "&dashv;", "\u21A4": "&mapstoleft;", "\u295A": "&LeftTeeVector;", "\u22B2": "&vltri;", "\u29CF": "&LeftTriangleBar;", "\u22B4": "&trianglelefteq;", "\u2951": "&LeftUpDownVector;", "\u2960": "&LeftUpTeeVector;", "\u21BF": "&upharpoonleft;", "\u2958": "&LeftUpVectorBar;", "\u21BC": "&lharu;", "\u2952": "&LeftVectorBar;", "\u22DA": "&lesseqgtr;", "\u2266": "&leqq;", "\u2276": "&lg;", "\u2AA1": "&LessLess;", "\u2A7D": "&les;", "\u2272": "&lsim;", "\u{1D50F}": "&Lfr;", "\u22D8": "&Ll;", "\u21DA": "&lAarr;", \u013F: "&Lmidot;", "\u27F5": "&xlarr;", "\u27F7": "&xharr;", "\u27F6": "&xrarr;", "\u{1D543}": "&Lopf;", "\u2199": "&swarrow;", "\u2198": "&searrow;", "\u21B0": "&lsh;", \u0141: "&Lstrok;", "\u226A": "&ll;", "\u2905": "&Map;", \u041C: "&Mcy;", "\u205F": "&MediumSpace;", \u2133: "&phmmat;", "\u{1D510}": "&Mfr;", "\u2213": "&mp;", "\u{1D544}": "&Mopf;", \u039C: "&Mu;", \u040A: "&NJcy;", \u0143: "&Nacute;", \u0147: "&Ncaron;", \u0145: "&Ncedil;", \u041D: "&Ncy;", "\u200B": "&ZeroWidthSpace;", "\n": "&NewLine;", "\u{1D511}": "&Nfr;", "\u2060": "&NoBreak;", "\xA0": "&nbsp;", \u2115: "&naturals;", "\u2AEC": "&Not;", "\u2262": "&nequiv;", "\u226D": "&NotCupCap;", "\u2226": "&nspar;", "\u2209": "&notinva;", "\u2260": "&ne;", "\u2242\u0338": "&nesim;", "\u2204": "&nexists;", "\u226F": "&ngtr;", "\u2271": "&ngeq;", "\u2267\u0338": "&ngeqq;", "\u226B\u0338": "&nGtv;", "\u2279": "&ntgl;", "\u2A7E\u0338": "&nges;", "\u2275": "&ngsim;", "\u224E\u0338": "&nbump;", "\u224F\u0338": "&nbumpe;", "\u22EA": "&ntriangleleft;", "\u29CF\u0338": "&NotLeftTriangleBar;", "\u22EC": "&ntrianglelefteq;", "\u226E": "&nlt;", "\u2270": "&nleq;", "\u2278": "&ntlg;", "\u226A\u0338": "&nLtv;", "\u2A7D\u0338": "&nles;", "\u2274": "&nlsim;", "\u2AA2\u0338": "&NotNestedGreaterGreater;", "\u2AA1\u0338": "&NotNestedLessLess;", "\u2280": "&nprec;", "\u2AAF\u0338": "&npreceq;", "\u22E0": "&nprcue;", "\u220C": "&notniva;", "\u22EB": "&ntriangleright;", "\u29D0\u0338": "&NotRightTriangleBar;", "\u22ED": "&ntrianglerighteq;", "\u228F\u0338": "&NotSquareSubset;", "\u22E2": "&nsqsube;", "\u2290\u0338": "&NotSquareSuperset;", "\u22E3": "&nsqsupe;", "\u2282\u20D2": "&vnsub;", "\u2288": "&nsubseteq;", "\u2281": "&nsucc;", "\u2AB0\u0338": "&nsucceq;", "\u22E1": "&nsccue;", "\u227F\u0338": "&NotSucceedsTilde;", "\u2283\u20D2": "&vnsup;", "\u2289": "&nsupseteq;", "\u2241": "&nsim;", "\u2244": "&nsimeq;", "\u2247": "&ncong;", "\u2249": "&napprox;", "\u2224": "&nsmid;", "\u{1D4A9}": "&Nscr;", \u00D1: "&Ntilde;", \u039D: "&Nu;", \u0152: "&OElig;", \u00D3: "&Oacute;", \u00D4: "&Ocirc;", \u041E: "&Ocy;", \u0150: "&Odblac;", "\u{1D512}": "&Ofr;", \u00D2: "&Ograve;", \u014C: "&Omacr;", \u03A9: "&ohm;", \u039F: "&Omicron;", "\u{1D546}": "&Oopf;", "\u201C": "&ldquo;", "\u2018": "&lsquo;", "\u2A54": "&Or;", "\u{1D4AA}": "&Oscr;", \u00D8: "&Oslash;", \u00D5: "&Otilde;", "\u2A37": "&Otimes;", \u00D6: "&Ouml;", "\u203E": "&oline;", "\u23DE": "&OverBrace;", "\u23B4": "&tbrk;", "\u23DC": "&OverParenthesis;", "\u2202": "&part;", \u041F: "&Pcy;", "\u{1D513}": "&Pfr;", \u03A6: "&Phi;", \u03A0: "&Pi;", "\xB1": "&pm;", \u2119: "&primes;", "\u2ABB": "&Pr;", "\u227A": "&prec;", "\u2AAF": "&preceq;", "\u227C": "&preccurlyeq;", "\u227E": "&prsim;", "\u2033": "&Prime;", "\u220F": "&prod;", "\u221D": "&vprop;", "\u{1D4AB}": "&Pscr;", \u03A8: "&Psi;", '"': "&quot;", "\u{1D514}": "&Qfr;", \u211A: "&rationals;", "\u{1D4AC}": "&Qscr;", "\u2910": "&drbkarow;", "\xAE": "&reg;", \u0154: "&Racute;", "\u27EB": "&Rang;", "\u21A0": "&twoheadrightarrow;", "\u2916": "&Rarrtl;", \u0158: "&Rcaron;", \u0156: "&Rcedil;", \u0420: "&Rcy;", \u211C: "&realpart;", "\u220B": "&niv;", "\u21CB": "&lrhar;", "\u296F": "&duhar;", \u03A1: "&Rho;", "\u27E9": "&rangle;", "\u2192": "&srarr;", "\u21E5": "&rarrb;", "\u21C4": "&rlarr;", "\u2309": "&rceil;", "\u27E7": "&robrk;", "\u295D": "&RightDownTeeVector;", "\u21C2": "&downharpoonright;", "\u2955": "&RightDownVectorBar;", "\u230B": "&rfloor;", "\u22A2": "&vdash;", "\u21A6": "&mapsto;", "\u295B": "&RightTeeVector;", "\u22B3": "&vrtri;", "\u29D0": "&RightTriangleBar;", "\u22B5": "&trianglerighteq;", "\u294F": "&RightUpDownVector;", "\u295C": "&RightUpTeeVector;", "\u21BE": "&upharpoonright;", "\u2954": "&RightUpVectorBar;", "\u21C0": "&rightharpoonup;", "\u2953": "&RightVectorBar;", \u211D: "&reals;", "\u2970": "&RoundImplies;", "\u21DB": "&rAarr;", \u211B: "&realine;", "\u21B1": "&rsh;", "\u29F4": "&RuleDelayed;", \u0429: "&SHCHcy;", \u0428: "&SHcy;", \u042C: "&SOFTcy;", \u015A: "&Sacute;", "\u2ABC": "&Sc;", \u0160: "&Scaron;", \u015E: "&Scedil;", \u015C: "&Scirc;", \u0421: "&Scy;", "\u{1D516}": "&Sfr;", "\u2191": "&uparrow;", \u03A3: "&Sigma;", "\u2218": "&compfn;", "\u{1D54A}": "&Sopf;", "\u221A": "&radic;", "\u25A1": "&square;", "\u2293": "&sqcap;", "\u228F": "&sqsubset;", "\u2291": "&sqsubseteq;", "\u2290": "&sqsupset;", "\u2292": "&sqsupseteq;", "\u2294": "&sqcup;", "\u{1D4AE}": "&Sscr;", "\u22C6": "&sstarf;", "\u22D0": "&Subset;", "\u2286": "&subseteq;", "\u227B": "&succ;", "\u2AB0": "&succeq;", "\u227D": "&succcurlyeq;", "\u227F": "&succsim;", "\u2211": "&sum;", "\u22D1": "&Supset;", "\u2283": "&supset;", "\u2287": "&supseteq;", \u00DE: "&THORN;", "\u2122": "&trade;", \u040B: "&TSHcy;", \u0426: "&TScy;", " ": "&Tab;", \u03A4: "&Tau;", \u0164: "&Tcaron;", \u0162: "&Tcedil;", \u0422: "&Tcy;", "\u{1D517}": "&Tfr;", "\u2234": "&therefore;", \u0398: "&Theta;", "\u205F\u200A": "&ThickSpace;", "\u2009": "&thinsp;", "\u223C": "&thksim;", "\u2243": "&simeq;", "\u2245": "&cong;", "\u2248": "&thkap;", "\u{1D54B}": "&Topf;", "\u20DB": "&tdot;", "\u{1D4AF}": "&Tscr;", \u0166: "&Tstrok;", \u00DA: "&Uacute;", "\u219F": "&Uarr;", "\u2949": "&Uarrocir;", \u040E: "&Ubrcy;", \u016C: "&Ubreve;", \u00DB: "&Ucirc;", \u0423: "&Ucy;", \u0170: "&Udblac;", "\u{1D518}": "&Ufr;", \u00D9: "&Ugrave;", \u016A: "&Umacr;", _: "&lowbar;", "\u23DF": "&UnderBrace;", "\u23B5": "&bbrk;", "\u23DD": "&UnderParenthesis;", "\u22C3": "&xcup;", "\u228E": "&uplus;", \u0172: "&Uogon;", "\u{1D54C}": "&Uopf;", "\u2912": "&UpArrowBar;", "\u21C5": "&udarr;", "\u2195": "&varr;", "\u296E": "&udhar;", "\u22A5": "&perp;", "\u21A5": "&mapstoup;", "\u2196": "&nwarrow;", "\u2197": "&nearrow;", \u03D2: "&upsih;", \u03A5: "&Upsilon;", \u016E: "&Uring;", "\u{1D4B0}": "&Uscr;", \u0168: "&Utilde;", \u00DC: "&Uuml;", "\u22AB": "&VDash;", "\u2AEB": "&Vbar;", \u0412: "&Vcy;", "\u22A9": "&Vdash;", "\u2AE6": "&Vdashl;", "\u22C1": "&xvee;", "\u2016": "&Vert;", "\u2223": "&smid;", "|": "&vert;", "\u2758": "&VerticalSeparator;", "\u2240": "&wreath;", "\u200A": "&hairsp;", "\u{1D519}": "&Vfr;", "\u{1D54D}": "&Vopf;", "\u{1D4B1}": "&Vscr;", "\u22AA": "&Vvdash;", \u0174: "&Wcirc;", "\u22C0": "&xwedge;", "\u{1D51A}": "&Wfr;", "\u{1D54E}": "&Wopf;", "\u{1D4B2}": "&Wscr;", "\u{1D51B}": "&Xfr;", \u039E: "&Xi;", "\u{1D54F}": "&Xopf;", "\u{1D4B3}": "&Xscr;", \u042F: "&YAcy;", \u0407: "&YIcy;", \u042E: "&YUcy;", \u00DD: "&Yacute;", \u0176: "&Ycirc;", \u042B: "&Ycy;", "\u{1D51C}": "&Yfr;", "\u{1D550}": "&Yopf;", "\u{1D4B4}": "&Yscr;", \u0178: "&Yuml;", \u0416: "&ZHcy;", \u0179: "&Zacute;", \u017D: "&Zcaron;", \u0417: "&Zcy;", \u017B: "&Zdot;", \u0396: "&Zeta;", \u2128: "&zeetrf;", \u2124: "&integers;", "\u{1D4B5}": "&Zscr;", \u00E1: "&aacute;", \u0103: "&abreve;", "\u223E": "&mstpos;", "\u223E\u0333": "&acE;", "\u223F": "&acd;", \u00E2: "&acirc;", \u0430: "&acy;", \u00E6: "&aelig;", "\u{1D51E}": "&afr;", \u00E0: "&agrave;", \u2135: "&aleph;", \u03B1: "&alpha;", \u0101: "&amacr;", "\u2A3F": "&amalg;", "\u2227": "&wedge;", "\u2A55": "&andand;", "\u2A5C": "&andd;", "\u2A58": "&andslope;", "\u2A5A": "&andv;", "\u2220": "&angle;", "\u29A4": "&ange;", "\u2221": "&measuredangle;", "\u29A8": "&angmsdaa;", "\u29A9": "&angmsdab;", "\u29AA": "&angmsdac;", "\u29AB": "&angmsdad;", "\u29AC": "&angmsdae;", "\u29AD": "&angmsdaf;", "\u29AE": "&angmsdag;", "\u29AF": "&angmsdah;", "\u221F": "&angrt;", "\u22BE": "&angrtvb;", "\u299D": "&angrtvbd;", "\u2222": "&angsph;", "\u237C": "&angzarr;", \u0105: "&aogon;", "\u{1D552}": "&aopf;", "\u2A70": "&apE;", "\u2A6F": "&apacir;", "\u224A": "&approxeq;", "\u224B": "&apid;", "'": "&apos;", \u00E5: "&aring;", "\u{1D4B6}": "&ascr;", "*": "&midast;", \u00E3: "&atilde;", \u00E4: "&auml;", "\u2A11": "&awint;", "\u2AED": "&bNot;", "\u224C": "&bcong;", "\u03F6": "&bepsi;", "\u2035": "&bprime;", "\u223D": "&bsim;", "\u22CD": "&bsime;", "\u22BD": "&barvee;", "\u2305": "&barwedge;", "\u23B6": "&bbrktbrk;", \u0431: "&bcy;", "\u201E": "&ldquor;", "\u29B0": "&bemptyv;", \u03B2: "&beta;", \u2136: "&beth;", "\u226C": "&twixt;", "\u{1D51F}": "&bfr;", "\u25EF": "&xcirc;", "\u2A00": "&xodot;", "\u2A01": "&xoplus;", "\u2A02": "&xotime;", "\u2A06": "&xsqcup;", "\u2605": "&starf;", "\u25BD": "&xdtri;", "\u25B3": "&xutri;", "\u2A04": "&xuplus;", "\u290D": "&rbarr;", "\u29EB": "&lozf;", "\u25B4": "&utrif;", "\u25BE": "&dtrif;", "\u25C2": "&ltrif;", "\u25B8": "&rtrif;", "\u2423": "&blank;", "\u2592": "&blk12;", "\u2591": "&blk14;", "\u2593": "&blk34;", "\u2588": "&block;", "=\u20E5": "&bne;", "\u2261\u20E5": "&bnequiv;", "\u2310": "&bnot;", "\u{1D553}": "&bopf;", "\u22C8": "&bowtie;", "\u2557": "&boxDL;", "\u2554": "&boxDR;", "\u2556": "&boxDl;", "\u2553": "&boxDr;", "\u2550": "&boxH;", "\u2566": "&boxHD;", "\u2569": "&boxHU;", "\u2564": "&boxHd;", "\u2567": "&boxHu;", "\u255D": "&boxUL;", "\u255A": "&boxUR;", "\u255C": "&boxUl;", "\u2559": "&boxUr;", "\u2551": "&boxV;", "\u256C": "&boxVH;", "\u2563": "&boxVL;", "\u2560": "&boxVR;", "\u256B": "&boxVh;", "\u2562": "&boxVl;", "\u255F": "&boxVr;", "\u29C9": "&boxbox;", "\u2555": "&boxdL;", "\u2552": "&boxdR;", "\u2510": "&boxdl;", "\u250C": "&boxdr;", "\u2565": "&boxhD;", "\u2568": "&boxhU;", "\u252C": "&boxhd;", "\u2534": "&boxhu;", "\u229F": "&minusb;", "\u229E": "&plusb;", "\u22A0": "&timesb;", "\u255B": "&boxuL;", "\u2558": "&boxuR;", "\u2518": "&boxul;", "\u2514": "&boxur;", "\u2502": "&boxv;", "\u256A": "&boxvH;", "\u2561": "&boxvL;", "\u255E": "&boxvR;", "\u253C": "&boxvh;", "\u2524": "&boxvl;", "\u251C": "&boxvr;", "\xA6": "&brvbar;", "\u{1D4B7}": "&bscr;", "\u204F": "&bsemi;", "\\": "&bsol;", "\u29C5": "&bsolb;", "\u27C8": "&bsolhsub;", "\u2022": "&bullet;", "\u2AAE": "&bumpE;", \u0107: "&cacute;", "\u2229": "&cap;", "\u2A44": "&capand;", "\u2A49": "&capbrcup;", "\u2A4B": "&capcap;", "\u2A47": "&capcup;", "\u2A40": "&capdot;", "\u2229\uFE00": "&caps;", "\u2041": "&caret;", "\u2A4D": "&ccaps;", \u010D: "&ccaron;", \u00E7: "&ccedil;", \u0109: "&ccirc;", "\u2A4C": "&ccups;", "\u2A50": "&ccupssm;", \u010B: "&cdot;", "\u29B2": "&cemptyv;", "\xA2": "&cent;", "\u{1D520}": "&cfr;", \u0447: "&chcy;", "\u2713": "&checkmark;", \u03C7: "&chi;", "\u25CB": "&cir;", "\u29C3": "&cirE;", "\u02C6": "&circ;", "\u2257": "&cire;", "\u21BA": "&olarr;", "\u21BB": "&orarr;", "\u24C8": "&oS;", "\u229B": "&oast;", "\u229A": "&ocir;", "\u229D": "&odash;", "\u2A10": "&cirfnint;", "\u2AEF": "&cirmid;", "\u29C2": "&cirscir;", "\u2663": "&clubsuit;", ":": "&colon;", ",": "&comma;", "@": "&commat;", "\u2201": "&complement;", "\u2A6D": "&congdot;", "\u{1D554}": "&copf;", "\u2117": "&copysr;", "\u21B5": "&crarr;", "\u2717": "&cross;", "\u{1D4B8}": "&cscr;", "\u2ACF": "&csub;", "\u2AD1": "&csube;", "\u2AD0": "&csup;", "\u2AD2": "&csupe;", "\u22EF": "&ctdot;", "\u2938": "&cudarrl;", "\u2935": "&cudarrr;", "\u22DE": "&curlyeqprec;", "\u22DF": "&curlyeqsucc;", "\u21B6": "&curvearrowleft;", "\u293D": "&cularrp;", "\u222A": "&cup;", "\u2A48": "&cupbrcap;", "\u2A46": "&cupcap;", "\u2A4A": "&cupcup;", "\u228D": "&cupdot;", "\u2A45": "&cupor;", "\u222A\uFE00": "&cups;", "\u21B7": "&curvearrowright;", "\u293C": "&curarrm;", "\u22CE": "&cuvee;", "\u22CF": "&cuwed;", "\xA4": "&curren;", "\u2231": "&cwint;", "\u232D": "&cylcty;", "\u2965": "&dHar;", "\u2020": "&dagger;", \u2138: "&daleth;", "\u2010": "&hyphen;", "\u290F": "&rBarr;", \u010F: "&dcaron;", \u0434: "&dcy;", "\u21CA": "&downdownarrows;", "\u2A77": "&eDDot;", "\xB0": "&deg;", \u03B4: "&delta;", "\u29B1": "&demptyv;", "\u297F": "&dfisht;", "\u{1D521}": "&dfr;", "\u2666": "&diams;", \u03DD: "&gammad;", "\u22F2": "&disin;", "\xF7": "&divide;", "\u22C7": "&divonx;", \u0452: "&djcy;", "\u231E": "&llcorner;", "\u230D": "&dlcrop;", $: "&dollar;", "\u{1D555}": "&dopf;", "\u2251": "&eDot;", "\u2238": "&minusd;", "\u2214": "&plusdo;", "\u22A1": "&sdotb;", "\u231F": "&lrcorner;", "\u230C": "&drcrop;", "\u{1D4B9}": "&dscr;", \u0455: "&dscy;", "\u29F6": "&dsol;", \u0111: "&dstrok;", "\u22F1": "&dtdot;", "\u25BF": "&triangledown;", "\u29A6": "&dwangle;", \u045F: "&dzcy;", "\u27FF": "&dzigrarr;", \u00E9: "&eacute;", "\u2A6E": "&easter;", \u011B: "&ecaron;", "\u2256": "&eqcirc;", \u00EA: "&ecirc;", "\u2255": "&eqcolon;", \u044D: "&ecy;", \u0117: "&edot;", "\u2252": "&fallingdotseq;", "\u{1D522}": "&efr;", "\u2A9A": "&eg;", \u00E8: "&egrave;", "\u2A96": "&eqslantgtr;", "\u2A98": "&egsdot;", "\u2A99": "&el;", "\u23E7": "&elinters;", \u2113: "&ell;", "\u2A95": "&eqslantless;", "\u2A97": "&elsdot;", \u0113: "&emacr;", "\u2205": "&varnothing;", "\u2004": "&emsp13;", "\u2005": "&emsp14;", "\u2003": "&emsp;", \u014B: "&eng;", "\u2002": "&ensp;", \u0119: "&eogon;", "\u{1D556}": "&eopf;", "\u22D5": "&epar;", "\u29E3": "&eparsl;", "\u2A71": "&eplus;", \u03B5: "&epsilon;", "\u03F5": "&varepsilon;", "=": "&equals;", "\u225F": "&questeq;", "\u2A78": "&equivDD;", "\u29E5": "&eqvparsl;", "\u2253": "&risingdotseq;", "\u2971": "&erarr;", \u212F: "&escr;", \u03B7: "&eta;", \u00F0: "&eth;", \u00EB: "&euml;", "\u20AC": "&euro;", "!": "&excl;", \u0444: "&fcy;", "\u2640": "&female;", \uFB03: "&ffilig;", \uFB00: "&fflig;", \uFB04: "&ffllig;", "\u{1D523}": "&ffr;", \uFB01: "&filig;", fj: "&fjlig;", "\u266D": "&flat;", \uFB02: "&fllig;", "\u25B1": "&fltns;", \u0192: "&fnof;", "\u{1D557}": "&fopf;", "\u22D4": "&pitchfork;", "\u2AD9": "&forkv;", "\u2A0D": "&fpartint;", "\xBD": "&half;", "\u2153": "&frac13;", "\xBC": "&frac14;", "\u2155": "&frac15;", "\u2159": "&frac16;", "\u215B": "&frac18;", "\u2154": "&frac23;", "\u2156": "&frac25;", "\xBE": "&frac34;", "\u2157": "&frac35;", "\u215C": "&frac38;", "\u2158": "&frac45;", "\u215A": "&frac56;", "\u215D": "&frac58;", "\u215E": "&frac78;", "\u2044": "&frasl;", "\u2322": "&sfrown;", "\u{1D4BB}": "&fscr;", "\u2A8C": "&gtreqqless;", \u01F5: "&gacute;", \u03B3: "&gamma;", "\u2A86": "&gtrapprox;", \u011F: "&gbreve;", \u011D: "&gcirc;", \u0433: "&gcy;", \u0121: "&gdot;", "\u2AA9": "&gescc;", "\u2A80": "&gesdot;", "\u2A82": "&gesdoto;", "\u2A84": "&gesdotol;", "\u22DB\uFE00": "&gesl;", "\u2A94": "&gesles;", "\u{1D524}": "&gfr;", \u2137: "&gimel;", \u0453: "&gjcy;", "\u2A92": "&glE;", "\u2AA5": "&gla;", "\u2AA4": "&glj;", "\u2269": "&gneqq;", "\u2A8A": "&gnapprox;", "\u2A88": "&gneq;", "\u22E7": "&gnsim;", "\u{1D558}": "&gopf;", \u210A: "&gscr;", "\u2A8E": "&gsime;", "\u2A90": "&gsiml;", "\u2AA7": "&gtcc;", "\u2A7A": "&gtcir;", "\u22D7": "&gtrdot;", "\u2995": "&gtlPar;", "\u2A7C": "&gtquest;", "\u2978": "&gtrarr;", "\u2269\uFE00": "&gvnE;", \u044A: "&hardcy;", "\u2948": "&harrcir;", "\u21AD": "&leftrightsquigarrow;", \u210F: "&plankv;", \u0125: "&hcirc;", "\u2665": "&heartsuit;", "\u2026": "&mldr;", "\u22B9": "&hercon;", "\u{1D525}": "&hfr;", "\u2925": "&searhk;", "\u2926": "&swarhk;", "\u21FF": "&hoarr;", "\u223B": "&homtht;", "\u21A9": "&larrhk;", "\u21AA": "&rarrhk;", "\u{1D559}": "&hopf;", "\u2015": "&horbar;", "\u{1D4BD}": "&hscr;", \u0127: "&hstrok;", "\u2043": "&hybull;", \u00ED: "&iacute;", \u00EE: "&icirc;", \u0438: "&icy;", \u0435: "&iecy;", "\xA1": "&iexcl;", "\u{1D526}": "&ifr;", \u00EC: "&igrave;", "\u2A0C": "&qint;", "\u222D": "&tint;", "\u29DC": "&iinfin;", "\u2129": "&iiota;", \u0133: "&ijlig;", \u012B: "&imacr;", \u0131: "&inodot;", "\u22B7": "&imof;", \u01B5: "&imped;", "\u2105": "&incare;", "\u221E": "&infin;", "\u29DD": "&infintie;", "\u22BA": "&intercal;", "\u2A17": "&intlarhk;", "\u2A3C": "&iprod;", \u0451: "&iocy;", \u012F: "&iogon;", "\u{1D55A}": "&iopf;", \u03B9: "&iota;", "\xBF": "&iquest;", "\u{1D4BE}": "&iscr;", "\u22F9": "&isinE;", "\u22F5": "&isindot;", "\u22F4": "&isins;", "\u22F3": "&isinsv;", \u0129: "&itilde;", \u0456: "&iukcy;", \u00EF: "&iuml;", \u0135: "&jcirc;", \u0439: "&jcy;", "\u{1D527}": "&jfr;", "\u0237": "&jmath;", "\u{1D55B}": "&jopf;", "\u{1D4BF}": "&jscr;", \u0458: "&jsercy;", \u0454: "&jukcy;", \u03BA: "&kappa;", \u03F0: "&varkappa;", \u0137: "&kcedil;", \u043A: "&kcy;", "\u{1D528}": "&kfr;", \u0138: "&kgreen;", \u0445: "&khcy;", \u045C: "&kjcy;", "\u{1D55C}": "&kopf;", "\u{1D4C0}": "&kscr;", "\u291B": "&lAtail;", "\u290E": "&lBarr;", "\u2A8B": "&lesseqqgtr;", "\u2962": "&lHar;", \u013A: "&lacute;", "\u29B4": "&laemptyv;", \u03BB: "&lambda;", "\u2991": "&langd;", "\u2A85": "&lessapprox;", "\xAB": "&laquo;", "\u291F": "&larrbfs;", "\u291D": "&larrfs;", "\u21AB": "&looparrowleft;", "\u2939": "&larrpl;", "\u2973": "&larrsim;", "\u21A2": "&leftarrowtail;", "\u2AAB": "&lat;", "\u2919": "&latail;", "\u2AAD": "&late;", "\u2AAD\uFE00": "&lates;", "\u290C": "&lbarr;", "\u2772": "&lbbrk;", "{": "&lcub;", "[": "&lsqb;", "\u298B": "&lbrke;", "\u298F": "&lbrksld;", "\u298D": "&lbrkslu;", \u013E: "&lcaron;", \u013C: "&lcedil;", \u043B: "&lcy;", "\u2936": "&ldca;", "\u2967": "&ldrdhar;", "\u294B": "&ldrushar;", "\u21B2": "&ldsh;", "\u2264": "&leq;", "\u21C7": "&llarr;", "\u22CB": "&lthree;", "\u2AA8": "&lescc;", "\u2A7F": "&lesdot;", "\u2A81": "&lesdoto;", "\u2A83": "&lesdotor;", "\u22DA\uFE00": "&lesg;", "\u2A93": "&lesges;", "\u22D6": "&ltdot;", "\u297C": "&lfisht;", "\u{1D529}": "&lfr;", "\u2A91": "&lgE;", "\u296A": "&lharul;", "\u2584": "&lhblk;", \u0459: "&ljcy;", "\u296B": "&llhard;", "\u25FA": "&lltri;", \u0140: "&lmidot;", "\u23B0": "&lmoustache;", "\u2268": "&lneqq;", "\u2A89": "&lnapprox;", "\u2A87": "&lneq;", "\u22E6": "&lnsim;", "\u27EC": "&loang;", "\u21FD": "&loarr;", "\u27FC": "&xmap;", "\u21AC": "&rarrlp;", "\u2985": "&lopar;", "\u{1D55D}": "&lopf;", "\u2A2D": "&loplus;", "\u2A34": "&lotimes;", "\u2217": "&lowast;", "\u25CA": "&lozenge;", "(": "&lpar;", "\u2993": "&lparlt;", "\u296D": "&lrhard;", "\u200E": "&lrm;", "\u22BF": "&lrtri;", "\u2039": "&lsaquo;", "\u{1D4C1}": "&lscr;", "\u2A8D": "&lsime;", "\u2A8F": "&lsimg;", "\u201A": "&sbquo;", \u0142: "&lstrok;", "\u2AA6": "&ltcc;", "\u2A79": "&ltcir;", "\u22C9": "&ltimes;", "\u2976": "&ltlarr;", "\u2A7B": "&ltquest;", "\u2996": "&ltrPar;", "\u25C3": "&triangleleft;", "\u294A": "&lurdshar;", "\u2966": "&luruhar;", "\u2268\uFE00": "&lvnE;", "\u223A": "&mDDot;", "\xAF": "&strns;", "\u2642": "&male;", "\u2720": "&maltese;", "\u25AE": "&marker;", "\u2A29": "&mcomma;", \u043C: "&mcy;", "\u2014": "&mdash;", "\u{1D52A}": "&mfr;", "\u2127": "&mho;", \u00B5: "&micro;", "\u2AF0": "&midcir;", "\u2212": "&minus;", "\u2A2A": "&minusdu;", "\u2ADB": "&mlcp;", "\u22A7": "&models;", "\u{1D55E}": "&mopf;", "\u{1D4C2}": "&mscr;", \u03BC: "&mu;", "\u22B8": "&mumap;", "\u22D9\u0338": "&nGg;", "\u226B\u20D2": "&nGt;", "\u21CD": "&nlArr;", "\u21CE": "&nhArr;", "\u22D8\u0338": "&nLl;", "\u226A\u20D2": "&nLt;", "\u21CF": "&nrArr;", "\u22AF": "&nVDash;", "\u22AE": "&nVdash;", \u0144: "&nacute;", "\u2220\u20D2": "&nang;", "\u2A70\u0338": "&napE;", "\u224B\u0338": "&napid;", \u0149: "&napos;", "\u266E": "&natural;", "\u2A43": "&ncap;", \u0148: "&ncaron;", \u0146: "&ncedil;", "\u2A6D\u0338": "&ncongdot;", "\u2A42": "&ncup;", \u043D: "&ncy;", "\u2013": "&ndash;", "\u21D7": "&neArr;", "\u2924": "&nearhk;", "\u2250\u0338": "&nedot;", "\u2928": "&toea;", "\u{1D52B}": "&nfr;", "\u21AE": "&nleftrightarrow;", "\u2AF2": "&nhpar;", "\u22FC": "&nis;", "\u22FA": "&nisd;", \u045A: "&njcy;", "\u2266\u0338": "&nleqq;", "\u219A": "&nleftarrow;", "\u2025": "&nldr;", "\u{1D55F}": "&nopf;", "\xAC": "&not;", "\u22F9\u0338": "&notinE;", "\u22F5\u0338": "&notindot;", "\u22F7": "&notinvb;", "\u22F6": "&notinvc;", "\u22FE": "&notnivb;", "\u22FD": "&notnivc;", "\u2AFD\u20E5": "&nparsl;", "\u2202\u0338": "&npart;", "\u2A14": "&npolint;", "\u219B": "&nrightarrow;", "\u2933\u0338": "&nrarrc;", "\u219D\u0338": "&nrarrw;", "\u{1D4C3}": "&nscr;", "\u2284": "&nsub;", "\u2AC5\u0338": "&nsubseteqq;", "\u2285": "&nsup;", "\u2AC6\u0338": "&nsupseteqq;", \u00F1: "&ntilde;", \u03BD: "&nu;", "#": "&num;", "\u2116": "&numero;", "\u2007": "&numsp;", "\u22AD": "&nvDash;", "\u2904": "&nvHarr;", "\u224D\u20D2": "&nvap;", "\u22AC": "&nvdash;", "\u2265\u20D2": "&nvge;", ">\u20D2": "&nvgt;", "\u29DE": "&nvinfin;", "\u2902": "&nvlArr;", "\u2264\u20D2": "&nvle;", "<\u20D2": "&nvlt;", "\u22B4\u20D2": "&nvltrie;", "\u2903": "&nvrArr;", "\u22B5\u20D2": "&nvrtrie;", "\u223C\u20D2": "&nvsim;", "\u21D6": "&nwArr;", "\u2923": "&nwarhk;", "\u2927": "&nwnear;", \u00F3: "&oacute;", \u00F4: "&ocirc;", \u043E: "&ocy;", \u0151: "&odblac;", "\u2A38": "&odiv;", "\u29BC": "&odsold;", \u0153: "&oelig;", "\u29BF": "&ofcir;", "\u{1D52C}": "&ofr;", "\u02DB": "&ogon;", \u00F2: "&ograve;", "\u29C1": "&ogt;", "\u29B5": "&ohbar;", "\u29BE": "&olcir;", "\u29BB": "&olcross;", "\u29C0": "&olt;", \u014D: "&omacr;", \u03C9: "&omega;", \u03BF: "&omicron;", "\u29B6": "&omid;", "\u{1D560}": "&oopf;", "\u29B7": "&opar;", "\u29B9": "&operp;", "\u2228": "&vee;", "\u2A5D": "&ord;", \u2134: "&oscr;", \u00AA: "&ordf;", \u00BA: "&ordm;", "\u22B6": "&origof;", "\u2A56": "&oror;", "\u2A57": "&orslope;", "\u2A5B": "&orv;", \u00F8: "&oslash;", "\u2298": "&osol;", \u00F5: "&otilde;", "\u2A36": "&otimesas;", \u00F6: "&ouml;", "\u233D": "&ovbar;", "\xB6": "&para;", "\u2AF3": "&parsim;", "\u2AFD": "&parsl;", \u043F: "&pcy;", "%": "&percnt;", ".": "&period;", "\u2030": "&permil;", "\u2031": "&pertenk;", "\u{1D52D}": "&pfr;", \u03C6: "&phi;", \u03D5: "&varphi;", "\u260E": "&phone;", \u03C0: "&pi;", \u03D6: "&varpi;", \u210E: "&planckh;", "+": "&plus;", "\u2A23": "&plusacir;", "\u2A22": "&pluscir;", "\u2A25": "&plusdu;", "\u2A72": "&pluse;", "\u2A26": "&plussim;", "\u2A27": "&plustwo;", "\u2A15": "&pointint;", "\u{1D561}": "&popf;", "\xA3": "&pound;", "\u2AB3": "&prE;", "\u2AB7": "&precapprox;", "\u2AB9": "&prnap;", "\u2AB5": "&prnE;", "\u22E8": "&prnsim;", "\u2032": "&prime;", "\u232E": "&profalar;", "\u2312": "&profline;", "\u2313": "&profsurf;", "\u22B0": "&prurel;", "\u{1D4C5}": "&pscr;", \u03C8: "&psi;", "\u2008": "&puncsp;", "\u{1D52E}": "&qfr;", "\u{1D562}": "&qopf;", "\u2057": "&qprime;", "\u{1D4C6}": "&qscr;", "\u2A16": "&quatint;", "?": "&quest;", "\u291C": "&rAtail;", "\u2964": "&rHar;", "\u223D\u0331": "&race;", \u0155: "&racute;", "\u29B3": "&raemptyv;", "\u2992": "&rangd;", "\u29A5": "&range;", "\xBB": "&raquo;", "\u2975": "&rarrap;", "\u2920": "&rarrbfs;", "\u2933": "&rarrc;", "\u291E": "&rarrfs;", "\u2945": "&rarrpl;", "\u2974": "&rarrsim;", "\u21A3": "&rightarrowtail;", "\u219D": "&rightsquigarrow;", "\u291A": "&ratail;", "\u2236": "&ratio;", "\u2773": "&rbbrk;", "}": "&rcub;", "]": "&rsqb;", "\u298C": "&rbrke;", "\u298E": "&rbrksld;", "\u2990": "&rbrkslu;", \u0159: "&rcaron;", \u0157: "&rcedil;", \u0440: "&rcy;", "\u2937": "&rdca;", "\u2969": "&rdldhar;", "\u21B3": "&rdsh;", "\u25AD": "&rect;", "\u297D": "&rfisht;", "\u{1D52F}": "&rfr;", "\u296C": "&rharul;", \u03C1: "&rho;", \u03F1: "&varrho;", "\u21C9": "&rrarr;", "\u22CC": "&rthree;", "\u02DA": "&ring;", "\u200F": "&rlm;", "\u23B1": "&rmoustache;", "\u2AEE": "&rnmid;", "\u27ED": "&roang;", "\u21FE": "&roarr;", "\u2986": "&ropar;", "\u{1D563}": "&ropf;", "\u2A2E": "&roplus;", "\u2A35": "&rotimes;", ")": "&rpar;", "\u2994": "&rpargt;", "\u2A12": "&rppolint;", "\u203A": "&rsaquo;", "\u{1D4C7}": "&rscr;", "\u22CA": "&rtimes;", "\u25B9": "&triangleright;", "\u29CE": "&rtriltri;", "\u2968": "&ruluhar;", "\u211E": "&rx;", \u015B: "&sacute;", "\u2AB4": "&scE;", "\u2AB8": "&succapprox;", \u0161: "&scaron;", \u015F: "&scedil;", \u015D: "&scirc;", "\u2AB6": "&succneqq;", "\u2ABA": "&succnapprox;", "\u22E9": "&succnsim;", "\u2A13": "&scpolint;", \u0441: "&scy;", "\u22C5": "&sdot;", "\u2A66": "&sdote;", "\u21D8": "&seArr;", "\xA7": "&sect;", ";": "&semi;", "\u2929": "&tosa;", "\u2736": "&sext;", "\u{1D530}": "&sfr;", "\u266F": "&sharp;", \u0449: "&shchcy;", \u0448: "&shcy;", "\xAD": "&shy;", \u03C3: "&sigma;", \u03C2: "&varsigma;", "\u2A6A": "&simdot;", "\u2A9E": "&simg;", "\u2AA0": "&simgE;", "\u2A9D": "&siml;", "\u2A9F": "&simlE;", "\u2246": "&simne;", "\u2A24": "&simplus;", "\u2972": "&simrarr;", "\u2A33": "&smashp;", "\u29E4": "&smeparsl;", "\u2323": "&ssmile;", "\u2AAA": "&smt;", "\u2AAC": "&smte;", "\u2AAC\uFE00": "&smtes;", \u044C: "&softcy;", "/": "&sol;", "\u29C4": "&solb;", "\u233F": "&solbar;", "\u{1D564}": "&sopf;", "\u2660": "&spadesuit;", "\u2293\uFE00": "&sqcaps;", "\u2294\uFE00": "&sqcups;", "\u{1D4C8}": "&sscr;", "\u2606": "&star;", "\u2282": "&subset;", "\u2AC5": "&subseteqq;", "\u2ABD": "&subdot;", "\u2AC3": "&subedot;", "\u2AC1": "&submult;", "\u2ACB": "&subsetneqq;", "\u228A": "&subsetneq;", "\u2ABF": "&subplus;", "\u2979": "&subrarr;", "\u2AC7": "&subsim;", "\u2AD5": "&subsub;", "\u2AD3": "&subsup;", "\u266A": "&sung;", "\xB9": "&sup1;", "\xB2": "&sup2;", "\xB3": "&sup3;", "\u2AC6": "&supseteqq;", "\u2ABE": "&supdot;", "\u2AD8": "&supdsub;", "\u2AC4": "&supedot;", "\u27C9": "&suphsol;", "\u2AD7": "&suphsub;", "\u297B": "&suplarr;", "\u2AC2": "&supmult;", "\u2ACC": "&supsetneqq;", "\u228B": "&supsetneq;", "\u2AC0": "&supplus;", "\u2AC8": "&supsim;", "\u2AD4": "&supsub;", "\u2AD6": "&supsup;", "\u21D9": "&swArr;", "\u292A": "&swnwar;", \u00DF: "&szlig;", "\u2316": "&target;", \u03C4: "&tau;", \u0165: "&tcaron;", \u0163: "&tcedil;", \u0442: "&tcy;", "\u2315": "&telrec;", "\u{1D531}": "&tfr;", \u03B8: "&theta;", \u03D1: "&vartheta;", \u00FE: "&thorn;", "\xD7": "&times;", "\u2A31": "&timesbar;", "\u2A30": "&timesd;", "\u2336": "&topbot;", "\u2AF1": "&topcir;", "\u{1D565}": "&topf;", "\u2ADA": "&topfork;", "\u2034": "&tprime;", "\u25B5": "&utri;", "\u225C": "&trie;", "\u25EC": "&tridot;", "\u2A3A": "&triminus;", "\u2A39": "&triplus;", "\u29CD": "&trisb;", "\u2A3B": "&tritime;", "\u23E2": "&trpezium;", "\u{1D4C9}": "&tscr;", \u0446: "&tscy;", \u045B: "&tshcy;", \u0167: "&tstrok;", "\u2963": "&uHar;", \u00FA: "&uacute;", \u045E: "&ubrcy;", \u016D: "&ubreve;", \u00FB: "&ucirc;", \u0443: "&ucy;", \u0171: "&udblac;", "\u297E": "&ufisht;", "\u{1D532}": "&ufr;", \u00F9: "&ugrave;", "\u2580": "&uhblk;", "\u231C": "&ulcorner;", "\u230F": "&ulcrop;", "\u25F8": "&ultri;", \u016B: "&umacr;", \u0173: "&uogon;", "\u{1D566}": "&uopf;", \u03C5: "&upsilon;", "\u21C8": "&uuarr;", "\u231D": "&urcorner;", "\u230E": "&urcrop;", \u016F: "&uring;", "\u25F9": "&urtri;", "\u{1D4CA}": "&uscr;", "\u22F0": "&utdot;", \u0169: "&utilde;", \u00FC: "&uuml;", "\u29A7": "&uwangle;", "\u2AE8": "&vBar;", "\u2AE9": "&vBarv;", "\u299C": "&vangrt;", "\u228A\uFE00": "&vsubne;", "\u2ACB\uFE00": "&vsubnE;", "\u228B\uFE00": "&vsupne;", "\u2ACC\uFE00": "&vsupnE;", \u0432: "&vcy;", "\u22BB": "&veebar;", "\u225A": "&veeeq;", "\u22EE": "&vellip;", "\u{1D533}": "&vfr;", "\u{1D567}": "&vopf;", "\u{1D4CB}": "&vscr;", "\u299A": "&vzigzag;", \u0175: "&wcirc;", "\u2A5F": "&wedbar;", "\u2259": "&wedgeq;", "\u2118": "&wp;", "\u{1D534}": "&wfr;", "\u{1D568}": "&wopf;", "\u{1D4CC}": "&wscr;", "\u{1D535}": "&xfr;", \u03BE: "&xi;", "\u22FB": "&xnis;", "\u{1D569}": "&xopf;", "\u{1D4CD}": "&xscr;", \u00FD: "&yacute;", \u044F: "&yacy;", \u0177: "&ycirc;", \u044B: "&ycy;", "\xA5": "&yen;", "\u{1D536}": "&yfr;", \u0457: "&yicy;", "\u{1D56A}": "&yopf;", "\u{1D4CE}": "&yscr;", \u044E: "&yucy;", \u00FF: "&yuml;", \u017A: "&zacute;", \u017E: "&zcaron;", \u0437: "&zcy;", \u017C: "&zdot;", \u03B6: "&zeta;", "\u{1D537}": "&zfr;", \u0436: "&zhcy;", "\u21DD": "&zigrarr;", "\u{1D56B}": "&zopf;", "\u{1D4CF}": "&zscr;", "\u200D": "&zwj;", "\u200C": "&zwnj;" } } };
760
+ var Ar = {};
761
+ Object.defineProperty(Ar, "__esModule", { value: !0 });
762
+ Ar.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 };
763
+ var J = {};
764
+ Object.defineProperty(J, "__esModule", { value: !0 });
765
+ J.fromCodePoint = String.fromCodePoint || function(r) {
766
+ return String.fromCharCode(Math.floor((r - 65536) / 1024) + 55296, (r - 65536) % 1024 + 56320);
767
+ };
768
+ J.getCodePoint = String.prototype.codePointAt ? function(r, a) {
769
+ return r.codePointAt(a);
770
+ } : function(r, a) {
771
+ return (r.charCodeAt(a) - 55296) * 1024 + r.charCodeAt(a + 1) - 56320 + 65536;
772
+ };
773
+ J.highSurrogateFrom = 55296;
774
+ J.highSurrogateTo = 56319;
775
+ var W = Kr && Kr.__assign || function() {
776
+ return W = Object.assign || function(r) {
777
+ for (var a, i = 1, s = arguments.length; i < s; i++) {
778
+ a = arguments[i];
779
+ for (var c in a)
780
+ Object.prototype.hasOwnProperty.call(a, c) && (r[c] = a[c]);
781
+ }
782
+ return r;
783
+ }, W.apply(this, arguments);
784
+ };
785
+ Object.defineProperty(ur, "__esModule", { value: !0 });
786
+ var er = pr, $e = Ar, ae = J, kr = W(W({}, er.namedReferences), { all: er.namedReferences.html5 });
787
+ function ie(r, a, i) {
788
+ a.lastIndex = 0;
789
+ var s = a.exec(r), c;
790
+ if (s) {
791
+ c = "";
792
+ var d = 0;
793
+ do {
794
+ d !== s.index && (c += r.substring(d, s.index));
795
+ var g = s[0];
796
+ c += i(g), d = s.index + g.length;
797
+ } while (s = a.exec(r));
798
+ d !== r.length && (c += r.substring(d));
799
+ } else
800
+ c = r;
801
+ return c;
802
+ }
803
+ var ze = { 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 }, Ge = { mode: "specialChars", level: "all", numeric: "decimal" };
804
+ function Me(r, a) {
805
+ var i = a === void 0 ? Ge : a, s = i.mode, c = s === void 0 ? "specialChars" : s, d = i.numeric, g = d === void 0 ? "decimal" : d, o = i.level, n = o === void 0 ? "all" : o;
806
+ if (!r)
807
+ return "";
808
+ var N = ze[c], q = kr[n].characters, v = g === "hexadecimal";
809
+ return ie(r, N, function(p) {
810
+ var h = q[p];
811
+ if (!h) {
812
+ var x = p.length > 1 ? ae.getCodePoint(p, 0) : p.charCodeAt(0);
813
+ h = (v ? "&#x" + x.toString(16) : "&#" + x) + ";";
814
+ }
815
+ return h;
816
+ });
817
+ }
818
+ ur.encode = Me;
819
+ var Ye = { scope: "body", level: "all" }, xr = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g, Er = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g, re = { xml: { strict: xr, attribute: Er, body: er.bodyRegExps.xml }, html4: { strict: xr, attribute: Er, body: er.bodyRegExps.html4 }, html5: { strict: xr, attribute: Er, body: er.bodyRegExps.html5 } }, We = W(W({}, re), { all: re.html5 }), se = String.fromCharCode, Je = se(65533), Ze = { level: "all" };
820
+ function le(r, a, i, s) {
821
+ var c = r, d = r[r.length - 1];
822
+ if (i && d === "=")
823
+ c = r;
824
+ else if (s && d !== ";")
825
+ c = r;
826
+ else {
827
+ var g = a[r];
828
+ if (g)
829
+ c = g;
830
+ else if (r[0] === "&" && r[1] === "#") {
831
+ var o = r[2], n = o == "x" || o == "X" ? parseInt(r.substr(3), 16) : parseInt(r.substr(2));
832
+ c = n >= 1114111 ? Je : n > 65535 ? ae.fromCodePoint(n) : se($e.numericUnicodeMap[n] || n);
833
+ }
834
+ }
835
+ return c;
836
+ }
837
+ function Ke(r, a) {
838
+ var i = (a === void 0 ? Ze : a).level, s = i === void 0 ? "all" : i;
839
+ return r ? le(r, kr[s].entities, !1, !1) : "";
840
+ }
841
+ ur.decodeEntity = Ke;
842
+ function Xe(r, a) {
843
+ var i = a === void 0 ? Ye : a, s = i.level, c = s === void 0 ? "all" : s, d = i.scope, g = d === void 0 ? c === "xml" ? "strict" : "body" : d;
844
+ if (!r)
845
+ return "";
846
+ var o = We[c][g], n = kr[c].entities, N = g === "attribute", q = g === "strict";
847
+ return ie(r, o, function(v) {
848
+ return le(v, n, N, q);
849
+ });
850
+ }
851
+ var Qe = ur.decode = Xe;
852
+ const dr = (r, a) => r[`${a}-option`] !== void 0, cr = (r, a, i = void 0, s, c) => {
853
+ if (r[a] !== void 0)
854
+ return r[a];
855
+ const d = s || a;
856
+ return d && c && c[d] !== void 0 ? c[d] : i;
857
+ }, H = (r, a) => r[a] !== void 0, At = (r) => {
858
+ var g;
757
859
  let a;
758
- function s(i) {
759
- const d = i.getNodeName && i.getNodeName(), h = i.getContentModel && i.getContentModel(), C = d && i.hasBlocks() ? i.getBlocks().map((f) => s(f)) : [];
760
- let p = {
761
- id: i.getId && i.getId(),
762
- type: d,
763
- blocks: C,
764
- content: C.length > 0 ? void 0 : i.getContent && i.getContent(),
765
- attributes: i.getAttributes && i.getAttributes(),
766
- contentModel: h,
767
- lineNumber: i.getLineNumber && i.getLineNumber(),
768
- style: i.getStyle && i.getStyle(),
769
- role: i.getRole && i.getRole(),
770
- title: i.hasTitle && i.hasTitle() ? i.getTitle() : void 0,
771
- level: i.getLevel && i.getLevel()
860
+ function i(o) {
861
+ const n = o.getNodeName && o.getNodeName(), N = o.getContentModel && o.getContentModel(), q = n && o.hasBlocks() ? o.getBlocks().map((p) => i(p)) : [];
862
+ let v = {
863
+ id: o.getId && o.getId(),
864
+ type: n,
865
+ blocks: q,
866
+ content: q.length > 0 ? void 0 : o.getContent && o.getContent(),
867
+ attributes: o.getAttributes && o.getAttributes(),
868
+ contentModel: N,
869
+ lineNumber: o.getLineNumber && o.getLineNumber(),
870
+ style: o.getStyle && o.getStyle(),
871
+ role: o.getRole && o.getRole(),
872
+ title: o.hasTitle && o.hasTitle() ? o.getTitle() : void 0,
873
+ level: o.getLevel && o.getLevel()
772
874
  };
773
- if (d === "admonition") {
774
- let f = p;
775
- f.iconUri = i.getIconUri(p.attributes.name);
875
+ if (n === "admonition") {
876
+ let p = v;
877
+ p.iconUri = o.getIconUri(v.attributes.name);
776
878
  }
777
- if (d === "audio") {
778
- let f = p;
779
- f.mediaUri = i.getMediaUri(i.getAttribute("target")), f.autoplay = i.isOption("autoplay"), f.noControls = !i.isOption("nocontrols"), f.loop = i.isOption("loop"), p = f;
879
+ if (n === "audio") {
880
+ let p = v;
881
+ p.mediaUri = o.getMediaUri(o.getAttribute("target")), p.autoplay = o.isOption("autoplay"), p.noControls = !o.isOption("nocontrols"), p.loop = o.isOption("loop"), v = p;
780
882
  }
781
- if (d === "image") {
782
- let f = p;
783
- f.imageUri = i.getImageUri(i.getAttribute("target"));
883
+ if (n === "image") {
884
+ let p = v;
885
+ p.imageUri = o.getImageUri(o.getAttribute("target"));
784
886
  }
785
- if ((d === "listing" || d === "literal") && "getSource" in i) {
786
- const f = p;
787
- f.source = i.getSource(), f.language = i.getAttribute("language");
887
+ if ((n === "listing" || n === "literal") && "getSource" in o) {
888
+ const p = v;
889
+ p.source = o.getSource(), p.language = o.getAttribute("language"), p.content = p.content ? Qe(p.content) : void 0;
788
890
  }
789
- if (d === "section") {
790
- const f = p;
791
- f.title = i.getCaption() ? i.getCaptionedTitle() : i.getTitle() || "", "getSectionNumeral" in i && (f.name = i.getSectionName(), f.numbered = i.isNumbered(), f.num = i.getSectionNumeral());
891
+ if (n === "section") {
892
+ const p = v;
893
+ p.title = o.getCaption() ? o.getCaptionedTitle() : o.getTitle() || "", "getSectionNumeral" in o && (p.name = o.getSectionName(), p.numbered = o.isNumbered(), p.num = o.getSectionNumeral());
792
894
  }
793
- if (d === "dlist") {
794
- let f = p;
795
- f.items = i.getItems().map((v) => [
796
- v[0].map(
797
- (w) => s(w)
895
+ if (n === "dlist") {
896
+ let p = v;
897
+ p.items = o.getItems().map((h) => [
898
+ h[0].map(
899
+ (x) => i(x)
798
900
  ),
799
- s(v[1])
901
+ i(h[1])
800
902
  ]);
801
903
  }
802
- if (d === "colist" || d === "olist" || d === "ulist") {
803
- let f = p;
804
- f.items = i.getItems().map((v) => s(v));
904
+ if (n === "colist" || n === "olist" || n === "ulist") {
905
+ let p = v;
906
+ p.items = o.getItems().map((h) => i(h));
805
907
  }
806
- if (d === "list_item") {
807
- let f = p;
808
- const v = i;
809
- f.text = v.hasText() ? v.getText() : void 0;
908
+ if (n === "list_item") {
909
+ let p = v;
910
+ const h = o;
911
+ p.text = h.hasText() ? h.getText() : void 0;
810
912
  }
811
- if (d === "table") {
812
- let f = p;
813
- const v = i;
814
- f.columns = v.getColumns().map((O) => ({
815
- attributes: O.getAttributes(),
816
- columnNumber: O.getColumnNumber(),
817
- width: O.getWidth(),
818
- horizontalAlign: O.getHorizontalAlign(),
819
- verticalAlign: O.getVerticalAlign(),
820
- style: O.getStyle()
913
+ if (n === "table") {
914
+ let p = v;
915
+ const h = o;
916
+ p.columns = h.getColumns().map((_) => ({
917
+ attributes: _.getAttributes(),
918
+ columnNumber: _.getColumnNumber(),
919
+ width: _.getWidth(),
920
+ horizontalAlign: _.getHorizontalAlign(),
921
+ verticalAlign: _.getVerticalAlign(),
922
+ style: _.getStyle()
821
923
  }));
822
- const w = (O) => O.map(
823
- (z) => z.map((D) => s(D))
824
- ), E = v.getRows();
825
- f.rows = {
826
- head: w(E.head),
827
- body: w(E.body),
828
- foot: w(E.foot)
829
- }, f = {
830
- ...f,
831
- caption: v.getCaption(),
832
- hasHeader: v.hasHeaderOption(),
833
- hasFooter: v.hasFooterOption(),
834
- hasAutowidth: v.hasAutowidthOption(),
835
- headRows: w(v.getHeadRows()),
836
- bodyRows: w(v.getBodyRows()),
837
- footRows: w(v.getFootRows())
838
- }, p = f;
924
+ const x = (_) => _.map(
925
+ (I) => I.map((A) => i(A))
926
+ ), O = h.getRows();
927
+ p.rows = {
928
+ head: x(O.head),
929
+ body: x(O.body),
930
+ foot: x(O.foot)
931
+ }, p = {
932
+ ...p,
933
+ caption: h.getCaption(),
934
+ hasHeader: h.hasHeaderOption(),
935
+ hasFooter: h.hasFooterOption(),
936
+ hasAutowidth: h.hasAutowidthOption(),
937
+ headRows: x(h.getHeadRows()),
938
+ bodyRows: x(h.getBodyRows()),
939
+ footRows: x(h.getFootRows())
940
+ }, v = p;
839
941
  }
840
- if (d === "table_cell") {
841
- const f = i, v = f.getColumn();
842
- p = {
843
- text: f.getText(),
844
- columnSpan: f.getColumnSpan(),
845
- rowSpan: f.getRowSpan(),
846
- source: f.getSource(),
847
- lines: f.getLines(),
848
- width: f.getWidth(),
849
- columnPercentageWidth: f.getColumnPercentageWidth(),
850
- column: v ? {
851
- attributes: v.getAttributes(),
852
- columnNumber: v.getColumnNumber(),
853
- width: v.getWidth(),
854
- horizontalAlign: v.getHorizontalAlign(),
855
- verticalAlign: v.getVerticalAlign(),
856
- style: v.getStyle()
857
- } : void 0,
858
- ...p
942
+ if (n === "table_cell") {
943
+ const p = o, h = p.getColumn();
944
+ v = {
945
+ ...v,
946
+ type: "table_cell",
947
+ text: p.getText(),
948
+ columnSpan: p.getColumnSpan(),
949
+ rowSpan: p.getRowSpan(),
950
+ source: p.getSource(),
951
+ lines: p.getLines(),
952
+ width: p.getWidth(),
953
+ columnPercentageWidth: p.getColumnPercentageWidth(),
954
+ column: h ? {
955
+ attributes: h.getAttributes(),
956
+ columnNumber: h.getColumnNumber(),
957
+ width: h.getWidth(),
958
+ horizontalAlign: h.getHorizontalAlign(),
959
+ verticalAlign: h.getVerticalAlign(),
960
+ style: h.getStyle()
961
+ } : void 0
859
962
  };
860
963
  }
861
- return p;
964
+ return v;
862
965
  }
863
- function l(i) {
864
- return i.getSections().map((d) => ({
865
- id: d.getId(),
866
- title: (d.getCaption() ? d.getCaptionedTitle() : d.getTitle()) || "",
867
- level: d.getLevel(),
868
- num: d.getSectionNumber(),
869
- sections: l(d)
966
+ function s(o) {
967
+ return o.getSections().map((n) => ({
968
+ id: n.getId(),
969
+ title: (n.getCaption() ? n.getCaptionedTitle() : n.getTitle()) || "",
970
+ level: n.getLevel(),
971
+ num: n.getSectionNumber(),
972
+ sections: s(n)
870
973
  }));
871
974
  }
872
- const o = e.getAuthors().map((i) => {
873
- const d = i.getName(), h = i.getEmail();
975
+ a = {
976
+ type: "document",
977
+ title: ((g = r.getDocumentTitle()) == null ? void 0 : g.toString()) || "",
978
+ hasHeader: r.hasHeader(),
979
+ noHeader: r.getNoheader(),
980
+ contentModel: r.getContentModel(),
981
+ footnotes: [],
982
+ attributes: r.getAttributes(),
983
+ blocks: r.getBlocks().map((o) => i(o)),
984
+ sections: s(r),
985
+ authors: []
986
+ };
987
+ const c = r.getFootnotes();
988
+ return c && (a.footnotes = c.map((o) => ({
989
+ text: o.getText(),
990
+ index: o.getIndex()
991
+ }))), r.getAuthors() && (a.authors = r.getAuthors().map((o) => {
992
+ const n = o.getName(), N = o.getEmail();
874
993
  return {
875
- name: d ? e.applySubstitutions(d).toString() : void 0,
876
- email: h ? e.applySubstitutions(h).toString() : void 0
994
+ name: n ? r.applySubstitutions(n).toString() : void 0,
995
+ email: N ? r.applySubstitutions(N).toString() : void 0
877
996
  };
878
- });
879
- return a = {
880
- type: "document",
881
- title: ((m = e.getDocumentTitle()) == null ? void 0 : m.toString()) || "",
882
- hasHeader: e.hasHeader(),
883
- noHeader: e.getNoheader(),
884
- contentModel: e.getContentModel(),
885
- attributes: e.getAttributes(),
886
- footnotes: e.getFootnotes().map((i) => ({
887
- text: i.getText(),
888
- index: i.getIndex()
889
- })),
890
- blocks: e.getBlocks().map((i) => s(i)),
891
- sections: l(e),
892
- authors: o
893
- }, a.footnotes = e.getFootnotes().map((i) => ({
894
- text: i.getText(),
895
- index: i.getIndex()
896
997
  })), a;
897
- }, er = async (e, a) => {
898
- async function s(o) {
998
+ }, kt = async (r, a) => {
999
+ async function i(c) {
899
1000
  return Promise.all(
900
- o.map(async (m) => {
901
- let i = await a(m);
902
- return i.blocks && i.blocks.length > 0 && (i = {
903
- ...i,
904
- blocks: await s(i.blocks)
905
- }), i;
1001
+ c.map(async (d) => {
1002
+ let g = await a(d);
1003
+ return g.blocks && g.blocks.length > 0 && (g = {
1004
+ ...g,
1005
+ blocks: await i(g.blocks)
1006
+ }), g;
906
1007
  })
907
1008
  );
908
1009
  }
909
- const l = await s(e.blocks);
1010
+ const s = await i(r.blocks);
910
1011
  return {
911
- ...e,
912
- blocks: l
1012
+ ...r,
1013
+ blocks: s
913
1014
  };
914
- }, tr = (e, a) => {
915
- function s(o) {
916
- return o.map((m) => {
917
- let i = a(m);
918
- return i.blocks && i.blocks.length > 0 && (i = {
919
- ...i,
920
- blocks: s(i.blocks)
921
- }), i;
1015
+ }, Dt = (r, a) => {
1016
+ function i(c) {
1017
+ return c.map((d) => {
1018
+ let g = a(d);
1019
+ return g.blocks && g.blocks.length > 0 && (g = {
1020
+ ...g,
1021
+ blocks: i(g.blocks)
1022
+ }), g;
922
1023
  });
923
1024
  }
924
- const l = s(e.blocks);
1025
+ const s = i(r.blocks);
925
1026
  return {
926
- ...e,
927
- blocks: l
1027
+ ...r,
1028
+ blocks: s
928
1029
  };
929
- }, kt = ({
930
- node: e
1030
+ }, rt = ({
1031
+ node: r
931
1032
  }) => {
932
- const a = (l) => {
933
- const o = l, m = o[0];
934
- let i = o[1];
935
- return i.type || (i = null), {
936
- terms: m,
937
- dd: i
1033
+ const a = (s) => {
1034
+ const c = s, d = c[0];
1035
+ let g = c[1];
1036
+ return g.type || (g = null), {
1037
+ terms: d,
1038
+ dd: g
938
1039
  };
939
- }, s = (l) => {
940
- if (l)
941
- return /* @__PURE__ */ u("dd", {
942
- children: [l.text && /* @__PURE__ */ r("p", {
943
- children: k(l.text)
944
- }), /* @__PURE__ */ r($, {
945
- blocks: l.blocks
1040
+ }, i = (s) => {
1041
+ if (s)
1042
+ return /* @__PURE__ */ m("dd", {
1043
+ children: [s.text && /* @__PURE__ */ t("p", {
1044
+ children: R(s.text)
1045
+ }), /* @__PURE__ */ t(C, {
1046
+ blocks: s.blocks
946
1047
  })]
947
1048
  });
948
1049
  };
949
- if (e.style === "qanda")
950
- return /* @__PURE__ */ u("div", {
951
- className: R("qlist qanda", e.role),
952
- ...e.lineNumber ? {
953
- "data-lineno": e.lineNumber
1050
+ if (r.style === "qanda")
1051
+ return /* @__PURE__ */ m("div", {
1052
+ className: D("qlist qanda", r.role),
1053
+ ...r.lineNumber ? {
1054
+ "data-lineno": r.lineNumber
954
1055
  } : {},
955
- children: [/* @__PURE__ */ r(P, {
956
- text: e.title
957
- }), /* @__PURE__ */ r("ol", {
958
- children: e.items.map((l, o) => {
1056
+ children: [/* @__PURE__ */ t(T, {
1057
+ text: r.title
1058
+ }), /* @__PURE__ */ t("ol", {
1059
+ children: r.items.map((s, c) => {
959
1060
  const {
960
- terms: m,
961
- dd: i
962
- } = a(l);
963
- if (!!m)
964
- return /* @__PURE__ */ u("li", {
965
- children: [m.map((d, h) => /* @__PURE__ */ r("p", {
966
- children: /* @__PURE__ */ r("em", {
967
- children: k(d.text)
1061
+ terms: d,
1062
+ dd: g
1063
+ } = a(s);
1064
+ if (!!d)
1065
+ return /* @__PURE__ */ m("li", {
1066
+ children: [d.map((o, n) => /* @__PURE__ */ t("p", {
1067
+ children: /* @__PURE__ */ t("em", {
1068
+ children: R(o.text)
968
1069
  })
969
- }, h)), s(i)]
970
- }, o);
1070
+ }, n)), i(g)]
1071
+ }, c);
971
1072
  })
972
1073
  })]
973
1074
  });
974
- if (e.style === "horizontal") {
975
- const l = e.attributes.labelwidth, o = e.attributes.itemwidth;
976
- return /* @__PURE__ */ u("div", {
977
- className: R("hdlist", e.role),
978
- children: [/* @__PURE__ */ r(P, {
979
- text: e.title
980
- }), /* @__PURE__ */ u("table", {
981
- children: [(l || o) && /* @__PURE__ */ u("colgroup", {
982
- children: [/* @__PURE__ */ r("col", {
1075
+ if (r.style === "horizontal") {
1076
+ const s = r.attributes.labelwidth, c = r.attributes.itemwidth;
1077
+ return /* @__PURE__ */ m("div", {
1078
+ className: D("hdlist", r.role),
1079
+ children: [/* @__PURE__ */ t(T, {
1080
+ text: r.title
1081
+ }), /* @__PURE__ */ m("table", {
1082
+ children: [(s || c) && /* @__PURE__ */ m("colgroup", {
1083
+ children: [/* @__PURE__ */ t("col", {
983
1084
  style: {
984
- width: l ? `${l.replace("%", "")}%` : ""
1085
+ width: s ? `${s.toString().replace("%", "")}%` : ""
985
1086
  }
986
- }), /* @__PURE__ */ r("col", {
1087
+ }), /* @__PURE__ */ t("col", {
987
1088
  style: {
988
- width: o ? `${o.replace("%", "")}%` : ""
1089
+ width: c ? `${c.toString().replace("%", "")}%` : ""
989
1090
  }
990
1091
  })]
991
- }), /* @__PURE__ */ r("tbody", {
992
- children: e.items.map((m, i) => {
1092
+ }), /* @__PURE__ */ t("tbody", {
1093
+ children: r.items.map((d, g) => {
993
1094
  const {
994
- terms: d,
995
- dd: h
996
- } = a(m);
997
- if (!!d)
998
- return /* @__PURE__ */ u("tr", {
999
- children: [/* @__PURE__ */ r("td", {
1000
- className: R("hdlist1", le(e.attributes, "strong") ? "strong" : ""),
1001
- children: d.map((C, p) => /* @__PURE__ */ u(pe, {
1002
- children: [p !== 0 && /* @__PURE__ */ r("br", {}), k(C.text)]
1003
- }, p))
1004
- }), h && /* @__PURE__ */ u("td", {
1095
+ terms: o,
1096
+ dd: n
1097
+ } = a(d);
1098
+ if (!!o)
1099
+ return /* @__PURE__ */ m("tr", {
1100
+ children: [/* @__PURE__ */ t("td", {
1101
+ className: D("hdlist1", dr(r.attributes, "strong") ? "strong" : ""),
1102
+ children: o.map((N, q) => /* @__PURE__ */ m(Nr, {
1103
+ children: [q !== 0 && /* @__PURE__ */ t("br", {}), R(N.text)]
1104
+ }, q))
1105
+ }), n && /* @__PURE__ */ m("td", {
1005
1106
  className: "hdlist2",
1006
- children: [h.text && /* @__PURE__ */ r("p", {
1007
- children: k(h.text)
1008
- }), /* @__PURE__ */ r($, {
1009
- blocks: h.blocks
1107
+ children: [n.text && /* @__PURE__ */ t("p", {
1108
+ children: R(n.text)
1109
+ }), /* @__PURE__ */ t(C, {
1110
+ blocks: n.blocks
1010
1111
  })]
1011
1112
  })]
1012
- }, i);
1113
+ }, g);
1013
1114
  })
1014
1115
  })]
1015
1116
  })]
1016
1117
  });
1017
1118
  } else
1018
- return /* @__PURE__ */ u("div", {
1019
- className: R("dlist", e.style, e.role),
1020
- children: [/* @__PURE__ */ r(P, {
1021
- text: e.title
1022
- }), /* @__PURE__ */ r("dl", {
1023
- children: e.items.map((l, o) => {
1119
+ return /* @__PURE__ */ m("div", {
1120
+ className: D("dlist", r.style, r.role),
1121
+ children: [/* @__PURE__ */ t(T, {
1122
+ text: r.title
1123
+ }), /* @__PURE__ */ t("dl", {
1124
+ children: r.items.map((s, c) => {
1024
1125
  const {
1025
- terms: m,
1026
- dd: i
1027
- } = a(l);
1028
- if (!!m)
1029
- return /* @__PURE__ */ u(pe, {
1030
- children: [m.map((d, h) => /* @__PURE__ */ r("dt", {
1126
+ terms: d,
1127
+ dd: g
1128
+ } = a(s);
1129
+ if (!!d)
1130
+ return /* @__PURE__ */ m(Nr, {
1131
+ children: [d.map((o, n) => /* @__PURE__ */ t("dt", {
1031
1132
  className: "hdlist1",
1032
- children: k(d.text)
1033
- }, h)), s(i)]
1034
- }, o);
1133
+ children: R(o.text)
1134
+ }, n)), i(g)]
1135
+ }, c);
1035
1136
  })
1036
1137
  })]
1037
1138
  });
1038
- }, ce = ({
1039
- sections: e,
1139
+ }, mr = ({
1140
+ sections: r,
1040
1141
  opts: a
1041
1142
  }) => {
1042
1143
  const {
1043
- document: s
1044
- } = F(L);
1045
- if (!e || e.length === 0)
1144
+ document: i
1145
+ } = B(P);
1146
+ if (!r || r.length === 0)
1046
1147
  return null;
1047
- const l = s.attributes || {}, o = l.sectnumlevels, m = l.toclevels, i = (a == null ? void 0 : a.sectNumLevels) || (o ? parseInt(o) : 3), d = (a == null ? void 0 : a.tocLevels) || (m ? parseInt(m) : 2);
1048
- return /* @__PURE__ */ r("ul", {
1049
- className: `sectlevel${e[0].level}`,
1050
- children: e.map((h) => {
1051
- let C = h.num;
1052
- C = C === "." || C === ".." ? "" : C;
1053
- const p = h.level;
1054
- let f = h.title;
1055
- return p <= i && (f = `${C} ${h.title}`), /* @__PURE__ */ u("li", {
1056
- children: [/* @__PURE__ */ r("a", {
1057
- href: `#${h.id}`,
1058
- children: k(f)
1059
- }), p < d && /* @__PURE__ */ r(ce, {
1060
- sections: h.sections,
1148
+ const s = i.attributes || {}, c = s.sectnumlevels, d = s.toclevels, g = (a == null ? void 0 : a.sectNumLevels) || (c ? parseInt(`${c}`) : 3), o = (a == null ? void 0 : a.tocLevels) || (d ? parseInt(`${d}`) : 2);
1149
+ return /* @__PURE__ */ t("ul", {
1150
+ className: `sectlevel${r[0].level}`,
1151
+ children: r.map((n) => {
1152
+ let N = n.num;
1153
+ N = N === "." || N === ".." ? "" : N;
1154
+ const q = n.level;
1155
+ let v = n.title;
1156
+ return q <= g && (v = `${N} ${n.title}`), /* @__PURE__ */ m("li", {
1157
+ children: [/* @__PURE__ */ t("a", {
1158
+ href: `#${n.id}`,
1159
+ children: R(v)
1160
+ }), q < o && /* @__PURE__ */ t(mr, {
1161
+ sections: n.sections,
1061
1162
  opts: {
1062
- tocLevels: d,
1063
- sectNumLevels: i
1163
+ tocLevels: o,
1164
+ sectNumLevels: g
1064
1165
  }
1065
1166
  })]
1066
- }, h.id);
1167
+ }, n.id);
1067
1168
  })
1068
1169
  });
1069
- }, Ct = ({
1070
- document: e
1170
+ }, et = ({
1171
+ document: r
1071
1172
  }) => {
1072
- const a = () => e.noHeader ? null : /* @__PURE__ */ r("div", {
1173
+ const a = () => r.noHeader ? null : /* @__PURE__ */ t("div", {
1073
1174
  id: "header",
1074
- children: e.hasHeader && /* @__PURE__ */ u(j, {
1075
- children: [/* @__PURE__ */ r("h1", {
1175
+ children: r.hasHeader && /* @__PURE__ */ m(U, {
1176
+ children: [/* @__PURE__ */ t("h1", {
1076
1177
  dangerouslySetInnerHTML: {
1077
- __html: e.title
1178
+ __html: r.title
1078
1179
  }
1079
- }), /* @__PURE__ */ r(l, {}), e.sections && e.sections.length > 0 && e.attributes.toc !== void 0 && e.attributes["toc-placement"] === "auto" && /* @__PURE__ */ u("div", {
1180
+ }), /* @__PURE__ */ t(s, {}), r.sections && r.sections.length > 0 && r.attributes.toc !== void 0 && r.attributes["toc-placement"] === "auto" && /* @__PURE__ */ m("div", {
1080
1181
  id: "toc",
1081
- className: ne(e.attributes, "toc-class", "toc"),
1082
- children: [/* @__PURE__ */ r("div", {
1182
+ className: cr(r.attributes, "toc-class", "toc"),
1183
+ children: [/* @__PURE__ */ t("div", {
1083
1184
  id: "toctitle",
1084
- children: e.attributes["toc-title"]
1085
- }), /* @__PURE__ */ r(ce, {
1086
- sections: e.sections
1185
+ children: r.attributes["toc-title"]
1186
+ }), /* @__PURE__ */ t(mr, {
1187
+ sections: r.sections
1087
1188
  })]
1088
1189
  })]
1089
1190
  })
1090
- }), s = () => e.footnotes && e.footnotes.length > 0 && e.blocks && !B(e.attributes, "nofootnotes") ? /* @__PURE__ */ u("div", {
1191
+ }), i = () => r.footnotes && r.footnotes.length > 0 && r.blocks && !H(r.attributes, "nofootnotes") ? /* @__PURE__ */ m("div", {
1091
1192
  id: "footnotes",
1092
- children: [/* @__PURE__ */ r("hr", {}), e.footnotes.map((o) => /* @__PURE__ */ u("div", {
1193
+ children: [/* @__PURE__ */ t("hr", {}), r.footnotes.map((c) => /* @__PURE__ */ m("div", {
1093
1194
  className: "footnote",
1094
- id: `_footnotedef_${o.index}`,
1095
- children: [/* @__PURE__ */ r("a", {
1096
- href: `#_footnoteref_${o.index}`,
1097
- children: o.index
1098
- }), ".", " ", k(o.text || "")]
1099
- }, o.index))]
1100
- }) : null, l = () => e.authors.length > 0 || B(e.attributes, "revnumber") || B(e.attributes, "revdate") || B(e.attributes, "revremark") ? /* @__PURE__ */ u("div", {
1195
+ id: `_footnotedef_${c.index}`,
1196
+ children: [/* @__PURE__ */ t("a", {
1197
+ href: `#_footnoteref_${c.index}`,
1198
+ children: c.index
1199
+ }), ".", " ", R(c.text || "")]
1200
+ }, c.index))]
1201
+ }) : null, s = () => r.authors.length > 0 || H(r.attributes, "revnumber") || H(r.attributes, "revdate") || H(r.attributes, "revremark") ? /* @__PURE__ */ m("div", {
1101
1202
  className: "details",
1102
- children: [e.authors.map((o, m) => /* @__PURE__ */ u(pe, {
1103
- children: [o.name && /* @__PURE__ */ u(j, {
1104
- children: [/* @__PURE__ */ r("span", {
1105
- id: `author${m + 1 > 1 ? m + 1 : ""}`,
1203
+ children: [r.authors.map((c, d) => /* @__PURE__ */ m(Nr, {
1204
+ children: [c.name && /* @__PURE__ */ m(U, {
1205
+ children: [/* @__PURE__ */ t("span", {
1206
+ id: `author${d + 1 > 1 ? d + 1 : ""}`,
1106
1207
  className: "author",
1107
- children: k(o.name)
1108
- }), /* @__PURE__ */ r("br", {})]
1109
- }), o.email && /* @__PURE__ */ u(j, {
1110
- children: [/* @__PURE__ */ r("span", {
1111
- id: `email${m + 1 > 1 ? m + 1 : ""}`,
1208
+ children: R(c.name)
1209
+ }), /* @__PURE__ */ t("br", {})]
1210
+ }), c.email && /* @__PURE__ */ m(U, {
1211
+ children: [/* @__PURE__ */ t("span", {
1212
+ id: `email${d + 1 > 1 ? d + 1 : ""}`,
1112
1213
  className: "email",
1113
- children: k(o.email)
1114
- }), /* @__PURE__ */ r("br", {})]
1214
+ children: R(c.email)
1215
+ }), /* @__PURE__ */ t("br", {})]
1115
1216
  })]
1116
- }, m)), B(e.attributes, "revnumber") && /* @__PURE__ */ r("span", {
1217
+ }, d)), H(r.attributes, "revnumber") && /* @__PURE__ */ t("span", {
1117
1218
  id: "revnumber",
1118
- children: `${e.attributes["version-label"].toLowerCase()} ${e.attributes.revnumber}${e.attributes.revdate ? "," : ""}`
1119
- }), B(e.attributes, "revdate") && /* @__PURE__ */ r("span", {
1219
+ children: `${r.attributes["version-label"].toString().toLowerCase()} ${r.attributes.revnumber}${r.attributes.revdate ? "," : ""}`
1220
+ }), H(r.attributes, "revdate") && /* @__PURE__ */ t("span", {
1120
1221
  id: "revdate",
1121
- children: e.attributes.revdate
1122
- }), B(e.attributes, "revremark") && /* @__PURE__ */ u(j, {
1123
- children: [/* @__PURE__ */ r("br", {}), /* @__PURE__ */ r("span", {
1222
+ children: r.attributes.revdate
1223
+ }), H(r.attributes, "revremark") && /* @__PURE__ */ m(U, {
1224
+ children: [/* @__PURE__ */ t("br", {}), /* @__PURE__ */ t("span", {
1124
1225
  id: "revremark",
1125
- children: e.attributes.revremark
1226
+ children: r.attributes.revremark
1126
1227
  })]
1127
1228
  })]
1128
1229
  }) : null;
1129
- return /* @__PURE__ */ u(j, {
1130
- children: [/* @__PURE__ */ r(a, {}), /* @__PURE__ */ r("div", {
1230
+ return /* @__PURE__ */ m(U, {
1231
+ children: [/* @__PURE__ */ t(a, {}), /* @__PURE__ */ t("div", {
1131
1232
  id: "content",
1132
- children: /* @__PURE__ */ r($, {
1133
- blocks: e.blocks
1233
+ children: /* @__PURE__ */ t(C, {
1234
+ blocks: r.blocks
1134
1235
  })
1135
- }), /* @__PURE__ */ r(s, {})]
1236
+ }), /* @__PURE__ */ t(i, {})]
1136
1237
  });
1137
- }, Ot = ({
1138
- node: e
1238
+ }, tt = ({
1239
+ node: r
1139
1240
  }) => {
1140
- if (e.attributes.collapsible) {
1141
- const a = e.attributes.collapsible, s = e.title || "Details", l = e.attributes.open ? !0 : void 0;
1241
+ if (r.attributes.collapsible) {
1242
+ const a = r.attributes.collapsible, i = r.title || "Details", s = r.attributes.open ? !0 : void 0;
1142
1243
  if (a)
1143
- return /* @__PURE__ */ u("details", {
1144
- className: e.role,
1145
- open: l,
1146
- ...e.lineNumber ? {
1147
- "data-lineno": e.lineNumber
1244
+ return /* @__PURE__ */ m("details", {
1245
+ className: r.role,
1246
+ open: s,
1247
+ ...r.lineNumber ? {
1248
+ "data-lineno": r.lineNumber
1148
1249
  } : {},
1149
- ...e.id ? {
1150
- id: e.id
1250
+ ...r.id ? {
1251
+ id: r.id
1151
1252
  } : {},
1152
- children: [/* @__PURE__ */ r("summary", {
1253
+ children: [/* @__PURE__ */ t("summary", {
1153
1254
  className: "title",
1154
- children: k(s)
1155
- }), /* @__PURE__ */ r("div", {
1255
+ children: R(i)
1256
+ }), /* @__PURE__ */ t("div", {
1156
1257
  className: "content",
1157
- children: /* @__PURE__ */ r($, {
1158
- blocks: e.blocks
1258
+ children: /* @__PURE__ */ t(C, {
1259
+ blocks: r.blocks
1159
1260
  })
1160
1261
  })]
1161
1262
  });
1162
1263
  }
1163
- return /* @__PURE__ */ u("div", {
1164
- className: R("exampleblock", e.role),
1165
- ...e.lineNumber ? {
1166
- "data-lineno": e.lineNumber
1264
+ return /* @__PURE__ */ m("div", {
1265
+ className: D("exampleblock", r.role),
1266
+ ...r.lineNumber ? {
1267
+ "data-lineno": r.lineNumber
1167
1268
  } : {},
1168
- ...e.id ? {
1169
- id: e.id
1269
+ ...r.id ? {
1270
+ id: r.id
1170
1271
  } : {},
1171
- children: [/* @__PURE__ */ r(P, {
1172
- text: e.title
1173
- }), /* @__PURE__ */ r("div", {
1272
+ children: [/* @__PURE__ */ t(T, {
1273
+ text: r.title
1274
+ }), /* @__PURE__ */ t("div", {
1174
1275
  className: "content",
1175
- children: /* @__PURE__ */ r($, {
1176
- blocks: e.blocks
1276
+ children: /* @__PURE__ */ t(C, {
1277
+ blocks: r.blocks
1177
1278
  })
1178
1279
  })]
1179
1280
  });
1180
- }, Pt = ({
1181
- node: e
1182
- }) => /* @__PURE__ */ u(j, {
1183
- children: [/* @__PURE__ */ r("a", {
1281
+ }, at = ({
1282
+ node: r
1283
+ }) => /* @__PURE__ */ m(U, {
1284
+ children: [/* @__PURE__ */ t("a", {
1184
1285
  className: "sectionanchor",
1185
- ...e.id ? {
1186
- id: e.id
1286
+ ...r.id ? {
1287
+ id: r.id
1187
1288
  } : {},
1188
- ...e.lineNumber ? {
1189
- "data-lineno": e.lineNumber
1289
+ ...r.lineNumber ? {
1290
+ "data-lineno": r.lineNumber
1190
1291
  } : {}
1191
- }), q(`h${e.level + 1}`, {
1192
- className: R(e.role, e.style)
1193
- }, k(e.title || ""))]
1194
- }), At = ({
1195
- node: e
1292
+ }), Y(`h${r.level + 1}`, {
1293
+ className: D(r.role, r.style)
1294
+ }, R(r.title || ""))]
1295
+ }), it = ({
1296
+ node: r
1196
1297
  }) => {
1197
- let a = /* @__PURE__ */ r("img", {
1198
- src: e.imageUri,
1199
- alt: e.attributes.alt,
1200
- width: e.attributes.width,
1201
- height: e.attributes.height
1298
+ let a = /* @__PURE__ */ t("img", {
1299
+ src: r.imageUri,
1300
+ alt: r.attributes.alt.toString(),
1301
+ width: r.attributes.width,
1302
+ height: r.attributes.height
1202
1303
  });
1203
- return e.attributes.link && (a = /* @__PURE__ */ r("a", {
1304
+ return r.attributes.link && (a = /* @__PURE__ */ t("a", {
1204
1305
  className: "image",
1205
- href: e.attributes.link,
1306
+ href: r.attributes.link.toString(),
1206
1307
  children: a
1207
- })), /* @__PURE__ */ u("div", {
1208
- className: `imageblock ${e.attributes.align ? "text-" + e.attributes.align : ""} ${e.attributes.float ? e.attributes.float : ""} ${e.role ? e.role : ""}`,
1209
- ...e.lineNumber ? {
1210
- "data-lineno": e.lineNumber
1308
+ })), /* @__PURE__ */ m("div", {
1309
+ className: `imageblock ${r.attributes.align ? "text-" + r.attributes.align : ""} ${r.attributes.float ? r.attributes.float : ""} ${r.role ? r.role : ""}`,
1310
+ ...r.lineNumber ? {
1311
+ "data-lineno": r.lineNumber
1211
1312
  } : {},
1212
1313
  style: {
1213
- maxWidth: e.attributes.width,
1214
- maxHeight: e.attributes.height
1314
+ maxWidth: r.attributes.width,
1315
+ maxHeight: r.attributes.height
1215
1316
  },
1216
- children: [/* @__PURE__ */ r("div", {
1317
+ children: [/* @__PURE__ */ t("div", {
1217
1318
  className: "content",
1218
1319
  children: a
1219
- }), /* @__PURE__ */ r(P, {
1220
- text: e.title
1320
+ }), /* @__PURE__ */ t(T, {
1321
+ text: r.title
1221
1322
  })]
1222
1323
  });
1223
- }, $t = ({
1224
- node: e
1324
+ }, st = ({
1325
+ node: r
1225
1326
  }) => {
1226
1327
  const {
1227
1328
  document: a
1228
- } = F(L), s = e.attributes.nowrap || a.attributes.prewrap;
1229
- if (e.style === "source") {
1230
- const l = e.language;
1231
- return /* @__PURE__ */ u("div", {
1329
+ } = B(P), i = r.attributes.nowrap || a.attributes.prewrap;
1330
+ if (r.style === "source") {
1331
+ const s = r.language;
1332
+ return /* @__PURE__ */ m("div", {
1232
1333
  className: "listingblock",
1233
- ...e.lineNumber ? {
1234
- "data-lineno": e.lineNumber
1334
+ ...r.lineNumber ? {
1335
+ "data-lineno": r.lineNumber
1235
1336
  } : {},
1236
- children: [/* @__PURE__ */ r(P, {
1237
- text: e.title
1238
- }), /* @__PURE__ */ r("div", {
1337
+ children: [/* @__PURE__ */ t(T, {
1338
+ text: r.title
1339
+ }), /* @__PURE__ */ t("div", {
1239
1340
  className: "content",
1240
- children: /* @__PURE__ */ r("pre", {
1241
- className: R("highlight", s ? " nowrap" : ""),
1242
- children: l ? /* @__PURE__ */ r("code", {
1243
- className: l ? `language-${l}` : "",
1244
- "data-lang": l,
1341
+ children: /* @__PURE__ */ t("pre", {
1342
+ className: D("highlight", i ? " nowrap" : ""),
1343
+ children: s ? /* @__PURE__ */ t("code", {
1344
+ className: s ? `language-${s}` : "",
1345
+ "data-lang": s,
1245
1346
  dangerouslySetInnerHTML: {
1246
- __html: e.content || ""
1347
+ __html: r.content || ""
1247
1348
  }
1248
- }) : /* @__PURE__ */ r("code", {
1349
+ }) : /* @__PURE__ */ t("code", {
1249
1350
  dangerouslySetInnerHTML: {
1250
- __html: e.content || ""
1351
+ __html: r.content || ""
1251
1352
  }
1252
1353
  })
1253
1354
  })
1254
1355
  })]
1255
1356
  });
1256
1357
  } else
1257
- return /* @__PURE__ */ u("div", {
1358
+ return /* @__PURE__ */ m("div", {
1258
1359
  className: "listingblock",
1259
- ...e.lineNumber ? {
1260
- "data-lineno": e.lineNumber
1360
+ ...r.lineNumber ? {
1361
+ "data-lineno": r.lineNumber
1261
1362
  } : {},
1262
- children: [/* @__PURE__ */ r(P, {
1263
- text: e.title
1264
- }), /* @__PURE__ */ r("div", {
1363
+ children: [/* @__PURE__ */ t(T, {
1364
+ text: r.title
1365
+ }), /* @__PURE__ */ t("div", {
1265
1366
  className: "content",
1266
- children: /* @__PURE__ */ r("pre", {
1267
- className: s ? " nowrap" : "",
1268
- children: /* @__PURE__ */ r("code", {
1367
+ children: /* @__PURE__ */ t("pre", {
1368
+ className: i ? " nowrap" : "",
1369
+ children: /* @__PURE__ */ t("code", {
1269
1370
  dangerouslySetInnerHTML: {
1270
- __html: e.source
1371
+ __html: r.source
1271
1372
  }
1272
1373
  })
1273
1374
  })
1274
1375
  })]
1275
1376
  });
1276
- }, It = ({
1277
- node: e
1377
+ }, lt = ({
1378
+ node: r
1278
1379
  }) => {
1279
1380
  const {
1280
1381
  document: a
1281
- } = F(L), s = a.attributes || {}, l = e.attributes.nowrap || s.prewrap === void 0;
1282
- return /* @__PURE__ */ u("div", {
1382
+ } = B(P), i = a.attributes || {}, s = r.attributes.nowrap || i.prewrap === void 0;
1383
+ return /* @__PURE__ */ m("div", {
1283
1384
  className: "literalblock",
1284
- ...e.lineNumber ? {
1285
- "data-lineno": e.lineNumber
1385
+ ...r.lineNumber ? {
1386
+ "data-lineno": r.lineNumber
1286
1387
  } : {},
1287
- children: [/* @__PURE__ */ r(P, {
1288
- text: e.title
1289
- }), /* @__PURE__ */ r("div", {
1388
+ children: [/* @__PURE__ */ t(T, {
1389
+ text: r.title
1390
+ }), /* @__PURE__ */ t("div", {
1290
1391
  className: "content",
1291
- children: /* @__PURE__ */ r("pre", {
1292
- className: l ? "nowrap" : "",
1293
- children: e.source
1392
+ children: /* @__PURE__ */ t("pre", {
1393
+ className: s ? "nowrap" : "",
1394
+ children: r.source
1294
1395
  })
1295
1396
  })]
1296
1397
  });
1297
- }, jt = ({
1298
- node: e
1299
- }) => /* @__PURE__ */ u("div", {
1300
- className: R("olist", e.role, e.style),
1301
- ...e.lineNumber ? {
1302
- "data-lineno": e.lineNumber
1398
+ }, ot = ({
1399
+ node: r
1400
+ }) => /* @__PURE__ */ m("div", {
1401
+ className: D("olist", r.role, r.style),
1402
+ ...r.lineNumber ? {
1403
+ "data-lineno": r.lineNumber
1303
1404
  } : {},
1304
- children: [/* @__PURE__ */ r(P, {
1305
- text: e.title
1306
- }), /* @__PURE__ */ r("ol", {
1307
- className: e.style,
1308
- reversed: le(e.attributes, "reversed"),
1309
- ...e.attributes.start ? {
1310
- start: parseInt(e.attributes.start)
1405
+ children: [/* @__PURE__ */ t(T, {
1406
+ text: r.title
1407
+ }), /* @__PURE__ */ t("ol", {
1408
+ className: r.style,
1409
+ reversed: dr(r.attributes, "reversed"),
1410
+ ...r.attributes.start ? {
1411
+ start: parseInt(`${r.attributes.start}`)
1311
1412
  } : {},
1312
- children: e.items.map((a, s) => /* @__PURE__ */ u("li", {
1313
- className: e.role ? e.role : "",
1314
- children: [/* @__PURE__ */ r("p", {
1315
- children: k(a.text || "")
1316
- }), /* @__PURE__ */ r($, {
1413
+ children: r.items.map((a, i) => /* @__PURE__ */ m("li", {
1414
+ className: r.role ? r.role : "",
1415
+ children: [/* @__PURE__ */ t("p", {
1416
+ children: R(a.text || "")
1417
+ }), /* @__PURE__ */ t(C, {
1317
1418
  blocks: a.blocks
1318
1419
  })]
1319
- }, s))
1420
+ }, i))
1320
1421
  })]
1321
- }), Lt = ({
1322
- node: e
1422
+ }), ct = ({
1423
+ node: r
1323
1424
  }) => {
1324
- const a = e.style;
1325
- return a === "abstract" ? /* @__PURE__ */ u("div", {
1326
- className: R("quoteblock abstract", e.role),
1327
- ...e.lineNumber ? {
1328
- "data-lineno": e.lineNumber
1425
+ const a = r.style;
1426
+ return a === "abstract" ? /* @__PURE__ */ m("div", {
1427
+ className: D("quoteblock abstract", r.role),
1428
+ ...r.lineNumber ? {
1429
+ "data-lineno": r.lineNumber
1329
1430
  } : {},
1330
- children: [/* @__PURE__ */ r(P, {
1331
- text: e.title
1332
- }), /* @__PURE__ */ r("blockquote", {
1431
+ children: [/* @__PURE__ */ t(T, {
1432
+ text: r.title
1433
+ }), /* @__PURE__ */ t("blockquote", {
1333
1434
  className: "content",
1334
- children: /* @__PURE__ */ r($, {
1335
- blocks: e.blocks
1435
+ children: /* @__PURE__ */ t(C, {
1436
+ blocks: r.blocks
1336
1437
  })
1337
1438
  })]
1338
- }) : /* @__PURE__ */ u("div", {
1339
- className: R("openblock", a && a !== "open" ? a : "", e.role),
1340
- ...e.lineNumber ? {
1341
- "data-lineno": e.lineNumber
1439
+ }) : /* @__PURE__ */ m("div", {
1440
+ className: D("openblock", a && a !== "open" ? a : "", r.role),
1441
+ ...r.lineNumber ? {
1442
+ "data-lineno": r.lineNumber
1342
1443
  } : {},
1343
- children: [/* @__PURE__ */ r(P, {
1344
- text: e.title
1345
- }), /* @__PURE__ */ r("div", {
1444
+ children: [/* @__PURE__ */ t(T, {
1445
+ text: r.title
1446
+ }), /* @__PURE__ */ t("div", {
1346
1447
  className: "content",
1347
- children: /* @__PURE__ */ r($, {
1348
- blocks: e.blocks
1448
+ children: /* @__PURE__ */ t(C, {
1449
+ blocks: r.blocks
1349
1450
  })
1350
1451
  })]
1351
1452
  });
1352
- }, Dt = () => /* @__PURE__ */ r("div", {
1453
+ }, nt = () => /* @__PURE__ */ t("div", {
1353
1454
  style: {
1354
1455
  pageBreakAfter: "always"
1355
1456
  }
1356
- }), Ft = ({
1357
- node: e
1358
- }) => /* @__PURE__ */ u("div", {
1359
- ...e.id ? {
1360
- id: e.id
1457
+ }), ut = ({
1458
+ node: r
1459
+ }) => /* @__PURE__ */ m("div", {
1460
+ ...r.id ? {
1461
+ id: r.id
1361
1462
  } : {},
1362
- className: R("paragraph", e.role),
1363
- ...e.lineNumber ? {
1364
- "data-lineno": e.lineNumber
1463
+ className: D("paragraph", r.role),
1464
+ ...r.lineNumber ? {
1465
+ "data-lineno": r.lineNumber
1365
1466
  } : {},
1366
- children: [/* @__PURE__ */ r(P, {
1367
- text: e.title
1368
- }), e.content && /* @__PURE__ */ r("p", {
1467
+ children: [/* @__PURE__ */ t(T, {
1468
+ text: r.title
1469
+ }), r.content && /* @__PURE__ */ t("p", {
1369
1470
  dangerouslySetInnerHTML: {
1370
- __html: e.content
1471
+ __html: r.content
1371
1472
  }
1372
1473
  })]
1373
- }), Mt = ({
1374
- node: e
1375
- }) => /* @__PURE__ */ r(j, {
1376
- children: k(e.content || "")
1377
- }), Wt = ({
1378
- node: e
1474
+ }), pt = ({
1475
+ node: r
1476
+ }) => /* @__PURE__ */ t(U, {
1477
+ children: R(r.content || "")
1478
+ }), dt = ({
1479
+ node: r
1379
1480
  }) => {
1380
1481
  const {
1381
1482
  document: a
1382
- } = F(L), s = a.attributes || {}, l = s["toc-placement"] === "preamble" && a.sections && a.sections.length > 0 && s.toc !== void 0;
1383
- return /* @__PURE__ */ r("div", {
1483
+ } = B(P), i = a.attributes || {}, s = i["toc-placement"] === "preamble" && a.sections && a.sections.length > 0 && i.toc !== void 0;
1484
+ return /* @__PURE__ */ t("div", {
1384
1485
  id: "preamble",
1385
- ...e.lineNumber ? {
1386
- "data-lineno": e.lineNumber
1486
+ ...r.lineNumber ? {
1487
+ "data-lineno": r.lineNumber
1387
1488
  } : {},
1388
- children: /* @__PURE__ */ u("div", {
1489
+ children: /* @__PURE__ */ m("div", {
1389
1490
  className: "sectionbody",
1390
- children: [/* @__PURE__ */ r($, {
1391
- blocks: e.blocks
1392
- }), l && /* @__PURE__ */ u("div", {
1491
+ children: [/* @__PURE__ */ t(C, {
1492
+ blocks: r.blocks
1493
+ }), s && /* @__PURE__ */ m("div", {
1393
1494
  id: "toc",
1394
- className: e.attributes["toc-class"] ? e.attributes["toc-class"] : "toc",
1395
- children: [/* @__PURE__ */ r("div", {
1495
+ className: r.attributes["toc-class"] ? `${r.attributes["toc-class"]}` : "toc",
1496
+ children: [/* @__PURE__ */ t("div", {
1396
1497
  id: "toctitle",
1397
- children: k(s["toc-title"])
1398
- }), a.sections && /* @__PURE__ */ r(ce, {
1498
+ children: R(`${i["toc-title"]}`)
1499
+ }), a.sections && /* @__PURE__ */ t(mr, {
1399
1500
  sections: a.sections
1400
1501
  })]
1401
1502
  })]
1402
1503
  })
1403
1504
  });
1404
- }, Bt = ({
1405
- node: e
1505
+ }, mt = ({
1506
+ node: r
1406
1507
  }) => {
1407
- const a = e.attributes.attribution, s = e.attributes.citetitle;
1408
- return /* @__PURE__ */ u("div", {
1409
- ...e.id ? {
1410
- id: e.id
1508
+ const a = r.attributes.attribution, i = r.attributes.citetitle;
1509
+ return /* @__PURE__ */ m("div", {
1510
+ ...r.id ? {
1511
+ id: r.id
1411
1512
  } : {},
1412
- className: R("quoteblock", e.role),
1413
- ...e.lineNumber ? {
1414
- "data-lineno": e.lineNumber
1513
+ className: D("quoteblock", r.role),
1514
+ ...r.lineNumber ? {
1515
+ "data-lineno": r.lineNumber
1415
1516
  } : {},
1416
- children: [/* @__PURE__ */ r(P, {
1417
- text: e.title
1418
- }), e.content && /* @__PURE__ */ r("blockquote", {
1517
+ children: [/* @__PURE__ */ t(T, {
1518
+ text: r.title
1519
+ }), r.content && /* @__PURE__ */ t("blockquote", {
1419
1520
  dangerouslySetInnerHTML: {
1420
- __html: e.content
1521
+ __html: r.content
1421
1522
  }
1422
- }), /* @__PURE__ */ r($, {
1423
- blocks: e.blocks
1424
- }), a && /* @__PURE__ */ u("div", {
1523
+ }), /* @__PURE__ */ t(C, {
1524
+ blocks: r.blocks
1525
+ }), a && /* @__PURE__ */ m("div", {
1425
1526
  className: "attribution",
1426
- children: ["\u2014 ", a, s && /* @__PURE__ */ r("cite", {
1427
- children: s
1527
+ children: ["\u2014 ", a, i && /* @__PURE__ */ t("cite", {
1528
+ children: i
1428
1529
  })]
1429
1530
  })]
1430
1531
  });
1431
- }, Ht = ({
1432
- node: e
1532
+ }, gt = ({
1533
+ node: r
1433
1534
  }) => {
1434
1535
  const {
1435
1536
  document: a
1436
- } = F(L), s = a.attributes || {};
1437
- let l = e.title, o = e.num;
1438
- o = o === "." ? "" : o;
1439
- const m = s.sectnumlevels ? parseInt(s.sectnumlevels) : 3;
1440
- return e.numbered && e.level <= m && (l = `${o} ${e.title}`), s.sectlinks && (l = /* @__PURE__ */ u(j, {
1441
- children: [/* @__PURE__ */ r("a", {
1537
+ } = B(P), i = a.attributes || {};
1538
+ let s = r.title, c = r.num;
1539
+ c = c === "." ? "" : c;
1540
+ const d = i.sectnumlevels ? parseInt(`${i.sectnumlevels}`) : 3;
1541
+ return r.numbered && r.level <= d && (s = `${c} ${r.title}`), i.sectlinks && (s = /* @__PURE__ */ m(U, {
1542
+ children: [/* @__PURE__ */ t("a", {
1442
1543
  className: "anchor",
1443
- id: e.id || "",
1444
- ...e.lineNumber ? {
1445
- "data-lineno": e.lineNumber
1544
+ id: r.id || "",
1545
+ ...r.lineNumber ? {
1546
+ "data-lineno": r.lineNumber
1446
1547
  } : {}
1447
- }), /* @__PURE__ */ r("a", {
1548
+ }), /* @__PURE__ */ t("a", {
1448
1549
  className: "link",
1449
- href: `#${e.id}`,
1550
+ href: `#${r.id}`,
1450
1551
  dangerouslySetInnerHTML: {
1451
- __html: l
1552
+ __html: s
1452
1553
  }
1453
1554
  })]
1454
- })), e.level === 0 ? /* @__PURE__ */ u(j, {
1455
- children: [/* @__PURE__ */ r("h1", {
1456
- className: R("sect0", e.role),
1457
- "data-sectnum": o,
1458
- ...e.lineNumber ? {
1459
- "data-lineno": e.lineNumber
1555
+ })), r.level === 0 ? /* @__PURE__ */ m(U, {
1556
+ children: [/* @__PURE__ */ t("h1", {
1557
+ className: D("sect0", r.role),
1558
+ "data-sectnum": c,
1559
+ ...r.lineNumber ? {
1560
+ "data-lineno": r.lineNumber
1460
1561
  } : {},
1461
- children: l
1462
- }), /* @__PURE__ */ r($, {
1463
- blocks: e.blocks
1562
+ children: s
1563
+ }), /* @__PURE__ */ t(C, {
1564
+ blocks: r.blocks
1464
1565
  })]
1465
- }) : /* @__PURE__ */ u("div", {
1466
- className: R(`sect${e.level}`, e.role),
1467
- ...e.lineNumber ? {
1468
- "data-lineno": e.lineNumber
1566
+ }) : /* @__PURE__ */ m("div", {
1567
+ className: D(`sect${r.level}`, r.role),
1568
+ ...r.lineNumber ? {
1569
+ "data-lineno": r.lineNumber
1469
1570
  } : {},
1470
- children: [q(`h${e.level + 1}`, {
1471
- "data-sectnum": o
1472
- }, l), /* @__PURE__ */ r("div", {
1571
+ children: [Y(`h${r.level + 1}`, {
1572
+ "data-sectnum": c
1573
+ }, s), /* @__PURE__ */ t("div", {
1473
1574
  className: "sectionbody",
1474
- children: /* @__PURE__ */ r($, {
1475
- blocks: e.blocks
1575
+ children: /* @__PURE__ */ t(C, {
1576
+ blocks: r.blocks
1476
1577
  })
1477
1578
  })]
1478
1579
  });
1479
- }, Ut = ({
1480
- node: e
1481
- }) => /* @__PURE__ */ r("div", {
1482
- className: R("sidebarblock", e.role),
1483
- ...e.lineNumber ? {
1484
- "data-lineno": e.lineNumber
1580
+ }, ft = ({
1581
+ node: r
1582
+ }) => /* @__PURE__ */ t("div", {
1583
+ className: D("sidebarblock", r.role),
1584
+ ...r.lineNumber ? {
1585
+ "data-lineno": r.lineNumber
1485
1586
  } : {},
1486
- children: /* @__PURE__ */ u("div", {
1587
+ children: /* @__PURE__ */ m("div", {
1487
1588
  className: "content",
1488
- children: [/* @__PURE__ */ r(P, {
1489
- text: e.title
1490
- }), /* @__PURE__ */ r($, {
1491
- blocks: e.blocks
1589
+ children: [/* @__PURE__ */ t(T, {
1590
+ text: r.title
1591
+ }), /* @__PURE__ */ t(C, {
1592
+ blocks: r.blocks
1492
1593
  })]
1493
1594
  })
1494
- }), Yt = ({
1495
- node: e
1595
+ }), ht = ({
1596
+ node: r
1496
1597
  }) => {
1497
1598
  const {
1498
1599
  document: a
1499
- } = F(L), s = a.attributes || {};
1500
- let l = ["frame-" + ne(e.attributes, "frame", "all", "table-frame", s), "grid-" + ne(e.attributes, "grid", "all", "table-grid", s)], o = ne(e.attributes, "stripes", null, "table-stripes", s);
1501
- o && l.push("stripes-" + o);
1502
- let m = le(e.attributes, "autowidth"), i = parseInt(e.attributes.tablepcwidth), d = null;
1503
- m && !B(e.attributes, "width") ? l.push("fit-content") : i === 100 ? l.push("stretch") : d = `${i}%`, B(e.attributes, "float") && l.push(e.attributes.float), e.role && l.push(e.role || "");
1504
- const h = (v) => R("tableblock", `halign-${v.attributes.halign}`, `valign-${v.attributes.valign}`), C = e.title, p = e.id, f = p || Vt(C || "");
1505
- return /* @__PURE__ */ u("table", {
1506
- className: R("tableblock", ...l),
1600
+ } = B(P), i = a.attributes || {};
1601
+ let s = ["frame-" + cr(r.attributes, "frame", "all", "table-frame", i), "grid-" + cr(r.attributes, "grid", "all", "table-grid", i)], c = cr(r.attributes, "stripes", null, "table-stripes", i);
1602
+ c && s.push("stripes-" + c);
1603
+ let d = dr(r.attributes, "autowidth"), g = parseInt(`${r.attributes.tablepcwidth}`), o = null;
1604
+ d && !H(r.attributes, "width") ? s.push("fit-content") : g === 100 ? s.push("stretch") : o = `${g}%`, H(r.attributes, "float") && s.push(`${r.attributes.float}`), r.role && s.push(r.role || "");
1605
+ const n = (p) => D("tableblock", `halign-${p.attributes.halign}`, `valign-${p.attributes.valign}`), N = r.title, q = r.id, v = q || bt(N || "");
1606
+ return /* @__PURE__ */ m("table", {
1607
+ className: D("tableblock", ...s),
1507
1608
  style: {
1508
- width: d || void 0
1609
+ width: o || void 0
1509
1610
  },
1510
- ...e.lineNumber ? {
1511
- "data-lineno": e.lineNumber
1611
+ ...r.lineNumber ? {
1612
+ "data-lineno": r.lineNumber
1512
1613
  } : {},
1513
- children: [e.title && /* @__PURE__ */ u("caption", {
1614
+ children: [r.title && /* @__PURE__ */ m("caption", {
1514
1615
  className: "title",
1515
- children: [!p && /* @__PURE__ */ r("a", {
1616
+ children: [!q && /* @__PURE__ */ t("a", {
1516
1617
  className: "anchor",
1517
- id: f
1518
- }), /* @__PURE__ */ r("a", {
1519
- href: `#${f}`,
1520
- children: e.title
1618
+ id: v
1619
+ }), /* @__PURE__ */ t("a", {
1620
+ href: `#${v}`,
1621
+ children: r.title
1521
1622
  })]
1522
- }), e.columns.length > 0 && /* @__PURE__ */ r("colgroup", {
1523
- children: e.columns.map((v, w) => {
1524
- const E = v.attributes.colpcwidth;
1525
- return /* @__PURE__ */ r("col", {
1623
+ }), r.columns.length > 0 && /* @__PURE__ */ t("colgroup", {
1624
+ children: r.columns.map((p, h) => {
1625
+ const x = p.attributes.colpcwidth;
1626
+ return /* @__PURE__ */ t("col", {
1526
1627
  style: {
1527
- width: `${E}%`
1628
+ width: `${x}%`
1528
1629
  }
1529
- }, w);
1630
+ }, h);
1530
1631
  })
1531
- }), e.headRows.map((v, w) => /* @__PURE__ */ r("thead", {
1532
- children: /* @__PURE__ */ r("tr", {
1533
- children: v.map((E, O) => /* @__PURE__ */ r("th", {
1534
- className: h(E),
1632
+ }), r.headRows.map((p, h) => /* @__PURE__ */ t("thead", {
1633
+ children: /* @__PURE__ */ t("tr", {
1634
+ children: p.map((x, O) => /* @__PURE__ */ t("th", {
1635
+ className: n(x),
1535
1636
  dangerouslySetInnerHTML: {
1536
- __html: E.text
1637
+ __html: x.text
1537
1638
  }
1538
1639
  }, O))
1539
1640
  })
1540
- }, w)), /* @__PURE__ */ r("tbody", {
1541
- children: e.bodyRows.map((v, w) => /* @__PURE__ */ r("tr", {
1542
- children: v.map((E, O) => {
1543
- const z = E.columnSpan, D = E.rowSpan, S = E.content, U = {
1544
- colSpan: z,
1545
- rowSpan: D,
1546
- className: h(E)
1547
- }, J = E.style;
1548
- if (J === "asciidoc")
1549
- return /* @__PURE__ */ q("td", {
1550
- ...U,
1641
+ }, h)), /* @__PURE__ */ t("tbody", {
1642
+ children: r.bodyRows.map((p, h) => /* @__PURE__ */ t("tr", {
1643
+ children: p.map((x, O) => {
1644
+ const _ = x.columnSpan, I = x.rowSpan, A = x.content, z = {
1645
+ colSpan: _,
1646
+ rowSpan: I,
1647
+ className: n(x)
1648
+ }, Z = x.style;
1649
+ if (Z === "asciidoc")
1650
+ return /* @__PURE__ */ Y("td", {
1651
+ ...z,
1551
1652
  key: O
1552
- }, /* @__PURE__ */ r("div", {
1653
+ }, /* @__PURE__ */ t("div", {
1553
1654
  className: "content",
1554
1655
  dangerouslySetInnerHTML: {
1555
- __html: S || ""
1656
+ __html: A || ""
1556
1657
  }
1557
1658
  }));
1558
- if (J === "literal")
1559
- return /* @__PURE__ */ q("td", {
1560
- ...U,
1659
+ if (Z === "literal")
1660
+ return /* @__PURE__ */ Y("td", {
1661
+ ...z,
1561
1662
  key: O
1562
- }, /* @__PURE__ */ r("div", {
1663
+ }, /* @__PURE__ */ t("div", {
1563
1664
  className: "literal",
1564
- children: /* @__PURE__ */ r("pre", {
1665
+ children: /* @__PURE__ */ t("pre", {
1565
1666
  dangerouslySetInnerHTML: {
1566
- __html: S || ""
1667
+ __html: A || ""
1567
1668
  }
1568
1669
  })
1569
1670
  }));
1570
- if (J === "header")
1571
- return /* @__PURE__ */ q("th", {
1572
- ...U,
1671
+ if (Z === "header")
1672
+ return /* @__PURE__ */ Y("th", {
1673
+ ...z,
1573
1674
  key: O
1574
- }, /* @__PURE__ */ r("p", {
1675
+ }, /* @__PURE__ */ t("p", {
1575
1676
  className: "tableblock",
1576
1677
  dangerouslySetInnerHTML: {
1577
- __html: S || ""
1678
+ __html: A || ""
1578
1679
  }
1579
1680
  }));
1580
1681
  {
1581
- let Z = S;
1582
- return /* @__PURE__ */ q("td", {
1583
- ...U,
1682
+ let tr = A;
1683
+ return /* @__PURE__ */ Y("td", {
1684
+ ...z,
1584
1685
  key: O
1585
- }, Z.length === 0 ? "" : k(`<p class="tableblock">${Z.join(`</p>
1686
+ }, tr.length === 0 ? "" : R(`<p class="tableblock">${tr.join(`</p>
1586
1687
  <p class="tableblock">`)}</p>`));
1587
1688
  }
1588
1689
  })
1589
- }, w))
1590
- }), e.footRows.map((v, w) => /* @__PURE__ */ r("tfoot", {
1591
- children: /* @__PURE__ */ r("tr", {
1592
- children: v.map((E, O) => /* @__PURE__ */ r("td", {
1593
- className: h(E),
1594
- children: /* @__PURE__ */ r("p", {
1690
+ }, h))
1691
+ }), r.footRows.map((p, h) => /* @__PURE__ */ t("tfoot", {
1692
+ children: /* @__PURE__ */ t("tr", {
1693
+ children: p.map((x, O) => /* @__PURE__ */ t("td", {
1694
+ className: n(x),
1695
+ children: /* @__PURE__ */ t("p", {
1595
1696
  className: "tableblock",
1596
1697
  dangerouslySetInnerHTML: {
1597
- __html: E.text
1698
+ __html: x.text
1598
1699
  }
1599
1700
  })
1600
1701
  }, O))
1601
1702
  })
1602
- }, w))]
1703
+ }, h))]
1603
1704
  });
1604
- }, Vt = (e) => e.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toLowerCase().trim().replace(/\s+/g, "_").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/-$/g, ""), qt = ({
1605
- node: e
1705
+ }, bt = (r) => r.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toLowerCase().trim().replace(/\s+/g, "_").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/-$/g, ""), vt = ({
1706
+ node: r
1606
1707
  }) => {
1607
1708
  const {
1608
1709
  document: a
1609
- } = F(L), s = a.attributes || {}, l = a.sections && a.sections.length > 0;
1610
- let o = e.id || "toc";
1611
- const m = e.title ? e.title : s["toc-title"], i = s["toc-placement"], d = s.toc !== void 0, h = e.attributes.levels ? parseInt(e.attributes.levels) : void 0;
1612
- return i === "macro" && l && d ? /* @__PURE__ */ u("div", {
1613
- id: o,
1614
- className: R("toc", e.role),
1615
- children: [/* @__PURE__ */ r("div", {
1616
- id: `${o}title`,
1710
+ } = B(P), i = a.attributes || {}, s = a.sections && a.sections.length > 0;
1711
+ let c = r.id || "toc";
1712
+ const d = r.title ? r.title : i["toc-title"], g = i["toc-placement"], o = i.toc !== void 0, n = r.attributes.levels ? parseInt(`${r.attributes.levels}`) : void 0;
1713
+ return g === "macro" && s && o ? /* @__PURE__ */ m("div", {
1714
+ id: c,
1715
+ className: D("toc", r.role),
1716
+ children: [/* @__PURE__ */ t("div", {
1717
+ id: `${c}title`,
1617
1718
  className: "title",
1618
- children: k(m || "")
1619
- }), a.sections && /* @__PURE__ */ r(ce, {
1719
+ children: R(`${d}` || "")
1720
+ }), a.sections && /* @__PURE__ */ t(mr, {
1620
1721
  sections: a.sections,
1621
1722
  opts: {
1622
- tocLevels: h
1723
+ tocLevels: n
1623
1724
  }
1624
1725
  })]
1625
1726
  }) : null;
1626
- }, zt = () => /* @__PURE__ */ r("hr", {}), Jt = ({
1627
- node: e
1727
+ }, yt = () => /* @__PURE__ */ t("hr", {}), wt = ({
1728
+ node: r
1628
1729
  }) => {
1629
- const a = le(e.attributes, "checklist");
1630
- return /* @__PURE__ */ u("div", {
1631
- ...e.id ? {
1632
- id: e.id
1730
+ const a = dr(r.attributes, "checklist");
1731
+ return /* @__PURE__ */ m("div", {
1732
+ ...r.id ? {
1733
+ id: r.id
1633
1734
  } : {},
1634
- className: R("ulist", e.style, e.role, a && "checklist"),
1635
- ...e.lineNumber ? {
1636
- "data-lineno": e.lineNumber
1735
+ className: D("ulist", r.style, r.role, a && "checklist"),
1736
+ ...r.lineNumber ? {
1737
+ "data-lineno": r.lineNumber
1637
1738
  } : {},
1638
- children: [/* @__PURE__ */ r(P, {
1639
- text: e.title
1640
- }), /* @__PURE__ */ r("ul", {
1739
+ children: [/* @__PURE__ */ t(T, {
1740
+ text: r.title
1741
+ }), /* @__PURE__ */ t("ul", {
1641
1742
  className: a ? "checklist" : "",
1642
- children: e.items.map((s, l) => a ? /* @__PURE__ */ r("li", {
1643
- id: s.id,
1644
- className: e.role,
1645
- children: /* @__PURE__ */ u("p", {
1646
- children: [a && s.attributes.checkbox && /* @__PURE__ */ r("i", {
1647
- className: R("fa", s.attributes.checked ? "fa-check-square-o" : "fa-square-o")
1648
- }), " ", k(s.text || "")]
1743
+ children: r.items.map((i, s) => a ? /* @__PURE__ */ t("li", {
1744
+ id: i.id,
1745
+ className: r.role,
1746
+ children: /* @__PURE__ */ m("p", {
1747
+ children: [a && i.attributes.checkbox && /* @__PURE__ */ t("i", {
1748
+ className: D("fa", i.attributes.checked ? "fa-check-square-o" : "fa-square-o")
1749
+ }), " ", R(i.text || "")]
1649
1750
  })
1650
- }, l) : /* @__PURE__ */ u("li", {
1651
- id: s.id,
1652
- className: e.role,
1653
- children: [/* @__PURE__ */ r("p", {
1751
+ }, s) : /* @__PURE__ */ m("li", {
1752
+ id: i.id,
1753
+ className: r.role,
1754
+ children: [/* @__PURE__ */ t("p", {
1654
1755
  dangerouslySetInnerHTML: {
1655
- __html: s.text || ""
1756
+ __html: i.text || ""
1656
1757
  }
1657
- }), /* @__PURE__ */ r($, {
1658
- blocks: s.blocks
1758
+ }), /* @__PURE__ */ t(C, {
1759
+ blocks: i.blocks
1659
1760
  })]
1660
- }, l))
1761
+ }, s))
1661
1762
  })]
1662
1763
  });
1663
- }, Gt = ({
1664
- node: e
1764
+ }, qt = ({
1765
+ node: r
1665
1766
  }) => {
1666
- const a = e.attributes.attribution, s = e.attributes.citetitle;
1667
- return /* @__PURE__ */ u("div", {
1668
- ...e.id ? {
1669
- id: e.id
1767
+ const a = r.attributes.attribution, i = r.attributes.citetitle;
1768
+ return /* @__PURE__ */ m("div", {
1769
+ ...r.id ? {
1770
+ id: r.id
1670
1771
  } : {},
1671
- className: R("verseblock", e.role),
1672
- ...e.lineNumber ? {
1673
- "data-lineno": e.lineNumber
1772
+ className: D("verseblock", r.role),
1773
+ ...r.lineNumber ? {
1774
+ "data-lineno": r.lineNumber
1674
1775
  } : {},
1675
- children: [/* @__PURE__ */ r(P, {
1676
- text: e.title
1677
- }), e.content && /* @__PURE__ */ r("pre", {
1776
+ children: [/* @__PURE__ */ t(T, {
1777
+ text: r.title
1778
+ }), r.content && /* @__PURE__ */ t("pre", {
1678
1779
  className: "content",
1679
1780
  dangerouslySetInnerHTML: {
1680
- __html: e.content
1781
+ __html: r.content
1681
1782
  }
1682
- }), a && /* @__PURE__ */ u("div", {
1783
+ }), a && /* @__PURE__ */ m("div", {
1683
1784
  className: "attribution",
1684
- children: ["\u2014 ", a, s && /* @__PURE__ */ r("cite", {
1685
- children: s
1785
+ children: ["\u2014 ", a, i && /* @__PURE__ */ t("cite", {
1786
+ children: i
1686
1787
  })]
1687
1788
  })]
1688
1789
  });
1689
- }, L = wt({
1790
+ }, P = Pe({
1690
1791
  document: {}
1691
- }), rr = ({
1692
- document: e,
1792
+ }), St = ({
1793
+ document: r,
1693
1794
  options: a
1694
1795
  }) => {
1695
- const s = a && a.customDocument;
1696
- return /* @__PURE__ */ r(L.Provider, {
1796
+ const i = a && a.customDocument;
1797
+ return /* @__PURE__ */ t(P.Provider, {
1697
1798
  value: {
1698
1799
  ...a,
1699
1800
  document: {
1700
- attributes: e.attributes,
1701
- sections: e.sections
1801
+ attributes: r.attributes,
1802
+ sections: r.sections
1702
1803
  }
1703
1804
  },
1704
- children: s ? /* @__PURE__ */ r(s, {
1705
- document: e
1706
- }) : /* @__PURE__ */ r(Ct, {
1707
- document: e
1805
+ children: i ? /* @__PURE__ */ t(i, {
1806
+ document: r
1807
+ }) : /* @__PURE__ */ t(et, {
1808
+ document: r
1708
1809
  })
1709
1810
  });
1710
- }, $ = ({
1711
- blocks: e
1712
- }) => /* @__PURE__ */ r(j, {
1713
- children: e.map((a, s) => /* @__PURE__ */ r(Kt, {
1811
+ }, C = ({
1812
+ blocks: r
1813
+ }) => /* @__PURE__ */ t(U, {
1814
+ children: r.map((a, i) => /* @__PURE__ */ t(xt, {
1714
1815
  node: a
1715
- }, `${s}-${a.type}`))
1716
- }), Kt = ({
1717
- node: e
1816
+ }, `${i}-${a.type}`))
1817
+ }), xt = ({
1818
+ node: r
1718
1819
  }) => {
1719
1820
  const {
1720
1821
  overrides: a
1721
- } = F(L), s = e.type, l = a && a[s];
1722
- if (l)
1723
- return /* @__PURE__ */ r(l, {
1724
- node: e
1822
+ } = B(P), i = r.type, s = a && a[i];
1823
+ if (s)
1824
+ return /* @__PURE__ */ t(s, {
1825
+ node: r
1725
1826
  });
1726
- switch (s) {
1827
+ switch (i) {
1727
1828
  case "audio":
1728
- return /* @__PURE__ */ r(St, {
1729
- node: e
1829
+ return /* @__PURE__ */ t(je, {
1830
+ node: r
1730
1831
  });
1731
1832
  case "preamble":
1732
- return /* @__PURE__ */ r(Wt, {
1733
- node: e
1833
+ return /* @__PURE__ */ t(dt, {
1834
+ node: r
1734
1835
  });
1735
1836
  case "section":
1736
- return /* @__PURE__ */ r(Ht, {
1737
- node: e
1837
+ return /* @__PURE__ */ t(gt, {
1838
+ node: r
1738
1839
  });
1739
1840
  case "paragraph":
1740
- return /* @__PURE__ */ r(Ft, {
1741
- node: e
1841
+ return /* @__PURE__ */ t(ut, {
1842
+ node: r
1742
1843
  });
1743
1844
  case "dlist":
1744
- return /* @__PURE__ */ r(kt, {
1745
- node: e
1845
+ return /* @__PURE__ */ t(rt, {
1846
+ node: r
1746
1847
  });
1747
1848
  case "ulist":
1748
- return /* @__PURE__ */ r(Jt, {
1749
- node: e
1849
+ return /* @__PURE__ */ t(wt, {
1850
+ node: r
1750
1851
  });
1751
1852
  case "floating_title":
1752
- return /* @__PURE__ */ r(Pt, {
1753
- node: e
1853
+ return /* @__PURE__ */ t(at, {
1854
+ node: r
1754
1855
  });
1755
1856
  case "admonition":
1756
- return /* @__PURE__ */ r(Et, {
1757
- node: e
1857
+ return /* @__PURE__ */ t(Ve, {
1858
+ node: r
1758
1859
  });
1759
1860
  case "listing":
1760
- return /* @__PURE__ */ r($t, {
1761
- node: e
1861
+ return /* @__PURE__ */ t(st, {
1862
+ node: r
1762
1863
  });
1763
1864
  case "literal":
1764
- return /* @__PURE__ */ r(It, {
1765
- node: e
1865
+ return /* @__PURE__ */ t(lt, {
1866
+ node: r
1766
1867
  });
1767
1868
  case "image":
1768
- return /* @__PURE__ */ r(At, {
1769
- node: e
1869
+ return /* @__PURE__ */ t(it, {
1870
+ node: r
1770
1871
  });
1771
1872
  case "colist":
1772
- return /* @__PURE__ */ r(Tt, {
1773
- node: e
1873
+ return /* @__PURE__ */ t(He, {
1874
+ node: r
1774
1875
  });
1775
1876
  case "olist":
1776
- return /* @__PURE__ */ r(jt, {
1777
- node: e
1877
+ return /* @__PURE__ */ t(ot, {
1878
+ node: r
1778
1879
  });
1779
1880
  case "table":
1780
- return /* @__PURE__ */ r(Yt, {
1781
- node: e
1881
+ return /* @__PURE__ */ t(ht, {
1882
+ node: r
1782
1883
  });
1783
1884
  case "thematic_break":
1784
- return /* @__PURE__ */ r(zt, {});
1885
+ return /* @__PURE__ */ t(yt, {});
1785
1886
  case "open":
1786
- return /* @__PURE__ */ r(Lt, {
1787
- node: e
1887
+ return /* @__PURE__ */ t(ct, {
1888
+ node: r
1788
1889
  });
1789
1890
  case "pass":
1790
- return /* @__PURE__ */ r(Mt, {
1791
- node: e
1891
+ return /* @__PURE__ */ t(pt, {
1892
+ node: r
1792
1893
  });
1793
1894
  case "page_break":
1794
- return /* @__PURE__ */ r(Dt, {});
1895
+ return /* @__PURE__ */ t(nt, {});
1795
1896
  case "example":
1796
- return /* @__PURE__ */ r(Ot, {
1797
- node: e
1897
+ return /* @__PURE__ */ t(tt, {
1898
+ node: r
1798
1899
  });
1799
1900
  case "sidebar":
1800
- return /* @__PURE__ */ r(Ut, {
1801
- node: e
1901
+ return /* @__PURE__ */ t(ft, {
1902
+ node: r
1802
1903
  });
1803
1904
  case "quote":
1804
- return /* @__PURE__ */ r(Bt, {
1805
- node: e
1905
+ return /* @__PURE__ */ t(mt, {
1906
+ node: r
1806
1907
  });
1807
1908
  case "verse":
1808
- return /* @__PURE__ */ r(Gt, {
1809
- node: e
1909
+ return /* @__PURE__ */ t(qt, {
1910
+ node: r
1810
1911
  });
1811
1912
  case "toc":
1812
- return /* @__PURE__ */ r(qt, {
1813
- node: e
1913
+ return /* @__PURE__ */ t(vt, {
1914
+ node: r
1814
1915
  });
1815
1916
  default:
1816
- return /* @__PURE__ */ r(j, {});
1917
+ return /* @__PURE__ */ t(U, {});
1817
1918
  }
1818
- }, ir = () => {
1819
- const e = F(L);
1820
- if (e === void 0)
1919
+ }, Rt = () => {
1920
+ const r = B(P);
1921
+ if (r === void 0)
1821
1922
  throw new Error("useConverterContext must be used within a Provider");
1822
- return e;
1923
+ return r;
1823
1924
  };
1824
1925
  export {
1825
- Et as Admonition,
1826
- rr as Asciidoc,
1827
- St as Audio,
1828
- Tt as CoList,
1829
- $ as Content,
1830
- L as Context,
1831
- kt as DList,
1832
- Ct as Document,
1833
- Ot as Example,
1834
- Pt as FloatingTitle,
1835
- At as Image,
1836
- $t as Listing,
1837
- It as Literal,
1838
- jt as OList,
1839
- Lt as Open,
1840
- ce as Outline,
1841
- Dt as PageBreak,
1842
- Ft as Paragraph,
1843
- Mt as Pass,
1844
- Wt as Preamble,
1845
- Bt as Quote,
1846
- Ht as Section,
1847
- Ut as Sidebar,
1848
- Yt as Table,
1849
- qt as TableOfContents,
1850
- zt as ThematicBreak,
1851
- P as Title,
1852
- Jt as UList,
1853
- Gt as Verse,
1854
- sr as parse,
1855
- Zt as prepareDocument,
1856
- er as processDocument,
1857
- tr as processDocumentSync,
1858
- ir as useConverterContext
1926
+ Ve as Admonition,
1927
+ St as Asciidoc,
1928
+ je as Audio,
1929
+ He as CoList,
1930
+ C as Content,
1931
+ P as Context,
1932
+ rt as DList,
1933
+ et as Document,
1934
+ tt as Example,
1935
+ at as FloatingTitle,
1936
+ it as Image,
1937
+ st as Listing,
1938
+ lt as Literal,
1939
+ ot as OList,
1940
+ ct as Open,
1941
+ mr as Outline,
1942
+ nt as PageBreak,
1943
+ ut as Paragraph,
1944
+ pt as Pass,
1945
+ dt as Preamble,
1946
+ mt as Quote,
1947
+ gt as Section,
1948
+ ft as Sidebar,
1949
+ ht as Table,
1950
+ vt as TableOfContents,
1951
+ yt as ThematicBreak,
1952
+ T as Title,
1953
+ wt as UList,
1954
+ qt as Verse,
1955
+ Lt as parse,
1956
+ At as prepareDocument,
1957
+ kt as processDocument,
1958
+ Dt as processDocumentSync,
1959
+ Rt as useConverterContext
1859
1960
  };