@readme/markdown 6.34.0 → 6.35.0-next.1
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/main.css +7 -13
- package/dist/main.js +157 -92
- package/dist/main.node.js +60 -21
- package/package.json +34 -34
- package/CHANGELOG.md +0 -3710
package/dist/main.css
CHANGED
|
@@ -60,19 +60,13 @@
|
|
|
60
60
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
61
61
|
z-index: 1;
|
|
62
62
|
}
|
|
63
|
-
.cm-fat-cursor-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
.cm-
|
|
70
|
-
width: auto;
|
|
71
|
-
-webkit-animation: blink 1.06s steps(1) infinite;
|
|
72
|
-
-moz-animation: blink 1.06s steps(1) infinite;
|
|
73
|
-
animation: blink 1.06s steps(1) infinite;
|
|
74
|
-
background-color: #7e7;
|
|
75
|
-
}
|
|
63
|
+
.cm-fat-cursor .CodeMirror-line::selection,
|
|
64
|
+
.cm-fat-cursor .CodeMirror-line > span::selection,
|
|
65
|
+
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
|
|
66
|
+
.cm-fat-cursor .CodeMirror-line::-moz-selection,
|
|
67
|
+
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
|
|
68
|
+
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
|
|
69
|
+
.cm-fat-cursor { caret-color: transparent; }
|
|
76
70
|
@-moz-keyframes blink {
|
|
77
71
|
0% {}
|
|
78
72
|
50% { background-color: transparent; }
|
package/dist/main.js
CHANGED
|
@@ -362,7 +362,7 @@ module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
|
362
362
|
/***/ 8585:
|
|
363
363
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
364
364
|
|
|
365
|
-
var _typeof = __webpack_require__(8)["default"];
|
|
365
|
+
var _typeof = (__webpack_require__(8)["default"]);
|
|
366
366
|
|
|
367
367
|
var assertThisInitialized = __webpack_require__(1506);
|
|
368
368
|
|
|
@@ -9282,7 +9282,7 @@ var canonicalLanguage = function canonicalLanguage() {};
|
|
|
9282
9282
|
|
|
9283
9283
|
if (typeof window !== 'undefined') {
|
|
9284
9284
|
// eslint-disable-next-line global-require
|
|
9285
|
-
syntaxHighlighter = __webpack_require__(3752)["default"]; // eslint-disable-next-line global-require
|
|
9285
|
+
syntaxHighlighter = (__webpack_require__(3752)["default"]); // eslint-disable-next-line global-require
|
|
9286
9286
|
|
|
9287
9287
|
var _require = __webpack_require__(3752);
|
|
9288
9288
|
|
|
@@ -25628,24 +25628,32 @@ var _typeof = __webpack_require__(8);
|
|
|
25628
25628
|
var t = [];
|
|
25629
25629
|
return t.toString = function () {
|
|
25630
25630
|
return this.map(function (t) {
|
|
25631
|
-
var r =
|
|
25632
|
-
|
|
25631
|
+
var r = "",
|
|
25632
|
+
n = void 0 !== t[5];
|
|
25633
|
+
return t[4] && (r += "@supports (".concat(t[4], ") {")), t[2] && (r += "@media ".concat(t[2], " {")), n && (r += "@layer".concat(t[5].length > 0 ? " ".concat(t[5]) : "", " {")), r += e(t), n && (r += "}"), t[2] && (r += "}"), t[4] && (r += "}"), r;
|
|
25633
25634
|
}).join("");
|
|
25634
|
-
}, t.i = function (e, r, n) {
|
|
25635
|
-
"string" == typeof e && (e = [[null, e,
|
|
25636
|
-
var
|
|
25637
|
-
if (n) for (var
|
|
25638
|
-
var
|
|
25639
|
-
null !=
|
|
25635
|
+
}, t.i = function (e, r, n, i, o) {
|
|
25636
|
+
"string" == typeof e && (e = [[null, e, void 0]]);
|
|
25637
|
+
var a = {};
|
|
25638
|
+
if (n) for (var s = 0; s < this.length; s++) {
|
|
25639
|
+
var l = this[s][0];
|
|
25640
|
+
null != l && (a[l] = !0);
|
|
25640
25641
|
}
|
|
25641
25642
|
|
|
25642
|
-
for (var
|
|
25643
|
-
var
|
|
25644
|
-
n &&
|
|
25643
|
+
for (var c = 0; c < e.length; c++) {
|
|
25644
|
+
var u = [].concat(e[c]);
|
|
25645
|
+
n && a[u[0]] || (void 0 !== o && (void 0 === u[5] || (u[1] = "@layer".concat(u[5].length > 0 ? " ".concat(u[5]) : "", " {").concat(u[1], "}")), u[5] = o), r && (u[2] ? (u[1] = "@media ".concat(u[2], " {").concat(u[1], "}"), u[2] = r) : u[2] = r), i && (u[4] ? (u[1] = "@supports (".concat(u[4], ") {").concat(u[1], "}"), u[4] = i) : u[4] = "".concat(i)), t.push(u));
|
|
25645
25646
|
}
|
|
25646
25647
|
}, t;
|
|
25647
25648
|
};
|
|
25648
25649
|
},
|
|
25650
|
+
7499: function _(e) {
|
|
25651
|
+
"use strict";
|
|
25652
|
+
|
|
25653
|
+
e.exports = function (e) {
|
|
25654
|
+
return e[1];
|
|
25655
|
+
};
|
|
25656
|
+
},
|
|
25649
25657
|
4201: function _(e, t, r) {
|
|
25650
25658
|
"use strict";
|
|
25651
25659
|
|
|
@@ -25927,7 +25935,15 @@ var _typeof = __webpack_require__(8);
|
|
|
25927
25935
|
}
|
|
25928
25936
|
},
|
|
25929
25937
|
NumberValue: [l("Number", "number")],
|
|
25930
|
-
StringValue: [
|
|
25938
|
+
StringValue: [{
|
|
25939
|
+
style: "string",
|
|
25940
|
+
match: function match(e) {
|
|
25941
|
+
return "String" === e.kind;
|
|
25942
|
+
},
|
|
25943
|
+
update: function update(e, t) {
|
|
25944
|
+
t.value.startsWith('"""') && (e.inBlockstring = !t.value.slice(3).endsWith('"""'));
|
|
25945
|
+
}
|
|
25946
|
+
}],
|
|
25931
25947
|
BooleanValue: [l("Name", "builtin")],
|
|
25932
25948
|
NullValue: [l("Name", "keyword")],
|
|
25933
25949
|
EnumValue: [h("string-2")],
|
|
@@ -26019,6 +26035,7 @@ var _typeof = __webpack_require__(8);
|
|
|
26019
26035
|
}
|
|
26020
26036
|
|
|
26021
26037
|
function y(e, t, r) {
|
|
26038
|
+
if (t.inBlockstring) return e.match(/.*"""/) ? (t.inBlockstring = !1, "string") : (e.skipToEnd(), "string");
|
|
26022
26039
|
var n = r.lexRules,
|
|
26023
26040
|
i = r.parseRules,
|
|
26024
26041
|
o = r.eatWhitespace,
|
|
@@ -26973,95 +26990,95 @@ var _typeof = __webpack_require__(8);
|
|
|
26973
26990
|
|
|
26974
26991
|
r.d(t, {
|
|
26975
26992
|
Z: function Z() {
|
|
26976
|
-
return
|
|
26993
|
+
return s;
|
|
26977
26994
|
}
|
|
26978
26995
|
});
|
|
26979
|
-
var n = r(
|
|
26980
|
-
i = r.n(n)
|
|
26981
|
-
|
|
26982
|
-
|
|
26983
|
-
|
|
26984
|
-
var
|
|
26996
|
+
var n = r(7499),
|
|
26997
|
+
i = r.n(n),
|
|
26998
|
+
o = r(8922),
|
|
26999
|
+
a = r.n(o)()(i());
|
|
27000
|
+
a.push([e.id, '.CodeMirror-foldmarker {\n color: blue;\n text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;\n font-family: arial;\n line-height: .3;\n cursor: pointer;\n}\n.CodeMirror-foldgutter {\n width: .7em;\n}\n.CodeMirror-foldgutter-open,\n.CodeMirror-foldgutter-folded {\n cursor: pointer;\n}\n.CodeMirror-foldgutter-open:after {\n content: "\\25BE";\n}\n.CodeMirror-foldgutter-folded:after {\n content: "\\25B8";\n}\n', ""]);
|
|
27001
|
+
var s = a;
|
|
26985
27002
|
},
|
|
26986
27003
|
1240: function _(e, t, r) {
|
|
26987
27004
|
"use strict";
|
|
26988
27005
|
|
|
26989
27006
|
r.d(t, {
|
|
26990
27007
|
Z: function Z() {
|
|
26991
|
-
return
|
|
27008
|
+
return s;
|
|
26992
27009
|
}
|
|
26993
27010
|
});
|
|
26994
|
-
var n = r(
|
|
26995
|
-
i = r.n(n)
|
|
26996
|
-
|
|
26997
|
-
|
|
26998
|
-
|
|
26999
|
-
var
|
|
27011
|
+
var n = r(7499),
|
|
27012
|
+
i = r.n(n),
|
|
27013
|
+
o = r(8922),
|
|
27014
|
+
a = r.n(o)()(i());
|
|
27015
|
+
a.push([e.id, "/* BASICS */\n\n.CodeMirror {\n /* Set height, width, borders, and global font properties here */\n font-family: monospace;\n height: 300px;\n color: black;\n direction: ltr;\n}\n\n/* PADDING */\n\n.CodeMirror-lines {\n padding: 4px 0; /* Vertical padding around content */\n}\n.CodeMirror pre.CodeMirror-line,\n.CodeMirror pre.CodeMirror-line-like {\n padding: 0 4px; /* Horizontal padding of content */\n}\n\n.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n background-color: white; /* The little square between H and V scrollbars */\n}\n\n/* GUTTER */\n\n.CodeMirror-gutters {\n border-right: 1px solid #ddd;\n background-color: #f7f7f7;\n white-space: nowrap;\n}\n.CodeMirror-linenumbers {}\n.CodeMirror-linenumber {\n padding: 0 3px 0 5px;\n min-width: 20px;\n text-align: right;\n color: #999;\n white-space: nowrap;\n}\n\n.CodeMirror-guttermarker { color: black; }\n.CodeMirror-guttermarker-subtle { color: #999; }\n\n/* CURSOR */\n\n.CodeMirror-cursor {\n border-left: 1px solid black;\n border-right: none;\n width: 0;\n}\n/* Shown when moving in bi-directional text */\n.CodeMirror div.CodeMirror-secondarycursor {\n border-left: 1px solid silver;\n}\n.cm-fat-cursor .CodeMirror-cursor {\n width: auto;\n border: 0 !important;\n background: #7e7;\n}\n.cm-fat-cursor div.CodeMirror-cursors {\n z-index: 1;\n}\n.cm-fat-cursor-mark {\n background-color: rgba(20, 255, 20, 0.5);\n -webkit-animation: blink 1.06s steps(1) infinite;\n -moz-animation: blink 1.06s steps(1) infinite;\n animation: blink 1.06s steps(1) infinite;\n}\n.cm-animate-fat-cursor {\n width: auto;\n -webkit-animation: blink 1.06s steps(1) infinite;\n -moz-animation: blink 1.06s steps(1) infinite;\n animation: blink 1.06s steps(1) infinite;\n background-color: #7e7;\n}\n@-moz-keyframes blink {\n 0% {}\n 50% { background-color: transparent; }\n 100% {}\n}\n@-webkit-keyframes blink {\n 0% {}\n 50% { background-color: transparent; }\n 100% {}\n}\n@keyframes blink {\n 0% {}\n 50% { background-color: transparent; }\n 100% {}\n}\n\n/* Can style cursor different in overwrite (non-insert) mode */\n.CodeMirror-overwrite .CodeMirror-cursor {}\n\n.cm-tab { display: inline-block; text-decoration: inherit; }\n\n.CodeMirror-rulers {\n position: absolute;\n left: 0; right: 0; top: -50px; bottom: 0;\n overflow: hidden;\n}\n.CodeMirror-ruler {\n border-left: 1px solid #ccc;\n top: 0; bottom: 0;\n position: absolute;\n}\n\n/* DEFAULT THEME */\n\n.cm-s-default .cm-header {color: blue;}\n.cm-s-default .cm-quote {color: #090;}\n.cm-negative {color: #d44;}\n.cm-positive {color: #292;}\n.cm-header, .cm-strong {font-weight: bold;}\n.cm-em {font-style: italic;}\n.cm-link {text-decoration: underline;}\n.cm-strikethrough {text-decoration: line-through;}\n\n.cm-s-default .cm-keyword {color: #708;}\n.cm-s-default .cm-atom {color: #219;}\n.cm-s-default .cm-number {color: #164;}\n.cm-s-default .cm-def {color: #00f;}\n.cm-s-default .cm-variable,\n.cm-s-default .cm-punctuation,\n.cm-s-default .cm-property,\n.cm-s-default .cm-operator {}\n.cm-s-default .cm-variable-2 {color: #05a;}\n.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}\n.cm-s-default .cm-comment {color: #a50;}\n.cm-s-default .cm-string {color: #a11;}\n.cm-s-default .cm-string-2 {color: #f50;}\n.cm-s-default .cm-meta {color: #555;}\n.cm-s-default .cm-qualifier {color: #555;}\n.cm-s-default .cm-builtin {color: #30a;}\n.cm-s-default .cm-bracket {color: #997;}\n.cm-s-default .cm-tag {color: #170;}\n.cm-s-default .cm-attribute {color: #00c;}\n.cm-s-default .cm-hr {color: #999;}\n.cm-s-default .cm-link {color: #00c;}\n\n.cm-s-default .cm-error {color: #f00;}\n.cm-invalidchar {color: #f00;}\n\n.CodeMirror-composing { border-bottom: 2px solid; }\n\n/* Default styles for common addons */\n\ndiv.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}\ndiv.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}\n.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }\n.CodeMirror-activeline-background {background: #e8f2ff;}\n\n/* STOP */\n\n/* The rest of this file contains styles related to the mechanics of\n the editor. You probably shouldn't touch them. */\n\n.CodeMirror {\n position: relative;\n overflow: hidden;\n background: white;\n}\n\n.CodeMirror-scroll {\n overflow: scroll !important; /* Things will break if this is overridden */\n /* 50px is the magic margin used to hide the element's real scrollbars */\n /* See overflow: hidden in .CodeMirror */\n margin-bottom: -50px; margin-right: -50px;\n padding-bottom: 50px;\n height: 100%;\n outline: none; /* Prevent dragging from highlighting the element */\n position: relative;\n}\n.CodeMirror-sizer {\n position: relative;\n border-right: 50px solid transparent;\n}\n\n/* The fake, visible scrollbars. Used to force redraw during scrolling\n before actual scrolling happens, thus preventing shaking and\n flickering artifacts. */\n.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n position: absolute;\n z-index: 6;\n display: none;\n outline: none;\n}\n.CodeMirror-vscrollbar {\n right: 0; top: 0;\n overflow-x: hidden;\n overflow-y: scroll;\n}\n.CodeMirror-hscrollbar {\n bottom: 0; left: 0;\n overflow-y: hidden;\n overflow-x: scroll;\n}\n.CodeMirror-scrollbar-filler {\n right: 0; bottom: 0;\n}\n.CodeMirror-gutter-filler {\n left: 0; bottom: 0;\n}\n\n.CodeMirror-gutters {\n position: absolute; left: 0; top: 0;\n min-height: 100%;\n z-index: 3;\n}\n.CodeMirror-gutter {\n white-space: normal;\n height: 100%;\n display: inline-block;\n vertical-align: top;\n margin-bottom: -50px;\n}\n.CodeMirror-gutter-wrapper {\n position: absolute;\n z-index: 4;\n background: none !important;\n border: none !important;\n}\n.CodeMirror-gutter-background {\n position: absolute;\n top: 0; bottom: 0;\n z-index: 4;\n}\n.CodeMirror-gutter-elt {\n position: absolute;\n cursor: default;\n z-index: 4;\n}\n.CodeMirror-gutter-wrapper ::selection { background-color: transparent }\n.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }\n\n.CodeMirror-lines {\n cursor: text;\n min-height: 1px; /* prevents collapsing before first draw */\n}\n.CodeMirror pre.CodeMirror-line,\n.CodeMirror pre.CodeMirror-line-like {\n /* Reset some styles that the rest of the page might have set */\n -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;\n border-width: 0;\n background: transparent;\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n white-space: pre;\n word-wrap: normal;\n line-height: inherit;\n color: inherit;\n z-index: 2;\n position: relative;\n overflow: visible;\n -webkit-tap-highlight-color: transparent;\n -webkit-font-variant-ligatures: contextual;\n font-variant-ligatures: contextual;\n}\n.CodeMirror-wrap pre.CodeMirror-line,\n.CodeMirror-wrap pre.CodeMirror-line-like {\n word-wrap: break-word;\n white-space: pre-wrap;\n word-break: normal;\n}\n\n.CodeMirror-linebackground {\n position: absolute;\n left: 0; right: 0; top: 0; bottom: 0;\n z-index: 0;\n}\n\n.CodeMirror-linewidget {\n position: relative;\n z-index: 2;\n padding: 0.1px; /* Force widget margins to stay inside of the container */\n}\n\n.CodeMirror-widget {}\n\n.CodeMirror-rtl pre { direction: rtl; }\n\n.CodeMirror-code {\n outline: none;\n}\n\n/* Force content-box sizing for the elements where we expect it */\n.CodeMirror-scroll,\n.CodeMirror-sizer,\n.CodeMirror-gutter,\n.CodeMirror-gutters,\n.CodeMirror-linenumber {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\n\n.CodeMirror-measure {\n position: absolute;\n width: 100%;\n height: 0;\n overflow: hidden;\n visibility: hidden;\n}\n\n.CodeMirror-cursor {\n position: absolute;\n pointer-events: none;\n}\n.CodeMirror-measure pre { position: static; }\n\ndiv.CodeMirror-cursors {\n visibility: hidden;\n position: relative;\n z-index: 3;\n}\ndiv.CodeMirror-dragcursors {\n visibility: visible;\n}\n\n.CodeMirror-focused div.CodeMirror-cursors {\n visibility: visible;\n}\n\n.CodeMirror-selected { background: #d9d9d9; }\n.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }\n.CodeMirror-crosshair { cursor: crosshair; }\n.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }\n.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }\n\n.cm-searching {\n background-color: #ffa;\n background-color: rgba(255, 255, 0, .4);\n}\n\n/* Used to force a border model for a node */\n.cm-force-border { padding-right: .1px; }\n\n@media print {\n /* Hide the cursor when printing */\n .CodeMirror div.CodeMirror-cursors {\n visibility: hidden;\n }\n}\n\n/* See issue #2901 */\n.cm-tab-wrap-hack:after { content: ''; }\n\n/* Help users use markselection to safely style text background */\nspan.CodeMirror-selectedtext { background: none; }\n", ""]);
|
|
27016
|
+
var s = a;
|
|
27000
27017
|
},
|
|
27001
27018
|
9783: function _(e, t, r) {
|
|
27002
27019
|
"use strict";
|
|
27003
27020
|
|
|
27004
27021
|
r.d(t, {
|
|
27005
27022
|
Z: function Z() {
|
|
27006
|
-
return
|
|
27023
|
+
return s;
|
|
27007
27024
|
}
|
|
27008
27025
|
});
|
|
27009
|
-
var n = r(
|
|
27010
|
-
i = r.n(n)
|
|
27011
|
-
|
|
27012
|
-
|
|
27013
|
-
|
|
27014
|
-
var
|
|
27026
|
+
var n = r(7499),
|
|
27027
|
+
i = r.n(n),
|
|
27028
|
+
o = r(8922),
|
|
27029
|
+
a = r.n(o)()(i());
|
|
27030
|
+
a.push([e.id, "/*\n Name: material\n Author: Mattia Astorino (http://github.com/equinusocio)\n Website: https://material-theme.site/\n*/\n\n.cm-s-material-palenight.CodeMirror {\n background-color: #292D3E;\n color: #A6ACCD;\n}\n\n.cm-s-material-palenight .CodeMirror-gutters {\n background: #292D3E;\n color: #676E95;\n border: none;\n}\n\n.cm-s-material-palenight .CodeMirror-guttermarker,\n.cm-s-material-palenight .CodeMirror-guttermarker-subtle,\n.cm-s-material-palenight .CodeMirror-linenumber {\n color: #676E95;\n}\n\n.cm-s-material-palenight .CodeMirror-cursor {\n border-left: 1px solid #FFCC00;\n}\n.cm-s-material-palenight.cm-fat-cursor .CodeMirror-cursor {\n background-color: #607c8b80 !important;\n}\n.cm-s-material-palenight .cm-animate-fat-cursor {\n background-color: #607c8b80 !important;\n}\n\n.cm-s-material-palenight div.CodeMirror-selected {\n background: rgba(113, 124, 180, 0.2);\n}\n\n.cm-s-material-palenight.CodeMirror-focused div.CodeMirror-selected {\n background: rgba(113, 124, 180, 0.2);\n}\n\n.cm-s-material-palenight .CodeMirror-line::selection,\n.cm-s-material-palenight .CodeMirror-line>span::selection,\n.cm-s-material-palenight .CodeMirror-line>span>span::selection {\n background: rgba(128, 203, 196, 0.2);\n}\n\n.cm-s-material-palenight .CodeMirror-line::-moz-selection,\n.cm-s-material-palenight .CodeMirror-line>span::-moz-selection,\n.cm-s-material-palenight .CodeMirror-line>span>span::-moz-selection {\n background: rgba(128, 203, 196, 0.2);\n}\n\n.cm-s-material-palenight .CodeMirror-activeline-background {\n background: rgba(0, 0, 0, 0.5);\n}\n\n.cm-s-material-palenight .cm-keyword {\n color: #C792EA;\n}\n\n.cm-s-material-palenight .cm-operator {\n color: #89DDFF;\n}\n\n.cm-s-material-palenight .cm-variable-2 {\n color: #EEFFFF;\n}\n\n.cm-s-material-palenight .cm-variable-3,\n.cm-s-material-palenight .cm-type {\n color: #f07178;\n}\n\n.cm-s-material-palenight .cm-builtin {\n color: #FFCB6B;\n}\n\n.cm-s-material-palenight .cm-atom {\n color: #F78C6C;\n}\n\n.cm-s-material-palenight .cm-number {\n color: #FF5370;\n}\n\n.cm-s-material-palenight .cm-def {\n color: #82AAFF;\n}\n\n.cm-s-material-palenight .cm-string {\n color: #C3E88D;\n}\n\n.cm-s-material-palenight .cm-string-2 {\n color: #f07178;\n}\n\n.cm-s-material-palenight .cm-comment {\n color: #676E95;\n}\n\n.cm-s-material-palenight .cm-variable {\n color: #f07178;\n}\n\n.cm-s-material-palenight .cm-tag {\n color: #FF5370;\n}\n\n.cm-s-material-palenight .cm-meta {\n color: #FFCB6B;\n}\n\n.cm-s-material-palenight .cm-attribute {\n color: #C792EA;\n}\n\n.cm-s-material-palenight .cm-property {\n color: #C792EA;\n}\n\n.cm-s-material-palenight .cm-qualifier {\n color: #DECB6B;\n}\n\n.cm-s-material-palenight .cm-variable-3,\n.cm-s-material-palenight .cm-type {\n color: #DECB6B;\n}\n\n\n.cm-s-material-palenight .cm-error {\n color: rgba(255, 255, 255, 1.0);\n background-color: #FF5370;\n}\n\n.cm-s-material-palenight .CodeMirror-matchingbracket {\n text-decoration: underline;\n color: white !important;\n}\n", ""]);
|
|
27031
|
+
var s = a;
|
|
27015
27032
|
},
|
|
27016
27033
|
1899: function _(e, t, r) {
|
|
27017
27034
|
"use strict";
|
|
27018
27035
|
|
|
27019
27036
|
r.d(t, {
|
|
27020
27037
|
Z: function Z() {
|
|
27021
|
-
return
|
|
27038
|
+
return s;
|
|
27022
27039
|
}
|
|
27023
27040
|
});
|
|
27024
|
-
var n = r(
|
|
27025
|
-
i = r.n(n)
|
|
27026
|
-
|
|
27027
|
-
|
|
27028
|
-
|
|
27029
|
-
var
|
|
27041
|
+
var n = r(7499),
|
|
27042
|
+
i = r.n(n),
|
|
27043
|
+
o = r(8922),
|
|
27044
|
+
a = r.n(o)()(i());
|
|
27045
|
+
a.push([e.id, "/* neo theme for codemirror */\n\n/* Color scheme */\n\n.cm-s-neo.CodeMirror {\n background-color:#ffffff;\n color:#2e383c;\n line-height:1.4375;\n}\n.cm-s-neo .cm-comment { color:#75787b; }\n.cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color:#1d75b3; }\n.cm-s-neo .cm-atom,.cm-s-neo .cm-number { color:#75438a; }\n.cm-s-neo .cm-node,.cm-s-neo .cm-tag { color:#9c3328; }\n.cm-s-neo .cm-string { color:#b35e14; }\n.cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier { color:#047d65; }\n\n\n/* Editor styling */\n\n.cm-s-neo pre {\n padding:0;\n}\n\n.cm-s-neo .CodeMirror-gutters {\n border:none;\n border-right:10px solid transparent;\n background-color:transparent;\n}\n\n.cm-s-neo .CodeMirror-linenumber {\n padding:0;\n color:#e0e2e5;\n}\n\n.cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }\n.cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }\n\n.cm-s-neo .CodeMirror-cursor {\n width: auto;\n border: 0;\n background: rgba(155,157,162,0.37);\n z-index: 1;\n}\n", ""]);
|
|
27046
|
+
var s = a;
|
|
27030
27047
|
},
|
|
27031
27048
|
9633: function _(e, t, r) {
|
|
27032
27049
|
"use strict";
|
|
27033
27050
|
|
|
27034
27051
|
r.d(t, {
|
|
27035
27052
|
Z: function Z() {
|
|
27036
|
-
return
|
|
27053
|
+
return p;
|
|
27037
27054
|
}
|
|
27038
27055
|
});
|
|
27039
|
-
var n = r(
|
|
27056
|
+
var n = r(7499),
|
|
27040
27057
|
i = r.n(n),
|
|
27041
|
-
o = r(
|
|
27042
|
-
a = r(
|
|
27043
|
-
s = r(
|
|
27044
|
-
l = r(
|
|
27045
|
-
c =
|
|
27046
|
-
|
|
27047
|
-
|
|
27048
|
-
|
|
27049
|
-
var
|
|
27058
|
+
o = r(8922),
|
|
27059
|
+
a = r.n(o),
|
|
27060
|
+
s = r(1240),
|
|
27061
|
+
l = r(9783),
|
|
27062
|
+
c = r(1899),
|
|
27063
|
+
u = r(9061),
|
|
27064
|
+
d = a()(i());
|
|
27065
|
+
d.i(s.Z), d.i(l.Z), d.i(c.Z), d.i(u.Z), d.push([e.id, ".CodeEditor{}\n", ""]);
|
|
27066
|
+
var p = d;
|
|
27050
27067
|
},
|
|
27051
27068
|
3223: function _(e, t, r) {
|
|
27052
27069
|
"use strict";
|
|
27053
27070
|
|
|
27054
27071
|
r.d(t, {
|
|
27055
27072
|
Z: function Z() {
|
|
27056
|
-
return
|
|
27073
|
+
return s;
|
|
27057
27074
|
}
|
|
27058
27075
|
});
|
|
27059
|
-
var n = r(
|
|
27060
|
-
i = r.n(n)
|
|
27061
|
-
|
|
27062
|
-
|
|
27063
|
-
|
|
27064
|
-
var
|
|
27076
|
+
var n = r(7499),
|
|
27077
|
+
i = r.n(n),
|
|
27078
|
+
o = r(8922),
|
|
27079
|
+
a = r.n(o)()(i());
|
|
27080
|
+
a.push([e.id, ".CodeEditor.cm-s-material-palenight:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay,.CodeEditor.cm-s-material-palenight:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay>span,.CodeEditor.cm-s-material-palenight:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay>p{color:rgba(255,255,255,0.5)}.CodeEditor.cm-s-material-palenight .cm-highlight{background:rgba(0,0,0,0.25)}.CodeEditor.cm-s-material-palenight .CodeMirror{background:#242e34;color:#fff}.CodeEditor.cm-s-neo:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay,.CodeEditor.cm-s-neo:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay>span,.CodeEditor.cm-s-neo:not(.CodeEditor-Input_highlight) .cm-linerow.cm-overlay>p{color:rgba(0,0,0,0.5)}.CodeEditor.cm-s-neo .cm-highlight{background:rgba(0,0,0,0.1)}.CodeEditor.cm-s-neo .CodeMirror{background:#fff;color:#000}.CodeEditor .cm-linerow.cm-overlay,.CodeEditor .cm-linerow.cm-overlay .cm-lineNumber{opacity:0.75}.cm-linerow{position:relative;text-indent:47px;transition:background 0.5s cubic-bezier(0.16, 1, 0.3, 1),color 0.5s cubic-bezier(0.16, 1, 0.3, 1),opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1)}.cm-linerow>span,.cm-linerow>p{transition:color 0.5s cubic-bezier(0.16, 1, 0.3, 1)}.cm-lineNumber{color:#676e95;display:inline-block;left:0;margin:0;min-width:43px;padding:0 6px 0 10px;position:absolute;right:auto;text-align:right;text-indent:0;top:0;transition:opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}\n", ""]);
|
|
27081
|
+
var s = a;
|
|
27065
27082
|
},
|
|
27066
27083
|
3379: function _(e) {
|
|
27067
27084
|
"use strict";
|
|
@@ -27090,13 +27107,19 @@ var _typeof = __webpack_require__(8);
|
|
|
27090
27107
|
f = {
|
|
27091
27108
|
css: l[1],
|
|
27092
27109
|
media: l[2],
|
|
27093
|
-
sourceMap: l[3]
|
|
27110
|
+
sourceMap: l[3],
|
|
27111
|
+
supports: l[4],
|
|
27112
|
+
layer: l[5]
|
|
27094
27113
|
};
|
|
27095
|
-
-1 !== p
|
|
27096
|
-
|
|
27097
|
-
|
|
27098
|
-
|
|
27099
|
-
|
|
27114
|
+
if (-1 !== p) t[p].references++, t[p].updater(f);else {
|
|
27115
|
+
var m = i(f, n);
|
|
27116
|
+
n.byIndex = s, t.splice(s, 0, {
|
|
27117
|
+
identifier: d,
|
|
27118
|
+
updater: m,
|
|
27119
|
+
references: 1
|
|
27120
|
+
});
|
|
27121
|
+
}
|
|
27122
|
+
a.push(d);
|
|
27100
27123
|
}
|
|
27101
27124
|
|
|
27102
27125
|
return a;
|
|
@@ -27104,9 +27127,10 @@ var _typeof = __webpack_require__(8);
|
|
|
27104
27127
|
|
|
27105
27128
|
function i(e, t) {
|
|
27106
27129
|
var r = t.domAPI(t);
|
|
27107
|
-
|
|
27130
|
+
r.update(e);
|
|
27131
|
+
return function (t) {
|
|
27108
27132
|
if (t) {
|
|
27109
|
-
if (t.css === e.css && t.media === e.media && t.sourceMap === e.sourceMap) return;
|
|
27133
|
+
if (t.css === e.css && t.media === e.media && t.sourceMap === e.sourceMap && t.supports === e.supports && t.layer === e.layer) return;
|
|
27110
27134
|
r.update(e = t);
|
|
27111
27135
|
} else r.remove();
|
|
27112
27136
|
};
|
|
@@ -27160,7 +27184,7 @@ var _typeof = __webpack_require__(8);
|
|
|
27160
27184
|
|
|
27161
27185
|
e.exports = function (e) {
|
|
27162
27186
|
var t = document.createElement("style");
|
|
27163
|
-
return e.setAttributes(t, e.attributes), e.insert(t), t;
|
|
27187
|
+
return e.setAttributes(t, e.attributes), e.insert(t, e.options), t;
|
|
27164
27188
|
};
|
|
27165
27189
|
},
|
|
27166
27190
|
3565: function _(e, t, r) {
|
|
@@ -27179,10 +27203,12 @@ var _typeof = __webpack_require__(8);
|
|
|
27179
27203
|
return {
|
|
27180
27204
|
update: function update(r) {
|
|
27181
27205
|
!function (e, t, r) {
|
|
27182
|
-
var n =
|
|
27183
|
-
|
|
27184
|
-
|
|
27185
|
-
i
|
|
27206
|
+
var n = "";
|
|
27207
|
+
r.supports && (n += "@supports (".concat(r.supports, ") {")), r.media && (n += "@media ".concat(r.media, " {"));
|
|
27208
|
+
var i = void 0 !== r.layer;
|
|
27209
|
+
i && (n += "@layer".concat(r.layer.length > 0 ? " ".concat(r.layer) : "", " {")), n += r.css, i && (n += "}"), r.media && (n += "}"), r.supports && (n += "}");
|
|
27210
|
+
var o = r.sourceMap;
|
|
27211
|
+
o && "undefined" != typeof btoa && (n += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o)))), " */")), t.styleTagTransform(n, e, t.options);
|
|
27186
27212
|
}(t, e, r);
|
|
27187
27213
|
},
|
|
27188
27214
|
remove: function remove() {
|
|
@@ -27968,6 +27994,37 @@ module.exports = function FigureCompiler() {
|
|
|
27968
27994
|
|
|
27969
27995
|
/***/ }),
|
|
27970
27996
|
|
|
27997
|
+
/***/ 2459:
|
|
27998
|
+
/***/ ((module) => {
|
|
27999
|
+
|
|
28000
|
+
module.exports = function RdmeGlossaryCompiler() {
|
|
28001
|
+
var Compiler = this.Compiler;
|
|
28002
|
+
var visitors = Compiler.prototype.visitors;
|
|
28003
|
+
|
|
28004
|
+
visitors['readme-glossary-item'] = function (node) {
|
|
28005
|
+
return "<<glossary:".concat(node.data.hProperties.term, ">>");
|
|
28006
|
+
};
|
|
28007
|
+
};
|
|
28008
|
+
|
|
28009
|
+
/***/ }),
|
|
28010
|
+
|
|
28011
|
+
/***/ 215:
|
|
28012
|
+
/***/ ((module) => {
|
|
28013
|
+
|
|
28014
|
+
module.exports = function () {
|
|
28015
|
+
var Compiler = this.Compiler;
|
|
28016
|
+
var visitors = Compiler.prototype.visitors;
|
|
28017
|
+
|
|
28018
|
+
visitors['html-block'] = function (node) {
|
|
28019
|
+
var html = node.data.hProperties.html;
|
|
28020
|
+
return "[block:html]\n".concat(JSON.stringify({
|
|
28021
|
+
html: html
|
|
28022
|
+
}, null, 2), "\n[/block]");
|
|
28023
|
+
};
|
|
28024
|
+
};
|
|
28025
|
+
|
|
28026
|
+
/***/ }),
|
|
28027
|
+
|
|
27971
28028
|
/***/ 3356:
|
|
27972
28029
|
/***/ ((module) => {
|
|
27973
28030
|
|
|
@@ -28001,9 +28058,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28001
28058
|
/* harmony export */ "codeTabsCompiler": () => (/* reexport default from dynamic */ _code_tabs__WEBPACK_IMPORTED_MODULE_3___default.a),
|
|
28002
28059
|
/* harmony export */ "rdmeEmbedCompiler": () => (/* reexport default from dynamic */ _embed__WEBPACK_IMPORTED_MODULE_4___default.a),
|
|
28003
28060
|
/* harmony export */ "rdmeVarCompiler": () => (/* reexport default from dynamic */ _var__WEBPACK_IMPORTED_MODULE_5___default.a),
|
|
28004
|
-
/* harmony export */ "
|
|
28005
|
-
/* harmony export */ "
|
|
28006
|
-
/* harmony export */ "
|
|
28061
|
+
/* harmony export */ "rdmeGlossaryCompiler": () => (/* reexport default from dynamic */ _glossary__WEBPACK_IMPORTED_MODULE_6___default.a),
|
|
28062
|
+
/* harmony export */ "rdmeCalloutCompiler": () => (/* reexport default from dynamic */ _callout__WEBPACK_IMPORTED_MODULE_7___default.a),
|
|
28063
|
+
/* harmony export */ "rdmePinCompiler": () => (/* reexport default from dynamic */ _pin__WEBPACK_IMPORTED_MODULE_8___default.a),
|
|
28064
|
+
/* harmony export */ "imageCompiler": () => (/* reexport default from dynamic */ _image__WEBPACK_IMPORTED_MODULE_9___default.a),
|
|
28065
|
+
/* harmony export */ "htmlBlockCompiler": () => (/* reexport default from dynamic */ _html_block__WEBPACK_IMPORTED_MODULE_10___default.a)
|
|
28007
28066
|
/* harmony export */ });
|
|
28008
28067
|
/* harmony import */ var _div__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(58);
|
|
28009
28068
|
/* harmony import */ var _div__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_div__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -28017,12 +28076,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28017
28076
|
/* harmony import */ var _embed__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_embed__WEBPACK_IMPORTED_MODULE_4__);
|
|
28018
28077
|
/* harmony import */ var _var__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1067);
|
|
28019
28078
|
/* harmony import */ var _var__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_var__WEBPACK_IMPORTED_MODULE_5__);
|
|
28020
|
-
/* harmony import */ var
|
|
28021
|
-
/* harmony import */ var
|
|
28022
|
-
/* harmony import */ var
|
|
28023
|
-
/* harmony import */ var
|
|
28024
|
-
/* harmony import */ var
|
|
28025
|
-
/* harmony import */ var
|
|
28079
|
+
/* harmony import */ var _glossary__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2459);
|
|
28080
|
+
/* harmony import */ var _glossary__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_glossary__WEBPACK_IMPORTED_MODULE_6__);
|
|
28081
|
+
/* harmony import */ var _callout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(5733);
|
|
28082
|
+
/* harmony import */ var _callout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_callout__WEBPACK_IMPORTED_MODULE_7__);
|
|
28083
|
+
/* harmony import */ var _pin__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2151);
|
|
28084
|
+
/* harmony import */ var _pin__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_pin__WEBPACK_IMPORTED_MODULE_8__);
|
|
28085
|
+
/* harmony import */ var _image__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(3356);
|
|
28086
|
+
/* harmony import */ var _image__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_image__WEBPACK_IMPORTED_MODULE_9__);
|
|
28087
|
+
/* harmony import */ var _html_block__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(215);
|
|
28088
|
+
/* harmony import */ var _html_block__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_html_block__WEBPACK_IMPORTED_MODULE_10__);
|
|
28089
|
+
|
|
28090
|
+
|
|
28026
28091
|
|
|
28027
28092
|
|
|
28028
28093
|
|
|
@@ -28362,7 +28427,7 @@ module.exports.sanitize = function (sanitizeSchema) {
|
|
|
28362
28427
|
/***/ 7201:
|
|
28363
28428
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
28364
28429
|
|
|
28365
|
-
var Emoji = __webpack_require__(368)/* .emoji */ .r;
|
|
28430
|
+
var Emoji = (__webpack_require__(368)/* .emoji */ .r);
|
|
28366
28431
|
|
|
28367
28432
|
var emojis = new Emoji();
|
|
28368
28433
|
var colon = ':';
|
|
@@ -31606,8 +31671,8 @@ function smart(value) {
|
|
|
31606
31671
|
var xtend = __webpack_require__(7529)
|
|
31607
31672
|
var svg = __webpack_require__(1218)
|
|
31608
31673
|
var find = __webpack_require__(9560)
|
|
31609
|
-
var spaces = __webpack_require__(6582).stringify
|
|
31610
|
-
var commas = __webpack_require__(6851).stringify
|
|
31674
|
+
var spaces = (__webpack_require__(6582).stringify)
|
|
31675
|
+
var commas = (__webpack_require__(6851).stringify)
|
|
31611
31676
|
var entities = __webpack_require__(4860)
|
|
31612
31677
|
var ccount = __webpack_require__(932)
|
|
31613
31678
|
var all = __webpack_require__(5802)
|
|
@@ -31928,7 +31993,7 @@ function toHtml(node, options) {
|
|
|
31928
31993
|
var convert = __webpack_require__(8145)
|
|
31929
31994
|
var element = __webpack_require__(8909)
|
|
31930
31995
|
var whiteSpaceLeft = __webpack_require__(885)
|
|
31931
|
-
var after = __webpack_require__(3370)/* .after */ .e
|
|
31996
|
+
var after = (__webpack_require__(3370)/* .after */ .e)
|
|
31932
31997
|
var omission = __webpack_require__(5254)
|
|
31933
31998
|
|
|
31934
31999
|
var isComment = convert('comment')
|
|
@@ -32154,7 +32219,7 @@ function omission(handlers) {
|
|
|
32154
32219
|
|
|
32155
32220
|
var convert = __webpack_require__(8145)
|
|
32156
32221
|
var element = __webpack_require__(8909)
|
|
32157
|
-
var before = __webpack_require__(3370)/* .before */ .b
|
|
32222
|
+
var before = (__webpack_require__(3370)/* .before */ .b)
|
|
32158
32223
|
var first = __webpack_require__(4414)
|
|
32159
32224
|
var place = __webpack_require__(4997)
|
|
32160
32225
|
var whiteSpaceLeft = __webpack_require__(885)
|
|
@@ -32259,7 +32324,7 @@ function tbody(node, index, parent) {
|
|
|
32259
32324
|
"use strict";
|
|
32260
32325
|
|
|
32261
32326
|
|
|
32262
|
-
var after = __webpack_require__(3370)/* .after */ .e
|
|
32327
|
+
var after = (__webpack_require__(3370)/* .after */ .e)
|
|
32263
32328
|
|
|
32264
32329
|
module.exports = first
|
|
32265
32330
|
|
|
@@ -32532,8 +32597,8 @@ function interElementWhiteSpace(node) {
|
|
|
32532
32597
|
var find = __webpack_require__(9560)
|
|
32533
32598
|
var normalize = __webpack_require__(6632)
|
|
32534
32599
|
var parseSelector = __webpack_require__(8892)
|
|
32535
|
-
var spaces = __webpack_require__(6582).parse
|
|
32536
|
-
var commas = __webpack_require__(6851).parse
|
|
32600
|
+
var spaces = (__webpack_require__(6582).parse)
|
|
32601
|
+
var commas = (__webpack_require__(6851).parse)
|
|
32537
32602
|
|
|
32538
32603
|
module.exports = factory
|
|
32539
32604
|
|
|
@@ -41698,7 +41763,7 @@ function setextHeading(eat, value, silent) {
|
|
|
41698
41763
|
"use strict";
|
|
41699
41764
|
|
|
41700
41765
|
|
|
41701
|
-
var openCloseTag = __webpack_require__(4706)/* .openCloseTag */ .g
|
|
41766
|
+
var openCloseTag = (__webpack_require__(4706)/* .openCloseTag */ .g)
|
|
41702
41767
|
|
|
41703
41768
|
module.exports = blockHtml
|
|
41704
41769
|
|
|
@@ -41819,7 +41884,7 @@ function blockHtml(eat, value, silent) {
|
|
|
41819
41884
|
|
|
41820
41885
|
var alphabetical = __webpack_require__(6260)
|
|
41821
41886
|
var locate = __webpack_require__(4329)
|
|
41822
|
-
var tag = __webpack_require__(4706)/* .tag */ ._
|
|
41887
|
+
var tag = (__webpack_require__(4706)/* .tag */ ._)
|
|
41823
41888
|
|
|
41824
41889
|
module.exports = inlineHTML
|
|
41825
41890
|
inlineHTML.locator = locate
|