@readme/markdown 7.7.3 → 7.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -1,13 +1,13 @@
1
1
  (function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("@readme/variable"), require("@tippyjs/react"), require("mermaid"), require("react"));
3
+ module.exports = factory(require("@readme/markdown-legacy"), require("@readme/variable"), require("@tippyjs/react"), require("mermaid"), require("react"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["@readme/variable", "@tippyjs/react", "mermaid", "react"], factory);
5
+ define(["@readme/markdown-legacy", "@readme/variable", "@tippyjs/react", "mermaid", "react"], factory);
6
6
  else {
7
- var a = typeof exports === 'object' ? factory(require("@readme/variable"), require("@tippyjs/react"), require("mermaid"), require("react")) : factory(root["@readme/variable"], root["@tippyjs/react"], root["mermaid"], root["React"]);
7
+ var a = typeof exports === 'object' ? factory(require("@readme/markdown-legacy"), require("@readme/variable"), require("@tippyjs/react"), require("mermaid"), require("react")) : factory(root["@readme/markdown-legacy"], root["@readme/variable"], root["@tippyjs/react"], root["mermaid"], root["React"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(self, (__WEBPACK_EXTERNAL_MODULE__8167__, __WEBPACK_EXTERNAL_MODULE__6570__, __WEBPACK_EXTERNAL_MODULE__1387__, __WEBPACK_EXTERNAL_MODULE__1307__) => {
10
+ })(self, (__WEBPACK_EXTERNAL_MODULE__7374__, __WEBPACK_EXTERNAL_MODULE__8167__, __WEBPACK_EXTERNAL_MODULE__6570__, __WEBPACK_EXTERNAL_MODULE__1387__, __WEBPACK_EXTERNAL_MODULE__1307__) => {
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
@@ -7277,7 +7277,7 @@ module.exports = {
7277
7277
 
7278
7278
  var fails = __webpack_require__(2074);
7279
7279
  var wellKnownSymbol = __webpack_require__(1602);
7280
- var V8_VERSION = __webpack_require__(6845);
7280
+ var V8_VERSION = __webpack_require__(1928);
7281
7281
 
7282
7282
  var SPECIES = wellKnownSymbol('species');
7283
7283
 
@@ -7712,16 +7712,16 @@ module.exports = function (O, key, value, options) {
7712
7712
 
7713
7713
  "use strict";
7714
7714
 
7715
- var global = __webpack_require__(200);
7715
+ var globalThis = __webpack_require__(1301);
7716
7716
 
7717
7717
  // eslint-disable-next-line es/no-object-defineproperty -- safe
7718
7718
  var defineProperty = Object.defineProperty;
7719
7719
 
7720
7720
  module.exports = function (key, value) {
7721
7721
  try {
7722
- defineProperty(global, key, { value: value, configurable: true, writable: true });
7722
+ defineProperty(globalThis, key, { value: value, configurable: true, writable: true });
7723
7723
  } catch (error) {
7724
- global[key] = value;
7724
+ globalThis[key] = value;
7725
7725
  } return value;
7726
7726
  };
7727
7727
 
@@ -7749,10 +7749,10 @@ module.exports = !fails(function () {
7749
7749
 
7750
7750
  "use strict";
7751
7751
 
7752
- var global = __webpack_require__(200);
7752
+ var globalThis = __webpack_require__(1301);
7753
7753
  var isObject = __webpack_require__(5335);
7754
7754
 
7755
- var document = global.document;
7755
+ var document = globalThis.document;
7756
7756
  // typeof document.createElement is 'object' in old IE
7757
7757
  var EXISTS = isObject(document) && isObject(document.createElement);
7758
7758
 
@@ -7839,26 +7839,50 @@ module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTok
7839
7839
 
7840
7840
  /***/ }),
7841
7841
 
7842
- /***/ 7061:
7842
+ /***/ 290:
7843
7843
  /***/ ((module) => {
7844
7844
 
7845
7845
  "use strict";
7846
7846
 
7847
- module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
7847
+ // IE8- don't enum bug keys
7848
+ module.exports = [
7849
+ 'constructor',
7850
+ 'hasOwnProperty',
7851
+ 'isPrototypeOf',
7852
+ 'propertyIsEnumerable',
7853
+ 'toLocaleString',
7854
+ 'toString',
7855
+ 'valueOf'
7856
+ ];
7857
+
7858
+
7859
+ /***/ }),
7860
+
7861
+ /***/ 8340:
7862
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7863
+
7864
+ "use strict";
7865
+
7866
+ var globalThis = __webpack_require__(1301);
7867
+
7868
+ var navigator = globalThis.navigator;
7869
+ var userAgent = navigator && navigator.userAgent;
7870
+
7871
+ module.exports = userAgent ? String(userAgent) : '';
7848
7872
 
7849
7873
 
7850
7874
  /***/ }),
7851
7875
 
7852
- /***/ 6845:
7876
+ /***/ 1928:
7853
7877
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7854
7878
 
7855
7879
  "use strict";
7856
7880
 
7857
- var global = __webpack_require__(200);
7858
- var userAgent = __webpack_require__(7061);
7881
+ var globalThis = __webpack_require__(1301);
7882
+ var userAgent = __webpack_require__(8340);
7859
7883
 
7860
- var process = global.process;
7861
- var Deno = global.Deno;
7884
+ var process = globalThis.process;
7885
+ var Deno = globalThis.Deno;
7862
7886
  var versions = process && process.versions || Deno && Deno.version;
7863
7887
  var v8 = versions && versions.v8;
7864
7888
  var match, version;
@@ -7883,25 +7907,6 @@ if (!version && userAgent) {
7883
7907
  module.exports = version;
7884
7908
 
7885
7909
 
7886
- /***/ }),
7887
-
7888
- /***/ 290:
7889
- /***/ ((module) => {
7890
-
7891
- "use strict";
7892
-
7893
- // IE8- don't enum bug keys
7894
- module.exports = [
7895
- 'constructor',
7896
- 'hasOwnProperty',
7897
- 'isPrototypeOf',
7898
- 'propertyIsEnumerable',
7899
- 'toLocaleString',
7900
- 'toString',
7901
- 'valueOf'
7902
- ];
7903
-
7904
-
7905
7910
  /***/ }),
7906
7911
 
7907
7912
  /***/ 1605:
@@ -7909,7 +7914,7 @@ module.exports = [
7909
7914
 
7910
7915
  "use strict";
7911
7916
 
7912
- var global = __webpack_require__(200);
7917
+ var globalThis = __webpack_require__(1301);
7913
7918
  var getOwnPropertyDescriptor = (__webpack_require__(7632).f);
7914
7919
  var createNonEnumerableProperty = __webpack_require__(7712);
7915
7920
  var defineBuiltIn = __webpack_require__(7485);
@@ -7938,11 +7943,11 @@ module.exports = function (options, source) {
7938
7943
  var STATIC = options.stat;
7939
7944
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
7940
7945
  if (GLOBAL) {
7941
- target = global;
7946
+ target = globalThis;
7942
7947
  } else if (STATIC) {
7943
- target = global[TARGET] || defineGlobalProperty(TARGET, {});
7948
+ target = globalThis[TARGET] || defineGlobalProperty(TARGET, {});
7944
7949
  } else {
7945
- target = global[TARGET] && global[TARGET].prototype;
7950
+ target = globalThis[TARGET] && globalThis[TARGET].prototype;
7946
7951
  }
7947
7952
  if (target) for (key in source) {
7948
7953
  sourceProperty = source[key];
@@ -8272,7 +8277,7 @@ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
8272
8277
 
8273
8278
  "use strict";
8274
8279
 
8275
- var global = __webpack_require__(200);
8280
+ var globalThis = __webpack_require__(1301);
8276
8281
  var isCallable = __webpack_require__(8420);
8277
8282
 
8278
8283
  var aFunction = function (argument) {
@@ -8280,7 +8285,7 @@ var aFunction = function (argument) {
8280
8285
  };
8281
8286
 
8282
8287
  module.exports = function (namespace, method) {
8283
- return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];
8288
+ return arguments.length < 2 ? aFunction(globalThis[namespace]) : globalThis[namespace] && globalThis[namespace][method];
8284
8289
  };
8285
8290
 
8286
8291
 
@@ -8386,7 +8391,7 @@ module.exports = function (V, P) {
8386
8391
 
8387
8392
  /***/ }),
8388
8393
 
8389
- /***/ 200:
8394
+ /***/ 1301:
8390
8395
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
8391
8396
 
8392
8397
  "use strict";
@@ -8552,7 +8557,7 @@ module.exports = store.inspectSource;
8552
8557
  "use strict";
8553
8558
 
8554
8559
  var NATIVE_WEAK_MAP = __webpack_require__(8369);
8555
- var global = __webpack_require__(200);
8560
+ var globalThis = __webpack_require__(1301);
8556
8561
  var isObject = __webpack_require__(5335);
8557
8562
  var createNonEnumerableProperty = __webpack_require__(7712);
8558
8563
  var hasOwn = __webpack_require__(6490);
@@ -8561,8 +8566,8 @@ var sharedKey = __webpack_require__(5904);
8561
8566
  var hiddenKeys = __webpack_require__(7708);
8562
8567
 
8563
8568
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
8564
- var TypeError = global.TypeError;
8565
- var WeakMap = global.WeakMap;
8569
+ var TypeError = globalThis.TypeError;
8570
+ var WeakMap = globalThis.WeakMap;
8566
8571
  var set, get, has;
8567
8572
 
8568
8573
  var enforce = function (it) {
@@ -9312,7 +9317,8 @@ var NullProtoObjectViaActiveX = function (activeXDocument) {
9312
9317
  activeXDocument.write(scriptTag(''));
9313
9318
  activeXDocument.close();
9314
9319
  var temp = activeXDocument.parentWindow.Object;
9315
- activeXDocument = null; // avoid memory leak
9320
+ // eslint-disable-next-line no-useless-assignment -- avoid memory leak
9321
+ activeXDocument = null;
9316
9322
  return temp;
9317
9323
  };
9318
9324
 
@@ -9765,9 +9771,9 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
9765
9771
 
9766
9772
  "use strict";
9767
9773
 
9768
- var global = __webpack_require__(200);
9774
+ var globalThis = __webpack_require__(1301);
9769
9775
 
9770
- module.exports = global;
9776
+ module.exports = globalThis;
9771
9777
 
9772
9778
 
9773
9779
  /***/ }),
@@ -9979,10 +9985,10 @@ module.exports = function (R) {
9979
9985
  "use strict";
9980
9986
 
9981
9987
  var fails = __webpack_require__(2074);
9982
- var global = __webpack_require__(200);
9988
+ var globalThis = __webpack_require__(1301);
9983
9989
 
9984
9990
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
9985
- var $RegExp = global.RegExp;
9991
+ var $RegExp = globalThis.RegExp;
9986
9992
 
9987
9993
  var UNSUPPORTED_Y = fails(function () {
9988
9994
  var re = $RegExp('a', 'y');
@@ -10018,10 +10024,10 @@ module.exports = {
10018
10024
  "use strict";
10019
10025
 
10020
10026
  var fails = __webpack_require__(2074);
10021
- var global = __webpack_require__(200);
10027
+ var globalThis = __webpack_require__(1301);
10022
10028
 
10023
10029
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
10024
- var $RegExp = global.RegExp;
10030
+ var $RegExp = globalThis.RegExp;
10025
10031
 
10026
10032
  module.exports = fails(function () {
10027
10033
  var re = $RegExp('.', 's');
@@ -10037,10 +10043,10 @@ module.exports = fails(function () {
10037
10043
  "use strict";
10038
10044
 
10039
10045
  var fails = __webpack_require__(2074);
10040
- var global = __webpack_require__(200);
10046
+ var globalThis = __webpack_require__(1301);
10041
10047
 
10042
10048
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
10043
- var $RegExp = global.RegExp;
10049
+ var $RegExp = globalThis.RegExp;
10044
10050
 
10045
10051
  module.exports = fails(function () {
10046
10052
  var re = $RegExp('(?<a>b)', 'g');
@@ -10114,17 +10120,17 @@ module.exports = function (key) {
10114
10120
  "use strict";
10115
10121
 
10116
10122
  var IS_PURE = __webpack_require__(6926);
10117
- var globalThis = __webpack_require__(200);
10123
+ var globalThis = __webpack_require__(1301);
10118
10124
  var defineGlobalProperty = __webpack_require__(9430);
10119
10125
 
10120
10126
  var SHARED = '__core-js_shared__';
10121
10127
  var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
10122
10128
 
10123
10129
  (store.versions || (store.versions = [])).push({
10124
- version: '3.36.1',
10130
+ version: '3.38.1',
10125
10131
  mode: IS_PURE ? 'pure' : 'global',
10126
10132
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
10127
- license: 'https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE',
10133
+ license: 'https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE',
10128
10134
  source: 'https://github.com/zloirock/core-js'
10129
10135
  });
10130
10136
 
@@ -10235,11 +10241,11 @@ module.exports = {
10235
10241
  "use strict";
10236
10242
 
10237
10243
  /* eslint-disable es/no-symbol -- required for testing */
10238
- var V8_VERSION = __webpack_require__(6845);
10244
+ var V8_VERSION = __webpack_require__(1928);
10239
10245
  var fails = __webpack_require__(2074);
10240
- var global = __webpack_require__(200);
10246
+ var globalThis = __webpack_require__(1301);
10241
10247
 
10242
- var $String = global.String;
10248
+ var $String = globalThis.String;
10243
10249
 
10244
10250
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
10245
10251
  module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
@@ -10567,10 +10573,10 @@ module.exports = DESCRIPTORS && fails(function () {
10567
10573
 
10568
10574
  "use strict";
10569
10575
 
10570
- var global = __webpack_require__(200);
10576
+ var globalThis = __webpack_require__(1301);
10571
10577
  var isCallable = __webpack_require__(8420);
10572
10578
 
10573
- var WeakMap = global.WeakMap;
10579
+ var WeakMap = globalThis.WeakMap;
10574
10580
 
10575
10581
  module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
10576
10582
 
@@ -10614,14 +10620,14 @@ exports.f = wellKnownSymbol;
10614
10620
 
10615
10621
  "use strict";
10616
10622
 
10617
- var global = __webpack_require__(200);
10623
+ var globalThis = __webpack_require__(1301);
10618
10624
  var shared = __webpack_require__(2);
10619
10625
  var hasOwn = __webpack_require__(6490);
10620
10626
  var uid = __webpack_require__(665);
10621
10627
  var NATIVE_SYMBOL = __webpack_require__(2072);
10622
10628
  var USE_SYMBOL_AS_UID = __webpack_require__(5225);
10623
10629
 
10624
- var Symbol = global.Symbol;
10630
+ var Symbol = globalThis.Symbol;
10625
10631
  var WellKnownSymbolsStore = shared('wks');
10626
10632
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid;
10627
10633
 
@@ -10664,7 +10670,7 @@ var createProperty = __webpack_require__(2057);
10664
10670
  var arraySpeciesCreate = __webpack_require__(2998);
10665
10671
  var arrayMethodHasSpeciesSupport = __webpack_require__(5634);
10666
10672
  var wellKnownSymbol = __webpack_require__(1602);
10667
- var V8_VERSION = __webpack_require__(6845);
10673
+ var V8_VERSION = __webpack_require__(1928);
10668
10674
 
10669
10675
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
10670
10676
 
@@ -10899,7 +10905,7 @@ module.exports = defineIterator(Array, 'Array', function (iterated, kind) {
10899
10905
  var target = state.target;
10900
10906
  var index = state.index++;
10901
10907
  if (!target || index >= target.length) {
10902
- state.target = undefined;
10908
+ state.target = null;
10903
10909
  return createIterResultObject(undefined, true);
10904
10910
  }
10905
10911
  switch (state.kind) {
@@ -11175,7 +11181,7 @@ if ($stringify) {
11175
11181
  var $ = __webpack_require__(1605);
11176
11182
  var IS_PURE = __webpack_require__(6926);
11177
11183
  var DESCRIPTORS = __webpack_require__(5077);
11178
- var global = __webpack_require__(200);
11184
+ var globalThis = __webpack_require__(1301);
11179
11185
  var path = __webpack_require__(9720);
11180
11186
  var uncurryThis = __webpack_require__(281);
11181
11187
  var isForced = __webpack_require__(4977);
@@ -11192,10 +11198,10 @@ var thisNumberValue = __webpack_require__(7809);
11192
11198
  var trim = (__webpack_require__(9163).trim);
11193
11199
 
11194
11200
  var NUMBER = 'Number';
11195
- var NativeNumber = global[NUMBER];
11201
+ var NativeNumber = globalThis[NUMBER];
11196
11202
  var PureNumberNamespace = path[NUMBER];
11197
11203
  var NumberPrototype = NativeNumber.prototype;
11198
- var TypeError = global.TypeError;
11204
+ var TypeError = globalThis.TypeError;
11199
11205
  var stringSlice = uncurryThis(''.slice);
11200
11206
  var charCodeAt = uncurryThis(''.charCodeAt);
11201
11207
 
@@ -11652,7 +11658,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
11652
11658
  "use strict";
11653
11659
 
11654
11660
  var $ = __webpack_require__(1605);
11655
- var global = __webpack_require__(200);
11661
+ var globalThis = __webpack_require__(1301);
11656
11662
  var call = __webpack_require__(2368);
11657
11663
  var uncurryThis = __webpack_require__(281);
11658
11664
  var IS_PURE = __webpack_require__(6926);
@@ -11697,11 +11703,11 @@ var setInternalState = InternalStateModule.set;
11697
11703
  var getInternalState = InternalStateModule.getterFor(SYMBOL);
11698
11704
 
11699
11705
  var ObjectPrototype = Object[PROTOTYPE];
11700
- var $Symbol = global.Symbol;
11706
+ var $Symbol = globalThis.Symbol;
11701
11707
  var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
11702
- var RangeError = global.RangeError;
11703
- var TypeError = global.TypeError;
11704
- var QObject = global.QObject;
11708
+ var RangeError = globalThis.RangeError;
11709
+ var TypeError = globalThis.TypeError;
11710
+ var QObject = globalThis.QObject;
11705
11711
  var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
11706
11712
  var nativeDefineProperty = definePropertyModule.f;
11707
11713
  var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
@@ -11820,7 +11826,7 @@ if (!NATIVE_SYMBOL) {
11820
11826
  var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]);
11821
11827
  var tag = uid(description);
11822
11828
  var setter = function (value) {
11823
- var $this = this === undefined ? global : this;
11829
+ var $this = this === undefined ? globalThis : this;
11824
11830
  if ($this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value);
11825
11831
  if (hasOwn($this, HIDDEN) && hasOwn($this[HIDDEN], tag)) $this[HIDDEN][tag] = false;
11826
11832
  var descriptor = createPropertyDescriptor(1, value);
@@ -11926,7 +11932,7 @@ hiddenKeys[HIDDEN] = true;
11926
11932
 
11927
11933
  var $ = __webpack_require__(1605);
11928
11934
  var DESCRIPTORS = __webpack_require__(5077);
11929
- var global = __webpack_require__(200);
11935
+ var globalThis = __webpack_require__(1301);
11930
11936
  var uncurryThis = __webpack_require__(281);
11931
11937
  var hasOwn = __webpack_require__(6490);
11932
11938
  var isCallable = __webpack_require__(8420);
@@ -11935,7 +11941,7 @@ var toString = __webpack_require__(5362);
11935
11941
  var defineBuiltInAccessor = __webpack_require__(6477);
11936
11942
  var copyConstructorProperties = __webpack_require__(4361);
11937
11943
 
11938
- var NativeSymbol = global.Symbol;
11944
+ var NativeSymbol = globalThis.Symbol;
11939
11945
  var SymbolPrototype = NativeSymbol && NativeSymbol.prototype;
11940
11946
 
11941
11947
  if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototype) ||
@@ -11947,6 +11953,7 @@ if (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototy
11947
11953
  var SymbolWrapper = function Symbol() {
11948
11954
  var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString(arguments[0]);
11949
11955
  var result = isPrototypeOf(SymbolPrototype, this)
11956
+ // eslint-disable-next-line sonar/inconsistent-function-call -- ok
11950
11957
  ? new NativeSymbol(description)
11951
11958
  // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
11952
11959
  : description === undefined ? NativeSymbol() : NativeSymbol(description);
@@ -12094,7 +12101,7 @@ defineSymbolToPrimitive();
12094
12101
 
12095
12102
  "use strict";
12096
12103
 
12097
- var global = __webpack_require__(200);
12104
+ var globalThis = __webpack_require__(1301);
12098
12105
  var DOMIterables = __webpack_require__(5549);
12099
12106
  var DOMTokenListPrototype = __webpack_require__(2975);
12100
12107
  var forEach = __webpack_require__(516);
@@ -12111,7 +12118,7 @@ var handlePrototype = function (CollectionPrototype) {
12111
12118
 
12112
12119
  for (var COLLECTION_NAME in DOMIterables) {
12113
12120
  if (DOMIterables[COLLECTION_NAME]) {
12114
- handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype);
12121
+ handlePrototype(globalThis[COLLECTION_NAME] && globalThis[COLLECTION_NAME].prototype);
12115
12122
  }
12116
12123
  }
12117
12124
 
@@ -12125,7 +12132,7 @@ handlePrototype(DOMTokenListPrototype);
12125
12132
 
12126
12133
  "use strict";
12127
12134
 
12128
- var global = __webpack_require__(200);
12135
+ var globalThis = __webpack_require__(1301);
12129
12136
  var DOMIterables = __webpack_require__(5549);
12130
12137
  var DOMTokenListPrototype = __webpack_require__(2975);
12131
12138
  var ArrayIteratorMethods = __webpack_require__(8665);
@@ -12157,7 +12164,7 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
12157
12164
  };
12158
12165
 
12159
12166
  for (var COLLECTION_NAME in DOMIterables) {
12160
- handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype, COLLECTION_NAME);
12167
+ handlePrototype(globalThis[COLLECTION_NAME] && globalThis[COLLECTION_NAME].prototype, COLLECTION_NAME);
12161
12168
  }
12162
12169
 
12163
12170
  handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
@@ -13156,6 +13163,14 @@ module.exports = function () {
13156
13163
  };
13157
13164
 
13158
13165
 
13166
+ /***/ }),
13167
+
13168
+ /***/ 7374:
13169
+ /***/ ((module) => {
13170
+
13171
+ "use strict";
13172
+ module.exports = __WEBPACK_EXTERNAL_MODULE__7374__;
13173
+
13159
13174
  /***/ }),
13160
13175
 
13161
13176
  /***/ 8167:
@@ -13313,7 +13328,9 @@ __webpack_require__.d(__webpack_exports__, {
13313
13328
  compile: () => (/* reexport */ lib_compile),
13314
13329
  hast: () => (/* reexport */ lib_hast),
13315
13330
  mdast: () => (/* reexport */ lib_mdast),
13331
+ mdastV6: () => (/* reexport */ lib_mdastV6),
13316
13332
  mdx: () => (/* reexport */ lib_mdx),
13333
+ migrate: () => (/* reexport */ lib_migrate),
13317
13334
  plain: () => (/* reexport */ lib_plain),
13318
13335
  remarkPlugins: () => (/* reexport */ remarkPlugins),
13319
13336
  run: () => (/* reexport */ lib_run),
@@ -13374,7 +13391,7 @@ __webpack_require__.d(util_types_namespaceObject, {
13374
13391
  // EXTERNAL MODULE: external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React","umd":"react"}
13375
13392
  var external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_ = __webpack_require__(1307);
13376
13393
  var external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default = /*#__PURE__*/__webpack_require__.n(external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_);
13377
- ;// CONCATENATED MODULE: ./components/Accordion/index.tsx
13394
+ ;// ./components/Accordion/index.tsx
13378
13395
 
13379
13396
 
13380
13397
  const Accordion = ({ children, icon, iconColor, title }) => {
@@ -13430,11 +13447,11 @@ var es_regexp_exec = __webpack_require__(7136);
13430
13447
  var es_string_match = __webpack_require__(8636);
13431
13448
  // EXTERNAL MODULE: ./node_modules/prop-types/index.js
13432
13449
  var prop_types = __webpack_require__(5556);
13433
- ;// CONCATENATED MODULE: ./contexts/BaseUrl.js
13450
+ ;// ./contexts/BaseUrl.js
13434
13451
 
13435
13452
  var BaseUrlContext = /*#__PURE__*/external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createContext('/');
13436
13453
  /* harmony default export */ const BaseUrl = (BaseUrlContext);
13437
- ;// CONCATENATED MODULE: ./components/Anchor.jsx
13454
+ ;// ./components/Anchor.jsx
13438
13455
 
13439
13456
 
13440
13457
 
@@ -13541,7 +13558,7 @@ Anchor.defaultProps = {
13541
13558
  title: ''
13542
13559
  };
13543
13560
  /* harmony default export */ const components_Anchor = (Anchor);
13544
- ;// CONCATENATED MODULE: ./components/Callout/index.tsx
13561
+ ;// ./components/Callout/index.tsx
13545
13562
 
13546
13563
  const themes = {
13547
13564
  '\uD83D\uDCD8': 'info',
@@ -13570,7 +13587,7 @@ const Callout = (props) => {
13570
13587
  };
13571
13588
  /* harmony default export */ const components_Callout = (Callout);
13572
13589
 
13573
- ;// CONCATENATED MODULE: ./components/Cards/index.tsx
13590
+ ;// ./components/Cards/index.tsx
13574
13591
 
13575
13592
 
13576
13593
  const Card = ({ children, href, icon, iconColor, target, title }) => {
@@ -13589,7 +13606,7 @@ const CardsGrid = ({ columns = 2, children }) => {
13589
13606
  // EXTERNAL MODULE: ./node_modules/copy-to-clipboard/index.js
13590
13607
  var copy_to_clipboard = __webpack_require__(7965);
13591
13608
  var copy_to_clipboard_default = /*#__PURE__*/__webpack_require__.n(copy_to_clipboard);
13592
- ;// CONCATENATED MODULE: ./components/Code/index.tsx
13609
+ ;// ./components/Code/index.tsx
13593
13610
 
13594
13611
 
13595
13612
  // Only load CodeMirror in the browser, for SSR
@@ -13639,7 +13656,7 @@ const Code = (props) => {
13639
13656
 
13640
13657
  // EXTERNAL MODULE: ./node_modules/@readme/syntax-highlighter/dist/index.js
13641
13658
  var dist = __webpack_require__(4668);
13642
- ;// CONCATENATED MODULE: ./components/CodeTabs/index.tsx
13659
+ ;// ./components/CodeTabs/index.tsx
13643
13660
 
13644
13661
 
13645
13662
  let mermaid;
@@ -13682,7 +13699,7 @@ const CodeTabs = props => {
13682
13699
  };
13683
13700
  /* harmony default export */ const components_CodeTabs = (CodeTabs);
13684
13701
 
13685
- ;// CONCATENATED MODULE: ./components/Embed/index.tsx
13702
+ ;// ./components/Embed/index.tsx
13686
13703
  var __rest = (undefined && undefined.__rest) || function (s, e) {
13687
13704
  var t = {};
13688
13705
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -13743,12 +13760,12 @@ const Embed = (_a) => {
13743
13760
  // EXTERNAL MODULE: external "@tippyjs/react"
13744
13761
  var react_ = __webpack_require__(6570);
13745
13762
  var react_default = /*#__PURE__*/__webpack_require__.n(react_);
13746
- ;// CONCATENATED MODULE: ./contexts/GlossaryTerms.ts
13763
+ ;// ./contexts/GlossaryTerms.ts
13747
13764
 
13748
13765
  const GlossaryContext = (0,external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_.createContext)([]);
13749
13766
  /* harmony default export */ const GlossaryTerms = (GlossaryContext);
13750
13767
 
13751
- ;// CONCATENATED MODULE: ./components/Glossary/index.tsx
13768
+ ;// ./components/Glossary/index.tsx
13752
13769
 
13753
13770
 
13754
13771
 
@@ -13771,7 +13788,7 @@ const GlossaryWithContext = props => {
13771
13788
 
13772
13789
  // EXTERNAL MODULE: ./node_modules/react-dom/server.browser.js
13773
13790
  var server_browser = __webpack_require__(5848);
13774
- ;// CONCATENATED MODULE: ./components/HTMLBlock/index.tsx
13791
+ ;// ./components/HTMLBlock/index.tsx
13775
13792
 
13776
13793
 
13777
13794
  const MATCH_SCRIPT_TAGS = /<script\b[^>]*>([\s\S]*?)<\/script *>\n?/gim;
@@ -13802,7 +13819,7 @@ const HTMLBlock = ({ children = '', runScripts, safeMode = false }) => {
13802
13819
  };
13803
13820
  /* harmony default export */ const components_HTMLBlock = (HTMLBlock);
13804
13821
 
13805
- ;// CONCATENATED MODULE: ./components/Heading/index.tsx
13822
+ ;// ./components/Heading/index.tsx
13806
13823
  var Heading_rest = (undefined && undefined.__rest) || function (s, e) {
13807
13824
  var t = {};
13808
13825
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -13827,7 +13844,7 @@ const Heading = (_a) => {
13827
13844
  const CreateHeading = (depth) => (props) => external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createElement(Heading, Object.assign({}, props, { depth: depth, tag: `h${depth}` }));
13828
13845
  /* harmony default export */ const components_Heading = (CreateHeading);
13829
13846
 
13830
- ;// CONCATENATED MODULE: ./components/Image/index.tsx
13847
+ ;// ./components/Image/index.tsx
13831
13848
 
13832
13849
  const Image = (Props) => {
13833
13850
  const { align = '', alt = '', border = false, caption, className = '', height = 'auto', src, title = '', width = 'auto', lazy = true, children, } = Props;
@@ -13870,7 +13887,7 @@ const Image = (Props) => {
13870
13887
  };
13871
13888
  /* harmony default export */ const components_Image = (Image);
13872
13889
 
13873
- ;// CONCATENATED MODULE: ./components/Table/index.tsx
13890
+ ;// ./components/Table/index.tsx
13874
13891
 
13875
13892
  const Table = (props) => {
13876
13893
  const { children } = props;
@@ -13880,7 +13897,7 @@ const Table = (props) => {
13880
13897
  };
13881
13898
  /* harmony default export */ const components_Table = (Table);
13882
13899
 
13883
- ;// CONCATENATED MODULE: ./components/Tabs/index.tsx
13900
+ ;// ./components/Tabs/index.tsx
13884
13901
 
13885
13902
 
13886
13903
  const Tab = ({ children }) => {
@@ -13897,7 +13914,7 @@ const Tabs = ({ children }) => {
13897
13914
  };
13898
13915
  /* harmony default export */ const components_Tabs = (Tabs);
13899
13916
 
13900
- ;// CONCATENATED MODULE: ./components/TableOfContents/index.tsx
13917
+ ;// ./components/TableOfContents/index.tsx
13901
13918
 
13902
13919
  function TableOfContents({ children }) {
13903
13920
  return (external_amd_react_commonjs_react_commonjs2_react_root_React_umd_react_default().createElement("nav", null,
@@ -13910,7 +13927,7 @@ function TableOfContents({ children }) {
13910
13927
  }
13911
13928
  /* harmony default export */ const components_TableOfContents = (TableOfContents);
13912
13929
 
13913
- ;// CONCATENATED MODULE: ./components/index.ts
13930
+ ;// ./components/index.ts
13914
13931
 
13915
13932
 
13916
13933
 
@@ -13950,7 +13967,7 @@ var es_object_get_own_property_descriptors = __webpack_require__(3101);
13950
13967
  var es_string_includes = __webpack_require__(3148);
13951
13968
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
13952
13969
  var web_dom_collections_for_each = __webpack_require__(8379);
13953
- ;// CONCATENATED MODULE: ./options.js
13970
+ ;// ./options.js
13954
13971
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
13955
13972
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13956
13973
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -14053,7 +14070,7 @@ var parseOptions = function parseOptions() {
14053
14070
  return opts;
14054
14071
  };
14055
14072
 
14056
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-string/lib/index.js
14073
+ ;// ./node_modules/mdast-util-to-string/lib/index.js
14057
14074
  /**
14058
14075
  * @typedef {import('mdast').Nodes} Nodes
14059
14076
  *
@@ -14163,7 +14180,7 @@ function node(value) {
14163
14180
  return Boolean(value && typeof value === 'object')
14164
14181
  }
14165
14182
 
14166
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-chunked/index.js
14183
+ ;// ./node_modules/micromark-util-chunked/index.js
14167
14184
  /**
14168
14185
  * Like `Array#splice`, but smarter for giant arrays.
14169
14186
  *
@@ -14246,7 +14263,7 @@ function push(list, items) {
14246
14263
  return items
14247
14264
  }
14248
14265
 
14249
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-subtokenize/index.js
14266
+ ;// ./node_modules/micromark-util-subtokenize/index.js
14250
14267
  /**
14251
14268
  * @typedef {import('micromark-util-types').Chunk} Chunk
14252
14269
  * @typedef {import('micromark-util-types').Event} Event
@@ -14472,7 +14489,7 @@ function subcontent(events, eventIndex) {
14472
14489
  return gaps
14473
14490
  }
14474
14491
 
14475
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/postprocess.js
14492
+ ;// ./node_modules/micromark/lib/postprocess.js
14476
14493
  /**
14477
14494
  * @typedef {import('micromark-util-types').Event} Event
14478
14495
  */
@@ -14490,7 +14507,7 @@ function postprocess(events) {
14490
14507
  return events
14491
14508
  }
14492
14509
 
14493
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-combine-extensions/index.js
14510
+ ;// ./node_modules/micromark-util-combine-extensions/index.js
14494
14511
  /**
14495
14512
  * @typedef {import('micromark-util-types').Extension} Extension
14496
14513
  * @typedef {import('micromark-util-types').Handles} Handles
@@ -14628,7 +14645,7 @@ function htmlExtension(all, extension) {
14628
14645
  }
14629
14646
  }
14630
14647
 
14631
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-character/index.js
14648
+ ;// ./node_modules/micromark-util-character/index.js
14632
14649
  /**
14633
14650
  * @typedef {import('micromark-util-types').Code} Code
14634
14651
  */
@@ -14873,7 +14890,7 @@ function regexCheck(regex) {
14873
14890
  return code !== null && code > -1 && regex.test(String.fromCharCode(code));
14874
14891
  }
14875
14892
  }
14876
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-space/index.js
14893
+ ;// ./node_modules/micromark-factory-space/index.js
14877
14894
  /**
14878
14895
  * @typedef {import('micromark-util-types').Effects} Effects
14879
14896
  * @typedef {import('micromark-util-types').State} State
@@ -14941,7 +14958,7 @@ function factorySpace(effects, ok, type, max) {
14941
14958
  }
14942
14959
  }
14943
14960
 
14944
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/initialize/content.js
14961
+ ;// ./node_modules/micromark/lib/initialize/content.js
14945
14962
  /**
14946
14963
  * @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
14947
14964
  * @typedef {import('micromark-util-types').Initializer} Initializer
@@ -15022,7 +15039,7 @@ function initializeContent(effects) {
15022
15039
  }
15023
15040
  }
15024
15041
 
15025
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/initialize/document.js
15042
+ ;// ./node_modules/micromark/lib/initialize/document.js
15026
15043
  /**
15027
15044
  * @typedef {import('micromark-util-types').Construct} Construct
15028
15045
  * @typedef {import('micromark-util-types').ContainerState} ContainerState
@@ -15406,7 +15423,7 @@ function tokenizeContainer(effects, ok, nok) {
15406
15423
  )
15407
15424
  }
15408
15425
 
15409
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/blank-line.js
15426
+ ;// ./node_modules/micromark-core-commonmark/lib/blank-line.js
15410
15427
  /**
15411
15428
  * @typedef {import('micromark-util-types').Construct} Construct
15412
15429
  * @typedef {import('micromark-util-types').State} State
@@ -15468,7 +15485,7 @@ function tokenizeBlankLine(effects, ok, nok) {
15468
15485
  }
15469
15486
  }
15470
15487
 
15471
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/content.js
15488
+ ;// ./node_modules/micromark-core-commonmark/lib/content.js
15472
15489
  /**
15473
15490
  * @typedef {import('micromark-util-types').Construct} Construct
15474
15491
  * @typedef {import('micromark-util-types').Resolver} Resolver
@@ -15638,7 +15655,7 @@ function tokenizeContinuation(effects, ok, nok) {
15638
15655
  }
15639
15656
  }
15640
15657
 
15641
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/initialize/flow.js
15658
+ ;// ./node_modules/micromark/lib/initialize/flow.js
15642
15659
  /**
15643
15660
  * @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
15644
15661
  * @typedef {import('micromark-util-types').Initializer} Initializer
@@ -15708,7 +15725,7 @@ function initializeFlow(effects) {
15708
15725
  }
15709
15726
  }
15710
15727
 
15711
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/initialize/text.js
15728
+ ;// ./node_modules/micromark/lib/initialize/text.js
15712
15729
  /**
15713
15730
  * @typedef {import('micromark-util-types').Code} Code
15714
15731
  * @typedef {import('micromark-util-types').InitialConstruct} InitialConstruct
@@ -15920,7 +15937,7 @@ function resolveAllLineSuffixes(events, context) {
15920
15937
  return events
15921
15938
  }
15922
15939
 
15923
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-resolve-all/index.js
15940
+ ;// ./node_modules/micromark-util-resolve-all/index.js
15924
15941
  /**
15925
15942
  * @typedef {import('micromark-util-types').Event} Event
15926
15943
  * @typedef {import('micromark-util-types').Resolver} Resolver
@@ -15956,7 +15973,7 @@ function resolveAll(constructs, events, context) {
15956
15973
  return events
15957
15974
  }
15958
15975
 
15959
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/create-tokenizer.js
15976
+ ;// ./node_modules/micromark/lib/create-tokenizer.js
15960
15977
  /**
15961
15978
  * @typedef {import('micromark-util-types').Chunk} Chunk
15962
15979
  * @typedef {import('micromark-util-types').Code} Code
@@ -16540,7 +16557,7 @@ function serializeChunks(chunks, expandTabs) {
16540
16557
  return result.join('')
16541
16558
  }
16542
16559
 
16543
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/thematic-break.js
16560
+ ;// ./node_modules/micromark-core-commonmark/lib/thematic-break.js
16544
16561
  /**
16545
16562
  * @typedef {import('micromark-util-types').Code} Code
16546
16563
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -16643,7 +16660,7 @@ function tokenizeThematicBreak(effects, ok, nok) {
16643
16660
  }
16644
16661
  }
16645
16662
 
16646
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/list.js
16663
+ ;// ./node_modules/micromark-core-commonmark/lib/list.js
16647
16664
  /**
16648
16665
  * @typedef {import('micromark-util-types').Code} Code
16649
16666
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -16913,7 +16930,7 @@ function tokenizeListItemPrefixWhitespace(effects, ok, nok) {
16913
16930
  }
16914
16931
  }
16915
16932
 
16916
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/block-quote.js
16933
+ ;// ./node_modules/micromark-core-commonmark/lib/block-quote.js
16917
16934
  /**
16918
16935
  * @typedef {import('micromark-util-types').Construct} Construct
16919
16936
  * @typedef {import('micromark-util-types').Exiter} Exiter
@@ -17061,7 +17078,7 @@ function exit(effects) {
17061
17078
  effects.exit('blockQuote')
17062
17079
  }
17063
17080
 
17064
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-destination/index.js
17081
+ ;// ./node_modules/micromark-factory-destination/index.js
17065
17082
  /**
17066
17083
  * @typedef {import('micromark-util-types').Effects} Effects
17067
17084
  * @typedef {import('micromark-util-types').State} State
@@ -17284,7 +17301,7 @@ function factoryDestination(
17284
17301
  }
17285
17302
  }
17286
17303
 
17287
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-label/index.js
17304
+ ;// ./node_modules/micromark-factory-label/index.js
17288
17305
  /**
17289
17306
  * @typedef {import('micromark-util-types').Effects} Effects
17290
17307
  * @typedef {import('micromark-util-types').State} State
@@ -17445,7 +17462,7 @@ function factoryLabel(effects, ok, nok, type, markerType, stringType) {
17445
17462
  }
17446
17463
  }
17447
17464
 
17448
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-title/index.js
17465
+ ;// ./node_modules/micromark-factory-title/index.js
17449
17466
  /**
17450
17467
  * @typedef {import('micromark-util-types').Code} Code
17451
17468
  * @typedef {import('micromark-util-types').Effects} Effects
@@ -17603,7 +17620,7 @@ function factoryTitle(effects, ok, nok, type, markerType, stringType) {
17603
17620
  }
17604
17621
  }
17605
17622
 
17606
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-whitespace/index.js
17623
+ ;// ./node_modules/micromark-factory-whitespace/index.js
17607
17624
  /**
17608
17625
  * @typedef {import('micromark-util-types').Effects} Effects
17609
17626
  * @typedef {import('micromark-util-types').State} State
@@ -17654,7 +17671,7 @@ function factoryWhitespace(effects, ok) {
17654
17671
  }
17655
17672
  }
17656
17673
 
17657
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-normalize-identifier/index.js
17674
+ ;// ./node_modules/micromark-util-normalize-identifier/index.js
17658
17675
  /**
17659
17676
  * Normalize an identifier (as found in references, definitions).
17660
17677
  *
@@ -17692,7 +17709,7 @@ function normalizeIdentifier(value) {
17692
17709
  )
17693
17710
  }
17694
17711
 
17695
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/definition.js
17712
+ ;// ./node_modules/micromark-core-commonmark/lib/definition.js
17696
17713
  /**
17697
17714
  * @typedef {import('micromark-util-types').Construct} Construct
17698
17715
  * @typedef {import('micromark-util-types').State} State
@@ -17976,7 +17993,7 @@ function tokenizeTitleBefore(effects, ok, nok) {
17976
17993
  }
17977
17994
  }
17978
17995
 
17979
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/code-indented.js
17996
+ ;// ./node_modules/micromark-core-commonmark/lib/code-indented.js
17980
17997
  /**
17981
17998
  * @typedef {import('micromark-util-types').Construct} Construct
17982
17999
  * @typedef {import('micromark-util-types').State} State
@@ -18161,7 +18178,7 @@ function tokenizeFurtherStart(effects, ok, nok) {
18161
18178
  }
18162
18179
  }
18163
18180
 
18164
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/heading-atx.js
18181
+ ;// ./node_modules/micromark-core-commonmark/lib/heading-atx.js
18165
18182
  /**
18166
18183
  * @typedef {import('micromark-util-types').Construct} Construct
18167
18184
  * @typedef {import('micromark-util-types').Resolver} Resolver
@@ -18368,7 +18385,7 @@ function tokenizeHeadingAtx(effects, ok, nok) {
18368
18385
  }
18369
18386
  }
18370
18387
 
18371
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/setext-underline.js
18388
+ ;// ./node_modules/micromark-core-commonmark/lib/setext-underline.js
18372
18389
  /**
18373
18390
  * @typedef {import('micromark-util-types').Code} Code
18374
18391
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -18552,7 +18569,7 @@ function tokenizeSetextUnderline(effects, ok, nok) {
18552
18569
  }
18553
18570
  }
18554
18571
 
18555
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-html-tag-name/index.js
18572
+ ;// ./node_modules/micromark-util-html-tag-name/index.js
18556
18573
  /**
18557
18574
  * List of lowercase HTML “block” tag names.
18558
18575
  *
@@ -18647,7 +18664,7 @@ const htmlBlockNames = [
18647
18664
  */
18648
18665
  const htmlRawNames = ['pre', 'script', 'style', 'textarea']
18649
18666
 
18650
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/html-flow.js
18667
+ ;// ./node_modules/micromark-core-commonmark/lib/html-flow.js
18651
18668
  /**
18652
18669
  * @typedef {import('micromark-util-types').Code} Code
18653
18670
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -19559,7 +19576,7 @@ function tokenizeBlankLineBefore(effects, ok, nok) {
19559
19576
  }
19560
19577
  }
19561
19578
 
19562
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/code-fenced.js
19579
+ ;// ./node_modules/micromark-core-commonmark/lib/code-fenced.js
19563
19580
  /**
19564
19581
  * @typedef {import('micromark-util-types').Code} Code
19565
19582
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -20041,7 +20058,7 @@ function tokenizeNonLazyContinuation(effects, ok, nok) {
20041
20058
  }
20042
20059
  }
20043
20060
 
20044
- ;// CONCATENATED MODULE: ./node_modules/decode-named-character-reference/index.dom.js
20061
+ ;// ./node_modules/decode-named-character-reference/index.dom.js
20045
20062
  /// <reference lib="dom" />
20046
20063
 
20047
20064
  /* eslint-env browser */
@@ -20076,7 +20093,7 @@ function decodeNamedCharacterReference(value) {
20076
20093
  return char === characterReference ? false : char
20077
20094
  }
20078
20095
 
20079
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/character-reference.js
20096
+ ;// ./node_modules/micromark-core-commonmark/lib/character-reference.js
20080
20097
  /**
20081
20098
  * @typedef {import('micromark-util-types').Code} Code
20082
20099
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -20227,7 +20244,7 @@ function tokenizeCharacterReference(effects, ok, nok) {
20227
20244
  }
20228
20245
  }
20229
20246
 
20230
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/character-escape.js
20247
+ ;// ./node_modules/micromark-core-commonmark/lib/character-escape.js
20231
20248
  /**
20232
20249
  * @typedef {import('micromark-util-types').Construct} Construct
20233
20250
  * @typedef {import('micromark-util-types').State} State
@@ -20290,7 +20307,7 @@ function tokenizeCharacterEscape(effects, ok, nok) {
20290
20307
  }
20291
20308
  }
20292
20309
 
20293
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/line-ending.js
20310
+ ;// ./node_modules/micromark-core-commonmark/lib/line-ending.js
20294
20311
  /**
20295
20312
  * @typedef {import('micromark-util-types').Construct} Construct
20296
20313
  * @typedef {import('micromark-util-types').State} State
@@ -20322,7 +20339,7 @@ function tokenizeLineEnding(effects, ok) {
20322
20339
  }
20323
20340
  }
20324
20341
 
20325
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/label-end.js
20342
+ ;// ./node_modules/micromark-core-commonmark/lib/label-end.js
20326
20343
  /**
20327
20344
  * @typedef {import('micromark-util-types').Construct} Construct
20328
20345
  * @typedef {import('micromark-util-types').Event} Event
@@ -20941,7 +20958,7 @@ function tokenizeReferenceCollapsed(effects, ok, nok) {
20941
20958
  }
20942
20959
  }
20943
20960
 
20944
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/label-start-image.js
20961
+ ;// ./node_modules/micromark-core-commonmark/lib/label-start-image.js
20945
20962
  /**
20946
20963
  * @typedef {import('micromark-util-types').Construct} Construct
20947
20964
  * @typedef {import('micromark-util-types').State} State
@@ -21044,7 +21061,7 @@ function tokenizeLabelStartImage(effects, ok, nok) {
21044
21061
  }
21045
21062
  }
21046
21063
 
21047
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-classify-character/index.js
21064
+ ;// ./node_modules/micromark-util-classify-character/index.js
21048
21065
  /**
21049
21066
  * @typedef {import('micromark-util-types').Code} Code
21050
21067
  */
@@ -21077,7 +21094,7 @@ function classifyCharacter(code) {
21077
21094
  }
21078
21095
  }
21079
21096
 
21080
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/attention.js
21097
+ ;// ./node_modules/micromark-core-commonmark/lib/attention.js
21081
21098
  /**
21082
21099
  * @typedef {import('micromark-util-types').Code} Code
21083
21100
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -21342,7 +21359,7 @@ function movePoint(point, offset) {
21342
21359
  point._bufferIndex += offset
21343
21360
  }
21344
21361
 
21345
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/autolink.js
21362
+ ;// ./node_modules/micromark-core-commonmark/lib/autolink.js
21346
21363
  /**
21347
21364
  * @typedef {import('micromark-util-types').Construct} Construct
21348
21365
  * @typedef {import('micromark-util-types').State} State
@@ -21574,7 +21591,7 @@ function tokenizeAutolink(effects, ok, nok) {
21574
21591
  }
21575
21592
  }
21576
21593
 
21577
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/html-text.js
21594
+ ;// ./node_modules/micromark-core-commonmark/lib/html-text.js
21578
21595
  /**
21579
21596
  * @typedef {import('micromark-util-types').Code} Code
21580
21597
  * @typedef {import('micromark-util-types').Construct} Construct
@@ -22283,7 +22300,7 @@ function tokenizeHtmlText(effects, ok, nok) {
22283
22300
  }
22284
22301
  }
22285
22302
 
22286
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/label-start-link.js
22303
+ ;// ./node_modules/micromark-core-commonmark/lib/label-start-link.js
22287
22304
  /**
22288
22305
  * @typedef {import('micromark-util-types').Construct} Construct
22289
22306
  * @typedef {import('micromark-util-types').State} State
@@ -22339,7 +22356,7 @@ function tokenizeLabelStartLink(effects, ok, nok) {
22339
22356
  }
22340
22357
  }
22341
22358
 
22342
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/hard-break-escape.js
22359
+ ;// ./node_modules/micromark-core-commonmark/lib/hard-break-escape.js
22343
22360
  /**
22344
22361
  * @typedef {import('micromark-util-types').Construct} Construct
22345
22362
  * @typedef {import('micromark-util-types').State} State
@@ -22398,7 +22415,7 @@ function tokenizeHardBreakEscape(effects, ok, nok) {
22398
22415
  }
22399
22416
  }
22400
22417
 
22401
- ;// CONCATENATED MODULE: ./node_modules/micromark-core-commonmark/lib/code-text.js
22418
+ ;// ./node_modules/micromark-core-commonmark/lib/code-text.js
22402
22419
  /**
22403
22420
  * @typedef {import('micromark-util-types').Construct} Construct
22404
22421
  * @typedef {import('micromark-util-types').Previous} Previous
@@ -22637,7 +22654,7 @@ function tokenizeCodeText(effects, ok, nok) {
22637
22654
  }
22638
22655
  }
22639
22656
 
22640
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/constructs.js
22657
+ ;// ./node_modules/micromark/lib/constructs.js
22641
22658
  /**
22642
22659
  * @typedef {import('micromark-util-types').Extension} Extension
22643
22660
  */
@@ -22724,7 +22741,7 @@ const disable = {
22724
22741
  null: []
22725
22742
  }
22726
22743
 
22727
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/parse.js
22744
+ ;// ./node_modules/micromark/lib/parse.js
22728
22745
  /**
22729
22746
  * @typedef {import('micromark-util-types').Create} Create
22730
22747
  * @typedef {import('micromark-util-types').FullNormalizedExtension} FullNormalizedExtension
@@ -22776,7 +22793,7 @@ function parse(options) {
22776
22793
  }
22777
22794
  }
22778
22795
 
22779
- ;// CONCATENATED MODULE: ./node_modules/micromark/lib/preprocess.js
22796
+ ;// ./node_modules/micromark/lib/preprocess.js
22780
22797
  /**
22781
22798
  * @typedef {import('micromark-util-types').Chunk} Chunk
22782
22799
  * @typedef {import('micromark-util-types').Code} Code
@@ -22891,7 +22908,7 @@ function preprocess() {
22891
22908
  }
22892
22909
  }
22893
22910
 
22894
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-decode-numeric-character-reference/index.js
22911
+ ;// ./node_modules/micromark-util-decode-numeric-character-reference/index.js
22895
22912
  /**
22896
22913
  * Turn the number (in string form as either hexa- or plain decimal) coming from
22897
22914
  * a numeric character reference into a character.
@@ -22924,7 +22941,7 @@ function decodeNumericCharacterReference(value, base) {
22924
22941
  }
22925
22942
  return String.fromCodePoint(code);
22926
22943
  }
22927
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-decode-string/index.js
22944
+ ;// ./node_modules/micromark-util-decode-string/index.js
22928
22945
 
22929
22946
 
22930
22947
  const characterEscapeOrReference =
@@ -22968,7 +22985,7 @@ function decode($0, $1, $2) {
22968
22985
  return decodeNamedCharacterReference($2) || $0
22969
22986
  }
22970
22987
 
22971
- ;// CONCATENATED MODULE: ./node_modules/unist-util-stringify-position/lib/index.js
22988
+ ;// ./node_modules/unist-util-stringify-position/lib/index.js
22972
22989
  /**
22973
22990
  * @typedef {import('unist').Node} Node
22974
22991
  * @typedef {import('unist').Point} Point
@@ -23054,7 +23071,7 @@ function index(value) {
23054
23071
  return value && typeof value === 'number' ? value : 1
23055
23072
  }
23056
23073
 
23057
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-from-markdown/lib/index.js
23074
+ ;// ./node_modules/mdast-util-from-markdown/lib/index.js
23058
23075
  /**
23059
23076
  * @typedef {import('mdast').Break} Break
23060
23077
  * @typedef {import('mdast').Blockquote} Blockquote
@@ -24408,7 +24425,7 @@ function defaultOnError(left, right) {
24408
24425
  }
24409
24426
  }
24410
24427
 
24411
- ;// CONCATENATED MODULE: ./node_modules/remark-parse/lib/index.js
24428
+ ;// ./node_modules/remark-parse/lib/index.js
24412
24429
  /**
24413
24430
  * @typedef {import('mdast').Root} Root
24414
24431
  * @typedef {import('mdast-util-from-markdown').Options} FromMarkdownOptions
@@ -24453,7 +24470,7 @@ function remarkParse(options) {
24453
24470
  }
24454
24471
  }
24455
24472
 
24456
- ;// CONCATENATED MODULE: ./node_modules/zwitch/index.js
24473
+ ;// ./node_modules/zwitch/index.js
24457
24474
  /**
24458
24475
  * @callback Handler
24459
24476
  * Handle a value, with a certain ID field set to a certain value.
@@ -24573,7 +24590,7 @@ function zwitch(key, options) {
24573
24590
  return one
24574
24591
  }
24575
24592
 
24576
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/configure.js
24593
+ ;// ./node_modules/mdast-util-to-markdown/lib/configure.js
24577
24594
  /**
24578
24595
  * @typedef {import('./types.js').Options} Options
24579
24596
  * @typedef {import('./types.js').State} State
@@ -24655,7 +24672,7 @@ function map(left, right) {
24655
24672
  }
24656
24673
  }
24657
24674
 
24658
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
24675
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/blockquote.js
24659
24676
  /**
24660
24677
  * @typedef {import('mdast').Blockquote} Blockquote
24661
24678
  * @typedef {import('mdast').Parents} Parents
@@ -24689,7 +24706,7 @@ function blockquote_map(line, _, blank) {
24689
24706
  return '>' + (blank ? '' : ' ') + line
24690
24707
  }
24691
24708
 
24692
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
24709
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js
24693
24710
  /**
24694
24711
  * @typedef {import('../types.js').ConstructName} ConstructName
24695
24712
  * @typedef {import('../types.js').Unsafe} Unsafe
@@ -24733,7 +24750,7 @@ function listInScope(stack, list, none) {
24733
24750
  return false
24734
24751
  }
24735
24752
 
24736
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/break.js
24753
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/break.js
24737
24754
  /**
24738
24755
  * @typedef {import('mdast').Break} Break
24739
24756
  * @typedef {import('mdast').Parents} Parents
@@ -24767,7 +24784,7 @@ function hardBreak(_, _1, state, info) {
24767
24784
  return '\\\n'
24768
24785
  }
24769
24786
 
24770
- ;// CONCATENATED MODULE: ./node_modules/longest-streak/index.js
24787
+ ;// ./node_modules/longest-streak/index.js
24771
24788
  /**
24772
24789
  * Get the count of the longest repeating streak of `substring` in `value`.
24773
24790
  *
@@ -24805,7 +24822,7 @@ function longestStreak(value, substring) {
24805
24822
  return max
24806
24823
  }
24807
24824
 
24808
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
24825
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js
24809
24826
  /**
24810
24827
  * @typedef {import('mdast').Code} Code
24811
24828
  * @typedef {import('../types.js').State} State
@@ -24829,7 +24846,7 @@ function formatCodeAsIndented(node, state) {
24829
24846
  )
24830
24847
  }
24831
24848
 
24832
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-fence.js
24849
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-fence.js
24833
24850
  /**
24834
24851
  * @typedef {import('../types.js').Options} Options
24835
24852
  * @typedef {import('../types.js').State} State
@@ -24853,7 +24870,7 @@ function checkFence(state) {
24853
24870
  return marker
24854
24871
  }
24855
24872
 
24856
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/code.js
24873
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/code.js
24857
24874
  /**
24858
24875
  * @typedef {import('mdast').Code} Code
24859
24876
  * @typedef {import('mdast').Parents} Parents
@@ -24933,7 +24950,7 @@ function code_map(line, _, blank) {
24933
24950
  return (blank ? '' : ' ') + line
24934
24951
  }
24935
24952
 
24936
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-quote.js
24953
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-quote.js
24937
24954
  /**
24938
24955
  * @typedef {import('../types.js').Options} Options
24939
24956
  * @typedef {import('../types.js').State} State
@@ -24957,7 +24974,7 @@ function checkQuote(state) {
24957
24974
  return marker
24958
24975
  }
24959
24976
 
24960
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/definition.js
24977
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/definition.js
24961
24978
  /**
24962
24979
  * @typedef {import('mdast').Definition} Definition
24963
24980
  * @typedef {import('mdast').Parents} Parents
@@ -25037,7 +25054,7 @@ function definition_definition(node, _, state, info) {
25037
25054
  return value
25038
25055
  }
25039
25056
 
25040
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
25057
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js
25041
25058
  /**
25042
25059
  * @typedef {import('../types.js').Options} Options
25043
25060
  * @typedef {import('../types.js').State} State
@@ -25061,7 +25078,7 @@ function checkEmphasis(state) {
25061
25078
  return marker
25062
25079
  }
25063
25080
 
25064
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
25081
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/emphasis.js
25065
25082
  /**
25066
25083
  * @typedef {import('mdast').Emphasis} Emphasis
25067
25084
  * @typedef {import('mdast').Parents} Parents
@@ -25111,7 +25128,7 @@ function emphasisPeek(_, _1, state) {
25111
25128
  return state.options.emphasis || '*'
25112
25129
  }
25113
25130
 
25114
- ;// CONCATENATED MODULE: ./node_modules/unist-util-is/lib/index.js
25131
+ ;// ./node_modules/unist-util-is/lib/index.js
25115
25132
  /**
25116
25133
  * @typedef {import('unist').Node} Node
25117
25134
  * @typedef {import('unist').Parent} Parent
@@ -25404,7 +25421,7 @@ function looksLikeANode(value) {
25404
25421
  return value !== null && typeof value === 'object' && 'type' in value
25405
25422
  }
25406
25423
 
25407
- ;// CONCATENATED MODULE: ./node_modules/unist-util-visit-parents/lib/color.js
25424
+ ;// ./node_modules/unist-util-visit-parents/lib/color.js
25408
25425
  /**
25409
25426
  * @param {string} d
25410
25427
  * @returns {string}
@@ -25413,7 +25430,7 @@ function color(d) {
25413
25430
  return d
25414
25431
  }
25415
25432
 
25416
- ;// CONCATENATED MODULE: ./node_modules/unist-util-visit-parents/lib/index.js
25433
+ ;// ./node_modules/unist-util-visit-parents/lib/index.js
25417
25434
  /**
25418
25435
  * @typedef {import('unist').Node} UnistNode
25419
25436
  * @typedef {import('unist').Parent} UnistParent
@@ -25813,7 +25830,7 @@ function toResult(value) {
25813
25830
  return value === null || value === undefined ? empty : [value]
25814
25831
  }
25815
25832
 
25816
- ;// CONCATENATED MODULE: ./node_modules/unist-util-visit/lib/index.js
25833
+ ;// ./node_modules/unist-util-visit/lib/index.js
25817
25834
  /**
25818
25835
  * @typedef {import('unist').Node} UnistNode
25819
25836
  * @typedef {import('unist').Parent} UnistParent
@@ -26128,7 +26145,7 @@ function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
26128
26145
  }
26129
26146
  }
26130
26147
 
26131
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
26148
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js
26132
26149
  /**
26133
26150
  * @typedef {import('mdast').Heading} Heading
26134
26151
  * @typedef {import('../types.js').State} State
@@ -26164,7 +26181,7 @@ function formatHeadingAsSetext(node, state) {
26164
26181
  )
26165
26182
  }
26166
26183
 
26167
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/heading.js
26184
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/heading.js
26168
26185
  /**
26169
26186
  * @typedef {import('mdast').Heading} Heading
26170
26187
  * @typedef {import('mdast').Parents} Parents
@@ -26246,7 +26263,7 @@ function heading(node, _, state, info) {
26246
26263
  return value
26247
26264
  }
26248
26265
 
26249
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/html.js
26266
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/html.js
26250
26267
  /**
26251
26268
  * @typedef {import('mdast').Html} Html
26252
26269
  */
@@ -26268,7 +26285,7 @@ function htmlPeek() {
26268
26285
  return '<'
26269
26286
  }
26270
26287
 
26271
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/image.js
26288
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/image.js
26272
26289
  /**
26273
26290
  * @typedef {import('mdast').Image} Image
26274
26291
  * @typedef {import('mdast').Parents} Parents
@@ -26354,7 +26371,7 @@ function imagePeek() {
26354
26371
  return '!'
26355
26372
  }
26356
26373
 
26357
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
26374
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/image-reference.js
26358
26375
  /**
26359
26376
  * @typedef {import('mdast').ImageReference} ImageReference
26360
26377
  * @typedef {import('mdast').Parents} Parents
@@ -26421,7 +26438,7 @@ function imageReferencePeek() {
26421
26438
  return '!'
26422
26439
  }
26423
26440
 
26424
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
26441
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/inline-code.js
26425
26442
  /**
26426
26443
  * @typedef {import('mdast').InlineCode} InlineCode
26427
26444
  * @typedef {import('mdast').Parents} Parents
@@ -26500,7 +26517,7 @@ function inlineCodePeek() {
26500
26517
  return '`'
26501
26518
  }
26502
26519
 
26503
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
26520
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js
26504
26521
  /**
26505
26522
  * @typedef {import('mdast').Link} Link
26506
26523
  * @typedef {import('../types.js').State} State
@@ -26536,7 +26553,7 @@ function formatLinkAsAutolink(node, state) {
26536
26553
  )
26537
26554
  }
26538
26555
 
26539
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/link.js
26556
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/link.js
26540
26557
  /**
26541
26558
  * @typedef {import('mdast').Link} Link
26542
26559
  * @typedef {import('mdast').Parents} Parents
@@ -26654,7 +26671,7 @@ function linkPeek(node, _, state) {
26654
26671
  return formatLinkAsAutolink(node, state) ? '<' : '['
26655
26672
  }
26656
26673
 
26657
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
26674
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/link-reference.js
26658
26675
  /**
26659
26676
  * @typedef {import('mdast').LinkReference} LinkReference
26660
26677
  * @typedef {import('mdast').Parents} Parents
@@ -26721,7 +26738,7 @@ function linkReferencePeek() {
26721
26738
  return '['
26722
26739
  }
26723
26740
 
26724
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
26741
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet.js
26725
26742
  /**
26726
26743
  * @typedef {import('../types.js').Options} Options
26727
26744
  * @typedef {import('../types.js').State} State
@@ -26745,7 +26762,7 @@ function checkBullet(state) {
26745
26762
  return marker
26746
26763
  }
26747
26764
 
26748
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
26765
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js
26749
26766
  /**
26750
26767
  * @typedef {import('../types.js').Options} Options
26751
26768
  * @typedef {import('../types.js').State} State
@@ -26786,7 +26803,7 @@ function checkBulletOther(state) {
26786
26803
  return bulletOther
26787
26804
  }
26788
26805
 
26789
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
26806
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js
26790
26807
  /**
26791
26808
  * @typedef {import('../types.js').Options} Options
26792
26809
  * @typedef {import('../types.js').State} State
@@ -26810,7 +26827,7 @@ function checkBulletOrdered(state) {
26810
26827
  return marker
26811
26828
  }
26812
26829
 
26813
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-rule.js
26830
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule.js
26814
26831
  /**
26815
26832
  * @typedef {import('../types.js').Options} Options
26816
26833
  * @typedef {import('../types.js').State} State
@@ -26834,7 +26851,7 @@ function checkRule(state) {
26834
26851
  return marker
26835
26852
  }
26836
26853
 
26837
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/list.js
26854
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/list.js
26838
26855
  /**
26839
26856
  * @typedef {import('mdast').List} List
26840
26857
  * @typedef {import('mdast').Parents} Parents
@@ -26938,7 +26955,7 @@ function list_list(node, parent, state, info) {
26938
26955
  return value
26939
26956
  }
26940
26957
 
26941
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
26958
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js
26942
26959
  /**
26943
26960
  * @typedef {import('../types.js').Options} Options
26944
26961
  * @typedef {import('../types.js').State} State
@@ -26962,7 +26979,7 @@ function checkListItemIndent(state) {
26962
26979
  return style
26963
26980
  }
26964
26981
 
26965
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/list-item.js
26982
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/list-item.js
26966
26983
  /**
26967
26984
  * @typedef {import('mdast').ListItem} ListItem
26968
26985
  * @typedef {import('mdast').Parents} Parents
@@ -27029,7 +27046,7 @@ function listItem(node, parent, state, info) {
27029
27046
  }
27030
27047
  }
27031
27048
 
27032
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
27049
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/paragraph.js
27033
27050
  /**
27034
27051
  * @typedef {import('mdast').Paragraph} Paragraph
27035
27052
  * @typedef {import('mdast').Parents} Parents
@@ -27053,7 +27070,7 @@ function paragraph(node, _, state, info) {
27053
27070
  return value
27054
27071
  }
27055
27072
 
27056
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-phrasing/lib/index.js
27073
+ ;// ./node_modules/mdast-util-phrasing/lib/index.js
27057
27074
  /**
27058
27075
  * @typedef {import('mdast').Html} Html
27059
27076
  * @typedef {import('mdast').PhrasingContent} PhrasingContent
@@ -27100,7 +27117,7 @@ const phrasing =
27100
27117
  ])
27101
27118
  )
27102
27119
 
27103
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/root.js
27120
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/root.js
27104
27121
  /**
27105
27122
  * @typedef {import('mdast').Parents} Parents
27106
27123
  * @typedef {import('mdast').Root} Root
@@ -27126,7 +27143,7 @@ function root(node, _, state, info) {
27126
27143
  return fn.call(state, node, info)
27127
27144
  }
27128
27145
 
27129
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-strong.js
27146
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-strong.js
27130
27147
  /**
27131
27148
  * @typedef {import('../types.js').Options} Options
27132
27149
  * @typedef {import('../types.js').State} State
@@ -27150,7 +27167,7 @@ function checkStrong(state) {
27150
27167
  return marker
27151
27168
  }
27152
27169
 
27153
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/strong.js
27170
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/strong.js
27154
27171
  /**
27155
27172
  * @typedef {import('mdast').Parents} Parents
27156
27173
  * @typedef {import('mdast').Strong} Strong
@@ -27200,7 +27217,7 @@ function strongPeek(_, _1, state) {
27200
27217
  return state.options.strong || '*'
27201
27218
  }
27202
27219
 
27203
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/text.js
27220
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/text.js
27204
27221
  /**
27205
27222
  * @typedef {import('mdast').Parents} Parents
27206
27223
  * @typedef {import('mdast').Text} Text
@@ -27219,7 +27236,7 @@ function handle_text_text(node, _, state, info) {
27219
27236
  return state.safe(node.value, info)
27220
27237
  }
27221
27238
 
27222
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
27239
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js
27223
27240
  /**
27224
27241
  * @typedef {import('../types.js').Options} Options
27225
27242
  * @typedef {import('../types.js').State} State
@@ -27243,7 +27260,7 @@ function checkRuleRepetition(state) {
27243
27260
  return repetition
27244
27261
  }
27245
27262
 
27246
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
27263
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js
27247
27264
  /**
27248
27265
  * @typedef {import('mdast').Parents} Parents
27249
27266
  * @typedef {import('mdast').ThematicBreak} ThematicBreak
@@ -27267,7 +27284,7 @@ function thematic_break_thematicBreak(_, _1, state) {
27267
27284
  return state.options.ruleSpaces ? value.slice(0, -1) : value
27268
27285
  }
27269
27286
 
27270
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/handle/index.js
27287
+ ;// ./node_modules/mdast-util-to-markdown/lib/handle/index.js
27271
27288
 
27272
27289
 
27273
27290
 
@@ -27314,7 +27331,7 @@ const handle = {
27314
27331
  thematicBreak: thematic_break_thematicBreak
27315
27332
  }
27316
27333
 
27317
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/join.js
27334
+ ;// ./node_modules/mdast-util-to-markdown/lib/join.js
27318
27335
  /**
27319
27336
  * @typedef {import('./types.js').Join} Join
27320
27337
  */
@@ -27355,7 +27372,7 @@ function joinDefaults(left, right, parent, state) {
27355
27372
  }
27356
27373
  }
27357
27374
 
27358
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/unsafe.js
27375
+ ;// ./node_modules/mdast-util-to-markdown/lib/unsafe.js
27359
27376
  /**
27360
27377
  * @typedef {import('./types.js').ConstructName} ConstructName
27361
27378
  * @typedef {import('./types.js').Unsafe} Unsafe
@@ -27504,7 +27521,7 @@ const unsafe = [
27504
27521
  {atBreak: true, character: '~'}
27505
27522
  ]
27506
27523
 
27507
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/association.js
27524
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/association.js
27508
27525
  /**
27509
27526
  * @typedef {import('../types.js').AssociationId} AssociationId
27510
27527
  */
@@ -27539,7 +27556,7 @@ function association(node) {
27539
27556
  return decodeString(node.identifier)
27540
27557
  }
27541
27558
 
27542
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
27559
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js
27543
27560
  /**
27544
27561
  * @typedef {import('../types.js').CompilePattern} CompilePattern
27545
27562
  */
@@ -27565,7 +27582,7 @@ function compilePattern(pattern) {
27565
27582
  return pattern._compiled
27566
27583
  }
27567
27584
 
27568
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
27585
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js
27569
27586
  /**
27570
27587
  * @typedef {import('../types.js').Handle} Handle
27571
27588
  * @typedef {import('../types.js').Info} Info
@@ -27663,7 +27680,7 @@ function containerPhrasing(parent, state, info) {
27663
27680
  return results.join('')
27664
27681
  }
27665
27682
 
27666
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/container-flow.js
27683
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/container-flow.js
27667
27684
  /**
27668
27685
  * @typedef {import('../types.js').FlowParents} FlowParents
27669
27686
  * @typedef {import('../types.js').FlowChildren} FlowChildren
@@ -27751,7 +27768,7 @@ function between(left, right, parent, state) {
27751
27768
  return '\n\n'
27752
27769
  }
27753
27770
 
27754
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
27771
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/indent-lines.js
27755
27772
  /**
27756
27773
  * @typedef {import('../types.js').IndentLines} IndentLines
27757
27774
  */
@@ -27788,7 +27805,7 @@ function indentLines(value, map) {
27788
27805
  }
27789
27806
  }
27790
27807
 
27791
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/safe.js
27808
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/safe.js
27792
27809
  /**
27793
27810
  * @typedef {import('../types.js').SafeConfig} SafeConfig
27794
27811
  * @typedef {import('../types.js').State} State
@@ -27966,7 +27983,7 @@ function escapeBackslashes(value, after) {
27966
27983
  return results.join('')
27967
27984
  }
27968
27985
 
27969
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/util/track.js
27986
+ ;// ./node_modules/mdast-util-to-markdown/lib/util/track.js
27970
27987
  /**
27971
27988
  * @typedef {import('../types.js').CreateTracker} CreateTracker
27972
27989
  * @typedef {import('../types.js').TrackCurrent} TrackCurrent
@@ -28026,7 +28043,7 @@ function track(config) {
28026
28043
  }
28027
28044
  }
28028
28045
 
28029
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-markdown/lib/index.js
28046
+ ;// ./node_modules/mdast-util-to-markdown/lib/index.js
28030
28047
  /**
28031
28048
  * @typedef {import('mdast').Nodes} Nodes
28032
28049
  * @typedef {import('./types.js').Enter} Enter
@@ -28221,7 +28238,7 @@ function safeBound(value, config) {
28221
28238
  return safe(this, value, config)
28222
28239
  }
28223
28240
 
28224
- ;// CONCATENATED MODULE: ./node_modules/remark-stringify/lib/index.js
28241
+ ;// ./node_modules/remark-stringify/lib/index.js
28225
28242
  /**
28226
28243
  * @typedef {import('mdast').Root} Root
28227
28244
  * @typedef {import('mdast-util-to-markdown').Options} ToMarkdownOptions
@@ -28265,7 +28282,7 @@ function remarkStringify(options) {
28265
28282
  }
28266
28283
  }
28267
28284
 
28268
- ;// CONCATENATED MODULE: ./node_modules/bail/index.js
28285
+ ;// ./node_modules/bail/index.js
28269
28286
  /**
28270
28287
  * Throw a given error.
28271
28288
  *
@@ -28282,7 +28299,7 @@ function bail(error) {
28282
28299
  // EXTERNAL MODULE: ./node_modules/extend/index.js
28283
28300
  var extend = __webpack_require__(2849);
28284
28301
  var extend_default = /*#__PURE__*/__webpack_require__.n(extend);
28285
- ;// CONCATENATED MODULE: ./node_modules/devlop/lib/default.js
28302
+ ;// ./node_modules/devlop/lib/default.js
28286
28303
  function deprecate(fn) {
28287
28304
  return fn
28288
28305
  }
@@ -28293,7 +28310,7 @@ function default_ok() {}
28293
28310
 
28294
28311
  function unreachable() {}
28295
28312
 
28296
- ;// CONCATENATED MODULE: ./node_modules/unified/node_modules/is-plain-obj/index.js
28313
+ ;// ./node_modules/unified/node_modules/is-plain-obj/index.js
28297
28314
  function isPlainObject(value) {
28298
28315
  if (typeof value !== 'object' || value === null) {
28299
28316
  return false;
@@ -28303,7 +28320,7 @@ function isPlainObject(value) {
28303
28320
  return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
28304
28321
  }
28305
28322
 
28306
- ;// CONCATENATED MODULE: ./node_modules/trough/lib/index.js
28323
+ ;// ./node_modules/trough/lib/index.js
28307
28324
  // To do: remove `void`s
28308
28325
  // To do: remove `null` from output of our APIs, allow it as user APIs.
28309
28326
 
@@ -28511,7 +28528,7 @@ function wrap(middleware, callback) {
28511
28528
  }
28512
28529
  }
28513
28530
 
28514
- ;// CONCATENATED MODULE: ./node_modules/vfile-message/lib/index.js
28531
+ ;// ./node_modules/vfile-message/lib/index.js
28515
28532
  /**
28516
28533
  * @typedef {import('unist').Node} Node
28517
28534
  * @typedef {import('unist').Point} Point
@@ -28831,7 +28848,7 @@ VFileMessage.prototype.place = undefined
28831
28848
  VFileMessage.prototype.ruleId = undefined
28832
28849
  VFileMessage.prototype.source = undefined
28833
28850
 
28834
- ;// CONCATENATED MODULE: ./node_modules/vfile/lib/minpath.browser.js
28851
+ ;// ./node_modules/vfile/lib/minpath.browser.js
28835
28852
  // A derivative work based on:
28836
28853
  // <https://github.com/browserify/path-browserify>.
28837
28854
  // Which is licensed:
@@ -29255,7 +29272,7 @@ function assertPath(path) {
29255
29272
 
29256
29273
  /* eslint-enable max-depth, complexity */
29257
29274
 
29258
- ;// CONCATENATED MODULE: ./node_modules/vfile/lib/minproc.browser.js
29275
+ ;// ./node_modules/vfile/lib/minproc.browser.js
29259
29276
  // Somewhat based on:
29260
29277
  // <https://github.com/defunctzombie/node-process/blob/master/browser.js>.
29261
29278
  // But I don’t think one tiny line of code can be copyrighted. 😅
@@ -29265,7 +29282,7 @@ function cwd() {
29265
29282
  return '/'
29266
29283
  }
29267
29284
 
29268
- ;// CONCATENATED MODULE: ./node_modules/vfile/lib/minurl.shared.js
29285
+ ;// ./node_modules/vfile/lib/minurl.shared.js
29269
29286
  /**
29270
29287
  * Checks if a value has the shape of a WHATWG URL object.
29271
29288
  *
@@ -29298,7 +29315,7 @@ function isUrl(fileUrlOrPath) {
29298
29315
  )
29299
29316
  }
29300
29317
 
29301
- ;// CONCATENATED MODULE: ./node_modules/vfile/lib/minurl.browser.js
29318
+ ;// ./node_modules/vfile/lib/minurl.browser.js
29302
29319
 
29303
29320
 
29304
29321
 
@@ -29376,7 +29393,7 @@ function getPathFromURLPosix(url) {
29376
29393
  return decodeURIComponent(pathname)
29377
29394
  }
29378
29395
 
29379
- ;// CONCATENATED MODULE: ./node_modules/vfile/lib/index.js
29396
+ ;// ./node_modules/vfile/lib/index.js
29380
29397
  /**
29381
29398
  * @typedef {import('unist').Node} Node
29382
29399
  * @typedef {import('unist').Point} Point
@@ -30081,7 +30098,7 @@ function isUint8Array(value) {
30081
30098
  )
30082
30099
  }
30083
30100
 
30084
- ;// CONCATENATED MODULE: ./node_modules/unified/lib/callable-instance.js
30101
+ ;// ./node_modules/unified/lib/callable-instance.js
30085
30102
  const CallableInstance =
30086
30103
  /**
30087
30104
  * @type {new <Parameters extends Array<unknown>, Result>(property: string | symbol) => (...parameters: Parameters) => Result}
@@ -30122,7 +30139,7 @@ const CallableInstance =
30122
30139
  )
30123
30140
  )
30124
30141
 
30125
- ;// CONCATENATED MODULE: ./node_modules/unified/lib/index.js
30142
+ ;// ./node_modules/unified/lib/index.js
30126
30143
  /**
30127
30144
  * @typedef {import('trough').Pipeline} Pipeline
30128
30145
  *
@@ -31447,7 +31464,7 @@ function lib_isUint8Array(value) {
31447
31464
  )
31448
31465
  }
31449
31466
 
31450
- ;// CONCATENATED MODULE: ./node_modules/remark/index.js
31467
+ ;// ./node_modules/remark/index.js
31451
31468
  // Note: types exposed from `index.d.ts`
31452
31469
 
31453
31470
 
@@ -31459,7 +31476,7 @@ function lib_isUint8Array(value) {
31459
31476
  */
31460
31477
  const remark = unified().use(remarkParse).use(remarkStringify).freeze()
31461
31478
 
31462
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-mdx-expression/lib/index.js
31479
+ ;// ./node_modules/mdast-util-mdx-expression/lib/index.js
31463
31480
  /**
31464
31481
  * @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
31465
31482
  * @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
@@ -31572,7 +31589,7 @@ function handleMdxExpression(node) {
31572
31589
  return '{' + value + '}'
31573
31590
  }
31574
31591
 
31575
- ;// CONCATENATED MODULE: ./node_modules/ccount/index.js
31592
+ ;// ./node_modules/ccount/index.js
31576
31593
  /**
31577
31594
  * Count how often a character (or substring) is used in a string.
31578
31595
  *
@@ -31601,7 +31618,7 @@ function ccount(value, character) {
31601
31618
  return count
31602
31619
  }
31603
31620
 
31604
- ;// CONCATENATED MODULE: ./node_modules/character-entities-legacy/index.js
31621
+ ;// ./node_modules/character-entities-legacy/index.js
31605
31622
  /**
31606
31623
  * List of legacy HTML named character references that don’t need a trailing semicolon.
31607
31624
  *
@@ -31716,7 +31733,7 @@ const characterEntitiesLegacy = [
31716
31733
  'yuml'
31717
31734
  ]
31718
31735
 
31719
- ;// CONCATENATED MODULE: ./node_modules/character-reference-invalid/index.js
31736
+ ;// ./node_modules/character-reference-invalid/index.js
31720
31737
  /**
31721
31738
  * Map of invalid numeric character references to their replacements, according to HTML.
31722
31739
  *
@@ -31753,7 +31770,7 @@ const characterReferenceInvalid = {
31753
31770
  159: 'Ÿ'
31754
31771
  }
31755
31772
 
31756
- ;// CONCATENATED MODULE: ./node_modules/is-decimal/index.js
31773
+ ;// ./node_modules/is-decimal/index.js
31757
31774
  /**
31758
31775
  * Check if the given character code, or the character code at the first
31759
31776
  * character, is decimal.
@@ -31768,7 +31785,7 @@ function isDecimal(character) {
31768
31785
  return code >= 48 && code <= 57 /* 0-9 */
31769
31786
  }
31770
31787
 
31771
- ;// CONCATENATED MODULE: ./node_modules/is-hexadecimal/index.js
31788
+ ;// ./node_modules/is-hexadecimal/index.js
31772
31789
  /**
31773
31790
  * Check if the given character code, or the character code at the first
31774
31791
  * character, is hexadecimal.
@@ -31787,7 +31804,7 @@ function isHexadecimal(character) {
31787
31804
  )
31788
31805
  }
31789
31806
 
31790
- ;// CONCATENATED MODULE: ./node_modules/is-alphabetical/index.js
31807
+ ;// ./node_modules/is-alphabetical/index.js
31791
31808
  /**
31792
31809
  * Check if the given character code, or the character code at the first
31793
31810
  * character, is alphabetical.
@@ -31805,7 +31822,7 @@ function isAlphabetical(character) {
31805
31822
  )
31806
31823
  }
31807
31824
 
31808
- ;// CONCATENATED MODULE: ./node_modules/is-alphanumerical/index.js
31825
+ ;// ./node_modules/is-alphanumerical/index.js
31809
31826
 
31810
31827
 
31811
31828
 
@@ -31820,7 +31837,7 @@ function isAlphanumerical(character) {
31820
31837
  return isAlphabetical(character) || isDecimal(character)
31821
31838
  }
31822
31839
 
31823
- ;// CONCATENATED MODULE: ./node_modules/parse-entities/lib/index.js
31840
+ ;// ./node_modules/parse-entities/lib/index.js
31824
31841
  /**
31825
31842
  * @typedef {import('unist').Point} Point
31826
31843
  * @typedef {import('unist').Position} Position
@@ -32228,7 +32245,7 @@ function disallowed(code) {
32228
32245
  )
32229
32246
  }
32230
32247
 
32231
- ;// CONCATENATED MODULE: ./node_modules/stringify-entities/lib/core.js
32248
+ ;// ./node_modules/stringify-entities/lib/core.js
32232
32249
  /**
32233
32250
  * @typedef CoreOptions
32234
32251
  * @property {ReadonlyArray<string>} [subset=[]]
@@ -32347,7 +32364,7 @@ function charactersToExpression(subset) {
32347
32364
  return new RegExp('(?:' + groups.join('|') + ')', 'g')
32348
32365
  }
32349
32366
 
32350
- ;// CONCATENATED MODULE: ./node_modules/stringify-entities/lib/util/format-basic.js
32367
+ ;// ./node_modules/stringify-entities/lib/util/format-basic.js
32351
32368
  /**
32352
32369
  * The smallest way to encode a character.
32353
32370
  *
@@ -32358,7 +32375,7 @@ function formatBasic(code) {
32358
32375
  return '&#x' + code.toString(16).toUpperCase() + ';'
32359
32376
  }
32360
32377
 
32361
- ;// CONCATENATED MODULE: ./node_modules/stringify-entities/lib/index.js
32378
+ ;// ./node_modules/stringify-entities/lib/index.js
32362
32379
  /**
32363
32380
  * @typedef {import('./core.js').CoreOptions & import('./util/format-smart.js').FormatSmartOptions} Options
32364
32381
  * @typedef {import('./core.js').CoreOptions} LightOptions
@@ -32396,7 +32413,7 @@ function stringifyEntitiesLight(value, options) {
32396
32413
  return core_core(value, Object.assign({format: formatBasic}, options))
32397
32414
  }
32398
32415
 
32399
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-mdx-jsx/lib/index.js
32416
+ ;// ./node_modules/mdast-util-mdx-jsx/lib/index.js
32400
32417
  /**
32401
32418
  * @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
32402
32419
  * @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
@@ -33196,7 +33213,7 @@ function peekElement() {
33196
33213
  return '<'
33197
33214
  }
33198
33215
 
33199
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-mdxjs-esm/lib/index.js
33216
+ ;// ./node_modules/mdast-util-mdxjs-esm/lib/index.js
33200
33217
  /**
33201
33218
  * @typedef {import('mdast-util-from-markdown').CompileContext} CompileContext
33202
33219
  * @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
@@ -33285,7 +33302,7 @@ function handleMdxjsEsm(node) {
33285
33302
  return node.value || ''
33286
33303
  }
33287
33304
 
33288
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-mdx/lib/index.js
33305
+ ;// ./node_modules/mdast-util-mdx/lib/index.js
33289
33306
  /**
33290
33307
  * @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
33291
33308
  * @typedef {import('mdast-util-mdx-jsx').ToMarkdownOptions} ToMarkdownOptions
@@ -33335,7 +33352,7 @@ function mdxToMarkdown(options) {
33335
33352
  }
33336
33353
  }
33337
33354
 
33338
- ;// CONCATENATED MODULE: ./node_modules/acorn/dist/acorn.mjs
33355
+ ;// ./node_modules/acorn/dist/acorn.mjs
33339
33356
  // This file was generated. Do not modify manually!
33340
33357
  var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 81, 2, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 9, 5351, 0, 7, 14, 13835, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 983, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
33341
33358
 
@@ -39376,7 +39393,7 @@ function tokenizer(input, options) {
39376
39393
  // EXTERNAL MODULE: ./node_modules/acorn-jsx/index.js
39377
39394
  var acorn_jsx = __webpack_require__(9214);
39378
39395
  var acorn_jsx_default = /*#__PURE__*/__webpack_require__.n(acorn_jsx);
39379
- ;// CONCATENATED MODULE: ./node_modules/estree-util-visit/lib/color.default.js
39396
+ ;// ./node_modules/estree-util-visit/lib/color.default.js
39380
39397
  /**
39381
39398
  * @param {string} d
39382
39399
  * @returns {string}
@@ -39385,7 +39402,7 @@ function color_default_color(d) {
39385
39402
  return d
39386
39403
  }
39387
39404
 
39388
- ;// CONCATENATED MODULE: ./node_modules/estree-util-visit/lib/index.js
39405
+ ;// ./node_modules/estree-util-visit/lib/index.js
39389
39406
  /**
39390
39407
  * @typedef {import('estree-jsx').Node} Node
39391
39408
  */
@@ -39616,7 +39633,7 @@ function nodelike(value) {
39616
39633
  )
39617
39634
  }
39618
39635
 
39619
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-events-to-acorn/index.js
39636
+ ;// ./node_modules/micromark-util-events-to-acorn/index.js
39620
39637
  /**
39621
39638
  * @typedef {import('acorn').Comment} Comment
39622
39639
  * @typedef {import('acorn').Node} AcornNode
@@ -40036,7 +40053,7 @@ function micromark_util_events_to_acorn_serializeChunks(chunks) {
40036
40053
  }
40037
40054
  return result.join('');
40038
40055
  }
40039
- ;// CONCATENATED MODULE: ./node_modules/unist-util-position-from-estree/lib/index.js
40056
+ ;// ./node_modules/unist-util-position-from-estree/lib/index.js
40040
40057
  /**
40041
40058
  * @typedef {import('unist').Point} UnistPoint
40042
40059
  * @typedef {import('unist').Position} UnistPosition
@@ -40115,7 +40132,7 @@ function numberOrUndefined(value) {
40115
40132
  return typeof value === 'number' && value > -1 ? value : undefined
40116
40133
  }
40117
40134
 
40118
- ;// CONCATENATED MODULE: ./node_modules/micromark-factory-mdx-expression/index.js
40135
+ ;// ./node_modules/micromark-factory-mdx-expression/index.js
40119
40136
  /**
40120
40137
  * @typedef {import('estree').Program} Program
40121
40138
  * @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
@@ -40497,7 +40514,7 @@ function mdxExpressionParse(
40497
40514
  }
40498
40515
  }
40499
40516
 
40500
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-expression/lib/syntax.js
40517
+ ;// ./node_modules/micromark-extension-mdx-expression/lib/syntax.js
40501
40518
  /**
40502
40519
  * @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
40503
40520
  * @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
@@ -40725,7 +40742,7 @@ function mdxExpression(options) {
40725
40742
  }
40726
40743
  }
40727
40744
  }
40728
- ;// CONCATENATED MODULE: ./node_modules/estree-util-is-identifier-name/lib/index.js
40745
+ ;// ./node_modules/estree-util-is-identifier-name/lib/index.js
40729
40746
  /**
40730
40747
  * @typedef Options
40731
40748
  * Configuration.
@@ -40788,7 +40805,7 @@ function lib_name(name, options) {
40788
40805
  return re.test(name)
40789
40806
  }
40790
40807
 
40791
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-jsx/lib/factory-tag.js
40808
+ ;// ./node_modules/micromark-extension-mdx-jsx/lib/factory-tag.js
40792
40809
  /**
40793
40810
  * @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
40794
40811
  * @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
@@ -41613,7 +41630,7 @@ function factoryTag(effects, ok, nok, acorn, acornOptions, addResult, allowLazy,
41613
41630
  function serializeCharCode(code) {
41614
41631
  return 'U+' + code.toString(16).toUpperCase().padStart(4, '0');
41615
41632
  }
41616
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-jsx/lib/jsx-text.js
41633
+ ;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-text.js
41617
41634
  /**
41618
41635
  * @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
41619
41636
  * @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
@@ -41664,7 +41681,7 @@ function jsxText(acorn, options) {
41664
41681
  return factoryTag.call(this, effects, ok, nok, acorn, options.acornOptions, options.addResult, true, 'mdxJsxTextTag', 'mdxJsxTextTagMarker', 'mdxJsxTextTagClosingMarker', 'mdxJsxTextTagSelfClosingMarker', 'mdxJsxTextTagName', 'mdxJsxTextTagNamePrimary', 'mdxJsxTextTagNameMemberMarker', 'mdxJsxTextTagNameMember', 'mdxJsxTextTagNamePrefixMarker', 'mdxJsxTextTagNameLocal', 'mdxJsxTextTagExpressionAttribute', 'mdxJsxTextTagExpressionAttributeMarker', 'mdxJsxTextTagExpressionAttributeValue', 'mdxJsxTextTagAttribute', 'mdxJsxTextTagAttributeName', 'mdxJsxTextTagAttributeNamePrimary', 'mdxJsxTextTagAttributeNamePrefixMarker', 'mdxJsxTextTagAttributeNameLocal', 'mdxJsxTextTagAttributeInitializerMarker', 'mdxJsxTextTagAttributeValueLiteral', 'mdxJsxTextTagAttributeValueLiteralMarker', 'mdxJsxTextTagAttributeValueLiteralValue', 'mdxJsxTextTagAttributeValueExpression', 'mdxJsxTextTagAttributeValueExpressionMarker', 'mdxJsxTextTagAttributeValueExpressionValue');
41665
41682
  }
41666
41683
  }
41667
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-jsx/lib/jsx-flow.js
41684
+ ;// ./node_modules/micromark-extension-mdx-jsx/lib/jsx-flow.js
41668
41685
  /**
41669
41686
  * @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
41670
41687
  * @typedef {import('micromark-factory-mdx-expression').AcornOptions} AcornOptions
@@ -41790,7 +41807,7 @@ function jsxFlow(acorn, options) {
41790
41807
  }
41791
41808
  }
41792
41809
  }
41793
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-jsx/lib/syntax.js
41810
+ ;// ./node_modules/micromark-extension-mdx-jsx/lib/syntax.js
41794
41811
  /**
41795
41812
  * @typedef {import('micromark-util-types').Extension} Extension
41796
41813
  * @typedef {import('micromark-factory-mdx-expression').Acorn} Acorn
@@ -41855,7 +41872,7 @@ function mdxJsx(options) {
41855
41872
  }
41856
41873
  };
41857
41874
  }
41858
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdx-md/index.js
41875
+ ;// ./node_modules/micromark-extension-mdx-md/index.js
41859
41876
  /**
41860
41877
  * @typedef {import('micromark-util-types').Extension} Extension
41861
41878
  */
@@ -41874,7 +41891,7 @@ function mdxMd() {
41874
41891
  }
41875
41892
  }
41876
41893
 
41877
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdxjs-esm/lib/syntax.js
41894
+ ;// ./node_modules/micromark-extension-mdxjs-esm/lib/syntax.js
41878
41895
  /**
41879
41896
  * @typedef {import('micromark-util-events-to-acorn').Acorn} Acorn
41880
41897
  * @typedef {import('micromark-util-events-to-acorn').AcornOptions} AcornOptions
@@ -42142,7 +42159,7 @@ function tokenizeNextBlank(effects, ok, nok) {
42142
42159
  return effects.attempt(blankLine, ok, nok);
42143
42160
  }
42144
42161
  }
42145
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-mdxjs/index.js
42162
+ ;// ./node_modules/micromark-extension-mdxjs/index.js
42146
42163
  /**
42147
42164
  * @typedef {import('micromark-extension-mdx-expression').Options} Options
42148
42165
  * @typedef {import('micromark-util-types').Extension} Extension
@@ -42183,7 +42200,7 @@ function mdxjs(options) {
42183
42200
  ])
42184
42201
  }
42185
42202
 
42186
- ;// CONCATENATED MODULE: ./node_modules/remark-mdx/lib/index.js
42203
+ ;// ./node_modules/remark-mdx/lib/index.js
42187
42204
  /**
42188
42205
  * @typedef {import('mdast-util-mdx').ToMarkdownOptions} ToMarkdownOptions
42189
42206
  * @typedef {import('micromark-extension-mdxjs').Options} MicromarkOptions
@@ -42232,7 +42249,7 @@ function remarkMdx(options) {
42232
42249
  // EXTERNAL MODULE: ./node_modules/format/format.js
42233
42250
  var format_format = __webpack_require__(6311);
42234
42251
  var format_default = /*#__PURE__*/__webpack_require__.n(format_format);
42235
- ;// CONCATENATED MODULE: ./node_modules/fault/index.js
42252
+ ;// ./node_modules/fault/index.js
42236
42253
  // @ts-expect-error
42237
42254
 
42238
42255
 
@@ -42275,7 +42292,7 @@ function create(Constructor) {
42275
42292
  }
42276
42293
  }
42277
42294
 
42278
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-frontmatter/lib/to-matters.js
42295
+ ;// ./node_modules/micromark-extension-frontmatter/lib/to-matters.js
42279
42296
  /**
42280
42297
  * @typedef {'toml' | 'yaml'} Preset
42281
42298
  * Known name of a frontmatter style.
@@ -42401,7 +42418,7 @@ function matter(option) {
42401
42418
  return result
42402
42419
  }
42403
42420
 
42404
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js
42421
+ ;// ./node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js
42405
42422
  function escapeStringRegexp(string) {
42406
42423
  if (typeof string !== 'string') {
42407
42424
  throw new TypeError('Expected a string');
@@ -42414,7 +42431,7 @@ function escapeStringRegexp(string) {
42414
42431
  .replace(/-/g, '\\x2d');
42415
42432
  }
42416
42433
 
42417
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-frontmatter/lib/index.js
42434
+ ;// ./node_modules/mdast-util-frontmatter/lib/index.js
42418
42435
  /**
42419
42436
  * @typedef {import('mdast').Literal} Literal
42420
42437
  *
@@ -42592,7 +42609,7 @@ function pick(schema, prop) {
42592
42609
  return typeof schema === 'string' ? schema : schema[prop]
42593
42610
  }
42594
42611
 
42595
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-frontmatter/lib/syntax.js
42612
+ ;// ./node_modules/micromark-extension-frontmatter/lib/syntax.js
42596
42613
  /**
42597
42614
  * @typedef {import('micromark-util-types').Construct} Construct
42598
42615
  * @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
@@ -42988,7 +43005,7 @@ function syntax_pick(schema, prop) {
42988
43005
  return typeof schema === 'string' ? schema : schema[prop]
42989
43006
  }
42990
43007
 
42991
- ;// CONCATENATED MODULE: ./node_modules/remark-frontmatter/lib/index.js
43008
+ ;// ./node_modules/remark-frontmatter/lib/index.js
42992
43009
  /// <reference types="remark-parse" />
42993
43010
  /// <reference types="remark-stringify" />
42994
43011
 
@@ -43035,7 +43052,7 @@ function remarkFrontmatter(options) {
43035
43052
  toMarkdownExtensions.push(frontmatterToMarkdown(settings))
43036
43053
  }
43037
43054
 
43038
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js
43055
+ ;// ./node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js
43039
43056
  function escape_string_regexp_escapeStringRegexp(string) {
43040
43057
  if (typeof string !== 'string') {
43041
43058
  throw new TypeError('Expected a string');
@@ -43048,7 +43065,7 @@ function escape_string_regexp_escapeStringRegexp(string) {
43048
43065
  .replace(/-/g, '\\x2d');
43049
43066
  }
43050
43067
 
43051
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-find-and-replace/lib/index.js
43068
+ ;// ./node_modules/mdast-util-find-and-replace/lib/index.js
43052
43069
  /**
43053
43070
  * @typedef {import('mdast').Nodes} Nodes
43054
43071
  * @typedef {import('mdast').Parents} Parents
@@ -43316,7 +43333,7 @@ function toFunction(replace) {
43316
43333
  }
43317
43334
  }
43318
43335
 
43319
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm-autolink-literal/lib/index.js
43336
+ ;// ./node_modules/mdast-util-gfm-autolink-literal/lib/index.js
43320
43337
  /**
43321
43338
  * @typedef {import('mdast').Link} Link
43322
43339
  * @typedef {import('mdast').PhrasingContent} PhrasingContent
@@ -43606,7 +43623,7 @@ function lib_previous(match, email) {
43606
43623
  )
43607
43624
  }
43608
43625
 
43609
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm-footnote/lib/index.js
43626
+ ;// ./node_modules/mdast-util-gfm-footnote/lib/index.js
43610
43627
  /**
43611
43628
  * @typedef {import('mdast').FootnoteDefinition} FootnoteDefinition
43612
43629
  * @typedef {import('mdast').FootnoteReference} FootnoteReference
@@ -43806,7 +43823,7 @@ function lib_map(line, index, blank) {
43806
43823
  return (blank ? '' : ' ') + line
43807
43824
  }
43808
43825
 
43809
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm-strikethrough/lib/index.js
43826
+ ;// ./node_modules/mdast-util-gfm-strikethrough/lib/index.js
43810
43827
  /**
43811
43828
  * @typedef {import('mdast').Delete} Delete
43812
43829
  *
@@ -43914,7 +43931,7 @@ function peekDelete() {
43914
43931
  return '~'
43915
43932
  }
43916
43933
 
43917
- ;// CONCATENATED MODULE: ./node_modules/markdown-table/index.js
43934
+ ;// ./node_modules/markdown-table/index.js
43918
43935
  /**
43919
43936
  * @typedef Options
43920
43937
  * Configuration (optional).
@@ -44296,7 +44313,7 @@ function toAlignment(value) {
44296
44313
  : 0
44297
44314
  }
44298
44315
 
44299
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm-table/lib/index.js
44316
+ ;// ./node_modules/mdast-util-gfm-table/lib/index.js
44300
44317
  /**
44301
44318
  * @typedef {import('mdast').InlineCode} InlineCode
44302
44319
  * @typedef {import('mdast').Table} Table
@@ -44598,7 +44615,7 @@ function gfmTableToMarkdown(options) {
44598
44615
  }
44599
44616
  }
44600
44617
 
44601
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm-task-list-item/lib/index.js
44618
+ ;// ./node_modules/mdast-util-gfm-task-list-item/lib/index.js
44602
44619
  /**
44603
44620
  * @typedef {import('mdast').ListItem} ListItem
44604
44621
  * @typedef {import('mdast').Paragraph} Paragraph
@@ -44741,7 +44758,7 @@ function listItemWithTaskListItem(node, parent, state, info) {
44741
44758
  }
44742
44759
  }
44743
44760
 
44744
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-gfm/lib/index.js
44761
+ ;// ./node_modules/mdast-util-gfm/lib/index.js
44745
44762
  /**
44746
44763
  * @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
44747
44764
  * @typedef {import('mdast-util-to-markdown').Options} ToMarkdownExtension
@@ -44798,7 +44815,7 @@ function gfmToMarkdown(options) {
44798
44815
  }
44799
44816
  }
44800
44817
 
44801
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js
44818
+ ;// ./node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js
44802
44819
  /**
44803
44820
  * @typedef {import('micromark-util-types').Code} Code
44804
44821
  * @typedef {import('micromark-util-types').ConstructRecord} ConstructRecord
@@ -45750,7 +45767,7 @@ function previousUnbalanced(events) {
45750
45767
  return result
45751
45768
  }
45752
45769
 
45753
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-footnote/lib/syntax.js
45770
+ ;// ./node_modules/micromark-extension-gfm-footnote/lib/syntax.js
45754
45771
  /**
45755
45772
  * @typedef {import('micromark-util-types').Event} Event
45756
45773
  * @typedef {import('micromark-util-types').Exiter} Exiter
@@ -46281,7 +46298,7 @@ function syntax_tokenizeIndent(effects, ok, nok) {
46281
46298
  }
46282
46299
  }
46283
46300
 
46284
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js
46301
+ ;// ./node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js
46285
46302
  /**
46286
46303
  * @typedef {import('micromark-util-types').Event} Event
46287
46304
  * @typedef {import('micromark-util-types').Extension} Extension
@@ -46464,7 +46481,7 @@ function gfmStrikethrough(options) {
46464
46481
  }
46465
46482
  }
46466
46483
 
46467
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-table/lib/edit-map.js
46484
+ ;// ./node_modules/micromark-extension-gfm-table/lib/edit-map.js
46468
46485
  /**
46469
46486
  * @typedef {import('micromark-util-types').Event} Event
46470
46487
  */
@@ -46669,7 +46686,7 @@ function addImpl(editMap, at, remove, add) {
46669
46686
  // }
46670
46687
  // }
46671
46688
 
46672
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-table/lib/infer.js
46689
+ ;// ./node_modules/micromark-extension-gfm-table/lib/infer.js
46673
46690
  /**
46674
46691
  * @typedef {import('micromark-util-types').Event} Event
46675
46692
  */
@@ -46727,7 +46744,7 @@ function gfmTableAlign(events, index) {
46727
46744
  return align
46728
46745
  }
46729
46746
 
46730
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-table/lib/syntax.js
46747
+ ;// ./node_modules/micromark-extension-gfm-table/lib/syntax.js
46731
46748
  /**
46732
46749
  * @typedef {import('micromark-util-types').Event} Event
46733
46750
  * @typedef {import('micromark-util-types').Extension} Extension
@@ -47608,7 +47625,7 @@ function getPoint(events, index) {
47608
47625
  return event[1][side]
47609
47626
  }
47610
47627
 
47611
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js
47628
+ ;// ./node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js
47612
47629
  /**
47613
47630
  * @typedef {import('micromark-util-types').Extension} Extension
47614
47631
  * @typedef {import('micromark-util-types').State} State
@@ -47775,7 +47792,7 @@ function spaceThenNonSpace(effects, ok, nok) {
47775
47792
  }
47776
47793
  }
47777
47794
 
47778
- ;// CONCATENATED MODULE: ./node_modules/micromark-extension-gfm/index.js
47795
+ ;// ./node_modules/micromark-extension-gfm/index.js
47779
47796
  /**
47780
47797
  * @typedef {import('micromark-extension-gfm-footnote').HtmlOptions} HtmlOptions
47781
47798
  * @typedef {import('micromark-extension-gfm-strikethrough').Options} Options
@@ -47834,7 +47851,7 @@ function gfmHtml(options) {
47834
47851
  ])
47835
47852
  }
47836
47853
 
47837
- ;// CONCATENATED MODULE: ./node_modules/remark-gfm/lib/index.js
47854
+ ;// ./node_modules/remark-gfm/lib/index.js
47838
47855
  /// <reference types="remark-parse" />
47839
47856
  /// <reference types="remark-stringify" />
47840
47857
 
@@ -47884,13 +47901,13 @@ function remarkGfm(options) {
47884
47901
  toMarkdownExtensions.push(gfmToMarkdown(settings))
47885
47902
  }
47886
47903
 
47887
- ;// CONCATENATED MODULE: ./node_modules/emoji-regex/index.mjs
47904
+ ;// ./node_modules/emoji-regex/index.mjs
47888
47905
  /* harmony default export */ const emoji_regex = (() => {
47889
47906
  // https://mths.be/emoji
47890
47907
  return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
47891
47908
  });
47892
47909
 
47893
- ;// CONCATENATED MODULE: ./enums.ts
47910
+ ;// ./enums.ts
47894
47911
  var NodeTypes;
47895
47912
  (function (NodeTypes) {
47896
47913
  NodeTypes["callout"] = "rdme-callout";
@@ -47909,7 +47926,7 @@ var NodeTypes;
47909
47926
  NodeTypes["variable"] = "readme-variable";
47910
47927
  })(NodeTypes || (NodeTypes = {}));
47911
47928
 
47912
- ;// CONCATENATED MODULE: ./processor/transform/callouts.ts
47929
+ ;// ./processor/transform/callouts.ts
47913
47930
 
47914
47931
 
47915
47932
 
@@ -47941,7 +47958,7 @@ const calloutTransformer = () => {
47941
47958
  };
47942
47959
  /* harmony default export */ const callouts = (calloutTransformer);
47943
47960
 
47944
- ;// CONCATENATED MODULE: ./processor/transform/code-tabs.ts
47961
+ ;// ./processor/transform/code-tabs.ts
47945
47962
 
47946
47963
 
47947
47964
  const isCode = (node) => (node === null || node === void 0 ? void 0 : node.type) === 'code';
@@ -47990,7 +48007,7 @@ const codeTabsTransformer = ({ copyButtons } = {}) => (tree) => {
47990
48007
  };
47991
48008
  /* harmony default export */ const code_tabs = (codeTabsTransformer);
47992
48009
 
47993
- ;// CONCATENATED MODULE: ./processor/transform/embeds.ts
48010
+ ;// ./processor/transform/embeds.ts
47994
48011
 
47995
48012
 
47996
48013
  const embedTransformer = () => {
@@ -48020,7 +48037,7 @@ const embedTransformer = () => {
48020
48037
  };
48021
48038
  /* harmony default export */ const transform_embeds = (embedTransformer);
48022
48039
 
48023
- ;// CONCATENATED MODULE: ./lib/mdast.ts
48040
+ ;// ./lib/mdast.ts
48024
48041
 
48025
48042
  const mdast = (text, opts = {}) => {
48026
48043
  const processor = ast_processor(opts);
@@ -48029,7 +48046,7 @@ const mdast = (text, opts = {}) => {
48029
48046
  };
48030
48047
  /* harmony default export */ const lib_mdast = (mdast);
48031
48048
 
48032
- ;// CONCATENATED MODULE: ./processor/utils.ts
48049
+ ;// ./processor/utils.ts
48033
48050
 
48034
48051
  /**
48035
48052
  * Formats the hProperties of a node as a string, so they can be compiled back into JSX/MDX.
@@ -48204,7 +48221,7 @@ const toAttributes = (object, keys = []) => {
48204
48221
  return attributes;
48205
48222
  };
48206
48223
 
48207
- ;// CONCATENATED MODULE: ./processor/transform/images.ts
48224
+ ;// ./processor/transform/images.ts
48208
48225
 
48209
48226
 
48210
48227
 
@@ -48244,7 +48261,7 @@ const imageTransformer = () => (tree) => {
48244
48261
  };
48245
48262
  /* harmony default export */ const transform_images = (imageTransformer);
48246
48263
 
48247
- ;// CONCATENATED MODULE: ./node_modules/gemoji/index.js
48264
+ ;// ./node_modules/gemoji/index.js
48248
48265
  /**
48249
48266
  * @typedef Gemoji
48250
48267
  * @property {string} emoji
@@ -65156,7 +65173,7 @@ const emojiToName = {
65156
65173
  '🏴󠁧󠁢󠁷󠁬󠁳󠁿': 'wales'
65157
65174
  }
65158
65175
 
65159
- ;// CONCATENATED MODULE: ./lib/owlmoji.ts
65176
+ ;// ./lib/owlmoji.ts
65160
65177
 
65161
65178
  const owlmoji = ['owlbert-books', 'owlbert-mask', 'owlbert', 'owlbert-reading', 'owlbert-thinking'];
65162
65179
  class Owlmoji {
@@ -65173,7 +65190,7 @@ Owlmoji.kind = (name) => {
65173
65190
  Owlmoji.nameToEmoji = nameToEmoji;
65174
65191
  /* harmony default export */ const lib_owlmoji = (Owlmoji);
65175
65192
 
65176
- ;// CONCATENATED MODULE: ./processor/transform/gemoji+.ts
65193
+ ;// ./processor/transform/gemoji+.ts
65177
65194
 
65178
65195
 
65179
65196
 
@@ -65228,7 +65245,7 @@ const gemojiTransformer = () => (tree) => {
65228
65245
  };
65229
65246
  /* harmony default export */ const gemoji_ = (gemojiTransformer);
65230
65247
 
65231
- ;// CONCATENATED MODULE: ./processor/transform/div.ts
65248
+ ;// ./processor/transform/div.ts
65232
65249
  var div_rest = (undefined && undefined.__rest) || function (s, e) {
65233
65250
  var t = {};
65234
65251
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -65261,7 +65278,7 @@ const divTransformer = () => tree => {
65261
65278
  };
65262
65279
  /* harmony default export */ const div = (divTransformer);
65263
65280
 
65264
- ;// CONCATENATED MODULE: ./processor/transform/inject-components.ts
65281
+ ;// ./processor/transform/inject-components.ts
65265
65282
 
65266
65283
 
65267
65284
  const inject = ({ components } = {}) => (node, index, parent) => {
@@ -65276,7 +65293,7 @@ const injectComponents = (opts) => () => tree => {
65276
65293
  };
65277
65294
  /* harmony default export */ const inject_components = (injectComponents);
65278
65295
 
65279
- ;// CONCATENATED MODULE: ./processor/transform/readme-components.ts
65296
+ ;// ./processor/transform/readme-components.ts
65280
65297
 
65281
65298
 
65282
65299
 
@@ -65429,7 +65446,7 @@ const readmeComponents = (opts) => () => tree => {
65429
65446
  };
65430
65447
  /* harmony default export */ const readme_components = (readmeComponents);
65431
65448
 
65432
- ;// CONCATENATED MODULE: ./processor/transform/readme-to-mdx.ts
65449
+ ;// ./processor/transform/readme-to-mdx.ts
65433
65450
 
65434
65451
 
65435
65452
 
@@ -65514,7 +65531,7 @@ const readmeToMdx = () => tree => {
65514
65531
  };
65515
65532
  /* harmony default export */ const readme_to_mdx = (readmeToMdx);
65516
65533
 
65517
- ;// CONCATENATED MODULE: ./processor/transform/variables.ts
65534
+ ;// ./processor/transform/variables.ts
65518
65535
 
65519
65536
 
65520
65537
  const variables = ({ asMdx } = { asMdx: true }) => tree => {
@@ -65555,7 +65572,7 @@ const variables = ({ asMdx } = { asMdx: true }) => tree => {
65555
65572
  };
65556
65573
  /* harmony default export */ const transform_variables = (variables);
65557
65574
 
65558
- ;// CONCATENATED MODULE: ./processor/transform/tables-to-jsx.ts
65575
+ ;// ./processor/transform/tables-to-jsx.ts
65559
65576
 
65560
65577
 
65561
65578
  const alignToStyle = (align) => {
@@ -65647,7 +65664,7 @@ const tablesToJsx = () => tree => {
65647
65664
  };
65648
65665
  /* harmony default export */ const tables_to_jsx = (tablesToJsx);
65649
65666
 
65650
- ;// CONCATENATED MODULE: ./processor/transform/compatability.ts
65667
+ ;// ./processor/transform/compatability.ts
65651
65668
 
65652
65669
 
65653
65670
  const strongTest = (node) => ['emphasis', 'strong'].includes(node.type);
@@ -65672,7 +65689,7 @@ const compatibilityTransfomer = () => tree => {
65672
65689
  };
65673
65690
  /* harmony default export */ const compatability = (compatibilityTransfomer);
65674
65691
 
65675
- ;// CONCATENATED MODULE: ./processor/transform/mermaid.ts
65692
+ ;// ./processor/transform/mermaid.ts
65676
65693
 
65677
65694
  const mermaidTransformer = () => (tree) => {
65678
65695
  visit(tree, 'element', (node) => {
@@ -65687,7 +65704,7 @@ const mermaidTransformer = () => (tree) => {
65687
65704
  };
65688
65705
  /* harmony default export */ const transform_mermaid = (mermaidTransformer);
65689
65706
 
65690
- ;// CONCATENATED MODULE: ./processor/transform/index.ts
65707
+ ;// ./processor/transform/index.ts
65691
65708
 
65692
65709
 
65693
65710
 
@@ -65711,12 +65728,12 @@ const defaultTransforms = {
65711
65728
  };
65712
65729
  /* harmony default export */ const transform = (Object.values(defaultTransforms));
65713
65730
 
65714
- ;// CONCATENATED MODULE: ./node_modules/rehype-slug/node_modules/github-slugger/regex.js
65731
+ ;// ./node_modules/rehype-slug/node_modules/github-slugger/regex.js
65715
65732
  // This module is generated by `script/`.
65716
65733
  /* eslint-disable no-control-regex, no-misleading-character-class, no-useless-escape */
65717
65734
  const regex_regex = /[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g
65718
65735
 
65719
- ;// CONCATENATED MODULE: ./node_modules/rehype-slug/node_modules/github-slugger/index.js
65736
+ ;// ./node_modules/rehype-slug/node_modules/github-slugger/index.js
65720
65737
 
65721
65738
 
65722
65739
  const github_slugger_own = Object.hasOwnProperty
@@ -65795,7 +65812,7 @@ function slug (value, maintainCase) {
65795
65812
  return value.replace(regex_regex, '').replace(/ /g, '-')
65796
65813
  }
65797
65814
 
65798
- ;// CONCATENATED MODULE: ./node_modules/rehype-slug/node_modules/hast-util-heading-rank/lib/index.js
65815
+ ;// ./node_modules/rehype-slug/node_modules/hast-util-heading-rank/lib/index.js
65799
65816
  /**
65800
65817
  * @typedef {import('hast').Nodes} Nodes
65801
65818
  */
@@ -65819,7 +65836,7 @@ function headingRank(node) {
65819
65836
  : undefined
65820
65837
  }
65821
65838
 
65822
- ;// CONCATENATED MODULE: ./node_modules/rehype-slug/node_modules/hast-util-to-string/lib/index.js
65839
+ ;// ./node_modules/rehype-slug/node_modules/hast-util-to-string/lib/index.js
65823
65840
  /**
65824
65841
  * @typedef {import('hast').Nodes} Nodes
65825
65842
  * @typedef {import('hast').Parents} Parents
@@ -65876,7 +65893,7 @@ function hast_util_to_string_lib_all(node) {
65876
65893
  return result.join('')
65877
65894
  }
65878
65895
 
65879
- ;// CONCATENATED MODULE: ./node_modules/rehype-slug/lib/index.js
65896
+ ;// ./node_modules/rehype-slug/lib/index.js
65880
65897
  /**
65881
65898
  * @typedef {import('hast').Root} Root
65882
65899
  */
@@ -65926,7 +65943,7 @@ function rehypeSlug(options) {
65926
65943
  }
65927
65944
  }
65928
65945
 
65929
- ;// CONCATENATED MODULE: ./lib/ast-processor.ts
65946
+ ;// ./lib/ast-processor.ts
65930
65947
 
65931
65948
 
65932
65949
 
@@ -65943,7 +65960,7 @@ const astProcessor = (opts = { components: {} }) => remark()
65943
65960
  .use(readme_components({ components: opts.components }));
65944
65961
  /* harmony default export */ const ast_processor = (astProcessor);
65945
65962
 
65946
- ;// CONCATENATED MODULE: ./node_modules/markdown-extensions/index.js
65963
+ ;// ./node_modules/markdown-extensions/index.js
65947
65964
  // TODO: Load the JSON file when Node.js supports that.
65948
65965
 
65949
65966
  const markdownExtension = [
@@ -65959,7 +65976,7 @@ const markdownExtension = [
65959
65976
 
65960
65977
  /* harmony default export */ const markdown_extensions = (markdownExtension);
65961
65978
 
65962
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/extnames.js
65979
+ ;// ./node_modules/@mdx-js/mdx/lib/util/extnames.js
65963
65980
 
65964
65981
 
65965
65982
  const md = markdown_extensions.map(function (d) {
@@ -65967,7 +65984,7 @@ const md = markdown_extensions.map(function (d) {
65967
65984
  })
65968
65985
  const mdx = (/* unused pure expression or super */ null && (['.mdx']))
65969
65986
 
65970
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/resolve-file-and-options.js
65987
+ ;// ./node_modules/@mdx-js/mdx/lib/util/resolve-file-and-options.js
65971
65988
  /**
65972
65989
  * @typedef {import('vfile').Compatible} Compatible
65973
65990
  * @typedef {import('../compile.js').CompileOptions} CompileOptions
@@ -66022,7 +66039,7 @@ function resolve_file_and_options_looksLikeAVFile(value) {
66022
66039
  )
66023
66040
  }
66024
66041
 
66025
- ;// CONCATENATED MODULE: ./node_modules/@ungap/structured-clone/esm/types.js
66042
+ ;// ./node_modules/@ungap/structured-clone/esm/types.js
66026
66043
  const VOID = -1;
66027
66044
  const PRIMITIVE = 0;
66028
66045
  const ARRAY = 1;
@@ -66035,7 +66052,7 @@ const ERROR = 7;
66035
66052
  const BIGINT = 8;
66036
66053
  // export const SYMBOL = 9;
66037
66054
 
66038
- ;// CONCATENATED MODULE: ./node_modules/@ungap/structured-clone/esm/deserialize.js
66055
+ ;// ./node_modules/@ungap/structured-clone/esm/deserialize.js
66039
66056
 
66040
66057
 
66041
66058
  const env = typeof self === 'object' ? self : globalThis;
@@ -66111,7 +66128,7 @@ const deserializer = ($, _) => {
66111
66128
  */
66112
66129
  const deserialize = serialized => deserializer(new Map, serialized)(0);
66113
66130
 
66114
- ;// CONCATENATED MODULE: ./node_modules/@ungap/structured-clone/esm/serialize.js
66131
+ ;// ./node_modules/@ungap/structured-clone/esm/serialize.js
66115
66132
 
66116
66133
 
66117
66134
  const EMPTY = '';
@@ -66269,7 +66286,7 @@ const serializer = (strict, json, $, _) => {
66269
66286
  return serializer(!(json || lossy), !!json, new Map, _)(value), _;
66270
66287
  };
66271
66288
 
66272
- ;// CONCATENATED MODULE: ./node_modules/@ungap/structured-clone/esm/index.js
66289
+ ;// ./node_modules/@ungap/structured-clone/esm/index.js
66273
66290
 
66274
66291
 
66275
66292
 
@@ -66296,7 +66313,7 @@ const serializer = (strict, json, $, _) => {
66296
66313
 
66297
66314
 
66298
66315
 
66299
- ;// CONCATENATED MODULE: ./node_modules/micromark-util-sanitize-uri/index.js
66316
+ ;// ./node_modules/micromark-util-sanitize-uri/index.js
66300
66317
 
66301
66318
 
66302
66319
  /**
@@ -66412,7 +66429,7 @@ function normalizeUri(value) {
66412
66429
  return result.join('') + value.slice(start)
66413
66430
  }
66414
66431
 
66415
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/footer.js
66432
+ ;// ./node_modules/mdast-util-to-hast/lib/footer.js
66416
66433
  /**
66417
66434
  * @typedef {import('hast').Element} Element
66418
66435
  * @typedef {import('hast').ElementContent} ElementContent
@@ -66664,7 +66681,7 @@ function footer(state) {
66664
66681
  }
66665
66682
  }
66666
66683
 
66667
- ;// CONCATENATED MODULE: ./node_modules/unist-util-position/lib/index.js
66684
+ ;// ./node_modules/unist-util-position/lib/index.js
66668
66685
  /**
66669
66686
  * @typedef {import('unist').Node} Node
66670
66687
  * @typedef {import('unist').Point} Point
@@ -66761,7 +66778,7 @@ function lib_position(node) {
66761
66778
  }
66762
66779
  }
66763
66780
 
66764
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/blockquote.js
66781
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/blockquote.js
66765
66782
  /**
66766
66783
  * @typedef {import('hast').Element} Element
66767
66784
  * @typedef {import('mdast').Blockquote} Blockquote
@@ -66793,7 +66810,7 @@ function blockquote_blockquote(state, node) {
66793
66810
  return state.applyData(node, result)
66794
66811
  }
66795
66812
 
66796
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/break.js
66813
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/break.js
66797
66814
  /**
66798
66815
  * @typedef {import('hast').Element} Element
66799
66816
  * @typedef {import('hast').Text} Text
@@ -66821,7 +66838,7 @@ function break_hardBreak(state, node) {
66821
66838
  return [state.applyData(node, result), {type: 'text', value: '\n'}]
66822
66839
  }
66823
66840
 
66824
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/code.js
66841
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/code.js
66825
66842
  /**
66826
66843
  * @typedef {import('hast').Element} Element
66827
66844
  * @typedef {import('hast').Properties} Properties
@@ -66873,7 +66890,7 @@ function code_code(state, node) {
66873
66890
  return result
66874
66891
  }
66875
66892
 
66876
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/delete.js
66893
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/delete.js
66877
66894
  /**
66878
66895
  * @typedef {import('hast').Element} Element
66879
66896
  * @typedef {import('mdast').Delete} Delete
@@ -66905,7 +66922,7 @@ function strikethrough(state, node) {
66905
66922
  return state.applyData(node, result)
66906
66923
  }
66907
66924
 
66908
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/emphasis.js
66925
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/emphasis.js
66909
66926
  /**
66910
66927
  * @typedef {import('hast').Element} Element
66911
66928
  * @typedef {import('mdast').Emphasis} Emphasis
@@ -66937,7 +66954,7 @@ function emphasis_emphasis(state, node) {
66937
66954
  return state.applyData(node, result)
66938
66955
  }
66939
66956
 
66940
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js
66957
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js
66941
66958
  /**
66942
66959
  * @typedef {import('hast').Element} Element
66943
66960
  * @typedef {import('mdast').FootnoteReference} FootnoteReference
@@ -67009,7 +67026,7 @@ function footnote_reference_footnoteReference(state, node) {
67009
67026
  return state.applyData(node, sup)
67010
67027
  }
67011
67028
 
67012
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/heading.js
67029
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/heading.js
67013
67030
  /**
67014
67031
  * @typedef {import('hast').Element} Element
67015
67032
  * @typedef {import('mdast').Heading} Heading
@@ -67041,7 +67058,7 @@ function heading_heading(state, node) {
67041
67058
  return state.applyData(node, result)
67042
67059
  }
67043
67060
 
67044
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/html.js
67061
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/html.js
67045
67062
  /**
67046
67063
  * @typedef {import('hast').Element} Element
67047
67064
  * @typedef {import('mdast').Html} Html
@@ -67074,7 +67091,7 @@ function html_html(state, node) {
67074
67091
  return undefined
67075
67092
  }
67076
67093
 
67077
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/revert.js
67094
+ ;// ./node_modules/mdast-util-to-hast/lib/revert.js
67078
67095
  /**
67079
67096
  * @typedef {import('hast').ElementContent} ElementContent
67080
67097
  *
@@ -67131,7 +67148,7 @@ function revert(state, node) {
67131
67148
  return contents
67132
67149
  }
67133
67150
 
67134
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/image-reference.js
67151
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/image-reference.js
67135
67152
  /**
67136
67153
  * @typedef {import('hast').Element} Element
67137
67154
  * @typedef {import('hast').ElementContent} ElementContent
@@ -67174,7 +67191,7 @@ function image_reference_imageReference(state, node) {
67174
67191
  return state.applyData(node, result)
67175
67192
  }
67176
67193
 
67177
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/image.js
67194
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/image.js
67178
67195
  /**
67179
67196
  * @typedef {import('hast').Element} Element
67180
67197
  * @typedef {import('hast').Properties} Properties
@@ -67212,7 +67229,7 @@ function handlers_image_image(state, node) {
67212
67229
  return state.applyData(node, result)
67213
67230
  }
67214
67231
 
67215
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/inline-code.js
67232
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/inline-code.js
67216
67233
  /**
67217
67234
  * @typedef {import('hast').Element} Element
67218
67235
  * @typedef {import('hast').Text} Text
@@ -67249,7 +67266,7 @@ function inline_code_inlineCode(state, node) {
67249
67266
  return state.applyData(node, result)
67250
67267
  }
67251
67268
 
67252
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/link-reference.js
67269
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/link-reference.js
67253
67270
  /**
67254
67271
  * @typedef {import('hast').Element} Element
67255
67272
  * @typedef {import('hast').ElementContent} ElementContent
@@ -67297,7 +67314,7 @@ function link_reference_linkReference(state, node) {
67297
67314
  return state.applyData(node, result)
67298
67315
  }
67299
67316
 
67300
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/link.js
67317
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/link.js
67301
67318
  /**
67302
67319
  * @typedef {import('hast').Element} Element
67303
67320
  * @typedef {import('hast').Properties} Properties
@@ -67336,7 +67353,7 @@ function handlers_link_link(state, node) {
67336
67353
  return state.applyData(node, result)
67337
67354
  }
67338
67355
 
67339
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/list-item.js
67356
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/list-item.js
67340
67357
  /**
67341
67358
  * @typedef {import('hast').Element} Element
67342
67359
  * @typedef {import('hast').ElementContent} ElementContent
@@ -67463,7 +67480,7 @@ function listItemLoose(node) {
67463
67480
  : spread
67464
67481
  }
67465
67482
 
67466
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/list.js
67483
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/list.js
67467
67484
  /**
67468
67485
  * @typedef {import('hast').Element} Element
67469
67486
  * @typedef {import('hast').Properties} Properties
@@ -67521,7 +67538,7 @@ function handlers_list_list(state, node) {
67521
67538
  return state.applyData(node, result)
67522
67539
  }
67523
67540
 
67524
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/paragraph.js
67541
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/paragraph.js
67525
67542
  /**
67526
67543
  * @typedef {import('hast').Element} Element
67527
67544
  * @typedef {import('mdast').Paragraph} Paragraph
@@ -67553,7 +67570,7 @@ function paragraph_paragraph(state, node) {
67553
67570
  return state.applyData(node, result)
67554
67571
  }
67555
67572
 
67556
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/root.js
67573
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/root.js
67557
67574
  /**
67558
67575
  * @typedef {import('hast').Parents} HastParents
67559
67576
  * @typedef {import('hast').Root} HastRoot
@@ -67581,7 +67598,7 @@ function root_root(state, node) {
67581
67598
  return state.applyData(node, result)
67582
67599
  }
67583
67600
 
67584
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/strong.js
67601
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/strong.js
67585
67602
  /**
67586
67603
  * @typedef {import('hast').Element} Element
67587
67604
  * @typedef {import('mdast').Strong} Strong
@@ -67613,7 +67630,7 @@ function strong_strong(state, node) {
67613
67630
  return state.applyData(node, result)
67614
67631
  }
67615
67632
 
67616
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/table.js
67633
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/table.js
67617
67634
  /**
67618
67635
  * @typedef {import('hast').Element} Element
67619
67636
  * @typedef {import('mdast').Table} Table
@@ -67676,7 +67693,7 @@ function table(state, node) {
67676
67693
  return state.applyData(node, result)
67677
67694
  }
67678
67695
 
67679
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/table-row.js
67696
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/table-row.js
67680
67697
  /**
67681
67698
  * @typedef {import('hast').Element} Element
67682
67699
  * @typedef {import('hast').ElementContent} ElementContent
@@ -67747,7 +67764,7 @@ function tableRow(state, node, parent) {
67747
67764
  return state.applyData(node, result)
67748
67765
  }
67749
67766
 
67750
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/table-cell.js
67767
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/table-cell.js
67751
67768
  /**
67752
67769
  * @typedef {import('hast').Element} Element
67753
67770
  * @typedef {import('mdast').TableCell} TableCell
@@ -67781,7 +67798,7 @@ function tableCell(state, node) {
67781
67798
  return state.applyData(node, result)
67782
67799
  }
67783
67800
 
67784
- ;// CONCATENATED MODULE: ./node_modules/trim-lines/index.js
67801
+ ;// ./node_modules/trim-lines/index.js
67785
67802
  const tab = 9 /* `\t` */
67786
67803
  const space = 32 /* ` ` */
67787
67804
 
@@ -67852,7 +67869,7 @@ function trimLine(value, start, end) {
67852
67869
  return endIndex > startIndex ? value.slice(startIndex, endIndex) : ''
67853
67870
  }
67854
67871
 
67855
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/text.js
67872
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/text.js
67856
67873
  /**
67857
67874
  * @typedef {import('hast').Element} HastElement
67858
67875
  * @typedef {import('hast').Text} HastText
@@ -67879,7 +67896,7 @@ function handlers_text_text(state, node) {
67879
67896
  return state.applyData(node, result)
67880
67897
  }
67881
67898
 
67882
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js
67899
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js
67883
67900
  /**
67884
67901
  * @typedef {import('hast').Element} Element
67885
67902
  * @typedef {import('mdast').ThematicBreak} ThematicBreak
@@ -67911,7 +67928,7 @@ function handlers_thematic_break_thematicBreak(state, node) {
67911
67928
  return state.applyData(node, result)
67912
67929
  }
67913
67930
 
67914
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/handlers/index.js
67931
+ ;// ./node_modules/mdast-util-to-hast/lib/handlers/index.js
67915
67932
 
67916
67933
 
67917
67934
 
@@ -67977,7 +67994,7 @@ function ignore() {
67977
67994
  return undefined
67978
67995
  }
67979
67996
 
67980
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/state.js
67997
+ ;// ./node_modules/mdast-util-to-hast/lib/state.js
67981
67998
  /**
67982
67999
  * @typedef {import('hast').Element} HastElement
67983
68000
  * @typedef {import('hast').ElementContent} HastElementContent
@@ -68452,7 +68469,7 @@ function trimMarkdownSpaceStart(value) {
68452
68469
  return value.slice(index)
68453
68470
  }
68454
68471
 
68455
- ;// CONCATENATED MODULE: ./node_modules/mdast-util-to-hast/lib/index.js
68472
+ ;// ./node_modules/mdast-util-to-hast/lib/index.js
68456
68473
  /**
68457
68474
  * @typedef {import('hast').Nodes} HastNodes
68458
68475
  * @typedef {import('mdast').Nodes} MdastNodes
@@ -68560,7 +68577,7 @@ function toHast(tree, options) {
68560
68577
  return result
68561
68578
  }
68562
68579
 
68563
- ;// CONCATENATED MODULE: ./node_modules/remark-rehype/lib/index.js
68580
+ ;// ./node_modules/remark-rehype/lib/index.js
68564
68581
  // Include `data` fields in mdast and `raw` nodes in hast.
68565
68582
  /// <reference types="mdast-util-to-hast" />
68566
68583
 
@@ -68721,7 +68738,7 @@ function remarkRehype(destination, options) {
68721
68738
  }
68722
68739
  }
68723
68740
 
68724
- ;// CONCATENATED MODULE: ./node_modules/estree-walker/src/walker.js
68741
+ ;// ./node_modules/estree-walker/src/walker.js
68725
68742
  /**
68726
68743
  * @typedef { import('estree').Node} Node
68727
68744
  * @typedef {{
@@ -68784,7 +68801,7 @@ class WalkerBase {
68784
68801
  }
68785
68802
  }
68786
68803
 
68787
- ;// CONCATENATED MODULE: ./node_modules/estree-walker/src/sync.js
68804
+ ;// ./node_modules/estree-walker/src/sync.js
68788
68805
 
68789
68806
 
68790
68807
  /**
@@ -68938,7 +68955,7 @@ function isNode(value) {
68938
68955
  );
68939
68956
  }
68940
68957
 
68941
- ;// CONCATENATED MODULE: ./node_modules/estree-walker/src/async.js
68958
+ ;// ./node_modules/estree-walker/src/async.js
68942
68959
 
68943
68960
 
68944
68961
  /**
@@ -69092,7 +69109,7 @@ function async_isNode(value) {
69092
69109
  );
69093
69110
  }
69094
69111
 
69095
- ;// CONCATENATED MODULE: ./node_modules/estree-walker/src/index.js
69112
+ ;// ./node_modules/estree-walker/src/index.js
69096
69113
 
69097
69114
 
69098
69115
 
@@ -69128,7 +69145,7 @@ async function asyncWalk(ast, { enter, leave }) {
69128
69145
  return await instance.visit(ast, null);
69129
69146
  }
69130
69147
 
69131
- ;// CONCATENATED MODULE: ./node_modules/is-reference/src/index.js
69148
+ ;// ./node_modules/is-reference/src/index.js
69132
69149
  /** @typedef { import('estree').Node} Node */
69133
69150
  /** @typedef {Node | {
69134
69151
  * type: 'PropertyDefinition';
@@ -69179,7 +69196,7 @@ function is_reference (node, parent) {
69179
69196
  return false;
69180
69197
  }
69181
69198
 
69182
- ;// CONCATENATED MODULE: ./node_modules/periscopic/src/index.js
69199
+ ;// ./node_modules/periscopic/src/index.js
69183
69200
 
69184
69201
 
69185
69202
 
@@ -69428,7 +69445,7 @@ function extract_identifiers(param, nodes = []) {
69428
69445
  return nodes;
69429
69446
  }
69430
69447
 
69431
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-create.js
69448
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-create.js
69432
69449
  /**
69433
69450
  * @typedef {import('estree-jsx').Node} Node
69434
69451
  */
@@ -69460,7 +69477,7 @@ function estree_util_create_create(from, to) {
69460
69477
  }
69461
69478
  }
69462
69479
 
69463
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-declaration-to-expression.js
69480
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-declaration-to-expression.js
69464
69481
  /**
69465
69482
  * @typedef {import('estree-jsx').Declaration} Declaration
69466
69483
  * @typedef {import('estree-jsx').Expression} Expression
@@ -69493,7 +69510,7 @@ function declarationToExpression(declaration) {
69493
69510
  return {...declaration, type: 'ClassExpression'}
69494
69511
  }
69495
69512
 
69496
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-is-declaration.js
69513
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-is-declaration.js
69497
69514
  /**
69498
69515
  * @typedef {import('estree-jsx').Declaration} Declaration
69499
69516
  * @typedef {import('estree-jsx').MaybeNamedClassDeclaration} MaybeNamedClassDeclaration
@@ -69520,7 +69537,7 @@ function isDeclaration(node) {
69520
69537
  )
69521
69538
  }
69522
69539
 
69523
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-specifiers-to-declarations.js
69540
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-specifiers-to-declarations.js
69524
69541
  /**
69525
69542
  * @typedef {import('estree-jsx').AssignmentProperty} AssignmentProperty
69526
69543
  * @typedef {import('estree-jsx').ExportSpecifier} ExportSpecifier
@@ -69615,7 +69632,7 @@ function specifiersToDeclarations(specifiers, init) {
69615
69632
  return declarations
69616
69633
  }
69617
69634
 
69618
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-id-or-member-expression.js
69635
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-id-or-member-expression.js
69619
69636
  /**
69620
69637
  * @typedef {import('estree-jsx').Identifier} Identifier
69621
69638
  * @typedef {import('estree-jsx').JSXIdentifier} JSXIdentifier
@@ -69688,7 +69705,7 @@ function toJsxIdOrMemberExpression(ids) {
69688
69705
  return object
69689
69706
  }
69690
69707
 
69691
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/recma-document.js
69708
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-document.js
69692
69709
  /**
69693
69710
  * @typedef {import('estree-jsx').CallExpression} CallExpression
69694
69711
  * @typedef {import('estree-jsx').Directive} Directive
@@ -70570,7 +70587,7 @@ function createImportMetaUrlVariable() {
70570
70587
  ]
70571
70588
  }
70572
70589
 
70573
- ;// CONCATENATED MODULE: ./node_modules/estree-util-build-jsx/lib/index.js
70590
+ ;// ./node_modules/estree-util-build-jsx/lib/index.js
70574
70591
  /**
70575
70592
  * @typedef {import('estree-jsx').Expression} Expression
70576
70593
  * @typedef {import('estree-jsx').Identifier} Identifier
@@ -71212,7 +71229,7 @@ function lib_create(from, to) {
71212
71229
  }
71213
71230
  }
71214
71231
 
71215
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-build.js
71232
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-build.js
71216
71233
  /**
71217
71234
  * @typedef {import('estree-jsx').Program} Program
71218
71235
  * @typedef {import('estree-util-build-jsx').Options} BuildJsxOptions
@@ -71305,7 +71322,7 @@ function recmaJsxBuild(options) {
71305
71322
  }
71306
71323
  }
71307
71324
 
71308
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-binary-addition.js
71325
+ ;// ./node_modules/@mdx-js/mdx/lib/util/estree-util-to-binary-addition.js
71309
71326
  /**
71310
71327
  * @typedef {import('estree-jsx').Expression} Expression
71311
71328
  */
@@ -71332,7 +71349,7 @@ function toBinaryAddition(expressions) {
71332
71349
  return left
71333
71350
  }
71334
71351
 
71335
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-rewrite.js
71352
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-jsx-rewrite.js
71336
71353
  /**
71337
71354
  * @typedef {import('estree-jsx').Expression} Expression
71338
71355
  * @typedef {import('estree-jsx').Function} EstreeFunction
@@ -71978,7 +71995,7 @@ function inScope(scope, id) {
71978
71995
  return false
71979
71996
  }
71980
71997
 
71981
- ;// CONCATENATED MODULE: ./node_modules/astring/dist/astring.mjs
71998
+ ;// ./node_modules/astring/dist/astring.mjs
71982
71999
  // Astring is a tiny and fast JavaScript code generator from an ESTree-compliant AST.
71983
72000
  //
71984
72001
  // Astring was written by David Bonnet and released under an MIT license.
@@ -73168,7 +73185,7 @@ function generate(node, options) {
73168
73185
  return state.output
73169
73186
  }
73170
73187
 
73171
- ;// CONCATENATED MODULE: ./node_modules/estree-util-to-js/lib/index.js
73188
+ ;// ./node_modules/estree-util-to-js/lib/index.js
73172
73189
  /**
73173
73190
  * @typedef {import('astring').State} State
73174
73191
  * @typedef {import('estree-jsx').Node} Nodes
@@ -73315,7 +73332,7 @@ function toJs(tree, options) {
73315
73332
  return {value, map}
73316
73333
  }
73317
73334
 
73318
- ;// CONCATENATED MODULE: ./node_modules/estree-util-to-js/lib/jsx.js
73335
+ ;// ./node_modules/estree-util-to-js/lib/jsx.js
73319
73336
  /**
73320
73337
  * @typedef {import('estree-jsx').JSXAttribute} JsxAttribute
73321
73338
  * @typedef {import('estree-jsx').JSXClosingElement} JsxClosingElement
@@ -73681,7 +73698,7 @@ function replaceJsxChar($0) {
73681
73698
  : '&#125;'
73682
73699
  }
73683
73700
 
73684
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/recma-stringify.js
73701
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/recma-stringify.js
73685
73702
  /**
73686
73703
  * @typedef {import('estree-jsx').Program} Program
73687
73704
  * @typedef {import('unified').Processor<undefined, undefined, undefined, Program, string>} Processor
@@ -73728,7 +73745,7 @@ function recmaStringify(options) {
73728
73745
  }
73729
73746
  }
73730
73747
 
73731
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/schema.js
73748
+ ;// ./node_modules/property-information/lib/util/schema.js
73732
73749
  /**
73733
73750
  * @typedef {import('./info.js').Info} Info
73734
73751
  * @typedef {Record<string, Info>} Properties
@@ -73758,7 +73775,7 @@ Schema.prototype.normal = {}
73758
73775
  /** @type {string|null} */
73759
73776
  Schema.prototype.space = null
73760
73777
 
73761
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/merge.js
73778
+ ;// ./node_modules/property-information/lib/util/merge.js
73762
73779
  /**
73763
73780
  * @typedef {import('./schema.js').Properties} Properties
73764
73781
  * @typedef {import('./schema.js').Normal} Normal
@@ -73786,7 +73803,7 @@ function merge(definitions, space) {
73786
73803
  return new Schema(property, normal, space)
73787
73804
  }
73788
73805
 
73789
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/normalize.js
73806
+ ;// ./node_modules/property-information/lib/normalize.js
73790
73807
  /**
73791
73808
  * @param {string} value
73792
73809
  * @returns {string}
@@ -73795,7 +73812,7 @@ function normalize_normalize(value) {
73795
73812
  return value.toLowerCase()
73796
73813
  }
73797
73814
 
73798
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/info.js
73815
+ ;// ./node_modules/property-information/lib/util/info.js
73799
73816
  class Info {
73800
73817
  /**
73801
73818
  * @constructor
@@ -73822,7 +73839,7 @@ Info.prototype.commaOrSpaceSeparated = false
73822
73839
  Info.prototype.mustUseProperty = false
73823
73840
  Info.prototype.defined = false
73824
73841
 
73825
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/types.js
73842
+ ;// ./node_modules/property-information/lib/util/types.js
73826
73843
  let powers = 0
73827
73844
 
73828
73845
  const types_boolean = increment()
@@ -73837,7 +73854,7 @@ function increment() {
73837
73854
  return 2 ** ++powers
73838
73855
  }
73839
73856
 
73840
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/defined-info.js
73857
+ ;// ./node_modules/property-information/lib/util/defined-info.js
73841
73858
 
73842
73859
 
73843
73860
 
@@ -73883,7 +73900,7 @@ function mark(values, key, value) {
73883
73900
  }
73884
73901
  }
73885
73902
 
73886
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/create.js
73903
+ ;// ./node_modules/property-information/lib/util/create.js
73887
73904
  /**
73888
73905
  * @typedef {import('./schema.js').Properties} Properties
73889
73906
  * @typedef {import('./schema.js').Normal} Normal
@@ -73943,7 +73960,7 @@ function create_create(definition) {
73943
73960
  return new Schema(property, normal, definition.space)
73944
73961
  }
73945
73962
 
73946
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/xlink.js
73963
+ ;// ./node_modules/property-information/lib/xlink.js
73947
73964
 
73948
73965
 
73949
73966
  const xlink = create_create({
@@ -73962,7 +73979,7 @@ const xlink = create_create({
73962
73979
  }
73963
73980
  })
73964
73981
 
73965
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/xml.js
73982
+ ;// ./node_modules/property-information/lib/xml.js
73966
73983
 
73967
73984
 
73968
73985
  const xml = create_create({
@@ -73973,7 +73990,7 @@ const xml = create_create({
73973
73990
  properties: {xmlLang: null, xmlBase: null, xmlSpace: null}
73974
73991
  })
73975
73992
 
73976
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/case-sensitive-transform.js
73993
+ ;// ./node_modules/property-information/lib/util/case-sensitive-transform.js
73977
73994
  /**
73978
73995
  * @param {Record<string, string>} attributes
73979
73996
  * @param {string} attribute
@@ -73983,7 +74000,7 @@ function caseSensitiveTransform(attributes, attribute) {
73983
74000
  return attribute in attributes ? attributes[attribute] : attribute
73984
74001
  }
73985
74002
 
73986
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/util/case-insensitive-transform.js
74003
+ ;// ./node_modules/property-information/lib/util/case-insensitive-transform.js
73987
74004
 
73988
74005
 
73989
74006
  /**
@@ -73995,7 +74012,7 @@ function caseInsensitiveTransform(attributes, property) {
73995
74012
  return caseSensitiveTransform(attributes, property.toLowerCase())
73996
74013
  }
73997
74014
 
73998
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/xmlns.js
74015
+ ;// ./node_modules/property-information/lib/xmlns.js
73999
74016
 
74000
74017
 
74001
74018
 
@@ -74006,7 +74023,7 @@ const xmlns = create_create({
74006
74023
  properties: {xmlns: null, xmlnsXLink: null}
74007
74024
  })
74008
74025
 
74009
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/aria.js
74026
+ ;// ./node_modules/property-information/lib/aria.js
74010
74027
 
74011
74028
 
74012
74029
 
@@ -74067,7 +74084,7 @@ const aria = create_create({
74067
74084
  }
74068
74085
  })
74069
74086
 
74070
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/html.js
74087
+ ;// ./node_modules/property-information/lib/html.js
74071
74088
 
74072
74089
 
74073
74090
 
@@ -74384,7 +74401,7 @@ const lib_html_html = create_create({
74384
74401
  }
74385
74402
  })
74386
74403
 
74387
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/svg.js
74404
+ ;// ./node_modules/property-information/lib/svg.js
74388
74405
 
74389
74406
 
74390
74407
 
@@ -74947,7 +74964,7 @@ const svg = create_create({
74947
74964
  }
74948
74965
  })
74949
74966
 
74950
- ;// CONCATENATED MODULE: ./node_modules/property-information/index.js
74967
+ ;// ./node_modules/property-information/index.js
74951
74968
  /**
74952
74969
  * @typedef {import('./lib/util/info.js').Info} Info
74953
74970
  * @typedef {import('./lib/util/schema.js').Schema} Schema
@@ -74967,7 +74984,7 @@ const svg = create_create({
74967
74984
  const property_information_html = merge([xml, xlink, xmlns, aria, lib_html_html], 'html')
74968
74985
  const property_information_svg = merge([xml, xlink, xmlns, aria, svg], 'svg')
74969
74986
 
74970
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/comment.js
74987
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/comment.js
74971
74988
  /**
74972
74989
  * @typedef {import('estree').Comment} Comment
74973
74990
  *
@@ -75012,7 +75029,7 @@ function comment(node, state) {
75012
75029
  return container
75013
75030
  }
75014
75031
 
75015
- ;// CONCATENATED MODULE: ./node_modules/comma-separated-tokens/index.js
75032
+ ;// ./node_modules/comma-separated-tokens/index.js
75016
75033
  /**
75017
75034
  * @typedef Options
75018
75035
  * Configuration for `stringify`.
@@ -75088,7 +75105,7 @@ function comma_separated_tokens_stringify(values, options) {
75088
75105
  .trim()
75089
75106
  }
75090
75107
 
75091
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/find.js
75108
+ ;// ./node_modules/property-information/lib/find.js
75092
75109
  /**
75093
75110
  * @typedef {import('./util/schema.js').Schema} Schema
75094
75111
  */
@@ -75158,7 +75175,7 @@ function camelcase($0) {
75158
75175
  return $0.charAt(1).toUpperCase()
75159
75176
  }
75160
75177
 
75161
- ;// CONCATENATED MODULE: ./node_modules/property-information/lib/hast-to-react.js
75178
+ ;// ./node_modules/property-information/lib/hast-to-react.js
75162
75179
  /**
75163
75180
  * `hast` is close to `React`, but differs in a couple of cases.
75164
75181
  *
@@ -75188,7 +75205,7 @@ const hastToReact = {
75188
75205
  xmlnsXLink: 'xmlnsXlink'
75189
75206
  }
75190
75207
 
75191
- ;// CONCATENATED MODULE: ./node_modules/space-separated-tokens/index.js
75208
+ ;// ./node_modules/space-separated-tokens/index.js
75192
75209
  /**
75193
75210
  * Parse space-separated tokens to an array of strings.
75194
75211
  *
@@ -75217,12 +75234,12 @@ function space_separated_tokens_stringify(values) {
75217
75234
  // EXTERNAL MODULE: ./node_modules/style-to-object/index.js
75218
75235
  var style_to_object = __webpack_require__(9108);
75219
75236
  var style_to_object_default = /*#__PURE__*/__webpack_require__.n(style_to_object);
75220
- ;// CONCATENATED MODULE: ./node_modules/style-to-object/index.mjs
75237
+ ;// ./node_modules/style-to-object/index.mjs
75221
75238
 
75222
75239
 
75223
75240
  /* harmony default export */ const node_modules_style_to_object = ((style_to_object_default()));
75224
75241
 
75225
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/element.js
75242
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/element.js
75226
75243
  /**
75227
75244
  * @typedef {import('estree').Property} Property
75228
75245
  *
@@ -75559,7 +75576,7 @@ function toDash($0) {
75559
75576
  return '-' + $0.toLowerCase()
75560
75577
  }
75561
75578
 
75562
- ;// CONCATENATED MODULE: ./node_modules/estree-util-attach-comments/lib/index.js
75579
+ ;// ./node_modules/estree-util-attach-comments/lib/index.js
75563
75580
  /**
75564
75581
  * @typedef {import('estree').Comment} Comment
75565
75582
  * @typedef {import('estree').Node} Nodes
@@ -75759,7 +75776,7 @@ function compare(left, right, compareEnd) {
75759
75776
  return Number.NaN
75760
75777
  }
75761
75778
 
75762
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/mdx-expression.js
75779
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-expression.js
75763
75780
  /**
75764
75781
  * @typedef {import('estree').Expression} Expression
75765
75782
  *
@@ -75811,7 +75828,7 @@ function mdx_expression_mdxExpression(node, state) {
75811
75828
  return result
75812
75829
  }
75813
75830
 
75814
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/mdx-jsx-element.js
75831
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/mdx-jsx-element.js
75815
75832
  /**
75816
75833
  * @typedef {import('estree').Expression} Expression
75817
75834
  *
@@ -75977,7 +75994,7 @@ function mdxJsxElement(node, state) {
75977
75994
  return result
75978
75995
  }
75979
75996
 
75980
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/mdxjs-esm.js
75997
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/mdxjs-esm.js
75981
75998
  /**
75982
75999
  * @typedef {import('mdast-util-mdxjs-esm').MdxjsEsmHast} MdxjsEsm
75983
76000
  *
@@ -76007,7 +76024,7 @@ function mdxjs_esm_mdxjsEsm(node, state) {
76007
76024
  }
76008
76025
  }
76009
76026
 
76010
- ;// CONCATENATED MODULE: ./node_modules/hast-util-whitespace/lib/index.js
76027
+ ;// ./node_modules/hast-util-whitespace/lib/index.js
76011
76028
  /**
76012
76029
  * @typedef {import('hast').Nodes} Nodes
76013
76030
  */
@@ -76043,7 +76060,7 @@ function lib_empty(value) {
76043
76060
  return value.replace(re, '') === ''
76044
76061
  }
76045
76062
 
76046
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/root.js
76063
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/root.js
76047
76064
  /**
76048
76065
  * @typedef {import('estree-jsx').JSXFragment} JsxFragment
76049
76066
  *
@@ -76104,7 +76121,7 @@ function handlers_root_root(node, state) {
76104
76121
  return result
76105
76122
  }
76106
76123
 
76107
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/text.js
76124
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/text.js
76108
76125
  /**
76109
76126
  * @typedef {import('estree').Literal} Literal
76110
76127
  *
@@ -76142,7 +76159,7 @@ function lib_handlers_text_text(node, state) {
76142
76159
  }
76143
76160
  }
76144
76161
 
76145
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/handlers/index.js
76162
+ ;// ./node_modules/hast-util-to-estree/lib/handlers/index.js
76146
76163
 
76147
76164
 
76148
76165
 
@@ -76172,7 +76189,7 @@ const handlers = {
76172
76189
  */
76173
76190
  function handlers_ignore() {}
76174
76191
 
76175
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/state.js
76192
+ ;// ./node_modules/hast-util-to-estree/lib/state.js
76176
76193
  /**
76177
76194
  * @typedef {import('estree').Comment} Comment
76178
76195
  * @typedef {import('estree').Directive} Directive
@@ -76540,7 +76557,7 @@ function createJsxNameFromString(name) {
76540
76557
  return {type: 'JSXIdentifier', name}
76541
76558
  }
76542
76559
 
76543
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-estree/lib/index.js
76560
+ ;// ./node_modules/hast-util-to-estree/lib/index.js
76544
76561
  /**
76545
76562
  * Register MDX nodes in tree:
76546
76563
  *
@@ -76644,7 +76661,7 @@ function toEstree(tree, options) {
76644
76661
  return program
76645
76662
  }
76646
76663
 
76647
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/rehype-recma.js
76664
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-recma.js
76648
76665
  /**
76649
76666
  * @typedef {import('estree-jsx').Program} Program
76650
76667
  *
@@ -76676,7 +76693,7 @@ function rehypeRecma(options) {
76676
76693
  }
76677
76694
  }
76678
76695
 
76679
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/rehype-remove-raw.js
76696
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/rehype-remove-raw.js
76680
76697
  /**
76681
76698
  * @typedef {import('hast').Root} Root
76682
76699
  */
@@ -76709,7 +76726,7 @@ function rehypeRemoveRaw() {
76709
76726
  }
76710
76727
  }
76711
76728
 
76712
- ;// CONCATENATED MODULE: ./node_modules/collapse-white-space/index.js
76729
+ ;// ./node_modules/collapse-white-space/index.js
76713
76730
  /**
76714
76731
  * @typedef {'html'|'js'} Style
76715
76732
  *
@@ -76797,7 +76814,7 @@ function trimFactory(replace) {
76797
76814
  }
76798
76815
  }
76799
76816
 
76800
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/plugin/remark-mark-and-unravel.js
76817
+ ;// ./node_modules/@mdx-js/mdx/lib/plugin/remark-mark-and-unravel.js
76801
76818
  /**
76802
76819
  * @typedef {import('mdast').Root} Root
76803
76820
  * @typedef {import('mdast').RootContent} RootContent
@@ -76896,7 +76913,7 @@ function remarkMarkAndUnravel() {
76896
76913
  }
76897
76914
  }
76898
76915
 
76899
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/node-types.js
76916
+ ;// ./node_modules/@mdx-js/mdx/lib/node-types.js
76900
76917
  /**
76901
76918
  * List of node types made by `mdast-util-mdx`, which have to be passed
76902
76919
  * through untouched from the mdast tree to the hast tree.
@@ -76909,7 +76926,7 @@ const nodeTypes = /** @type {const} */ ([
76909
76926
  'mdxjsEsm'
76910
76927
  ])
76911
76928
 
76912
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/core.js
76929
+ ;// ./node_modules/@mdx-js/mdx/lib/core.js
76913
76930
  /**
76914
76931
  * @typedef {import('estree-jsx').Program} Program
76915
76932
  * @typedef {import('hast-util-to-estree').ElementAttributeNameCase} ElementAttributeNameCase
@@ -77145,7 +77162,7 @@ function core_createProcessor(options) {
77145
77162
  return pipeline
77146
77163
  }
77147
77164
 
77148
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/compile.js
77165
+ ;// ./node_modules/@mdx-js/mdx/lib/compile.js
77149
77166
  /**
77150
77167
  * @typedef {import('vfile').VFile} VFile
77151
77168
  * @typedef {import('vfile').Compatible} Compatible
@@ -77205,7 +77222,7 @@ function compileSync(vfileCompatible, compileOptions) {
77205
77222
  return core_createProcessor(options).processSync(file)
77206
77223
  }
77207
77224
 
77208
- ;// CONCATENATED MODULE: ./node_modules/estree-util-value-to-estree/node_modules/is-plain-obj/index.js
77225
+ ;// ./node_modules/estree-util-value-to-estree/node_modules/is-plain-obj/index.js
77209
77226
  function is_plain_obj_isPlainObject(value) {
77210
77227
  if (typeof value !== 'object' || value === null) {
77211
77228
  return false;
@@ -77215,7 +77232,7 @@ function is_plain_obj_isPlainObject(value) {
77215
77232
  return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
77216
77233
  }
77217
77234
 
77218
- ;// CONCATENATED MODULE: ./node_modules/estree-util-value-to-estree/dist/estree-util-value-to-estree.js
77235
+ ;// ./node_modules/estree-util-value-to-estree/dist/estree-util-value-to-estree.js
77219
77236
 
77220
77237
  /**
77221
77238
  * Create an ESTree identifier node for a given name.
@@ -77726,7 +77743,7 @@ function valueToEstree(value, options = {}) {
77726
77743
  };
77727
77744
  }
77728
77745
  //# sourceMappingURL=estree-util-value-to-estree.js.map
77729
- ;// CONCATENATED MODULE: ./node_modules/hast-util-parse-selector/lib/index.js
77746
+ ;// ./node_modules/hast-util-parse-selector/lib/index.js
77730
77747
  /**
77731
77748
  * @typedef {import('hast').Element} Element
77732
77749
  * @typedef {import('hast').Properties} Properties
@@ -77815,7 +77832,7 @@ function parseSelector(selector, defaultTagName) {
77815
77832
  }
77816
77833
  }
77817
77834
 
77818
- ;// CONCATENATED MODULE: ./node_modules/hastscript/lib/create-h.js
77835
+ ;// ./node_modules/hastscript/lib/create-h.js
77819
77836
  /**
77820
77837
  * @typedef {import('hast').Element} Element
77821
77838
  * @typedef {import('hast').Nodes} Nodes
@@ -78174,7 +78191,7 @@ function createAdjustMap(values) {
78174
78191
  return result
78175
78192
  }
78176
78193
 
78177
- ;// CONCATENATED MODULE: ./node_modules/hastscript/lib/svg-case-sensitive-tag-names.js
78194
+ ;// ./node_modules/hastscript/lib/svg-case-sensitive-tag-names.js
78178
78195
  const svgCaseSensitiveTagNames = [
78179
78196
  'altGlyph',
78180
78197
  'altGlyphDef',
@@ -78217,7 +78234,7 @@ const svgCaseSensitiveTagNames = [
78217
78234
  'textPath'
78218
78235
  ]
78219
78236
 
78220
- ;// CONCATENATED MODULE: ./node_modules/hastscript/lib/index.js
78237
+ ;// ./node_modules/hastscript/lib/index.js
78221
78238
  /**
78222
78239
  * @typedef {import('./create-h.js').Child} Child
78223
78240
  * Acceptable child value.
@@ -78255,7 +78272,7 @@ const h = createH(property_information_html, 'div')
78255
78272
  /** @type {ReturnType<createH>} */
78256
78273
  const s = createH(property_information_svg, 'g', svgCaseSensitiveTagNames)
78257
78274
 
78258
- ;// CONCATENATED MODULE: ./processor/plugin/toc.ts
78275
+ ;// ./processor/plugin/toc.ts
78259
78276
 
78260
78277
 
78261
78278
 
@@ -78330,7 +78347,7 @@ const tocToMdx = (toc, components) => {
78330
78347
  return lib_mdx(tocHast, { hast: true });
78331
78348
  };
78332
78349
 
78333
- ;// CONCATENATED MODULE: ./errors/mdx-syntax-error.ts
78350
+ ;// ./errors/mdx-syntax-error.ts
78334
78351
  class MdxSyntaxError extends SyntaxError {
78335
78352
  constructor(error, doc) {
78336
78353
  const { message, line, column, url } = error;
@@ -78350,7 +78367,7 @@ class MdxSyntaxError extends SyntaxError {
78350
78367
  }
78351
78368
  }
78352
78369
 
78353
- ;// CONCATENATED MODULE: ./lib/compile.ts
78370
+ ;// ./lib/compile.ts
78354
78371
  var compile_rest = (undefined && undefined.__rest) || function (s, e) {
78355
78372
  var t = {};
78356
78373
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -78388,7 +78405,7 @@ const compile_compile = (text, _a = {}) => {
78388
78405
  };
78389
78406
  /* harmony default export */ const lib_compile = (compile_compile);
78390
78407
 
78391
- ;// CONCATENATED MODULE: ./lib/hast.ts
78408
+ ;// ./lib/hast.ts
78392
78409
 
78393
78410
 
78394
78411
 
@@ -78403,7 +78420,196 @@ const hast = (text, opts = {}) => {
78403
78420
  };
78404
78421
  /* harmony default export */ const lib_hast = (hast);
78405
78422
 
78406
- ;// CONCATENATED MODULE: ./node_modules/hast-util-is-element/lib/index.js
78423
+ // EXTERNAL MODULE: external "@readme/markdown-legacy"
78424
+ var markdown_legacy_ = __webpack_require__(7374);
78425
+ ;// ./processor/migration/emphasis.ts
78426
+
78427
+ const emphasis_strongTest = (node) => ['emphasis', 'strong'].includes(node.type);
78428
+ const addSpaceBefore = (index, parent) => {
78429
+ if (!(index > 0 && parent.children[index - 1]))
78430
+ return;
78431
+ const prev = parent.children[index - 1];
78432
+ // @ts-ignore - I think this is also a dependency versioning issue
78433
+ if (!('value' in prev) || prev.value.endsWith(' ') || prev.type === 'escape')
78434
+ return;
78435
+ parent.children.splice(index, 0, { type: 'text', value: ' ' });
78436
+ };
78437
+ const addSpaceAfter = (index, parent) => {
78438
+ if (!(index < parent.children.length - 1 && parent.children[index + 1]))
78439
+ return;
78440
+ const nextChild = parent.children[index + 1];
78441
+ if (!('value' in nextChild) || nextChild.value.startsWith(' '))
78442
+ return;
78443
+ parent.children.splice(index + 1, 0, { type: 'text', value: ' ' });
78444
+ };
78445
+ const trimEmphasis = (node, index, parent) => {
78446
+ let trimmed = false;
78447
+ visit(node, 'text', (child) => {
78448
+ const newValue = child.value.trimStart();
78449
+ if (newValue !== child.value) {
78450
+ trimmed = true;
78451
+ child.value = newValue;
78452
+ }
78453
+ return EXIT;
78454
+ });
78455
+ visit(node, 'text', (child) => {
78456
+ const newValue = child.value.trimEnd();
78457
+ if (newValue !== child.value) {
78458
+ trimmed = true;
78459
+ child.value = newValue;
78460
+ }
78461
+ return EXIT;
78462
+ }, true);
78463
+ if (trimmed) {
78464
+ addSpaceBefore(index, parent);
78465
+ addSpaceAfter(index, parent);
78466
+ }
78467
+ };
78468
+ const emphasisTransfomer = () => (tree) => {
78469
+ visit(tree, emphasis_strongTest, trimEmphasis);
78470
+ return tree;
78471
+ };
78472
+ /* harmony default export */ const migration_emphasis = (emphasisTransfomer);
78473
+
78474
+ ;// ./processor/migration/images.ts
78475
+
78476
+ const images_imageTransformer = () => tree => {
78477
+ visit(tree, 'image', (image) => {
78478
+ var _a, _b;
78479
+ if (((_b = (_a = image.data) === null || _a === void 0 ? void 0 : _a.hProperties) === null || _b === void 0 ? void 0 : _b.className) === 'border') {
78480
+ image.data.hProperties.border = true;
78481
+ }
78482
+ });
78483
+ };
78484
+ /* harmony default export */ const migration_images = (images_imageTransformer);
78485
+
78486
+ ;// ./processor/migration/linkReference.ts
78487
+
78488
+ const linkReferenceTransformer = () => (tree) => {
78489
+ visit(tree, 'linkReference', (node, index, parent) => {
78490
+ const definitions = {};
78491
+ visit(tree, 'definition', (def) => {
78492
+ definitions[def.identifier] = def;
78493
+ });
78494
+ if (node.label === node.identifier && parent) {
78495
+ if (!(node.identifier in definitions)) {
78496
+ parent.children[index] = {
78497
+ type: 'text',
78498
+ value: `[${node.label}]`,
78499
+ position: node.position,
78500
+ };
78501
+ }
78502
+ }
78503
+ });
78504
+ return tree;
78505
+ };
78506
+ /* harmony default export */ const migration_linkReference = (linkReferenceTransformer);
78507
+
78508
+ ;// ./processor/migration/table-cell.ts
78509
+
78510
+
78511
+ const magicIndex = (i, j) => `${i === 0 ? 'h' : `${i - 1}`}-${j}`;
78512
+ const isInlineHtml = node => node.type === 'html' && !node.block;
78513
+ // @note: This regex is detect malformed lists that were created by the
78514
+ // markdown editor. Consider the following markdown:
78515
+ //
78516
+ // ```
78517
+ // * item 1
78518
+ // * item 2
78519
+ // * item 3
78520
+ // ```
78521
+ //
78522
+ // This is a perfectly valid list. But when you put that text into a table
78523
+ // cell, the editor does **bad** things. After a save and load cycle, it gets
78524
+ // converted to this:
78525
+ //
78526
+ // ```
78527
+ // \_ item 1
78528
+ // \_ item 2
78529
+ // \* item 3
78530
+ // ```
78531
+ //
78532
+ // The following regex attempts to detect this pattern, and we'll convert it to
78533
+ // something more standard.
78534
+ const psuedoListRegex = /^(?![ \t]*([*_]+).*\1[ \t]*$)(?<ws>[ \t]*)\\?([*_])\s*(?<item>.*)$/gm;
78535
+ const migrateTableCells = (vfile) => (table) => {
78536
+ let json;
78537
+ try {
78538
+ const { position } = table;
78539
+ if (position) {
78540
+ json = JSON.parse(vfile
78541
+ .toString()
78542
+ .slice(position.start.offset, position.end.offset)
78543
+ .replace(/.*\[block:parameters\](.*)\[\/block\].*/s, '$1'));
78544
+ }
78545
+ }
78546
+ catch (err) {
78547
+ /**
78548
+ * This failure case is already handled by the following logic. Plus,
78549
+ * because it's being handled internally, there's no way for our
78550
+ * migration script to catch the error or keep track of it, and it just
78551
+ * ends up blowing up the output logs.
78552
+ */
78553
+ // console.error(err);
78554
+ }
78555
+ visit(table, 'tableRow', (row, i) => {
78556
+ visit(row, 'tableCell', (cell, j) => {
78557
+ let children = cell.children;
78558
+ if (json && json.data[magicIndex(i, j)]) {
78559
+ const string = json.data[magicIndex(i, j)].replace(psuedoListRegex, '$<ws>- $<item>');
78560
+ children = markdown_legacy_.mdast(string).children;
78561
+ }
78562
+ cell.children =
78563
+ children.length > 1 && !children.some(isInlineHtml)
78564
+ ? children
78565
+ : [{ type: 'paragraph', children }];
78566
+ return SKIP;
78567
+ });
78568
+ return SKIP;
78569
+ });
78570
+ visit(table, 'inlineCode', (code) => {
78571
+ if (code.value.includes('\n')) {
78572
+ // eslint-disable-next-line no-param-reassign
78573
+ code.type = 'code';
78574
+ }
78575
+ });
78576
+ };
78577
+ const tableCellTransformer = () => (tree, vfile) => {
78578
+ visit(tree, 'table', migrateTableCells(vfile));
78579
+ return tree;
78580
+ };
78581
+ /* harmony default export */ const table_cell = (tableCellTransformer);
78582
+
78583
+ ;// ./processor/migration/index.ts
78584
+
78585
+
78586
+
78587
+
78588
+ const transformers = [
78589
+ migration_emphasis,
78590
+ migration_images,
78591
+ migration_linkReference,
78592
+ table_cell,
78593
+ ];
78594
+ /* harmony default export */ const migration = (transformers);
78595
+
78596
+ ;// ./lib/mdastV6.ts
78597
+
78598
+
78599
+ const migrationNormalize = (doc) => {
78600
+ return doc.replaceAll(/^(<!--.*?)\\-->$/gms, '$1-->');
78601
+ };
78602
+ const mdastV6 = (doc) => {
78603
+ const [_normalizedDoc] = markdown_legacy_.setup(doc);
78604
+ const normalizedDoc = migrationNormalize(_normalizedDoc);
78605
+ const proc = markdown_legacy_.processor().use(migration);
78606
+ const tree = proc.parse(normalizedDoc);
78607
+ proc.runSync(tree, normalizedDoc);
78608
+ return tree;
78609
+ };
78610
+ /* harmony default export */ const lib_mdastV6 = (mdastV6);
78611
+
78612
+ ;// ./node_modules/hast-util-is-element/lib/index.js
78407
78613
  /**
78408
78614
  * @typedef {import('hast').Element} Element
78409
78615
  * @typedef {import('hast').Parents} Parents
@@ -78683,7 +78889,7 @@ function looksLikeAnElement(value) {
78683
78889
  )
78684
78890
  }
78685
78891
 
78686
- ;// CONCATENATED MODULE: ./node_modules/hast-util-embedded/lib/index.js
78892
+ ;// ./node_modules/hast-util-embedded/lib/index.js
78687
78893
 
78688
78894
 
78689
78895
  /**
@@ -78718,7 +78924,7 @@ const embedded = convertElement(
78718
78924
  }
78719
78925
  )
78720
78926
 
78721
- ;// CONCATENATED MODULE: ./node_modules/rehype-minify-whitespace/lib/block.js
78927
+ ;// ./node_modules/rehype-minify-whitespace/lib/block.js
78722
78928
  // See: <https://html.spec.whatwg.org/#the-css-user-agent-style-sheet-and-presentational-hints>
78723
78929
  const block_blocks = [
78724
78930
  'address', // Flow content.
@@ -78781,7 +78987,7 @@ const block_blocks = [
78781
78987
  'xmp' // Flow content, legacy
78782
78988
  ]
78783
78989
 
78784
- ;// CONCATENATED MODULE: ./node_modules/rehype-minify-whitespace/lib/content.js
78990
+ ;// ./node_modules/rehype-minify-whitespace/lib/content.js
78785
78991
  const lib_content_content = [
78786
78992
  // Form.
78787
78993
  'button',
@@ -78790,7 +78996,7 @@ const lib_content_content = [
78790
78996
  'textarea'
78791
78997
  ]
78792
78998
 
78793
- ;// CONCATENATED MODULE: ./node_modules/rehype-minify-whitespace/lib/skippable.js
78999
+ ;// ./node_modules/rehype-minify-whitespace/lib/skippable.js
78794
79000
  const skippable = [
78795
79001
  'area',
78796
79002
  'base',
@@ -78812,7 +79018,7 @@ const skippable = [
78812
79018
  'title'
78813
79019
  ]
78814
79020
 
78815
- ;// CONCATENATED MODULE: ./node_modules/rehype-minify-whitespace/lib/index.js
79021
+ ;// ./node_modules/rehype-minify-whitespace/lib/index.js
78816
79022
  /**
78817
79023
  * @typedef {import('hast').Nodes} Nodes
78818
79024
  * @typedef {import('hast').Parents} Parents
@@ -79198,7 +79404,7 @@ function inferWhiteSpace(node, state) {
79198
79404
  return state.whitespace
79199
79405
  }
79200
79406
 
79201
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/a.js
79407
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/a.js
79202
79408
  /**
79203
79409
  * @typedef {import('hast').Element} Element
79204
79410
  *
@@ -79236,7 +79442,7 @@ function a(state, node) {
79236
79442
  return result
79237
79443
  }
79238
79444
 
79239
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/base.js
79445
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/base.js
79240
79446
  /**
79241
79447
  * @typedef {import('hast').Element} Element
79242
79448
  *
@@ -79262,7 +79468,7 @@ function base(state, node) {
79262
79468
  }
79263
79469
  }
79264
79470
 
79265
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
79471
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
79266
79472
  /**
79267
79473
  * @typedef {import('hast').Element} Element
79268
79474
  *
@@ -79289,7 +79495,7 @@ function handlers_blockquote_blockquote(state, node) {
79289
79495
  return result
79290
79496
  }
79291
79497
 
79292
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/br.js
79498
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/br.js
79293
79499
  /**
79294
79500
  * @typedef {import('hast').Element} Element
79295
79501
  *
@@ -79316,7 +79522,7 @@ function br(state, node) {
79316
79522
  return result
79317
79523
  }
79318
79524
 
79319
- ;// CONCATENATED MODULE: ./node_modules/unist-util-find-after/lib/index.js
79525
+ ;// ./node_modules/unist-util-find-after/lib/index.js
79320
79526
  /**
79321
79527
  * @typedef {import('unist').Node} UnistNode
79322
79528
  * @typedef {import('unist').Parent} UnistParent
@@ -79448,7 +79654,7 @@ const findAfter =
79448
79654
  }
79449
79655
  )
79450
79656
 
79451
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-text/lib/index.js
79657
+ ;// ./node_modules/hast-util-to-text/lib/index.js
79452
79658
  /**
79453
79659
  * @typedef {import('hast').Comment} Comment
79454
79660
  * @typedef {import('hast').Element} Element
@@ -80083,7 +80289,7 @@ function closedDialog(node) {
80083
80289
  return node.tagName === 'dialog' && !(node.properties || {}).open
80084
80290
  }
80085
80291
 
80086
- ;// CONCATENATED MODULE: ./node_modules/trim-trailing-lines/index.js
80292
+ ;// ./node_modules/trim-trailing-lines/index.js
80087
80293
  /**
80088
80294
  * Remove final line endings from `value`
80089
80295
  *
@@ -80108,7 +80314,7 @@ function trimTrailingLines(value) {
80108
80314
  return input.slice(0, end)
80109
80315
  }
80110
80316
 
80111
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/code.js
80317
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/code.js
80112
80318
  /**
80113
80319
  * @typedef {import('hast').Element} Element
80114
80320
  *
@@ -80177,7 +80383,7 @@ function handlers_code_code(state, node) {
80177
80383
  return result
80178
80384
  }
80179
80385
 
80180
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/comment.js
80386
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/comment.js
80181
80387
  /**
80182
80388
  * @typedef {import('hast').Comment} Comment
80183
80389
  *
@@ -80207,7 +80413,7 @@ function comment_comment(state, node) {
80207
80413
  return result
80208
80414
  }
80209
80415
 
80210
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/del.js
80416
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/del.js
80211
80417
  /**
80212
80418
  * @typedef {import('hast').Element} Element
80213
80419
  *
@@ -80238,7 +80444,7 @@ function del(state, node) {
80238
80444
  return result
80239
80445
  }
80240
80446
 
80241
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/util/list-items-spread.js
80447
+ ;// ./node_modules/hast-util-to-mdast/lib/util/list-items-spread.js
80242
80448
  /**
80243
80449
  * @typedef {import('mdast').ListContent} ListContent
80244
80450
  */
@@ -80268,7 +80474,7 @@ function listItemsSpread(children) {
80268
80474
  return false
80269
80475
  }
80270
80476
 
80271
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/dl.js
80477
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/dl.js
80272
80478
  /**
80273
80479
  * @typedef {import('hast').Element} Element
80274
80480
  * @typedef {import('hast').ElementContent} ElementContent
@@ -80422,7 +80628,7 @@ function dl_create() {
80422
80628
  return {type: 'listItem', spread: false, checked: null, children: []}
80423
80629
  }
80424
80630
 
80425
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/em.js
80631
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/em.js
80426
80632
  /**
80427
80633
  * @typedef {import('hast').Element} Element
80428
80634
  *
@@ -80454,7 +80660,7 @@ function em(state, node) {
80454
80660
  return result
80455
80661
  }
80456
80662
 
80457
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/heading.js
80663
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/heading.js
80458
80664
  /**
80459
80665
  * @typedef {import('hast').Element} Element
80460
80666
  *
@@ -80488,7 +80694,7 @@ function handlers_heading_heading(state, node) {
80488
80694
  return result
80489
80695
  }
80490
80696
 
80491
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/hr.js
80697
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/hr.js
80492
80698
  /**
80493
80699
  * @typedef {import('hast').Element} Element
80494
80700
  *
@@ -80515,7 +80721,7 @@ function hr(state, node) {
80515
80721
  return result
80516
80722
  }
80517
80723
 
80518
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/iframe.js
80724
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/iframe.js
80519
80725
  /**
80520
80726
  * @typedef {import('hast').Element} Element
80521
80727
  *
@@ -80557,7 +80763,7 @@ function iframe(state, node) {
80557
80763
  }
80558
80764
  }
80559
80765
 
80560
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/img.js
80766
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/img.js
80561
80767
  /**
80562
80768
  * @typedef {import('hast').Element} Element
80563
80769
  *
@@ -80591,7 +80797,7 @@ function img(state, node) {
80591
80797
  return result
80592
80798
  }
80593
80799
 
80594
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/inline-code.js
80800
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/inline-code.js
80595
80801
  /**
80596
80802
  * @typedef {import('hast').Element} Element
80597
80803
  *
@@ -80617,7 +80823,7 @@ function handlers_inline_code_inlineCode(state, node) {
80617
80823
  return result
80618
80824
  }
80619
80825
 
80620
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/util/find-selected-options.js
80826
+ ;// ./node_modules/hast-util-to-mdast/lib/util/find-selected-options.js
80621
80827
  /**
80622
80828
  * @typedef {import('hast').Element} Element
80623
80829
  * @typedef {import('hast').Properties} Properties
@@ -80712,7 +80918,7 @@ function findOptions(node) {
80712
80918
  return results
80713
80919
  }
80714
80920
 
80715
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/input.js
80921
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/input.js
80716
80922
  /**
80717
80923
  * @typedef {import('hast').Element} Element
80718
80924
  *
@@ -80855,7 +81061,7 @@ function input(state, node) {
80855
81061
  return result
80856
81062
  }
80857
81063
 
80858
- ;// CONCATENATED MODULE: ./node_modules/hast-util-has-property/lib/index.js
81064
+ ;// ./node_modules/hast-util-has-property/lib/index.js
80859
81065
  /**
80860
81066
  * @typedef {import('hast').Element} Element
80861
81067
  * @typedef {import('hast').Nodes} Nodes
@@ -80886,7 +81092,7 @@ function hasProperty(node, name) {
80886
81092
  return value !== null && value !== undefined && value !== false
80887
81093
  }
80888
81094
 
80889
- ;// CONCATENATED MODULE: ./node_modules/hast-util-is-body-ok-link/lib/index.js
81095
+ ;// ./node_modules/hast-util-is-body-ok-link/lib/index.js
80890
81096
  /**
80891
81097
  * @typedef {import('hast').Nodes} Nodes
80892
81098
  */
@@ -80926,7 +81132,7 @@ function isBodyOkLink(node) {
80926
81132
  return true
80927
81133
  }
80928
81134
 
80929
- ;// CONCATENATED MODULE: ./node_modules/hast-util-phrasing/lib/index.js
81135
+ ;// ./node_modules/hast-util-phrasing/lib/index.js
80930
81136
  /**
80931
81137
  * @typedef {import('hast').Nodes} Nodes
80932
81138
  */
@@ -81006,7 +81212,7 @@ function lib_phrasing(value) {
81006
81212
  )
81007
81213
  }
81008
81214
 
81009
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/li.js
81215
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/li.js
81010
81216
  /**
81011
81217
  * @typedef {import('hast').Element} Element
81012
81218
  *
@@ -81157,7 +81363,7 @@ function extractLeadingCheckbox(node) {
81157
81363
  return {checkbox: undefined, rest: node}
81158
81364
  }
81159
81365
 
81160
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/list.js
81366
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/list.js
81161
81367
  /**
81162
81368
  * @typedef {import('hast').Element} Element
81163
81369
  *
@@ -81210,7 +81416,7 @@ function list_create() {
81210
81416
  return {type: 'listItem', spread: false, checked: null, children: []}
81211
81417
  }
81212
81418
 
81213
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/util/wrap.js
81419
+ ;// ./node_modules/hast-util-to-mdast/lib/util/wrap.js
81214
81420
  /**
81215
81421
  * @typedef {import('mdast').BlockContent} BlockContent
81216
81422
  * @typedef {import('mdast').Delete} Delete
@@ -81433,7 +81639,7 @@ function cloneWithoutChildren(node) {
81433
81639
  return esm({...node, children: []})
81434
81640
  }
81435
81641
 
81436
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/media.js
81642
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/media.js
81437
81643
  /**
81438
81644
  * @typedef {import('hast').Element} Element
81439
81645
  *
@@ -81523,7 +81729,7 @@ function media(state, node) {
81523
81729
  return result
81524
81730
  }
81525
81731
 
81526
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/p.js
81732
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/p.js
81527
81733
  /**
81528
81734
  * @typedef {import('hast').Element} Element
81529
81735
  *
@@ -81557,7 +81763,7 @@ function p_p(state, node) {
81557
81763
  }
81558
81764
  }
81559
81765
 
81560
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/q.js
81766
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/q.js
81561
81767
  /**
81562
81768
  * @typedef {import('hast').Element} Element
81563
81769
  *
@@ -81604,7 +81810,7 @@ function q(state, node) {
81604
81810
  return contents
81605
81811
  }
81606
81812
 
81607
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/root.js
81813
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/root.js
81608
81814
  /**
81609
81815
  * @typedef {import('hast').Root} HastRoot
81610
81816
  *
@@ -81636,7 +81842,7 @@ function lib_handlers_root_root(state, node) {
81636
81842
  return result
81637
81843
  }
81638
81844
 
81639
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/select.js
81845
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/select.js
81640
81846
  /**
81641
81847
  * @typedef {import('hast').Element} Element
81642
81848
  *
@@ -81674,7 +81880,7 @@ function select_select(state, node) {
81674
81880
  }
81675
81881
  }
81676
81882
 
81677
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/strong.js
81883
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/strong.js
81678
81884
  /**
81679
81885
  * @typedef {import('hast').Element} Element
81680
81886
  *
@@ -81706,7 +81912,7 @@ function handlers_strong_strong(state, node) {
81706
81912
  return result
81707
81913
  }
81708
81914
 
81709
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/table-cell.js
81915
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/table-cell.js
81710
81916
  /**
81711
81917
  * @typedef {import('hast').Element} Element
81712
81918
  *
@@ -81752,7 +81958,7 @@ function table_cell_tableCell(state, node) {
81752
81958
  return result
81753
81959
  }
81754
81960
 
81755
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/table-row.js
81961
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/table-row.js
81756
81962
  /**
81757
81963
  * @typedef {import('hast').Element} Element
81758
81964
  *
@@ -81789,7 +81995,7 @@ function table_row_create() {
81789
81995
  return {type: 'tableCell', children: []}
81790
81996
  }
81791
81997
 
81792
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/table.js
81998
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/table.js
81793
81999
  /**
81794
82000
  * @typedef {import('hast').Element} Element
81795
82001
  *
@@ -81998,7 +82204,7 @@ function createRow() {
81998
82204
  return {type: 'tableRow', children: []}
81999
82205
  }
82000
82206
 
82001
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/text.js
82207
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/text.js
82002
82208
  /**
82003
82209
  * @typedef {import('hast').Text} HastText
82004
82210
  *
@@ -82025,7 +82231,7 @@ function hast_util_to_mdast_lib_handlers_text_text(state, node) {
82025
82231
  return result
82026
82232
  }
82027
82233
 
82028
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/textarea.js
82234
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/textarea.js
82029
82235
  /**
82030
82236
  * @typedef {import('hast').Element} Element
82031
82237
  *
@@ -82051,7 +82257,7 @@ function textarea_textarea(state, node) {
82051
82257
  return result
82052
82258
  }
82053
82259
 
82054
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/wbr.js
82260
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/wbr.js
82055
82261
  /**
82056
82262
  * @typedef {import('hast').Element} Element
82057
82263
  *
@@ -82078,7 +82284,7 @@ function wbr(state, node) {
82078
82284
  return result
82079
82285
  }
82080
82286
 
82081
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/handlers/index.js
82287
+ ;// ./node_modules/hast-util-to-mdast/lib/handlers/index.js
82082
82288
  /**
82083
82289
  * @typedef {import('hast').Parents} Parents
82084
82290
  *
@@ -82314,7 +82520,7 @@ function handlers_flow(state, node) {
82314
82520
  */
82315
82521
  function lib_handlers_ignore() {}
82316
82522
 
82317
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/state.js
82523
+ ;// ./node_modules/hast-util-to-mdast/lib/state.js
82318
82524
  /**
82319
82525
  * @typedef {import('hast').Element} Element
82320
82526
  * @typedef {import('hast').Nodes} Nodes
@@ -82719,7 +82925,7 @@ function toSpecificContent(nodes, build) {
82719
82925
  }
82720
82926
  }
82721
82927
 
82722
- ;// CONCATENATED MODULE: ./node_modules/hast-util-to-mdast/lib/index.js
82928
+ ;// ./node_modules/hast-util-to-mdast/lib/index.js
82723
82929
  /**
82724
82930
  * @typedef {import('hast').Nodes} Nodes
82725
82931
  *
@@ -82835,7 +83041,7 @@ function toMdast(tree, options) {
82835
83041
  return mdast
82836
83042
  }
82837
83043
 
82838
- ;// CONCATENATED MODULE: ./node_modules/rehype-remark/lib/index.js
83044
+ ;// ./node_modules/rehype-remark/lib/index.js
82839
83045
  /**
82840
83046
  * @typedef {import('hast').Root} HastRoot
82841
83047
  * @typedef {import('hast-util-to-mdast').Options} Options
@@ -82923,7 +83129,7 @@ function rehypeRemark(destination, options) {
82923
83129
  }
82924
83130
  }
82925
83131
 
82926
- ;// CONCATENATED MODULE: ./processor/compile/callout.ts
83132
+ ;// ./processor/compile/callout.ts
82927
83133
 
82928
83134
  const callout = (node, _, state, info) => {
82929
83135
  const exit = state.enter(NodeTypes.callout);
@@ -82943,7 +83149,7 @@ const callout = (node, _, state, info) => {
82943
83149
  };
82944
83150
  /* harmony default export */ const compile_callout = (callout);
82945
83151
 
82946
- ;// CONCATENATED MODULE: ./processor/compile/code-tabs.ts
83152
+ ;// ./processor/compile/code-tabs.ts
82947
83153
 
82948
83154
  const codeTabs = (node, _, state, info) => {
82949
83155
  const exit = state.enter(NodeTypes.codeTabs);
@@ -82956,7 +83162,7 @@ const codeTabs = (node, _, state, info) => {
82956
83162
  };
82957
83163
  /* harmony default export */ const compile_code_tabs = (codeTabs);
82958
83164
 
82959
- ;// CONCATENATED MODULE: ./processor/compile/embed.ts
83165
+ ;// ./processor/compile/embed.ts
82960
83166
 
82961
83167
  const embed_embed = (node) => {
82962
83168
  const attributes = formatHProps(node);
@@ -82969,11 +83175,11 @@ const embed_embed = (node) => {
82969
83175
  };
82970
83176
  /* harmony default export */ const compile_embed = (embed_embed);
82971
83177
 
82972
- ;// CONCATENATED MODULE: ./processor/compile/gemoji.ts
83178
+ ;// ./processor/compile/gemoji.ts
82973
83179
  const gemoji_gemoji = (node) => `:${node.name}:`;
82974
83180
  /* harmony default export */ const compile_gemoji = (gemoji_gemoji);
82975
83181
 
82976
- ;// CONCATENATED MODULE: ./processor/compile/html-block.ts
83182
+ ;// ./processor/compile/html-block.ts
82977
83183
 
82978
83184
  const htmlBlock = (node) => {
82979
83185
  const { runScripts, html } = getHProps(node);
@@ -82983,7 +83189,7 @@ ${reformatHTML(html)}
82983
83189
  };
82984
83190
  /* harmony default export */ const html_block = (htmlBlock);
82985
83191
 
82986
- ;// CONCATENATED MODULE: ./processor/compile/compatibility.ts
83192
+ ;// ./processor/compile/compatibility.ts
82987
83193
  var compatibility_rest = (undefined && undefined.__rest) || function (s, e) {
82988
83194
  var t = {};
82989
83195
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -83054,7 +83260,7 @@ const compatibility = (node) => {
83054
83260
  };
83055
83261
  /* harmony default export */ const compile_compatibility = (compatibility);
83056
83262
 
83057
- ;// CONCATENATED MODULE: ./processor/compile/variable.ts
83263
+ ;// ./processor/compile/variable.ts
83058
83264
  const variable = (node) => {
83059
83265
  // @note: coming from RDMD, it's set as `variable`. But when mdx is parsed,
83060
83266
  // it's set as `name`
@@ -83063,7 +83269,7 @@ const variable = (node) => {
83063
83269
  };
83064
83270
  /* harmony default export */ const compile_variable = (variable);
83065
83271
 
83066
- ;// CONCATENATED MODULE: ./processor/compile/index.ts
83272
+ ;// ./processor/compile/index.ts
83067
83273
 
83068
83274
 
83069
83275
 
@@ -83095,7 +83301,7 @@ function compilers() {
83095
83301
  }
83096
83302
  /* harmony default export */ const processor_compile = (compilers);
83097
83303
 
83098
- ;// CONCATENATED MODULE: ./lib/mdx.ts
83304
+ ;// ./lib/mdx.ts
83099
83305
  var mdx_rest = (undefined && undefined.__rest) || function (s, e) {
83100
83306
  var t = {};
83101
83307
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -83130,7 +83336,7 @@ const mdx_mdx = (tree, _a = {}) => {
83130
83336
  };
83131
83337
  /* harmony default export */ const lib_mdx = (mdx_mdx);
83132
83338
 
83133
- ;// CONCATENATED MODULE: ./lib/plain.ts
83339
+ ;// ./lib/plain.ts
83134
83340
 
83135
83341
  const STRIP_TAGS = ['script', 'style'];
83136
83342
  function plain_one(node, opts) {
@@ -83188,7 +83394,7 @@ const plain = (node, opts = {}) => {
83188
83394
  // EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js
83189
83395
  var jsx_runtime = __webpack_require__(4848);
83190
83396
  var jsx_runtime_namespaceObject = /*#__PURE__*/__webpack_require__.t(jsx_runtime, 2);
83191
- ;// CONCATENATED MODULE: ./node_modules/@mdx-js/mdx/lib/run.js
83397
+ ;// ./node_modules/@mdx-js/mdx/lib/run.js
83192
83398
  /**
83193
83399
  * @typedef {import('mdx/types.js').MDXModule} MDXModule
83194
83400
  *
@@ -83238,7 +83444,7 @@ function runSync(code, options) {
83238
83444
  // EXTERNAL MODULE: external "@readme/variable"
83239
83445
  var variable_ = __webpack_require__(8167);
83240
83446
  var variable_default = /*#__PURE__*/__webpack_require__.n(variable_);
83241
- ;// CONCATENATED MODULE: ./contexts/index.tsx
83447
+ ;// ./contexts/index.tsx
83242
83448
 
83243
83449
 
83244
83450
 
@@ -83253,7 +83459,7 @@ const Contexts = ({ children, terms = [], variables = { user: {}, defaults: [] }
83253
83459
  };
83254
83460
  /* harmony default export */ const contexts = (Contexts);
83255
83461
 
83256
- ;// CONCATENATED MODULE: ./lib/run.tsx
83462
+ ;// ./lib/run.tsx
83257
83463
  var run_rest = (undefined && undefined.__rest) || function (s, e) {
83258
83464
  var t = {};
83259
83465
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -83302,7 +83508,7 @@ const run_run = async (string, _opts = {}) => {
83302
83508
  };
83303
83509
  /* harmony default export */ const lib_run = (run_run);
83304
83510
 
83305
- ;// CONCATENATED MODULE: ./lib/tags.ts
83511
+ ;// ./lib/tags.ts
83306
83512
 
83307
83513
 
83308
83514
 
@@ -83317,7 +83523,16 @@ const tags = (doc) => {
83317
83523
  };
83318
83524
  /* harmony default export */ const lib_tags = (tags);
83319
83525
 
83320
- ;// CONCATENATED MODULE: ./lib/index.ts
83526
+ ;// ./lib/migrate.ts
83527
+
83528
+
83529
+ const migrate = (doc) => {
83530
+ return lib_mdx(lib_mdastV6(doc)).replaceAll(/&#x20;/g, ' ');
83531
+ };
83532
+ /* harmony default export */ const lib_migrate = (migrate);
83533
+
83534
+ ;// ./lib/index.ts
83535
+
83321
83536
 
83322
83537
 
83323
83538
 
@@ -83328,7 +83543,7 @@ const tags = (doc) => {
83328
83543
 
83329
83544
 
83330
83545
 
83331
- ;// CONCATENATED MODULE: ./index.tsx
83546
+ ;// ./index.tsx
83332
83547
 
83333
83548
 
83334
83549