@sakura-ui/markdown 0.0.5-beta.13 → 0.0.5-beta.14

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/index.es.js CHANGED
@@ -60,11 +60,11 @@ var Gn = {};
60
60
  var fa;
61
61
  function Ac() {
62
62
  return fa || (fa = 1, process.env.NODE_ENV !== "production" && function() {
63
- var e = mt, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), T = Symbol.iterator, N = "@@iterator";
64
- function k(h) {
63
+ var e = mt, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), T = Symbol.iterator, k = "@@iterator";
64
+ function S(h) {
65
65
  if (h === null || typeof h != "object")
66
66
  return null;
67
- var y = T && h[T] || h[N];
67
+ var y = T && h[T] || h[k];
68
68
  return typeof y == "function" ? y : null;
69
69
  }
70
70
  var L = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
@@ -149,14 +149,14 @@ function Ac() {
149
149
  }
150
150
  return null;
151
151
  }
152
- var re = Object.assign, x = 0, Ne, J, He, Ve, D, I, z;
152
+ var re = Object.assign, x = 0, Ne, J, He, Ve, D, N, z;
153
153
  function A() {
154
154
  }
155
155
  A.__reactDisabledLog = !0;
156
156
  function le() {
157
157
  {
158
158
  if (x === 0) {
159
- Ne = console.log, J = console.info, He = console.warn, Ve = console.error, D = console.group, I = console.groupCollapsed, z = console.groupEnd;
159
+ Ne = console.log, J = console.info, He = console.warn, Ve = console.error, D = console.group, N = console.groupCollapsed, z = console.groupEnd;
160
160
  var h = {
161
161
  configurable: !0,
162
162
  enumerable: !0,
@@ -201,7 +201,7 @@ function Ac() {
201
201
  value: D
202
202
  }),
203
203
  groupCollapsed: re({}, h, {
204
- value: I
204
+ value: N
205
205
  }),
206
206
  groupEnd: re({}, h, {
207
207
  value: z
@@ -552,7 +552,7 @@ Check the top-level render call using <` + R + ">.");
552
552
  else if (Dt(h))
553
553
  h._store && (h._store.validated = !0);
554
554
  else if (h) {
555
- var ne = k(h);
555
+ var ne = S(h);
556
556
  if (typeof ne == "function" && ne !== h.entries)
557
557
  for (var ae = ne.call(h), Z; !(Z = ae.next()).done; )
558
558
  Dt(Z.value) && cn(Z.value, y);
@@ -673,35 +673,35 @@ function Dc() {
673
673
  return Ie;
674
674
  ha = 1;
675
675
  var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), a = Symbol.for("react.context"), o = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), c = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), d = Symbol.iterator;
676
- function g(I) {
677
- return I === null || typeof I != "object" ? null : (I = d && I[d] || I["@@iterator"], typeof I == "function" ? I : null);
676
+ function g(N) {
677
+ return N === null || typeof N != "object" ? null : (N = d && N[d] || N["@@iterator"], typeof N == "function" ? N : null);
678
678
  }
679
679
  var m = { isMounted: function() {
680
680
  return !1;
681
681
  }, enqueueForceUpdate: function() {
682
682
  }, enqueueReplaceState: function() {
683
683
  }, enqueueSetState: function() {
684
- } }, T = Object.assign, N = {};
685
- function k(I, z, A) {
686
- this.props = I, this.context = z, this.refs = N, this.updater = A || m;
684
+ } }, T = Object.assign, k = {};
685
+ function S(N, z, A) {
686
+ this.props = N, this.context = z, this.refs = k, this.updater = A || m;
687
687
  }
688
- k.prototype.isReactComponent = {}, k.prototype.setState = function(I, z) {
689
- if (typeof I != "object" && typeof I != "function" && I != null)
688
+ S.prototype.isReactComponent = {}, S.prototype.setState = function(N, z) {
689
+ if (typeof N != "object" && typeof N != "function" && N != null)
690
690
  throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
691
- this.updater.enqueueSetState(this, I, z, "setState");
692
- }, k.prototype.forceUpdate = function(I) {
693
- this.updater.enqueueForceUpdate(this, I, "forceUpdate");
691
+ this.updater.enqueueSetState(this, N, z, "setState");
692
+ }, S.prototype.forceUpdate = function(N) {
693
+ this.updater.enqueueForceUpdate(this, N, "forceUpdate");
694
694
  };
695
695
  function L() {
696
696
  }
697
- L.prototype = k.prototype;
698
- function v(I, z, A) {
699
- this.props = I, this.context = z, this.refs = N, this.updater = A || m;
697
+ L.prototype = S.prototype;
698
+ function v(N, z, A) {
699
+ this.props = N, this.context = z, this.refs = k, this.updater = A || m;
700
700
  }
701
701
  var j = v.prototype = new L();
702
- j.constructor = v, T(j, k.prototype), j.isPureReactComponent = !0;
702
+ j.constructor = v, T(j, S.prototype), j.isPureReactComponent = !0;
703
703
  var ee = Array.isArray, K = Object.prototype.hasOwnProperty, P = { current: null }, H = { key: !0, ref: !0, __self: !0, __source: !0 };
704
- function se(I, z, A) {
704
+ function se(N, z, A) {
705
705
  var le, be = {}, fe = null, Se = null;
706
706
  if (z != null)
707
707
  for (le in z.ref !== void 0 && (Se = z.ref), z.key !== void 0 && (fe = "" + z.key), z)
@@ -714,32 +714,32 @@ function Dc() {
714
714
  Ce[Pe] = arguments[Pe + 2];
715
715
  be.children = Ce;
716
716
  }
717
- if (I && I.defaultProps)
718
- for (le in Te = I.defaultProps, Te)
717
+ if (N && N.defaultProps)
718
+ for (le in Te = N.defaultProps, Te)
719
719
  be[le] === void 0 && (be[le] = Te[le]);
720
- return { $$typeof: e, type: I, key: fe, ref: Se, props: be, _owner: P.current };
720
+ return { $$typeof: e, type: N, key: fe, ref: Se, props: be, _owner: P.current };
721
721
  }
722
- function oe(I, z) {
723
- return { $$typeof: e, type: I.type, key: z, ref: I.ref, props: I.props, _owner: I._owner };
722
+ function oe(N, z) {
723
+ return { $$typeof: e, type: N.type, key: z, ref: N.ref, props: N.props, _owner: N._owner };
724
724
  }
725
- function O(I) {
726
- return typeof I == "object" && I !== null && I.$$typeof === e;
725
+ function O(N) {
726
+ return typeof N == "object" && N !== null && N.$$typeof === e;
727
727
  }
728
- function Q(I) {
728
+ function Q(N) {
729
729
  var z = { "=": "=0", ":": "=2" };
730
- return "$" + I.replace(/[=:]/g, function(A) {
730
+ return "$" + N.replace(/[=:]/g, function(A) {
731
731
  return z[A];
732
732
  });
733
733
  }
734
734
  var Y = /\/+/g;
735
- function te(I, z) {
736
- return typeof I == "object" && I !== null && I.key != null ? Q("" + I.key) : z.toString(36);
735
+ function te(N, z) {
736
+ return typeof N == "object" && N !== null && N.key != null ? Q("" + N.key) : z.toString(36);
737
737
  }
738
- function re(I, z, A, le, be) {
739
- var fe = typeof I;
740
- (fe === "undefined" || fe === "boolean") && (I = null);
738
+ function re(N, z, A, le, be) {
739
+ var fe = typeof N;
740
+ (fe === "undefined" || fe === "boolean") && (N = null);
741
741
  var Se = !1;
742
- if (I === null)
742
+ if (N === null)
743
743
  Se = !0;
744
744
  else
745
745
  switch (fe) {
@@ -748,78 +748,78 @@ function Dc() {
748
748
  Se = !0;
749
749
  break;
750
750
  case "object":
751
- switch (I.$$typeof) {
751
+ switch (N.$$typeof) {
752
752
  case e:
753
753
  case t:
754
754
  Se = !0;
755
755
  }
756
756
  }
757
757
  if (Se)
758
- return Se = I, be = be(Se), I = le === "" ? "." + te(Se, 0) : le, ee(be) ? (A = "", I != null && (A = I.replace(Y, "$&/") + "/"), re(be, z, A, "", function(Pe) {
758
+ return Se = N, be = be(Se), N = le === "" ? "." + te(Se, 0) : le, ee(be) ? (A = "", N != null && (A = N.replace(Y, "$&/") + "/"), re(be, z, A, "", function(Pe) {
759
759
  return Pe;
760
- })) : be != null && (O(be) && (be = oe(be, A + (!be.key || Se && Se.key === be.key ? "" : ("" + be.key).replace(Y, "$&/") + "/") + I)), z.push(be)), 1;
761
- if (Se = 0, le = le === "" ? "." : le + ":", ee(I))
762
- for (var Te = 0; Te < I.length; Te++) {
763
- fe = I[Te];
760
+ })) : be != null && (O(be) && (be = oe(be, A + (!be.key || Se && Se.key === be.key ? "" : ("" + be.key).replace(Y, "$&/") + "/") + N)), z.push(be)), 1;
761
+ if (Se = 0, le = le === "" ? "." : le + ":", ee(N))
762
+ for (var Te = 0; Te < N.length; Te++) {
763
+ fe = N[Te];
764
764
  var Ce = le + te(fe, Te);
765
765
  Se += re(fe, z, A, Ce, be);
766
766
  }
767
- else if (Ce = g(I), typeof Ce == "function")
768
- for (I = Ce.call(I), Te = 0; !(fe = I.next()).done; )
767
+ else if (Ce = g(N), typeof Ce == "function")
768
+ for (N = Ce.call(N), Te = 0; !(fe = N.next()).done; )
769
769
  fe = fe.value, Ce = le + te(fe, Te++), Se += re(fe, z, A, Ce, be);
770
770
  else if (fe === "object")
771
- throw z = String(I), Error("Objects are not valid as a React child (found: " + (z === "[object Object]" ? "object with keys {" + Object.keys(I).join(", ") + "}" : z) + "). If you meant to render a collection of children, use an array instead.");
771
+ throw z = String(N), Error("Objects are not valid as a React child (found: " + (z === "[object Object]" ? "object with keys {" + Object.keys(N).join(", ") + "}" : z) + "). If you meant to render a collection of children, use an array instead.");
772
772
  return Se;
773
773
  }
774
- function x(I, z, A) {
775
- if (I == null)
776
- return I;
774
+ function x(N, z, A) {
775
+ if (N == null)
776
+ return N;
777
777
  var le = [], be = 0;
778
- return re(I, le, "", "", function(fe) {
778
+ return re(N, le, "", "", function(fe) {
779
779
  return z.call(A, fe, be++);
780
780
  }), le;
781
781
  }
782
- function Ne(I) {
783
- if (I._status === -1) {
784
- var z = I._result;
782
+ function Ne(N) {
783
+ if (N._status === -1) {
784
+ var z = N._result;
785
785
  z = z(), z.then(function(A) {
786
- (I._status === 0 || I._status === -1) && (I._status = 1, I._result = A);
786
+ (N._status === 0 || N._status === -1) && (N._status = 1, N._result = A);
787
787
  }, function(A) {
788
- (I._status === 0 || I._status === -1) && (I._status = 2, I._result = A);
789
- }), I._status === -1 && (I._status = 0, I._result = z);
788
+ (N._status === 0 || N._status === -1) && (N._status = 2, N._result = A);
789
+ }), N._status === -1 && (N._status = 0, N._result = z);
790
790
  }
791
- if (I._status === 1)
792
- return I._result.default;
793
- throw I._result;
791
+ if (N._status === 1)
792
+ return N._result.default;
793
+ throw N._result;
794
794
  }
795
795
  var J = { current: null }, He = { transition: null }, Ve = { ReactCurrentDispatcher: J, ReactCurrentBatchConfig: He, ReactCurrentOwner: P };
796
796
  function D() {
797
797
  throw Error("act(...) is not supported in production builds of React.");
798
798
  }
799
- return Ie.Children = { map: x, forEach: function(I, z, A) {
800
- x(I, function() {
799
+ return Ie.Children = { map: x, forEach: function(N, z, A) {
800
+ x(N, function() {
801
801
  z.apply(this, arguments);
802
802
  }, A);
803
- }, count: function(I) {
803
+ }, count: function(N) {
804
804
  var z = 0;
805
- return x(I, function() {
805
+ return x(N, function() {
806
806
  z++;
807
807
  }), z;
808
- }, toArray: function(I) {
809
- return x(I, function(z) {
808
+ }, toArray: function(N) {
809
+ return x(N, function(z) {
810
810
  return z;
811
811
  }) || [];
812
- }, only: function(I) {
813
- if (!O(I))
812
+ }, only: function(N) {
813
+ if (!O(N))
814
814
  throw Error("React.Children.only expected to receive a single React element child.");
815
- return I;
816
- } }, Ie.Component = k, Ie.Fragment = n, Ie.Profiler = u, Ie.PureComponent = v, Ie.StrictMode = r, Ie.Suspense = l, Ie.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Ve, Ie.act = D, Ie.cloneElement = function(I, z, A) {
817
- if (I == null)
818
- throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + I + ".");
819
- var le = T({}, I.props), be = I.key, fe = I.ref, Se = I._owner;
815
+ return N;
816
+ } }, Ie.Component = S, Ie.Fragment = n, Ie.Profiler = u, Ie.PureComponent = v, Ie.StrictMode = r, Ie.Suspense = l, Ie.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Ve, Ie.act = D, Ie.cloneElement = function(N, z, A) {
817
+ if (N == null)
818
+ throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + N + ".");
819
+ var le = T({}, N.props), be = N.key, fe = N.ref, Se = N._owner;
820
820
  if (z != null) {
821
- if (z.ref !== void 0 && (fe = z.ref, Se = P.current), z.key !== void 0 && (be = "" + z.key), I.type && I.type.defaultProps)
822
- var Te = I.type.defaultProps;
821
+ if (z.ref !== void 0 && (fe = z.ref, Se = P.current), z.key !== void 0 && (be = "" + z.key), N.type && N.type.defaultProps)
822
+ var Te = N.type.defaultProps;
823
823
  for (Ce in z)
824
824
  K.call(z, Ce) && !H.hasOwnProperty(Ce) && (le[Ce] = z[Ce] === void 0 && Te !== void 0 ? Te[Ce] : z[Ce]);
825
825
  }
@@ -832,55 +832,55 @@ function Dc() {
832
832
  Te[Pe] = arguments[Pe + 2];
833
833
  le.children = Te;
834
834
  }
835
- return { $$typeof: e, type: I.type, key: be, ref: fe, props: le, _owner: Se };
836
- }, Ie.createContext = function(I) {
837
- return I = { $$typeof: a, _currentValue: I, _currentValue2: I, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, I.Provider = { $$typeof: i, _context: I }, I.Consumer = I;
838
- }, Ie.createElement = se, Ie.createFactory = function(I) {
839
- var z = se.bind(null, I);
840
- return z.type = I, z;
835
+ return { $$typeof: e, type: N.type, key: be, ref: fe, props: le, _owner: Se };
836
+ }, Ie.createContext = function(N) {
837
+ return N = { $$typeof: a, _currentValue: N, _currentValue2: N, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, N.Provider = { $$typeof: i, _context: N }, N.Consumer = N;
838
+ }, Ie.createElement = se, Ie.createFactory = function(N) {
839
+ var z = se.bind(null, N);
840
+ return z.type = N, z;
841
841
  }, Ie.createRef = function() {
842
842
  return { current: null };
843
- }, Ie.forwardRef = function(I) {
844
- return { $$typeof: o, render: I };
845
- }, Ie.isValidElement = O, Ie.lazy = function(I) {
846
- return { $$typeof: f, _payload: { _status: -1, _result: I }, _init: Ne };
847
- }, Ie.memo = function(I, z) {
848
- return { $$typeof: c, type: I, compare: z === void 0 ? null : z };
849
- }, Ie.startTransition = function(I) {
843
+ }, Ie.forwardRef = function(N) {
844
+ return { $$typeof: o, render: N };
845
+ }, Ie.isValidElement = O, Ie.lazy = function(N) {
846
+ return { $$typeof: f, _payload: { _status: -1, _result: N }, _init: Ne };
847
+ }, Ie.memo = function(N, z) {
848
+ return { $$typeof: c, type: N, compare: z === void 0 ? null : z };
849
+ }, Ie.startTransition = function(N) {
850
850
  var z = He.transition;
851
851
  He.transition = {};
852
852
  try {
853
- I();
853
+ N();
854
854
  } finally {
855
855
  He.transition = z;
856
856
  }
857
- }, Ie.unstable_act = D, Ie.useCallback = function(I, z) {
858
- return J.current.useCallback(I, z);
859
- }, Ie.useContext = function(I) {
860
- return J.current.useContext(I);
857
+ }, Ie.unstable_act = D, Ie.useCallback = function(N, z) {
858
+ return J.current.useCallback(N, z);
859
+ }, Ie.useContext = function(N) {
860
+ return J.current.useContext(N);
861
861
  }, Ie.useDebugValue = function() {
862
- }, Ie.useDeferredValue = function(I) {
863
- return J.current.useDeferredValue(I);
864
- }, Ie.useEffect = function(I, z) {
865
- return J.current.useEffect(I, z);
862
+ }, Ie.useDeferredValue = function(N) {
863
+ return J.current.useDeferredValue(N);
864
+ }, Ie.useEffect = function(N, z) {
865
+ return J.current.useEffect(N, z);
866
866
  }, Ie.useId = function() {
867
867
  return J.current.useId();
868
- }, Ie.useImperativeHandle = function(I, z, A) {
869
- return J.current.useImperativeHandle(I, z, A);
870
- }, Ie.useInsertionEffect = function(I, z) {
871
- return J.current.useInsertionEffect(I, z);
872
- }, Ie.useLayoutEffect = function(I, z) {
873
- return J.current.useLayoutEffect(I, z);
874
- }, Ie.useMemo = function(I, z) {
875
- return J.current.useMemo(I, z);
876
- }, Ie.useReducer = function(I, z, A) {
877
- return J.current.useReducer(I, z, A);
878
- }, Ie.useRef = function(I) {
879
- return J.current.useRef(I);
880
- }, Ie.useState = function(I) {
881
- return J.current.useState(I);
882
- }, Ie.useSyncExternalStore = function(I, z, A) {
883
- return J.current.useSyncExternalStore(I, z, A);
868
+ }, Ie.useImperativeHandle = function(N, z, A) {
869
+ return J.current.useImperativeHandle(N, z, A);
870
+ }, Ie.useInsertionEffect = function(N, z) {
871
+ return J.current.useInsertionEffect(N, z);
872
+ }, Ie.useLayoutEffect = function(N, z) {
873
+ return J.current.useLayoutEffect(N, z);
874
+ }, Ie.useMemo = function(N, z) {
875
+ return J.current.useMemo(N, z);
876
+ }, Ie.useReducer = function(N, z, A) {
877
+ return J.current.useReducer(N, z, A);
878
+ }, Ie.useRef = function(N) {
879
+ return J.current.useRef(N);
880
+ }, Ie.useState = function(N) {
881
+ return J.current.useState(N);
882
+ }, Ie.useSyncExternalStore = function(N, z, A) {
883
+ return J.current.useSyncExternalStore(N, z, A);
884
884
  }, Ie.useTransition = function() {
885
885
  return J.current.useTransition();
886
886
  }, Ie.version = "18.3.1", Ie;
@@ -901,11 +901,11 @@ function yc() {
901
901
  return da || (da = 1, function(e, t) {
902
902
  process.env.NODE_ENV !== "production" && function() {
903
903
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
904
- var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), c = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), k = Symbol.iterator, L = "@@iterator";
904
+ var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), c = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), k = Symbol.for("react.offscreen"), S = Symbol.iterator, L = "@@iterator";
905
905
  function v(p) {
906
906
  if (p === null || typeof p != "object")
907
907
  return null;
908
- var C = k && p[k] || p[L];
908
+ var C = S && p[S] || p[L];
909
909
  return typeof C == "function" ? C : null;
910
910
  }
911
911
  var j = {
@@ -978,7 +978,7 @@ function yc() {
978
978
  J("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", C, B), Ve[G] = !0;
979
979
  }
980
980
  }
981
- var I = {
981
+ var N = {
982
982
  /**
983
983
  * Checks whether or not this composite component is mounted.
984
984
  * @param {ReactClass} publicInstance The instance we want to test.
@@ -1041,7 +1041,7 @@ function yc() {
1041
1041
  }, z = Object.assign, A = {};
1042
1042
  Object.freeze(A);
1043
1043
  function le(p, C, F) {
1044
- this.props = p, this.context = C, this.refs = A, this.updater = F || I;
1044
+ this.props = p, this.context = C, this.refs = A, this.updater = F || N;
1045
1045
  }
1046
1046
  le.prototype.isReactComponent = {}, le.prototype.setState = function(p, C) {
1047
1047
  if (typeof p != "object" && typeof p != "function" && p != null)
@@ -1068,7 +1068,7 @@ function yc() {
1068
1068
  }
1069
1069
  Te.prototype = le.prototype;
1070
1070
  function Ce(p, C, F) {
1071
- this.props = p, this.context = C, this.refs = A, this.updater = F || I;
1071
+ this.props = p, this.context = C, this.refs = A, this.updater = F || N;
1072
1072
  }
1073
1073
  var Pe = Ce.prototype = new Te();
1074
1074
  Pe.constructor = Ce, z(Pe, le.prototype), Pe.isPureReactComponent = !0;
@@ -1567,7 +1567,7 @@ Your code should look like:
1567
1567
  var Dn;
1568
1568
  Dn = Symbol.for("react.module.reference");
1569
1569
  function h(p) {
1570
- return !!(typeof p == "string" || typeof p == "function" || p === i || p === o || re || p === a || p === d || p === g || te || p === N || O || Q || Y || typeof p == "object" && p !== null && (p.$$typeof === T || p.$$typeof === m || p.$$typeof === l || p.$$typeof === c || p.$$typeof === f || // This needs to include all possible module reference object
1570
+ return !!(typeof p == "string" || typeof p == "function" || p === i || p === o || re || p === a || p === d || p === g || te || p === k || O || Q || Y || typeof p == "object" && p !== null && (p.$$typeof === T || p.$$typeof === m || p.$$typeof === l || p.$$typeof === c || p.$$typeof === f || // This needs to include all possible module reference object
1571
1571
  // types supported by any Flight configuration anywhere since
1572
1572
  // we don't know which Flight build this will end up being used
1573
1573
  // with.
@@ -2436,16 +2436,16 @@ function vc(e) {
2436
2436
  contentType: "flow",
2437
2437
  previous: i,
2438
2438
  _tokenizer: u
2439
- }), N(j);
2439
+ }), k(j);
2440
2440
  }
2441
- function N(j) {
2441
+ function k(j) {
2442
2442
  if (j === null) {
2443
- k(e.exit("chunkFlow"), !0), L(0), e.consume(j);
2443
+ S(e.exit("chunkFlow"), !0), L(0), e.consume(j);
2444
2444
  return;
2445
2445
  }
2446
- return ie(j) ? (e.consume(j), k(e.exit("chunkFlow")), r = 0, t.interrupt = void 0, o) : (e.consume(j), N);
2446
+ return ie(j) ? (e.consume(j), S(e.exit("chunkFlow")), r = 0, t.interrupt = void 0, o) : (e.consume(j), k);
2447
2447
  }
2448
- function k(j, ee) {
2448
+ function S(j, ee) {
2449
2449
  const K = t.sliceStream(j);
2450
2450
  if (ee && K.push(null), j.previous = i, i && (i.next = j), i = j, u.defineSkip(j.start), u.write(K), t.parser.lazy[j.start.line]) {
2451
2451
  let P = u.events.length;
@@ -2722,7 +2722,7 @@ function Gc(e, t, n) {
2722
2722
  return P === o ? (a++, e.consume(P), f) : a < 3 ? n(P) : (e.exit("codeFencedFenceSequence"), De(P) ? _e(e, d, "whitespace")(P) : d(P));
2723
2723
  }
2724
2724
  function d(P) {
2725
- return P === null || ie(P) ? (e.exit("codeFencedFence"), r.interrupt ? t(P) : e.check(Ta, N, ee)(P)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
2725
+ return P === null || ie(P) ? (e.exit("codeFencedFence"), r.interrupt ? t(P) : e.check(Ta, k, ee)(P)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
2726
2726
  contentType: "string"
2727
2727
  }), g(P));
2728
2728
  }
@@ -2737,17 +2737,17 @@ function Gc(e, t, n) {
2737
2737
  function T(P) {
2738
2738
  return P === null || ie(P) ? (e.exit("chunkString"), e.exit("codeFencedFenceMeta"), d(P)) : P === 96 && P === o ? n(P) : (e.consume(P), T);
2739
2739
  }
2740
- function N(P) {
2741
- return e.attempt(u, ee, k)(P);
2742
- }
2743
2740
  function k(P) {
2741
+ return e.attempt(u, ee, S)(P);
2742
+ }
2743
+ function S(P) {
2744
2744
  return e.enter("lineEnding"), e.consume(P), e.exit("lineEnding"), L;
2745
2745
  }
2746
2746
  function L(P) {
2747
2747
  return i > 0 && De(P) ? _e(e, v, "linePrefix", i + 1)(P) : v(P);
2748
2748
  }
2749
2749
  function v(P) {
2750
- return P === null || ie(P) ? e.check(Ta, N, ee)(P) : (e.enter("codeFlowValue"), j(P));
2750
+ return P === null || ie(P) ? e.check(Ta, k, ee)(P) : (e.enter("codeFlowValue"), j(P));
2751
2751
  }
2752
2752
  function j(P) {
2753
2753
  return P === null || ie(P) ? (e.exit("codeFlowValue"), v(P)) : (e.consume(P), j);
@@ -3060,8 +3060,8 @@ function uf(e, t) {
3060
3060
  const n = e.get(t)[1], r = e.get(t)[2];
3061
3061
  let u = t - 1;
3062
3062
  const i = [], a = n._tokenizer || r.parser[n.contentType](n.start), o = a.events, l = [], c = {};
3063
- let f, d, g = -1, m = n, T = 0, N = 0;
3064
- const k = [N];
3063
+ let f, d, g = -1, m = n, T = 0, k = 0;
3064
+ const S = [k];
3065
3065
  for (; m; ) {
3066
3066
  for (; e.get(++u)[1] !== m; )
3067
3067
  ;
@@ -3069,9 +3069,9 @@ function uf(e, t) {
3069
3069
  }
3070
3070
  for (m = n; ++g < o.length; )
3071
3071
  // Find a void token that includes a break.
3072
- o[g][0] === "exit" && o[g - 1][0] === "enter" && o[g][1].type === o[g - 1][1].type && o[g][1].start.line !== o[g][1].end.line && (N = g + 1, k.push(N), m._tokenizer = void 0, m.previous = void 0, m = m.next);
3073
- for (a.events = [], m ? (m._tokenizer = void 0, m.previous = void 0) : k.pop(), g = k.length; g--; ) {
3074
- const L = o.slice(k[g], k[g + 1]), v = i.pop();
3072
+ o[g][0] === "exit" && o[g - 1][0] === "enter" && o[g][1].type === o[g - 1][1].type && o[g][1].start.line !== o[g][1].end.line && (k = g + 1, S.push(k), m._tokenizer = void 0, m.previous = void 0, m = m.next);
3073
+ for (a.events = [], m ? (m._tokenizer = void 0, m.previous = void 0) : S.pop(), g = S.length; g--; ) {
3074
+ const L = o.slice(S[g], S[g + 1]), v = i.pop();
3075
3075
  l.push([v, v + L.length - 1]), e.splice(v, 2, L);
3076
3076
  }
3077
3077
  for (l.reverse(), g = -1; ++g < l.length; )
@@ -3129,7 +3129,7 @@ function Ys(e, t, n, r, u, i, a, o, l) {
3129
3129
  function d(L) {
3130
3130
  return L === 60 ? (e.enter(r), e.enter(u), e.enter(i), e.consume(L), e.exit(i), g) : L === null || L === 32 || L === 41 || Ur(L) ? n(L) : (e.enter(r), e.enter(a), e.enter(o), e.enter("chunkString", {
3131
3131
  contentType: "string"
3132
- }), N(L));
3132
+ }), k(L));
3133
3133
  }
3134
3134
  function g(L) {
3135
3135
  return L === 62 ? (e.enter(i), e.consume(L), e.exit(i), e.exit(u), e.exit(r), t) : (e.enter(o), e.enter("chunkString", {
@@ -3142,11 +3142,11 @@ function Ys(e, t, n, r, u, i, a, o, l) {
3142
3142
  function T(L) {
3143
3143
  return L === 60 || L === 62 || L === 92 ? (e.consume(L), m) : m(L);
3144
3144
  }
3145
- function N(L) {
3146
- return !f && (L === null || L === 41 || Oe(L)) ? (e.exit("chunkString"), e.exit(o), e.exit(a), e.exit(r), t(L)) : f < c && L === 40 ? (e.consume(L), f++, N) : L === 41 ? (e.consume(L), f--, N) : L === null || L === 32 || L === 40 || Ur(L) ? n(L) : (e.consume(L), L === 92 ? k : N);
3147
- }
3148
3145
  function k(L) {
3149
- return L === 40 || L === 41 || L === 92 ? (e.consume(L), N) : N(L);
3146
+ return !f && (L === null || L === 41 || Oe(L)) ? (e.exit("chunkString"), e.exit(o), e.exit(a), e.exit(r), t(L)) : f < c && L === 40 ? (e.consume(L), f++, k) : L === 41 ? (e.consume(L), f--, k) : L === null || L === 32 || L === 40 || Ur(L) ? n(L) : (e.consume(L), L === 92 ? S : k);
3147
+ }
3148
+ function S(L) {
3149
+ return L === 40 || L === 41 || L === 92 ? (e.consume(L), k) : k(L);
3150
3150
  }
3151
3151
  }
3152
3152
  function qs(e, t, n, r, u, i) {
@@ -3420,7 +3420,7 @@ function xf(e, t, n) {
3420
3420
  return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(A), d;
3421
3421
  }
3422
3422
  function d(A) {
3423
- return A === 33 ? (e.consume(A), g) : A === 47 ? (e.consume(A), i = !0, N) : A === 63 ? (e.consume(A), u = 3, r.interrupt ? t : D) : nt(A) ? (e.consume(A), a = String.fromCharCode(A), k) : n(A);
3423
+ return A === 33 ? (e.consume(A), g) : A === 47 ? (e.consume(A), i = !0, k) : A === 63 ? (e.consume(A), u = 3, r.interrupt ? t : D) : nt(A) ? (e.consume(A), a = String.fromCharCode(A), S) : n(A);
3424
3424
  }
3425
3425
  function g(A) {
3426
3426
  return A === 45 ? (e.consume(A), u = 2, m) : A === 91 ? (e.consume(A), u = 5, o = 0, T) : nt(A) ? (e.consume(A), u = 4, r.interrupt ? t : D) : n(A);
@@ -3432,15 +3432,15 @@ function xf(e, t, n) {
3432
3432
  const le = "CDATA[";
3433
3433
  return A === le.charCodeAt(o++) ? (e.consume(A), o === le.length ? r.interrupt ? t : Y : T) : n(A);
3434
3434
  }
3435
- function N(A) {
3436
- return nt(A) ? (e.consume(A), a = String.fromCharCode(A), k) : n(A);
3437
- }
3438
3435
  function k(A) {
3436
+ return nt(A) ? (e.consume(A), a = String.fromCharCode(A), S) : n(A);
3437
+ }
3438
+ function S(A) {
3439
3439
  if (A === null || A === 47 || A === 62 || Oe(A)) {
3440
3440
  const le = A === 47, be = a.toLowerCase();
3441
3441
  return !le && !i && _a.includes(be) ? (u = 1, r.interrupt ? t(A) : Y(A)) : Af.includes(a.toLowerCase()) ? (u = 6, le ? (e.consume(A), L) : r.interrupt ? t(A) : Y(A)) : (u = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(A) : i ? v(A) : j(A));
3442
3442
  }
3443
- return A === 45 || Je(A) ? (e.consume(A), a += String.fromCharCode(A), k) : n(A);
3443
+ return A === 45 || Je(A) ? (e.consume(A), a += String.fromCharCode(A), S) : n(A);
3444
3444
  }
3445
3445
  function L(A) {
3446
3446
  return A === 62 ? (e.consume(A), r.interrupt ? t : Y) : n(A);
@@ -3476,7 +3476,7 @@ function xf(e, t, n) {
3476
3476
  return A === null || ie(A) ? Y(A) : De(A) ? (e.consume(A), Q) : n(A);
3477
3477
  }
3478
3478
  function Y(A) {
3479
- return A === 45 && u === 2 ? (e.consume(A), Ne) : A === 60 && u === 1 ? (e.consume(A), J) : A === 62 && u === 4 ? (e.consume(A), I) : A === 63 && u === 3 ? (e.consume(A), D) : A === 93 && u === 5 ? (e.consume(A), Ve) : ie(A) && (u === 6 || u === 7) ? (e.exit("htmlFlowData"), e.check(Cf, z, te)(A)) : A === null || ie(A) ? (e.exit("htmlFlowData"), te(A)) : (e.consume(A), Y);
3479
+ return A === 45 && u === 2 ? (e.consume(A), Ne) : A === 60 && u === 1 ? (e.consume(A), J) : A === 62 && u === 4 ? (e.consume(A), N) : A === 63 && u === 3 ? (e.consume(A), D) : A === 93 && u === 5 ? (e.consume(A), Ve) : ie(A) && (u === 6 || u === 7) ? (e.exit("htmlFlowData"), e.check(Cf, z, te)(A)) : A === null || ie(A) ? (e.exit("htmlFlowData"), te(A)) : (e.consume(A), Y);
3480
3480
  }
3481
3481
  function te(A) {
3482
3482
  return e.check(Df, re, z)(A);
@@ -3496,7 +3496,7 @@ function xf(e, t, n) {
3496
3496
  function He(A) {
3497
3497
  if (A === 62) {
3498
3498
  const le = a.toLowerCase();
3499
- return _a.includes(le) ? (e.consume(A), I) : Y(A);
3499
+ return _a.includes(le) ? (e.consume(A), N) : Y(A);
3500
3500
  }
3501
3501
  return nt(A) && a.length < 8 ? (e.consume(A), a += String.fromCharCode(A), He) : Y(A);
3502
3502
  }
@@ -3504,10 +3504,10 @@ function xf(e, t, n) {
3504
3504
  return A === 93 ? (e.consume(A), D) : Y(A);
3505
3505
  }
3506
3506
  function D(A) {
3507
- return A === 62 ? (e.consume(A), I) : A === 45 && u === 2 ? (e.consume(A), D) : Y(A);
3507
+ return A === 62 ? (e.consume(A), N) : A === 45 && u === 2 ? (e.consume(A), D) : Y(A);
3508
3508
  }
3509
- function I(A) {
3510
- return A === null || ie(A) ? (e.exit("htmlFlowData"), z(A)) : (e.consume(A), I);
3509
+ function N(A) {
3510
+ return A === null || ie(A) ? (e.exit("htmlFlowData"), z(A)) : (e.consume(A), N);
3511
3511
  }
3512
3512
  function z(A) {
3513
3513
  return e.exit("htmlFlow"), t(A);
@@ -3559,17 +3559,17 @@ function kf(e, t, n) {
3559
3559
  return D === 62 ? Ne(D) : D === 45 ? g(D) : d(D);
3560
3560
  }
3561
3561
  function T(D) {
3562
- const I = "CDATA[";
3563
- return D === I.charCodeAt(i++) ? (e.consume(D), i === I.length ? N : T) : n(D);
3564
- }
3565
- function N(D) {
3566
- return D === null ? n(D) : D === 93 ? (e.consume(D), k) : ie(D) ? (a = N, J(D)) : (e.consume(D), N);
3562
+ const N = "CDATA[";
3563
+ return D === N.charCodeAt(i++) ? (e.consume(D), i === N.length ? k : T) : n(D);
3567
3564
  }
3568
3565
  function k(D) {
3569
- return D === 93 ? (e.consume(D), L) : N(D);
3566
+ return D === null ? n(D) : D === 93 ? (e.consume(D), S) : ie(D) ? (a = k, J(D)) : (e.consume(D), k);
3567
+ }
3568
+ function S(D) {
3569
+ return D === 93 ? (e.consume(D), L) : k(D);
3570
3570
  }
3571
3571
  function L(D) {
3572
- return D === 62 ? Ne(D) : D === 93 ? (e.consume(D), L) : N(D);
3572
+ return D === 62 ? Ne(D) : D === 93 ? (e.consume(D), L) : k(D);
3573
3573
  }
3574
3574
  function v(D) {
3575
3575
  return D === null || D === 62 ? Ne(D) : ie(D) ? (a = v, J(D)) : (e.consume(D), v);
@@ -4109,13 +4109,13 @@ function a0(e, t, n) {
4109
4109
  sliceStream: m,
4110
4110
  sliceSerialize: g,
4111
4111
  now: T,
4112
- defineSkip: N,
4112
+ defineSkip: k,
4113
4113
  write: d
4114
4114
  };
4115
4115
  let f = t.tokenize.call(c, l);
4116
4116
  return t.resolveAll && i.push(t), c;
4117
4117
  function d(Q) {
4118
- return a = yt(a, Q), k(), a[a.length - 1] !== null ? [] : (se(t, 0), c.events = Gr(i, c.events, c), c.events);
4118
+ return a = yt(a, Q), S(), a[a.length - 1] !== null ? [] : (se(t, 0), c.events = Gr(i, c.events, c), c.events);
4119
4119
  }
4120
4120
  function g(Q, Y) {
4121
4121
  return o0(m(Q), Y);
@@ -4133,10 +4133,10 @@ function a0(e, t, n) {
4133
4133
  _bufferIndex: x
4134
4134
  };
4135
4135
  }
4136
- function N(Q) {
4136
+ function k(Q) {
4137
4137
  u[Q.line] = Q.column, O();
4138
4138
  }
4139
- function k() {
4139
+ function S() {
4140
4140
  let Q;
4141
4141
  for (; r._index < a.length; ) {
4142
4142
  const Y = a[r._index];
@@ -4174,8 +4174,8 @@ function a0(e, t, n) {
4174
4174
  return Array.isArray(re) ? z(re) : "tokenize" in re ? (
4175
4175
  // @ts-expect-error Looks like a construct.
4176
4176
  z([re])
4177
- ) : I(re);
4178
- function I(fe) {
4177
+ ) : N(re);
4178
+ function N(fe) {
4179
4179
  return Se;
4180
4180
  function Se(Te) {
4181
4181
  const Ce = Te !== null && fe[Te], Pe = Te !== null && fe.null, Pt = [
@@ -4506,8 +4506,8 @@ function x0(e) {
4506
4506
  characterReferenceMarkerNumeric: be,
4507
4507
  characterReferenceValue: fe,
4508
4508
  characterReference: Se,
4509
- codeFenced: l(k),
4510
- codeFencedFence: N,
4509
+ codeFenced: l(S),
4510
+ codeFencedFence: k,
4511
4511
  codeFencedFenceInfo: m,
4512
4512
  codeFencedFenceMeta: T,
4513
4513
  codeFlowValue: O,
@@ -4537,7 +4537,7 @@ function x0(e) {
4537
4537
  paragraph: l(),
4538
4538
  referenceString: le,
4539
4539
  resourceDestinationString: D,
4540
- resourceTitleString: I,
4540
+ resourceTitleString: N,
4541
4541
  resource: z,
4542
4542
  setextHeading: l(se),
4543
4543
  setextHeadingLineSequence: H,
@@ -4706,10 +4706,10 @@ function x0(e) {
4706
4706
  const M = this.resume(), V = this.stack[this.stack.length - 1];
4707
4707
  V.meta = M;
4708
4708
  }
4709
- function N() {
4709
+ function k() {
4710
4710
  this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
4711
4711
  }
4712
- function k() {
4712
+ function S() {
4713
4713
  const M = this.resume(), V = this.stack[this.stack.length - 1];
4714
4714
  V.value = M.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
4715
4715
  }
@@ -4817,7 +4817,7 @@ function x0(e) {
4817
4817
  const M = this.resume(), V = this.stack[this.stack.length - 1];
4818
4818
  V.url = M;
4819
4819
  }
4820
- function I() {
4820
+ function N() {
4821
4821
  const M = this.resume(), V = this.stack[this.stack.length - 1];
4822
4822
  V.title = M;
4823
4823
  }
@@ -5342,7 +5342,7 @@ function oi(e, t, n, r) {
5342
5342
  }
5343
5343
  return g;
5344
5344
  function g() {
5345
- let m = to, T, N, k;
5345
+ let m = to, T, k, S;
5346
5346
  if ((!t || i(l, c, f[f.length - 1] || void 0)) && (m = $0(n(l, f)), m[0] === zu))
5347
5347
  return m;
5348
5348
  if ("children" in l && l.children) {
@@ -5351,11 +5351,11 @@ function oi(e, t, n, r) {
5351
5351
  l
5352
5352
  );
5353
5353
  if (L.children && m[0] !== q0)
5354
- for (N = (r ? L.children.length : -1) + a, k = f.concat(L); N > -1 && N < L.children.length; ) {
5355
- const v = L.children[N];
5356
- if (T = o(v, N, k)(), T[0] === zu)
5354
+ for (k = (r ? L.children.length : -1) + a, S = f.concat(L); k > -1 && k < L.children.length; ) {
5355
+ const v = L.children[k];
5356
+ if (T = o(v, k, S)(), T[0] === zu)
5357
5357
  return T;
5358
- N = typeof T[1] == "number" ? T[1] : N + a;
5358
+ k = typeof T[1] == "number" ? T[1] : k + a;
5359
5359
  }
5360
5360
  }
5361
5361
  return m;
@@ -6007,8 +6007,8 @@ function Ch(e, t, n) {
6007
6007
  const d = e.compilePattern(f);
6008
6008
  let g;
6009
6009
  for (; g = d.exec(r); ) {
6010
- const m = "before" in f || !!f.atBreak, T = "after" in f, N = g.index + (m ? g[1].length : 0);
6011
- u.includes(N) ? (a[N].before && !m && (a[N].before = !1), a[N].after && !T && (a[N].after = !1)) : (u.push(N), a[N] = { before: m, after: T });
6010
+ const m = "before" in f || !!f.atBreak, T = "after" in f, k = g.index + (m ? g[1].length : 0);
6011
+ u.includes(k) ? (a[k].before && !m && (a[k].before = !1), a[k].after && !T && (a[k].after = !1)) : (u.push(k), a[k] = { before: m, after: T });
6012
6012
  }
6013
6013
  }
6014
6014
  u.sort(Dh);
@@ -7372,8 +7372,8 @@ class fi extends Gh {
7372
7372
  r.push([c, ...f]);
7373
7373
  else if (f.length > 0) {
7374
7374
  let [m, ...T] = f;
7375
- const N = r[g][1];
7376
- Yu(N) && Yu(m) && (m = pu(!0, N, m)), r[g] = [c, m, ...T];
7375
+ const k = r[g][1];
7376
+ Yu(k) && Yu(m) && (m = pu(!0, k, m)), r[g] = [c, m, ...T];
7377
7377
  }
7378
7378
  }
7379
7379
  }
@@ -7453,7 +7453,7 @@ function mo(e, t, n) {
7453
7453
  function l(c, f) {
7454
7454
  const d = f[f.length - 1], g = i[a][0], m = i[a][1];
7455
7455
  let T = 0;
7456
- const k = d.children.indexOf(c);
7456
+ const S = d.children.indexOf(c);
7457
7457
  let L = !1, v = [];
7458
7458
  g.lastIndex = 0;
7459
7459
  let j = g.exec(c.value);
@@ -7471,7 +7471,7 @@ function mo(e, t, n) {
7471
7471
  break;
7472
7472
  j = g.exec(c.value);
7473
7473
  }
7474
- return L ? (T < c.value.length && v.push({ type: "text", value: c.value.slice(T) }), d.children.splice(k, 1, ...v)) : v = [c], k + v.length;
7474
+ return L ? (T < c.value.length && v.push({ type: "text", value: c.value.slice(T) }), d.children.splice(S, 1, ...v)) : v = [c], S + v.length;
7475
7475
  }
7476
7476
  }
7477
7477
  function td(e) {
@@ -7757,17 +7757,17 @@ function wd(e, t = {}) {
7757
7757
  const n = (t.align || []).concat(), r = t.stringLength || Bd, u = [], i = [], a = [], o = [];
7758
7758
  let l = 0, c = -1;
7759
7759
  for (; ++c < e.length; ) {
7760
- const T = [], N = [];
7761
- let k = -1;
7762
- for (e[c].length > l && (l = e[c].length); ++k < e[c].length; ) {
7763
- const L = vd(e[c][k]);
7760
+ const T = [], k = [];
7761
+ let S = -1;
7762
+ for (e[c].length > l && (l = e[c].length); ++S < e[c].length; ) {
7763
+ const L = vd(e[c][S]);
7764
7764
  if (t.alignDelimiters !== !1) {
7765
7765
  const v = r(L);
7766
- N[k] = v, (o[k] === void 0 || v > o[k]) && (o[k] = v);
7766
+ k[S] = v, (o[S] === void 0 || v > o[S]) && (o[S] = v);
7767
7767
  }
7768
7768
  T.push(L);
7769
7769
  }
7770
- i[c] = T, a[c] = N;
7770
+ i[c] = T, a[c] = k;
7771
7771
  }
7772
7772
  let f = -1;
7773
7773
  if (typeof n == "object" && "length" in n)
@@ -7782,34 +7782,34 @@ function wd(e, t = {}) {
7782
7782
  const d = [], g = [];
7783
7783
  for (; ++f < l; ) {
7784
7784
  const T = u[f];
7785
- let N = "", k = "";
7786
- T === 99 ? (N = ":", k = ":") : T === 108 ? N = ":" : T === 114 && (k = ":");
7785
+ let k = "", S = "";
7786
+ T === 99 ? (k = ":", S = ":") : T === 108 ? k = ":" : T === 114 && (S = ":");
7787
7787
  let L = t.alignDelimiters === !1 ? 1 : Math.max(
7788
7788
  1,
7789
- o[f] - N.length - k.length
7789
+ o[f] - k.length - S.length
7790
7790
  );
7791
- const v = N + "-".repeat(L) + k;
7792
- t.alignDelimiters !== !1 && (L = N.length + L + k.length, L > o[f] && (o[f] = L), g[f] = L), d[f] = v;
7791
+ const v = k + "-".repeat(L) + S;
7792
+ t.alignDelimiters !== !1 && (L = k.length + L + S.length, L > o[f] && (o[f] = L), g[f] = L), d[f] = v;
7793
7793
  }
7794
7794
  i.splice(1, 0, d), a.splice(1, 0, g), c = -1;
7795
7795
  const m = [];
7796
7796
  for (; ++c < i.length; ) {
7797
- const T = i[c], N = a[c];
7797
+ const T = i[c], k = a[c];
7798
7798
  f = -1;
7799
- const k = [];
7799
+ const S = [];
7800
7800
  for (; ++f < l; ) {
7801
7801
  const L = T[f] || "";
7802
7802
  let v = "", j = "";
7803
7803
  if (t.alignDelimiters !== !1) {
7804
- const ee = o[f] - (N[f] || 0), K = u[f];
7804
+ const ee = o[f] - (k[f] || 0), K = u[f];
7805
7805
  K === 114 ? v = " ".repeat(ee) : K === 99 ? ee % 2 ? (v = " ".repeat(ee / 2 + 0.5), j = " ".repeat(ee / 2 - 0.5)) : (v = " ".repeat(ee / 2), j = v) : j = " ".repeat(ee);
7806
7806
  }
7807
- t.delimiterStart !== !1 && !f && k.push("|"), t.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
7807
+ t.delimiterStart !== !1 && !f && S.push("|"), t.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
7808
7808
  // empty: there will be a closing space.
7809
- !(t.alignDelimiters === !1 && L === "") && (t.delimiterStart !== !1 || f) && k.push(" "), t.alignDelimiters !== !1 && k.push(v), k.push(L), t.alignDelimiters !== !1 && k.push(j), t.padding !== !1 && k.push(" "), (t.delimiterEnd !== !1 || f !== l - 1) && k.push("|");
7809
+ !(t.alignDelimiters === !1 && L === "") && (t.delimiterStart !== !1 || f) && S.push(" "), t.alignDelimiters !== !1 && S.push(v), S.push(L), t.alignDelimiters !== !1 && S.push(j), t.padding !== !1 && S.push(" "), (t.delimiterEnd !== !1 || f !== l - 1) && S.push("|");
7810
7810
  }
7811
7811
  m.push(
7812
- t.delimiterEnd === !1 ? k.join("").replace(/ +$/, "") : k.join("")
7812
+ t.delimiterEnd === !1 ? S.join("").replace(/ +$/, "") : S.join("")
7813
7813
  );
7814
7814
  }
7815
7815
  return m.join(`
@@ -7905,17 +7905,17 @@ function qd(e) {
7905
7905
  tableRow: o
7906
7906
  }
7907
7907
  };
7908
- function a(m, T, N, k) {
7909
- return c(f(m, N, k), m.align);
7908
+ function a(m, T, k, S) {
7909
+ return c(f(m, k, S), m.align);
7910
7910
  }
7911
- function o(m, T, N, k) {
7912
- const L = d(m, N, k), v = c([L]);
7911
+ function o(m, T, k, S) {
7912
+ const L = d(m, k, S), v = c([L]);
7913
7913
  return v.slice(0, v.indexOf(`
7914
7914
  `));
7915
7915
  }
7916
- function l(m, T, N, k) {
7917
- const L = N.enter("tableCell"), v = N.enter("phrasing"), j = N.containerPhrasing(m, {
7918
- ...k,
7916
+ function l(m, T, k, S) {
7917
+ const L = k.enter("tableCell"), v = k.enter("phrasing"), j = k.containerPhrasing(m, {
7918
+ ...S,
7919
7919
  before: i,
7920
7920
  after: i
7921
7921
  });
@@ -7932,25 +7932,25 @@ function qd(e) {
7932
7932
  stringLength: u
7933
7933
  });
7934
7934
  }
7935
- function f(m, T, N) {
7936
- const k = m.children;
7935
+ function f(m, T, k) {
7936
+ const S = m.children;
7937
7937
  let L = -1;
7938
7938
  const v = [], j = T.enter("table");
7939
- for (; ++L < k.length; )
7940
- v[L] = d(k[L], T, N);
7939
+ for (; ++L < S.length; )
7940
+ v[L] = d(S[L], T, k);
7941
7941
  return j(), v;
7942
7942
  }
7943
- function d(m, T, N) {
7944
- const k = m.children;
7943
+ function d(m, T, k) {
7944
+ const S = m.children;
7945
7945
  let L = -1;
7946
7946
  const v = [], j = T.enter("tableRow");
7947
- for (; ++L < k.length; )
7948
- v[L] = l(k[L], m, T, N);
7947
+ for (; ++L < S.length; )
7948
+ v[L] = l(S[L], m, T, k);
7949
7949
  return j(), v;
7950
7950
  }
7951
- function g(m, T, N) {
7952
- let k = ci.inlineCode(m, T, N);
7953
- return N.stack.includes("tableCell") && (k = k.replace(/\|/g, "\\$&")), k;
7951
+ function g(m, T, k) {
7952
+ let S = ci.inlineCode(m, T, k);
7953
+ return k.stack.includes("tableCell") && (S = S.replace(/\|/g, "\\$&")), S;
7954
7954
  }
7955
7955
  }
7956
7956
  function $d() {
@@ -8370,8 +8370,8 @@ function dp(e, t, n) {
8370
8370
  return n(T);
8371
8371
  if (T === 93) {
8372
8372
  e.exit("chunkString");
8373
- const N = e.exit("gfmFootnoteDefinitionLabelString");
8374
- return i = Ot(r.sliceSerialize(N)), e.enter("gfmFootnoteDefinitionLabelMarker"), e.consume(T), e.exit("gfmFootnoteDefinitionLabelMarker"), e.exit("gfmFootnoteDefinitionLabel"), g;
8373
+ const k = e.exit("gfmFootnoteDefinitionLabelString");
8374
+ return i = Ot(r.sliceSerialize(k)), e.enter("gfmFootnoteDefinitionLabelMarker"), e.consume(T), e.exit("gfmFootnoteDefinitionLabelMarker"), e.exit("gfmFootnoteDefinitionLabel"), g;
8375
8375
  }
8376
8376
  return Oe(T) || (o = !0), a++, e.consume(T), T === 92 ? d : f;
8377
8377
  }
@@ -8451,13 +8451,13 @@ function gp(e) {
8451
8451
  return c === 126 && f[f.length - 1][1].type !== "characterEscape" ? l(T) : (a.enter("strikethroughSequenceTemporary"), m(T));
8452
8452
  }
8453
8453
  function m(T) {
8454
- const N = jr(c);
8454
+ const k = jr(c);
8455
8455
  if (T === 126)
8456
8456
  return d > 1 ? l(T) : (a.consume(T), d++, m);
8457
8457
  if (d < 2 && !n)
8458
8458
  return l(T);
8459
- const k = a.exit("strikethroughSequenceTemporary"), L = jr(T);
8460
- return k._open = !L || L === 2 && !!N, k._close = !N || N === 2 && !!L, o(T);
8459
+ const S = a.exit("strikethroughSequenceTemporary"), L = jr(T);
8460
+ return S._open = !L || L === 2 && !!k, S._close = !k || k === 2 && !!L, o(T);
8461
8461
  }
8462
8462
  }
8463
8463
  }
@@ -8594,12 +8594,12 @@ function Cp(e, t, n) {
8594
8594
  return r.interrupt = !1, r.parser.lazy[r.now().line] ? n(O) : (e.enter("tableDelimiterRow"), a = !1, De(O) ? _e(e, T, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(O) : T(O));
8595
8595
  }
8596
8596
  function T(O) {
8597
- return O === 45 || O === 58 ? k(O) : O === 124 ? (a = !0, e.enter("tableCellDivider"), e.consume(O), e.exit("tableCellDivider"), N) : K(O);
8598
- }
8599
- function N(O) {
8600
- return De(O) ? _e(e, k, "whitespace")(O) : k(O);
8597
+ return O === 45 || O === 58 ? S(O) : O === 124 ? (a = !0, e.enter("tableCellDivider"), e.consume(O), e.exit("tableCellDivider"), k) : K(O);
8601
8598
  }
8602
8599
  function k(O) {
8600
+ return De(O) ? _e(e, S, "whitespace")(O) : S(O);
8601
+ }
8602
+ function S(O) {
8603
8603
  return O === 58 ? (i += 1, a = !0, e.enter("tableDelimiterMarker"), e.consume(O), e.exit("tableDelimiterMarker"), L) : O === 45 ? (i += 1, L(O)) : O === null || ie(O) ? ee(O) : K(O);
8604
8604
  }
8605
8605
  function L(O) {
@@ -8671,8 +8671,8 @@ function Sr(e, t, n, r, u, i) {
8671
8671
  if (e.add(n[2], 0, [["enter", d, t]]), r !== 2) {
8672
8672
  const g = t.events[n[2]], m = t.events[n[3]];
8673
8673
  if (g[1].end = Object.assign({}, m[1].end), g[1].type = "chunkText", g[1].contentType = "text", n[3] > n[2] + 1) {
8674
- const T = n[2] + 1, N = n[3] - n[2] - 1;
8675
- e.add(T, N, []);
8674
+ const T = n[2] + 1, k = n[3] - n[2] - 1;
8675
+ e.add(T, k, []);
8676
8676
  }
8677
8677
  }
8678
8678
  e.add(n[3] + 1, 0, [["exit", d, t]]);
@@ -8920,14 +8920,14 @@ function di(e, t = {}) {
8920
8920
  let c = (o ? o.line : 0) || 1, f = (o ? o.column : 0) || 1, d = m(), g;
8921
8921
  for (u--; ++u <= e.length; )
8922
8922
  if (g === 10 && (f = (l ? l[i] : 0) || 1), g = e.charCodeAt(u), g === 38) {
8923
- const k = e.charCodeAt(u + 1);
8924
- if (k === 9 || k === 10 || k === 12 || k === 32 || k === 38 || k === 60 || Number.isNaN(k) || n && k === n) {
8923
+ const S = e.charCodeAt(u + 1);
8924
+ if (S === 9 || S === 10 || S === 12 || S === 32 || S === 38 || S === 60 || Number.isNaN(S) || n && S === n) {
8925
8925
  a += Nn(g), f++;
8926
8926
  continue;
8927
8927
  }
8928
8928
  const L = u + 1;
8929
8929
  let v = L, j = L, ee;
8930
- if (k === 35) {
8930
+ if (S === 35) {
8931
8931
  j = ++v;
8932
8932
  const Y = e.charCodeAt(j);
8933
8933
  Y === 88 || Y === 120 ? (ee = "hexadecimal", j = ++v) : ee = "decimal";
@@ -8982,7 +8982,7 @@ function di(e, t = {}) {
8982
8982
  }
8983
8983
  }
8984
8984
  if (Q) {
8985
- N(), d = m(), u = j - 1, f += j - L + 1, r.push(Q);
8985
+ k(), d = m(), u = j - 1, f += j - L + 1, r.push(Q);
8986
8986
  const Y = m();
8987
8987
  Y.offset++, t.reference && t.reference.call(
8988
8988
  t.referenceContext,
@@ -8993,7 +8993,7 @@ function di(e, t = {}) {
8993
8993
  } else
8994
8994
  H = e.slice(L - 1, j), a += H, f += H.length, u = j - 1;
8995
8995
  } else
8996
- g === 10 && (c++, i++, f = 0), Number.isNaN(g) ? N() : (a += Nn(g), f++);
8996
+ g === 10 && (c++, i++, f = 0), Number.isNaN(g) ? k() : (a += Nn(g), f++);
8997
8997
  return r.join("");
8998
8998
  function m() {
8999
8999
  return {
@@ -9002,16 +9002,16 @@ function di(e, t = {}) {
9002
9002
  offset: u + ((o ? o.offset : 0) || 0)
9003
9003
  };
9004
9004
  }
9005
- function T(k, L) {
9005
+ function T(S, L) {
9006
9006
  let v;
9007
9007
  t.warning && (v = m(), v.column += L, v.offset += L, t.warning.call(
9008
9008
  t.warningContext,
9009
- Pp[k],
9009
+ Pp[S],
9010
9010
  v,
9011
- k
9011
+ S
9012
9012
  ));
9013
9013
  }
9014
- function N() {
9014
+ function k() {
9015
9015
  a && (r.push(a), t.text && t.text.call(t.textContext, a, {
9016
9016
  start: d,
9017
9017
  end: m()
@@ -9246,10 +9246,10 @@ function tm(e, t) {
9246
9246
  l = Xa.test(d) ? "#" + d : f("id", d);
9247
9247
  else if (c === "class") {
9248
9248
  const g = d.split(/[\t\n\r ]+/g), m = [], T = [];
9249
- let N = -1;
9250
- for (; ++N < g.length; )
9251
- (Xa.test(g[N]) ? T : m).push(
9252
- g[N]
9249
+ let k = -1;
9250
+ for (; ++k < g.length; )
9251
+ (Xa.test(g[k]) ? T : m).push(
9252
+ g[k]
9253
9253
  );
9254
9254
  a = m.length > 0 ? f("class", m.join(" ")) : "", o = T.length > 0 ? "." + T.join(".") : "";
9255
9255
  } else
@@ -9275,27 +9275,27 @@ function nm(e) {
9275
9275
  }), t += 3) : e.type === "leafDirective" ? t = 2 : t = 1, ":".repeat(t);
9276
9276
  }
9277
9277
  function mi(e, t, n, r, u, i, a, o, l, c, f, d, g, m, T) {
9278
- let N, k;
9278
+ let k, S;
9279
9279
  return L;
9280
9280
  function L(x) {
9281
9281
  return e.enter(r), e.enter(u), e.consume(x), e.exit(u), v;
9282
9282
  }
9283
9283
  function v(x) {
9284
- return x === 35 ? (N = a, j(x)) : x === 46 ? (N = o, j(x)) : x === 58 || x === 95 || nt(x) ? (e.enter(i), e.enter(l), e.consume(x), P) : T && De(x) ? _e(e, v, "whitespace")(x) : !T && Oe(x) ? Vt(e, v)(x) : re(x);
9284
+ return x === 35 ? (k = a, j(x)) : x === 46 ? (k = o, j(x)) : x === 58 || x === 95 || nt(x) ? (e.enter(i), e.enter(l), e.consume(x), P) : T && De(x) ? _e(e, v, "whitespace")(x) : !T && Oe(x) ? Vt(e, v)(x) : re(x);
9285
9285
  }
9286
9286
  function j(x) {
9287
9287
  const Ne = (
9288
9288
  /** @type {TokenType} */
9289
- N + "Marker"
9289
+ k + "Marker"
9290
9290
  );
9291
- return e.enter(i), e.enter(N), e.enter(Ne), e.consume(x), e.exit(Ne), ee;
9291
+ return e.enter(i), e.enter(k), e.enter(Ne), e.consume(x), e.exit(Ne), ee;
9292
9292
  }
9293
9293
  function ee(x) {
9294
9294
  if (x === null || x === 34 || x === 35 || x === 39 || x === 46 || x === 60 || x === 61 || x === 62 || x === 96 || x === 125 || Oe(x))
9295
9295
  return n(x);
9296
9296
  const Ne = (
9297
9297
  /** @type {TokenType} */
9298
- N + "Value"
9298
+ k + "Value"
9299
9299
  );
9300
9300
  return e.enter(Ne), e.consume(x), K;
9301
9301
  }
@@ -9305,9 +9305,9 @@ function mi(e, t, n, r, u, i, a, o, l, c, f, d, g, m, T) {
9305
9305
  if (x === 35 || x === 46 || x === 125 || Oe(x)) {
9306
9306
  const Ne = (
9307
9307
  /** @type {TokenType} */
9308
- N + "Value"
9308
+ k + "Value"
9309
9309
  );
9310
- return e.exit(Ne), e.exit(N), e.exit(i), v(x);
9310
+ return e.exit(Ne), e.exit(k), e.exit(i), v(x);
9311
9311
  }
9312
9312
  return e.consume(x), K;
9313
9313
  }
@@ -9318,19 +9318,19 @@ function mi(e, t, n, r, u, i, a, o, l, c, f, d, g, m, T) {
9318
9318
  return x === 61 ? (e.enter(c), e.consume(x), e.exit(c), se) : (e.exit(i), v(x));
9319
9319
  }
9320
9320
  function se(x) {
9321
- return x === null || x === 60 || x === 61 || x === 62 || x === 96 || x === 125 || T && ie(x) ? n(x) : x === 34 || x === 39 ? (e.enter(f), e.enter(g), e.consume(x), e.exit(g), k = x, O) : T && De(x) ? _e(e, se, "whitespace")(x) : !T && Oe(x) ? Vt(e, se)(x) : (e.enter(d), e.enter(m), e.consume(x), k = void 0, oe);
9321
+ return x === null || x === 60 || x === 61 || x === 62 || x === 96 || x === 125 || T && ie(x) ? n(x) : x === 34 || x === 39 ? (e.enter(f), e.enter(g), e.consume(x), e.exit(g), S = x, O) : T && De(x) ? _e(e, se, "whitespace")(x) : !T && Oe(x) ? Vt(e, se)(x) : (e.enter(d), e.enter(m), e.consume(x), S = void 0, oe);
9322
9322
  }
9323
9323
  function oe(x) {
9324
9324
  return x === null || x === 34 || x === 39 || x === 60 || x === 61 || x === 62 || x === 96 ? n(x) : x === 125 || Oe(x) ? (e.exit(m), e.exit(d), e.exit(i), v(x)) : (e.consume(x), oe);
9325
9325
  }
9326
9326
  function O(x) {
9327
- return x === k ? (e.enter(g), e.consume(x), e.exit(g), e.exit(f), e.exit(i), te) : (e.enter(d), Q(x));
9327
+ return x === S ? (e.enter(g), e.consume(x), e.exit(g), e.exit(f), e.exit(i), te) : (e.enter(d), Q(x));
9328
9328
  }
9329
9329
  function Q(x) {
9330
- return x === k ? (e.exit(d), O(x)) : x === null ? n(x) : ie(x) ? T ? n(x) : Vt(e, Q)(x) : (e.enter(m), e.consume(x), Y);
9330
+ return x === S ? (e.exit(d), O(x)) : x === null ? n(x) : ie(x) ? T ? n(x) : Vt(e, Q)(x) : (e.enter(m), e.consume(x), Y);
9331
9331
  }
9332
9332
  function Y(x) {
9333
- return x === k || x === null || ie(x) ? (e.exit(m), Q(x)) : (e.consume(x), Y);
9333
+ return x === S || x === null || ie(x) ? (e.exit(m), Q(x)) : (e.consume(x), Y);
9334
9334
  }
9335
9335
  function te(x) {
9336
9336
  return x === 125 || Oe(x) ? v(x) : re(x);
@@ -9342,29 +9342,29 @@ function mi(e, t, n, r, u, i, a, o, l, c, f, d, g, m, T) {
9342
9342
  function Ei(e, t, n, r, u, i, a) {
9343
9343
  let o = 0, l = 0, c;
9344
9344
  return f;
9345
- function f(k) {
9346
- return e.enter(r), e.enter(u), e.consume(k), e.exit(u), d;
9345
+ function f(S) {
9346
+ return e.enter(r), e.enter(u), e.consume(S), e.exit(u), d;
9347
9347
  }
9348
- function d(k) {
9349
- return k === 93 ? (e.enter(u), e.consume(k), e.exit(u), e.exit(r), t) : (e.enter(i), g(k));
9348
+ function d(S) {
9349
+ return S === 93 ? (e.enter(u), e.consume(S), e.exit(u), e.exit(r), t) : (e.enter(i), g(S));
9350
9350
  }
9351
- function g(k) {
9352
- if (k === 93 && !l)
9353
- return N(k);
9351
+ function g(S) {
9352
+ if (S === 93 && !l)
9353
+ return k(S);
9354
9354
  const L = e.enter("chunkText", {
9355
9355
  contentType: "text",
9356
9356
  previous: c
9357
9357
  });
9358
- return c && (c.next = L), c = L, m(k);
9358
+ return c && (c.next = L), c = L, m(S);
9359
9359
  }
9360
- function m(k) {
9361
- return k === null || o > 999 || k === 91 && ++l > 32 ? n(k) : k === 93 && !l-- ? (e.exit("chunkText"), N(k)) : ie(k) ? a ? n(k) : (e.consume(k), e.exit("chunkText"), g) : (e.consume(k), k === 92 ? T : m);
9360
+ function m(S) {
9361
+ return S === null || o > 999 || S === 91 && ++l > 32 ? n(S) : S === 93 && !l-- ? (e.exit("chunkText"), k(S)) : ie(S) ? a ? n(S) : (e.consume(S), e.exit("chunkText"), g) : (e.consume(S), S === 92 ? T : m);
9362
9362
  }
9363
- function T(k) {
9364
- return k === 91 || k === 92 || k === 93 ? (e.consume(k), o++, m) : m(k);
9363
+ function T(S) {
9364
+ return S === 91 || S === 92 || S === 93 ? (e.consume(S), o++, m) : m(S);
9365
9365
  }
9366
- function N(k) {
9367
- return e.exit(i), e.enter(u), e.consume(k), e.exit(u), e.exit(r), t;
9366
+ function k(S) {
9367
+ return e.exit(i), e.enter(u), e.consume(S), e.exit(u), e.exit(r), t;
9368
9368
  }
9369
9369
  }
9370
9370
  function gi(e, t, n, r) {
@@ -9410,15 +9410,15 @@ function am(e, t, n) {
9410
9410
  return _e(e, m, "whitespace")(H);
9411
9411
  }
9412
9412
  function m(H) {
9413
- return e.exit("directiveContainerFence"), H === null ? T(H) : ie(H) ? r.interrupt ? t(H) : e.attempt(Ja, N, T)(H) : n(H);
9413
+ return e.exit("directiveContainerFence"), H === null ? T(H) : ie(H) ? r.interrupt ? t(H) : e.attempt(Ja, k, T)(H) : n(H);
9414
9414
  }
9415
9415
  function T(H) {
9416
9416
  return e.exit("directiveContainer"), t(H);
9417
9417
  }
9418
- function N(H) {
9419
- return H === null ? (e.exit("directiveContainer"), t(H)) : (e.enter("directiveContainerContent"), k(H));
9420
- }
9421
9418
  function k(H) {
9419
+ return H === null ? (e.exit("directiveContainer"), t(H)) : (e.enter("directiveContainerContent"), S(H));
9420
+ }
9421
+ function S(H) {
9422
9422
  return H === null ? K(H) : e.attempt({
9423
9423
  tokenize: P,
9424
9424
  partial: !0
@@ -9443,7 +9443,7 @@ function am(e, t, n) {
9443
9443
  function j(H) {
9444
9444
  e.consume(H);
9445
9445
  const se = e.exit("chunkDocument");
9446
- return r.parser.lazy[se.start.line] = !1, k;
9446
+ return r.parser.lazy[se.start.line] = !1, S;
9447
9447
  }
9448
9448
  function ee(H) {
9449
9449
  const se = e.exit("chunkDocument");
@@ -10113,8 +10113,8 @@ function u1(e) {
10113
10113
  continue;
10114
10114
  const f = e.all(c), d = String(c.identifier).toUpperCase(), g = Fn(d.toLowerCase());
10115
10115
  let m = 0;
10116
- const T = [], N = e.footnoteCounts.get(d);
10117
- for (; N !== void 0 && ++m <= N; ) {
10116
+ const T = [], k = e.footnoteCounts.get(d);
10117
+ for (; k !== void 0 && ++m <= k; ) {
10118
10118
  T.length > 0 && T.push({ type: "text", value: " " });
10119
10119
  let v = typeof n == "string" ? n : n(l, m);
10120
10120
  typeof v == "string" && (v = { type: "text", value: v }), T.push({
@@ -10129,10 +10129,10 @@ function u1(e) {
10129
10129
  children: Array.isArray(v) ? v : [v]
10130
10130
  });
10131
10131
  }
10132
- const k = f[f.length - 1];
10133
- if (k && k.type === "element" && k.tagName === "p") {
10134
- const v = k.children[k.children.length - 1];
10135
- v && v.type === "text" ? v.value += " " : k.children.push({ type: "text", value: " " }), k.children.push(...T);
10132
+ const S = f[f.length - 1];
10133
+ if (S && S.type === "element" && S.tagName === "p") {
10134
+ const v = S.children[S.children.length - 1];
10135
+ v && v.type === "text" ? v.value += " " : S.children.push({ type: "text", value: " " }), S.children.push(...T);
10136
10136
  } else
10137
10137
  f.push(...T);
10138
10138
  const L = {
@@ -10198,7 +10198,7 @@ function a1(e, t) {
10198
10198
  return m(o, f, d);
10199
10199
  if (o.options.passThrough && o.options.passThrough.includes(g)) {
10200
10200
  if ("children" in f) {
10201
- const { children: N, ...k } = f, L = Wt(k);
10201
+ const { children: k, ...S } = f, L = Wt(S);
10202
10202
  return L.children = o.all(f), L;
10203
10203
  }
10204
10204
  return Wt(f);
@@ -10214,8 +10214,8 @@ function a1(e, t) {
10214
10214
  const T = o.one(g[m], f);
10215
10215
  if (T) {
10216
10216
  if (m && g[m - 1].type === "break" && (!Array.isArray(T) && T.type === "text" && (T.value = is(T.value)), !Array.isArray(T) && T.type === "element")) {
10217
- const N = T.children[0];
10218
- N && N.type === "text" && (N.value = is(N.value));
10217
+ const k = T.children[0];
10218
+ k && k.type === "text" && (k.value = is(k.value));
10219
10219
  }
10220
10220
  Array.isArray(T) ? d.push(...T) : d.push(T);
10221
10221
  }
@@ -12414,137 +12414,137 @@ var At;
12414
12414
  (function(e) {
12415
12415
  e.NO_QUIRKS = "no-quirks", e.QUIRKS = "quirks", e.LIMITED_QUIRKS = "limited-quirks";
12416
12416
  })(At = At || (At = {}));
12417
- var S;
12417
+ var I;
12418
12418
  (function(e) {
12419
12419
  e.A = "a", e.ADDRESS = "address", e.ANNOTATION_XML = "annotation-xml", e.APPLET = "applet", e.AREA = "area", e.ARTICLE = "article", e.ASIDE = "aside", e.B = "b", e.BASE = "base", e.BASEFONT = "basefont", e.BGSOUND = "bgsound", e.BIG = "big", e.BLOCKQUOTE = "blockquote", e.BODY = "body", e.BR = "br", e.BUTTON = "button", e.CAPTION = "caption", e.CENTER = "center", e.CODE = "code", e.COL = "col", e.COLGROUP = "colgroup", e.DD = "dd", e.DESC = "desc", e.DETAILS = "details", e.DIALOG = "dialog", e.DIR = "dir", e.DIV = "div", e.DL = "dl", e.DT = "dt", e.EM = "em", e.EMBED = "embed", e.FIELDSET = "fieldset", e.FIGCAPTION = "figcaption", e.FIGURE = "figure", e.FONT = "font", e.FOOTER = "footer", e.FOREIGN_OBJECT = "foreignObject", e.FORM = "form", e.FRAME = "frame", e.FRAMESET = "frameset", e.H1 = "h1", e.H2 = "h2", e.H3 = "h3", e.H4 = "h4", e.H5 = "h5", e.H6 = "h6", e.HEAD = "head", e.HEADER = "header", e.HGROUP = "hgroup", e.HR = "hr", e.HTML = "html", e.I = "i", e.IMG = "img", e.IMAGE = "image", e.INPUT = "input", e.IFRAME = "iframe", e.KEYGEN = "keygen", e.LABEL = "label", e.LI = "li", e.LINK = "link", e.LISTING = "listing", e.MAIN = "main", e.MALIGNMARK = "malignmark", e.MARQUEE = "marquee", e.MATH = "math", e.MENU = "menu", e.META = "meta", e.MGLYPH = "mglyph", e.MI = "mi", e.MO = "mo", e.MN = "mn", e.MS = "ms", e.MTEXT = "mtext", e.NAV = "nav", e.NOBR = "nobr", e.NOFRAMES = "noframes", e.NOEMBED = "noembed", e.NOSCRIPT = "noscript", e.OBJECT = "object", e.OL = "ol", e.OPTGROUP = "optgroup", e.OPTION = "option", e.P = "p", e.PARAM = "param", e.PLAINTEXT = "plaintext", e.PRE = "pre", e.RB = "rb", e.RP = "rp", e.RT = "rt", e.RTC = "rtc", e.RUBY = "ruby", e.S = "s", e.SCRIPT = "script", e.SECTION = "section", e.SELECT = "select", e.SOURCE = "source", e.SMALL = "small", e.SPAN = "span", e.STRIKE = "strike", e.STRONG = "strong", e.STYLE = "style", e.SUB = "sub", e.SUMMARY = "summary", e.SUP = "sup", e.TABLE = "table", e.TBODY = "tbody", e.TEMPLATE = "template", e.TEXTAREA = "textarea", e.TFOOT = "tfoot", e.TD = "td", e.TH = "th", e.THEAD = "thead", e.TITLE = "title", e.TR = "tr", e.TRACK = "track", e.TT = "tt", e.U = "u", e.UL = "ul", e.SVG = "svg", e.VAR = "var", e.WBR = "wbr", e.XMP = "xmp";
12420
- })(S = S || (S = {}));
12420
+ })(I = I || (I = {}));
12421
12421
  var s;
12422
12422
  (function(e) {
12423
12423
  e[e.UNKNOWN = 0] = "UNKNOWN", e[e.A = 1] = "A", e[e.ADDRESS = 2] = "ADDRESS", e[e.ANNOTATION_XML = 3] = "ANNOTATION_XML", e[e.APPLET = 4] = "APPLET", e[e.AREA = 5] = "AREA", e[e.ARTICLE = 6] = "ARTICLE", e[e.ASIDE = 7] = "ASIDE", e[e.B = 8] = "B", e[e.BASE = 9] = "BASE", e[e.BASEFONT = 10] = "BASEFONT", e[e.BGSOUND = 11] = "BGSOUND", e[e.BIG = 12] = "BIG", e[e.BLOCKQUOTE = 13] = "BLOCKQUOTE", e[e.BODY = 14] = "BODY", e[e.BR = 15] = "BR", e[e.BUTTON = 16] = "BUTTON", e[e.CAPTION = 17] = "CAPTION", e[e.CENTER = 18] = "CENTER", e[e.CODE = 19] = "CODE", e[e.COL = 20] = "COL", e[e.COLGROUP = 21] = "COLGROUP", e[e.DD = 22] = "DD", e[e.DESC = 23] = "DESC", e[e.DETAILS = 24] = "DETAILS", e[e.DIALOG = 25] = "DIALOG", e[e.DIR = 26] = "DIR", e[e.DIV = 27] = "DIV", e[e.DL = 28] = "DL", e[e.DT = 29] = "DT", e[e.EM = 30] = "EM", e[e.EMBED = 31] = "EMBED", e[e.FIELDSET = 32] = "FIELDSET", e[e.FIGCAPTION = 33] = "FIGCAPTION", e[e.FIGURE = 34] = "FIGURE", e[e.FONT = 35] = "FONT", e[e.FOOTER = 36] = "FOOTER", e[e.FOREIGN_OBJECT = 37] = "FOREIGN_OBJECT", e[e.FORM = 38] = "FORM", e[e.FRAME = 39] = "FRAME", e[e.FRAMESET = 40] = "FRAMESET", e[e.H1 = 41] = "H1", e[e.H2 = 42] = "H2", e[e.H3 = 43] = "H3", e[e.H4 = 44] = "H4", e[e.H5 = 45] = "H5", e[e.H6 = 46] = "H6", e[e.HEAD = 47] = "HEAD", e[e.HEADER = 48] = "HEADER", e[e.HGROUP = 49] = "HGROUP", e[e.HR = 50] = "HR", e[e.HTML = 51] = "HTML", e[e.I = 52] = "I", e[e.IMG = 53] = "IMG", e[e.IMAGE = 54] = "IMAGE", e[e.INPUT = 55] = "INPUT", e[e.IFRAME = 56] = "IFRAME", e[e.KEYGEN = 57] = "KEYGEN", e[e.LABEL = 58] = "LABEL", e[e.LI = 59] = "LI", e[e.LINK = 60] = "LINK", e[e.LISTING = 61] = "LISTING", e[e.MAIN = 62] = "MAIN", e[e.MALIGNMARK = 63] = "MALIGNMARK", e[e.MARQUEE = 64] = "MARQUEE", e[e.MATH = 65] = "MATH", e[e.MENU = 66] = "MENU", e[e.META = 67] = "META", e[e.MGLYPH = 68] = "MGLYPH", e[e.MI = 69] = "MI", e[e.MO = 70] = "MO", e[e.MN = 71] = "MN", e[e.MS = 72] = "MS", e[e.MTEXT = 73] = "MTEXT", e[e.NAV = 74] = "NAV", e[e.NOBR = 75] = "NOBR", e[e.NOFRAMES = 76] = "NOFRAMES", e[e.NOEMBED = 77] = "NOEMBED", e[e.NOSCRIPT = 78] = "NOSCRIPT", e[e.OBJECT = 79] = "OBJECT", e[e.OL = 80] = "OL", e[e.OPTGROUP = 81] = "OPTGROUP", e[e.OPTION = 82] = "OPTION", e[e.P = 83] = "P", e[e.PARAM = 84] = "PARAM", e[e.PLAINTEXT = 85] = "PLAINTEXT", e[e.PRE = 86] = "PRE", e[e.RB = 87] = "RB", e[e.RP = 88] = "RP", e[e.RT = 89] = "RT", e[e.RTC = 90] = "RTC", e[e.RUBY = 91] = "RUBY", e[e.S = 92] = "S", e[e.SCRIPT = 93] = "SCRIPT", e[e.SECTION = 94] = "SECTION", e[e.SELECT = 95] = "SELECT", e[e.SOURCE = 96] = "SOURCE", e[e.SMALL = 97] = "SMALL", e[e.SPAN = 98] = "SPAN", e[e.STRIKE = 99] = "STRIKE", e[e.STRONG = 100] = "STRONG", e[e.STYLE = 101] = "STYLE", e[e.SUB = 102] = "SUB", e[e.SUMMARY = 103] = "SUMMARY", e[e.SUP = 104] = "SUP", e[e.TABLE = 105] = "TABLE", e[e.TBODY = 106] = "TBODY", e[e.TEMPLATE = 107] = "TEMPLATE", e[e.TEXTAREA = 108] = "TEXTAREA", e[e.TFOOT = 109] = "TFOOT", e[e.TD = 110] = "TD", e[e.TH = 111] = "TH", e[e.THEAD = 112] = "THEAD", e[e.TITLE = 113] = "TITLE", e[e.TR = 114] = "TR", e[e.TRACK = 115] = "TRACK", e[e.TT = 116] = "TT", e[e.U = 117] = "U", e[e.UL = 118] = "UL", e[e.SVG = 119] = "SVG", e[e.VAR = 120] = "VAR", e[e.WBR = 121] = "WBR", e[e.XMP = 122] = "XMP";
12424
12424
  })(s = s || (s = {}));
12425
12425
  const oE = /* @__PURE__ */ new Map([
12426
- [S.A, s.A],
12427
- [S.ADDRESS, s.ADDRESS],
12428
- [S.ANNOTATION_XML, s.ANNOTATION_XML],
12429
- [S.APPLET, s.APPLET],
12430
- [S.AREA, s.AREA],
12431
- [S.ARTICLE, s.ARTICLE],
12432
- [S.ASIDE, s.ASIDE],
12433
- [S.B, s.B],
12434
- [S.BASE, s.BASE],
12435
- [S.BASEFONT, s.BASEFONT],
12436
- [S.BGSOUND, s.BGSOUND],
12437
- [S.BIG, s.BIG],
12438
- [S.BLOCKQUOTE, s.BLOCKQUOTE],
12439
- [S.BODY, s.BODY],
12440
- [S.BR, s.BR],
12441
- [S.BUTTON, s.BUTTON],
12442
- [S.CAPTION, s.CAPTION],
12443
- [S.CENTER, s.CENTER],
12444
- [S.CODE, s.CODE],
12445
- [S.COL, s.COL],
12446
- [S.COLGROUP, s.COLGROUP],
12447
- [S.DD, s.DD],
12448
- [S.DESC, s.DESC],
12449
- [S.DETAILS, s.DETAILS],
12450
- [S.DIALOG, s.DIALOG],
12451
- [S.DIR, s.DIR],
12452
- [S.DIV, s.DIV],
12453
- [S.DL, s.DL],
12454
- [S.DT, s.DT],
12455
- [S.EM, s.EM],
12456
- [S.EMBED, s.EMBED],
12457
- [S.FIELDSET, s.FIELDSET],
12458
- [S.FIGCAPTION, s.FIGCAPTION],
12459
- [S.FIGURE, s.FIGURE],
12460
- [S.FONT, s.FONT],
12461
- [S.FOOTER, s.FOOTER],
12462
- [S.FOREIGN_OBJECT, s.FOREIGN_OBJECT],
12463
- [S.FORM, s.FORM],
12464
- [S.FRAME, s.FRAME],
12465
- [S.FRAMESET, s.FRAMESET],
12466
- [S.H1, s.H1],
12467
- [S.H2, s.H2],
12468
- [S.H3, s.H3],
12469
- [S.H4, s.H4],
12470
- [S.H5, s.H5],
12471
- [S.H6, s.H6],
12472
- [S.HEAD, s.HEAD],
12473
- [S.HEADER, s.HEADER],
12474
- [S.HGROUP, s.HGROUP],
12475
- [S.HR, s.HR],
12476
- [S.HTML, s.HTML],
12477
- [S.I, s.I],
12478
- [S.IMG, s.IMG],
12479
- [S.IMAGE, s.IMAGE],
12480
- [S.INPUT, s.INPUT],
12481
- [S.IFRAME, s.IFRAME],
12482
- [S.KEYGEN, s.KEYGEN],
12483
- [S.LABEL, s.LABEL],
12484
- [S.LI, s.LI],
12485
- [S.LINK, s.LINK],
12486
- [S.LISTING, s.LISTING],
12487
- [S.MAIN, s.MAIN],
12488
- [S.MALIGNMARK, s.MALIGNMARK],
12489
- [S.MARQUEE, s.MARQUEE],
12490
- [S.MATH, s.MATH],
12491
- [S.MENU, s.MENU],
12492
- [S.META, s.META],
12493
- [S.MGLYPH, s.MGLYPH],
12494
- [S.MI, s.MI],
12495
- [S.MO, s.MO],
12496
- [S.MN, s.MN],
12497
- [S.MS, s.MS],
12498
- [S.MTEXT, s.MTEXT],
12499
- [S.NAV, s.NAV],
12500
- [S.NOBR, s.NOBR],
12501
- [S.NOFRAMES, s.NOFRAMES],
12502
- [S.NOEMBED, s.NOEMBED],
12503
- [S.NOSCRIPT, s.NOSCRIPT],
12504
- [S.OBJECT, s.OBJECT],
12505
- [S.OL, s.OL],
12506
- [S.OPTGROUP, s.OPTGROUP],
12507
- [S.OPTION, s.OPTION],
12508
- [S.P, s.P],
12509
- [S.PARAM, s.PARAM],
12510
- [S.PLAINTEXT, s.PLAINTEXT],
12511
- [S.PRE, s.PRE],
12512
- [S.RB, s.RB],
12513
- [S.RP, s.RP],
12514
- [S.RT, s.RT],
12515
- [S.RTC, s.RTC],
12516
- [S.RUBY, s.RUBY],
12517
- [S.S, s.S],
12518
- [S.SCRIPT, s.SCRIPT],
12519
- [S.SECTION, s.SECTION],
12520
- [S.SELECT, s.SELECT],
12521
- [S.SOURCE, s.SOURCE],
12522
- [S.SMALL, s.SMALL],
12523
- [S.SPAN, s.SPAN],
12524
- [S.STRIKE, s.STRIKE],
12525
- [S.STRONG, s.STRONG],
12526
- [S.STYLE, s.STYLE],
12527
- [S.SUB, s.SUB],
12528
- [S.SUMMARY, s.SUMMARY],
12529
- [S.SUP, s.SUP],
12530
- [S.TABLE, s.TABLE],
12531
- [S.TBODY, s.TBODY],
12532
- [S.TEMPLATE, s.TEMPLATE],
12533
- [S.TEXTAREA, s.TEXTAREA],
12534
- [S.TFOOT, s.TFOOT],
12535
- [S.TD, s.TD],
12536
- [S.TH, s.TH],
12537
- [S.THEAD, s.THEAD],
12538
- [S.TITLE, s.TITLE],
12539
- [S.TR, s.TR],
12540
- [S.TRACK, s.TRACK],
12541
- [S.TT, s.TT],
12542
- [S.U, s.U],
12543
- [S.UL, s.UL],
12544
- [S.SVG, s.SVG],
12545
- [S.VAR, s.VAR],
12546
- [S.WBR, s.WBR],
12547
- [S.XMP, s.XMP]
12426
+ [I.A, s.A],
12427
+ [I.ADDRESS, s.ADDRESS],
12428
+ [I.ANNOTATION_XML, s.ANNOTATION_XML],
12429
+ [I.APPLET, s.APPLET],
12430
+ [I.AREA, s.AREA],
12431
+ [I.ARTICLE, s.ARTICLE],
12432
+ [I.ASIDE, s.ASIDE],
12433
+ [I.B, s.B],
12434
+ [I.BASE, s.BASE],
12435
+ [I.BASEFONT, s.BASEFONT],
12436
+ [I.BGSOUND, s.BGSOUND],
12437
+ [I.BIG, s.BIG],
12438
+ [I.BLOCKQUOTE, s.BLOCKQUOTE],
12439
+ [I.BODY, s.BODY],
12440
+ [I.BR, s.BR],
12441
+ [I.BUTTON, s.BUTTON],
12442
+ [I.CAPTION, s.CAPTION],
12443
+ [I.CENTER, s.CENTER],
12444
+ [I.CODE, s.CODE],
12445
+ [I.COL, s.COL],
12446
+ [I.COLGROUP, s.COLGROUP],
12447
+ [I.DD, s.DD],
12448
+ [I.DESC, s.DESC],
12449
+ [I.DETAILS, s.DETAILS],
12450
+ [I.DIALOG, s.DIALOG],
12451
+ [I.DIR, s.DIR],
12452
+ [I.DIV, s.DIV],
12453
+ [I.DL, s.DL],
12454
+ [I.DT, s.DT],
12455
+ [I.EM, s.EM],
12456
+ [I.EMBED, s.EMBED],
12457
+ [I.FIELDSET, s.FIELDSET],
12458
+ [I.FIGCAPTION, s.FIGCAPTION],
12459
+ [I.FIGURE, s.FIGURE],
12460
+ [I.FONT, s.FONT],
12461
+ [I.FOOTER, s.FOOTER],
12462
+ [I.FOREIGN_OBJECT, s.FOREIGN_OBJECT],
12463
+ [I.FORM, s.FORM],
12464
+ [I.FRAME, s.FRAME],
12465
+ [I.FRAMESET, s.FRAMESET],
12466
+ [I.H1, s.H1],
12467
+ [I.H2, s.H2],
12468
+ [I.H3, s.H3],
12469
+ [I.H4, s.H4],
12470
+ [I.H5, s.H5],
12471
+ [I.H6, s.H6],
12472
+ [I.HEAD, s.HEAD],
12473
+ [I.HEADER, s.HEADER],
12474
+ [I.HGROUP, s.HGROUP],
12475
+ [I.HR, s.HR],
12476
+ [I.HTML, s.HTML],
12477
+ [I.I, s.I],
12478
+ [I.IMG, s.IMG],
12479
+ [I.IMAGE, s.IMAGE],
12480
+ [I.INPUT, s.INPUT],
12481
+ [I.IFRAME, s.IFRAME],
12482
+ [I.KEYGEN, s.KEYGEN],
12483
+ [I.LABEL, s.LABEL],
12484
+ [I.LI, s.LI],
12485
+ [I.LINK, s.LINK],
12486
+ [I.LISTING, s.LISTING],
12487
+ [I.MAIN, s.MAIN],
12488
+ [I.MALIGNMARK, s.MALIGNMARK],
12489
+ [I.MARQUEE, s.MARQUEE],
12490
+ [I.MATH, s.MATH],
12491
+ [I.MENU, s.MENU],
12492
+ [I.META, s.META],
12493
+ [I.MGLYPH, s.MGLYPH],
12494
+ [I.MI, s.MI],
12495
+ [I.MO, s.MO],
12496
+ [I.MN, s.MN],
12497
+ [I.MS, s.MS],
12498
+ [I.MTEXT, s.MTEXT],
12499
+ [I.NAV, s.NAV],
12500
+ [I.NOBR, s.NOBR],
12501
+ [I.NOFRAMES, s.NOFRAMES],
12502
+ [I.NOEMBED, s.NOEMBED],
12503
+ [I.NOSCRIPT, s.NOSCRIPT],
12504
+ [I.OBJECT, s.OBJECT],
12505
+ [I.OL, s.OL],
12506
+ [I.OPTGROUP, s.OPTGROUP],
12507
+ [I.OPTION, s.OPTION],
12508
+ [I.P, s.P],
12509
+ [I.PARAM, s.PARAM],
12510
+ [I.PLAINTEXT, s.PLAINTEXT],
12511
+ [I.PRE, s.PRE],
12512
+ [I.RB, s.RB],
12513
+ [I.RP, s.RP],
12514
+ [I.RT, s.RT],
12515
+ [I.RTC, s.RTC],
12516
+ [I.RUBY, s.RUBY],
12517
+ [I.S, s.S],
12518
+ [I.SCRIPT, s.SCRIPT],
12519
+ [I.SECTION, s.SECTION],
12520
+ [I.SELECT, s.SELECT],
12521
+ [I.SOURCE, s.SOURCE],
12522
+ [I.SMALL, s.SMALL],
12523
+ [I.SPAN, s.SPAN],
12524
+ [I.STRIKE, s.STRIKE],
12525
+ [I.STRONG, s.STRONG],
12526
+ [I.STYLE, s.STYLE],
12527
+ [I.SUB, s.SUB],
12528
+ [I.SUMMARY, s.SUMMARY],
12529
+ [I.SUP, s.SUP],
12530
+ [I.TABLE, s.TABLE],
12531
+ [I.TBODY, s.TBODY],
12532
+ [I.TEMPLATE, s.TEMPLATE],
12533
+ [I.TEXTAREA, s.TEXTAREA],
12534
+ [I.TFOOT, s.TFOOT],
12535
+ [I.TD, s.TD],
12536
+ [I.TH, s.TH],
12537
+ [I.THEAD, s.THEAD],
12538
+ [I.TITLE, s.TITLE],
12539
+ [I.TR, s.TR],
12540
+ [I.TRACK, s.TRACK],
12541
+ [I.TT, s.TT],
12542
+ [I.U, s.U],
12543
+ [I.UL, s.UL],
12544
+ [I.SVG, s.SVG],
12545
+ [I.VAR, s.VAR],
12546
+ [I.WBR, s.WBR],
12547
+ [I.XMP, s.XMP]
12548
12548
  ]);
12549
12549
  function Bn(e) {
12550
12550
  var t;
@@ -12643,7 +12643,7 @@ const q = s, lE = {
12643
12643
  function tl(e) {
12644
12644
  return e === q.H1 || e === q.H2 || e === q.H3 || e === q.H4 || e === q.H5 || e === q.H6;
12645
12645
  }
12646
- S.STYLE, S.SCRIPT, S.XMP, S.IFRAME, S.NOEMBED, S.NOFRAMES, S.PLAINTEXT;
12646
+ I.STYLE, I.SCRIPT, I.XMP, I.IFRAME, I.NOEMBED, I.NOFRAMES, I.PLAINTEXT;
12647
12647
  const cE = /* @__PURE__ */ new Map([
12648
12648
  [128, 8364],
12649
12649
  [130, 8218],
@@ -15474,7 +15474,7 @@ class As {
15474
15474
  ...Ts,
15475
15475
  ...n
15476
15476
  };
15477
- t ?? (t = r.treeAdapter.createElement(S.TEMPLATE, U.HTML, []));
15477
+ t ?? (t = r.treeAdapter.createElement(I.TEMPLATE, U.HTML, []));
15478
15478
  const u = r.treeAdapter.createElement("documentmock", U.HTML, []), i = new this(r, u, t);
15479
15479
  return i.fragmentContextID === s.TEMPLATE && i.tmplInsertionModeStack.unshift(_.IN_TEMPLATE), i._initTokenizerForFragmentParsing(), i._insertFakeRootElement(), i._resetInsertionMode(), i._findFormInFragmentContext(), i;
15480
15480
  }
@@ -15527,7 +15527,7 @@ class As {
15527
15527
  _findFormInFragmentContext() {
15528
15528
  let t = this.fragmentContext;
15529
15529
  for (; t; ) {
15530
- if (this.treeAdapter.getTagName(t) === S.FORM) {
15530
+ if (this.treeAdapter.getTagName(t) === I.FORM) {
15531
15531
  this.formElement = t;
15532
15532
  break;
15533
15533
  }
@@ -15601,7 +15601,7 @@ class As {
15601
15601
  this.treeAdapter.setTemplateContent(n, r), this._attachElementToTree(n, t.location), this.openElements.push(n, t.tagID), this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(r, null);
15602
15602
  }
15603
15603
  _insertFakeRootElement() {
15604
- const t = this.treeAdapter.createElement(S.HTML, U.HTML, []);
15604
+ const t = this.treeAdapter.createElement(I.HTML, U.HTML, []);
15605
15605
  this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(t, null), this.treeAdapter.appendChild(this.openElements.current, t), this.openElements.push(t, s.HTML);
15606
15606
  }
15607
15607
  _appendCommentNode(t, n) {
@@ -15647,7 +15647,7 @@ class As {
15647
15647
  if (!this.currentNotInHTML)
15648
15648
  return !1;
15649
15649
  let n, r;
15650
- return this.openElements.stackTop === 0 && this.fragmentContext ? (n = this.fragmentContext, r = this.fragmentContextID) : { current: n, currentTagId: r } = this.openElements, t.tagID === s.SVG && this.treeAdapter.getTagName(n) === S.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(n) === U.MATHML ? !1 : (
15650
+ return this.openElements.stackTop === 0 && this.fragmentContext ? (n = this.fragmentContext, r = this.fragmentContextID) : { current: n, currentTagId: r } = this.openElements, t.tagID === s.SVG && this.treeAdapter.getTagName(n) === I.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(n) === U.MATHML ? !1 : (
15651
15651
  // Check that `current` is not an integration point for HTML or MathML elements.
15652
15652
  this.tokenizer.inForeignNode || // If it _is_ an integration point, then we might have to check that it is not an HTML
15653
15653
  // integration point.
@@ -16427,7 +16427,7 @@ function ng(e, t) {
16427
16427
  n === s.HEAD || n === s.BODY || n === s.HTML || n === s.BR ? ir(e, t) : e._err(t, w.endTagWithoutMatchingOpenElement);
16428
16428
  }
16429
16429
  function ir(e, t) {
16430
- e._insertFakeElement(S.HEAD, s.HEAD), e.headElement = e.openElements.current, e.insertionMode = _.IN_HEAD, e._processToken(t);
16430
+ e._insertFakeElement(I.HEAD, s.HEAD), e.headElement = e.openElements.current, e.insertionMode = _.IN_HEAD, e._processToken(t);
16431
16431
  }
16432
16432
  function Ft(e, t) {
16433
16433
  switch (t.tagID) {
@@ -16592,7 +16592,7 @@ function sg(e, t) {
16592
16592
  }
16593
16593
  }
16594
16594
  function or(e, t) {
16595
- e._insertFakeElement(S.BODY, s.BODY), e.insertionMode = _.IN_BODY, Zr(e, t);
16595
+ e._insertFakeElement(I.BODY, s.BODY), e.insertionMode = _.IN_BODY, Zr(e, t);
16596
16596
  }
16597
16597
  function Zr(e, t) {
16598
16598
  switch (t.type) {
@@ -16673,7 +16673,7 @@ function gg(e, t) {
16673
16673
  e.openElements.hasInScope(s.BUTTON) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(s.BUTTON)), e._reconstructActiveFormattingElements(), e._insertElement(t, U.HTML), e.framesetOk = !1;
16674
16674
  }
16675
16675
  function bg(e, t) {
16676
- const n = e.activeFormattingElements.getElementEntryInScopeWithTagName(S.A);
16676
+ const n = e.activeFormattingElements.getElementEntryInScopeWithTagName(I.A);
16677
16677
  n && (Ni(e, t), e.openElements.remove(n.element), e.activeFormattingElements.removeEntry(n)), e._reconstructActiveFormattingElements(), e._insertElement(t, U.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
16678
16678
  }
16679
16679
  function Tg(e, t) {
@@ -16705,7 +16705,7 @@ function xg(e, t) {
16705
16705
  e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._appendElement(t, U.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
16706
16706
  }
16707
16707
  function Ng(e, t) {
16708
- t.tagName = S.IMG, t.tagID = s.IMG, pl(e, t);
16708
+ t.tagName = I.IMG, t.tagID = s.IMG, pl(e, t);
16709
16709
  }
16710
16710
  function Ig(e, t) {
16711
16711
  e._insertElement(t, U.HTML), e.skipNextNewLine = !0, e.tokenizer.state = $e.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = _.TEXT;
@@ -16966,7 +16966,7 @@ function Hg(e) {
16966
16966
  t || (e.formElement = null), (n || t) && e.openElements.hasInScope(s.FORM) && (e.openElements.generateImpliedEndTags(), t ? e.openElements.popUntilTagNamePopped(s.FORM) : n && e.openElements.remove(n));
16967
16967
  }
16968
16968
  function Ug(e) {
16969
- e.openElements.hasInButtonScope(s.P) || e._insertFakeElement(S.P, s.P), e._closePElement();
16969
+ e.openElements.hasInButtonScope(s.P) || e._insertFakeElement(I.P, s.P), e._closePElement();
16970
16970
  }
16971
16971
  function jg(e) {
16972
16972
  e.openElements.hasInListItemScope(s.LI) && (e.openElements.generateImpliedEndTagsWithExclusion(s.LI), e.openElements.popUntilTagNamePopped(s.LI));
@@ -16983,7 +16983,7 @@ function qg(e, t) {
16983
16983
  e.openElements.hasInScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n), e.activeFormattingElements.clearToLastMarker());
16984
16984
  }
16985
16985
  function $g(e) {
16986
- e._reconstructActiveFormattingElements(), e._insertFakeElement(S.BR, s.BR), e.openElements.pop(), e.framesetOk = !1;
16986
+ e._reconstructActiveFormattingElements(), e._insertFakeElement(I.BR, s.BR), e.openElements.pop(), e.framesetOk = !1;
16987
16987
  }
16988
16988
  function El(e, t) {
16989
16989
  const n = t.tagName, r = t.tagID;
@@ -17129,13 +17129,13 @@ function Qg(e, t) {
17129
17129
  e.openElements.clearBackToTableContext(), e._insertElement(t, U.HTML), e.insertionMode = _.IN_COLUMN_GROUP;
17130
17130
  }
17131
17131
  function Xg(e, t) {
17132
- e.openElements.clearBackToTableContext(), e._insertFakeElement(S.COLGROUP, s.COLGROUP), e.insertionMode = _.IN_COLUMN_GROUP, Si(e, t);
17132
+ e.openElements.clearBackToTableContext(), e._insertFakeElement(I.COLGROUP, s.COLGROUP), e.insertionMode = _.IN_COLUMN_GROUP, Si(e, t);
17133
17133
  }
17134
17134
  function Kg(e, t) {
17135
17135
  e.openElements.clearBackToTableContext(), e._insertElement(t, U.HTML), e.insertionMode = _.IN_TABLE_BODY;
17136
17136
  }
17137
17137
  function Jg(e, t) {
17138
- e.openElements.clearBackToTableContext(), e._insertFakeElement(S.TBODY, s.TBODY), e.insertionMode = _.IN_TABLE_BODY, tu(e, t);
17138
+ e.openElements.clearBackToTableContext(), e._insertFakeElement(I.TBODY, s.TBODY), e.insertionMode = _.IN_TABLE_BODY, tu(e, t);
17139
17139
  }
17140
17140
  function Zg(e, t) {
17141
17141
  e.openElements.hasInTableScope(s.TABLE) && (e.openElements.popUntilTagNamePopped(s.TABLE), e._resetInsertionMode(), e._processStartTag(t));
@@ -17313,7 +17313,7 @@ function tu(e, t) {
17313
17313
  }
17314
17314
  case s.TH:
17315
17315
  case s.TD: {
17316
- e.openElements.clearBackToTableBodyContext(), e._insertFakeElement(S.TR, s.TR), e.insertionMode = _.IN_ROW, nu(e, t);
17316
+ e.openElements.clearBackToTableBodyContext(), e._insertFakeElement(I.TR, s.TR), e.insertionMode = _.IN_ROW, nu(e, t);
17317
17317
  break;
17318
17318
  }
17319
17319
  case s.CAPTION:
@@ -17645,7 +17645,7 @@ function _b(e, t) {
17645
17645
  }
17646
17646
  }
17647
17647
  }
17648
- S.AREA, S.BASE, S.BASEFONT, S.BGSOUND, S.BR, S.COL, S.EMBED, S.FRAME, S.HR, S.IMG, S.INPUT, S.KEYGEN, S.LINK, S.META, S.PARAM, S.SOURCE, S.TRACK, S.WBR;
17648
+ I.AREA, I.BASE, I.BASEFONT, I.BGSOUND, I.BR, I.COL, I.EMBED, I.FRAME, I.HR, I.IMG, I.INPUT, I.KEYGEN, I.LINK, I.META, I.PARAM, I.SOURCE, I.TRACK, I.WBR;
17649
17649
  const Cb = /* @__PURE__ */ new Set([
17650
17650
  "mdxFlowExpression",
17651
17651
  "mdxJsxFlowElement",
@@ -17930,11 +17930,11 @@ function $b(e) {
17930
17930
  if (jb(l) ? n.includes(l.slice(0, l.indexOf(":"))) : l.startsWith("//")) {
17931
17931
  const c = Zn(t.content, i), f = c && !Array.isArray(c) ? [c] : c, d = Zn(t.rel, i) || Yb, g = typeof d == "string" ? fr(d) : d, m = Zn(t.target, i), T = Zn(t.properties, i);
17932
17932
  if (T && Object.assign(i.properties, Wt(T)), g.length > 0 && (i.properties.rel = [...g]), m && (i.properties.target = m), f) {
17933
- const N = Zn(t.contentProperties, i) || {};
17933
+ const k = Zn(t.contentProperties, i) || {};
17934
17934
  i.children.push({
17935
17935
  type: "element",
17936
17936
  tagName: "span",
17937
- properties: Wt(N),
17937
+ properties: Wt(k),
17938
17938
  children: Wt(f)
17939
17939
  });
17940
17940
  }
@@ -17985,15 +17985,15 @@ var Fl = {}, Ns = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, eT = /\n/g, tT = /^\s*/, nT
17985
17985
  t = t || {};
17986
17986
  var n = 1, r = 1;
17987
17987
  function u(T) {
17988
- var N = T.match(eT);
17989
- N && (n += N.length);
17990
- var k = T.lastIndexOf(sT);
17991
- r = ~k ? T.length - k : r + T.length;
17988
+ var k = T.match(eT);
17989
+ k && (n += k.length);
17990
+ var S = T.lastIndexOf(sT);
17991
+ r = ~S ? T.length - S : r + T.length;
17992
17992
  }
17993
17993
  function i() {
17994
17994
  var T = { line: n, column: r };
17995
- return function(N) {
17996
- return N.position = new a(T), c(), N;
17995
+ return function(k) {
17996
+ return k.position = new a(T), c(), k;
17997
17997
  };
17998
17998
  }
17999
17999
  function a(T) {
@@ -18001,51 +18001,51 @@ var Fl = {}, Ns = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, eT = /\n/g, tT = /^\s*/, nT
18001
18001
  }
18002
18002
  a.prototype.content = e;
18003
18003
  function o(T) {
18004
- var N = new Error(
18004
+ var k = new Error(
18005
18005
  t.source + ":" + n + ":" + r + ": " + T
18006
18006
  );
18007
- if (N.reason = T, N.filename = t.source, N.line = n, N.column = r, N.source = e, !t.silent)
18008
- throw N;
18007
+ if (k.reason = T, k.filename = t.source, k.line = n, k.column = r, k.source = e, !t.silent)
18008
+ throw k;
18009
18009
  }
18010
18010
  function l(T) {
18011
- var N = T.exec(e);
18012
- if (N) {
18013
- var k = N[0];
18014
- return u(k), e = e.slice(k.length), N;
18011
+ var k = T.exec(e);
18012
+ if (k) {
18013
+ var S = k[0];
18014
+ return u(S), e = e.slice(S.length), k;
18015
18015
  }
18016
18016
  }
18017
18017
  function c() {
18018
18018
  l(tT);
18019
18019
  }
18020
18020
  function f(T) {
18021
- var N;
18022
- for (T = T || []; N = d(); )
18023
- N !== !1 && T.push(N);
18021
+ var k;
18022
+ for (T = T || []; k = d(); )
18023
+ k !== !1 && T.push(k);
18024
18024
  return T;
18025
18025
  }
18026
18026
  function d() {
18027
18027
  var T = i();
18028
18028
  if (!(Is != e.charAt(0) || Ss != e.charAt(1))) {
18029
- for (var N = 2; gn != e.charAt(N) && (Ss != e.charAt(N) || Is != e.charAt(N + 1)); )
18030
- ++N;
18031
- if (N += 2, gn === e.charAt(N - 1))
18029
+ for (var k = 2; gn != e.charAt(k) && (Ss != e.charAt(k) || Is != e.charAt(k + 1)); )
18030
+ ++k;
18031
+ if (k += 2, gn === e.charAt(k - 1))
18032
18032
  return o("End of comment missing");
18033
- var k = e.slice(2, N - 2);
18034
- return r += 2, u(k), e = e.slice(N), r += 2, T({
18033
+ var S = e.slice(2, k - 2);
18034
+ return r += 2, u(S), e = e.slice(k), r += 2, T({
18035
18035
  type: oT,
18036
- comment: k
18036
+ comment: S
18037
18037
  });
18038
18038
  }
18039
18039
  }
18040
18040
  function g() {
18041
- var T = i(), N = l(nT);
18042
- if (N) {
18041
+ var T = i(), k = l(nT);
18042
+ if (k) {
18043
18043
  if (d(), !l(rT))
18044
18044
  return o("property missing ':'");
18045
- var k = l(uT), L = T({
18045
+ var S = l(uT), L = T({
18046
18046
  type: lT,
18047
- property: ks(N[0].replace(Ns, gn)),
18048
- value: k ? ks(k[0].replace(Ns, gn)) : gn
18047
+ property: ks(k[0].replace(Ns, gn)),
18048
+ value: S ? ks(S[0].replace(Ns, gn)) : gn
18049
18049
  });
18050
18050
  return l(iT), L;
18051
18051
  }
@@ -18053,8 +18053,8 @@ var Fl = {}, Ns = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, eT = /\n/g, tT = /^\s*/, nT
18053
18053
  function m() {
18054
18054
  var T = [];
18055
18055
  f(T);
18056
- for (var N; N = g(); )
18057
- N !== !1 && (T.push(N), f(T));
18056
+ for (var k; k = g(); )
18057
+ k !== !1 && (T.push(k), f(T));
18058
18058
  return T;
18059
18059
  }
18060
18060
  return c(), m();
@@ -18492,11 +18492,11 @@ var Fr = {};
18492
18492
  var Fs;
18493
18493
  function VT() {
18494
18494
  return Fs || (Fs = 1, process.env.NODE_ENV !== "production" && function() {
18495
- var e = mt, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), T = Symbol.iterator, N = "@@iterator";
18496
- function k(h) {
18495
+ var e = mt, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), o = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), T = Symbol.iterator, k = "@@iterator";
18496
+ function S(h) {
18497
18497
  if (h === null || typeof h != "object")
18498
18498
  return null;
18499
- var y = T && h[T] || h[N];
18499
+ var y = T && h[T] || h[k];
18500
18500
  return typeof y == "function" ? y : null;
18501
18501
  }
18502
18502
  var L = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
@@ -18581,14 +18581,14 @@ function VT() {
18581
18581
  }
18582
18582
  return null;
18583
18583
  }
18584
- var re = Object.assign, x = 0, Ne, J, He, Ve, D, I, z;
18584
+ var re = Object.assign, x = 0, Ne, J, He, Ve, D, N, z;
18585
18585
  function A() {
18586
18586
  }
18587
18587
  A.__reactDisabledLog = !0;
18588
18588
  function le() {
18589
18589
  {
18590
18590
  if (x === 0) {
18591
- Ne = console.log, J = console.info, He = console.warn, Ve = console.error, D = console.group, I = console.groupCollapsed, z = console.groupEnd;
18591
+ Ne = console.log, J = console.info, He = console.warn, Ve = console.error, D = console.group, N = console.groupCollapsed, z = console.groupEnd;
18592
18592
  var h = {
18593
18593
  configurable: !0,
18594
18594
  enumerable: !0,
@@ -18633,7 +18633,7 @@ function VT() {
18633
18633
  value: D
18634
18634
  }),
18635
18635
  groupCollapsed: re({}, h, {
18636
- value: I
18636
+ value: N
18637
18637
  }),
18638
18638
  groupEnd: re({}, h, {
18639
18639
  value: z
@@ -18984,7 +18984,7 @@ Check the top-level render call using <` + R + ">.");
18984
18984
  else if (Dt(h))
18985
18985
  h._store && (h._store.validated = !0);
18986
18986
  else if (h) {
18987
- var ne = k(h);
18987
+ var ne = S(h);
18988
18988
  if (typeof ne == "function" && ne !== h.entries)
18989
18989
  for (var ae = ne.call(h), Z; !(Z = ae.next()).done; )
18990
18990
  Dt(Z.value) && cn(Z.value, y);
@@ -19953,10 +19953,8 @@ const B2 = () => (e, t) => {
19953
19953
  u(o(e)), a(c(e));
19954
19954
  }, [e]);
19955
19955
  const o = (d) => {
19956
- const g = Zh().use(B2).processSync(d);
19957
- console.log(g);
19958
- const T = g.fm.headings.filter((N) => N.depth < 3);
19959
- return console.log(T), T;
19956
+ const m = Zh().use(B2).processSync(d).filter((T) => T.depth < 3);
19957
+ return console.log(m), m;
19960
19958
  }, l = {
19961
19959
  ...Cc,
19962
19960
  components: {