@n8n/chat 0.4.1 → 0.5.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/README.md +6 -6
- package/chat.bundle.es.js +774 -771
- package/chat.bundle.umd.js +6 -6
- package/chat.es.js +872 -869
- package/chat.umd.js +12 -12
- package/package.json +1 -1
- package/types/types/chat.d.ts +1 -1
- package/types/types/options.d.ts +2 -1
package/chat.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as
|
|
1
|
+
import { openBlock as I, createElementBlock as G, renderSlot as Ie, defineComponent as te, ref as Ce, onMounted as Fn, onBeforeUnmount as no, createCommentVNode as Fe, inject as er, createVNode as be, withCtx as ve, createTextVNode as nr, toDisplayString as Xe, unref as V, createElementVNode as J, h as to, toRefs as ro, computed as De, normalizeClass as tr, createBlock as X, Fragment as ot, renderList as st, withDirectives as rr, withKeys as oo, vModelText as so, nextTick as Be, Transition as ct, vShow as co, createApp as io } from "vue";
|
|
2
2
|
const or = (n, e) => {
|
|
3
3
|
const t = n.__vccOpts || n;
|
|
4
4
|
for (const [r, o] of e)
|
|
@@ -6,25 +6,25 @@ const or = (n, e) => {
|
|
|
6
6
|
return t;
|
|
7
7
|
}, ao = {}, lo = { class: "chat-button" };
|
|
8
8
|
function uo(n, e) {
|
|
9
|
-
return
|
|
10
|
-
|
|
9
|
+
return I(), G("button", lo, [
|
|
10
|
+
Ie(n.$slots, "default")
|
|
11
11
|
]);
|
|
12
12
|
}
|
|
13
13
|
const fo = /* @__PURE__ */ or(ao, [["render", uo]]);
|
|
14
14
|
function po() {
|
|
15
15
|
const n = /* @__PURE__ */ new Map();
|
|
16
16
|
function e(o, s) {
|
|
17
|
-
const
|
|
18
|
-
|
|
17
|
+
const i = n.get(o);
|
|
18
|
+
i && i.splice(i.indexOf(s) >>> 0, 1);
|
|
19
19
|
}
|
|
20
20
|
function t(o, s) {
|
|
21
|
-
let
|
|
22
|
-
return
|
|
21
|
+
let i = n.get(o);
|
|
22
|
+
return i ? i.push(s) : i = [s], n.set(o, i), () => e(o, s);
|
|
23
23
|
}
|
|
24
24
|
function r(o, s) {
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
await
|
|
25
|
+
const i = n.get(o);
|
|
26
|
+
i && i.slice().forEach(async (c) => {
|
|
27
|
+
await c(s);
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
30
|
return {
|
|
@@ -53,29 +53,29 @@ const xe = po(), go = { class: "chat-layout" }, mo = {
|
|
|
53
53
|
const r = e.value;
|
|
54
54
|
r && (r.scrollTop = r.scrollHeight);
|
|
55
55
|
}
|
|
56
|
-
return
|
|
56
|
+
return Fn(() => {
|
|
57
57
|
xe.on("scrollToBottom", t), window.addEventListener("resize", t);
|
|
58
58
|
}), no(() => {
|
|
59
59
|
xe.off("scrollToBottom", t), window.removeEventListener("resize", t);
|
|
60
|
-
}), (r, o) => (
|
|
61
|
-
r.$slots.header ? (
|
|
62
|
-
|
|
60
|
+
}), (r, o) => (I(), G("main", go, [
|
|
61
|
+
r.$slots.header ? (I(), G("div", mo, [
|
|
62
|
+
Ie(r.$slots, "header")
|
|
63
63
|
])) : Fe("", !0),
|
|
64
|
-
r.$slots.default ? (
|
|
64
|
+
r.$slots.default ? (I(), G("div", {
|
|
65
65
|
key: 1,
|
|
66
66
|
class: "chat-body",
|
|
67
67
|
ref_key: "chatBodyRef",
|
|
68
68
|
ref: e
|
|
69
69
|
}, [
|
|
70
|
-
|
|
70
|
+
Ie(r.$slots, "default")
|
|
71
71
|
], 512)) : Fe("", !0),
|
|
72
|
-
r.$slots.footer ? (
|
|
73
|
-
|
|
72
|
+
r.$slots.footer ? (I(), G("div", _o, [
|
|
73
|
+
Ie(r.$slots, "footer")
|
|
74
74
|
])) : Fe("", !0)
|
|
75
75
|
]));
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
const
|
|
78
|
+
const Me = {
|
|
79
79
|
webhookUrl: "http://localhost:5678",
|
|
80
80
|
webhookConfig: {
|
|
81
81
|
method: "POST",
|
|
@@ -83,8 +83,9 @@ const Ne = {
|
|
|
83
83
|
},
|
|
84
84
|
target: "#n8n-chat",
|
|
85
85
|
mode: "window",
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
loadPreviousSession: !0,
|
|
87
|
+
chatInputKey: "chatInput",
|
|
88
|
+
chatSessionKey: "sessionId",
|
|
88
89
|
defaultLanguage: "en",
|
|
89
90
|
showWelcomeScreen: !1,
|
|
90
91
|
initialMessages: ["Hi there! 👋", "My name is Nathan. How can I assist you today?"],
|
|
@@ -110,12 +111,12 @@ function Bn() {
|
|
|
110
111
|
function rn() {
|
|
111
112
|
const { options: n } = Bn(), e = (n == null ? void 0 : n.defaultLanguage) ?? "en";
|
|
112
113
|
function t(o) {
|
|
113
|
-
var s,
|
|
114
|
-
return ((
|
|
114
|
+
var s, i;
|
|
115
|
+
return ((i = (s = n == null ? void 0 : n.i18n) == null ? void 0 : s[e]) == null ? void 0 : i[o]) ?? o;
|
|
115
116
|
}
|
|
116
117
|
function r(o) {
|
|
117
|
-
var s,
|
|
118
|
-
return !!((
|
|
118
|
+
var s, i;
|
|
119
|
+
return !!((i = (s = n == null ? void 0 : n.i18n) == null ? void 0 : s[e]) != null && i[o]);
|
|
119
120
|
}
|
|
120
121
|
return { t, te: r };
|
|
121
122
|
}
|
|
@@ -123,12 +124,12 @@ const xo = { class: "chat-get-started" }, yo = /* @__PURE__ */ te({
|
|
|
123
124
|
__name: "GetStarted",
|
|
124
125
|
setup(n) {
|
|
125
126
|
const { t: e } = rn();
|
|
126
|
-
return (t, r) => (
|
|
127
|
+
return (t, r) => (I(), G("div", xo, [
|
|
127
128
|
be(fo, {
|
|
128
129
|
onClick: r[0] || (r[0] = (o) => t.$emit("click:button"))
|
|
129
130
|
}, {
|
|
130
131
|
default: ve(() => [
|
|
131
|
-
nr(Xe(
|
|
132
|
+
nr(Xe(V(e)("getStarted")), 1)
|
|
132
133
|
]),
|
|
133
134
|
_: 1
|
|
134
135
|
})
|
|
@@ -137,7 +138,7 @@ const xo = { class: "chat-get-started" }, yo = /* @__PURE__ */ te({
|
|
|
137
138
|
});
|
|
138
139
|
const wo = {}, Eo = { class: "chat-powered-by" }, Ao = /* @__PURE__ */ J("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1);
|
|
139
140
|
function Co(n, e) {
|
|
140
|
-
return
|
|
141
|
+
return I(), G("div", Eo, [
|
|
141
142
|
nr(" Powered by "),
|
|
142
143
|
Ao
|
|
143
144
|
]);
|
|
@@ -146,8 +147,8 @@ const So = /* @__PURE__ */ or(wo, [["render", Co]]), Do = { class: "chat-get-sta
|
|
|
146
147
|
__name: "GetStartedFooter",
|
|
147
148
|
setup(n) {
|
|
148
149
|
const { t: e, te: t } = rn();
|
|
149
|
-
return (r, o) => (
|
|
150
|
-
|
|
150
|
+
return (r, o) => (I(), G("div", Do, [
|
|
151
|
+
V(t)("footer") ? (I(), G("div", qo, Xe(V(e)("footer")), 1)) : Fe("", !0),
|
|
151
152
|
be(So)
|
|
152
153
|
]));
|
|
153
154
|
}
|
|
@@ -176,23 +177,23 @@ function Ro(n) {
|
|
|
176
177
|
});
|
|
177
178
|
}), t;
|
|
178
179
|
}
|
|
179
|
-
var
|
|
180
|
-
const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "∾̳", Po = "Â", zo = "â", $o = "´", Uo = "А", Ho = "а", Vo = "Æ", Go = "æ", jo = "", Zo = "𝔄", Wo = "𝔞", Ko = "À", Jo = "à", Yo = "ℵ", Xo = "ℵ", Qo = "Α", es = "α", ns = "Ā", ts = "ā", rs = "⨿", os = "&", ss = "&", cs = "⩕", is = "⩓", as = "∧", ls = "⩜", us = "⩘", fs = "⩚", ps = "∠", hs = "⦤", ds = "∠", gs = "⦨", ms = "⦩", _s = "⦪", bs = "⦫", vs = "⦬", ks = "⦭", xs = "⦮", ys = "⦯", ws = "∡", Es = "∟", As = "⊾", Cs = "⦝", Ss = "∢", Ds = "Å", qs = "⍼", Ts = "Ą", Rs = "ą", Ns = "𝔸", Ms = "𝕒", Ls = "⩯", Fs = "≈", Is = "⩰", Os = "≊", Bs = "≋", Ps = "'", zs = "", $s = "≈", Us = "≊", Hs = "Å", Vs = "å", Gs = "𝒜", js = "𝒶", Zs = "≔", Ws = "*", Ks = "≈", Js = "≍", Ys = "Ã", Xs = "ã", Qs = "Ä", ec = "ä", nc = "∳", tc = "⨑", rc = "≌", oc = "϶", sc = "‵", cc = "∽", ic = "⋍", ac = "∖", lc = "⫧", uc = "⊽", fc = "⌅", pc = "⌆", hc = "⌅", dc = "⎵", gc = "⎶", mc = "≌", _c = "Б", bc = "б", vc = "„", kc = "∵", xc = "∵", yc = "∵", wc = "⦰", Ec = "϶", Ac = "ℬ", Cc = "ℬ", Sc = "Β", Dc = "β", qc = "ℶ", Tc = "≬", Rc = "𝔅", Nc = "𝔟", Mc = "⋂", Lc = "◯", Fc = "⋃", Ic = "⨀", Oc = "⨁", Bc = "⨂", Pc = "⨆", zc = "★", $c = "▽", Uc = "△", Hc = "⨄", Vc = "⋁", Gc = "⋀", jc = "⤍", Zc = "⧫", Wc = "▪", Kc = "▴", Jc = "▾", Yc = "◂", Xc = "▸", Qc = "␣", ei = "▒", ni = "░", ti = "▓", ri = "█", oi = "=⃥", si = "≡⃥", ci = "⫭", ii = "⌐", ai = "𝔹", li = "𝕓", ui = "⊥", fi = "⊥", pi = "⋈", hi = "⧉", di = "┐", gi = "╕", mi = "╖", _i = "╗", bi = "┌", vi = "╒", ki = "╓", xi = "╔", yi = "─", wi = "═", Ei = "┬", Ai = "╤", Ci = "╥", Si = "╦", Di = "┴", qi = "╧", Ti = "╨", Ri = "╩", Ni = "⊟", Mi = "⊞", Li = "⊠", Fi = "┘", Ii = "╛", Oi = "╜", Bi = "╝", Pi = "└", zi = "╘", $i = "╙", Ui = "╚", Hi = "│", Vi = "║", Gi = "┼", ji = "╪", Zi = "╫", Wi = "╬", Ki = "┤", Ji = "╡", Yi = "╢", Xi = "╣", Qi = "├", ea = "╞", na = "╟", ta = "╠", ra = "‵", oa = "˘", sa = "˘", ca = "¦", ia = "𝒷", aa = "ℬ", la = "⁏", ua = "∽", fa = "⋍", pa = "⧅", ha = "\\", da = "⟈", ga = "•", ma = "•", _a = "≎", ba = "⪮", va = "≏", ka = "≎", xa = "≏", ya = "Ć", wa = "ć", Ea = "⩄", Aa = "⩉", Ca = "⩋", Sa = "∩", Da = "⋒", qa = "⩇", Ta = "⩀", Ra = "ⅅ", Na = "∩︀", Ma = "⁁", La = "ˇ", Fa = "ℭ", Ia = "⩍", Oa = "Č", Ba = "č", Pa = "Ç", za = "ç", $a = "Ĉ", Ua = "ĉ", Ha = "∰", Va = "⩌", Ga = "⩐", ja = "Ċ", Za = "ċ", Wa = "¸", Ka = "¸", Ja = "⦲", Ya = "¢", Xa = "·", Qa = "·", el = "𝔠", nl = "ℭ", tl = "Ч", rl = "ч", ol = "✓", sl = "✓", cl = "Χ", il = "χ", al = "ˆ", ll = "≗", ul = "↺", fl = "↻", pl = "⊛", hl = "⊚", dl = "⊝", gl = "⊙", ml = "®", _l = "Ⓢ", bl = "⊖", vl = "⊕", kl = "⊗", xl = "○", yl = "⧃", wl = "≗", El = "⨐", Al = "⫯", Cl = "⧂", Sl = "∲", Dl = "”", ql = "’", Tl = "♣", Rl = "♣", Nl = ":", Ml = "∷", Ll = "⩴", Fl = "≔", Il = "≔", Ol = ",", Bl = "@", Pl = "∁", zl = "∘", $l = "∁", Ul = "ℂ", Hl = "≅", Vl = "⩭", Gl = "≡", jl = "∮", Zl = "∯", Wl = "∮", Kl = "𝕔", Jl = "ℂ", Yl = "∐", Xl = "∐", Ql = "©", eu = "©", nu = "℗", tu = "∳", ru = "↵", ou = "✗", su = "⨯", cu = "𝒞", iu = "𝒸", au = "⫏", lu = "⫑", uu = "⫐", fu = "⫒", pu = "⋯", hu = "⤸", du = "⤵", gu = "⋞", mu = "⋟", _u = "↶", bu = "⤽", vu = "⩈", ku = "⩆", xu = "≍", yu = "∪", wu = "⋓", Eu = "⩊", Au = "⊍", Cu = "⩅", Su = "∪︀", Du = "↷", qu = "⤼", Tu = "⋞", Ru = "⋟", Nu = "⋎", Mu = "⋏", Lu = "¤", Fu = "↶", Iu = "↷", Ou = "⋎", Bu = "⋏", Pu = "∲", zu = "∱", $u = "⌭", Uu = "†", Hu = "‡", Vu = "ℸ", Gu = "↓", ju = "↡", Zu = "⇓", Wu = "‐", Ku = "⫤", Ju = "⊣", Yu = "⤏", Xu = "˝", Qu = "Ď", ef = "ď", nf = "Д", tf = "д", rf = "‡", of = "⇊", sf = "ⅅ", cf = "ⅆ", af = "⤑", lf = "⩷", uf = "°", ff = "∇", pf = "Δ", hf = "δ", df = "⦱", gf = "⥿", mf = "𝔇", _f = "𝔡", bf = "⥥", vf = "⇃", kf = "⇂", xf = "´", yf = "˙", wf = "˝", Ef = "`", Af = "˜", Cf = "⋄", Sf = "⋄", Df = "⋄", qf = "♦", Tf = "♦", Rf = "¨", Nf = "ⅆ", Mf = "ϝ", Lf = "⋲", Ff = "÷", If = "÷", Of = "⋇", Bf = "⋇", Pf = "Ђ", zf = "ђ", $f = "⌞", Uf = "⌍", Hf = "$", Vf = "𝔻", Gf = "𝕕", jf = "¨", Zf = "˙", Wf = "⃜", Kf = "≐", Jf = "≑", Yf = "≐", Xf = "∸", Qf = "∔", ep = "⊡", np = "⌆", tp = "∯", rp = "¨", op = "⇓", sp = "⇐", cp = "⇔", ip = "⫤", ap = "⟸", lp = "⟺", up = "⟹", fp = "⇒", pp = "⊨", hp = "⇑", dp = "⇕", gp = "∥", mp = "⤓", _p = "↓", bp = "↓", vp = "⇓", kp = "⇵", xp = "̑", yp = "⇊", wp = "⇃", Ep = "⇂", Ap = "⥐", Cp = "⥞", Sp = "⥖", Dp = "↽", qp = "⥟", Tp = "⥗", Rp = "⇁", Np = "↧", Mp = "⊤", Lp = "⤐", Fp = "⌟", Ip = "⌌", Op = "𝒟", Bp = "𝒹", Pp = "Ѕ", zp = "ѕ", $p = "⧶", Up = "Đ", Hp = "đ", Vp = "⋱", Gp = "▿", jp = "▾", Zp = "⇵", Wp = "⥯", Kp = "⦦", Jp = "Џ", Yp = "џ", Xp = "⟿", Qp = "É", eh = "é", nh = "⩮", th = "Ě", rh = "ě", oh = "Ê", sh = "ê", ch = "≖", ih = "≕", ah = "Э", lh = "э", uh = "⩷", fh = "Ė", ph = "ė", hh = "≑", dh = "ⅇ", gh = "≒", mh = "𝔈", _h = "𝔢", bh = "⪚", vh = "È", kh = "è", xh = "⪖", yh = "⪘", wh = "⪙", Eh = "∈", Ah = "⏧", Ch = "ℓ", Sh = "⪕", Dh = "⪗", qh = "Ē", Th = "ē", Rh = "∅", Nh = "∅", Mh = "◻", Lh = "∅", Fh = "▫", Ih = " ", Oh = " ", Bh = " ", Ph = "Ŋ", zh = "ŋ", $h = " ", Uh = "Ę", Hh = "ę", Vh = "𝔼", Gh = "𝕖", jh = "⋕", Zh = "⧣", Wh = "⩱", Kh = "ε", Jh = "Ε", Yh = "ε", Xh = "ϵ", Qh = "≖", ed = "≕", nd = "≂", td = "⪖", rd = "⪕", od = "⩵", sd = "=", cd = "≂", id = "≟", ad = "⇌", ld = "≡", ud = "⩸", fd = "⧥", pd = "⥱", hd = "≓", dd = "ℯ", gd = "ℰ", md = "≐", _d = "⩳", bd = "≂", vd = "Η", kd = "η", xd = "Ð", yd = "ð", wd = "Ë", Ed = "ë", Ad = "€", Cd = "!", Sd = "∃", Dd = "∃", qd = "ℰ", Td = "ⅇ", Rd = "ⅇ", Nd = "≒", Md = "Ф", Ld = "ф", Fd = "♀", Id = "ffi", Od = "ff", Bd = "ffl", Pd = "𝔉", zd = "𝔣", $d = "fi", Ud = "◼", Hd = "▪", Vd = "fj", Gd = "♭", jd = "fl", Zd = "▱", Wd = "ƒ", Kd = "𝔽", Jd = "𝕗", Yd = "∀", Xd = "∀", Qd = "⋔", eg = "⫙", ng = "ℱ", tg = "⨍", rg = "½", og = "⅓", sg = "¼", cg = "⅕", ig = "⅙", ag = "⅛", lg = "⅔", ug = "⅖", fg = "¾", pg = "⅗", hg = "⅜", dg = "⅘", gg = "⅚", mg = "⅝", _g = "⅞", bg = "⁄", vg = "⌢", kg = "𝒻", xg = "ℱ", yg = "ǵ", wg = "Γ", Eg = "γ", Ag = "Ϝ", Cg = "ϝ", Sg = "⪆", Dg = "Ğ", qg = "ğ", Tg = "Ģ", Rg = "Ĝ", Ng = "ĝ", Mg = "Г", Lg = "г", Fg = "Ġ", Ig = "ġ", Og = "≥", Bg = "≧", Pg = "⪌", zg = "⋛", $g = "≥", Ug = "≧", Hg = "⩾", Vg = "⪩", Gg = "⩾", jg = "⪀", Zg = "⪂", Wg = "⪄", Kg = "⋛︀", Jg = "⪔", Yg = "𝔊", Xg = "𝔤", Qg = "≫", em = "⋙", nm = "⋙", tm = "ℷ", rm = "Ѓ", om = "ѓ", sm = "⪥", cm = "≷", im = "⪒", am = "⪤", lm = "⪊", um = "⪊", fm = "⪈", pm = "≩", hm = "⪈", dm = "≩", gm = "⋧", mm = "𝔾", _m = "𝕘", bm = "`", vm = "≥", km = "⋛", xm = "≧", ym = "⪢", wm = "≷", Em = "⩾", Am = "≳", Cm = "𝒢", Sm = "ℊ", Dm = "≳", qm = "⪎", Tm = "⪐", Rm = "⪧", Nm = "⩺", Mm = ">", Lm = ">", Fm = "≫", Im = "⋗", Om = "⦕", Bm = "⩼", Pm = "⪆", zm = "⥸", $m = "⋗", Um = "⋛", Hm = "⪌", Vm = "≷", Gm = "≳", jm = "≩︀", Zm = "≩︀", Wm = "ˇ", Km = " ", Jm = "½", Ym = "ℋ", Xm = "Ъ", Qm = "ъ", e_ = "⥈", n_ = "↔", t_ = "⇔", r_ = "↭", o_ = "^", s_ = "ℏ", c_ = "Ĥ", i_ = "ĥ", a_ = "♥", l_ = "♥", u_ = "…", f_ = "⊹", p_ = "𝔥", h_ = "ℌ", d_ = "ℋ", g_ = "⤥", m_ = "⤦", __ = "⇿", b_ = "∻", v_ = "↩", k_ = "↪", x_ = "𝕙", y_ = "ℍ", w_ = "―", E_ = "─", A_ = "𝒽", C_ = "ℋ", S_ = "ℏ", D_ = "Ħ", q_ = "ħ", T_ = "≎", R_ = "≏", N_ = "⁃", M_ = "‐", L_ = "Í", F_ = "í", I_ = "", O_ = "Î", B_ = "î", P_ = "И", z_ = "и", $_ = "İ", U_ = "Е", H_ = "е", V_ = "¡", G_ = "⇔", j_ = "𝔦", Z_ = "ℑ", W_ = "Ì", K_ = "ì", J_ = "ⅈ", Y_ = "⨌", X_ = "∭", Q_ = "⧜", eb = "℩", nb = "IJ", tb = "ij", rb = "Ī", ob = "ī", sb = "ℑ", cb = "ⅈ", ib = "ℐ", ab = "ℑ", lb = "ı", ub = "ℑ", fb = "⊷", pb = "Ƶ", hb = "⇒", db = "℅", gb = "∞", mb = "⧝", _b = "ı", bb = "⊺", vb = "∫", kb = "∬", xb = "ℤ", yb = "∫", wb = "⊺", Eb = "⋂", Ab = "⨗", Cb = "⨼", Sb = "", Db = "", qb = "Ё", Tb = "ё", Rb = "Į", Nb = "į", Mb = "𝕀", Lb = "𝕚", Fb = "Ι", Ib = "ι", Ob = "⨼", Bb = "¿", Pb = "𝒾", zb = "ℐ", $b = "∈", Ub = "⋵", Hb = "⋹", Vb = "⋴", Gb = "⋳", jb = "∈", Zb = "", Wb = "Ĩ", Kb = "ĩ", Jb = "І", Yb = "і", Xb = "Ï", Qb = "ï", e0 = "Ĵ", n0 = "ĵ", t0 = "Й", r0 = "й", o0 = "𝔍", s0 = "𝔧", c0 = "ȷ", i0 = "𝕁", a0 = "𝕛", l0 = "𝒥", u0 = "𝒿", f0 = "Ј", p0 = "ј", h0 = "Є", d0 = "є", g0 = "Κ", m0 = "κ", _0 = "ϰ", b0 = "Ķ", v0 = "ķ", k0 = "К", x0 = "к", y0 = "𝔎", w0 = "𝔨", E0 = "ĸ", A0 = "Х", C0 = "х", S0 = "Ќ", D0 = "ќ", q0 = "𝕂", T0 = "𝕜", R0 = "𝒦", N0 = "𝓀", M0 = "⇚", L0 = "Ĺ", F0 = "ĺ", I0 = "⦴", O0 = "ℒ", B0 = "Λ", P0 = "λ", z0 = "⟨", $0 = "⟪", U0 = "⦑", H0 = "⟨", V0 = "⪅", G0 = "ℒ", j0 = "«", Z0 = "⇤", W0 = "⤟", K0 = "←", J0 = "↞", Y0 = "⇐", X0 = "⤝", Q0 = "↩", ev = "↫", nv = "⤹", tv = "⥳", rv = "↢", ov = "⤙", sv = "⤛", cv = "⪫", iv = "⪭", av = "⪭︀", lv = "⤌", uv = "⤎", fv = "❲", pv = "{", hv = "[", dv = "⦋", gv = "⦏", mv = "⦍", _v = "Ľ", bv = "ľ", vv = "Ļ", kv = "ļ", xv = "⌈", yv = "{", wv = "Л", Ev = "л", Av = "⤶", Cv = "“", Sv = "„", Dv = "⥧", qv = "⥋", Tv = "↲", Rv = "≤", Nv = "≦", Mv = "⟨", Lv = "⇤", Fv = "←", Iv = "←", Ov = "⇐", Bv = "⇆", Pv = "↢", zv = "⌈", $v = "⟦", Uv = "⥡", Hv = "⥙", Vv = "⇃", Gv = "⌊", jv = "↽", Zv = "↼", Wv = "⇇", Kv = "↔", Jv = "↔", Yv = "⇔", Xv = "⇆", Qv = "⇋", ek = "↭", nk = "⥎", tk = "↤", rk = "⊣", ok = "⥚", sk = "⋋", ck = "⧏", ik = "⊲", ak = "⊴", lk = "⥑", uk = "⥠", fk = "⥘", pk = "↿", hk = "⥒", dk = "↼", gk = "⪋", mk = "⋚", _k = "≤", bk = "≦", vk = "⩽", kk = "⪨", xk = "⩽", yk = "⩿", wk = "⪁", Ek = "⪃", Ak = "⋚︀", Ck = "⪓", Sk = "⪅", Dk = "⋖", qk = "⋚", Tk = "⪋", Rk = "⋚", Nk = "≦", Mk = "≶", Lk = "≶", Fk = "⪡", Ik = "≲", Ok = "⩽", Bk = "≲", Pk = "⥼", zk = "⌊", $k = "𝔏", Uk = "𝔩", Hk = "≶", Vk = "⪑", Gk = "⥢", jk = "↽", Zk = "↼", Wk = "⥪", Kk = "▄", Jk = "Љ", Yk = "љ", Xk = "⇇", Qk = "≪", ex = "⋘", nx = "⌞", tx = "⇚", rx = "⥫", ox = "◺", sx = "Ŀ", cx = "ŀ", ix = "⎰", ax = "⎰", lx = "⪉", ux = "⪉", fx = "⪇", px = "≨", hx = "⪇", dx = "≨", gx = "⋦", mx = "⟬", _x = "⇽", bx = "⟦", vx = "⟵", kx = "⟵", xx = "⟸", yx = "⟷", wx = "⟷", Ex = "⟺", Ax = "⟼", Cx = "⟶", Sx = "⟶", Dx = "⟹", qx = "↫", Tx = "↬", Rx = "⦅", Nx = "𝕃", Mx = "𝕝", Lx = "⨭", Fx = "⨴", Ix = "∗", Ox = "_", Bx = "↙", Px = "↘", zx = "◊", $x = "◊", Ux = "⧫", Hx = "(", Vx = "⦓", Gx = "⇆", jx = "⌟", Zx = "⇋", Wx = "⥭", Kx = "", Jx = "⊿", Yx = "‹", Xx = "𝓁", Qx = "ℒ", ey = "↰", ny = "↰", ty = "≲", ry = "⪍", oy = "⪏", sy = "[", cy = "‘", iy = "‚", ay = "Ł", ly = "ł", uy = "⪦", fy = "⩹", py = "<", hy = "<", dy = "≪", gy = "⋖", my = "⋋", _y = "⋉", by = "⥶", vy = "⩻", ky = "◃", xy = "⊴", yy = "◂", wy = "⦖", Ey = "⥊", Ay = "⥦", Cy = "≨︀", Sy = "≨︀", Dy = "¯", qy = "♂", Ty = "✠", Ry = "✠", Ny = "↦", My = "↦", Ly = "↧", Fy = "↤", Iy = "↥", Oy = "▮", By = "⨩", Py = "М", zy = "м", $y = "—", Uy = "∺", Hy = "∡", Vy = " ", Gy = "ℳ", jy = "𝔐", Zy = "𝔪", Wy = "℧", Ky = "µ", Jy = "*", Yy = "⫰", Xy = "∣", Qy = "·", ew = "⊟", nw = "−", tw = "∸", rw = "⨪", ow = "∓", sw = "⫛", cw = "…", iw = "∓", aw = "⊧", lw = "𝕄", uw = "𝕞", fw = "∓", pw = "𝓂", hw = "ℳ", dw = "∾", gw = "Μ", mw = "μ", _w = "⊸", bw = "⊸", vw = "∇", kw = "Ń", xw = "ń", yw = "∠⃒", ww = "≉", Ew = "⩰̸", Aw = "≋̸", Cw = "ʼn", Sw = "≉", Dw = "♮", qw = "ℕ", Tw = "♮", Rw = " ", Nw = "≎̸", Mw = "≏̸", Lw = "⩃", Fw = "Ň", Iw = "ň", Ow = "Ņ", Bw = "ņ", Pw = "≇", zw = "⩭̸", $w = "⩂", Uw = "Н", Hw = "н", Vw = "–", Gw = "⤤", jw = "↗", Zw = "⇗", Ww = "↗", Kw = "≠", Jw = "≐̸", Yw = "", Xw = "", Qw = "", eE = "", nE = "≢", tE = "⤨", rE = "≂̸", oE = "≫", sE = "≪", cE = `
|
|
181
|
-
`, iE = "∄", aE = "∄", lE = "𝔑", uE = "𝔫", fE = "≧̸", pE = "≱", hE = "≱", dE = "≧̸", gE = "⩾̸", mE = "⩾̸", _E = "⋙̸", bE = "≵", vE = "≫⃒", kE = "≯", xE = "≯", yE = "≫̸", wE = "↮", EE = "⇎", AE = "⫲", CE = "∋", SE = "⋼", DE = "⋺", qE = "∋", TE = "Њ", RE = "њ", NE = "↚", ME = "⇍", LE = "‥", FE = "≦̸", IE = "≰", OE = "↚", BE = "⇍", PE = "↮", zE = "⇎", $E = "≰", UE = "≦̸", HE = "⩽̸", VE = "⩽̸", GE = "≮", jE = "⋘̸", ZE = "≴", WE = "≪⃒", KE = "≮", JE = "⋪", YE = "⋬", XE = "≪̸", QE = "∤", eA = "", nA = " ", tA = "𝕟", rA = "ℕ", oA = "⫬", sA = "¬", cA = "≢", iA = "≭", aA = "∦", lA = "∉", uA = "≠", fA = "≂̸", pA = "∄", hA = "≯", dA = "≱", gA = "≧̸", mA = "≫̸", _A = "≹", bA = "⩾̸", vA = "≵", kA = "≎̸", xA = "≏̸", yA = "∉", wA = "⋵̸", EA = "⋹̸", AA = "∉", CA = "⋷", SA = "⋶", DA = "⧏̸", qA = "⋪", TA = "⋬", RA = "≮", NA = "≰", MA = "≸", LA = "≪̸", FA = "⩽̸", IA = "≴", OA = "⪢̸", BA = "⪡̸", PA = "∌", zA = "∌", $A = "⋾", UA = "⋽", HA = "⊀", VA = "⪯̸", GA = "⋠", jA = "∌", ZA = "⧐̸", WA = "⋫", KA = "⋭", JA = "⊏̸", YA = "⋢", XA = "⊐̸", QA = "⋣", eC = "⊂⃒", nC = "⊈", tC = "⊁", rC = "⪰̸", oC = "⋡", sC = "≿̸", cC = "⊃⃒", iC = "⊉", aC = "≁", lC = "≄", uC = "≇", fC = "≉", pC = "∤", hC = "∦", dC = "∦", gC = "⫽⃥", mC = "∂̸", _C = "⨔", bC = "⊀", vC = "⋠", kC = "⊀", xC = "⪯̸", yC = "⪯̸", wC = "⤳̸", EC = "↛", AC = "⇏", CC = "↝̸", SC = "↛", DC = "⇏", qC = "⋫", TC = "⋭", RC = "⊁", NC = "⋡", MC = "⪰̸", LC = "𝒩", FC = "𝓃", IC = "∤", OC = "∦", BC = "≁", PC = "≄", zC = "≄", $C = "∤", UC = "∦", HC = "⋢", VC = "⋣", GC = "⊄", jC = "⫅̸", ZC = "⊈", WC = "⊂⃒", KC = "⊈", JC = "⫅̸", YC = "⊁", XC = "⪰̸", QC = "⊅", e1 = "⫆̸", n1 = "⊉", t1 = "⊃⃒", r1 = "⊉", o1 = "⫆̸", s1 = "≹", c1 = "Ñ", i1 = "ñ", a1 = "≸", l1 = "⋪", u1 = "⋬", f1 = "⋫", p1 = "⋭", h1 = "Ν", d1 = "ν", g1 = "#", m1 = "№", _1 = " ", b1 = "≍⃒", v1 = "⊬", k1 = "⊭", x1 = "⊮", y1 = "⊯", w1 = "≥⃒", E1 = ">⃒", A1 = "⤄", C1 = "⧞", S1 = "⤂", D1 = "≤⃒", q1 = "<⃒", T1 = "⊴⃒", R1 = "⤃", N1 = "⊵⃒", M1 = "∼⃒", L1 = "⤣", F1 = "↖", I1 = "⇖", O1 = "↖", B1 = "⤧", P1 = "Ó", z1 = "ó", $1 = "⊛", U1 = "Ô", H1 = "ô", V1 = "⊚", G1 = "О", j1 = "о", Z1 = "⊝", W1 = "Ő", K1 = "ő", J1 = "⨸", Y1 = "⊙", X1 = "⦼", Q1 = "Œ", eS = "œ", nS = "⦿", tS = "𝔒", rS = "𝔬", oS = "˛", sS = "Ò", cS = "ò", iS = "⧁", aS = "⦵", lS = "Ω", uS = "∮", fS = "↺", pS = "⦾", hS = "⦻", dS = "‾", gS = "⧀", mS = "Ō", _S = "ō", bS = "Ω", vS = "ω", kS = "Ο", xS = "ο", yS = "⦶", wS = "⊖", ES = "𝕆", AS = "𝕠", CS = "⦷", SS = "“", DS = "‘", qS = "⦹", TS = "⊕", RS = "↻", NS = "⩔", MS = "∨", LS = "⩝", FS = "ℴ", IS = "ℴ", OS = "ª", BS = "º", PS = "⊶", zS = "⩖", $S = "⩗", US = "⩛", HS = "Ⓢ", VS = "𝒪", GS = "ℴ", jS = "Ø", ZS = "ø", WS = "⊘", KS = "Õ", JS = "õ", YS = "⨶", XS = "⨷", QS = "⊗", eD = "Ö", nD = "ö", tD = "⌽", rD = "‾", oD = "⏞", sD = "⎴", cD = "⏜", iD = "¶", aD = "∥", lD = "∥", uD = "⫳", fD = "⫽", pD = "∂", hD = "∂", dD = "П", gD = "п", mD = "%", _D = ".", bD = "‰", vD = "⊥", kD = "‱", xD = "𝔓", yD = "𝔭", wD = "Φ", ED = "φ", AD = "ϕ", CD = "ℳ", SD = "☎", DD = "Π", qD = "π", TD = "⋔", RD = "ϖ", ND = "ℏ", MD = "ℎ", LD = "ℏ", FD = "⨣", ID = "⊞", OD = "⨢", BD = "+", PD = "∔", zD = "⨥", $D = "⩲", UD = "±", HD = "±", VD = "⨦", GD = "⨧", jD = "±", ZD = "ℌ", WD = "⨕", KD = "𝕡", JD = "ℙ", YD = "£", XD = "⪷", QD = "⪻", eq = "≺", nq = "≼", tq = "⪷", rq = "≺", oq = "≼", sq = "≺", cq = "⪯", iq = "≼", aq = "≾", lq = "⪯", uq = "⪹", fq = "⪵", pq = "⋨", hq = "⪯", dq = "⪳", gq = "≾", mq = "′", _q = "″", bq = "ℙ", vq = "⪹", kq = "⪵", xq = "⋨", yq = "∏", wq = "∏", Eq = "⌮", Aq = "⌒", Cq = "⌓", Sq = "∝", Dq = "∝", qq = "∷", Tq = "∝", Rq = "≾", Nq = "⊰", Mq = "𝒫", Lq = "𝓅", Fq = "Ψ", Iq = "ψ", Oq = " ", Bq = "𝔔", Pq = "𝔮", zq = "⨌", $q = "𝕢", Uq = "ℚ", Hq = "⁗", Vq = "𝒬", Gq = "𝓆", jq = "ℍ", Zq = "⨖", Wq = "?", Kq = "≟", Jq = '"', Yq = '"', Xq = "⇛", Qq = "∽̱", eT = "Ŕ", nT = "ŕ", tT = "√", rT = "⦳", oT = "⟩", sT = "⟫", cT = "⦒", iT = "⦥", aT = "⟩", lT = "»", uT = "⥵", fT = "⇥", pT = "⤠", hT = "⤳", dT = "→", gT = "↠", mT = "⇒", _T = "⤞", bT = "↪", vT = "↬", kT = "⥅", xT = "⥴", yT = "⤖", wT = "↣", ET = "↝", AT = "⤚", CT = "⤜", ST = "∶", DT = "ℚ", qT = "⤍", TT = "⤏", RT = "⤐", NT = "❳", MT = "}", LT = "]", FT = "⦌", IT = "⦎", OT = "⦐", BT = "Ř", PT = "ř", zT = "Ŗ", $T = "ŗ", UT = "⌉", HT = "}", VT = "Р", GT = "р", jT = "⤷", ZT = "⥩", WT = "”", KT = "”", JT = "↳", YT = "ℜ", XT = "ℛ", QT = "ℜ", eR = "ℝ", nR = "ℜ", tR = "▭", rR = "®", oR = "®", sR = "∋", cR = "⇋", iR = "⥯", aR = "⥽", lR = "⌋", uR = "𝔯", fR = "ℜ", pR = "⥤", hR = "⇁", dR = "⇀", gR = "⥬", mR = "Ρ", _R = "ρ", bR = "ϱ", vR = "⟩", kR = "⇥", xR = "→", yR = "→", wR = "⇒", ER = "⇄", AR = "↣", CR = "⌉", SR = "⟧", DR = "⥝", qR = "⥕", TR = "⇂", RR = "⌋", NR = "⇁", MR = "⇀", LR = "⇄", FR = "⇌", IR = "⇉", OR = "↝", BR = "↦", PR = "⊢", zR = "⥛", $R = "⋌", UR = "⧐", HR = "⊳", VR = "⊵", GR = "⥏", jR = "⥜", ZR = "⥔", WR = "↾", KR = "⥓", JR = "⇀", YR = "˚", XR = "≓", QR = "⇄", eN = "⇌", nN = "", tN = "⎱", rN = "⎱", oN = "⫮", sN = "⟭", cN = "⇾", iN = "⟧", aN = "⦆", lN = "𝕣", uN = "ℝ", fN = "⨮", pN = "⨵", hN = "⥰", dN = ")", gN = "⦔", mN = "⨒", _N = "⇉", bN = "⇛", vN = "›", kN = "𝓇", xN = "ℛ", yN = "↱", wN = "↱", EN = "]", AN = "’", CN = "’", SN = "⋌", DN = "⋊", qN = "▹", TN = "⊵", RN = "▸", NN = "⧎", MN = "⧴", LN = "⥨", FN = "℞", IN = "Ś", ON = "ś", BN = "‚", PN = "⪸", zN = "Š", $N = "š", UN = "⪼", HN = "≻", VN = "≽", GN = "⪰", jN = "⪴", ZN = "Ş", WN = "ş", KN = "Ŝ", JN = "ŝ", YN = "⪺", XN = "⪶", QN = "⋩", eM = "⨓", nM = "≿", tM = "С", rM = "с", oM = "⊡", sM = "⋅", cM = "⩦", iM = "⤥", aM = "↘", lM = "⇘", uM = "↘", fM = "§", pM = ";", hM = "⤩", dM = "∖", gM = "∖", mM = "✶", _M = "𝔖", bM = "𝔰", vM = "⌢", kM = "♯", xM = "Щ", yM = "щ", wM = "Ш", EM = "ш", AM = "↓", CM = "←", SM = "∣", DM = "∥", qM = "→", TM = "↑", RM = "", NM = "Σ", MM = "σ", LM = "ς", FM = "ς", IM = "∼", OM = "⩪", BM = "≃", PM = "≃", zM = "⪞", $M = "⪠", UM = "⪝", HM = "⪟", VM = "≆", GM = "⨤", jM = "⥲", ZM = "←", WM = "∘", KM = "∖", JM = "⨳", YM = "⧤", XM = "∣", QM = "⌣", eL = "⪪", nL = "⪬", tL = "⪬︀", rL = "Ь", oL = "ь", sL = "⌿", cL = "⧄", iL = "/", aL = "𝕊", lL = "𝕤", uL = "♠", fL = "♠", pL = "∥", hL = "⊓", dL = "⊓︀", gL = "⊔", mL = "⊔︀", _L = "√", bL = "⊏", vL = "⊑", kL = "⊏", xL = "⊑", yL = "⊐", wL = "⊒", EL = "⊐", AL = "⊒", CL = "□", SL = "□", DL = "⊓", qL = "⊏", TL = "⊑", RL = "⊐", NL = "⊒", ML = "⊔", LL = "▪", FL = "□", IL = "▪", OL = "→", BL = "𝒮", PL = "𝓈", zL = "∖", $L = "⌣", UL = "⋆", HL = "⋆", VL = "☆", GL = "★", jL = "ϵ", ZL = "ϕ", WL = "¯", KL = "⊂", JL = "⋐", YL = "⪽", XL = "⫅", QL = "⊆", e2 = "⫃", n2 = "⫁", t2 = "⫋", r2 = "⊊", o2 = "⪿", s2 = "⥹", c2 = "⊂", i2 = "⋐", a2 = "⊆", l2 = "⫅", u2 = "⊆", f2 = "⊊", p2 = "⫋", h2 = "⫇", d2 = "⫕", g2 = "⫓", m2 = "⪸", _2 = "≻", b2 = "≽", v2 = "≻", k2 = "⪰", x2 = "≽", y2 = "≿", w2 = "⪰", E2 = "⪺", A2 = "⪶", C2 = "⋩", S2 = "≿", D2 = "∋", q2 = "∑", T2 = "∑", R2 = "♪", N2 = "¹", M2 = "²", L2 = "³", F2 = "⊃", I2 = "⋑", O2 = "⪾", B2 = "⫘", P2 = "⫆", z2 = "⊇", $2 = "⫄", U2 = "⊃", H2 = "⊇", V2 = "⟉", G2 = "⫗", j2 = "⥻", Z2 = "⫂", W2 = "⫌", K2 = "⊋", J2 = "⫀", Y2 = "⊃", X2 = "⋑", Q2 = "⊇", eF = "⫆", nF = "⊋", tF = "⫌", rF = "⫈", oF = "⫔", sF = "⫖", cF = "⤦", iF = "↙", aF = "⇙", lF = "↙", uF = "⤪", fF = "ß", pF = " ", hF = "⌖", dF = "Τ", gF = "τ", mF = "⎴", _F = "Ť", bF = "ť", vF = "Ţ", kF = "ţ", xF = "Т", yF = "т", wF = "⃛", EF = "⌕", AF = "𝔗", CF = "𝔱", SF = "∴", DF = "∴", qF = "∴", TF = "Θ", RF = "θ", NF = "ϑ", MF = "ϑ", LF = "≈", FF = "∼", IF = " ", OF = " ", BF = " ", PF = "≈", zF = "∼", $F = "Þ", UF = "þ", HF = "˜", VF = "∼", GF = "≃", jF = "≅", ZF = "≈", WF = "⨱", KF = "⊠", JF = "×", YF = "⨰", XF = "∭", QF = "⤨", eI = "⌶", nI = "⫱", tI = "⊤", rI = "𝕋", oI = "𝕥", sI = "⫚", cI = "⤩", iI = "‴", aI = "™", lI = "™", uI = "▵", fI = "▿", pI = "◃", hI = "⊴", dI = "≜", gI = "▹", mI = "⊵", _I = "◬", bI = "≜", vI = "⨺", kI = "⃛", xI = "⨹", yI = "⧍", wI = "⨻", EI = "⏢", AI = "𝒯", CI = "𝓉", SI = "Ц", DI = "ц", qI = "Ћ", TI = "ћ", RI = "Ŧ", NI = "ŧ", MI = "≬", LI = "↞", FI = "↠", II = "Ú", OI = "ú", BI = "↑", PI = "↟", zI = "⇑", $I = "⥉", UI = "Ў", HI = "ў", VI = "Ŭ", GI = "ŭ", jI = "Û", ZI = "û", WI = "У", KI = "у", JI = "⇅", YI = "Ű", XI = "ű", QI = "⥮", eO = "⥾", nO = "𝔘", tO = "𝔲", rO = "Ù", oO = "ù", sO = "⥣", cO = "↿", iO = "↾", aO = "▀", lO = "⌜", uO = "⌜", fO = "⌏", pO = "◸", hO = "Ū", dO = "ū", gO = "¨", mO = "_", _O = "⏟", bO = "⎵", vO = "⏝", kO = "⋃", xO = "⊎", yO = "Ų", wO = "ų", EO = "𝕌", AO = "𝕦", CO = "⤒", SO = "↑", DO = "↑", qO = "⇑", TO = "⇅", RO = "↕", NO = "↕", MO = "⇕", LO = "⥮", FO = "↿", IO = "↾", OO = "⊎", BO = "↖", PO = "↗", zO = "υ", $O = "ϒ", UO = "ϒ", HO = "Υ", VO = "υ", GO = "↥", jO = "⊥", ZO = "⇈", WO = "⌝", KO = "⌝", JO = "⌎", YO = "Ů", XO = "ů", QO = "◹", eB = "𝒰", nB = "𝓊", tB = "⋰", rB = "Ũ", oB = "ũ", sB = "▵", cB = "▴", iB = "⇈", aB = "Ü", lB = "ü", uB = "⦧", fB = "⦜", pB = "ϵ", hB = "ϰ", dB = "∅", gB = "ϕ", mB = "ϖ", _B = "∝", bB = "↕", vB = "⇕", kB = "ϱ", xB = "ς", yB = "⊊︀", wB = "⫋︀", EB = "⊋︀", AB = "⫌︀", CB = "ϑ", SB = "⊲", DB = "⊳", qB = "⫨", TB = "⫫", RB = "⫩", NB = "В", MB = "в", LB = "⊢", FB = "⊨", IB = "⊩", OB = "⊫", BB = "⫦", PB = "⊻", zB = "∨", $B = "⋁", UB = "≚", HB = "⋮", VB = "|", GB = "‖", jB = "|", ZB = "‖", WB = "∣", KB = "|", JB = "❘", YB = "≀", XB = " ", QB = "𝔙", eP = "𝔳", nP = "⊲", tP = "⊂⃒", rP = "⊃⃒", oP = "𝕍", sP = "𝕧", cP = "∝", iP = "⊳", aP = "𝒱", lP = "𝓋", uP = "⫋︀", fP = "⊊︀", pP = "⫌︀", hP = "⊋︀", dP = "⊪", gP = "⦚", mP = "Ŵ", _P = "ŵ", bP = "⩟", vP = "∧", kP = "⋀", xP = "≙", yP = "℘", wP = "𝔚", EP = "𝔴", AP = "𝕎", CP = "𝕨", SP = "℘", DP = "≀", qP = "≀", TP = "𝒲", RP = "𝓌", NP = "⋂", MP = "◯", LP = "⋃", FP = "▽", IP = "𝔛", OP = "𝔵", BP = "⟷", PP = "⟺", zP = "Ξ", $P = "ξ", UP = "⟵", HP = "⟸", VP = "⟼", GP = "⋻", jP = "⨀", ZP = "𝕏", WP = "𝕩", KP = "⨁", JP = "⨂", YP = "⟶", XP = "⟹", QP = "𝒳", ez = "𝓍", nz = "⨆", tz = "⨄", rz = "△", oz = "⋁", sz = "⋀", cz = "Ý", iz = "ý", az = "Я", lz = "я", uz = "Ŷ", fz = "ŷ", pz = "Ы", hz = "ы", dz = "¥", gz = "𝔜", mz = "𝔶", _z = "Ї", bz = "ї", vz = "𝕐", kz = "𝕪", xz = "𝒴", yz = "𝓎", wz = "Ю", Ez = "ю", Az = "ÿ", Cz = "Ÿ", Sz = "Ź", Dz = "ź", qz = "Ž", Tz = "ž", Rz = "З", Nz = "з", Mz = "Ż", Lz = "ż", Fz = "ℨ", Iz = "", Oz = "Ζ", Bz = "ζ", Pz = "𝔷", zz = "ℨ", $z = "Ж", Uz = "ж", Hz = "⇝", Vz = "𝕫", Gz = "ℤ", jz = "𝒵", Zz = "𝓏", Wz = "", Kz = "", Jz = {
|
|
180
|
+
var F = {};
|
|
181
|
+
const No = "Á", Mo = "á", Lo = "Ă", Io = "ă", Fo = "∾", Oo = "∿", Bo = "∾̳", Po = "Â", zo = "â", $o = "´", Uo = "А", Vo = "а", Go = "Æ", Ho = "æ", jo = "", Zo = "𝔄", Wo = "𝔞", Ko = "À", Jo = "à", Yo = "ℵ", Xo = "ℵ", Qo = "Α", es = "α", ns = "Ā", ts = "ā", rs = "⨿", os = "&", ss = "&", cs = "⩕", is = "⩓", as = "∧", ls = "⩜", us = "⩘", fs = "⩚", ps = "∠", hs = "⦤", ds = "∠", gs = "⦨", ms = "⦩", _s = "⦪", bs = "⦫", vs = "⦬", ks = "⦭", xs = "⦮", ys = "⦯", ws = "∡", Es = "∟", As = "⊾", Cs = "⦝", Ss = "∢", Ds = "Å", qs = "⍼", Ts = "Ą", Rs = "ą", Ns = "𝔸", Ms = "𝕒", Ls = "⩯", Is = "≈", Fs = "⩰", Os = "≊", Bs = "≋", Ps = "'", zs = "", $s = "≈", Us = "≊", Vs = "Å", Gs = "å", Hs = "𝒜", js = "𝒶", Zs = "≔", Ws = "*", Ks = "≈", Js = "≍", Ys = "Ã", Xs = "ã", Qs = "Ä", ec = "ä", nc = "∳", tc = "⨑", rc = "≌", oc = "϶", sc = "‵", cc = "∽", ic = "⋍", ac = "∖", lc = "⫧", uc = "⊽", fc = "⌅", pc = "⌆", hc = "⌅", dc = "⎵", gc = "⎶", mc = "≌", _c = "Б", bc = "б", vc = "„", kc = "∵", xc = "∵", yc = "∵", wc = "⦰", Ec = "϶", Ac = "ℬ", Cc = "ℬ", Sc = "Β", Dc = "β", qc = "ℶ", Tc = "≬", Rc = "𝔅", Nc = "𝔟", Mc = "⋂", Lc = "◯", Ic = "⋃", Fc = "⨀", Oc = "⨁", Bc = "⨂", Pc = "⨆", zc = "★", $c = "▽", Uc = "△", Vc = "⨄", Gc = "⋁", Hc = "⋀", jc = "⤍", Zc = "⧫", Wc = "▪", Kc = "▴", Jc = "▾", Yc = "◂", Xc = "▸", Qc = "␣", ei = "▒", ni = "░", ti = "▓", ri = "█", oi = "=⃥", si = "≡⃥", ci = "⫭", ii = "⌐", ai = "𝔹", li = "𝕓", ui = "⊥", fi = "⊥", pi = "⋈", hi = "⧉", di = "┐", gi = "╕", mi = "╖", _i = "╗", bi = "┌", vi = "╒", ki = "╓", xi = "╔", yi = "─", wi = "═", Ei = "┬", Ai = "╤", Ci = "╥", Si = "╦", Di = "┴", qi = "╧", Ti = "╨", Ri = "╩", Ni = "⊟", Mi = "⊞", Li = "⊠", Ii = "┘", Fi = "╛", Oi = "╜", Bi = "╝", Pi = "└", zi = "╘", $i = "╙", Ui = "╚", Vi = "│", Gi = "║", Hi = "┼", ji = "╪", Zi = "╫", Wi = "╬", Ki = "┤", Ji = "╡", Yi = "╢", Xi = "╣", Qi = "├", ea = "╞", na = "╟", ta = "╠", ra = "‵", oa = "˘", sa = "˘", ca = "¦", ia = "𝒷", aa = "ℬ", la = "⁏", ua = "∽", fa = "⋍", pa = "⧅", ha = "\\", da = "⟈", ga = "•", ma = "•", _a = "≎", ba = "⪮", va = "≏", ka = "≎", xa = "≏", ya = "Ć", wa = "ć", Ea = "⩄", Aa = "⩉", Ca = "⩋", Sa = "∩", Da = "⋒", qa = "⩇", Ta = "⩀", Ra = "ⅅ", Na = "∩︀", Ma = "⁁", La = "ˇ", Ia = "ℭ", Fa = "⩍", Oa = "Č", Ba = "č", Pa = "Ç", za = "ç", $a = "Ĉ", Ua = "ĉ", Va = "∰", Ga = "⩌", Ha = "⩐", ja = "Ċ", Za = "ċ", Wa = "¸", Ka = "¸", Ja = "⦲", Ya = "¢", Xa = "·", Qa = "·", el = "𝔠", nl = "ℭ", tl = "Ч", rl = "ч", ol = "✓", sl = "✓", cl = "Χ", il = "χ", al = "ˆ", ll = "≗", ul = "↺", fl = "↻", pl = "⊛", hl = "⊚", dl = "⊝", gl = "⊙", ml = "®", _l = "Ⓢ", bl = "⊖", vl = "⊕", kl = "⊗", xl = "○", yl = "⧃", wl = "≗", El = "⨐", Al = "⫯", Cl = "⧂", Sl = "∲", Dl = "”", ql = "’", Tl = "♣", Rl = "♣", Nl = ":", Ml = "∷", Ll = "⩴", Il = "≔", Fl = "≔", Ol = ",", Bl = "@", Pl = "∁", zl = "∘", $l = "∁", Ul = "ℂ", Vl = "≅", Gl = "⩭", Hl = "≡", jl = "∮", Zl = "∯", Wl = "∮", Kl = "𝕔", Jl = "ℂ", Yl = "∐", Xl = "∐", Ql = "©", eu = "©", nu = "℗", tu = "∳", ru = "↵", ou = "✗", su = "⨯", cu = "𝒞", iu = "𝒸", au = "⫏", lu = "⫑", uu = "⫐", fu = "⫒", pu = "⋯", hu = "⤸", du = "⤵", gu = "⋞", mu = "⋟", _u = "↶", bu = "⤽", vu = "⩈", ku = "⩆", xu = "≍", yu = "∪", wu = "⋓", Eu = "⩊", Au = "⊍", Cu = "⩅", Su = "∪︀", Du = "↷", qu = "⤼", Tu = "⋞", Ru = "⋟", Nu = "⋎", Mu = "⋏", Lu = "¤", Iu = "↶", Fu = "↷", Ou = "⋎", Bu = "⋏", Pu = "∲", zu = "∱", $u = "⌭", Uu = "†", Vu = "‡", Gu = "ℸ", Hu = "↓", ju = "↡", Zu = "⇓", Wu = "‐", Ku = "⫤", Ju = "⊣", Yu = "⤏", Xu = "˝", Qu = "Ď", ef = "ď", nf = "Д", tf = "д", rf = "‡", of = "⇊", sf = "ⅅ", cf = "ⅆ", af = "⤑", lf = "⩷", uf = "°", ff = "∇", pf = "Δ", hf = "δ", df = "⦱", gf = "⥿", mf = "𝔇", _f = "𝔡", bf = "⥥", vf = "⇃", kf = "⇂", xf = "´", yf = "˙", wf = "˝", Ef = "`", Af = "˜", Cf = "⋄", Sf = "⋄", Df = "⋄", qf = "♦", Tf = "♦", Rf = "¨", Nf = "ⅆ", Mf = "ϝ", Lf = "⋲", If = "÷", Ff = "÷", Of = "⋇", Bf = "⋇", Pf = "Ђ", zf = "ђ", $f = "⌞", Uf = "⌍", Vf = "$", Gf = "𝔻", Hf = "𝕕", jf = "¨", Zf = "˙", Wf = "⃜", Kf = "≐", Jf = "≑", Yf = "≐", Xf = "∸", Qf = "∔", ep = "⊡", np = "⌆", tp = "∯", rp = "¨", op = "⇓", sp = "⇐", cp = "⇔", ip = "⫤", ap = "⟸", lp = "⟺", up = "⟹", fp = "⇒", pp = "⊨", hp = "⇑", dp = "⇕", gp = "∥", mp = "⤓", _p = "↓", bp = "↓", vp = "⇓", kp = "⇵", xp = "̑", yp = "⇊", wp = "⇃", Ep = "⇂", Ap = "⥐", Cp = "⥞", Sp = "⥖", Dp = "↽", qp = "⥟", Tp = "⥗", Rp = "⇁", Np = "↧", Mp = "⊤", Lp = "⤐", Ip = "⌟", Fp = "⌌", Op = "𝒟", Bp = "𝒹", Pp = "Ѕ", zp = "ѕ", $p = "⧶", Up = "Đ", Vp = "đ", Gp = "⋱", Hp = "▿", jp = "▾", Zp = "⇵", Wp = "⥯", Kp = "⦦", Jp = "Џ", Yp = "џ", Xp = "⟿", Qp = "É", eh = "é", nh = "⩮", th = "Ě", rh = "ě", oh = "Ê", sh = "ê", ch = "≖", ih = "≕", ah = "Э", lh = "э", uh = "⩷", fh = "Ė", ph = "ė", hh = "≑", dh = "ⅇ", gh = "≒", mh = "𝔈", _h = "𝔢", bh = "⪚", vh = "È", kh = "è", xh = "⪖", yh = "⪘", wh = "⪙", Eh = "∈", Ah = "⏧", Ch = "ℓ", Sh = "⪕", Dh = "⪗", qh = "Ē", Th = "ē", Rh = "∅", Nh = "∅", Mh = "◻", Lh = "∅", Ih = "▫", Fh = " ", Oh = " ", Bh = " ", Ph = "Ŋ", zh = "ŋ", $h = " ", Uh = "Ę", Vh = "ę", Gh = "𝔼", Hh = "𝕖", jh = "⋕", Zh = "⧣", Wh = "⩱", Kh = "ε", Jh = "Ε", Yh = "ε", Xh = "ϵ", Qh = "≖", ed = "≕", nd = "≂", td = "⪖", rd = "⪕", od = "⩵", sd = "=", cd = "≂", id = "≟", ad = "⇌", ld = "≡", ud = "⩸", fd = "⧥", pd = "⥱", hd = "≓", dd = "ℯ", gd = "ℰ", md = "≐", _d = "⩳", bd = "≂", vd = "Η", kd = "η", xd = "Ð", yd = "ð", wd = "Ë", Ed = "ë", Ad = "€", Cd = "!", Sd = "∃", Dd = "∃", qd = "ℰ", Td = "ⅇ", Rd = "ⅇ", Nd = "≒", Md = "Ф", Ld = "ф", Id = "♀", Fd = "ffi", Od = "ff", Bd = "ffl", Pd = "𝔉", zd = "𝔣", $d = "fi", Ud = "◼", Vd = "▪", Gd = "fj", Hd = "♭", jd = "fl", Zd = "▱", Wd = "ƒ", Kd = "𝔽", Jd = "𝕗", Yd = "∀", Xd = "∀", Qd = "⋔", eg = "⫙", ng = "ℱ", tg = "⨍", rg = "½", og = "⅓", sg = "¼", cg = "⅕", ig = "⅙", ag = "⅛", lg = "⅔", ug = "⅖", fg = "¾", pg = "⅗", hg = "⅜", dg = "⅘", gg = "⅚", mg = "⅝", _g = "⅞", bg = "⁄", vg = "⌢", kg = "𝒻", xg = "ℱ", yg = "ǵ", wg = "Γ", Eg = "γ", Ag = "Ϝ", Cg = "ϝ", Sg = "⪆", Dg = "Ğ", qg = "ğ", Tg = "Ģ", Rg = "Ĝ", Ng = "ĝ", Mg = "Г", Lg = "г", Ig = "Ġ", Fg = "ġ", Og = "≥", Bg = "≧", Pg = "⪌", zg = "⋛", $g = "≥", Ug = "≧", Vg = "⩾", Gg = "⪩", Hg = "⩾", jg = "⪀", Zg = "⪂", Wg = "⪄", Kg = "⋛︀", Jg = "⪔", Yg = "𝔊", Xg = "𝔤", Qg = "≫", em = "⋙", nm = "⋙", tm = "ℷ", rm = "Ѓ", om = "ѓ", sm = "⪥", cm = "≷", im = "⪒", am = "⪤", lm = "⪊", um = "⪊", fm = "⪈", pm = "≩", hm = "⪈", dm = "≩", gm = "⋧", mm = "𝔾", _m = "𝕘", bm = "`", vm = "≥", km = "⋛", xm = "≧", ym = "⪢", wm = "≷", Em = "⩾", Am = "≳", Cm = "𝒢", Sm = "ℊ", Dm = "≳", qm = "⪎", Tm = "⪐", Rm = "⪧", Nm = "⩺", Mm = ">", Lm = ">", Im = "≫", Fm = "⋗", Om = "⦕", Bm = "⩼", Pm = "⪆", zm = "⥸", $m = "⋗", Um = "⋛", Vm = "⪌", Gm = "≷", Hm = "≳", jm = "≩︀", Zm = "≩︀", Wm = "ˇ", Km = " ", Jm = "½", Ym = "ℋ", Xm = "Ъ", Qm = "ъ", e_ = "⥈", n_ = "↔", t_ = "⇔", r_ = "↭", o_ = "^", s_ = "ℏ", c_ = "Ĥ", i_ = "ĥ", a_ = "♥", l_ = "♥", u_ = "…", f_ = "⊹", p_ = "𝔥", h_ = "ℌ", d_ = "ℋ", g_ = "⤥", m_ = "⤦", __ = "⇿", b_ = "∻", v_ = "↩", k_ = "↪", x_ = "𝕙", y_ = "ℍ", w_ = "―", E_ = "─", A_ = "𝒽", C_ = "ℋ", S_ = "ℏ", D_ = "Ħ", q_ = "ħ", T_ = "≎", R_ = "≏", N_ = "⁃", M_ = "‐", L_ = "Í", I_ = "í", F_ = "", O_ = "Î", B_ = "î", P_ = "И", z_ = "и", $_ = "İ", U_ = "Е", V_ = "е", G_ = "¡", H_ = "⇔", j_ = "𝔦", Z_ = "ℑ", W_ = "Ì", K_ = "ì", J_ = "ⅈ", Y_ = "⨌", X_ = "∭", Q_ = "⧜", eb = "℩", nb = "IJ", tb = "ij", rb = "Ī", ob = "ī", sb = "ℑ", cb = "ⅈ", ib = "ℐ", ab = "ℑ", lb = "ı", ub = "ℑ", fb = "⊷", pb = "Ƶ", hb = "⇒", db = "℅", gb = "∞", mb = "⧝", _b = "ı", bb = "⊺", vb = "∫", kb = "∬", xb = "ℤ", yb = "∫", wb = "⊺", Eb = "⋂", Ab = "⨗", Cb = "⨼", Sb = "", Db = "", qb = "Ё", Tb = "ё", Rb = "Į", Nb = "į", Mb = "𝕀", Lb = "𝕚", Ib = "Ι", Fb = "ι", Ob = "⨼", Bb = "¿", Pb = "𝒾", zb = "ℐ", $b = "∈", Ub = "⋵", Vb = "⋹", Gb = "⋴", Hb = "⋳", jb = "∈", Zb = "", Wb = "Ĩ", Kb = "ĩ", Jb = "І", Yb = "і", Xb = "Ï", Qb = "ï", e0 = "Ĵ", n0 = "ĵ", t0 = "Й", r0 = "й", o0 = "𝔍", s0 = "𝔧", c0 = "ȷ", i0 = "𝕁", a0 = "𝕛", l0 = "𝒥", u0 = "𝒿", f0 = "Ј", p0 = "ј", h0 = "Є", d0 = "є", g0 = "Κ", m0 = "κ", _0 = "ϰ", b0 = "Ķ", v0 = "ķ", k0 = "К", x0 = "к", y0 = "𝔎", w0 = "𝔨", E0 = "ĸ", A0 = "Х", C0 = "х", S0 = "Ќ", D0 = "ќ", q0 = "𝕂", T0 = "𝕜", R0 = "𝒦", N0 = "𝓀", M0 = "⇚", L0 = "Ĺ", I0 = "ĺ", F0 = "⦴", O0 = "ℒ", B0 = "Λ", P0 = "λ", z0 = "⟨", $0 = "⟪", U0 = "⦑", V0 = "⟨", G0 = "⪅", H0 = "ℒ", j0 = "«", Z0 = "⇤", W0 = "⤟", K0 = "←", J0 = "↞", Y0 = "⇐", X0 = "⤝", Q0 = "↩", ev = "↫", nv = "⤹", tv = "⥳", rv = "↢", ov = "⤙", sv = "⤛", cv = "⪫", iv = "⪭", av = "⪭︀", lv = "⤌", uv = "⤎", fv = "❲", pv = "{", hv = "[", dv = "⦋", gv = "⦏", mv = "⦍", _v = "Ľ", bv = "ľ", vv = "Ļ", kv = "ļ", xv = "⌈", yv = "{", wv = "Л", Ev = "л", Av = "⤶", Cv = "“", Sv = "„", Dv = "⥧", qv = "⥋", Tv = "↲", Rv = "≤", Nv = "≦", Mv = "⟨", Lv = "⇤", Iv = "←", Fv = "←", Ov = "⇐", Bv = "⇆", Pv = "↢", zv = "⌈", $v = "⟦", Uv = "⥡", Vv = "⥙", Gv = "⇃", Hv = "⌊", jv = "↽", Zv = "↼", Wv = "⇇", Kv = "↔", Jv = "↔", Yv = "⇔", Xv = "⇆", Qv = "⇋", ek = "↭", nk = "⥎", tk = "↤", rk = "⊣", ok = "⥚", sk = "⋋", ck = "⧏", ik = "⊲", ak = "⊴", lk = "⥑", uk = "⥠", fk = "⥘", pk = "↿", hk = "⥒", dk = "↼", gk = "⪋", mk = "⋚", _k = "≤", bk = "≦", vk = "⩽", kk = "⪨", xk = "⩽", yk = "⩿", wk = "⪁", Ek = "⪃", Ak = "⋚︀", Ck = "⪓", Sk = "⪅", Dk = "⋖", qk = "⋚", Tk = "⪋", Rk = "⋚", Nk = "≦", Mk = "≶", Lk = "≶", Ik = "⪡", Fk = "≲", Ok = "⩽", Bk = "≲", Pk = "⥼", zk = "⌊", $k = "𝔏", Uk = "𝔩", Vk = "≶", Gk = "⪑", Hk = "⥢", jk = "↽", Zk = "↼", Wk = "⥪", Kk = "▄", Jk = "Љ", Yk = "љ", Xk = "⇇", Qk = "≪", ex = "⋘", nx = "⌞", tx = "⇚", rx = "⥫", ox = "◺", sx = "Ŀ", cx = "ŀ", ix = "⎰", ax = "⎰", lx = "⪉", ux = "⪉", fx = "⪇", px = "≨", hx = "⪇", dx = "≨", gx = "⋦", mx = "⟬", _x = "⇽", bx = "⟦", vx = "⟵", kx = "⟵", xx = "⟸", yx = "⟷", wx = "⟷", Ex = "⟺", Ax = "⟼", Cx = "⟶", Sx = "⟶", Dx = "⟹", qx = "↫", Tx = "↬", Rx = "⦅", Nx = "𝕃", Mx = "𝕝", Lx = "⨭", Ix = "⨴", Fx = "∗", Ox = "_", Bx = "↙", Px = "↘", zx = "◊", $x = "◊", Ux = "⧫", Vx = "(", Gx = "⦓", Hx = "⇆", jx = "⌟", Zx = "⇋", Wx = "⥭", Kx = "", Jx = "⊿", Yx = "‹", Xx = "𝓁", Qx = "ℒ", ey = "↰", ny = "↰", ty = "≲", ry = "⪍", oy = "⪏", sy = "[", cy = "‘", iy = "‚", ay = "Ł", ly = "ł", uy = "⪦", fy = "⩹", py = "<", hy = "<", dy = "≪", gy = "⋖", my = "⋋", _y = "⋉", by = "⥶", vy = "⩻", ky = "◃", xy = "⊴", yy = "◂", wy = "⦖", Ey = "⥊", Ay = "⥦", Cy = "≨︀", Sy = "≨︀", Dy = "¯", qy = "♂", Ty = "✠", Ry = "✠", Ny = "↦", My = "↦", Ly = "↧", Iy = "↤", Fy = "↥", Oy = "▮", By = "⨩", Py = "М", zy = "м", $y = "—", Uy = "∺", Vy = "∡", Gy = " ", Hy = "ℳ", jy = "𝔐", Zy = "𝔪", Wy = "℧", Ky = "µ", Jy = "*", Yy = "⫰", Xy = "∣", Qy = "·", ew = "⊟", nw = "−", tw = "∸", rw = "⨪", ow = "∓", sw = "⫛", cw = "…", iw = "∓", aw = "⊧", lw = "𝕄", uw = "𝕞", fw = "∓", pw = "𝓂", hw = "ℳ", dw = "∾", gw = "Μ", mw = "μ", _w = "⊸", bw = "⊸", vw = "∇", kw = "Ń", xw = "ń", yw = "∠⃒", ww = "≉", Ew = "⩰̸", Aw = "≋̸", Cw = "ʼn", Sw = "≉", Dw = "♮", qw = "ℕ", Tw = "♮", Rw = " ", Nw = "≎̸", Mw = "≏̸", Lw = "⩃", Iw = "Ň", Fw = "ň", Ow = "Ņ", Bw = "ņ", Pw = "≇", zw = "⩭̸", $w = "⩂", Uw = "Н", Vw = "н", Gw = "–", Hw = "⤤", jw = "↗", Zw = "⇗", Ww = "↗", Kw = "≠", Jw = "≐̸", Yw = "", Xw = "", Qw = "", eE = "", nE = "≢", tE = "⤨", rE = "≂̸", oE = "≫", sE = "≪", cE = `
|
|
182
|
+
`, iE = "∄", aE = "∄", lE = "𝔑", uE = "𝔫", fE = "≧̸", pE = "≱", hE = "≱", dE = "≧̸", gE = "⩾̸", mE = "⩾̸", _E = "⋙̸", bE = "≵", vE = "≫⃒", kE = "≯", xE = "≯", yE = "≫̸", wE = "↮", EE = "⇎", AE = "⫲", CE = "∋", SE = "⋼", DE = "⋺", qE = "∋", TE = "Њ", RE = "њ", NE = "↚", ME = "⇍", LE = "‥", IE = "≦̸", FE = "≰", OE = "↚", BE = "⇍", PE = "↮", zE = "⇎", $E = "≰", UE = "≦̸", VE = "⩽̸", GE = "⩽̸", HE = "≮", jE = "⋘̸", ZE = "≴", WE = "≪⃒", KE = "≮", JE = "⋪", YE = "⋬", XE = "≪̸", QE = "∤", eA = "", nA = " ", tA = "𝕟", rA = "ℕ", oA = "⫬", sA = "¬", cA = "≢", iA = "≭", aA = "∦", lA = "∉", uA = "≠", fA = "≂̸", pA = "∄", hA = "≯", dA = "≱", gA = "≧̸", mA = "≫̸", _A = "≹", bA = "⩾̸", vA = "≵", kA = "≎̸", xA = "≏̸", yA = "∉", wA = "⋵̸", EA = "⋹̸", AA = "∉", CA = "⋷", SA = "⋶", DA = "⧏̸", qA = "⋪", TA = "⋬", RA = "≮", NA = "≰", MA = "≸", LA = "≪̸", IA = "⩽̸", FA = "≴", OA = "⪢̸", BA = "⪡̸", PA = "∌", zA = "∌", $A = "⋾", UA = "⋽", VA = "⊀", GA = "⪯̸", HA = "⋠", jA = "∌", ZA = "⧐̸", WA = "⋫", KA = "⋭", JA = "⊏̸", YA = "⋢", XA = "⊐̸", QA = "⋣", eC = "⊂⃒", nC = "⊈", tC = "⊁", rC = "⪰̸", oC = "⋡", sC = "≿̸", cC = "⊃⃒", iC = "⊉", aC = "≁", lC = "≄", uC = "≇", fC = "≉", pC = "∤", hC = "∦", dC = "∦", gC = "⫽⃥", mC = "∂̸", _C = "⨔", bC = "⊀", vC = "⋠", kC = "⊀", xC = "⪯̸", yC = "⪯̸", wC = "⤳̸", EC = "↛", AC = "⇏", CC = "↝̸", SC = "↛", DC = "⇏", qC = "⋫", TC = "⋭", RC = "⊁", NC = "⋡", MC = "⪰̸", LC = "𝒩", IC = "𝓃", FC = "∤", OC = "∦", BC = "≁", PC = "≄", zC = "≄", $C = "∤", UC = "∦", VC = "⋢", GC = "⋣", HC = "⊄", jC = "⫅̸", ZC = "⊈", WC = "⊂⃒", KC = "⊈", JC = "⫅̸", YC = "⊁", XC = "⪰̸", QC = "⊅", e1 = "⫆̸", n1 = "⊉", t1 = "⊃⃒", r1 = "⊉", o1 = "⫆̸", s1 = "≹", c1 = "Ñ", i1 = "ñ", a1 = "≸", l1 = "⋪", u1 = "⋬", f1 = "⋫", p1 = "⋭", h1 = "Ν", d1 = "ν", g1 = "#", m1 = "№", _1 = " ", b1 = "≍⃒", v1 = "⊬", k1 = "⊭", x1 = "⊮", y1 = "⊯", w1 = "≥⃒", E1 = ">⃒", A1 = "⤄", C1 = "⧞", S1 = "⤂", D1 = "≤⃒", q1 = "<⃒", T1 = "⊴⃒", R1 = "⤃", N1 = "⊵⃒", M1 = "∼⃒", L1 = "⤣", I1 = "↖", F1 = "⇖", O1 = "↖", B1 = "⤧", P1 = "Ó", z1 = "ó", $1 = "⊛", U1 = "Ô", V1 = "ô", G1 = "⊚", H1 = "О", j1 = "о", Z1 = "⊝", W1 = "Ő", K1 = "ő", J1 = "⨸", Y1 = "⊙", X1 = "⦼", Q1 = "Œ", eS = "œ", nS = "⦿", tS = "𝔒", rS = "𝔬", oS = "˛", sS = "Ò", cS = "ò", iS = "⧁", aS = "⦵", lS = "Ω", uS = "∮", fS = "↺", pS = "⦾", hS = "⦻", dS = "‾", gS = "⧀", mS = "Ō", _S = "ō", bS = "Ω", vS = "ω", kS = "Ο", xS = "ο", yS = "⦶", wS = "⊖", ES = "𝕆", AS = "𝕠", CS = "⦷", SS = "“", DS = "‘", qS = "⦹", TS = "⊕", RS = "↻", NS = "⩔", MS = "∨", LS = "⩝", IS = "ℴ", FS = "ℴ", OS = "ª", BS = "º", PS = "⊶", zS = "⩖", $S = "⩗", US = "⩛", VS = "Ⓢ", GS = "𝒪", HS = "ℴ", jS = "Ø", ZS = "ø", WS = "⊘", KS = "Õ", JS = "õ", YS = "⨶", XS = "⨷", QS = "⊗", eD = "Ö", nD = "ö", tD = "⌽", rD = "‾", oD = "⏞", sD = "⎴", cD = "⏜", iD = "¶", aD = "∥", lD = "∥", uD = "⫳", fD = "⫽", pD = "∂", hD = "∂", dD = "П", gD = "п", mD = "%", _D = ".", bD = "‰", vD = "⊥", kD = "‱", xD = "𝔓", yD = "𝔭", wD = "Φ", ED = "φ", AD = "ϕ", CD = "ℳ", SD = "☎", DD = "Π", qD = "π", TD = "⋔", RD = "ϖ", ND = "ℏ", MD = "ℎ", LD = "ℏ", ID = "⨣", FD = "⊞", OD = "⨢", BD = "+", PD = "∔", zD = "⨥", $D = "⩲", UD = "±", VD = "±", GD = "⨦", HD = "⨧", jD = "±", ZD = "ℌ", WD = "⨕", KD = "𝕡", JD = "ℙ", YD = "£", XD = "⪷", QD = "⪻", eq = "≺", nq = "≼", tq = "⪷", rq = "≺", oq = "≼", sq = "≺", cq = "⪯", iq = "≼", aq = "≾", lq = "⪯", uq = "⪹", fq = "⪵", pq = "⋨", hq = "⪯", dq = "⪳", gq = "≾", mq = "′", _q = "″", bq = "ℙ", vq = "⪹", kq = "⪵", xq = "⋨", yq = "∏", wq = "∏", Eq = "⌮", Aq = "⌒", Cq = "⌓", Sq = "∝", Dq = "∝", qq = "∷", Tq = "∝", Rq = "≾", Nq = "⊰", Mq = "𝒫", Lq = "𝓅", Iq = "Ψ", Fq = "ψ", Oq = " ", Bq = "𝔔", Pq = "𝔮", zq = "⨌", $q = "𝕢", Uq = "ℚ", Vq = "⁗", Gq = "𝒬", Hq = "𝓆", jq = "ℍ", Zq = "⨖", Wq = "?", Kq = "≟", Jq = '"', Yq = '"', Xq = "⇛", Qq = "∽̱", eT = "Ŕ", nT = "ŕ", tT = "√", rT = "⦳", oT = "⟩", sT = "⟫", cT = "⦒", iT = "⦥", aT = "⟩", lT = "»", uT = "⥵", fT = "⇥", pT = "⤠", hT = "⤳", dT = "→", gT = "↠", mT = "⇒", _T = "⤞", bT = "↪", vT = "↬", kT = "⥅", xT = "⥴", yT = "⤖", wT = "↣", ET = "↝", AT = "⤚", CT = "⤜", ST = "∶", DT = "ℚ", qT = "⤍", TT = "⤏", RT = "⤐", NT = "❳", MT = "}", LT = "]", IT = "⦌", FT = "⦎", OT = "⦐", BT = "Ř", PT = "ř", zT = "Ŗ", $T = "ŗ", UT = "⌉", VT = "}", GT = "Р", HT = "р", jT = "⤷", ZT = "⥩", WT = "”", KT = "”", JT = "↳", YT = "ℜ", XT = "ℛ", QT = "ℜ", eR = "ℝ", nR = "ℜ", tR = "▭", rR = "®", oR = "®", sR = "∋", cR = "⇋", iR = "⥯", aR = "⥽", lR = "⌋", uR = "𝔯", fR = "ℜ", pR = "⥤", hR = "⇁", dR = "⇀", gR = "⥬", mR = "Ρ", _R = "ρ", bR = "ϱ", vR = "⟩", kR = "⇥", xR = "→", yR = "→", wR = "⇒", ER = "⇄", AR = "↣", CR = "⌉", SR = "⟧", DR = "⥝", qR = "⥕", TR = "⇂", RR = "⌋", NR = "⇁", MR = "⇀", LR = "⇄", IR = "⇌", FR = "⇉", OR = "↝", BR = "↦", PR = "⊢", zR = "⥛", $R = "⋌", UR = "⧐", VR = "⊳", GR = "⊵", HR = "⥏", jR = "⥜", ZR = "⥔", WR = "↾", KR = "⥓", JR = "⇀", YR = "˚", XR = "≓", QR = "⇄", eN = "⇌", nN = "", tN = "⎱", rN = "⎱", oN = "⫮", sN = "⟭", cN = "⇾", iN = "⟧", aN = "⦆", lN = "𝕣", uN = "ℝ", fN = "⨮", pN = "⨵", hN = "⥰", dN = ")", gN = "⦔", mN = "⨒", _N = "⇉", bN = "⇛", vN = "›", kN = "𝓇", xN = "ℛ", yN = "↱", wN = "↱", EN = "]", AN = "’", CN = "’", SN = "⋌", DN = "⋊", qN = "▹", TN = "⊵", RN = "▸", NN = "⧎", MN = "⧴", LN = "⥨", IN = "℞", FN = "Ś", ON = "ś", BN = "‚", PN = "⪸", zN = "Š", $N = "š", UN = "⪼", VN = "≻", GN = "≽", HN = "⪰", jN = "⪴", ZN = "Ş", WN = "ş", KN = "Ŝ", JN = "ŝ", YN = "⪺", XN = "⪶", QN = "⋩", eM = "⨓", nM = "≿", tM = "С", rM = "с", oM = "⊡", sM = "⋅", cM = "⩦", iM = "⤥", aM = "↘", lM = "⇘", uM = "↘", fM = "§", pM = ";", hM = "⤩", dM = "∖", gM = "∖", mM = "✶", _M = "𝔖", bM = "𝔰", vM = "⌢", kM = "♯", xM = "Щ", yM = "щ", wM = "Ш", EM = "ш", AM = "↓", CM = "←", SM = "∣", DM = "∥", qM = "→", TM = "↑", RM = "", NM = "Σ", MM = "σ", LM = "ς", IM = "ς", FM = "∼", OM = "⩪", BM = "≃", PM = "≃", zM = "⪞", $M = "⪠", UM = "⪝", VM = "⪟", GM = "≆", HM = "⨤", jM = "⥲", ZM = "←", WM = "∘", KM = "∖", JM = "⨳", YM = "⧤", XM = "∣", QM = "⌣", eL = "⪪", nL = "⪬", tL = "⪬︀", rL = "Ь", oL = "ь", sL = "⌿", cL = "⧄", iL = "/", aL = "𝕊", lL = "𝕤", uL = "♠", fL = "♠", pL = "∥", hL = "⊓", dL = "⊓︀", gL = "⊔", mL = "⊔︀", _L = "√", bL = "⊏", vL = "⊑", kL = "⊏", xL = "⊑", yL = "⊐", wL = "⊒", EL = "⊐", AL = "⊒", CL = "□", SL = "□", DL = "⊓", qL = "⊏", TL = "⊑", RL = "⊐", NL = "⊒", ML = "⊔", LL = "▪", IL = "□", FL = "▪", OL = "→", BL = "𝒮", PL = "𝓈", zL = "∖", $L = "⌣", UL = "⋆", VL = "⋆", GL = "☆", HL = "★", jL = "ϵ", ZL = "ϕ", WL = "¯", KL = "⊂", JL = "⋐", YL = "⪽", XL = "⫅", QL = "⊆", e2 = "⫃", n2 = "⫁", t2 = "⫋", r2 = "⊊", o2 = "⪿", s2 = "⥹", c2 = "⊂", i2 = "⋐", a2 = "⊆", l2 = "⫅", u2 = "⊆", f2 = "⊊", p2 = "⫋", h2 = "⫇", d2 = "⫕", g2 = "⫓", m2 = "⪸", _2 = "≻", b2 = "≽", v2 = "≻", k2 = "⪰", x2 = "≽", y2 = "≿", w2 = "⪰", E2 = "⪺", A2 = "⪶", C2 = "⋩", S2 = "≿", D2 = "∋", q2 = "∑", T2 = "∑", R2 = "♪", N2 = "¹", M2 = "²", L2 = "³", I2 = "⊃", F2 = "⋑", O2 = "⪾", B2 = "⫘", P2 = "⫆", z2 = "⊇", $2 = "⫄", U2 = "⊃", V2 = "⊇", G2 = "⟉", H2 = "⫗", j2 = "⥻", Z2 = "⫂", W2 = "⫌", K2 = "⊋", J2 = "⫀", Y2 = "⊃", X2 = "⋑", Q2 = "⊇", eI = "⫆", nI = "⊋", tI = "⫌", rI = "⫈", oI = "⫔", sI = "⫖", cI = "⤦", iI = "↙", aI = "⇙", lI = "↙", uI = "⤪", fI = "ß", pI = " ", hI = "⌖", dI = "Τ", gI = "τ", mI = "⎴", _I = "Ť", bI = "ť", vI = "Ţ", kI = "ţ", xI = "Т", yI = "т", wI = "⃛", EI = "⌕", AI = "𝔗", CI = "𝔱", SI = "∴", DI = "∴", qI = "∴", TI = "Θ", RI = "θ", NI = "ϑ", MI = "ϑ", LI = "≈", II = "∼", FI = " ", OI = " ", BI = " ", PI = "≈", zI = "∼", $I = "Þ", UI = "þ", VI = "˜", GI = "∼", HI = "≃", jI = "≅", ZI = "≈", WI = "⨱", KI = "⊠", JI = "×", YI = "⨰", XI = "∭", QI = "⤨", eF = "⌶", nF = "⫱", tF = "⊤", rF = "𝕋", oF = "𝕥", sF = "⫚", cF = "⤩", iF = "‴", aF = "™", lF = "™", uF = "▵", fF = "▿", pF = "◃", hF = "⊴", dF = "≜", gF = "▹", mF = "⊵", _F = "◬", bF = "≜", vF = "⨺", kF = "⃛", xF = "⨹", yF = "⧍", wF = "⨻", EF = "⏢", AF = "𝒯", CF = "𝓉", SF = "Ц", DF = "ц", qF = "Ћ", TF = "ћ", RF = "Ŧ", NF = "ŧ", MF = "≬", LF = "↞", IF = "↠", FF = "Ú", OF = "ú", BF = "↑", PF = "↟", zF = "⇑", $F = "⥉", UF = "Ў", VF = "ў", GF = "Ŭ", HF = "ŭ", jF = "Û", ZF = "û", WF = "У", KF = "у", JF = "⇅", YF = "Ű", XF = "ű", QF = "⥮", eO = "⥾", nO = "𝔘", tO = "𝔲", rO = "Ù", oO = "ù", sO = "⥣", cO = "↿", iO = "↾", aO = "▀", lO = "⌜", uO = "⌜", fO = "⌏", pO = "◸", hO = "Ū", dO = "ū", gO = "¨", mO = "_", _O = "⏟", bO = "⎵", vO = "⏝", kO = "⋃", xO = "⊎", yO = "Ų", wO = "ų", EO = "𝕌", AO = "𝕦", CO = "⤒", SO = "↑", DO = "↑", qO = "⇑", TO = "⇅", RO = "↕", NO = "↕", MO = "⇕", LO = "⥮", IO = "↿", FO = "↾", OO = "⊎", BO = "↖", PO = "↗", zO = "υ", $O = "ϒ", UO = "ϒ", VO = "Υ", GO = "υ", HO = "↥", jO = "⊥", ZO = "⇈", WO = "⌝", KO = "⌝", JO = "⌎", YO = "Ů", XO = "ů", QO = "◹", eB = "𝒰", nB = "𝓊", tB = "⋰", rB = "Ũ", oB = "ũ", sB = "▵", cB = "▴", iB = "⇈", aB = "Ü", lB = "ü", uB = "⦧", fB = "⦜", pB = "ϵ", hB = "ϰ", dB = "∅", gB = "ϕ", mB = "ϖ", _B = "∝", bB = "↕", vB = "⇕", kB = "ϱ", xB = "ς", yB = "⊊︀", wB = "⫋︀", EB = "⊋︀", AB = "⫌︀", CB = "ϑ", SB = "⊲", DB = "⊳", qB = "⫨", TB = "⫫", RB = "⫩", NB = "В", MB = "в", LB = "⊢", IB = "⊨", FB = "⊩", OB = "⊫", BB = "⫦", PB = "⊻", zB = "∨", $B = "⋁", UB = "≚", VB = "⋮", GB = "|", HB = "‖", jB = "|", ZB = "‖", WB = "∣", KB = "|", JB = "❘", YB = "≀", XB = " ", QB = "𝔙", eP = "𝔳", nP = "⊲", tP = "⊂⃒", rP = "⊃⃒", oP = "𝕍", sP = "𝕧", cP = "∝", iP = "⊳", aP = "𝒱", lP = "𝓋", uP = "⫋︀", fP = "⊊︀", pP = "⫌︀", hP = "⊋︀", dP = "⊪", gP = "⦚", mP = "Ŵ", _P = "ŵ", bP = "⩟", vP = "∧", kP = "⋀", xP = "≙", yP = "℘", wP = "𝔚", EP = "𝔴", AP = "𝕎", CP = "𝕨", SP = "℘", DP = "≀", qP = "≀", TP = "𝒲", RP = "𝓌", NP = "⋂", MP = "◯", LP = "⋃", IP = "▽", FP = "𝔛", OP = "𝔵", BP = "⟷", PP = "⟺", zP = "Ξ", $P = "ξ", UP = "⟵", VP = "⟸", GP = "⟼", HP = "⋻", jP = "⨀", ZP = "𝕏", WP = "𝕩", KP = "⨁", JP = "⨂", YP = "⟶", XP = "⟹", QP = "𝒳", ez = "𝓍", nz = "⨆", tz = "⨄", rz = "△", oz = "⋁", sz = "⋀", cz = "Ý", iz = "ý", az = "Я", lz = "я", uz = "Ŷ", fz = "ŷ", pz = "Ы", hz = "ы", dz = "¥", gz = "𝔜", mz = "𝔶", _z = "Ї", bz = "ї", vz = "𝕐", kz = "𝕪", xz = "𝒴", yz = "𝓎", wz = "Ю", Ez = "ю", Az = "ÿ", Cz = "Ÿ", Sz = "Ź", Dz = "ź", qz = "Ž", Tz = "ž", Rz = "З", Nz = "з", Mz = "Ż", Lz = "ż", Iz = "ℨ", Fz = "", Oz = "Ζ", Bz = "ζ", Pz = "𝔷", zz = "ℨ", $z = "Ж", Uz = "ж", Vz = "⇝", Gz = "𝕫", Hz = "ℤ", jz = "𝒵", Zz = "𝓏", Wz = "", Kz = "", Jz = {
|
|
182
183
|
Aacute: No,
|
|
183
184
|
aacute: Mo,
|
|
184
185
|
Abreve: Lo,
|
|
185
|
-
abreve:
|
|
186
|
-
ac:
|
|
186
|
+
abreve: Io,
|
|
187
|
+
ac: Fo,
|
|
187
188
|
acd: Oo,
|
|
188
189
|
acE: Bo,
|
|
189
190
|
Acirc: Po,
|
|
190
191
|
acirc: zo,
|
|
191
192
|
acute: $o,
|
|
192
193
|
Acy: Uo,
|
|
193
|
-
acy:
|
|
194
|
-
AElig:
|
|
195
|
-
aelig:
|
|
194
|
+
acy: Vo,
|
|
195
|
+
AElig: Go,
|
|
196
|
+
aelig: Ho,
|
|
196
197
|
af: jo,
|
|
197
198
|
Afr: Zo,
|
|
198
199
|
afr: Wo,
|
|
@@ -236,17 +237,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
236
237
|
Aopf: Ns,
|
|
237
238
|
aopf: Ms,
|
|
238
239
|
apacir: Ls,
|
|
239
|
-
ap:
|
|
240
|
-
apE:
|
|
240
|
+
ap: Is,
|
|
241
|
+
apE: Fs,
|
|
241
242
|
ape: Os,
|
|
242
243
|
apid: Bs,
|
|
243
244
|
apos: Ps,
|
|
244
245
|
ApplyFunction: zs,
|
|
245
246
|
approx: $s,
|
|
246
247
|
approxeq: Us,
|
|
247
|
-
Aring:
|
|
248
|
-
aring:
|
|
249
|
-
Ascr:
|
|
248
|
+
Aring: Vs,
|
|
249
|
+
aring: Gs,
|
|
250
|
+
Ascr: Hs,
|
|
250
251
|
ascr: js,
|
|
251
252
|
Assign: Zs,
|
|
252
253
|
ast: Ws,
|
|
@@ -290,17 +291,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
290
291
|
bfr: Nc,
|
|
291
292
|
bigcap: Mc,
|
|
292
293
|
bigcirc: Lc,
|
|
293
|
-
bigcup:
|
|
294
|
-
bigodot:
|
|
294
|
+
bigcup: Ic,
|
|
295
|
+
bigodot: Fc,
|
|
295
296
|
bigoplus: Oc,
|
|
296
297
|
bigotimes: Bc,
|
|
297
298
|
bigsqcup: Pc,
|
|
298
299
|
bigstar: zc,
|
|
299
300
|
bigtriangledown: $c,
|
|
300
301
|
bigtriangleup: Uc,
|
|
301
|
-
biguplus:
|
|
302
|
-
bigvee:
|
|
303
|
-
bigwedge:
|
|
302
|
+
biguplus: Vc,
|
|
303
|
+
bigvee: Gc,
|
|
304
|
+
bigwedge: Hc,
|
|
304
305
|
bkarow: jc,
|
|
305
306
|
blacklozenge: Zc,
|
|
306
307
|
blacksquare: Wc,
|
|
@@ -344,17 +345,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
344
345
|
boxminus: Ni,
|
|
345
346
|
boxplus: Mi,
|
|
346
347
|
boxtimes: Li,
|
|
347
|
-
boxul:
|
|
348
|
-
boxuL:
|
|
348
|
+
boxul: Ii,
|
|
349
|
+
boxuL: Fi,
|
|
349
350
|
boxUl: Oi,
|
|
350
351
|
boxUL: Bi,
|
|
351
352
|
boxur: Pi,
|
|
352
353
|
boxuR: zi,
|
|
353
354
|
boxUr: $i,
|
|
354
355
|
boxUR: Ui,
|
|
355
|
-
boxv:
|
|
356
|
-
boxV:
|
|
357
|
-
boxvh:
|
|
356
|
+
boxv: Vi,
|
|
357
|
+
boxV: Gi,
|
|
358
|
+
boxvh: Hi,
|
|
358
359
|
boxvH: ji,
|
|
359
360
|
boxVh: Zi,
|
|
360
361
|
boxVH: Wi,
|
|
@@ -398,17 +399,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
398
399
|
caps: Na,
|
|
399
400
|
caret: Ma,
|
|
400
401
|
caron: La,
|
|
401
|
-
Cayleys:
|
|
402
|
-
ccaps:
|
|
402
|
+
Cayleys: Ia,
|
|
403
|
+
ccaps: Fa,
|
|
403
404
|
Ccaron: Oa,
|
|
404
405
|
ccaron: Ba,
|
|
405
406
|
Ccedil: Pa,
|
|
406
407
|
ccedil: za,
|
|
407
408
|
Ccirc: $a,
|
|
408
409
|
ccirc: Ua,
|
|
409
|
-
Cconint:
|
|
410
|
-
ccups:
|
|
411
|
-
ccupssm:
|
|
410
|
+
Cconint: Va,
|
|
411
|
+
ccups: Ga,
|
|
412
|
+
ccupssm: Ha,
|
|
412
413
|
Cdot: ja,
|
|
413
414
|
cdot: Za,
|
|
414
415
|
cedil: Wa,
|
|
@@ -452,17 +453,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
452
453
|
colon: Nl,
|
|
453
454
|
Colon: Ml,
|
|
454
455
|
Colone: Ll,
|
|
455
|
-
colone:
|
|
456
|
-
coloneq:
|
|
456
|
+
colone: Il,
|
|
457
|
+
coloneq: Fl,
|
|
457
458
|
comma: Ol,
|
|
458
459
|
commat: Bl,
|
|
459
460
|
comp: Pl,
|
|
460
461
|
compfn: zl,
|
|
461
462
|
complement: $l,
|
|
462
463
|
complexes: Ul,
|
|
463
|
-
cong:
|
|
464
|
-
congdot:
|
|
465
|
-
Congruent:
|
|
464
|
+
cong: Vl,
|
|
465
|
+
congdot: Gl,
|
|
466
|
+
Congruent: Hl,
|
|
466
467
|
conint: jl,
|
|
467
468
|
Conint: Zl,
|
|
468
469
|
ContourIntegral: Wl,
|
|
@@ -506,17 +507,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
506
507
|
curlyvee: Nu,
|
|
507
508
|
curlywedge: Mu,
|
|
508
509
|
curren: Lu,
|
|
509
|
-
curvearrowleft:
|
|
510
|
-
curvearrowright:
|
|
510
|
+
curvearrowleft: Iu,
|
|
511
|
+
curvearrowright: Fu,
|
|
511
512
|
cuvee: Ou,
|
|
512
513
|
cuwed: Bu,
|
|
513
514
|
cwconint: Pu,
|
|
514
515
|
cwint: zu,
|
|
515
516
|
cylcty: $u,
|
|
516
517
|
dagger: Uu,
|
|
517
|
-
Dagger:
|
|
518
|
-
daleth:
|
|
519
|
-
darr:
|
|
518
|
+
Dagger: Vu,
|
|
519
|
+
daleth: Gu,
|
|
520
|
+
darr: Hu,
|
|
520
521
|
Darr: ju,
|
|
521
522
|
dArr: Zu,
|
|
522
523
|
dash: Wu,
|
|
@@ -559,17 +560,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
559
560
|
DifferentialD: Nf,
|
|
560
561
|
digamma: Mf,
|
|
561
562
|
disin: Lf,
|
|
562
|
-
div:
|
|
563
|
-
divide:
|
|
563
|
+
div: If,
|
|
564
|
+
divide: Ff,
|
|
564
565
|
divideontimes: Of,
|
|
565
566
|
divonx: Bf,
|
|
566
567
|
DJcy: Pf,
|
|
567
568
|
djcy: zf,
|
|
568
569
|
dlcorn: $f,
|
|
569
570
|
dlcrop: Uf,
|
|
570
|
-
dollar:
|
|
571
|
-
Dopf:
|
|
572
|
-
dopf:
|
|
571
|
+
dollar: Vf,
|
|
572
|
+
Dopf: Gf,
|
|
573
|
+
dopf: Hf,
|
|
573
574
|
Dot: jf,
|
|
574
575
|
dot: Zf,
|
|
575
576
|
DotDot: Wf,
|
|
@@ -613,17 +614,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
613
614
|
DownTeeArrow: Np,
|
|
614
615
|
DownTee: Mp,
|
|
615
616
|
drbkarow: Lp,
|
|
616
|
-
drcorn:
|
|
617
|
-
drcrop:
|
|
617
|
+
drcorn: Ip,
|
|
618
|
+
drcrop: Fp,
|
|
618
619
|
Dscr: Op,
|
|
619
620
|
dscr: Bp,
|
|
620
621
|
DScy: Pp,
|
|
621
622
|
dscy: zp,
|
|
622
623
|
dsol: $p,
|
|
623
624
|
Dstrok: Up,
|
|
624
|
-
dstrok:
|
|
625
|
-
dtdot:
|
|
626
|
-
dtri:
|
|
625
|
+
dstrok: Vp,
|
|
626
|
+
dtdot: Gp,
|
|
627
|
+
dtri: Hp,
|
|
627
628
|
dtrif: jp,
|
|
628
629
|
duarr: Zp,
|
|
629
630
|
duhar: Wp,
|
|
@@ -667,17 +668,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
667
668
|
emptyset: Nh,
|
|
668
669
|
EmptySmallSquare: Mh,
|
|
669
670
|
emptyv: Lh,
|
|
670
|
-
EmptyVerySmallSquare:
|
|
671
|
-
emsp13:
|
|
671
|
+
EmptyVerySmallSquare: Ih,
|
|
672
|
+
emsp13: Fh,
|
|
672
673
|
emsp14: Oh,
|
|
673
674
|
emsp: Bh,
|
|
674
675
|
ENG: Ph,
|
|
675
676
|
eng: zh,
|
|
676
677
|
ensp: $h,
|
|
677
678
|
Eogon: Uh,
|
|
678
|
-
eogon:
|
|
679
|
-
Eopf:
|
|
680
|
-
eopf:
|
|
679
|
+
eogon: Vh,
|
|
680
|
+
Eopf: Gh,
|
|
681
|
+
eopf: Hh,
|
|
681
682
|
epar: jh,
|
|
682
683
|
eparsl: Zh,
|
|
683
684
|
eplus: Wh,
|
|
@@ -721,17 +722,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
721
722
|
fallingdotseq: Nd,
|
|
722
723
|
Fcy: Md,
|
|
723
724
|
fcy: Ld,
|
|
724
|
-
female:
|
|
725
|
-
ffilig:
|
|
725
|
+
female: Id,
|
|
726
|
+
ffilig: Fd,
|
|
726
727
|
fflig: Od,
|
|
727
728
|
ffllig: Bd,
|
|
728
729
|
Ffr: Pd,
|
|
729
730
|
ffr: zd,
|
|
730
731
|
filig: $d,
|
|
731
732
|
FilledSmallSquare: Ud,
|
|
732
|
-
FilledVerySmallSquare:
|
|
733
|
-
fjlig:
|
|
734
|
-
flat:
|
|
733
|
+
FilledVerySmallSquare: Vd,
|
|
734
|
+
fjlig: Gd,
|
|
735
|
+
flat: Hd,
|
|
735
736
|
fllig: jd,
|
|
736
737
|
fltns: Zd,
|
|
737
738
|
fnof: Wd,
|
|
@@ -775,17 +776,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
775
776
|
gcirc: Ng,
|
|
776
777
|
Gcy: Mg,
|
|
777
778
|
gcy: Lg,
|
|
778
|
-
Gdot:
|
|
779
|
-
gdot:
|
|
779
|
+
Gdot: Ig,
|
|
780
|
+
gdot: Fg,
|
|
780
781
|
ge: Og,
|
|
781
782
|
gE: Bg,
|
|
782
783
|
gEl: Pg,
|
|
783
784
|
gel: zg,
|
|
784
785
|
geq: $g,
|
|
785
786
|
geqq: Ug,
|
|
786
|
-
geqslant:
|
|
787
|
-
gescc:
|
|
788
|
-
ges:
|
|
787
|
+
geqslant: Vg,
|
|
788
|
+
gescc: Gg,
|
|
789
|
+
ges: Hg,
|
|
789
790
|
gesdot: jg,
|
|
790
791
|
gesdoto: Zg,
|
|
791
792
|
gesdotol: Wg,
|
|
@@ -829,17 +830,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
829
830
|
gtcir: Nm,
|
|
830
831
|
gt: Mm,
|
|
831
832
|
GT: Lm,
|
|
832
|
-
Gt:
|
|
833
|
-
gtdot:
|
|
833
|
+
Gt: Im,
|
|
834
|
+
gtdot: Fm,
|
|
834
835
|
gtlPar: Om,
|
|
835
836
|
gtquest: Bm,
|
|
836
837
|
gtrapprox: Pm,
|
|
837
838
|
gtrarr: zm,
|
|
838
839
|
gtrdot: $m,
|
|
839
840
|
gtreqless: Um,
|
|
840
|
-
gtreqqless:
|
|
841
|
-
gtrless:
|
|
842
|
-
gtrsim:
|
|
841
|
+
gtreqqless: Vm,
|
|
842
|
+
gtrless: Gm,
|
|
843
|
+
gtrsim: Hm,
|
|
843
844
|
gvertneqq: jm,
|
|
844
845
|
gvnE: Zm,
|
|
845
846
|
Hacek: Wm,
|
|
@@ -883,17 +884,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
883
884
|
hybull: N_,
|
|
884
885
|
hyphen: M_,
|
|
885
886
|
Iacute: L_,
|
|
886
|
-
iacute:
|
|
887
|
-
ic:
|
|
887
|
+
iacute: I_,
|
|
888
|
+
ic: F_,
|
|
888
889
|
Icirc: O_,
|
|
889
890
|
icirc: B_,
|
|
890
891
|
Icy: P_,
|
|
891
892
|
icy: z_,
|
|
892
893
|
Idot: $_,
|
|
893
894
|
IEcy: U_,
|
|
894
|
-
iecy:
|
|
895
|
-
iexcl:
|
|
896
|
-
iff:
|
|
895
|
+
iecy: V_,
|
|
896
|
+
iexcl: G_,
|
|
897
|
+
iff: H_,
|
|
897
898
|
ifr: j_,
|
|
898
899
|
Ifr: Z_,
|
|
899
900
|
Igrave: W_,
|
|
@@ -938,17 +939,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
938
939
|
iogon: Nb,
|
|
939
940
|
Iopf: Mb,
|
|
940
941
|
iopf: Lb,
|
|
941
|
-
Iota:
|
|
942
|
-
iota:
|
|
942
|
+
Iota: Ib,
|
|
943
|
+
iota: Fb,
|
|
943
944
|
iprod: Ob,
|
|
944
945
|
iquest: Bb,
|
|
945
946
|
iscr: Pb,
|
|
946
947
|
Iscr: zb,
|
|
947
948
|
isin: $b,
|
|
948
949
|
isindot: Ub,
|
|
949
|
-
isinE:
|
|
950
|
-
isins:
|
|
951
|
-
isinsv:
|
|
950
|
+
isinE: Vb,
|
|
951
|
+
isins: Gb,
|
|
952
|
+
isinsv: Hb,
|
|
952
953
|
isinv: jb,
|
|
953
954
|
it: Zb,
|
|
954
955
|
Itilde: Wb,
|
|
@@ -992,17 +993,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
992
993
|
kscr: N0,
|
|
993
994
|
lAarr: M0,
|
|
994
995
|
Lacute: L0,
|
|
995
|
-
lacute:
|
|
996
|
-
laemptyv:
|
|
996
|
+
lacute: I0,
|
|
997
|
+
laemptyv: F0,
|
|
997
998
|
lagran: O0,
|
|
998
999
|
Lambda: B0,
|
|
999
1000
|
lambda: P0,
|
|
1000
1001
|
lang: z0,
|
|
1001
1002
|
Lang: $0,
|
|
1002
1003
|
langd: U0,
|
|
1003
|
-
langle:
|
|
1004
|
-
lap:
|
|
1005
|
-
Laplacetrf:
|
|
1004
|
+
langle: V0,
|
|
1005
|
+
lap: G0,
|
|
1006
|
+
Laplacetrf: H0,
|
|
1006
1007
|
laquo: j0,
|
|
1007
1008
|
larrb: Z0,
|
|
1008
1009
|
larrbfs: W0,
|
|
@@ -1046,17 +1047,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1046
1047
|
lE: Nv,
|
|
1047
1048
|
LeftAngleBracket: Mv,
|
|
1048
1049
|
LeftArrowBar: Lv,
|
|
1049
|
-
leftarrow:
|
|
1050
|
-
LeftArrow:
|
|
1050
|
+
leftarrow: Iv,
|
|
1051
|
+
LeftArrow: Fv,
|
|
1051
1052
|
Leftarrow: Ov,
|
|
1052
1053
|
LeftArrowRightArrow: Bv,
|
|
1053
1054
|
leftarrowtail: Pv,
|
|
1054
1055
|
LeftCeiling: zv,
|
|
1055
1056
|
LeftDoubleBracket: $v,
|
|
1056
1057
|
LeftDownTeeVector: Uv,
|
|
1057
|
-
LeftDownVectorBar:
|
|
1058
|
-
LeftDownVector:
|
|
1059
|
-
LeftFloor:
|
|
1058
|
+
LeftDownVectorBar: Vv,
|
|
1059
|
+
LeftDownVector: Gv,
|
|
1060
|
+
LeftFloor: Hv,
|
|
1060
1061
|
leftharpoondown: jv,
|
|
1061
1062
|
leftharpoonup: Zv,
|
|
1062
1063
|
leftleftarrows: Wv,
|
|
@@ -1100,17 +1101,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1100
1101
|
LessFullEqual: Nk,
|
|
1101
1102
|
LessGreater: Mk,
|
|
1102
1103
|
lessgtr: Lk,
|
|
1103
|
-
LessLess:
|
|
1104
|
-
lesssim:
|
|
1104
|
+
LessLess: Ik,
|
|
1105
|
+
lesssim: Fk,
|
|
1105
1106
|
LessSlantEqual: Ok,
|
|
1106
1107
|
LessTilde: Bk,
|
|
1107
1108
|
lfisht: Pk,
|
|
1108
1109
|
lfloor: zk,
|
|
1109
1110
|
Lfr: $k,
|
|
1110
1111
|
lfr: Uk,
|
|
1111
|
-
lg:
|
|
1112
|
-
lgE:
|
|
1113
|
-
lHar:
|
|
1112
|
+
lg: Vk,
|
|
1113
|
+
lgE: Gk,
|
|
1114
|
+
lHar: Hk,
|
|
1114
1115
|
lhard: jk,
|
|
1115
1116
|
lharu: Zk,
|
|
1116
1117
|
lharul: Wk,
|
|
@@ -1154,17 +1155,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1154
1155
|
Lopf: Nx,
|
|
1155
1156
|
lopf: Mx,
|
|
1156
1157
|
loplus: Lx,
|
|
1157
|
-
lotimes:
|
|
1158
|
-
lowast:
|
|
1158
|
+
lotimes: Ix,
|
|
1159
|
+
lowast: Fx,
|
|
1159
1160
|
lowbar: Ox,
|
|
1160
1161
|
LowerLeftArrow: Bx,
|
|
1161
1162
|
LowerRightArrow: Px,
|
|
1162
1163
|
loz: zx,
|
|
1163
1164
|
lozenge: $x,
|
|
1164
1165
|
lozf: Ux,
|
|
1165
|
-
lpar:
|
|
1166
|
-
lparlt:
|
|
1167
|
-
lrarr:
|
|
1166
|
+
lpar: Vx,
|
|
1167
|
+
lparlt: Gx,
|
|
1168
|
+
lrarr: Hx,
|
|
1168
1169
|
lrcorner: jx,
|
|
1169
1170
|
lrhar: Zx,
|
|
1170
1171
|
lrhard: Wx,
|
|
@@ -1209,17 +1210,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1209
1210
|
map: Ny,
|
|
1210
1211
|
mapsto: My,
|
|
1211
1212
|
mapstodown: Ly,
|
|
1212
|
-
mapstoleft:
|
|
1213
|
-
mapstoup:
|
|
1213
|
+
mapstoleft: Iy,
|
|
1214
|
+
mapstoup: Fy,
|
|
1214
1215
|
marker: Oy,
|
|
1215
1216
|
mcomma: By,
|
|
1216
1217
|
Mcy: Py,
|
|
1217
1218
|
mcy: zy,
|
|
1218
1219
|
mdash: $y,
|
|
1219
1220
|
mDDot: Uy,
|
|
1220
|
-
measuredangle:
|
|
1221
|
-
MediumSpace:
|
|
1222
|
-
Mellintrf:
|
|
1221
|
+
measuredangle: Vy,
|
|
1222
|
+
MediumSpace: Gy,
|
|
1223
|
+
Mellintrf: Hy,
|
|
1223
1224
|
Mfr: jy,
|
|
1224
1225
|
mfr: Zy,
|
|
1225
1226
|
mho: Wy,
|
|
@@ -1263,17 +1264,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1263
1264
|
nbump: Nw,
|
|
1264
1265
|
nbumpe: Mw,
|
|
1265
1266
|
ncap: Lw,
|
|
1266
|
-
Ncaron:
|
|
1267
|
-
ncaron:
|
|
1267
|
+
Ncaron: Iw,
|
|
1268
|
+
ncaron: Fw,
|
|
1268
1269
|
Ncedil: Ow,
|
|
1269
1270
|
ncedil: Bw,
|
|
1270
1271
|
ncong: Pw,
|
|
1271
1272
|
ncongdot: zw,
|
|
1272
1273
|
ncup: $w,
|
|
1273
1274
|
Ncy: Uw,
|
|
1274
|
-
ncy:
|
|
1275
|
-
ndash:
|
|
1276
|
-
nearhk:
|
|
1275
|
+
ncy: Vw,
|
|
1276
|
+
ndash: Gw,
|
|
1277
|
+
nearhk: Hw,
|
|
1277
1278
|
nearr: jw,
|
|
1278
1279
|
neArr: Zw,
|
|
1279
1280
|
nearrow: Ww,
|
|
@@ -1317,17 +1318,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1317
1318
|
nlarr: NE,
|
|
1318
1319
|
nlArr: ME,
|
|
1319
1320
|
nldr: LE,
|
|
1320
|
-
nlE:
|
|
1321
|
-
nle:
|
|
1321
|
+
nlE: IE,
|
|
1322
|
+
nle: FE,
|
|
1322
1323
|
nleftarrow: OE,
|
|
1323
1324
|
nLeftarrow: BE,
|
|
1324
1325
|
nleftrightarrow: PE,
|
|
1325
1326
|
nLeftrightarrow: zE,
|
|
1326
1327
|
nleq: $E,
|
|
1327
1328
|
nleqq: UE,
|
|
1328
|
-
nleqslant:
|
|
1329
|
-
nles:
|
|
1330
|
-
nless:
|
|
1329
|
+
nleqslant: VE,
|
|
1330
|
+
nles: GE,
|
|
1331
|
+
nless: HE,
|
|
1331
1332
|
nLl: jE,
|
|
1332
1333
|
nlsim: ZE,
|
|
1333
1334
|
nLt: WE,
|
|
@@ -1371,17 +1372,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1371
1372
|
NotLessEqual: NA,
|
|
1372
1373
|
NotLessGreater: MA,
|
|
1373
1374
|
NotLessLess: LA,
|
|
1374
|
-
NotLessSlantEqual:
|
|
1375
|
-
NotLessTilde:
|
|
1375
|
+
NotLessSlantEqual: IA,
|
|
1376
|
+
NotLessTilde: FA,
|
|
1376
1377
|
NotNestedGreaterGreater: OA,
|
|
1377
1378
|
NotNestedLessLess: BA,
|
|
1378
1379
|
notni: PA,
|
|
1379
1380
|
notniva: zA,
|
|
1380
1381
|
notnivb: $A,
|
|
1381
1382
|
notnivc: UA,
|
|
1382
|
-
NotPrecedes:
|
|
1383
|
-
NotPrecedesEqual:
|
|
1384
|
-
NotPrecedesSlantEqual:
|
|
1383
|
+
NotPrecedes: VA,
|
|
1384
|
+
NotPrecedesEqual: GA,
|
|
1385
|
+
NotPrecedesSlantEqual: HA,
|
|
1385
1386
|
NotReverseElement: jA,
|
|
1386
1387
|
NotRightTriangleBar: ZA,
|
|
1387
1388
|
NotRightTriangle: WA,
|
|
@@ -1425,17 +1426,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1425
1426
|
nsccue: NC,
|
|
1426
1427
|
nsce: MC,
|
|
1427
1428
|
Nscr: LC,
|
|
1428
|
-
nscr:
|
|
1429
|
-
nshortmid:
|
|
1429
|
+
nscr: IC,
|
|
1430
|
+
nshortmid: FC,
|
|
1430
1431
|
nshortparallel: OC,
|
|
1431
1432
|
nsim: BC,
|
|
1432
1433
|
nsime: PC,
|
|
1433
1434
|
nsimeq: zC,
|
|
1434
1435
|
nsmid: $C,
|
|
1435
1436
|
nspar: UC,
|
|
1436
|
-
nsqsube:
|
|
1437
|
-
nsqsupe:
|
|
1438
|
-
nsub:
|
|
1437
|
+
nsqsube: VC,
|
|
1438
|
+
nsqsupe: GC,
|
|
1439
|
+
nsub: HC,
|
|
1439
1440
|
nsubE: jC,
|
|
1440
1441
|
nsube: ZC,
|
|
1441
1442
|
nsubset: WC,
|
|
@@ -1479,17 +1480,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1479
1480
|
nvrtrie: N1,
|
|
1480
1481
|
nvsim: M1,
|
|
1481
1482
|
nwarhk: L1,
|
|
1482
|
-
nwarr:
|
|
1483
|
-
nwArr:
|
|
1483
|
+
nwarr: I1,
|
|
1484
|
+
nwArr: F1,
|
|
1484
1485
|
nwarrow: O1,
|
|
1485
1486
|
nwnear: B1,
|
|
1486
1487
|
Oacute: P1,
|
|
1487
1488
|
oacute: z1,
|
|
1488
1489
|
oast: $1,
|
|
1489
1490
|
Ocirc: U1,
|
|
1490
|
-
ocirc:
|
|
1491
|
-
ocir:
|
|
1492
|
-
Ocy:
|
|
1491
|
+
ocirc: V1,
|
|
1492
|
+
ocir: G1,
|
|
1493
|
+
Ocy: H1,
|
|
1493
1494
|
ocy: j1,
|
|
1494
1495
|
odash: Z1,
|
|
1495
1496
|
Odblac: W1,
|
|
@@ -1533,17 +1534,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1533
1534
|
Or: NS,
|
|
1534
1535
|
or: MS,
|
|
1535
1536
|
ord: LS,
|
|
1536
|
-
order:
|
|
1537
|
-
orderof:
|
|
1537
|
+
order: IS,
|
|
1538
|
+
orderof: FS,
|
|
1538
1539
|
ordf: OS,
|
|
1539
1540
|
ordm: BS,
|
|
1540
1541
|
origof: PS,
|
|
1541
1542
|
oror: zS,
|
|
1542
1543
|
orslope: $S,
|
|
1543
1544
|
orv: US,
|
|
1544
|
-
oS:
|
|
1545
|
-
Oscr:
|
|
1546
|
-
oscr:
|
|
1545
|
+
oS: VS,
|
|
1546
|
+
Oscr: GS,
|
|
1547
|
+
oscr: HS,
|
|
1547
1548
|
Oslash: jS,
|
|
1548
1549
|
oslash: ZS,
|
|
1549
1550
|
osol: WS,
|
|
@@ -1587,17 +1588,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1587
1588
|
planck: ND,
|
|
1588
1589
|
planckh: MD,
|
|
1589
1590
|
plankv: LD,
|
|
1590
|
-
plusacir:
|
|
1591
|
-
plusb:
|
|
1591
|
+
plusacir: ID,
|
|
1592
|
+
plusb: FD,
|
|
1592
1593
|
pluscir: OD,
|
|
1593
1594
|
plus: BD,
|
|
1594
1595
|
plusdo: PD,
|
|
1595
1596
|
plusdu: zD,
|
|
1596
1597
|
pluse: $D,
|
|
1597
1598
|
PlusMinus: UD,
|
|
1598
|
-
plusmn:
|
|
1599
|
-
plussim:
|
|
1600
|
-
plustwo:
|
|
1599
|
+
plusmn: VD,
|
|
1600
|
+
plussim: GD,
|
|
1601
|
+
plustwo: HD,
|
|
1601
1602
|
pm: jD,
|
|
1602
1603
|
Poincareplane: ZD,
|
|
1603
1604
|
pointint: WD,
|
|
@@ -1641,17 +1642,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1641
1642
|
prurel: Nq,
|
|
1642
1643
|
Pscr: Mq,
|
|
1643
1644
|
pscr: Lq,
|
|
1644
|
-
Psi:
|
|
1645
|
-
psi:
|
|
1645
|
+
Psi: Iq,
|
|
1646
|
+
psi: Fq,
|
|
1646
1647
|
puncsp: Oq,
|
|
1647
1648
|
Qfr: Bq,
|
|
1648
1649
|
qfr: Pq,
|
|
1649
1650
|
qint: zq,
|
|
1650
1651
|
qopf: $q,
|
|
1651
1652
|
Qopf: Uq,
|
|
1652
|
-
qprime:
|
|
1653
|
-
Qscr:
|
|
1654
|
-
qscr:
|
|
1653
|
+
qprime: Vq,
|
|
1654
|
+
Qscr: Gq,
|
|
1655
|
+
qscr: Hq,
|
|
1655
1656
|
quaternions: jq,
|
|
1656
1657
|
quatint: Zq,
|
|
1657
1658
|
quest: Wq,
|
|
@@ -1695,17 +1696,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1695
1696
|
rbbrk: NT,
|
|
1696
1697
|
rbrace: MT,
|
|
1697
1698
|
rbrack: LT,
|
|
1698
|
-
rbrke:
|
|
1699
|
-
rbrksld:
|
|
1699
|
+
rbrke: IT,
|
|
1700
|
+
rbrksld: FT,
|
|
1700
1701
|
rbrkslu: OT,
|
|
1701
1702
|
Rcaron: BT,
|
|
1702
1703
|
rcaron: PT,
|
|
1703
1704
|
Rcedil: zT,
|
|
1704
1705
|
rcedil: $T,
|
|
1705
1706
|
rceil: UT,
|
|
1706
|
-
rcub:
|
|
1707
|
-
Rcy:
|
|
1708
|
-
rcy:
|
|
1707
|
+
rcub: VT,
|
|
1708
|
+
Rcy: GT,
|
|
1709
|
+
rcy: HT,
|
|
1709
1710
|
rdca: jT,
|
|
1710
1711
|
rdldhar: ZT,
|
|
1711
1712
|
rdquo: WT,
|
|
@@ -1749,17 +1750,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1749
1750
|
rightharpoondown: NR,
|
|
1750
1751
|
rightharpoonup: MR,
|
|
1751
1752
|
rightleftarrows: LR,
|
|
1752
|
-
rightleftharpoons:
|
|
1753
|
-
rightrightarrows:
|
|
1753
|
+
rightleftharpoons: IR,
|
|
1754
|
+
rightrightarrows: FR,
|
|
1754
1755
|
rightsquigarrow: OR,
|
|
1755
1756
|
RightTeeArrow: BR,
|
|
1756
1757
|
RightTee: PR,
|
|
1757
1758
|
RightTeeVector: zR,
|
|
1758
1759
|
rightthreetimes: $R,
|
|
1759
1760
|
RightTriangleBar: UR,
|
|
1760
|
-
RightTriangle:
|
|
1761
|
-
RightTriangleEqual:
|
|
1762
|
-
RightUpDownVector:
|
|
1761
|
+
RightTriangle: VR,
|
|
1762
|
+
RightTriangleEqual: GR,
|
|
1763
|
+
RightUpDownVector: HR,
|
|
1763
1764
|
RightUpTeeVector: jR,
|
|
1764
1765
|
RightUpVectorBar: ZR,
|
|
1765
1766
|
RightUpVector: WR,
|
|
@@ -1803,17 +1804,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1803
1804
|
rtriltri: NN,
|
|
1804
1805
|
RuleDelayed: MN,
|
|
1805
1806
|
ruluhar: LN,
|
|
1806
|
-
rx:
|
|
1807
|
-
Sacute:
|
|
1807
|
+
rx: IN,
|
|
1808
|
+
Sacute: FN,
|
|
1808
1809
|
sacute: ON,
|
|
1809
1810
|
sbquo: BN,
|
|
1810
1811
|
scap: PN,
|
|
1811
1812
|
Scaron: zN,
|
|
1812
1813
|
scaron: $N,
|
|
1813
1814
|
Sc: UN,
|
|
1814
|
-
sc:
|
|
1815
|
-
sccue:
|
|
1816
|
-
sce:
|
|
1815
|
+
sc: VN,
|
|
1816
|
+
sccue: GN,
|
|
1817
|
+
sce: HN,
|
|
1817
1818
|
scE: jN,
|
|
1818
1819
|
Scedil: ZN,
|
|
1819
1820
|
scedil: WN,
|
|
@@ -1857,17 +1858,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1857
1858
|
Sigma: NM,
|
|
1858
1859
|
sigma: MM,
|
|
1859
1860
|
sigmaf: LM,
|
|
1860
|
-
sigmav:
|
|
1861
|
-
sim:
|
|
1861
|
+
sigmav: IM,
|
|
1862
|
+
sim: FM,
|
|
1862
1863
|
simdot: OM,
|
|
1863
1864
|
sime: BM,
|
|
1864
1865
|
simeq: PM,
|
|
1865
1866
|
simg: zM,
|
|
1866
1867
|
simgE: $M,
|
|
1867
1868
|
siml: UM,
|
|
1868
|
-
simlE:
|
|
1869
|
-
simne:
|
|
1870
|
-
simplus:
|
|
1869
|
+
simlE: VM,
|
|
1870
|
+
simne: GM,
|
|
1871
|
+
simplus: HM,
|
|
1871
1872
|
simrarr: jM,
|
|
1872
1873
|
slarr: ZM,
|
|
1873
1874
|
SmallCircle: WM,
|
|
@@ -1911,17 +1912,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1911
1912
|
SquareSupersetEqual: NL,
|
|
1912
1913
|
SquareUnion: ML,
|
|
1913
1914
|
squarf: LL,
|
|
1914
|
-
squ:
|
|
1915
|
-
squf:
|
|
1915
|
+
squ: IL,
|
|
1916
|
+
squf: FL,
|
|
1916
1917
|
srarr: OL,
|
|
1917
1918
|
Sscr: BL,
|
|
1918
1919
|
sscr: PL,
|
|
1919
1920
|
ssetmn: zL,
|
|
1920
1921
|
ssmile: $L,
|
|
1921
1922
|
sstarf: UL,
|
|
1922
|
-
Star:
|
|
1923
|
-
star:
|
|
1924
|
-
starf:
|
|
1923
|
+
Star: VL,
|
|
1924
|
+
star: GL,
|
|
1925
|
+
starf: HL,
|
|
1925
1926
|
straightepsilon: jL,
|
|
1926
1927
|
straightphi: ZL,
|
|
1927
1928
|
strns: WL,
|
|
@@ -1965,17 +1966,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1965
1966
|
sup1: N2,
|
|
1966
1967
|
sup2: M2,
|
|
1967
1968
|
sup3: L2,
|
|
1968
|
-
sup:
|
|
1969
|
-
Sup:
|
|
1969
|
+
sup: I2,
|
|
1970
|
+
Sup: F2,
|
|
1970
1971
|
supdot: O2,
|
|
1971
1972
|
supdsub: B2,
|
|
1972
1973
|
supE: P2,
|
|
1973
1974
|
supe: z2,
|
|
1974
1975
|
supedot: $2,
|
|
1975
1976
|
Superset: U2,
|
|
1976
|
-
SupersetEqual:
|
|
1977
|
-
suphsol:
|
|
1978
|
-
suphsub:
|
|
1977
|
+
SupersetEqual: V2,
|
|
1978
|
+
suphsol: G2,
|
|
1979
|
+
suphsub: H2,
|
|
1979
1980
|
suplarr: j2,
|
|
1980
1981
|
supmult: Z2,
|
|
1981
1982
|
supnE: W2,
|
|
@@ -1984,114 +1985,114 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
1984
1985
|
supset: Y2,
|
|
1985
1986
|
Supset: X2,
|
|
1986
1987
|
supseteq: Q2,
|
|
1987
|
-
supseteqq:
|
|
1988
|
-
supsetneq:
|
|
1989
|
-
supsetneqq:
|
|
1990
|
-
supsim:
|
|
1991
|
-
supsub:
|
|
1992
|
-
supsup:
|
|
1993
|
-
swarhk:
|
|
1994
|
-
swarr:
|
|
1995
|
-
swArr:
|
|
1996
|
-
swarrow:
|
|
1997
|
-
swnwar:
|
|
1998
|
-
szlig:
|
|
1999
|
-
Tab:
|
|
2000
|
-
target:
|
|
2001
|
-
Tau:
|
|
2002
|
-
tau:
|
|
2003
|
-
tbrk:
|
|
2004
|
-
Tcaron:
|
|
2005
|
-
tcaron:
|
|
2006
|
-
Tcedil:
|
|
2007
|
-
tcedil:
|
|
2008
|
-
Tcy:
|
|
2009
|
-
tcy:
|
|
2010
|
-
tdot:
|
|
2011
|
-
telrec:
|
|
2012
|
-
Tfr:
|
|
2013
|
-
tfr:
|
|
2014
|
-
there4:
|
|
2015
|
-
therefore:
|
|
2016
|
-
Therefore:
|
|
2017
|
-
Theta:
|
|
2018
|
-
theta:
|
|
2019
|
-
thetasym:
|
|
2020
|
-
thetav:
|
|
2021
|
-
thickapprox:
|
|
2022
|
-
thicksim:
|
|
2023
|
-
ThickSpace:
|
|
2024
|
-
ThinSpace:
|
|
2025
|
-
thinsp:
|
|
2026
|
-
thkap:
|
|
2027
|
-
thksim:
|
|
2028
|
-
THORN: $
|
|
2029
|
-
thorn:
|
|
2030
|
-
tilde:
|
|
2031
|
-
Tilde:
|
|
2032
|
-
TildeEqual:
|
|
2033
|
-
TildeFullEqual:
|
|
2034
|
-
TildeTilde:
|
|
2035
|
-
timesbar:
|
|
2036
|
-
timesb:
|
|
2037
|
-
times:
|
|
2038
|
-
timesd:
|
|
2039
|
-
tint:
|
|
2040
|
-
toea:
|
|
2041
|
-
topbot:
|
|
2042
|
-
topcir:
|
|
2043
|
-
top:
|
|
2044
|
-
Topf:
|
|
2045
|
-
topf:
|
|
2046
|
-
topfork:
|
|
2047
|
-
tosa:
|
|
2048
|
-
tprime:
|
|
2049
|
-
trade:
|
|
2050
|
-
TRADE:
|
|
2051
|
-
triangle:
|
|
2052
|
-
triangledown:
|
|
2053
|
-
triangleleft:
|
|
2054
|
-
trianglelefteq:
|
|
2055
|
-
triangleq:
|
|
2056
|
-
triangleright:
|
|
2057
|
-
trianglerighteq:
|
|
2058
|
-
tridot:
|
|
2059
|
-
trie:
|
|
2060
|
-
triminus:
|
|
2061
|
-
TripleDot:
|
|
2062
|
-
triplus:
|
|
2063
|
-
trisb:
|
|
2064
|
-
tritime:
|
|
2065
|
-
trpezium:
|
|
2066
|
-
Tscr:
|
|
2067
|
-
tscr:
|
|
2068
|
-
TScy:
|
|
2069
|
-
tscy:
|
|
2070
|
-
TSHcy:
|
|
2071
|
-
tshcy:
|
|
2072
|
-
Tstrok:
|
|
2073
|
-
tstrok:
|
|
2074
|
-
twixt:
|
|
2075
|
-
twoheadleftarrow:
|
|
2076
|
-
twoheadrightarrow:
|
|
2077
|
-
Uacute:
|
|
2078
|
-
uacute:
|
|
2079
|
-
uarr:
|
|
2080
|
-
Uarr:
|
|
2081
|
-
uArr:
|
|
2082
|
-
Uarrocir: $
|
|
2083
|
-
Ubrcy:
|
|
2084
|
-
ubrcy:
|
|
2085
|
-
Ubreve:
|
|
2086
|
-
ubreve:
|
|
2087
|
-
Ucirc:
|
|
2088
|
-
ucirc:
|
|
2089
|
-
Ucy:
|
|
2090
|
-
ucy:
|
|
2091
|
-
udarr:
|
|
2092
|
-
Udblac:
|
|
2093
|
-
udblac:
|
|
2094
|
-
udhar:
|
|
1988
|
+
supseteqq: eI,
|
|
1989
|
+
supsetneq: nI,
|
|
1990
|
+
supsetneqq: tI,
|
|
1991
|
+
supsim: rI,
|
|
1992
|
+
supsub: oI,
|
|
1993
|
+
supsup: sI,
|
|
1994
|
+
swarhk: cI,
|
|
1995
|
+
swarr: iI,
|
|
1996
|
+
swArr: aI,
|
|
1997
|
+
swarrow: lI,
|
|
1998
|
+
swnwar: uI,
|
|
1999
|
+
szlig: fI,
|
|
2000
|
+
Tab: pI,
|
|
2001
|
+
target: hI,
|
|
2002
|
+
Tau: dI,
|
|
2003
|
+
tau: gI,
|
|
2004
|
+
tbrk: mI,
|
|
2005
|
+
Tcaron: _I,
|
|
2006
|
+
tcaron: bI,
|
|
2007
|
+
Tcedil: vI,
|
|
2008
|
+
tcedil: kI,
|
|
2009
|
+
Tcy: xI,
|
|
2010
|
+
tcy: yI,
|
|
2011
|
+
tdot: wI,
|
|
2012
|
+
telrec: EI,
|
|
2013
|
+
Tfr: AI,
|
|
2014
|
+
tfr: CI,
|
|
2015
|
+
there4: SI,
|
|
2016
|
+
therefore: DI,
|
|
2017
|
+
Therefore: qI,
|
|
2018
|
+
Theta: TI,
|
|
2019
|
+
theta: RI,
|
|
2020
|
+
thetasym: NI,
|
|
2021
|
+
thetav: MI,
|
|
2022
|
+
thickapprox: LI,
|
|
2023
|
+
thicksim: II,
|
|
2024
|
+
ThickSpace: FI,
|
|
2025
|
+
ThinSpace: OI,
|
|
2026
|
+
thinsp: BI,
|
|
2027
|
+
thkap: PI,
|
|
2028
|
+
thksim: zI,
|
|
2029
|
+
THORN: $I,
|
|
2030
|
+
thorn: UI,
|
|
2031
|
+
tilde: VI,
|
|
2032
|
+
Tilde: GI,
|
|
2033
|
+
TildeEqual: HI,
|
|
2034
|
+
TildeFullEqual: jI,
|
|
2035
|
+
TildeTilde: ZI,
|
|
2036
|
+
timesbar: WI,
|
|
2037
|
+
timesb: KI,
|
|
2038
|
+
times: JI,
|
|
2039
|
+
timesd: YI,
|
|
2040
|
+
tint: XI,
|
|
2041
|
+
toea: QI,
|
|
2042
|
+
topbot: eF,
|
|
2043
|
+
topcir: nF,
|
|
2044
|
+
top: tF,
|
|
2045
|
+
Topf: rF,
|
|
2046
|
+
topf: oF,
|
|
2047
|
+
topfork: sF,
|
|
2048
|
+
tosa: cF,
|
|
2049
|
+
tprime: iF,
|
|
2050
|
+
trade: aF,
|
|
2051
|
+
TRADE: lF,
|
|
2052
|
+
triangle: uF,
|
|
2053
|
+
triangledown: fF,
|
|
2054
|
+
triangleleft: pF,
|
|
2055
|
+
trianglelefteq: hF,
|
|
2056
|
+
triangleq: dF,
|
|
2057
|
+
triangleright: gF,
|
|
2058
|
+
trianglerighteq: mF,
|
|
2059
|
+
tridot: _F,
|
|
2060
|
+
trie: bF,
|
|
2061
|
+
triminus: vF,
|
|
2062
|
+
TripleDot: kF,
|
|
2063
|
+
triplus: xF,
|
|
2064
|
+
trisb: yF,
|
|
2065
|
+
tritime: wF,
|
|
2066
|
+
trpezium: EF,
|
|
2067
|
+
Tscr: AF,
|
|
2068
|
+
tscr: CF,
|
|
2069
|
+
TScy: SF,
|
|
2070
|
+
tscy: DF,
|
|
2071
|
+
TSHcy: qF,
|
|
2072
|
+
tshcy: TF,
|
|
2073
|
+
Tstrok: RF,
|
|
2074
|
+
tstrok: NF,
|
|
2075
|
+
twixt: MF,
|
|
2076
|
+
twoheadleftarrow: LF,
|
|
2077
|
+
twoheadrightarrow: IF,
|
|
2078
|
+
Uacute: FF,
|
|
2079
|
+
uacute: OF,
|
|
2080
|
+
uarr: BF,
|
|
2081
|
+
Uarr: PF,
|
|
2082
|
+
uArr: zF,
|
|
2083
|
+
Uarrocir: $F,
|
|
2084
|
+
Ubrcy: UF,
|
|
2085
|
+
ubrcy: VF,
|
|
2086
|
+
Ubreve: GF,
|
|
2087
|
+
ubreve: HF,
|
|
2088
|
+
Ucirc: jF,
|
|
2089
|
+
ucirc: ZF,
|
|
2090
|
+
Ucy: WF,
|
|
2091
|
+
ucy: KF,
|
|
2092
|
+
udarr: JF,
|
|
2093
|
+
Udblac: YF,
|
|
2094
|
+
udblac: XF,
|
|
2095
|
+
udhar: QF,
|
|
2095
2096
|
ufisht: eO,
|
|
2096
2097
|
Ufr: nO,
|
|
2097
2098
|
ufr: tO,
|
|
@@ -2127,17 +2128,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
2127
2128
|
UpDownArrow: NO,
|
|
2128
2129
|
Updownarrow: MO,
|
|
2129
2130
|
UpEquilibrium: LO,
|
|
2130
|
-
upharpoonleft:
|
|
2131
|
-
upharpoonright:
|
|
2131
|
+
upharpoonleft: IO,
|
|
2132
|
+
upharpoonright: FO,
|
|
2132
2133
|
uplus: OO,
|
|
2133
2134
|
UpperLeftArrow: BO,
|
|
2134
2135
|
UpperRightArrow: PO,
|
|
2135
2136
|
upsi: zO,
|
|
2136
2137
|
Upsi: $O,
|
|
2137
2138
|
upsih: UO,
|
|
2138
|
-
Upsilon:
|
|
2139
|
-
upsilon:
|
|
2140
|
-
UpTeeArrow:
|
|
2139
|
+
Upsilon: VO,
|
|
2140
|
+
upsilon: GO,
|
|
2141
|
+
UpTeeArrow: HO,
|
|
2141
2142
|
UpTee: jO,
|
|
2142
2143
|
upuparrows: ZO,
|
|
2143
2144
|
urcorn: WO,
|
|
@@ -2181,17 +2182,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
2181
2182
|
Vcy: NB,
|
|
2182
2183
|
vcy: MB,
|
|
2183
2184
|
vdash: LB,
|
|
2184
|
-
vDash:
|
|
2185
|
-
Vdash:
|
|
2185
|
+
vDash: IB,
|
|
2186
|
+
Vdash: FB,
|
|
2186
2187
|
VDash: OB,
|
|
2187
2188
|
Vdashl: BB,
|
|
2188
2189
|
veebar: PB,
|
|
2189
2190
|
vee: zB,
|
|
2190
2191
|
Vee: $B,
|
|
2191
2192
|
veeeq: UB,
|
|
2192
|
-
vellip:
|
|
2193
|
-
verbar:
|
|
2194
|
-
Verbar:
|
|
2193
|
+
vellip: VB,
|
|
2194
|
+
verbar: GB,
|
|
2195
|
+
Verbar: HB,
|
|
2195
2196
|
vert: jB,
|
|
2196
2197
|
Vert: ZB,
|
|
2197
2198
|
VerticalBar: WB,
|
|
@@ -2235,17 +2236,17 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
2235
2236
|
xcap: NP,
|
|
2236
2237
|
xcirc: MP,
|
|
2237
2238
|
xcup: LP,
|
|
2238
|
-
xdtri:
|
|
2239
|
-
Xfr:
|
|
2239
|
+
xdtri: IP,
|
|
2240
|
+
Xfr: FP,
|
|
2240
2241
|
xfr: OP,
|
|
2241
2242
|
xharr: BP,
|
|
2242
2243
|
xhArr: PP,
|
|
2243
2244
|
Xi: zP,
|
|
2244
2245
|
xi: $P,
|
|
2245
2246
|
xlarr: UP,
|
|
2246
|
-
xlArr:
|
|
2247
|
-
xmap:
|
|
2248
|
-
xnis:
|
|
2247
|
+
xlArr: VP,
|
|
2248
|
+
xmap: GP,
|
|
2249
|
+
xnis: HP,
|
|
2249
2250
|
xodot: jP,
|
|
2250
2251
|
Xopf: ZP,
|
|
2251
2252
|
xopf: WP,
|
|
@@ -2289,23 +2290,23 @@ const No = "Á", Mo = "á", Lo = "Ă", Fo = "ă", Io = "∾", Oo = "∿", Bo = "
|
|
|
2289
2290
|
zcy: Nz,
|
|
2290
2291
|
Zdot: Mz,
|
|
2291
2292
|
zdot: Lz,
|
|
2292
|
-
zeetrf:
|
|
2293
|
-
ZeroWidthSpace:
|
|
2293
|
+
zeetrf: Iz,
|
|
2294
|
+
ZeroWidthSpace: Fz,
|
|
2294
2295
|
Zeta: Oz,
|
|
2295
2296
|
zeta: Bz,
|
|
2296
2297
|
zfr: Pz,
|
|
2297
2298
|
Zfr: zz,
|
|
2298
2299
|
ZHcy: $z,
|
|
2299
2300
|
zhcy: Uz,
|
|
2300
|
-
zigrarr:
|
|
2301
|
-
zopf:
|
|
2302
|
-
Zopf:
|
|
2301
|
+
zigrarr: Vz,
|
|
2302
|
+
zopf: Gz,
|
|
2303
|
+
Zopf: Hz,
|
|
2303
2304
|
Zscr: jz,
|
|
2304
2305
|
zscr: Zz,
|
|
2305
2306
|
zwj: Wz,
|
|
2306
2307
|
zwnj: Kz
|
|
2307
2308
|
};
|
|
2308
|
-
var ar = Jz, Pn = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,
|
|
2309
|
+
var ar = Jz, Pn = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/, Te = {}, at = {};
|
|
2309
2310
|
function Yz(n) {
|
|
2310
2311
|
var e, t, r = at[n];
|
|
2311
2312
|
if (r)
|
|
@@ -2317,18 +2318,18 @@ function Yz(n) {
|
|
|
2317
2318
|
return r;
|
|
2318
2319
|
}
|
|
2319
2320
|
function on(n, e, t) {
|
|
2320
|
-
var r, o, s,
|
|
2321
|
-
for (typeof e != "string" && (t = e, e = on.defaultChars), typeof t > "u" && (t = !0),
|
|
2321
|
+
var r, o, s, i, c, a = "";
|
|
2322
|
+
for (typeof e != "string" && (t = e, e = on.defaultChars), typeof t > "u" && (t = !0), c = Yz(e), r = 0, o = n.length; r < o; r++) {
|
|
2322
2323
|
if (s = n.charCodeAt(r), t && s === 37 && r + 2 < o && /^[0-9a-f]{2}$/i.test(n.slice(r + 1, r + 3))) {
|
|
2323
2324
|
a += n.slice(r, r + 3), r += 2;
|
|
2324
2325
|
continue;
|
|
2325
2326
|
}
|
|
2326
2327
|
if (s < 128) {
|
|
2327
|
-
a +=
|
|
2328
|
+
a += c[s];
|
|
2328
2329
|
continue;
|
|
2329
2330
|
}
|
|
2330
2331
|
if (s >= 55296 && s <= 57343) {
|
|
2331
|
-
if (s >= 55296 && s <= 56319 && r + 1 < o && (
|
|
2332
|
+
if (s >= 55296 && s <= 56319 && r + 1 < o && (i = n.charCodeAt(r + 1), i >= 56320 && i <= 57343)) {
|
|
2332
2333
|
a += encodeURIComponent(n[r] + n[r + 1]), r++;
|
|
2333
2334
|
continue;
|
|
2334
2335
|
}
|
|
@@ -2355,22 +2356,22 @@ function Qz(n) {
|
|
|
2355
2356
|
function sn(n, e) {
|
|
2356
2357
|
var t;
|
|
2357
2358
|
return typeof e != "string" && (e = sn.defaultChars), t = Qz(e), n.replace(/(%[a-f0-9]{2})+/gi, function(r) {
|
|
2358
|
-
var o, s,
|
|
2359
|
+
var o, s, i, c, a, l, u, f = "";
|
|
2359
2360
|
for (o = 0, s = r.length; o < s; o += 3) {
|
|
2360
|
-
if (
|
|
2361
|
-
f += t[
|
|
2361
|
+
if (i = parseInt(r.slice(o + 1, o + 3), 16), i < 128) {
|
|
2362
|
+
f += t[i];
|
|
2362
2363
|
continue;
|
|
2363
2364
|
}
|
|
2364
|
-
if ((
|
|
2365
|
-
u =
|
|
2365
|
+
if ((i & 224) === 192 && o + 3 < s && (c = parseInt(r.slice(o + 4, o + 6), 16), (c & 192) === 128)) {
|
|
2366
|
+
u = i << 6 & 1984 | c & 63, u < 128 ? f += "��" : f += String.fromCharCode(u), o += 3;
|
|
2366
2367
|
continue;
|
|
2367
2368
|
}
|
|
2368
|
-
if ((
|
|
2369
|
-
u =
|
|
2369
|
+
if ((i & 240) === 224 && o + 6 < s && (c = parseInt(r.slice(o + 4, o + 6), 16), a = parseInt(r.slice(o + 7, o + 9), 16), (c & 192) === 128 && (a & 192) === 128)) {
|
|
2370
|
+
u = i << 12 & 61440 | c << 6 & 4032 | a & 63, u < 2048 || u >= 55296 && u <= 57343 ? f += "���" : f += String.fromCharCode(u), o += 6;
|
|
2370
2371
|
continue;
|
|
2371
2372
|
}
|
|
2372
|
-
if ((
|
|
2373
|
-
u =
|
|
2373
|
+
if ((i & 248) === 240 && o + 9 < s && (c = parseInt(r.slice(o + 4, o + 6), 16), a = parseInt(r.slice(o + 7, o + 9), 16), l = parseInt(r.slice(o + 10, o + 12), 16), (c & 192) === 128 && (a & 192) === 128 && (l & 192) === 128)) {
|
|
2374
|
+
u = i << 18 & 1835008 | c << 12 & 258048 | a << 6 & 4032 | l & 63, u < 65536 || u > 1114111 ? f += "����" : (u -= 65536, f += String.fromCharCode(55296 + (u >> 10), 56320 + (u & 1023))), o += 9;
|
|
2374
2375
|
continue;
|
|
2375
2376
|
}
|
|
2376
2377
|
f += "�";
|
|
@@ -2410,23 +2411,23 @@ function u3(n, e) {
|
|
|
2410
2411
|
return t.parse(n, e), t;
|
|
2411
2412
|
}
|
|
2412
2413
|
Qe.prototype.parse = function(n, e) {
|
|
2413
|
-
var t, r, o, s,
|
|
2414
|
-
if (
|
|
2415
|
-
var a = o3.exec(
|
|
2414
|
+
var t, r, o, s, i, c = n;
|
|
2415
|
+
if (c = c.trim(), !e && n.split("#").length === 1) {
|
|
2416
|
+
var a = o3.exec(c);
|
|
2416
2417
|
if (a)
|
|
2417
2418
|
return this.pathname = a[1], a[2] && (this.search = a[2]), this;
|
|
2418
2419
|
}
|
|
2419
|
-
var l = t3.exec(
|
|
2420
|
-
if (l && (l = l[0], o = l.toLowerCase(), this.protocol = l,
|
|
2420
|
+
var l = t3.exec(c);
|
|
2421
|
+
if (l && (l = l[0], o = l.toLowerCase(), this.protocol = l, c = c.substr(l.length)), (e || l || c.match(/^\/\/[^@\/]+@[^@\/]+/)) && (i = c.substr(0, 2) === "//", i && !(l && ht[l]) && (c = c.substr(2), this.slashes = !0)), !ht[l] && (i || l && !dt[l])) {
|
|
2421
2422
|
var u = -1;
|
|
2422
2423
|
for (t = 0; t < ft.length; t++)
|
|
2423
|
-
s =
|
|
2424
|
+
s = c.indexOf(ft[t]), s !== -1 && (u === -1 || s < u) && (u = s);
|
|
2424
2425
|
var f, h;
|
|
2425
|
-
for (u === -1 ? h =
|
|
2426
|
-
s =
|
|
2427
|
-
u === -1 && (u =
|
|
2428
|
-
var p =
|
|
2429
|
-
|
|
2426
|
+
for (u === -1 ? h = c.lastIndexOf("@") : h = c.lastIndexOf("@", u), h !== -1 && (f = c.slice(0, h), c = c.slice(h + 1), this.auth = f), u = -1, t = 0; t < ut.length; t++)
|
|
2427
|
+
s = c.indexOf(ut[t]), s !== -1 && (u === -1 || s < u) && (u = s);
|
|
2428
|
+
u === -1 && (u = c.length), c[u - 1] === ":" && u--;
|
|
2429
|
+
var p = c.slice(0, u);
|
|
2430
|
+
c = c.slice(u), this.parseHost(p), this.hostname = this.hostname || "";
|
|
2430
2431
|
var b = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
2431
2432
|
if (!b) {
|
|
2432
2433
|
var k = this.hostname.split(/\./);
|
|
@@ -2437,7 +2438,7 @@ Qe.prototype.parse = function(n, e) {
|
|
|
2437
2438
|
A.charCodeAt(g) > 127 ? y += "x" : y += A[g];
|
|
2438
2439
|
if (!y.match(pt)) {
|
|
2439
2440
|
var C = k.slice(0, t), q = k.slice(t + 1), _ = A.match(l3);
|
|
2440
|
-
_ && (C.push(_[1]), q.unshift(_[2])), q.length && (
|
|
2441
|
+
_ && (C.push(_[1]), q.unshift(_[2])), q.length && (c = q.join(".") + c), this.hostname = C.join(".");
|
|
2441
2442
|
break;
|
|
2442
2443
|
}
|
|
2443
2444
|
}
|
|
@@ -2445,20 +2446,20 @@ Qe.prototype.parse = function(n, e) {
|
|
|
2445
2446
|
}
|
|
2446
2447
|
this.hostname.length > a3 && (this.hostname = ""), b && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
2447
2448
|
}
|
|
2448
|
-
var M =
|
|
2449
|
-
M !== -1 && (this.hash =
|
|
2450
|
-
var $ =
|
|
2451
|
-
return $ !== -1 && (this.search =
|
|
2449
|
+
var M = c.indexOf("#");
|
|
2450
|
+
M !== -1 && (this.hash = c.substr(M), c = c.slice(0, M));
|
|
2451
|
+
var $ = c.indexOf("?");
|
|
2452
|
+
return $ !== -1 && (this.search = c.substr($), c = c.slice(0, $)), c && (this.pathname = c), dt[o] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
2452
2453
|
};
|
|
2453
2454
|
Qe.prototype.parseHost = function(n) {
|
|
2454
2455
|
var e = r3.exec(n);
|
|
2455
2456
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), n = n.substr(0, n.length - e.length)), n && (this.hostname = n);
|
|
2456
2457
|
};
|
|
2457
2458
|
var f3 = u3;
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2459
|
+
Te.encode = Xz;
|
|
2460
|
+
Te.decode = e3;
|
|
2461
|
+
Te.format = n3;
|
|
2462
|
+
Te.parse = f3;
|
|
2462
2463
|
var ge = {}, bn, gt;
|
|
2463
2464
|
function lr() {
|
|
2464
2465
|
return gt || (gt = 1, bn = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/), bn;
|
|
@@ -2502,10 +2503,10 @@ function h3() {
|
|
|
2502
2503
|
}
|
|
2503
2504
|
}), m;
|
|
2504
2505
|
}
|
|
2505
|
-
function
|
|
2506
|
+
function i(m, O, N) {
|
|
2506
2507
|
return [].concat(m.slice(0, O), N, m.slice(O + 1));
|
|
2507
2508
|
}
|
|
2508
|
-
function
|
|
2509
|
+
function c(m) {
|
|
2509
2510
|
return !(m >= 55296 && m <= 57343 || m >= 64976 && m <= 65007 || (m & 65535) === 65535 || (m & 65535) === 65534 || m >= 0 && m <= 8 || m === 11 || m >= 14 && m <= 31 || m >= 127 && m <= 159 || m > 1114111);
|
|
2510
2511
|
}
|
|
2511
2512
|
function a(m) {
|
|
@@ -2519,7 +2520,7 @@ function h3() {
|
|
|
2519
2520
|
var l = /\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g, u = /&([a-z#][a-z0-9]{1,31});/gi, f = new RegExp(l.source + "|" + u.source, "gi"), h = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i, p = ar;
|
|
2520
2521
|
function b(m, O) {
|
|
2521
2522
|
var N = 0;
|
|
2522
|
-
return o(p, O) ? p[O] : O.charCodeAt(0) === 35 && h.test(O) && (N = O[1].toLowerCase() === "x" ? parseInt(O.slice(2), 16) : parseInt(O.slice(1), 10),
|
|
2523
|
+
return o(p, O) ? p[O] : O.charCodeAt(0) === 35 && h.test(O) && (N = O[1].toLowerCase() === "x" ? parseInt(O.slice(2), 16) : parseInt(O.slice(1), 10), c(N)) ? a(N) : m;
|
|
2523
2524
|
}
|
|
2524
2525
|
function k(m) {
|
|
2525
2526
|
return m.indexOf("\\") < 0 ? m : m.replace(l, "$1");
|
|
@@ -2553,7 +2554,7 @@ function h3() {
|
|
|
2553
2554
|
}
|
|
2554
2555
|
return !1;
|
|
2555
2556
|
}
|
|
2556
|
-
function
|
|
2557
|
+
function H(m) {
|
|
2557
2558
|
if (m >= 8192 && m <= 8202)
|
|
2558
2559
|
return !0;
|
|
2559
2560
|
switch (m) {
|
|
@@ -2618,25 +2619,25 @@ function h3() {
|
|
|
2618
2619
|
function oe(m) {
|
|
2619
2620
|
return m = m.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (m = m.replace(/ẞ/g, "ß")), m.toLowerCase().toUpperCase();
|
|
2620
2621
|
}
|
|
2621
|
-
n.lib = {}, n.lib.mdurl =
|
|
2622
|
-
})(
|
|
2622
|
+
n.lib = {}, n.lib.mdurl = Te, n.lib.ucmicro = h3(), n.assign = s, n.isString = t, n.has = o, n.unescapeMd = k, n.unescapeAll = A, n.isValidEntityCode = c, n.fromCodePoint = a, n.escapeHtml = q, n.arrayReplaceAt = i, n.isSpace = $, n.isWhiteSpace = H, n.isMdAsciiPunct = fe, n.isPunctChar = P, n.escapeRE = M, n.normalizeReference = oe;
|
|
2623
|
+
})(F);
|
|
2623
2624
|
var cn = {}, d3 = function(e, t, r) {
|
|
2624
|
-
var o, s,
|
|
2625
|
+
var o, s, i, c, a = -1, l = e.posMax, u = e.pos;
|
|
2625
2626
|
for (e.pos = t + 1, o = 1; e.pos < l; ) {
|
|
2626
|
-
if (
|
|
2627
|
+
if (i = e.src.charCodeAt(e.pos), i === 93 && (o--, o === 0)) {
|
|
2627
2628
|
s = !0;
|
|
2628
2629
|
break;
|
|
2629
2630
|
}
|
|
2630
|
-
if (
|
|
2631
|
-
if (
|
|
2631
|
+
if (c = e.pos, e.md.inline.skipToken(e), i === 91) {
|
|
2632
|
+
if (c === e.pos - 1)
|
|
2632
2633
|
o++;
|
|
2633
2634
|
else if (r)
|
|
2634
2635
|
return e.pos = u, -1;
|
|
2635
2636
|
}
|
|
2636
2637
|
}
|
|
2637
2638
|
return s && (a = e.pos), e.pos = u, a;
|
|
2638
|
-
}, kt =
|
|
2639
|
-
var o, s,
|
|
2639
|
+
}, kt = F.unescapeAll, g3 = function(e, t, r) {
|
|
2640
|
+
var o, s, i = 0, c = t, a = {
|
|
2640
2641
|
ok: !1,
|
|
2641
2642
|
pos: 0,
|
|
2642
2643
|
lines: 0,
|
|
@@ -2647,7 +2648,7 @@ var cn = {}, d3 = function(e, t, r) {
|
|
|
2647
2648
|
if (o = e.charCodeAt(t), o === 10 || o === 60)
|
|
2648
2649
|
return a;
|
|
2649
2650
|
if (o === 62)
|
|
2650
|
-
return a.pos = t + 1, a.str = kt(e.slice(
|
|
2651
|
+
return a.pos = t + 1, a.str = kt(e.slice(c + 1, t)), a.ok = !0, a;
|
|
2651
2652
|
if (o === 92 && t + 1 < r) {
|
|
2652
2653
|
t += 2;
|
|
2653
2654
|
continue;
|
|
@@ -2672,9 +2673,9 @@ var cn = {}, d3 = function(e, t, r) {
|
|
|
2672
2673
|
}
|
|
2673
2674
|
t++;
|
|
2674
2675
|
}
|
|
2675
|
-
return
|
|
2676
|
-
}, m3 =
|
|
2677
|
-
var o, s,
|
|
2676
|
+
return c === t || s !== 0 || (a.str = kt(e.slice(c, t)), a.lines = i, a.pos = t, a.ok = !0), a;
|
|
2677
|
+
}, m3 = F.unescapeAll, _3 = function(e, t, r) {
|
|
2678
|
+
var o, s, i = 0, c = t, a = {
|
|
2678
2679
|
ok: !1,
|
|
2679
2680
|
pos: 0,
|
|
2680
2681
|
lines: 0,
|
|
@@ -2684,17 +2685,17 @@ var cn = {}, d3 = function(e, t, r) {
|
|
|
2684
2685
|
return a;
|
|
2685
2686
|
for (t++, s === 40 && (s = 41); t < r; ) {
|
|
2686
2687
|
if (o = e.charCodeAt(t), o === s)
|
|
2687
|
-
return a.pos = t + 1, a.lines =
|
|
2688
|
+
return a.pos = t + 1, a.lines = i, a.str = m3(e.slice(c + 1, t)), a.ok = !0, a;
|
|
2688
2689
|
if (o === 40 && s === 41)
|
|
2689
2690
|
return a;
|
|
2690
|
-
o === 10 ?
|
|
2691
|
+
o === 10 ? i++ : o === 92 && t + 1 < r && (t++, e.charCodeAt(t) === 10 && i++), t++;
|
|
2691
2692
|
}
|
|
2692
2693
|
return a;
|
|
2693
2694
|
};
|
|
2694
2695
|
cn.parseLinkLabel = d3;
|
|
2695
2696
|
cn.parseLinkDestination = g3;
|
|
2696
2697
|
cn.parseLinkTitle = _3;
|
|
2697
|
-
var b3 =
|
|
2698
|
+
var b3 = F.assign, v3 = F.unescapeAll, ye = F.escapeHtml, le = {};
|
|
2698
2699
|
le.code_inline = function(n, e, t, r, o) {
|
|
2699
2700
|
var s = n[e];
|
|
2700
2701
|
return "<code" + o.renderAttrs(s) + ">" + ye(n[e].content) + "</code>";
|
|
@@ -2705,9 +2706,9 @@ le.code_block = function(n, e, t, r, o) {
|
|
|
2705
2706
|
`;
|
|
2706
2707
|
};
|
|
2707
2708
|
le.fence = function(n, e, t, r, o) {
|
|
2708
|
-
var s = n[e],
|
|
2709
|
-
return
|
|
2710
|
-
` :
|
|
2709
|
+
var s = n[e], i = s.info ? v3(s.info).trim() : "", c = "", a = "", l, u, f, h, p;
|
|
2710
|
+
return i && (f = i.split(/(\s+)/g), c = f[0], a = f.slice(2).join("")), t.highlight ? l = t.highlight(s.content, c, a) || ye(s.content) : l = ye(s.content), l.indexOf("<pre") === 0 ? l + `
|
|
2711
|
+
` : i ? (u = s.attrIndex("class"), h = s.attrs ? s.attrs.slice() : [], u < 0 ? h.push(["class", t.langPrefix + c]) : (h[u] = h[u].slice(), h[u][1] += " " + t.langPrefix + c), p = {
|
|
2711
2712
|
attrs: h
|
|
2712
2713
|
}, "<pre><code" + o.renderAttrs(p) + ">" + l + `</code></pre>
|
|
2713
2714
|
`) : "<pre><code" + o.renderAttrs(s) + ">" + l + `</code></pre>
|
|
@@ -2737,10 +2738,10 @@ le.html_block = function(n, e) {
|
|
|
2737
2738
|
le.html_inline = function(n, e) {
|
|
2738
2739
|
return n[e].content;
|
|
2739
2740
|
};
|
|
2740
|
-
function
|
|
2741
|
+
function Re() {
|
|
2741
2742
|
this.rules = b3({}, le);
|
|
2742
2743
|
}
|
|
2743
|
-
|
|
2744
|
+
Re.prototype.renderAttrs = function(e) {
|
|
2744
2745
|
var t, r, o;
|
|
2745
2746
|
if (!e.attrs)
|
|
2746
2747
|
return "";
|
|
@@ -2748,30 +2749,30 @@ Te.prototype.renderAttrs = function(e) {
|
|
|
2748
2749
|
o += " " + ye(e.attrs[t][0]) + '="' + ye(e.attrs[t][1]) + '"';
|
|
2749
2750
|
return o;
|
|
2750
2751
|
};
|
|
2751
|
-
|
|
2752
|
-
var o, s = "",
|
|
2753
|
-
return
|
|
2754
|
-
`), s += (
|
|
2752
|
+
Re.prototype.renderToken = function(e, t, r) {
|
|
2753
|
+
var o, s = "", i = !1, c = e[t];
|
|
2754
|
+
return c.hidden ? "" : (c.block && c.nesting !== -1 && t && e[t - 1].hidden && (s += `
|
|
2755
|
+
`), s += (c.nesting === -1 ? "</" : "<") + c.tag, s += this.renderAttrs(c), c.nesting === 0 && r.xhtmlOut && (s += " /"), c.block && (i = !0, c.nesting === 1 && t + 1 < e.length && (o = e[t + 1], (o.type === "inline" || o.hidden || o.nesting === -1 && o.tag === c.tag) && (i = !1))), s += i ? `>
|
|
2755
2756
|
` : ">", s);
|
|
2756
2757
|
};
|
|
2757
|
-
|
|
2758
|
-
for (var r, o = "", s = this.rules,
|
|
2759
|
-
r = n[
|
|
2758
|
+
Re.prototype.renderInline = function(n, e, t) {
|
|
2759
|
+
for (var r, o = "", s = this.rules, i = 0, c = n.length; i < c; i++)
|
|
2760
|
+
r = n[i].type, typeof s[r] < "u" ? o += s[r](n, i, e, t, this) : o += this.renderToken(n, i, e);
|
|
2760
2761
|
return o;
|
|
2761
2762
|
};
|
|
2762
|
-
|
|
2763
|
+
Re.prototype.renderInlineAsText = function(n, e, t) {
|
|
2763
2764
|
for (var r = "", o = 0, s = n.length; o < s; o++)
|
|
2764
2765
|
n[o].type === "text" ? r += n[o].content : n[o].type === "image" ? r += this.renderInlineAsText(n[o].children, e, t) : n[o].type === "softbreak" && (r += `
|
|
2765
2766
|
`);
|
|
2766
2767
|
return r;
|
|
2767
2768
|
};
|
|
2768
|
-
|
|
2769
|
-
var r, o, s,
|
|
2769
|
+
Re.prototype.render = function(n, e, t) {
|
|
2770
|
+
var r, o, s, i = "", c = this.rules;
|
|
2770
2771
|
for (r = 0, o = n.length; r < o; r++)
|
|
2771
|
-
s = n[r].type, s === "inline" ?
|
|
2772
|
-
return
|
|
2772
|
+
s = n[r].type, s === "inline" ? i += this.renderInline(n[r].children, e, t) : typeof c[s] < "u" ? i += c[n[r].type](n, r, e, t, this) : i += this.renderToken(n, r, e, t);
|
|
2773
|
+
return i;
|
|
2773
2774
|
};
|
|
2774
|
-
var k3 =
|
|
2775
|
+
var k3 = Re;
|
|
2775
2776
|
function re() {
|
|
2776
2777
|
this.__rules__ = [], this.__cache__ = null;
|
|
2777
2778
|
}
|
|
@@ -2875,7 +2876,7 @@ var zn = re, x3 = /\r\n?|\n/g, y3 = /\0/g, w3 = function(e) {
|
|
|
2875
2876
|
var t = e.tokens, r, o, s;
|
|
2876
2877
|
for (o = 0, s = t.length; o < s; o++)
|
|
2877
2878
|
r = t[o], r.type === "inline" && e.md.inline.parse(r.content, e.md, e.env, r.children);
|
|
2878
|
-
}, C3 =
|
|
2879
|
+
}, C3 = F.arrayReplaceAt;
|
|
2879
2880
|
function S3(n) {
|
|
2880
2881
|
return /^<a[>\s]/i.test(n);
|
|
2881
2882
|
}
|
|
@@ -2883,20 +2884,20 @@ function D3(n) {
|
|
|
2883
2884
|
return /^<\/a\s*>/i.test(n);
|
|
2884
2885
|
}
|
|
2885
2886
|
var q3 = function(e) {
|
|
2886
|
-
var t, r, o, s,
|
|
2887
|
+
var t, r, o, s, i, c, a, l, u, f, h, p, b, k, A, y, g = e.tokens, w;
|
|
2887
2888
|
if (e.md.options.linkify) {
|
|
2888
2889
|
for (r = 0, o = g.length; r < o; r++)
|
|
2889
2890
|
if (!(g[r].type !== "inline" || !e.md.linkify.pretest(g[r].content)))
|
|
2890
2891
|
for (s = g[r].children, b = 0, t = s.length - 1; t >= 0; t--) {
|
|
2891
|
-
if (
|
|
2892
|
-
for (t--; s[t].level !==
|
|
2892
|
+
if (c = s[t], c.type === "link_close") {
|
|
2893
|
+
for (t--; s[t].level !== c.level && s[t].type !== "link_open"; )
|
|
2893
2894
|
t--;
|
|
2894
2895
|
continue;
|
|
2895
2896
|
}
|
|
2896
|
-
if (
|
|
2897
|
-
for (u =
|
|
2898
|
-
k = w[l].url, A = e.md.normalizeLink(k), e.md.validateLink(A) && (y = w[l].text, w[l].schema ? w[l].schema === "mailto:" && !/^mailto:/i.test(y) ? y = e.md.normalizeLinkText("mailto:" + y).replace(/^mailto:/, "") : y = e.md.normalizeLinkText(y) : y = e.md.normalizeLinkText("http://" + y).replace(/^http:\/\//, ""), f = w[l].index, f > h && (
|
|
2899
|
-
h < u.length && (
|
|
2897
|
+
if (c.type === "html_inline" && (S3(c.content) && b > 0 && b--, D3(c.content) && b++), !(b > 0) && c.type === "text" && e.md.linkify.test(c.content)) {
|
|
2898
|
+
for (u = c.content, w = e.md.linkify.match(u), a = [], p = c.level, h = 0, l = 0; l < w.length; l++)
|
|
2899
|
+
k = w[l].url, A = e.md.normalizeLink(k), e.md.validateLink(A) && (y = w[l].text, w[l].schema ? w[l].schema === "mailto:" && !/^mailto:/i.test(y) ? y = e.md.normalizeLinkText("mailto:" + y).replace(/^mailto:/, "") : y = e.md.normalizeLinkText(y) : y = e.md.normalizeLinkText("http://" + y).replace(/^http:\/\//, ""), f = w[l].index, f > h && (i = new e.Token("text", "", 0), i.content = u.slice(h, f), i.level = p, a.push(i)), i = new e.Token("link_open", "a", 1), i.attrs = [["href", A]], i.level = p++, i.markup = "linkify", i.info = "auto", a.push(i), i = new e.Token("text", "", 0), i.content = y, i.level = p, a.push(i), i = new e.Token("link_close", "a", -1), i.level = --p, i.markup = "linkify", i.info = "auto", a.push(i), h = w[l].lastIndex);
|
|
2900
|
+
h < u.length && (i = new e.Token("text", "", 0), i.content = u.slice(h), i.level = p, a.push(i)), g[r].children = s = C3(s, t, a);
|
|
2900
2901
|
}
|
|
2901
2902
|
}
|
|
2902
2903
|
}
|
|
@@ -2914,30 +2915,30 @@ function L3(n) {
|
|
|
2914
2915
|
for (e = n.length - 1; e >= 0; e--)
|
|
2915
2916
|
t = n[e], t.type === "text" && !r && (t.content = t.content.replace(R3, M3)), t.type === "link_open" && t.info === "auto" && r--, t.type === "link_close" && t.info === "auto" && r++;
|
|
2916
2917
|
}
|
|
2917
|
-
function
|
|
2918
|
+
function I3(n) {
|
|
2918
2919
|
var e, t, r = 0;
|
|
2919
2920
|
for (e = n.length - 1; e >= 0; e--)
|
|
2920
2921
|
t = n[e], t.type === "text" && !r && pr.test(t.content) && (t.content = t.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/mg, "$1—").replace(/(^|\s)--(?=\s|$)/mg, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg, "$1–")), t.type === "link_open" && t.info === "auto" && r--, t.type === "link_close" && t.info === "auto" && r++;
|
|
2921
2922
|
}
|
|
2922
|
-
var
|
|
2923
|
+
var F3 = function(e) {
|
|
2923
2924
|
var t;
|
|
2924
2925
|
if (e.md.options.typographer)
|
|
2925
2926
|
for (t = e.tokens.length - 1; t >= 0; t--)
|
|
2926
|
-
e.tokens[t].type === "inline" && (T3.test(e.tokens[t].content) && L3(e.tokens[t].children), pr.test(e.tokens[t].content) &&
|
|
2927
|
-
}, xt =
|
|
2927
|
+
e.tokens[t].type === "inline" && (T3.test(e.tokens[t].content) && L3(e.tokens[t].children), pr.test(e.tokens[t].content) && I3(e.tokens[t].children));
|
|
2928
|
+
}, xt = F.isWhiteSpace, yt = F.isPunctChar, wt = F.isMdAsciiPunct, O3 = /['"]/, Et = /['"]/g, At = "’";
|
|
2928
2929
|
function Ze(n, e, t) {
|
|
2929
2930
|
return n.substr(0, e) + t + n.substr(e + 1);
|
|
2930
2931
|
}
|
|
2931
2932
|
function B3(n, e) {
|
|
2932
|
-
var t, r, o, s,
|
|
2933
|
+
var t, r, o, s, i, c, a, l, u, f, h, p, b, k, A, y, g, w, C, q, _;
|
|
2933
2934
|
for (C = [], t = 0; t < n.length; t++) {
|
|
2934
2935
|
for (r = n[t], a = n[t].level, g = C.length - 1; g >= 0 && !(C[g].level <= a); g--)
|
|
2935
2936
|
;
|
|
2936
2937
|
if (C.length = g + 1, r.type === "text") {
|
|
2937
|
-
o = r.content,
|
|
2938
|
+
o = r.content, i = 0, c = o.length;
|
|
2938
2939
|
e:
|
|
2939
|
-
for (;
|
|
2940
|
-
if (A = y = !0,
|
|
2940
|
+
for (; i < c && (Et.lastIndex = i, s = Et.exec(o), !!s); ) {
|
|
2941
|
+
if (A = y = !0, i = s.index + 1, w = s[0] === "'", u = 32, s.index - 1 >= 0)
|
|
2941
2942
|
u = o.charCodeAt(s.index - 1);
|
|
2942
2943
|
else
|
|
2943
2944
|
for (g = t - 1; g >= 0 && !(n[g].type === "softbreak" || n[g].type === "hardbreak"); g--)
|
|
@@ -2945,8 +2946,8 @@ function B3(n, e) {
|
|
|
2945
2946
|
u = n[g].content.charCodeAt(n[g].content.length - 1);
|
|
2946
2947
|
break;
|
|
2947
2948
|
}
|
|
2948
|
-
if (f = 32,
|
|
2949
|
-
f = o.charCodeAt(
|
|
2949
|
+
if (f = 32, i < c)
|
|
2950
|
+
f = o.charCodeAt(i);
|
|
2950
2951
|
else
|
|
2951
2952
|
for (g = t + 1; g < n.length && !(n[g].type === "softbreak" || n[g].type === "hardbreak"); g++)
|
|
2952
2953
|
if (n[g].content) {
|
|
@@ -2964,7 +2965,7 @@ function B3(n, e) {
|
|
|
2964
2965
|
n[l.token].content,
|
|
2965
2966
|
l.pos,
|
|
2966
2967
|
q
|
|
2967
|
-
),
|
|
2968
|
+
), i += _.length - 1, l.token === t && (i += q.length - 1), o = r.content, c = o.length, C.length = g;
|
|
2968
2969
|
continue e;
|
|
2969
2970
|
}
|
|
2970
2971
|
}
|
|
@@ -2984,10 +2985,10 @@ var P3 = function(e) {
|
|
|
2984
2985
|
for (t = e.tokens.length - 1; t >= 0; t--)
|
|
2985
2986
|
e.tokens[t].type !== "inline" || !O3.test(e.tokens[t].content) || B3(e.tokens[t].children, e);
|
|
2986
2987
|
};
|
|
2987
|
-
function
|
|
2988
|
+
function Ne(n, e, t) {
|
|
2988
2989
|
this.type = n, this.tag = e, this.attrs = null, this.map = null, this.nesting = t, this.level = 0, this.children = null, this.content = "", this.markup = "", this.info = "", this.meta = null, this.block = !1, this.hidden = !1;
|
|
2989
2990
|
}
|
|
2990
|
-
|
|
2991
|
+
Ne.prototype.attrIndex = function(e) {
|
|
2991
2992
|
var t, r, o;
|
|
2992
2993
|
if (!this.attrs)
|
|
2993
2994
|
return -1;
|
|
@@ -2996,22 +2997,22 @@ Re.prototype.attrIndex = function(e) {
|
|
|
2996
2997
|
return r;
|
|
2997
2998
|
return -1;
|
|
2998
2999
|
};
|
|
2999
|
-
|
|
3000
|
+
Ne.prototype.attrPush = function(e) {
|
|
3000
3001
|
this.attrs ? this.attrs.push(e) : this.attrs = [e];
|
|
3001
3002
|
};
|
|
3002
|
-
|
|
3003
|
+
Ne.prototype.attrSet = function(e, t) {
|
|
3003
3004
|
var r = this.attrIndex(e), o = [e, t];
|
|
3004
3005
|
r < 0 ? this.attrPush(o) : this.attrs[r] = o;
|
|
3005
3006
|
};
|
|
3006
|
-
|
|
3007
|
+
Ne.prototype.attrGet = function(e) {
|
|
3007
3008
|
var t = this.attrIndex(e), r = null;
|
|
3008
3009
|
return t >= 0 && (r = this.attrs[t][1]), r;
|
|
3009
3010
|
};
|
|
3010
|
-
|
|
3011
|
+
Ne.prototype.attrJoin = function(e, t) {
|
|
3011
3012
|
var r = this.attrIndex(e);
|
|
3012
3013
|
r < 0 ? this.attrPush([e, t]) : this.attrs[r][1] = this.attrs[r][1] + " " + t;
|
|
3013
3014
|
};
|
|
3014
|
-
var $n =
|
|
3015
|
+
var $n = Ne, z3 = $n;
|
|
3015
3016
|
function hr(n, e, t) {
|
|
3016
3017
|
this.src = n, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = e;
|
|
3017
3018
|
}
|
|
@@ -3021,7 +3022,7 @@ var $3 = hr, U3 = zn, yn = [
|
|
|
3021
3022
|
["block", E3],
|
|
3022
3023
|
["inline", A3],
|
|
3023
3024
|
["linkify", q3],
|
|
3024
|
-
["replacements",
|
|
3025
|
+
["replacements", F3],
|
|
3025
3026
|
["smartquotes", P3]
|
|
3026
3027
|
];
|
|
3027
3028
|
function Un() {
|
|
@@ -3035,27 +3036,27 @@ Un.prototype.process = function(n) {
|
|
|
3035
3036
|
r[e](n);
|
|
3036
3037
|
};
|
|
3037
3038
|
Un.prototype.State = $3;
|
|
3038
|
-
var
|
|
3039
|
+
var V3 = Un, wn = F.isSpace;
|
|
3039
3040
|
function En(n, e) {
|
|
3040
3041
|
var t = n.bMarks[e] + n.tShift[e], r = n.eMarks[e];
|
|
3041
3042
|
return n.src.substr(t, r - t);
|
|
3042
3043
|
}
|
|
3043
3044
|
function Ct(n) {
|
|
3044
|
-
var e = [], t = 0, r = n.length, o, s = !1,
|
|
3045
|
+
var e = [], t = 0, r = n.length, o, s = !1, i = 0, c = "";
|
|
3045
3046
|
for (o = n.charCodeAt(t); t < r; )
|
|
3046
|
-
o === 124 && (s ? (
|
|
3047
|
-
return e.push(
|
|
3047
|
+
o === 124 && (s ? (c += n.substring(i, t - 1), i = t) : (e.push(c + n.substring(i, t)), c = "", i = t + 1)), s = o === 92, t++, o = n.charCodeAt(t);
|
|
3048
|
+
return e.push(c + n.substring(i)), e;
|
|
3048
3049
|
}
|
|
3049
|
-
var
|
|
3050
|
-
var s,
|
|
3051
|
-
if (t + 2 > r || (u = t + 1, e.sCount[u] < e.blkIndent) || e.sCount[u] - e.blkIndent >= 4 || (
|
|
3050
|
+
var G3 = function(e, t, r, o) {
|
|
3051
|
+
var s, i, c, a, l, u, f, h, p, b, k, A, y, g, w, C, q, _;
|
|
3052
|
+
if (t + 2 > r || (u = t + 1, e.sCount[u] < e.blkIndent) || e.sCount[u] - e.blkIndent >= 4 || (c = e.bMarks[u] + e.tShift[u], c >= e.eMarks[u]) || (q = e.src.charCodeAt(c++), q !== 124 && q !== 45 && q !== 58) || c >= e.eMarks[u] || (_ = e.src.charCodeAt(c++), _ !== 124 && _ !== 45 && _ !== 58 && !wn(_)) || q === 45 && wn(_))
|
|
3052
3053
|
return !1;
|
|
3053
|
-
for (;
|
|
3054
|
-
if (s = e.src.charCodeAt(
|
|
3054
|
+
for (; c < e.eMarks[u]; ) {
|
|
3055
|
+
if (s = e.src.charCodeAt(c), s !== 124 && s !== 45 && s !== 58 && !wn(s))
|
|
3055
3056
|
return !1;
|
|
3056
|
-
|
|
3057
|
+
c++;
|
|
3057
3058
|
}
|
|
3058
|
-
for (
|
|
3059
|
+
for (i = En(e, t + 1), f = i.split("|"), b = [], a = 0; a < f.length; a++) {
|
|
3059
3060
|
if (k = f[a].trim(), !k) {
|
|
3060
3061
|
if (a === 0 || a === f.length - 1)
|
|
3061
3062
|
continue;
|
|
@@ -3065,7 +3066,7 @@ var V3 = function(e, t, r, o) {
|
|
|
3065
3066
|
return !1;
|
|
3066
3067
|
k.charCodeAt(k.length - 1) === 58 ? b.push(k.charCodeAt(0) === 58 ? "center" : "right") : k.charCodeAt(0) === 58 ? b.push("left") : b.push("");
|
|
3067
3068
|
}
|
|
3068
|
-
if (
|
|
3069
|
+
if (i = En(e, t).trim(), i.indexOf("|") === -1 || e.sCount[t] - e.blkIndent >= 4 || (f = Ct(i), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(), h = f.length, h === 0 || h !== b.length))
|
|
3069
3070
|
return !1;
|
|
3070
3071
|
if (o)
|
|
3071
3072
|
return !0;
|
|
@@ -3077,15 +3078,15 @@ var V3 = function(e, t, r, o) {
|
|
|
3077
3078
|
w = !0;
|
|
3078
3079
|
break;
|
|
3079
3080
|
}
|
|
3080
|
-
if (w || (
|
|
3081
|
+
if (w || (i = En(e, u).trim(), !i) || e.sCount[u] - e.blkIndent >= 4)
|
|
3081
3082
|
break;
|
|
3082
|
-
for (f = Ct(
|
|
3083
|
+
for (f = Ct(i), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(), u === t + 2 && (p = e.push("tbody_open", "tbody", 1), p.map = y = [t + 2, 0]), p = e.push("tr_open", "tr", 1), p.map = [u, u + 1], a = 0; a < h; a++)
|
|
3083
3084
|
p = e.push("td_open", "td", 1), b[a] && (p.attrs = [["style", "text-align:" + b[a]]]), p = e.push("inline", "", 0), p.content = f[a] ? f[a].trim() : "", p.children = [], p = e.push("td_close", "td", -1);
|
|
3084
3085
|
p = e.push("tr_close", "tr", -1);
|
|
3085
3086
|
}
|
|
3086
3087
|
return y && (p = e.push("tbody_close", "tbody", -1), y[1] = u), p = e.push("table_close", "table", -1), A[1] = u, e.parentType = g, e.line = u, !0;
|
|
3087
|
-
},
|
|
3088
|
-
var o, s,
|
|
3088
|
+
}, H3 = function(e, t, r) {
|
|
3089
|
+
var o, s, i;
|
|
3089
3090
|
if (e.sCount[t] - e.blkIndent < 4)
|
|
3090
3091
|
return !1;
|
|
3091
3092
|
for (s = o = t + 1; o < r; ) {
|
|
@@ -3099,34 +3100,34 @@ var V3 = function(e, t, r, o) {
|
|
|
3099
3100
|
}
|
|
3100
3101
|
break;
|
|
3101
3102
|
}
|
|
3102
|
-
return e.line = s,
|
|
3103
|
-
`,
|
|
3103
|
+
return e.line = s, i = e.push("code_block", "code", 0), i.content = e.getLines(t, s, 4 + e.blkIndent, !1) + `
|
|
3104
|
+
`, i.map = [t, e.line], !0;
|
|
3104
3105
|
}, j3 = function(e, t, r, o) {
|
|
3105
|
-
var s,
|
|
3106
|
-
if (e.sCount[t] - e.blkIndent >= 4 || p + 3 > b || (s = e.src.charCodeAt(p), s !== 126 && s !== 96) || (l = p, p = e.skipChars(p, s),
|
|
3106
|
+
var s, i, c, a, l, u, f, h = !1, p = e.bMarks[t] + e.tShift[t], b = e.eMarks[t];
|
|
3107
|
+
if (e.sCount[t] - e.blkIndent >= 4 || p + 3 > b || (s = e.src.charCodeAt(p), s !== 126 && s !== 96) || (l = p, p = e.skipChars(p, s), i = p - l, i < 3) || (f = e.src.slice(l, p), c = e.src.slice(p, b), s === 96 && c.indexOf(String.fromCharCode(s)) >= 0))
|
|
3107
3108
|
return !1;
|
|
3108
3109
|
if (o)
|
|
3109
3110
|
return !0;
|
|
3110
3111
|
for (a = t; a++, !(a >= r || (p = l = e.bMarks[a] + e.tShift[a], b = e.eMarks[a], p < b && e.sCount[a] < e.blkIndent)); )
|
|
3111
|
-
if (e.src.charCodeAt(p) === s && !(e.sCount[a] - e.blkIndent >= 4) && (p = e.skipChars(p, s), !(p - l <
|
|
3112
|
+
if (e.src.charCodeAt(p) === s && !(e.sCount[a] - e.blkIndent >= 4) && (p = e.skipChars(p, s), !(p - l < i) && (p = e.skipSpaces(p), !(p < b)))) {
|
|
3112
3113
|
h = !0;
|
|
3113
3114
|
break;
|
|
3114
3115
|
}
|
|
3115
|
-
return
|
|
3116
|
-
}, St =
|
|
3117
|
-
var s,
|
|
3116
|
+
return i = e.sCount[t], e.line = a + (h ? 1 : 0), u = e.push("fence", "code", 0), u.info = c, u.content = e.getLines(t + 1, a, i, !0), u.markup = f, u.map = [t, e.line], !0;
|
|
3117
|
+
}, St = F.isSpace, Z3 = function(e, t, r, o) {
|
|
3118
|
+
var s, i, c, a, l, u, f, h, p, b, k, A, y, g, w, C, q, _, M, $, H = e.lineMax, R = e.bMarks[t] + e.tShift[t], P = e.eMarks[t];
|
|
3118
3119
|
if (e.sCount[t] - e.blkIndent >= 4 || e.src.charCodeAt(R++) !== 62)
|
|
3119
3120
|
return !1;
|
|
3120
3121
|
if (o)
|
|
3121
3122
|
return !0;
|
|
3122
|
-
for (a = p = e.sCount[t] + 1, e.src.charCodeAt(R) === 32 ? (R++, a++, p++, s = !1, C = !0) : e.src.charCodeAt(R) === 9 ? (C = !0, (e.bsCount[t] + p) % 4 === 3 ? (R++, a++, p++, s = !1) : s = !0) : C = !1, b = [e.bMarks[t]], e.bMarks[t] = R; R < P && (
|
|
3123
|
-
|
|
3123
|
+
for (a = p = e.sCount[t] + 1, e.src.charCodeAt(R) === 32 ? (R++, a++, p++, s = !1, C = !0) : e.src.charCodeAt(R) === 9 ? (C = !0, (e.bsCount[t] + p) % 4 === 3 ? (R++, a++, p++, s = !1) : s = !0) : C = !1, b = [e.bMarks[t]], e.bMarks[t] = R; R < P && (i = e.src.charCodeAt(R), St(i)); ) {
|
|
3124
|
+
i === 9 ? p += 4 - (p + e.bsCount[t] + (s ? 1 : 0)) % 4 : p++;
|
|
3124
3125
|
R++;
|
|
3125
3126
|
}
|
|
3126
3127
|
for (k = [e.bsCount[t]], e.bsCount[t] = e.sCount[t] + 1 + (C ? 1 : 0), u = R >= P, g = [e.sCount[t]], e.sCount[t] = p - a, w = [e.tShift[t]], e.tShift[t] = R - e.bMarks[t], _ = e.md.block.ruler.getRules("blockquote"), y = e.parentType, e.parentType = "blockquote", h = t + 1; h < r && ($ = e.sCount[h] < e.blkIndent, R = e.bMarks[h] + e.tShift[h], P = e.eMarks[h], !(R >= P)); h++) {
|
|
3127
3128
|
if (e.src.charCodeAt(R++) === 62 && !$) {
|
|
3128
|
-
for (a = p = e.sCount[h] + 1, e.src.charCodeAt(R) === 32 ? (R++, a++, p++, s = !1, C = !0) : e.src.charCodeAt(R) === 9 ? (C = !0, (e.bsCount[h] + p) % 4 === 3 ? (R++, a++, p++, s = !1) : s = !0) : C = !1, b.push(e.bMarks[h]), e.bMarks[h] = R; R < P && (
|
|
3129
|
-
|
|
3129
|
+
for (a = p = e.sCount[h] + 1, e.src.charCodeAt(R) === 32 ? (R++, a++, p++, s = !1, C = !0) : e.src.charCodeAt(R) === 9 ? (C = !0, (e.bsCount[h] + p) % 4 === 3 ? (R++, a++, p++, s = !1) : s = !0) : C = !1, b.push(e.bMarks[h]), e.bMarks[h] = R; R < P && (i = e.src.charCodeAt(R), St(i)); ) {
|
|
3130
|
+
i === 9 ? p += 4 - (p + e.bsCount[h] + (s ? 1 : 0)) % 4 : p++;
|
|
3130
3131
|
R++;
|
|
3131
3132
|
}
|
|
3132
3133
|
u = R >= P, k.push(e.bsCount[h]), e.bsCount[h] = e.sCount[h] + 1 + (C ? 1 : 0), g.push(e.sCount[h]), e.sCount[h] = p - a, w.push(e.tShift[h]), e.tShift[h] = R - e.bMarks[h];
|
|
@@ -3134,8 +3135,8 @@ var V3 = function(e, t, r, o) {
|
|
|
3134
3135
|
}
|
|
3135
3136
|
if (u)
|
|
3136
3137
|
break;
|
|
3137
|
-
for (q = !1,
|
|
3138
|
-
if (_[
|
|
3138
|
+
for (q = !1, c = 0, l = _.length; c < l; c++)
|
|
3139
|
+
if (_[c](e, h, r, !0)) {
|
|
3139
3140
|
q = !0;
|
|
3140
3141
|
break;
|
|
3141
3142
|
}
|
|
@@ -3145,20 +3146,20 @@ var V3 = function(e, t, r, o) {
|
|
|
3145
3146
|
}
|
|
3146
3147
|
b.push(e.bMarks[h]), k.push(e.bsCount[h]), w.push(e.tShift[h]), g.push(e.sCount[h]), e.sCount[h] = -1;
|
|
3147
3148
|
}
|
|
3148
|
-
for (A = e.blkIndent, e.blkIndent = 0, M = e.push("blockquote_open", "blockquote", 1), M.markup = ">", M.map = f = [t, 0], e.md.block.tokenize(e, t, h), M = e.push("blockquote_close", "blockquote", -1), M.markup = ">", e.lineMax =
|
|
3149
|
-
e.bMarks[
|
|
3149
|
+
for (A = e.blkIndent, e.blkIndent = 0, M = e.push("blockquote_open", "blockquote", 1), M.markup = ">", M.map = f = [t, 0], e.md.block.tokenize(e, t, h), M = e.push("blockquote_close", "blockquote", -1), M.markup = ">", e.lineMax = H, e.parentType = y, f[1] = e.line, c = 0; c < w.length; c++)
|
|
3150
|
+
e.bMarks[c + t] = b[c], e.tShift[c + t] = w[c], e.sCount[c + t] = g[c], e.bsCount[c + t] = k[c];
|
|
3150
3151
|
return e.blkIndent = A, !0;
|
|
3151
|
-
}, W3 =
|
|
3152
|
-
var s,
|
|
3152
|
+
}, W3 = F.isSpace, K3 = function(e, t, r, o) {
|
|
3153
|
+
var s, i, c, a, l = e.bMarks[t] + e.tShift[t], u = e.eMarks[t];
|
|
3153
3154
|
if (e.sCount[t] - e.blkIndent >= 4 || (s = e.src.charCodeAt(l++), s !== 42 && s !== 45 && s !== 95))
|
|
3154
3155
|
return !1;
|
|
3155
|
-
for (
|
|
3156
|
-
if (
|
|
3156
|
+
for (i = 1; l < u; ) {
|
|
3157
|
+
if (c = e.src.charCodeAt(l++), c !== s && !W3(c))
|
|
3157
3158
|
return !1;
|
|
3158
|
-
|
|
3159
|
+
c === s && i++;
|
|
3159
3160
|
}
|
|
3160
|
-
return
|
|
3161
|
-
}, dr =
|
|
3161
|
+
return i < 3 ? !1 : (o || (e.line = t + 1, a = e.push("hr", "hr", 0), a.map = [t, e.line], a.markup = Array(i + 1).join(String.fromCharCode(s))), !0);
|
|
3162
|
+
}, dr = F.isSpace;
|
|
3162
3163
|
function Dt(n, e) {
|
|
3163
3164
|
var t, r, o, s;
|
|
3164
3165
|
return r = n.bMarks[e] + n.tShift[e], o = n.eMarks[e], t = n.src.charCodeAt(r++), t !== 42 && t !== 45 && t !== 43 || r < o && (s = n.src.charCodeAt(r), !dr(s)) ? -1 : r;
|
|
@@ -3187,7 +3188,7 @@ function J3(n, e) {
|
|
|
3187
3188
|
n.tokens[t].level === o && n.tokens[t].type === "paragraph_open" && (n.tokens[t + 2].hidden = !0, n.tokens[t].hidden = !0, t += 2);
|
|
3188
3189
|
}
|
|
3189
3190
|
var Y3 = function(e, t, r, o) {
|
|
3190
|
-
var s,
|
|
3191
|
+
var s, i, c, a, l, u, f, h, p, b, k, A, y, g, w, C, q, _, M, $, H, R, P, fe, oe, m, O, N, d = !1, x = !0;
|
|
3191
3192
|
if (e.sCount[t] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[t] - e.listIndent >= 4 && e.sCount[t] < e.blkIndent)
|
|
3192
3193
|
return !1;
|
|
3193
3194
|
if (o && e.parentType === "paragraph" && e.sCount[t] >= e.blkIndent && (d = !0), (P = qt(e, t)) >= 0) {
|
|
@@ -3211,10 +3212,10 @@ var Y3 = function(e, t, r, o) {
|
|
|
3211
3212
|
break;
|
|
3212
3213
|
R++;
|
|
3213
3214
|
}
|
|
3214
|
-
if (
|
|
3215
|
+
if (i = R, i >= g ? l = 1 : l = C - u, l > 4 && (l = 1), a = u + l, N = e.push("list_item_open", "li", 1), N.markup = String.fromCharCode(A), N.map = h = [t, 0], f && (N.info = e.src.slice(oe, P - 1)), H = e.tight, $ = e.tShift[t], M = e.sCount[t], q = e.listIndent, e.listIndent = e.blkIndent, e.blkIndent = a, e.tight = !0, e.tShift[t] = i - e.bMarks[t], e.sCount[t] = C, i >= g && e.isEmpty(t + 1) ? e.line = Math.min(e.line + 2, r) : e.md.block.tokenize(e, t, r, !0), (!e.tight || fe) && (x = !1), fe = e.line - t > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = q, e.tShift[t] = $, e.sCount[t] = M, e.tight = H, N = e.push("list_item_close", "li", -1), N.markup = String.fromCharCode(A), w = t = e.line, h[1] = w, i = e.bMarks[t], w >= r || e.sCount[w] < e.blkIndent || e.sCount[t] - e.blkIndent >= 4)
|
|
3215
3216
|
break;
|
|
3216
|
-
for (m = !1,
|
|
3217
|
-
if (O[
|
|
3217
|
+
for (m = !1, c = 0, p = O.length; c < p; c++)
|
|
3218
|
+
if (O[c](e, w, r, !0)) {
|
|
3218
3219
|
m = !0;
|
|
3219
3220
|
break;
|
|
3220
3221
|
}
|
|
@@ -3230,8 +3231,8 @@ var Y3 = function(e, t, r, o) {
|
|
|
3230
3231
|
break;
|
|
3231
3232
|
}
|
|
3232
3233
|
return f ? N = e.push("ordered_list_close", "ol", -1) : N = e.push("bullet_list_close", "ul", -1), N.markup = String.fromCharCode(A), b[1] = w, e.line = w, e.parentType = _, x && J3(e, k), !0;
|
|
3233
|
-
}, X3 =
|
|
3234
|
-
var s,
|
|
3234
|
+
}, X3 = F.normalizeReference, We = F.isSpace, Q3 = function(e, t, r, o) {
|
|
3235
|
+
var s, i, c, a, l, u, f, h, p, b, k, A, y, g, w, C, q = 0, _ = e.bMarks[t] + e.tShift[t], M = e.eMarks[t], $ = t + 1;
|
|
3235
3236
|
if (e.sCount[t] - e.blkIndent >= 4 || e.src.charCodeAt(_) !== 91)
|
|
3236
3237
|
return !1;
|
|
3237
3238
|
for (; ++_ < M; )
|
|
@@ -3268,15 +3269,15 @@ var Y3 = function(e, t, r, o) {
|
|
|
3268
3269
|
break;
|
|
3269
3270
|
if (k = e.md.helpers.parseLinkDestination(y, _, M), !k.ok || (l = e.md.normalizeLink(k.str), !e.md.validateLink(l)))
|
|
3270
3271
|
return !1;
|
|
3271
|
-
for (_ = k.pos, q += k.lines,
|
|
3272
|
+
for (_ = k.pos, q += k.lines, i = _, c = q, A = _; _ < M; _++)
|
|
3272
3273
|
if (s = y.charCodeAt(_), s === 10)
|
|
3273
3274
|
q++;
|
|
3274
3275
|
else if (!We(s))
|
|
3275
3276
|
break;
|
|
3276
|
-
for (k = e.md.helpers.parseLinkTitle(y, _, M), _ < M && A !== _ && k.ok ? (C = k.str, _ = k.pos, q += k.lines) : (C = "", _ =
|
|
3277
|
+
for (k = e.md.helpers.parseLinkTitle(y, _, M), _ < M && A !== _ && k.ok ? (C = k.str, _ = k.pos, q += k.lines) : (C = "", _ = i, q = c); _ < M && (s = y.charCodeAt(_), !!We(s)); )
|
|
3277
3278
|
_++;
|
|
3278
3279
|
if (_ < M && y.charCodeAt(_) !== 10 && C)
|
|
3279
|
-
for (C = "", _ =
|
|
3280
|
+
for (C = "", _ = i, q = c; _ < M && (s = y.charCodeAt(_), !!We(s)); )
|
|
3280
3281
|
_++;
|
|
3281
3282
|
return _ < M && y.charCodeAt(_) !== 10 || (h = X3(y.slice(1, p)), !h) ? !1 : (o || (typeof e.env.references > "u" && (e.env.references = {}), typeof e.env.references[h] > "u" && (e.env.references[h] = { title: C, href: l }), e.parentType = b, e.line = t + q + 1), !0);
|
|
3282
3283
|
}, e$ = [
|
|
@@ -3354,7 +3355,7 @@ var h$ = e$, d$ = an.HTML_OPEN_CLOSE_TAG_RE, Ee = [
|
|
|
3354
3355
|
[new RegExp("^</?(" + h$.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
3355
3356
|
[new RegExp(d$.source + "\\s*$"), /^$/, !1]
|
|
3356
3357
|
], g$ = function(e, t, r, o) {
|
|
3357
|
-
var s,
|
|
3358
|
+
var s, i, c, a, l = e.bMarks[t] + e.tShift[t], u = e.eMarks[t];
|
|
3358
3359
|
if (e.sCount[t] - e.blkIndent >= 4 || !e.md.options.html || e.src.charCodeAt(l) !== 60)
|
|
3359
3360
|
return !1;
|
|
3360
3361
|
for (a = e.src.slice(l, u), s = 0; s < Ee.length && !Ee[s][0].test(a); s++)
|
|
@@ -3363,23 +3364,23 @@ var h$ = e$, d$ = an.HTML_OPEN_CLOSE_TAG_RE, Ee = [
|
|
|
3363
3364
|
return !1;
|
|
3364
3365
|
if (o)
|
|
3365
3366
|
return Ee[s][2];
|
|
3366
|
-
if (
|
|
3367
|
-
for (;
|
|
3368
|
-
if (l = e.bMarks[
|
|
3369
|
-
a.length !== 0 &&
|
|
3367
|
+
if (i = t + 1, !Ee[s][1].test(a)) {
|
|
3368
|
+
for (; i < r && !(e.sCount[i] < e.blkIndent); i++)
|
|
3369
|
+
if (l = e.bMarks[i] + e.tShift[i], u = e.eMarks[i], a = e.src.slice(l, u), Ee[s][1].test(a)) {
|
|
3370
|
+
a.length !== 0 && i++;
|
|
3370
3371
|
break;
|
|
3371
3372
|
}
|
|
3372
3373
|
}
|
|
3373
|
-
return e.line =
|
|
3374
|
-
}, Tt =
|
|
3375
|
-
var s,
|
|
3374
|
+
return e.line = i, c = e.push("html_block", "", 0), c.map = [t, i], c.content = e.getLines(t, i, e.blkIndent, !0), !0;
|
|
3375
|
+
}, Tt = F.isSpace, m$ = function(e, t, r, o) {
|
|
3376
|
+
var s, i, c, a, l = e.bMarks[t] + e.tShift[t], u = e.eMarks[t];
|
|
3376
3377
|
if (e.sCount[t] - e.blkIndent >= 4 || (s = e.src.charCodeAt(l), s !== 35 || l >= u))
|
|
3377
3378
|
return !1;
|
|
3378
|
-
for (
|
|
3379
|
-
|
|
3380
|
-
return
|
|
3379
|
+
for (i = 1, s = e.src.charCodeAt(++l); s === 35 && l < u && i <= 6; )
|
|
3380
|
+
i++, s = e.src.charCodeAt(++l);
|
|
3381
|
+
return i > 6 || l < u && !Tt(s) ? !1 : (o || (u = e.skipSpacesBack(u, l), c = e.skipCharsBack(u, 35, l), c > l && Tt(e.src.charCodeAt(c - 1)) && (u = c), e.line = t + 1, a = e.push("heading_open", "h" + String(i), 1), a.markup = "########".slice(0, i), a.map = [t, e.line], a = e.push("inline", "", 0), a.content = e.src.slice(l, u).trim(), a.map = [t, e.line], a.children = [], a = e.push("heading_close", "h" + String(i), -1), a.markup = "########".slice(0, i)), !0);
|
|
3381
3382
|
}, _$ = function(e, t, r) {
|
|
3382
|
-
var o, s,
|
|
3383
|
+
var o, s, i, c, a, l, u, f, h, p = t + 1, b, k = e.md.block.ruler.getRules("paragraph");
|
|
3383
3384
|
if (e.sCount[t] - e.blkIndent >= 4)
|
|
3384
3385
|
return !1;
|
|
3385
3386
|
for (b = e.parentType, e.parentType = "paragraph"; p < r && !e.isEmpty(p); p++)
|
|
@@ -3389,8 +3390,8 @@ var h$ = e$, d$ = an.HTML_OPEN_CLOSE_TAG_RE, Ee = [
|
|
|
3389
3390
|
break;
|
|
3390
3391
|
}
|
|
3391
3392
|
if (!(e.sCount[p] < 0)) {
|
|
3392
|
-
for (s = !1,
|
|
3393
|
-
if (k[
|
|
3393
|
+
for (s = !1, i = 0, c = k.length; i < c; i++)
|
|
3394
|
+
if (k[i](e, p, r, !0)) {
|
|
3394
3395
|
s = !0;
|
|
3395
3396
|
break;
|
|
3396
3397
|
}
|
|
@@ -3400,10 +3401,10 @@ var h$ = e$, d$ = an.HTML_OPEN_CLOSE_TAG_RE, Ee = [
|
|
|
3400
3401
|
}
|
|
3401
3402
|
return f ? (o = e.getLines(t, p, e.blkIndent, !1).trim(), e.line = p + 1, a = e.push("heading_open", "h" + String(f), 1), a.markup = String.fromCharCode(h), a.map = [t, e.line], a = e.push("inline", "", 0), a.content = o, a.map = [t, e.line - 1], a.children = [], a = e.push("heading_close", "h" + String(f), -1), a.markup = String.fromCharCode(h), e.parentType = b, !0) : !1;
|
|
3402
3403
|
}, b$ = function(e, t) {
|
|
3403
|
-
var r, o, s,
|
|
3404
|
+
var r, o, s, i, c, a, l = t + 1, u = e.md.block.ruler.getRules("paragraph"), f = e.lineMax;
|
|
3404
3405
|
for (a = e.parentType, e.parentType = "paragraph"; l < f && !e.isEmpty(l); l++)
|
|
3405
3406
|
if (!(e.sCount[l] - e.blkIndent > 3) && !(e.sCount[l] < 0)) {
|
|
3406
|
-
for (o = !1, s = 0,
|
|
3407
|
+
for (o = !1, s = 0, i = u.length; s < i; s++)
|
|
3407
3408
|
if (u[s](e, l, f, !0)) {
|
|
3408
3409
|
o = !0;
|
|
3409
3410
|
break;
|
|
@@ -3411,18 +3412,18 @@ var h$ = e$, d$ = an.HTML_OPEN_CLOSE_TAG_RE, Ee = [
|
|
|
3411
3412
|
if (o)
|
|
3412
3413
|
break;
|
|
3413
3414
|
}
|
|
3414
|
-
return r = e.getLines(t, l, e.blkIndent, !1).trim(), e.line = l,
|
|
3415
|
-
}, _r = $n, ln =
|
|
3415
|
+
return r = e.getLines(t, l, e.blkIndent, !1).trim(), e.line = l, c = e.push("paragraph_open", "p", 1), c.map = [t, e.line], c = e.push("inline", "", 0), c.content = r, c.map = [t, e.line], c.children = [], c = e.push("paragraph_close", "p", -1), e.parentType = a, !0;
|
|
3416
|
+
}, _r = $n, ln = F.isSpace;
|
|
3416
3417
|
function ue(n, e, t, r) {
|
|
3417
|
-
var o, s,
|
|
3418
|
-
for (this.src = n, this.md = e, this.env = t, this.tokens = r, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0, this.result = "", s = this.src, f = !1,
|
|
3419
|
-
if (o = s.charCodeAt(
|
|
3418
|
+
var o, s, i, c, a, l, u, f;
|
|
3419
|
+
for (this.src = n, this.md = e, this.env = t, this.tokens = r, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0, this.result = "", s = this.src, f = !1, i = c = l = u = 0, a = s.length; c < a; c++) {
|
|
3420
|
+
if (o = s.charCodeAt(c), !f)
|
|
3420
3421
|
if (ln(o)) {
|
|
3421
3422
|
l++, o === 9 ? u += 4 - u % 4 : u++;
|
|
3422
3423
|
continue;
|
|
3423
3424
|
} else
|
|
3424
3425
|
f = !0;
|
|
3425
|
-
(o === 10 ||
|
|
3426
|
+
(o === 10 || c === a - 1) && (o !== 10 && c++, this.bMarks.push(i), this.eMarks.push(c), this.tShift.push(l), this.sCount.push(u), this.bsCount.push(0), f = !1, l = 0, u = 0, i = c + 1);
|
|
3426
3427
|
}
|
|
3427
3428
|
this.bMarks.push(s.length), this.eMarks.push(s.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
3428
3429
|
}
|
|
@@ -3465,20 +3466,20 @@ ue.prototype.skipCharsBack = function(e, t, r) {
|
|
|
3465
3466
|
return e;
|
|
3466
3467
|
};
|
|
3467
3468
|
ue.prototype.getLines = function(e, t, r, o) {
|
|
3468
|
-
var s,
|
|
3469
|
+
var s, i, c, a, l, u, f, h = e;
|
|
3469
3470
|
if (e >= t)
|
|
3470
3471
|
return "";
|
|
3471
3472
|
for (u = new Array(t - e), s = 0; h < t; h++, s++) {
|
|
3472
|
-
for (
|
|
3473
|
-
if (
|
|
3474
|
-
|
|
3473
|
+
for (i = 0, f = a = this.bMarks[h], h + 1 < t || o ? l = this.eMarks[h] + 1 : l = this.eMarks[h]; a < l && i < r; ) {
|
|
3474
|
+
if (c = this.src.charCodeAt(a), ln(c))
|
|
3475
|
+
c === 9 ? i += 4 - (i + this.bsCount[h]) % 4 : i++;
|
|
3475
3476
|
else if (a - f < this.tShift[h])
|
|
3476
|
-
|
|
3477
|
+
i++;
|
|
3477
3478
|
else
|
|
3478
3479
|
break;
|
|
3479
3480
|
a++;
|
|
3480
3481
|
}
|
|
3481
|
-
|
|
3482
|
+
i > r ? u[s] = new Array(i - r + 1).join(" ") + this.src.slice(a, l) : u[s] = this.src.slice(a, l);
|
|
3482
3483
|
}
|
|
3483
3484
|
return u.join("");
|
|
3484
3485
|
};
|
|
@@ -3486,8 +3487,8 @@ ue.prototype.Token = _r;
|
|
|
3486
3487
|
var v$ = ue, k$ = zn, Ke = [
|
|
3487
3488
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
3488
3489
|
// which can be terminated by this one.
|
|
3489
|
-
["table",
|
|
3490
|
-
["code",
|
|
3490
|
+
["table", G3, ["paragraph", "reference"]],
|
|
3491
|
+
["code", H3],
|
|
3491
3492
|
["fence", j3, ["paragraph", "reference", "blockquote", "list"]],
|
|
3492
3493
|
["blockquote", Z3, ["paragraph", "reference", "blockquote", "list"]],
|
|
3493
3494
|
["hr", K3, ["paragraph", "reference", "blockquote", "list"]],
|
|
@@ -3504,14 +3505,14 @@ function un() {
|
|
|
3504
3505
|
this.ruler.push(Ke[n][0], Ke[n][1], { alt: (Ke[n][2] || []).slice() });
|
|
3505
3506
|
}
|
|
3506
3507
|
un.prototype.tokenize = function(n, e, t) {
|
|
3507
|
-
for (var r, o, s = this.ruler.getRules(""),
|
|
3508
|
+
for (var r, o, s = this.ruler.getRules(""), i = s.length, c = e, a = !1, l = n.md.options.maxNesting; c < t && (n.line = c = n.skipEmptyLines(c), !(c >= t || n.sCount[c] < n.blkIndent)); ) {
|
|
3508
3509
|
if (n.level >= l) {
|
|
3509
3510
|
n.line = t;
|
|
3510
3511
|
break;
|
|
3511
3512
|
}
|
|
3512
|
-
for (o = 0; o <
|
|
3513
|
+
for (o = 0; o < i && (r = s[o](n, c, t, !1), !r); o++)
|
|
3513
3514
|
;
|
|
3514
|
-
n.tight = !a, n.isEmpty(n.line - 1) && (a = !0),
|
|
3515
|
+
n.tight = !a, n.isEmpty(n.line - 1) && (a = !0), c = n.line, c < t && n.isEmpty(c) && (a = !0, c++, n.line = c);
|
|
3515
3516
|
}
|
|
3516
3517
|
};
|
|
3517
3518
|
un.prototype.parse = function(n, e, t, r) {
|
|
@@ -3554,9 +3555,9 @@ var w$ = function(e, t) {
|
|
|
3554
3555
|
for (var r = e.pos; r < e.posMax && !y$(e.src.charCodeAt(r)); )
|
|
3555
3556
|
r++;
|
|
3556
3557
|
return r === e.pos ? !1 : (t || (e.pending += e.src.slice(e.pos, r)), e.pos = r, !0);
|
|
3557
|
-
}, E$ =
|
|
3558
|
-
var r, o, s,
|
|
3559
|
-
if (e.src.charCodeAt(
|
|
3558
|
+
}, E$ = F.isSpace, A$ = function(e, t) {
|
|
3559
|
+
var r, o, s, i = e.pos;
|
|
3560
|
+
if (e.src.charCodeAt(i) !== 10)
|
|
3560
3561
|
return !1;
|
|
3561
3562
|
if (r = e.pending.length - 1, o = e.posMax, !t)
|
|
3562
3563
|
if (r >= 0 && e.pending.charCodeAt(r) === 32)
|
|
@@ -3568,21 +3569,21 @@ var w$ = function(e, t) {
|
|
|
3568
3569
|
e.pending = e.pending.slice(0, -1), e.push("softbreak", "br", 0);
|
|
3569
3570
|
else
|
|
3570
3571
|
e.push("softbreak", "br", 0);
|
|
3571
|
-
for (
|
|
3572
|
-
|
|
3573
|
-
return e.pos =
|
|
3574
|
-
}, C$ =
|
|
3572
|
+
for (i++; i < o && E$(e.src.charCodeAt(i)); )
|
|
3573
|
+
i++;
|
|
3574
|
+
return e.pos = i, !0;
|
|
3575
|
+
}, C$ = F.isSpace, Vn = [];
|
|
3575
3576
|
for (var Rt = 0; Rt < 256; Rt++)
|
|
3576
|
-
|
|
3577
|
+
Vn.push(0);
|
|
3577
3578
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(n) {
|
|
3578
|
-
|
|
3579
|
+
Vn[n.charCodeAt(0)] = 1;
|
|
3579
3580
|
});
|
|
3580
3581
|
var S$ = function(e, t) {
|
|
3581
3582
|
var r, o = e.pos, s = e.posMax;
|
|
3582
3583
|
if (e.src.charCodeAt(o) !== 92)
|
|
3583
3584
|
return !1;
|
|
3584
3585
|
if (o++, o < s) {
|
|
3585
|
-
if (r = e.src.charCodeAt(o), r < 256 &&
|
|
3586
|
+
if (r = e.src.charCodeAt(o), r < 256 && Vn[r] !== 0)
|
|
3586
3587
|
return t || (e.pending += e.src[o]), e.pos += 2, !0;
|
|
3587
3588
|
if (r === 10) {
|
|
3588
3589
|
for (t || e.push("hardbreak", "br", 0), o++; o < s && (r = e.src.charCodeAt(o), !!C$(r)); )
|
|
@@ -3592,28 +3593,28 @@ var S$ = function(e, t) {
|
|
|
3592
3593
|
}
|
|
3593
3594
|
return t || (e.pending += "\\"), e.pos++, !0;
|
|
3594
3595
|
}, D$ = function(e, t) {
|
|
3595
|
-
var r, o, s,
|
|
3596
|
+
var r, o, s, i, c, a, l, u, f = e.pos, h = e.src.charCodeAt(f);
|
|
3596
3597
|
if (h !== 96)
|
|
3597
3598
|
return !1;
|
|
3598
3599
|
for (r = f, f++, o = e.posMax; f < o && e.src.charCodeAt(f) === 96; )
|
|
3599
3600
|
f++;
|
|
3600
3601
|
if (s = e.src.slice(r, f), l = s.length, e.backticksScanned && (e.backticks[l] || 0) <= r)
|
|
3601
3602
|
return t || (e.pending += s), e.pos += l, !0;
|
|
3602
|
-
for (
|
|
3603
|
-
for (a =
|
|
3603
|
+
for (c = a = f; (c = e.src.indexOf("`", a)) !== -1; ) {
|
|
3604
|
+
for (a = c + 1; a < o && e.src.charCodeAt(a) === 96; )
|
|
3604
3605
|
a++;
|
|
3605
|
-
if (u = a -
|
|
3606
|
-
return t || (
|
|
3607
|
-
e.backticks[u] =
|
|
3606
|
+
if (u = a - c, u === l)
|
|
3607
|
+
return t || (i = e.push("code_inline", "code", 0), i.markup = s, i.content = e.src.slice(f, c).replace(/\n/g, " ").replace(/^ (.+) $/, "$1")), e.pos = a, !0;
|
|
3608
|
+
e.backticks[u] = c;
|
|
3608
3609
|
}
|
|
3609
3610
|
return e.backticksScanned = !0, t || (e.pending += s), e.pos += l, !0;
|
|
3610
3611
|
}, fn = {};
|
|
3611
3612
|
fn.tokenize = function(e, t) {
|
|
3612
|
-
var r, o, s,
|
|
3613
|
-
if (t || l !== 126 || (o = e.scanDelims(e.pos, !0),
|
|
3613
|
+
var r, o, s, i, c, a = e.pos, l = e.src.charCodeAt(a);
|
|
3614
|
+
if (t || l !== 126 || (o = e.scanDelims(e.pos, !0), i = o.length, c = String.fromCharCode(l), i < 2))
|
|
3614
3615
|
return !1;
|
|
3615
|
-
for (
|
|
3616
|
-
s = e.push("text", "", 0), s.content =
|
|
3616
|
+
for (i % 2 && (s = e.push("text", "", 0), s.content = c, i--), r = 0; r < i; r += 2)
|
|
3617
|
+
s = e.push("text", "", 0), s.content = c + c, e.delimiters.push({
|
|
3617
3618
|
marker: l,
|
|
3618
3619
|
length: 0,
|
|
3619
3620
|
// disable "rule of 3" length checks meant for emphasis
|
|
@@ -3625,13 +3626,13 @@ fn.tokenize = function(e, t) {
|
|
|
3625
3626
|
return e.pos += o.length, !0;
|
|
3626
3627
|
};
|
|
3627
3628
|
function Nt(n, e) {
|
|
3628
|
-
var t, r, o, s,
|
|
3629
|
+
var t, r, o, s, i, c = [], a = e.length;
|
|
3629
3630
|
for (t = 0; t < a; t++)
|
|
3630
|
-
o = e[t], o.marker === 126 && o.end !== -1 && (s = e[o.end],
|
|
3631
|
-
for (;
|
|
3632
|
-
for (t =
|
|
3631
|
+
o = e[t], o.marker === 126 && o.end !== -1 && (s = e[o.end], i = n.tokens[o.token], i.type = "s_open", i.tag = "s", i.nesting = 1, i.markup = "~~", i.content = "", i = n.tokens[s.token], i.type = "s_close", i.tag = "s", i.nesting = -1, i.markup = "~~", i.content = "", n.tokens[s.token - 1].type === "text" && n.tokens[s.token - 1].content === "~" && c.push(s.token - 1));
|
|
3632
|
+
for (; c.length; ) {
|
|
3633
|
+
for (t = c.pop(), r = t + 1; r < n.tokens.length && n.tokens[r].type === "s_close"; )
|
|
3633
3634
|
r++;
|
|
3634
|
-
r--, t !== r && (
|
|
3635
|
+
r--, t !== r && (i = n.tokens[r], n.tokens[r] = n.tokens[t], n.tokens[t] = i);
|
|
3635
3636
|
}
|
|
3636
3637
|
}
|
|
3637
3638
|
fn.postProcess = function(e) {
|
|
@@ -3641,14 +3642,14 @@ fn.postProcess = function(e) {
|
|
|
3641
3642
|
};
|
|
3642
3643
|
var pn = {};
|
|
3643
3644
|
pn.tokenize = function(e, t) {
|
|
3644
|
-
var r, o, s,
|
|
3645
|
-
if (t ||
|
|
3645
|
+
var r, o, s, i = e.pos, c = e.src.charCodeAt(i);
|
|
3646
|
+
if (t || c !== 95 && c !== 42)
|
|
3646
3647
|
return !1;
|
|
3647
|
-
for (o = e.scanDelims(e.pos,
|
|
3648
|
-
s = e.push("text", "", 0), s.content = String.fromCharCode(
|
|
3648
|
+
for (o = e.scanDelims(e.pos, c === 42), r = 0; r < o.length; r++)
|
|
3649
|
+
s = e.push("text", "", 0), s.content = String.fromCharCode(c), e.delimiters.push({
|
|
3649
3650
|
// Char code of the starting marker (number).
|
|
3650
3651
|
//
|
|
3651
|
-
marker:
|
|
3652
|
+
marker: c,
|
|
3652
3653
|
// Total length of these series of delimiters.
|
|
3653
3654
|
//
|
|
3654
3655
|
length: o.length,
|
|
@@ -3668,22 +3669,22 @@ pn.tokenize = function(e, t) {
|
|
|
3668
3669
|
return e.pos += o.length, !0;
|
|
3669
3670
|
};
|
|
3670
3671
|
function Mt(n, e) {
|
|
3671
|
-
var t, r, o, s,
|
|
3672
|
+
var t, r, o, s, i, c, a = e.length;
|
|
3672
3673
|
for (t = a - 1; t >= 0; t--)
|
|
3673
|
-
r = e[t], !(r.marker !== 95 && r.marker !== 42) && r.end !== -1 && (o = e[r.end],
|
|
3674
|
+
r = e[t], !(r.marker !== 95 && r.marker !== 42) && r.end !== -1 && (o = e[r.end], c = t > 0 && e[t - 1].end === r.end + 1 && // check that first two markers match and adjacent
|
|
3674
3675
|
e[t - 1].marker === r.marker && e[t - 1].token === r.token - 1 && // check that last two markers are adjacent (we can safely assume they match)
|
|
3675
|
-
e[r.end + 1].token === o.token + 1,
|
|
3676
|
+
e[r.end + 1].token === o.token + 1, i = String.fromCharCode(r.marker), s = n.tokens[r.token], s.type = c ? "strong_open" : "em_open", s.tag = c ? "strong" : "em", s.nesting = 1, s.markup = c ? i + i : i, s.content = "", s = n.tokens[o.token], s.type = c ? "strong_close" : "em_close", s.tag = c ? "strong" : "em", s.nesting = -1, s.markup = c ? i + i : i, s.content = "", c && (n.tokens[e[t - 1].token].content = "", n.tokens[e[r.end + 1].token].content = "", t--));
|
|
3676
3677
|
}
|
|
3677
3678
|
pn.postProcess = function(e) {
|
|
3678
3679
|
var t, r = e.tokens_meta, o = e.tokens_meta.length;
|
|
3679
3680
|
for (Mt(e, e.delimiters), t = 0; t < o; t++)
|
|
3680
3681
|
r[t] && r[t].delimiters && Mt(e, r[t].delimiters);
|
|
3681
3682
|
};
|
|
3682
|
-
var q$ =
|
|
3683
|
-
var r, o, s,
|
|
3684
|
-
if (e.src.charCodeAt(e.pos) !== 91 || (
|
|
3683
|
+
var q$ = F.normalizeReference, An = F.isSpace, T$ = function(e, t) {
|
|
3684
|
+
var r, o, s, i, c, a, l, u, f, h = "", p = "", b = e.pos, k = e.posMax, A = e.pos, y = !0;
|
|
3685
|
+
if (e.src.charCodeAt(e.pos) !== 91 || (c = e.pos + 1, i = e.md.helpers.parseLinkLabel(e, e.pos, !0), i < 0))
|
|
3685
3686
|
return !1;
|
|
3686
|
-
if (a =
|
|
3687
|
+
if (a = i + 1, a < k && e.src.charCodeAt(a) === 40) {
|
|
3687
3688
|
for (y = !1, a++; a < k && (o = e.src.charCodeAt(a), !(!An(o) && o !== 10)); a++)
|
|
3688
3689
|
;
|
|
3689
3690
|
if (a >= k)
|
|
@@ -3700,16 +3701,16 @@ var q$ = I.normalizeReference, An = I.isSpace, T$ = function(e, t) {
|
|
|
3700
3701
|
if (y) {
|
|
3701
3702
|
if (typeof e.env.references > "u")
|
|
3702
3703
|
return !1;
|
|
3703
|
-
if (a < k && e.src.charCodeAt(a) === 91 ? (A = a + 1, a = e.md.helpers.parseLinkLabel(e, a), a >= 0 ? s = e.src.slice(A, a++) : a =
|
|
3704
|
+
if (a < k && e.src.charCodeAt(a) === 91 ? (A = a + 1, a = e.md.helpers.parseLinkLabel(e, a), a >= 0 ? s = e.src.slice(A, a++) : a = i + 1) : a = i + 1, s || (s = e.src.slice(c, i)), u = e.env.references[q$(s)], !u)
|
|
3704
3705
|
return e.pos = b, !1;
|
|
3705
3706
|
h = u.href, p = u.title;
|
|
3706
3707
|
}
|
|
3707
|
-
return t || (e.pos =
|
|
3708
|
-
}, R$ =
|
|
3709
|
-
var r, o, s,
|
|
3710
|
-
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91 || (a = e.pos + 2,
|
|
3708
|
+
return t || (e.pos = c, e.posMax = i, f = e.push("link_open", "a", 1), f.attrs = r = [["href", h]], p && r.push(["title", p]), e.md.inline.tokenize(e), f = e.push("link_close", "a", -1)), e.pos = a, e.posMax = k, !0;
|
|
3709
|
+
}, R$ = F.normalizeReference, Cn = F.isSpace, N$ = function(e, t) {
|
|
3710
|
+
var r, o, s, i, c, a, l, u, f, h, p, b, k, A = "", y = e.pos, g = e.posMax;
|
|
3711
|
+
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91 || (a = e.pos + 2, c = e.md.helpers.parseLinkLabel(e, e.pos + 1, !1), c < 0))
|
|
3711
3712
|
return !1;
|
|
3712
|
-
if (l =
|
|
3713
|
+
if (l = c + 1, l < g && e.src.charCodeAt(l) === 40) {
|
|
3713
3714
|
for (l++; l < g && (o = e.src.charCodeAt(l), !(!Cn(o) && o !== 10)); l++)
|
|
3714
3715
|
;
|
|
3715
3716
|
if (l >= g)
|
|
@@ -3727,96 +3728,96 @@ var q$ = I.normalizeReference, An = I.isSpace, T$ = function(e, t) {
|
|
|
3727
3728
|
} else {
|
|
3728
3729
|
if (typeof e.env.references > "u")
|
|
3729
3730
|
return !1;
|
|
3730
|
-
if (l < g && e.src.charCodeAt(l) === 91 ? (k = l + 1, l = e.md.helpers.parseLinkLabel(e, l), l >= 0 ?
|
|
3731
|
+
if (l < g && e.src.charCodeAt(l) === 91 ? (k = l + 1, l = e.md.helpers.parseLinkLabel(e, l), l >= 0 ? i = e.src.slice(k, l++) : l = c + 1) : l = c + 1, i || (i = e.src.slice(a, c)), u = e.env.references[R$(i)], !u)
|
|
3731
3732
|
return e.pos = y, !1;
|
|
3732
3733
|
A = u.href, h = u.title;
|
|
3733
3734
|
}
|
|
3734
|
-
return t || (s = e.src.slice(a,
|
|
3735
|
+
return t || (s = e.src.slice(a, c), e.md.inline.parse(
|
|
3735
3736
|
s,
|
|
3736
3737
|
e.md,
|
|
3737
3738
|
e.env,
|
|
3738
3739
|
b = []
|
|
3739
3740
|
), p = e.push("image", "img", 0), p.attrs = r = [["src", A], ["alt", ""]], p.children = b, p.content = s, h && r.push(["title", h])), e.pos = l, e.posMax = g, !0;
|
|
3740
|
-
}, M$ = /^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/, L$ = /^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,
|
|
3741
|
-
var r, o, s,
|
|
3741
|
+
}, M$ = /^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/, L$ = /^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/, I$ = function(e, t) {
|
|
3742
|
+
var r, o, s, i, c, a, l = e.pos;
|
|
3742
3743
|
if (e.src.charCodeAt(l) !== 60)
|
|
3743
3744
|
return !1;
|
|
3744
|
-
for (
|
|
3745
|
-
if (++l >= a || (
|
|
3745
|
+
for (c = e.pos, a = e.posMax; ; ) {
|
|
3746
|
+
if (++l >= a || (i = e.src.charCodeAt(l), i === 60))
|
|
3746
3747
|
return !1;
|
|
3747
|
-
if (
|
|
3748
|
+
if (i === 62)
|
|
3748
3749
|
break;
|
|
3749
3750
|
}
|
|
3750
|
-
return r = e.src.slice(
|
|
3751
|
-
},
|
|
3751
|
+
return r = e.src.slice(c + 1, l), L$.test(r) ? (o = e.md.normalizeLink(r), e.md.validateLink(o) ? (t || (s = e.push("link_open", "a", 1), s.attrs = [["href", o]], s.markup = "autolink", s.info = "auto", s = e.push("text", "", 0), s.content = e.md.normalizeLinkText(r), s = e.push("link_close", "a", -1), s.markup = "autolink", s.info = "auto"), e.pos += r.length + 2, !0) : !1) : M$.test(r) ? (o = e.md.normalizeLink("mailto:" + r), e.md.validateLink(o) ? (t || (s = e.push("link_open", "a", 1), s.attrs = [["href", o]], s.markup = "autolink", s.info = "auto", s = e.push("text", "", 0), s.content = e.md.normalizeLinkText(r), s = e.push("link_close", "a", -1), s.markup = "autolink", s.info = "auto"), e.pos += r.length + 2, !0) : !1) : !1;
|
|
3752
|
+
}, F$ = an.HTML_TAG_RE;
|
|
3752
3753
|
function O$(n) {
|
|
3753
3754
|
var e = n | 32;
|
|
3754
3755
|
return e >= 97 && e <= 122;
|
|
3755
3756
|
}
|
|
3756
3757
|
var B$ = function(e, t) {
|
|
3757
|
-
var r, o, s,
|
|
3758
|
-
return !e.md.options.html || (s = e.posMax, e.src.charCodeAt(
|
|
3759
|
-
}, Lt = ar, P$ =
|
|
3760
|
-
var r, o, s,
|
|
3761
|
-
if (e.src.charCodeAt(
|
|
3758
|
+
var r, o, s, i, c = e.pos;
|
|
3759
|
+
return !e.md.options.html || (s = e.posMax, e.src.charCodeAt(c) !== 60 || c + 2 >= s) || (r = e.src.charCodeAt(c + 1), r !== 33 && r !== 63 && r !== 47 && !O$(r)) || (o = e.src.slice(c).match(F$), !o) ? !1 : (t || (i = e.push("html_inline", "", 0), i.content = e.src.slice(c, c + o[0].length)), e.pos += o[0].length, !0);
|
|
3760
|
+
}, Lt = ar, P$ = F.has, z$ = F.isValidEntityCode, It = F.fromCodePoint, $$ = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, U$ = /^&([a-z][a-z0-9]{1,31});/i, V$ = function(e, t) {
|
|
3761
|
+
var r, o, s, i = e.pos, c = e.posMax;
|
|
3762
|
+
if (e.src.charCodeAt(i) !== 38)
|
|
3762
3763
|
return !1;
|
|
3763
|
-
if (
|
|
3764
|
-
if (r = e.src.charCodeAt(
|
|
3765
|
-
if (s = e.src.slice(
|
|
3766
|
-
return t || (o = s[1][0].toLowerCase() === "x" ? parseInt(s[1].slice(1), 16) : parseInt(s[1], 10), e.pending += z$(o) ?
|
|
3767
|
-
} else if (s = e.src.slice(
|
|
3764
|
+
if (i + 1 < c) {
|
|
3765
|
+
if (r = e.src.charCodeAt(i + 1), r === 35) {
|
|
3766
|
+
if (s = e.src.slice(i).match($$), s)
|
|
3767
|
+
return t || (o = s[1][0].toLowerCase() === "x" ? parseInt(s[1].slice(1), 16) : parseInt(s[1], 10), e.pending += z$(o) ? It(o) : It(65533)), e.pos += s[0].length, !0;
|
|
3768
|
+
} else if (s = e.src.slice(i).match(U$), s && P$(Lt, s[1]))
|
|
3768
3769
|
return t || (e.pending += Lt[s[1]]), e.pos += s[0].length, !0;
|
|
3769
3770
|
}
|
|
3770
3771
|
return t || (e.pending += "&"), e.pos++, !0;
|
|
3771
3772
|
};
|
|
3772
|
-
function
|
|
3773
|
-
var t, r, o, s,
|
|
3773
|
+
function Ft(n, e) {
|
|
3774
|
+
var t, r, o, s, i, c, a, l, u = {}, f = e.length;
|
|
3774
3775
|
if (f) {
|
|
3775
3776
|
var h = 0, p = -2, b = [];
|
|
3776
3777
|
for (t = 0; t < f; t++)
|
|
3777
3778
|
if (o = e[t], b.push(0), (e[h].marker !== o.marker || p !== o.token - 1) && (h = t), p = o.token, o.length = o.length || 0, !!o.close) {
|
|
3778
|
-
for (u.hasOwnProperty(o.marker) || (u[o.marker] = [-1, -1, -1, -1, -1, -1]),
|
|
3779
|
+
for (u.hasOwnProperty(o.marker) || (u[o.marker] = [-1, -1, -1, -1, -1, -1]), i = u[o.marker][(o.open ? 3 : 0) + o.length % 3], r = h - b[h] - 1, c = r; r > i; r -= b[r] + 1)
|
|
3779
3780
|
if (s = e[r], s.marker === o.marker && s.open && s.end < 0 && (a = !1, (s.close || o.open) && (s.length + o.length) % 3 === 0 && (s.length % 3 !== 0 || o.length % 3 !== 0) && (a = !0), !a)) {
|
|
3780
|
-
l = r > 0 && !e[r - 1].open ? b[r - 1] + 1 : 0, b[t] = t - r + l, b[r] = l, o.open = !1, s.end = t, s.close = !1,
|
|
3781
|
+
l = r > 0 && !e[r - 1].open ? b[r - 1] + 1 : 0, b[t] = t - r + l, b[r] = l, o.open = !1, s.end = t, s.close = !1, c = -1, p = -2;
|
|
3781
3782
|
break;
|
|
3782
3783
|
}
|
|
3783
|
-
|
|
3784
|
+
c !== -1 && (u[o.marker][(o.open ? 3 : 0) + (o.length || 0) % 3] = c);
|
|
3784
3785
|
}
|
|
3785
3786
|
}
|
|
3786
3787
|
}
|
|
3787
|
-
var
|
|
3788
|
+
var G$ = function(e) {
|
|
3788
3789
|
var t, r = e.tokens_meta, o = e.tokens_meta.length;
|
|
3789
|
-
for (
|
|
3790
|
-
r[t] && r[t].delimiters &&
|
|
3791
|
-
},
|
|
3792
|
-
var t, r, o = 0, s = e.tokens,
|
|
3793
|
-
for (t = r = 0; t <
|
|
3794
|
-
s[t].nesting < 0 && o--, s[t].level = o, s[t].nesting > 0 && o++, s[t].type === "text" && t + 1 <
|
|
3790
|
+
for (Ft(e, e.delimiters), t = 0; t < o; t++)
|
|
3791
|
+
r[t] && r[t].delimiters && Ft(e, r[t].delimiters);
|
|
3792
|
+
}, H$ = function(e) {
|
|
3793
|
+
var t, r, o = 0, s = e.tokens, i = e.tokens.length;
|
|
3794
|
+
for (t = r = 0; t < i; t++)
|
|
3795
|
+
s[t].nesting < 0 && o--, s[t].level = o, s[t].nesting > 0 && o++, s[t].type === "text" && t + 1 < i && s[t + 1].type === "text" ? s[t + 1].content = s[t].content + s[t + 1].content : (t !== r && (s[r] = s[t]), r++);
|
|
3795
3796
|
t !== r && (s.length = r);
|
|
3796
|
-
},
|
|
3797
|
+
}, Gn = $n, Ot = F.isWhiteSpace, Bt = F.isPunctChar, Pt = F.isMdAsciiPunct;
|
|
3797
3798
|
function Ue(n, e, t, r) {
|
|
3798
3799
|
this.src = n, this.env = t, this.md = e, this.tokens = r, this.tokens_meta = Array(r.length), this.pos = 0, this.posMax = this.src.length, this.level = 0, this.pending = "", this.pendingLevel = 0, this.cache = {}, this.delimiters = [], this._prev_delimiters = [], this.backticks = {}, this.backticksScanned = !1;
|
|
3799
3800
|
}
|
|
3800
3801
|
Ue.prototype.pushPending = function() {
|
|
3801
|
-
var n = new
|
|
3802
|
+
var n = new Gn("text", "", 0);
|
|
3802
3803
|
return n.content = this.pending, n.level = this.pendingLevel, this.tokens.push(n), this.pending = "", n;
|
|
3803
3804
|
};
|
|
3804
3805
|
Ue.prototype.push = function(n, e, t) {
|
|
3805
3806
|
this.pending && this.pushPending();
|
|
3806
|
-
var r = new
|
|
3807
|
+
var r = new Gn(n, e, t), o = null;
|
|
3807
3808
|
return t < 0 && (this.level--, this.delimiters = this._prev_delimiters.pop()), r.level = this.level, t > 0 && (this.level++, this._prev_delimiters.push(this.delimiters), this.delimiters = [], o = { delimiters: this.delimiters }), this.pendingLevel = this.level, this.tokens.push(r), this.tokens_meta.push(o), r;
|
|
3808
3809
|
};
|
|
3809
3810
|
Ue.prototype.scanDelims = function(n, e) {
|
|
3810
|
-
var t = n, r, o, s,
|
|
3811
|
+
var t = n, r, o, s, i, c, a, l, u, f, h = !0, p = !0, b = this.posMax, k = this.src.charCodeAt(n);
|
|
3811
3812
|
for (r = n > 0 ? this.src.charCodeAt(n - 1) : 32; t < b && this.src.charCodeAt(t) === k; )
|
|
3812
3813
|
t++;
|
|
3813
|
-
return s = t - n, o = t < b ? this.src.charCodeAt(t) : 32, l = Pt(r) || Bt(String.fromCharCode(r)), f = Pt(o) || Bt(String.fromCharCode(o)), a = Ot(r), u = Ot(o), u ? h = !1 : f && (a || l || (h = !1)), a ? p = !1 : l && (u || f || (p = !1)), e ? (
|
|
3814
|
-
can_open:
|
|
3815
|
-
can_close:
|
|
3814
|
+
return s = t - n, o = t < b ? this.src.charCodeAt(t) : 32, l = Pt(r) || Bt(String.fromCharCode(r)), f = Pt(o) || Bt(String.fromCharCode(o)), a = Ot(r), u = Ot(o), u ? h = !1 : f && (a || l || (h = !1)), a ? p = !1 : l && (u || f || (p = !1)), e ? (i = h, c = p) : (i = h && (!p || l), c = p && (!h || f)), {
|
|
3815
|
+
can_open: i,
|
|
3816
|
+
can_close: c,
|
|
3816
3817
|
length: s
|
|
3817
3818
|
};
|
|
3818
3819
|
};
|
|
3819
|
-
Ue.prototype.Token =
|
|
3820
|
+
Ue.prototype.Token = Gn;
|
|
3820
3821
|
var j$ = Ue, zt = zn, Sn = [
|
|
3821
3822
|
["text", w$],
|
|
3822
3823
|
["newline", A$],
|
|
@@ -3826,38 +3827,38 @@ var j$ = Ue, zt = zn, Sn = [
|
|
|
3826
3827
|
["emphasis", pn.tokenize],
|
|
3827
3828
|
["link", T$],
|
|
3828
3829
|
["image", N$],
|
|
3829
|
-
["autolink",
|
|
3830
|
+
["autolink", I$],
|
|
3830
3831
|
["html_inline", B$],
|
|
3831
|
-
["entity",
|
|
3832
|
+
["entity", V$]
|
|
3832
3833
|
], Dn = [
|
|
3833
|
-
["balance_pairs",
|
|
3834
|
+
["balance_pairs", G$],
|
|
3834
3835
|
["strikethrough", fn.postProcess],
|
|
3835
3836
|
["emphasis", pn.postProcess],
|
|
3836
|
-
["text_collapse",
|
|
3837
|
+
["text_collapse", H$]
|
|
3837
3838
|
];
|
|
3838
|
-
function
|
|
3839
|
+
function Ve() {
|
|
3839
3840
|
var n;
|
|
3840
3841
|
for (this.ruler = new zt(), n = 0; n < Sn.length; n++)
|
|
3841
3842
|
this.ruler.push(Sn[n][0], Sn[n][1]);
|
|
3842
3843
|
for (this.ruler2 = new zt(), n = 0; n < Dn.length; n++)
|
|
3843
3844
|
this.ruler2.push(Dn[n][0], Dn[n][1]);
|
|
3844
3845
|
}
|
|
3845
|
-
|
|
3846
|
-
var e, t, r = n.pos, o = this.ruler.getRules(""), s = o.length,
|
|
3847
|
-
if (typeof
|
|
3848
|
-
n.pos =
|
|
3846
|
+
Ve.prototype.skipToken = function(n) {
|
|
3847
|
+
var e, t, r = n.pos, o = this.ruler.getRules(""), s = o.length, i = n.md.options.maxNesting, c = n.cache;
|
|
3848
|
+
if (typeof c[r] < "u") {
|
|
3849
|
+
n.pos = c[r];
|
|
3849
3850
|
return;
|
|
3850
3851
|
}
|
|
3851
|
-
if (n.level <
|
|
3852
|
+
if (n.level < i)
|
|
3852
3853
|
for (t = 0; t < s && (n.level++, e = o[t](n, !0), n.level--, !e); t++)
|
|
3853
3854
|
;
|
|
3854
3855
|
else
|
|
3855
3856
|
n.pos = n.posMax;
|
|
3856
|
-
e || n.pos++,
|
|
3857
|
+
e || n.pos++, c[r] = n.pos;
|
|
3857
3858
|
};
|
|
3858
|
-
|
|
3859
|
-
for (var e, t, r = this.ruler.getRules(""), o = r.length, s = n.posMax,
|
|
3860
|
-
if (n.level <
|
|
3859
|
+
Ve.prototype.tokenize = function(n) {
|
|
3860
|
+
for (var e, t, r = this.ruler.getRules(""), o = r.length, s = n.posMax, i = n.md.options.maxNesting; n.pos < s; ) {
|
|
3861
|
+
if (n.level < i)
|
|
3861
3862
|
for (t = 0; t < o && (e = r[t](n, !1), !e); t++)
|
|
3862
3863
|
;
|
|
3863
3864
|
if (e) {
|
|
@@ -3869,13 +3870,13 @@ He.prototype.tokenize = function(n) {
|
|
|
3869
3870
|
}
|
|
3870
3871
|
n.pending && n.pushPending();
|
|
3871
3872
|
};
|
|
3872
|
-
|
|
3873
|
-
var o, s,
|
|
3874
|
-
for (this.tokenize(
|
|
3875
|
-
s[o](
|
|
3873
|
+
Ve.prototype.parse = function(n, e, t, r) {
|
|
3874
|
+
var o, s, i, c = new this.State(n, e, t, r);
|
|
3875
|
+
for (this.tokenize(c), s = this.ruler2.getRules(""), i = s.length, o = 0; o < i; o++)
|
|
3876
|
+
s[o](c);
|
|
3876
3877
|
};
|
|
3877
|
-
|
|
3878
|
-
var Z$ =
|
|
3878
|
+
Ve.prototype.State = j$;
|
|
3879
|
+
var Z$ = Ve, qn, $t;
|
|
3879
3880
|
function W$() {
|
|
3880
3881
|
return $t || ($t = 1, qn = function(n) {
|
|
3881
3882
|
var e = {};
|
|
@@ -3967,7 +3968,7 @@ function oU(n) {
|
|
|
3967
3968
|
return n.test(r) ? r.match(n)[0].length : 0;
|
|
3968
3969
|
};
|
|
3969
3970
|
}
|
|
3970
|
-
function
|
|
3971
|
+
function Vt() {
|
|
3971
3972
|
return function(n, e) {
|
|
3972
3973
|
e.normalize(n);
|
|
3973
3974
|
};
|
|
@@ -3975,36 +3976,36 @@ function Ht() {
|
|
|
3975
3976
|
function en(n) {
|
|
3976
3977
|
var e = n.re = W$()(n.__opts__), t = n.__tlds__.slice();
|
|
3977
3978
|
n.onCompile(), n.__tlds_replaced__ || t.push(nU), t.push(e.src_xn), e.src_tlds = t.join("|");
|
|
3978
|
-
function r(
|
|
3979
|
-
return
|
|
3979
|
+
function r(c) {
|
|
3980
|
+
return c.replace("%TLDS%", e.src_tlds);
|
|
3980
3981
|
}
|
|
3981
3982
|
e.email_fuzzy = RegExp(r(e.tpl_email_fuzzy), "i"), e.link_fuzzy = RegExp(r(e.tpl_link_fuzzy), "i"), e.link_no_ip_fuzzy = RegExp(r(e.tpl_link_no_ip_fuzzy), "i"), e.host_fuzzy_test = RegExp(r(e.tpl_host_fuzzy_test), "i");
|
|
3982
3983
|
var o = [];
|
|
3983
3984
|
n.__compiled__ = {};
|
|
3984
|
-
function s(
|
|
3985
|
-
throw new Error('(LinkifyIt) Invalid schema "' +
|
|
3985
|
+
function s(c, a) {
|
|
3986
|
+
throw new Error('(LinkifyIt) Invalid schema "' + c + '": ' + a);
|
|
3986
3987
|
}
|
|
3987
|
-
Object.keys(n.__schemas__).forEach(function(
|
|
3988
|
-
var a = n.__schemas__[
|
|
3988
|
+
Object.keys(n.__schemas__).forEach(function(c) {
|
|
3989
|
+
var a = n.__schemas__[c];
|
|
3989
3990
|
if (a !== null) {
|
|
3990
3991
|
var l = { validate: null, link: null };
|
|
3991
|
-
if (n.__compiled__[
|
|
3992
|
-
Y$(a.validate) ? l.validate = oU(a.validate) : Ut(a.validate) ? l.validate = a.validate : s(
|
|
3992
|
+
if (n.__compiled__[c] = l, J$(a)) {
|
|
3993
|
+
Y$(a.validate) ? l.validate = oU(a.validate) : Ut(a.validate) ? l.validate = a.validate : s(c, a), Ut(a.normalize) ? l.normalize = a.normalize : a.normalize ? s(c, a) : l.normalize = Vt();
|
|
3993
3994
|
return;
|
|
3994
3995
|
}
|
|
3995
3996
|
if (K$(a)) {
|
|
3996
|
-
o.push(
|
|
3997
|
+
o.push(c);
|
|
3997
3998
|
return;
|
|
3998
3999
|
}
|
|
3999
|
-
s(
|
|
4000
|
+
s(c, a);
|
|
4000
4001
|
}
|
|
4001
|
-
}), o.forEach(function(
|
|
4002
|
-
n.__compiled__[n.__schemas__[
|
|
4003
|
-
}), n.__compiled__[""] = { validate: null, normalize:
|
|
4004
|
-
var
|
|
4005
|
-
return
|
|
4002
|
+
}), o.forEach(function(c) {
|
|
4003
|
+
n.__compiled__[n.__schemas__[c]] && (n.__compiled__[c].validate = n.__compiled__[n.__schemas__[c]].validate, n.__compiled__[c].normalize = n.__compiled__[n.__schemas__[c]].normalize);
|
|
4004
|
+
}), n.__compiled__[""] = { validate: null, normalize: Vt() };
|
|
4005
|
+
var i = Object.keys(n.__compiled__).filter(function(c) {
|
|
4006
|
+
return c.length > 0 && n.__compiled__[c];
|
|
4006
4007
|
}).map(X$).join("|");
|
|
4007
|
-
n.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" +
|
|
4008
|
+
n.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + i + ")", "i"), n.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + i + ")", "ig"), n.re.pretest = RegExp(
|
|
4008
4009
|
"(" + n.re.schema_test.source + ")|(" + n.re.host_fuzzy_test.source + ")|@",
|
|
4009
4010
|
"i"
|
|
4010
4011
|
), rU(n);
|
|
@@ -4013,7 +4014,7 @@ function sU(n, e) {
|
|
|
4013
4014
|
var t = n.__index__, r = n.__last_index__, o = n.__text_cache__.slice(t, r);
|
|
4014
4015
|
this.schema = n.__schema__.toLowerCase(), this.index = t + e, this.lastIndex = r + e, this.raw = o, this.text = o, this.url = o;
|
|
4015
4016
|
}
|
|
4016
|
-
function
|
|
4017
|
+
function Gt(n, e) {
|
|
4017
4018
|
var t = new sU(n, e);
|
|
4018
4019
|
return n.__compiled__[t.schema].normalize(t, n), t;
|
|
4019
4020
|
}
|
|
@@ -4031,7 +4032,7 @@ Q.prototype.set = function(e) {
|
|
|
4031
4032
|
Q.prototype.test = function(e) {
|
|
4032
4033
|
if (this.__text_cache__ = e, this.__index__ = -1, !e.length)
|
|
4033
4034
|
return !1;
|
|
4034
|
-
var t, r, o, s,
|
|
4035
|
+
var t, r, o, s, i, c, a, l, u;
|
|
4035
4036
|
if (this.re.schema_test.test(e)) {
|
|
4036
4037
|
for (a = this.re.schema_search, a.lastIndex = 0; (t = a.exec(e)) !== null; )
|
|
4037
4038
|
if (s = this.testSchemaAt(e, t[2], a.lastIndex), s) {
|
|
@@ -4039,7 +4040,7 @@ Q.prototype.test = function(e) {
|
|
|
4039
4040
|
break;
|
|
4040
4041
|
}
|
|
4041
4042
|
}
|
|
4042
|
-
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (l = e.search(this.re.host_fuzzy_test), l >= 0 && (this.__index__ < 0 || l < this.__index__) && (r = e.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (
|
|
4043
|
+
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (l = e.search(this.re.host_fuzzy_test), l >= 0 && (this.__index__ < 0 || l < this.__index__) && (r = e.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (i = r.index + r[1].length, (this.__index__ < 0 || i < this.__index__) && (this.__schema__ = "", this.__index__ = i, this.__last_index__ = r.index + r[0].length))), this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && (u = e.indexOf("@"), u >= 0 && (o = e.match(this.re.email_fuzzy)) !== null && (i = o.index + o[1].length, c = o.index + o[0].length, (this.__index__ < 0 || i < this.__index__ || i === this.__index__ && c > this.__last_index__) && (this.__schema__ = "mailto:", this.__index__ = i, this.__last_index__ = c))), this.__index__ >= 0;
|
|
4043
4044
|
};
|
|
4044
4045
|
Q.prototype.pretest = function(e) {
|
|
4045
4046
|
return this.re.pretest.test(e);
|
|
@@ -4049,9 +4050,9 @@ Q.prototype.testSchemaAt = function(e, t, r) {
|
|
|
4049
4050
|
};
|
|
4050
4051
|
Q.prototype.match = function(e) {
|
|
4051
4052
|
var t = 0, r = [];
|
|
4052
|
-
this.__index__ >= 0 && this.__text_cache__ === e && (r.push(
|
|
4053
|
+
this.__index__ >= 0 && this.__text_cache__ === e && (r.push(Gt(this, t)), t = this.__last_index__);
|
|
4053
4054
|
for (var o = t ? e.slice(t) : e; this.test(o); )
|
|
4054
|
-
r.push(
|
|
4055
|
+
r.push(Gt(this, t)), o = o.slice(this.__last_index__), t += this.__last_index__;
|
|
4055
4056
|
return r.length ? r : null;
|
|
4056
4057
|
};
|
|
4057
4058
|
Q.prototype.tlds = function(e, t) {
|
|
@@ -4065,11 +4066,11 @@ Q.prototype.normalize = function(e) {
|
|
|
4065
4066
|
Q.prototype.onCompile = function() {
|
|
4066
4067
|
};
|
|
4067
4068
|
var cU = Q;
|
|
4068
|
-
const Se = 2147483647, ie = 36,
|
|
4069
|
+
const Se = 2147483647, ie = 36, Hn = 1, Pe = 26, iU = 38, aU = 700, vr = 72, kr = 128, xr = "-", lU = /^xn--/, uU = /[^\0-\x7E]/, fU = /[\x2E\u3002\uFF0E\uFF61]/g, pU = {
|
|
4069
4070
|
overflow: "Overflow: input needs wider integers to process",
|
|
4070
4071
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
4071
4072
|
"invalid-input": "Invalid input"
|
|
4072
|
-
}, Tn = ie -
|
|
4073
|
+
}, Tn = ie - Hn, ae = Math.floor, Rn = String.fromCharCode;
|
|
4073
4074
|
function me(n) {
|
|
4074
4075
|
throw new RangeError(pU[n]);
|
|
4075
4076
|
}
|
|
@@ -4103,26 +4104,26 @@ function jn(n) {
|
|
|
4103
4104
|
}
|
|
4104
4105
|
const wr = (n) => String.fromCodePoint(...n), dU = function(n) {
|
|
4105
4106
|
return n - 48 < 10 ? n - 22 : n - 65 < 26 ? n - 65 : n - 97 < 26 ? n - 97 : ie;
|
|
4106
|
-
},
|
|
4107
|
+
}, Ht = function(n, e) {
|
|
4107
4108
|
return n + 22 + 75 * (n < 26) - ((e != 0) << 5);
|
|
4108
4109
|
}, Er = function(n, e, t) {
|
|
4109
4110
|
let r = 0;
|
|
4110
|
-
for (n = t ? ae(n / aU) : n >> 1, n += ae(n / e); n > Tn *
|
|
4111
|
+
for (n = t ? ae(n / aU) : n >> 1, n += ae(n / e); n > Tn * Pe >> 1; r += ie)
|
|
4111
4112
|
n = ae(n / Tn);
|
|
4112
4113
|
return ae(r + (Tn + 1) * n / (n + iU));
|
|
4113
4114
|
}, Zn = function(n) {
|
|
4114
4115
|
const e = [], t = n.length;
|
|
4115
|
-
let r = 0, o = kr, s = vr,
|
|
4116
|
-
|
|
4117
|
-
for (let
|
|
4118
|
-
n.charCodeAt(
|
|
4119
|
-
for (let
|
|
4116
|
+
let r = 0, o = kr, s = vr, i = n.lastIndexOf(xr);
|
|
4117
|
+
i < 0 && (i = 0);
|
|
4118
|
+
for (let c = 0; c < i; ++c)
|
|
4119
|
+
n.charCodeAt(c) >= 128 && me("not-basic"), e.push(n.charCodeAt(c));
|
|
4120
|
+
for (let c = i > 0 ? i + 1 : 0; c < t; ) {
|
|
4120
4121
|
let a = r;
|
|
4121
4122
|
for (let u = 1, f = ie; ; f += ie) {
|
|
4122
|
-
|
|
4123
|
-
const h = dU(n.charCodeAt(
|
|
4123
|
+
c >= t && me("invalid-input");
|
|
4124
|
+
const h = dU(n.charCodeAt(c++));
|
|
4124
4125
|
(h >= ie || h > ae((Se - r) / u)) && me("overflow"), r += h * u;
|
|
4125
|
-
const p = f <= s ?
|
|
4126
|
+
const p = f <= s ? Hn : f >= s + Pe ? Pe : f - s;
|
|
4126
4127
|
if (h < p)
|
|
4127
4128
|
break;
|
|
4128
4129
|
const b = ie - p;
|
|
@@ -4138,26 +4139,26 @@ const wr = (n) => String.fromCodePoint(...n), dU = function(n) {
|
|
|
4138
4139
|
let t = n.length, r = kr, o = 0, s = vr;
|
|
4139
4140
|
for (const a of n)
|
|
4140
4141
|
a < 128 && e.push(Rn(a));
|
|
4141
|
-
let
|
|
4142
|
-
for (
|
|
4142
|
+
let i = e.length, c = i;
|
|
4143
|
+
for (i && e.push(xr); c < t; ) {
|
|
4143
4144
|
let a = Se;
|
|
4144
4145
|
for (const u of n)
|
|
4145
4146
|
u >= r && u < a && (a = u);
|
|
4146
|
-
const l =
|
|
4147
|
+
const l = c + 1;
|
|
4147
4148
|
a - r > ae((Se - o) / l) && me("overflow"), o += (a - r) * l, r = a;
|
|
4148
4149
|
for (const u of n)
|
|
4149
4150
|
if (u < r && ++o > Se && me("overflow"), u === r) {
|
|
4150
4151
|
let f = o;
|
|
4151
4152
|
for (let h = ie; ; h += ie) {
|
|
4152
|
-
const p = h <= s ?
|
|
4153
|
+
const p = h <= s ? Hn : h >= s + Pe ? Pe : h - s;
|
|
4153
4154
|
if (f < p)
|
|
4154
4155
|
break;
|
|
4155
4156
|
const b = f - p, k = ie - p;
|
|
4156
4157
|
e.push(
|
|
4157
|
-
Rn(
|
|
4158
|
+
Rn(Ht(p + b % k, 0))
|
|
4158
4159
|
), f = ae(b / k);
|
|
4159
4160
|
}
|
|
4160
|
-
e.push(Rn(
|
|
4161
|
+
e.push(Rn(Ht(f, 0))), s = Er(o, l, c === i), o = 0, ++c;
|
|
4161
4162
|
}
|
|
4162
4163
|
++o, ++r;
|
|
4163
4164
|
}
|
|
@@ -4365,7 +4366,7 @@ var bU = {
|
|
|
4365
4366
|
]
|
|
4366
4367
|
}
|
|
4367
4368
|
}
|
|
4368
|
-
},
|
|
4369
|
+
}, Oe = F, xU = cn, yU = k3, wU = V3, EU = x$, AU = Z$, CU = cU, _e = Te, Sr = _U, SU = {
|
|
4369
4370
|
default: bU,
|
|
4370
4371
|
zero: vU,
|
|
4371
4372
|
commonmark: kU
|
|
@@ -4396,14 +4397,14 @@ function NU(n) {
|
|
|
4396
4397
|
function ee(n, e) {
|
|
4397
4398
|
if (!(this instanceof ee))
|
|
4398
4399
|
return new ee(n, e);
|
|
4399
|
-
e ||
|
|
4400
|
+
e || Oe.isString(n) || (e = n || {}, n = "default"), this.inline = new AU(), this.block = new EU(), this.core = new wU(), this.renderer = new yU(), this.linkify = new CU(), this.validateLink = TU, this.normalizeLink = RU, this.normalizeLinkText = NU, this.utils = Oe, this.helpers = Oe.assign({}, xU), this.options = {}, this.configure(n), e && this.set(e);
|
|
4400
4401
|
}
|
|
4401
4402
|
ee.prototype.set = function(n) {
|
|
4402
|
-
return
|
|
4403
|
+
return Oe.assign(this.options, n), this;
|
|
4403
4404
|
};
|
|
4404
4405
|
ee.prototype.configure = function(n) {
|
|
4405
4406
|
var e = this, t;
|
|
4406
|
-
if (
|
|
4407
|
+
if (Oe.isString(n) && (t = n, n = SU[t], !n))
|
|
4407
4408
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
4408
4409
|
if (!n)
|
|
4409
4410
|
throw new Error("Wrong `markdown-it` preset, can't be empty");
|
|
@@ -4456,8 +4457,8 @@ ee.prototype.renderInline = function(n, e) {
|
|
|
4456
4457
|
return e = e || {}, this.renderer.render(this.parseInline(n, e), this.options, e);
|
|
4457
4458
|
};
|
|
4458
4459
|
var MU = ee, LU = MU;
|
|
4459
|
-
const
|
|
4460
|
-
var
|
|
4460
|
+
const IU = /* @__PURE__ */ ir(LU);
|
|
4461
|
+
var FU = te({
|
|
4461
4462
|
name: "VueMarkdown",
|
|
4462
4463
|
props: {
|
|
4463
4464
|
source: {
|
|
@@ -4482,13 +4483,13 @@ var IU = te({
|
|
|
4482
4483
|
},
|
|
4483
4484
|
created: function() {
|
|
4484
4485
|
var n;
|
|
4485
|
-
this.md = new
|
|
4486
|
+
this.md = new IU((n = this.options) !== null && n !== void 0 ? n : {});
|
|
4486
4487
|
},
|
|
4487
4488
|
render: function() {
|
|
4488
4489
|
return to("div", { innerHTML: this.content });
|
|
4489
4490
|
}
|
|
4490
4491
|
});
|
|
4491
|
-
const OU =
|
|
4492
|
+
const OU = FU;
|
|
4492
4493
|
function qr(n) {
|
|
4493
4494
|
return n instanceof Map ? n.clear = n.delete = n.set = function() {
|
|
4494
4495
|
throw new Error("map is read-only");
|
|
@@ -4679,7 +4680,7 @@ class $U extends Kn {
|
|
|
4679
4680
|
return this.closeAllNodes(), !0;
|
|
4680
4681
|
}
|
|
4681
4682
|
}
|
|
4682
|
-
function
|
|
4683
|
+
function ze(n) {
|
|
4683
4684
|
return n ? typeof n == "string" ? n : n.source : null;
|
|
4684
4685
|
}
|
|
4685
4686
|
function Rr(n) {
|
|
@@ -4688,23 +4689,23 @@ function Rr(n) {
|
|
|
4688
4689
|
function UU(n) {
|
|
4689
4690
|
return we("(?:", n, ")*");
|
|
4690
4691
|
}
|
|
4691
|
-
function
|
|
4692
|
+
function VU(n) {
|
|
4692
4693
|
return we("(?:", n, ")?");
|
|
4693
4694
|
}
|
|
4694
4695
|
function we(...n) {
|
|
4695
|
-
return n.map((t) =>
|
|
4696
|
+
return n.map((t) => ze(t)).join("");
|
|
4696
4697
|
}
|
|
4697
|
-
function
|
|
4698
|
+
function GU(n) {
|
|
4698
4699
|
const e = n[n.length - 1];
|
|
4699
4700
|
return typeof e == "object" && e.constructor === Object ? (n.splice(n.length - 1, 1), e) : {};
|
|
4700
4701
|
}
|
|
4701
4702
|
function Jn(...n) {
|
|
4702
|
-
return "(" + (
|
|
4703
|
+
return "(" + (GU(n).capture ? "" : "?:") + n.map((r) => ze(r)).join("|") + ")";
|
|
4703
4704
|
}
|
|
4704
4705
|
function Nr(n) {
|
|
4705
4706
|
return new RegExp(n.toString() + "|").exec("").length - 1;
|
|
4706
4707
|
}
|
|
4707
|
-
function
|
|
4708
|
+
function HU(n, e) {
|
|
4708
4709
|
const t = n && n.exec(e);
|
|
4709
4710
|
return t && t.index === 0;
|
|
4710
4711
|
}
|
|
@@ -4714,19 +4715,19 @@ function Yn(n, { joinWith: e }) {
|
|
|
4714
4715
|
return n.map((r) => {
|
|
4715
4716
|
t += 1;
|
|
4716
4717
|
const o = t;
|
|
4717
|
-
let s =
|
|
4718
|
+
let s = ze(r), i = "";
|
|
4718
4719
|
for (; s.length > 0; ) {
|
|
4719
|
-
const
|
|
4720
|
-
if (!
|
|
4721
|
-
|
|
4720
|
+
const c = jU.exec(s);
|
|
4721
|
+
if (!c) {
|
|
4722
|
+
i += s;
|
|
4722
4723
|
break;
|
|
4723
4724
|
}
|
|
4724
|
-
|
|
4725
|
+
i += s.substring(0, c.index), s = s.substring(c.index + c[0].length), c[0][0] === "\\" && c[1] ? i += "\\" + String(Number(c[1]) + o) : (i += c[0], c[0] === "(" && t++);
|
|
4725
4726
|
}
|
|
4726
|
-
return
|
|
4727
|
+
return i;
|
|
4727
4728
|
}).map((r) => `(${r})`).join(e);
|
|
4728
4729
|
}
|
|
4729
|
-
const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\\d+)?",
|
|
4730
|
+
const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\\d+)?", Ir = "(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)", Fr = "\\b(0b[01]+)", WU = "!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", KU = (n = {}) => {
|
|
4730
4731
|
const e = /^#![ ]*\//;
|
|
4731
4732
|
return n.binary && (n.begin = we(
|
|
4732
4733
|
e,
|
|
@@ -4743,7 +4744,7 @@ const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\
|
|
|
4743
4744
|
t.index !== 0 && r.ignoreMatch();
|
|
4744
4745
|
}
|
|
4745
4746
|
}, n);
|
|
4746
|
-
},
|
|
4747
|
+
}, $e = {
|
|
4747
4748
|
begin: "\\\\[\\s\\S]",
|
|
4748
4749
|
relevance: 0
|
|
4749
4750
|
}, JU = {
|
|
@@ -4751,13 +4752,13 @@ const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\
|
|
|
4751
4752
|
begin: "'",
|
|
4752
4753
|
end: "'",
|
|
4753
4754
|
illegal: "\\n",
|
|
4754
|
-
contains: [
|
|
4755
|
+
contains: [$e]
|
|
4755
4756
|
}, YU = {
|
|
4756
4757
|
scope: "string",
|
|
4757
4758
|
begin: '"',
|
|
4758
4759
|
end: '"',
|
|
4759
4760
|
illegal: "\\n",
|
|
4760
|
-
contains: [
|
|
4761
|
+
contains: [$e]
|
|
4761
4762
|
}, XU = {
|
|
4762
4763
|
begin: /\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/
|
|
4763
4764
|
}, dn = function(n, e, t = {}) {
|
|
@@ -4832,23 +4833,23 @@ const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\
|
|
|
4832
4833
|
relevance: 0
|
|
4833
4834
|
}, r8 = {
|
|
4834
4835
|
scope: "number",
|
|
4835
|
-
begin:
|
|
4836
|
+
begin: Ir,
|
|
4836
4837
|
relevance: 0
|
|
4837
4838
|
}, o8 = {
|
|
4838
4839
|
scope: "number",
|
|
4839
|
-
begin:
|
|
4840
|
+
begin: Fr,
|
|
4840
4841
|
relevance: 0
|
|
4841
4842
|
}, s8 = {
|
|
4842
4843
|
scope: "regexp",
|
|
4843
4844
|
begin: /\/(?=[^/\n]*\/)/,
|
|
4844
4845
|
end: /\/[gimuy]*/,
|
|
4845
4846
|
contains: [
|
|
4846
|
-
|
|
4847
|
+
$e,
|
|
4847
4848
|
{
|
|
4848
4849
|
begin: /\[/,
|
|
4849
4850
|
end: /\]/,
|
|
4850
4851
|
relevance: 0,
|
|
4851
|
-
contains: [
|
|
4852
|
+
contains: [$e]
|
|
4852
4853
|
}
|
|
4853
4854
|
]
|
|
4854
4855
|
}, c8 = {
|
|
@@ -4881,14 +4882,14 @@ const ZU = /\b\B/, Mr = "[a-zA-Z]\\w*", Xn = "[a-zA-Z_]\\w*", Lr = "\\b\\d+(\\.\
|
|
|
4881
4882
|
var Je = /* @__PURE__ */ Object.freeze({
|
|
4882
4883
|
__proto__: null,
|
|
4883
4884
|
APOS_STRING_MODE: JU,
|
|
4884
|
-
BACKSLASH_ESCAPE:
|
|
4885
|
+
BACKSLASH_ESCAPE: $e,
|
|
4885
4886
|
BINARY_NUMBER_MODE: o8,
|
|
4886
|
-
BINARY_NUMBER_RE:
|
|
4887
|
+
BINARY_NUMBER_RE: Fr,
|
|
4887
4888
|
COMMENT: dn,
|
|
4888
4889
|
C_BLOCK_COMMENT_MODE: e8,
|
|
4889
4890
|
C_LINE_COMMENT_MODE: QU,
|
|
4890
4891
|
C_NUMBER_MODE: r8,
|
|
4891
|
-
C_NUMBER_RE:
|
|
4892
|
+
C_NUMBER_RE: Ir,
|
|
4892
4893
|
END_SAME_AS_BEGIN: l8,
|
|
4893
4894
|
HASH_COMMENT_MODE: n8,
|
|
4894
4895
|
IDENT_RE: Mr,
|
|
@@ -4965,9 +4966,9 @@ function Or(n, e, t = b8) {
|
|
|
4965
4966
|
Or(n[s], e, s)
|
|
4966
4967
|
);
|
|
4967
4968
|
}), r;
|
|
4968
|
-
function o(s,
|
|
4969
|
-
e && (
|
|
4970
|
-
const a =
|
|
4969
|
+
function o(s, i) {
|
|
4970
|
+
e && (i = i.map((c) => c.toLowerCase())), i.forEach(function(c) {
|
|
4971
|
+
const a = c.split("|");
|
|
4971
4972
|
r[a[0]] = [s, v8(a[0], a[1])];
|
|
4972
4973
|
});
|
|
4973
4974
|
}
|
|
@@ -4987,10 +4988,10 @@ const Kt = {}, ke = (n) => {
|
|
|
4987
4988
|
}, nn = new Error();
|
|
4988
4989
|
function Br(n, e, { key: t }) {
|
|
4989
4990
|
let r = 0;
|
|
4990
|
-
const o = n[t], s = {},
|
|
4991
|
-
for (let
|
|
4992
|
-
c
|
|
4993
|
-
n[t] =
|
|
4991
|
+
const o = n[t], s = {}, i = {};
|
|
4992
|
+
for (let c = 1; c <= e.length; c++)
|
|
4993
|
+
i[c + r] = o[c], s[c + r] = !0, r += Nr(e[c - 1]);
|
|
4994
|
+
n[t] = i, n[t]._emit = s, n[t]._multi = !0;
|
|
4994
4995
|
}
|
|
4995
4996
|
function x8(n) {
|
|
4996
4997
|
if (Array.isArray(n.begin)) {
|
|
@@ -5017,10 +5018,10 @@ function E8(n) {
|
|
|
5017
5018
|
w8(n), typeof n.beginScope == "string" && (n.beginScope = { _wrap: n.beginScope }), typeof n.endScope == "string" && (n.endScope = { _wrap: n.endScope }), x8(n), y8(n);
|
|
5018
5019
|
}
|
|
5019
5020
|
function A8(n) {
|
|
5020
|
-
function e(
|
|
5021
|
+
function e(i, c) {
|
|
5021
5022
|
return new RegExp(
|
|
5022
|
-
|
|
5023
|
-
"m" + (n.case_insensitive ? "i" : "") + (n.unicodeRegex ? "u" : "") + (
|
|
5023
|
+
ze(i),
|
|
5024
|
+
"m" + (n.case_insensitive ? "i" : "") + (n.unicodeRegex ? "u" : "") + (c ? "g" : "")
|
|
5024
5025
|
);
|
|
5025
5026
|
}
|
|
5026
5027
|
class t {
|
|
@@ -5028,18 +5029,18 @@ function A8(n) {
|
|
|
5028
5029
|
this.matchIndexes = {}, this.regexes = [], this.matchAt = 1, this.position = 0;
|
|
5029
5030
|
}
|
|
5030
5031
|
// @ts-ignore
|
|
5031
|
-
addRule(
|
|
5032
|
-
a.position = this.position++, this.matchIndexes[this.matchAt] = a, this.regexes.push([a,
|
|
5032
|
+
addRule(c, a) {
|
|
5033
|
+
a.position = this.position++, this.matchIndexes[this.matchAt] = a, this.regexes.push([a, c]), this.matchAt += Nr(c) + 1;
|
|
5033
5034
|
}
|
|
5034
5035
|
compile() {
|
|
5035
5036
|
this.regexes.length === 0 && (this.exec = () => null);
|
|
5036
|
-
const
|
|
5037
|
-
this.matcherRe = e(Yn(
|
|
5037
|
+
const c = this.regexes.map((a) => a[1]);
|
|
5038
|
+
this.matcherRe = e(Yn(c, { joinWith: "|" }), !0), this.lastIndex = 0;
|
|
5038
5039
|
}
|
|
5039
5040
|
/** @param {string} s */
|
|
5040
|
-
exec(
|
|
5041
|
+
exec(c) {
|
|
5041
5042
|
this.matcherRe.lastIndex = this.lastIndex;
|
|
5042
|
-
const a = this.matcherRe.exec(
|
|
5043
|
+
const a = this.matcherRe.exec(c);
|
|
5043
5044
|
if (!a)
|
|
5044
5045
|
return null;
|
|
5045
5046
|
const l = a.findIndex((f, h) => h > 0 && f !== void 0), u = this.matchIndexes[l];
|
|
@@ -5051,11 +5052,11 @@ function A8(n) {
|
|
|
5051
5052
|
this.rules = [], this.multiRegexes = [], this.count = 0, this.lastIndex = 0, this.regexIndex = 0;
|
|
5052
5053
|
}
|
|
5053
5054
|
// @ts-ignore
|
|
5054
|
-
getMatcher(
|
|
5055
|
-
if (this.multiRegexes[
|
|
5056
|
-
return this.multiRegexes[
|
|
5055
|
+
getMatcher(c) {
|
|
5056
|
+
if (this.multiRegexes[c])
|
|
5057
|
+
return this.multiRegexes[c];
|
|
5057
5058
|
const a = new t();
|
|
5058
|
-
return this.rules.slice(
|
|
5059
|
+
return this.rules.slice(c).forEach(([l, u]) => a.addRule(l, u)), a.compile(), this.multiRegexes[c] = a, a;
|
|
5059
5060
|
}
|
|
5060
5061
|
resumingScanAtSamePosition() {
|
|
5061
5062
|
return this.regexIndex !== 0;
|
|
@@ -5064,31 +5065,31 @@ function A8(n) {
|
|
|
5064
5065
|
this.regexIndex = 0;
|
|
5065
5066
|
}
|
|
5066
5067
|
// @ts-ignore
|
|
5067
|
-
addRule(
|
|
5068
|
-
this.rules.push([
|
|
5068
|
+
addRule(c, a) {
|
|
5069
|
+
this.rules.push([c, a]), a.type === "begin" && this.count++;
|
|
5069
5070
|
}
|
|
5070
5071
|
/** @param {string} s */
|
|
5071
|
-
exec(
|
|
5072
|
+
exec(c) {
|
|
5072
5073
|
const a = this.getMatcher(this.regexIndex);
|
|
5073
5074
|
a.lastIndex = this.lastIndex;
|
|
5074
|
-
let l = a.exec(
|
|
5075
|
+
let l = a.exec(c);
|
|
5075
5076
|
if (this.resumingScanAtSamePosition() && !(l && l.index === this.lastIndex)) {
|
|
5076
5077
|
const u = this.getMatcher(0);
|
|
5077
|
-
u.lastIndex = this.lastIndex + 1, l = u.exec(
|
|
5078
|
+
u.lastIndex = this.lastIndex + 1, l = u.exec(c);
|
|
5078
5079
|
}
|
|
5079
5080
|
return l && (this.regexIndex += l.position + 1, this.regexIndex === this.count && this.considerAll()), l;
|
|
5080
5081
|
}
|
|
5081
5082
|
}
|
|
5082
|
-
function o(
|
|
5083
|
-
const
|
|
5084
|
-
return
|
|
5083
|
+
function o(i) {
|
|
5084
|
+
const c = new r();
|
|
5085
|
+
return i.contains.forEach((a) => c.addRule(a.begin, { rule: a, type: "begin" })), i.terminatorEnd && c.addRule(i.terminatorEnd, { type: "end" }), i.illegal && c.addRule(i.illegal, { type: "illegal" }), c;
|
|
5085
5086
|
}
|
|
5086
|
-
function s(
|
|
5087
|
+
function s(i, c) {
|
|
5087
5088
|
const a = (
|
|
5088
5089
|
/** @type CompiledMode */
|
|
5089
|
-
|
|
5090
|
+
i
|
|
5090
5091
|
);
|
|
5091
|
-
if (
|
|
5092
|
+
if (i.isCompiled)
|
|
5092
5093
|
return a;
|
|
5093
5094
|
[
|
|
5094
5095
|
f8,
|
|
@@ -5097,27 +5098,27 @@ function A8(n) {
|
|
|
5097
5098
|
d8,
|
|
5098
5099
|
E8,
|
|
5099
5100
|
m8
|
|
5100
|
-
].forEach((u) => u(
|
|
5101
|
+
].forEach((u) => u(i, c)), n.compilerExtensions.forEach((u) => u(i, c)), i.__beforeBegin = null, [
|
|
5101
5102
|
p8,
|
|
5102
5103
|
// do this later so compiler extensions that come earlier have access to the
|
|
5103
5104
|
// raw array if they wanted to perhaps manipulate it, etc.
|
|
5104
5105
|
h8,
|
|
5105
5106
|
// default to 1 relevance if not specified
|
|
5106
5107
|
g8
|
|
5107
|
-
].forEach((u) => u(
|
|
5108
|
+
].forEach((u) => u(i, c)), i.isCompiled = !0;
|
|
5108
5109
|
let l = null;
|
|
5109
|
-
return typeof
|
|
5110
|
+
return typeof i.keywords == "object" && i.keywords.$pattern && (i.keywords = Object.assign({}, i.keywords), l = i.keywords.$pattern, delete i.keywords.$pattern), l = l || /\w+/, i.keywords && (i.keywords = Or(i.keywords, n.case_insensitive)), a.keywordPatternRe = e(l, !0), c && (i.begin || (i.begin = /\B|\b/), a.beginRe = e(a.begin), !i.end && !i.endsWithParent && (i.end = /\B|\b/), i.end && (a.endRe = e(a.end)), a.terminatorEnd = ze(a.end) || "", i.endsWithParent && c.terminatorEnd && (a.terminatorEnd += (i.end ? "|" : "") + c.terminatorEnd)), i.illegal && (a.illegalRe = e(
|
|
5110
5111
|
/** @type {RegExp | string} */
|
|
5111
|
-
|
|
5112
|
-
)),
|
|
5113
|
-
return C8(u === "self" ?
|
|
5114
|
-
})),
|
|
5112
|
+
i.illegal
|
|
5113
|
+
)), i.contains || (i.contains = []), i.contains = [].concat(...i.contains.map(function(u) {
|
|
5114
|
+
return C8(u === "self" ? i : u);
|
|
5115
|
+
})), i.contains.forEach(function(u) {
|
|
5115
5116
|
s(
|
|
5116
5117
|
/** @type Mode */
|
|
5117
5118
|
u,
|
|
5118
5119
|
a
|
|
5119
5120
|
);
|
|
5120
|
-
}),
|
|
5121
|
+
}), i.starts && s(i.starts, c), a.matcher = o(a), a;
|
|
5121
5122
|
}
|
|
5122
5123
|
if (n.compilerExtensions || (n.compilerExtensions = []), n.contains && n.contains.includes("self"))
|
|
5123
5124
|
throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");
|
|
@@ -5143,8 +5144,8 @@ class D8 extends Error {
|
|
|
5143
5144
|
const Nn = Tr, Yt = he, Xt = Symbol("nomatch"), q8 = 7, zr = function(n) {
|
|
5144
5145
|
const e = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null), r = [];
|
|
5145
5146
|
let o = !0;
|
|
5146
|
-
const s = "Could not find the language '{}', did you forget to load/include a language module?",
|
|
5147
|
-
let
|
|
5147
|
+
const s = "Could not find the language '{}', did you forget to load/include a language module?", i = { disableAutodetect: !0, name: "Plain text", contains: [] };
|
|
5148
|
+
let c = {
|
|
5148
5149
|
ignoreUnescapedHTML: !1,
|
|
5149
5150
|
throwUnescapedHTML: !1,
|
|
5150
5151
|
noHighlightRe: /^(no-?highlight)$/i,
|
|
@@ -5157,17 +5158,17 @@ const Nn = Tr, Yt = he, Xt = Symbol("nomatch"), q8 = 7, zr = function(n) {
|
|
|
5157
5158
|
__emitter: $U
|
|
5158
5159
|
};
|
|
5159
5160
|
function a(d) {
|
|
5160
|
-
return
|
|
5161
|
+
return c.noHighlightRe.test(d);
|
|
5161
5162
|
}
|
|
5162
5163
|
function l(d) {
|
|
5163
5164
|
let x = d.className + " ";
|
|
5164
5165
|
x += d.parentNode ? d.parentNode.className : "";
|
|
5165
|
-
const D =
|
|
5166
|
+
const D = c.languageDetectRe.exec(x);
|
|
5166
5167
|
if (D) {
|
|
5167
|
-
const L =
|
|
5168
|
+
const L = H(D[1]);
|
|
5168
5169
|
return L || (Jt(s.replace("{}", D[1])), Jt("Falling back to no-highlight mode for this block.", d)), L ? D[1] : "no-highlight";
|
|
5169
5170
|
}
|
|
5170
|
-
return x.split(/\s+/).find((L) => a(L) ||
|
|
5171
|
+
return x.split(/\s+/).find((L) => a(L) || H(L));
|
|
5171
5172
|
}
|
|
5172
5173
|
function u(d, x, D) {
|
|
5173
5174
|
let L = "", U = "";
|
|
@@ -5211,7 +5212,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5211
5212
|
}
|
|
5212
5213
|
T += z.substring(v), j.addText(T);
|
|
5213
5214
|
}
|
|
5214
|
-
function
|
|
5215
|
+
function Ge() {
|
|
5215
5216
|
if (z === "")
|
|
5216
5217
|
return;
|
|
5217
5218
|
let v = null;
|
|
@@ -5227,7 +5228,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5227
5228
|
S.relevance > 0 && (je += v.relevance), j.__addSublanguage(v._emitter, v.language);
|
|
5228
5229
|
}
|
|
5229
5230
|
function Y() {
|
|
5230
|
-
S.subLanguage != null ?
|
|
5231
|
+
S.subLanguage != null ? Ge() : ne(), z = "";
|
|
5231
5232
|
}
|
|
5232
5233
|
function se(v, E) {
|
|
5233
5234
|
v !== "" && (j.startScope(E), j.addText(v), j.endScope());
|
|
@@ -5248,7 +5249,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5248
5249
|
return v.scope && typeof v.scope == "string" && j.openNode(ce.classNameAliases[v.scope] || v.scope), v.beginScope && (v.beginScope._wrap ? (se(z, ce.classNameAliases[v.beginScope._wrap] || v.beginScope._wrap), z = "") : v.beginScope._multi && (Qn(v.beginScope, E), z = "")), S = Object.create(v, { parent: { value: S } }), S;
|
|
5249
5250
|
}
|
|
5250
5251
|
function nt(v, E, T) {
|
|
5251
|
-
let B =
|
|
5252
|
+
let B = HU(v.endRe, T);
|
|
5252
5253
|
if (B) {
|
|
5253
5254
|
if (v["on:end"]) {
|
|
5254
5255
|
const W = new jt(v);
|
|
@@ -5290,19 +5291,19 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5290
5291
|
E.scope && v.unshift(E.scope);
|
|
5291
5292
|
v.forEach((E) => j.openNode(E));
|
|
5292
5293
|
}
|
|
5293
|
-
let
|
|
5294
|
+
let He = {};
|
|
5294
5295
|
function tt(v, E) {
|
|
5295
5296
|
const T = E && E[0];
|
|
5296
5297
|
if (z += v, T == null)
|
|
5297
5298
|
return Y(), 0;
|
|
5298
|
-
if (
|
|
5299
|
+
if (He.type === "begin" && E.type === "end" && He.index === E.index && T === "") {
|
|
5299
5300
|
if (z += x.slice(E.index, E.index + 1), !o) {
|
|
5300
5301
|
const B = new Error(`0 width match regex (${d})`);
|
|
5301
|
-
throw B.languageName = d, B.badRule =
|
|
5302
|
+
throw B.languageName = d, B.badRule = He.rule, B;
|
|
5302
5303
|
}
|
|
5303
5304
|
return 1;
|
|
5304
5305
|
}
|
|
5305
|
-
if (
|
|
5306
|
+
if (He = E, E.type === "begin")
|
|
5306
5307
|
return Kr(E);
|
|
5307
5308
|
if (E.type === "illegal" && !D) {
|
|
5308
5309
|
const B = new Error('Illegal lexeme "' + T + '" for mode "' + (S.scope || "<unnamed>") + '"');
|
|
@@ -5318,12 +5319,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5318
5319
|
throw new Error("potential infinite loop, way more iterations than matches");
|
|
5319
5320
|
return z += T, T.length;
|
|
5320
5321
|
}
|
|
5321
|
-
const ce =
|
|
5322
|
+
const ce = H(d);
|
|
5322
5323
|
if (!ce)
|
|
5323
5324
|
throw ke(s.replace("{}", d)), new Error('Unknown language: "' + d + '"');
|
|
5324
5325
|
const Xr = A8(ce);
|
|
5325
5326
|
let gn = "", S = L || Xr;
|
|
5326
|
-
const rt = {}, j = new
|
|
5327
|
+
const rt = {}, j = new c.__emitter(c);
|
|
5327
5328
|
Yr();
|
|
5328
5329
|
let z = "", je = 0, de = 0, mn = 0, _n = !1;
|
|
5329
5330
|
try {
|
|
@@ -5382,14 +5383,14 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5382
5383
|
value: Nn(d),
|
|
5383
5384
|
illegal: !1,
|
|
5384
5385
|
relevance: 0,
|
|
5385
|
-
_top:
|
|
5386
|
-
_emitter: new
|
|
5386
|
+
_top: i,
|
|
5387
|
+
_emitter: new c.__emitter(c)
|
|
5387
5388
|
};
|
|
5388
5389
|
return x._emitter.addText(d), x;
|
|
5389
5390
|
}
|
|
5390
5391
|
function p(d, x) {
|
|
5391
|
-
x = x ||
|
|
5392
|
-
const D = h(d), L = x.filter(
|
|
5392
|
+
x = x || c.languages || Object.keys(e);
|
|
5393
|
+
const D = h(d), L = x.filter(H).filter(P).map(
|
|
5393
5394
|
(Y) => f(Y, d, !1)
|
|
5394
5395
|
);
|
|
5395
5396
|
L.unshift(D);
|
|
@@ -5397,14 +5398,14 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5397
5398
|
if (Y.relevance !== se.relevance)
|
|
5398
5399
|
return se.relevance - Y.relevance;
|
|
5399
5400
|
if (Y.language && se.language) {
|
|
5400
|
-
if (
|
|
5401
|
+
if (H(Y.language).supersetOf === se.language)
|
|
5401
5402
|
return 1;
|
|
5402
|
-
if (
|
|
5403
|
+
if (H(se.language).supersetOf === Y.language)
|
|
5403
5404
|
return -1;
|
|
5404
5405
|
}
|
|
5405
5406
|
return 0;
|
|
5406
|
-
}), [K, ne] = U,
|
|
5407
|
-
return
|
|
5407
|
+
}), [K, ne] = U, Ge = K;
|
|
5408
|
+
return Ge.secondBest = ne, Ge;
|
|
5408
5409
|
}
|
|
5409
5410
|
function b(d, x, D) {
|
|
5410
5411
|
const L = x && t[x] || D;
|
|
@@ -5422,7 +5423,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5422
5423
|
console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.", d);
|
|
5423
5424
|
return;
|
|
5424
5425
|
}
|
|
5425
|
-
if (d.children.length > 0 && (
|
|
5426
|
+
if (d.children.length > 0 && (c.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(d)), c.throwUnescapedHTML))
|
|
5426
5427
|
throw new D8(
|
|
5427
5428
|
"One of your code blocks includes unescaped HTML.",
|
|
5428
5429
|
d.innerHTML
|
|
@@ -5440,7 +5441,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5440
5441
|
}), O("after:highlightElement", { el: d, result: U, text: L });
|
|
5441
5442
|
}
|
|
5442
5443
|
function A(d) {
|
|
5443
|
-
|
|
5444
|
+
c = Yt(c, d);
|
|
5444
5445
|
}
|
|
5445
5446
|
const y = () => {
|
|
5446
5447
|
C(), Ae("10.6.0", "initHighlighting() deprecated. Use highlightAll() now.");
|
|
@@ -5454,7 +5455,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5454
5455
|
w = !0;
|
|
5455
5456
|
return;
|
|
5456
5457
|
}
|
|
5457
|
-
document.querySelectorAll(
|
|
5458
|
+
document.querySelectorAll(c.cssSelector).forEach(k);
|
|
5458
5459
|
}
|
|
5459
5460
|
function q() {
|
|
5460
5461
|
w && C();
|
|
@@ -5469,7 +5470,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5469
5470
|
ke(L);
|
|
5470
5471
|
else
|
|
5471
5472
|
throw L;
|
|
5472
|
-
D =
|
|
5473
|
+
D = i;
|
|
5473
5474
|
}
|
|
5474
5475
|
D.name || (D.name = d), e[d] = D, D.rawDefinition = x.bind(null, n), D.aliases && R(D.aliases, { languageName: d });
|
|
5475
5476
|
}
|
|
@@ -5481,7 +5482,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5481
5482
|
function $() {
|
|
5482
5483
|
return Object.keys(e);
|
|
5483
5484
|
}
|
|
5484
|
-
function
|
|
5485
|
+
function H(d) {
|
|
5485
5486
|
return d = (d || "").toLowerCase(), e[d] || e[t[d]];
|
|
5486
5487
|
}
|
|
5487
5488
|
function R(d, { languageName: x }) {
|
|
@@ -5490,7 +5491,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5490
5491
|
});
|
|
5491
5492
|
}
|
|
5492
5493
|
function P(d) {
|
|
5493
|
-
const x =
|
|
5494
|
+
const x = H(d);
|
|
5494
5495
|
return x && !x.disableAutodetect;
|
|
5495
5496
|
}
|
|
5496
5497
|
function fe(d) {
|
|
@@ -5533,7 +5534,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5533
5534
|
registerLanguage: _,
|
|
5534
5535
|
unregisterLanguage: M,
|
|
5535
5536
|
listLanguages: $,
|
|
5536
|
-
getLanguage:
|
|
5537
|
+
getLanguage: H,
|
|
5537
5538
|
registerAliases: R,
|
|
5538
5539
|
autoDetection: P,
|
|
5539
5540
|
inherit: Yt,
|
|
@@ -5547,18 +5548,18 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = d, L = x), D ===
|
|
|
5547
5548
|
concat: we,
|
|
5548
5549
|
lookahead: Rr,
|
|
5549
5550
|
either: Jn,
|
|
5550
|
-
optional:
|
|
5551
|
+
optional: VU,
|
|
5551
5552
|
anyNumberOfTimes: UU
|
|
5552
5553
|
};
|
|
5553
5554
|
for (const d in Je)
|
|
5554
5555
|
typeof Je[d] == "object" && qr(Je[d]);
|
|
5555
5556
|
return Object.assign(n, Je), n;
|
|
5556
|
-
},
|
|
5557
|
-
|
|
5558
|
-
var T8 =
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
const tn = /* @__PURE__ */ ir(T8),
|
|
5557
|
+
}, qe = zr({});
|
|
5558
|
+
qe.newInstance = () => zr({});
|
|
5559
|
+
var T8 = qe;
|
|
5560
|
+
qe.HighlightJS = qe;
|
|
5561
|
+
qe.default = qe;
|
|
5562
|
+
const tn = /* @__PURE__ */ ir(T8), In = /* @__PURE__ */ te({
|
|
5562
5563
|
__name: "Message",
|
|
5563
5564
|
props: {
|
|
5564
5565
|
message: {
|
|
@@ -5567,27 +5568,27 @@ const tn = /* @__PURE__ */ ir(T8), Fn = /* @__PURE__ */ te({
|
|
|
5567
5568
|
}
|
|
5568
5569
|
},
|
|
5569
5570
|
setup(n) {
|
|
5570
|
-
const e = n, { message: t } = ro(e), r =
|
|
5571
|
+
const e = n, { message: t } = ro(e), r = De(() => t.value.text || "<Empty response>"), o = De(() => ({
|
|
5571
5572
|
"chat-message-from-user": t.value.sender === "user",
|
|
5572
5573
|
"chat-message-from-bot": t.value.sender === "bot"
|
|
5573
|
-
})),
|
|
5574
|
-
highlight(
|
|
5574
|
+
})), s = {
|
|
5575
|
+
highlight(i, c) {
|
|
5575
5576
|
if (c && tn.getLanguage(c))
|
|
5576
5577
|
try {
|
|
5577
|
-
return tn.highlight(
|
|
5578
|
+
return tn.highlight(i, { language: c }).value;
|
|
5578
5579
|
} catch {
|
|
5579
5580
|
}
|
|
5580
5581
|
return "";
|
|
5581
5582
|
}
|
|
5582
5583
|
};
|
|
5583
|
-
return (
|
|
5584
|
-
class: tr(["chat-message",
|
|
5584
|
+
return (i, c) => (I(), G("div", {
|
|
5585
|
+
class: tr(["chat-message", o.value])
|
|
5585
5586
|
}, [
|
|
5586
|
-
|
|
5587
|
-
be(
|
|
5587
|
+
Ie(i.$slots, "default", {}, () => [
|
|
5588
|
+
be(V(OU), {
|
|
5588
5589
|
class: "chat-message-markdown",
|
|
5589
|
-
source:
|
|
5590
|
-
options:
|
|
5590
|
+
source: r.value,
|
|
5591
|
+
options: s
|
|
5591
5592
|
}, null, 8, ["source"])
|
|
5592
5593
|
])
|
|
5593
5594
|
], 2));
|
|
@@ -5611,12 +5612,12 @@ const R8 = /* @__PURE__ */ J("div", { class: "chat-message-typing-body" }, [
|
|
|
5611
5612
|
text: "",
|
|
5612
5613
|
sender: "bot",
|
|
5613
5614
|
createdAt: ""
|
|
5614
|
-
}, r =
|
|
5615
|
+
}, r = De(() => ({
|
|
5615
5616
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
5616
5617
|
"chat-message-typing": !0,
|
|
5617
5618
|
[`chat-message-typing-animation-${e.animation}`]: !0
|
|
5618
5619
|
}));
|
|
5619
|
-
return (o, s) => (
|
|
5620
|
+
return (o, s) => (I(), X(V(In), {
|
|
5620
5621
|
class: tr(r.value),
|
|
5621
5622
|
message: t
|
|
5622
5623
|
}, {
|
|
@@ -5637,60 +5638,60 @@ const M8 = { class: "chat-messages-list" }, L8 = /* @__PURE__ */ te({
|
|
|
5637
5638
|
},
|
|
5638
5639
|
setup(n) {
|
|
5639
5640
|
const e = On(), { initialMessages: t, waitingForResponse: r } = e;
|
|
5640
|
-
return (o, s) => (
|
|
5641
|
-
(
|
|
5642
|
-
key:
|
|
5643
|
-
message:
|
|
5641
|
+
return (o, s) => (I(), G("div", M8, [
|
|
5642
|
+
(I(!0), G(ot, null, st(V(t), (i) => (I(), X(In, {
|
|
5643
|
+
key: i.id,
|
|
5644
|
+
message: i
|
|
5644
5645
|
}, null, 8, ["message"]))), 128)),
|
|
5645
|
-
(
|
|
5646
|
-
key:
|
|
5647
|
-
message:
|
|
5646
|
+
(I(!0), G(ot, null, st(n.messages, (i) => (I(), X(In, {
|
|
5647
|
+
key: i.id,
|
|
5648
|
+
message: i
|
|
5648
5649
|
}, null, 8, ["message"]))), 128)),
|
|
5649
|
-
|
|
5650
|
+
V(r) ? (I(), X(N8, { key: 0 })) : Fe("", !0)
|
|
5650
5651
|
]));
|
|
5651
5652
|
}
|
|
5652
5653
|
});
|
|
5653
|
-
const
|
|
5654
|
+
const I8 = {
|
|
5654
5655
|
viewBox: "0 0 24 24",
|
|
5655
5656
|
width: "1.2em",
|
|
5656
5657
|
height: "1.2em"
|
|
5657
|
-
},
|
|
5658
|
+
}, F8 = /* @__PURE__ */ J("path", {
|
|
5658
5659
|
fill: "currentColor",
|
|
5659
5660
|
d: "m2 21l21-9L2 3v7l15 2l-15 2v7Z"
|
|
5660
5661
|
}, null, -1), O8 = [
|
|
5661
|
-
|
|
5662
|
+
F8
|
|
5662
5663
|
];
|
|
5663
5664
|
function B8(n, e) {
|
|
5664
|
-
return
|
|
5665
|
+
return I(), G("svg", I8, O8);
|
|
5665
5666
|
}
|
|
5666
|
-
const P8 = { name: "mdi-send", render: B8 }, z8 = { class: "chat-input" }, $8 = ["placeholder", "onKeydown"], U8 = ["disabled"],
|
|
5667
|
+
const P8 = { name: "mdi-send", render: B8 }, z8 = { class: "chat-input" }, $8 = ["placeholder", "onKeydown"], U8 = ["disabled"], V8 = /* @__PURE__ */ te({
|
|
5667
5668
|
__name: "Input",
|
|
5668
5669
|
setup(n) {
|
|
5669
|
-
const e = On(), { waitingForResponse: t } = e, { t: r } = rn(), o = Ce(""), s =
|
|
5670
|
-
async function
|
|
5670
|
+
const e = On(), { waitingForResponse: t } = e, { t: r } = rn(), o = Ce(""), s = De(() => o.value === "" || t.value);
|
|
5671
|
+
async function i(a) {
|
|
5671
5672
|
if (a.preventDefault(), s.value)
|
|
5672
5673
|
return;
|
|
5673
5674
|
const l = o.value;
|
|
5674
5675
|
o.value = "", await e.sendMessage(l);
|
|
5675
5676
|
}
|
|
5676
|
-
async function
|
|
5677
|
-
a.shiftKey || await
|
|
5677
|
+
async function c(a) {
|
|
5678
|
+
a.shiftKey || await i(a);
|
|
5678
5679
|
}
|
|
5679
|
-
return (a, l) => (
|
|
5680
|
+
return (a, l) => (I(), G("div", z8, [
|
|
5680
5681
|
rr(J("textarea", {
|
|
5681
5682
|
"onUpdate:modelValue": l[0] || (l[0] = (u) => o.value = u),
|
|
5682
5683
|
rows: "1",
|
|
5683
|
-
placeholder:
|
|
5684
|
-
onKeydown: oo(
|
|
5684
|
+
placeholder: V(r)("inputPlaceholder"),
|
|
5685
|
+
onKeydown: oo(c, ["enter"])
|
|
5685
5686
|
}, null, 40, $8), [
|
|
5686
5687
|
[so, o.value]
|
|
5687
5688
|
]),
|
|
5688
5689
|
J("button", {
|
|
5689
5690
|
disabled: s.value,
|
|
5690
5691
|
class: "chat-input-send-button",
|
|
5691
|
-
onClick:
|
|
5692
|
+
onClick: i
|
|
5692
5693
|
}, [
|
|
5693
|
-
be(
|
|
5694
|
+
be(V(P8), {
|
|
5694
5695
|
height: "32",
|
|
5695
5696
|
width: "32"
|
|
5696
5697
|
})
|
|
@@ -5702,50 +5703,50 @@ const $r = /* @__PURE__ */ te({
|
|
|
5702
5703
|
__name: "Chat",
|
|
5703
5704
|
setup(n) {
|
|
5704
5705
|
const { t: e } = rn(), t = On(), { messages: r, currentSessionId: o } = t, { options: s } = Bn();
|
|
5705
|
-
async function
|
|
5706
|
-
t.startNewSession(),
|
|
5706
|
+
async function i() {
|
|
5707
|
+
t.startNewSession(), Be(() => {
|
|
5707
5708
|
xe.emit("scrollToBottom");
|
|
5708
5709
|
});
|
|
5709
5710
|
}
|
|
5710
|
-
async function
|
|
5711
|
-
await t.loadPreviousSession(),
|
|
5711
|
+
async function c() {
|
|
5712
|
+
await t.loadPreviousSession(), Be(() => {
|
|
5712
5713
|
xe.emit("scrollToBottom");
|
|
5713
5714
|
});
|
|
5714
5715
|
}
|
|
5715
|
-
return
|
|
5716
|
-
await
|
|
5717
|
-
}), (a, l) => (
|
|
5716
|
+
return Fn(async () => {
|
|
5717
|
+
await c(), !s.showWelcomeScreen && !o.value && await i();
|
|
5718
|
+
}), (a, l) => (I(), X(bo, { class: "chat-wrapper" }, {
|
|
5718
5719
|
header: ve(() => [
|
|
5719
|
-
J("h1", null, Xe(
|
|
5720
|
-
J("p", null, Xe(
|
|
5720
|
+
J("h1", null, Xe(V(e)("title")), 1),
|
|
5721
|
+
J("p", null, Xe(V(e)("subtitle")), 1)
|
|
5721
5722
|
]),
|
|
5722
5723
|
footer: ve(() => [
|
|
5723
|
-
|
|
5724
|
+
V(o) ? (I(), X(V8, { key: 0 })) : (I(), X(To, { key: 1 }))
|
|
5724
5725
|
]),
|
|
5725
5726
|
default: ve(() => [
|
|
5726
|
-
!
|
|
5727
|
+
!V(o) && V(s).showWelcomeScreen ? (I(), X(yo, {
|
|
5727
5728
|
key: 0,
|
|
5728
|
-
"onClick:button":
|
|
5729
|
-
})) : (
|
|
5729
|
+
"onClick:button": i
|
|
5730
|
+
})) : (I(), X(L8, {
|
|
5730
5731
|
key: 1,
|
|
5731
|
-
messages:
|
|
5732
|
+
messages: V(r)
|
|
5732
5733
|
}, null, 8, ["messages"]))
|
|
5733
5734
|
]),
|
|
5734
5735
|
_: 1
|
|
5735
5736
|
}));
|
|
5736
5737
|
}
|
|
5737
|
-
}),
|
|
5738
|
+
}), G8 = {
|
|
5738
5739
|
viewBox: "0 0 24 24",
|
|
5739
5740
|
width: "1.2em",
|
|
5740
5741
|
height: "1.2em"
|
|
5741
|
-
},
|
|
5742
|
+
}, H8 = /* @__PURE__ */ J("path", {
|
|
5742
5743
|
fill: "currentColor",
|
|
5743
5744
|
d: "M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8Z"
|
|
5744
5745
|
}, null, -1), j8 = [
|
|
5745
|
-
|
|
5746
|
+
H8
|
|
5746
5747
|
];
|
|
5747
5748
|
function Z8(n, e) {
|
|
5748
|
-
return
|
|
5749
|
+
return I(), G("svg", G8, j8);
|
|
5749
5750
|
}
|
|
5750
5751
|
const W8 = { name: "mdi-chat", render: Z8 }, K8 = {
|
|
5751
5752
|
viewBox: "0 0 24 24",
|
|
@@ -5758,18 +5759,18 @@ const W8 = { name: "mdi-chat", render: Z8 }, K8 = {
|
|
|
5758
5759
|
J8
|
|
5759
5760
|
];
|
|
5760
5761
|
function X8(n, e) {
|
|
5761
|
-
return
|
|
5762
|
+
return I(), G("svg", K8, Y8);
|
|
5762
5763
|
}
|
|
5763
5764
|
const Q8 = { name: "mdi-chevron-down", render: X8 }, e5 = { class: "chat-window-wrapper" }, n5 = { class: "chat-window" }, t5 = /* @__PURE__ */ te({
|
|
5764
5765
|
__name: "ChatWindow",
|
|
5765
5766
|
setup(n) {
|
|
5766
5767
|
const e = Ce(!1);
|
|
5767
5768
|
function t() {
|
|
5768
|
-
e.value = !e.value, e.value &&
|
|
5769
|
+
e.value = !e.value, e.value && Be(() => {
|
|
5769
5770
|
xe.emit("scrollToBottom");
|
|
5770
5771
|
});
|
|
5771
5772
|
}
|
|
5772
|
-
return (r, o) => (
|
|
5773
|
+
return (r, o) => (I(), G("div", e5, [
|
|
5773
5774
|
be(ct, { name: "chat-window-transition" }, {
|
|
5774
5775
|
default: ve(() => [
|
|
5775
5776
|
rr(J("div", n5, [
|
|
@@ -5789,11 +5790,11 @@ const Q8 = { name: "mdi-chevron-down", render: X8 }, e5 = { class: "chat-window-
|
|
|
5789
5790
|
mode: "out-in"
|
|
5790
5791
|
}, {
|
|
5791
5792
|
default: ve(() => [
|
|
5792
|
-
e.value ? (
|
|
5793
|
+
e.value ? (I(), X(V(Q8), {
|
|
5793
5794
|
key: 1,
|
|
5794
5795
|
height: "32",
|
|
5795
5796
|
width: "32"
|
|
5796
|
-
})) : (
|
|
5797
|
+
})) : (I(), X(V(W8), {
|
|
5797
5798
|
key: 0,
|
|
5798
5799
|
height: "32",
|
|
5799
5800
|
width: "32"
|
|
@@ -5818,10 +5819,10 @@ function r5(n) {
|
|
|
5818
5819
|
illegal: /\n/
|
|
5819
5820
|
}
|
|
5820
5821
|
]
|
|
5821
|
-
},
|
|
5822
|
+
}, i = n.inherit(s, {
|
|
5822
5823
|
begin: /\(/,
|
|
5823
5824
|
end: /\)/
|
|
5824
|
-
}),
|
|
5825
|
+
}), c = n.inherit(n.APOS_STRING_MODE, { className: "string" }), a = n.inherit(n.QUOTE_STRING_MODE, { className: "string" }), l = {
|
|
5825
5826
|
endsWithParent: !0,
|
|
5826
5827
|
illegal: /</,
|
|
5827
5828
|
relevance: 0,
|
|
@@ -5881,8 +5882,8 @@ function r5(n) {
|
|
|
5881
5882
|
contains: [
|
|
5882
5883
|
s,
|
|
5883
5884
|
a,
|
|
5884
|
-
i,
|
|
5885
5885
|
c,
|
|
5886
|
+
i,
|
|
5886
5887
|
{
|
|
5887
5888
|
begin: /\[/,
|
|
5888
5889
|
end: /\]/,
|
|
@@ -5893,9 +5894,9 @@ function r5(n) {
|
|
|
5893
5894
|
end: />/,
|
|
5894
5895
|
contains: [
|
|
5895
5896
|
s,
|
|
5896
|
-
|
|
5897
|
+
i,
|
|
5897
5898
|
a,
|
|
5898
|
-
|
|
5899
|
+
c
|
|
5899
5900
|
]
|
|
5900
5901
|
}
|
|
5901
5902
|
]
|
|
@@ -6121,7 +6122,7 @@ const Qt = "[A-Za-z$_][0-9A-Za-z$_]*", o5 = [
|
|
|
6121
6122
|
"Intl",
|
|
6122
6123
|
// WebAssembly
|
|
6123
6124
|
"WebAssembly"
|
|
6124
|
-
],
|
|
6125
|
+
], Vr = [
|
|
6125
6126
|
"Error",
|
|
6126
6127
|
"EvalError",
|
|
6127
6128
|
"InternalError",
|
|
@@ -6130,7 +6131,7 @@ const Qt = "[A-Za-z$_][0-9A-Za-z$_]*", o5 = [
|
|
|
6130
6131
|
"SyntaxError",
|
|
6131
6132
|
"TypeError",
|
|
6132
6133
|
"URIError"
|
|
6133
|
-
],
|
|
6134
|
+
], Gr = [
|
|
6134
6135
|
"setInterval",
|
|
6135
6136
|
"setTimeout",
|
|
6136
6137
|
"clearInterval",
|
|
@@ -6161,9 +6162,9 @@ const Qt = "[A-Za-z$_][0-9A-Za-z$_]*", o5 = [
|
|
|
6161
6162
|
"global"
|
|
6162
6163
|
// Node.js
|
|
6163
6164
|
], i5 = [].concat(
|
|
6164
|
-
|
|
6165
|
+
Gr,
|
|
6165
6166
|
Ur,
|
|
6166
|
-
|
|
6167
|
+
Vr
|
|
6167
6168
|
);
|
|
6168
6169
|
function a5(n) {
|
|
6169
6170
|
const e = n.regex, t = (x, { after: D }) => {
|
|
@@ -6172,7 +6173,7 @@ function a5(n) {
|
|
|
6172
6173
|
}, r = Qt, o = {
|
|
6173
6174
|
begin: "<>",
|
|
6174
6175
|
end: "</>"
|
|
6175
|
-
}, s = /<[A-Za-z0-9\\._:-]+\s*\/>/,
|
|
6176
|
+
}, s = /<[A-Za-z0-9\\._:-]+\s*\/>/, i = {
|
|
6176
6177
|
begin: /<[A-Za-z0-9\\._:-]+/,
|
|
6177
6178
|
end: /\/[A-Za-z0-9\\._:-]+>|\/>/,
|
|
6178
6179
|
/**
|
|
@@ -6204,7 +6205,7 @@ function a5(n) {
|
|
|
6204
6205
|
return;
|
|
6205
6206
|
}
|
|
6206
6207
|
}
|
|
6207
|
-
},
|
|
6208
|
+
}, c = {
|
|
6208
6209
|
$pattern: Qt,
|
|
6209
6210
|
keyword: o5,
|
|
6210
6211
|
literal: s5,
|
|
@@ -6231,7 +6232,7 @@ function a5(n) {
|
|
|
6231
6232
|
className: "subst",
|
|
6232
6233
|
begin: "\\$\\{",
|
|
6233
6234
|
end: "\\}",
|
|
6234
|
-
keywords:
|
|
6235
|
+
keywords: c,
|
|
6235
6236
|
contains: []
|
|
6236
6237
|
// defined later
|
|
6237
6238
|
}, p = {
|
|
@@ -6342,7 +6343,7 @@ function a5(n) {
|
|
|
6342
6343
|
// it from ending too early by matching another }
|
|
6343
6344
|
begin: /\{/,
|
|
6344
6345
|
end: /\}/,
|
|
6345
|
-
keywords:
|
|
6346
|
+
keywords: c,
|
|
6346
6347
|
contains: [
|
|
6347
6348
|
"self"
|
|
6348
6349
|
].concat(w)
|
|
@@ -6352,7 +6353,7 @@ function a5(n) {
|
|
|
6352
6353
|
{
|
|
6353
6354
|
begin: /\(/,
|
|
6354
6355
|
end: /\)/,
|
|
6355
|
-
keywords:
|
|
6356
|
+
keywords: c,
|
|
6356
6357
|
contains: ["self"].concat(C)
|
|
6357
6358
|
}
|
|
6358
6359
|
]), _ = {
|
|
@@ -6361,7 +6362,7 @@ function a5(n) {
|
|
|
6361
6362
|
end: /\)/,
|
|
6362
6363
|
excludeBegin: !0,
|
|
6363
6364
|
excludeEnd: !0,
|
|
6364
|
-
keywords:
|
|
6365
|
+
keywords: c,
|
|
6365
6366
|
contains: q
|
|
6366
6367
|
}, M = {
|
|
6367
6368
|
variants: [
|
|
@@ -6417,10 +6418,10 @@ function a5(n) {
|
|
|
6417
6418
|
_: [
|
|
6418
6419
|
// se we still get relevance credit for JS library classes
|
|
6419
6420
|
...Ur,
|
|
6420
|
-
...
|
|
6421
|
+
...Vr
|
|
6421
6422
|
]
|
|
6422
6423
|
}
|
|
6423
|
-
},
|
|
6424
|
+
}, H = {
|
|
6424
6425
|
label: "use_strict",
|
|
6425
6426
|
className: "meta",
|
|
6426
6427
|
relevance: 10,
|
|
@@ -6462,7 +6463,7 @@ function a5(n) {
|
|
|
6462
6463
|
match: e.concat(
|
|
6463
6464
|
/\b/,
|
|
6464
6465
|
fe([
|
|
6465
|
-
...
|
|
6466
|
+
...Gr,
|
|
6466
6467
|
"super",
|
|
6467
6468
|
"import"
|
|
6468
6469
|
]),
|
|
@@ -6521,7 +6522,7 @@ function a5(n) {
|
|
|
6521
6522
|
return {
|
|
6522
6523
|
name: "JavaScript",
|
|
6523
6524
|
aliases: ["js", "jsx", "mjs", "cjs"],
|
|
6524
|
-
keywords:
|
|
6525
|
+
keywords: c,
|
|
6525
6526
|
// this will be extended by TypeScript
|
|
6526
6527
|
exports: { PARAMS_CONTAINS: q, CLASS_REFERENCE: $ },
|
|
6527
6528
|
illegal: /#(?![$_A-z])/,
|
|
@@ -6531,7 +6532,7 @@ function a5(n) {
|
|
|
6531
6532
|
binary: "node",
|
|
6532
6533
|
relevance: 5
|
|
6533
6534
|
}),
|
|
6534
|
-
|
|
6535
|
+
H,
|
|
6535
6536
|
n.APOS_STRING_MODE,
|
|
6536
6537
|
n.QUOTE_STRING_MODE,
|
|
6537
6538
|
p,
|
|
@@ -6583,7 +6584,7 @@ function a5(n) {
|
|
|
6583
6584
|
end: /\)/,
|
|
6584
6585
|
excludeBegin: !0,
|
|
6585
6586
|
excludeEnd: !0,
|
|
6586
|
-
keywords:
|
|
6587
|
+
keywords: c,
|
|
6587
6588
|
contains: q
|
|
6588
6589
|
}
|
|
6589
6590
|
]
|
|
@@ -6605,18 +6606,18 @@ function a5(n) {
|
|
|
6605
6606
|
{ begin: o.begin, end: o.end },
|
|
6606
6607
|
{ match: s },
|
|
6607
6608
|
{
|
|
6608
|
-
begin:
|
|
6609
|
+
begin: i.begin,
|
|
6609
6610
|
// we carefully check the opening tag to see if it truly
|
|
6610
6611
|
// is a tag and not a false positive
|
|
6611
|
-
"on:begin":
|
|
6612
|
-
end:
|
|
6612
|
+
"on:begin": i.isTrulyOpeningTag,
|
|
6613
|
+
end: i.end
|
|
6613
6614
|
}
|
|
6614
6615
|
],
|
|
6615
6616
|
subLanguage: "xml",
|
|
6616
6617
|
contains: [
|
|
6617
6618
|
{
|
|
6618
|
-
begin:
|
|
6619
|
-
end:
|
|
6619
|
+
begin: i.begin,
|
|
6620
|
+
end: i.end,
|
|
6620
6621
|
skip: !0,
|
|
6621
6622
|
contains: ["self"]
|
|
6622
6623
|
}
|
|
@@ -6676,13 +6677,13 @@ const l5 = /* @__PURE__ */ te({
|
|
|
6676
6677
|
__name: "App",
|
|
6677
6678
|
props: {},
|
|
6678
6679
|
setup(n) {
|
|
6679
|
-
const { options: e } = Bn(), t =
|
|
6680
|
-
return
|
|
6680
|
+
const { options: e } = Bn(), t = De(() => e.mode === "fullscreen");
|
|
6681
|
+
return Fn(() => {
|
|
6681
6682
|
tn.registerLanguage("xml", r5), tn.registerLanguage("javascript", a5);
|
|
6682
|
-
}), (r, o) => t.value ? (
|
|
6683
|
+
}), (r, o) => t.value ? (I(), X(V($r), {
|
|
6683
6684
|
key: 0,
|
|
6684
6685
|
class: "n8n-chat"
|
|
6685
|
-
})) : (
|
|
6686
|
+
})) : (I(), X(V(t5), {
|
|
6686
6687
|
key: 1,
|
|
6687
6688
|
class: "n8n-chat"
|
|
6688
6689
|
}));
|
|
@@ -6707,7 +6708,7 @@ function d5(n) {
|
|
|
6707
6708
|
throw TypeError("Stringified UUID is invalid");
|
|
6708
6709
|
return t;
|
|
6709
6710
|
}
|
|
6710
|
-
function
|
|
6711
|
+
function Le(n, e, t) {
|
|
6711
6712
|
n = n || {};
|
|
6712
6713
|
var r = n.random || (n.rng || f5)();
|
|
6713
6714
|
if (r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, e) {
|
|
@@ -6721,7 +6722,7 @@ function Me(n, e, t) {
|
|
|
6721
6722
|
async function g5() {
|
|
6722
6723
|
return "";
|
|
6723
6724
|
}
|
|
6724
|
-
async function
|
|
6725
|
+
async function Hr(...n) {
|
|
6725
6726
|
var r;
|
|
6726
6727
|
const e = await g5();
|
|
6727
6728
|
return await (await fetch(n[0], {
|
|
@@ -6739,10 +6740,10 @@ async function jr(n, e = {}, t = {}) {
|
|
|
6739
6740
|
let r = n;
|
|
6740
6741
|
return Object.keys(e).length > 0 && (r = `${r}?${new URLSearchParams(
|
|
6741
6742
|
e
|
|
6742
|
-
).toString()}`),
|
|
6743
|
+
).toString()}`), Hr(r, { ...t, method: "GET" });
|
|
6743
6744
|
}
|
|
6744
6745
|
async function Zr(n, e = {}, t = {}) {
|
|
6745
|
-
return
|
|
6746
|
+
return Hr(n, {
|
|
6746
6747
|
...t,
|
|
6747
6748
|
method: "POST",
|
|
6748
6749
|
body: JSON.stringify(e)
|
|
@@ -6754,7 +6755,7 @@ async function m5(n, e) {
|
|
|
6754
6755
|
`${e.webhookUrl}`,
|
|
6755
6756
|
{
|
|
6756
6757
|
action: "loadPreviousSession",
|
|
6757
|
-
[e.
|
|
6758
|
+
[e.chatSessionKey]: n,
|
|
6758
6759
|
...e.metadata ? { metadata: e.metadata } : {}
|
|
6759
6760
|
},
|
|
6760
6761
|
{
|
|
@@ -6768,7 +6769,7 @@ async function _5(n, e, t) {
|
|
|
6768
6769
|
`${t.webhookUrl}`,
|
|
6769
6770
|
{
|
|
6770
6771
|
action: "sendMessage",
|
|
6771
|
-
[t.
|
|
6772
|
+
[t.chatSessionKey]: e,
|
|
6772
6773
|
[t.chatInputKey]: n,
|
|
6773
6774
|
...t.metadata ? { metadata: t.metadata } : {}
|
|
6774
6775
|
},
|
|
@@ -6780,22 +6781,22 @@ async function _5(n, e, t) {
|
|
|
6780
6781
|
const b5 = {
|
|
6781
6782
|
install(n, e) {
|
|
6782
6783
|
n.provide(cr, e);
|
|
6783
|
-
const t = Ce([]), r = Ce(null), o = Ce(!1), s =
|
|
6784
|
+
const t = Ce([]), r = Ce(null), o = Ce(!1), s = De(
|
|
6784
6785
|
() => (e.initialMessages ?? []).map((u) => ({
|
|
6785
|
-
id:
|
|
6786
|
+
id: Le(),
|
|
6786
6787
|
text: u,
|
|
6787
6788
|
sender: "bot",
|
|
6788
6789
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
6789
6790
|
}))
|
|
6790
6791
|
);
|
|
6791
|
-
async function
|
|
6792
|
+
async function i(u) {
|
|
6792
6793
|
const f = {
|
|
6793
|
-
id:
|
|
6794
|
+
id: Le(),
|
|
6794
6795
|
text: u,
|
|
6795
6796
|
sender: "user",
|
|
6796
6797
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
6797
6798
|
};
|
|
6798
|
-
t.value.push(f), o.value = !0,
|
|
6799
|
+
t.value.push(f), o.value = !0, Be(() => {
|
|
6799
6800
|
xe.emit("scrollToBottom");
|
|
6800
6801
|
});
|
|
6801
6802
|
const h = await _5(
|
|
@@ -6803,17 +6804,19 @@ const b5 = {
|
|
|
6803
6804
|
r.value,
|
|
6804
6805
|
e
|
|
6805
6806
|
), p = {
|
|
6806
|
-
id:
|
|
6807
|
+
id: Le(),
|
|
6807
6808
|
text: h.output,
|
|
6808
6809
|
sender: "bot",
|
|
6809
6810
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
6810
6811
|
};
|
|
6811
|
-
t.value.push(p), o.value = !1,
|
|
6812
|
+
t.value.push(p), o.value = !1, Be(() => {
|
|
6812
6813
|
xe.emit("scrollToBottom");
|
|
6813
6814
|
});
|
|
6814
6815
|
}
|
|
6815
|
-
async function
|
|
6816
|
-
|
|
6816
|
+
async function c() {
|
|
6817
|
+
if (!e.loadPreviousSession)
|
|
6818
|
+
return;
|
|
6819
|
+
const u = localStorage.getItem(it) ?? Le(), f = await m5(u, e), h = (/* @__PURE__ */ new Date()).toISOString();
|
|
6817
6820
|
return t.value = ((f == null ? void 0 : f.data) || []).map((p, b) => ({
|
|
6818
6821
|
id: `${b}`,
|
|
6819
6822
|
text: p.kwargs.content,
|
|
@@ -6822,16 +6825,16 @@ const b5 = {
|
|
|
6822
6825
|
})), t.value.length && (r.value = u), u;
|
|
6823
6826
|
}
|
|
6824
6827
|
async function a() {
|
|
6825
|
-
r.value =
|
|
6828
|
+
r.value = Le(), localStorage.setItem(it, r.value);
|
|
6826
6829
|
}
|
|
6827
6830
|
const l = {
|
|
6828
6831
|
initialMessages: s,
|
|
6829
6832
|
messages: t,
|
|
6830
6833
|
currentSessionId: r,
|
|
6831
6834
|
waitingForResponse: o,
|
|
6832
|
-
loadPreviousSession:
|
|
6835
|
+
loadPreviousSession: c,
|
|
6833
6836
|
startNewSession: a,
|
|
6834
|
-
sendMessage:
|
|
6837
|
+
sendMessage: i
|
|
6835
6838
|
};
|
|
6836
6839
|
n.provide(sr, l), n.config.globalProperties.$chat = l;
|
|
6837
6840
|
}
|
|
@@ -6839,22 +6842,22 @@ const b5 = {
|
|
|
6839
6842
|
function k5(n) {
|
|
6840
6843
|
var o, s;
|
|
6841
6844
|
const e = {
|
|
6842
|
-
...
|
|
6845
|
+
...Me,
|
|
6843
6846
|
...n,
|
|
6844
6847
|
webhookConfig: {
|
|
6845
|
-
...
|
|
6848
|
+
...Me.webhookConfig,
|
|
6846
6849
|
...n == null ? void 0 : n.webhookConfig
|
|
6847
6850
|
},
|
|
6848
6851
|
i18n: {
|
|
6849
|
-
...
|
|
6852
|
+
...Me.i18n,
|
|
6850
6853
|
...n == null ? void 0 : n.i18n,
|
|
6851
6854
|
en: {
|
|
6852
|
-
...(o =
|
|
6855
|
+
...(o = Me.i18n) == null ? void 0 : o.en,
|
|
6853
6856
|
...(s = n == null ? void 0 : n.i18n) == null ? void 0 : s.en
|
|
6854
6857
|
}
|
|
6855
6858
|
},
|
|
6856
6859
|
theme: {
|
|
6857
|
-
...
|
|
6860
|
+
...Me.theme,
|
|
6858
6861
|
...n == null ? void 0 : n.theme
|
|
6859
6862
|
}
|
|
6860
6863
|
}, t = e.target ?? vo;
|