coc-markdownlint 1.29.0 → 1.30.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/lib/index.js +1273 -1258
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -5094,30 +5094,33 @@ var require_micromark = __commonJS({
|
|
|
5094
5094
|
}, o: (e2, t2) => Object.prototype.hasOwnProperty.call(e2, t2), r: (e2) => {
|
|
5095
5095
|
"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e2, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e2, "__esModule", { value: true });
|
|
5096
5096
|
} }, t = {};
|
|
5097
|
-
e.r(t), e.d(t, { gfmAutolinkLiteral: () =>
|
|
5097
|
+
e.r(t), e.d(t, { gfmAutolinkLiteral: () => D, gfmFootnote: () => P, gfmTable: () => Q, math: () => re, parse: () => vt, postprocess: () => yt, preprocess: () => qt });
|
|
5098
5098
|
var n = {};
|
|
5099
|
-
e.r(n), e.d(n, { attentionMarkers: () =>
|
|
5100
|
-
const r =
|
|
5099
|
+
e.r(n), e.d(n, { attentionMarkers: () => xt, contentInitial: () => pt, disable: () => kt, document: () => ft, flow: () => mt, flowInitial: () => dt, insideSpan: () => bt, string: () => gt, text: () => ht });
|
|
5100
|
+
const r = h(/\p{P}/u), i = h(/[A-Za-z]/), o = h(/[\dA-Za-z]/), c = h(/[#-'*+\--9=?A-Z^-~]/);
|
|
5101
5101
|
function u(e2) {
|
|
5102
5102
|
return null !== e2 && (e2 < 32 || 127 === e2);
|
|
5103
5103
|
}
|
|
5104
|
-
const
|
|
5105
|
-
function
|
|
5104
|
+
const a = h(/\d/), s = h(/[\dA-Fa-f]/), l = h(/[!-/:-@[-`{-~]/);
|
|
5105
|
+
function f(e2) {
|
|
5106
5106
|
return null !== e2 && e2 < -2;
|
|
5107
5107
|
}
|
|
5108
|
-
function
|
|
5108
|
+
function p(e2) {
|
|
5109
5109
|
return null !== e2 && (e2 < 0 || 32 === e2);
|
|
5110
5110
|
}
|
|
5111
|
-
function
|
|
5111
|
+
function d(e2) {
|
|
5112
5112
|
return -2 === e2 || -1 === e2 || 32 === e2;
|
|
5113
5113
|
}
|
|
5114
|
-
|
|
5115
|
-
|
|
5114
|
+
function m(e2) {
|
|
5115
|
+
return l(e2) || r(e2);
|
|
5116
|
+
}
|
|
5117
|
+
const g = h(/\s/);
|
|
5118
|
+
function h(e2) {
|
|
5116
5119
|
return function(t2) {
|
|
5117
|
-
return null !== t2 && e2.test(String.fromCharCode(t2));
|
|
5120
|
+
return null !== t2 && t2 > -1 && e2.test(String.fromCharCode(t2));
|
|
5118
5121
|
};
|
|
5119
5122
|
}
|
|
5120
|
-
const
|
|
5123
|
+
const b = { tokenize: function(e2, t2, n2) {
|
|
5121
5124
|
let r2 = 0;
|
|
5122
5125
|
return function t3(o2) {
|
|
5123
5126
|
return (87 === o2 || 119 === o2) && r2 < 3 ? (r2++, e2.consume(o2), t3) : 46 === o2 && 3 === r2 ? (e2.consume(o2), i2) : n2(o2);
|
|
@@ -5125,64 +5128,64 @@ var require_micromark = __commonJS({
|
|
|
5125
5128
|
function i2(e3) {
|
|
5126
5129
|
return null === e3 ? n2(e3) : t2(e3);
|
|
5127
5130
|
}
|
|
5128
|
-
}, partial: true },
|
|
5131
|
+
}, partial: true }, x = { tokenize: function(e2, t2, n2) {
|
|
5129
5132
|
let r2, i2, o2;
|
|
5130
|
-
return
|
|
5131
|
-
function u2(t3) {
|
|
5132
|
-
return 46 === t3 || 95 === t3 ? e2.check(k, a2, c2)(t3) : null === t3 || f(t3) || m(t3) || 45 !== t3 && d(t3) ? a2(t3) : (o2 = true, e2.consume(t3), u2);
|
|
5133
|
-
}
|
|
5133
|
+
return c2;
|
|
5134
5134
|
function c2(t3) {
|
|
5135
|
-
return 95 === t3 ?
|
|
5135
|
+
return 46 === t3 || 95 === t3 ? e2.check(v, a2, u2)(t3) : null === t3 || p(t3) || g(t3) || 45 !== t3 && m(t3) ? a2(t3) : (o2 = true, e2.consume(t3), c2);
|
|
5136
|
+
}
|
|
5137
|
+
function u2(t3) {
|
|
5138
|
+
return 95 === t3 ? r2 = true : (i2 = r2, r2 = void 0), e2.consume(t3), c2;
|
|
5136
5139
|
}
|
|
5137
5140
|
function a2(e3) {
|
|
5138
5141
|
return i2 || r2 || !o2 ? n2(e3) : t2(e3);
|
|
5139
5142
|
}
|
|
5140
|
-
}, partial: true },
|
|
5143
|
+
}, partial: true }, k = { tokenize: function(e2, t2) {
|
|
5141
5144
|
let n2 = 0, r2 = 0;
|
|
5142
5145
|
return i2;
|
|
5143
|
-
function i2(
|
|
5144
|
-
return 40 ===
|
|
5146
|
+
function i2(c2) {
|
|
5147
|
+
return 40 === c2 ? (n2++, e2.consume(c2), i2) : 41 === c2 && r2 < n2 ? o2(c2) : 33 === c2 || 34 === c2 || 38 === c2 || 39 === c2 || 41 === c2 || 42 === c2 || 44 === c2 || 46 === c2 || 58 === c2 || 59 === c2 || 60 === c2 || 63 === c2 || 93 === c2 || 95 === c2 || 126 === c2 ? e2.check(v, t2, o2)(c2) : null === c2 || p(c2) || g(c2) ? t2(c2) : (e2.consume(c2), i2);
|
|
5145
5148
|
}
|
|
5146
5149
|
function o2(t3) {
|
|
5147
5150
|
return 41 === t3 && r2++, e2.consume(t3), i2;
|
|
5148
5151
|
}
|
|
5149
|
-
}, partial: true },
|
|
5150
|
-
return
|
|
5151
|
-
function i2
|
|
5152
|
-
return 33 ===
|
|
5152
|
+
}, partial: true }, v = { tokenize: function(e2, t2, n2) {
|
|
5153
|
+
return r2;
|
|
5154
|
+
function r2(i2) {
|
|
5155
|
+
return 33 === i2 || 34 === i2 || 39 === i2 || 41 === i2 || 42 === i2 || 44 === i2 || 46 === i2 || 58 === i2 || 59 === i2 || 63 === i2 || 95 === i2 || 126 === i2 ? (e2.consume(i2), r2) : 38 === i2 ? (e2.consume(i2), c2) : 93 === i2 ? (e2.consume(i2), o2) : 60 === i2 || null === i2 || p(i2) || g(i2) ? t2(i2) : n2(i2);
|
|
5153
5156
|
}
|
|
5154
5157
|
function o2(e3) {
|
|
5155
|
-
return null === e3 || 40 === e3 || 91 === e3 ||
|
|
5158
|
+
return null === e3 || 40 === e3 || 91 === e3 || p(e3) || g(e3) ? t2(e3) : r2(e3);
|
|
5156
5159
|
}
|
|
5157
|
-
function
|
|
5158
|
-
return
|
|
5160
|
+
function c2(e3) {
|
|
5161
|
+
return i(e3) ? u2(e3) : n2(e3);
|
|
5159
5162
|
}
|
|
5160
|
-
function
|
|
5161
|
-
return 59 === t3 ? (e2.consume(t3),
|
|
5163
|
+
function u2(t3) {
|
|
5164
|
+
return 59 === t3 ? (e2.consume(t3), r2) : i(t3) ? (e2.consume(t3), u2) : n2(t3);
|
|
5162
5165
|
}
|
|
5163
|
-
}, partial: true },
|
|
5166
|
+
}, partial: true }, y = { tokenize: function(e2, t2, n2) {
|
|
5164
5167
|
return function(t3) {
|
|
5165
5168
|
return e2.consume(t3), r2;
|
|
5166
5169
|
};
|
|
5167
5170
|
function r2(e3) {
|
|
5168
|
-
return
|
|
5171
|
+
return o(e3) ? n2(e3) : t2(e3);
|
|
5169
5172
|
}
|
|
5170
|
-
}, partial: true },
|
|
5173
|
+
}, partial: true }, w = { tokenize: function(e2, t2, n2) {
|
|
5171
5174
|
const r2 = this;
|
|
5172
5175
|
return function(t3) {
|
|
5173
|
-
return 87 !== t3 && 119 !== t3 || !
|
|
5176
|
+
return 87 !== t3 && 119 !== t3 || !L.call(r2, r2.previous) || C(r2.events) ? n2(t3) : (e2.enter("literalAutolink"), e2.enter("literalAutolinkWww"), e2.check(b, e2.attempt(x, e2.attempt(k, i2), n2), n2)(t3));
|
|
5174
5177
|
};
|
|
5175
5178
|
function i2(n3) {
|
|
5176
5179
|
return e2.exit("literalAutolinkWww"), e2.exit("literalAutolink"), t2(n3);
|
|
5177
5180
|
}
|
|
5178
|
-
}, previous:
|
|
5179
|
-
const
|
|
5181
|
+
}, previous: L }, q = { tokenize: function(e2, t2, n2) {
|
|
5182
|
+
const r2 = this;
|
|
5180
5183
|
let o2 = "", c2 = false;
|
|
5181
5184
|
return function(t3) {
|
|
5182
|
-
return 72 !== t3 && 104 !== t3 || !
|
|
5185
|
+
return 72 !== t3 && 104 !== t3 || !F.call(r2, r2.previous) || C(r2.events) ? n2(t3) : (e2.enter("literalAutolink"), e2.enter("literalAutolinkHttp"), o2 += String.fromCodePoint(t3), e2.consume(t3), a2);
|
|
5183
5186
|
};
|
|
5184
5187
|
function a2(t3) {
|
|
5185
|
-
if (
|
|
5188
|
+
if (i(t3) && o2.length < 5)
|
|
5186
5189
|
return o2 += String.fromCodePoint(t3), e2.consume(t3), a2;
|
|
5187
5190
|
if (58 === t3) {
|
|
5188
5191
|
const n3 = o2.toLowerCase();
|
|
@@ -5195,46 +5198,49 @@ var require_micromark = __commonJS({
|
|
|
5195
5198
|
return 47 === t3 ? (e2.consume(t3), c2 ? l2 : (c2 = true, s2)) : n2(t3);
|
|
5196
5199
|
}
|
|
5197
5200
|
function l2(t3) {
|
|
5198
|
-
return null === t3 || u(t3) ||
|
|
5201
|
+
return null === t3 || u(t3) || p(t3) || g(t3) || m(t3) ? n2(t3) : e2.attempt(x, e2.attempt(k, f2), n2)(t3);
|
|
5199
5202
|
}
|
|
5200
|
-
function
|
|
5203
|
+
function f2(n3) {
|
|
5201
5204
|
return e2.exit("literalAutolinkHttp"), e2.exit("literalAutolink"), t2(n3);
|
|
5202
5205
|
}
|
|
5203
|
-
}, previous:
|
|
5204
|
-
const
|
|
5205
|
-
let
|
|
5206
|
+
}, previous: F }, S = { tokenize: function(e2, t2, n2) {
|
|
5207
|
+
const r2 = this;
|
|
5208
|
+
let c2, u2;
|
|
5206
5209
|
return function(t3) {
|
|
5207
|
-
return
|
|
5210
|
+
return z(t3) && A.call(r2, r2.previous) && !C(r2.events) ? (e2.enter("literalAutolink"), e2.enter("literalAutolinkEmail"), a2(t3)) : n2(t3);
|
|
5208
5211
|
};
|
|
5209
5212
|
function a2(t3) {
|
|
5210
|
-
return
|
|
5213
|
+
return z(t3) ? (e2.consume(t3), a2) : 64 === t3 ? (e2.consume(t3), s2) : n2(t3);
|
|
5211
5214
|
}
|
|
5212
5215
|
function s2(t3) {
|
|
5213
|
-
return 46 === t3 ? e2.check(
|
|
5216
|
+
return 46 === t3 ? e2.check(y, f2, l2)(t3) : 45 === t3 || 95 === t3 || o(t3) ? (u2 = true, e2.consume(t3), s2) : f2(t3);
|
|
5214
5217
|
}
|
|
5215
5218
|
function l2(t3) {
|
|
5216
|
-
return e2.consume(t3),
|
|
5219
|
+
return e2.consume(t3), c2 = true, s2;
|
|
5217
5220
|
}
|
|
5218
|
-
function f2(
|
|
5219
|
-
return
|
|
5221
|
+
function f2(o2) {
|
|
5222
|
+
return u2 && c2 && i(r2.previous) ? (e2.exit("literalAutolinkEmail"), e2.exit("literalAutolink"), t2(o2)) : n2(o2);
|
|
5220
5223
|
}
|
|
5221
|
-
}, previous:
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5224
|
+
}, previous: A }, E = {};
|
|
5225
|
+
function D() {
|
|
5226
|
+
return { text: E };
|
|
5227
|
+
}
|
|
5228
|
+
let T = 48;
|
|
5229
|
+
for (; T < 123; )
|
|
5230
|
+
E[T] = S, T++, 58 === T ? T = 65 : 91 === T && (T = 97);
|
|
5231
|
+
function L(e2) {
|
|
5232
|
+
return null === e2 || 40 === e2 || 42 === e2 || 95 === e2 || 91 === e2 || 93 === e2 || 126 === e2 || p(e2);
|
|
5233
|
+
}
|
|
5234
|
+
function F(e2) {
|
|
5235
|
+
return !i(e2);
|
|
5227
5236
|
}
|
|
5228
5237
|
function A(e2) {
|
|
5229
|
-
return !
|
|
5238
|
+
return !(47 === e2 || z(e2));
|
|
5230
5239
|
}
|
|
5231
|
-
function
|
|
5232
|
-
return
|
|
5240
|
+
function z(e2) {
|
|
5241
|
+
return 43 === e2 || 45 === e2 || 46 === e2 || 95 === e2 || o(e2);
|
|
5233
5242
|
}
|
|
5234
5243
|
function C(e2) {
|
|
5235
|
-
return 43 === e2 || 45 === e2 || 46 === e2 || 95 === e2 || i(e2);
|
|
5236
|
-
}
|
|
5237
|
-
function T(e2) {
|
|
5238
5244
|
let t2 = e2.length, n2 = false;
|
|
5239
5245
|
for (; t2--; ) {
|
|
5240
5246
|
const r2 = e2[t2][1];
|
|
@@ -5249,60 +5255,60 @@ var require_micromark = __commonJS({
|
|
|
5249
5255
|
}
|
|
5250
5256
|
return e2.length > 0 && !n2 && (e2[e2.length - 1][1]._gfmAutolinkLiteralWalkedInto = true), n2;
|
|
5251
5257
|
}
|
|
5252
|
-
function
|
|
5258
|
+
function I(e2, t2, n2, r2) {
|
|
5253
5259
|
const i2 = r2 ? r2 - 1 : Number.POSITIVE_INFINITY;
|
|
5254
5260
|
let o2 = 0;
|
|
5255
5261
|
return function(r3) {
|
|
5256
|
-
return
|
|
5262
|
+
return d(r3) ? (e2.enter(n2), c2(r3)) : t2(r3);
|
|
5257
5263
|
};
|
|
5258
|
-
function
|
|
5259
|
-
return
|
|
5264
|
+
function c2(r3) {
|
|
5265
|
+
return d(r3) && o2++ < i2 ? (e2.consume(r3), c2) : (e2.exit(n2), t2(r3));
|
|
5260
5266
|
}
|
|
5261
5267
|
}
|
|
5262
|
-
|
|
5263
|
-
const
|
|
5268
|
+
E[43] = S, E[45] = S, E[46] = S, E[95] = S, E[72] = [S, q], E[104] = [S, q], E[87] = [S, w], E[119] = [S, w];
|
|
5269
|
+
const R = { tokenize: function(e2, t2, n2) {
|
|
5264
5270
|
return function(t3) {
|
|
5265
|
-
return
|
|
5271
|
+
return d(t3) ? I(e2, r2, "linePrefix")(t3) : r2(t3);
|
|
5266
5272
|
};
|
|
5267
5273
|
function r2(e3) {
|
|
5268
|
-
return null === e3 ||
|
|
5274
|
+
return null === e3 || f(e3) ? t2(e3) : n2(e3);
|
|
5269
5275
|
}
|
|
5270
5276
|
}, partial: true };
|
|
5271
|
-
function
|
|
5277
|
+
function M(e2) {
|
|
5272
5278
|
return e2.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
5273
5279
|
}
|
|
5274
|
-
const
|
|
5280
|
+
const O = { tokenize: function(e2, t2, n2) {
|
|
5275
5281
|
const r2 = this;
|
|
5276
|
-
return
|
|
5282
|
+
return I(e2, function(e3) {
|
|
5277
5283
|
const i2 = r2.events[r2.events.length - 1];
|
|
5278
5284
|
return i2 && "gfmFootnoteDefinitionIndent" === i2[1].type && 4 === i2[2].sliceSerialize(i2[1], true).length ? t2(e3) : n2(e3);
|
|
5279
5285
|
}, "gfmFootnoteDefinitionIndent", 5);
|
|
5280
5286
|
}, partial: true };
|
|
5281
|
-
function
|
|
5282
|
-
return { document: { 91: { tokenize:
|
|
5287
|
+
function P() {
|
|
5288
|
+
return { document: { 91: { tokenize: j, continuation: { tokenize: V }, exit: H } }, text: { 91: { tokenize: B }, 93: { add: "after", tokenize: N, resolveTo: _ } } };
|
|
5283
5289
|
}
|
|
5284
|
-
function
|
|
5290
|
+
function N(e2, t2, n2) {
|
|
5285
5291
|
const r2 = this;
|
|
5286
5292
|
let i2 = r2.events.length;
|
|
5287
5293
|
const o2 = r2.parser.gfmFootnotes || (r2.parser.gfmFootnotes = []);
|
|
5288
|
-
let
|
|
5294
|
+
let c2;
|
|
5289
5295
|
for (; i2--; ) {
|
|
5290
5296
|
const e3 = r2.events[i2][1];
|
|
5291
5297
|
if ("labelImage" === e3.type) {
|
|
5292
|
-
|
|
5298
|
+
c2 = e3;
|
|
5293
5299
|
break;
|
|
5294
5300
|
}
|
|
5295
5301
|
if ("gfmFootnoteCall" === e3.type || "labelLink" === e3.type || "label" === e3.type || "image" === e3.type || "link" === e3.type)
|
|
5296
5302
|
break;
|
|
5297
5303
|
}
|
|
5298
5304
|
return function(i3) {
|
|
5299
|
-
if (!
|
|
5305
|
+
if (!c2 || !c2._balanced)
|
|
5300
5306
|
return n2(i3);
|
|
5301
|
-
const
|
|
5302
|
-
return 94 ===
|
|
5307
|
+
const u2 = M(r2.sliceSerialize({ start: c2.end, end: r2.now() }));
|
|
5308
|
+
return 94 === u2.codePointAt(0) && o2.includes(u2.slice(1)) ? (e2.enter("gfmFootnoteCallLabelMarker"), e2.consume(i3), e2.exit("gfmFootnoteCallLabelMarker"), t2(i3)) : n2(i3);
|
|
5303
5309
|
};
|
|
5304
5310
|
}
|
|
5305
|
-
function
|
|
5311
|
+
function _(e2, t2) {
|
|
5306
5312
|
let n2, r2 = e2.length;
|
|
5307
5313
|
for (; r2--; )
|
|
5308
5314
|
if ("labelImage" === e2[r2][1].type && "enter" === e2[r2][0]) {
|
|
@@ -5312,35 +5318,35 @@ var require_micromark = __commonJS({
|
|
|
5312
5318
|
e2[r2 + 1][1].type = "data", e2[r2 + 3][1].type = "gfmFootnoteCallLabelMarker";
|
|
5313
5319
|
const i2 = { type: "gfmFootnoteCall", start: Object.assign({}, e2[r2 + 3][1].start), end: Object.assign({}, e2[e2.length - 1][1].end) }, o2 = { type: "gfmFootnoteCallMarker", start: Object.assign({}, e2[r2 + 3][1].end), end: Object.assign({}, e2[r2 + 3][1].end) };
|
|
5314
5320
|
o2.end.column++, o2.end.offset++, o2.end._bufferIndex++;
|
|
5315
|
-
const
|
|
5321
|
+
const c2 = { type: "gfmFootnoteCallString", start: Object.assign({}, o2.end), end: Object.assign({}, e2[e2.length - 1][1].start) }, u2 = { type: "chunkString", contentType: "string", start: Object.assign({}, c2.start), end: Object.assign({}, c2.end) }, a2 = [e2[r2 + 1], e2[r2 + 2], ["enter", i2, t2], e2[r2 + 3], e2[r2 + 4], ["enter", o2, t2], ["exit", o2, t2], ["enter", c2, t2], ["enter", u2, t2], ["exit", u2, t2], ["exit", c2, t2], e2[e2.length - 2], e2[e2.length - 1], ["exit", i2, t2]];
|
|
5316
5322
|
return e2.splice(r2, e2.length - r2 + 1, ...a2), e2;
|
|
5317
5323
|
}
|
|
5318
|
-
function
|
|
5324
|
+
function B(e2, t2, n2) {
|
|
5319
5325
|
const r2 = this, i2 = r2.parser.gfmFootnotes || (r2.parser.gfmFootnotes = []);
|
|
5320
|
-
let o2,
|
|
5326
|
+
let o2, c2 = 0;
|
|
5321
5327
|
return function(t3) {
|
|
5322
|
-
return e2.enter("gfmFootnoteCall"), e2.enter("gfmFootnoteCallLabelMarker"), e2.consume(t3), e2.exit("gfmFootnoteCallLabelMarker"),
|
|
5328
|
+
return e2.enter("gfmFootnoteCall"), e2.enter("gfmFootnoteCallLabelMarker"), e2.consume(t3), e2.exit("gfmFootnoteCallLabelMarker"), u2;
|
|
5323
5329
|
};
|
|
5324
|
-
function
|
|
5330
|
+
function u2(t3) {
|
|
5325
5331
|
return 94 !== t3 ? n2(t3) : (e2.enter("gfmFootnoteCallMarker"), e2.consume(t3), e2.exit("gfmFootnoteCallMarker"), e2.enter("gfmFootnoteCallString"), e2.enter("chunkString").contentType = "string", a2);
|
|
5326
5332
|
}
|
|
5327
|
-
function a2(
|
|
5328
|
-
if (
|
|
5329
|
-
return n2(
|
|
5330
|
-
if (93 ===
|
|
5333
|
+
function a2(u3) {
|
|
5334
|
+
if (c2 > 999 || 93 === u3 && !o2 || null === u3 || 91 === u3 || p(u3))
|
|
5335
|
+
return n2(u3);
|
|
5336
|
+
if (93 === u3) {
|
|
5331
5337
|
e2.exit("chunkString");
|
|
5332
5338
|
const o3 = e2.exit("gfmFootnoteCallString");
|
|
5333
|
-
return i2.includes(
|
|
5339
|
+
return i2.includes(M(r2.sliceSerialize(o3))) ? (e2.enter("gfmFootnoteCallLabelMarker"), e2.consume(u3), e2.exit("gfmFootnoteCallLabelMarker"), e2.exit("gfmFootnoteCall"), t2) : n2(u3);
|
|
5334
5340
|
}
|
|
5335
|
-
return
|
|
5341
|
+
return p(u3) || (o2 = true), c2++, e2.consume(u3), 92 === u3 ? s2 : a2;
|
|
5336
5342
|
}
|
|
5337
5343
|
function s2(t3) {
|
|
5338
|
-
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3),
|
|
5344
|
+
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3), c2++, a2) : a2(t3);
|
|
5339
5345
|
}
|
|
5340
5346
|
}
|
|
5341
|
-
function
|
|
5347
|
+
function j(e2, t2, n2) {
|
|
5342
5348
|
const r2 = this, i2 = r2.parser.gfmFootnotes || (r2.parser.gfmFootnotes = []);
|
|
5343
|
-
let o2,
|
|
5349
|
+
let o2, c2, u2 = 0;
|
|
5344
5350
|
return function(t3) {
|
|
5345
5351
|
return e2.enter("gfmFootnoteDefinition")._container = true, e2.enter("gfmFootnoteDefinitionLabel"), e2.enter("gfmFootnoteDefinitionLabelMarker"), e2.consume(t3), e2.exit("gfmFootnoteDefinitionLabelMarker"), a2;
|
|
5346
5352
|
};
|
|
@@ -5348,32 +5354,32 @@ var require_micromark = __commonJS({
|
|
|
5348
5354
|
return 94 === t3 ? (e2.enter("gfmFootnoteDefinitionMarker"), e2.consume(t3), e2.exit("gfmFootnoteDefinitionMarker"), e2.enter("gfmFootnoteDefinitionLabelString"), e2.enter("chunkString").contentType = "string", s2) : n2(t3);
|
|
5349
5355
|
}
|
|
5350
5356
|
function s2(t3) {
|
|
5351
|
-
if (
|
|
5357
|
+
if (u2 > 999 || 93 === t3 && !c2 || null === t3 || 91 === t3 || p(t3))
|
|
5352
5358
|
return n2(t3);
|
|
5353
5359
|
if (93 === t3) {
|
|
5354
5360
|
e2.exit("chunkString");
|
|
5355
5361
|
const n3 = e2.exit("gfmFootnoteDefinitionLabelString");
|
|
5356
|
-
return o2 =
|
|
5362
|
+
return o2 = M(r2.sliceSerialize(n3)), e2.enter("gfmFootnoteDefinitionLabelMarker"), e2.consume(t3), e2.exit("gfmFootnoteDefinitionLabelMarker"), e2.exit("gfmFootnoteDefinitionLabel"), f2;
|
|
5357
5363
|
}
|
|
5358
|
-
return
|
|
5364
|
+
return p(t3) || (c2 = true), u2++, e2.consume(t3), 92 === t3 ? l2 : s2;
|
|
5359
5365
|
}
|
|
5360
5366
|
function l2(t3) {
|
|
5361
|
-
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3),
|
|
5367
|
+
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3), u2++, s2) : s2(t3);
|
|
5362
5368
|
}
|
|
5363
|
-
function
|
|
5364
|
-
return 58 === t3 ? (e2.enter("definitionMarker"), e2.consume(t3), e2.exit("definitionMarker"), i2.includes(o2) || i2.push(o2),
|
|
5369
|
+
function f2(t3) {
|
|
5370
|
+
return 58 === t3 ? (e2.enter("definitionMarker"), e2.consume(t3), e2.exit("definitionMarker"), i2.includes(o2) || i2.push(o2), I(e2, d2, "gfmFootnoteDefinitionWhitespace")) : n2(t3);
|
|
5365
5371
|
}
|
|
5366
5372
|
function d2(e3) {
|
|
5367
5373
|
return t2(e3);
|
|
5368
5374
|
}
|
|
5369
5375
|
}
|
|
5370
|
-
function
|
|
5371
|
-
return e2.check(
|
|
5376
|
+
function V(e2, t2, n2) {
|
|
5377
|
+
return e2.check(R, t2, e2.attempt(O, t2, n2));
|
|
5372
5378
|
}
|
|
5373
|
-
function
|
|
5379
|
+
function H(e2) {
|
|
5374
5380
|
e2.exit("gfmFootnoteDefinition");
|
|
5375
5381
|
}
|
|
5376
|
-
class
|
|
5382
|
+
class U {
|
|
5377
5383
|
constructor() {
|
|
5378
5384
|
this.map = [];
|
|
5379
5385
|
}
|
|
@@ -5391,12 +5397,14 @@ var require_micromark = __commonJS({
|
|
|
5391
5397
|
}(this, e2, t2, n2);
|
|
5392
5398
|
}
|
|
5393
5399
|
consume(e2) {
|
|
5394
|
-
if (this.map.sort((e3, t3)
|
|
5400
|
+
if (this.map.sort(function(e3, t3) {
|
|
5401
|
+
return e3[0] - t3[0];
|
|
5402
|
+
}), 0 === this.map.length)
|
|
5395
5403
|
return;
|
|
5396
5404
|
let t2 = this.map.length;
|
|
5397
5405
|
const n2 = [];
|
|
5398
5406
|
for (; t2 > 0; )
|
|
5399
|
-
t2 -= 1, n2.push(e2.slice(this.map[t2][0] + this.map[t2][1])
|
|
5407
|
+
t2 -= 1, n2.push(e2.slice(this.map[t2][0] + this.map[t2][1]), this.map[t2][2]), e2.length = this.map[t2][0];
|
|
5400
5408
|
n2.push([...e2]), e2.length = 0;
|
|
5401
5409
|
let r2 = n2.pop();
|
|
5402
5410
|
for (; r2; )
|
|
@@ -5404,7 +5412,7 @@ var require_micromark = __commonJS({
|
|
|
5404
5412
|
this.map.length = 0;
|
|
5405
5413
|
}
|
|
5406
5414
|
}
|
|
5407
|
-
function
|
|
5415
|
+
function G(e2, t2) {
|
|
5408
5416
|
let n2 = false;
|
|
5409
5417
|
const r2 = [];
|
|
5410
5418
|
for (; t2 < e2.length; ) {
|
|
@@ -5425,9 +5433,12 @@ var require_micromark = __commonJS({
|
|
|
5425
5433
|
}
|
|
5426
5434
|
return r2;
|
|
5427
5435
|
}
|
|
5428
|
-
|
|
5436
|
+
function Q() {
|
|
5437
|
+
return { flow: { null: { tokenize: W, resolveAll: Z } } };
|
|
5438
|
+
}
|
|
5439
|
+
function W(e2, t2, n2) {
|
|
5429
5440
|
const r2 = this;
|
|
5430
|
-
let i2, o2 = 0,
|
|
5441
|
+
let i2, o2 = 0, c2 = 0;
|
|
5431
5442
|
return function(e3) {
|
|
5432
5443
|
let t3 = r2.events.length - 1;
|
|
5433
5444
|
for (; t3 > -1; ) {
|
|
@@ -5436,34 +5447,34 @@ var require_micromark = __commonJS({
|
|
|
5436
5447
|
break;
|
|
5437
5448
|
t3--;
|
|
5438
5449
|
}
|
|
5439
|
-
const i3 = t3 > -1 ? r2.events[t3][1].type : null, o3 = "tableHead" === i3 || "tableRow" === i3 ? q2 :
|
|
5450
|
+
const i3 = t3 > -1 ? r2.events[t3][1].type : null, o3 = "tableHead" === i3 || "tableRow" === i3 ? q2 : u2;
|
|
5440
5451
|
return o3 === q2 && r2.parser.lazy[r2.now().line] ? n2(e3) : o3(e3);
|
|
5441
5452
|
};
|
|
5442
|
-
function
|
|
5453
|
+
function u2(t3) {
|
|
5443
5454
|
return e2.enter("tableHead"), e2.enter("tableRow"), function(e3) {
|
|
5444
|
-
return 124 === e3 || (i2 = true,
|
|
5455
|
+
return 124 === e3 || (i2 = true, c2 += 1), a2(e3);
|
|
5445
5456
|
}(t3);
|
|
5446
5457
|
}
|
|
5447
5458
|
function a2(t3) {
|
|
5448
|
-
return null === t3 ? n2(t3) :
|
|
5459
|
+
return null === t3 ? n2(t3) : f(t3) ? c2 > 1 ? (c2 = 0, r2.interrupt = true, e2.exit("tableRow"), e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), m2) : n2(t3) : d(t3) ? I(e2, a2, "whitespace")(t3) : (c2 += 1, i2 && (i2 = false, o2 += 1), 124 === t3 ? (e2.enter("tableCellDivider"), e2.consume(t3), e2.exit("tableCellDivider"), i2 = true, a2) : (e2.enter("data"), s2(t3)));
|
|
5449
5460
|
}
|
|
5450
5461
|
function s2(t3) {
|
|
5451
|
-
return null === t3 || 124 === t3 ||
|
|
5462
|
+
return null === t3 || 124 === t3 || p(t3) ? (e2.exit("data"), a2(t3)) : (e2.consume(t3), 92 === t3 ? l2 : s2);
|
|
5452
5463
|
}
|
|
5453
|
-
function
|
|
5464
|
+
function l2(t3) {
|
|
5454
5465
|
return 92 === t3 || 124 === t3 ? (e2.consume(t3), s2) : s2(t3);
|
|
5455
5466
|
}
|
|
5456
5467
|
function m2(t3) {
|
|
5457
|
-
return r2.interrupt = false, r2.parser.lazy[r2.now().line] ? n2(t3) : (e2.enter("tableDelimiterRow"), i2 = false,
|
|
5468
|
+
return r2.interrupt = false, r2.parser.lazy[r2.now().line] ? n2(t3) : (e2.enter("tableDelimiterRow"), i2 = false, d(t3) ? I(e2, g2, "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(t3) : g2(t3));
|
|
5458
5469
|
}
|
|
5459
5470
|
function g2(t3) {
|
|
5460
5471
|
return 45 === t3 || 58 === t3 ? b2(t3) : 124 === t3 ? (i2 = true, e2.enter("tableCellDivider"), e2.consume(t3), e2.exit("tableCellDivider"), h2) : w2(t3);
|
|
5461
5472
|
}
|
|
5462
5473
|
function h2(t3) {
|
|
5463
|
-
return
|
|
5474
|
+
return d(t3) ? I(e2, b2, "whitespace")(t3) : b2(t3);
|
|
5464
5475
|
}
|
|
5465
5476
|
function b2(t3) {
|
|
5466
|
-
return 58 === t3 ? (
|
|
5477
|
+
return 58 === t3 ? (c2 += 1, i2 = true, e2.enter("tableDelimiterMarker"), e2.consume(t3), e2.exit("tableDelimiterMarker"), x2) : 45 === t3 ? (c2 += 1, x2(t3)) : null === t3 || f(t3) ? y2(t3) : w2(t3);
|
|
5467
5478
|
}
|
|
5468
5479
|
function x2(t3) {
|
|
5469
5480
|
return 45 === t3 ? (e2.enter("tableDelimiterFiller"), k2(t3)) : w2(t3);
|
|
@@ -5472,10 +5483,10 @@ var require_micromark = __commonJS({
|
|
|
5472
5483
|
return 45 === t3 ? (e2.consume(t3), k2) : 58 === t3 ? (i2 = true, e2.exit("tableDelimiterFiller"), e2.enter("tableDelimiterMarker"), e2.consume(t3), e2.exit("tableDelimiterMarker"), v2) : (e2.exit("tableDelimiterFiller"), v2(t3));
|
|
5473
5484
|
}
|
|
5474
5485
|
function v2(t3) {
|
|
5475
|
-
return
|
|
5486
|
+
return d(t3) ? I(e2, y2, "whitespace")(t3) : y2(t3);
|
|
5476
5487
|
}
|
|
5477
5488
|
function y2(n3) {
|
|
5478
|
-
return 124 === n3 ? g2(n3) : (null === n3 ||
|
|
5489
|
+
return 124 === n3 ? g2(n3) : (null === n3 || f(n3)) && i2 && o2 === c2 ? (e2.exit("tableDelimiterRow"), e2.exit("tableHead"), t2(n3)) : w2(n3);
|
|
5479
5490
|
}
|
|
5480
5491
|
function w2(e3) {
|
|
5481
5492
|
return n2(e3);
|
|
@@ -5484,89 +5495,184 @@ var require_micromark = __commonJS({
|
|
|
5484
5495
|
return e2.enter("tableRow"), S2(t3);
|
|
5485
5496
|
}
|
|
5486
5497
|
function S2(n3) {
|
|
5487
|
-
return 124 === n3 ? (e2.enter("tableCellDivider"), e2.consume(n3), e2.exit("tableCellDivider"), S2) : null === n3 ||
|
|
5488
|
-
}
|
|
5489
|
-
function F2(t3) {
|
|
5490
|
-
return null === t3 || 124 === t3 || f(t3) ? (e2.exit("data"), S2(t3)) : (e2.consume(t3), 92 === t3 ? E2 : F2);
|
|
5498
|
+
return 124 === n3 ? (e2.enter("tableCellDivider"), e2.consume(n3), e2.exit("tableCellDivider"), S2) : null === n3 || f(n3) ? (e2.exit("tableRow"), t2(n3)) : d(n3) ? I(e2, S2, "whitespace")(n3) : (e2.enter("data"), E2(n3));
|
|
5491
5499
|
}
|
|
5492
5500
|
function E2(t3) {
|
|
5493
|
-
return
|
|
5501
|
+
return null === t3 || 124 === t3 || p(t3) ? (e2.exit("data"), S2(t3)) : (e2.consume(t3), 92 === t3 ? D2 : E2);
|
|
5494
5502
|
}
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5503
|
+
function D2(t3) {
|
|
5504
|
+
return 92 === t3 || 124 === t3 ? (e2.consume(t3), E2) : E2(t3);
|
|
5505
|
+
}
|
|
5506
|
+
}
|
|
5507
|
+
function Z(e2, t2) {
|
|
5508
|
+
let n2, r2, i2, o2 = -1, c2 = true, u2 = 0, a2 = [0, 0, 0, 0], s2 = [0, 0, 0, 0], l2 = false, f2 = 0;
|
|
5509
|
+
const p2 = new U();
|
|
5498
5510
|
for (; ++o2 < e2.length; ) {
|
|
5499
5511
|
const d2 = e2[o2], m2 = d2[1];
|
|
5500
|
-
"enter" === d2[0] ? "tableHead" === m2.type ? (l2 = false, 0 !== f2 && (
|
|
5512
|
+
"enter" === d2[0] ? "tableHead" === m2.type ? (l2 = false, 0 !== f2 && (Y(p2, t2, f2, n2, r2), r2 = void 0, f2 = 0), n2 = { type: "table", start: Object.assign({}, m2.start), end: Object.assign({}, m2.end) }, p2.add(o2, 0, [["enter", n2, t2]])) : "tableRow" === m2.type || "tableDelimiterRow" === m2.type ? (c2 = true, i2 = void 0, a2 = [0, 0, 0, 0], s2 = [0, o2 + 1, 0, 0], l2 && (l2 = false, r2 = { type: "tableBody", start: Object.assign({}, m2.start), end: Object.assign({}, m2.end) }, p2.add(o2, 0, [["enter", r2, t2]])), u2 = "tableDelimiterRow" === m2.type ? 2 : r2 ? 3 : 1) : !u2 || "data" !== m2.type && "tableDelimiterMarker" !== m2.type && "tableDelimiterFiller" !== m2.type ? "tableCellDivider" === m2.type && (c2 ? c2 = false : (0 !== a2[1] && (s2[0] = s2[1], i2 = J(p2, t2, a2, u2, void 0, i2)), a2 = s2, s2 = [a2[1], o2, 0, 0])) : (c2 = false, 0 === s2[2] && (0 !== a2[1] && (s2[0] = s2[1], i2 = J(p2, t2, a2, u2, void 0, i2), a2 = [0, 0, 0, 0]), s2[2] = o2)) : "tableHead" === m2.type ? (l2 = true, f2 = o2) : "tableRow" === m2.type || "tableDelimiterRow" === m2.type ? (f2 = o2, 0 !== a2[1] ? (s2[0] = s2[1], i2 = J(p2, t2, a2, u2, o2, i2)) : 0 !== s2[1] && (i2 = J(p2, t2, s2, u2, o2, i2)), u2 = 0) : !u2 || "data" !== m2.type && "tableDelimiterMarker" !== m2.type && "tableDelimiterFiller" !== m2.type || (s2[3] = o2);
|
|
5501
5513
|
}
|
|
5502
|
-
for (0 !== f2 &&
|
|
5514
|
+
for (0 !== f2 && Y(p2, t2, f2, n2, r2), p2.consume(t2.events), o2 = -1; ++o2 < t2.events.length; ) {
|
|
5503
5515
|
const e3 = t2.events[o2];
|
|
5504
|
-
"enter" === e3[0] && "table" === e3[1].type && (e3[1]._align =
|
|
5516
|
+
"enter" === e3[0] && "table" === e3[1].type && (e3[1]._align = G(t2.events, o2));
|
|
5505
5517
|
}
|
|
5506
5518
|
return e2;
|
|
5507
|
-
}
|
|
5508
|
-
function
|
|
5509
|
-
const
|
|
5510
|
-
0 !== n2[0] && (o2.end = Object.assign({},
|
|
5511
|
-
const
|
|
5512
|
-
if (o2 = { type:
|
|
5513
|
-
const i3 =
|
|
5514
|
-
if (e2.add(n2[2], 0, [["enter",
|
|
5519
|
+
}
|
|
5520
|
+
function J(e2, t2, n2, r2, i2, o2) {
|
|
5521
|
+
const c2 = 1 === r2 ? "tableHeader" : 2 === r2 ? "tableDelimiter" : "tableData";
|
|
5522
|
+
0 !== n2[0] && (o2.end = Object.assign({}, K(t2.events, n2[0])), e2.add(n2[0], 0, [["exit", o2, t2]]));
|
|
5523
|
+
const u2 = K(t2.events, n2[1]);
|
|
5524
|
+
if (o2 = { type: c2, start: Object.assign({}, u2), end: Object.assign({}, u2) }, e2.add(n2[1], 0, [["enter", o2, t2]]), 0 !== n2[2]) {
|
|
5525
|
+
const i3 = K(t2.events, n2[2]), o3 = K(t2.events, n2[3]), c3 = { type: "tableContent", start: Object.assign({}, i3), end: Object.assign({}, o3) };
|
|
5526
|
+
if (e2.add(n2[2], 0, [["enter", c3, t2]]), 2 !== r2) {
|
|
5515
5527
|
const r3 = t2.events[n2[2]], i4 = t2.events[n2[3]];
|
|
5516
5528
|
if (r3[1].end = Object.assign({}, i4[1].end), r3[1].type = "chunkText", r3[1].contentType = "text", n2[3] > n2[2] + 1) {
|
|
5517
5529
|
const t3 = n2[2] + 1, r4 = n2[3] - n2[2] - 1;
|
|
5518
5530
|
e2.add(t3, r4, []);
|
|
5519
5531
|
}
|
|
5520
5532
|
}
|
|
5521
|
-
e2.add(n2[3] + 1, 0, [["exit",
|
|
5533
|
+
e2.add(n2[3] + 1, 0, [["exit", c3, t2]]);
|
|
5522
5534
|
}
|
|
5523
|
-
return void 0 !== i2 && (o2.end = Object.assign({},
|
|
5535
|
+
return void 0 !== i2 && (o2.end = Object.assign({}, K(t2.events, i2)), e2.add(i2, 0, [["exit", o2, t2]]), o2 = void 0), o2;
|
|
5524
5536
|
}
|
|
5525
|
-
function
|
|
5526
|
-
const o2 = [],
|
|
5527
|
-
i2 && (i2.end = Object.assign({},
|
|
5537
|
+
function Y(e2, t2, n2, r2, i2) {
|
|
5538
|
+
const o2 = [], c2 = K(t2.events, n2);
|
|
5539
|
+
i2 && (i2.end = Object.assign({}, c2), o2.push(["exit", i2, t2])), r2.end = Object.assign({}, c2), o2.push(["exit", r2, t2]), e2.add(n2 + 1, 0, o2);
|
|
5528
5540
|
}
|
|
5529
|
-
function
|
|
5541
|
+
function K(e2, t2) {
|
|
5530
5542
|
const n2 = e2[t2], r2 = "enter" === n2[0] ? "start" : "end";
|
|
5531
5543
|
return n2[1][r2];
|
|
5532
5544
|
}
|
|
5533
|
-
function
|
|
5545
|
+
const X = { tokenize: function(e2, t2, n2) {
|
|
5546
|
+
const r2 = this, i2 = r2.events[r2.events.length - 1], o2 = i2 && "linePrefix" === i2[1].type ? i2[2].sliceSerialize(i2[1], true).length : 0;
|
|
5547
|
+
let c2 = 0;
|
|
5548
|
+
return function(t3) {
|
|
5549
|
+
return e2.enter("mathFlow"), e2.enter("mathFlowFence"), e2.enter("mathFlowFenceSequence"), u2(t3);
|
|
5550
|
+
};
|
|
5551
|
+
function u2(t3) {
|
|
5552
|
+
return 36 === t3 ? (e2.consume(t3), c2++, u2) : c2 < 2 ? n2(t3) : (e2.exit("mathFlowFenceSequence"), I(e2, a2, "whitespace")(t3));
|
|
5553
|
+
}
|
|
5554
|
+
function a2(t3) {
|
|
5555
|
+
return null === t3 || f(t3) ? l2(t3) : (e2.enter("mathFlowFenceMeta"), e2.enter("chunkString", { contentType: "string" }), s2(t3));
|
|
5556
|
+
}
|
|
5557
|
+
function s2(t3) {
|
|
5558
|
+
return null === t3 || f(t3) ? (e2.exit("chunkString"), e2.exit("mathFlowFenceMeta"), l2(t3)) : 36 === t3 ? n2(t3) : (e2.consume(t3), s2);
|
|
5559
|
+
}
|
|
5560
|
+
function l2(n3) {
|
|
5561
|
+
return e2.exit("mathFlowFence"), r2.interrupt ? t2(n3) : e2.attempt($, p2, h2)(n3);
|
|
5562
|
+
}
|
|
5563
|
+
function p2(t3) {
|
|
5564
|
+
return e2.attempt({ tokenize: b2, partial: true }, h2, d2)(t3);
|
|
5565
|
+
}
|
|
5566
|
+
function d2(t3) {
|
|
5567
|
+
return (o2 ? I(e2, m2, "linePrefix", o2 + 1) : m2)(t3);
|
|
5568
|
+
}
|
|
5569
|
+
function m2(t3) {
|
|
5570
|
+
return null === t3 ? h2(t3) : f(t3) ? e2.attempt($, p2, h2)(t3) : (e2.enter("mathFlowValue"), g2(t3));
|
|
5571
|
+
}
|
|
5572
|
+
function g2(t3) {
|
|
5573
|
+
return null === t3 || f(t3) ? (e2.exit("mathFlowValue"), m2(t3)) : (e2.consume(t3), g2);
|
|
5574
|
+
}
|
|
5575
|
+
function h2(n3) {
|
|
5576
|
+
return e2.exit("mathFlow"), t2(n3);
|
|
5577
|
+
}
|
|
5578
|
+
function b2(e3, t3, n3) {
|
|
5579
|
+
let i3 = 0;
|
|
5580
|
+
return I(e3, function(t4) {
|
|
5581
|
+
return e3.enter("mathFlowFence"), e3.enter("mathFlowFenceSequence"), o3(t4);
|
|
5582
|
+
}, "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4);
|
|
5583
|
+
function o3(t4) {
|
|
5584
|
+
return 36 === t4 ? (i3++, e3.consume(t4), o3) : i3 < c2 ? n3(t4) : (e3.exit("mathFlowFenceSequence"), I(e3, u3, "whitespace")(t4));
|
|
5585
|
+
}
|
|
5586
|
+
function u3(r3) {
|
|
5587
|
+
return null === r3 || f(r3) ? (e3.exit("mathFlowFence"), t3(r3)) : n3(r3);
|
|
5588
|
+
}
|
|
5589
|
+
}
|
|
5590
|
+
}, concrete: true }, $ = { tokenize: function(e2, t2, n2) {
|
|
5591
|
+
const r2 = this;
|
|
5592
|
+
return function(n3) {
|
|
5593
|
+
return null === n3 ? t2(n3) : (e2.enter("lineEnding"), e2.consume(n3), e2.exit("lineEnding"), i2);
|
|
5594
|
+
};
|
|
5595
|
+
function i2(e3) {
|
|
5596
|
+
return r2.parser.lazy[r2.now().line] ? n2(e3) : t2(e3);
|
|
5597
|
+
}
|
|
5598
|
+
}, partial: true };
|
|
5599
|
+
function ee(e2) {
|
|
5600
|
+
let t2 = (e2 || {}).singleDollarTextMath;
|
|
5601
|
+
return null == t2 && (t2 = true), { tokenize: function(e3, n2, r2) {
|
|
5602
|
+
let i2, o2, c2 = 0;
|
|
5603
|
+
return function(t3) {
|
|
5604
|
+
return e3.enter("mathText"), e3.enter("mathTextSequence"), u2(t3);
|
|
5605
|
+
};
|
|
5606
|
+
function u2(n3) {
|
|
5607
|
+
return 36 === n3 ? (e3.consume(n3), c2++, u2) : c2 < 2 && !t2 ? r2(n3) : (e3.exit("mathTextSequence"), a2(n3));
|
|
5608
|
+
}
|
|
5609
|
+
function a2(t3) {
|
|
5610
|
+
return null === t3 ? r2(t3) : 36 === t3 ? (o2 = e3.enter("mathTextSequence"), i2 = 0, l2(t3)) : 32 === t3 ? (e3.enter("space"), e3.consume(t3), e3.exit("space"), a2) : f(t3) ? (e3.enter("lineEnding"), e3.consume(t3), e3.exit("lineEnding"), a2) : (e3.enter("mathTextData"), s2(t3));
|
|
5611
|
+
}
|
|
5612
|
+
function s2(t3) {
|
|
5613
|
+
return null === t3 || 32 === t3 || 36 === t3 || f(t3) ? (e3.exit("mathTextData"), a2(t3)) : (e3.consume(t3), s2);
|
|
5614
|
+
}
|
|
5615
|
+
function l2(t3) {
|
|
5616
|
+
return 36 === t3 ? (e3.consume(t3), i2++, l2) : i2 === c2 ? (e3.exit("mathTextSequence"), e3.exit("mathText"), n2(t3)) : (o2.type = "mathTextData", s2(t3));
|
|
5617
|
+
}
|
|
5618
|
+
}, resolve: te, previous: ne };
|
|
5619
|
+
}
|
|
5620
|
+
function te(e2) {
|
|
5621
|
+
let t2, n2, r2 = e2.length - 4, i2 = 3;
|
|
5622
|
+
if (!("lineEnding" !== e2[i2][1].type && "space" !== e2[i2][1].type || "lineEnding" !== e2[r2][1].type && "space" !== e2[r2][1].type)) {
|
|
5623
|
+
for (t2 = i2; ++t2 < r2; )
|
|
5624
|
+
if ("mathTextData" === e2[t2][1].type) {
|
|
5625
|
+
e2[r2][1].type = "mathTextPadding", e2[i2][1].type = "mathTextPadding", i2 += 2, r2 -= 2;
|
|
5626
|
+
break;
|
|
5627
|
+
}
|
|
5628
|
+
}
|
|
5629
|
+
for (t2 = i2 - 1, r2++; ++t2 <= r2; )
|
|
5630
|
+
void 0 === n2 ? t2 !== r2 && "lineEnding" !== e2[t2][1].type && (n2 = t2) : t2 !== r2 && "lineEnding" !== e2[t2][1].type || (e2[n2][1].type = "mathTextData", t2 !== n2 + 2 && (e2[n2][1].end = e2[t2 - 1][1].end, e2.splice(n2 + 2, t2 - n2 - 2), r2 -= t2 - n2 - 2, t2 = n2 + 2), n2 = void 0);
|
|
5631
|
+
return e2;
|
|
5632
|
+
}
|
|
5633
|
+
function ne(e2) {
|
|
5634
|
+
return 36 !== e2 || "characterEscape" === this.events[this.events.length - 1][1].type;
|
|
5635
|
+
}
|
|
5636
|
+
function re(e2) {
|
|
5637
|
+
return { flow: { 36: X }, text: { 36: ee(e2) } };
|
|
5638
|
+
}
|
|
5639
|
+
function ie(e2, t2, n2, r2) {
|
|
5534
5640
|
const i2 = e2.length;
|
|
5535
|
-
let o2,
|
|
5641
|
+
let o2, c2 = 0;
|
|
5536
5642
|
if (t2 = t2 < 0 ? -t2 > i2 ? 0 : i2 + t2 : t2 > i2 ? i2 : t2, n2 = n2 > 0 ? n2 : 0, r2.length < 1e4)
|
|
5537
5643
|
o2 = Array.from(r2), o2.unshift(t2, n2), e2.splice(...o2);
|
|
5538
5644
|
else
|
|
5539
|
-
for (n2 && e2.splice(t2, n2);
|
|
5540
|
-
o2 = r2.slice(
|
|
5645
|
+
for (n2 && e2.splice(t2, n2); c2 < r2.length; )
|
|
5646
|
+
o2 = r2.slice(c2, c2 + 1e4), o2.unshift(t2, 0), e2.splice(...o2), c2 += 1e4, t2 += 1e4;
|
|
5541
5647
|
}
|
|
5542
|
-
function
|
|
5543
|
-
return e2.length > 0 ? (
|
|
5648
|
+
function oe(e2, t2) {
|
|
5649
|
+
return e2.length > 0 ? (ie(e2, e2.length, 0, t2), e2) : t2;
|
|
5544
5650
|
}
|
|
5545
|
-
const
|
|
5546
|
-
function
|
|
5651
|
+
const ce = {}.hasOwnProperty;
|
|
5652
|
+
function ue(e2, t2) {
|
|
5547
5653
|
let n2;
|
|
5548
5654
|
for (n2 in t2) {
|
|
5549
|
-
const r2 = (
|
|
5655
|
+
const r2 = (ce.call(e2, n2) ? e2[n2] : void 0) || (e2[n2] = {}), i2 = t2[n2];
|
|
5550
5656
|
let o2;
|
|
5551
5657
|
if (i2)
|
|
5552
5658
|
for (o2 in i2) {
|
|
5553
|
-
|
|
5659
|
+
ce.call(r2, o2) || (r2[o2] = []);
|
|
5554
5660
|
const e3 = i2[o2];
|
|
5555
|
-
|
|
5661
|
+
ae(r2[o2], Array.isArray(e3) ? e3 : e3 ? [e3] : []);
|
|
5556
5662
|
}
|
|
5557
5663
|
}
|
|
5558
5664
|
}
|
|
5559
|
-
function
|
|
5665
|
+
function ae(e2, t2) {
|
|
5560
5666
|
let n2 = -1;
|
|
5561
5667
|
const r2 = [];
|
|
5562
5668
|
for (; ++n2 < t2.length; )
|
|
5563
5669
|
("after" === t2[n2].add ? e2 : r2).push(t2[n2]);
|
|
5564
|
-
|
|
5670
|
+
ie(e2, 0, 0, r2);
|
|
5565
5671
|
}
|
|
5566
|
-
const
|
|
5672
|
+
const se = { tokenize: function(e2) {
|
|
5567
5673
|
const t2 = e2.attempt(this.parser.constructs.contentInitial, function(n3) {
|
|
5568
5674
|
if (null !== n3)
|
|
5569
|
-
return e2.enter("lineEnding"), e2.consume(n3), e2.exit("lineEnding"),
|
|
5675
|
+
return e2.enter("lineEnding"), e2.consume(n3), e2.exit("lineEnding"), I(e2, t2, "linePrefix");
|
|
5570
5676
|
e2.consume(n3);
|
|
5571
5677
|
}, function(t3) {
|
|
5572
5678
|
return e2.enter("paragraph"), r2(t3);
|
|
@@ -5578,21 +5684,21 @@ var require_micromark = __commonJS({
|
|
|
5578
5684
|
return n2 && (n2.next = r3), n2 = r3, i2(t3);
|
|
5579
5685
|
}
|
|
5580
5686
|
function i2(t3) {
|
|
5581
|
-
return null === t3 ? (e2.exit("chunkText"), e2.exit("paragraph"), void e2.consume(t3)) :
|
|
5687
|
+
return null === t3 ? (e2.exit("chunkText"), e2.exit("paragraph"), void e2.consume(t3)) : f(t3) ? (e2.consume(t3), e2.exit("chunkText"), r2) : (e2.consume(t3), i2);
|
|
5582
5688
|
}
|
|
5583
|
-
} },
|
|
5689
|
+
} }, le = { tokenize: function(e2) {
|
|
5584
5690
|
const t2 = this, n2 = [];
|
|
5585
|
-
let r2, i2, o2,
|
|
5586
|
-
return
|
|
5587
|
-
function
|
|
5588
|
-
if (
|
|
5589
|
-
const i3 = n2[
|
|
5691
|
+
let r2, i2, o2, c2 = 0;
|
|
5692
|
+
return u2;
|
|
5693
|
+
function u2(r3) {
|
|
5694
|
+
if (c2 < n2.length) {
|
|
5695
|
+
const i3 = n2[c2];
|
|
5590
5696
|
return t2.containerState = i3[1], e2.attempt(i3[0].continuation, a2, s2)(r3);
|
|
5591
5697
|
}
|
|
5592
5698
|
return s2(r3);
|
|
5593
5699
|
}
|
|
5594
5700
|
function a2(e3) {
|
|
5595
|
-
if (
|
|
5701
|
+
if (c2++, t2.containerState._closeFlow) {
|
|
5596
5702
|
t2.containerState._closeFlow = void 0, r2 && k2();
|
|
5597
5703
|
const n3 = t2.events.length;
|
|
5598
5704
|
let i3, o3 = n3;
|
|
@@ -5601,62 +5707,62 @@ var require_micromark = __commonJS({
|
|
|
5601
5707
|
i3 = t2.events[o3][1].end;
|
|
5602
5708
|
break;
|
|
5603
5709
|
}
|
|
5604
|
-
x2(
|
|
5605
|
-
let
|
|
5606
|
-
for (;
|
|
5607
|
-
t2.events[
|
|
5608
|
-
return
|
|
5710
|
+
x2(c2);
|
|
5711
|
+
let u3 = n3;
|
|
5712
|
+
for (; u3 < t2.events.length; )
|
|
5713
|
+
t2.events[u3][1].end = Object.assign({}, i3), u3++;
|
|
5714
|
+
return ie(t2.events, o3 + 1, 0, t2.events.slice(n3)), t2.events.length = u3, s2(e3);
|
|
5609
5715
|
}
|
|
5610
|
-
return
|
|
5716
|
+
return u2(e3);
|
|
5611
5717
|
}
|
|
5612
5718
|
function s2(i3) {
|
|
5613
|
-
if (
|
|
5719
|
+
if (c2 === n2.length) {
|
|
5614
5720
|
if (!r2)
|
|
5615
5721
|
return d2(i3);
|
|
5616
5722
|
if (r2.currentConstruct && r2.currentConstruct.concrete)
|
|
5617
5723
|
return g2(i3);
|
|
5618
5724
|
t2.interrupt = Boolean(r2.currentConstruct && !r2._gfmTableDynamicInterruptHack);
|
|
5619
5725
|
}
|
|
5620
|
-
return t2.containerState = {}, e2.check(
|
|
5726
|
+
return t2.containerState = {}, e2.check(fe, l2, p2)(i3);
|
|
5621
5727
|
}
|
|
5622
|
-
function
|
|
5623
|
-
return r2 && k2(), x2(
|
|
5728
|
+
function l2(e3) {
|
|
5729
|
+
return r2 && k2(), x2(c2), d2(e3);
|
|
5624
5730
|
}
|
|
5625
5731
|
function p2(e3) {
|
|
5626
|
-
return t2.parser.lazy[t2.now().line] =
|
|
5732
|
+
return t2.parser.lazy[t2.now().line] = c2 !== n2.length, o2 = t2.now().offset, g2(e3);
|
|
5627
5733
|
}
|
|
5628
5734
|
function d2(n3) {
|
|
5629
|
-
return t2.containerState = {}, e2.attempt(
|
|
5735
|
+
return t2.containerState = {}, e2.attempt(fe, m2, g2)(n3);
|
|
5630
5736
|
}
|
|
5631
5737
|
function m2(e3) {
|
|
5632
|
-
return
|
|
5738
|
+
return c2++, n2.push([t2.currentConstruct, t2.containerState]), d2(e3);
|
|
5633
5739
|
}
|
|
5634
5740
|
function g2(n3) {
|
|
5635
5741
|
return null === n3 ? (r2 && k2(), x2(0), void e2.consume(n3)) : (r2 = r2 || t2.parser.flow(t2.now()), e2.enter("chunkFlow", { contentType: "flow", previous: i2, _tokenizer: r2 }), h2(n3));
|
|
5636
5742
|
}
|
|
5637
5743
|
function h2(n3) {
|
|
5638
|
-
return null === n3 ? (b2(e2.exit("chunkFlow"), true), x2(0), void e2.consume(n3)) :
|
|
5744
|
+
return null === n3 ? (b2(e2.exit("chunkFlow"), true), x2(0), void e2.consume(n3)) : f(n3) ? (e2.consume(n3), b2(e2.exit("chunkFlow")), c2 = 0, t2.interrupt = void 0, u2) : (e2.consume(n3), h2);
|
|
5639
5745
|
}
|
|
5640
5746
|
function b2(e3, n3) {
|
|
5641
|
-
const
|
|
5642
|
-
if (n3 &&
|
|
5747
|
+
const u3 = t2.sliceStream(e3);
|
|
5748
|
+
if (n3 && u3.push(null), e3.previous = i2, i2 && (i2.next = e3), i2 = e3, r2.defineSkip(e3.start), r2.write(u3), t2.parser.lazy[e3.start.line]) {
|
|
5643
5749
|
let e4 = r2.events.length;
|
|
5644
5750
|
for (; e4--; )
|
|
5645
5751
|
if (r2.events[e4][1].start.offset < o2 && (!r2.events[e4][1].end || r2.events[e4][1].end.offset > o2))
|
|
5646
5752
|
return;
|
|
5647
5753
|
const n4 = t2.events.length;
|
|
5648
|
-
let i3,
|
|
5754
|
+
let i3, u4, a3 = n4;
|
|
5649
5755
|
for (; a3--; )
|
|
5650
5756
|
if ("exit" === t2.events[a3][0] && "chunkFlow" === t2.events[a3][1].type) {
|
|
5651
5757
|
if (i3) {
|
|
5652
|
-
|
|
5758
|
+
u4 = t2.events[a3][1].end;
|
|
5653
5759
|
break;
|
|
5654
5760
|
}
|
|
5655
5761
|
i3 = true;
|
|
5656
5762
|
}
|
|
5657
|
-
for (x2(
|
|
5658
|
-
t2.events[e4][1].end = Object.assign({},
|
|
5659
|
-
|
|
5763
|
+
for (x2(c2), e4 = n4; e4 < t2.events.length; )
|
|
5764
|
+
t2.events[e4][1].end = Object.assign({}, u4), e4++;
|
|
5765
|
+
ie(t2.events, a3 + 1, 0, t2.events.slice(n4)), t2.events.length = e4;
|
|
5660
5766
|
}
|
|
5661
5767
|
}
|
|
5662
5768
|
function x2(r3) {
|
|
@@ -5670,56 +5776,56 @@ var require_micromark = __commonJS({
|
|
|
5670
5776
|
function k2() {
|
|
5671
5777
|
r2.write([null]), i2 = void 0, r2 = void 0, t2.containerState._closeFlow = void 0;
|
|
5672
5778
|
}
|
|
5673
|
-
} },
|
|
5674
|
-
return
|
|
5779
|
+
} }, fe = { tokenize: function(e2, t2, n2) {
|
|
5780
|
+
return I(e2, e2.attempt(this.parser.constructs.document, t2, n2), "linePrefix", this.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4);
|
|
5675
5781
|
} };
|
|
5676
|
-
function
|
|
5782
|
+
function pe(e2) {
|
|
5677
5783
|
const t2 = {};
|
|
5678
|
-
let n2, r2, i2, o2,
|
|
5784
|
+
let n2, r2, i2, o2, c2, u2, a2, s2 = -1;
|
|
5679
5785
|
for (; ++s2 < e2.length; ) {
|
|
5680
5786
|
for (; s2 in t2; )
|
|
5681
5787
|
s2 = t2[s2];
|
|
5682
|
-
if (n2 = e2[s2], s2 && "chunkFlow" === n2[1].type && "listItemPrefix" === e2[s2 - 1][1].type && (
|
|
5683
|
-
for (; ++i2 <
|
|
5684
|
-
"chunkText" ===
|
|
5788
|
+
if (n2 = e2[s2], s2 && "chunkFlow" === n2[1].type && "listItemPrefix" === e2[s2 - 1][1].type && (u2 = n2[1]._tokenizer.events, i2 = 0, i2 < u2.length && "lineEndingBlank" === u2[i2][1].type && (i2 += 2), i2 < u2.length && "content" === u2[i2][1].type))
|
|
5789
|
+
for (; ++i2 < u2.length && "content" !== u2[i2][1].type; )
|
|
5790
|
+
"chunkText" === u2[i2][1].type && (u2[i2][1]._isInFirstContentOfListItem = true, i2++);
|
|
5685
5791
|
if ("enter" === n2[0])
|
|
5686
|
-
n2[1].contentType && (Object.assign(t2,
|
|
5792
|
+
n2[1].contentType && (Object.assign(t2, de(e2, s2)), s2 = t2[s2], a2 = true);
|
|
5687
5793
|
else if (n2[1]._container) {
|
|
5688
5794
|
for (i2 = s2, r2 = void 0; i2-- && (o2 = e2[i2], "lineEnding" === o2[1].type || "lineEndingBlank" === o2[1].type); )
|
|
5689
5795
|
"enter" === o2[0] && (r2 && (e2[r2][1].type = "lineEndingBlank"), o2[1].type = "lineEnding", r2 = i2);
|
|
5690
|
-
r2 && (n2[1].end = Object.assign({}, e2[r2][1].start),
|
|
5796
|
+
r2 && (n2[1].end = Object.assign({}, e2[r2][1].start), c2 = e2.slice(r2, s2), c2.unshift(n2), ie(e2, r2, s2 - r2 + 1, c2));
|
|
5691
5797
|
}
|
|
5692
5798
|
}
|
|
5693
5799
|
return !a2;
|
|
5694
5800
|
}
|
|
5695
|
-
function
|
|
5801
|
+
function de(e2, t2) {
|
|
5696
5802
|
const n2 = e2[t2][1], r2 = e2[t2][2];
|
|
5697
5803
|
let i2 = t2 - 1;
|
|
5698
|
-
const o2 = [],
|
|
5804
|
+
const o2 = [], c2 = n2._tokenizer || r2.parser[n2.contentType](n2.start), u2 = c2.events, a2 = [], s2 = {};
|
|
5699
5805
|
let l2, f2, p2 = -1, d2 = n2, m2 = 0, g2 = 0;
|
|
5700
5806
|
const h2 = [g2];
|
|
5701
5807
|
for (; d2; ) {
|
|
5702
5808
|
for (; e2[++i2][1] !== d2; )
|
|
5703
5809
|
;
|
|
5704
|
-
o2.push(i2), d2._tokenizer || (l2 = r2.sliceStream(d2), d2.next || l2.push(null), f2 &&
|
|
5810
|
+
o2.push(i2), d2._tokenizer || (l2 = r2.sliceStream(d2), d2.next || l2.push(null), f2 && c2.defineSkip(d2.start), d2._isInFirstContentOfListItem && (c2._gfmTasklistFirstContentOfListItem = true), c2.write(l2), d2._isInFirstContentOfListItem && (c2._gfmTasklistFirstContentOfListItem = void 0)), f2 = d2, d2 = d2.next;
|
|
5705
5811
|
}
|
|
5706
|
-
for (d2 = n2; ++p2 <
|
|
5707
|
-
"exit" ===
|
|
5708
|
-
for (
|
|
5709
|
-
const t3 =
|
|
5710
|
-
a2.unshift([n3, n3 + t3.length - 1]),
|
|
5812
|
+
for (d2 = n2; ++p2 < u2.length; )
|
|
5813
|
+
"exit" === u2[p2][0] && "enter" === u2[p2 - 1][0] && u2[p2][1].type === u2[p2 - 1][1].type && u2[p2][1].start.line !== u2[p2][1].end.line && (g2 = p2 + 1, h2.push(g2), d2._tokenizer = void 0, d2.previous = void 0, d2 = d2.next);
|
|
5814
|
+
for (c2.events = [], d2 ? (d2._tokenizer = void 0, d2.previous = void 0) : h2.pop(), p2 = h2.length; p2--; ) {
|
|
5815
|
+
const t3 = u2.slice(h2[p2], h2[p2 + 1]), n3 = o2.pop();
|
|
5816
|
+
a2.unshift([n3, n3 + t3.length - 1]), ie(e2, n3, 2, t3);
|
|
5711
5817
|
}
|
|
5712
5818
|
for (p2 = -1; ++p2 < a2.length; )
|
|
5713
5819
|
s2[m2 + a2[p2][0]] = m2 + a2[p2][1], m2 += a2[p2][1] - a2[p2][0] - 1;
|
|
5714
5820
|
return s2;
|
|
5715
5821
|
}
|
|
5716
|
-
const
|
|
5822
|
+
const me = { tokenize: function(e2, t2) {
|
|
5717
5823
|
let n2;
|
|
5718
5824
|
return function(t3) {
|
|
5719
5825
|
return e2.enter("content"), n2 = e2.enter("chunkContent", { contentType: "content" }), r2(t3);
|
|
5720
5826
|
};
|
|
5721
5827
|
function r2(t3) {
|
|
5722
|
-
return null === t3 ? i2(t3) :
|
|
5828
|
+
return null === t3 ? i2(t3) : f(t3) ? e2.check(ge, o2, i2)(t3) : (e2.consume(t3), r2);
|
|
5723
5829
|
}
|
|
5724
5830
|
function i2(n3) {
|
|
5725
5831
|
return e2.exit("chunkContent"), e2.exit("content"), t2(n3);
|
|
@@ -5728,45 +5834,45 @@ var require_micromark = __commonJS({
|
|
|
5728
5834
|
return e2.consume(t3), e2.exit("chunkContent"), n2.next = e2.enter("chunkContent", { contentType: "content", previous: n2 }), n2 = n2.next, r2;
|
|
5729
5835
|
}
|
|
5730
5836
|
}, resolve: function(e2) {
|
|
5731
|
-
return
|
|
5732
|
-
} },
|
|
5837
|
+
return pe(e2), e2;
|
|
5838
|
+
} }, ge = { tokenize: function(e2, t2, n2) {
|
|
5733
5839
|
const r2 = this;
|
|
5734
5840
|
return function(t3) {
|
|
5735
|
-
return e2.exit("chunkContent"), e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"),
|
|
5841
|
+
return e2.exit("chunkContent"), e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), I(e2, i2, "linePrefix");
|
|
5736
5842
|
};
|
|
5737
5843
|
function i2(i3) {
|
|
5738
|
-
if (null === i3 ||
|
|
5844
|
+
if (null === i3 || f(i3))
|
|
5739
5845
|
return n2(i3);
|
|
5740
5846
|
const o2 = r2.events[r2.events.length - 1];
|
|
5741
5847
|
return !r2.parser.constructs.disable.null.includes("codeIndented") && o2 && "linePrefix" === o2[1].type && o2[2].sliceSerialize(o2[1], true).length >= 4 ? t2(i3) : e2.interrupt(r2.parser.constructs.flow, n2, t2)(i3);
|
|
5742
5848
|
}
|
|
5743
|
-
}, partial: true },
|
|
5744
|
-
const t2 = this, n2 = e2.attempt(
|
|
5849
|
+
}, partial: true }, he = { tokenize: function(e2) {
|
|
5850
|
+
const t2 = this, n2 = e2.attempt(R, function(r3) {
|
|
5745
5851
|
if (null !== r3)
|
|
5746
5852
|
return e2.enter("lineEndingBlank"), e2.consume(r3), e2.exit("lineEndingBlank"), t2.currentConstruct = void 0, n2;
|
|
5747
5853
|
e2.consume(r3);
|
|
5748
|
-
}, e2.attempt(this.parser.constructs.flowInitial, r2,
|
|
5854
|
+
}, e2.attempt(this.parser.constructs.flowInitial, r2, I(e2, e2.attempt(this.parser.constructs.flow, r2, e2.attempt(me, r2)), "linePrefix")));
|
|
5749
5855
|
return n2;
|
|
5750
5856
|
function r2(r3) {
|
|
5751
5857
|
if (null !== r3)
|
|
5752
5858
|
return e2.enter("lineEnding"), e2.consume(r3), e2.exit("lineEnding"), t2.currentConstruct = void 0, n2;
|
|
5753
5859
|
e2.consume(r3);
|
|
5754
5860
|
}
|
|
5755
|
-
} },
|
|
5756
|
-
function
|
|
5861
|
+
} }, be = { resolveAll: ye() }, xe = ve("string"), ke = ve("text");
|
|
5862
|
+
function ve(e2) {
|
|
5757
5863
|
return { tokenize: function(t2) {
|
|
5758
|
-
const n2 = this, r2 = this.parser.constructs[e2], i2 = t2.attempt(r2, o2,
|
|
5864
|
+
const n2 = this, r2 = this.parser.constructs[e2], i2 = t2.attempt(r2, o2, c2);
|
|
5759
5865
|
return o2;
|
|
5760
5866
|
function o2(e3) {
|
|
5761
|
-
return a2(e3) ? i2(e3) :
|
|
5867
|
+
return a2(e3) ? i2(e3) : c2(e3);
|
|
5762
5868
|
}
|
|
5763
|
-
function
|
|
5869
|
+
function c2(e3) {
|
|
5764
5870
|
if (null !== e3)
|
|
5765
|
-
return t2.enter("data"), t2.consume(e3),
|
|
5871
|
+
return t2.enter("data"), t2.consume(e3), u2;
|
|
5766
5872
|
t2.consume(e3);
|
|
5767
5873
|
}
|
|
5768
|
-
function
|
|
5769
|
-
return a2(e3) ? (t2.exit("data"), i2(e3)) : (t2.consume(e3),
|
|
5874
|
+
function u2(e3) {
|
|
5875
|
+
return a2(e3) ? (t2.exit("data"), i2(e3)) : (t2.consume(e3), u2);
|
|
5770
5876
|
}
|
|
5771
5877
|
function a2(e3) {
|
|
5772
5878
|
if (null === e3)
|
|
@@ -5781,9 +5887,9 @@ var require_micromark = __commonJS({
|
|
|
5781
5887
|
}
|
|
5782
5888
|
return false;
|
|
5783
5889
|
}
|
|
5784
|
-
}, resolveAll:
|
|
5890
|
+
}, resolveAll: ye("text" === e2 ? we : void 0) };
|
|
5785
5891
|
}
|
|
5786
|
-
function
|
|
5892
|
+
function ye(e2) {
|
|
5787
5893
|
return function(t2, n2) {
|
|
5788
5894
|
let r2, i2 = -1;
|
|
5789
5895
|
for (; ++i2 <= t2.length; )
|
|
@@ -5791,36 +5897,36 @@ var require_micromark = __commonJS({
|
|
|
5791
5897
|
return e2 ? e2(t2, n2) : t2;
|
|
5792
5898
|
};
|
|
5793
5899
|
}
|
|
5794
|
-
function
|
|
5900
|
+
function we(e2, t2) {
|
|
5795
5901
|
let n2 = 0;
|
|
5796
5902
|
for (; ++n2 <= e2.length; )
|
|
5797
5903
|
if ((n2 === e2.length || "lineEnding" === e2[n2][1].type) && "data" === e2[n2 - 1][1].type) {
|
|
5798
5904
|
const r2 = e2[n2 - 1][1], i2 = t2.sliceStream(r2);
|
|
5799
|
-
let o2,
|
|
5800
|
-
for (;
|
|
5801
|
-
const e3 = i2[
|
|
5905
|
+
let o2, c2 = i2.length, u2 = -1, a2 = 0;
|
|
5906
|
+
for (; c2--; ) {
|
|
5907
|
+
const e3 = i2[c2];
|
|
5802
5908
|
if ("string" == typeof e3) {
|
|
5803
|
-
for (
|
|
5804
|
-
a2++,
|
|
5805
|
-
if (
|
|
5909
|
+
for (u2 = e3.length; 32 === e3.charCodeAt(u2 - 1); )
|
|
5910
|
+
a2++, u2--;
|
|
5911
|
+
if (u2)
|
|
5806
5912
|
break;
|
|
5807
|
-
|
|
5913
|
+
u2 = -1;
|
|
5808
5914
|
} else if (-2 === e3)
|
|
5809
5915
|
o2 = true, a2++;
|
|
5810
5916
|
else if (-1 !== e3) {
|
|
5811
|
-
|
|
5917
|
+
c2++;
|
|
5812
5918
|
break;
|
|
5813
5919
|
}
|
|
5814
5920
|
}
|
|
5815
5921
|
if (a2) {
|
|
5816
|
-
const i3 = { type: n2 === e2.length || o2 || a2 < 2 ? "lineSuffix" : "hardBreakTrailing", start: { line: r2.end.line, column: r2.end.column - a2, offset: r2.end.offset - a2, _index: r2.start._index +
|
|
5922
|
+
const i3 = { type: n2 === e2.length || o2 || a2 < 2 ? "lineSuffix" : "hardBreakTrailing", start: { line: r2.end.line, column: r2.end.column - a2, offset: r2.end.offset - a2, _index: r2.start._index + c2, _bufferIndex: c2 ? u2 : r2.start._bufferIndex + u2 }, end: Object.assign({}, r2.end) };
|
|
5817
5923
|
r2.end = Object.assign({}, i3.start), r2.start.offset === r2.end.offset ? Object.assign(r2, i3) : (e2.splice(n2, 0, ["enter", i3, t2], ["exit", i3, t2]), n2 += 2);
|
|
5818
5924
|
}
|
|
5819
5925
|
n2++;
|
|
5820
5926
|
}
|
|
5821
5927
|
return e2;
|
|
5822
5928
|
}
|
|
5823
|
-
function
|
|
5929
|
+
function qe(e2, t2, n2) {
|
|
5824
5930
|
const r2 = [];
|
|
5825
5931
|
let i2 = -1;
|
|
5826
5932
|
for (; ++i2 < e2.length; ) {
|
|
@@ -5829,88 +5935,88 @@ var require_micromark = __commonJS({
|
|
|
5829
5935
|
}
|
|
5830
5936
|
return t2;
|
|
5831
5937
|
}
|
|
5832
|
-
function
|
|
5938
|
+
function Se(e2, t2, n2) {
|
|
5833
5939
|
let r2 = Object.assign(n2 ? Object.assign({}, n2) : { line: 1, column: 1, offset: 0 }, { _index: 0, _bufferIndex: -1 });
|
|
5834
5940
|
const i2 = {}, o2 = [];
|
|
5835
|
-
let
|
|
5941
|
+
let c2 = [], u2 = [], a2 = true;
|
|
5836
5942
|
const s2 = { consume: function(e3) {
|
|
5837
|
-
|
|
5943
|
+
f(e3) ? (r2.line++, r2.column = 1, r2.offset += -3 === e3 ? 2 : 1, v2()) : -1 !== e3 && (r2.column++, r2.offset++), r2._bufferIndex < 0 ? r2._index++ : (r2._bufferIndex++, r2._bufferIndex === c2[r2._index].length && (r2._bufferIndex = -1, r2._index++)), l2.previous = e3, a2 = true;
|
|
5838
5944
|
}, enter: function(e3, t3) {
|
|
5839
5945
|
const n3 = t3 || {};
|
|
5840
|
-
return n3.type = e3, n3.start = g2(),
|
|
5946
|
+
return n3.type = e3, n3.start = g2(), l2.events.push(["enter", n3, l2]), u2.push(n3), n3;
|
|
5841
5947
|
}, exit: function(e3) {
|
|
5842
|
-
const t3 =
|
|
5843
|
-
return t3.end = g2(),
|
|
5948
|
+
const t3 = u2.pop();
|
|
5949
|
+
return t3.end = g2(), l2.events.push(["exit", t3, l2]), t3;
|
|
5844
5950
|
}, attempt: x2(function(e3, t3) {
|
|
5845
5951
|
k2(e3, t3.from);
|
|
5846
|
-
}), check: x2(b2), interrupt: x2(b2, { interrupt: true }) },
|
|
5952
|
+
}), check: x2(b2), interrupt: x2(b2, { interrupt: true }) }, l2 = { previous: null, code: null, containerState: {}, events: [], parser: e2, sliceStream: m2, sliceSerialize: function(e3, t3) {
|
|
5847
5953
|
return function(e4, t4) {
|
|
5848
5954
|
let n3 = -1;
|
|
5849
5955
|
const r3 = [];
|
|
5850
5956
|
let i3;
|
|
5851
5957
|
for (; ++n3 < e4.length; ) {
|
|
5852
5958
|
const o3 = e4[n3];
|
|
5853
|
-
let
|
|
5959
|
+
let c3;
|
|
5854
5960
|
if ("string" == typeof o3)
|
|
5855
|
-
|
|
5961
|
+
c3 = o3;
|
|
5856
5962
|
else
|
|
5857
5963
|
switch (o3) {
|
|
5858
5964
|
case -5:
|
|
5859
|
-
|
|
5965
|
+
c3 = "\r";
|
|
5860
5966
|
break;
|
|
5861
5967
|
case -4:
|
|
5862
|
-
|
|
5968
|
+
c3 = "\n";
|
|
5863
5969
|
break;
|
|
5864
5970
|
case -3:
|
|
5865
|
-
|
|
5971
|
+
c3 = "\r\n";
|
|
5866
5972
|
break;
|
|
5867
5973
|
case -2:
|
|
5868
|
-
|
|
5974
|
+
c3 = t4 ? " " : " ";
|
|
5869
5975
|
break;
|
|
5870
5976
|
case -1:
|
|
5871
5977
|
if (!t4 && i3)
|
|
5872
5978
|
continue;
|
|
5873
|
-
|
|
5979
|
+
c3 = " ";
|
|
5874
5980
|
break;
|
|
5875
5981
|
default:
|
|
5876
|
-
|
|
5982
|
+
c3 = String.fromCharCode(o3);
|
|
5877
5983
|
}
|
|
5878
|
-
i3 = -2 === o3, r3.push(
|
|
5984
|
+
i3 = -2 === o3, r3.push(c3);
|
|
5879
5985
|
}
|
|
5880
5986
|
return r3.join("");
|
|
5881
5987
|
}(m2(e3), t3);
|
|
5882
5988
|
}, now: g2, defineSkip: function(e3) {
|
|
5883
5989
|
i2[e3.line] = e3.column, v2();
|
|
5884
5990
|
}, write: function(e3) {
|
|
5885
|
-
return
|
|
5991
|
+
return c2 = oe(c2, e3), function() {
|
|
5886
5992
|
let e4;
|
|
5887
|
-
for (; r2._index <
|
|
5888
|
-
const t3 =
|
|
5993
|
+
for (; r2._index < c2.length; ) {
|
|
5994
|
+
const t3 = c2[r2._index];
|
|
5889
5995
|
if ("string" == typeof t3)
|
|
5890
5996
|
for (e4 = r2._index, r2._bufferIndex < 0 && (r2._bufferIndex = 0); r2._index === e4 && r2._bufferIndex < t3.length; )
|
|
5891
5997
|
h2(t3.charCodeAt(r2._bufferIndex));
|
|
5892
5998
|
else
|
|
5893
5999
|
h2(t3);
|
|
5894
6000
|
}
|
|
5895
|
-
}(), null !==
|
|
6001
|
+
}(), null !== c2[c2.length - 1] ? [] : (k2(t2, 0), l2.events = qe(o2, l2.events, l2), l2.events);
|
|
5896
6002
|
} };
|
|
5897
|
-
let p2, d2 = t2.tokenize.call(
|
|
5898
|
-
return t2.resolveAll && o2.push(t2),
|
|
6003
|
+
let p2, d2 = t2.tokenize.call(l2, s2);
|
|
6004
|
+
return t2.resolveAll && o2.push(t2), l2;
|
|
5899
6005
|
function m2(e3) {
|
|
5900
6006
|
return function(e4, t3) {
|
|
5901
6007
|
const n3 = t3.start._index, r3 = t3.start._bufferIndex, i3 = t3.end._index, o3 = t3.end._bufferIndex;
|
|
5902
|
-
let
|
|
6008
|
+
let c3;
|
|
5903
6009
|
if (n3 === i3)
|
|
5904
|
-
|
|
6010
|
+
c3 = [e4[n3].slice(r3, o3)];
|
|
5905
6011
|
else {
|
|
5906
|
-
if (
|
|
5907
|
-
const e5 =
|
|
5908
|
-
"string" == typeof e5 ?
|
|
6012
|
+
if (c3 = e4.slice(n3, i3), r3 > -1) {
|
|
6013
|
+
const e5 = c3[0];
|
|
6014
|
+
"string" == typeof e5 ? c3[0] = e5.slice(r3) : c3.shift();
|
|
5909
6015
|
}
|
|
5910
|
-
o3 > 0 &&
|
|
6016
|
+
o3 > 0 && c3.push(e4[i3].slice(0, o3));
|
|
5911
6017
|
}
|
|
5912
|
-
return
|
|
5913
|
-
}(
|
|
6018
|
+
return c3;
|
|
6019
|
+
}(c2, e3);
|
|
5914
6020
|
}
|
|
5915
6021
|
function g2() {
|
|
5916
6022
|
const { line: e3, column: t3, offset: n3, _index: i3, _bufferIndex: o3 } = r2;
|
|
@@ -5924,41 +6030,41 @@ var require_micromark = __commonJS({
|
|
|
5924
6030
|
}
|
|
5925
6031
|
function x2(e3, t3) {
|
|
5926
6032
|
return function(n3, i3, o3) {
|
|
5927
|
-
let
|
|
6033
|
+
let c3, f2, p3, d3;
|
|
5928
6034
|
return Array.isArray(n3) ? h3(n3) : "tokenize" in n3 ? h3([n3]) : (m3 = n3, function(e4) {
|
|
5929
6035
|
const t4 = null !== e4 && m3[e4], n4 = null !== e4 && m3.null;
|
|
5930
6036
|
return h3([...Array.isArray(t4) ? t4 : t4 ? [t4] : [], ...Array.isArray(n4) ? n4 : n4 ? [n4] : []])(e4);
|
|
5931
6037
|
});
|
|
5932
6038
|
var m3;
|
|
5933
6039
|
function h3(e4) {
|
|
5934
|
-
return
|
|
6040
|
+
return c3 = e4, f2 = 0, 0 === e4.length ? o3 : b3(e4[f2]);
|
|
5935
6041
|
}
|
|
5936
6042
|
function b3(e4) {
|
|
5937
6043
|
return function(n4) {
|
|
5938
6044
|
return d3 = function() {
|
|
5939
|
-
const e5 = g2(), t4 =
|
|
6045
|
+
const e5 = g2(), t4 = l2.previous, n5 = l2.currentConstruct, i4 = l2.events.length, o4 = Array.from(u2);
|
|
5940
6046
|
return { restore: function() {
|
|
5941
|
-
r2 = e5,
|
|
6047
|
+
r2 = e5, l2.previous = t4, l2.currentConstruct = n5, l2.events.length = i4, u2 = o4, v2();
|
|
5942
6048
|
}, from: i4 };
|
|
5943
|
-
}(), p3 = e4, e4.partial || (
|
|
6049
|
+
}(), p3 = e4, e4.partial || (l2.currentConstruct = e4), e4.name && l2.parser.constructs.disable.null.includes(e4.name) ? k3() : e4.tokenize.call(t3 ? Object.assign(Object.create(l2), t3) : l2, s2, x3, k3)(n4);
|
|
5944
6050
|
};
|
|
5945
6051
|
}
|
|
5946
6052
|
function x3(t4) {
|
|
5947
6053
|
return a2 = true, e3(p3, d3), i3;
|
|
5948
6054
|
}
|
|
5949
6055
|
function k3(e4) {
|
|
5950
|
-
return a2 = true, d3.restore(), ++
|
|
6056
|
+
return a2 = true, d3.restore(), ++f2 < c3.length ? b3(c3[f2]) : o3;
|
|
5951
6057
|
}
|
|
5952
6058
|
};
|
|
5953
6059
|
}
|
|
5954
6060
|
function k2(e3, t3) {
|
|
5955
|
-
e3.resolveAll && !o2.includes(e3) && o2.push(e3), e3.resolve &&
|
|
6061
|
+
e3.resolveAll && !o2.includes(e3) && o2.push(e3), e3.resolve && ie(l2.events, t3, l2.events.length - t3, e3.resolve(l2.events.slice(t3), l2)), e3.resolveTo && (l2.events = e3.resolveTo(l2.events, l2));
|
|
5956
6062
|
}
|
|
5957
6063
|
function v2() {
|
|
5958
6064
|
r2.line in i2 && r2.column < 2 && (r2.column = i2[r2.line], r2.offset += i2[r2.line] - 1);
|
|
5959
6065
|
}
|
|
5960
6066
|
}
|
|
5961
|
-
const
|
|
6067
|
+
const Ee = { name: "thematicBreak", tokenize: function(e2, t2, n2) {
|
|
5962
6068
|
let r2, i2 = 0;
|
|
5963
6069
|
return function(t3) {
|
|
5964
6070
|
return e2.enter("thematicBreak"), function(e3) {
|
|
@@ -5966,64 +6072,64 @@ var require_micromark = __commonJS({
|
|
|
5966
6072
|
}(t3);
|
|
5967
6073
|
};
|
|
5968
6074
|
function o2(o3) {
|
|
5969
|
-
return o3 === r2 ? (e2.enter("thematicBreakSequence"),
|
|
6075
|
+
return o3 === r2 ? (e2.enter("thematicBreakSequence"), c2(o3)) : i2 >= 3 && (null === o3 || f(o3)) ? (e2.exit("thematicBreak"), t2(o3)) : n2(o3);
|
|
5970
6076
|
}
|
|
5971
|
-
function
|
|
5972
|
-
return t3 === r2 ? (e2.consume(t3), i2++,
|
|
6077
|
+
function c2(t3) {
|
|
6078
|
+
return t3 === r2 ? (e2.consume(t3), i2++, c2) : (e2.exit("thematicBreakSequence"), d(t3) ? I(e2, o2, "whitespace")(t3) : o2(t3));
|
|
5973
6079
|
}
|
|
5974
|
-
} },
|
|
6080
|
+
} }, De = { name: "list", tokenize: function(e2, t2, n2) {
|
|
5975
6081
|
const r2 = this, i2 = r2.events[r2.events.length - 1];
|
|
5976
|
-
let o2 = i2 && "linePrefix" === i2[1].type ? i2[2].sliceSerialize(i2[1], true).length : 0,
|
|
6082
|
+
let o2 = i2 && "linePrefix" === i2[1].type ? i2[2].sliceSerialize(i2[1], true).length : 0, c2 = 0;
|
|
5977
6083
|
return function(t3) {
|
|
5978
6084
|
const i3 = r2.containerState.type || (42 === t3 || 43 === t3 || 45 === t3 ? "listUnordered" : "listOrdered");
|
|
5979
|
-
if ("listUnordered" === i3 ? !r2.containerState.marker || t3 === r2.containerState.marker :
|
|
6085
|
+
if ("listUnordered" === i3 ? !r2.containerState.marker || t3 === r2.containerState.marker : a(t3)) {
|
|
5980
6086
|
if (r2.containerState.type || (r2.containerState.type = i3, e2.enter(i3, { _container: true })), "listUnordered" === i3)
|
|
5981
|
-
return e2.enter("listItemPrefix"), 42 === t3 || 45 === t3 ? e2.check(
|
|
6087
|
+
return e2.enter("listItemPrefix"), 42 === t3 || 45 === t3 ? e2.check(Ee, n2, s2)(t3) : s2(t3);
|
|
5982
6088
|
if (!r2.interrupt || 49 === t3)
|
|
5983
|
-
return e2.enter("listItemPrefix"), e2.enter("listItemValue"),
|
|
6089
|
+
return e2.enter("listItemPrefix"), e2.enter("listItemValue"), u2(t3);
|
|
5984
6090
|
}
|
|
5985
6091
|
return n2(t3);
|
|
5986
6092
|
};
|
|
5987
|
-
function
|
|
5988
|
-
return
|
|
6093
|
+
function u2(t3) {
|
|
6094
|
+
return a(t3) && ++c2 < 10 ? (e2.consume(t3), u2) : (!r2.interrupt || c2 < 2) && (r2.containerState.marker ? t3 === r2.containerState.marker : 41 === t3 || 46 === t3) ? (e2.exit("listItemValue"), s2(t3)) : n2(t3);
|
|
5989
6095
|
}
|
|
5990
6096
|
function s2(t3) {
|
|
5991
|
-
return e2.enter("listItemMarker"), e2.consume(t3), e2.exit("listItemMarker"), r2.containerState.marker = r2.containerState.marker || t3, e2.check(
|
|
6097
|
+
return e2.enter("listItemMarker"), e2.consume(t3), e2.exit("listItemMarker"), r2.containerState.marker = r2.containerState.marker || t3, e2.check(R, r2.interrupt ? n2 : l2, e2.attempt(Te, p2, f2));
|
|
5992
6098
|
}
|
|
5993
6099
|
function l2(e3) {
|
|
5994
|
-
return r2.containerState.initialBlankLine = true, o2++,
|
|
6100
|
+
return r2.containerState.initialBlankLine = true, o2++, p2(e3);
|
|
5995
6101
|
}
|
|
5996
6102
|
function f2(t3) {
|
|
5997
|
-
return
|
|
6103
|
+
return d(t3) ? (e2.enter("listItemPrefixWhitespace"), e2.consume(t3), e2.exit("listItemPrefixWhitespace"), p2) : n2(t3);
|
|
5998
6104
|
}
|
|
5999
|
-
function
|
|
6105
|
+
function p2(n3) {
|
|
6000
6106
|
return r2.containerState.size = o2 + r2.sliceSerialize(e2.exit("listItemPrefix"), true).length, t2(n3);
|
|
6001
6107
|
}
|
|
6002
6108
|
}, continuation: { tokenize: function(e2, t2, n2) {
|
|
6003
6109
|
const r2 = this;
|
|
6004
|
-
return r2.containerState._closeFlow = void 0, e2.check(
|
|
6005
|
-
return r2.containerState.furtherBlankLines = r2.containerState.furtherBlankLines || r2.containerState.initialBlankLine,
|
|
6110
|
+
return r2.containerState._closeFlow = void 0, e2.check(R, function(n3) {
|
|
6111
|
+
return r2.containerState.furtherBlankLines = r2.containerState.furtherBlankLines || r2.containerState.initialBlankLine, I(e2, t2, "listItemIndent", r2.containerState.size + 1)(n3);
|
|
6006
6112
|
}, function(n3) {
|
|
6007
|
-
return r2.containerState.furtherBlankLines || !
|
|
6113
|
+
return r2.containerState.furtherBlankLines || !d(n3) ? (r2.containerState.furtherBlankLines = void 0, r2.containerState.initialBlankLine = void 0, i2(n3)) : (r2.containerState.furtherBlankLines = void 0, r2.containerState.initialBlankLine = void 0, e2.attempt(Le, t2, i2)(n3));
|
|
6008
6114
|
});
|
|
6009
6115
|
function i2(i3) {
|
|
6010
|
-
return r2.containerState._closeFlow = true, r2.interrupt = void 0,
|
|
6116
|
+
return r2.containerState._closeFlow = true, r2.interrupt = void 0, I(e2, e2.attempt(De, t2, n2), "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(i3);
|
|
6011
6117
|
}
|
|
6012
6118
|
} }, exit: function(e2) {
|
|
6013
6119
|
e2.exit(this.containerState.type);
|
|
6014
|
-
} },
|
|
6120
|
+
} }, Te = { tokenize: function(e2, t2, n2) {
|
|
6015
6121
|
const r2 = this;
|
|
6016
|
-
return
|
|
6122
|
+
return I(e2, function(e3) {
|
|
6017
6123
|
const i2 = r2.events[r2.events.length - 1];
|
|
6018
|
-
return !
|
|
6124
|
+
return !d(e3) && i2 && "listItemPrefixWhitespace" === i2[1].type ? t2(e3) : n2(e3);
|
|
6019
6125
|
}, "listItemPrefixWhitespace", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 5);
|
|
6020
|
-
}, partial: true },
|
|
6126
|
+
}, partial: true }, Le = { tokenize: function(e2, t2, n2) {
|
|
6021
6127
|
const r2 = this;
|
|
6022
|
-
return
|
|
6128
|
+
return I(e2, function(e3) {
|
|
6023
6129
|
const i2 = r2.events[r2.events.length - 1];
|
|
6024
6130
|
return i2 && "listItemIndent" === i2[1].type && i2[2].sliceSerialize(i2[1], true).length === r2.containerState.size ? t2(e3) : n2(e3);
|
|
6025
6131
|
}, "listItemIndent", r2.containerState.size + 1);
|
|
6026
|
-
}, partial: true },
|
|
6132
|
+
}, partial: true }, Fe = { name: "blockQuote", tokenize: function(e2, t2, n2) {
|
|
6027
6133
|
const r2 = this;
|
|
6028
6134
|
return function(t3) {
|
|
6029
6135
|
if (62 === t3) {
|
|
@@ -6033,21 +6139,21 @@ var require_micromark = __commonJS({
|
|
|
6033
6139
|
return n2(t3);
|
|
6034
6140
|
};
|
|
6035
6141
|
function i2(n3) {
|
|
6036
|
-
return
|
|
6142
|
+
return d(n3) ? (e2.enter("blockQuotePrefixWhitespace"), e2.consume(n3), e2.exit("blockQuotePrefixWhitespace"), e2.exit("blockQuotePrefix"), t2) : (e2.exit("blockQuotePrefix"), t2(n3));
|
|
6037
6143
|
}
|
|
6038
6144
|
}, continuation: { tokenize: function(e2, t2, n2) {
|
|
6039
6145
|
const r2 = this;
|
|
6040
6146
|
return function(t3) {
|
|
6041
|
-
return
|
|
6147
|
+
return d(t3) ? I(e2, i2, "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(t3) : i2(t3);
|
|
6042
6148
|
};
|
|
6043
6149
|
function i2(r3) {
|
|
6044
|
-
return e2.attempt(
|
|
6150
|
+
return e2.attempt(Fe, t2, n2)(r3);
|
|
6045
6151
|
}
|
|
6046
6152
|
} }, exit: function(e2) {
|
|
6047
6153
|
e2.exit("blockQuote");
|
|
6048
6154
|
} };
|
|
6049
|
-
function
|
|
6050
|
-
const
|
|
6155
|
+
function Ae(e2, t2, n2, r2, i2, o2, c2, a2, s2) {
|
|
6156
|
+
const l2 = s2 || Number.POSITIVE_INFINITY;
|
|
6051
6157
|
let d2 = 0;
|
|
6052
6158
|
return function(t3) {
|
|
6053
6159
|
return 60 === t3 ? (e2.enter(r2), e2.enter(i2), e2.enter(o2), e2.consume(t3), e2.exit(o2), m2) : null === t3 || 32 === t3 || 41 === t3 || u(t3) ? n2(t3) : (e2.enter(r2), e2.enter(c2), e2.enter(a2), e2.enter("chunkString", { contentType: "string" }), b2(t3));
|
|
@@ -6056,126 +6162,126 @@ var require_micromark = __commonJS({
|
|
|
6056
6162
|
return 62 === n3 ? (e2.enter(o2), e2.consume(n3), e2.exit(o2), e2.exit(i2), e2.exit(r2), t2) : (e2.enter(a2), e2.enter("chunkString", { contentType: "string" }), g2(n3));
|
|
6057
6163
|
}
|
|
6058
6164
|
function g2(t3) {
|
|
6059
|
-
return 62 === t3 ? (e2.exit("chunkString"), e2.exit(a2), m2(t3)) : null === t3 || 60 === t3 ||
|
|
6165
|
+
return 62 === t3 ? (e2.exit("chunkString"), e2.exit(a2), m2(t3)) : null === t3 || 60 === t3 || f(t3) ? n2(t3) : (e2.consume(t3), 92 === t3 ? h2 : g2);
|
|
6060
6166
|
}
|
|
6061
6167
|
function h2(t3) {
|
|
6062
6168
|
return 60 === t3 || 62 === t3 || 92 === t3 ? (e2.consume(t3), g2) : g2(t3);
|
|
6063
6169
|
}
|
|
6064
6170
|
function b2(i3) {
|
|
6065
|
-
return d2 || null !== i3 && 41 !== i3 && !
|
|
6171
|
+
return d2 || null !== i3 && 41 !== i3 && !p(i3) ? d2 < l2 && 40 === i3 ? (e2.consume(i3), d2++, b2) : 41 === i3 ? (e2.consume(i3), d2--, b2) : null === i3 || 32 === i3 || 40 === i3 || u(i3) ? n2(i3) : (e2.consume(i3), 92 === i3 ? x2 : b2) : (e2.exit("chunkString"), e2.exit(a2), e2.exit(c2), e2.exit(r2), t2(i3));
|
|
6066
6172
|
}
|
|
6067
6173
|
function x2(t3) {
|
|
6068
6174
|
return 40 === t3 || 41 === t3 || 92 === t3 ? (e2.consume(t3), b2) : b2(t3);
|
|
6069
6175
|
}
|
|
6070
6176
|
}
|
|
6071
|
-
function
|
|
6072
|
-
const
|
|
6073
|
-
let
|
|
6177
|
+
function ze(e2, t2, n2, r2, i2, o2) {
|
|
6178
|
+
const c2 = this;
|
|
6179
|
+
let u2, a2 = 0;
|
|
6074
6180
|
return function(t3) {
|
|
6075
6181
|
return e2.enter(r2), e2.enter(i2), e2.consume(t3), e2.exit(i2), e2.enter(o2), s2;
|
|
6076
6182
|
};
|
|
6077
|
-
function s2(
|
|
6078
|
-
return a2 > 999 || null ===
|
|
6183
|
+
function s2(p3) {
|
|
6184
|
+
return a2 > 999 || null === p3 || 91 === p3 || 93 === p3 && !u2 || 94 === p3 && !a2 && "_hiddenFootnoteSupport" in c2.parser.constructs ? n2(p3) : 93 === p3 ? (e2.exit(o2), e2.enter(i2), e2.consume(p3), e2.exit(i2), e2.exit(r2), t2) : f(p3) ? (e2.enter("lineEnding"), e2.consume(p3), e2.exit("lineEnding"), s2) : (e2.enter("chunkString", { contentType: "string" }), l2(p3));
|
|
6079
6185
|
}
|
|
6080
|
-
function
|
|
6081
|
-
return null === t3 || 91 === t3 || 93 === t3 ||
|
|
6186
|
+
function l2(t3) {
|
|
6187
|
+
return null === t3 || 91 === t3 || 93 === t3 || f(t3) || a2++ > 999 ? (e2.exit("chunkString"), s2(t3)) : (e2.consume(t3), u2 || (u2 = !d(t3)), 92 === t3 ? p2 : l2);
|
|
6082
6188
|
}
|
|
6083
|
-
function
|
|
6084
|
-
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3), a2++,
|
|
6189
|
+
function p2(t3) {
|
|
6190
|
+
return 91 === t3 || 92 === t3 || 93 === t3 ? (e2.consume(t3), a2++, l2) : l2(t3);
|
|
6085
6191
|
}
|
|
6086
6192
|
}
|
|
6087
|
-
function
|
|
6088
|
-
let
|
|
6193
|
+
function Ce(e2, t2, n2, r2, i2, o2) {
|
|
6194
|
+
let c2;
|
|
6089
6195
|
return function(t3) {
|
|
6090
|
-
return 34 === t3 || 39 === t3 || 40 === t3 ? (e2.enter(r2), e2.enter(i2), e2.consume(t3), e2.exit(i2),
|
|
6196
|
+
return 34 === t3 || 39 === t3 || 40 === t3 ? (e2.enter(r2), e2.enter(i2), e2.consume(t3), e2.exit(i2), c2 = 40 === t3 ? 41 : t3, u2) : n2(t3);
|
|
6091
6197
|
};
|
|
6092
|
-
function
|
|
6093
|
-
return n3 ===
|
|
6198
|
+
function u2(n3) {
|
|
6199
|
+
return n3 === c2 ? (e2.enter(i2), e2.consume(n3), e2.exit(i2), e2.exit(r2), t2) : (e2.enter(o2), a2(n3));
|
|
6094
6200
|
}
|
|
6095
6201
|
function a2(t3) {
|
|
6096
|
-
return t3 ===
|
|
6202
|
+
return t3 === c2 ? (e2.exit(o2), u2(c2)) : null === t3 ? n2(t3) : f(t3) ? (e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), I(e2, a2, "linePrefix")) : (e2.enter("chunkString", { contentType: "string" }), s2(t3));
|
|
6097
6203
|
}
|
|
6098
6204
|
function s2(t3) {
|
|
6099
|
-
return t3 ===
|
|
6205
|
+
return t3 === c2 || null === t3 || f(t3) ? (e2.exit("chunkString"), a2(t3)) : (e2.consume(t3), 92 === t3 ? l2 : s2);
|
|
6100
6206
|
}
|
|
6101
|
-
function
|
|
6102
|
-
return t3 ===
|
|
6207
|
+
function l2(t3) {
|
|
6208
|
+
return t3 === c2 || 92 === t3 ? (e2.consume(t3), s2) : s2(t3);
|
|
6103
6209
|
}
|
|
6104
6210
|
}
|
|
6105
|
-
function
|
|
6211
|
+
function Ie(e2, t2) {
|
|
6106
6212
|
let n2;
|
|
6107
6213
|
return function r2(i2) {
|
|
6108
|
-
return
|
|
6214
|
+
return f(i2) ? (e2.enter("lineEnding"), e2.consume(i2), e2.exit("lineEnding"), n2 = true, r2) : d(i2) ? I(e2, r2, n2 ? "linePrefix" : "lineSuffix")(i2) : t2(i2);
|
|
6109
6215
|
};
|
|
6110
6216
|
}
|
|
6111
|
-
const
|
|
6217
|
+
const Re = { name: "definition", tokenize: function(e2, t2, n2) {
|
|
6112
6218
|
const r2 = this;
|
|
6113
6219
|
let i2;
|
|
6114
6220
|
return function(t3) {
|
|
6115
6221
|
return e2.enter("definition"), function(t4) {
|
|
6116
|
-
return
|
|
6222
|
+
return ze.call(r2, e2, o2, n2, "definitionLabel", "definitionLabelMarker", "definitionLabelString")(t4);
|
|
6117
6223
|
}(t3);
|
|
6118
6224
|
};
|
|
6119
6225
|
function o2(t3) {
|
|
6120
|
-
return i2 =
|
|
6121
|
-
}
|
|
6122
|
-
function u2(t3) {
|
|
6123
|
-
return f(t3) ? Se(e2, c2)(t3) : c2(t3);
|
|
6226
|
+
return i2 = M(r2.sliceSerialize(r2.events[r2.events.length - 1][1]).slice(1, -1)), 58 === t3 ? (e2.enter("definitionMarker"), e2.consume(t3), e2.exit("definitionMarker"), c2) : n2(t3);
|
|
6124
6227
|
}
|
|
6125
6228
|
function c2(t3) {
|
|
6126
|
-
return
|
|
6229
|
+
return p(t3) ? Ie(e2, u2)(t3) : u2(t3);
|
|
6230
|
+
}
|
|
6231
|
+
function u2(t3) {
|
|
6232
|
+
return Ae(e2, a2, n2, "definitionDestination", "definitionDestinationLiteral", "definitionDestinationLiteralMarker", "definitionDestinationRaw", "definitionDestinationString")(t3);
|
|
6127
6233
|
}
|
|
6128
6234
|
function a2(t3) {
|
|
6129
|
-
return e2.attempt(
|
|
6235
|
+
return e2.attempt(Me, s2, s2)(t3);
|
|
6130
6236
|
}
|
|
6131
6237
|
function s2(t3) {
|
|
6132
|
-
return
|
|
6238
|
+
return d(t3) ? I(e2, l2, "whitespace")(t3) : l2(t3);
|
|
6133
6239
|
}
|
|
6134
|
-
function
|
|
6135
|
-
return null === o3 ||
|
|
6240
|
+
function l2(o3) {
|
|
6241
|
+
return null === o3 || f(o3) ? (e2.exit("definition"), r2.parser.defined.push(i2), t2(o3)) : n2(o3);
|
|
6136
6242
|
}
|
|
6137
|
-
} },
|
|
6243
|
+
} }, Me = { tokenize: function(e2, t2, n2) {
|
|
6138
6244
|
return function(t3) {
|
|
6139
|
-
return
|
|
6245
|
+
return p(t3) ? Ie(e2, r2)(t3) : n2(t3);
|
|
6140
6246
|
};
|
|
6141
6247
|
function r2(t3) {
|
|
6142
|
-
return
|
|
6248
|
+
return Ce(e2, i2, n2, "definitionTitle", "definitionTitleMarker", "definitionTitleString")(t3);
|
|
6143
6249
|
}
|
|
6144
6250
|
function i2(t3) {
|
|
6145
|
-
return
|
|
6251
|
+
return d(t3) ? I(e2, o2, "whitespace")(t3) : o2(t3);
|
|
6146
6252
|
}
|
|
6147
6253
|
function o2(e3) {
|
|
6148
|
-
return null === e3 ||
|
|
6254
|
+
return null === e3 || f(e3) ? t2(e3) : n2(e3);
|
|
6149
6255
|
}
|
|
6150
|
-
}, partial: true },
|
|
6256
|
+
}, partial: true }, Oe = { name: "codeIndented", tokenize: function(e2, t2, n2) {
|
|
6151
6257
|
const r2 = this;
|
|
6152
6258
|
return function(t3) {
|
|
6153
|
-
return e2.enter("codeIndented"),
|
|
6259
|
+
return e2.enter("codeIndented"), I(e2, i2, "linePrefix", 5)(t3);
|
|
6154
6260
|
};
|
|
6155
6261
|
function i2(e3) {
|
|
6156
6262
|
const t3 = r2.events[r2.events.length - 1];
|
|
6157
6263
|
return t3 && "linePrefix" === t3[1].type && t3[2].sliceSerialize(t3[1], true).length >= 4 ? o2(e3) : n2(e3);
|
|
6158
6264
|
}
|
|
6159
6265
|
function o2(t3) {
|
|
6160
|
-
return null === t3 ?
|
|
6266
|
+
return null === t3 ? u2(t3) : f(t3) ? e2.attempt(Pe, o2, u2)(t3) : (e2.enter("codeFlowValue"), c2(t3));
|
|
6161
6267
|
}
|
|
6162
|
-
function
|
|
6163
|
-
return null === t3 ||
|
|
6268
|
+
function c2(t3) {
|
|
6269
|
+
return null === t3 || f(t3) ? (e2.exit("codeFlowValue"), o2(t3)) : (e2.consume(t3), c2);
|
|
6164
6270
|
}
|
|
6165
|
-
function
|
|
6271
|
+
function u2(n3) {
|
|
6166
6272
|
return e2.exit("codeIndented"), t2(n3);
|
|
6167
6273
|
}
|
|
6168
|
-
} },
|
|
6274
|
+
} }, Pe = { tokenize: function(e2, t2, n2) {
|
|
6169
6275
|
const r2 = this;
|
|
6170
6276
|
return i2;
|
|
6171
6277
|
function i2(t3) {
|
|
6172
|
-
return r2.parser.lazy[r2.now().line] ? n2(t3) :
|
|
6278
|
+
return r2.parser.lazy[r2.now().line] ? n2(t3) : f(t3) ? (e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), i2) : I(e2, o2, "linePrefix", 5)(t3);
|
|
6173
6279
|
}
|
|
6174
6280
|
function o2(e3) {
|
|
6175
6281
|
const o3 = r2.events[r2.events.length - 1];
|
|
6176
|
-
return o3 && "linePrefix" === o3[1].type && o3[2].sliceSerialize(o3[1], true).length >= 4 ? t2(e3) :
|
|
6282
|
+
return o3 && "linePrefix" === o3[1].type && o3[2].sliceSerialize(o3[1], true).length >= 4 ? t2(e3) : f(e3) ? i2(e3) : n2(e3);
|
|
6177
6283
|
}
|
|
6178
|
-
}, partial: true },
|
|
6284
|
+
}, partial: true }, Ne = { name: "headingAtx", tokenize: function(e2, t2, n2) {
|
|
6179
6285
|
let r2 = 0;
|
|
6180
6286
|
return function(t3) {
|
|
6181
6287
|
return e2.enter("atxHeading"), function(t4) {
|
|
@@ -6183,39 +6289,39 @@ var require_micromark = __commonJS({
|
|
|
6183
6289
|
}(t3);
|
|
6184
6290
|
};
|
|
6185
6291
|
function i2(t3) {
|
|
6186
|
-
return 35 === t3 && r2++ < 6 ? (e2.consume(t3), i2) : null === t3 ||
|
|
6292
|
+
return 35 === t3 && r2++ < 6 ? (e2.consume(t3), i2) : null === t3 || p(t3) ? (e2.exit("atxHeadingSequence"), o2(t3)) : n2(t3);
|
|
6187
6293
|
}
|
|
6188
6294
|
function o2(n3) {
|
|
6189
|
-
return 35 === n3 ? (e2.enter("atxHeadingSequence"),
|
|
6190
|
-
}
|
|
6191
|
-
function u2(t3) {
|
|
6192
|
-
return 35 === t3 ? (e2.consume(t3), u2) : (e2.exit("atxHeadingSequence"), o2(t3));
|
|
6295
|
+
return 35 === n3 ? (e2.enter("atxHeadingSequence"), c2(n3)) : null === n3 || f(n3) ? (e2.exit("atxHeading"), t2(n3)) : d(n3) ? I(e2, o2, "whitespace")(n3) : (e2.enter("atxHeadingText"), u2(n3));
|
|
6193
6296
|
}
|
|
6194
6297
|
function c2(t3) {
|
|
6195
|
-
return
|
|
6298
|
+
return 35 === t3 ? (e2.consume(t3), c2) : (e2.exit("atxHeadingSequence"), o2(t3));
|
|
6299
|
+
}
|
|
6300
|
+
function u2(t3) {
|
|
6301
|
+
return null === t3 || 35 === t3 || p(t3) ? (e2.exit("atxHeadingText"), o2(t3)) : (e2.consume(t3), u2);
|
|
6196
6302
|
}
|
|
6197
6303
|
}, resolve: function(e2, t2) {
|
|
6198
6304
|
let n2, r2, i2 = e2.length - 2, o2 = 3;
|
|
6199
|
-
return "whitespace" === e2[o2][1].type && (o2 += 2), i2 - 2 > o2 && "whitespace" === e2[i2][1].type && (i2 -= 2), "atxHeadingSequence" === e2[i2][1].type && (o2 === i2 - 1 || i2 - 4 > o2 && "whitespace" === e2[i2 - 2][1].type) && (i2 -= o2 + 1 === i2 ? 2 : 4), i2 > o2 && (n2 = { type: "atxHeadingText", start: e2[o2][1].start, end: e2[i2][1].end }, r2 = { type: "chunkText", start: e2[o2][1].start, end: e2[i2][1].end, contentType: "text" },
|
|
6200
|
-
} },
|
|
6305
|
+
return "whitespace" === e2[o2][1].type && (o2 += 2), i2 - 2 > o2 && "whitespace" === e2[i2][1].type && (i2 -= 2), "atxHeadingSequence" === e2[i2][1].type && (o2 === i2 - 1 || i2 - 4 > o2 && "whitespace" === e2[i2 - 2][1].type) && (i2 -= o2 + 1 === i2 ? 2 : 4), i2 > o2 && (n2 = { type: "atxHeadingText", start: e2[o2][1].start, end: e2[i2][1].end }, r2 = { type: "chunkText", start: e2[o2][1].start, end: e2[i2][1].end, contentType: "text" }, ie(e2, o2, i2 - o2 + 1, [["enter", n2, t2], ["enter", r2, t2], ["exit", r2, t2], ["exit", n2, t2]])), e2;
|
|
6306
|
+
} }, _e = { name: "setextUnderline", tokenize: function(e2, t2, n2) {
|
|
6201
6307
|
const r2 = this;
|
|
6202
6308
|
let i2;
|
|
6203
6309
|
return function(t3) {
|
|
6204
|
-
let
|
|
6205
|
-
for (;
|
|
6206
|
-
if ("lineEnding" !== r2.events[
|
|
6207
|
-
|
|
6310
|
+
let c3, u2 = r2.events.length;
|
|
6311
|
+
for (; u2--; )
|
|
6312
|
+
if ("lineEnding" !== r2.events[u2][1].type && "linePrefix" !== r2.events[u2][1].type && "content" !== r2.events[u2][1].type) {
|
|
6313
|
+
c3 = "paragraph" === r2.events[u2][1].type;
|
|
6208
6314
|
break;
|
|
6209
6315
|
}
|
|
6210
|
-
return r2.parser.lazy[r2.now().line] || !r2.interrupt && !
|
|
6316
|
+
return r2.parser.lazy[r2.now().line] || !r2.interrupt && !c3 ? n2(t3) : (e2.enter("setextHeadingLine"), i2 = t3, function(t4) {
|
|
6211
6317
|
return e2.enter("setextHeadingLineSequence"), o2(t4);
|
|
6212
6318
|
}(t3));
|
|
6213
6319
|
};
|
|
6214
6320
|
function o2(t3) {
|
|
6215
|
-
return t3 === i2 ? (e2.consume(t3), o2) : (e2.exit("setextHeadingLineSequence"),
|
|
6321
|
+
return t3 === i2 ? (e2.consume(t3), o2) : (e2.exit("setextHeadingLineSequence"), d(t3) ? I(e2, c2, "lineSuffix")(t3) : c2(t3));
|
|
6216
6322
|
}
|
|
6217
|
-
function
|
|
6218
|
-
return null === r3 ||
|
|
6323
|
+
function c2(r3) {
|
|
6324
|
+
return null === r3 || f(r3) ? (e2.exit("setextHeadingLine"), t2(r3)) : n2(r3);
|
|
6219
6325
|
}
|
|
6220
6326
|
}, resolveTo: function(e2, t2) {
|
|
6221
6327
|
let n2, r2, i2, o2 = e2.length;
|
|
@@ -6228,104 +6334,104 @@ var require_micromark = __commonJS({
|
|
|
6228
6334
|
"paragraph" === e2[o2][1].type && (r2 = o2);
|
|
6229
6335
|
} else
|
|
6230
6336
|
"content" === e2[o2][1].type && e2.splice(o2, 1), i2 || "definition" !== e2[o2][1].type || (i2 = o2);
|
|
6231
|
-
const
|
|
6232
|
-
return e2[r2][1].type = "setextHeadingText", i2 ? (e2.splice(r2, 0, ["enter",
|
|
6233
|
-
} },
|
|
6234
|
-
const
|
|
6235
|
-
let
|
|
6337
|
+
const c2 = { type: "setextHeading", start: Object.assign({}, e2[r2][1].start), end: Object.assign({}, e2[e2.length - 1][1].end) };
|
|
6338
|
+
return e2[r2][1].type = "setextHeadingText", i2 ? (e2.splice(r2, 0, ["enter", c2, t2]), e2.splice(i2 + 1, 0, ["exit", e2[n2][1], t2]), e2[n2][1].end = Object.assign({}, e2[i2][1].end)) : e2[n2][1] = c2, e2.push(["exit", c2, t2]), e2;
|
|
6339
|
+
} }, Be = ["address", "article", "aside", "base", "basefont", "blockquote", "body", "caption", "center", "col", "colgroup", "dd", "details", "dialog", "dir", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hr", "html", "iframe", "legend", "li", "link", "main", "menu", "menuitem", "nav", "noframes", "ol", "optgroup", "option", "p", "param", "search", "section", "summary", "table", "tbody", "td", "tfoot", "th", "thead", "title", "tr", "track", "ul"], je = ["pre", "script", "style", "textarea"], Ve = { name: "htmlFlow", tokenize: function(e2, t2, n2) {
|
|
6340
|
+
const r2 = this;
|
|
6341
|
+
let c2, u2, a2, s2, l2;
|
|
6236
6342
|
return function(t3) {
|
|
6237
6343
|
return function(t4) {
|
|
6238
6344
|
return e2.enter("htmlFlow"), e2.enter("htmlFlowData"), e2.consume(t4), m2;
|
|
6239
6345
|
}(t3);
|
|
6240
6346
|
};
|
|
6241
|
-
function m2(
|
|
6242
|
-
return 33 ===
|
|
6347
|
+
function m2(o2) {
|
|
6348
|
+
return 33 === o2 ? (e2.consume(o2), g2) : 47 === o2 ? (e2.consume(o2), u2 = true, x2) : 63 === o2 ? (e2.consume(o2), c2 = 3, r2.interrupt ? t2 : _2) : i(o2) ? (e2.consume(o2), a2 = String.fromCharCode(o2), k2) : n2(o2);
|
|
6243
6349
|
}
|
|
6244
|
-
function g2(
|
|
6245
|
-
return 45 ===
|
|
6350
|
+
function g2(o2) {
|
|
6351
|
+
return 45 === o2 ? (e2.consume(o2), c2 = 2, h2) : 91 === o2 ? (e2.consume(o2), c2 = 5, s2 = 0, b2) : i(o2) ? (e2.consume(o2), c2 = 4, r2.interrupt ? t2 : _2) : n2(o2);
|
|
6246
6352
|
}
|
|
6247
|
-
function h2(
|
|
6248
|
-
return 45 ===
|
|
6353
|
+
function h2(i2) {
|
|
6354
|
+
return 45 === i2 ? (e2.consume(i2), r2.interrupt ? t2 : _2) : n2(i2);
|
|
6249
6355
|
}
|
|
6250
|
-
function b2(
|
|
6251
|
-
return
|
|
6356
|
+
function b2(i2) {
|
|
6357
|
+
return i2 === "CDATA[".charCodeAt(s2++) ? (e2.consume(i2), 6 === s2 ? r2.interrupt ? t2 : z2 : b2) : n2(i2);
|
|
6252
6358
|
}
|
|
6253
6359
|
function x2(t3) {
|
|
6254
|
-
return
|
|
6360
|
+
return i(t3) ? (e2.consume(t3), a2 = String.fromCharCode(t3), k2) : n2(t3);
|
|
6255
6361
|
}
|
|
6256
|
-
function k2(
|
|
6257
|
-
if (null ===
|
|
6258
|
-
const
|
|
6259
|
-
return
|
|
6362
|
+
function k2(i2) {
|
|
6363
|
+
if (null === i2 || 47 === i2 || 62 === i2 || p(i2)) {
|
|
6364
|
+
const o2 = 47 === i2, s3 = a2.toLowerCase();
|
|
6365
|
+
return o2 || u2 || !je.includes(s3) ? Be.includes(a2.toLowerCase()) ? (c2 = 6, o2 ? (e2.consume(i2), v2) : r2.interrupt ? t2(i2) : z2(i2)) : (c2 = 7, r2.interrupt && !r2.parser.lazy[r2.now().line] ? n2(i2) : u2 ? y2(i2) : w2(i2)) : (c2 = 1, r2.interrupt ? t2(i2) : z2(i2));
|
|
6260
6366
|
}
|
|
6261
|
-
return 45 ===
|
|
6367
|
+
return 45 === i2 || o(i2) ? (e2.consume(i2), a2 += String.fromCharCode(i2), k2) : n2(i2);
|
|
6262
6368
|
}
|
|
6263
|
-
function v2(
|
|
6264
|
-
return 62 ===
|
|
6369
|
+
function v2(i2) {
|
|
6370
|
+
return 62 === i2 ? (e2.consume(i2), r2.interrupt ? t2 : z2) : n2(i2);
|
|
6265
6371
|
}
|
|
6266
6372
|
function y2(t3) {
|
|
6267
|
-
return
|
|
6373
|
+
return d(t3) ? (e2.consume(t3), y2) : F2(t3);
|
|
6268
6374
|
}
|
|
6269
6375
|
function w2(t3) {
|
|
6270
|
-
return 47 === t3 ? (e2.consume(t3),
|
|
6376
|
+
return 47 === t3 ? (e2.consume(t3), F2) : 58 === t3 || 95 === t3 || i(t3) ? (e2.consume(t3), q2) : d(t3) ? (e2.consume(t3), w2) : F2(t3);
|
|
6271
6377
|
}
|
|
6272
6378
|
function q2(t3) {
|
|
6273
|
-
return 45 === t3 || 46 === t3 || 58 === t3 || 95 === t3 ||
|
|
6379
|
+
return 45 === t3 || 46 === t3 || 58 === t3 || 95 === t3 || o(t3) ? (e2.consume(t3), q2) : S2(t3);
|
|
6274
6380
|
}
|
|
6275
6381
|
function S2(t3) {
|
|
6276
|
-
return 61 === t3 ? (e2.consume(t3),
|
|
6277
|
-
}
|
|
6278
|
-
function F2(t3) {
|
|
6279
|
-
return null === t3 || 60 === t3 || 61 === t3 || 62 === t3 || 96 === t3 ? n2(t3) : 34 === t3 || 39 === t3 ? (e2.consume(t3), d2 = t3, E2) : p(t3) ? (e2.consume(t3), F2) : D2(t3);
|
|
6382
|
+
return 61 === t3 ? (e2.consume(t3), E2) : d(t3) ? (e2.consume(t3), S2) : w2(t3);
|
|
6280
6383
|
}
|
|
6281
6384
|
function E2(t3) {
|
|
6282
|
-
return t3 ===
|
|
6385
|
+
return null === t3 || 60 === t3 || 61 === t3 || 62 === t3 || 96 === t3 ? n2(t3) : 34 === t3 || 39 === t3 ? (e2.consume(t3), l2 = t3, D2) : d(t3) ? (e2.consume(t3), E2) : T2(t3);
|
|
6283
6386
|
}
|
|
6284
6387
|
function D2(t3) {
|
|
6285
|
-
return
|
|
6388
|
+
return t3 === l2 ? (e2.consume(t3), l2 = null, L2) : null === t3 || f(t3) ? n2(t3) : (e2.consume(t3), D2);
|
|
6286
6389
|
}
|
|
6287
|
-
function
|
|
6288
|
-
return 47 ===
|
|
6390
|
+
function T2(t3) {
|
|
6391
|
+
return null === t3 || 34 === t3 || 39 === t3 || 47 === t3 || 60 === t3 || 61 === t3 || 62 === t3 || 96 === t3 || p(t3) ? S2(t3) : (e2.consume(t3), T2);
|
|
6289
6392
|
}
|
|
6290
|
-
function L2(
|
|
6291
|
-
return 62 ===
|
|
6393
|
+
function L2(e3) {
|
|
6394
|
+
return 47 === e3 || 62 === e3 || d(e3) ? w2(e3) : n2(e3);
|
|
6292
6395
|
}
|
|
6293
|
-
function
|
|
6294
|
-
return
|
|
6396
|
+
function F2(t3) {
|
|
6397
|
+
return 62 === t3 ? (e2.consume(t3), A2) : n2(t3);
|
|
6295
6398
|
}
|
|
6296
|
-
function
|
|
6297
|
-
return
|
|
6399
|
+
function A2(t3) {
|
|
6400
|
+
return null === t3 || f(t3) ? z2(t3) : d(t3) ? (e2.consume(t3), A2) : n2(t3);
|
|
6298
6401
|
}
|
|
6299
6402
|
function z2(t3) {
|
|
6300
|
-
return e2.check(
|
|
6403
|
+
return 45 === t3 && 2 === c2 ? (e2.consume(t3), M2) : 60 === t3 && 1 === c2 ? (e2.consume(t3), O2) : 62 === t3 && 4 === c2 ? (e2.consume(t3), B2) : 63 === t3 && 3 === c2 ? (e2.consume(t3), _2) : 93 === t3 && 5 === c2 ? (e2.consume(t3), N2) : !f(t3) || 6 !== c2 && 7 !== c2 ? null === t3 || f(t3) ? (e2.exit("htmlFlowData"), C2(t3)) : (e2.consume(t3), z2) : (e2.exit("htmlFlowData"), e2.check(He, j2, C2)(t3));
|
|
6404
|
+
}
|
|
6405
|
+
function C2(t3) {
|
|
6406
|
+
return e2.check(Ue, I2, j2)(t3);
|
|
6301
6407
|
}
|
|
6302
6408
|
function I2(t3) {
|
|
6303
6409
|
return e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), R2;
|
|
6304
6410
|
}
|
|
6305
6411
|
function R2(t3) {
|
|
6306
|
-
return null === t3 ||
|
|
6412
|
+
return null === t3 || f(t3) ? C2(t3) : (e2.enter("htmlFlowData"), z2(t3));
|
|
6307
6413
|
}
|
|
6308
|
-
function
|
|
6309
|
-
return 45 === t3 ? (e2.consume(t3),
|
|
6414
|
+
function M2(t3) {
|
|
6415
|
+
return 45 === t3 ? (e2.consume(t3), _2) : z2(t3);
|
|
6310
6416
|
}
|
|
6311
6417
|
function O2(t3) {
|
|
6312
|
-
return 47 === t3 ? (e2.consume(t3), a2 = "",
|
|
6418
|
+
return 47 === t3 ? (e2.consume(t3), a2 = "", P2) : z2(t3);
|
|
6313
6419
|
}
|
|
6314
|
-
function
|
|
6420
|
+
function P2(t3) {
|
|
6315
6421
|
if (62 === t3) {
|
|
6316
6422
|
const n3 = a2.toLowerCase();
|
|
6317
|
-
return
|
|
6423
|
+
return je.includes(n3) ? (e2.consume(t3), B2) : z2(t3);
|
|
6318
6424
|
}
|
|
6319
|
-
return
|
|
6320
|
-
}
|
|
6321
|
-
function P2(t3) {
|
|
6322
|
-
return 93 === t3 ? (e2.consume(t3), N2) : T2(t3);
|
|
6425
|
+
return i(t3) && a2.length < 8 ? (e2.consume(t3), a2 += String.fromCharCode(t3), P2) : z2(t3);
|
|
6323
6426
|
}
|
|
6324
6427
|
function N2(t3) {
|
|
6325
|
-
return
|
|
6428
|
+
return 93 === t3 ? (e2.consume(t3), _2) : z2(t3);
|
|
6326
6429
|
}
|
|
6327
6430
|
function _2(t3) {
|
|
6328
|
-
return
|
|
6431
|
+
return 62 === t3 ? (e2.consume(t3), B2) : 45 === t3 && 2 === c2 ? (e2.consume(t3), _2) : z2(t3);
|
|
6432
|
+
}
|
|
6433
|
+
function B2(t3) {
|
|
6434
|
+
return null === t3 || f(t3) ? (e2.exit("htmlFlowData"), j2(t3)) : (e2.consume(t3), B2);
|
|
6329
6435
|
}
|
|
6330
6436
|
function j2(n3) {
|
|
6331
6437
|
return e2.exit("htmlFlow"), t2(n3);
|
|
@@ -6335,19 +6441,19 @@ var require_micromark = __commonJS({
|
|
|
6335
6441
|
for (; t2-- && ("enter" !== e2[t2][0] || "htmlFlow" !== e2[t2][1].type); )
|
|
6336
6442
|
;
|
|
6337
6443
|
return t2 > 1 && "linePrefix" === e2[t2 - 2][1].type && (e2[t2][1].start = e2[t2 - 2][1].start, e2[t2 + 1][1].start = e2[t2 - 2][1].start, e2.splice(t2 - 2, 2)), e2;
|
|
6338
|
-
}, concrete: true },
|
|
6444
|
+
}, concrete: true }, He = { tokenize: function(e2, t2, n2) {
|
|
6339
6445
|
return function(r2) {
|
|
6340
|
-
return e2.enter("lineEnding"), e2.consume(r2), e2.exit("lineEnding"), e2.attempt(
|
|
6446
|
+
return e2.enter("lineEnding"), e2.consume(r2), e2.exit("lineEnding"), e2.attempt(R, t2, n2);
|
|
6341
6447
|
};
|
|
6342
|
-
}, partial: true },
|
|
6448
|
+
}, partial: true }, Ue = { tokenize: function(e2, t2, n2) {
|
|
6343
6449
|
const r2 = this;
|
|
6344
6450
|
return function(t3) {
|
|
6345
|
-
return
|
|
6451
|
+
return f(t3) ? (e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), i2) : n2(t3);
|
|
6346
6452
|
};
|
|
6347
6453
|
function i2(e3) {
|
|
6348
6454
|
return r2.parser.lazy[r2.now().line] ? n2(e3) : t2(e3);
|
|
6349
6455
|
}
|
|
6350
|
-
}, partial: true },
|
|
6456
|
+
}, partial: true }, Ge = { tokenize: function(e2, t2, n2) {
|
|
6351
6457
|
const r2 = this;
|
|
6352
6458
|
return function(t3) {
|
|
6353
6459
|
return null === t3 ? n2(t3) : (e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), i2);
|
|
@@ -6355,46 +6461,46 @@ var require_micromark = __commonJS({
|
|
|
6355
6461
|
function i2(e3) {
|
|
6356
6462
|
return r2.parser.lazy[r2.now().line] ? n2(e3) : t2(e3);
|
|
6357
6463
|
}
|
|
6358
|
-
}, partial: true },
|
|
6464
|
+
}, partial: true }, Qe = { name: "codeFenced", tokenize: function(e2, t2, n2) {
|
|
6359
6465
|
const r2 = this, i2 = { tokenize: function(e3, t3, n3) {
|
|
6360
6466
|
let i3 = 0;
|
|
6361
6467
|
return function(t4) {
|
|
6362
|
-
return e3.enter("lineEnding"), e3.consume(t4), e3.exit("lineEnding"),
|
|
6468
|
+
return e3.enter("lineEnding"), e3.consume(t4), e3.exit("lineEnding"), c3;
|
|
6363
6469
|
};
|
|
6364
|
-
function
|
|
6365
|
-
return e3.enter("codeFencedFence"),
|
|
6470
|
+
function c3(t4) {
|
|
6471
|
+
return e3.enter("codeFencedFence"), d(t4) ? I(e3, a3, "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(t4) : a3(t4);
|
|
6366
6472
|
}
|
|
6367
6473
|
function a3(t4) {
|
|
6368
6474
|
return t4 === o2 ? (e3.enter("codeFencedFenceSequence"), s3(t4)) : n3(t4);
|
|
6369
6475
|
}
|
|
6370
6476
|
function s3(t4) {
|
|
6371
|
-
return t4 === o2 ? (i3++, e3.consume(t4), s3) : i3 >=
|
|
6477
|
+
return t4 === o2 ? (i3++, e3.consume(t4), s3) : i3 >= u2 ? (e3.exit("codeFencedFenceSequence"), d(t4) ? I(e3, l3, "whitespace")(t4) : l3(t4)) : n3(t4);
|
|
6372
6478
|
}
|
|
6373
|
-
function
|
|
6374
|
-
return null === r3 ||
|
|
6479
|
+
function l3(r3) {
|
|
6480
|
+
return null === r3 || f(r3) ? (e3.exit("codeFencedFence"), t3(r3)) : n3(r3);
|
|
6375
6481
|
}
|
|
6376
6482
|
}, partial: true };
|
|
6377
|
-
let o2,
|
|
6483
|
+
let o2, c2 = 0, u2 = 0;
|
|
6378
6484
|
return function(t3) {
|
|
6379
6485
|
return function(t4) {
|
|
6380
6486
|
const n3 = r2.events[r2.events.length - 1];
|
|
6381
|
-
return
|
|
6487
|
+
return c2 = n3 && "linePrefix" === n3[1].type ? n3[2].sliceSerialize(n3[1], true).length : 0, o2 = t4, e2.enter("codeFenced"), e2.enter("codeFencedFence"), e2.enter("codeFencedFenceSequence"), a2(t4);
|
|
6382
6488
|
}(t3);
|
|
6383
6489
|
};
|
|
6384
6490
|
function a2(t3) {
|
|
6385
|
-
return t3 === o2 ? (
|
|
6491
|
+
return t3 === o2 ? (u2++, e2.consume(t3), a2) : u2 < 3 ? n2(t3) : (e2.exit("codeFencedFenceSequence"), d(t3) ? I(e2, s2, "whitespace")(t3) : s2(t3));
|
|
6386
6492
|
}
|
|
6387
6493
|
function s2(n3) {
|
|
6388
|
-
return null === n3 ||
|
|
6494
|
+
return null === n3 || f(n3) ? (e2.exit("codeFencedFence"), r2.interrupt ? t2(n3) : e2.check(Ge, g2, v2)(n3)) : (e2.enter("codeFencedFenceInfo"), e2.enter("chunkString", { contentType: "string" }), l2(n3));
|
|
6389
6495
|
}
|
|
6390
|
-
function
|
|
6391
|
-
return null === t3 ||
|
|
6496
|
+
function l2(t3) {
|
|
6497
|
+
return null === t3 || f(t3) ? (e2.exit("chunkString"), e2.exit("codeFencedFenceInfo"), s2(t3)) : d(t3) ? (e2.exit("chunkString"), e2.exit("codeFencedFenceInfo"), I(e2, p2, "whitespace")(t3)) : 96 === t3 && t3 === o2 ? n2(t3) : (e2.consume(t3), l2);
|
|
6392
6498
|
}
|
|
6393
|
-
function
|
|
6394
|
-
return null === t3 ||
|
|
6499
|
+
function p2(t3) {
|
|
6500
|
+
return null === t3 || f(t3) ? s2(t3) : (e2.enter("codeFencedFenceMeta"), e2.enter("chunkString", { contentType: "string" }), m2(t3));
|
|
6395
6501
|
}
|
|
6396
6502
|
function m2(t3) {
|
|
6397
|
-
return null === t3 ||
|
|
6503
|
+
return null === t3 || f(t3) ? (e2.exit("chunkString"), e2.exit("codeFencedFenceMeta"), s2(t3)) : 96 === t3 && t3 === o2 ? n2(t3) : (e2.consume(t3), m2);
|
|
6398
6504
|
}
|
|
6399
6505
|
function g2(t3) {
|
|
6400
6506
|
return e2.attempt(i2, v2, h2)(t3);
|
|
@@ -6403,65 +6509,65 @@ var require_micromark = __commonJS({
|
|
|
6403
6509
|
return e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), b2;
|
|
6404
6510
|
}
|
|
6405
6511
|
function b2(t3) {
|
|
6406
|
-
return
|
|
6512
|
+
return c2 > 0 && d(t3) ? I(e2, x2, "linePrefix", c2 + 1)(t3) : x2(t3);
|
|
6407
6513
|
}
|
|
6408
6514
|
function x2(t3) {
|
|
6409
|
-
return null === t3 ||
|
|
6515
|
+
return null === t3 || f(t3) ? e2.check(Ge, g2, v2)(t3) : (e2.enter("codeFlowValue"), k2(t3));
|
|
6410
6516
|
}
|
|
6411
6517
|
function k2(t3) {
|
|
6412
|
-
return null === t3 ||
|
|
6518
|
+
return null === t3 || f(t3) ? (e2.exit("codeFlowValue"), x2(t3)) : (e2.consume(t3), k2);
|
|
6413
6519
|
}
|
|
6414
6520
|
function v2(n3) {
|
|
6415
6521
|
return e2.exit("codeFenced"), t2(n3);
|
|
6416
6522
|
}
|
|
6417
|
-
}, concrete: true }, Pe = { AElig: "\xC6", AMP: "&", Aacute: "\xC1", Abreve: "\u0102", Acirc: "\xC2", Acy: "\u0410", Afr: "\u{1D504}", Agrave: "\xC0", Alpha: "\u0391", Amacr: "\u0100", And: "\u2A53", Aogon: "\u0104", Aopf: "\u{1D538}", ApplyFunction: "\u2061", Aring: "\xC5", Ascr: "\u{1D49C}", Assign: "\u2254", Atilde: "\xC3", Auml: "\xC4", Backslash: "\u2216", Barv: "\u2AE7", Barwed: "\u2306", Bcy: "\u0411", Because: "\u2235", Bernoullis: "\u212C", Beta: "\u0392", Bfr: "\u{1D505}", Bopf: "\u{1D539}", Breve: "\u02D8", Bscr: "\u212C", Bumpeq: "\u224E", CHcy: "\u0427", COPY: "\xA9", Cacute: "\u0106", Cap: "\u22D2", CapitalDifferentialD: "\u2145", Cayleys: "\u212D", Ccaron: "\u010C", Ccedil: "\xC7", Ccirc: "\u0108", Cconint: "\u2230", Cdot: "\u010A", Cedilla: "\xB8", CenterDot: "\xB7", Cfr: "\u212D", Chi: "\u03A7", CircleDot: "\u2299", CircleMinus: "\u2296", CirclePlus: "\u2295", CircleTimes: "\u2297", ClockwiseContourIntegral: "\u2232", CloseCurlyDoubleQuote: "\u201D", CloseCurlyQuote: "\u2019", Colon: "\u2237", Colone: "\u2A74", Congruent: "\u2261", Conint: "\u222F", ContourIntegral: "\u222E", Copf: "\u2102", Coproduct: "\u2210", CounterClockwiseContourIntegral: "\u2233", Cross: "\u2A2F", Cscr: "\u{1D49E}", Cup: "\u22D3", CupCap: "\u224D", DD: "\u2145", DDotrahd: "\u2911", DJcy: "\u0402", DScy: "\u0405", DZcy: "\u040F", Dagger: "\u2021", Darr: "\u21A1", Dashv: "\u2AE4", Dcaron: "\u010E", Dcy: "\u0414", Del: "\u2207", Delta: "\u0394", Dfr: "\u{1D507}", DiacriticalAcute: "\xB4", DiacriticalDot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", DiacriticalGrave: "`", DiacriticalTilde: "\u02DC", Diamond: "\u22C4", DifferentialD: "\u2146", Dopf: "\u{1D53B}", Dot: "\xA8", DotDot: "\u20DC", DotEqual: "\u2250", DoubleContourIntegral: "\u222F", DoubleDot: "\xA8", DoubleDownArrow: "\u21D3", DoubleLeftArrow: "\u21D0", DoubleLeftRightArrow: "\u21D4", DoubleLeftTee: "\u2AE4", DoubleLongLeftArrow: "\u27F8", DoubleLongLeftRightArrow: "\u27FA", DoubleLongRightArrow: "\u27F9", DoubleRightArrow: "\u21D2", DoubleRightTee: "\u22A8", DoubleUpArrow: "\u21D1", DoubleUpDownArrow: "\u21D5", DoubleVerticalBar: "\u2225", DownArrow: "\u2193", DownArrowBar: "\u2913", DownArrowUpArrow: "\u21F5", DownBreve: "\u0311", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVector: "\u21BD", DownLeftVectorBar: "\u2956", DownRightTeeVector: "\u295F", DownRightVector: "\u21C1", DownRightVectorBar: "\u2957", DownTee: "\u22A4", DownTeeArrow: "\u21A7", Downarrow: "\u21D3", Dscr: "\u{1D49F}", Dstrok: "\u0110", ENG: "\u014A", ETH: "\xD0", Eacute: "\xC9", Ecaron: "\u011A", Ecirc: "\xCA", Ecy: "\u042D", Edot: "\u0116", Efr: "\u{1D508}", Egrave: "\xC8", Element: "\u2208", Emacr: "\u0112", EmptySmallSquare: "\u25FB", EmptyVerySmallSquare: "\u25AB", Eogon: "\u0118", Eopf: "\u{1D53C}", Epsilon: "\u0395", Equal: "\u2A75", EqualTilde: "\u2242", Equilibrium: "\u21CC", Escr: "\u2130", Esim: "\u2A73", Eta: "\u0397", Euml: "\xCB", Exists: "\u2203", ExponentialE: "\u2147", Fcy: "\u0424", Ffr: "\u{1D509}", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", Fopf: "\u{1D53D}", ForAll: "\u2200", Fouriertrf: "\u2131", Fscr: "\u2131", GJcy: "\u0403", GT: ">", Gamma: "\u0393", Gammad: "\u03DC", Gbreve: "\u011E", Gcedil: "\u0122", Gcirc: "\u011C", Gcy: "\u0413", Gdot: "\u0120", Gfr: "\u{1D50A}", Gg: "\u22D9", Gopf: "\u{1D53E}", GreaterEqual: "\u2265", GreaterEqualLess: "\u22DB", GreaterFullEqual: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", GreaterSlantEqual: "\u2A7E", GreaterTilde: "\u2273", Gscr: "\u{1D4A2}", Gt: "\u226B", HARDcy: "\u042A", Hacek: "\u02C7", Hat: "^", Hcirc: "\u0124", Hfr: "\u210C", HilbertSpace: "\u210B", Hopf: "\u210D", HorizontalLine: "\u2500", Hscr: "\u210B", Hstrok: "\u0126", HumpDownHump: "\u224E", HumpEqual: "\u224F", IEcy: "\u0415", IJlig: "\u0132", IOcy: "\u0401", Iacute: "\xCD", Icirc: "\xCE", Icy: "\u0418", Idot: "\u0130", Ifr: "\u2111", Igrave: "\xCC", Im: "\u2111", Imacr: "\u012A", ImaginaryI: "\u2148", Implies: "\u21D2", Int: "\u222C", Integral: "\u222B", Intersection: "\u22C2", InvisibleComma: "\u2063", InvisibleTimes: "\u2062", Iogon: "\u012E", Iopf: "\u{1D540}", Iota: "\u0399", Iscr: "\u2110", Itilde: "\u0128", Iukcy: "\u0406", Iuml: "\xCF", Jcirc: "\u0134", Jcy: "\u0419", Jfr: "\u{1D50D}", Jopf: "\u{1D541}", Jscr: "\u{1D4A5}", Jsercy: "\u0408", Jukcy: "\u0404", KHcy: "\u0425", KJcy: "\u040C", Kappa: "\u039A", Kcedil: "\u0136", Kcy: "\u041A", Kfr: "\u{1D50E}", Kopf: "\u{1D542}", Kscr: "\u{1D4A6}", LJcy: "\u0409", LT: "<", Lacute: "\u0139", Lambda: "\u039B", Lang: "\u27EA", Laplacetrf: "\u2112", Larr: "\u219E", Lcaron: "\u013D", Lcedil: "\u013B", Lcy: "\u041B", LeftAngleBracket: "\u27E8", LeftArrow: "\u2190", LeftArrowBar: "\u21E4", LeftArrowRightArrow: "\u21C6", LeftCeiling: "\u2308", LeftDoubleBracket: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVector: "\u21C3", LeftDownVectorBar: "\u2959", LeftFloor: "\u230A", LeftRightArrow: "\u2194", LeftRightVector: "\u294E", LeftTee: "\u22A3", LeftTeeArrow: "\u21A4", LeftTeeVector: "\u295A", LeftTriangle: "\u22B2", LeftTriangleBar: "\u29CF", LeftTriangleEqual: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVector: "\u21BF", LeftUpVectorBar: "\u2958", LeftVector: "\u21BC", LeftVectorBar: "\u2952", Leftarrow: "\u21D0", Leftrightarrow: "\u21D4", LessEqualGreater: "\u22DA", LessFullEqual: "\u2266", LessGreater: "\u2276", LessLess: "\u2AA1", LessSlantEqual: "\u2A7D", LessTilde: "\u2272", Lfr: "\u{1D50F}", Ll: "\u22D8", Lleftarrow: "\u21DA", Lmidot: "\u013F", LongLeftArrow: "\u27F5", LongLeftRightArrow: "\u27F7", LongRightArrow: "\u27F6", Longleftarrow: "\u27F8", Longleftrightarrow: "\u27FA", Longrightarrow: "\u27F9", Lopf: "\u{1D543}", LowerLeftArrow: "\u2199", LowerRightArrow: "\u2198", Lscr: "\u2112", Lsh: "\u21B0", Lstrok: "\u0141", Lt: "\u226A", Map: "\u2905", Mcy: "\u041C", MediumSpace: "\u205F", Mellintrf: "\u2133", Mfr: "\u{1D510}", MinusPlus: "\u2213", Mopf: "\u{1D544}", Mscr: "\u2133", Mu: "\u039C", NJcy: "\u040A", Nacute: "\u0143", Ncaron: "\u0147", Ncedil: "\u0145", Ncy: "\u041D", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", NestedGreaterGreater: "\u226B", NestedLessLess: "\u226A", NewLine: "\n", Nfr: "\u{1D511}", NoBreak: "\u2060", NonBreakingSpace: "\xA0", Nopf: "\u2115", Not: "\u2AEC", NotCongruent: "\u2262", NotCupCap: "\u226D", NotDoubleVerticalBar: "\u2226", NotElement: "\u2209", NotEqual: "\u2260", NotEqualTilde: "\u2242\u0338", NotExists: "\u2204", NotGreater: "\u226F", NotGreaterEqual: "\u2271", NotGreaterFullEqual: "\u2267\u0338", NotGreaterGreater: "\u226B\u0338", NotGreaterLess: "\u2279", NotGreaterSlantEqual: "\u2A7E\u0338", NotGreaterTilde: "\u2275", NotHumpDownHump: "\u224E\u0338", NotHumpEqual: "\u224F\u0338", NotLeftTriangle: "\u22EA", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangleEqual: "\u22EC", NotLess: "\u226E", NotLessEqual: "\u2270", NotLessGreater: "\u2278", NotLessLess: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", NotLessTilde: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", NotPrecedes: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", NotReverseElement: "\u220C", NotRightTriangle: "\u22EB", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangleEqual: "\u22ED", NotSquareSubset: "\u228F\u0338", NotSquareSubsetEqual: "\u22E2", NotSquareSuperset: "\u2290\u0338", NotSquareSupersetEqual: "\u22E3", NotSubset: "\u2282\u20D2", NotSubsetEqual: "\u2288", NotSucceeds: "\u2281", NotSucceedsEqual: "\u2AB0\u0338", NotSucceedsSlantEqual: "\u22E1", NotSucceedsTilde: "\u227F\u0338", NotSuperset: "\u2283\u20D2", NotSupersetEqual: "\u2289", NotTilde: "\u2241", NotTildeEqual: "\u2244", NotTildeFullEqual: "\u2247", NotTildeTilde: "\u2249", NotVerticalBar: "\u2224", Nscr: "\u{1D4A9}", Ntilde: "\xD1", Nu: "\u039D", OElig: "\u0152", Oacute: "\xD3", Ocirc: "\xD4", Ocy: "\u041E", Odblac: "\u0150", Ofr: "\u{1D512}", Ograve: "\xD2", Omacr: "\u014C", Omega: "\u03A9", Omicron: "\u039F", Oopf: "\u{1D546}", OpenCurlyDoubleQuote: "\u201C", OpenCurlyQuote: "\u2018", Or: "\u2A54", Oscr: "\u{1D4AA}", Oslash: "\xD8", Otilde: "\xD5", Otimes: "\u2A37", Ouml: "\xD6", OverBar: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", OverParenthesis: "\u23DC", PartialD: "\u2202", Pcy: "\u041F", Pfr: "\u{1D513}", Phi: "\u03A6", Pi: "\u03A0", PlusMinus: "\xB1", Poincareplane: "\u210C", Popf: "\u2119", Pr: "\u2ABB", Precedes: "\u227A", PrecedesEqual: "\u2AAF", PrecedesSlantEqual: "\u227C", PrecedesTilde: "\u227E", Prime: "\u2033", Product: "\u220F", Proportion: "\u2237", Proportional: "\u221D", Pscr: "\u{1D4AB}", Psi: "\u03A8", QUOT: '"', Qfr: "\u{1D514}", Qopf: "\u211A", Qscr: "\u{1D4AC}", RBarr: "\u2910", REG: "\xAE", Racute: "\u0154", Rang: "\u27EB", Rarr: "\u21A0", Rarrtl: "\u2916", Rcaron: "\u0158", Rcedil: "\u0156", Rcy: "\u0420", Re: "\u211C", ReverseElement: "\u220B", ReverseEquilibrium: "\u21CB", ReverseUpEquilibrium: "\u296F", Rfr: "\u211C", Rho: "\u03A1", RightAngleBracket: "\u27E9", RightArrow: "\u2192", RightArrowBar: "\u21E5", RightArrowLeftArrow: "\u21C4", RightCeiling: "\u2309", RightDoubleBracket: "\u27E7", RightDownTeeVector: "\u295D", RightDownVector: "\u21C2", RightDownVectorBar: "\u2955", RightFloor: "\u230B", RightTee: "\u22A2", RightTeeArrow: "\u21A6", RightTeeVector: "\u295B", RightTriangle: "\u22B3", RightTriangleBar: "\u29D0", RightTriangleEqual: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVector: "\u21BE", RightUpVectorBar: "\u2954", RightVector: "\u21C0", RightVectorBar: "\u2953", Rightarrow: "\u21D2", Ropf: "\u211D", RoundImplies: "\u2970", Rrightarrow: "\u21DB", Rscr: "\u211B", Rsh: "\u21B1", RuleDelayed: "\u29F4", SHCHcy: "\u0429", SHcy: "\u0428", SOFTcy: "\u042C", Sacute: "\u015A", Sc: "\u2ABC", Scaron: "\u0160", Scedil: "\u015E", Scirc: "\u015C", Scy: "\u0421", Sfr: "\u{1D516}", ShortDownArrow: "\u2193", ShortLeftArrow: "\u2190", ShortRightArrow: "\u2192", ShortUpArrow: "\u2191", Sigma: "\u03A3", SmallCircle: "\u2218", Sopf: "\u{1D54A}", Sqrt: "\u221A", Square: "\u25A1", SquareIntersection: "\u2293", SquareSubset: "\u228F", SquareSubsetEqual: "\u2291", SquareSuperset: "\u2290", SquareSupersetEqual: "\u2292", SquareUnion: "\u2294", Sscr: "\u{1D4AE}", Star: "\u22C6", Sub: "\u22D0", Subset: "\u22D0", SubsetEqual: "\u2286", Succeeds: "\u227B", SucceedsEqual: "\u2AB0", SucceedsSlantEqual: "\u227D", SucceedsTilde: "\u227F", SuchThat: "\u220B", Sum: "\u2211", Sup: "\u22D1", Superset: "\u2283", SupersetEqual: "\u2287", Supset: "\u22D1", THORN: "\xDE", TRADE: "\u2122", TSHcy: "\u040B", TScy: "\u0426", Tab: " ", Tau: "\u03A4", Tcaron: "\u0164", Tcedil: "\u0162", Tcy: "\u0422", Tfr: "\u{1D517}", Therefore: "\u2234", Theta: "\u0398", ThickSpace: "\u205F\u200A", ThinSpace: "\u2009", Tilde: "\u223C", TildeEqual: "\u2243", TildeFullEqual: "\u2245", TildeTilde: "\u2248", Topf: "\u{1D54B}", TripleDot: "\u20DB", Tscr: "\u{1D4AF}", Tstrok: "\u0166", Uacute: "\xDA", Uarr: "\u219F", Uarrocir: "\u2949", Ubrcy: "\u040E", Ubreve: "\u016C", Ucirc: "\xDB", Ucy: "\u0423", Udblac: "\u0170", Ufr: "\u{1D518}", Ugrave: "\xD9", Umacr: "\u016A", UnderBar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", UnionPlus: "\u228E", Uogon: "\u0172", Uopf: "\u{1D54C}", UpArrow: "\u2191", UpArrowBar: "\u2912", UpArrowDownArrow: "\u21C5", UpDownArrow: "\u2195", UpEquilibrium: "\u296E", UpTee: "\u22A5", UpTeeArrow: "\u21A5", Uparrow: "\u21D1", Updownarrow: "\u21D5", UpperLeftArrow: "\u2196", UpperRightArrow: "\u2197", Upsi: "\u03D2", Upsilon: "\u03A5", Uring: "\u016E", Uscr: "\u{1D4B0}", Utilde: "\u0168", Uuml: "\xDC", VDash: "\u22AB", Vbar: "\u2AEB", Vcy: "\u0412", Vdash: "\u22A9", Vdashl: "\u2AE6", Vee: "\u22C1", Verbar: "\u2016", Vert: "\u2016", VerticalBar: "\u2223", VerticalLine: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", VeryThinSpace: "\u200A", Vfr: "\u{1D519}", Vopf: "\u{1D54D}", Vscr: "\u{1D4B1}", Vvdash: "\u22AA", Wcirc: "\u0174", Wedge: "\u22C0", Wfr: "\u{1D51A}", Wopf: "\u{1D54E}", Wscr: "\u{1D4B2}", Xfr: "\u{1D51B}", Xi: "\u039E", Xopf: "\u{1D54F}", Xscr: "\u{1D4B3}", YAcy: "\u042F", YIcy: "\u0407", YUcy: "\u042E", Yacute: "\xDD", Ycirc: "\u0176", Ycy: "\u042B", Yfr: "\u{1D51C}", Yopf: "\u{1D550}", Yscr: "\u{1D4B4}", Yuml: "\u0178", ZHcy: "\u0416", Zacute: "\u0179", Zcaron: "\u017D", Zcy: "\u0417", Zdot: "\u017B", ZeroWidthSpace: "\u200B", Zeta: "\u0396", Zfr: "\u2128", Zopf: "\u2124", Zscr: "\u{1D4B5}", aacute: "\xE1", abreve: "\u0103", ac: "\u223E", acE: "\u223E\u0333", acd: "\u223F", acirc: "\xE2", acute: "\xB4", acy: "\u0430", aelig: "\xE6", af: "\u2061", afr: "\u{1D51E}", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", alpha: "\u03B1", amacr: "\u0101", amalg: "\u2A3F", amp: "&", and: "\u2227", andand: "\u2A55", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", ange: "\u29A4", angle: "\u2220", angmsd: "\u2221", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angst: "\xC5", angzarr: "\u237C", aogon: "\u0105", aopf: "\u{1D552}", ap: "\u2248", apE: "\u2A70", apacir: "\u2A6F", ape: "\u224A", apid: "\u224B", apos: "'", approx: "\u2248", approxeq: "\u224A", aring: "\xE5", ascr: "\u{1D4B6}", ast: "*", asymp: "\u2248", asympeq: "\u224D", atilde: "\xE3", auml: "\xE4", awconint: "\u2233", awint: "\u2A11", bNot: "\u2AED", backcong: "\u224C", backepsilon: "\u03F6", backprime: "\u2035", backsim: "\u223D", backsimeq: "\u22CD", barvee: "\u22BD", barwed: "\u2305", barwedge: "\u2305", bbrk: "\u23B5", bbrktbrk: "\u23B6", bcong: "\u224C", bcy: "\u0431", bdquo: "\u201E", becaus: "\u2235", because: "\u2235", bemptyv: "\u29B0", bepsi: "\u03F6", bernou: "\u212C", beta: "\u03B2", beth: "\u2136", between: "\u226C", bfr: "\u{1D51F}", bigcap: "\u22C2", bigcirc: "\u25EF", bigcup: "\u22C3", bigodot: "\u2A00", bigoplus: "\u2A01", bigotimes: "\u2A02", bigsqcup: "\u2A06", bigstar: "\u2605", bigtriangledown: "\u25BD", bigtriangleup: "\u25B3", biguplus: "\u2A04", bigvee: "\u22C1", bigwedge: "\u22C0", bkarow: "\u290D", blacklozenge: "\u29EB", blacksquare: "\u25AA", blacktriangle: "\u25B4", blacktriangledown: "\u25BE", blacktriangleleft: "\u25C2", blacktriangleright: "\u25B8", blank: "\u2423", blk12: "\u2592", blk14: "\u2591", blk34: "\u2593", block: "\u2588", bne: "=\u20E5", bnequiv: "\u2261\u20E5", bnot: "\u2310", bopf: "\u{1D553}", bot: "\u22A5", bottom: "\u22A5", bowtie: "\u22C8", boxDL: "\u2557", boxDR: "\u2554", boxDl: "\u2556", boxDr: "\u2553", boxH: "\u2550", boxHD: "\u2566", boxHU: "\u2569", boxHd: "\u2564", boxHu: "\u2567", boxUL: "\u255D", boxUR: "\u255A", boxUl: "\u255C", boxUr: "\u2559", boxV: "\u2551", boxVH: "\u256C", boxVL: "\u2563", boxVR: "\u2560", boxVh: "\u256B", boxVl: "\u2562", boxVr: "\u255F", boxbox: "\u29C9", boxdL: "\u2555", boxdR: "\u2552", boxdl: "\u2510", boxdr: "\u250C", boxh: "\u2500", boxhD: "\u2565", boxhU: "\u2568", boxhd: "\u252C", boxhu: "\u2534", boxminus: "\u229F", boxplus: "\u229E", boxtimes: "\u22A0", boxuL: "\u255B", boxuR: "\u2558", boxul: "\u2518", boxur: "\u2514", boxv: "\u2502", boxvH: "\u256A", boxvL: "\u2561", boxvR: "\u255E", boxvh: "\u253C", boxvl: "\u2524", boxvr: "\u251C", bprime: "\u2035", breve: "\u02D8", brvbar: "\xA6", bscr: "\u{1D4B7}", bsemi: "\u204F", bsim: "\u223D", bsime: "\u22CD", bsol: "\\", bsolb: "\u29C5", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bump: "\u224E", bumpE: "\u2AAE", bumpe: "\u224F", bumpeq: "\u224F", cacute: "\u0107", cap: "\u2229", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", capcup: "\u2A47", capdot: "\u2A40", caps: "\u2229\uFE00", caret: "\u2041", caron: "\u02C7", ccaps: "\u2A4D", ccaron: "\u010D", ccedil: "\xE7", ccirc: "\u0109", ccups: "\u2A4C", ccupssm: "\u2A50", cdot: "\u010B", cedil: "\xB8", cemptyv: "\u29B2", cent: "\xA2", centerdot: "\xB7", cfr: "\u{1D520}", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", chi: "\u03C7", cir: "\u25CB", cirE: "\u29C3", circ: "\u02C6", circeq: "\u2257", circlearrowleft: "\u21BA", circlearrowright: "\u21BB", circledR: "\xAE", circledS: "\u24C8", circledast: "\u229B", circledcirc: "\u229A", circleddash: "\u229D", cire: "\u2257", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", clubs: "\u2663", clubsuit: "\u2663", colon: ":", colone: "\u2254", coloneq: "\u2254", comma: ",", commat: "@", comp: "\u2201", compfn: "\u2218", complement: "\u2201", complexes: "\u2102", cong: "\u2245", congdot: "\u2A6D", conint: "\u222E", copf: "\u{1D554}", coprod: "\u2210", copy: "\xA9", copysr: "\u2117", crarr: "\u21B5", cross: "\u2717", cscr: "\u{1D4B8}", csub: "\u2ACF", csube: "\u2AD1", csup: "\u2AD0", csupe: "\u2AD2", ctdot: "\u22EF", cudarrl: "\u2938", cudarrr: "\u2935", cuepr: "\u22DE", cuesc: "\u22DF", cularr: "\u21B6", cularrp: "\u293D", cup: "\u222A", cupbrcap: "\u2A48", cupcap: "\u2A46", cupcup: "\u2A4A", cupdot: "\u228D", cupor: "\u2A45", cups: "\u222A\uFE00", curarr: "\u21B7", curarrm: "\u293C", curlyeqprec: "\u22DE", curlyeqsucc: "\u22DF", curlyvee: "\u22CE", curlywedge: "\u22CF", curren: "\xA4", curvearrowleft: "\u21B6", curvearrowright: "\u21B7", cuvee: "\u22CE", cuwed: "\u22CF", cwconint: "\u2232", cwint: "\u2231", cylcty: "\u232D", dArr: "\u21D3", dHar: "\u2965", dagger: "\u2020", daleth: "\u2138", darr: "\u2193", dash: "\u2010", dashv: "\u22A3", dbkarow: "\u290F", dblac: "\u02DD", dcaron: "\u010F", dcy: "\u0434", dd: "\u2146", ddagger: "\u2021", ddarr: "\u21CA", ddotseq: "\u2A77", deg: "\xB0", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", dfr: "\u{1D521}", dharl: "\u21C3", dharr: "\u21C2", diam: "\u22C4", diamond: "\u22C4", diamondsuit: "\u2666", diams: "\u2666", die: "\xA8", digamma: "\u03DD", disin: "\u22F2", div: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", djcy: "\u0452", dlcorn: "\u231E", dlcrop: "\u230D", dollar: "$", dopf: "\u{1D555}", dot: "\u02D9", doteq: "\u2250", doteqdot: "\u2251", dotminus: "\u2238", dotplus: "\u2214", dotsquare: "\u22A1", doublebarwedge: "\u2306", downarrow: "\u2193", downdownarrows: "\u21CA", downharpoonleft: "\u21C3", downharpoonright: "\u21C2", drbkarow: "\u2910", drcorn: "\u231F", drcrop: "\u230C", dscr: "\u{1D4B9}", dscy: "\u0455", dsol: "\u29F6", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", dtrif: "\u25BE", duarr: "\u21F5", duhar: "\u296F", dwangle: "\u29A6", dzcy: "\u045F", dzigrarr: "\u27FF", eDDot: "\u2A77", eDot: "\u2251", eacute: "\xE9", easter: "\u2A6E", ecaron: "\u011B", ecir: "\u2256", ecirc: "\xEA", ecolon: "\u2255", ecy: "\u044D", edot: "\u0117", ee: "\u2147", efDot: "\u2252", efr: "\u{1D522}", eg: "\u2A9A", egrave: "\xE8", egs: "\u2A96", egsdot: "\u2A98", el: "\u2A99", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", elsdot: "\u2A97", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", emptyv: "\u2205", emsp13: "\u2004", emsp14: "\u2005", emsp: "\u2003", eng: "\u014B", ensp: "\u2002", eogon: "\u0119", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", epsilon: "\u03B5", epsiv: "\u03F5", eqcirc: "\u2256", eqcolon: "\u2255", eqsim: "\u2242", eqslantgtr: "\u2A96", eqslantless: "\u2A95", equals: "=", equest: "\u225F", equiv: "\u2261", equivDD: "\u2A78", eqvparsl: "\u29E5", erDot: "\u2253", erarr: "\u2971", escr: "\u212F", esdot: "\u2250", esim: "\u2242", eta: "\u03B7", eth: "\xF0", euml: "\xEB", euro: "\u20AC", excl: "!", exist: "\u2203", expectation: "\u2130", exponentiale: "\u2147", fallingdotseq: "\u2252", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", ffr: "\u{1D523}", filig: "\uFB01", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", fopf: "\u{1D557}", forall: "\u2200", fork: "\u22D4", forkv: "\u2AD9", fpartint: "\u2A0D", frac12: "\xBD", frac13: "\u2153", frac14: "\xBC", frac15: "\u2155", frac16: "\u2159", frac18: "\u215B", frac23: "\u2154", frac25: "\u2156", frac34: "\xBE", frac35: "\u2157", frac38: "\u215C", frac45: "\u2158", frac56: "\u215A", frac58: "\u215D", frac78: "\u215E", frasl: "\u2044", frown: "\u2322", fscr: "\u{1D4BB}", gE: "\u2267", gEl: "\u2A8C", gacute: "\u01F5", gamma: "\u03B3", gammad: "\u03DD", gap: "\u2A86", gbreve: "\u011F", gcirc: "\u011D", gcy: "\u0433", gdot: "\u0121", ge: "\u2265", gel: "\u22DB", geq: "\u2265", geqq: "\u2267", geqslant: "\u2A7E", ges: "\u2A7E", gescc: "\u2AA9", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", gfr: "\u{1D524}", gg: "\u226B", ggg: "\u22D9", gimel: "\u2137", gjcy: "\u0453", gl: "\u2277", glE: "\u2A92", gla: "\u2AA5", glj: "\u2AA4", gnE: "\u2269", gnap: "\u2A8A", gnapprox: "\u2A8A", gne: "\u2A88", gneq: "\u2A88", gneqq: "\u2269", gnsim: "\u22E7", gopf: "\u{1D558}", grave: "`", gscr: "\u210A", gsim: "\u2273", gsime: "\u2A8E", gsiml: "\u2A90", gt: ">", gtcc: "\u2AA7", gtcir: "\u2A7A", gtdot: "\u22D7", gtlPar: "\u2995", gtquest: "\u2A7C", gtrapprox: "\u2A86", gtrarr: "\u2978", gtrdot: "\u22D7", gtreqless: "\u22DB", gtreqqless: "\u2A8C", gtrless: "\u2277", gtrsim: "\u2273", gvertneqq: "\u2269\uFE00", gvnE: "\u2269\uFE00", hArr: "\u21D4", hairsp: "\u200A", half: "\xBD", hamilt: "\u210B", hardcy: "\u044A", harr: "\u2194", harrcir: "\u2948", harrw: "\u21AD", hbar: "\u210F", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", hercon: "\u22B9", hfr: "\u{1D525}", hksearow: "\u2925", hkswarow: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", hookrightarrow: "\u21AA", hopf: "\u{1D559}", horbar: "\u2015", hscr: "\u{1D4BD}", hslash: "\u210F", hstrok: "\u0127", hybull: "\u2043", hyphen: "\u2010", iacute: "\xED", ic: "\u2063", icirc: "\xEE", icy: "\u0438", iecy: "\u0435", iexcl: "\xA1", iff: "\u21D4", ifr: "\u{1D526}", igrave: "\xEC", ii: "\u2148", iiiint: "\u2A0C", iiint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", ijlig: "\u0133", imacr: "\u012B", image: "\u2111", imagline: "\u2110", imagpart: "\u2111", imath: "\u0131", imof: "\u22B7", imped: "\u01B5", in: "\u2208", incare: "\u2105", infin: "\u221E", infintie: "\u29DD", inodot: "\u0131", int: "\u222B", intcal: "\u22BA", integers: "\u2124", intercal: "\u22BA", intlarhk: "\u2A17", intprod: "\u2A3C", iocy: "\u0451", iogon: "\u012F", iopf: "\u{1D55A}", iota: "\u03B9", iprod: "\u2A3C", iquest: "\xBF", iscr: "\u{1D4BE}", isin: "\u2208", isinE: "\u22F9", isindot: "\u22F5", isins: "\u22F4", isinsv: "\u22F3", isinv: "\u2208", it: "\u2062", itilde: "\u0129", iukcy: "\u0456", iuml: "\xEF", jcirc: "\u0135", jcy: "\u0439", jfr: "\u{1D527}", jmath: "\u0237", jopf: "\u{1D55B}", jscr: "\u{1D4BF}", jsercy: "\u0458", jukcy: "\u0454", kappa: "\u03BA", kappav: "\u03F0", kcedil: "\u0137", kcy: "\u043A", kfr: "\u{1D528}", kgreen: "\u0138", khcy: "\u0445", kjcy: "\u045C", kopf: "\u{1D55C}", kscr: "\u{1D4C0}", lAarr: "\u21DA", lArr: "\u21D0", lAtail: "\u291B", lBarr: "\u290E", lE: "\u2266", lEg: "\u2A8B", lHar: "\u2962", lacute: "\u013A", laemptyv: "\u29B4", lagran: "\u2112", lambda: "\u03BB", lang: "\u27E8", langd: "\u2991", langle: "\u27E8", lap: "\u2A85", laquo: "\xAB", larr: "\u2190", larrb: "\u21E4", larrbfs: "\u291F", larrfs: "\u291D", larrhk: "\u21A9", larrlp: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", lat: "\u2AAB", latail: "\u2919", late: "\u2AAD", lates: "\u2AAD\uFE00", lbarr: "\u290C", lbbrk: "\u2772", lbrace: "{", lbrack: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", lcaron: "\u013E", lcedil: "\u013C", lceil: "\u2308", lcub: "{", lcy: "\u043B", ldca: "\u2936", ldquo: "\u201C", ldquor: "\u201E", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", le: "\u2264", leftarrow: "\u2190", leftarrowtail: "\u21A2", leftharpoondown: "\u21BD", leftharpoonup: "\u21BC", leftleftarrows: "\u21C7", leftrightarrow: "\u2194", leftrightarrows: "\u21C6", leftrightharpoons: "\u21CB", leftrightsquigarrow: "\u21AD", leftthreetimes: "\u22CB", leg: "\u22DA", leq: "\u2264", leqq: "\u2266", leqslant: "\u2A7D", les: "\u2A7D", lescc: "\u2AA8", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessapprox: "\u2A85", lessdot: "\u22D6", lesseqgtr: "\u22DA", lesseqqgtr: "\u2A8B", lessgtr: "\u2276", lesssim: "\u2272", lfisht: "\u297C", lfloor: "\u230A", lfr: "\u{1D529}", lg: "\u2276", lgE: "\u2A91", lhard: "\u21BD", lharu: "\u21BC", lharul: "\u296A", lhblk: "\u2584", ljcy: "\u0459", ll: "\u226A", llarr: "\u21C7", llcorner: "\u231E", llhard: "\u296B", lltri: "\u25FA", lmidot: "\u0140", lmoust: "\u23B0", lmoustache: "\u23B0", lnE: "\u2268", lnap: "\u2A89", lnapprox: "\u2A89", lne: "\u2A87", lneq: "\u2A87", lneqq: "\u2268", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", lobrk: "\u27E6", longleftarrow: "\u27F5", longleftrightarrow: "\u27F7", longmapsto: "\u27FC", longrightarrow: "\u27F6", looparrowleft: "\u21AB", looparrowright: "\u21AC", lopar: "\u2985", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", lowbar: "_", loz: "\u25CA", lozenge: "\u25CA", lozf: "\u29EB", lpar: "(", lparlt: "\u2993", lrarr: "\u21C6", lrcorner: "\u231F", lrhar: "\u21CB", lrhard: "\u296D", lrm: "\u200E", lrtri: "\u22BF", lsaquo: "\u2039", lscr: "\u{1D4C1}", lsh: "\u21B0", lsim: "\u2272", lsime: "\u2A8D", lsimg: "\u2A8F", lsqb: "[", lsquo: "\u2018", lsquor: "\u201A", lstrok: "\u0142", lt: "<", ltcc: "\u2AA6", ltcir: "\u2A79", ltdot: "\u22D6", lthree: "\u22CB", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltrPar: "\u2996", ltri: "\u25C3", ltrie: "\u22B4", ltrif: "\u25C2", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", mDDot: "\u223A", macr: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", map: "\u21A6", mapsto: "\u21A6", mapstodown: "\u21A7", mapstoleft: "\u21A4", mapstoup: "\u21A5", marker: "\u25AE", mcomma: "\u2A29", mcy: "\u043C", mdash: "\u2014", measuredangle: "\u2221", mfr: "\u{1D52A}", mho: "\u2127", micro: "\xB5", mid: "\u2223", midast: "*", midcir: "\u2AF0", middot: "\xB7", minus: "\u2212", minusb: "\u229F", minusd: "\u2238", minusdu: "\u2A2A", mlcp: "\u2ADB", mldr: "\u2026", mnplus: "\u2213", models: "\u22A7", mopf: "\u{1D55E}", mp: "\u2213", mscr: "\u{1D4C2}", mstpos: "\u223E", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nGg: "\u22D9\u0338", nGt: "\u226B\u20D2", nGtv: "\u226B\u0338", nLeftarrow: "\u21CD", nLeftrightarrow: "\u21CE", nLl: "\u22D8\u0338", nLt: "\u226A\u20D2", nLtv: "\u226A\u0338", nRightarrow: "\u21CF", nVDash: "\u22AF", nVdash: "\u22AE", nabla: "\u2207", nacute: "\u0144", nang: "\u2220\u20D2", nap: "\u2249", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", napprox: "\u2249", natur: "\u266E", natural: "\u266E", naturals: "\u2115", nbsp: "\xA0", nbump: "\u224E\u0338", nbumpe: "\u224F\u0338", ncap: "\u2A43", ncaron: "\u0148", ncedil: "\u0146", ncong: "\u2247", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", ncy: "\u043D", ndash: "\u2013", ne: "\u2260", neArr: "\u21D7", nearhk: "\u2924", nearr: "\u2197", nearrow: "\u2197", nedot: "\u2250\u0338", nequiv: "\u2262", nesear: "\u2928", nesim: "\u2242\u0338", nexist: "\u2204", nexists: "\u2204", nfr: "\u{1D52B}", ngE: "\u2267\u0338", nge: "\u2271", ngeq: "\u2271", ngeqq: "\u2267\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", ngsim: "\u2275", ngt: "\u226F", ngtr: "\u226F", nhArr: "\u21CE", nharr: "\u21AE", nhpar: "\u2AF2", ni: "\u220B", nis: "\u22FC", nisd: "\u22FA", niv: "\u220B", njcy: "\u045A", nlArr: "\u21CD", nlE: "\u2266\u0338", nlarr: "\u219A", nldr: "\u2025", nle: "\u2270", nleftarrow: "\u219A", nleftrightarrow: "\u21AE", nleq: "\u2270", nleqq: "\u2266\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", nless: "\u226E", nlsim: "\u2274", nlt: "\u226E", nltri: "\u22EA", nltrie: "\u22EC", nmid: "\u2224", nopf: "\u{1D55F}", not: "\xAC", notin: "\u2209", notinE: "\u22F9\u0338", notindot: "\u22F5\u0338", notinva: "\u2209", notinvb: "\u22F7", notinvc: "\u22F6", notni: "\u220C", notniva: "\u220C", notnivb: "\u22FE", notnivc: "\u22FD", npar: "\u2226", nparallel: "\u2226", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", npr: "\u2280", nprcue: "\u22E0", npre: "\u2AAF\u0338", nprec: "\u2280", npreceq: "\u2AAF\u0338", nrArr: "\u21CF", nrarr: "\u219B", nrarrc: "\u2933\u0338", nrarrw: "\u219D\u0338", nrightarrow: "\u219B", nrtri: "\u22EB", nrtrie: "\u22ED", nsc: "\u2281", nsccue: "\u22E1", nsce: "\u2AB0\u0338", nscr: "\u{1D4C3}", nshortmid: "\u2224", nshortparallel: "\u2226", nsim: "\u2241", nsime: "\u2244", nsimeq: "\u2244", nsmid: "\u2224", nspar: "\u2226", nsqsube: "\u22E2", nsqsupe: "\u22E3", nsub: "\u2284", nsubE: "\u2AC5\u0338", nsube: "\u2288", nsubset: "\u2282\u20D2", nsubseteq: "\u2288", nsubseteqq: "\u2AC5\u0338", nsucc: "\u2281", nsucceq: "\u2AB0\u0338", nsup: "\u2285", nsupE: "\u2AC6\u0338", nsupe: "\u2289", nsupset: "\u2283\u20D2", nsupseteq: "\u2289", nsupseteqq: "\u2AC6\u0338", ntgl: "\u2279", ntilde: "\xF1", ntlg: "\u2278", ntriangleleft: "\u22EA", ntrianglelefteq: "\u22EC", ntriangleright: "\u22EB", ntrianglerighteq: "\u22ED", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvDash: "\u22AD", nvHarr: "\u2904", nvap: "\u224D\u20D2", nvdash: "\u22AC", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwArr: "\u21D6", nwarhk: "\u2923", nwarr: "\u2196", nwarrow: "\u2196", nwnear: "\u2927", oS: "\u24C8", oacute: "\xF3", oast: "\u229B", ocir: "\u229A", ocirc: "\xF4", ocy: "\u043E", odash: "\u229D", odblac: "\u0151", odiv: "\u2A38", odot: "\u2299", odsold: "\u29BC", oelig: "\u0153", ofcir: "\u29BF", ofr: "\u{1D52C}", ogon: "\u02DB", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", ohm: "\u03A9", oint: "\u222E", olarr: "\u21BA", olcir: "\u29BE", olcross: "\u29BB", oline: "\u203E", olt: "\u29C0", omacr: "\u014D", omega: "\u03C9", omicron: "\u03BF", omid: "\u29B6", ominus: "\u2296", oopf: "\u{1D560}", opar: "\u29B7", operp: "\u29B9", oplus: "\u2295", or: "\u2228", orarr: "\u21BB", ord: "\u2A5D", order: "\u2134", orderof: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oscr: "\u2134", oslash: "\xF8", osol: "\u2298", otilde: "\xF5", otimes: "\u2297", otimesas: "\u2A36", ouml: "\xF6", ovbar: "\u233D", par: "\u2225", para: "\xB6", parallel: "\u2225", parsim: "\u2AF3", parsl: "\u2AFD", part: "\u2202", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", perp: "\u22A5", pertenk: "\u2031", pfr: "\u{1D52D}", phi: "\u03C6", phiv: "\u03D5", phmmat: "\u2133", phone: "\u260E", pi: "\u03C0", pitchfork: "\u22D4", piv: "\u03D6", planck: "\u210F", planckh: "\u210E", plankv: "\u210F", plus: "+", plusacir: "\u2A23", plusb: "\u229E", pluscir: "\u2A22", plusdo: "\u2214", plusdu: "\u2A25", pluse: "\u2A72", plusmn: "\xB1", plussim: "\u2A26", plustwo: "\u2A27", pm: "\xB1", pointint: "\u2A15", popf: "\u{1D561}", pound: "\xA3", pr: "\u227A", prE: "\u2AB3", prap: "\u2AB7", prcue: "\u227C", pre: "\u2AAF", prec: "\u227A", precapprox: "\u2AB7", preccurlyeq: "\u227C", preceq: "\u2AAF", precnapprox: "\u2AB9", precneqq: "\u2AB5", precnsim: "\u22E8", precsim: "\u227E", prime: "\u2032", primes: "\u2119", prnE: "\u2AB5", prnap: "\u2AB9", prnsim: "\u22E8", prod: "\u220F", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prop: "\u221D", propto: "\u221D", prsim: "\u227E", prurel: "\u22B0", pscr: "\u{1D4C5}", psi: "\u03C8", puncsp: "\u2008", qfr: "\u{1D52E}", qint: "\u2A0C", qopf: "\u{1D562}", qprime: "\u2057", qscr: "\u{1D4C6}", quaternions: "\u210D", quatint: "\u2A16", quest: "?", questeq: "\u225F", quot: '"', rAarr: "\u21DB", rArr: "\u21D2", rAtail: "\u291C", rBarr: "\u290F", rHar: "\u2964", race: "\u223D\u0331", racute: "\u0155", radic: "\u221A", raemptyv: "\u29B3", rang: "\u27E9", rangd: "\u2992", range: "\u29A5", rangle: "\u27E9", raquo: "\xBB", rarr: "\u2192", rarrap: "\u2975", rarrb: "\u21E5", rarrbfs: "\u2920", rarrc: "\u2933", rarrfs: "\u291E", rarrhk: "\u21AA", rarrlp: "\u21AC", rarrpl: "\u2945", rarrsim: "\u2974", rarrtl: "\u21A3", rarrw: "\u219D", ratail: "\u291A", ratio: "\u2236", rationals: "\u211A", rbarr: "\u290D", rbbrk: "\u2773", rbrace: "}", rbrack: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", rcaron: "\u0159", rcedil: "\u0157", rceil: "\u2309", rcub: "}", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdquo: "\u201D", rdquor: "\u201D", rdsh: "\u21B3", real: "\u211C", realine: "\u211B", realpart: "\u211C", reals: "\u211D", rect: "\u25AD", reg: "\xAE", rfisht: "\u297D", rfloor: "\u230B", rfr: "\u{1D52F}", rhard: "\u21C1", rharu: "\u21C0", rharul: "\u296C", rho: "\u03C1", rhov: "\u03F1", rightarrow: "\u2192", rightarrowtail: "\u21A3", rightharpoondown: "\u21C1", rightharpoonup: "\u21C0", rightleftarrows: "\u21C4", rightleftharpoons: "\u21CC", rightrightarrows: "\u21C9", rightsquigarrow: "\u219D", rightthreetimes: "\u22CC", ring: "\u02DA", risingdotseq: "\u2253", rlarr: "\u21C4", rlhar: "\u21CC", rlm: "\u200F", rmoust: "\u23B1", rmoustache: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", robrk: "\u27E7", ropar: "\u2986", ropf: "\u{1D563}", roplus: "\u2A2E", rotimes: "\u2A35", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rrarr: "\u21C9", rsaquo: "\u203A", rscr: "\u{1D4C7}", rsh: "\u21B1", rsqb: "]", rsquo: "\u2019", rsquor: "\u2019", rthree: "\u22CC", rtimes: "\u22CA", rtri: "\u25B9", rtrie: "\u22B5", rtrif: "\u25B8", rtriltri: "\u29CE", ruluhar: "\u2968", rx: "\u211E", sacute: "\u015B", sbquo: "\u201A", sc: "\u227B", scE: "\u2AB4", scap: "\u2AB8", scaron: "\u0161", sccue: "\u227D", sce: "\u2AB0", scedil: "\u015F", scirc: "\u015D", scnE: "\u2AB6", scnap: "\u2ABA", scnsim: "\u22E9", scpolint: "\u2A13", scsim: "\u227F", scy: "\u0441", sdot: "\u22C5", sdotb: "\u22A1", sdote: "\u2A66", seArr: "\u21D8", searhk: "\u2925", searr: "\u2198", searrow: "\u2198", sect: "\xA7", semi: ";", seswar: "\u2929", setminus: "\u2216", setmn: "\u2216", sext: "\u2736", sfr: "\u{1D530}", sfrown: "\u2322", sharp: "\u266F", shchcy: "\u0449", shcy: "\u0448", shortmid: "\u2223", shortparallel: "\u2225", shy: "\xAD", sigma: "\u03C3", sigmaf: "\u03C2", sigmav: "\u03C2", sim: "\u223C", simdot: "\u2A6A", sime: "\u2243", simeq: "\u2243", simg: "\u2A9E", simgE: "\u2AA0", siml: "\u2A9D", simlE: "\u2A9F", simne: "\u2246", simplus: "\u2A24", simrarr: "\u2972", slarr: "\u2190", smallsetminus: "\u2216", smashp: "\u2A33", smeparsl: "\u29E4", smid: "\u2223", smile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", softcy: "\u044C", sol: "/", solb: "\u29C4", solbar: "\u233F", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", spar: "\u2225", sqcap: "\u2293", sqcaps: "\u2293\uFE00", sqcup: "\u2294", sqcups: "\u2294\uFE00", sqsub: "\u228F", sqsube: "\u2291", sqsubset: "\u228F", sqsubseteq: "\u2291", sqsup: "\u2290", sqsupe: "\u2292", sqsupset: "\u2290", sqsupseteq: "\u2292", squ: "\u25A1", square: "\u25A1", squarf: "\u25AA", squf: "\u25AA", srarr: "\u2192", sscr: "\u{1D4C8}", ssetmn: "\u2216", ssmile: "\u2323", sstarf: "\u22C6", star: "\u2606", starf: "\u2605", straightepsilon: "\u03F5", straightphi: "\u03D5", strns: "\xAF", sub: "\u2282", subE: "\u2AC5", subdot: "\u2ABD", sube: "\u2286", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subne: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", subset: "\u2282", subseteq: "\u2286", subseteqq: "\u2AC5", subsetneq: "\u228A", subsetneqq: "\u2ACB", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", succ: "\u227B", succapprox: "\u2AB8", succcurlyeq: "\u227D", succeq: "\u2AB0", succnapprox: "\u2ABA", succneqq: "\u2AB6", succnsim: "\u22E9", succsim: "\u227F", sum: "\u2211", sung: "\u266A", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", sup: "\u2283", supE: "\u2AC6", supdot: "\u2ABE", supdsub: "\u2AD8", supe: "\u2287", supedot: "\u2AC4", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supne: "\u228B", supplus: "\u2AC0", supset: "\u2283", supseteq: "\u2287", supseteqq: "\u2AC6", supsetneq: "\u228B", supsetneqq: "\u2ACC", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swArr: "\u21D9", swarhk: "\u2926", swarr: "\u2199", swarrow: "\u2199", swnwar: "\u292A", szlig: "\xDF", target: "\u2316", tau: "\u03C4", tbrk: "\u23B4", tcaron: "\u0165", tcedil: "\u0163", tcy: "\u0442", tdot: "\u20DB", telrec: "\u2315", tfr: "\u{1D531}", there4: "\u2234", therefore: "\u2234", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", thickapprox: "\u2248", thicksim: "\u223C", thinsp: "\u2009", thkap: "\u2248", thksim: "\u223C", thorn: "\xFE", tilde: "\u02DC", times: "\xD7", timesb: "\u22A0", timesbar: "\u2A31", timesd: "\u2A30", tint: "\u222D", toea: "\u2928", top: "\u22A4", topbot: "\u2336", topcir: "\u2AF1", topf: "\u{1D565}", topfork: "\u2ADA", tosa: "\u2929", tprime: "\u2034", trade: "\u2122", triangle: "\u25B5", triangledown: "\u25BF", triangleleft: "\u25C3", trianglelefteq: "\u22B4", triangleq: "\u225C", triangleright: "\u25B9", trianglerighteq: "\u22B5", tridot: "\u25EC", trie: "\u225C", triminus: "\u2A3A", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", tscr: "\u{1D4C9}", tscy: "\u0446", tshcy: "\u045B", tstrok: "\u0167", twixt: "\u226C", twoheadleftarrow: "\u219E", twoheadrightarrow: "\u21A0", uArr: "\u21D1", uHar: "\u2963", uacute: "\xFA", uarr: "\u2191", ubrcy: "\u045E", ubreve: "\u016D", ucirc: "\xFB", ucy: "\u0443", udarr: "\u21C5", udblac: "\u0171", udhar: "\u296E", ufisht: "\u297E", ufr: "\u{1D532}", ugrave: "\xF9", uharl: "\u21BF", uharr: "\u21BE", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", umacr: "\u016B", uml: "\xA8", uogon: "\u0173", uopf: "\u{1D566}", uparrow: "\u2191", updownarrow: "\u2195", upharpoonleft: "\u21BF", upharpoonright: "\u21BE", uplus: "\u228E", upsi: "\u03C5", upsih: "\u03D2", upsilon: "\u03C5", upuparrows: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", uring: "\u016F", urtri: "\u25F9", uscr: "\u{1D4CA}", utdot: "\u22F0", utilde: "\u0169", utri: "\u25B5", utrif: "\u25B4", uuarr: "\u21C8", uuml: "\xFC", uwangle: "\u29A7", vArr: "\u21D5", vBar: "\u2AE8", vBarv: "\u2AE9", vDash: "\u22A8", vangrt: "\u299C", varepsilon: "\u03F5", varkappa: "\u03F0", varnothing: "\u2205", varphi: "\u03D5", varpi: "\u03D6", varpropto: "\u221D", varr: "\u2195", varrho: "\u03F1", varsigma: "\u03C2", varsubsetneq: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vartheta: "\u03D1", vartriangleleft: "\u22B2", vartriangleright: "\u22B3", vcy: "\u0432", vdash: "\u22A2", vee: "\u2228", veebar: "\u22BB", veeeq: "\u225A", vellip: "\u22EE", verbar: "|", vert: "|", vfr: "\u{1D533}", vltri: "\u22B2", vnsub: "\u2282\u20D2", vnsup: "\u2283\u20D2", vopf: "\u{1D567}", vprop: "\u221D", vrtri: "\u22B3", vscr: "\u{1D4CB}", vsubnE: "\u2ACB\uFE00", vsubne: "\u228A\uFE00", vsupnE: "\u2ACC\uFE00", vsupne: "\u228B\uFE00", vzigzag: "\u299A", wcirc: "\u0175", wedbar: "\u2A5F", wedge: "\u2227", wedgeq: "\u2259", weierp: "\u2118", wfr: "\u{1D534}", wopf: "\u{1D568}", wp: "\u2118", wr: "\u2240", wreath: "\u2240", wscr: "\u{1D4CC}", xcap: "\u22C2", xcirc: "\u25EF", xcup: "\u22C3", xdtri: "\u25BD", xfr: "\u{1D535}", xhArr: "\u27FA", xharr: "\u27F7", xi: "\u03BE", xlArr: "\u27F8", xlarr: "\u27F5", xmap: "\u27FC", xnis: "\u22FB", xodot: "\u2A00", xopf: "\u{1D569}", xoplus: "\u2A01", xotime: "\u2A02", xrArr: "\u27F9", xrarr: "\u27F6", xscr: "\u{1D4CD}", xsqcup: "\u2A06", xuplus: "\u2A04", xutri: "\u25B3", xvee: "\u22C1", xwedge: "\u22C0", yacute: "\xFD", yacy: "\u044F", ycirc: "\u0177", ycy: "\u044B", yen: "\xA5", yfr: "\u{1D536}", yicy: "\u0457", yopf: "\u{1D56A}", yscr: "\u{1D4CE}", yucy: "\u044E", yuml: "\xFF", zacute: "\u017A", zcaron: "\u017E", zcy: "\u0437", zdot: "\u017C", zeetrf: "\u2128", zeta: "\u03B6", zfr: "\u{1D537}", zhcy: "\u0436", zigrarr: "\u21DD", zopf: "\u{1D56B}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" }, Ne = {}.hasOwnProperty, _e = { name: "characterReference", tokenize: function(e2, t2, n2) {
|
|
6523
|
+
}, concrete: true }, We = { AElig: "\xC6", AMP: "&", Aacute: "\xC1", Abreve: "\u0102", Acirc: "\xC2", Acy: "\u0410", Afr: "\u{1D504}", Agrave: "\xC0", Alpha: "\u0391", Amacr: "\u0100", And: "\u2A53", Aogon: "\u0104", Aopf: "\u{1D538}", ApplyFunction: "\u2061", Aring: "\xC5", Ascr: "\u{1D49C}", Assign: "\u2254", Atilde: "\xC3", Auml: "\xC4", Backslash: "\u2216", Barv: "\u2AE7", Barwed: "\u2306", Bcy: "\u0411", Because: "\u2235", Bernoullis: "\u212C", Beta: "\u0392", Bfr: "\u{1D505}", Bopf: "\u{1D539}", Breve: "\u02D8", Bscr: "\u212C", Bumpeq: "\u224E", CHcy: "\u0427", COPY: "\xA9", Cacute: "\u0106", Cap: "\u22D2", CapitalDifferentialD: "\u2145", Cayleys: "\u212D", Ccaron: "\u010C", Ccedil: "\xC7", Ccirc: "\u0108", Cconint: "\u2230", Cdot: "\u010A", Cedilla: "\xB8", CenterDot: "\xB7", Cfr: "\u212D", Chi: "\u03A7", CircleDot: "\u2299", CircleMinus: "\u2296", CirclePlus: "\u2295", CircleTimes: "\u2297", ClockwiseContourIntegral: "\u2232", CloseCurlyDoubleQuote: "\u201D", CloseCurlyQuote: "\u2019", Colon: "\u2237", Colone: "\u2A74", Congruent: "\u2261", Conint: "\u222F", ContourIntegral: "\u222E", Copf: "\u2102", Coproduct: "\u2210", CounterClockwiseContourIntegral: "\u2233", Cross: "\u2A2F", Cscr: "\u{1D49E}", Cup: "\u22D3", CupCap: "\u224D", DD: "\u2145", DDotrahd: "\u2911", DJcy: "\u0402", DScy: "\u0405", DZcy: "\u040F", Dagger: "\u2021", Darr: "\u21A1", Dashv: "\u2AE4", Dcaron: "\u010E", Dcy: "\u0414", Del: "\u2207", Delta: "\u0394", Dfr: "\u{1D507}", DiacriticalAcute: "\xB4", DiacriticalDot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", DiacriticalGrave: "`", DiacriticalTilde: "\u02DC", Diamond: "\u22C4", DifferentialD: "\u2146", Dopf: "\u{1D53B}", Dot: "\xA8", DotDot: "\u20DC", DotEqual: "\u2250", DoubleContourIntegral: "\u222F", DoubleDot: "\xA8", DoubleDownArrow: "\u21D3", DoubleLeftArrow: "\u21D0", DoubleLeftRightArrow: "\u21D4", DoubleLeftTee: "\u2AE4", DoubleLongLeftArrow: "\u27F8", DoubleLongLeftRightArrow: "\u27FA", DoubleLongRightArrow: "\u27F9", DoubleRightArrow: "\u21D2", DoubleRightTee: "\u22A8", DoubleUpArrow: "\u21D1", DoubleUpDownArrow: "\u21D5", DoubleVerticalBar: "\u2225", DownArrow: "\u2193", DownArrowBar: "\u2913", DownArrowUpArrow: "\u21F5", DownBreve: "\u0311", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVector: "\u21BD", DownLeftVectorBar: "\u2956", DownRightTeeVector: "\u295F", DownRightVector: "\u21C1", DownRightVectorBar: "\u2957", DownTee: "\u22A4", DownTeeArrow: "\u21A7", Downarrow: "\u21D3", Dscr: "\u{1D49F}", Dstrok: "\u0110", ENG: "\u014A", ETH: "\xD0", Eacute: "\xC9", Ecaron: "\u011A", Ecirc: "\xCA", Ecy: "\u042D", Edot: "\u0116", Efr: "\u{1D508}", Egrave: "\xC8", Element: "\u2208", Emacr: "\u0112", EmptySmallSquare: "\u25FB", EmptyVerySmallSquare: "\u25AB", Eogon: "\u0118", Eopf: "\u{1D53C}", Epsilon: "\u0395", Equal: "\u2A75", EqualTilde: "\u2242", Equilibrium: "\u21CC", Escr: "\u2130", Esim: "\u2A73", Eta: "\u0397", Euml: "\xCB", Exists: "\u2203", ExponentialE: "\u2147", Fcy: "\u0424", Ffr: "\u{1D509}", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", Fopf: "\u{1D53D}", ForAll: "\u2200", Fouriertrf: "\u2131", Fscr: "\u2131", GJcy: "\u0403", GT: ">", Gamma: "\u0393", Gammad: "\u03DC", Gbreve: "\u011E", Gcedil: "\u0122", Gcirc: "\u011C", Gcy: "\u0413", Gdot: "\u0120", Gfr: "\u{1D50A}", Gg: "\u22D9", Gopf: "\u{1D53E}", GreaterEqual: "\u2265", GreaterEqualLess: "\u22DB", GreaterFullEqual: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", GreaterSlantEqual: "\u2A7E", GreaterTilde: "\u2273", Gscr: "\u{1D4A2}", Gt: "\u226B", HARDcy: "\u042A", Hacek: "\u02C7", Hat: "^", Hcirc: "\u0124", Hfr: "\u210C", HilbertSpace: "\u210B", Hopf: "\u210D", HorizontalLine: "\u2500", Hscr: "\u210B", Hstrok: "\u0126", HumpDownHump: "\u224E", HumpEqual: "\u224F", IEcy: "\u0415", IJlig: "\u0132", IOcy: "\u0401", Iacute: "\xCD", Icirc: "\xCE", Icy: "\u0418", Idot: "\u0130", Ifr: "\u2111", Igrave: "\xCC", Im: "\u2111", Imacr: "\u012A", ImaginaryI: "\u2148", Implies: "\u21D2", Int: "\u222C", Integral: "\u222B", Intersection: "\u22C2", InvisibleComma: "\u2063", InvisibleTimes: "\u2062", Iogon: "\u012E", Iopf: "\u{1D540}", Iota: "\u0399", Iscr: "\u2110", Itilde: "\u0128", Iukcy: "\u0406", Iuml: "\xCF", Jcirc: "\u0134", Jcy: "\u0419", Jfr: "\u{1D50D}", Jopf: "\u{1D541}", Jscr: "\u{1D4A5}", Jsercy: "\u0408", Jukcy: "\u0404", KHcy: "\u0425", KJcy: "\u040C", Kappa: "\u039A", Kcedil: "\u0136", Kcy: "\u041A", Kfr: "\u{1D50E}", Kopf: "\u{1D542}", Kscr: "\u{1D4A6}", LJcy: "\u0409", LT: "<", Lacute: "\u0139", Lambda: "\u039B", Lang: "\u27EA", Laplacetrf: "\u2112", Larr: "\u219E", Lcaron: "\u013D", Lcedil: "\u013B", Lcy: "\u041B", LeftAngleBracket: "\u27E8", LeftArrow: "\u2190", LeftArrowBar: "\u21E4", LeftArrowRightArrow: "\u21C6", LeftCeiling: "\u2308", LeftDoubleBracket: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVector: "\u21C3", LeftDownVectorBar: "\u2959", LeftFloor: "\u230A", LeftRightArrow: "\u2194", LeftRightVector: "\u294E", LeftTee: "\u22A3", LeftTeeArrow: "\u21A4", LeftTeeVector: "\u295A", LeftTriangle: "\u22B2", LeftTriangleBar: "\u29CF", LeftTriangleEqual: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVector: "\u21BF", LeftUpVectorBar: "\u2958", LeftVector: "\u21BC", LeftVectorBar: "\u2952", Leftarrow: "\u21D0", Leftrightarrow: "\u21D4", LessEqualGreater: "\u22DA", LessFullEqual: "\u2266", LessGreater: "\u2276", LessLess: "\u2AA1", LessSlantEqual: "\u2A7D", LessTilde: "\u2272", Lfr: "\u{1D50F}", Ll: "\u22D8", Lleftarrow: "\u21DA", Lmidot: "\u013F", LongLeftArrow: "\u27F5", LongLeftRightArrow: "\u27F7", LongRightArrow: "\u27F6", Longleftarrow: "\u27F8", Longleftrightarrow: "\u27FA", Longrightarrow: "\u27F9", Lopf: "\u{1D543}", LowerLeftArrow: "\u2199", LowerRightArrow: "\u2198", Lscr: "\u2112", Lsh: "\u21B0", Lstrok: "\u0141", Lt: "\u226A", Map: "\u2905", Mcy: "\u041C", MediumSpace: "\u205F", Mellintrf: "\u2133", Mfr: "\u{1D510}", MinusPlus: "\u2213", Mopf: "\u{1D544}", Mscr: "\u2133", Mu: "\u039C", NJcy: "\u040A", Nacute: "\u0143", Ncaron: "\u0147", Ncedil: "\u0145", Ncy: "\u041D", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", NestedGreaterGreater: "\u226B", NestedLessLess: "\u226A", NewLine: "\n", Nfr: "\u{1D511}", NoBreak: "\u2060", NonBreakingSpace: "\xA0", Nopf: "\u2115", Not: "\u2AEC", NotCongruent: "\u2262", NotCupCap: "\u226D", NotDoubleVerticalBar: "\u2226", NotElement: "\u2209", NotEqual: "\u2260", NotEqualTilde: "\u2242\u0338", NotExists: "\u2204", NotGreater: "\u226F", NotGreaterEqual: "\u2271", NotGreaterFullEqual: "\u2267\u0338", NotGreaterGreater: "\u226B\u0338", NotGreaterLess: "\u2279", NotGreaterSlantEqual: "\u2A7E\u0338", NotGreaterTilde: "\u2275", NotHumpDownHump: "\u224E\u0338", NotHumpEqual: "\u224F\u0338", NotLeftTriangle: "\u22EA", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangleEqual: "\u22EC", NotLess: "\u226E", NotLessEqual: "\u2270", NotLessGreater: "\u2278", NotLessLess: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", NotLessTilde: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", NotPrecedes: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", NotReverseElement: "\u220C", NotRightTriangle: "\u22EB", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangleEqual: "\u22ED", NotSquareSubset: "\u228F\u0338", NotSquareSubsetEqual: "\u22E2", NotSquareSuperset: "\u2290\u0338", NotSquareSupersetEqual: "\u22E3", NotSubset: "\u2282\u20D2", NotSubsetEqual: "\u2288", NotSucceeds: "\u2281", NotSucceedsEqual: "\u2AB0\u0338", NotSucceedsSlantEqual: "\u22E1", NotSucceedsTilde: "\u227F\u0338", NotSuperset: "\u2283\u20D2", NotSupersetEqual: "\u2289", NotTilde: "\u2241", NotTildeEqual: "\u2244", NotTildeFullEqual: "\u2247", NotTildeTilde: "\u2249", NotVerticalBar: "\u2224", Nscr: "\u{1D4A9}", Ntilde: "\xD1", Nu: "\u039D", OElig: "\u0152", Oacute: "\xD3", Ocirc: "\xD4", Ocy: "\u041E", Odblac: "\u0150", Ofr: "\u{1D512}", Ograve: "\xD2", Omacr: "\u014C", Omega: "\u03A9", Omicron: "\u039F", Oopf: "\u{1D546}", OpenCurlyDoubleQuote: "\u201C", OpenCurlyQuote: "\u2018", Or: "\u2A54", Oscr: "\u{1D4AA}", Oslash: "\xD8", Otilde: "\xD5", Otimes: "\u2A37", Ouml: "\xD6", OverBar: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", OverParenthesis: "\u23DC", PartialD: "\u2202", Pcy: "\u041F", Pfr: "\u{1D513}", Phi: "\u03A6", Pi: "\u03A0", PlusMinus: "\xB1", Poincareplane: "\u210C", Popf: "\u2119", Pr: "\u2ABB", Precedes: "\u227A", PrecedesEqual: "\u2AAF", PrecedesSlantEqual: "\u227C", PrecedesTilde: "\u227E", Prime: "\u2033", Product: "\u220F", Proportion: "\u2237", Proportional: "\u221D", Pscr: "\u{1D4AB}", Psi: "\u03A8", QUOT: '"', Qfr: "\u{1D514}", Qopf: "\u211A", Qscr: "\u{1D4AC}", RBarr: "\u2910", REG: "\xAE", Racute: "\u0154", Rang: "\u27EB", Rarr: "\u21A0", Rarrtl: "\u2916", Rcaron: "\u0158", Rcedil: "\u0156", Rcy: "\u0420", Re: "\u211C", ReverseElement: "\u220B", ReverseEquilibrium: "\u21CB", ReverseUpEquilibrium: "\u296F", Rfr: "\u211C", Rho: "\u03A1", RightAngleBracket: "\u27E9", RightArrow: "\u2192", RightArrowBar: "\u21E5", RightArrowLeftArrow: "\u21C4", RightCeiling: "\u2309", RightDoubleBracket: "\u27E7", RightDownTeeVector: "\u295D", RightDownVector: "\u21C2", RightDownVectorBar: "\u2955", RightFloor: "\u230B", RightTee: "\u22A2", RightTeeArrow: "\u21A6", RightTeeVector: "\u295B", RightTriangle: "\u22B3", RightTriangleBar: "\u29D0", RightTriangleEqual: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVector: "\u21BE", RightUpVectorBar: "\u2954", RightVector: "\u21C0", RightVectorBar: "\u2953", Rightarrow: "\u21D2", Ropf: "\u211D", RoundImplies: "\u2970", Rrightarrow: "\u21DB", Rscr: "\u211B", Rsh: "\u21B1", RuleDelayed: "\u29F4", SHCHcy: "\u0429", SHcy: "\u0428", SOFTcy: "\u042C", Sacute: "\u015A", Sc: "\u2ABC", Scaron: "\u0160", Scedil: "\u015E", Scirc: "\u015C", Scy: "\u0421", Sfr: "\u{1D516}", ShortDownArrow: "\u2193", ShortLeftArrow: "\u2190", ShortRightArrow: "\u2192", ShortUpArrow: "\u2191", Sigma: "\u03A3", SmallCircle: "\u2218", Sopf: "\u{1D54A}", Sqrt: "\u221A", Square: "\u25A1", SquareIntersection: "\u2293", SquareSubset: "\u228F", SquareSubsetEqual: "\u2291", SquareSuperset: "\u2290", SquareSupersetEqual: "\u2292", SquareUnion: "\u2294", Sscr: "\u{1D4AE}", Star: "\u22C6", Sub: "\u22D0", Subset: "\u22D0", SubsetEqual: "\u2286", Succeeds: "\u227B", SucceedsEqual: "\u2AB0", SucceedsSlantEqual: "\u227D", SucceedsTilde: "\u227F", SuchThat: "\u220B", Sum: "\u2211", Sup: "\u22D1", Superset: "\u2283", SupersetEqual: "\u2287", Supset: "\u22D1", THORN: "\xDE", TRADE: "\u2122", TSHcy: "\u040B", TScy: "\u0426", Tab: " ", Tau: "\u03A4", Tcaron: "\u0164", Tcedil: "\u0162", Tcy: "\u0422", Tfr: "\u{1D517}", Therefore: "\u2234", Theta: "\u0398", ThickSpace: "\u205F\u200A", ThinSpace: "\u2009", Tilde: "\u223C", TildeEqual: "\u2243", TildeFullEqual: "\u2245", TildeTilde: "\u2248", Topf: "\u{1D54B}", TripleDot: "\u20DB", Tscr: "\u{1D4AF}", Tstrok: "\u0166", Uacute: "\xDA", Uarr: "\u219F", Uarrocir: "\u2949", Ubrcy: "\u040E", Ubreve: "\u016C", Ucirc: "\xDB", Ucy: "\u0423", Udblac: "\u0170", Ufr: "\u{1D518}", Ugrave: "\xD9", Umacr: "\u016A", UnderBar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", UnionPlus: "\u228E", Uogon: "\u0172", Uopf: "\u{1D54C}", UpArrow: "\u2191", UpArrowBar: "\u2912", UpArrowDownArrow: "\u21C5", UpDownArrow: "\u2195", UpEquilibrium: "\u296E", UpTee: "\u22A5", UpTeeArrow: "\u21A5", Uparrow: "\u21D1", Updownarrow: "\u21D5", UpperLeftArrow: "\u2196", UpperRightArrow: "\u2197", Upsi: "\u03D2", Upsilon: "\u03A5", Uring: "\u016E", Uscr: "\u{1D4B0}", Utilde: "\u0168", Uuml: "\xDC", VDash: "\u22AB", Vbar: "\u2AEB", Vcy: "\u0412", Vdash: "\u22A9", Vdashl: "\u2AE6", Vee: "\u22C1", Verbar: "\u2016", Vert: "\u2016", VerticalBar: "\u2223", VerticalLine: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", VeryThinSpace: "\u200A", Vfr: "\u{1D519}", Vopf: "\u{1D54D}", Vscr: "\u{1D4B1}", Vvdash: "\u22AA", Wcirc: "\u0174", Wedge: "\u22C0", Wfr: "\u{1D51A}", Wopf: "\u{1D54E}", Wscr: "\u{1D4B2}", Xfr: "\u{1D51B}", Xi: "\u039E", Xopf: "\u{1D54F}", Xscr: "\u{1D4B3}", YAcy: "\u042F", YIcy: "\u0407", YUcy: "\u042E", Yacute: "\xDD", Ycirc: "\u0176", Ycy: "\u042B", Yfr: "\u{1D51C}", Yopf: "\u{1D550}", Yscr: "\u{1D4B4}", Yuml: "\u0178", ZHcy: "\u0416", Zacute: "\u0179", Zcaron: "\u017D", Zcy: "\u0417", Zdot: "\u017B", ZeroWidthSpace: "\u200B", Zeta: "\u0396", Zfr: "\u2128", Zopf: "\u2124", Zscr: "\u{1D4B5}", aacute: "\xE1", abreve: "\u0103", ac: "\u223E", acE: "\u223E\u0333", acd: "\u223F", acirc: "\xE2", acute: "\xB4", acy: "\u0430", aelig: "\xE6", af: "\u2061", afr: "\u{1D51E}", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", alpha: "\u03B1", amacr: "\u0101", amalg: "\u2A3F", amp: "&", and: "\u2227", andand: "\u2A55", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", ange: "\u29A4", angle: "\u2220", angmsd: "\u2221", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angst: "\xC5", angzarr: "\u237C", aogon: "\u0105", aopf: "\u{1D552}", ap: "\u2248", apE: "\u2A70", apacir: "\u2A6F", ape: "\u224A", apid: "\u224B", apos: "'", approx: "\u2248", approxeq: "\u224A", aring: "\xE5", ascr: "\u{1D4B6}", ast: "*", asymp: "\u2248", asympeq: "\u224D", atilde: "\xE3", auml: "\xE4", awconint: "\u2233", awint: "\u2A11", bNot: "\u2AED", backcong: "\u224C", backepsilon: "\u03F6", backprime: "\u2035", backsim: "\u223D", backsimeq: "\u22CD", barvee: "\u22BD", barwed: "\u2305", barwedge: "\u2305", bbrk: "\u23B5", bbrktbrk: "\u23B6", bcong: "\u224C", bcy: "\u0431", bdquo: "\u201E", becaus: "\u2235", because: "\u2235", bemptyv: "\u29B0", bepsi: "\u03F6", bernou: "\u212C", beta: "\u03B2", beth: "\u2136", between: "\u226C", bfr: "\u{1D51F}", bigcap: "\u22C2", bigcirc: "\u25EF", bigcup: "\u22C3", bigodot: "\u2A00", bigoplus: "\u2A01", bigotimes: "\u2A02", bigsqcup: "\u2A06", bigstar: "\u2605", bigtriangledown: "\u25BD", bigtriangleup: "\u25B3", biguplus: "\u2A04", bigvee: "\u22C1", bigwedge: "\u22C0", bkarow: "\u290D", blacklozenge: "\u29EB", blacksquare: "\u25AA", blacktriangle: "\u25B4", blacktriangledown: "\u25BE", blacktriangleleft: "\u25C2", blacktriangleright: "\u25B8", blank: "\u2423", blk12: "\u2592", blk14: "\u2591", blk34: "\u2593", block: "\u2588", bne: "=\u20E5", bnequiv: "\u2261\u20E5", bnot: "\u2310", bopf: "\u{1D553}", bot: "\u22A5", bottom: "\u22A5", bowtie: "\u22C8", boxDL: "\u2557", boxDR: "\u2554", boxDl: "\u2556", boxDr: "\u2553", boxH: "\u2550", boxHD: "\u2566", boxHU: "\u2569", boxHd: "\u2564", boxHu: "\u2567", boxUL: "\u255D", boxUR: "\u255A", boxUl: "\u255C", boxUr: "\u2559", boxV: "\u2551", boxVH: "\u256C", boxVL: "\u2563", boxVR: "\u2560", boxVh: "\u256B", boxVl: "\u2562", boxVr: "\u255F", boxbox: "\u29C9", boxdL: "\u2555", boxdR: "\u2552", boxdl: "\u2510", boxdr: "\u250C", boxh: "\u2500", boxhD: "\u2565", boxhU: "\u2568", boxhd: "\u252C", boxhu: "\u2534", boxminus: "\u229F", boxplus: "\u229E", boxtimes: "\u22A0", boxuL: "\u255B", boxuR: "\u2558", boxul: "\u2518", boxur: "\u2514", boxv: "\u2502", boxvH: "\u256A", boxvL: "\u2561", boxvR: "\u255E", boxvh: "\u253C", boxvl: "\u2524", boxvr: "\u251C", bprime: "\u2035", breve: "\u02D8", brvbar: "\xA6", bscr: "\u{1D4B7}", bsemi: "\u204F", bsim: "\u223D", bsime: "\u22CD", bsol: "\\", bsolb: "\u29C5", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bump: "\u224E", bumpE: "\u2AAE", bumpe: "\u224F", bumpeq: "\u224F", cacute: "\u0107", cap: "\u2229", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", capcup: "\u2A47", capdot: "\u2A40", caps: "\u2229\uFE00", caret: "\u2041", caron: "\u02C7", ccaps: "\u2A4D", ccaron: "\u010D", ccedil: "\xE7", ccirc: "\u0109", ccups: "\u2A4C", ccupssm: "\u2A50", cdot: "\u010B", cedil: "\xB8", cemptyv: "\u29B2", cent: "\xA2", centerdot: "\xB7", cfr: "\u{1D520}", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", chi: "\u03C7", cir: "\u25CB", cirE: "\u29C3", circ: "\u02C6", circeq: "\u2257", circlearrowleft: "\u21BA", circlearrowright: "\u21BB", circledR: "\xAE", circledS: "\u24C8", circledast: "\u229B", circledcirc: "\u229A", circleddash: "\u229D", cire: "\u2257", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", clubs: "\u2663", clubsuit: "\u2663", colon: ":", colone: "\u2254", coloneq: "\u2254", comma: ",", commat: "@", comp: "\u2201", compfn: "\u2218", complement: "\u2201", complexes: "\u2102", cong: "\u2245", congdot: "\u2A6D", conint: "\u222E", copf: "\u{1D554}", coprod: "\u2210", copy: "\xA9", copysr: "\u2117", crarr: "\u21B5", cross: "\u2717", cscr: "\u{1D4B8}", csub: "\u2ACF", csube: "\u2AD1", csup: "\u2AD0", csupe: "\u2AD2", ctdot: "\u22EF", cudarrl: "\u2938", cudarrr: "\u2935", cuepr: "\u22DE", cuesc: "\u22DF", cularr: "\u21B6", cularrp: "\u293D", cup: "\u222A", cupbrcap: "\u2A48", cupcap: "\u2A46", cupcup: "\u2A4A", cupdot: "\u228D", cupor: "\u2A45", cups: "\u222A\uFE00", curarr: "\u21B7", curarrm: "\u293C", curlyeqprec: "\u22DE", curlyeqsucc: "\u22DF", curlyvee: "\u22CE", curlywedge: "\u22CF", curren: "\xA4", curvearrowleft: "\u21B6", curvearrowright: "\u21B7", cuvee: "\u22CE", cuwed: "\u22CF", cwconint: "\u2232", cwint: "\u2231", cylcty: "\u232D", dArr: "\u21D3", dHar: "\u2965", dagger: "\u2020", daleth: "\u2138", darr: "\u2193", dash: "\u2010", dashv: "\u22A3", dbkarow: "\u290F", dblac: "\u02DD", dcaron: "\u010F", dcy: "\u0434", dd: "\u2146", ddagger: "\u2021", ddarr: "\u21CA", ddotseq: "\u2A77", deg: "\xB0", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", dfr: "\u{1D521}", dharl: "\u21C3", dharr: "\u21C2", diam: "\u22C4", diamond: "\u22C4", diamondsuit: "\u2666", diams: "\u2666", die: "\xA8", digamma: "\u03DD", disin: "\u22F2", div: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", djcy: "\u0452", dlcorn: "\u231E", dlcrop: "\u230D", dollar: "$", dopf: "\u{1D555}", dot: "\u02D9", doteq: "\u2250", doteqdot: "\u2251", dotminus: "\u2238", dotplus: "\u2214", dotsquare: "\u22A1", doublebarwedge: "\u2306", downarrow: "\u2193", downdownarrows: "\u21CA", downharpoonleft: "\u21C3", downharpoonright: "\u21C2", drbkarow: "\u2910", drcorn: "\u231F", drcrop: "\u230C", dscr: "\u{1D4B9}", dscy: "\u0455", dsol: "\u29F6", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", dtrif: "\u25BE", duarr: "\u21F5", duhar: "\u296F", dwangle: "\u29A6", dzcy: "\u045F", dzigrarr: "\u27FF", eDDot: "\u2A77", eDot: "\u2251", eacute: "\xE9", easter: "\u2A6E", ecaron: "\u011B", ecir: "\u2256", ecirc: "\xEA", ecolon: "\u2255", ecy: "\u044D", edot: "\u0117", ee: "\u2147", efDot: "\u2252", efr: "\u{1D522}", eg: "\u2A9A", egrave: "\xE8", egs: "\u2A96", egsdot: "\u2A98", el: "\u2A99", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", elsdot: "\u2A97", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", emptyv: "\u2205", emsp13: "\u2004", emsp14: "\u2005", emsp: "\u2003", eng: "\u014B", ensp: "\u2002", eogon: "\u0119", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", epsilon: "\u03B5", epsiv: "\u03F5", eqcirc: "\u2256", eqcolon: "\u2255", eqsim: "\u2242", eqslantgtr: "\u2A96", eqslantless: "\u2A95", equals: "=", equest: "\u225F", equiv: "\u2261", equivDD: "\u2A78", eqvparsl: "\u29E5", erDot: "\u2253", erarr: "\u2971", escr: "\u212F", esdot: "\u2250", esim: "\u2242", eta: "\u03B7", eth: "\xF0", euml: "\xEB", euro: "\u20AC", excl: "!", exist: "\u2203", expectation: "\u2130", exponentiale: "\u2147", fallingdotseq: "\u2252", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", ffr: "\u{1D523}", filig: "\uFB01", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", fopf: "\u{1D557}", forall: "\u2200", fork: "\u22D4", forkv: "\u2AD9", fpartint: "\u2A0D", frac12: "\xBD", frac13: "\u2153", frac14: "\xBC", frac15: "\u2155", frac16: "\u2159", frac18: "\u215B", frac23: "\u2154", frac25: "\u2156", frac34: "\xBE", frac35: "\u2157", frac38: "\u215C", frac45: "\u2158", frac56: "\u215A", frac58: "\u215D", frac78: "\u215E", frasl: "\u2044", frown: "\u2322", fscr: "\u{1D4BB}", gE: "\u2267", gEl: "\u2A8C", gacute: "\u01F5", gamma: "\u03B3", gammad: "\u03DD", gap: "\u2A86", gbreve: "\u011F", gcirc: "\u011D", gcy: "\u0433", gdot: "\u0121", ge: "\u2265", gel: "\u22DB", geq: "\u2265", geqq: "\u2267", geqslant: "\u2A7E", ges: "\u2A7E", gescc: "\u2AA9", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", gfr: "\u{1D524}", gg: "\u226B", ggg: "\u22D9", gimel: "\u2137", gjcy: "\u0453", gl: "\u2277", glE: "\u2A92", gla: "\u2AA5", glj: "\u2AA4", gnE: "\u2269", gnap: "\u2A8A", gnapprox: "\u2A8A", gne: "\u2A88", gneq: "\u2A88", gneqq: "\u2269", gnsim: "\u22E7", gopf: "\u{1D558}", grave: "`", gscr: "\u210A", gsim: "\u2273", gsime: "\u2A8E", gsiml: "\u2A90", gt: ">", gtcc: "\u2AA7", gtcir: "\u2A7A", gtdot: "\u22D7", gtlPar: "\u2995", gtquest: "\u2A7C", gtrapprox: "\u2A86", gtrarr: "\u2978", gtrdot: "\u22D7", gtreqless: "\u22DB", gtreqqless: "\u2A8C", gtrless: "\u2277", gtrsim: "\u2273", gvertneqq: "\u2269\uFE00", gvnE: "\u2269\uFE00", hArr: "\u21D4", hairsp: "\u200A", half: "\xBD", hamilt: "\u210B", hardcy: "\u044A", harr: "\u2194", harrcir: "\u2948", harrw: "\u21AD", hbar: "\u210F", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", hercon: "\u22B9", hfr: "\u{1D525}", hksearow: "\u2925", hkswarow: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", hookrightarrow: "\u21AA", hopf: "\u{1D559}", horbar: "\u2015", hscr: "\u{1D4BD}", hslash: "\u210F", hstrok: "\u0127", hybull: "\u2043", hyphen: "\u2010", iacute: "\xED", ic: "\u2063", icirc: "\xEE", icy: "\u0438", iecy: "\u0435", iexcl: "\xA1", iff: "\u21D4", ifr: "\u{1D526}", igrave: "\xEC", ii: "\u2148", iiiint: "\u2A0C", iiint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", ijlig: "\u0133", imacr: "\u012B", image: "\u2111", imagline: "\u2110", imagpart: "\u2111", imath: "\u0131", imof: "\u22B7", imped: "\u01B5", in: "\u2208", incare: "\u2105", infin: "\u221E", infintie: "\u29DD", inodot: "\u0131", int: "\u222B", intcal: "\u22BA", integers: "\u2124", intercal: "\u22BA", intlarhk: "\u2A17", intprod: "\u2A3C", iocy: "\u0451", iogon: "\u012F", iopf: "\u{1D55A}", iota: "\u03B9", iprod: "\u2A3C", iquest: "\xBF", iscr: "\u{1D4BE}", isin: "\u2208", isinE: "\u22F9", isindot: "\u22F5", isins: "\u22F4", isinsv: "\u22F3", isinv: "\u2208", it: "\u2062", itilde: "\u0129", iukcy: "\u0456", iuml: "\xEF", jcirc: "\u0135", jcy: "\u0439", jfr: "\u{1D527}", jmath: "\u0237", jopf: "\u{1D55B}", jscr: "\u{1D4BF}", jsercy: "\u0458", jukcy: "\u0454", kappa: "\u03BA", kappav: "\u03F0", kcedil: "\u0137", kcy: "\u043A", kfr: "\u{1D528}", kgreen: "\u0138", khcy: "\u0445", kjcy: "\u045C", kopf: "\u{1D55C}", kscr: "\u{1D4C0}", lAarr: "\u21DA", lArr: "\u21D0", lAtail: "\u291B", lBarr: "\u290E", lE: "\u2266", lEg: "\u2A8B", lHar: "\u2962", lacute: "\u013A", laemptyv: "\u29B4", lagran: "\u2112", lambda: "\u03BB", lang: "\u27E8", langd: "\u2991", langle: "\u27E8", lap: "\u2A85", laquo: "\xAB", larr: "\u2190", larrb: "\u21E4", larrbfs: "\u291F", larrfs: "\u291D", larrhk: "\u21A9", larrlp: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", lat: "\u2AAB", latail: "\u2919", late: "\u2AAD", lates: "\u2AAD\uFE00", lbarr: "\u290C", lbbrk: "\u2772", lbrace: "{", lbrack: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", lcaron: "\u013E", lcedil: "\u013C", lceil: "\u2308", lcub: "{", lcy: "\u043B", ldca: "\u2936", ldquo: "\u201C", ldquor: "\u201E", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", le: "\u2264", leftarrow: "\u2190", leftarrowtail: "\u21A2", leftharpoondown: "\u21BD", leftharpoonup: "\u21BC", leftleftarrows: "\u21C7", leftrightarrow: "\u2194", leftrightarrows: "\u21C6", leftrightharpoons: "\u21CB", leftrightsquigarrow: "\u21AD", leftthreetimes: "\u22CB", leg: "\u22DA", leq: "\u2264", leqq: "\u2266", leqslant: "\u2A7D", les: "\u2A7D", lescc: "\u2AA8", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessapprox: "\u2A85", lessdot: "\u22D6", lesseqgtr: "\u22DA", lesseqqgtr: "\u2A8B", lessgtr: "\u2276", lesssim: "\u2272", lfisht: "\u297C", lfloor: "\u230A", lfr: "\u{1D529}", lg: "\u2276", lgE: "\u2A91", lhard: "\u21BD", lharu: "\u21BC", lharul: "\u296A", lhblk: "\u2584", ljcy: "\u0459", ll: "\u226A", llarr: "\u21C7", llcorner: "\u231E", llhard: "\u296B", lltri: "\u25FA", lmidot: "\u0140", lmoust: "\u23B0", lmoustache: "\u23B0", lnE: "\u2268", lnap: "\u2A89", lnapprox: "\u2A89", lne: "\u2A87", lneq: "\u2A87", lneqq: "\u2268", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", lobrk: "\u27E6", longleftarrow: "\u27F5", longleftrightarrow: "\u27F7", longmapsto: "\u27FC", longrightarrow: "\u27F6", looparrowleft: "\u21AB", looparrowright: "\u21AC", lopar: "\u2985", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", lowbar: "_", loz: "\u25CA", lozenge: "\u25CA", lozf: "\u29EB", lpar: "(", lparlt: "\u2993", lrarr: "\u21C6", lrcorner: "\u231F", lrhar: "\u21CB", lrhard: "\u296D", lrm: "\u200E", lrtri: "\u22BF", lsaquo: "\u2039", lscr: "\u{1D4C1}", lsh: "\u21B0", lsim: "\u2272", lsime: "\u2A8D", lsimg: "\u2A8F", lsqb: "[", lsquo: "\u2018", lsquor: "\u201A", lstrok: "\u0142", lt: "<", ltcc: "\u2AA6", ltcir: "\u2A79", ltdot: "\u22D6", lthree: "\u22CB", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltrPar: "\u2996", ltri: "\u25C3", ltrie: "\u22B4", ltrif: "\u25C2", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", mDDot: "\u223A", macr: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", map: "\u21A6", mapsto: "\u21A6", mapstodown: "\u21A7", mapstoleft: "\u21A4", mapstoup: "\u21A5", marker: "\u25AE", mcomma: "\u2A29", mcy: "\u043C", mdash: "\u2014", measuredangle: "\u2221", mfr: "\u{1D52A}", mho: "\u2127", micro: "\xB5", mid: "\u2223", midast: "*", midcir: "\u2AF0", middot: "\xB7", minus: "\u2212", minusb: "\u229F", minusd: "\u2238", minusdu: "\u2A2A", mlcp: "\u2ADB", mldr: "\u2026", mnplus: "\u2213", models: "\u22A7", mopf: "\u{1D55E}", mp: "\u2213", mscr: "\u{1D4C2}", mstpos: "\u223E", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nGg: "\u22D9\u0338", nGt: "\u226B\u20D2", nGtv: "\u226B\u0338", nLeftarrow: "\u21CD", nLeftrightarrow: "\u21CE", nLl: "\u22D8\u0338", nLt: "\u226A\u20D2", nLtv: "\u226A\u0338", nRightarrow: "\u21CF", nVDash: "\u22AF", nVdash: "\u22AE", nabla: "\u2207", nacute: "\u0144", nang: "\u2220\u20D2", nap: "\u2249", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", napprox: "\u2249", natur: "\u266E", natural: "\u266E", naturals: "\u2115", nbsp: "\xA0", nbump: "\u224E\u0338", nbumpe: "\u224F\u0338", ncap: "\u2A43", ncaron: "\u0148", ncedil: "\u0146", ncong: "\u2247", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", ncy: "\u043D", ndash: "\u2013", ne: "\u2260", neArr: "\u21D7", nearhk: "\u2924", nearr: "\u2197", nearrow: "\u2197", nedot: "\u2250\u0338", nequiv: "\u2262", nesear: "\u2928", nesim: "\u2242\u0338", nexist: "\u2204", nexists: "\u2204", nfr: "\u{1D52B}", ngE: "\u2267\u0338", nge: "\u2271", ngeq: "\u2271", ngeqq: "\u2267\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", ngsim: "\u2275", ngt: "\u226F", ngtr: "\u226F", nhArr: "\u21CE", nharr: "\u21AE", nhpar: "\u2AF2", ni: "\u220B", nis: "\u22FC", nisd: "\u22FA", niv: "\u220B", njcy: "\u045A", nlArr: "\u21CD", nlE: "\u2266\u0338", nlarr: "\u219A", nldr: "\u2025", nle: "\u2270", nleftarrow: "\u219A", nleftrightarrow: "\u21AE", nleq: "\u2270", nleqq: "\u2266\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", nless: "\u226E", nlsim: "\u2274", nlt: "\u226E", nltri: "\u22EA", nltrie: "\u22EC", nmid: "\u2224", nopf: "\u{1D55F}", not: "\xAC", notin: "\u2209", notinE: "\u22F9\u0338", notindot: "\u22F5\u0338", notinva: "\u2209", notinvb: "\u22F7", notinvc: "\u22F6", notni: "\u220C", notniva: "\u220C", notnivb: "\u22FE", notnivc: "\u22FD", npar: "\u2226", nparallel: "\u2226", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", npr: "\u2280", nprcue: "\u22E0", npre: "\u2AAF\u0338", nprec: "\u2280", npreceq: "\u2AAF\u0338", nrArr: "\u21CF", nrarr: "\u219B", nrarrc: "\u2933\u0338", nrarrw: "\u219D\u0338", nrightarrow: "\u219B", nrtri: "\u22EB", nrtrie: "\u22ED", nsc: "\u2281", nsccue: "\u22E1", nsce: "\u2AB0\u0338", nscr: "\u{1D4C3}", nshortmid: "\u2224", nshortparallel: "\u2226", nsim: "\u2241", nsime: "\u2244", nsimeq: "\u2244", nsmid: "\u2224", nspar: "\u2226", nsqsube: "\u22E2", nsqsupe: "\u22E3", nsub: "\u2284", nsubE: "\u2AC5\u0338", nsube: "\u2288", nsubset: "\u2282\u20D2", nsubseteq: "\u2288", nsubseteqq: "\u2AC5\u0338", nsucc: "\u2281", nsucceq: "\u2AB0\u0338", nsup: "\u2285", nsupE: "\u2AC6\u0338", nsupe: "\u2289", nsupset: "\u2283\u20D2", nsupseteq: "\u2289", nsupseteqq: "\u2AC6\u0338", ntgl: "\u2279", ntilde: "\xF1", ntlg: "\u2278", ntriangleleft: "\u22EA", ntrianglelefteq: "\u22EC", ntriangleright: "\u22EB", ntrianglerighteq: "\u22ED", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvDash: "\u22AD", nvHarr: "\u2904", nvap: "\u224D\u20D2", nvdash: "\u22AC", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwArr: "\u21D6", nwarhk: "\u2923", nwarr: "\u2196", nwarrow: "\u2196", nwnear: "\u2927", oS: "\u24C8", oacute: "\xF3", oast: "\u229B", ocir: "\u229A", ocirc: "\xF4", ocy: "\u043E", odash: "\u229D", odblac: "\u0151", odiv: "\u2A38", odot: "\u2299", odsold: "\u29BC", oelig: "\u0153", ofcir: "\u29BF", ofr: "\u{1D52C}", ogon: "\u02DB", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", ohm: "\u03A9", oint: "\u222E", olarr: "\u21BA", olcir: "\u29BE", olcross: "\u29BB", oline: "\u203E", olt: "\u29C0", omacr: "\u014D", omega: "\u03C9", omicron: "\u03BF", omid: "\u29B6", ominus: "\u2296", oopf: "\u{1D560}", opar: "\u29B7", operp: "\u29B9", oplus: "\u2295", or: "\u2228", orarr: "\u21BB", ord: "\u2A5D", order: "\u2134", orderof: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oscr: "\u2134", oslash: "\xF8", osol: "\u2298", otilde: "\xF5", otimes: "\u2297", otimesas: "\u2A36", ouml: "\xF6", ovbar: "\u233D", par: "\u2225", para: "\xB6", parallel: "\u2225", parsim: "\u2AF3", parsl: "\u2AFD", part: "\u2202", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", perp: "\u22A5", pertenk: "\u2031", pfr: "\u{1D52D}", phi: "\u03C6", phiv: "\u03D5", phmmat: "\u2133", phone: "\u260E", pi: "\u03C0", pitchfork: "\u22D4", piv: "\u03D6", planck: "\u210F", planckh: "\u210E", plankv: "\u210F", plus: "+", plusacir: "\u2A23", plusb: "\u229E", pluscir: "\u2A22", plusdo: "\u2214", plusdu: "\u2A25", pluse: "\u2A72", plusmn: "\xB1", plussim: "\u2A26", plustwo: "\u2A27", pm: "\xB1", pointint: "\u2A15", popf: "\u{1D561}", pound: "\xA3", pr: "\u227A", prE: "\u2AB3", prap: "\u2AB7", prcue: "\u227C", pre: "\u2AAF", prec: "\u227A", precapprox: "\u2AB7", preccurlyeq: "\u227C", preceq: "\u2AAF", precnapprox: "\u2AB9", precneqq: "\u2AB5", precnsim: "\u22E8", precsim: "\u227E", prime: "\u2032", primes: "\u2119", prnE: "\u2AB5", prnap: "\u2AB9", prnsim: "\u22E8", prod: "\u220F", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prop: "\u221D", propto: "\u221D", prsim: "\u227E", prurel: "\u22B0", pscr: "\u{1D4C5}", psi: "\u03C8", puncsp: "\u2008", qfr: "\u{1D52E}", qint: "\u2A0C", qopf: "\u{1D562}", qprime: "\u2057", qscr: "\u{1D4C6}", quaternions: "\u210D", quatint: "\u2A16", quest: "?", questeq: "\u225F", quot: '"', rAarr: "\u21DB", rArr: "\u21D2", rAtail: "\u291C", rBarr: "\u290F", rHar: "\u2964", race: "\u223D\u0331", racute: "\u0155", radic: "\u221A", raemptyv: "\u29B3", rang: "\u27E9", rangd: "\u2992", range: "\u29A5", rangle: "\u27E9", raquo: "\xBB", rarr: "\u2192", rarrap: "\u2975", rarrb: "\u21E5", rarrbfs: "\u2920", rarrc: "\u2933", rarrfs: "\u291E", rarrhk: "\u21AA", rarrlp: "\u21AC", rarrpl: "\u2945", rarrsim: "\u2974", rarrtl: "\u21A3", rarrw: "\u219D", ratail: "\u291A", ratio: "\u2236", rationals: "\u211A", rbarr: "\u290D", rbbrk: "\u2773", rbrace: "}", rbrack: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", rcaron: "\u0159", rcedil: "\u0157", rceil: "\u2309", rcub: "}", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdquo: "\u201D", rdquor: "\u201D", rdsh: "\u21B3", real: "\u211C", realine: "\u211B", realpart: "\u211C", reals: "\u211D", rect: "\u25AD", reg: "\xAE", rfisht: "\u297D", rfloor: "\u230B", rfr: "\u{1D52F}", rhard: "\u21C1", rharu: "\u21C0", rharul: "\u296C", rho: "\u03C1", rhov: "\u03F1", rightarrow: "\u2192", rightarrowtail: "\u21A3", rightharpoondown: "\u21C1", rightharpoonup: "\u21C0", rightleftarrows: "\u21C4", rightleftharpoons: "\u21CC", rightrightarrows: "\u21C9", rightsquigarrow: "\u219D", rightthreetimes: "\u22CC", ring: "\u02DA", risingdotseq: "\u2253", rlarr: "\u21C4", rlhar: "\u21CC", rlm: "\u200F", rmoust: "\u23B1", rmoustache: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", robrk: "\u27E7", ropar: "\u2986", ropf: "\u{1D563}", roplus: "\u2A2E", rotimes: "\u2A35", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rrarr: "\u21C9", rsaquo: "\u203A", rscr: "\u{1D4C7}", rsh: "\u21B1", rsqb: "]", rsquo: "\u2019", rsquor: "\u2019", rthree: "\u22CC", rtimes: "\u22CA", rtri: "\u25B9", rtrie: "\u22B5", rtrif: "\u25B8", rtriltri: "\u29CE", ruluhar: "\u2968", rx: "\u211E", sacute: "\u015B", sbquo: "\u201A", sc: "\u227B", scE: "\u2AB4", scap: "\u2AB8", scaron: "\u0161", sccue: "\u227D", sce: "\u2AB0", scedil: "\u015F", scirc: "\u015D", scnE: "\u2AB6", scnap: "\u2ABA", scnsim: "\u22E9", scpolint: "\u2A13", scsim: "\u227F", scy: "\u0441", sdot: "\u22C5", sdotb: "\u22A1", sdote: "\u2A66", seArr: "\u21D8", searhk: "\u2925", searr: "\u2198", searrow: "\u2198", sect: "\xA7", semi: ";", seswar: "\u2929", setminus: "\u2216", setmn: "\u2216", sext: "\u2736", sfr: "\u{1D530}", sfrown: "\u2322", sharp: "\u266F", shchcy: "\u0449", shcy: "\u0448", shortmid: "\u2223", shortparallel: "\u2225", shy: "\xAD", sigma: "\u03C3", sigmaf: "\u03C2", sigmav: "\u03C2", sim: "\u223C", simdot: "\u2A6A", sime: "\u2243", simeq: "\u2243", simg: "\u2A9E", simgE: "\u2AA0", siml: "\u2A9D", simlE: "\u2A9F", simne: "\u2246", simplus: "\u2A24", simrarr: "\u2972", slarr: "\u2190", smallsetminus: "\u2216", smashp: "\u2A33", smeparsl: "\u29E4", smid: "\u2223", smile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", softcy: "\u044C", sol: "/", solb: "\u29C4", solbar: "\u233F", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", spar: "\u2225", sqcap: "\u2293", sqcaps: "\u2293\uFE00", sqcup: "\u2294", sqcups: "\u2294\uFE00", sqsub: "\u228F", sqsube: "\u2291", sqsubset: "\u228F", sqsubseteq: "\u2291", sqsup: "\u2290", sqsupe: "\u2292", sqsupset: "\u2290", sqsupseteq: "\u2292", squ: "\u25A1", square: "\u25A1", squarf: "\u25AA", squf: "\u25AA", srarr: "\u2192", sscr: "\u{1D4C8}", ssetmn: "\u2216", ssmile: "\u2323", sstarf: "\u22C6", star: "\u2606", starf: "\u2605", straightepsilon: "\u03F5", straightphi: "\u03D5", strns: "\xAF", sub: "\u2282", subE: "\u2AC5", subdot: "\u2ABD", sube: "\u2286", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subne: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", subset: "\u2282", subseteq: "\u2286", subseteqq: "\u2AC5", subsetneq: "\u228A", subsetneqq: "\u2ACB", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", succ: "\u227B", succapprox: "\u2AB8", succcurlyeq: "\u227D", succeq: "\u2AB0", succnapprox: "\u2ABA", succneqq: "\u2AB6", succnsim: "\u22E9", succsim: "\u227F", sum: "\u2211", sung: "\u266A", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", sup: "\u2283", supE: "\u2AC6", supdot: "\u2ABE", supdsub: "\u2AD8", supe: "\u2287", supedot: "\u2AC4", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supne: "\u228B", supplus: "\u2AC0", supset: "\u2283", supseteq: "\u2287", supseteqq: "\u2AC6", supsetneq: "\u228B", supsetneqq: "\u2ACC", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swArr: "\u21D9", swarhk: "\u2926", swarr: "\u2199", swarrow: "\u2199", swnwar: "\u292A", szlig: "\xDF", target: "\u2316", tau: "\u03C4", tbrk: "\u23B4", tcaron: "\u0165", tcedil: "\u0163", tcy: "\u0442", tdot: "\u20DB", telrec: "\u2315", tfr: "\u{1D531}", there4: "\u2234", therefore: "\u2234", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", thickapprox: "\u2248", thicksim: "\u223C", thinsp: "\u2009", thkap: "\u2248", thksim: "\u223C", thorn: "\xFE", tilde: "\u02DC", times: "\xD7", timesb: "\u22A0", timesbar: "\u2A31", timesd: "\u2A30", tint: "\u222D", toea: "\u2928", top: "\u22A4", topbot: "\u2336", topcir: "\u2AF1", topf: "\u{1D565}", topfork: "\u2ADA", tosa: "\u2929", tprime: "\u2034", trade: "\u2122", triangle: "\u25B5", triangledown: "\u25BF", triangleleft: "\u25C3", trianglelefteq: "\u22B4", triangleq: "\u225C", triangleright: "\u25B9", trianglerighteq: "\u22B5", tridot: "\u25EC", trie: "\u225C", triminus: "\u2A3A", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", tscr: "\u{1D4C9}", tscy: "\u0446", tshcy: "\u045B", tstrok: "\u0167", twixt: "\u226C", twoheadleftarrow: "\u219E", twoheadrightarrow: "\u21A0", uArr: "\u21D1", uHar: "\u2963", uacute: "\xFA", uarr: "\u2191", ubrcy: "\u045E", ubreve: "\u016D", ucirc: "\xFB", ucy: "\u0443", udarr: "\u21C5", udblac: "\u0171", udhar: "\u296E", ufisht: "\u297E", ufr: "\u{1D532}", ugrave: "\xF9", uharl: "\u21BF", uharr: "\u21BE", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", umacr: "\u016B", uml: "\xA8", uogon: "\u0173", uopf: "\u{1D566}", uparrow: "\u2191", updownarrow: "\u2195", upharpoonleft: "\u21BF", upharpoonright: "\u21BE", uplus: "\u228E", upsi: "\u03C5", upsih: "\u03D2", upsilon: "\u03C5", upuparrows: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", uring: "\u016F", urtri: "\u25F9", uscr: "\u{1D4CA}", utdot: "\u22F0", utilde: "\u0169", utri: "\u25B5", utrif: "\u25B4", uuarr: "\u21C8", uuml: "\xFC", uwangle: "\u29A7", vArr: "\u21D5", vBar: "\u2AE8", vBarv: "\u2AE9", vDash: "\u22A8", vangrt: "\u299C", varepsilon: "\u03F5", varkappa: "\u03F0", varnothing: "\u2205", varphi: "\u03D5", varpi: "\u03D6", varpropto: "\u221D", varr: "\u2195", varrho: "\u03F1", varsigma: "\u03C2", varsubsetneq: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vartheta: "\u03D1", vartriangleleft: "\u22B2", vartriangleright: "\u22B3", vcy: "\u0432", vdash: "\u22A2", vee: "\u2228", veebar: "\u22BB", veeeq: "\u225A", vellip: "\u22EE", verbar: "|", vert: "|", vfr: "\u{1D533}", vltri: "\u22B2", vnsub: "\u2282\u20D2", vnsup: "\u2283\u20D2", vopf: "\u{1D567}", vprop: "\u221D", vrtri: "\u22B3", vscr: "\u{1D4CB}", vsubnE: "\u2ACB\uFE00", vsubne: "\u228A\uFE00", vsupnE: "\u2ACC\uFE00", vsupne: "\u228B\uFE00", vzigzag: "\u299A", wcirc: "\u0175", wedbar: "\u2A5F", wedge: "\u2227", wedgeq: "\u2259", weierp: "\u2118", wfr: "\u{1D534}", wopf: "\u{1D568}", wp: "\u2118", wr: "\u2240", wreath: "\u2240", wscr: "\u{1D4CC}", xcap: "\u22C2", xcirc: "\u25EF", xcup: "\u22C3", xdtri: "\u25BD", xfr: "\u{1D535}", xhArr: "\u27FA", xharr: "\u27F7", xi: "\u03BE", xlArr: "\u27F8", xlarr: "\u27F5", xmap: "\u27FC", xnis: "\u22FB", xodot: "\u2A00", xopf: "\u{1D569}", xoplus: "\u2A01", xotime: "\u2A02", xrArr: "\u27F9", xrarr: "\u27F6", xscr: "\u{1D4CD}", xsqcup: "\u2A06", xuplus: "\u2A04", xutri: "\u25B3", xvee: "\u22C1", xwedge: "\u22C0", yacute: "\xFD", yacy: "\u044F", ycirc: "\u0177", ycy: "\u044B", yen: "\xA5", yfr: "\u{1D536}", yicy: "\u0457", yopf: "\u{1D56A}", yscr: "\u{1D4CE}", yucy: "\u044E", yuml: "\xFF", zacute: "\u017A", zcaron: "\u017E", zcy: "\u0437", zdot: "\u017C", zeetrf: "\u2128", zeta: "\u03B6", zfr: "\u{1D537}", zhcy: "\u0436", zigrarr: "\u21DD", zopf: "\u{1D56B}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" }, Ze = {}.hasOwnProperty, Je = { name: "characterReference", tokenize: function(e2, t2, n2) {
|
|
6418
6524
|
const r2 = this;
|
|
6419
|
-
let
|
|
6525
|
+
let i2, c2, u2 = 0;
|
|
6420
6526
|
return function(t3) {
|
|
6421
6527
|
return e2.enter("characterReference"), e2.enter("characterReferenceMarker"), e2.consume(t3), e2.exit("characterReferenceMarker"), l2;
|
|
6422
6528
|
};
|
|
6423
6529
|
function l2(t3) {
|
|
6424
|
-
return 35 === t3 ? (e2.enter("characterReferenceMarkerNumeric"), e2.consume(t3), e2.exit("characterReferenceMarkerNumeric"), f2) : (e2.enter("characterReferenceValue"),
|
|
6530
|
+
return 35 === t3 ? (e2.enter("characterReferenceMarkerNumeric"), e2.consume(t3), e2.exit("characterReferenceMarkerNumeric"), f2) : (e2.enter("characterReferenceValue"), i2 = 31, c2 = o, p2(t3));
|
|
6425
6531
|
}
|
|
6426
6532
|
function f2(t3) {
|
|
6427
|
-
return 88 === t3 || 120 === t3 ? (e2.enter("characterReferenceMarkerHexadecimal"), e2.consume(t3), e2.exit("characterReferenceMarkerHexadecimal"), e2.enter("characterReferenceValue"),
|
|
6533
|
+
return 88 === t3 || 120 === t3 ? (e2.enter("characterReferenceMarkerHexadecimal"), e2.consume(t3), e2.exit("characterReferenceMarkerHexadecimal"), e2.enter("characterReferenceValue"), i2 = 6, c2 = s, p2) : (e2.enter("characterReferenceValue"), i2 = 7, c2 = a, p2(t3));
|
|
6428
6534
|
}
|
|
6429
|
-
function p2(
|
|
6430
|
-
if (59 ===
|
|
6431
|
-
const
|
|
6432
|
-
return
|
|
6433
|
-
return !!
|
|
6434
|
-
}(r2.sliceSerialize(
|
|
6535
|
+
function p2(a2) {
|
|
6536
|
+
if (59 === a2 && u2) {
|
|
6537
|
+
const i3 = e2.exit("characterReferenceValue");
|
|
6538
|
+
return c2 !== o || function(e3) {
|
|
6539
|
+
return !!Ze.call(We, e3) && We[e3];
|
|
6540
|
+
}(r2.sliceSerialize(i3)) ? (e2.enter("characterReferenceMarker"), e2.consume(a2), e2.exit("characterReferenceMarker"), e2.exit("characterReference"), t2) : n2(a2);
|
|
6435
6541
|
}
|
|
6436
|
-
return
|
|
6542
|
+
return c2(a2) && u2++ < i2 ? (e2.consume(a2), p2) : n2(a2);
|
|
6437
6543
|
}
|
|
6438
|
-
} },
|
|
6544
|
+
} }, Ye = { name: "characterEscape", tokenize: function(e2, t2, n2) {
|
|
6439
6545
|
return function(t3) {
|
|
6440
6546
|
return e2.enter("characterEscape"), e2.enter("escapeMarker"), e2.consume(t3), e2.exit("escapeMarker"), r2;
|
|
6441
6547
|
};
|
|
6442
6548
|
function r2(r3) {
|
|
6443
|
-
return
|
|
6549
|
+
return l(r3) ? (e2.enter("characterEscapeValue"), e2.consume(r3), e2.exit("characterEscapeValue"), e2.exit("characterEscape"), t2) : n2(r3);
|
|
6444
6550
|
}
|
|
6445
|
-
} },
|
|
6551
|
+
} }, Ke = { name: "lineEnding", tokenize: function(e2, t2) {
|
|
6446
6552
|
return function(n2) {
|
|
6447
|
-
return e2.enter("lineEnding"), e2.consume(n2), e2.exit("lineEnding"),
|
|
6553
|
+
return e2.enter("lineEnding"), e2.consume(n2), e2.exit("lineEnding"), I(e2, t2, "linePrefix");
|
|
6448
6554
|
};
|
|
6449
|
-
} },
|
|
6555
|
+
} }, Xe = { name: "labelEnd", tokenize: function(e2, t2, n2) {
|
|
6450
6556
|
const r2 = this;
|
|
6451
|
-
let i2, o2,
|
|
6452
|
-
for (;
|
|
6453
|
-
if (("labelImage" === r2.events[
|
|
6454
|
-
i2 = r2.events[
|
|
6557
|
+
let i2, o2, c2 = r2.events.length;
|
|
6558
|
+
for (; c2--; )
|
|
6559
|
+
if (("labelImage" === r2.events[c2][1].type || "labelLink" === r2.events[c2][1].type) && !r2.events[c2][1]._balanced) {
|
|
6560
|
+
i2 = r2.events[c2][1];
|
|
6455
6561
|
break;
|
|
6456
6562
|
}
|
|
6457
6563
|
return function(t3) {
|
|
6458
|
-
return i2 ? i2._inactive ? l2(t3) : (o2 = r2.parser.defined.includes(
|
|
6564
|
+
return i2 ? i2._inactive ? l2(t3) : (o2 = r2.parser.defined.includes(M(r2.sliceSerialize({ start: i2.end, end: r2.now() }))), e2.enter("labelEnd"), e2.enter("labelMarker"), e2.consume(t3), e2.exit("labelMarker"), e2.exit("labelEnd"), u2) : n2(t3);
|
|
6459
6565
|
};
|
|
6460
|
-
function
|
|
6461
|
-
return 40 === t3 ? e2.attempt(
|
|
6566
|
+
function u2(t3) {
|
|
6567
|
+
return 40 === t3 ? e2.attempt($e, s2, o2 ? s2 : l2)(t3) : 91 === t3 ? e2.attempt(et, s2, o2 ? a2 : l2)(t3) : o2 ? s2(t3) : l2(t3);
|
|
6462
6568
|
}
|
|
6463
6569
|
function a2(t3) {
|
|
6464
|
-
return e2.attempt(
|
|
6570
|
+
return e2.attempt(tt, s2, l2)(t3);
|
|
6465
6571
|
}
|
|
6466
6572
|
function s2(e3) {
|
|
6467
6573
|
return t2(e3);
|
|
@@ -6470,21 +6576,21 @@ var require_micromark = __commonJS({
|
|
|
6470
6576
|
return i2._balanced = true, n2(e3);
|
|
6471
6577
|
}
|
|
6472
6578
|
}, resolveTo: function(e2, t2) {
|
|
6473
|
-
let n2, r2, i2, o2,
|
|
6474
|
-
for (;
|
|
6475
|
-
if (n2 = e2[
|
|
6579
|
+
let n2, r2, i2, o2, c2 = e2.length, u2 = 0;
|
|
6580
|
+
for (; c2--; )
|
|
6581
|
+
if (n2 = e2[c2][1], r2) {
|
|
6476
6582
|
if ("link" === n2.type || "labelLink" === n2.type && n2._inactive)
|
|
6477
6583
|
break;
|
|
6478
|
-
"enter" === e2[
|
|
6584
|
+
"enter" === e2[c2][0] && "labelLink" === n2.type && (n2._inactive = true);
|
|
6479
6585
|
} else if (i2) {
|
|
6480
|
-
if ("enter" === e2[
|
|
6481
|
-
|
|
6586
|
+
if ("enter" === e2[c2][0] && ("labelImage" === n2.type || "labelLink" === n2.type) && !n2._balanced && (r2 = c2, "labelLink" !== n2.type)) {
|
|
6587
|
+
u2 = 2;
|
|
6482
6588
|
break;
|
|
6483
6589
|
}
|
|
6484
6590
|
} else
|
|
6485
|
-
"labelEnd" === n2.type && (i2 =
|
|
6486
|
-
const a2 = { type: "labelLink" === e2[r2][1].type ? "link" : "image", start: Object.assign({}, e2[r2][1].start), end: Object.assign({}, e2[e2.length - 1][1].end) }, s2 = { type: "label", start: Object.assign({}, e2[r2][1].start), end: Object.assign({}, e2[i2][1].end) }, l2 = { type: "labelText", start: Object.assign({}, e2[r2 +
|
|
6487
|
-
return o2 = [["enter", a2, t2], ["enter", s2, t2]], o2 =
|
|
6591
|
+
"labelEnd" === n2.type && (i2 = c2);
|
|
6592
|
+
const a2 = { type: "labelLink" === e2[r2][1].type ? "link" : "image", start: Object.assign({}, e2[r2][1].start), end: Object.assign({}, e2[e2.length - 1][1].end) }, s2 = { type: "label", start: Object.assign({}, e2[r2][1].start), end: Object.assign({}, e2[i2][1].end) }, l2 = { type: "labelText", start: Object.assign({}, e2[r2 + u2 + 2][1].end), end: Object.assign({}, e2[i2 - 2][1].start) };
|
|
6593
|
+
return o2 = [["enter", a2, t2], ["enter", s2, t2]], o2 = oe(o2, e2.slice(r2 + 1, r2 + u2 + 3)), o2 = oe(o2, [["enter", l2, t2]]), o2 = oe(o2, qe(t2.parser.constructs.insideSpan.null, e2.slice(r2 + u2 + 4, i2 - 3), t2)), o2 = oe(o2, [["exit", l2, t2], e2[i2 - 2], e2[i2 - 1], ["exit", s2, t2]]), o2 = oe(o2, e2.slice(i2 + 1)), o2 = oe(o2, [["exit", a2, t2]]), ie(e2, r2, e2.length, o2), e2;
|
|
6488
6594
|
}, resolveAll: function(e2) {
|
|
6489
6595
|
let t2 = -1;
|
|
6490
6596
|
for (; ++t2 < e2.length; ) {
|
|
@@ -6492,50 +6598,50 @@ var require_micromark = __commonJS({
|
|
|
6492
6598
|
"labelImage" !== n2.type && "labelLink" !== n2.type && "labelEnd" !== n2.type || (e2.splice(t2 + 1, "labelImage" === n2.type ? 4 : 2), n2.type = "data", t2++);
|
|
6493
6599
|
}
|
|
6494
6600
|
return e2;
|
|
6495
|
-
} },
|
|
6601
|
+
} }, $e = { tokenize: function(e2, t2, n2) {
|
|
6496
6602
|
return function(t3) {
|
|
6497
6603
|
return e2.enter("resource"), e2.enter("resourceMarker"), e2.consume(t3), e2.exit("resourceMarker"), r2;
|
|
6498
6604
|
};
|
|
6499
6605
|
function r2(t3) {
|
|
6500
|
-
return
|
|
6606
|
+
return p(t3) ? Ie(e2, i2)(t3) : i2(t3);
|
|
6501
6607
|
}
|
|
6502
6608
|
function i2(t3) {
|
|
6503
|
-
return 41 === t3 ? s2(t3) :
|
|
6609
|
+
return 41 === t3 ? s2(t3) : Ae(e2, o2, c2, "resourceDestination", "resourceDestinationLiteral", "resourceDestinationLiteralMarker", "resourceDestinationRaw", "resourceDestinationString", 32)(t3);
|
|
6504
6610
|
}
|
|
6505
6611
|
function o2(t3) {
|
|
6506
|
-
return
|
|
6612
|
+
return p(t3) ? Ie(e2, u2)(t3) : s2(t3);
|
|
6507
6613
|
}
|
|
6508
|
-
function
|
|
6614
|
+
function c2(e3) {
|
|
6509
6615
|
return n2(e3);
|
|
6510
6616
|
}
|
|
6511
|
-
function
|
|
6512
|
-
return 34 === t3 || 39 === t3 || 40 === t3 ?
|
|
6617
|
+
function u2(t3) {
|
|
6618
|
+
return 34 === t3 || 39 === t3 || 40 === t3 ? Ce(e2, a2, n2, "resourceTitle", "resourceTitleMarker", "resourceTitleString")(t3) : s2(t3);
|
|
6513
6619
|
}
|
|
6514
6620
|
function a2(t3) {
|
|
6515
|
-
return
|
|
6621
|
+
return p(t3) ? Ie(e2, s2)(t3) : s2(t3);
|
|
6516
6622
|
}
|
|
6517
6623
|
function s2(r3) {
|
|
6518
6624
|
return 41 === r3 ? (e2.enter("resourceMarker"), e2.consume(r3), e2.exit("resourceMarker"), e2.exit("resource"), t2) : n2(r3);
|
|
6519
6625
|
}
|
|
6520
|
-
} },
|
|
6626
|
+
} }, et = { tokenize: function(e2, t2, n2) {
|
|
6521
6627
|
const r2 = this;
|
|
6522
6628
|
return function(t3) {
|
|
6523
|
-
return
|
|
6629
|
+
return ze.call(r2, e2, i2, o2, "reference", "referenceMarker", "referenceString")(t3);
|
|
6524
6630
|
};
|
|
6525
6631
|
function i2(e3) {
|
|
6526
|
-
return r2.parser.defined.includes(
|
|
6632
|
+
return r2.parser.defined.includes(M(r2.sliceSerialize(r2.events[r2.events.length - 1][1]).slice(1, -1))) ? t2(e3) : n2(e3);
|
|
6527
6633
|
}
|
|
6528
6634
|
function o2(e3) {
|
|
6529
6635
|
return n2(e3);
|
|
6530
6636
|
}
|
|
6531
|
-
} },
|
|
6637
|
+
} }, tt = { tokenize: function(e2, t2, n2) {
|
|
6532
6638
|
return function(t3) {
|
|
6533
6639
|
return e2.enter("reference"), e2.enter("referenceMarker"), e2.consume(t3), e2.exit("referenceMarker"), r2;
|
|
6534
6640
|
};
|
|
6535
6641
|
function r2(r3) {
|
|
6536
6642
|
return 93 === r3 ? (e2.enter("referenceMarker"), e2.consume(r3), e2.exit("referenceMarker"), e2.exit("reference"), t2) : n2(r3);
|
|
6537
6643
|
}
|
|
6538
|
-
} },
|
|
6644
|
+
} }, nt = { name: "labelStartImage", tokenize: function(e2, t2, n2) {
|
|
6539
6645
|
const r2 = this;
|
|
6540
6646
|
return function(t3) {
|
|
6541
6647
|
return e2.enter("labelImage"), e2.enter("labelImageMarker"), e2.consume(t3), e2.exit("labelImageMarker"), i2;
|
|
@@ -6546,33 +6652,33 @@ var require_micromark = __commonJS({
|
|
|
6546
6652
|
function o2(e3) {
|
|
6547
6653
|
return 94 === e3 && "_hiddenFootnoteSupport" in r2.parser.constructs ? n2(e3) : t2(e3);
|
|
6548
6654
|
}
|
|
6549
|
-
}, resolveAll:
|
|
6550
|
-
function
|
|
6551
|
-
return null === e2 ||
|
|
6655
|
+
}, resolveAll: Xe.resolveAll };
|
|
6656
|
+
function rt(e2) {
|
|
6657
|
+
return null === e2 || p(e2) || g(e2) ? 1 : m(e2) ? 2 : void 0;
|
|
6552
6658
|
}
|
|
6553
|
-
const
|
|
6554
|
-
const n2 = this.parser.constructs.attentionMarkers.null, r2 = this.previous, i2 =
|
|
6659
|
+
const it = { name: "attention", tokenize: function(e2, t2) {
|
|
6660
|
+
const n2 = this.parser.constructs.attentionMarkers.null, r2 = this.previous, i2 = rt(r2);
|
|
6555
6661
|
let o2;
|
|
6556
6662
|
return function(t3) {
|
|
6557
|
-
return o2 = t3, e2.enter("attentionSequence"),
|
|
6663
|
+
return o2 = t3, e2.enter("attentionSequence"), c2(t3);
|
|
6558
6664
|
};
|
|
6559
|
-
function u2
|
|
6560
|
-
if (
|
|
6561
|
-
return e2.consume(
|
|
6562
|
-
const a2 = e2.exit("attentionSequence"), s2 =
|
|
6563
|
-
return a2._open = Boolean(42 === o2 ? l2 : l2 && (i2 || !f2)), a2._close = Boolean(42 === o2 ? f2 : f2 && (s2 || !l2)), t2(
|
|
6665
|
+
function c2(u2) {
|
|
6666
|
+
if (u2 === o2)
|
|
6667
|
+
return e2.consume(u2), c2;
|
|
6668
|
+
const a2 = e2.exit("attentionSequence"), s2 = rt(u2), l2 = !s2 || 2 === s2 && i2 || n2.includes(u2), f2 = !i2 || 2 === i2 && s2 || n2.includes(r2);
|
|
6669
|
+
return a2._open = Boolean(42 === o2 ? l2 : l2 && (i2 || !f2)), a2._close = Boolean(42 === o2 ? f2 : f2 && (s2 || !l2)), t2(u2);
|
|
6564
6670
|
}
|
|
6565
6671
|
}, resolveAll: function(e2, t2) {
|
|
6566
|
-
let n2, r2, i2, o2,
|
|
6672
|
+
let n2, r2, i2, o2, c2, u2, a2, s2, l2 = -1;
|
|
6567
6673
|
for (; ++l2 < e2.length; )
|
|
6568
6674
|
if ("enter" === e2[l2][0] && "attentionSequence" === e2[l2][1].type && e2[l2][1]._close) {
|
|
6569
6675
|
for (n2 = l2; n2--; )
|
|
6570
6676
|
if ("exit" === e2[n2][0] && "attentionSequence" === e2[n2][1].type && e2[n2][1]._open && t2.sliceSerialize(e2[n2][1]).charCodeAt(0) === t2.sliceSerialize(e2[l2][1]).charCodeAt(0)) {
|
|
6571
6677
|
if ((e2[n2][1]._close || e2[l2][1]._open) && (e2[l2][1].end.offset - e2[l2][1].start.offset) % 3 && !((e2[n2][1].end.offset - e2[n2][1].start.offset + e2[l2][1].end.offset - e2[l2][1].start.offset) % 3))
|
|
6572
6678
|
continue;
|
|
6573
|
-
|
|
6679
|
+
u2 = e2[n2][1].end.offset - e2[n2][1].start.offset > 1 && e2[l2][1].end.offset - e2[l2][1].start.offset > 1 ? 2 : 1;
|
|
6574
6680
|
const f2 = Object.assign({}, e2[n2][1].end), p2 = Object.assign({}, e2[l2][1].start);
|
|
6575
|
-
|
|
6681
|
+
ot(f2, -u2), ot(p2, u2), o2 = { type: u2 > 1 ? "strongSequence" : "emphasisSequence", start: f2, end: Object.assign({}, e2[n2][1].end) }, c2 = { type: u2 > 1 ? "strongSequence" : "emphasisSequence", start: Object.assign({}, e2[l2][1].start), end: p2 }, i2 = { type: u2 > 1 ? "strongText" : "emphasisText", start: Object.assign({}, e2[n2][1].end), end: Object.assign({}, e2[l2][1].start) }, r2 = { type: u2 > 1 ? "strong" : "emphasis", start: Object.assign({}, o2.start), end: Object.assign({}, c2.end) }, e2[n2][1].end = Object.assign({}, o2.start), e2[l2][1].start = Object.assign({}, c2.end), a2 = [], e2[n2][1].end.offset - e2[n2][1].start.offset && (a2 = oe(a2, [["enter", e2[n2][1], t2], ["exit", e2[n2][1], t2]])), a2 = oe(a2, [["enter", r2, t2], ["enter", o2, t2], ["exit", o2, t2], ["enter", i2, t2]]), a2 = oe(a2, qe(t2.parser.constructs.insideSpan.null, e2.slice(n2 + 1, l2), t2)), a2 = oe(a2, [["exit", i2, t2], ["enter", c2, t2], ["exit", c2, t2], ["exit", r2, t2]]), e2[l2][1].end.offset - e2[l2][1].start.offset ? (s2 = 2, a2 = oe(a2, [["enter", e2[l2][1], t2], ["exit", e2[l2][1], t2]])) : s2 = 0, ie(e2, n2 - 1, l2 - n2 + 3, a2), l2 = n2 + a2.length - s2 - 2;
|
|
6576
6682
|
break;
|
|
6577
6683
|
}
|
|
6578
6684
|
}
|
|
@@ -6580,133 +6686,133 @@ var require_micromark = __commonJS({
|
|
|
6580
6686
|
"attentionSequence" === e2[l2][1].type && (e2[l2][1].type = "data");
|
|
6581
6687
|
return e2;
|
|
6582
6688
|
} };
|
|
6583
|
-
function
|
|
6689
|
+
function ot(e2, t2) {
|
|
6584
6690
|
e2.column += t2, e2.offset += t2, e2._bufferIndex += t2;
|
|
6585
6691
|
}
|
|
6586
|
-
const
|
|
6587
|
-
let
|
|
6692
|
+
const ct = { name: "autolink", tokenize: function(e2, t2, n2) {
|
|
6693
|
+
let r2 = 0;
|
|
6588
6694
|
return function(t3) {
|
|
6589
6695
|
return e2.enter("autolink"), e2.enter("autolinkMarker"), e2.consume(t3), e2.exit("autolinkMarker"), e2.enter("autolinkProtocol"), a2;
|
|
6590
6696
|
};
|
|
6591
6697
|
function a2(t3) {
|
|
6592
|
-
return
|
|
6698
|
+
return i(t3) ? (e2.consume(t3), s2) : p2(t3);
|
|
6593
6699
|
}
|
|
6594
6700
|
function s2(e3) {
|
|
6595
|
-
return 43 === e3 || 45 === e3 || 46 === e3 ||
|
|
6701
|
+
return 43 === e3 || 45 === e3 || 46 === e3 || o(e3) ? (r2 = 1, l2(e3)) : p2(e3);
|
|
6596
6702
|
}
|
|
6597
6703
|
function l2(t3) {
|
|
6598
|
-
return 58 === t3 ? (e2.consume(t3),
|
|
6704
|
+
return 58 === t3 ? (e2.consume(t3), r2 = 0, f2) : (43 === t3 || 45 === t3 || 46 === t3 || o(t3)) && r2++ < 32 ? (e2.consume(t3), l2) : (r2 = 0, p2(t3));
|
|
6599
6705
|
}
|
|
6600
|
-
function f2(
|
|
6601
|
-
return 62 ===
|
|
6706
|
+
function f2(r3) {
|
|
6707
|
+
return 62 === r3 ? (e2.exit("autolinkProtocol"), e2.enter("autolinkMarker"), e2.consume(r3), e2.exit("autolinkMarker"), e2.exit("autolink"), t2) : null === r3 || 32 === r3 || 60 === r3 || u(r3) ? n2(r3) : (e2.consume(r3), f2);
|
|
6602
6708
|
}
|
|
6603
6709
|
function p2(t3) {
|
|
6604
|
-
return 64 === t3 ? (e2.consume(t3), d2) :
|
|
6710
|
+
return 64 === t3 ? (e2.consume(t3), d2) : c(t3) ? (e2.consume(t3), p2) : n2(t3);
|
|
6605
6711
|
}
|
|
6606
6712
|
function d2(e3) {
|
|
6607
|
-
return
|
|
6713
|
+
return o(e3) ? m2(e3) : n2(e3);
|
|
6608
6714
|
}
|
|
6609
6715
|
function m2(n3) {
|
|
6610
|
-
return 46 === n3 ? (e2.consume(n3),
|
|
6716
|
+
return 46 === n3 ? (e2.consume(n3), r2 = 0, d2) : 62 === n3 ? (e2.exit("autolinkProtocol").type = "autolinkEmail", e2.enter("autolinkMarker"), e2.consume(n3), e2.exit("autolinkMarker"), e2.exit("autolink"), t2) : g2(n3);
|
|
6611
6717
|
}
|
|
6612
6718
|
function g2(t3) {
|
|
6613
|
-
if ((45 === t3 ||
|
|
6719
|
+
if ((45 === t3 || o(t3)) && r2++ < 63) {
|
|
6614
6720
|
const n3 = 45 === t3 ? g2 : m2;
|
|
6615
6721
|
return e2.consume(t3), n3;
|
|
6616
6722
|
}
|
|
6617
6723
|
return n2(t3);
|
|
6618
6724
|
}
|
|
6619
|
-
} },
|
|
6620
|
-
const
|
|
6621
|
-
let
|
|
6725
|
+
} }, ut = { name: "htmlText", tokenize: function(e2, t2, n2) {
|
|
6726
|
+
const r2 = this;
|
|
6727
|
+
let c2, u2, a2;
|
|
6622
6728
|
return function(t3) {
|
|
6623
6729
|
return e2.enter("htmlText"), e2.enter("htmlTextData"), e2.consume(t3), s2;
|
|
6624
6730
|
};
|
|
6625
6731
|
function s2(t3) {
|
|
6626
|
-
return 33 === t3 ? (e2.consume(t3),
|
|
6732
|
+
return 33 === t3 ? (e2.consume(t3), l2) : 47 === t3 ? (e2.consume(t3), E2) : 63 === t3 ? (e2.consume(t3), q2) : i(t3) ? (e2.consume(t3), L2) : n2(t3);
|
|
6627
6733
|
}
|
|
6628
|
-
function
|
|
6629
|
-
return 45 === t3 ? (e2.consume(t3), m2) : 91 === t3 ? (e2.consume(t3),
|
|
6734
|
+
function l2(t3) {
|
|
6735
|
+
return 45 === t3 ? (e2.consume(t3), m2) : 91 === t3 ? (e2.consume(t3), u2 = 0, x2) : i(t3) ? (e2.consume(t3), w2) : n2(t3);
|
|
6630
6736
|
}
|
|
6631
6737
|
function m2(t3) {
|
|
6632
6738
|
return 45 === t3 ? (e2.consume(t3), b2) : n2(t3);
|
|
6633
6739
|
}
|
|
6634
6740
|
function g2(t3) {
|
|
6635
|
-
return null === t3 ? n2(t3) : 45 === t3 ? (e2.consume(t3), h2) :
|
|
6741
|
+
return null === t3 ? n2(t3) : 45 === t3 ? (e2.consume(t3), h2) : f(t3) ? (a2 = g2, N2(t3)) : (e2.consume(t3), g2);
|
|
6636
6742
|
}
|
|
6637
6743
|
function h2(t3) {
|
|
6638
6744
|
return 45 === t3 ? (e2.consume(t3), b2) : g2(t3);
|
|
6639
6745
|
}
|
|
6640
6746
|
function b2(e3) {
|
|
6641
|
-
return 62 === e3 ?
|
|
6747
|
+
return 62 === e3 ? P2(e3) : 45 === e3 ? h2(e3) : g2(e3);
|
|
6642
6748
|
}
|
|
6643
6749
|
function x2(t3) {
|
|
6644
|
-
return t3 === "CDATA[".charCodeAt(
|
|
6750
|
+
return t3 === "CDATA[".charCodeAt(u2++) ? (e2.consume(t3), 6 === u2 ? k2 : x2) : n2(t3);
|
|
6645
6751
|
}
|
|
6646
6752
|
function k2(t3) {
|
|
6647
|
-
return null === t3 ? n2(t3) : 93 === t3 ? (e2.consume(t3), v2) :
|
|
6753
|
+
return null === t3 ? n2(t3) : 93 === t3 ? (e2.consume(t3), v2) : f(t3) ? (a2 = k2, N2(t3)) : (e2.consume(t3), k2);
|
|
6648
6754
|
}
|
|
6649
6755
|
function v2(t3) {
|
|
6650
6756
|
return 93 === t3 ? (e2.consume(t3), y2) : k2(t3);
|
|
6651
6757
|
}
|
|
6652
6758
|
function y2(t3) {
|
|
6653
|
-
return 62 === t3 ?
|
|
6759
|
+
return 62 === t3 ? P2(t3) : 93 === t3 ? (e2.consume(t3), y2) : k2(t3);
|
|
6654
6760
|
}
|
|
6655
6761
|
function w2(t3) {
|
|
6656
|
-
return null === t3 || 62 === t3 ?
|
|
6762
|
+
return null === t3 || 62 === t3 ? P2(t3) : f(t3) ? (a2 = w2, N2(t3)) : (e2.consume(t3), w2);
|
|
6657
6763
|
}
|
|
6658
6764
|
function q2(t3) {
|
|
6659
|
-
return null === t3 ? n2(t3) : 63 === t3 ? (e2.consume(t3), S2) :
|
|
6765
|
+
return null === t3 ? n2(t3) : 63 === t3 ? (e2.consume(t3), S2) : f(t3) ? (a2 = q2, N2(t3)) : (e2.consume(t3), q2);
|
|
6660
6766
|
}
|
|
6661
6767
|
function S2(e3) {
|
|
6662
|
-
return 62 === e3 ?
|
|
6663
|
-
}
|
|
6664
|
-
function F2(t3) {
|
|
6665
|
-
return r(t3) ? (e2.consume(t3), E2) : n2(t3);
|
|
6768
|
+
return 62 === e3 ? P2(e3) : q2(e3);
|
|
6666
6769
|
}
|
|
6667
6770
|
function E2(t3) {
|
|
6668
|
-
return
|
|
6771
|
+
return i(t3) ? (e2.consume(t3), D2) : n2(t3);
|
|
6669
6772
|
}
|
|
6670
6773
|
function D2(t3) {
|
|
6671
|
-
return
|
|
6774
|
+
return 45 === t3 || o(t3) ? (e2.consume(t3), D2) : T2(t3);
|
|
6672
6775
|
}
|
|
6673
|
-
function
|
|
6674
|
-
return
|
|
6776
|
+
function T2(t3) {
|
|
6777
|
+
return f(t3) ? (a2 = T2, N2(t3)) : d(t3) ? (e2.consume(t3), T2) : P2(t3);
|
|
6675
6778
|
}
|
|
6676
6779
|
function L2(t3) {
|
|
6677
|
-
return
|
|
6780
|
+
return 45 === t3 || o(t3) ? (e2.consume(t3), L2) : 47 === t3 || 62 === t3 || p(t3) ? F2(t3) : n2(t3);
|
|
6678
6781
|
}
|
|
6679
|
-
function
|
|
6680
|
-
return
|
|
6782
|
+
function F2(t3) {
|
|
6783
|
+
return 47 === t3 ? (e2.consume(t3), P2) : 58 === t3 || 95 === t3 || i(t3) ? (e2.consume(t3), A2) : f(t3) ? (a2 = F2, N2(t3)) : d(t3) ? (e2.consume(t3), F2) : P2(t3);
|
|
6681
6784
|
}
|
|
6682
|
-
function
|
|
6683
|
-
return
|
|
6785
|
+
function A2(t3) {
|
|
6786
|
+
return 45 === t3 || 46 === t3 || 58 === t3 || 95 === t3 || o(t3) ? (e2.consume(t3), A2) : z2(t3);
|
|
6684
6787
|
}
|
|
6685
|
-
function
|
|
6686
|
-
return
|
|
6788
|
+
function z2(t3) {
|
|
6789
|
+
return 61 === t3 ? (e2.consume(t3), C2) : f(t3) ? (a2 = z2, N2(t3)) : d(t3) ? (e2.consume(t3), z2) : F2(t3);
|
|
6790
|
+
}
|
|
6791
|
+
function C2(t3) {
|
|
6792
|
+
return null === t3 || 60 === t3 || 61 === t3 || 62 === t3 || 96 === t3 ? n2(t3) : 34 === t3 || 39 === t3 ? (e2.consume(t3), c2 = t3, R2) : f(t3) ? (a2 = C2, N2(t3)) : d(t3) ? (e2.consume(t3), C2) : (e2.consume(t3), M2);
|
|
6687
6793
|
}
|
|
6688
6794
|
function R2(t3) {
|
|
6689
|
-
return t3 ===
|
|
6795
|
+
return t3 === c2 ? (e2.consume(t3), c2 = void 0, O2) : null === t3 ? n2(t3) : f(t3) ? (a2 = R2, N2(t3)) : (e2.consume(t3), R2);
|
|
6690
6796
|
}
|
|
6691
|
-
function
|
|
6692
|
-
return null === t3 || 34 === t3 || 39 === t3 || 60 === t3 || 61 === t3 || 96 === t3 ? n2(t3) : 47 === t3 || 62 === t3 ||
|
|
6797
|
+
function M2(t3) {
|
|
6798
|
+
return null === t3 || 34 === t3 || 39 === t3 || 60 === t3 || 61 === t3 || 96 === t3 ? n2(t3) : 47 === t3 || 62 === t3 || p(t3) ? F2(t3) : (e2.consume(t3), M2);
|
|
6693
6799
|
}
|
|
6694
6800
|
function O2(e3) {
|
|
6695
|
-
return 47 === e3 || 62 === e3 ||
|
|
6801
|
+
return 47 === e3 || 62 === e3 || p(e3) ? F2(e3) : n2(e3);
|
|
6696
6802
|
}
|
|
6697
|
-
function
|
|
6698
|
-
return 62 ===
|
|
6699
|
-
}
|
|
6700
|
-
function P2(t3) {
|
|
6701
|
-
return e2.exit("htmlTextData"), e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), N2;
|
|
6803
|
+
function P2(r3) {
|
|
6804
|
+
return 62 === r3 ? (e2.consume(r3), e2.exit("htmlTextData"), e2.exit("htmlText"), t2) : n2(r3);
|
|
6702
6805
|
}
|
|
6703
6806
|
function N2(t3) {
|
|
6704
|
-
return
|
|
6807
|
+
return e2.exit("htmlTextData"), e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), _2;
|
|
6705
6808
|
}
|
|
6706
6809
|
function _2(t3) {
|
|
6810
|
+
return d(t3) ? I(e2, B2, "linePrefix", r2.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(t3) : B2(t3);
|
|
6811
|
+
}
|
|
6812
|
+
function B2(t3) {
|
|
6707
6813
|
return e2.enter("htmlTextData"), a2(t3);
|
|
6708
6814
|
}
|
|
6709
|
-
} },
|
|
6815
|
+
} }, at = { name: "labelStartLink", tokenize: function(e2, t2, n2) {
|
|
6710
6816
|
const r2 = this;
|
|
6711
6817
|
return function(t3) {
|
|
6712
6818
|
return e2.enter("labelLink"), e2.enter("labelMarker"), e2.consume(t3), e2.exit("labelMarker"), e2.exit("labelLink"), i2;
|
|
@@ -6714,26 +6820,26 @@ var require_micromark = __commonJS({
|
|
|
6714
6820
|
function i2(e3) {
|
|
6715
6821
|
return 94 === e3 && "_hiddenFootnoteSupport" in r2.parser.constructs ? n2(e3) : t2(e3);
|
|
6716
6822
|
}
|
|
6717
|
-
}, resolveAll:
|
|
6823
|
+
}, resolveAll: Xe.resolveAll }, st = { name: "hardBreakEscape", tokenize: function(e2, t2, n2) {
|
|
6718
6824
|
return function(t3) {
|
|
6719
6825
|
return e2.enter("hardBreakEscape"), e2.consume(t3), r2;
|
|
6720
6826
|
};
|
|
6721
6827
|
function r2(r3) {
|
|
6722
|
-
return
|
|
6828
|
+
return f(r3) ? (e2.exit("hardBreakEscape"), t2(r3)) : n2(r3);
|
|
6723
6829
|
}
|
|
6724
|
-
} },
|
|
6830
|
+
} }, lt = { name: "codeText", tokenize: function(e2, t2, n2) {
|
|
6725
6831
|
let r2, i2, o2 = 0;
|
|
6726
6832
|
return function(t3) {
|
|
6727
|
-
return e2.enter("codeText"), e2.enter("codeTextSequence"),
|
|
6833
|
+
return e2.enter("codeText"), e2.enter("codeTextSequence"), c2(t3);
|
|
6728
6834
|
};
|
|
6729
|
-
function u2(t3) {
|
|
6730
|
-
return 96 === t3 ? (e2.consume(t3), o2++, u2) : (e2.exit("codeTextSequence"), c2(t3));
|
|
6731
|
-
}
|
|
6732
6835
|
function c2(t3) {
|
|
6733
|
-
return
|
|
6836
|
+
return 96 === t3 ? (e2.consume(t3), o2++, c2) : (e2.exit("codeTextSequence"), u2(t3));
|
|
6837
|
+
}
|
|
6838
|
+
function u2(t3) {
|
|
6839
|
+
return null === t3 ? n2(t3) : 32 === t3 ? (e2.enter("space"), e2.consume(t3), e2.exit("space"), u2) : 96 === t3 ? (i2 = e2.enter("codeTextSequence"), r2 = 0, s2(t3)) : f(t3) ? (e2.enter("lineEnding"), e2.consume(t3), e2.exit("lineEnding"), u2) : (e2.enter("codeTextData"), a2(t3));
|
|
6734
6840
|
}
|
|
6735
6841
|
function a2(t3) {
|
|
6736
|
-
return null === t3 || 32 === t3 || 96 === t3 ||
|
|
6842
|
+
return null === t3 || 32 === t3 || 96 === t3 || f(t3) ? (e2.exit("codeTextData"), u2(t3)) : (e2.consume(t3), a2);
|
|
6737
6843
|
}
|
|
6738
6844
|
function s2(n3) {
|
|
6739
6845
|
return 96 === n3 ? (e2.consume(n3), r2++, s2) : r2 === o2 ? (e2.exit("codeTextSequence"), e2.exit("codeText"), t2(n3)) : (i2.type = "codeTextData", a2(n3));
|
|
@@ -6752,68 +6858,76 @@ var require_micromark = __commonJS({
|
|
|
6752
6858
|
return e2;
|
|
6753
6859
|
}, previous: function(e2) {
|
|
6754
6860
|
return 96 !== e2 || "characterEscape" === this.events[this.events.length - 1][1].type;
|
|
6755
|
-
} },
|
|
6756
|
-
function
|
|
6861
|
+
} }, ft = { 42: De, 43: De, 45: De, 48: De, 49: De, 50: De, 51: De, 52: De, 53: De, 54: De, 55: De, 56: De, 57: De, 62: Fe }, pt = { 91: Re }, dt = { [-2]: Oe, [-1]: Oe, 32: Oe }, mt = { 35: Ne, 42: Ee, 45: [_e, Ee], 60: Ve, 61: _e, 95: Ee, 96: Qe, 126: Qe }, gt = { 38: Je, 92: Ye }, ht = { [-5]: Ke, [-4]: Ke, [-3]: Ke, 33: nt, 38: Je, 42: it, 60: [ct, ut], 91: at, 92: [st, Ye], 93: Xe, 95: it, 96: lt }, bt = { null: [it, be] }, xt = { null: [42, 95] }, kt = { null: [] };
|
|
6862
|
+
function vt(e2) {
|
|
6757
6863
|
const t2 = { defined: [], lazy: {}, constructs: function(e3) {
|
|
6758
6864
|
const t3 = {};
|
|
6759
6865
|
let n2 = -1;
|
|
6760
6866
|
for (; ++n2 < e3.length; )
|
|
6761
|
-
|
|
6867
|
+
ue(t3, e3[n2]);
|
|
6762
6868
|
return t3;
|
|
6763
|
-
}([n, ...(e2 || {}).extensions || []]), content: r2(
|
|
6869
|
+
}([n, ...(e2 || {}).extensions || []]), content: r2(se), document: r2(le), flow: r2(he), string: r2(xe), text: r2(ke) };
|
|
6764
6870
|
return t2;
|
|
6765
6871
|
function r2(e3) {
|
|
6766
6872
|
return function(n2) {
|
|
6767
|
-
return
|
|
6873
|
+
return Se(t2, e3, n2);
|
|
6768
6874
|
};
|
|
6769
6875
|
}
|
|
6770
6876
|
}
|
|
6771
|
-
function
|
|
6772
|
-
for (; !
|
|
6877
|
+
function yt(e2) {
|
|
6878
|
+
for (; !pe(e2); )
|
|
6773
6879
|
;
|
|
6774
6880
|
return e2;
|
|
6775
6881
|
}
|
|
6776
|
-
const
|
|
6777
|
-
function
|
|
6882
|
+
const wt = /[\0\t\n\r]/g;
|
|
6883
|
+
function qt() {
|
|
6778
6884
|
let e2, t2 = 1, n2 = "", r2 = true;
|
|
6779
|
-
return function(i2, o2,
|
|
6780
|
-
const
|
|
6885
|
+
return function(i2, o2, c2) {
|
|
6886
|
+
const u2 = [];
|
|
6781
6887
|
let a2, s2, l2, f2, p2;
|
|
6782
|
-
for (i2 = n2 + i2.toString(o2), l2 = 0, n2 = "", r2 && (65279 === i2.charCodeAt(0) && l2++, r2 = void 0); l2 < i2.length; ) {
|
|
6783
|
-
if (
|
|
6888
|
+
for (i2 = n2 + ("string" == typeof i2 ? i2.toString() : new TextDecoder(o2 || void 0).decode(i2)), l2 = 0, n2 = "", r2 && (65279 === i2.charCodeAt(0) && l2++, r2 = void 0); l2 < i2.length; ) {
|
|
6889
|
+
if (wt.lastIndex = l2, a2 = wt.exec(i2), f2 = a2 && void 0 !== a2.index ? a2.index : i2.length, p2 = i2.charCodeAt(f2), !a2) {
|
|
6784
6890
|
n2 = i2.slice(l2);
|
|
6785
6891
|
break;
|
|
6786
6892
|
}
|
|
6787
6893
|
if (10 === p2 && l2 === f2 && e2)
|
|
6788
|
-
|
|
6894
|
+
u2.push(-3), e2 = void 0;
|
|
6789
6895
|
else
|
|
6790
|
-
switch (e2 && (
|
|
6896
|
+
switch (e2 && (u2.push(-5), e2 = void 0), l2 < f2 && (u2.push(i2.slice(l2, f2)), t2 += f2 - l2), p2) {
|
|
6791
6897
|
case 0:
|
|
6792
|
-
|
|
6898
|
+
u2.push(65533), t2++;
|
|
6793
6899
|
break;
|
|
6794
6900
|
case 9:
|
|
6795
|
-
for (s2 = 4 * Math.ceil(t2 / 4),
|
|
6796
|
-
|
|
6901
|
+
for (s2 = 4 * Math.ceil(t2 / 4), u2.push(-2); t2++ < s2; )
|
|
6902
|
+
u2.push(-1);
|
|
6797
6903
|
break;
|
|
6798
6904
|
case 10:
|
|
6799
|
-
|
|
6905
|
+
u2.push(-4), t2 = 1;
|
|
6800
6906
|
break;
|
|
6801
6907
|
default:
|
|
6802
6908
|
e2 = true, t2 = 1;
|
|
6803
6909
|
}
|
|
6804
6910
|
l2 = f2 + 1;
|
|
6805
6911
|
}
|
|
6806
|
-
return
|
|
6912
|
+
return c2 && (e2 && u2.push(-5), n2 && u2.push(n2), u2.push(null)), u2;
|
|
6807
6913
|
};
|
|
6808
6914
|
}
|
|
6809
|
-
var
|
|
6810
|
-
for (var
|
|
6811
|
-
|
|
6812
|
-
t.__esModule && Object.defineProperty(
|
|
6915
|
+
var St = exports;
|
|
6916
|
+
for (var Et in t)
|
|
6917
|
+
St[Et] = t[Et];
|
|
6918
|
+
t.__esModule && Object.defineProperty(St, "__esModule", { value: true });
|
|
6813
6919
|
})();
|
|
6814
6920
|
}
|
|
6815
6921
|
});
|
|
6816
6922
|
|
|
6923
|
+
// node_modules/markdownlint/helpers/shared.js
|
|
6924
|
+
var require_shared = __commonJS({
|
|
6925
|
+
"node_modules/markdownlint/helpers/shared.js"(exports, module2) {
|
|
6926
|
+
"use strict";
|
|
6927
|
+
module2.exports.newLineRe = /\r\n?|\n/g;
|
|
6928
|
+
}
|
|
6929
|
+
});
|
|
6930
|
+
|
|
6817
6931
|
// node_modules/markdownlint/helpers/micromark.cjs
|
|
6818
6932
|
var require_micromark2 = __commonJS({
|
|
6819
6933
|
"node_modules/markdownlint/helpers/micromark.cjs"(exports, module2) {
|
|
@@ -6822,31 +6936,44 @@ var require_micromark2 = __commonJS({
|
|
|
6822
6936
|
gfmAutolinkLiteral,
|
|
6823
6937
|
gfmFootnote,
|
|
6824
6938
|
gfmTable,
|
|
6939
|
+
math,
|
|
6825
6940
|
parse,
|
|
6826
6941
|
postprocess,
|
|
6827
6942
|
preprocess
|
|
6828
6943
|
// @ts-ignore
|
|
6829
6944
|
} = require_micromark();
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6945
|
+
var { newLineRe } = require_shared();
|
|
6946
|
+
function getMicromarkEvents(markdown, micromarkOptions = {}, referencesDefined = true) {
|
|
6947
|
+
micromarkOptions.extensions = micromarkOptions.extensions || [];
|
|
6948
|
+
micromarkOptions.extensions.push(
|
|
6949
|
+
gfmAutolinkLiteral(),
|
|
6950
|
+
gfmFootnote(),
|
|
6951
|
+
gfmTable(),
|
|
6952
|
+
math()
|
|
6953
|
+
);
|
|
6833
6954
|
const encoding = void 0;
|
|
6834
6955
|
const eol = true;
|
|
6835
|
-
const parseContext = parse(
|
|
6836
|
-
if (
|
|
6956
|
+
const parseContext = parse(micromarkOptions);
|
|
6957
|
+
if (referencesDefined) {
|
|
6837
6958
|
parseContext.defined.includes = (searchElement) => searchElement.length > 0;
|
|
6838
6959
|
}
|
|
6839
6960
|
const chunks = preprocess()(markdown, encoding, eol);
|
|
6840
6961
|
const events = postprocess(parseContext.document().write(chunks));
|
|
6841
6962
|
return events;
|
|
6842
6963
|
}
|
|
6843
|
-
function
|
|
6844
|
-
const events = getMicromarkEvents(
|
|
6964
|
+
function micromarkParseWithOffset(markdown, micromarkOptions, referencesDefined, lineDelta) {
|
|
6965
|
+
const events = getMicromarkEvents(
|
|
6966
|
+
markdown,
|
|
6967
|
+
micromarkOptions,
|
|
6968
|
+
referencesDefined
|
|
6969
|
+
);
|
|
6845
6970
|
const document = [];
|
|
6846
6971
|
let current = {
|
|
6847
6972
|
"children": document
|
|
6848
6973
|
};
|
|
6849
6974
|
const history = [current];
|
|
6975
|
+
let reparseOptions = null;
|
|
6976
|
+
let lines = null;
|
|
6850
6977
|
for (const event of events) {
|
|
6851
6978
|
const [kind, token, context] = event;
|
|
6852
6979
|
const { type: type2, start, end } = token;
|
|
@@ -6858,13 +6985,35 @@ var require_micromark2 = __commonJS({
|
|
|
6858
6985
|
history.push(previous);
|
|
6859
6986
|
current = {
|
|
6860
6987
|
type: type2,
|
|
6861
|
-
startLine,
|
|
6988
|
+
"startLine": startLine + lineDelta,
|
|
6862
6989
|
startColumn,
|
|
6863
|
-
endLine,
|
|
6990
|
+
"endLine": endLine + lineDelta,
|
|
6864
6991
|
endColumn,
|
|
6865
6992
|
text,
|
|
6866
6993
|
"children": []
|
|
6867
6994
|
};
|
|
6995
|
+
if (current.type === "htmlFlow") {
|
|
6996
|
+
if (!reparseOptions || !lines) {
|
|
6997
|
+
reparseOptions = {
|
|
6998
|
+
...micromarkOptions,
|
|
6999
|
+
"extensions": [
|
|
7000
|
+
{
|
|
7001
|
+
"disable": {
|
|
7002
|
+
"null": ["codeIndented", "htmlFlow"]
|
|
7003
|
+
}
|
|
7004
|
+
}
|
|
7005
|
+
]
|
|
7006
|
+
};
|
|
7007
|
+
lines = markdown.split(newLineRe);
|
|
7008
|
+
}
|
|
7009
|
+
const reparseMarkdown = lines.slice(current.startLine - 1, current.endLine).join("\n");
|
|
7010
|
+
current.htmlFlowChildren = micromarkParseWithOffset(
|
|
7011
|
+
reparseMarkdown,
|
|
7012
|
+
reparseOptions,
|
|
7013
|
+
referencesDefined,
|
|
7014
|
+
current.startLine - 1
|
|
7015
|
+
);
|
|
7016
|
+
}
|
|
6868
7017
|
previous.children.push(current);
|
|
6869
7018
|
} else if (kind === "exit") {
|
|
6870
7019
|
Object.freeze(current.children);
|
|
@@ -6875,6 +7024,14 @@ var require_micromark2 = __commonJS({
|
|
|
6875
7024
|
Object.freeze(document);
|
|
6876
7025
|
return document;
|
|
6877
7026
|
}
|
|
7027
|
+
function micromarkParse(markdown, micromarkOptions = {}, referencesDefined = true) {
|
|
7028
|
+
return micromarkParseWithOffset(
|
|
7029
|
+
markdown,
|
|
7030
|
+
micromarkOptions,
|
|
7031
|
+
referencesDefined,
|
|
7032
|
+
0
|
|
7033
|
+
);
|
|
7034
|
+
}
|
|
6878
7035
|
function filterByPredicate(tokens, allowed, transformChildren) {
|
|
6879
7036
|
const result = [];
|
|
6880
7037
|
const pending = [...tokens];
|
|
@@ -6896,6 +7053,45 @@ var require_micromark2 = __commonJS({
|
|
|
6896
7053
|
(token) => allowed.includes(token.type)
|
|
6897
7054
|
);
|
|
6898
7055
|
}
|
|
7056
|
+
function filterByHtmlTokens(tokens) {
|
|
7057
|
+
const result = [];
|
|
7058
|
+
const pending = [tokens];
|
|
7059
|
+
let current = null;
|
|
7060
|
+
while (current = pending.shift()) {
|
|
7061
|
+
for (const token of filterByTypes(current, ["htmlFlow", "htmlText"])) {
|
|
7062
|
+
if (token.type === "htmlText") {
|
|
7063
|
+
result.push(token);
|
|
7064
|
+
} else {
|
|
7065
|
+
pending.push(token.htmlFlowChildren);
|
|
7066
|
+
}
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
return result;
|
|
7070
|
+
}
|
|
7071
|
+
function flattenedChildren(parent) {
|
|
7072
|
+
const result = [];
|
|
7073
|
+
const pending = [...parent.children];
|
|
7074
|
+
let token = null;
|
|
7075
|
+
while (token = pending.shift()) {
|
|
7076
|
+
result.push(token);
|
|
7077
|
+
pending.unshift(...token.children);
|
|
7078
|
+
}
|
|
7079
|
+
return result;
|
|
7080
|
+
}
|
|
7081
|
+
function getHeadingLevel(heading) {
|
|
7082
|
+
const headingSequence = filterByTypes(
|
|
7083
|
+
heading.children,
|
|
7084
|
+
["atxHeadingSequence", "setextHeadingLineSequence"]
|
|
7085
|
+
);
|
|
7086
|
+
let level = 1;
|
|
7087
|
+
const { text } = headingSequence[0];
|
|
7088
|
+
if (text[0] === "#") {
|
|
7089
|
+
level = Math.min(text.length, 6);
|
|
7090
|
+
} else if (text[0] === "-") {
|
|
7091
|
+
level = 2;
|
|
7092
|
+
}
|
|
7093
|
+
return level;
|
|
7094
|
+
}
|
|
6899
7095
|
function getHtmlTagInfo(token) {
|
|
6900
7096
|
const htmlTagNameRe = /^<([^!>][^/\s>]*)/;
|
|
6901
7097
|
if (token.type === "htmlText") {
|
|
@@ -6935,8 +7131,11 @@ var require_micromark2 = __commonJS({
|
|
|
6935
7131
|
}
|
|
6936
7132
|
module2.exports = {
|
|
6937
7133
|
"parse": micromarkParse,
|
|
7134
|
+
filterByHtmlTokens,
|
|
6938
7135
|
filterByPredicate,
|
|
6939
7136
|
filterByTypes,
|
|
7137
|
+
flattenedChildren,
|
|
7138
|
+
getHeadingLevel,
|
|
6940
7139
|
getHtmlTagInfo,
|
|
6941
7140
|
getMicromarkEvents,
|
|
6942
7141
|
getTokenTextByType,
|
|
@@ -6984,7 +7183,7 @@ var require_constants = __commonJS({
|
|
|
6984
7183
|
"MD053"
|
|
6985
7184
|
];
|
|
6986
7185
|
module2.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
|
6987
|
-
module2.exports.version = "0.
|
|
7186
|
+
module2.exports.version = "0.30.0";
|
|
6988
7187
|
}
|
|
6989
7188
|
});
|
|
6990
7189
|
|
|
@@ -6993,7 +7192,7 @@ var require_helpers2 = __commonJS({
|
|
|
6993
7192
|
"node_modules/markdownlint/helpers/helpers.js"(exports, module2) {
|
|
6994
7193
|
"use strict";
|
|
6995
7194
|
var micromark = require_micromark2();
|
|
6996
|
-
var newLineRe =
|
|
7195
|
+
var { newLineRe } = require_shared();
|
|
6997
7196
|
module2.exports.newLineRe = newLineRe;
|
|
6998
7197
|
module2.exports.frontMatterRe = // eslint-disable-next-line max-len
|
|
6999
7198
|
/((^---\s*$[\s\S]*?^---\s*)|(^\+\+\+\s*$[\s\S]*?^(\+\+\+|\.\.\.)\s*)|(^\{\s*$[\s\S]*?^\}\s*))(\r\n|\r|\n|$)/m;
|
|
@@ -7002,30 +7201,47 @@ var require_helpers2 = __commonJS({
|
|
|
7002
7201
|
/(<!--\s*markdownlint-(disable|enable|capture|restore|disable-file|enable-file|disable-line|disable-next-line|configure-file))(?:\s|-->)/gi
|
|
7003
7202
|
);
|
|
7004
7203
|
module2.exports.inlineCommentStartRe = inlineCommentStartRe;
|
|
7005
|
-
var htmlElementRe = /<(([A-Za-z][A-Za-z\d-]*)(?:\s[^`>]*)?)\/?>/g;
|
|
7006
|
-
module2.exports.htmlElementRe = htmlElementRe;
|
|
7007
7204
|
module2.exports.listItemMarkerRe = /^([\s>]*)(?:[*+-]|\d+[.)])\s+/;
|
|
7008
7205
|
module2.exports.orderedListItemMarkerRe = /^[\s>]*0*(\d+)[.)]/;
|
|
7009
|
-
var emphasisMarkersRe = /[_*]/g;
|
|
7010
7206
|
var blockquotePrefixRe = /^[>\s]*/;
|
|
7011
7207
|
module2.exports.blockquotePrefixRe = blockquotePrefixRe;
|
|
7012
7208
|
var linkReferenceDefinitionRe = /^ {0,3}\[([^\]]*[^\\])\]:/;
|
|
7013
7209
|
module2.exports.linkReferenceDefinitionRe = linkReferenceDefinitionRe;
|
|
7210
|
+
module2.exports.endOfLineHtmlEntityRe = // eslint-disable-next-line max-len
|
|
7211
|
+
/&(?:#\d+|#[xX][\da-fA-F]+|[a-zA-Z]{2,31}|blk\d{2}|emsp1[34]|frac\d{2}|sup\d|there4);$/;
|
|
7212
|
+
module2.exports.endOfLineGemojiCodeRe = // eslint-disable-next-line max-len
|
|
7213
|
+
/:(?:[abmovx]|[-+]1|100|1234|(?:1st|2nd|3rd)_place_medal|8ball|clock\d{1,4}|e-mail|non-potable_water|o2|t-rex|u5272|u5408|u55b6|u6307|u6708|u6709|u6e80|u7121|u7533|u7981|u7a7a|[a-z]{2,15}2?|[a-z]{1,14}(?:_[a-z\d]{1,16})+):$/;
|
|
7014
7214
|
var allPunctuation = ".,;:!?\u3002\uFF0C\uFF1B\uFF1A\uFF01\uFF1F";
|
|
7015
7215
|
module2.exports.allPunctuation = allPunctuation;
|
|
7016
7216
|
module2.exports.allPunctuationNoQuestion = allPunctuation.replace(/[??]/gu, "");
|
|
7017
|
-
|
|
7217
|
+
function isNumber(obj) {
|
|
7018
7218
|
return typeof obj === "number";
|
|
7019
|
-
}
|
|
7020
|
-
module2.exports.
|
|
7219
|
+
}
|
|
7220
|
+
module2.exports.isNumber = isNumber;
|
|
7221
|
+
function isString(obj) {
|
|
7021
7222
|
return typeof obj === "string";
|
|
7022
|
-
}
|
|
7023
|
-
module2.exports.
|
|
7223
|
+
}
|
|
7224
|
+
module2.exports.isString = isString;
|
|
7225
|
+
function isEmptyString(str2) {
|
|
7024
7226
|
return str2.length === 0;
|
|
7025
|
-
}
|
|
7026
|
-
module2.exports.
|
|
7027
|
-
|
|
7028
|
-
|
|
7227
|
+
}
|
|
7228
|
+
module2.exports.isEmptyString = isEmptyString;
|
|
7229
|
+
function isObject2(obj) {
|
|
7230
|
+
return !!obj && typeof obj === "object" && !Array.isArray(obj);
|
|
7231
|
+
}
|
|
7232
|
+
module2.exports.isObject = isObject2;
|
|
7233
|
+
function isUrl(obj) {
|
|
7234
|
+
return !!obj && Object.getPrototypeOf(obj) === URL.prototype;
|
|
7235
|
+
}
|
|
7236
|
+
module2.exports.isUrl = isUrl;
|
|
7237
|
+
function cloneIfArray(arr) {
|
|
7238
|
+
return Array.isArray(arr) ? [...arr] : arr;
|
|
7239
|
+
}
|
|
7240
|
+
module2.exports.cloneIfArray = cloneIfArray;
|
|
7241
|
+
function cloneIfUrl(url) {
|
|
7242
|
+
return isUrl(url) ? new URL(url) : url;
|
|
7243
|
+
}
|
|
7244
|
+
module2.exports.cloneIfUrl = cloneIfUrl;
|
|
7029
7245
|
function isBlankLine(line) {
|
|
7030
7246
|
const startComment = "<!--";
|
|
7031
7247
|
const endComment = "-->";
|
|
@@ -7148,13 +7364,9 @@ var require_helpers2 = __commonJS({
|
|
|
7148
7364
|
}
|
|
7149
7365
|
}
|
|
7150
7366
|
module2.exports.filterTokens = filterTokens;
|
|
7151
|
-
function isMathBlock(token) {
|
|
7152
|
-
return (token.tag === "$$" || token.tag === "math") && token.type.startsWith("math_block") && !token.type.endsWith("_end");
|
|
7153
|
-
}
|
|
7154
|
-
module2.exports.isMathBlock = isMathBlock;
|
|
7155
7367
|
module2.exports.getLineMetadata = function getLineMetadata(params) {
|
|
7156
7368
|
const lineMetadata = params.lines.map(
|
|
7157
|
-
(line, index) => [line, index, false, 0, false, false, false
|
|
7369
|
+
(line, index) => [line, index, false, 0, false, false, false]
|
|
7158
7370
|
);
|
|
7159
7371
|
filterTokens(params, "fence", (token) => {
|
|
7160
7372
|
lineMetadata[token.map[0]][3] = 1;
|
|
@@ -7183,11 +7395,6 @@ var require_helpers2 = __commonJS({
|
|
|
7183
7395
|
filterTokens(params, "hr", (token) => {
|
|
7184
7396
|
lineMetadata[token.map[0]][6] = true;
|
|
7185
7397
|
});
|
|
7186
|
-
for (const token of params.parsers.markdownit.tokens.filter(isMathBlock)) {
|
|
7187
|
-
for (let i = token.map[0]; i < token.map[1]; i++) {
|
|
7188
|
-
lineMetadata[i][7] = true;
|
|
7189
|
-
}
|
|
7190
|
-
}
|
|
7191
7398
|
return lineMetadata;
|
|
7192
7399
|
};
|
|
7193
7400
|
function forEachLine(lineMetadata, handler) {
|
|
@@ -7238,14 +7445,6 @@ var require_helpers2 = __commonJS({
|
|
|
7238
7445
|
}
|
|
7239
7446
|
return flattenedLists;
|
|
7240
7447
|
};
|
|
7241
|
-
function forEachInlineChild(params, type2, handler) {
|
|
7242
|
-
filterTokens(params, "inline", (token) => {
|
|
7243
|
-
for (const child of token.children.filter((c) => c.type === type2)) {
|
|
7244
|
-
handler(child, token);
|
|
7245
|
-
}
|
|
7246
|
-
});
|
|
7247
|
-
}
|
|
7248
|
-
module2.exports.forEachInlineChild = forEachInlineChild;
|
|
7249
7448
|
module2.exports.forEachHeading = function forEachHeading(params, handler) {
|
|
7250
7449
|
let heading = null;
|
|
7251
7450
|
for (const token of params.parsers.markdownit.tokens) {
|
|
@@ -7366,39 +7565,6 @@ var require_helpers2 = __commonJS({
|
|
|
7366
7565
|
});
|
|
7367
7566
|
return exclusions;
|
|
7368
7567
|
};
|
|
7369
|
-
module2.exports.htmlElementRanges = (params, lineMetadata) => {
|
|
7370
|
-
const exclusions = [];
|
|
7371
|
-
forEachLine(lineMetadata, (line, lineIndex, inCode) => {
|
|
7372
|
-
let match = null;
|
|
7373
|
-
while (!inCode && (match = htmlElementRe.exec(line)) !== null) {
|
|
7374
|
-
exclusions.push([lineIndex, match.index, match[0].length]);
|
|
7375
|
-
}
|
|
7376
|
-
});
|
|
7377
|
-
forEachInlineChild(params, "html_inline", (token, parent) => {
|
|
7378
|
-
const parentContent = parent.content;
|
|
7379
|
-
let tokenContent = token.content;
|
|
7380
|
-
const parentIndex = parentContent.indexOf(tokenContent);
|
|
7381
|
-
let deltaLines = 0;
|
|
7382
|
-
let indent = 0;
|
|
7383
|
-
for (let i = parentIndex - 1; i >= 0; i--) {
|
|
7384
|
-
if (parentContent[i] === "\n") {
|
|
7385
|
-
deltaLines++;
|
|
7386
|
-
} else if (deltaLines === 0) {
|
|
7387
|
-
indent++;
|
|
7388
|
-
}
|
|
7389
|
-
}
|
|
7390
|
-
let lineIndex = token.lineNumber - 1 + deltaLines;
|
|
7391
|
-
do {
|
|
7392
|
-
const index = tokenContent.indexOf("\n");
|
|
7393
|
-
const length = index === -1 ? tokenContent.length : index;
|
|
7394
|
-
exclusions.push([lineIndex, indent, length]);
|
|
7395
|
-
tokenContent = tokenContent.slice(length + 1);
|
|
7396
|
-
lineIndex++;
|
|
7397
|
-
indent = 0;
|
|
7398
|
-
} while (tokenContent.length > 0);
|
|
7399
|
-
});
|
|
7400
|
-
return exclusions;
|
|
7401
|
-
};
|
|
7402
7568
|
var withinAnyRange = (ranges, lineIndex, index, length) => !ranges.every((span) => lineIndex !== span[0] || index < span[1] || index + length > span[1] + span[2]);
|
|
7403
7569
|
module2.exports.withinAnyRange = withinAnyRange;
|
|
7404
7570
|
module2.exports.rangeFromRegExp = function rangeFromRegExp(line, regexp) {
|
|
@@ -7419,104 +7585,6 @@ var require_helpers2 = __commonJS({
|
|
|
7419
7585
|
);
|
|
7420
7586
|
return !ignoreFrontMatter && frontMatterLines.some((line) => frontMatterTitleRe.test(line));
|
|
7421
7587
|
};
|
|
7422
|
-
function forEachLink(line, handler) {
|
|
7423
|
-
const findClosingSymbol = (index) => {
|
|
7424
|
-
const begin = line[index];
|
|
7425
|
-
const end = begin === "[" ? "]" : ")";
|
|
7426
|
-
let nesting = 0;
|
|
7427
|
-
let escaping2 = false;
|
|
7428
|
-
let pointy = false;
|
|
7429
|
-
for (let i = index + 1; i < line.length; i++) {
|
|
7430
|
-
const current = line[i];
|
|
7431
|
-
if (current === "\\") {
|
|
7432
|
-
escaping2 = !escaping2;
|
|
7433
|
-
} else if (!escaping2 && current === begin) {
|
|
7434
|
-
nesting++;
|
|
7435
|
-
} else if (!escaping2 && current === end) {
|
|
7436
|
-
if (nesting > 0) {
|
|
7437
|
-
nesting--;
|
|
7438
|
-
} else if (!pointy) {
|
|
7439
|
-
return i + 1;
|
|
7440
|
-
}
|
|
7441
|
-
} else if (i === index + 1 && begin === "(" && current === "<") {
|
|
7442
|
-
pointy = true;
|
|
7443
|
-
} else if (!escaping2 && pointy && current === ">") {
|
|
7444
|
-
pointy = false;
|
|
7445
|
-
nesting = 0;
|
|
7446
|
-
} else {
|
|
7447
|
-
escaping2 = false;
|
|
7448
|
-
}
|
|
7449
|
-
}
|
|
7450
|
-
return -1;
|
|
7451
|
-
};
|
|
7452
|
-
let escaping = false;
|
|
7453
|
-
for (let i = 0; i < line.length; i++) {
|
|
7454
|
-
const current = line[i];
|
|
7455
|
-
if (current === "\\") {
|
|
7456
|
-
escaping = !escaping;
|
|
7457
|
-
} else if (!escaping && current === "[") {
|
|
7458
|
-
const textEnd = findClosingSymbol(i);
|
|
7459
|
-
if (textEnd !== -1) {
|
|
7460
|
-
if (line[textEnd] === "(" || line[textEnd] === "[") {
|
|
7461
|
-
const destEnd = findClosingSymbol(textEnd);
|
|
7462
|
-
if (destEnd !== -1) {
|
|
7463
|
-
const link = line.slice(i, destEnd);
|
|
7464
|
-
const text = line.slice(i, textEnd);
|
|
7465
|
-
const dest = line.slice(textEnd, destEnd);
|
|
7466
|
-
handler(i, link, text, dest);
|
|
7467
|
-
i = destEnd;
|
|
7468
|
-
}
|
|
7469
|
-
}
|
|
7470
|
-
if (i < textEnd) {
|
|
7471
|
-
const text = line.slice(i, textEnd);
|
|
7472
|
-
handler(i, text, text);
|
|
7473
|
-
i = textEnd;
|
|
7474
|
-
}
|
|
7475
|
-
}
|
|
7476
|
-
} else {
|
|
7477
|
-
escaping = false;
|
|
7478
|
-
}
|
|
7479
|
-
}
|
|
7480
|
-
}
|
|
7481
|
-
module2.exports.forEachLink = forEachLink;
|
|
7482
|
-
function emphasisMarkersInContent(params) {
|
|
7483
|
-
const { lines } = params;
|
|
7484
|
-
const byLine = new Array(lines.length);
|
|
7485
|
-
for (const [tokenLineIndex, tokenLine] of lines.entries()) {
|
|
7486
|
-
const inLine = [];
|
|
7487
|
-
forEachLink(tokenLine, (index, match) => {
|
|
7488
|
-
let markerMatch = null;
|
|
7489
|
-
while (markerMatch = emphasisMarkersRe.exec(match)) {
|
|
7490
|
-
inLine.push(index + markerMatch.index);
|
|
7491
|
-
}
|
|
7492
|
-
});
|
|
7493
|
-
byLine[tokenLineIndex] = inLine;
|
|
7494
|
-
}
|
|
7495
|
-
filterTokens(params, "inline", (token) => {
|
|
7496
|
-
const { children, lineNumber, map: map2 } = token;
|
|
7497
|
-
if (children.some((child) => child.type === "code_inline")) {
|
|
7498
|
-
const tokenLines = lines.slice(map2[0], map2[1]);
|
|
7499
|
-
forEachInlineCodeSpan(
|
|
7500
|
-
tokenLines.join("\n"),
|
|
7501
|
-
(code, lineIndex, column, tickCount) => {
|
|
7502
|
-
const codeLines = code.split(newLineRe);
|
|
7503
|
-
for (const [codeLineIndex, codeLine] of codeLines.entries()) {
|
|
7504
|
-
const byLineIndex = lineNumber - 1 + lineIndex + codeLineIndex;
|
|
7505
|
-
const inLine = byLine[byLineIndex];
|
|
7506
|
-
const codeLineOffset = codeLineIndex ? 0 : column - 1 + tickCount;
|
|
7507
|
-
let match = null;
|
|
7508
|
-
while (match = emphasisMarkersRe.exec(codeLine)) {
|
|
7509
|
-
inLine.push(codeLineOffset + match.index);
|
|
7510
|
-
}
|
|
7511
|
-
byLine[byLineIndex] = inLine;
|
|
7512
|
-
}
|
|
7513
|
-
}
|
|
7514
|
-
);
|
|
7515
|
-
}
|
|
7516
|
-
});
|
|
7517
|
-
return byLine;
|
|
7518
|
-
}
|
|
7519
|
-
module2.exports.emphasisMarkersInContent = emphasisMarkersInContent;
|
|
7520
7588
|
function getReferenceLinkImageData(params) {
|
|
7521
7589
|
const normalizeReference = (s) => s.toLowerCase().trim().replace(/\s+/g, " ");
|
|
7522
7590
|
const definitions = /* @__PURE__ */ new Map();
|
|
@@ -7835,7 +7903,6 @@ var require_cache = __commonJS({
|
|
|
7835
7903
|
module2.exports.clear = () => map2.clear();
|
|
7836
7904
|
module2.exports.codeBlockAndSpanRanges = () => map2.get("codeBlockAndSpanRanges");
|
|
7837
7905
|
module2.exports.flattenedLists = () => map2.get("flattenedLists");
|
|
7838
|
-
module2.exports.htmlElementRanges = () => map2.get("htmlElementRanges");
|
|
7839
7906
|
module2.exports.lineMetadata = () => map2.get("lineMetadata");
|
|
7840
7907
|
module2.exports.referenceLinkImageData = () => map2.get("referenceLinkImageData");
|
|
7841
7908
|
}
|
|
@@ -8626,58 +8693,82 @@ var require_md021 = __commonJS({
|
|
|
8626
8693
|
var require_md022 = __commonJS({
|
|
8627
8694
|
"node_modules/markdownlint/lib/md022.js"(exports, module2) {
|
|
8628
8695
|
"use strict";
|
|
8629
|
-
var { addErrorDetailIf, blockquotePrefixRe,
|
|
8696
|
+
var { addErrorDetailIf, blockquotePrefixRe, isBlankLine } = require_helpers2();
|
|
8697
|
+
var { filterByTypes, getHeadingLevel } = require_micromark2();
|
|
8698
|
+
var defaultLines = 1;
|
|
8699
|
+
var getLinesFunction = (linesParam) => {
|
|
8700
|
+
if (Array.isArray(linesParam)) {
|
|
8701
|
+
const linesArray = new Array(6).fill(defaultLines);
|
|
8702
|
+
for (const [index, value] of [...linesParam.entries()].slice(0, 6)) {
|
|
8703
|
+
linesArray[index] = value;
|
|
8704
|
+
}
|
|
8705
|
+
return (heading) => linesArray[getHeadingLevel(heading) - 1];
|
|
8706
|
+
}
|
|
8707
|
+
const lines = linesParam === void 0 ? defaultLines : Number(linesParam);
|
|
8708
|
+
return () => lines;
|
|
8709
|
+
};
|
|
8630
8710
|
var getBlockQuote = (str2, count) => (str2 || "").match(blockquotePrefixRe)[0].trimEnd().concat("\n").repeat(count);
|
|
8631
8711
|
module2.exports = {
|
|
8632
8712
|
"names": ["MD022", "blanks-around-headings", "blanks-around-headers"],
|
|
8633
8713
|
"description": "Headings should be surrounded by blank lines",
|
|
8634
8714
|
"tags": ["headings", "headers", "blank_lines"],
|
|
8635
8715
|
"function": function MD022(params, onError) {
|
|
8636
|
-
|
|
8637
|
-
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
|
|
8641
|
-
|
|
8642
|
-
|
|
8643
|
-
|
|
8644
|
-
|
|
8645
|
-
|
|
8716
|
+
const getLinesAbove = getLinesFunction(params.config.lines_above);
|
|
8717
|
+
const getLinesBelow = getLinesFunction(params.config.lines_below);
|
|
8718
|
+
const { lines, parsers } = params;
|
|
8719
|
+
const headings = filterByTypes(
|
|
8720
|
+
parsers.micromark.tokens,
|
|
8721
|
+
["atxHeading", "setextHeading"]
|
|
8722
|
+
);
|
|
8723
|
+
for (const heading of headings) {
|
|
8724
|
+
const { startLine, endLine } = heading;
|
|
8725
|
+
const line = lines[startLine - 1].trim();
|
|
8726
|
+
const linesAbove = getLinesAbove(heading);
|
|
8727
|
+
if (linesAbove >= 0) {
|
|
8728
|
+
let actualAbove = 0;
|
|
8729
|
+
for (let i = 0; i < linesAbove && isBlankLine(lines[startLine - 2 - i]); i++) {
|
|
8646
8730
|
actualAbove++;
|
|
8647
8731
|
}
|
|
8732
|
+
addErrorDetailIf(
|
|
8733
|
+
onError,
|
|
8734
|
+
startLine,
|
|
8735
|
+
linesAbove,
|
|
8736
|
+
actualAbove,
|
|
8737
|
+
"Above",
|
|
8738
|
+
line,
|
|
8739
|
+
null,
|
|
8740
|
+
{
|
|
8741
|
+
"insertText": getBlockQuote(
|
|
8742
|
+
lines[startLine - 2],
|
|
8743
|
+
linesAbove - actualAbove
|
|
8744
|
+
)
|
|
8745
|
+
}
|
|
8746
|
+
);
|
|
8648
8747
|
}
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
actualAbove,
|
|
8654
|
-
"Above",
|
|
8655
|
-
lines[topIndex].trim(),
|
|
8656
|
-
null,
|
|
8657
|
-
{
|
|
8658
|
-
"insertText": getBlockQuote(lines[topIndex - 1], linesAbove - actualAbove)
|
|
8659
|
-
}
|
|
8660
|
-
);
|
|
8661
|
-
let actualBelow = 0;
|
|
8662
|
-
for (let i = 0; i < linesBelow; i++) {
|
|
8663
|
-
if (isBlankLine(lines[nextIndex + i])) {
|
|
8748
|
+
const linesBelow = getLinesBelow(heading);
|
|
8749
|
+
if (linesBelow >= 0) {
|
|
8750
|
+
let actualBelow = 0;
|
|
8751
|
+
for (let i = 0; i < linesBelow && isBlankLine(lines[endLine + i]); i++) {
|
|
8664
8752
|
actualBelow++;
|
|
8665
8753
|
}
|
|
8754
|
+
addErrorDetailIf(
|
|
8755
|
+
onError,
|
|
8756
|
+
startLine,
|
|
8757
|
+
linesBelow,
|
|
8758
|
+
actualBelow,
|
|
8759
|
+
"Below",
|
|
8760
|
+
line,
|
|
8761
|
+
null,
|
|
8762
|
+
{
|
|
8763
|
+
"lineNumber": endLine + 1,
|
|
8764
|
+
"insertText": getBlockQuote(
|
|
8765
|
+
lines[endLine],
|
|
8766
|
+
linesBelow - actualBelow
|
|
8767
|
+
)
|
|
8768
|
+
}
|
|
8769
|
+
);
|
|
8666
8770
|
}
|
|
8667
|
-
|
|
8668
|
-
onError,
|
|
8669
|
-
topIndex + 1,
|
|
8670
|
-
linesBelow,
|
|
8671
|
-
actualBelow,
|
|
8672
|
-
"Below",
|
|
8673
|
-
lines[topIndex].trim(),
|
|
8674
|
-
null,
|
|
8675
|
-
{
|
|
8676
|
-
"lineNumber": nextIndex + 1,
|
|
8677
|
-
"insertText": getBlockQuote(lines[nextIndex], linesBelow - actualBelow)
|
|
8678
|
-
}
|
|
8679
|
-
);
|
|
8680
|
-
});
|
|
8771
|
+
}
|
|
8681
8772
|
}
|
|
8682
8773
|
};
|
|
8683
8774
|
}
|
|
@@ -8804,8 +8895,14 @@ var require_md025 = __commonJS({
|
|
|
8804
8895
|
var require_md026 = __commonJS({
|
|
8805
8896
|
"node_modules/markdownlint/lib/md026.js"(exports, module2) {
|
|
8806
8897
|
"use strict";
|
|
8807
|
-
var {
|
|
8808
|
-
|
|
8898
|
+
var {
|
|
8899
|
+
addError,
|
|
8900
|
+
allPunctuationNoQuestion,
|
|
8901
|
+
endOfLineGemojiCodeRe,
|
|
8902
|
+
endOfLineHtmlEntityRe,
|
|
8903
|
+
escapeForRegExp
|
|
8904
|
+
} = require_helpers2();
|
|
8905
|
+
var { filterByTypes } = require_micromark2();
|
|
8809
8906
|
module2.exports = {
|
|
8810
8907
|
"names": ["MD026", "no-trailing-punctuation"],
|
|
8811
8908
|
"description": "Trailing punctuation in heading",
|
|
@@ -8816,19 +8913,22 @@ var require_md026 = __commonJS({
|
|
|
8816
8913
|
punctuation === void 0 ? allPunctuationNoQuestion : punctuation
|
|
8817
8914
|
);
|
|
8818
8915
|
const trailingPunctuationRe = new RegExp("\\s*[" + escapeForRegExp(punctuation) + "]+$");
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8916
|
+
const headings = filterByTypes(
|
|
8917
|
+
params.parsers.micromark.tokens,
|
|
8918
|
+
["atxHeadingText", "setextHeadingText"]
|
|
8919
|
+
);
|
|
8920
|
+
for (const heading of headings) {
|
|
8921
|
+
const { endLine, startColumn, text } = heading;
|
|
8922
|
+
const match = trailingPunctuationRe.exec(text);
|
|
8923
|
+
if (match && !endOfLineHtmlEntityRe.test(text) && !endOfLineGemojiCodeRe.test(text)) {
|
|
8824
8924
|
const fullMatch = match[0];
|
|
8825
|
-
const column = match.index
|
|
8925
|
+
const column = startColumn + match.index;
|
|
8826
8926
|
const length = fullMatch.length;
|
|
8827
8927
|
addError(
|
|
8828
8928
|
onError,
|
|
8829
|
-
|
|
8929
|
+
endLine,
|
|
8830
8930
|
`Punctuation: '${fullMatch}'`,
|
|
8831
|
-
|
|
8931
|
+
void 0,
|
|
8832
8932
|
[column, length],
|
|
8833
8933
|
{
|
|
8834
8934
|
"editColumn": column,
|
|
@@ -8836,7 +8936,7 @@ var require_md026 = __commonJS({
|
|
|
8836
8936
|
}
|
|
8837
8937
|
);
|
|
8838
8938
|
}
|
|
8839
|
-
}
|
|
8939
|
+
}
|
|
8840
8940
|
}
|
|
8841
8941
|
};
|
|
8842
8942
|
}
|
|
@@ -9096,49 +9196,60 @@ var require_md032 = __commonJS({
|
|
|
9096
9196
|
"node_modules/markdownlint/lib/md032.js"(exports, module2) {
|
|
9097
9197
|
"use strict";
|
|
9098
9198
|
var { addErrorContext, blockquotePrefixRe, isBlankLine } = require_helpers2();
|
|
9099
|
-
var {
|
|
9199
|
+
var { filterByPredicate, flattenedChildren } = require_micromark2();
|
|
9200
|
+
var nonContentTokens = /* @__PURE__ */ new Set([
|
|
9201
|
+
"blockQuoteMarker",
|
|
9202
|
+
"blockQuotePrefix",
|
|
9203
|
+
"blockQuotePrefixWhitespace",
|
|
9204
|
+
"lineEnding",
|
|
9205
|
+
"lineEndingBlank",
|
|
9206
|
+
"linePrefix",
|
|
9207
|
+
"listItemIndent"
|
|
9208
|
+
]);
|
|
9209
|
+
var isList = (token) => token.type === "listOrdered" || token.type === "listUnordered";
|
|
9210
|
+
var addBlankLineError = (onError, lines, lineIndex, lineNumber) => {
|
|
9211
|
+
const line = lines[lineIndex];
|
|
9212
|
+
const quotePrefix = line.match(blockquotePrefixRe)[0].trimEnd();
|
|
9213
|
+
addErrorContext(
|
|
9214
|
+
onError,
|
|
9215
|
+
lineIndex + 1,
|
|
9216
|
+
line.trim(),
|
|
9217
|
+
null,
|
|
9218
|
+
null,
|
|
9219
|
+
null,
|
|
9220
|
+
{
|
|
9221
|
+
lineNumber,
|
|
9222
|
+
"insertText": `${quotePrefix}
|
|
9223
|
+
`
|
|
9224
|
+
}
|
|
9225
|
+
);
|
|
9226
|
+
};
|
|
9100
9227
|
module2.exports = {
|
|
9101
9228
|
"names": ["MD032", "blanks-around-lists"],
|
|
9102
9229
|
"description": "Lists should be surrounded by blank lines",
|
|
9103
9230
|
"tags": ["bullet", "ul", "ol", "blank_lines"],
|
|
9104
9231
|
"function": function MD032(params, onError) {
|
|
9105
|
-
const { lines } = params;
|
|
9106
|
-
const
|
|
9107
|
-
|
|
9108
|
-
|
|
9232
|
+
const { lines, parsers } = params;
|
|
9233
|
+
const topLevelLists = filterByPredicate(
|
|
9234
|
+
parsers.micromark.tokens,
|
|
9235
|
+
isList,
|
|
9236
|
+
(token) => isList(token) ? [] : token.children
|
|
9237
|
+
);
|
|
9238
|
+
for (const list of topLevelLists) {
|
|
9239
|
+
const firstIndex = list.startLine - 1;
|
|
9109
9240
|
if (!isBlankLine(lines[firstIndex - 1])) {
|
|
9110
|
-
|
|
9111
|
-
const quotePrefix = line.match(blockquotePrefixRe)[0].trimEnd();
|
|
9112
|
-
addErrorContext(
|
|
9113
|
-
onError,
|
|
9114
|
-
firstIndex + 1,
|
|
9115
|
-
line.trim(),
|
|
9116
|
-
null,
|
|
9117
|
-
null,
|
|
9118
|
-
null,
|
|
9119
|
-
{
|
|
9120
|
-
"insertText": `${quotePrefix}
|
|
9121
|
-
`
|
|
9122
|
-
}
|
|
9123
|
-
);
|
|
9241
|
+
addBlankLineError(onError, lines, firstIndex);
|
|
9124
9242
|
}
|
|
9125
|
-
|
|
9243
|
+
let endLine = list.endLine;
|
|
9244
|
+
for (const child of flattenedChildren(list).reverse()) {
|
|
9245
|
+
if (!nonContentTokens.has(child.type)) {
|
|
9246
|
+
endLine = child.endLine;
|
|
9247
|
+
break;
|
|
9248
|
+
}
|
|
9249
|
+
}
|
|
9250
|
+
const lastIndex = endLine - 1;
|
|
9126
9251
|
if (!isBlankLine(lines[lastIndex + 1])) {
|
|
9127
|
-
|
|
9128
|
-
const quotePrefix = line.match(blockquotePrefixRe)[0].trimEnd();
|
|
9129
|
-
addErrorContext(
|
|
9130
|
-
onError,
|
|
9131
|
-
lastIndex + 1,
|
|
9132
|
-
line.trim(),
|
|
9133
|
-
null,
|
|
9134
|
-
null,
|
|
9135
|
-
null,
|
|
9136
|
-
{
|
|
9137
|
-
"lineNumber": lastIndex + 2,
|
|
9138
|
-
"insertText": `${quotePrefix}
|
|
9139
|
-
`
|
|
9140
|
-
}
|
|
9141
|
-
);
|
|
9252
|
+
addBlankLineError(onError, lines, lastIndex, lastIndex + 2);
|
|
9142
9253
|
}
|
|
9143
9254
|
}
|
|
9144
9255
|
}
|
|
@@ -9151,7 +9262,7 @@ var require_md033 = __commonJS({
|
|
|
9151
9262
|
"node_modules/markdownlint/lib/md033.js"(exports, module2) {
|
|
9152
9263
|
"use strict";
|
|
9153
9264
|
var { addError } = require_helpers2();
|
|
9154
|
-
var {
|
|
9265
|
+
var { filterByHtmlTokens, getHtmlTagInfo } = require_micromark2();
|
|
9155
9266
|
var nextLinesRe = /[\r\n][\s\S]*$/;
|
|
9156
9267
|
module2.exports = {
|
|
9157
9268
|
"names": ["MD033", "no-inline-html"],
|
|
@@ -9161,42 +9272,20 @@ var require_md033 = __commonJS({
|
|
|
9161
9272
|
let allowedElements = params.config.allowed_elements;
|
|
9162
9273
|
allowedElements = Array.isArray(allowedElements) ? allowedElements : [];
|
|
9163
9274
|
allowedElements = allowedElements.map((element) => element.toLowerCase());
|
|
9164
|
-
const
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
token.startLine + offset,
|
|
9179
|
-
"Element: " + htmlTagInfo.name,
|
|
9180
|
-
void 0,
|
|
9181
|
-
range
|
|
9182
|
-
);
|
|
9183
|
-
}
|
|
9184
|
-
} else {
|
|
9185
|
-
const options = {
|
|
9186
|
-
"extensions": [
|
|
9187
|
-
{
|
|
9188
|
-
"disable": {
|
|
9189
|
-
"null": ["codeIndented", "htmlFlow"]
|
|
9190
|
-
}
|
|
9191
|
-
}
|
|
9192
|
-
]
|
|
9193
|
-
};
|
|
9194
|
-
const lines = params.lines.slice(token.startLine - 1, token.endLine).join("\n");
|
|
9195
|
-
const flowTokens = parse(lines, options);
|
|
9196
|
-
pending.push(
|
|
9197
|
-
[token.startLine - 1, flowTokens]
|
|
9198
|
-
);
|
|
9199
|
-
}
|
|
9275
|
+
for (const token of filterByHtmlTokens(params.parsers.micromark.tokens)) {
|
|
9276
|
+
const htmlTagInfo = getHtmlTagInfo(token);
|
|
9277
|
+
if (htmlTagInfo && !htmlTagInfo.close && !allowedElements.includes(htmlTagInfo.name.toLowerCase())) {
|
|
9278
|
+
const range = [
|
|
9279
|
+
token.startColumn,
|
|
9280
|
+
token.text.replace(nextLinesRe, "").length
|
|
9281
|
+
];
|
|
9282
|
+
addError(
|
|
9283
|
+
onError,
|
|
9284
|
+
token.startLine,
|
|
9285
|
+
"Element: " + htmlTagInfo.name,
|
|
9286
|
+
void 0,
|
|
9287
|
+
range
|
|
9288
|
+
);
|
|
9200
9289
|
}
|
|
9201
9290
|
}
|
|
9202
9291
|
}
|
|
@@ -9360,144 +9449,82 @@ var require_md036 = __commonJS({
|
|
|
9360
9449
|
var require_md037 = __commonJS({
|
|
9361
9450
|
"node_modules/markdownlint/lib/md037.js"(exports, module2) {
|
|
9362
9451
|
"use strict";
|
|
9363
|
-
var {
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
forEachLine,
|
|
9367
|
-
isBlankLine,
|
|
9368
|
-
withinAnyRange
|
|
9369
|
-
} = require_helpers2();
|
|
9370
|
-
var { htmlElementRanges, lineMetadata } = require_cache();
|
|
9371
|
-
var emphasisRe = /(^|[^\\]|\\\\)(?:(\*{1,3})|(_{1,3}))/g;
|
|
9372
|
-
var embeddedUnderscoreRe = /([A-Za-z\d])(_([A-Za-z\d]))+/g;
|
|
9373
|
-
var asteriskListItemMarkerRe = /^([\s>]*)\*(\s+)/;
|
|
9374
|
-
var leftSpaceRe = /^\s+/;
|
|
9375
|
-
var rightSpaceRe = /\s+$/;
|
|
9376
|
-
var tablePipeRe = /\|/;
|
|
9377
|
-
var allUnderscoresRe = /_/g;
|
|
9452
|
+
var { addError } = require_helpers2();
|
|
9453
|
+
var emphasisStartTextRe = /^(\S{1,3})(\s+)\S/;
|
|
9454
|
+
var emphasisEndTextRe = /\S(\s+)(\S{1,3})$/;
|
|
9378
9455
|
module2.exports = {
|
|
9379
9456
|
"names": ["MD037", "no-space-in-emphasis"],
|
|
9380
9457
|
"description": "Spaces inside emphasis markers",
|
|
9381
9458
|
"tags": ["whitespace", "emphasis"],
|
|
9382
9459
|
"function": function MD037(params, onError) {
|
|
9383
|
-
const
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
if (!emphasisLength) {
|
|
9395
|
-
content = content.trimStart();
|
|
9396
|
-
}
|
|
9397
|
-
if (!match) {
|
|
9398
|
-
content = content.trimEnd();
|
|
9399
|
-
}
|
|
9400
|
-
const leftSpace = leftSpaceRe.test(content);
|
|
9401
|
-
const rightSpace = rightSpaceRe.test(content);
|
|
9402
|
-
if ((leftSpace || rightSpace) && (!inTable || !tablePipeRe.test(content))) {
|
|
9403
|
-
const contextStart = emphasisIndex - emphasisLength;
|
|
9404
|
-
const contextEnd = matchIndex + contextLength;
|
|
9405
|
-
const column = contextStart + 1;
|
|
9406
|
-
const length = contextEnd - contextStart;
|
|
9407
|
-
if (!withinAnyRange(exclusions, lineIndex, column, length)) {
|
|
9408
|
-
const context = line.substring(contextStart, contextEnd);
|
|
9409
|
-
const leftMarker = line.substring(contextStart, emphasisIndex);
|
|
9410
|
-
const rightMarker = match ? match[2] || match[3] : "";
|
|
9411
|
-
const fixedText = `${leftMarker}${content.trim()}${rightMarker}`;
|
|
9412
|
-
return [
|
|
9413
|
-
onError,
|
|
9414
|
-
lineIndex + 1,
|
|
9415
|
-
context,
|
|
9416
|
-
leftSpace,
|
|
9417
|
-
rightSpace,
|
|
9418
|
-
[column, length],
|
|
9419
|
-
{
|
|
9420
|
-
"editColumn": column,
|
|
9421
|
-
"deleteCount": length,
|
|
9422
|
-
"insertText": fixedText
|
|
9423
|
-
}
|
|
9424
|
-
];
|
|
9425
|
-
}
|
|
9460
|
+
const { lines, parsers } = params;
|
|
9461
|
+
const emphasisTokensByMarker = /* @__PURE__ */ new Map();
|
|
9462
|
+
for (const marker of ["_", "__", "___", "*", "**", "***"]) {
|
|
9463
|
+
emphasisTokensByMarker.set(marker, []);
|
|
9464
|
+
}
|
|
9465
|
+
const pending = [...parsers.micromark.tokens];
|
|
9466
|
+
let token = null;
|
|
9467
|
+
while (token = pending.shift()) {
|
|
9468
|
+
if (token.type === "htmlFlow") {
|
|
9469
|
+
pending.unshift(...token.htmlFlowChildren);
|
|
9470
|
+
continue;
|
|
9426
9471
|
}
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
}
|
|
9438
|
-
if (inCode || onFence || onBreak || inMath) {
|
|
9439
|
-
return;
|
|
9440
|
-
}
|
|
9441
|
-
let patchedLine = line.replace(
|
|
9442
|
-
embeddedUnderscoreRe,
|
|
9443
|
-
(match2) => match2.replace(allUnderscoresRe, " ")
|
|
9444
|
-
);
|
|
9445
|
-
if (onItemStart) {
|
|
9446
|
-
patchedLine = patchedLine.replace(asteriskListItemMarkerRe, "$1 $2");
|
|
9447
|
-
}
|
|
9448
|
-
let match = null;
|
|
9449
|
-
while (match = emphasisRe.exec(patchedLine)) {
|
|
9450
|
-
const ignoreMarkersForLine = ignoreMarkersByLine[lineIndex];
|
|
9451
|
-
const matchIndex = match.index + match[1].length;
|
|
9452
|
-
if (ignoreMarkersForLine.includes(matchIndex)) {
|
|
9453
|
-
continue;
|
|
9472
|
+
pending.push(...token.children);
|
|
9473
|
+
for (const emphasisTokens of emphasisTokensByMarker.values()) {
|
|
9474
|
+
emphasisTokens.length = 0;
|
|
9475
|
+
}
|
|
9476
|
+
for (const child of token.children) {
|
|
9477
|
+
const { text, type: type2 } = child;
|
|
9478
|
+
if (type2 === "data" && text.length <= 3) {
|
|
9479
|
+
const emphasisTokens = emphasisTokensByMarker.get(text);
|
|
9480
|
+
if (emphasisTokens) {
|
|
9481
|
+
emphasisTokens.push(child);
|
|
9454
9482
|
}
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9483
|
+
}
|
|
9484
|
+
}
|
|
9485
|
+
for (const emphasisTokens of emphasisTokensByMarker.values()) {
|
|
9486
|
+
for (let i = 0; i + 1 < emphasisTokens.length; i += 2) {
|
|
9487
|
+
const startToken = emphasisTokens[i];
|
|
9488
|
+
const startText = lines[startToken.startLine - 1].slice(startToken.startColumn - 1);
|
|
9489
|
+
const startMatch = startText.match(emphasisStartTextRe);
|
|
9490
|
+
if (startMatch) {
|
|
9491
|
+
const [startContext, startMarker, startSpaces] = startMatch;
|
|
9492
|
+
if (startMarker === startToken.text && startSpaces.length > 0) {
|
|
9493
|
+
addError(
|
|
9494
|
+
onError,
|
|
9495
|
+
startToken.startLine,
|
|
9496
|
+
void 0,
|
|
9497
|
+
startContext,
|
|
9498
|
+
[startToken.startColumn, startContext.length],
|
|
9499
|
+
{
|
|
9500
|
+
"editColumn": startToken.endColumn,
|
|
9501
|
+
"deleteCount": startSpaces.length
|
|
9502
|
+
}
|
|
9475
9503
|
);
|
|
9476
|
-
if (error) {
|
|
9477
|
-
addErrorContext(...error);
|
|
9478
|
-
}
|
|
9479
|
-
resetRunTracking();
|
|
9480
|
-
} else if (matchLength === 3) {
|
|
9481
|
-
effectiveEmphasisLength = matchLength - effectiveEmphasisLength;
|
|
9482
|
-
} else if (effectiveEmphasisLength === 3) {
|
|
9483
|
-
effectiveEmphasisLength -= matchLength;
|
|
9484
|
-
} else {
|
|
9485
|
-
effectiveEmphasisLength += matchLength;
|
|
9486
9504
|
}
|
|
9487
|
-
|
|
9488
|
-
|
|
9505
|
+
}
|
|
9506
|
+
const endToken = emphasisTokens[i + 1];
|
|
9507
|
+
const endText = lines[endToken.startLine - 1].slice(0, endToken.endColumn - 1);
|
|
9508
|
+
const endMatch = endText.match(emphasisEndTextRe);
|
|
9509
|
+
if (endMatch) {
|
|
9510
|
+
const [endContext, endSpace, endMarker] = endMatch;
|
|
9511
|
+
if (endMarker === endToken.text && endSpace.length > 0) {
|
|
9512
|
+
addError(
|
|
9513
|
+
onError,
|
|
9514
|
+
endToken.startLine,
|
|
9515
|
+
void 0,
|
|
9516
|
+
endContext,
|
|
9517
|
+
[endToken.endColumn - endContext.length, endContext.length],
|
|
9518
|
+
{
|
|
9519
|
+
"editColumn": endToken.startColumn - endSpace.length,
|
|
9520
|
+
"deleteCount": endSpace.length
|
|
9521
|
+
}
|
|
9522
|
+
);
|
|
9489
9523
|
}
|
|
9490
|
-
} else if (emphasisRe.lastIndex > 1) {
|
|
9491
|
-
emphasisRe.lastIndex--;
|
|
9492
9524
|
}
|
|
9493
9525
|
}
|
|
9494
|
-
if (emphasisIndex !== -1) {
|
|
9495
|
-
pendingError = pendingError || handleRunEnd(line, lineIndex, 0, null, line.length, inTable);
|
|
9496
|
-
emphasisIndex = 0;
|
|
9497
|
-
emphasisLength = 0;
|
|
9498
|
-
}
|
|
9499
9526
|
}
|
|
9500
|
-
|
|
9527
|
+
}
|
|
9501
9528
|
}
|
|
9502
9529
|
};
|
|
9503
9530
|
}
|
|
@@ -9981,17 +10008,27 @@ ${text}
|
|
|
9981
10008
|
var require_md045 = __commonJS({
|
|
9982
10009
|
"node_modules/markdownlint/lib/md045.js"(exports, module2) {
|
|
9983
10010
|
"use strict";
|
|
9984
|
-
var { addError
|
|
10011
|
+
var { addError } = require_helpers2();
|
|
10012
|
+
var { filterByTypes } = require_micromark2();
|
|
9985
10013
|
module2.exports = {
|
|
9986
10014
|
"names": ["MD045", "no-alt-text"],
|
|
9987
10015
|
"description": "Images should have alternate text (alt text)",
|
|
9988
10016
|
"tags": ["accessibility", "images"],
|
|
9989
10017
|
"function": function MD045(params, onError) {
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
10018
|
+
const images = filterByTypes(params.parsers.micromark.tokens, ["image"]);
|
|
10019
|
+
for (const image of images) {
|
|
10020
|
+
const labelTexts = filterByTypes(image.children, ["labelText"]);
|
|
10021
|
+
if (labelTexts.some((labelText) => labelText.text.length === 0)) {
|
|
10022
|
+
const range = image.startLine === image.endLine ? [image.startColumn, image.endColumn - image.startColumn] : void 0;
|
|
10023
|
+
addError(
|
|
10024
|
+
onError,
|
|
10025
|
+
image.startLine,
|
|
10026
|
+
void 0,
|
|
10027
|
+
void 0,
|
|
10028
|
+
range
|
|
10029
|
+
);
|
|
9993
10030
|
}
|
|
9994
|
-
}
|
|
10031
|
+
}
|
|
9995
10032
|
}
|
|
9996
10033
|
};
|
|
9997
10034
|
}
|
|
@@ -10179,19 +10216,13 @@ var require_md049_md050 = __commonJS({
|
|
|
10179
10216
|
var require_md051 = __commonJS({
|
|
10180
10217
|
"node_modules/markdownlint/lib/md051.js"(exports, module2) {
|
|
10181
10218
|
"use strict";
|
|
10182
|
-
var {
|
|
10183
|
-
|
|
10184
|
-
addErrorDetailIf,
|
|
10185
|
-
escapeForRegExp,
|
|
10186
|
-
filterTokens,
|
|
10187
|
-
forEachInlineChild,
|
|
10188
|
-
forEachHeading,
|
|
10189
|
-
htmlElementRe
|
|
10190
|
-
} = require_helpers2();
|
|
10219
|
+
var { addError, addErrorDetailIf } = require_helpers2();
|
|
10220
|
+
var { filterByHtmlTokens, filterByTypes, getHtmlTagInfo } = require_micromark2();
|
|
10191
10221
|
var idRe = /\sid\s*=\s*['"]?([^'"\s>]+)/iu;
|
|
10192
10222
|
var nameRe = /\sname\s*=\s*['"]?([^'"\s>]+)/iu;
|
|
10193
|
-
|
|
10194
|
-
|
|
10223
|
+
var anchorRe = /\{(#[a-z\d]+(?:[-_][a-z\d]+)*)\}/gu;
|
|
10224
|
+
function convertHeadingToHTMLFragment(headingText) {
|
|
10225
|
+
const inlineText = filterByTypes(headingText.children, ["codeTextData", "data"]).map((token) => token.text).join("");
|
|
10195
10226
|
return "#" + encodeURIComponent(
|
|
10196
10227
|
inlineText.toLowerCase().replace(
|
|
10197
10228
|
/[^\p{Letter}\p{Mark}\p{Number}\p{Connector_Punctuation}\- ]/gu,
|
|
@@ -10204,75 +10235,84 @@ var require_md051 = __commonJS({
|
|
|
10204
10235
|
"description": "Link fragments should be valid",
|
|
10205
10236
|
"tags": ["links"],
|
|
10206
10237
|
"function": function MD051(params, onError) {
|
|
10238
|
+
const { tokens } = params.parsers.micromark;
|
|
10207
10239
|
const fragments = /* @__PURE__ */ new Map();
|
|
10208
|
-
|
|
10209
|
-
|
|
10240
|
+
const headingTexts = filterByTypes(
|
|
10241
|
+
tokens,
|
|
10242
|
+
["atxHeadingText", "setextHeadingText"]
|
|
10243
|
+
);
|
|
10244
|
+
for (const headingText of headingTexts) {
|
|
10245
|
+
const fragment = convertHeadingToHTMLFragment(headingText);
|
|
10210
10246
|
const count = fragments.get(fragment) || 0;
|
|
10211
10247
|
if (count) {
|
|
10212
10248
|
fragments.set(`${fragment}-${count}`, 0);
|
|
10213
10249
|
}
|
|
10214
10250
|
fragments.set(fragment, count + 1);
|
|
10215
|
-
});
|
|
10216
|
-
const processHtmlToken = (token) => {
|
|
10217
10251
|
let match = null;
|
|
10218
|
-
while ((match =
|
|
10219
|
-
const [
|
|
10220
|
-
|
|
10252
|
+
while ((match = anchorRe.exec(headingText.text)) !== null) {
|
|
10253
|
+
const [, anchor] = match;
|
|
10254
|
+
if (!fragments.has(anchor)) {
|
|
10255
|
+
fragments.set(anchor, 1);
|
|
10256
|
+
}
|
|
10257
|
+
}
|
|
10258
|
+
}
|
|
10259
|
+
for (const token of filterByHtmlTokens(tokens)) {
|
|
10260
|
+
const htmlTagInfo = getHtmlTagInfo(token);
|
|
10261
|
+
if (htmlTagInfo && !htmlTagInfo.close) {
|
|
10262
|
+
const anchorMatch = idRe.exec(token.text) || htmlTagInfo.name.toLowerCase() === "a" && nameRe.exec(token.text);
|
|
10221
10263
|
if (anchorMatch) {
|
|
10222
10264
|
fragments.set(`#${anchorMatch[1]}`, 0);
|
|
10223
10265
|
}
|
|
10224
10266
|
}
|
|
10225
|
-
}
|
|
10226
|
-
|
|
10227
|
-
|
|
10228
|
-
|
|
10229
|
-
|
|
10230
|
-
|
|
10231
|
-
const
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
|
|
10237
|
-
|
|
10238
|
-
|
|
10239
|
-
|
|
10240
|
-
|
|
10241
|
-
|
|
10242
|
-
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
10252
|
-
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
10259
|
-
|
|
10260
|
-
|
|
10261
|
-
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
range
|
|
10272
|
-
);
|
|
10267
|
+
}
|
|
10268
|
+
const parentChilds = [
|
|
10269
|
+
["link", "resourceDestinationString"],
|
|
10270
|
+
["definition", "definitionDestinationString"]
|
|
10271
|
+
];
|
|
10272
|
+
for (const [parentType, definitionType] of parentChilds) {
|
|
10273
|
+
const links = filterByTypes(tokens, [parentType]);
|
|
10274
|
+
for (const link of links) {
|
|
10275
|
+
const definitions = filterByTypes(link.children, [definitionType]);
|
|
10276
|
+
for (const definition of definitions) {
|
|
10277
|
+
if (definition.text.length > 1 && definition.text.startsWith("#") && !fragments.has(definition.text)) {
|
|
10278
|
+
let context = void 0;
|
|
10279
|
+
let range = void 0;
|
|
10280
|
+
let fixInfo = void 0;
|
|
10281
|
+
if (link.startLine === link.endLine) {
|
|
10282
|
+
context = link.text;
|
|
10283
|
+
range = [link.startColumn, link.endColumn - link.startColumn];
|
|
10284
|
+
fixInfo = {
|
|
10285
|
+
"editColumn": definition.startColumn,
|
|
10286
|
+
"deleteCount": definition.endColumn - definition.startColumn
|
|
10287
|
+
};
|
|
10288
|
+
}
|
|
10289
|
+
const definitionTextLower = definition.text.toLowerCase();
|
|
10290
|
+
const mixedCaseKey = [...fragments.keys()].find((key) => definitionTextLower === key.toLowerCase());
|
|
10291
|
+
if (mixedCaseKey) {
|
|
10292
|
+
(fixInfo || {}).insertText = mixedCaseKey;
|
|
10293
|
+
addErrorDetailIf(
|
|
10294
|
+
onError,
|
|
10295
|
+
link.startLine,
|
|
10296
|
+
mixedCaseKey,
|
|
10297
|
+
definition.text,
|
|
10298
|
+
void 0,
|
|
10299
|
+
context,
|
|
10300
|
+
range,
|
|
10301
|
+
fixInfo
|
|
10302
|
+
);
|
|
10303
|
+
} else {
|
|
10304
|
+
addError(
|
|
10305
|
+
onError,
|
|
10306
|
+
link.startLine,
|
|
10307
|
+
void 0,
|
|
10308
|
+
context,
|
|
10309
|
+
range
|
|
10310
|
+
);
|
|
10311
|
+
}
|
|
10312
|
+
}
|
|
10273
10313
|
}
|
|
10274
10314
|
}
|
|
10275
|
-
}
|
|
10315
|
+
}
|
|
10276
10316
|
}
|
|
10277
10317
|
};
|
|
10278
10318
|
}
|
|
@@ -10471,7 +10511,7 @@ var require_markdownlint = __commonJS({
|
|
|
10471
10511
|
result = newError(property);
|
|
10472
10512
|
}
|
|
10473
10513
|
}
|
|
10474
|
-
if (!result && rule.information &&
|
|
10514
|
+
if (!result && rule.information && !helpers.isUrl(rule.information)) {
|
|
10475
10515
|
result = newError("information");
|
|
10476
10516
|
}
|
|
10477
10517
|
if (!result && rule.asynchronous !== void 0 && typeof rule.asynchronous !== "boolean") {
|
|
@@ -10763,7 +10803,7 @@ var require_markdownlint = __commonJS({
|
|
|
10763
10803
|
enabledRulesPerLineNumber[nextLineNumber] = applyEnableDisable(
|
|
10764
10804
|
action,
|
|
10765
10805
|
parameter,
|
|
10766
|
-
enabledRulesPerLineNumber[nextLineNumber]
|
|
10806
|
+
enabledRulesPerLineNumber[nextLineNumber]
|
|
10767
10807
|
);
|
|
10768
10808
|
}
|
|
10769
10809
|
}
|
|
@@ -10824,12 +10864,10 @@ var require_markdownlint = __commonJS({
|
|
|
10824
10864
|
const lineMetadata = helpers.getLineMetadata(paramsBase);
|
|
10825
10865
|
const codeBlockAndSpanRanges = helpers.codeBlockAndSpanRanges(paramsBase, lineMetadata);
|
|
10826
10866
|
const flattenedLists = helpers.flattenLists(paramsBase.parsers.markdownit.tokens);
|
|
10827
|
-
const htmlElementRanges = helpers.htmlElementRanges(paramsBase, lineMetadata);
|
|
10828
10867
|
const referenceLinkImageData = helpers.getReferenceLinkImageData(paramsBase);
|
|
10829
10868
|
cache.set({
|
|
10830
10869
|
codeBlockAndSpanRanges,
|
|
10831
10870
|
flattenedLists,
|
|
10832
|
-
htmlElementRanges,
|
|
10833
10871
|
lineMetadata,
|
|
10834
10872
|
referenceLinkImageData
|
|
10835
10873
|
});
|
|
@@ -10859,6 +10897,9 @@ var require_markdownlint = __commonJS({
|
|
|
10859
10897
|
if (errorInfo.context && !helpers.isString(errorInfo.context)) {
|
|
10860
10898
|
throwError2("context");
|
|
10861
10899
|
}
|
|
10900
|
+
if (errorInfo.information && !helpers.isUrl(errorInfo.information)) {
|
|
10901
|
+
throwError2("information");
|
|
10902
|
+
}
|
|
10862
10903
|
if (errorInfo.range && (!Array.isArray(errorInfo.range) || errorInfo.range.length !== 2 || !helpers.isNumber(errorInfo.range[0]) || errorInfo.range[0] < 1 || !helpers.isNumber(errorInfo.range[1]) || errorInfo.range[1] < 1 || errorInfo.range[0] + errorInfo.range[1] - 1 > lines[errorInfo.lineNumber - 1].length)) {
|
|
10863
10904
|
throwError2("range");
|
|
10864
10905
|
}
|
|
@@ -10894,12 +10935,13 @@ var require_markdownlint = __commonJS({
|
|
|
10894
10935
|
cleanFixInfo.insertText = fixInfo.insertText;
|
|
10895
10936
|
}
|
|
10896
10937
|
}
|
|
10938
|
+
const information = errorInfo.information || rule.information;
|
|
10897
10939
|
results.push({
|
|
10898
10940
|
lineNumber,
|
|
10899
10941
|
"ruleName": rule.names[0],
|
|
10900
10942
|
"ruleNames": rule.names,
|
|
10901
10943
|
"ruleDescription": rule.description,
|
|
10902
|
-
"ruleInformation":
|
|
10944
|
+
"ruleInformation": information ? information.href : null,
|
|
10903
10945
|
"errorDetail": errorInfo.detail || null,
|
|
10904
10946
|
"errorContext": errorInfo.context || null,
|
|
10905
10947
|
"errorRange": errorInfo.range ? [...errorInfo.range] : null,
|
|
@@ -11010,7 +11052,15 @@ var require_markdownlint = __commonJS({
|
|
|
11010
11052
|
options = options || {};
|
|
11011
11053
|
callback = callback || function noop() {
|
|
11012
11054
|
};
|
|
11013
|
-
const
|
|
11055
|
+
const customRuleList = [options.customRules || []].flat().map((rule) => ({
|
|
11056
|
+
"names": helpers.cloneIfArray(rule.names),
|
|
11057
|
+
"description": rule.description,
|
|
11058
|
+
"information": helpers.cloneIfUrl(rule.information),
|
|
11059
|
+
"tags": helpers.cloneIfArray(rule.tags),
|
|
11060
|
+
"asynchronous": rule.asynchronous,
|
|
11061
|
+
"function": rule.function
|
|
11062
|
+
}));
|
|
11063
|
+
const ruleList = rules.concat(customRuleList);
|
|
11014
11064
|
const ruleErr = validateRuleList(ruleList, synchronous);
|
|
11015
11065
|
if (ruleErr) {
|
|
11016
11066
|
callback(ruleErr);
|
|
@@ -12878,6 +12928,14 @@ var require_micromark3 = __commonJS({
|
|
|
12878
12928
|
}
|
|
12879
12929
|
});
|
|
12880
12930
|
|
|
12931
|
+
// node_modules/markdownlint-rule-helpers/shared.js
|
|
12932
|
+
var require_shared2 = __commonJS({
|
|
12933
|
+
"node_modules/markdownlint-rule-helpers/shared.js"(exports, module2) {
|
|
12934
|
+
"use strict";
|
|
12935
|
+
module2.exports.newLineRe = /\r\n?|\n/g;
|
|
12936
|
+
}
|
|
12937
|
+
});
|
|
12938
|
+
|
|
12881
12939
|
// node_modules/markdownlint-rule-helpers/micromark.cjs
|
|
12882
12940
|
var require_micromark4 = __commonJS({
|
|
12883
12941
|
"node_modules/markdownlint-rule-helpers/micromark.cjs"(exports, module2) {
|
|
@@ -12886,31 +12944,44 @@ var require_micromark4 = __commonJS({
|
|
|
12886
12944
|
gfmAutolinkLiteral,
|
|
12887
12945
|
gfmFootnote,
|
|
12888
12946
|
gfmTable,
|
|
12947
|
+
math,
|
|
12889
12948
|
parse,
|
|
12890
12949
|
postprocess,
|
|
12891
12950
|
preprocess
|
|
12892
12951
|
// @ts-ignore
|
|
12893
12952
|
} = require_micromark3();
|
|
12894
|
-
|
|
12895
|
-
|
|
12896
|
-
|
|
12953
|
+
var { newLineRe } = require_shared2();
|
|
12954
|
+
function getMicromarkEvents(markdown, micromarkOptions = {}, referencesDefined = true) {
|
|
12955
|
+
micromarkOptions.extensions = micromarkOptions.extensions || [];
|
|
12956
|
+
micromarkOptions.extensions.push(
|
|
12957
|
+
gfmAutolinkLiteral(),
|
|
12958
|
+
gfmFootnote(),
|
|
12959
|
+
gfmTable(),
|
|
12960
|
+
math()
|
|
12961
|
+
);
|
|
12897
12962
|
const encoding = void 0;
|
|
12898
12963
|
const eol = true;
|
|
12899
|
-
const parseContext = parse(
|
|
12900
|
-
if (
|
|
12964
|
+
const parseContext = parse(micromarkOptions);
|
|
12965
|
+
if (referencesDefined) {
|
|
12901
12966
|
parseContext.defined.includes = (searchElement) => searchElement.length > 0;
|
|
12902
12967
|
}
|
|
12903
12968
|
const chunks = preprocess()(markdown, encoding, eol);
|
|
12904
12969
|
const events = postprocess(parseContext.document().write(chunks));
|
|
12905
12970
|
return events;
|
|
12906
12971
|
}
|
|
12907
|
-
function
|
|
12908
|
-
const events = getMicromarkEvents(
|
|
12972
|
+
function micromarkParseWithOffset(markdown, micromarkOptions, referencesDefined, lineDelta) {
|
|
12973
|
+
const events = getMicromarkEvents(
|
|
12974
|
+
markdown,
|
|
12975
|
+
micromarkOptions,
|
|
12976
|
+
referencesDefined
|
|
12977
|
+
);
|
|
12909
12978
|
const document = [];
|
|
12910
12979
|
let current = {
|
|
12911
12980
|
"children": document
|
|
12912
12981
|
};
|
|
12913
12982
|
const history = [current];
|
|
12983
|
+
let reparseOptions = null;
|
|
12984
|
+
let lines = null;
|
|
12914
12985
|
for (const event of events) {
|
|
12915
12986
|
const [kind, token, context] = event;
|
|
12916
12987
|
const { type: type2, start, end } = token;
|
|
@@ -12922,13 +12993,35 @@ var require_micromark4 = __commonJS({
|
|
|
12922
12993
|
history.push(previous);
|
|
12923
12994
|
current = {
|
|
12924
12995
|
type: type2,
|
|
12925
|
-
startLine,
|
|
12996
|
+
"startLine": startLine + lineDelta,
|
|
12926
12997
|
startColumn,
|
|
12927
|
-
endLine,
|
|
12998
|
+
"endLine": endLine + lineDelta,
|
|
12928
12999
|
endColumn,
|
|
12929
13000
|
text,
|
|
12930
13001
|
"children": []
|
|
12931
13002
|
};
|
|
13003
|
+
if (current.type === "htmlFlow") {
|
|
13004
|
+
if (!reparseOptions || !lines) {
|
|
13005
|
+
reparseOptions = {
|
|
13006
|
+
...micromarkOptions,
|
|
13007
|
+
"extensions": [
|
|
13008
|
+
{
|
|
13009
|
+
"disable": {
|
|
13010
|
+
"null": ["codeIndented", "htmlFlow"]
|
|
13011
|
+
}
|
|
13012
|
+
}
|
|
13013
|
+
]
|
|
13014
|
+
};
|
|
13015
|
+
lines = markdown.split(newLineRe);
|
|
13016
|
+
}
|
|
13017
|
+
const reparseMarkdown = lines.slice(current.startLine - 1, current.endLine).join("\n");
|
|
13018
|
+
current.htmlFlowChildren = micromarkParseWithOffset(
|
|
13019
|
+
reparseMarkdown,
|
|
13020
|
+
reparseOptions,
|
|
13021
|
+
referencesDefined,
|
|
13022
|
+
current.startLine - 1
|
|
13023
|
+
);
|
|
13024
|
+
}
|
|
12932
13025
|
previous.children.push(current);
|
|
12933
13026
|
} else if (kind === "exit") {
|
|
12934
13027
|
Object.freeze(current.children);
|
|
@@ -12939,6 +13032,14 @@ var require_micromark4 = __commonJS({
|
|
|
12939
13032
|
Object.freeze(document);
|
|
12940
13033
|
return document;
|
|
12941
13034
|
}
|
|
13035
|
+
function micromarkParse(markdown, micromarkOptions = {}, referencesDefined = true) {
|
|
13036
|
+
return micromarkParseWithOffset(
|
|
13037
|
+
markdown,
|
|
13038
|
+
micromarkOptions,
|
|
13039
|
+
referencesDefined,
|
|
13040
|
+
0
|
|
13041
|
+
);
|
|
13042
|
+
}
|
|
12942
13043
|
function filterByPredicate(tokens, allowed, transformChildren) {
|
|
12943
13044
|
const result = [];
|
|
12944
13045
|
const pending = [...tokens];
|
|
@@ -12960,6 +13061,45 @@ var require_micromark4 = __commonJS({
|
|
|
12960
13061
|
(token) => allowed.includes(token.type)
|
|
12961
13062
|
);
|
|
12962
13063
|
}
|
|
13064
|
+
function filterByHtmlTokens(tokens) {
|
|
13065
|
+
const result = [];
|
|
13066
|
+
const pending = [tokens];
|
|
13067
|
+
let current = null;
|
|
13068
|
+
while (current = pending.shift()) {
|
|
13069
|
+
for (const token of filterByTypes(current, ["htmlFlow", "htmlText"])) {
|
|
13070
|
+
if (token.type === "htmlText") {
|
|
13071
|
+
result.push(token);
|
|
13072
|
+
} else {
|
|
13073
|
+
pending.push(token.htmlFlowChildren);
|
|
13074
|
+
}
|
|
13075
|
+
}
|
|
13076
|
+
}
|
|
13077
|
+
return result;
|
|
13078
|
+
}
|
|
13079
|
+
function flattenedChildren(parent) {
|
|
13080
|
+
const result = [];
|
|
13081
|
+
const pending = [...parent.children];
|
|
13082
|
+
let token = null;
|
|
13083
|
+
while (token = pending.shift()) {
|
|
13084
|
+
result.push(token);
|
|
13085
|
+
pending.unshift(...token.children);
|
|
13086
|
+
}
|
|
13087
|
+
return result;
|
|
13088
|
+
}
|
|
13089
|
+
function getHeadingLevel(heading) {
|
|
13090
|
+
const headingSequence = filterByTypes(
|
|
13091
|
+
heading.children,
|
|
13092
|
+
["atxHeadingSequence", "setextHeadingLineSequence"]
|
|
13093
|
+
);
|
|
13094
|
+
let level = 1;
|
|
13095
|
+
const { text } = headingSequence[0];
|
|
13096
|
+
if (text[0] === "#") {
|
|
13097
|
+
level = Math.min(text.length, 6);
|
|
13098
|
+
} else if (text[0] === "-") {
|
|
13099
|
+
level = 2;
|
|
13100
|
+
}
|
|
13101
|
+
return level;
|
|
13102
|
+
}
|
|
12963
13103
|
function getHtmlTagInfo(token) {
|
|
12964
13104
|
const htmlTagNameRe = /^<([^!>][^/\s>]*)/;
|
|
12965
13105
|
if (token.type === "htmlText") {
|
|
@@ -12999,8 +13139,11 @@ var require_micromark4 = __commonJS({
|
|
|
12999
13139
|
}
|
|
13000
13140
|
module2.exports = {
|
|
13001
13141
|
"parse": micromarkParse,
|
|
13142
|
+
filterByHtmlTokens,
|
|
13002
13143
|
filterByPredicate,
|
|
13003
13144
|
filterByTypes,
|
|
13145
|
+
flattenedChildren,
|
|
13146
|
+
getHeadingLevel,
|
|
13004
13147
|
getHtmlTagInfo,
|
|
13005
13148
|
getMicromarkEvents,
|
|
13006
13149
|
getTokenTextByType,
|
|
@@ -13015,7 +13158,7 @@ var require_helpers3 = __commonJS({
|
|
|
13015
13158
|
"node_modules/markdownlint-rule-helpers/helpers.js"(exports, module2) {
|
|
13016
13159
|
"use strict";
|
|
13017
13160
|
var micromark = require_micromark4();
|
|
13018
|
-
var newLineRe =
|
|
13161
|
+
var { newLineRe } = require_shared2();
|
|
13019
13162
|
module2.exports.newLineRe = newLineRe;
|
|
13020
13163
|
module2.exports.frontMatterRe = // eslint-disable-next-line max-len
|
|
13021
13164
|
/((^---\s*$[\s\S]*?^---\s*)|(^\+\+\+\s*$[\s\S]*?^(\+\+\+|\.\.\.)\s*)|(^\{\s*$[\s\S]*?^\}\s*))(\r\n|\r|\n|$)/m;
|
|
@@ -13024,30 +13167,47 @@ var require_helpers3 = __commonJS({
|
|
|
13024
13167
|
/(<!--\s*markdownlint-(disable|enable|capture|restore|disable-file|enable-file|disable-line|disable-next-line|configure-file))(?:\s|-->)/gi
|
|
13025
13168
|
);
|
|
13026
13169
|
module2.exports.inlineCommentStartRe = inlineCommentStartRe;
|
|
13027
|
-
var htmlElementRe = /<(([A-Za-z][A-Za-z\d-]*)(?:\s[^`>]*)?)\/?>/g;
|
|
13028
|
-
module2.exports.htmlElementRe = htmlElementRe;
|
|
13029
13170
|
module2.exports.listItemMarkerRe = /^([\s>]*)(?:[*+-]|\d+[.)])\s+/;
|
|
13030
13171
|
module2.exports.orderedListItemMarkerRe = /^[\s>]*0*(\d+)[.)]/;
|
|
13031
|
-
var emphasisMarkersRe = /[_*]/g;
|
|
13032
13172
|
var blockquotePrefixRe = /^[>\s]*/;
|
|
13033
13173
|
module2.exports.blockquotePrefixRe = blockquotePrefixRe;
|
|
13034
13174
|
var linkReferenceDefinitionRe = /^ {0,3}\[([^\]]*[^\\])\]:/;
|
|
13035
13175
|
module2.exports.linkReferenceDefinitionRe = linkReferenceDefinitionRe;
|
|
13176
|
+
module2.exports.endOfLineHtmlEntityRe = // eslint-disable-next-line max-len
|
|
13177
|
+
/&(?:#\d+|#[xX][\da-fA-F]+|[a-zA-Z]{2,31}|blk\d{2}|emsp1[34]|frac\d{2}|sup\d|there4);$/;
|
|
13178
|
+
module2.exports.endOfLineGemojiCodeRe = // eslint-disable-next-line max-len
|
|
13179
|
+
/:(?:[abmovx]|[-+]1|100|1234|(?:1st|2nd|3rd)_place_medal|8ball|clock\d{1,4}|e-mail|non-potable_water|o2|t-rex|u5272|u5408|u55b6|u6307|u6708|u6709|u6e80|u7121|u7533|u7981|u7a7a|[a-z]{2,15}2?|[a-z]{1,14}(?:_[a-z\d]{1,16})+):$/;
|
|
13036
13180
|
var allPunctuation = ".,;:!?\u3002\uFF0C\uFF1B\uFF1A\uFF01\uFF1F";
|
|
13037
13181
|
module2.exports.allPunctuation = allPunctuation;
|
|
13038
13182
|
module2.exports.allPunctuationNoQuestion = allPunctuation.replace(/[??]/gu, "");
|
|
13039
|
-
|
|
13183
|
+
function isNumber(obj) {
|
|
13040
13184
|
return typeof obj === "number";
|
|
13041
|
-
}
|
|
13042
|
-
module2.exports.
|
|
13185
|
+
}
|
|
13186
|
+
module2.exports.isNumber = isNumber;
|
|
13187
|
+
function isString(obj) {
|
|
13043
13188
|
return typeof obj === "string";
|
|
13044
|
-
}
|
|
13045
|
-
module2.exports.
|
|
13189
|
+
}
|
|
13190
|
+
module2.exports.isString = isString;
|
|
13191
|
+
function isEmptyString(str2) {
|
|
13046
13192
|
return str2.length === 0;
|
|
13047
|
-
}
|
|
13048
|
-
module2.exports.
|
|
13049
|
-
|
|
13050
|
-
|
|
13193
|
+
}
|
|
13194
|
+
module2.exports.isEmptyString = isEmptyString;
|
|
13195
|
+
function isObject2(obj) {
|
|
13196
|
+
return !!obj && typeof obj === "object" && !Array.isArray(obj);
|
|
13197
|
+
}
|
|
13198
|
+
module2.exports.isObject = isObject2;
|
|
13199
|
+
function isUrl(obj) {
|
|
13200
|
+
return !!obj && Object.getPrototypeOf(obj) === URL.prototype;
|
|
13201
|
+
}
|
|
13202
|
+
module2.exports.isUrl = isUrl;
|
|
13203
|
+
function cloneIfArray(arr) {
|
|
13204
|
+
return Array.isArray(arr) ? [...arr] : arr;
|
|
13205
|
+
}
|
|
13206
|
+
module2.exports.cloneIfArray = cloneIfArray;
|
|
13207
|
+
function cloneIfUrl(url) {
|
|
13208
|
+
return isUrl(url) ? new URL(url) : url;
|
|
13209
|
+
}
|
|
13210
|
+
module2.exports.cloneIfUrl = cloneIfUrl;
|
|
13051
13211
|
function isBlankLine(line) {
|
|
13052
13212
|
const startComment = "<!--";
|
|
13053
13213
|
const endComment = "-->";
|
|
@@ -13170,13 +13330,9 @@ var require_helpers3 = __commonJS({
|
|
|
13170
13330
|
}
|
|
13171
13331
|
}
|
|
13172
13332
|
module2.exports.filterTokens = filterTokens;
|
|
13173
|
-
function isMathBlock(token) {
|
|
13174
|
-
return (token.tag === "$$" || token.tag === "math") && token.type.startsWith("math_block") && !token.type.endsWith("_end");
|
|
13175
|
-
}
|
|
13176
|
-
module2.exports.isMathBlock = isMathBlock;
|
|
13177
13333
|
module2.exports.getLineMetadata = function getLineMetadata(params) {
|
|
13178
13334
|
const lineMetadata = params.lines.map(
|
|
13179
|
-
(line, index) => [line, index, false, 0, false, false, false
|
|
13335
|
+
(line, index) => [line, index, false, 0, false, false, false]
|
|
13180
13336
|
);
|
|
13181
13337
|
filterTokens(params, "fence", (token) => {
|
|
13182
13338
|
lineMetadata[token.map[0]][3] = 1;
|
|
@@ -13205,11 +13361,6 @@ var require_helpers3 = __commonJS({
|
|
|
13205
13361
|
filterTokens(params, "hr", (token) => {
|
|
13206
13362
|
lineMetadata[token.map[0]][6] = true;
|
|
13207
13363
|
});
|
|
13208
|
-
for (const token of params.parsers.markdownit.tokens.filter(isMathBlock)) {
|
|
13209
|
-
for (let i = token.map[0]; i < token.map[1]; i++) {
|
|
13210
|
-
lineMetadata[i][7] = true;
|
|
13211
|
-
}
|
|
13212
|
-
}
|
|
13213
13364
|
return lineMetadata;
|
|
13214
13365
|
};
|
|
13215
13366
|
function forEachLine(lineMetadata, handler) {
|
|
@@ -13260,14 +13411,6 @@ var require_helpers3 = __commonJS({
|
|
|
13260
13411
|
}
|
|
13261
13412
|
return flattenedLists;
|
|
13262
13413
|
};
|
|
13263
|
-
function forEachInlineChild(params, type2, handler) {
|
|
13264
|
-
filterTokens(params, "inline", (token) => {
|
|
13265
|
-
for (const child of token.children.filter((c) => c.type === type2)) {
|
|
13266
|
-
handler(child, token);
|
|
13267
|
-
}
|
|
13268
|
-
});
|
|
13269
|
-
}
|
|
13270
|
-
module2.exports.forEachInlineChild = forEachInlineChild;
|
|
13271
13414
|
module2.exports.forEachHeading = function forEachHeading(params, handler) {
|
|
13272
13415
|
let heading = null;
|
|
13273
13416
|
for (const token of params.parsers.markdownit.tokens) {
|
|
@@ -13388,39 +13531,6 @@ var require_helpers3 = __commonJS({
|
|
|
13388
13531
|
});
|
|
13389
13532
|
return exclusions;
|
|
13390
13533
|
};
|
|
13391
|
-
module2.exports.htmlElementRanges = (params, lineMetadata) => {
|
|
13392
|
-
const exclusions = [];
|
|
13393
|
-
forEachLine(lineMetadata, (line, lineIndex, inCode) => {
|
|
13394
|
-
let match = null;
|
|
13395
|
-
while (!inCode && (match = htmlElementRe.exec(line)) !== null) {
|
|
13396
|
-
exclusions.push([lineIndex, match.index, match[0].length]);
|
|
13397
|
-
}
|
|
13398
|
-
});
|
|
13399
|
-
forEachInlineChild(params, "html_inline", (token, parent) => {
|
|
13400
|
-
const parentContent = parent.content;
|
|
13401
|
-
let tokenContent = token.content;
|
|
13402
|
-
const parentIndex = parentContent.indexOf(tokenContent);
|
|
13403
|
-
let deltaLines = 0;
|
|
13404
|
-
let indent = 0;
|
|
13405
|
-
for (let i = parentIndex - 1; i >= 0; i--) {
|
|
13406
|
-
if (parentContent[i] === "\n") {
|
|
13407
|
-
deltaLines++;
|
|
13408
|
-
} else if (deltaLines === 0) {
|
|
13409
|
-
indent++;
|
|
13410
|
-
}
|
|
13411
|
-
}
|
|
13412
|
-
let lineIndex = token.lineNumber - 1 + deltaLines;
|
|
13413
|
-
do {
|
|
13414
|
-
const index = tokenContent.indexOf("\n");
|
|
13415
|
-
const length = index === -1 ? tokenContent.length : index;
|
|
13416
|
-
exclusions.push([lineIndex, indent, length]);
|
|
13417
|
-
tokenContent = tokenContent.slice(length + 1);
|
|
13418
|
-
lineIndex++;
|
|
13419
|
-
indent = 0;
|
|
13420
|
-
} while (tokenContent.length > 0);
|
|
13421
|
-
});
|
|
13422
|
-
return exclusions;
|
|
13423
|
-
};
|
|
13424
13534
|
var withinAnyRange = (ranges, lineIndex, index, length) => !ranges.every((span) => lineIndex !== span[0] || index < span[1] || index + length > span[1] + span[2]);
|
|
13425
13535
|
module2.exports.withinAnyRange = withinAnyRange;
|
|
13426
13536
|
module2.exports.rangeFromRegExp = function rangeFromRegExp(line, regexp) {
|
|
@@ -13441,104 +13551,6 @@ var require_helpers3 = __commonJS({
|
|
|
13441
13551
|
);
|
|
13442
13552
|
return !ignoreFrontMatter && frontMatterLines.some((line) => frontMatterTitleRe.test(line));
|
|
13443
13553
|
};
|
|
13444
|
-
function forEachLink(line, handler) {
|
|
13445
|
-
const findClosingSymbol = (index) => {
|
|
13446
|
-
const begin = line[index];
|
|
13447
|
-
const end = begin === "[" ? "]" : ")";
|
|
13448
|
-
let nesting = 0;
|
|
13449
|
-
let escaping2 = false;
|
|
13450
|
-
let pointy = false;
|
|
13451
|
-
for (let i = index + 1; i < line.length; i++) {
|
|
13452
|
-
const current = line[i];
|
|
13453
|
-
if (current === "\\") {
|
|
13454
|
-
escaping2 = !escaping2;
|
|
13455
|
-
} else if (!escaping2 && current === begin) {
|
|
13456
|
-
nesting++;
|
|
13457
|
-
} else if (!escaping2 && current === end) {
|
|
13458
|
-
if (nesting > 0) {
|
|
13459
|
-
nesting--;
|
|
13460
|
-
} else if (!pointy) {
|
|
13461
|
-
return i + 1;
|
|
13462
|
-
}
|
|
13463
|
-
} else if (i === index + 1 && begin === "(" && current === "<") {
|
|
13464
|
-
pointy = true;
|
|
13465
|
-
} else if (!escaping2 && pointy && current === ">") {
|
|
13466
|
-
pointy = false;
|
|
13467
|
-
nesting = 0;
|
|
13468
|
-
} else {
|
|
13469
|
-
escaping2 = false;
|
|
13470
|
-
}
|
|
13471
|
-
}
|
|
13472
|
-
return -1;
|
|
13473
|
-
};
|
|
13474
|
-
let escaping = false;
|
|
13475
|
-
for (let i = 0; i < line.length; i++) {
|
|
13476
|
-
const current = line[i];
|
|
13477
|
-
if (current === "\\") {
|
|
13478
|
-
escaping = !escaping;
|
|
13479
|
-
} else if (!escaping && current === "[") {
|
|
13480
|
-
const textEnd = findClosingSymbol(i);
|
|
13481
|
-
if (textEnd !== -1) {
|
|
13482
|
-
if (line[textEnd] === "(" || line[textEnd] === "[") {
|
|
13483
|
-
const destEnd = findClosingSymbol(textEnd);
|
|
13484
|
-
if (destEnd !== -1) {
|
|
13485
|
-
const link = line.slice(i, destEnd);
|
|
13486
|
-
const text = line.slice(i, textEnd);
|
|
13487
|
-
const dest = line.slice(textEnd, destEnd);
|
|
13488
|
-
handler(i, link, text, dest);
|
|
13489
|
-
i = destEnd;
|
|
13490
|
-
}
|
|
13491
|
-
}
|
|
13492
|
-
if (i < textEnd) {
|
|
13493
|
-
const text = line.slice(i, textEnd);
|
|
13494
|
-
handler(i, text, text);
|
|
13495
|
-
i = textEnd;
|
|
13496
|
-
}
|
|
13497
|
-
}
|
|
13498
|
-
} else {
|
|
13499
|
-
escaping = false;
|
|
13500
|
-
}
|
|
13501
|
-
}
|
|
13502
|
-
}
|
|
13503
|
-
module2.exports.forEachLink = forEachLink;
|
|
13504
|
-
function emphasisMarkersInContent(params) {
|
|
13505
|
-
const { lines } = params;
|
|
13506
|
-
const byLine = new Array(lines.length);
|
|
13507
|
-
for (const [tokenLineIndex, tokenLine] of lines.entries()) {
|
|
13508
|
-
const inLine = [];
|
|
13509
|
-
forEachLink(tokenLine, (index, match) => {
|
|
13510
|
-
let markerMatch = null;
|
|
13511
|
-
while (markerMatch = emphasisMarkersRe.exec(match)) {
|
|
13512
|
-
inLine.push(index + markerMatch.index);
|
|
13513
|
-
}
|
|
13514
|
-
});
|
|
13515
|
-
byLine[tokenLineIndex] = inLine;
|
|
13516
|
-
}
|
|
13517
|
-
filterTokens(params, "inline", (token) => {
|
|
13518
|
-
const { children, lineNumber, map: map2 } = token;
|
|
13519
|
-
if (children.some((child) => child.type === "code_inline")) {
|
|
13520
|
-
const tokenLines = lines.slice(map2[0], map2[1]);
|
|
13521
|
-
forEachInlineCodeSpan(
|
|
13522
|
-
tokenLines.join("\n"),
|
|
13523
|
-
(code, lineIndex, column, tickCount) => {
|
|
13524
|
-
const codeLines = code.split(newLineRe);
|
|
13525
|
-
for (const [codeLineIndex, codeLine] of codeLines.entries()) {
|
|
13526
|
-
const byLineIndex = lineNumber - 1 + lineIndex + codeLineIndex;
|
|
13527
|
-
const inLine = byLine[byLineIndex];
|
|
13528
|
-
const codeLineOffset = codeLineIndex ? 0 : column - 1 + tickCount;
|
|
13529
|
-
let match = null;
|
|
13530
|
-
while (match = emphasisMarkersRe.exec(codeLine)) {
|
|
13531
|
-
inLine.push(codeLineOffset + match.index);
|
|
13532
|
-
}
|
|
13533
|
-
byLine[byLineIndex] = inLine;
|
|
13534
|
-
}
|
|
13535
|
-
}
|
|
13536
|
-
);
|
|
13537
|
-
}
|
|
13538
|
-
});
|
|
13539
|
-
return byLine;
|
|
13540
|
-
}
|
|
13541
|
-
module2.exports.emphasisMarkersInContent = emphasisMarkersInContent;
|
|
13542
13554
|
function getReferenceLinkImageData(params) {
|
|
13543
13555
|
const normalizeReference = (s) => s.toLowerCase().trim().replace(/\s+/g, " ");
|
|
13544
13556
|
const definitions = /* @__PURE__ */ new Map();
|
|
@@ -13913,9 +13925,9 @@ var require_ini = __commonJS({
|
|
|
13913
13925
|
}
|
|
13914
13926
|
});
|
|
13915
13927
|
|
|
13916
|
-
// node_modules/
|
|
13928
|
+
// node_modules/strip-json-comments/index.js
|
|
13917
13929
|
var require_strip_json_comments = __commonJS({
|
|
13918
|
-
"node_modules/
|
|
13930
|
+
"node_modules/strip-json-comments/index.js"(exports, module2) {
|
|
13919
13931
|
"use strict";
|
|
13920
13932
|
var singleComment = 1;
|
|
13921
13933
|
var multiComment = 2;
|
|
@@ -17293,6 +17305,9 @@ deep-extend/lib/deep-extend.js:
|
|
|
17293
17305
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
17294
17306
|
*)
|
|
17295
17307
|
|
|
17308
|
+
markdownlint-micromark/micromark.cjs:
|
|
17309
|
+
(*! markdownlint-micromark 0.1.7 https://github.com/DavidAnson/markdownlint *)
|
|
17310
|
+
|
|
17296
17311
|
js-yaml/dist/js-yaml.mjs:
|
|
17297
17312
|
(*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT *)
|
|
17298
17313
|
*/
|