@cnblogs/markdown-it-presets 1.10.11 → 1.10.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/index.cjs +196 -260
- package/dist/commonjs/math/index.cjs +35 -78
- package/dist/commonjs/presets/index.cjs +161 -182
- package/dist/es2020/math/factory.mjs.map +1 -0
- package/dist/{es2015 → es2020}/math/impl.mjs +27 -41
- package/dist/es2020/math/impl.mjs.map +1 -0
- package/dist/{es2015 → es2020}/presets/index.mjs +7 -7
- package/dist/es2020/presets/index.mjs.map +1 -0
- package/dist/{es2015 → es2020}/presets/option.mjs +1 -0
- package/dist/{es2015 → es2020}/presets/option.mjs.map +1 -1
- package/dist/es2020/presets/plugins/highlight-code-lines.plugin.mjs.map +1 -0
- package/dist/es2020/presets/plugins/html-filter.plugin.mjs.map +1 -0
- package/dist/es2020/presets/plugins/imsize/helpers/parse_image_size.mjs.map +1 -0
- package/dist/es2020/presets/plugins/imsize/index.mjs.map +1 -0
- package/dist/es2020/presets/plugins/meta.mjs.map +1 -0
- package/dist/{es2015 → es2020}/presets/plugins/multiline-blockquote/multiline-blockquote.plugin.mjs +1 -1
- package/dist/es2020/presets/plugins/multiline-blockquote/multiline-blockquote.plugin.mjs.map +1 -0
- package/dist/es2020/presets/plugins/multiline-blockquote/multiline-blockquote.rule.mjs.map +1 -0
- package/dist/es2020/presets/plugins/simple-math.plugin.mjs.map +1 -0
- package/dist/{es2015 → es2020}/presets/plugins/simple-mermaid.plugin.mjs.map +1 -1
- package/dist/es2020/presets/plugins/toc/index.mjs.map +1 -0
- package/dist/{es2015 → es2020}/presets/plugins/unique-custom-id.mjs +1 -1
- package/dist/es2020/presets/plugins/unique-custom-id.mjs.map +1 -0
- package/dist/es2020/tsconfig.tsbuildinfo +1 -0
- package/dist/styles/task-lists.min.js +1 -1
- package/dist/types/index.d.ts +1 -4
- package/dist/types/math/index.d.ts +1 -4
- package/dist/types/tsdoc-metadata.json +1 -1
- package/dist/umd/markdownItPresets.js +1 -1
- package/dist/umd/mathRenderer.js +1 -2
- package/package.json +55 -50
- package/tsconfig.base.json +2 -2
- package/dist/es2015/math/factory.mjs.map +0 -1
- package/dist/es2015/math/impl.mjs.map +0 -1
- package/dist/es2015/presets/index.mjs.map +0 -1
- package/dist/es2015/presets/plugins/highlight-code-lines.plugin.mjs.map +0 -1
- package/dist/es2015/presets/plugins/html-filter.plugin.mjs.map +0 -1
- package/dist/es2015/presets/plugins/imsize/helpers/parse_image_size.mjs.map +0 -1
- package/dist/es2015/presets/plugins/imsize/index.mjs.map +0 -1
- package/dist/es2015/presets/plugins/meta.mjs.map +0 -1
- package/dist/es2015/presets/plugins/multiline-blockquote/multiline-blockquote.plugin.mjs.map +0 -1
- package/dist/es2015/presets/plugins/multiline-blockquote/multiline-blockquote.rule.mjs.map +0 -1
- package/dist/es2015/presets/plugins/simple-math.plugin.mjs.map +0 -1
- package/dist/es2015/presets/plugins/toc/index.mjs.map +0 -1
- package/dist/es2015/presets/plugins/unique-custom-id.mjs.map +0 -1
- package/dist/es2015/tsconfig.tsbuildinfo +0 -1
- package/dist/umd/mathRenderer.js.LICENSE.txt +0 -1
- /package/dist/{es2015 → es2020}/index.mjs +0 -0
- /package/dist/{es2015 → es2020}/index.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/math/factory.mjs +0 -0
- /package/dist/{es2015 → es2020}/math/index.mjs +0 -0
- /package/dist/{es2015 → es2020}/math/index.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/math/model.mjs +0 -0
- /package/dist/{es2015 → es2020}/math/model.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/highlight-code-lines.plugin.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/html-filter.plugin.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/imsize/helpers/normalize_reference.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/imsize/helpers/normalize_reference.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/imsize/helpers/parse_image_size.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/imsize/index.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/index.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/index.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/meta.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/multiline-blockquote/multiline-blockquote.rule.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/simple-math.plugin.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/simple-mermaid.plugin.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/index.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/slugify.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/slugify.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/toc-item.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/toc-item.mjs.map +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/toc-option.mjs +0 -0
- /package/dist/{es2015 → es2020}/presets/plugins/toc/toc-option.mjs.map +0 -0
package/dist/commonjs/index.cjs
CHANGED
|
@@ -2,22 +2,8 @@ var __create = Object.create;
|
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
9
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
-
var __spreadValues = (a, b) => {
|
|
11
|
-
for (var prop in b || (b = {}))
|
|
12
|
-
if (__hasOwnProp.call(b, prop))
|
|
13
|
-
__defNormalProp(a, prop, b[prop]);
|
|
14
|
-
if (__getOwnPropSymbols)
|
|
15
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
16
|
-
if (__propIsEnum.call(b, prop))
|
|
17
|
-
__defNormalProp(a, prop, b[prop]);
|
|
18
|
-
}
|
|
19
|
-
return a;
|
|
20
|
-
};
|
|
21
7
|
var __commonJS = (cb, mod) => function __require() {
|
|
22
8
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
23
9
|
};
|
|
@@ -42,37 +28,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
42
28
|
mod
|
|
43
29
|
));
|
|
44
30
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
45
|
-
var __async = (__this, __arguments, generator) => {
|
|
46
|
-
return new Promise((resolve, reject) => {
|
|
47
|
-
var fulfilled = (value) => {
|
|
48
|
-
try {
|
|
49
|
-
step(generator.next(value));
|
|
50
|
-
} catch (e) {
|
|
51
|
-
reject(e);
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
var rejected = (value) => {
|
|
55
|
-
try {
|
|
56
|
-
step(generator.throw(value));
|
|
57
|
-
} catch (e) {
|
|
58
|
-
reject(e);
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
62
|
-
step((generator = generator.apply(__this, __arguments)).next());
|
|
63
|
-
});
|
|
64
|
-
};
|
|
65
31
|
|
|
66
32
|
// node_modules/entities/lib/maps/entities.json
|
|
67
33
|
var require_entities = __commonJS({
|
|
68
|
-
"node_modules/entities/lib/maps/entities.json"(
|
|
34
|
+
"node_modules/entities/lib/maps/entities.json"(exports2, module2) {
|
|
69
35
|
module2.exports = { Aacute: "\xC1", aacute: "\xE1", Abreve: "\u0102", abreve: "\u0103", ac: "\u223E", acd: "\u223F", acE: "\u223E\u0333", Acirc: "\xC2", acirc: "\xE2", acute: "\xB4", Acy: "\u0410", acy: "\u0430", AElig: "\xC6", aelig: "\xE6", af: "\u2061", Afr: "\u{1D504}", afr: "\u{1D51E}", Agrave: "\xC0", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", Alpha: "\u0391", alpha: "\u03B1", Amacr: "\u0100", amacr: "\u0101", amalg: "\u2A3F", amp: "&", AMP: "&", andand: "\u2A55", And: "\u2A53", and: "\u2227", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", ange: "\u29A4", angle: "\u2220", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angmsd: "\u2221", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angst: "\xC5", angzarr: "\u237C", Aogon: "\u0104", aogon: "\u0105", Aopf: "\u{1D538}", aopf: "\u{1D552}", apacir: "\u2A6F", ap: "\u2248", apE: "\u2A70", ape: "\u224A", apid: "\u224B", apos: "'", ApplyFunction: "\u2061", approx: "\u2248", approxeq: "\u224A", Aring: "\xC5", aring: "\xE5", Ascr: "\u{1D49C}", ascr: "\u{1D4B6}", Assign: "\u2254", ast: "*", asymp: "\u2248", asympeq: "\u224D", Atilde: "\xC3", atilde: "\xE3", Auml: "\xC4", auml: "\xE4", awconint: "\u2233", awint: "\u2A11", backcong: "\u224C", backepsilon: "\u03F6", backprime: "\u2035", backsim: "\u223D", backsimeq: "\u22CD", Backslash: "\u2216", Barv: "\u2AE7", barvee: "\u22BD", barwed: "\u2305", Barwed: "\u2306", barwedge: "\u2305", bbrk: "\u23B5", bbrktbrk: "\u23B6", bcong: "\u224C", Bcy: "\u0411", bcy: "\u0431", bdquo: "\u201E", becaus: "\u2235", because: "\u2235", Because: "\u2235", bemptyv: "\u29B0", bepsi: "\u03F6", bernou: "\u212C", Bernoullis: "\u212C", Beta: "\u0392", beta: "\u03B2", beth: "\u2136", between: "\u226C", Bfr: "\u{1D505}", 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: "\u2AED", bnot: "\u2310", Bopf: "\u{1D539}", bopf: "\u{1D553}", bot: "\u22A5", bottom: "\u22A5", bowtie: "\u22C8", boxbox: "\u29C9", boxdl: "\u2510", boxdL: "\u2555", boxDl: "\u2556", boxDL: "\u2557", boxdr: "\u250C", boxdR: "\u2552", boxDr: "\u2553", boxDR: "\u2554", boxh: "\u2500", boxH: "\u2550", boxhd: "\u252C", boxHd: "\u2564", boxhD: "\u2565", boxHD: "\u2566", boxhu: "\u2534", boxHu: "\u2567", boxhU: "\u2568", boxHU: "\u2569", boxminus: "\u229F", boxplus: "\u229E", boxtimes: "\u22A0", boxul: "\u2518", boxuL: "\u255B", boxUl: "\u255C", boxUL: "\u255D", boxur: "\u2514", boxuR: "\u2558", boxUr: "\u2559", boxUR: "\u255A", boxv: "\u2502", boxV: "\u2551", boxvh: "\u253C", boxvH: "\u256A", boxVh: "\u256B", boxVH: "\u256C", boxvl: "\u2524", boxvL: "\u2561", boxVl: "\u2562", boxVL: "\u2563", boxvr: "\u251C", boxvR: "\u255E", boxVr: "\u255F", boxVR: "\u2560", bprime: "\u2035", breve: "\u02D8", Breve: "\u02D8", brvbar: "\xA6", bscr: "\u{1D4B7}", Bscr: "\u212C", bsemi: "\u204F", bsim: "\u223D", bsime: "\u22CD", bsolb: "\u29C5", bsol: "\\", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bump: "\u224E", bumpE: "\u2AAE", bumpe: "\u224F", Bumpeq: "\u224E", bumpeq: "\u224F", Cacute: "\u0106", cacute: "\u0107", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", cap: "\u2229", Cap: "\u22D2", capcup: "\u2A47", capdot: "\u2A40", CapitalDifferentialD: "\u2145", caps: "\u2229\uFE00", caret: "\u2041", caron: "\u02C7", Cayleys: "\u212D", ccaps: "\u2A4D", Ccaron: "\u010C", ccaron: "\u010D", Ccedil: "\xC7", ccedil: "\xE7", Ccirc: "\u0108", ccirc: "\u0109", Cconint: "\u2230", ccups: "\u2A4C", ccupssm: "\u2A50", Cdot: "\u010A", cdot: "\u010B", cedil: "\xB8", Cedilla: "\xB8", cemptyv: "\u29B2", cent: "\xA2", centerdot: "\xB7", CenterDot: "\xB7", cfr: "\u{1D520}", Cfr: "\u212D", CHcy: "\u0427", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", Chi: "\u03A7", chi: "\u03C7", circ: "\u02C6", circeq: "\u2257", circlearrowleft: "\u21BA", circlearrowright: "\u21BB", circledast: "\u229B", circledcirc: "\u229A", circleddash: "\u229D", CircleDot: "\u2299", circledR: "\xAE", circledS: "\u24C8", CircleMinus: "\u2296", CirclePlus: "\u2295", CircleTimes: "\u2297", cir: "\u25CB", cirE: "\u29C3", cire: "\u2257", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", ClockwiseContourIntegral: "\u2232", CloseCurlyDoubleQuote: "\u201D", CloseCurlyQuote: "\u2019", clubs: "\u2663", clubsuit: "\u2663", colon: ":", Colon: "\u2237", Colone: "\u2A74", colone: "\u2254", coloneq: "\u2254", comma: ",", commat: "@", comp: "\u2201", compfn: "\u2218", complement: "\u2201", complexes: "\u2102", cong: "\u2245", congdot: "\u2A6D", Congruent: "\u2261", conint: "\u222E", Conint: "\u222F", ContourIntegral: "\u222E", copf: "\u{1D554}", Copf: "\u2102", coprod: "\u2210", Coproduct: "\u2210", copy: "\xA9", COPY: "\xA9", copysr: "\u2117", CounterClockwiseContourIntegral: "\u2233", crarr: "\u21B5", cross: "\u2717", Cross: "\u2A2F", Cscr: "\u{1D49E}", 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", cupbrcap: "\u2A48", cupcap: "\u2A46", CupCap: "\u224D", cup: "\u222A", Cup: "\u22D3", 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", dagger: "\u2020", Dagger: "\u2021", daleth: "\u2138", darr: "\u2193", Darr: "\u21A1", dArr: "\u21D3", dash: "\u2010", Dashv: "\u2AE4", dashv: "\u22A3", dbkarow: "\u290F", dblac: "\u02DD", Dcaron: "\u010E", dcaron: "\u010F", Dcy: "\u0414", dcy: "\u0434", ddagger: "\u2021", ddarr: "\u21CA", DD: "\u2145", dd: "\u2146", DDotrahd: "\u2911", ddotseq: "\u2A77", deg: "\xB0", Del: "\u2207", Delta: "\u0394", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", Dfr: "\u{1D507}", dfr: "\u{1D521}", dHar: "\u2965", dharl: "\u21C3", dharr: "\u21C2", DiacriticalAcute: "\xB4", DiacriticalDot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", DiacriticalGrave: "`", DiacriticalTilde: "\u02DC", diam: "\u22C4", diamond: "\u22C4", Diamond: "\u22C4", diamondsuit: "\u2666", diams: "\u2666", die: "\xA8", DifferentialD: "\u2146", digamma: "\u03DD", disin: "\u22F2", div: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", DJcy: "\u0402", djcy: "\u0452", dlcorn: "\u231E", dlcrop: "\u230D", dollar: "$", Dopf: "\u{1D53B}", dopf: "\u{1D555}", Dot: "\xA8", dot: "\u02D9", DotDot: "\u20DC", doteq: "\u2250", doteqdot: "\u2251", DotEqual: "\u2250", dotminus: "\u2238", dotplus: "\u2214", dotsquare: "\u22A1", doublebarwedge: "\u2306", 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", DownArrowBar: "\u2913", downarrow: "\u2193", DownArrow: "\u2193", Downarrow: "\u21D3", DownArrowUpArrow: "\u21F5", DownBreve: "\u0311", downdownarrows: "\u21CA", downharpoonleft: "\u21C3", downharpoonright: "\u21C2", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVectorBar: "\u2956", DownLeftVector: "\u21BD", DownRightTeeVector: "\u295F", DownRightVectorBar: "\u2957", DownRightVector: "\u21C1", DownTeeArrow: "\u21A7", DownTee: "\u22A4", drbkarow: "\u2910", drcorn: "\u231F", drcrop: "\u230C", Dscr: "\u{1D49F}", dscr: "\u{1D4B9}", DScy: "\u0405", dscy: "\u0455", dsol: "\u29F6", Dstrok: "\u0110", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", dtrif: "\u25BE", duarr: "\u21F5", duhar: "\u296F", dwangle: "\u29A6", DZcy: "\u040F", dzcy: "\u045F", dzigrarr: "\u27FF", Eacute: "\xC9", eacute: "\xE9", easter: "\u2A6E", Ecaron: "\u011A", ecaron: "\u011B", Ecirc: "\xCA", ecirc: "\xEA", ecir: "\u2256", ecolon: "\u2255", Ecy: "\u042D", ecy: "\u044D", eDDot: "\u2A77", Edot: "\u0116", edot: "\u0117", eDot: "\u2251", ee: "\u2147", efDot: "\u2252", Efr: "\u{1D508}", efr: "\u{1D522}", eg: "\u2A9A", Egrave: "\xC8", egrave: "\xE8", egs: "\u2A96", egsdot: "\u2A98", el: "\u2A99", Element: "\u2208", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", elsdot: "\u2A97", Emacr: "\u0112", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", EmptySmallSquare: "\u25FB", emptyv: "\u2205", EmptyVerySmallSquare: "\u25AB", emsp13: "\u2004", emsp14: "\u2005", emsp: "\u2003", ENG: "\u014A", eng: "\u014B", ensp: "\u2002", Eogon: "\u0118", eogon: "\u0119", Eopf: "\u{1D53C}", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", Epsilon: "\u0395", epsilon: "\u03B5", epsiv: "\u03F5", eqcirc: "\u2256", eqcolon: "\u2255", eqsim: "\u2242", eqslantgtr: "\u2A96", eqslantless: "\u2A95", Equal: "\u2A75", equals: "=", EqualTilde: "\u2242", equest: "\u225F", Equilibrium: "\u21CC", equiv: "\u2261", equivDD: "\u2A78", eqvparsl: "\u29E5", erarr: "\u2971", erDot: "\u2253", escr: "\u212F", Escr: "\u2130", esdot: "\u2250", Esim: "\u2A73", esim: "\u2242", Eta: "\u0397", eta: "\u03B7", ETH: "\xD0", eth: "\xF0", Euml: "\xCB", euml: "\xEB", euro: "\u20AC", excl: "!", exist: "\u2203", Exists: "\u2203", expectation: "\u2130", exponentiale: "\u2147", ExponentialE: "\u2147", fallingdotseq: "\u2252", Fcy: "\u0424", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", Ffr: "\u{1D509}", ffr: "\u{1D523}", filig: "\uFB01", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", Fopf: "\u{1D53D}", fopf: "\u{1D557}", forall: "\u2200", ForAll: "\u2200", fork: "\u22D4", forkv: "\u2AD9", Fouriertrf: "\u2131", 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}", Fscr: "\u2131", gacute: "\u01F5", Gamma: "\u0393", gamma: "\u03B3", Gammad: "\u03DC", gammad: "\u03DD", gap: "\u2A86", Gbreve: "\u011E", gbreve: "\u011F", Gcedil: "\u0122", Gcirc: "\u011C", gcirc: "\u011D", Gcy: "\u0413", gcy: "\u0433", Gdot: "\u0120", gdot: "\u0121", ge: "\u2265", gE: "\u2267", gEl: "\u2A8C", gel: "\u22DB", geq: "\u2265", geqq: "\u2267", geqslant: "\u2A7E", gescc: "\u2AA9", ges: "\u2A7E", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", Gfr: "\u{1D50A}", gfr: "\u{1D524}", gg: "\u226B", Gg: "\u22D9", ggg: "\u22D9", gimel: "\u2137", GJcy: "\u0403", gjcy: "\u0453", gla: "\u2AA5", gl: "\u2277", glE: "\u2A92", glj: "\u2AA4", gnap: "\u2A8A", gnapprox: "\u2A8A", gne: "\u2A88", gnE: "\u2269", gneq: "\u2A88", gneqq: "\u2269", gnsim: "\u22E7", Gopf: "\u{1D53E}", gopf: "\u{1D558}", grave: "`", GreaterEqual: "\u2265", GreaterEqualLess: "\u22DB", GreaterFullEqual: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", GreaterSlantEqual: "\u2A7E", GreaterTilde: "\u2273", Gscr: "\u{1D4A2}", gscr: "\u210A", gsim: "\u2273", gsime: "\u2A8E", gsiml: "\u2A90", gtcc: "\u2AA7", gtcir: "\u2A7A", gt: ">", GT: ">", Gt: "\u226B", 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", Hacek: "\u02C7", hairsp: "\u200A", half: "\xBD", hamilt: "\u210B", HARDcy: "\u042A", hardcy: "\u044A", harrcir: "\u2948", harr: "\u2194", hArr: "\u21D4", harrw: "\u21AD", Hat: "^", hbar: "\u210F", Hcirc: "\u0124", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", hercon: "\u22B9", hfr: "\u{1D525}", Hfr: "\u210C", HilbertSpace: "\u210B", hksearow: "\u2925", hkswarow: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", hookrightarrow: "\u21AA", hopf: "\u{1D559}", Hopf: "\u210D", horbar: "\u2015", HorizontalLine: "\u2500", hscr: "\u{1D4BD}", Hscr: "\u210B", hslash: "\u210F", Hstrok: "\u0126", hstrok: "\u0127", HumpDownHump: "\u224E", HumpEqual: "\u224F", hybull: "\u2043", hyphen: "\u2010", Iacute: "\xCD", iacute: "\xED", ic: "\u2063", Icirc: "\xCE", icirc: "\xEE", Icy: "\u0418", icy: "\u0438", Idot: "\u0130", IEcy: "\u0415", iecy: "\u0435", iexcl: "\xA1", iff: "\u21D4", ifr: "\u{1D526}", Ifr: "\u2111", Igrave: "\xCC", igrave: "\xEC", ii: "\u2148", iiiint: "\u2A0C", iiint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", IJlig: "\u0132", ijlig: "\u0133", Imacr: "\u012A", imacr: "\u012B", image: "\u2111", ImaginaryI: "\u2148", imagline: "\u2110", imagpart: "\u2111", imath: "\u0131", Im: "\u2111", imof: "\u22B7", imped: "\u01B5", Implies: "\u21D2", incare: "\u2105", in: "\u2208", infin: "\u221E", infintie: "\u29DD", inodot: "\u0131", intcal: "\u22BA", int: "\u222B", Int: "\u222C", integers: "\u2124", Integral: "\u222B", intercal: "\u22BA", Intersection: "\u22C2", intlarhk: "\u2A17", intprod: "\u2A3C", InvisibleComma: "\u2063", InvisibleTimes: "\u2062", IOcy: "\u0401", iocy: "\u0451", Iogon: "\u012E", iogon: "\u012F", Iopf: "\u{1D540}", iopf: "\u{1D55A}", Iota: "\u0399", iota: "\u03B9", iprod: "\u2A3C", iquest: "\xBF", iscr: "\u{1D4BE}", Iscr: "\u2110", isin: "\u2208", isindot: "\u22F5", isinE: "\u22F9", isins: "\u22F4", isinsv: "\u22F3", isinv: "\u2208", it: "\u2062", Itilde: "\u0128", itilde: "\u0129", Iukcy: "\u0406", iukcy: "\u0456", Iuml: "\xCF", iuml: "\xEF", Jcirc: "\u0134", jcirc: "\u0135", Jcy: "\u0419", jcy: "\u0439", Jfr: "\u{1D50D}", jfr: "\u{1D527}", jmath: "\u0237", Jopf: "\u{1D541}", jopf: "\u{1D55B}", Jscr: "\u{1D4A5}", jscr: "\u{1D4BF}", Jsercy: "\u0408", jsercy: "\u0458", Jukcy: "\u0404", jukcy: "\u0454", Kappa: "\u039A", kappa: "\u03BA", kappav: "\u03F0", Kcedil: "\u0136", kcedil: "\u0137", Kcy: "\u041A", kcy: "\u043A", Kfr: "\u{1D50E}", kfr: "\u{1D528}", kgreen: "\u0138", KHcy: "\u0425", khcy: "\u0445", KJcy: "\u040C", kjcy: "\u045C", Kopf: "\u{1D542}", kopf: "\u{1D55C}", Kscr: "\u{1D4A6}", kscr: "\u{1D4C0}", lAarr: "\u21DA", Lacute: "\u0139", lacute: "\u013A", laemptyv: "\u29B4", lagran: "\u2112", Lambda: "\u039B", lambda: "\u03BB", lang: "\u27E8", Lang: "\u27EA", langd: "\u2991", langle: "\u27E8", lap: "\u2A85", Laplacetrf: "\u2112", laquo: "\xAB", larrb: "\u21E4", larrbfs: "\u291F", larr: "\u2190", Larr: "\u219E", lArr: "\u21D0", larrfs: "\u291D", larrhk: "\u21A9", larrlp: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", latail: "\u2919", lAtail: "\u291B", lat: "\u2AAB", late: "\u2AAD", lates: "\u2AAD\uFE00", lbarr: "\u290C", lBarr: "\u290E", lbbrk: "\u2772", lbrace: "{", lbrack: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", Lcaron: "\u013D", lcaron: "\u013E", Lcedil: "\u013B", lcedil: "\u013C", lceil: "\u2308", lcub: "{", Lcy: "\u041B", lcy: "\u043B", ldca: "\u2936", ldquo: "\u201C", ldquor: "\u201E", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", le: "\u2264", lE: "\u2266", LeftAngleBracket: "\u27E8", LeftArrowBar: "\u21E4", leftarrow: "\u2190", LeftArrow: "\u2190", Leftarrow: "\u21D0", LeftArrowRightArrow: "\u21C6", leftarrowtail: "\u21A2", LeftCeiling: "\u2308", LeftDoubleBracket: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVectorBar: "\u2959", LeftDownVector: "\u21C3", LeftFloor: "\u230A", leftharpoondown: "\u21BD", leftharpoonup: "\u21BC", leftleftarrows: "\u21C7", leftrightarrow: "\u2194", LeftRightArrow: "\u2194", Leftrightarrow: "\u21D4", leftrightarrows: "\u21C6", leftrightharpoons: "\u21CB", leftrightsquigarrow: "\u21AD", LeftRightVector: "\u294E", LeftTeeArrow: "\u21A4", LeftTee: "\u22A3", LeftTeeVector: "\u295A", leftthreetimes: "\u22CB", LeftTriangleBar: "\u29CF", LeftTriangle: "\u22B2", LeftTriangleEqual: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVectorBar: "\u2958", LeftUpVector: "\u21BF", LeftVectorBar: "\u2952", LeftVector: "\u21BC", lEg: "\u2A8B", leg: "\u22DA", leq: "\u2264", leqq: "\u2266", leqslant: "\u2A7D", lescc: "\u2AA8", les: "\u2A7D", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessapprox: "\u2A85", lessdot: "\u22D6", lesseqgtr: "\u22DA", lesseqqgtr: "\u2A8B", LessEqualGreater: "\u22DA", LessFullEqual: "\u2266", LessGreater: "\u2276", lessgtr: "\u2276", LessLess: "\u2AA1", lesssim: "\u2272", LessSlantEqual: "\u2A7D", LessTilde: "\u2272", lfisht: "\u297C", lfloor: "\u230A", Lfr: "\u{1D50F}", lfr: "\u{1D529}", lg: "\u2276", lgE: "\u2A91", lHar: "\u2962", lhard: "\u21BD", lharu: "\u21BC", lharul: "\u296A", lhblk: "\u2584", LJcy: "\u0409", ljcy: "\u0459", llarr: "\u21C7", ll: "\u226A", Ll: "\u22D8", llcorner: "\u231E", Lleftarrow: "\u21DA", llhard: "\u296B", lltri: "\u25FA", Lmidot: "\u013F", lmidot: "\u0140", lmoustache: "\u23B0", lmoust: "\u23B0", lnap: "\u2A89", lnapprox: "\u2A89", lne: "\u2A87", lnE: "\u2268", lneq: "\u2A87", lneqq: "\u2268", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", lobrk: "\u27E6", longleftarrow: "\u27F5", LongLeftArrow: "\u27F5", Longleftarrow: "\u27F8", longleftrightarrow: "\u27F7", LongLeftRightArrow: "\u27F7", Longleftrightarrow: "\u27FA", longmapsto: "\u27FC", longrightarrow: "\u27F6", LongRightArrow: "\u27F6", Longrightarrow: "\u27F9", looparrowleft: "\u21AB", looparrowright: "\u21AC", lopar: "\u2985", Lopf: "\u{1D543}", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", lowbar: "_", LowerLeftArrow: "\u2199", LowerRightArrow: "\u2198", 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}", Lscr: "\u2112", lsh: "\u21B0", Lsh: "\u21B0", lsim: "\u2272", lsime: "\u2A8D", lsimg: "\u2A8F", lsqb: "[", lsquo: "\u2018", lsquor: "\u201A", Lstrok: "\u0141", lstrok: "\u0142", ltcc: "\u2AA6", ltcir: "\u2A79", lt: "<", LT: "<", Lt: "\u226A", ltdot: "\u22D6", lthree: "\u22CB", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltri: "\u25C3", ltrie: "\u22B4", ltrif: "\u25C2", ltrPar: "\u2996", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", macr: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", Map: "\u2905", map: "\u21A6", mapsto: "\u21A6", mapstodown: "\u21A7", mapstoleft: "\u21A4", mapstoup: "\u21A5", marker: "\u25AE", mcomma: "\u2A29", Mcy: "\u041C", mcy: "\u043C", mdash: "\u2014", mDDot: "\u223A", measuredangle: "\u2221", MediumSpace: "\u205F", Mellintrf: "\u2133", Mfr: "\u{1D510}", mfr: "\u{1D52A}", mho: "\u2127", micro: "\xB5", midast: "*", midcir: "\u2AF0", mid: "\u2223", middot: "\xB7", minusb: "\u229F", minus: "\u2212", minusd: "\u2238", minusdu: "\u2A2A", MinusPlus: "\u2213", mlcp: "\u2ADB", mldr: "\u2026", mnplus: "\u2213", models: "\u22A7", Mopf: "\u{1D544}", mopf: "\u{1D55E}", mp: "\u2213", mscr: "\u{1D4C2}", Mscr: "\u2133", mstpos: "\u223E", Mu: "\u039C", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nabla: "\u2207", Nacute: "\u0143", nacute: "\u0144", nang: "\u2220\u20D2", nap: "\u2249", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", napprox: "\u2249", natural: "\u266E", naturals: "\u2115", natur: "\u266E", nbsp: "\xA0", nbump: "\u224E\u0338", nbumpe: "\u224F\u0338", ncap: "\u2A43", Ncaron: "\u0147", ncaron: "\u0148", Ncedil: "\u0145", ncedil: "\u0146", ncong: "\u2247", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", Ncy: "\u041D", ncy: "\u043D", ndash: "\u2013", nearhk: "\u2924", nearr: "\u2197", neArr: "\u21D7", nearrow: "\u2197", ne: "\u2260", nedot: "\u2250\u0338", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", nequiv: "\u2262", nesear: "\u2928", nesim: "\u2242\u0338", NestedGreaterGreater: "\u226B", NestedLessLess: "\u226A", NewLine: "\n", nexist: "\u2204", nexists: "\u2204", Nfr: "\u{1D511}", nfr: "\u{1D52B}", ngE: "\u2267\u0338", nge: "\u2271", ngeq: "\u2271", ngeqq: "\u2267\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", nGg: "\u22D9\u0338", ngsim: "\u2275", nGt: "\u226B\u20D2", ngt: "\u226F", ngtr: "\u226F", nGtv: "\u226B\u0338", nharr: "\u21AE", nhArr: "\u21CE", nhpar: "\u2AF2", ni: "\u220B", nis: "\u22FC", nisd: "\u22FA", niv: "\u220B", NJcy: "\u040A", njcy: "\u045A", nlarr: "\u219A", nlArr: "\u21CD", nldr: "\u2025", nlE: "\u2266\u0338", nle: "\u2270", nleftarrow: "\u219A", nLeftarrow: "\u21CD", nleftrightarrow: "\u21AE", nLeftrightarrow: "\u21CE", nleq: "\u2270", nleqq: "\u2266\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", nless: "\u226E", nLl: "\u22D8\u0338", nlsim: "\u2274", nLt: "\u226A\u20D2", nlt: "\u226E", nltri: "\u22EA", nltrie: "\u22EC", nLtv: "\u226A\u0338", nmid: "\u2224", NoBreak: "\u2060", NonBreakingSpace: "\xA0", nopf: "\u{1D55F}", Nopf: "\u2115", Not: "\u2AEC", not: "\xAC", 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", notin: "\u2209", notindot: "\u22F5\u0338", notinE: "\u22F9\u0338", notinva: "\u2209", notinvb: "\u22F7", notinvc: "\u22F6", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangle: "\u22EA", NotLeftTriangleEqual: "\u22EC", NotLess: "\u226E", NotLessEqual: "\u2270", NotLessGreater: "\u2278", NotLessLess: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", NotLessTilde: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", notni: "\u220C", notniva: "\u220C", notnivb: "\u22FE", notnivc: "\u22FD", NotPrecedes: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", NotReverseElement: "\u220C", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangle: "\u22EB", 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", nparallel: "\u2226", npar: "\u2226", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", npr: "\u2280", nprcue: "\u22E0", nprec: "\u2280", npreceq: "\u2AAF\u0338", npre: "\u2AAF\u0338", nrarrc: "\u2933\u0338", nrarr: "\u219B", nrArr: "\u21CF", nrarrw: "\u219D\u0338", nrightarrow: "\u219B", nRightarrow: "\u21CF", nrtri: "\u22EB", nrtrie: "\u22ED", nsc: "\u2281", nsccue: "\u22E1", nsce: "\u2AB0\u0338", Nscr: "\u{1D4A9}", 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: "\xD1", ntilde: "\xF1", ntlg: "\u2278", ntriangleleft: "\u22EA", ntrianglelefteq: "\u22EC", ntriangleright: "\u22EB", ntrianglerighteq: "\u22ED", Nu: "\u039D", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvap: "\u224D\u20D2", nvdash: "\u22AC", nvDash: "\u22AD", nVdash: "\u22AE", nVDash: "\u22AF", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvHarr: "\u2904", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwarhk: "\u2923", nwarr: "\u2196", nwArr: "\u21D6", nwarrow: "\u2196", nwnear: "\u2927", Oacute: "\xD3", oacute: "\xF3", oast: "\u229B", Ocirc: "\xD4", ocirc: "\xF4", ocir: "\u229A", Ocy: "\u041E", ocy: "\u043E", odash: "\u229D", Odblac: "\u0150", odblac: "\u0151", odiv: "\u2A38", odot: "\u2299", odsold: "\u29BC", OElig: "\u0152", oelig: "\u0153", ofcir: "\u29BF", Ofr: "\u{1D512}", ofr: "\u{1D52C}", ogon: "\u02DB", Ograve: "\xD2", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", ohm: "\u03A9", oint: "\u222E", olarr: "\u21BA", olcir: "\u29BE", olcross: "\u29BB", oline: "\u203E", olt: "\u29C0", Omacr: "\u014C", omacr: "\u014D", Omega: "\u03A9", omega: "\u03C9", Omicron: "\u039F", omicron: "\u03BF", omid: "\u29B6", ominus: "\u2296", Oopf: "\u{1D546}", oopf: "\u{1D560}", opar: "\u29B7", OpenCurlyDoubleQuote: "\u201C", OpenCurlyQuote: "\u2018", operp: "\u29B9", oplus: "\u2295", orarr: "\u21BB", Or: "\u2A54", or: "\u2228", ord: "\u2A5D", order: "\u2134", orderof: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oS: "\u24C8", Oscr: "\u{1D4AA}", oscr: "\u2134", Oslash: "\xD8", oslash: "\xF8", osol: "\u2298", Otilde: "\xD5", otilde: "\xF5", otimesas: "\u2A36", Otimes: "\u2A37", otimes: "\u2297", Ouml: "\xD6", ouml: "\xF6", ovbar: "\u233D", OverBar: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", OverParenthesis: "\u23DC", para: "\xB6", parallel: "\u2225", par: "\u2225", parsim: "\u2AF3", parsl: "\u2AFD", part: "\u2202", PartialD: "\u2202", Pcy: "\u041F", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", perp: "\u22A5", pertenk: "\u2031", Pfr: "\u{1D513}", pfr: "\u{1D52D}", Phi: "\u03A6", phi: "\u03C6", phiv: "\u03D5", phmmat: "\u2133", phone: "\u260E", Pi: "\u03A0", pi: "\u03C0", pitchfork: "\u22D4", piv: "\u03D6", planck: "\u210F", planckh: "\u210E", plankv: "\u210F", plusacir: "\u2A23", plusb: "\u229E", pluscir: "\u2A22", plus: "+", plusdo: "\u2214", plusdu: "\u2A25", pluse: "\u2A72", PlusMinus: "\xB1", plusmn: "\xB1", plussim: "\u2A26", plustwo: "\u2A27", pm: "\xB1", Poincareplane: "\u210C", pointint: "\u2A15", popf: "\u{1D561}", Popf: "\u2119", pound: "\xA3", prap: "\u2AB7", Pr: "\u2ABB", pr: "\u227A", prcue: "\u227C", precapprox: "\u2AB7", prec: "\u227A", preccurlyeq: "\u227C", Precedes: "\u227A", PrecedesEqual: "\u2AAF", PrecedesSlantEqual: "\u227C", PrecedesTilde: "\u227E", preceq: "\u2AAF", precnapprox: "\u2AB9", precneqq: "\u2AB5", precnsim: "\u22E8", pre: "\u2AAF", prE: "\u2AB3", precsim: "\u227E", prime: "\u2032", Prime: "\u2033", primes: "\u2119", prnap: "\u2AB9", prnE: "\u2AB5", prnsim: "\u22E8", prod: "\u220F", Product: "\u220F", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prop: "\u221D", Proportional: "\u221D", Proportion: "\u2237", propto: "\u221D", prsim: "\u227E", prurel: "\u22B0", Pscr: "\u{1D4AB}", pscr: "\u{1D4C5}", Psi: "\u03A8", psi: "\u03C8", puncsp: "\u2008", Qfr: "\u{1D514}", qfr: "\u{1D52E}", qint: "\u2A0C", qopf: "\u{1D562}", Qopf: "\u211A", qprime: "\u2057", Qscr: "\u{1D4AC}", qscr: "\u{1D4C6}", quaternions: "\u210D", quatint: "\u2A16", quest: "?", questeq: "\u225F", quot: '"', QUOT: '"', rAarr: "\u21DB", race: "\u223D\u0331", Racute: "\u0154", racute: "\u0155", radic: "\u221A", raemptyv: "\u29B3", rang: "\u27E9", Rang: "\u27EB", rangd: "\u2992", range: "\u29A5", rangle: "\u27E9", raquo: "\xBB", rarrap: "\u2975", rarrb: "\u21E5", rarrbfs: "\u2920", rarrc: "\u2933", rarr: "\u2192", Rarr: "\u21A0", rArr: "\u21D2", rarrfs: "\u291E", rarrhk: "\u21AA", rarrlp: "\u21AC", rarrpl: "\u2945", rarrsim: "\u2974", Rarrtl: "\u2916", rarrtl: "\u21A3", rarrw: "\u219D", ratail: "\u291A", rAtail: "\u291C", ratio: "\u2236", rationals: "\u211A", rbarr: "\u290D", rBarr: "\u290F", RBarr: "\u2910", rbbrk: "\u2773", rbrace: "}", rbrack: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", Rcaron: "\u0158", rcaron: "\u0159", Rcedil: "\u0156", rcedil: "\u0157", rceil: "\u2309", rcub: "}", Rcy: "\u0420", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdquo: "\u201D", rdquor: "\u201D", rdsh: "\u21B3", real: "\u211C", realine: "\u211B", realpart: "\u211C", reals: "\u211D", Re: "\u211C", rect: "\u25AD", reg: "\xAE", REG: "\xAE", ReverseElement: "\u220B", ReverseEquilibrium: "\u21CB", ReverseUpEquilibrium: "\u296F", rfisht: "\u297D", rfloor: "\u230B", rfr: "\u{1D52F}", Rfr: "\u211C", rHar: "\u2964", rhard: "\u21C1", rharu: "\u21C0", rharul: "\u296C", Rho: "\u03A1", rho: "\u03C1", rhov: "\u03F1", RightAngleBracket: "\u27E9", RightArrowBar: "\u21E5", rightarrow: "\u2192", RightArrow: "\u2192", Rightarrow: "\u21D2", RightArrowLeftArrow: "\u21C4", rightarrowtail: "\u21A3", RightCeiling: "\u2309", RightDoubleBracket: "\u27E7", RightDownTeeVector: "\u295D", RightDownVectorBar: "\u2955", RightDownVector: "\u21C2", RightFloor: "\u230B", rightharpoondown: "\u21C1", rightharpoonup: "\u21C0", rightleftarrows: "\u21C4", rightleftharpoons: "\u21CC", rightrightarrows: "\u21C9", rightsquigarrow: "\u219D", RightTeeArrow: "\u21A6", RightTee: "\u22A2", RightTeeVector: "\u295B", rightthreetimes: "\u22CC", RightTriangleBar: "\u29D0", RightTriangle: "\u22B3", RightTriangleEqual: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVectorBar: "\u2954", RightUpVector: "\u21BE", RightVectorBar: "\u2953", RightVector: "\u21C0", ring: "\u02DA", risingdotseq: "\u2253", rlarr: "\u21C4", rlhar: "\u21CC", rlm: "\u200F", rmoustache: "\u23B1", rmoust: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", robrk: "\u27E7", ropar: "\u2986", ropf: "\u{1D563}", Ropf: "\u211D", roplus: "\u2A2E", rotimes: "\u2A35", RoundImplies: "\u2970", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rrarr: "\u21C9", Rrightarrow: "\u21DB", rsaquo: "\u203A", rscr: "\u{1D4C7}", Rscr: "\u211B", rsh: "\u21B1", Rsh: "\u21B1", rsqb: "]", rsquo: "\u2019", rsquor: "\u2019", rthree: "\u22CC", rtimes: "\u22CA", rtri: "\u25B9", rtrie: "\u22B5", rtrif: "\u25B8", rtriltri: "\u29CE", RuleDelayed: "\u29F4", ruluhar: "\u2968", rx: "\u211E", Sacute: "\u015A", sacute: "\u015B", sbquo: "\u201A", scap: "\u2AB8", Scaron: "\u0160", scaron: "\u0161", Sc: "\u2ABC", sc: "\u227B", sccue: "\u227D", sce: "\u2AB0", scE: "\u2AB4", Scedil: "\u015E", scedil: "\u015F", Scirc: "\u015C", scirc: "\u015D", scnap: "\u2ABA", scnE: "\u2AB6", scnsim: "\u22E9", scpolint: "\u2A13", scsim: "\u227F", Scy: "\u0421", scy: "\u0441", sdotb: "\u22A1", sdot: "\u22C5", sdote: "\u2A66", searhk: "\u2925", searr: "\u2198", seArr: "\u21D8", searrow: "\u2198", sect: "\xA7", semi: ";", seswar: "\u2929", setminus: "\u2216", setmn: "\u2216", sext: "\u2736", Sfr: "\u{1D516}", sfr: "\u{1D530}", sfrown: "\u2322", sharp: "\u266F", SHCHcy: "\u0429", shchcy: "\u0449", SHcy: "\u0428", shcy: "\u0448", ShortDownArrow: "\u2193", ShortLeftArrow: "\u2190", shortmid: "\u2223", shortparallel: "\u2225", ShortRightArrow: "\u2192", ShortUpArrow: "\u2191", shy: "\xAD", Sigma: "\u03A3", 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", SmallCircle: "\u2218", smallsetminus: "\u2216", smashp: "\u2A33", smeparsl: "\u29E4", smid: "\u2223", smile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", SOFTcy: "\u042C", softcy: "\u044C", solbar: "\u233F", solb: "\u29C4", sol: "/", Sopf: "\u{1D54A}", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", spar: "\u2225", sqcap: "\u2293", sqcaps: "\u2293\uFE00", sqcup: "\u2294", sqcups: "\u2294\uFE00", Sqrt: "\u221A", sqsub: "\u228F", sqsube: "\u2291", sqsubset: "\u228F", sqsubseteq: "\u2291", sqsup: "\u2290", sqsupe: "\u2292", sqsupset: "\u2290", sqsupseteq: "\u2292", square: "\u25A1", Square: "\u25A1", SquareIntersection: "\u2293", SquareSubset: "\u228F", SquareSubsetEqual: "\u2291", SquareSuperset: "\u2290", SquareSupersetEqual: "\u2292", SquareUnion: "\u2294", squarf: "\u25AA", squ: "\u25A1", squf: "\u25AA", srarr: "\u2192", Sscr: "\u{1D4AE}", sscr: "\u{1D4C8}", ssetmn: "\u2216", ssmile: "\u2323", sstarf: "\u22C6", Star: "\u22C6", star: "\u2606", starf: "\u2605", straightepsilon: "\u03F5", straightphi: "\u03D5", strns: "\xAF", sub: "\u2282", Sub: "\u22D0", subdot: "\u2ABD", subE: "\u2AC5", sube: "\u2286", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subne: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", subset: "\u2282", Subset: "\u22D0", subseteq: "\u2286", subseteqq: "\u2AC5", SubsetEqual: "\u2286", subsetneq: "\u228A", subsetneqq: "\u2ACB", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", succapprox: "\u2AB8", succ: "\u227B", succcurlyeq: "\u227D", Succeeds: "\u227B", SucceedsEqual: "\u2AB0", SucceedsSlantEqual: "\u227D", SucceedsTilde: "\u227F", succeq: "\u2AB0", succnapprox: "\u2ABA", succneqq: "\u2AB6", succnsim: "\u22E9", succsim: "\u227F", SuchThat: "\u220B", sum: "\u2211", Sum: "\u2211", sung: "\u266A", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", sup: "\u2283", Sup: "\u22D1", supdot: "\u2ABE", supdsub: "\u2AD8", supE: "\u2AC6", supe: "\u2287", supedot: "\u2AC4", Superset: "\u2283", SupersetEqual: "\u2287", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supne: "\u228B", supplus: "\u2AC0", supset: "\u2283", Supset: "\u22D1", supseteq: "\u2287", supseteqq: "\u2AC6", supsetneq: "\u228B", supsetneqq: "\u2ACC", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swarhk: "\u2926", swarr: "\u2199", swArr: "\u21D9", swarrow: "\u2199", swnwar: "\u292A", szlig: "\xDF", Tab: " ", target: "\u2316", Tau: "\u03A4", tau: "\u03C4", tbrk: "\u23B4", Tcaron: "\u0164", tcaron: "\u0165", Tcedil: "\u0162", tcedil: "\u0163", Tcy: "\u0422", tcy: "\u0442", tdot: "\u20DB", telrec: "\u2315", Tfr: "\u{1D517}", tfr: "\u{1D531}", there4: "\u2234", therefore: "\u2234", Therefore: "\u2234", Theta: "\u0398", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", thickapprox: "\u2248", thicksim: "\u223C", ThickSpace: "\u205F\u200A", ThinSpace: "\u2009", thinsp: "\u2009", thkap: "\u2248", thksim: "\u223C", THORN: "\xDE", thorn: "\xFE", tilde: "\u02DC", Tilde: "\u223C", TildeEqual: "\u2243", TildeFullEqual: "\u2245", TildeTilde: "\u2248", timesbar: "\u2A31", timesb: "\u22A0", times: "\xD7", timesd: "\u2A30", tint: "\u222D", toea: "\u2928", topbot: "\u2336", topcir: "\u2AF1", top: "\u22A4", Topf: "\u{1D54B}", topf: "\u{1D565}", topfork: "\u2ADA", tosa: "\u2929", tprime: "\u2034", trade: "\u2122", TRADE: "\u2122", triangle: "\u25B5", triangledown: "\u25BF", triangleleft: "\u25C3", trianglelefteq: "\u22B4", triangleq: "\u225C", triangleright: "\u25B9", trianglerighteq: "\u22B5", tridot: "\u25EC", trie: "\u225C", triminus: "\u2A3A", TripleDot: "\u20DB", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", Tscr: "\u{1D4AF}", tscr: "\u{1D4C9}", TScy: "\u0426", tscy: "\u0446", TSHcy: "\u040B", tshcy: "\u045B", Tstrok: "\u0166", tstrok: "\u0167", twixt: "\u226C", twoheadleftarrow: "\u219E", twoheadrightarrow: "\u21A0", Uacute: "\xDA", uacute: "\xFA", uarr: "\u2191", Uarr: "\u219F", uArr: "\u21D1", Uarrocir: "\u2949", Ubrcy: "\u040E", ubrcy: "\u045E", Ubreve: "\u016C", ubreve: "\u016D", Ucirc: "\xDB", ucirc: "\xFB", Ucy: "\u0423", ucy: "\u0443", udarr: "\u21C5", Udblac: "\u0170", udblac: "\u0171", udhar: "\u296E", ufisht: "\u297E", Ufr: "\u{1D518}", ufr: "\u{1D532}", Ugrave: "\xD9", ugrave: "\xF9", uHar: "\u2963", uharl: "\u21BF", uharr: "\u21BE", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", Umacr: "\u016A", umacr: "\u016B", uml: "\xA8", UnderBar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", UnionPlus: "\u228E", Uogon: "\u0172", uogon: "\u0173", Uopf: "\u{1D54C}", uopf: "\u{1D566}", UpArrowBar: "\u2912", uparrow: "\u2191", UpArrow: "\u2191", Uparrow: "\u21D1", UpArrowDownArrow: "\u21C5", updownarrow: "\u2195", UpDownArrow: "\u2195", Updownarrow: "\u21D5", UpEquilibrium: "\u296E", upharpoonleft: "\u21BF", upharpoonright: "\u21BE", uplus: "\u228E", UpperLeftArrow: "\u2196", UpperRightArrow: "\u2197", upsi: "\u03C5", Upsi: "\u03D2", upsih: "\u03D2", Upsilon: "\u03A5", upsilon: "\u03C5", UpTeeArrow: "\u21A5", UpTee: "\u22A5", upuparrows: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", Uring: "\u016E", uring: "\u016F", urtri: "\u25F9", Uscr: "\u{1D4B0}", uscr: "\u{1D4CA}", utdot: "\u22F0", Utilde: "\u0168", utilde: "\u0169", utri: "\u25B5", utrif: "\u25B4", uuarr: "\u21C8", Uuml: "\xDC", uuml: "\xFC", uwangle: "\u29A7", vangrt: "\u299C", varepsilon: "\u03F5", varkappa: "\u03F0", varnothing: "\u2205", varphi: "\u03D5", varpi: "\u03D6", varpropto: "\u221D", varr: "\u2195", vArr: "\u21D5", varrho: "\u03F1", varsigma: "\u03C2", varsubsetneq: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vartheta: "\u03D1", vartriangleleft: "\u22B2", vartriangleright: "\u22B3", vBar: "\u2AE8", Vbar: "\u2AEB", vBarv: "\u2AE9", Vcy: "\u0412", vcy: "\u0432", vdash: "\u22A2", vDash: "\u22A8", Vdash: "\u22A9", VDash: "\u22AB", Vdashl: "\u2AE6", veebar: "\u22BB", vee: "\u2228", Vee: "\u22C1", veeeq: "\u225A", vellip: "\u22EE", verbar: "|", Verbar: "\u2016", vert: "|", Vert: "\u2016", VerticalBar: "\u2223", VerticalLine: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", VeryThinSpace: "\u200A", Vfr: "\u{1D519}", vfr: "\u{1D533}", vltri: "\u22B2", vnsub: "\u2282\u20D2", vnsup: "\u2283\u20D2", Vopf: "\u{1D54D}", vopf: "\u{1D567}", vprop: "\u221D", vrtri: "\u22B3", Vscr: "\u{1D4B1}", vscr: "\u{1D4CB}", vsubnE: "\u2ACB\uFE00", vsubne: "\u228A\uFE00", vsupnE: "\u2ACC\uFE00", vsupne: "\u228B\uFE00", Vvdash: "\u22AA", vzigzag: "\u299A", Wcirc: "\u0174", wcirc: "\u0175", wedbar: "\u2A5F", wedge: "\u2227", Wedge: "\u22C0", wedgeq: "\u2259", weierp: "\u2118", Wfr: "\u{1D51A}", wfr: "\u{1D534}", Wopf: "\u{1D54E}", wopf: "\u{1D568}", wp: "\u2118", wr: "\u2240", wreath: "\u2240", Wscr: "\u{1D4B2}", wscr: "\u{1D4CC}", xcap: "\u22C2", xcirc: "\u25EF", xcup: "\u22C3", xdtri: "\u25BD", Xfr: "\u{1D51B}", xfr: "\u{1D535}", xharr: "\u27F7", xhArr: "\u27FA", Xi: "\u039E", xi: "\u03BE", xlarr: "\u27F5", xlArr: "\u27F8", xmap: "\u27FC", xnis: "\u22FB", xodot: "\u2A00", Xopf: "\u{1D54F}", xopf: "\u{1D569}", xoplus: "\u2A01", xotime: "\u2A02", xrarr: "\u27F6", xrArr: "\u27F9", Xscr: "\u{1D4B3}", xscr: "\u{1D4CD}", xsqcup: "\u2A06", xuplus: "\u2A04", xutri: "\u25B3", xvee: "\u22C1", xwedge: "\u22C0", Yacute: "\xDD", yacute: "\xFD", YAcy: "\u042F", yacy: "\u044F", Ycirc: "\u0176", ycirc: "\u0177", Ycy: "\u042B", ycy: "\u044B", yen: "\xA5", Yfr: "\u{1D51C}", yfr: "\u{1D536}", YIcy: "\u0407", yicy: "\u0457", Yopf: "\u{1D550}", yopf: "\u{1D56A}", Yscr: "\u{1D4B4}", yscr: "\u{1D4CE}", YUcy: "\u042E", yucy: "\u044E", yuml: "\xFF", Yuml: "\u0178", Zacute: "\u0179", zacute: "\u017A", Zcaron: "\u017D", zcaron: "\u017E", Zcy: "\u0417", zcy: "\u0437", Zdot: "\u017B", zdot: "\u017C", zeetrf: "\u2128", ZeroWidthSpace: "\u200B", Zeta: "\u0396", zeta: "\u03B6", zfr: "\u{1D537}", Zfr: "\u2128", ZHcy: "\u0416", zhcy: "\u0436", zigrarr: "\u21DD", zopf: "\u{1D56B}", Zopf: "\u2124", Zscr: "\u{1D4B5}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" };
|
|
70
36
|
}
|
|
71
37
|
});
|
|
72
38
|
|
|
73
39
|
// node_modules/markdown-it/lib/common/entities.js
|
|
74
40
|
var require_entities2 = __commonJS({
|
|
75
|
-
"node_modules/markdown-it/lib/common/entities.js"(
|
|
41
|
+
"node_modules/markdown-it/lib/common/entities.js"(exports2, module2) {
|
|
76
42
|
"use strict";
|
|
77
43
|
module2.exports = require_entities();
|
|
78
44
|
}
|
|
@@ -80,14 +46,14 @@ var require_entities2 = __commonJS({
|
|
|
80
46
|
|
|
81
47
|
// node_modules/uc.micro/categories/P/regex.js
|
|
82
48
|
var require_regex = __commonJS({
|
|
83
|
-
"node_modules/uc.micro/categories/P/regex.js"(
|
|
49
|
+
"node_modules/uc.micro/categories/P/regex.js"(exports2, module2) {
|
|
84
50
|
module2.exports = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/;
|
|
85
51
|
}
|
|
86
52
|
});
|
|
87
53
|
|
|
88
54
|
// node_modules/lodash/_freeGlobal.js
|
|
89
55
|
var require_freeGlobal = __commonJS({
|
|
90
|
-
"node_modules/lodash/_freeGlobal.js"(
|
|
56
|
+
"node_modules/lodash/_freeGlobal.js"(exports2, module2) {
|
|
91
57
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
|
92
58
|
module2.exports = freeGlobal;
|
|
93
59
|
}
|
|
@@ -95,7 +61,7 @@ var require_freeGlobal = __commonJS({
|
|
|
95
61
|
|
|
96
62
|
// node_modules/lodash/_root.js
|
|
97
63
|
var require_root = __commonJS({
|
|
98
|
-
"node_modules/lodash/_root.js"(
|
|
64
|
+
"node_modules/lodash/_root.js"(exports2, module2) {
|
|
99
65
|
var freeGlobal = require_freeGlobal();
|
|
100
66
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self;
|
|
101
67
|
var root = freeGlobal || freeSelf || Function("return this")();
|
|
@@ -105,7 +71,7 @@ var require_root = __commonJS({
|
|
|
105
71
|
|
|
106
72
|
// node_modules/lodash/_Symbol.js
|
|
107
73
|
var require_Symbol = __commonJS({
|
|
108
|
-
"node_modules/lodash/_Symbol.js"(
|
|
74
|
+
"node_modules/lodash/_Symbol.js"(exports2, module2) {
|
|
109
75
|
var root = require_root();
|
|
110
76
|
var Symbol2 = root.Symbol;
|
|
111
77
|
module2.exports = Symbol2;
|
|
@@ -114,7 +80,7 @@ var require_Symbol = __commonJS({
|
|
|
114
80
|
|
|
115
81
|
// node_modules/lodash/_arrayMap.js
|
|
116
82
|
var require_arrayMap = __commonJS({
|
|
117
|
-
"node_modules/lodash/_arrayMap.js"(
|
|
83
|
+
"node_modules/lodash/_arrayMap.js"(exports2, module2) {
|
|
118
84
|
function arrayMap(array, iteratee) {
|
|
119
85
|
var index = -1, length = array == null ? 0 : array.length, result = Array(length);
|
|
120
86
|
while (++index < length) {
|
|
@@ -128,7 +94,7 @@ var require_arrayMap = __commonJS({
|
|
|
128
94
|
|
|
129
95
|
// node_modules/lodash/isArray.js
|
|
130
96
|
var require_isArray = __commonJS({
|
|
131
|
-
"node_modules/lodash/isArray.js"(
|
|
97
|
+
"node_modules/lodash/isArray.js"(exports2, module2) {
|
|
132
98
|
var isArray = Array.isArray;
|
|
133
99
|
module2.exports = isArray;
|
|
134
100
|
}
|
|
@@ -136,7 +102,7 @@ var require_isArray = __commonJS({
|
|
|
136
102
|
|
|
137
103
|
// node_modules/lodash/_getRawTag.js
|
|
138
104
|
var require_getRawTag = __commonJS({
|
|
139
|
-
"node_modules/lodash/_getRawTag.js"(
|
|
105
|
+
"node_modules/lodash/_getRawTag.js"(exports2, module2) {
|
|
140
106
|
var Symbol2 = require_Symbol();
|
|
141
107
|
var objectProto = Object.prototype;
|
|
142
108
|
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
@@ -165,7 +131,7 @@ var require_getRawTag = __commonJS({
|
|
|
165
131
|
|
|
166
132
|
// node_modules/lodash/_objectToString.js
|
|
167
133
|
var require_objectToString = __commonJS({
|
|
168
|
-
"node_modules/lodash/_objectToString.js"(
|
|
134
|
+
"node_modules/lodash/_objectToString.js"(exports2, module2) {
|
|
169
135
|
var objectProto = Object.prototype;
|
|
170
136
|
var nativeObjectToString = objectProto.toString;
|
|
171
137
|
function objectToString(value) {
|
|
@@ -177,7 +143,7 @@ var require_objectToString = __commonJS({
|
|
|
177
143
|
|
|
178
144
|
// node_modules/lodash/_baseGetTag.js
|
|
179
145
|
var require_baseGetTag = __commonJS({
|
|
180
|
-
"node_modules/lodash/_baseGetTag.js"(
|
|
146
|
+
"node_modules/lodash/_baseGetTag.js"(exports2, module2) {
|
|
181
147
|
var Symbol2 = require_Symbol();
|
|
182
148
|
var getRawTag = require_getRawTag();
|
|
183
149
|
var objectToString = require_objectToString();
|
|
@@ -196,7 +162,7 @@ var require_baseGetTag = __commonJS({
|
|
|
196
162
|
|
|
197
163
|
// node_modules/lodash/isObjectLike.js
|
|
198
164
|
var require_isObjectLike = __commonJS({
|
|
199
|
-
"node_modules/lodash/isObjectLike.js"(
|
|
165
|
+
"node_modules/lodash/isObjectLike.js"(exports2, module2) {
|
|
200
166
|
function isObjectLike(value) {
|
|
201
167
|
return value != null && typeof value == "object";
|
|
202
168
|
}
|
|
@@ -206,7 +172,7 @@ var require_isObjectLike = __commonJS({
|
|
|
206
172
|
|
|
207
173
|
// node_modules/lodash/isSymbol.js
|
|
208
174
|
var require_isSymbol = __commonJS({
|
|
209
|
-
"node_modules/lodash/isSymbol.js"(
|
|
175
|
+
"node_modules/lodash/isSymbol.js"(exports2, module2) {
|
|
210
176
|
var baseGetTag = require_baseGetTag();
|
|
211
177
|
var isObjectLike = require_isObjectLike();
|
|
212
178
|
var symbolTag = "[object Symbol]";
|
|
@@ -219,7 +185,7 @@ var require_isSymbol = __commonJS({
|
|
|
219
185
|
|
|
220
186
|
// node_modules/lodash/_baseToString.js
|
|
221
187
|
var require_baseToString = __commonJS({
|
|
222
|
-
"node_modules/lodash/_baseToString.js"(
|
|
188
|
+
"node_modules/lodash/_baseToString.js"(exports2, module2) {
|
|
223
189
|
var Symbol2 = require_Symbol();
|
|
224
190
|
var arrayMap = require_arrayMap();
|
|
225
191
|
var isArray = require_isArray();
|
|
@@ -246,7 +212,7 @@ var require_baseToString = __commonJS({
|
|
|
246
212
|
|
|
247
213
|
// node_modules/lodash/_trimmedEndIndex.js
|
|
248
214
|
var require_trimmedEndIndex = __commonJS({
|
|
249
|
-
"node_modules/lodash/_trimmedEndIndex.js"(
|
|
215
|
+
"node_modules/lodash/_trimmedEndIndex.js"(exports2, module2) {
|
|
250
216
|
var reWhitespace = /\s/;
|
|
251
217
|
function trimmedEndIndex(string) {
|
|
252
218
|
var index = string.length;
|
|
@@ -260,7 +226,7 @@ var require_trimmedEndIndex = __commonJS({
|
|
|
260
226
|
|
|
261
227
|
// node_modules/lodash/_baseTrim.js
|
|
262
228
|
var require_baseTrim = __commonJS({
|
|
263
|
-
"node_modules/lodash/_baseTrim.js"(
|
|
229
|
+
"node_modules/lodash/_baseTrim.js"(exports2, module2) {
|
|
264
230
|
var trimmedEndIndex = require_trimmedEndIndex();
|
|
265
231
|
var reTrimStart = /^\s+/;
|
|
266
232
|
function baseTrim(string) {
|
|
@@ -272,7 +238,7 @@ var require_baseTrim = __commonJS({
|
|
|
272
238
|
|
|
273
239
|
// node_modules/lodash/_baseSlice.js
|
|
274
240
|
var require_baseSlice = __commonJS({
|
|
275
|
-
"node_modules/lodash/_baseSlice.js"(
|
|
241
|
+
"node_modules/lodash/_baseSlice.js"(exports2, module2) {
|
|
276
242
|
function baseSlice(array, start, end) {
|
|
277
243
|
var index = -1, length = array.length;
|
|
278
244
|
if (start < 0) {
|
|
@@ -296,7 +262,7 @@ var require_baseSlice = __commonJS({
|
|
|
296
262
|
|
|
297
263
|
// node_modules/lodash/_castSlice.js
|
|
298
264
|
var require_castSlice = __commonJS({
|
|
299
|
-
"node_modules/lodash/_castSlice.js"(
|
|
265
|
+
"node_modules/lodash/_castSlice.js"(exports2, module2) {
|
|
300
266
|
var baseSlice = require_baseSlice();
|
|
301
267
|
function castSlice(array, start, end) {
|
|
302
268
|
var length = array.length;
|
|
@@ -309,7 +275,7 @@ var require_castSlice = __commonJS({
|
|
|
309
275
|
|
|
310
276
|
// node_modules/lodash/_baseFindIndex.js
|
|
311
277
|
var require_baseFindIndex = __commonJS({
|
|
312
|
-
"node_modules/lodash/_baseFindIndex.js"(
|
|
278
|
+
"node_modules/lodash/_baseFindIndex.js"(exports2, module2) {
|
|
313
279
|
function baseFindIndex(array, predicate, fromIndex, fromRight) {
|
|
314
280
|
var length = array.length, index = fromIndex + (fromRight ? 1 : -1);
|
|
315
281
|
while (fromRight ? index-- : ++index < length) {
|
|
@@ -325,7 +291,7 @@ var require_baseFindIndex = __commonJS({
|
|
|
325
291
|
|
|
326
292
|
// node_modules/lodash/_baseIsNaN.js
|
|
327
293
|
var require_baseIsNaN = __commonJS({
|
|
328
|
-
"node_modules/lodash/_baseIsNaN.js"(
|
|
294
|
+
"node_modules/lodash/_baseIsNaN.js"(exports2, module2) {
|
|
329
295
|
function baseIsNaN(value) {
|
|
330
296
|
return value !== value;
|
|
331
297
|
}
|
|
@@ -335,7 +301,7 @@ var require_baseIsNaN = __commonJS({
|
|
|
335
301
|
|
|
336
302
|
// node_modules/lodash/_strictIndexOf.js
|
|
337
303
|
var require_strictIndexOf = __commonJS({
|
|
338
|
-
"node_modules/lodash/_strictIndexOf.js"(
|
|
304
|
+
"node_modules/lodash/_strictIndexOf.js"(exports2, module2) {
|
|
339
305
|
function strictIndexOf(array, value, fromIndex) {
|
|
340
306
|
var index = fromIndex - 1, length = array.length;
|
|
341
307
|
while (++index < length) {
|
|
@@ -351,7 +317,7 @@ var require_strictIndexOf = __commonJS({
|
|
|
351
317
|
|
|
352
318
|
// node_modules/lodash/_baseIndexOf.js
|
|
353
319
|
var require_baseIndexOf = __commonJS({
|
|
354
|
-
"node_modules/lodash/_baseIndexOf.js"(
|
|
320
|
+
"node_modules/lodash/_baseIndexOf.js"(exports2, module2) {
|
|
355
321
|
var baseFindIndex = require_baseFindIndex();
|
|
356
322
|
var baseIsNaN = require_baseIsNaN();
|
|
357
323
|
var strictIndexOf = require_strictIndexOf();
|
|
@@ -364,7 +330,7 @@ var require_baseIndexOf = __commonJS({
|
|
|
364
330
|
|
|
365
331
|
// node_modules/lodash/_charsEndIndex.js
|
|
366
332
|
var require_charsEndIndex = __commonJS({
|
|
367
|
-
"node_modules/lodash/_charsEndIndex.js"(
|
|
333
|
+
"node_modules/lodash/_charsEndIndex.js"(exports2, module2) {
|
|
368
334
|
var baseIndexOf = require_baseIndexOf();
|
|
369
335
|
function charsEndIndex(strSymbols, chrSymbols) {
|
|
370
336
|
var index = strSymbols.length;
|
|
@@ -378,7 +344,7 @@ var require_charsEndIndex = __commonJS({
|
|
|
378
344
|
|
|
379
345
|
// node_modules/lodash/_charsStartIndex.js
|
|
380
346
|
var require_charsStartIndex = __commonJS({
|
|
381
|
-
"node_modules/lodash/_charsStartIndex.js"(
|
|
347
|
+
"node_modules/lodash/_charsStartIndex.js"(exports2, module2) {
|
|
382
348
|
var baseIndexOf = require_baseIndexOf();
|
|
383
349
|
function charsStartIndex(strSymbols, chrSymbols) {
|
|
384
350
|
var index = -1, length = strSymbols.length;
|
|
@@ -392,7 +358,7 @@ var require_charsStartIndex = __commonJS({
|
|
|
392
358
|
|
|
393
359
|
// node_modules/lodash/_asciiToArray.js
|
|
394
360
|
var require_asciiToArray = __commonJS({
|
|
395
|
-
"node_modules/lodash/_asciiToArray.js"(
|
|
361
|
+
"node_modules/lodash/_asciiToArray.js"(exports2, module2) {
|
|
396
362
|
function asciiToArray(string) {
|
|
397
363
|
return string.split("");
|
|
398
364
|
}
|
|
@@ -402,7 +368,7 @@ var require_asciiToArray = __commonJS({
|
|
|
402
368
|
|
|
403
369
|
// node_modules/lodash/_hasUnicode.js
|
|
404
370
|
var require_hasUnicode = __commonJS({
|
|
405
|
-
"node_modules/lodash/_hasUnicode.js"(
|
|
371
|
+
"node_modules/lodash/_hasUnicode.js"(exports2, module2) {
|
|
406
372
|
var rsAstralRange = "\\ud800-\\udfff";
|
|
407
373
|
var rsComboMarksRange = "\\u0300-\\u036f";
|
|
408
374
|
var reComboHalfMarksRange = "\\ufe20-\\ufe2f";
|
|
@@ -420,7 +386,7 @@ var require_hasUnicode = __commonJS({
|
|
|
420
386
|
|
|
421
387
|
// node_modules/lodash/_unicodeToArray.js
|
|
422
388
|
var require_unicodeToArray = __commonJS({
|
|
423
|
-
"node_modules/lodash/_unicodeToArray.js"(
|
|
389
|
+
"node_modules/lodash/_unicodeToArray.js"(exports2, module2) {
|
|
424
390
|
var rsAstralRange = "\\ud800-\\udfff";
|
|
425
391
|
var rsComboMarksRange = "\\u0300-\\u036f";
|
|
426
392
|
var reComboHalfMarksRange = "\\ufe20-\\ufe2f";
|
|
@@ -450,7 +416,7 @@ var require_unicodeToArray = __commonJS({
|
|
|
450
416
|
|
|
451
417
|
// node_modules/lodash/_stringToArray.js
|
|
452
418
|
var require_stringToArray = __commonJS({
|
|
453
|
-
"node_modules/lodash/_stringToArray.js"(
|
|
419
|
+
"node_modules/lodash/_stringToArray.js"(exports2, module2) {
|
|
454
420
|
var asciiToArray = require_asciiToArray();
|
|
455
421
|
var hasUnicode = require_hasUnicode();
|
|
456
422
|
var unicodeToArray = require_unicodeToArray();
|
|
@@ -463,7 +429,7 @@ var require_stringToArray = __commonJS({
|
|
|
463
429
|
|
|
464
430
|
// node_modules/lodash/toString.js
|
|
465
431
|
var require_toString = __commonJS({
|
|
466
|
-
"node_modules/lodash/toString.js"(
|
|
432
|
+
"node_modules/lodash/toString.js"(exports2, module2) {
|
|
467
433
|
var baseToString = require_baseToString();
|
|
468
434
|
function toString(value) {
|
|
469
435
|
return value == null ? "" : baseToString(value);
|
|
@@ -474,7 +440,7 @@ var require_toString = __commonJS({
|
|
|
474
440
|
|
|
475
441
|
// node_modules/lodash/trim.js
|
|
476
442
|
var require_trim = __commonJS({
|
|
477
|
-
"node_modules/lodash/trim.js"(
|
|
443
|
+
"node_modules/lodash/trim.js"(exports2, module2) {
|
|
478
444
|
var baseToString = require_baseToString();
|
|
479
445
|
var baseTrim = require_baseTrim();
|
|
480
446
|
var castSlice = require_castSlice();
|
|
@@ -499,7 +465,7 @@ var require_trim = __commonJS({
|
|
|
499
465
|
|
|
500
466
|
// node_modules/mdurl/encode.js
|
|
501
467
|
var require_encode = __commonJS({
|
|
502
|
-
"node_modules/mdurl/encode.js"(
|
|
468
|
+
"node_modules/mdurl/encode.js"(exports2, module2) {
|
|
503
469
|
"use strict";
|
|
504
470
|
var encodeCache = {};
|
|
505
471
|
function getEncodeCache(exclude) {
|
|
@@ -568,7 +534,7 @@ var require_encode = __commonJS({
|
|
|
568
534
|
|
|
569
535
|
// node_modules/mdurl/decode.js
|
|
570
536
|
var require_decode = __commonJS({
|
|
571
|
-
"node_modules/mdurl/decode.js"(
|
|
537
|
+
"node_modules/mdurl/decode.js"(exports2, module2) {
|
|
572
538
|
"use strict";
|
|
573
539
|
var decodeCache = {};
|
|
574
540
|
function getDecodeCache(exclude) {
|
|
@@ -657,7 +623,7 @@ var require_decode = __commonJS({
|
|
|
657
623
|
|
|
658
624
|
// node_modules/mdurl/format.js
|
|
659
625
|
var require_format = __commonJS({
|
|
660
|
-
"node_modules/mdurl/format.js"(
|
|
626
|
+
"node_modules/mdurl/format.js"(exports2, module2) {
|
|
661
627
|
"use strict";
|
|
662
628
|
module2.exports = function format(url) {
|
|
663
629
|
var result = "";
|
|
@@ -680,7 +646,7 @@ var require_format = __commonJS({
|
|
|
680
646
|
|
|
681
647
|
// node_modules/mdurl/parse.js
|
|
682
648
|
var require_parse = __commonJS({
|
|
683
|
-
"node_modules/mdurl/parse.js"(
|
|
649
|
+
"node_modules/mdurl/parse.js"(exports2, module2) {
|
|
684
650
|
"use strict";
|
|
685
651
|
function Url() {
|
|
686
652
|
this.protocol = null;
|
|
@@ -868,7 +834,7 @@ var require_parse = __commonJS({
|
|
|
868
834
|
|
|
869
835
|
// node_modules/mdurl/index.js
|
|
870
836
|
var require_mdurl = __commonJS({
|
|
871
|
-
"node_modules/mdurl/index.js"(
|
|
837
|
+
"node_modules/mdurl/index.js"(exports2, module2) {
|
|
872
838
|
"use strict";
|
|
873
839
|
module2.exports.encode = require_encode();
|
|
874
840
|
module2.exports.decode = require_decode();
|
|
@@ -879,47 +845,47 @@ var require_mdurl = __commonJS({
|
|
|
879
845
|
|
|
880
846
|
// node_modules/uc.micro/properties/Any/regex.js
|
|
881
847
|
var require_regex2 = __commonJS({
|
|
882
|
-
"node_modules/uc.micro/properties/Any/regex.js"(
|
|
848
|
+
"node_modules/uc.micro/properties/Any/regex.js"(exports2, module2) {
|
|
883
849
|
module2.exports = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;
|
|
884
850
|
}
|
|
885
851
|
});
|
|
886
852
|
|
|
887
853
|
// node_modules/uc.micro/categories/Cc/regex.js
|
|
888
854
|
var require_regex3 = __commonJS({
|
|
889
|
-
"node_modules/uc.micro/categories/Cc/regex.js"(
|
|
855
|
+
"node_modules/uc.micro/categories/Cc/regex.js"(exports2, module2) {
|
|
890
856
|
module2.exports = /[\0-\x1F\x7F-\x9F]/;
|
|
891
857
|
}
|
|
892
858
|
});
|
|
893
859
|
|
|
894
860
|
// node_modules/uc.micro/categories/Cf/regex.js
|
|
895
861
|
var require_regex4 = __commonJS({
|
|
896
|
-
"node_modules/uc.micro/categories/Cf/regex.js"(
|
|
862
|
+
"node_modules/uc.micro/categories/Cf/regex.js"(exports2, module2) {
|
|
897
863
|
module2.exports = /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/;
|
|
898
864
|
}
|
|
899
865
|
});
|
|
900
866
|
|
|
901
867
|
// node_modules/uc.micro/categories/Z/regex.js
|
|
902
868
|
var require_regex5 = __commonJS({
|
|
903
|
-
"node_modules/uc.micro/categories/Z/regex.js"(
|
|
869
|
+
"node_modules/uc.micro/categories/Z/regex.js"(exports2, module2) {
|
|
904
870
|
module2.exports = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/;
|
|
905
871
|
}
|
|
906
872
|
});
|
|
907
873
|
|
|
908
874
|
// node_modules/uc.micro/index.js
|
|
909
875
|
var require_uc = __commonJS({
|
|
910
|
-
"node_modules/uc.micro/index.js"(
|
|
876
|
+
"node_modules/uc.micro/index.js"(exports2) {
|
|
911
877
|
"use strict";
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
878
|
+
exports2.Any = require_regex2();
|
|
879
|
+
exports2.Cc = require_regex3();
|
|
880
|
+
exports2.Cf = require_regex4();
|
|
881
|
+
exports2.P = require_regex();
|
|
882
|
+
exports2.Z = require_regex5();
|
|
917
883
|
}
|
|
918
884
|
});
|
|
919
885
|
|
|
920
886
|
// node_modules/markdown-it/lib/common/utils.js
|
|
921
887
|
var require_utils = __commonJS({
|
|
922
|
-
"node_modules/markdown-it/lib/common/utils.js"(
|
|
888
|
+
"node_modules/markdown-it/lib/common/utils.js"(exports2) {
|
|
923
889
|
"use strict";
|
|
924
890
|
function _class(obj) {
|
|
925
891
|
return Object.prototype.toString.call(obj);
|
|
@@ -1054,10 +1020,15 @@ var require_utils = __commonJS({
|
|
|
1054
1020
|
}
|
|
1055
1021
|
switch (code) {
|
|
1056
1022
|
case 9:
|
|
1023
|
+
// \t
|
|
1057
1024
|
case 10:
|
|
1025
|
+
// \n
|
|
1058
1026
|
case 11:
|
|
1027
|
+
// \v
|
|
1059
1028
|
case 12:
|
|
1029
|
+
// \f
|
|
1060
1030
|
case 13:
|
|
1031
|
+
// \r
|
|
1061
1032
|
case 32:
|
|
1062
1033
|
case 160:
|
|
1063
1034
|
case 5760:
|
|
@@ -1120,31 +1091,31 @@ var require_utils = __commonJS({
|
|
|
1120
1091
|
function trim(str) {
|
|
1121
1092
|
return require_trim()(str, " \n\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\uFEFF");
|
|
1122
1093
|
}
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1094
|
+
exports2.lib = {};
|
|
1095
|
+
exports2.lib.mdurl = require_mdurl();
|
|
1096
|
+
exports2.lib.ucmicro = require_uc();
|
|
1097
|
+
exports2.assign = assign;
|
|
1098
|
+
exports2.isString = isString;
|
|
1099
|
+
exports2.has = has;
|
|
1100
|
+
exports2.unescapeMd = unescapeMd;
|
|
1101
|
+
exports2.unescapeAll = unescapeAll;
|
|
1102
|
+
exports2.isValidEntityCode = isValidEntityCode;
|
|
1103
|
+
exports2.fromCodePoint = fromCodePoint;
|
|
1104
|
+
exports2.escapeHtml = escapeHtml;
|
|
1105
|
+
exports2.arrayReplaceAt = arrayReplaceAt;
|
|
1106
|
+
exports2.isSpace = isSpace;
|
|
1107
|
+
exports2.isWhiteSpace = isWhiteSpace;
|
|
1108
|
+
exports2.isMdAsciiPunct = isMdAsciiPunct;
|
|
1109
|
+
exports2.isPunctChar = isPunctChar;
|
|
1110
|
+
exports2.escapeRE = escapeRE;
|
|
1111
|
+
exports2.normalizeReference = normalizeReference;
|
|
1112
|
+
exports2.trim = trim;
|
|
1142
1113
|
}
|
|
1143
1114
|
});
|
|
1144
1115
|
|
|
1145
1116
|
// node_modules/markdown-it/lib/helpers/parse_link_label.js
|
|
1146
1117
|
var require_parse_link_label = __commonJS({
|
|
1147
|
-
"node_modules/markdown-it/lib/helpers/parse_link_label.js"(
|
|
1118
|
+
"node_modules/markdown-it/lib/helpers/parse_link_label.js"(exports2, module2) {
|
|
1148
1119
|
"use strict";
|
|
1149
1120
|
module2.exports = function parseLinkLabel(state, start, disableNested) {
|
|
1150
1121
|
var level, found, marker, prevPos, labelEnd = -1, max = state.posMax, oldPos = state.pos;
|
|
@@ -1181,7 +1152,7 @@ var require_parse_link_label = __commonJS({
|
|
|
1181
1152
|
|
|
1182
1153
|
// node_modules/markdown-it/lib/helpers/parse_link_destination.js
|
|
1183
1154
|
var require_parse_link_destination = __commonJS({
|
|
1184
|
-
"node_modules/markdown-it/lib/helpers/parse_link_destination.js"(
|
|
1155
|
+
"node_modules/markdown-it/lib/helpers/parse_link_destination.js"(exports2, module2) {
|
|
1185
1156
|
"use strict";
|
|
1186
1157
|
var unescapeAll = require_utils().unescapeAll;
|
|
1187
1158
|
module2.exports = function parseLinkDestination(str, pos, max) {
|
|
@@ -1262,7 +1233,7 @@ var require_parse_link_destination = __commonJS({
|
|
|
1262
1233
|
|
|
1263
1234
|
// node_modules/markdown-it/lib/helpers/parse_link_title.js
|
|
1264
1235
|
var require_parse_link_title = __commonJS({
|
|
1265
|
-
"node_modules/markdown-it/lib/helpers/parse_link_title.js"(
|
|
1236
|
+
"node_modules/markdown-it/lib/helpers/parse_link_title.js"(exports2, module2) {
|
|
1266
1237
|
"use strict";
|
|
1267
1238
|
var unescapeAll = require_utils().unescapeAll;
|
|
1268
1239
|
module2.exports = function parseLinkTitle(str, pos, max) {
|
|
@@ -1310,17 +1281,17 @@ var require_parse_link_title = __commonJS({
|
|
|
1310
1281
|
|
|
1311
1282
|
// node_modules/markdown-it/lib/helpers/index.js
|
|
1312
1283
|
var require_helpers = __commonJS({
|
|
1313
|
-
"node_modules/markdown-it/lib/helpers/index.js"(
|
|
1284
|
+
"node_modules/markdown-it/lib/helpers/index.js"(exports2) {
|
|
1314
1285
|
"use strict";
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1286
|
+
exports2.parseLinkLabel = require_parse_link_label();
|
|
1287
|
+
exports2.parseLinkDestination = require_parse_link_destination();
|
|
1288
|
+
exports2.parseLinkTitle = require_parse_link_title();
|
|
1318
1289
|
}
|
|
1319
1290
|
});
|
|
1320
1291
|
|
|
1321
1292
|
// node_modules/markdown-it/lib/renderer.js
|
|
1322
1293
|
var require_renderer = __commonJS({
|
|
1323
|
-
"node_modules/markdown-it/lib/renderer.js"(
|
|
1294
|
+
"node_modules/markdown-it/lib/renderer.js"(exports2, module2) {
|
|
1324
1295
|
"use strict";
|
|
1325
1296
|
var assign = require_utils().assign;
|
|
1326
1297
|
var unescapeAll = require_utils().unescapeAll;
|
|
@@ -1473,7 +1444,7 @@ var require_renderer = __commonJS({
|
|
|
1473
1444
|
|
|
1474
1445
|
// node_modules/markdown-it/lib/ruler.js
|
|
1475
1446
|
var require_ruler = __commonJS({
|
|
1476
|
-
"node_modules/markdown-it/lib/ruler.js"(
|
|
1447
|
+
"node_modules/markdown-it/lib/ruler.js"(exports2, module2) {
|
|
1477
1448
|
"use strict";
|
|
1478
1449
|
function Ruler() {
|
|
1479
1450
|
this.__rules__ = [];
|
|
@@ -1621,7 +1592,7 @@ var require_ruler = __commonJS({
|
|
|
1621
1592
|
|
|
1622
1593
|
// node_modules/markdown-it/lib/rules_core/normalize.js
|
|
1623
1594
|
var require_normalize = __commonJS({
|
|
1624
|
-
"node_modules/markdown-it/lib/rules_core/normalize.js"(
|
|
1595
|
+
"node_modules/markdown-it/lib/rules_core/normalize.js"(exports2, module2) {
|
|
1625
1596
|
"use strict";
|
|
1626
1597
|
var NEWLINES_RE = /\r\n?|\n/g;
|
|
1627
1598
|
var NULL_RE = /\0/g;
|
|
@@ -1636,7 +1607,7 @@ var require_normalize = __commonJS({
|
|
|
1636
1607
|
|
|
1637
1608
|
// node_modules/markdown-it/lib/rules_core/block.js
|
|
1638
1609
|
var require_block = __commonJS({
|
|
1639
|
-
"node_modules/markdown-it/lib/rules_core/block.js"(
|
|
1610
|
+
"node_modules/markdown-it/lib/rules_core/block.js"(exports2, module2) {
|
|
1640
1611
|
"use strict";
|
|
1641
1612
|
module2.exports = function block(state) {
|
|
1642
1613
|
var token;
|
|
@@ -1655,7 +1626,7 @@ var require_block = __commonJS({
|
|
|
1655
1626
|
|
|
1656
1627
|
// node_modules/markdown-it/lib/rules_core/inline.js
|
|
1657
1628
|
var require_inline = __commonJS({
|
|
1658
|
-
"node_modules/markdown-it/lib/rules_core/inline.js"(
|
|
1629
|
+
"node_modules/markdown-it/lib/rules_core/inline.js"(exports2, module2) {
|
|
1659
1630
|
"use strict";
|
|
1660
1631
|
module2.exports = function inline(state) {
|
|
1661
1632
|
var tokens = state.tokens, tok, i, l;
|
|
@@ -1671,7 +1642,7 @@ var require_inline = __commonJS({
|
|
|
1671
1642
|
|
|
1672
1643
|
// node_modules/markdown-it/lib/rules_core/linkify.js
|
|
1673
1644
|
var require_linkify = __commonJS({
|
|
1674
|
-
"node_modules/markdown-it/lib/rules_core/linkify.js"(
|
|
1645
|
+
"node_modules/markdown-it/lib/rules_core/linkify.js"(exports2, module2) {
|
|
1675
1646
|
"use strict";
|
|
1676
1647
|
var arrayReplaceAt = require_utils().arrayReplaceAt;
|
|
1677
1648
|
function isLinkOpen(str) {
|
|
@@ -1771,7 +1742,7 @@ var require_linkify = __commonJS({
|
|
|
1771
1742
|
|
|
1772
1743
|
// node_modules/markdown-it/lib/rules_core/replacements.js
|
|
1773
1744
|
var require_replacements = __commonJS({
|
|
1774
|
-
"node_modules/markdown-it/lib/rules_core/replacements.js"(
|
|
1745
|
+
"node_modules/markdown-it/lib/rules_core/replacements.js"(exports2, module2) {
|
|
1775
1746
|
"use strict";
|
|
1776
1747
|
var RARE_RE = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/;
|
|
1777
1748
|
var SCOPED_ABBR_TEST_RE = /\((c|tm|r|p)\)/i;
|
|
@@ -1839,7 +1810,7 @@ var require_replacements = __commonJS({
|
|
|
1839
1810
|
|
|
1840
1811
|
// node_modules/markdown-it/lib/rules_core/smartquotes.js
|
|
1841
1812
|
var require_smartquotes = __commonJS({
|
|
1842
|
-
"node_modules/markdown-it/lib/rules_core/smartquotes.js"(
|
|
1813
|
+
"node_modules/markdown-it/lib/rules_core/smartquotes.js"(exports2, module2) {
|
|
1843
1814
|
"use strict";
|
|
1844
1815
|
var isWhiteSpace = require_utils().isWhiteSpace;
|
|
1845
1816
|
var isPunctChar = require_utils().isPunctChar;
|
|
@@ -1883,10 +1854,8 @@ var require_smartquotes = __commonJS({
|
|
|
1883
1854
|
lastChar = text.charCodeAt(t.index - 1);
|
|
1884
1855
|
} else {
|
|
1885
1856
|
for (j = i - 1; j >= 0; j--) {
|
|
1886
|
-
if (tokens[j].type === "softbreak" || tokens[j].type === "hardbreak")
|
|
1887
|
-
|
|
1888
|
-
if (!tokens[j].content)
|
|
1889
|
-
continue;
|
|
1857
|
+
if (tokens[j].type === "softbreak" || tokens[j].type === "hardbreak") break;
|
|
1858
|
+
if (!tokens[j].content) continue;
|
|
1890
1859
|
lastChar = tokens[j].content.charCodeAt(tokens[j].content.length - 1);
|
|
1891
1860
|
break;
|
|
1892
1861
|
}
|
|
@@ -1896,10 +1865,8 @@ var require_smartquotes = __commonJS({
|
|
|
1896
1865
|
nextChar = text.charCodeAt(pos);
|
|
1897
1866
|
} else {
|
|
1898
1867
|
for (j = i + 1; j < tokens.length; j++) {
|
|
1899
|
-
if (tokens[j].type === "softbreak" || tokens[j].type === "hardbreak")
|
|
1900
|
-
|
|
1901
|
-
if (!tokens[j].content)
|
|
1902
|
-
continue;
|
|
1868
|
+
if (tokens[j].type === "softbreak" || tokens[j].type === "hardbreak") break;
|
|
1869
|
+
if (!tokens[j].content) continue;
|
|
1903
1870
|
nextChar = tokens[j].content.charCodeAt(0);
|
|
1904
1871
|
break;
|
|
1905
1872
|
}
|
|
@@ -1999,7 +1966,7 @@ var require_smartquotes = __commonJS({
|
|
|
1999
1966
|
|
|
2000
1967
|
// node_modules/markdown-it/lib/token.js
|
|
2001
1968
|
var require_token = __commonJS({
|
|
2002
|
-
"node_modules/markdown-it/lib/token.js"(
|
|
1969
|
+
"node_modules/markdown-it/lib/token.js"(exports2, module2) {
|
|
2003
1970
|
"use strict";
|
|
2004
1971
|
function Token(type, tag, nesting) {
|
|
2005
1972
|
this.type = type;
|
|
@@ -2065,7 +2032,7 @@ var require_token = __commonJS({
|
|
|
2065
2032
|
|
|
2066
2033
|
// node_modules/markdown-it/lib/rules_core/state_core.js
|
|
2067
2034
|
var require_state_core = __commonJS({
|
|
2068
|
-
"node_modules/markdown-it/lib/rules_core/state_core.js"(
|
|
2035
|
+
"node_modules/markdown-it/lib/rules_core/state_core.js"(exports2, module2) {
|
|
2069
2036
|
"use strict";
|
|
2070
2037
|
var Token = require_token();
|
|
2071
2038
|
function StateCore(src, md, env) {
|
|
@@ -2082,7 +2049,7 @@ var require_state_core = __commonJS({
|
|
|
2082
2049
|
|
|
2083
2050
|
// node_modules/markdown-it/lib/parser_core.js
|
|
2084
2051
|
var require_parser_core = __commonJS({
|
|
2085
|
-
"node_modules/markdown-it/lib/parser_core.js"(
|
|
2052
|
+
"node_modules/markdown-it/lib/parser_core.js"(exports2, module2) {
|
|
2086
2053
|
"use strict";
|
|
2087
2054
|
var Ruler = require_ruler();
|
|
2088
2055
|
var _rules = [
|
|
@@ -2113,7 +2080,7 @@ var require_parser_core = __commonJS({
|
|
|
2113
2080
|
|
|
2114
2081
|
// node_modules/markdown-it/lib/rules_block/table.js
|
|
2115
2082
|
var require_table = __commonJS({
|
|
2116
|
-
"node_modules/markdown-it/lib/rules_block/table.js"(
|
|
2083
|
+
"node_modules/markdown-it/lib/rules_block/table.js"(exports2, module2) {
|
|
2117
2084
|
"use strict";
|
|
2118
2085
|
var isSpace = require_utils().isSpace;
|
|
2119
2086
|
function getLine(state, line) {
|
|
@@ -2209,10 +2176,8 @@ var require_table = __commonJS({
|
|
|
2209
2176
|
return false;
|
|
2210
2177
|
}
|
|
2211
2178
|
columns = escapedSplit(lineText);
|
|
2212
|
-
if (columns.length && columns[0] === "")
|
|
2213
|
-
|
|
2214
|
-
if (columns.length && columns[columns.length - 1] === "")
|
|
2215
|
-
columns.pop();
|
|
2179
|
+
if (columns.length && columns[0] === "") columns.shift();
|
|
2180
|
+
if (columns.length && columns[columns.length - 1] === "") columns.pop();
|
|
2216
2181
|
columnCount = columns.length;
|
|
2217
2182
|
if (columnCount === 0 || columnCount !== aligns.length) {
|
|
2218
2183
|
return false;
|
|
@@ -2263,10 +2228,8 @@ var require_table = __commonJS({
|
|
|
2263
2228
|
break;
|
|
2264
2229
|
}
|
|
2265
2230
|
columns = escapedSplit(lineText);
|
|
2266
|
-
if (columns.length && columns[0] === "")
|
|
2267
|
-
|
|
2268
|
-
if (columns.length && columns[columns.length - 1] === "")
|
|
2269
|
-
columns.pop();
|
|
2231
|
+
if (columns.length && columns[0] === "") columns.shift();
|
|
2232
|
+
if (columns.length && columns[columns.length - 1] === "") columns.pop();
|
|
2270
2233
|
if (nextLine === startLine + 2) {
|
|
2271
2234
|
token = state.push("tbody_open", "tbody", 1);
|
|
2272
2235
|
token.map = tbodyLines = [startLine + 2, 0];
|
|
@@ -2300,7 +2263,7 @@ var require_table = __commonJS({
|
|
|
2300
2263
|
|
|
2301
2264
|
// node_modules/markdown-it/lib/rules_block/code.js
|
|
2302
2265
|
var require_code = __commonJS({
|
|
2303
|
-
"node_modules/markdown-it/lib/rules_block/code.js"(
|
|
2266
|
+
"node_modules/markdown-it/lib/rules_block/code.js"(exports2, module2) {
|
|
2304
2267
|
"use strict";
|
|
2305
2268
|
module2.exports = function code(state, startLine, endLine) {
|
|
2306
2269
|
var nextLine, last, token;
|
|
@@ -2331,7 +2294,7 @@ var require_code = __commonJS({
|
|
|
2331
2294
|
|
|
2332
2295
|
// node_modules/markdown-it/lib/rules_block/fence.js
|
|
2333
2296
|
var require_fence = __commonJS({
|
|
2334
|
-
"node_modules/markdown-it/lib/rules_block/fence.js"(
|
|
2297
|
+
"node_modules/markdown-it/lib/rules_block/fence.js"(exports2, module2) {
|
|
2335
2298
|
"use strict";
|
|
2336
2299
|
module2.exports = function fence(state, startLine, endLine, silent) {
|
|
2337
2300
|
var marker, len, params, nextLine, mem, token, markup, haveEndMarker = false, pos = state.bMarks[startLine] + state.tShift[startLine], max = state.eMarks[startLine];
|
|
@@ -2403,7 +2366,7 @@ var require_fence = __commonJS({
|
|
|
2403
2366
|
|
|
2404
2367
|
// node_modules/markdown-it/lib/rules_block/blockquote.js
|
|
2405
2368
|
var require_blockquote = __commonJS({
|
|
2406
|
-
"node_modules/markdown-it/lib/rules_block/blockquote.js"(
|
|
2369
|
+
"node_modules/markdown-it/lib/rules_block/blockquote.js"(exports2, module2) {
|
|
2407
2370
|
"use strict";
|
|
2408
2371
|
var isSpace = require_utils().isSpace;
|
|
2409
2372
|
module2.exports = function blockquote(state, startLine, endLine, silent) {
|
|
@@ -2566,7 +2529,7 @@ var require_blockquote = __commonJS({
|
|
|
2566
2529
|
|
|
2567
2530
|
// node_modules/markdown-it/lib/rules_block/hr.js
|
|
2568
2531
|
var require_hr = __commonJS({
|
|
2569
|
-
"node_modules/markdown-it/lib/rules_block/hr.js"(
|
|
2532
|
+
"node_modules/markdown-it/lib/rules_block/hr.js"(exports2, module2) {
|
|
2570
2533
|
"use strict";
|
|
2571
2534
|
var isSpace = require_utils().isSpace;
|
|
2572
2535
|
module2.exports = function hr(state, startLine, endLine, silent) {
|
|
@@ -2605,7 +2568,7 @@ var require_hr = __commonJS({
|
|
|
2605
2568
|
|
|
2606
2569
|
// node_modules/markdown-it/lib/rules_block/list.js
|
|
2607
2570
|
var require_list = __commonJS({
|
|
2608
|
-
"node_modules/markdown-it/lib/rules_block/list.js"(
|
|
2571
|
+
"node_modules/markdown-it/lib/rules_block/list.js"(exports2, module2) {
|
|
2609
2572
|
"use strict";
|
|
2610
2573
|
var isSpace = require_utils().isSpace;
|
|
2611
2574
|
function skipBulletListMarker(state, startLine) {
|
|
@@ -2684,16 +2647,14 @@ var require_list = __commonJS({
|
|
|
2684
2647
|
isOrdered = true;
|
|
2685
2648
|
start = state.bMarks[startLine] + state.tShift[startLine];
|
|
2686
2649
|
markerValue = Number(state.src.slice(start, posAfterMarker - 1));
|
|
2687
|
-
if (isTerminatingParagraph && markerValue !== 1)
|
|
2688
|
-
return false;
|
|
2650
|
+
if (isTerminatingParagraph && markerValue !== 1) return false;
|
|
2689
2651
|
} else if ((posAfterMarker = skipBulletListMarker(state, startLine)) >= 0) {
|
|
2690
2652
|
isOrdered = false;
|
|
2691
2653
|
} else {
|
|
2692
2654
|
return false;
|
|
2693
2655
|
}
|
|
2694
2656
|
if (isTerminatingParagraph) {
|
|
2695
|
-
if (state.skipSpaces(posAfterMarker) >= state.eMarks[startLine])
|
|
2696
|
-
return false;
|
|
2657
|
+
if (state.skipSpaces(posAfterMarker) >= state.eMarks[startLine]) return false;
|
|
2697
2658
|
}
|
|
2698
2659
|
markerCharCode = state.src.charCodeAt(posAfterMarker - 1);
|
|
2699
2660
|
if (silent) {
|
|
@@ -2828,7 +2789,7 @@ var require_list = __commonJS({
|
|
|
2828
2789
|
|
|
2829
2790
|
// node_modules/markdown-it/lib/rules_block/reference.js
|
|
2830
2791
|
var require_reference = __commonJS({
|
|
2831
|
-
"node_modules/markdown-it/lib/rules_block/reference.js"(
|
|
2792
|
+
"node_modules/markdown-it/lib/rules_block/reference.js"(exports2, module2) {
|
|
2832
2793
|
"use strict";
|
|
2833
2794
|
var normalizeReference = require_utils().normalizeReference;
|
|
2834
2795
|
var isSpace = require_utils().isSpace;
|
|
@@ -2981,7 +2942,7 @@ var require_reference = __commonJS({
|
|
|
2981
2942
|
|
|
2982
2943
|
// node_modules/markdown-it/lib/common/html_blocks.js
|
|
2983
2944
|
var require_html_blocks = __commonJS({
|
|
2984
|
-
"node_modules/markdown-it/lib/common/html_blocks.js"(
|
|
2945
|
+
"node_modules/markdown-it/lib/common/html_blocks.js"(exports2, module2) {
|
|
2985
2946
|
"use strict";
|
|
2986
2947
|
module2.exports = [
|
|
2987
2948
|
"address",
|
|
@@ -3052,7 +3013,7 @@ var require_html_blocks = __commonJS({
|
|
|
3052
3013
|
|
|
3053
3014
|
// node_modules/markdown-it/lib/common/html_re.js
|
|
3054
3015
|
var require_html_re = __commonJS({
|
|
3055
|
-
"node_modules/markdown-it/lib/common/html_re.js"(
|
|
3016
|
+
"node_modules/markdown-it/lib/common/html_re.js"(exports2, module2) {
|
|
3056
3017
|
"use strict";
|
|
3057
3018
|
var attr_name = "[a-zA-Z_:][a-zA-Z0-9:._-]*";
|
|
3058
3019
|
var unquoted = "[^\"'=<>`\\x00-\\x20]+";
|
|
@@ -3075,7 +3036,7 @@ var require_html_re = __commonJS({
|
|
|
3075
3036
|
|
|
3076
3037
|
// node_modules/markdown-it/lib/rules_block/html_block.js
|
|
3077
3038
|
var require_html_block = __commonJS({
|
|
3078
|
-
"node_modules/markdown-it/lib/rules_block/html_block.js"(
|
|
3039
|
+
"node_modules/markdown-it/lib/rules_block/html_block.js"(exports2, module2) {
|
|
3079
3040
|
"use strict";
|
|
3080
3041
|
var block_names = require_html_blocks();
|
|
3081
3042
|
var HTML_OPEN_CLOSE_TAG_RE = require_html_re().HTML_OPEN_CLOSE_TAG_RE;
|
|
@@ -3139,7 +3100,7 @@ var require_html_block = __commonJS({
|
|
|
3139
3100
|
|
|
3140
3101
|
// node_modules/markdown-it/lib/rules_block/heading.js
|
|
3141
3102
|
var require_heading = __commonJS({
|
|
3142
|
-
"node_modules/markdown-it/lib/rules_block/heading.js"(
|
|
3103
|
+
"node_modules/markdown-it/lib/rules_block/heading.js"(exports2, module2) {
|
|
3143
3104
|
"use strict";
|
|
3144
3105
|
var isSpace = require_utils().isSpace;
|
|
3145
3106
|
module2.exports = function heading(state, startLine, endLine, silent) {
|
|
@@ -3185,7 +3146,7 @@ var require_heading = __commonJS({
|
|
|
3185
3146
|
|
|
3186
3147
|
// node_modules/markdown-it/lib/rules_block/lheading.js
|
|
3187
3148
|
var require_lheading = __commonJS({
|
|
3188
|
-
"node_modules/markdown-it/lib/rules_block/lheading.js"(
|
|
3149
|
+
"node_modules/markdown-it/lib/rules_block/lheading.js"(exports2, module2) {
|
|
3189
3150
|
"use strict";
|
|
3190
3151
|
module2.exports = function lheading(state, startLine, endLine) {
|
|
3191
3152
|
var content, terminate, i, l, token, pos, max, level, marker, nextLine = startLine + 1, oldParentType, terminatorRules = state.md.block.ruler.getRules("paragraph");
|
|
@@ -3249,7 +3210,7 @@ var require_lheading = __commonJS({
|
|
|
3249
3210
|
|
|
3250
3211
|
// node_modules/markdown-it/lib/rules_block/paragraph.js
|
|
3251
3212
|
var require_paragraph = __commonJS({
|
|
3252
|
-
"node_modules/markdown-it/lib/rules_block/paragraph.js"(
|
|
3213
|
+
"node_modules/markdown-it/lib/rules_block/paragraph.js"(exports2, module2) {
|
|
3253
3214
|
"use strict";
|
|
3254
3215
|
var trim = require_utils().trim;
|
|
3255
3216
|
module2.exports = function paragraph(state, startLine) {
|
|
@@ -3291,7 +3252,7 @@ var require_paragraph = __commonJS({
|
|
|
3291
3252
|
|
|
3292
3253
|
// node_modules/markdown-it/lib/rules_block/state_block.js
|
|
3293
3254
|
var require_state_block = __commonJS({
|
|
3294
|
-
"node_modules/markdown-it/lib/rules_block/state_block.js"(
|
|
3255
|
+
"node_modules/markdown-it/lib/rules_block/state_block.js"(exports2, module2) {
|
|
3295
3256
|
"use strict";
|
|
3296
3257
|
var Token = require_token();
|
|
3297
3258
|
var isSpace = require_utils().isSpace;
|
|
@@ -3357,11 +3318,9 @@ var require_state_block = __commonJS({
|
|
|
3357
3318
|
StateBlock.prototype.push = function(type, tag, nesting) {
|
|
3358
3319
|
var token = new Token(type, tag, nesting);
|
|
3359
3320
|
token.block = true;
|
|
3360
|
-
if (nesting < 0)
|
|
3361
|
-
this.level--;
|
|
3321
|
+
if (nesting < 0) this.level--;
|
|
3362
3322
|
token.level = this.level;
|
|
3363
|
-
if (nesting > 0)
|
|
3364
|
-
this.level++;
|
|
3323
|
+
if (nesting > 0) this.level++;
|
|
3365
3324
|
this.tokens.push(token);
|
|
3366
3325
|
return token;
|
|
3367
3326
|
};
|
|
@@ -3460,7 +3419,7 @@ var require_state_block = __commonJS({
|
|
|
3460
3419
|
|
|
3461
3420
|
// node_modules/markdown-it/lib/parser_block.js
|
|
3462
3421
|
var require_parser_block = __commonJS({
|
|
3463
|
-
"node_modules/markdown-it/lib/parser_block.js"(
|
|
3422
|
+
"node_modules/markdown-it/lib/parser_block.js"(exports2, module2) {
|
|
3464
3423
|
"use strict";
|
|
3465
3424
|
var Ruler = require_ruler();
|
|
3466
3425
|
var _rules = [
|
|
@@ -3531,7 +3490,7 @@ var require_parser_block = __commonJS({
|
|
|
3531
3490
|
|
|
3532
3491
|
// node_modules/markdown-it/lib/rules_inline/text.js
|
|
3533
3492
|
var require_text = __commonJS({
|
|
3534
|
-
"node_modules/markdown-it/lib/rules_inline/text.js"(
|
|
3493
|
+
"node_modules/markdown-it/lib/rules_inline/text.js"(exports2, module2) {
|
|
3535
3494
|
"use strict";
|
|
3536
3495
|
function isTerminatorChar(ch) {
|
|
3537
3496
|
switch (ch) {
|
|
@@ -3582,7 +3541,7 @@ var require_text = __commonJS({
|
|
|
3582
3541
|
|
|
3583
3542
|
// node_modules/markdown-it/lib/rules_inline/newline.js
|
|
3584
3543
|
var require_newline = __commonJS({
|
|
3585
|
-
"node_modules/markdown-it/lib/rules_inline/newline.js"(
|
|
3544
|
+
"node_modules/markdown-it/lib/rules_inline/newline.js"(exports2, module2) {
|
|
3586
3545
|
"use strict";
|
|
3587
3546
|
var isSpace = require_utils().isSpace;
|
|
3588
3547
|
module2.exports = function newline(state, silent) {
|
|
@@ -3596,8 +3555,7 @@ var require_newline = __commonJS({
|
|
|
3596
3555
|
if (pmax >= 0 && state.pending.charCodeAt(pmax) === 32) {
|
|
3597
3556
|
if (pmax >= 1 && state.pending.charCodeAt(pmax - 1) === 32) {
|
|
3598
3557
|
ws = pmax - 1;
|
|
3599
|
-
while (ws >= 1 && state.pending.charCodeAt(ws - 1) === 32)
|
|
3600
|
-
ws--;
|
|
3558
|
+
while (ws >= 1 && state.pending.charCodeAt(ws - 1) === 32) ws--;
|
|
3601
3559
|
state.pending = state.pending.slice(0, ws);
|
|
3602
3560
|
state.push("hardbreak", "br", 0);
|
|
3603
3561
|
} else {
|
|
@@ -3620,7 +3578,7 @@ var require_newline = __commonJS({
|
|
|
3620
3578
|
|
|
3621
3579
|
// node_modules/markdown-it/lib/rules_inline/escape.js
|
|
3622
3580
|
var require_escape = __commonJS({
|
|
3623
|
-
"node_modules/markdown-it/lib/rules_inline/escape.js"(
|
|
3581
|
+
"node_modules/markdown-it/lib/rules_inline/escape.js"(exports2, module2) {
|
|
3624
3582
|
"use strict";
|
|
3625
3583
|
var isSpace = require_utils().isSpace;
|
|
3626
3584
|
var ESCAPED = [];
|
|
@@ -3673,7 +3631,7 @@ var require_escape = __commonJS({
|
|
|
3673
3631
|
|
|
3674
3632
|
// node_modules/markdown-it/lib/rules_inline/backticks.js
|
|
3675
3633
|
var require_backticks = __commonJS({
|
|
3676
|
-
"node_modules/markdown-it/lib/rules_inline/backticks.js"(
|
|
3634
|
+
"node_modules/markdown-it/lib/rules_inline/backticks.js"(exports2, module2) {
|
|
3677
3635
|
"use strict";
|
|
3678
3636
|
module2.exports = function backtick(state, silent) {
|
|
3679
3637
|
var start, max, marker, token, matchStart, matchEnd, openerLength, closerLength, pos = state.pos, ch = state.src.charCodeAt(pos);
|
|
@@ -3689,8 +3647,7 @@ var require_backticks = __commonJS({
|
|
|
3689
3647
|
marker = state.src.slice(start, pos);
|
|
3690
3648
|
openerLength = marker.length;
|
|
3691
3649
|
if (state.backticksScanned && (state.backticks[openerLength] || 0) <= start) {
|
|
3692
|
-
if (!silent)
|
|
3693
|
-
state.pending += marker;
|
|
3650
|
+
if (!silent) state.pending += marker;
|
|
3694
3651
|
state.pos += openerLength;
|
|
3695
3652
|
return true;
|
|
3696
3653
|
}
|
|
@@ -3713,8 +3670,7 @@ var require_backticks = __commonJS({
|
|
|
3713
3670
|
state.backticks[closerLength] = matchStart;
|
|
3714
3671
|
}
|
|
3715
3672
|
state.backticksScanned = true;
|
|
3716
|
-
if (!silent)
|
|
3717
|
-
state.pending += marker;
|
|
3673
|
+
if (!silent) state.pending += marker;
|
|
3718
3674
|
state.pos += openerLength;
|
|
3719
3675
|
return true;
|
|
3720
3676
|
};
|
|
@@ -3723,7 +3679,7 @@ var require_backticks = __commonJS({
|
|
|
3723
3679
|
|
|
3724
3680
|
// node_modules/markdown-it/lib/rules_inline/strikethrough.js
|
|
3725
3681
|
var require_strikethrough = __commonJS({
|
|
3726
|
-
"node_modules/markdown-it/lib/rules_inline/strikethrough.js"(
|
|
3682
|
+
"node_modules/markdown-it/lib/rules_inline/strikethrough.js"(exports2, module2) {
|
|
3727
3683
|
"use strict";
|
|
3728
3684
|
module2.exports.tokenize = function strikethrough(state, silent) {
|
|
3729
3685
|
var i, scanned, token, len, ch, start = state.pos, marker = state.src.charCodeAt(start);
|
|
@@ -3815,7 +3771,7 @@ var require_strikethrough = __commonJS({
|
|
|
3815
3771
|
|
|
3816
3772
|
// node_modules/markdown-it/lib/rules_inline/emphasis.js
|
|
3817
3773
|
var require_emphasis = __commonJS({
|
|
3818
|
-
"node_modules/markdown-it/lib/rules_inline/emphasis.js"(
|
|
3774
|
+
"node_modules/markdown-it/lib/rules_inline/emphasis.js"(exports2, module2) {
|
|
3819
3775
|
"use strict";
|
|
3820
3776
|
module2.exports.tokenize = function emphasis(state, silent) {
|
|
3821
3777
|
var i, scanned, token, start = state.pos, marker = state.src.charCodeAt(start);
|
|
@@ -3901,7 +3857,7 @@ var require_emphasis = __commonJS({
|
|
|
3901
3857
|
|
|
3902
3858
|
// node_modules/markdown-it/lib/rules_inline/link.js
|
|
3903
3859
|
var require_link = __commonJS({
|
|
3904
|
-
"node_modules/markdown-it/lib/rules_inline/link.js"(
|
|
3860
|
+
"node_modules/markdown-it/lib/rules_inline/link.js"(exports2, module2) {
|
|
3905
3861
|
"use strict";
|
|
3906
3862
|
var normalizeReference = require_utils().normalizeReference;
|
|
3907
3863
|
var isSpace = require_utils().isSpace;
|
|
@@ -4007,7 +3963,7 @@ var require_link = __commonJS({
|
|
|
4007
3963
|
|
|
4008
3964
|
// node_modules/markdown-it/lib/rules_inline/image.js
|
|
4009
3965
|
var require_image = __commonJS({
|
|
4010
|
-
"node_modules/markdown-it/lib/rules_inline/image.js"(
|
|
3966
|
+
"node_modules/markdown-it/lib/rules_inline/image.js"(exports2, module2) {
|
|
4011
3967
|
"use strict";
|
|
4012
3968
|
var normalizeReference = require_utils().normalizeReference;
|
|
4013
3969
|
var isSpace = require_utils().isSpace;
|
|
@@ -4122,7 +4078,7 @@ var require_image = __commonJS({
|
|
|
4122
4078
|
|
|
4123
4079
|
// node_modules/markdown-it/lib/rules_inline/autolink.js
|
|
4124
4080
|
var require_autolink = __commonJS({
|
|
4125
|
-
"node_modules/markdown-it/lib/rules_inline/autolink.js"(
|
|
4081
|
+
"node_modules/markdown-it/lib/rules_inline/autolink.js"(exports2, module2) {
|
|
4126
4082
|
"use strict";
|
|
4127
4083
|
var EMAIL_RE = /^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/;
|
|
4128
4084
|
var AUTOLINK_RE = /^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
@@ -4134,13 +4090,10 @@ var require_autolink = __commonJS({
|
|
|
4134
4090
|
start = state.pos;
|
|
4135
4091
|
max = state.posMax;
|
|
4136
4092
|
for (; ; ) {
|
|
4137
|
-
if (++pos >= max)
|
|
4138
|
-
return false;
|
|
4093
|
+
if (++pos >= max) return false;
|
|
4139
4094
|
ch = state.src.charCodeAt(pos);
|
|
4140
|
-
if (ch === 60)
|
|
4141
|
-
|
|
4142
|
-
if (ch === 62)
|
|
4143
|
-
break;
|
|
4095
|
+
if (ch === 60) return false;
|
|
4096
|
+
if (ch === 62) break;
|
|
4144
4097
|
}
|
|
4145
4098
|
url = state.src.slice(start + 1, pos);
|
|
4146
4099
|
if (AUTOLINK_RE.test(url)) {
|
|
@@ -4188,7 +4141,7 @@ var require_autolink = __commonJS({
|
|
|
4188
4141
|
|
|
4189
4142
|
// node_modules/markdown-it/lib/rules_inline/html_inline.js
|
|
4190
4143
|
var require_html_inline = __commonJS({
|
|
4191
|
-
"node_modules/markdown-it/lib/rules_inline/html_inline.js"(
|
|
4144
|
+
"node_modules/markdown-it/lib/rules_inline/html_inline.js"(exports2, module2) {
|
|
4192
4145
|
"use strict";
|
|
4193
4146
|
var HTML_TAG_RE = require_html_re().HTML_TAG_RE;
|
|
4194
4147
|
function isLetter(ch) {
|
|
@@ -4224,7 +4177,7 @@ var require_html_inline = __commonJS({
|
|
|
4224
4177
|
|
|
4225
4178
|
// node_modules/markdown-it/lib/rules_inline/entity.js
|
|
4226
4179
|
var require_entity = __commonJS({
|
|
4227
|
-
"node_modules/markdown-it/lib/rules_inline/entity.js"(
|
|
4180
|
+
"node_modules/markdown-it/lib/rules_inline/entity.js"(exports2, module2) {
|
|
4228
4181
|
"use strict";
|
|
4229
4182
|
var entities = require_entities2();
|
|
4230
4183
|
var has = require_utils().has;
|
|
@@ -4273,12 +4226,11 @@ var require_entity = __commonJS({
|
|
|
4273
4226
|
|
|
4274
4227
|
// node_modules/markdown-it/lib/rules_inline/balance_pairs.js
|
|
4275
4228
|
var require_balance_pairs = __commonJS({
|
|
4276
|
-
"node_modules/markdown-it/lib/rules_inline/balance_pairs.js"(
|
|
4229
|
+
"node_modules/markdown-it/lib/rules_inline/balance_pairs.js"(exports2, module2) {
|
|
4277
4230
|
"use strict";
|
|
4278
4231
|
function processDelimiters(state, delimiters) {
|
|
4279
4232
|
var closerIdx, openerIdx, closer, opener, minOpenerIdx, newMinOpenerIdx, isOddMatch, lastJump, openersBottom = {}, max = delimiters.length;
|
|
4280
|
-
if (!max)
|
|
4281
|
-
return;
|
|
4233
|
+
if (!max) return;
|
|
4282
4234
|
var headerIdx = 0;
|
|
4283
4235
|
var lastTokenIdx = -2;
|
|
4284
4236
|
var jumps = [];
|
|
@@ -4290,8 +4242,7 @@ var require_balance_pairs = __commonJS({
|
|
|
4290
4242
|
}
|
|
4291
4243
|
lastTokenIdx = closer.token;
|
|
4292
4244
|
closer.length = closer.length || 0;
|
|
4293
|
-
if (!closer.close)
|
|
4294
|
-
continue;
|
|
4245
|
+
if (!closer.close) continue;
|
|
4295
4246
|
if (!openersBottom.hasOwnProperty(closer.marker)) {
|
|
4296
4247
|
openersBottom[closer.marker] = [-1, -1, -1, -1, -1, -1];
|
|
4297
4248
|
}
|
|
@@ -4300,8 +4251,7 @@ var require_balance_pairs = __commonJS({
|
|
|
4300
4251
|
newMinOpenerIdx = openerIdx;
|
|
4301
4252
|
for (; openerIdx > minOpenerIdx; openerIdx -= jumps[openerIdx] + 1) {
|
|
4302
4253
|
opener = delimiters[openerIdx];
|
|
4303
|
-
if (opener.marker !== closer.marker)
|
|
4304
|
-
continue;
|
|
4254
|
+
if (opener.marker !== closer.marker) continue;
|
|
4305
4255
|
if (opener.open && opener.end < 0) {
|
|
4306
4256
|
isOddMatch = false;
|
|
4307
4257
|
if (opener.close || closer.open) {
|
|
@@ -4343,16 +4293,14 @@ var require_balance_pairs = __commonJS({
|
|
|
4343
4293
|
|
|
4344
4294
|
// node_modules/markdown-it/lib/rules_inline/text_collapse.js
|
|
4345
4295
|
var require_text_collapse = __commonJS({
|
|
4346
|
-
"node_modules/markdown-it/lib/rules_inline/text_collapse.js"(
|
|
4296
|
+
"node_modules/markdown-it/lib/rules_inline/text_collapse.js"(exports2, module2) {
|
|
4347
4297
|
"use strict";
|
|
4348
4298
|
module2.exports = function text_collapse(state) {
|
|
4349
4299
|
var curr, last, level = 0, tokens = state.tokens, max = state.tokens.length;
|
|
4350
4300
|
for (curr = last = 0; curr < max; curr++) {
|
|
4351
|
-
if (tokens[curr].nesting < 0)
|
|
4352
|
-
level--;
|
|
4301
|
+
if (tokens[curr].nesting < 0) level--;
|
|
4353
4302
|
tokens[curr].level = level;
|
|
4354
|
-
if (tokens[curr].nesting > 0)
|
|
4355
|
-
level++;
|
|
4303
|
+
if (tokens[curr].nesting > 0) level++;
|
|
4356
4304
|
if (tokens[curr].type === "text" && curr + 1 < max && tokens[curr + 1].type === "text") {
|
|
4357
4305
|
tokens[curr + 1].content = tokens[curr].content + tokens[curr + 1].content;
|
|
4358
4306
|
} else {
|
|
@@ -4371,7 +4319,7 @@ var require_text_collapse = __commonJS({
|
|
|
4371
4319
|
|
|
4372
4320
|
// node_modules/markdown-it/lib/rules_inline/state_inline.js
|
|
4373
4321
|
var require_state_inline = __commonJS({
|
|
4374
|
-
"node_modules/markdown-it/lib/rules_inline/state_inline.js"(
|
|
4322
|
+
"node_modules/markdown-it/lib/rules_inline/state_inline.js"(exports2, module2) {
|
|
4375
4323
|
"use strict";
|
|
4376
4324
|
var Token = require_token();
|
|
4377
4325
|
var isWhiteSpace = require_utils().isWhiteSpace;
|
|
@@ -4462,7 +4410,7 @@ var require_state_inline = __commonJS({
|
|
|
4462
4410
|
|
|
4463
4411
|
// node_modules/markdown-it/lib/parser_inline.js
|
|
4464
4412
|
var require_parser_inline = __commonJS({
|
|
4465
|
-
"node_modules/markdown-it/lib/parser_inline.js"(
|
|
4413
|
+
"node_modules/markdown-it/lib/parser_inline.js"(exports2, module2) {
|
|
4466
4414
|
"use strict";
|
|
4467
4415
|
var Ruler = require_ruler();
|
|
4468
4416
|
var _rules = [
|
|
@@ -4558,7 +4506,7 @@ var require_parser_inline = __commonJS({
|
|
|
4558
4506
|
|
|
4559
4507
|
// node_modules/linkify-it/lib/re.js
|
|
4560
4508
|
var require_re = __commonJS({
|
|
4561
|
-
"node_modules/linkify-it/lib/re.js"(
|
|
4509
|
+
"node_modules/linkify-it/lib/re.js"(exports2, module2) {
|
|
4562
4510
|
"use strict";
|
|
4563
4511
|
module2.exports = function(opts) {
|
|
4564
4512
|
var re = {};
|
|
@@ -4603,7 +4551,7 @@ var require_re = __commonJS({
|
|
|
4603
4551
|
|
|
4604
4552
|
// node_modules/linkify-it/index.js
|
|
4605
4553
|
var require_linkify_it = __commonJS({
|
|
4606
|
-
"node_modules/linkify-it/index.js"(
|
|
4554
|
+
"node_modules/linkify-it/index.js"(exports2, module2) {
|
|
4607
4555
|
"use strict";
|
|
4608
4556
|
function assign(obj) {
|
|
4609
4557
|
var sources = Array.prototype.slice.call(arguments, 1);
|
|
@@ -4944,7 +4892,7 @@ var require_linkify_it = __commonJS({
|
|
|
4944
4892
|
|
|
4945
4893
|
// node_modules/markdown-it/lib/presets/default.js
|
|
4946
4894
|
var require_default = __commonJS({
|
|
4947
|
-
"node_modules/markdown-it/lib/presets/default.js"(
|
|
4895
|
+
"node_modules/markdown-it/lib/presets/default.js"(exports2, module2) {
|
|
4948
4896
|
"use strict";
|
|
4949
4897
|
module2.exports = {
|
|
4950
4898
|
options: {
|
|
@@ -4988,7 +4936,7 @@ var require_default = __commonJS({
|
|
|
4988
4936
|
|
|
4989
4937
|
// node_modules/markdown-it/lib/presets/zero.js
|
|
4990
4938
|
var require_zero = __commonJS({
|
|
4991
|
-
"node_modules/markdown-it/lib/presets/zero.js"(
|
|
4939
|
+
"node_modules/markdown-it/lib/presets/zero.js"(exports2, module2) {
|
|
4992
4940
|
"use strict";
|
|
4993
4941
|
module2.exports = {
|
|
4994
4942
|
options: {
|
|
@@ -5050,7 +4998,7 @@ var require_zero = __commonJS({
|
|
|
5050
4998
|
|
|
5051
4999
|
// node_modules/markdown-it/lib/presets/commonmark.js
|
|
5052
5000
|
var require_commonmark = __commonJS({
|
|
5053
|
-
"node_modules/markdown-it/lib/presets/commonmark.js"(
|
|
5001
|
+
"node_modules/markdown-it/lib/presets/commonmark.js"(exports2, module2) {
|
|
5054
5002
|
"use strict";
|
|
5055
5003
|
module2.exports = {
|
|
5056
5004
|
options: {
|
|
@@ -5131,7 +5079,7 @@ var require_commonmark = __commonJS({
|
|
|
5131
5079
|
|
|
5132
5080
|
// node_modules/markdown-it/lib/index.js
|
|
5133
5081
|
var require_lib = __commonJS({
|
|
5134
|
-
"node_modules/markdown-it/lib/index.js"(
|
|
5082
|
+
"node_modules/markdown-it/lib/index.js"(exports2, module2) {
|
|
5135
5083
|
"use strict";
|
|
5136
5084
|
var utils = require_utils();
|
|
5137
5085
|
var helpers = require_helpers();
|
|
@@ -5302,7 +5250,7 @@ var require_lib = __commonJS({
|
|
|
5302
5250
|
|
|
5303
5251
|
// node_modules/markdown-it/index.js
|
|
5304
5252
|
var require_markdown_it = __commonJS({
|
|
5305
|
-
"node_modules/markdown-it/index.js"(
|
|
5253
|
+
"node_modules/markdown-it/index.js"(exports2, module2) {
|
|
5306
5254
|
"use strict";
|
|
5307
5255
|
module2.exports = require_lib();
|
|
5308
5256
|
}
|
|
@@ -5367,6 +5315,7 @@ var defaultLinkifyOptions = {
|
|
|
5367
5315
|
};
|
|
5368
5316
|
var anchorOption = {
|
|
5369
5317
|
level: 1,
|
|
5318
|
+
tabIndex: false,
|
|
5370
5319
|
slugify(str) {
|
|
5371
5320
|
const result = new import_github_slugger.default().slug(str);
|
|
5372
5321
|
return result === "" ? "_" : result;
|
|
@@ -5657,7 +5606,7 @@ var uniqueCustomIdAttr = (state) => {
|
|
|
5657
5606
|
const { tokens } = state;
|
|
5658
5607
|
let map;
|
|
5659
5608
|
tokens.filter((x) => !!x.attrGet("id")).forEach((token) => {
|
|
5660
|
-
map
|
|
5609
|
+
map ?? (map = {});
|
|
5661
5610
|
const idAttrValue = token.attrGet("id");
|
|
5662
5611
|
if (map.hasOwnProperty(idAttrValue)) {
|
|
5663
5612
|
const count = map[idAttrValue];
|
|
@@ -5687,8 +5636,7 @@ var MultilineBlockquoteRule = (state, startLine, endLine) => {
|
|
|
5687
5636
|
return false;
|
|
5688
5637
|
}
|
|
5689
5638
|
let markerLength = state.skipChars(pos, marker) - pos;
|
|
5690
|
-
if (markerLength !== 3)
|
|
5691
|
-
return false;
|
|
5639
|
+
if (markerLength !== 3) return false;
|
|
5692
5640
|
if (state.src.charCodeAt(state.skipChars(
|
|
5693
5641
|
pos + markerLength,
|
|
5694
5642
|
32
|
|
@@ -5702,8 +5650,7 @@ var MultilineBlockquoteRule = (state, startLine, endLine) => {
|
|
|
5702
5650
|
marker = state.src.charCodeAt(pos);
|
|
5703
5651
|
if (marker === 62 && (markerLength = state.skipChars(pos, marker) - pos) === 3) {
|
|
5704
5652
|
pos = state.skipChars(pos + markerLength, 32);
|
|
5705
|
-
if (pos >= state.src.length || state.src.charCodeAt(pos) === 10)
|
|
5706
|
-
break;
|
|
5653
|
+
if (pos >= state.src.length || state.src.charCodeAt(pos) === 10) break;
|
|
5707
5654
|
}
|
|
5708
5655
|
nextLine++;
|
|
5709
5656
|
}
|
|
@@ -5722,10 +5669,9 @@ var MultilineBlockquoteRule = (state, startLine, endLine) => {
|
|
|
5722
5669
|
|
|
5723
5670
|
// src/presets/plugins/multiline-blockquote/multiline-blockquote.plugin.ts
|
|
5724
5671
|
var MultilineBlockquotePlugin = (md, options) => {
|
|
5725
|
-
options
|
|
5672
|
+
options ?? (options = {});
|
|
5726
5673
|
md.block.ruler.before("blockquote", "multiline_blockquote", (...args) => {
|
|
5727
|
-
if (options.enable != null && !options.enable(md))
|
|
5728
|
-
return false;
|
|
5674
|
+
if (options.enable != null && !options.enable(md)) return false;
|
|
5729
5675
|
return MultilineBlockquoteRule.apply(void 0, args);
|
|
5730
5676
|
});
|
|
5731
5677
|
};
|
|
@@ -6131,8 +6077,7 @@ var HtmlFilterPlugin = (md) => {
|
|
|
6131
6077
|
}
|
|
6132
6078
|
}
|
|
6133
6079
|
}
|
|
6134
|
-
if (content !== token.content)
|
|
6135
|
-
return content;
|
|
6080
|
+
if (content !== token.content) return content;
|
|
6136
6081
|
}
|
|
6137
6082
|
return defaultHtmlBlock(tokens, idx, options, env, self2);
|
|
6138
6083
|
};
|
|
@@ -6145,7 +6090,7 @@ var defaultCodeHighlight = (str, lang) => {
|
|
|
6145
6090
|
try {
|
|
6146
6091
|
const result = import_highlight.default.highlight(lang, str, true);
|
|
6147
6092
|
return `<pre class="hljs"><code data-lang="${result.language}">${result.value}</code></pre>`;
|
|
6148
|
-
} catch
|
|
6093
|
+
} catch {
|
|
6149
6094
|
}
|
|
6150
6095
|
}
|
|
6151
6096
|
return `<pre class="hljs"><code>${mdUtils.escapeHtml(str)}</code></pre>`;
|
|
@@ -6180,16 +6125,16 @@ var markdownItFactory = ({
|
|
|
6180
6125
|
} = defaultMarkdownItOption) => {
|
|
6181
6126
|
const mdOpt = {
|
|
6182
6127
|
html,
|
|
6183
|
-
breaks: preserveLineBreaks
|
|
6128
|
+
breaks: preserveLineBreaks ?? true,
|
|
6184
6129
|
linkify: true
|
|
6185
6130
|
};
|
|
6186
|
-
taskListsOption
|
|
6187
|
-
linkifyOption = Object.assign({}, defaultLinkifyOptions, linkifyOption
|
|
6131
|
+
taskListsOption ?? (taskListsOption = defaultTaskListsOption);
|
|
6132
|
+
linkifyOption = Object.assign({}, defaultLinkifyOptions, linkifyOption ?? defaultLinkifyOptions);
|
|
6188
6133
|
if (codeHighlight) {
|
|
6189
6134
|
mdOpt.highlight = defaultCodeHighlight;
|
|
6190
6135
|
}
|
|
6191
|
-
const md = new import_markdown_it.default(mdOpt).use(import_markdown_it_container.default).use(diagramPlugin).use(import_markdown_it_anchor.default, anchorOption).use(plugin).use(import_markdown_it_abbr.default).use(import_markdown_it_deflist.default).use(import_markdown_it_emoji.default).use(import_markdown_it_footnote.default).use(import_markdown_it_mark.default).use(import_markdown_it_sub.default).use(import_markdown_it_sup.default).use(highlightCodeLines).use(import_markdown_it_lazy_headers.default).use(import_markdown_it_task_lists.default, taskListsOption).use(HtmlFilterPlugin).use(...addLinkAttributes).use(MultilineBlockquotePlugin).use(MetaPlugin, { show: showFrontMatter
|
|
6192
|
-
if (enableMarkdownAttrs
|
|
6136
|
+
const md = new import_markdown_it.default(mdOpt).use(import_markdown_it_container.default).use(diagramPlugin).use(import_markdown_it_anchor.default, anchorOption).use(plugin).use(import_markdown_it_abbr.default).use(import_markdown_it_deflist.default).use(import_markdown_it_emoji.default.full).use(import_markdown_it_footnote.default).use(import_markdown_it_mark.default).use(import_markdown_it_sub.default).use(import_markdown_it_sup.default).use(highlightCodeLines).use(import_markdown_it_lazy_headers.default).use(import_markdown_it_task_lists.default, taskListsOption).use(HtmlFilterPlugin).use(...addLinkAttributes).use(MultilineBlockquotePlugin).use(MetaPlugin, { show: showFrontMatter ?? true });
|
|
6137
|
+
if (enableMarkdownAttrs ?? true) {
|
|
6193
6138
|
md.use(import_markdown_it_attrs.default, {
|
|
6194
6139
|
allowedAttributes: ["id", "class", LineNumberAttrRegex],
|
|
6195
6140
|
disableParagraphBlock: true
|
|
@@ -6284,15 +6229,12 @@ var Mathjax2Renderer = class {
|
|
|
6284
6229
|
this._config = this._defaultConfig;
|
|
6285
6230
|
}
|
|
6286
6231
|
get _global() {
|
|
6287
|
-
|
|
6288
|
-
return (_a = this._config.document.defaultView) != null ? _a : window;
|
|
6232
|
+
return this._config.document.defaultView ?? window;
|
|
6289
6233
|
}
|
|
6290
6234
|
render(container, callback) {
|
|
6291
|
-
if (!this._config.isEnabled)
|
|
6292
|
-
return Promise.resolve();
|
|
6235
|
+
if (!this._config.isEnabled) return Promise.resolve();
|
|
6293
6236
|
return this.init().then((mathjax) => {
|
|
6294
|
-
if (!mathjax)
|
|
6295
|
-
return;
|
|
6237
|
+
if (!mathjax) return;
|
|
6296
6238
|
const { onRendered } = this._config;
|
|
6297
6239
|
mathjax.Hub.Queue(["Typeset", mathjax.Hub, container]);
|
|
6298
6240
|
if (onRendered != null) {
|
|
@@ -6308,8 +6250,7 @@ var Mathjax2Renderer = class {
|
|
|
6308
6250
|
return this;
|
|
6309
6251
|
}
|
|
6310
6252
|
init() {
|
|
6311
|
-
if (this._initTask)
|
|
6312
|
-
return this._initTask;
|
|
6253
|
+
if (this._initTask) return this._initTask;
|
|
6313
6254
|
const { entryScript, tapMathJaxConfig, document } = this._config;
|
|
6314
6255
|
return this._initTask = (0, import_load_script_css.loadScript)({
|
|
6315
6256
|
src: entryScript,
|
|
@@ -6317,14 +6258,15 @@ var Mathjax2Renderer = class {
|
|
|
6317
6258
|
timeoutSeconds: 10,
|
|
6318
6259
|
appendTo: document.head
|
|
6319
6260
|
}).then(() => {
|
|
6320
|
-
var _a;
|
|
6321
6261
|
const { MathJax } = this._global;
|
|
6322
6262
|
if (MathJax) {
|
|
6323
6263
|
MathJax.Hub.Config(
|
|
6324
|
-
|
|
6264
|
+
tapMathJaxConfig?.call(
|
|
6325
6265
|
void 0,
|
|
6326
6266
|
Object.assign({}, this._defaultMathJaxConfig)
|
|
6327
|
-
)
|
|
6267
|
+
) ?? {
|
|
6268
|
+
...this._defaultMathJaxConfig
|
|
6269
|
+
}
|
|
6328
6270
|
);
|
|
6329
6271
|
MathJax.Hub.Configured();
|
|
6330
6272
|
return MathJax;
|
|
@@ -6367,19 +6309,17 @@ var MathJax3Renderer = class {
|
|
|
6367
6309
|
return this;
|
|
6368
6310
|
}
|
|
6369
6311
|
render(container, callback) {
|
|
6370
|
-
if (!this._config.isEnabled)
|
|
6371
|
-
return Promise.resolve();
|
|
6312
|
+
if (!this._config.isEnabled) return Promise.resolve();
|
|
6372
6313
|
return this.init().then((mathjax) => {
|
|
6373
6314
|
mathjax ? mathjax.startup.promise = mathjax.startup.promise.then(
|
|
6374
6315
|
() => mathjax.typesetPromise([container]).then(() => {
|
|
6375
|
-
var _a;
|
|
6376
6316
|
try {
|
|
6377
|
-
|
|
6317
|
+
this._config.onRendered?.call(void 0, mathjax);
|
|
6378
6318
|
} catch (e) {
|
|
6379
6319
|
console.error(e);
|
|
6380
6320
|
}
|
|
6381
6321
|
try {
|
|
6382
|
-
callback
|
|
6322
|
+
callback?.call(void 0);
|
|
6383
6323
|
} catch (e) {
|
|
6384
6324
|
console.error(e);
|
|
6385
6325
|
}
|
|
@@ -6388,18 +6328,17 @@ var MathJax3Renderer = class {
|
|
|
6388
6328
|
}).catch(console.warn);
|
|
6389
6329
|
}
|
|
6390
6330
|
init() {
|
|
6391
|
-
|
|
6392
|
-
return ((_a = this._initTask) != null ? _a : this._initTask = new Promise((resolve, reject) => {
|
|
6393
|
-
var _a2, _b;
|
|
6331
|
+
return (this._initTask ?? (this._initTask = new Promise((resolve, reject) => {
|
|
6394
6332
|
const { entryScript, tapMathJaxConfig, document: _document } = this._config;
|
|
6395
|
-
const _window =
|
|
6396
|
-
_window.MathJax =
|
|
6333
|
+
const _window = _document.defaultView ?? window;
|
|
6334
|
+
_window.MathJax = tapMathJaxConfig?.call(void 0, {
|
|
6335
|
+
...this._defaultMathJaxConfig
|
|
6336
|
+
}) ?? { ...this._defaultMathJaxConfig };
|
|
6397
6337
|
if (!_window.MathJax.startup) {
|
|
6398
6338
|
_window.MathJax.startup = {};
|
|
6399
6339
|
}
|
|
6400
6340
|
_window.MathJax.startup.ready = () => {
|
|
6401
|
-
|
|
6402
|
-
(_b2 = (_a3 = _window.MathJax) == null ? void 0 : _a3.startup) == null ? void 0 : _b2.defaultReady();
|
|
6341
|
+
_window.MathJax?.startup?.defaultReady();
|
|
6403
6342
|
resolve(_window.MathJax);
|
|
6404
6343
|
};
|
|
6405
6344
|
(0, import_load_script_css.loadScript)({
|
|
@@ -6408,7 +6347,7 @@ var MathJax3Renderer = class {
|
|
|
6408
6347
|
executionStrategy: "defer",
|
|
6409
6348
|
appendTo: _window.document.head
|
|
6410
6349
|
}).catch(reject);
|
|
6411
|
-
})).catch(() => this._initTask = void 0);
|
|
6350
|
+
}))).catch(() => this._initTask = void 0);
|
|
6412
6351
|
}
|
|
6413
6352
|
};
|
|
6414
6353
|
var KatexRenderer = class {
|
|
@@ -6426,29 +6365,25 @@ var KatexRenderer = class {
|
|
|
6426
6365
|
this._katexOption = Object.assign({}, this._defaultKatexOptions);
|
|
6427
6366
|
}
|
|
6428
6367
|
get _global() {
|
|
6429
|
-
|
|
6430
|
-
return (_a = this._config.document.defaultView) != null ? _a : window;
|
|
6368
|
+
return this._config.document.defaultView ?? window;
|
|
6431
6369
|
}
|
|
6432
6370
|
config(value) {
|
|
6433
6371
|
this._config = Object.assign({}, this._defaultConfig, value);
|
|
6434
6372
|
return this;
|
|
6435
6373
|
}
|
|
6436
|
-
render(container, callback) {
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
}
|
|
6447
|
-
});
|
|
6374
|
+
async render(container, callback) {
|
|
6375
|
+
if (!this._config.isEnabled) {
|
|
6376
|
+
return Promise.resolve();
|
|
6377
|
+
}
|
|
6378
|
+
await this.init();
|
|
6379
|
+
const global2 = this._global;
|
|
6380
|
+
global2.renderMathInElement(container, this._katexOption);
|
|
6381
|
+
if (callback) {
|
|
6382
|
+
callback();
|
|
6383
|
+
}
|
|
6448
6384
|
}
|
|
6449
6385
|
init() {
|
|
6450
|
-
|
|
6451
|
-
return ((_a = this._initTask) != null ? _a : this._initTask = new Promise((resolve, reject) => {
|
|
6386
|
+
return (this._initTask ?? (this._initTask = new Promise((resolve, reject) => {
|
|
6452
6387
|
const { entryScript, document: _document } = this._config;
|
|
6453
6388
|
Promise.all([
|
|
6454
6389
|
(0, import_load_script_css.loadCss)({
|
|
@@ -6466,14 +6401,15 @@ var KatexRenderer = class {
|
|
|
6466
6401
|
id: "katex-auto-render",
|
|
6467
6402
|
appendTo: _document.head
|
|
6468
6403
|
}).then(() => {
|
|
6469
|
-
|
|
6470
|
-
this._katexOption = (_b = (_a2 = this._config.tapMathJaxConfig) == null ? void 0 : _a2.call(
|
|
6404
|
+
this._katexOption = this._config.tapMathJaxConfig?.call(
|
|
6471
6405
|
void 0,
|
|
6472
6406
|
this._katexOption
|
|
6473
|
-
)
|
|
6407
|
+
) ?? {
|
|
6408
|
+
...this._defaultKatexOptions
|
|
6409
|
+
};
|
|
6474
6410
|
resolve();
|
|
6475
6411
|
})).catch(reject);
|
|
6476
|
-
})).catch(() => this._initTask = void 0);
|
|
6412
|
+
}))).catch(() => this._initTask = void 0);
|
|
6477
6413
|
}
|
|
6478
6414
|
};
|
|
6479
6415
|
|