@oxide/react-asciidoc 1.2.0 → 1.3.0--canary.46.17945317592.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.
- package/dist/react-asciidoc.js +112 -99
- package/dist/react-asciidoc.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/react-asciidoc.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Ae, { Fragment as se, createElement as C, createContext as Se, useContext as ve } from "react";
|
|
2
|
-
import
|
|
2
|
+
import h from "html-react-parser";
|
|
3
3
|
import { default as kr } from "html-react-parser";
|
|
4
4
|
function Te(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -55,7 +55,7 @@ function Le() {
|
|
|
55
55
|
return i.$$typeof === qe ? null : i.displayName || i.name || null;
|
|
56
56
|
if (typeof i == "string") return i;
|
|
57
57
|
switch (i) {
|
|
58
|
-
case
|
|
58
|
+
case v:
|
|
59
59
|
return "Fragment";
|
|
60
60
|
case $:
|
|
61
61
|
return "Profiler";
|
|
@@ -104,8 +104,8 @@ function Le() {
|
|
|
104
104
|
}
|
|
105
105
|
if (d) {
|
|
106
106
|
d = console;
|
|
107
|
-
var
|
|
108
|
-
return
|
|
107
|
+
var b = d.error, y = typeof Symbol == "function" && Symbol.toStringTag && i[Symbol.toStringTag] || i.constructor.name || "Object";
|
|
108
|
+
return b.call(
|
|
109
109
|
d,
|
|
110
110
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
111
111
|
y
|
|
@@ -113,7 +113,7 @@ function Le() {
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
function n(i) {
|
|
116
|
-
if (i ===
|
|
116
|
+
if (i === v) return "<>";
|
|
117
117
|
if (typeof i == "object" && i !== null && i.$$typeof === le)
|
|
118
118
|
return "<...>";
|
|
119
119
|
try {
|
|
@@ -138,14 +138,14 @@ function Le() {
|
|
|
138
138
|
return i.key !== void 0;
|
|
139
139
|
}
|
|
140
140
|
function c(i, d) {
|
|
141
|
-
function
|
|
141
|
+
function b() {
|
|
142
142
|
oe || (oe = !0, console.error(
|
|
143
143
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
144
144
|
d
|
|
145
145
|
));
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
get:
|
|
147
|
+
b.isReactWarning = !0, Object.defineProperty(i, "key", {
|
|
148
|
+
get: b,
|
|
149
149
|
configurable: !0
|
|
150
150
|
});
|
|
151
151
|
}
|
|
@@ -155,14 +155,14 @@ function Le() {
|
|
|
155
155
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
156
156
|
)), i = this.props.ref, i !== void 0 ? i : null;
|
|
157
157
|
}
|
|
158
|
-
function j(i, d,
|
|
159
|
-
return
|
|
160
|
-
$$typeof:
|
|
158
|
+
function j(i, d, b, y, S, k, Z, X) {
|
|
159
|
+
return b = k.ref, i = {
|
|
160
|
+
$$typeof: x,
|
|
161
161
|
type: i,
|
|
162
162
|
key: d,
|
|
163
163
|
props: k,
|
|
164
164
|
_owner: S
|
|
165
|
-
}, (
|
|
165
|
+
}, (b !== void 0 ? b : null) !== null ? Object.defineProperty(i, "ref", {
|
|
166
166
|
enumerable: !1,
|
|
167
167
|
get: p
|
|
168
168
|
}) : Object.defineProperty(i, "ref", { enumerable: !1, value: null }), i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
@@ -187,7 +187,7 @@ function Le() {
|
|
|
187
187
|
value: X
|
|
188
188
|
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
189
189
|
}
|
|
190
|
-
function g(i, d,
|
|
190
|
+
function g(i, d, b, y, S, k, Z, X) {
|
|
191
191
|
var q = d.children;
|
|
192
192
|
if (q !== void 0)
|
|
193
193
|
if (y)
|
|
@@ -218,13 +218,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
218
218
|
q
|
|
219
219
|
), me[q + y] = !0);
|
|
220
220
|
}
|
|
221
|
-
if (q = null,
|
|
222
|
-
|
|
221
|
+
if (q = null, b !== void 0 && (s(b), q = "" + b), a(d) && (s(d.key), q = "" + d.key), "key" in d) {
|
|
222
|
+
b = {};
|
|
223
223
|
for (var Q in d)
|
|
224
|
-
Q !== "key" && (
|
|
225
|
-
} else
|
|
224
|
+
Q !== "key" && (b[Q] = d[Q]);
|
|
225
|
+
} else b = d;
|
|
226
226
|
return q && c(
|
|
227
|
-
|
|
227
|
+
b,
|
|
228
228
|
typeof i == "function" ? i.displayName || i.name || "Unknown" : i
|
|
229
229
|
), j(
|
|
230
230
|
i,
|
|
@@ -232,15 +232,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
232
232
|
k,
|
|
233
233
|
S,
|
|
234
234
|
l(),
|
|
235
|
-
|
|
235
|
+
b,
|
|
236
236
|
Z,
|
|
237
237
|
X
|
|
238
238
|
);
|
|
239
239
|
}
|
|
240
240
|
function u(i) {
|
|
241
|
-
typeof i == "object" && i !== null && i.$$typeof ===
|
|
241
|
+
typeof i == "object" && i !== null && i.$$typeof === x && i._store && (i._store.validated = 1);
|
|
242
242
|
}
|
|
243
|
-
var m = Ae,
|
|
243
|
+
var m = Ae, x = Symbol.for("react.transitional.element"), N = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), R = Symbol.for("react.consumer"), L = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), je = Symbol.for("react.suspense_list"), Ne = Symbol.for("react.memo"), le = Symbol.for("react.lazy"), ye = Symbol.for("react.activity"), qe = Symbol.for("react.client.reference"), W = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ne = Object.prototype.hasOwnProperty, Ee = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
244
244
|
return null;
|
|
245
245
|
};
|
|
246
246
|
m = {
|
|
@@ -252,24 +252,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
252
252
|
m,
|
|
253
253
|
o
|
|
254
254
|
)(), pe = J(n(o)), me = {};
|
|
255
|
-
H.Fragment =
|
|
255
|
+
H.Fragment = v, H.jsx = function(i, d, b, y, S) {
|
|
256
256
|
var k = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
257
257
|
return g(
|
|
258
258
|
i,
|
|
259
259
|
d,
|
|
260
|
-
|
|
260
|
+
b,
|
|
261
261
|
!1,
|
|
262
262
|
y,
|
|
263
263
|
S,
|
|
264
264
|
k ? Error("react-stack-top-frame") : ue,
|
|
265
265
|
k ? J(n(i)) : pe
|
|
266
266
|
);
|
|
267
|
-
}, H.jsxs = function(i, d,
|
|
267
|
+
}, H.jsxs = function(i, d, b, y, S) {
|
|
268
268
|
var k = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
269
269
|
return g(
|
|
270
270
|
i,
|
|
271
271
|
d,
|
|
272
|
-
|
|
272
|
+
b,
|
|
273
273
|
!0,
|
|
274
274
|
y,
|
|
275
275
|
S,
|
|
@@ -284,7 +284,7 @@ function De() {
|
|
|
284
284
|
return he || (he = 1, process.env.NODE_ENV === "production" ? M.exports = Re() : M.exports = Le()), M.exports;
|
|
285
285
|
}
|
|
286
286
|
var r = De();
|
|
287
|
-
const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title", children:
|
|
287
|
+
const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title", children: h(e) }) : null, Ce = ({ node: e }) => {
|
|
288
288
|
const { document: t } = T(), s = t.attributes || {}, n = e.attributes, l = () => s.icons === "font" && !n.icon ? /* @__PURE__ */ r.jsx("i", { className: `fa icon-${n.name}`, title: `${n.textlabel}` }) : /* @__PURE__ */ r.jsx("img", { src: e.iconUri, alt: `${n.textlabel}` });
|
|
289
289
|
return /* @__PURE__ */ r.jsx(
|
|
290
290
|
"div",
|
|
@@ -295,7 +295,7 @@ const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title"
|
|
|
295
295
|
/* @__PURE__ */ r.jsx("td", { className: "icon", children: s.icons ? l() : /* @__PURE__ */ r.jsx("div", { className: "title", children: n.textlabel }) }),
|
|
296
296
|
/* @__PURE__ */ r.jsxs("td", { className: "content", children: [
|
|
297
297
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
298
|
-
e.content &&
|
|
298
|
+
e.content && h(e.content),
|
|
299
299
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
300
300
|
] })
|
|
301
301
|
] }) }) })
|
|
@@ -331,7 +331,7 @@ const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title"
|
|
|
331
331
|
/* @__PURE__ */ r.jsx("b", { children: s + 1 })
|
|
332
332
|
] }),
|
|
333
333
|
/* @__PURE__ */ r.jsxs("td", { children: [
|
|
334
|
-
t.text &&
|
|
334
|
+
t.text && h(t.text),
|
|
335
335
|
/* @__PURE__ */ r.jsx(E, { blocks: t.blocks })
|
|
336
336
|
] })
|
|
337
337
|
] }, s)) }) })
|
|
@@ -376,7 +376,7 @@ function Ie() {
|
|
|
376
376
|
})(K)), K.exports;
|
|
377
377
|
}
|
|
378
378
|
var Pe = Ie();
|
|
379
|
-
const
|
|
379
|
+
const f = /* @__PURE__ */ Te(Pe);
|
|
380
380
|
var _ = function() {
|
|
381
381
|
return _ = Object.assign || function(e) {
|
|
382
382
|
for (var t, s = 1, n = arguments.length; s < n; s++) {
|
|
@@ -551,7 +551,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
551
551
|
let u = g;
|
|
552
552
|
u.items = a.getItems().map((m) => [
|
|
553
553
|
m[0].map(
|
|
554
|
-
(
|
|
554
|
+
(x) => s(x)
|
|
555
555
|
),
|
|
556
556
|
s(m[1])
|
|
557
557
|
]);
|
|
@@ -568,31 +568,31 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
568
568
|
if (c === "table") {
|
|
569
569
|
let u = g;
|
|
570
570
|
const m = a;
|
|
571
|
-
u.columns = m.getColumns().map((
|
|
571
|
+
u.columns = m.getColumns().map((v) => ({
|
|
572
572
|
// @ts-ignore
|
|
573
|
-
attributes:
|
|
574
|
-
columnNumber:
|
|
575
|
-
width:
|
|
576
|
-
horizontalAlign:
|
|
577
|
-
verticalAlign:
|
|
578
|
-
style:
|
|
573
|
+
attributes: v.getAttributes(),
|
|
574
|
+
columnNumber: v.getColumnNumber(),
|
|
575
|
+
width: v.getWidth(),
|
|
576
|
+
horizontalAlign: v.getHorizontalAlign(),
|
|
577
|
+
verticalAlign: v.getVerticalAlign(),
|
|
578
|
+
style: v.getStyle()
|
|
579
579
|
}));
|
|
580
|
-
const
|
|
580
|
+
const x = (v) => v.map(
|
|
581
581
|
(U) => U.map(($) => s($))
|
|
582
582
|
), N = m.getRows();
|
|
583
583
|
u.rows = {
|
|
584
|
-
head:
|
|
585
|
-
body:
|
|
586
|
-
foot:
|
|
584
|
+
head: x(N.head),
|
|
585
|
+
body: x(N.body),
|
|
586
|
+
foot: x(N.foot)
|
|
587
587
|
}, u = {
|
|
588
588
|
...u,
|
|
589
589
|
caption: m.getCaption(),
|
|
590
590
|
hasHeader: m.hasHeaderOption(),
|
|
591
591
|
hasFooter: m.hasFooterOption(),
|
|
592
592
|
hasAutowidth: m.hasAutowidthOption(),
|
|
593
|
-
headRows:
|
|
594
|
-
bodyRows:
|
|
595
|
-
footRows:
|
|
593
|
+
headRows: x(m.getHeadRows()),
|
|
594
|
+
bodyRows: x(m.getBodyRows()),
|
|
595
|
+
footRows: x(m.getFootRows())
|
|
596
596
|
}, g = u;
|
|
597
597
|
}
|
|
598
598
|
if (c === "table_cell") {
|
|
@@ -680,7 +680,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
680
680
|
}, s = (n) => {
|
|
681
681
|
if (n)
|
|
682
682
|
return /* @__PURE__ */ r.jsxs("dd", { children: [
|
|
683
|
-
n.text && /* @__PURE__ */ r.jsx("p", { children:
|
|
683
|
+
n.text && /* @__PURE__ */ r.jsx("p", { children: h(n.text) }),
|
|
684
684
|
/* @__PURE__ */ r.jsx(E, { blocks: n.blocks })
|
|
685
685
|
] });
|
|
686
686
|
};
|
|
@@ -688,7 +688,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
688
688
|
return /* @__PURE__ */ r.jsxs(
|
|
689
689
|
"div",
|
|
690
690
|
{
|
|
691
|
-
className:
|
|
691
|
+
className: f("qlist qanda", e.role),
|
|
692
692
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
693
693
|
children: [
|
|
694
694
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -696,7 +696,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
696
696
|
const { terms: o, dd: a } = t(n);
|
|
697
697
|
if (o)
|
|
698
698
|
return /* @__PURE__ */ r.jsxs("li", { children: [
|
|
699
|
-
o.map((c, p) => /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx("em", { children:
|
|
699
|
+
o.map((c, p) => /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx("em", { children: h(c.text) }) }, p)),
|
|
700
700
|
s(a)
|
|
701
701
|
] }, l);
|
|
702
702
|
}) })
|
|
@@ -705,7 +705,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
705
705
|
);
|
|
706
706
|
if (e.style === "horizontal") {
|
|
707
707
|
const n = e.attributes.labelwidth, l = e.attributes.itemwidth;
|
|
708
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
708
|
+
return /* @__PURE__ */ r.jsxs("div", { className: f("hdlist", e.role), children: [
|
|
709
709
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
710
710
|
/* @__PURE__ */ r.jsxs("table", { children: [
|
|
711
711
|
(n || l) && /* @__PURE__ */ r.jsxs("colgroup", { children: [
|
|
@@ -734,18 +734,18 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
734
734
|
/* @__PURE__ */ r.jsx(
|
|
735
735
|
"td",
|
|
736
736
|
{
|
|
737
|
-
className:
|
|
737
|
+
className: f(
|
|
738
738
|
"hdlist1",
|
|
739
739
|
F(e.attributes, "strong") ? "strong" : ""
|
|
740
740
|
),
|
|
741
741
|
children: c.map((j, g) => /* @__PURE__ */ r.jsxs(se, { children: [
|
|
742
742
|
g !== 0 && /* @__PURE__ */ r.jsx("br", {}),
|
|
743
|
-
|
|
743
|
+
h(j.text)
|
|
744
744
|
] }, g))
|
|
745
745
|
}
|
|
746
746
|
),
|
|
747
747
|
p && /* @__PURE__ */ r.jsxs("td", { className: "hdlist2", children: [
|
|
748
|
-
p.text && /* @__PURE__ */ r.jsx("p", { children:
|
|
748
|
+
p.text && /* @__PURE__ */ r.jsx("p", { children: h(p.text) }),
|
|
749
749
|
/* @__PURE__ */ r.jsx(E, { blocks: p.blocks })
|
|
750
750
|
] })
|
|
751
751
|
] }, a);
|
|
@@ -753,13 +753,13 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
753
753
|
] })
|
|
754
754
|
] });
|
|
755
755
|
} else
|
|
756
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
756
|
+
return /* @__PURE__ */ r.jsxs("div", { className: f("dlist", e.style, e.role), children: [
|
|
757
757
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
758
758
|
/* @__PURE__ */ r.jsx("dl", { children: e.items.map((n, l) => {
|
|
759
759
|
const { terms: o, dd: a } = t(n);
|
|
760
760
|
if (o)
|
|
761
761
|
return /* @__PURE__ */ r.jsxs(se, { children: [
|
|
762
|
-
o.map((c, p) => /* @__PURE__ */ r.jsx("dt", { className: "hdlist1", children:
|
|
762
|
+
o.map((c, p) => /* @__PURE__ */ r.jsx("dt", { className: "hdlist1", children: h(c.text) }, p)),
|
|
763
763
|
s(a)
|
|
764
764
|
] }, l);
|
|
765
765
|
}) })
|
|
@@ -777,7 +777,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
777
777
|
const g = p.level;
|
|
778
778
|
let u = p.title;
|
|
779
779
|
return g <= a && (u = `${j} ${p.title}`), /* @__PURE__ */ r.jsxs("li", { children: [
|
|
780
|
-
/* @__PURE__ */ r.jsx("a", { href: `#${p.id}`, children:
|
|
780
|
+
/* @__PURE__ */ r.jsx("a", { href: `#${p.id}`, children: h(u) }),
|
|
781
781
|
g < c && /* @__PURE__ */ r.jsx(
|
|
782
782
|
Y,
|
|
783
783
|
{
|
|
@@ -823,7 +823,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
823
823
|
/* @__PURE__ */ r.jsx("a", { href: `#_footnoteref_${l.index}`, children: l.index }),
|
|
824
824
|
".",
|
|
825
825
|
" ",
|
|
826
|
-
|
|
826
|
+
h(l.text || "")
|
|
827
827
|
]
|
|
828
828
|
},
|
|
829
829
|
l.index
|
|
@@ -831,11 +831,11 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
831
831
|
] }) : null, n = () => e.authors.length > 0 || A(e.attributes, "revnumber") || A(e.attributes, "revdate") || A(e.attributes, "revremark") ? /* @__PURE__ */ r.jsxs("div", { className: "details", children: [
|
|
832
832
|
e.authors.map((l, o) => /* @__PURE__ */ r.jsxs(se, { children: [
|
|
833
833
|
l.name && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
834
|
-
/* @__PURE__ */ r.jsx("span", { id: `author${o + 1 > 1 ? o + 1 : ""}`, className: "author", children:
|
|
834
|
+
/* @__PURE__ */ r.jsx("span", { id: `author${o + 1 > 1 ? o + 1 : ""}`, className: "author", children: h(l.name) }),
|
|
835
835
|
/* @__PURE__ */ r.jsx("br", {})
|
|
836
836
|
] }),
|
|
837
837
|
l.email && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
838
|
-
/* @__PURE__ */ r.jsx("span", { id: `email${o + 1 > 1 ? o + 1 : ""}`, className: "email", children:
|
|
838
|
+
/* @__PURE__ */ r.jsx("span", { id: `email${o + 1 > 1 ? o + 1 : ""}`, className: "email", children: h(l.email) }),
|
|
839
839
|
/* @__PURE__ */ r.jsx("br", {})
|
|
840
840
|
] })
|
|
841
841
|
] }, o)),
|
|
@@ -862,8 +862,11 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
862
862
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
863
863
|
...e.id ? { id: e.id } : {},
|
|
864
864
|
children: [
|
|
865
|
-
/* @__PURE__ */ r.jsx("summary", { className: "title", children:
|
|
866
|
-
/* @__PURE__ */ r.
|
|
865
|
+
/* @__PURE__ */ r.jsx("summary", { className: "title", children: h(s) }),
|
|
866
|
+
/* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
867
|
+
e.content && h(e.content),
|
|
868
|
+
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
869
|
+
] })
|
|
867
870
|
]
|
|
868
871
|
}
|
|
869
872
|
);
|
|
@@ -871,12 +874,15 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
871
874
|
return /* @__PURE__ */ r.jsxs(
|
|
872
875
|
"div",
|
|
873
876
|
{
|
|
874
|
-
className:
|
|
877
|
+
className: f("exampleblock", e.role),
|
|
875
878
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
876
879
|
...e.id ? { id: e.id } : {},
|
|
877
880
|
children: [
|
|
878
881
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
879
|
-
/* @__PURE__ */ r.
|
|
882
|
+
/* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
883
|
+
e.content && h(e.content),
|
|
884
|
+
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
885
|
+
] })
|
|
880
886
|
]
|
|
881
887
|
}
|
|
882
888
|
);
|
|
@@ -891,8 +897,8 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
891
897
|
),
|
|
892
898
|
C(
|
|
893
899
|
`h${e.level + 1}`,
|
|
894
|
-
{ className:
|
|
895
|
-
|
|
900
|
+
{ className: f(e.role, e.style) },
|
|
901
|
+
h(e.title || "")
|
|
896
902
|
)
|
|
897
903
|
] }), Ke = ({ node: e }) => {
|
|
898
904
|
let t = /* @__PURE__ */ r.jsx(
|
|
@@ -930,7 +936,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
930
936
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
931
937
|
children: [
|
|
932
938
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
933
|
-
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className:
|
|
939
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className: f("highlight", n ? " nowrap" : ""), children: l ? /* @__PURE__ */ r.jsx(
|
|
934
940
|
"code",
|
|
935
941
|
{
|
|
936
942
|
className: l ? `language-${l}` : "",
|
|
@@ -954,7 +960,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
954
960
|
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
955
961
|
"pre",
|
|
956
962
|
{
|
|
957
|
-
className:
|
|
963
|
+
className: f("highlight !block", n ? "nowrap" : ""),
|
|
958
964
|
dangerouslySetInnerHTML: {
|
|
959
965
|
__html: e.content || ""
|
|
960
966
|
}
|
|
@@ -979,7 +985,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
979
985
|
}, tr = ({ node: e }) => /* @__PURE__ */ r.jsxs(
|
|
980
986
|
"div",
|
|
981
987
|
{
|
|
982
|
-
className:
|
|
988
|
+
className: f("olist", e.role, e.style),
|
|
983
989
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
984
990
|
children: [
|
|
985
991
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -990,7 +996,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
990
996
|
reversed: F(e.attributes, "reversed"),
|
|
991
997
|
...e.attributes.start ? { start: parseInt(`${e.attributes.start}`) } : {},
|
|
992
998
|
children: e.items.map((t, s) => /* @__PURE__ */ r.jsxs("li", { className: e.role ? e.role : "", children: [
|
|
993
|
-
/* @__PURE__ */ r.jsx("p", { children:
|
|
999
|
+
/* @__PURE__ */ r.jsx("p", { children: h(t.text || "") }),
|
|
994
1000
|
/* @__PURE__ */ r.jsx(E, { blocks: t.blocks })
|
|
995
1001
|
] }, s))
|
|
996
1002
|
}
|
|
@@ -1002,21 +1008,27 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1002
1008
|
return t === "abstract" ? /* @__PURE__ */ r.jsxs(
|
|
1003
1009
|
"div",
|
|
1004
1010
|
{
|
|
1005
|
-
className:
|
|
1011
|
+
className: f("quoteblock abstract", e.role),
|
|
1006
1012
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1007
1013
|
children: [
|
|
1008
1014
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1009
|
-
/* @__PURE__ */ r.
|
|
1015
|
+
/* @__PURE__ */ r.jsxs("blockquote", { className: "content", children: [
|
|
1016
|
+
e.content && h(e.content),
|
|
1017
|
+
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
1018
|
+
] })
|
|
1010
1019
|
]
|
|
1011
1020
|
}
|
|
1012
1021
|
) : /* @__PURE__ */ r.jsxs(
|
|
1013
1022
|
"div",
|
|
1014
1023
|
{
|
|
1015
|
-
className:
|
|
1024
|
+
className: f("openblock", t && t !== "open" ? t : "", e.role),
|
|
1016
1025
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1017
1026
|
children: [
|
|
1018
1027
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1019
|
-
/* @__PURE__ */ r.
|
|
1028
|
+
/* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
1029
|
+
e.content && h(e.content),
|
|
1030
|
+
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
1031
|
+
] })
|
|
1020
1032
|
]
|
|
1021
1033
|
}
|
|
1022
1034
|
);
|
|
@@ -1024,14 +1036,14 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1024
1036
|
"div",
|
|
1025
1037
|
{
|
|
1026
1038
|
...e.id ? { id: e.id } : {},
|
|
1027
|
-
className:
|
|
1039
|
+
className: f("paragraph", e.role),
|
|
1028
1040
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1029
1041
|
children: [
|
|
1030
1042
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1031
1043
|
e.content && /* @__PURE__ */ r.jsx("p", { dangerouslySetInnerHTML: { __html: e.content } })
|
|
1032
1044
|
]
|
|
1033
1045
|
}
|
|
1034
|
-
), lr = ({ node: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children:
|
|
1046
|
+
), lr = ({ node: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: h(e.content || "") }), nr = ({ node: e }) => {
|
|
1035
1047
|
const { document: t } = T(), s = t.attributes || {}, n = s["toc-placement"] === "preamble" && t.sections && t.sections.length > 0 && s.toc !== void 0;
|
|
1036
1048
|
return /* @__PURE__ */ r.jsx("div", { id: "preamble", ...e.lineNumber ? { "data-lineno": e.lineNumber } : {}, children: /* @__PURE__ */ r.jsxs("div", { className: "sectionbody", children: [
|
|
1037
1049
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks }),
|
|
@@ -1041,7 +1053,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1041
1053
|
id: "toc",
|
|
1042
1054
|
className: e.attributes["toc-class"] ? `${e.attributes["toc-class"]}` : "toc",
|
|
1043
1055
|
children: [
|
|
1044
|
-
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children:
|
|
1056
|
+
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children: h(`${s["toc-title"]}`) }),
|
|
1045
1057
|
t.sections && /* @__PURE__ */ r.jsx(Y, { sections: t.sections })
|
|
1046
1058
|
]
|
|
1047
1059
|
}
|
|
@@ -1053,7 +1065,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1053
1065
|
"div",
|
|
1054
1066
|
{
|
|
1055
1067
|
...e.id ? { id: e.id } : {},
|
|
1056
|
-
className:
|
|
1068
|
+
className: f("quoteblock", e.role),
|
|
1057
1069
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1058
1070
|
children: [
|
|
1059
1071
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1061,7 +1073,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1061
1073
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks }),
|
|
1062
1074
|
t && /* @__PURE__ */ r.jsxs("div", { className: "attribution", children: [
|
|
1063
1075
|
"— ",
|
|
1064
|
-
|
|
1076
|
+
h(t.toString()),
|
|
1065
1077
|
s && /* @__PURE__ */ r.jsx("cite", { children: s })
|
|
1066
1078
|
] })
|
|
1067
1079
|
]
|
|
@@ -1095,7 +1107,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1095
1107
|
/* @__PURE__ */ r.jsx(
|
|
1096
1108
|
"h1",
|
|
1097
1109
|
{
|
|
1098
|
-
className:
|
|
1110
|
+
className: f("sect0", e.role),
|
|
1099
1111
|
"data-sectnum": l,
|
|
1100
1112
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1101
1113
|
children: n
|
|
@@ -1105,7 +1117,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1105
1117
|
] }) : /* @__PURE__ */ r.jsxs(
|
|
1106
1118
|
"div",
|
|
1107
1119
|
{
|
|
1108
|
-
className:
|
|
1120
|
+
className: f(`sect${e.level}`, e.role),
|
|
1109
1121
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1110
1122
|
children: [
|
|
1111
1123
|
C(`h${e.level + 1}`, { "data-sectnum": l }, n),
|
|
@@ -1116,10 +1128,11 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1116
1128
|
}, ur = ({ node: e }) => /* @__PURE__ */ r.jsx(
|
|
1117
1129
|
"div",
|
|
1118
1130
|
{
|
|
1119
|
-
className:
|
|
1131
|
+
className: f("sidebarblock", e.role),
|
|
1120
1132
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1121
1133
|
children: /* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
1122
1134
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1135
|
+
e.content && h(e.content),
|
|
1123
1136
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
1124
1137
|
] })
|
|
1125
1138
|
}
|
|
@@ -1132,7 +1145,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1132
1145
|
l && n.push("stripes-" + l);
|
|
1133
1146
|
let o = F(e.attributes, "autowidth"), a = parseInt(`${e.attributes.tablepcwidth}`), c = null;
|
|
1134
1147
|
o && !A(e.attributes, "width") ? n.push("fit-content") : a === 100 ? n.push("stretch") : c = `${a}%`, A(e.attributes, "float") && n.push(`${e.attributes.float}`), e.role && n.push(e.role || "");
|
|
1135
|
-
const p = (m) =>
|
|
1148
|
+
const p = (m) => f(
|
|
1136
1149
|
"tableblock",
|
|
1137
1150
|
`halign-${m.attributes.halign}`,
|
|
1138
1151
|
`valign-${m.attributes.valign}`
|
|
@@ -1140,7 +1153,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1140
1153
|
return /* @__PURE__ */ r.jsxs(
|
|
1141
1154
|
"table",
|
|
1142
1155
|
{
|
|
1143
|
-
className:
|
|
1156
|
+
className: f("tableblock", ...n),
|
|
1144
1157
|
style: { width: c || void 0 },
|
|
1145
1158
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1146
1159
|
children: [
|
|
@@ -1148,26 +1161,26 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1148
1161
|
!g && /* @__PURE__ */ r.jsx("a", { className: "anchor", id: u }),
|
|
1149
1162
|
/* @__PURE__ */ r.jsx("a", { href: `#${u}`, children: /* @__PURE__ */ r.jsx(w, { text: e.title }) })
|
|
1150
1163
|
] }),
|
|
1151
|
-
e.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: e.columns.map((m,
|
|
1164
|
+
e.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: e.columns.map((m, x) => {
|
|
1152
1165
|
const N = m.attributes.colpcwidth;
|
|
1153
|
-
return /* @__PURE__ */ r.jsx("col", { style: { width: `${N}%` } },
|
|
1166
|
+
return /* @__PURE__ */ r.jsx("col", { style: { width: `${N}%` } }, x);
|
|
1154
1167
|
}) }),
|
|
1155
|
-
e.headRows.map((m,
|
|
1168
|
+
e.headRows.map((m, x) => /* @__PURE__ */ r.jsx("thead", { children: /* @__PURE__ */ r.jsx("tr", { children: m.map((N, v) => /* @__PURE__ */ r.jsx(
|
|
1156
1169
|
"th",
|
|
1157
1170
|
{
|
|
1158
1171
|
className: p(N),
|
|
1159
1172
|
dangerouslySetInnerHTML: { __html: N.text }
|
|
1160
1173
|
},
|
|
1161
|
-
|
|
1162
|
-
)) }) },
|
|
1163
|
-
/* @__PURE__ */ r.jsx("tbody", { children: e.bodyRows.map((m,
|
|
1174
|
+
v
|
|
1175
|
+
)) }) }, x)),
|
|
1176
|
+
/* @__PURE__ */ r.jsx("tbody", { children: e.bodyRows.map((m, x) => /* @__PURE__ */ r.jsx("tr", { children: m.map((N, v) => {
|
|
1164
1177
|
const U = N.columnSpan, $ = N.rowSpan, R = N.content, L = {
|
|
1165
1178
|
colSpan: U,
|
|
1166
1179
|
rowSpan: $,
|
|
1167
1180
|
className: p(N)
|
|
1168
1181
|
}, B = N.style;
|
|
1169
1182
|
if (B === "asciidoc")
|
|
1170
|
-
return /* @__PURE__ */ C("td", { ...L, key:
|
|
1183
|
+
return /* @__PURE__ */ C("td", { ...L, key: v }, /* @__PURE__ */ r.jsx(
|
|
1171
1184
|
"div",
|
|
1172
1185
|
{
|
|
1173
1186
|
className: "content",
|
|
@@ -1175,9 +1188,9 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1175
1188
|
}
|
|
1176
1189
|
));
|
|
1177
1190
|
if (B === "literal")
|
|
1178
|
-
return /* @__PURE__ */ C("td", { ...L, key:
|
|
1191
|
+
return /* @__PURE__ */ C("td", { ...L, key: v }, /* @__PURE__ */ r.jsx("div", { className: "literal", children: /* @__PURE__ */ r.jsx("pre", { dangerouslySetInnerHTML: { __html: R || "" } }) }));
|
|
1179
1192
|
if (B === "header")
|
|
1180
|
-
return /* @__PURE__ */ C("th", { ...L, key:
|
|
1193
|
+
return /* @__PURE__ */ C("th", { ...L, key: v }, /* @__PURE__ */ r.jsx(
|
|
1181
1194
|
"p",
|
|
1182
1195
|
{
|
|
1183
1196
|
className: "tableblock",
|
|
@@ -1186,15 +1199,15 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1186
1199
|
));
|
|
1187
1200
|
{
|
|
1188
1201
|
let G = R;
|
|
1189
|
-
return /* @__PURE__ */ C("td", { ...L, key:
|
|
1202
|
+
return /* @__PURE__ */ C("td", { ...L, key: v }, G.length === 0 ? "" : h(
|
|
1190
1203
|
`<p class="tableblock">${G.join(
|
|
1191
1204
|
`</p>
|
|
1192
1205
|
<p class="tableblock">`
|
|
1193
1206
|
)}</p>`
|
|
1194
1207
|
));
|
|
1195
1208
|
}
|
|
1196
|
-
}) },
|
|
1197
|
-
e.footRows.map((m,
|
|
1209
|
+
}) }, x)) }),
|
|
1210
|
+
e.footRows.map((m, x) => /* @__PURE__ */ r.jsx("tfoot", { children: /* @__PURE__ */ r.jsx("tr", { children: m.map((N, v) => /* @__PURE__ */ r.jsx("td", { className: p(N), children: /* @__PURE__ */ r.jsx("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: N.text } }) }, v)) }) }, x))
|
|
1198
1211
|
]
|
|
1199
1212
|
}
|
|
1200
1213
|
);
|
|
@@ -1202,8 +1215,8 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1202
1215
|
const { document: t } = T(), s = t.attributes || {}, n = t.sections && t.sections.length > 0;
|
|
1203
1216
|
let l = e.id || "toc";
|
|
1204
1217
|
const o = e.title ? e.title : s["toc-title"], a = s["toc-placement"], c = s.toc !== void 0, p = e.attributes.levels ? parseInt(`${e.attributes.levels}`) : void 0;
|
|
1205
|
-
return a === "macro" && n && c ? /* @__PURE__ */ r.jsxs("div", { id: l, className:
|
|
1206
|
-
/* @__PURE__ */ r.jsx("div", { id: `${l}title`, className: "title", children:
|
|
1218
|
+
return a === "macro" && n && c ? /* @__PURE__ */ r.jsxs("div", { id: l, className: f("toc", e.role), children: [
|
|
1219
|
+
/* @__PURE__ */ r.jsx("div", { id: `${l}title`, className: "title", children: h(`${o}` || "") }),
|
|
1207
1220
|
t.sections && /* @__PURE__ */ r.jsx(Y, { sections: t.sections, opts: { tocLevels: p } })
|
|
1208
1221
|
] }) : null;
|
|
1209
1222
|
}, gr = () => /* @__PURE__ */ r.jsx("hr", {}), hr = ({ node: e }) => {
|
|
@@ -1212,7 +1225,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1212
1225
|
"div",
|
|
1213
1226
|
{
|
|
1214
1227
|
...e.id ? { id: e.id } : {},
|
|
1215
|
-
className:
|
|
1228
|
+
className: f("ulist", e.style, e.role, t && "checklist"),
|
|
1216
1229
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1217
1230
|
children: [
|
|
1218
1231
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1220,14 +1233,14 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1220
1233
|
t && s.attributes.checkbox && /* @__PURE__ */ r.jsx(
|
|
1221
1234
|
"i",
|
|
1222
1235
|
{
|
|
1223
|
-
className:
|
|
1236
|
+
className: f(
|
|
1224
1237
|
"fa",
|
|
1225
1238
|
s.attributes.checked ? "fa-check-square-o" : "fa-square-o"
|
|
1226
1239
|
)
|
|
1227
1240
|
}
|
|
1228
1241
|
),
|
|
1229
1242
|
" ",
|
|
1230
|
-
|
|
1243
|
+
h(s.text || "")
|
|
1231
1244
|
] }) }, n) : /* @__PURE__ */ r.jsxs("li", { id: s.id, className: e.role, children: [
|
|
1232
1245
|
/* @__PURE__ */ r.jsx("p", { dangerouslySetInnerHTML: { __html: s.text || "" } }),
|
|
1233
1246
|
/* @__PURE__ */ r.jsx(E, { blocks: s.blocks })
|
|
@@ -1241,7 +1254,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) =>
|
|
|
1241
1254
|
"div",
|
|
1242
1255
|
{
|
|
1243
1256
|
...e.id ? { id: e.id } : {},
|
|
1244
|
-
className:
|
|
1257
|
+
className: f("verseblock", e.role),
|
|
1245
1258
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1246
1259
|
children: [
|
|
1247
1260
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(m,q){typeof exports=="object"&&typeof module<"u"?q(exports,require("react"),require("html-react-parser")):typeof define=="function"&&define.amd?define(["exports","react","html-react-parser"],q):(m=typeof globalThis<"u"?globalThis:m||self,q(m.ReactAsciiDoc={},m.React,m.parse))})(this,(function(m,q,
|
|
1
|
+
(function(m,q){typeof exports=="object"&&typeof module<"u"?q(exports,require("react"),require("html-react-parser")):typeof define=="function"&&define.amd?define(["exports","react","html-react-parser"],q):(m=typeof globalThis<"u"?globalThis:m||self,q(m.ReactAsciiDoc={},m.React,m.parse))})(this,(function(m,q,b){"use strict";function Me(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var z={exports:{}},V={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var ne;function Ye(){return ne||(ne=1,process.env.NODE_ENV!=="production"&&(function(){function e(i){if(i==null)return null;if(typeof i=="function")return i.$$typeof===bt?null:i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case j:return"Fragment";case $:return"Profiler";case G:return"StrictMode";case J:return"Suspense";case dt:return"SuspenseList";case ht:return"Activity"}if(typeof i=="object")switch(typeof i.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),i.$$typeof){case N:return"Portal";case U:return(i.displayName||"Context")+".Provider";case I:return(i._context.displayName||"Context")+".Consumer";case M:var g=i.render;return i=i.displayName,i||(i=g.displayName||g.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case gt:return g=i.displayName||null,g!==null?g:e(i.type)||"Memo";case Ue:g=i._payload,i=i._init;try{return e(i(g))}catch{}}return null}function r(i){return""+i}function s(i){try{r(i);var g=!1}catch{g=!0}if(g){g=console;var
|
|
17
|
+
*/var ne;function Ye(){return ne||(ne=1,process.env.NODE_ENV!=="production"&&(function(){function e(i){if(i==null)return null;if(typeof i=="function")return i.$$typeof===bt?null:i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case j:return"Fragment";case $:return"Profiler";case G:return"StrictMode";case J:return"Suspense";case dt:return"SuspenseList";case ht:return"Activity"}if(typeof i=="object")switch(typeof i.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),i.$$typeof){case N:return"Portal";case U:return(i.displayName||"Context")+".Provider";case I:return(i._context.displayName||"Context")+".Consumer";case M:var g=i.render;return i=i.displayName,i||(i=g.displayName||g.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case gt:return g=i.displayName||null,g!==null?g:e(i.type)||"Memo";case Ue:g=i._payload,i=i._init;try{return e(i(g))}catch{}}return null}function r(i){return""+i}function s(i){try{r(i);var g=!1}catch{g=!0}if(g){g=console;var f=g.error,k=typeof Symbol=="function"&&Symbol.toStringTag&&i[Symbol.toStringTag]||i.constructor.name||"Object";return f.call(g,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",k),r(i)}}function n(i){if(i===j)return"<>";if(typeof i=="object"&&i!==null&&i.$$typeof===Ue)return"<...>";try{var g=e(i);return g?"<"+g+">":"<...>"}catch{return"<...>"}}function l(){var i=te.A;return i===null?null:i.getOwner()}function o(){return Error("react-stack-top-frame")}function a(i){if(Be.call(i,"key")){var g=Object.getOwnPropertyDescriptor(i,"key").get;if(g&&g.isReactWarning)return!1}return i.key!==void 0}function c(i,g){function f(){Ve||(Ve=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",g))}f.isReactWarning=!0,Object.defineProperty(i,"key",{get:f,configurable:!0})}function p(){var i=e(this.type);return He[i]||(He[i]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),i=this.props.ref,i!==void 0?i:null}function y(i,g,f,k,L,S,se,ae){return f=S.ref,i={$$typeof:w,type:i,key:g,props:S,_owner:L},(f!==void 0?f:null)!==null?Object.defineProperty(i,"ref",{enumerable:!1,get:p}):Object.defineProperty(i,"ref",{enumerable:!1,value:null}),i._store={},Object.defineProperty(i._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(i,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(i,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:se}),Object.defineProperty(i,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ae}),Object.freeze&&(Object.freeze(i.props),Object.freeze(i)),i}function h(i,g,f,k,L,S,se,ae){var A=g.children;if(A!==void 0)if(k)if(ft(A)){for(k=0;k<A.length;k++)u(A[k]);Object.freeze&&Object.freeze(A)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else u(A);if(Be.call(g,"key")){A=e(i);var B=Object.keys(g).filter(function(vt){return vt!=="key"});k=0<B.length?"{key: someKey, "+B.join(": ..., ")+": ...}":"{key: someKey}",$e[A+k]||(B=0<B.length?"{"+B.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
18
|
let props = %s;
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,k,A,B,A),$e[A+k]=!0)}if(A=null,
|
|
22
|
+
<%s key={someKey} {...props} />`,k,A,B,A),$e[A+k]=!0)}if(A=null,f!==void 0&&(s(f),A=""+f),a(g)&&(s(g.key),A=""+g.key),"key"in g){f={};for(var ie in g)ie!=="key"&&(f[ie]=g[ie])}else f=g;return A&&c(f,typeof i=="function"?i.displayName||i.name||"Unknown":i),y(i,A,S,L,l(),f,se,ae)}function u(i){typeof i=="object"&&i!==null&&i.$$typeof===w&&i._store&&(i._store.validated=1)}var d=q,w=Symbol.for("react.transitional.element"),N=Symbol.for("react.portal"),j=Symbol.for("react.fragment"),G=Symbol.for("react.strict_mode"),$=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),U=Symbol.for("react.context"),M=Symbol.for("react.forward_ref"),J=Symbol.for("react.suspense"),dt=Symbol.for("react.suspense_list"),gt=Symbol.for("react.memo"),Ue=Symbol.for("react.lazy"),ht=Symbol.for("react.activity"),bt=Symbol.for("react.client.reference"),te=d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Be=Object.prototype.hasOwnProperty,ft=Array.isArray,re=console.createTask?console.createTask:function(){return null};d={react_stack_bottom_frame:function(i){return i()}};var Ve,He={},Fe=d.react_stack_bottom_frame.bind(d,o)(),Ge=re(n(o)),$e={};H.Fragment=j,H.jsx=function(i,g,f,k,L){var S=1e4>te.recentlyCreatedOwnerStacks++;return h(i,g,f,!1,k,L,S?Error("react-stack-top-frame"):Fe,S?re(n(i)):Ge)},H.jsxs=function(i,g,f,k,L){var S=1e4>te.recentlyCreatedOwnerStacks++;return h(i,g,f,!0,k,L,S?Error("react-stack-top-frame"):Fe,S?re(n(i)):Ge)}})()),H}var oe;function We(){return oe||(oe=1,process.env.NODE_ENV==="production"?z.exports=ze():z.exports=Ye()),z.exports}var t=We();const v=({text:e})=>e?t.jsx("div",{className:"title",children:b(e)}):null,ce=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=e.attributes,l=()=>s.icons==="font"&&!n.icon?t.jsx("i",{className:`fa icon-${n.name}`,title:`${n.textlabel}`}):t.jsx("img",{src:e.iconUri,alt:`${n.textlabel}`});return t.jsx("div",{className:`admonitionblock ${n.name}`,...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:t.jsx("table",{children:t.jsx("tbody",{children:t.jsxs("tr",{children:[t.jsx("td",{className:"icon",children:s.icons?l():t.jsx("div",{className:"title",children:n.textlabel})}),t.jsxs("td",{className:"content",children:[t.jsx(v,{text:e.title}),e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})]})})})})},ue=({node:e})=>{const r=e.attributes.start,s=e.attributes.end,n=(r||s)&&`#t=${r||""}`+s?`,${s}`:"";return t.jsxs("div",{className:"audioblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("audio",{src:`${e.mediaUri}${n}`,autoPlay:e.autoplay,controls:!e.noControls,loop:e.loop,children:"Your browser does not support the audio tag."})})]})},me=({node:e})=>t.jsxs("div",{className:"colist",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("table",{children:t.jsx("tbody",{children:e.items.map((r,s)=>t.jsxs("tr",{children:[t.jsxs("td",{children:[t.jsx("i",{className:"conum","data-value":s+1}),t.jsx("b",{children:s+1})]}),t.jsxs("td",{children:[r.text&&b(r.text),t.jsx(E,{blocks:r.blocks})]})]},s))})})]});var Z={exports:{}};/*!
|
|
23
23
|
Copyright (c) 2018 Jed Watson.
|
|
24
24
|
Licensed under the MIT License (MIT), see
|
|
25
25
|
http://jedwatson.github.io/classnames
|
|
26
|
-
*/var pe;function Je(){return pe||(pe=1,(function(e){(function(){var r={}.hasOwnProperty;function s(){for(var o="",a=0;a<arguments.length;a++){var c=arguments[a];c&&(o=l(o,n(c)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return s.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var c in o)r.call(o,c)&&o[c]&&(a=l(a,c));return a}function l(o,a){return a?o?o+" "+a:o+a:o}e.exports?(s.default=s,e.exports=s):window.classNames=s})()})(Z)),Z.exports}var Ze=Je();const x=Me(Ze);var D=function(){return D=Object.assign||function(e){for(var r,s=1,n=arguments.length;s<n;s++){r=arguments[s];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},D.apply(this,arguments)},Xe="~",Qe="~~";function X(e,r){for(var s={},n={},l=e.split(Qe),o=!1,a=0;l.length>a;a++){for(var c=l[a].split(Xe),p=0;p<c.length;p+=2){var y=c[p],h=c[p+1],u="&"+y+";";s[u]=h,o&&(s["&"+y]=h),n[h]=u}o=!0}return r?{entities:D(D({},s),r.entities),characters:D(D({},n),r.characters)}:{entities:s,characters:n}}var Q={xml:/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html4:/∉|&(?: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:/·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?: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},C={};C.xml=X(`lt~<~gt~>~quot~"~apos~'~amp~&`),C.html4=X(`apos~'~OElig~Œ~oelig~œ~Scaron~Š~scaron~š~Yuml~Ÿ~circ~ˆ~tilde~˜~ensp~ ~emsp~ ~thinsp~ ~zwnj~~zwj~~lrm~~rlm~~ndash~–~mdash~—~lsquo~‘~rsquo~’~sbquo~‚~ldquo~“~rdquo~”~bdquo~„~dagger~†~Dagger~‡~permil~‰~lsaquo~‹~rsaquo~›~euro~€~fnof~ƒ~Alpha~Α~Beta~Β~Gamma~Γ~Delta~Δ~Epsilon~Ε~Zeta~Ζ~Eta~Η~Theta~Θ~Iota~Ι~Kappa~Κ~Lambda~Λ~Mu~Μ~Nu~Ν~Xi~Ξ~Omicron~Ο~Pi~Π~Rho~Ρ~Sigma~Σ~Tau~Τ~Upsilon~Υ~Phi~Φ~Chi~Χ~Psi~Ψ~Omega~Ω~alpha~α~beta~β~gamma~γ~delta~δ~epsilon~ε~zeta~ζ~eta~η~theta~θ~iota~ι~kappa~κ~lambda~λ~mu~μ~nu~ν~xi~ξ~omicron~ο~pi~π~rho~ρ~sigmaf~ς~sigma~σ~tau~τ~upsilon~υ~phi~φ~chi~χ~psi~ψ~omega~ω~thetasym~ϑ~upsih~ϒ~piv~ϖ~bull~•~hellip~…~prime~′~Prime~″~oline~‾~frasl~⁄~weierp~℘~image~ℑ~real~ℜ~trade~™~alefsym~ℵ~larr~←~uarr~↑~rarr~→~darr~↓~harr~↔~crarr~↵~lArr~⇐~uArr~⇑~rArr~⇒~dArr~⇓~hArr~⇔~forall~∀~part~∂~exist~∃~empty~∅~nabla~∇~isin~∈~notin~∉~ni~∋~prod~∏~sum~∑~minus~−~lowast~∗~radic~√~prop~∝~infin~∞~ang~∠~and~∧~or~∨~cap~∩~cup~∪~int~∫~there4~∴~sim~∼~cong~≅~asymp~≈~ne~≠~equiv~≡~le~≤~ge~≥~sub~⊂~sup~⊃~nsub~⊄~sube~⊆~supe~⊇~oplus~⊕~otimes~⊗~perp~⊥~sdot~⋅~lceil~⌈~rceil~⌉~lfloor~⌊~rfloor~⌋~lang~〈~rang~〉~loz~◊~spades~♠~clubs~♣~hearts~♥~diams~♦~~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~>`),C.html5=X('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®',C.html4);var Ke={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},et=String.fromCodePoint||function(e){return String.fromCharCode(Math.floor((e-65536)/1024)+55296,(e-65536)%1024+56320)},O=function(){return O=Object.assign||function(e){for(var r,s=1,n=arguments.length;s<n;s++){r=arguments[s];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},O.apply(this,arguments)},tt=O(O({},C),{all:C.html5}),rt={scope:"body",level:"all"},K=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g,ee=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g,de={xml:{strict:K,attribute:ee,body:Q.xml},html4:{strict:K,attribute:ee,body:Q.html4},html5:{strict:K,attribute:ee,body:Q.html5}},st=O(O({},de),{all:de.html5}),ge=String.fromCharCode,at=ge(65533);function it(e,r,s,n){var l=e,o=e[e.length-1];if(s&&o==="=")l=e;else if(n&&o!==";")l=e;else{var a=r[e];if(a)l=a;else if(e[0]==="&"&&e[1]==="#"){var c=e[2],p=c=="x"||c=="X"?parseInt(e.substr(3),16):parseInt(e.substr(2));l=p>=1114111?at:p>65535?et(p):ge(Ke[p]||p)}}return l}function lt(e,r){var s=rt,n=s.level,l=n===void 0?"all":n,o=s.scope,a=o===void 0?l==="xml"?"strict":"body":o;if(!e)return"";var c=st[l][a],p=tt[l].entities,y=a==="attribute",h=a==="strict";return e.replace(c,function(u){return it(u,p,y,h)})}const _=(e,r)=>e[`${r}-option`]!==void 0,Y=(e,r,s=void 0,n,l)=>{if(e[r]!==void 0)return e[r];const o=n||r;return o&&l&&l[o]!==void 0?l[o]:s},T=(e,r)=>e[r]!==void 0,P={},nt=e=>{const r=e.$$id;if(P[r])return P[r];const s=e.getContent&&e.getContent()||"";return P[r]=s,s},he=e=>{const r=e.$$id;if(P[r])return P[r];const s=e.getText&&e.getText()||"";return P[r]=s,s},ot=e=>{let r;function s(a){const c=a.getNodeName&&a.getNodeName(),p=a.getContentModel&&a.getContentModel(),y=c&&a.hasBlocks()?a.getBlocks().map(u=>s(u)):[];let h={id:a.getId&&a.getId(),type:c,blocks:y,content:y.length>0?void 0:nt(a),attributes:a.getAttributes&&a.getAttributes(),contentModel:p,lineNumber:a.getLineNumber&&a.getLineNumber(),style:a.getStyle&&a.getStyle(),role:a.getRole&&a.getRole(),title:a.hasTitle&&a.hasTitle()?a.getTitle():void 0,level:a.getLevel&&a.getLevel()};if(c==="admonition"){let u=h;u.iconUri=a.getIconUri(h.attributes.name)}if(c==="audio"){let u=h;u.mediaUri=a.getMediaUri(a.getAttribute("target")),u.autoplay=a.isOption("autoplay"),u.noControls=!a.isOption("nocontrols"),u.loop=a.isOption("loop"),h=u}if(c==="video"){let u=h;u.mediaUri=a.getMediaUri(a.getAttribute("target")),u.autoplay=a.isOption("autoplay"),u.noControls=!a.isOption("nocontrols"),u.loop=a.isOption("loop"),u.onHover=a.isOption("onhover"),h=u}if(c==="image"){let u=h;u.imageUri=a.getImageUri(a.getAttribute("target"))}if((c==="listing"||c==="literal")&&"getSource"in a){const u=h;u.source=a.getSource(),u.language=a.getAttribute("language"),u.content=u.content?lt(u.content):void 0}if(c==="section"){const u=h;u.title=a.getCaption()?a.getCaptionedTitle():a.getTitle()||"","getSectionNumeral"in a&&(u.name=a.getSectionName(),u.numbered=a.isNumbered(),u.num=a.getSectionNumeral())}if(c==="dlist"){let u=h;u.items=a.getItems().map(d=>[d[0].map(w=>s(w)),s(d[1])])}if(c==="colist"||c==="olist"||c==="ulist"){let u=h;u.items=a.getItems().map(d=>s(d))}if(c==="list_item"){let u=h;const d=a;u.text=d.hasText()?he(d):void 0}if(c==="table"){let u=h;const d=a;u.columns=d.getColumns().map(j=>({attributes:j.getAttributes(),columnNumber:j.getColumnNumber(),width:j.getWidth(),horizontalAlign:j.getHorizontalAlign(),verticalAlign:j.getVerticalAlign(),style:j.getStyle()}));const w=j=>j.map(G=>G.map($=>s($))),N=d.getRows();u.rows={head:w(N.head),body:w(N.body),foot:w(N.foot)},u={...u,caption:d.getCaption(),hasHeader:d.hasHeaderOption(),hasFooter:d.hasFooterOption(),hasAutowidth:d.hasAutowidthOption(),headRows:w(d.getHeadRows()),bodyRows:w(d.getBodyRows()),footRows:w(d.getFootRows())},h=u}if(c==="table_cell"){const u=a,d=u.getColumn();h={...h,type:"table_cell",text:he(u),columnSpan:u.getColumnSpan(),rowSpan:u.getRowSpan(),source:u.getSource(),lines:u.getLines(),width:u.getWidth(),columnPercentageWidth:u.getColumnPercentageWidth(),column:d?{attributes:d.getAttributes(),columnNumber:d.getColumnNumber(),width:d.getWidth(),horizontalAlign:d.getHorizontalAlign(),verticalAlign:d.getVerticalAlign(),style:d.getStyle()}:void 0}}return h}function n(a){return a.getSections().map(c=>({id:c.getId(),title:(c.getCaption()?c.getCaptionedTitle():c.getTitle())||"",level:c.getLevel(),num:c.getSectionNumber(),sections:n(c)}))}r={type:"document",title:e.getDocumentTitle()?.toString()||"",hasHeader:e.hasHeader(),noHeader:e.getNoheader(),contentModel:e.getContentModel(),footnotes:[],attributes:e.getAttributes(),blocks:e.getBlocks().map(a=>s(a)),sections:n(e),authors:[]};const l=e.getFootnotes();return l&&(r.footnotes=l.map(a=>({text:a.getText(),index:a.getIndex()}))),e.getAuthors()&&(r.authors=e.getAuthors().map(a=>{const c=a.getName(),p=a.getEmail();return{name:c?e.applySubstitutions(c).toString():void 0,email:p?e.applySubstitutions(p).toString():void 0}})),r},ct=async(e,r)=>{const s=async l=>Promise.all(l.map(async o=>{let a=await r(o);if(a.blocks&&a.blocks.length>0&&(a.blocks=await s(a.blocks)),a.items){const c=a;c.items=await s(c.items)}return a})),n=await s(e.blocks);return{...e,blocks:n}},be=({node:e})=>{const r=n=>{const l=n,o=l[0];let a=l[1];return a.type||(a=null),{terms:o,dd:a}},s=n=>{if(n)return t.jsxs("dd",{children:[n.text&&t.jsx("p",{children:f(n.text)}),t.jsx(E,{blocks:n.blocks})]})};if(e.style==="qanda")return t.jsxs("div",{className:x("qlist qanda",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("ol",{children:e.items.map((n,l)=>{const{terms:o,dd:a}=r(n);if(o)return t.jsxs("li",{children:[o.map((c,p)=>t.jsx("p",{children:t.jsx("em",{children:f(c.text)})},p)),s(a)]},l)})})]});if(e.style==="horizontal"){const n=e.attributes.labelwidth,l=e.attributes.itemwidth;return t.jsxs("div",{className:x("hdlist",e.role),children:[t.jsx(v,{text:e.title}),t.jsxs("table",{children:[(n||l)&&t.jsxs("colgroup",{children:[t.jsx("col",{style:{width:n?`${n.toString().replace("%","")}%`:""}}),t.jsx("col",{style:{width:l?`${l.toString().replace("%","")}%`:""}})]}),t.jsx("tbody",{children:e.items.map((o,a)=>{const{terms:c,dd:p}=r(o);if(c)return t.jsxs("tr",{children:[t.jsx("td",{className:x("hdlist1",_(e.attributes,"strong")?"strong":""),children:c.map((y,h)=>t.jsxs(q.Fragment,{children:[h!==0&&t.jsx("br",{}),f(y.text)]},h))}),p&&t.jsxs("td",{className:"hdlist2",children:[p.text&&t.jsx("p",{children:f(p.text)}),t.jsx(E,{blocks:p.blocks})]})]},a)})})]})]})}else return t.jsxs("div",{className:x("dlist",e.style,e.role),children:[t.jsx(v,{text:e.title}),t.jsx("dl",{children:e.items.map((n,l)=>{const{terms:o,dd:a}=r(n);if(o)return t.jsxs(q.Fragment,{children:[o.map((c,p)=>t.jsx("dt",{className:"hdlist1",children:f(c.text)},p)),s(a)]},l)})})]})},F=({sections:e,opts:r})=>{const{document:s}=R();if(!e||e.length===0)return null;const n=s.attributes||{},l=n.sectnumlevels,o=n.toclevels,a=r?.sectNumLevels||(l?parseInt(`${l}`):3),c=r?.tocLevels||(o?parseInt(`${o}`):2);return t.jsx("ul",{className:`sectlevel${e[0].level}`,children:e.map(p=>{let y=p.num;y=y==="."||y===".."?"":y;const h=p.level;let u=p.title;return h<=a&&(u=`${y} ${p.title}`),t.jsxs("li",{children:[t.jsx("a",{href:`#${p.id}`,children:f(u)}),h<c&&t.jsx(F,{sections:p.sections,opts:{tocLevels:c,sectNumLevels:a}})]},p.id)})})},fe=({document:e})=>{const r=()=>e.noHeader?null:t.jsx("div",{id:"header",children:e.hasHeader&&t.jsxs(t.Fragment,{children:[t.jsx("h1",{dangerouslySetInnerHTML:{__html:e.title}}),t.jsx(n,{}),e.sections&&e.sections.length>0&&e.attributes.toc!==void 0&&e.attributes["toc-placement"]==="auto"&&t.jsxs("div",{id:"toc",className:Y(e.attributes,"toc-class","toc"),children:[t.jsx("div",{id:"toctitle",children:e.attributes["toc-title"]}),t.jsx(F,{sections:e.sections})]})]})}),s=()=>e.footnotes&&e.footnotes.length>0&&e.blocks&&!T(e.attributes,"nofootnotes")?t.jsxs("div",{id:"footnotes",children:[t.jsx("hr",{}),e.footnotes.map(l=>t.jsxs("div",{className:"footnote",id:`_footnotedef_${l.index}`,children:[t.jsx("a",{href:`#_footnoteref_${l.index}`,children:l.index}),"."," ",f(l.text||"")]},l.index))]}):null,n=()=>e.authors.length>0||T(e.attributes,"revnumber")||T(e.attributes,"revdate")||T(e.attributes,"revremark")?t.jsxs("div",{className:"details",children:[e.authors.map((l,o)=>t.jsxs(q.Fragment,{children:[l.name&&t.jsxs(t.Fragment,{children:[t.jsx("span",{id:`author${o+1>1?o+1:""}`,className:"author",children:f(l.name)}),t.jsx("br",{})]}),l.email&&t.jsxs(t.Fragment,{children:[t.jsx("span",{id:`email${o+1>1?o+1:""}`,className:"email",children:f(l.email)}),t.jsx("br",{})]})]},o)),T(e.attributes,"revnumber")&&t.jsx("span",{id:"revnumber",children:`${e.attributes["version-label"].toString().toLowerCase()} ${e.attributes.revnumber}${e.attributes.revdate?",":""}`}),T(e.attributes,"revdate")&&t.jsx("span",{id:"revdate",children:e.attributes.revdate}),T(e.attributes,"revremark")&&t.jsxs(t.Fragment,{children:[t.jsx("br",{}),t.jsx("span",{id:"revremark",children:e.attributes.revremark})]})]}):null;return t.jsxs(t.Fragment,{children:[t.jsx(r,{}),t.jsx("div",{id:"content",children:t.jsx(E,{blocks:e.blocks})}),t.jsx(s,{})]})},ve=({node:e})=>{if(_(e.attributes,"collapsible")){const s=e.title||"Details",n=e.attributes.open?!0:void 0;return t.jsxs("details",{className:e.role,open:n,...e.lineNumber?{"data-lineno":e.lineNumber}:{},...e.id?{id:e.id}:{},children:[t.jsx("summary",{className:"title",children:f(s)}),t.jsx("div",{className:"content",children:t.jsx(E,{blocks:e.blocks})})]})}return t.jsxs("div",{className:x("exampleblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},...e.id?{id:e.id}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx(E,{blocks:e.blocks})})]})},xe=({node:e})=>t.jsxs(t.Fragment,{children:[t.jsx("a",{className:"sectionanchor",...e.id?{id:e.id}:{},...e.lineNumber?{"data-lineno":e.lineNumber}:{}}),q.createElement(`h${e.level+1}`,{className:x(e.role,e.style)},f(e.title||""))]}),we=({node:e})=>{let r=t.jsx("img",{src:e.imageUri,alt:e.attributes.alt.toString(),width:e.attributes.width,height:e.attributes.height});return e.attributes.link&&(r=t.jsx("a",{className:"image",href:e.attributes.link.toString(),children:r})),t.jsxs("div",{className:`imageblock ${e.attributes.align?"text-"+e.attributes.align:""} ${e.attributes.float?e.attributes.float:""} ${e.role?e.role:""}`,...e.lineNumber?{"data-lineno":e.lineNumber}:{},style:{maxWidth:e.attributes.width,maxHeight:e.attributes.height},children:[t.jsx("div",{className:"content",children:r}),t.jsx(v,{text:e.title})]})},je=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=e.attributes.nowrap||s.prewrap===void 0;if(e.style==="source"){const l=e.language;return t.jsxs("div",{className:"listingblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:x("highlight",n?" nowrap":""),children:l?t.jsx("code",{className:l?`language-${l}`:"","data-lang":l,dangerouslySetInnerHTML:{__html:e.content||""}}):t.jsx("code",{dangerouslySetInnerHTML:{__html:e.content||""}})})})]})}else return t.jsxs("div",{className:"listingblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:x("highlight !block",n?"nowrap":""),dangerouslySetInnerHTML:{__html:e.content||""}})})]})},ye=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=e.attributes.nowrap||s.prewrap===void 0;return t.jsxs("div",{className:"literalblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:n?"nowrap":"",children:e.source})})]})},Ne=({node:e})=>t.jsxs("div",{className:x("olist",e.role,e.style),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("ol",{className:e.style,reversed:_(e.attributes,"reversed"),...e.attributes.start?{start:parseInt(`${e.attributes.start}`)}:{},children:e.items.map((r,s)=>t.jsxs("li",{className:e.role?e.role:"",children:[t.jsx("p",{children:f(r.text||"")}),t.jsx(E,{blocks:r.blocks})]},s))})]}),qe=({node:e})=>{const r=e.style;return r==="abstract"?t.jsxs("div",{className:x("quoteblock abstract",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("blockquote",{className:"content",children:t.jsx(E,{blocks:e.blocks})})]}):t.jsxs("div",{className:x("openblock",r&&r!=="open"?r:"",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx(E,{blocks:e.blocks})})]})},Ee=()=>t.jsx("div",{style:{pageBreakAfter:"always"}}),ke=({node:e})=>t.jsxs("div",{...e.id?{id:e.id}:{},className:x("paragraph",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),e.content&&t.jsx("p",{dangerouslySetInnerHTML:{__html:e.content}})]}),Ae=({node:e})=>t.jsx(t.Fragment,{children:f(e.content||"")}),Se=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=s["toc-placement"]==="preamble"&&r.sections&&r.sections.length>0&&s.toc!==void 0;return t.jsx("div",{id:"preamble",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:t.jsxs("div",{className:"sectionbody",children:[t.jsx(E,{blocks:e.blocks}),n&&t.jsxs("div",{id:"toc",className:e.attributes["toc-class"]?`${e.attributes["toc-class"]}`:"toc",children:[t.jsx("div",{id:"toctitle",children:f(`${s["toc-title"]}`)}),r.sections&&t.jsx(F,{sections:r.sections})]})]})})},Te=({node:e})=>{const r=e.attributes.attribution,s=e.attributes.citetitle;return t.jsxs("div",{...e.id?{id:e.id}:{},className:x("quoteblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),e.content&&t.jsx("blockquote",{dangerouslySetInnerHTML:{__html:e.content}}),t.jsx(E,{blocks:e.blocks}),r&&t.jsxs("div",{className:"attribution",children:["— ",f(r.toString()),s&&t.jsx("cite",{children:s})]})]})},Re=({node:e})=>{const{document:r}=R(),s=r.attributes||{};let n=e.title,l=e.num;l=l==="."?"":l;const o=s.sectnumlevels?parseInt(`${s.sectnumlevels}`):3;return e.numbered&&e.level<=o&&(n=`${l} ${e.title}`),s.sectlinks&&(n=t.jsxs(t.Fragment,{children:[t.jsx("a",{className:"anchor",id:e.id||"",...e.lineNumber?{"data-lineno":e.lineNumber}:{}}),t.jsx("a",{className:"link",href:`#${e.id}`,dangerouslySetInnerHTML:{__html:n}})]})),e.level===0?t.jsxs(t.Fragment,{children:[t.jsx("h1",{className:x("sect0",e.role),"data-sectnum":l,...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:n}),t.jsx(E,{blocks:e.blocks})]}):t.jsxs("div",{className:x(`sect${e.level}`,e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[q.createElement(`h${e.level+1}`,{"data-sectnum":l},n),t.jsx("div",{className:"sectionbody",children:t.jsx(E,{blocks:e.blocks})})]})},Le=({node:e})=>t.jsx("div",{className:x("sidebarblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:t.jsxs("div",{className:"content",children:[t.jsx(v,{text:e.title}),t.jsx(E,{blocks:e.blocks})]})}),De=({node:e})=>{const{document:r}=R(),s=r.attributes||{};let n=["frame-"+Y(e.attributes,"frame","all","table-frame",s),"grid-"+Y(e.attributes,"grid","all","table-grid",s)],l=Y(e.attributes,"stripes",null,"table-stripes",s);l&&n.push("stripes-"+l);let o=_(e.attributes,"autowidth"),a=parseInt(`${e.attributes.tablepcwidth}`),c=null;o&&!T(e.attributes,"width")?n.push("fit-content"):a===100?n.push("stretch"):c=`${a}%`,T(e.attributes,"float")&&n.push(`${e.attributes.float}`),e.role&&n.push(e.role||"");const p=d=>x("tableblock",`halign-${d.attributes.halign}`,`valign-${d.attributes.valign}`),y=e.title,h=e.id,u=h||ut(y||"");return t.jsxs("table",{className:x("tableblock",...n),style:{width:c||void 0},...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[e.title&&t.jsxs("caption",{className:"title",children:[!h&&t.jsx("a",{className:"anchor",id:u}),t.jsx("a",{href:`#${u}`,children:t.jsx(v,{text:e.title})})]}),e.columns.length>0&&t.jsx("colgroup",{children:e.columns.map((d,w)=>{const N=d.attributes.colpcwidth;return t.jsx("col",{style:{width:`${N}%`}},w)})}),e.headRows.map((d,w)=>t.jsx("thead",{children:t.jsx("tr",{children:d.map((N,j)=>t.jsx("th",{className:p(N),dangerouslySetInnerHTML:{__html:N.text}},j))})},w)),t.jsx("tbody",{children:e.bodyRows.map((d,w)=>t.jsx("tr",{children:d.map((N,j)=>{const G=N.columnSpan,$=N.rowSpan,I=N.content,U={colSpan:G,rowSpan:$,className:p(N)},M=N.style;if(M==="asciidoc")return q.createElement("td",{...U,key:j},t.jsx("div",{className:"content",dangerouslySetInnerHTML:{__html:I||""}}));if(M==="literal")return q.createElement("td",{...U,key:j},t.jsx("div",{className:"literal",children:t.jsx("pre",{dangerouslySetInnerHTML:{__html:I||""}})}));if(M==="header")return q.createElement("th",{...U,key:j},t.jsx("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:I||""}}));{let J=I;return q.createElement("td",{...U,key:j},J.length===0?"":f(`<p class="tableblock">${J.join(`</p>
|
|
27
|
-
<p class="tableblock">`)}</p>`))}})},w))}),e.footRows.map((d,w)=>t.jsx("tfoot",{children:t.jsx("tr",{children:d.map((N,j)=>t.jsx("td",{className:p(N),children:t.jsx("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:N.text}})},j))})},w))]})},ut=e=>e.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim().replace(/\s+/g,"_").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/-$/g,""),Ce=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=r.sections&&r.sections.length>0;let l=e.id||"toc";const o=e.title?e.title:s["toc-title"],a=s["toc-placement"],c=s.toc!==void 0,p=e.attributes.levels?parseInt(`${e.attributes.levels}`):void 0;return a==="macro"&&n&&c?t.jsxs("div",{id:l,className:x("toc",e.role),children:[t.jsx("div",{id:`${l}title`,className:"title",children:
|
|
26
|
+
*/var pe;function Je(){return pe||(pe=1,(function(e){(function(){var r={}.hasOwnProperty;function s(){for(var o="",a=0;a<arguments.length;a++){var c=arguments[a];c&&(o=l(o,n(c)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return s.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var c in o)r.call(o,c)&&o[c]&&(a=l(a,c));return a}function l(o,a){return a?o?o+" "+a:o+a:o}e.exports?(s.default=s,e.exports=s):window.classNames=s})()})(Z)),Z.exports}var Ze=Je();const x=Me(Ze);var D=function(){return D=Object.assign||function(e){for(var r,s=1,n=arguments.length;s<n;s++){r=arguments[s];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},D.apply(this,arguments)},Xe="~",Qe="~~";function X(e,r){for(var s={},n={},l=e.split(Qe),o=!1,a=0;l.length>a;a++){for(var c=l[a].split(Xe),p=0;p<c.length;p+=2){var y=c[p],h=c[p+1],u="&"+y+";";s[u]=h,o&&(s["&"+y]=h),n[h]=u}o=!0}return r?{entities:D(D({},s),r.entities),characters:D(D({},n),r.characters)}:{entities:s,characters:n}}var Q={xml:/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html4:/∉|&(?: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:/·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?: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},C={};C.xml=X(`lt~<~gt~>~quot~"~apos~'~amp~&`),C.html4=X(`apos~'~OElig~Œ~oelig~œ~Scaron~Š~scaron~š~Yuml~Ÿ~circ~ˆ~tilde~˜~ensp~ ~emsp~ ~thinsp~ ~zwnj~~zwj~~lrm~~rlm~~ndash~–~mdash~—~lsquo~‘~rsquo~’~sbquo~‚~ldquo~“~rdquo~”~bdquo~„~dagger~†~Dagger~‡~permil~‰~lsaquo~‹~rsaquo~›~euro~€~fnof~ƒ~Alpha~Α~Beta~Β~Gamma~Γ~Delta~Δ~Epsilon~Ε~Zeta~Ζ~Eta~Η~Theta~Θ~Iota~Ι~Kappa~Κ~Lambda~Λ~Mu~Μ~Nu~Ν~Xi~Ξ~Omicron~Ο~Pi~Π~Rho~Ρ~Sigma~Σ~Tau~Τ~Upsilon~Υ~Phi~Φ~Chi~Χ~Psi~Ψ~Omega~Ω~alpha~α~beta~β~gamma~γ~delta~δ~epsilon~ε~zeta~ζ~eta~η~theta~θ~iota~ι~kappa~κ~lambda~λ~mu~μ~nu~ν~xi~ξ~omicron~ο~pi~π~rho~ρ~sigmaf~ς~sigma~σ~tau~τ~upsilon~υ~phi~φ~chi~χ~psi~ψ~omega~ω~thetasym~ϑ~upsih~ϒ~piv~ϖ~bull~•~hellip~…~prime~′~Prime~″~oline~‾~frasl~⁄~weierp~℘~image~ℑ~real~ℜ~trade~™~alefsym~ℵ~larr~←~uarr~↑~rarr~→~darr~↓~harr~↔~crarr~↵~lArr~⇐~uArr~⇑~rArr~⇒~dArr~⇓~hArr~⇔~forall~∀~part~∂~exist~∃~empty~∅~nabla~∇~isin~∈~notin~∉~ni~∋~prod~∏~sum~∑~minus~−~lowast~∗~radic~√~prop~∝~infin~∞~ang~∠~and~∧~or~∨~cap~∩~cup~∪~int~∫~there4~∴~sim~∼~cong~≅~asymp~≈~ne~≠~equiv~≡~le~≤~ge~≥~sub~⊂~sup~⊃~nsub~⊄~sube~⊆~supe~⊇~oplus~⊕~otimes~⊗~perp~⊥~sdot~⋅~lceil~⌈~rceil~⌉~lfloor~⌊~rfloor~⌋~lang~〈~rang~〉~loz~◊~spades~♠~clubs~♣~hearts~♥~diams~♦~~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~>`),C.html5=X('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®',C.html4);var Ke={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},et=String.fromCodePoint||function(e){return String.fromCharCode(Math.floor((e-65536)/1024)+55296,(e-65536)%1024+56320)},O=function(){return O=Object.assign||function(e){for(var r,s=1,n=arguments.length;s<n;s++){r=arguments[s];for(var l in r)Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l])}return e},O.apply(this,arguments)},tt=O(O({},C),{all:C.html5}),rt={scope:"body",level:"all"},K=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g,ee=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g,de={xml:{strict:K,attribute:ee,body:Q.xml},html4:{strict:K,attribute:ee,body:Q.html4},html5:{strict:K,attribute:ee,body:Q.html5}},st=O(O({},de),{all:de.html5}),ge=String.fromCharCode,at=ge(65533);function it(e,r,s,n){var l=e,o=e[e.length-1];if(s&&o==="=")l=e;else if(n&&o!==";")l=e;else{var a=r[e];if(a)l=a;else if(e[0]==="&"&&e[1]==="#"){var c=e[2],p=c=="x"||c=="X"?parseInt(e.substr(3),16):parseInt(e.substr(2));l=p>=1114111?at:p>65535?et(p):ge(Ke[p]||p)}}return l}function lt(e,r){var s=rt,n=s.level,l=n===void 0?"all":n,o=s.scope,a=o===void 0?l==="xml"?"strict":"body":o;if(!e)return"";var c=st[l][a],p=tt[l].entities,y=a==="attribute",h=a==="strict";return e.replace(c,function(u){return it(u,p,y,h)})}const _=(e,r)=>e[`${r}-option`]!==void 0,Y=(e,r,s=void 0,n,l)=>{if(e[r]!==void 0)return e[r];const o=n||r;return o&&l&&l[o]!==void 0?l[o]:s},T=(e,r)=>e[r]!==void 0,P={},nt=e=>{const r=e.$$id;if(P[r])return P[r];const s=e.getContent&&e.getContent()||"";return P[r]=s,s},he=e=>{const r=e.$$id;if(P[r])return P[r];const s=e.getText&&e.getText()||"";return P[r]=s,s},ot=e=>{let r;function s(a){const c=a.getNodeName&&a.getNodeName(),p=a.getContentModel&&a.getContentModel(),y=c&&a.hasBlocks()?a.getBlocks().map(u=>s(u)):[];let h={id:a.getId&&a.getId(),type:c,blocks:y,content:y.length>0?void 0:nt(a),attributes:a.getAttributes&&a.getAttributes(),contentModel:p,lineNumber:a.getLineNumber&&a.getLineNumber(),style:a.getStyle&&a.getStyle(),role:a.getRole&&a.getRole(),title:a.hasTitle&&a.hasTitle()?a.getTitle():void 0,level:a.getLevel&&a.getLevel()};if(c==="admonition"){let u=h;u.iconUri=a.getIconUri(h.attributes.name)}if(c==="audio"){let u=h;u.mediaUri=a.getMediaUri(a.getAttribute("target")),u.autoplay=a.isOption("autoplay"),u.noControls=!a.isOption("nocontrols"),u.loop=a.isOption("loop"),h=u}if(c==="video"){let u=h;u.mediaUri=a.getMediaUri(a.getAttribute("target")),u.autoplay=a.isOption("autoplay"),u.noControls=!a.isOption("nocontrols"),u.loop=a.isOption("loop"),u.onHover=a.isOption("onhover"),h=u}if(c==="image"){let u=h;u.imageUri=a.getImageUri(a.getAttribute("target"))}if((c==="listing"||c==="literal")&&"getSource"in a){const u=h;u.source=a.getSource(),u.language=a.getAttribute("language"),u.content=u.content?lt(u.content):void 0}if(c==="section"){const u=h;u.title=a.getCaption()?a.getCaptionedTitle():a.getTitle()||"","getSectionNumeral"in a&&(u.name=a.getSectionName(),u.numbered=a.isNumbered(),u.num=a.getSectionNumeral())}if(c==="dlist"){let u=h;u.items=a.getItems().map(d=>[d[0].map(w=>s(w)),s(d[1])])}if(c==="colist"||c==="olist"||c==="ulist"){let u=h;u.items=a.getItems().map(d=>s(d))}if(c==="list_item"){let u=h;const d=a;u.text=d.hasText()?he(d):void 0}if(c==="table"){let u=h;const d=a;u.columns=d.getColumns().map(j=>({attributes:j.getAttributes(),columnNumber:j.getColumnNumber(),width:j.getWidth(),horizontalAlign:j.getHorizontalAlign(),verticalAlign:j.getVerticalAlign(),style:j.getStyle()}));const w=j=>j.map(G=>G.map($=>s($))),N=d.getRows();u.rows={head:w(N.head),body:w(N.body),foot:w(N.foot)},u={...u,caption:d.getCaption(),hasHeader:d.hasHeaderOption(),hasFooter:d.hasFooterOption(),hasAutowidth:d.hasAutowidthOption(),headRows:w(d.getHeadRows()),bodyRows:w(d.getBodyRows()),footRows:w(d.getFootRows())},h=u}if(c==="table_cell"){const u=a,d=u.getColumn();h={...h,type:"table_cell",text:he(u),columnSpan:u.getColumnSpan(),rowSpan:u.getRowSpan(),source:u.getSource(),lines:u.getLines(),width:u.getWidth(),columnPercentageWidth:u.getColumnPercentageWidth(),column:d?{attributes:d.getAttributes(),columnNumber:d.getColumnNumber(),width:d.getWidth(),horizontalAlign:d.getHorizontalAlign(),verticalAlign:d.getVerticalAlign(),style:d.getStyle()}:void 0}}return h}function n(a){return a.getSections().map(c=>({id:c.getId(),title:(c.getCaption()?c.getCaptionedTitle():c.getTitle())||"",level:c.getLevel(),num:c.getSectionNumber(),sections:n(c)}))}r={type:"document",title:e.getDocumentTitle()?.toString()||"",hasHeader:e.hasHeader(),noHeader:e.getNoheader(),contentModel:e.getContentModel(),footnotes:[],attributes:e.getAttributes(),blocks:e.getBlocks().map(a=>s(a)),sections:n(e),authors:[]};const l=e.getFootnotes();return l&&(r.footnotes=l.map(a=>({text:a.getText(),index:a.getIndex()}))),e.getAuthors()&&(r.authors=e.getAuthors().map(a=>{const c=a.getName(),p=a.getEmail();return{name:c?e.applySubstitutions(c).toString():void 0,email:p?e.applySubstitutions(p).toString():void 0}})),r},ct=async(e,r)=>{const s=async l=>Promise.all(l.map(async o=>{let a=await r(o);if(a.blocks&&a.blocks.length>0&&(a.blocks=await s(a.blocks)),a.items){const c=a;c.items=await s(c.items)}return a})),n=await s(e.blocks);return{...e,blocks:n}},be=({node:e})=>{const r=n=>{const l=n,o=l[0];let a=l[1];return a.type||(a=null),{terms:o,dd:a}},s=n=>{if(n)return t.jsxs("dd",{children:[n.text&&t.jsx("p",{children:b(n.text)}),t.jsx(E,{blocks:n.blocks})]})};if(e.style==="qanda")return t.jsxs("div",{className:x("qlist qanda",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("ol",{children:e.items.map((n,l)=>{const{terms:o,dd:a}=r(n);if(o)return t.jsxs("li",{children:[o.map((c,p)=>t.jsx("p",{children:t.jsx("em",{children:b(c.text)})},p)),s(a)]},l)})})]});if(e.style==="horizontal"){const n=e.attributes.labelwidth,l=e.attributes.itemwidth;return t.jsxs("div",{className:x("hdlist",e.role),children:[t.jsx(v,{text:e.title}),t.jsxs("table",{children:[(n||l)&&t.jsxs("colgroup",{children:[t.jsx("col",{style:{width:n?`${n.toString().replace("%","")}%`:""}}),t.jsx("col",{style:{width:l?`${l.toString().replace("%","")}%`:""}})]}),t.jsx("tbody",{children:e.items.map((o,a)=>{const{terms:c,dd:p}=r(o);if(c)return t.jsxs("tr",{children:[t.jsx("td",{className:x("hdlist1",_(e.attributes,"strong")?"strong":""),children:c.map((y,h)=>t.jsxs(q.Fragment,{children:[h!==0&&t.jsx("br",{}),b(y.text)]},h))}),p&&t.jsxs("td",{className:"hdlist2",children:[p.text&&t.jsx("p",{children:b(p.text)}),t.jsx(E,{blocks:p.blocks})]})]},a)})})]})]})}else return t.jsxs("div",{className:x("dlist",e.style,e.role),children:[t.jsx(v,{text:e.title}),t.jsx("dl",{children:e.items.map((n,l)=>{const{terms:o,dd:a}=r(n);if(o)return t.jsxs(q.Fragment,{children:[o.map((c,p)=>t.jsx("dt",{className:"hdlist1",children:b(c.text)},p)),s(a)]},l)})})]})},F=({sections:e,opts:r})=>{const{document:s}=R();if(!e||e.length===0)return null;const n=s.attributes||{},l=n.sectnumlevels,o=n.toclevels,a=r?.sectNumLevels||(l?parseInt(`${l}`):3),c=r?.tocLevels||(o?parseInt(`${o}`):2);return t.jsx("ul",{className:`sectlevel${e[0].level}`,children:e.map(p=>{let y=p.num;y=y==="."||y===".."?"":y;const h=p.level;let u=p.title;return h<=a&&(u=`${y} ${p.title}`),t.jsxs("li",{children:[t.jsx("a",{href:`#${p.id}`,children:b(u)}),h<c&&t.jsx(F,{sections:p.sections,opts:{tocLevels:c,sectNumLevels:a}})]},p.id)})})},fe=({document:e})=>{const r=()=>e.noHeader?null:t.jsx("div",{id:"header",children:e.hasHeader&&t.jsxs(t.Fragment,{children:[t.jsx("h1",{dangerouslySetInnerHTML:{__html:e.title}}),t.jsx(n,{}),e.sections&&e.sections.length>0&&e.attributes.toc!==void 0&&e.attributes["toc-placement"]==="auto"&&t.jsxs("div",{id:"toc",className:Y(e.attributes,"toc-class","toc"),children:[t.jsx("div",{id:"toctitle",children:e.attributes["toc-title"]}),t.jsx(F,{sections:e.sections})]})]})}),s=()=>e.footnotes&&e.footnotes.length>0&&e.blocks&&!T(e.attributes,"nofootnotes")?t.jsxs("div",{id:"footnotes",children:[t.jsx("hr",{}),e.footnotes.map(l=>t.jsxs("div",{className:"footnote",id:`_footnotedef_${l.index}`,children:[t.jsx("a",{href:`#_footnoteref_${l.index}`,children:l.index}),"."," ",b(l.text||"")]},l.index))]}):null,n=()=>e.authors.length>0||T(e.attributes,"revnumber")||T(e.attributes,"revdate")||T(e.attributes,"revremark")?t.jsxs("div",{className:"details",children:[e.authors.map((l,o)=>t.jsxs(q.Fragment,{children:[l.name&&t.jsxs(t.Fragment,{children:[t.jsx("span",{id:`author${o+1>1?o+1:""}`,className:"author",children:b(l.name)}),t.jsx("br",{})]}),l.email&&t.jsxs(t.Fragment,{children:[t.jsx("span",{id:`email${o+1>1?o+1:""}`,className:"email",children:b(l.email)}),t.jsx("br",{})]})]},o)),T(e.attributes,"revnumber")&&t.jsx("span",{id:"revnumber",children:`${e.attributes["version-label"].toString().toLowerCase()} ${e.attributes.revnumber}${e.attributes.revdate?",":""}`}),T(e.attributes,"revdate")&&t.jsx("span",{id:"revdate",children:e.attributes.revdate}),T(e.attributes,"revremark")&&t.jsxs(t.Fragment,{children:[t.jsx("br",{}),t.jsx("span",{id:"revremark",children:e.attributes.revremark})]})]}):null;return t.jsxs(t.Fragment,{children:[t.jsx(r,{}),t.jsx("div",{id:"content",children:t.jsx(E,{blocks:e.blocks})}),t.jsx(s,{})]})},ve=({node:e})=>{if(_(e.attributes,"collapsible")){const s=e.title||"Details",n=e.attributes.open?!0:void 0;return t.jsxs("details",{className:e.role,open:n,...e.lineNumber?{"data-lineno":e.lineNumber}:{},...e.id?{id:e.id}:{},children:[t.jsx("summary",{className:"title",children:b(s)}),t.jsxs("div",{className:"content",children:[e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})]})}return t.jsxs("div",{className:x("exampleblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},...e.id?{id:e.id}:{},children:[t.jsx(v,{text:e.title}),t.jsxs("div",{className:"content",children:[e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})]})},xe=({node:e})=>t.jsxs(t.Fragment,{children:[t.jsx("a",{className:"sectionanchor",...e.id?{id:e.id}:{},...e.lineNumber?{"data-lineno":e.lineNumber}:{}}),q.createElement(`h${e.level+1}`,{className:x(e.role,e.style)},b(e.title||""))]}),we=({node:e})=>{let r=t.jsx("img",{src:e.imageUri,alt:e.attributes.alt.toString(),width:e.attributes.width,height:e.attributes.height});return e.attributes.link&&(r=t.jsx("a",{className:"image",href:e.attributes.link.toString(),children:r})),t.jsxs("div",{className:`imageblock ${e.attributes.align?"text-"+e.attributes.align:""} ${e.attributes.float?e.attributes.float:""} ${e.role?e.role:""}`,...e.lineNumber?{"data-lineno":e.lineNumber}:{},style:{maxWidth:e.attributes.width,maxHeight:e.attributes.height},children:[t.jsx("div",{className:"content",children:r}),t.jsx(v,{text:e.title})]})},je=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=e.attributes.nowrap||s.prewrap===void 0;if(e.style==="source"){const l=e.language;return t.jsxs("div",{className:"listingblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:x("highlight",n?" nowrap":""),children:l?t.jsx("code",{className:l?`language-${l}`:"","data-lang":l,dangerouslySetInnerHTML:{__html:e.content||""}}):t.jsx("code",{dangerouslySetInnerHTML:{__html:e.content||""}})})})]})}else return t.jsxs("div",{className:"listingblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:x("highlight !block",n?"nowrap":""),dangerouslySetInnerHTML:{__html:e.content||""}})})]})},ye=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=e.attributes.nowrap||s.prewrap===void 0;return t.jsxs("div",{className:"literalblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("pre",{className:n?"nowrap":"",children:e.source})})]})},Ne=({node:e})=>t.jsxs("div",{className:x("olist",e.role,e.style),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("ol",{className:e.style,reversed:_(e.attributes,"reversed"),...e.attributes.start?{start:parseInt(`${e.attributes.start}`)}:{},children:e.items.map((r,s)=>t.jsxs("li",{className:e.role?e.role:"",children:[t.jsx("p",{children:b(r.text||"")}),t.jsx(E,{blocks:r.blocks})]},s))})]}),qe=({node:e})=>{const r=e.style;return r==="abstract"?t.jsxs("div",{className:x("quoteblock abstract",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsxs("blockquote",{className:"content",children:[e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})]}):t.jsxs("div",{className:x("openblock",r&&r!=="open"?r:"",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsxs("div",{className:"content",children:[e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})]})},Ee=()=>t.jsx("div",{style:{pageBreakAfter:"always"}}),ke=({node:e})=>t.jsxs("div",{...e.id?{id:e.id}:{},className:x("paragraph",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),e.content&&t.jsx("p",{dangerouslySetInnerHTML:{__html:e.content}})]}),Ae=({node:e})=>t.jsx(t.Fragment,{children:b(e.content||"")}),Se=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=s["toc-placement"]==="preamble"&&r.sections&&r.sections.length>0&&s.toc!==void 0;return t.jsx("div",{id:"preamble",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:t.jsxs("div",{className:"sectionbody",children:[t.jsx(E,{blocks:e.blocks}),n&&t.jsxs("div",{id:"toc",className:e.attributes["toc-class"]?`${e.attributes["toc-class"]}`:"toc",children:[t.jsx("div",{id:"toctitle",children:b(`${s["toc-title"]}`)}),r.sections&&t.jsx(F,{sections:r.sections})]})]})})},Te=({node:e})=>{const r=e.attributes.attribution,s=e.attributes.citetitle;return t.jsxs("div",{...e.id?{id:e.id}:{},className:x("quoteblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),e.content&&t.jsx("blockquote",{dangerouslySetInnerHTML:{__html:e.content}}),t.jsx(E,{blocks:e.blocks}),r&&t.jsxs("div",{className:"attribution",children:["— ",b(r.toString()),s&&t.jsx("cite",{children:s})]})]})},Re=({node:e})=>{const{document:r}=R(),s=r.attributes||{};let n=e.title,l=e.num;l=l==="."?"":l;const o=s.sectnumlevels?parseInt(`${s.sectnumlevels}`):3;return e.numbered&&e.level<=o&&(n=`${l} ${e.title}`),s.sectlinks&&(n=t.jsxs(t.Fragment,{children:[t.jsx("a",{className:"anchor",id:e.id||"",...e.lineNumber?{"data-lineno":e.lineNumber}:{}}),t.jsx("a",{className:"link",href:`#${e.id}`,dangerouslySetInnerHTML:{__html:n}})]})),e.level===0?t.jsxs(t.Fragment,{children:[t.jsx("h1",{className:x("sect0",e.role),"data-sectnum":l,...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:n}),t.jsx(E,{blocks:e.blocks})]}):t.jsxs("div",{className:x(`sect${e.level}`,e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[q.createElement(`h${e.level+1}`,{"data-sectnum":l},n),t.jsx("div",{className:"sectionbody",children:t.jsx(E,{blocks:e.blocks})})]})},Le=({node:e})=>t.jsx("div",{className:x("sidebarblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:t.jsxs("div",{className:"content",children:[t.jsx(v,{text:e.title}),e.content&&b(e.content),t.jsx(E,{blocks:e.blocks})]})}),De=({node:e})=>{const{document:r}=R(),s=r.attributes||{};let n=["frame-"+Y(e.attributes,"frame","all","table-frame",s),"grid-"+Y(e.attributes,"grid","all","table-grid",s)],l=Y(e.attributes,"stripes",null,"table-stripes",s);l&&n.push("stripes-"+l);let o=_(e.attributes,"autowidth"),a=parseInt(`${e.attributes.tablepcwidth}`),c=null;o&&!T(e.attributes,"width")?n.push("fit-content"):a===100?n.push("stretch"):c=`${a}%`,T(e.attributes,"float")&&n.push(`${e.attributes.float}`),e.role&&n.push(e.role||"");const p=d=>x("tableblock",`halign-${d.attributes.halign}`,`valign-${d.attributes.valign}`),y=e.title,h=e.id,u=h||ut(y||"");return t.jsxs("table",{className:x("tableblock",...n),style:{width:c||void 0},...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[e.title&&t.jsxs("caption",{className:"title",children:[!h&&t.jsx("a",{className:"anchor",id:u}),t.jsx("a",{href:`#${u}`,children:t.jsx(v,{text:e.title})})]}),e.columns.length>0&&t.jsx("colgroup",{children:e.columns.map((d,w)=>{const N=d.attributes.colpcwidth;return t.jsx("col",{style:{width:`${N}%`}},w)})}),e.headRows.map((d,w)=>t.jsx("thead",{children:t.jsx("tr",{children:d.map((N,j)=>t.jsx("th",{className:p(N),dangerouslySetInnerHTML:{__html:N.text}},j))})},w)),t.jsx("tbody",{children:e.bodyRows.map((d,w)=>t.jsx("tr",{children:d.map((N,j)=>{const G=N.columnSpan,$=N.rowSpan,I=N.content,U={colSpan:G,rowSpan:$,className:p(N)},M=N.style;if(M==="asciidoc")return q.createElement("td",{...U,key:j},t.jsx("div",{className:"content",dangerouslySetInnerHTML:{__html:I||""}}));if(M==="literal")return q.createElement("td",{...U,key:j},t.jsx("div",{className:"literal",children:t.jsx("pre",{dangerouslySetInnerHTML:{__html:I||""}})}));if(M==="header")return q.createElement("th",{...U,key:j},t.jsx("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:I||""}}));{let J=I;return q.createElement("td",{...U,key:j},J.length===0?"":b(`<p class="tableblock">${J.join(`</p>
|
|
27
|
+
<p class="tableblock">`)}</p>`))}})},w))}),e.footRows.map((d,w)=>t.jsx("tfoot",{children:t.jsx("tr",{children:d.map((N,j)=>t.jsx("td",{className:p(N),children:t.jsx("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:N.text}})},j))})},w))]})},ut=e=>e.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim().replace(/\s+/g,"_").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/-$/g,""),Ce=({node:e})=>{const{document:r}=R(),s=r.attributes||{},n=r.sections&&r.sections.length>0;let l=e.id||"toc";const o=e.title?e.title:s["toc-title"],a=s["toc-placement"],c=s.toc!==void 0,p=e.attributes.levels?parseInt(`${e.attributes.levels}`):void 0;return a==="macro"&&n&&c?t.jsxs("div",{id:l,className:x("toc",e.role),children:[t.jsx("div",{id:`${l}title`,className:"title",children:b(`${o}`||"")}),r.sections&&t.jsx(F,{sections:r.sections,opts:{tocLevels:p}})]}):null},Oe=()=>t.jsx("hr",{}),_e=({node:e})=>{const r=_(e.attributes,"checklist");return t.jsxs("div",{...e.id?{id:e.id}:{},className:x("ulist",e.style,e.role,r&&"checklist"),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("ul",{className:r?"checklist":"",children:e.items.map((s,n)=>r?t.jsx("li",{id:s.id,className:e.role,children:t.jsxs("p",{children:[r&&s.attributes.checkbox&&t.jsx("i",{className:x("fa",s.attributes.checked?"fa-check-square-o":"fa-square-o")})," ",b(s.text||"")]})},n):t.jsxs("li",{id:s.id,className:e.role,children:[t.jsx("p",{dangerouslySetInnerHTML:{__html:s.text||""}}),t.jsx(E,{blocks:s.blocks})]},n))})]})},Pe=({node:e})=>{const r=e.attributes.attribution,s=e.attributes.citetitle;return t.jsxs("div",{...e.id?{id:e.id}:{},className:x("verseblock",e.role),...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),e.content&&t.jsx("pre",{className:"content",dangerouslySetInnerHTML:{__html:e.content}}),r&&t.jsxs("div",{className:"attribution",children:["— ",r,s&&t.jsx("cite",{children:s})]})]})},Ie=({node:e})=>{const r=e.attributes.start,s=e.attributes.end,n=(r||s)&&`#t=${r||""}`+s?`,${s}`:"";return t.jsxs("div",{className:"videoblock",...e.lineNumber?{"data-lineno":e.lineNumber}:{},children:[t.jsx(v,{text:e.title}),t.jsx("div",{className:"content",children:t.jsx("video",{src:`${e.mediaUri}${n}`,autoPlay:e.autoplay,controls:!e.noControls,loop:e.loop,children:"Your browser does not support the video tag."})})]})},W=q.createContext({document:{}}),mt=({document:e,options:r})=>{const s=r&&r.customDocument;return t.jsx(W.Provider,{value:{...r,document:{attributes:e.attributes,sections:e.sections}},children:s?t.jsx(s,{document:e}):t.jsx(fe,{document:e})})},E=({blocks:e})=>t.jsx(t.Fragment,{children:e.map((r,s)=>t.jsx(pt,{node:r},`${s}-${r.type}`))}),pt=({node:e})=>{const{overrides:r}=q.useContext(W),s=e.type,n=r&&r[s];if(n)return t.jsx(n,{node:e});switch(s){case"audio":return t.jsx(ue,{node:e});case"preamble":return t.jsx(Se,{node:e});case"section":return t.jsx(Re,{node:e});case"paragraph":return t.jsx(ke,{node:e});case"dlist":return t.jsx(be,{node:e});case"ulist":return t.jsx(_e,{node:e});case"floating_title":return t.jsx(xe,{node:e});case"admonition":return t.jsx(ce,{node:e});case"listing":return t.jsx(je,{node:e});case"literal":return t.jsx(ye,{node:e});case"image":return t.jsx(we,{node:e});case"colist":return t.jsx(me,{node:e});case"olist":return t.jsx(Ne,{node:e});case"table":return t.jsx(De,{node:e});case"thematic_break":return t.jsx(Oe,{});case"open":return t.jsx(qe,{node:e});case"pass":return t.jsx(Ae,{node:e});case"page_break":return t.jsx(Ee,{});case"example":return t.jsx(ve,{node:e});case"sidebar":return t.jsx(Le,{node:e});case"quote":return t.jsx(Te,{node:e});case"verse":return t.jsx(Pe,{node:e});case"video":return t.jsx(Ie,{node:e});case"toc":return t.jsx(Ce,{node:e});default:return t.jsx(t.Fragment,{})}},R=()=>{const e=q.useContext(W);if(e===void 0)throw new Error("useConverterContext must be used within a Provider");return e};m.parse=b,m.Admonition=ce,m.Asciidoc=mt,m.Audio=ue,m.CoList=me,m.Content=E,m.Context=W,m.DList=be,m.Document=fe,m.Example=ve,m.FloatingTitle=xe,m.Image=we,m.Listing=je,m.Literal=ye,m.OList=Ne,m.Open=qe,m.Outline=F,m.PageBreak=Ee,m.Paragraph=ke,m.Pass=Ae,m.Preamble=Se,m.Quote=Te,m.Section=Re,m.Sidebar=Le,m.Table=De,m.TableOfContents=Ce,m.ThematicBreak=Oe,m.Title=v,m.UList=_e,m.Verse=Pe,m.Video=Ie,m.isOption=_,m.prepareDocument=ot,m.processDocument=ct,m.useConverterContext=R,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})}));
|