ydb-components-material 0.1.13 → 0.1.15
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/README.md +1 -1
- package/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/static/collapse.6846edeb.svg +1 -0
- package/build/docs/static/del.3dbff570.svg +1 -0
- package/build/docs/static/download.add8e78c.svg +1 -0
- package/build/docs/static/icon_errorMsg.4be47c18.svg +1 -0
- package/build/docs/static/message.3ff291f6.svg +1 -0
- package/build/docs/static/notPassed.1248f2a8.svg +1 -0
- package/build/docs/static/passed.a85b27f9.svg +1 -0
- package/build/docs/static/preview.e438c0c2.svg +1 -0
- package/build/docs/static/prompt.3ff291f6.svg +1 -0
- package/build/docs/static/view.0d229bef.svg +1 -0
- package/build/docs/static/view.db6c145c.svg +1 -0
- package/build/docs/static/warning.e9ee6293.svg +1 -0
- package/build/docs/umi.3311dca9.js +1 -0
- package/build/docs/{umi.e1bd8919.css → umi.c704ae1d.css} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/index.js +1 -1
- package/build/lowcode/assets/adaa3152d1d4d4754b5274c3cf6a4d13.svg +1 -0
- package/build/lowcode/assets/d8542aa6516d43216a97df3eee67590e.svg +1 -0
- package/build/lowcode/assets/ff1e29e495eeab3ae7c8c2374b202000.svg +1 -0
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/assets/adaa3152d1d4d4754b5274c3cf6a4d13.svg +1 -0
- package/build/lowcode/render/default/assets/d8542aa6516d43216a97df3eee67590e.svg +1 -0
- package/build/lowcode/render/default/assets/ff1e29e495eeab3ae7c8c2374b202000.svg +1 -0
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/dist/assets/adaa3152d1d4d4754b5274c3cf6a4d13.svg +1 -0
- package/dist/assets/d8542aa6516d43216a97df3eee67590e.svg +1 -0
- package/dist/assets/ff1e29e495eeab3ae7c8c2374b202000.svg +1 -0
- package/es/components/check-detail-pc/icons/collapse.svg +1 -0
- package/es/components/check-detail-pc/icons/view.svg +1 -0
- package/es/components/check-detail-pc/index.d.ts +13 -0
- package/es/components/check-detail-pc/index.js +134 -0
- package/es/components/check-detail-pc/index.scss +52 -0
- package/es/components/check-res/index.d.ts +2 -0
- package/es/components/check-res/index.js +9 -2
- package/es/components/check-res/index.scss +25 -0
- package/es/components/file-item/icon/icon_errorMsg.svg +1 -0
- package/es/components/file-item/index.d.ts +2 -0
- package/es/components/file-item/index.js +19 -4
- package/es/components/file-item/index.scss +20 -14
- package/es/components/file-pc/icons/close.svg +1 -0
- package/es/components/file-pc/icons/del.svg +1 -0
- package/es/components/file-pc/icons/download.svg +1 -0
- package/es/components/file-pc/icons/file.svg +1 -0
- package/es/components/file-pc/icons/message.svg +1 -0
- package/es/components/file-pc/icons/preview.svg +1 -0
- package/es/components/file-pc/icons/prompt.svg +1 -0
- package/es/components/file-pc/icons/view.svg +1 -0
- package/es/components/file-pc/index.d.ts +21 -0
- package/es/components/file-pc/index.js +167 -0
- package/es/components/file-pc/index.scss +198 -0
- package/es/components/form/index.d.ts +9 -0
- package/es/components/form/index.js +15 -0
- package/es/components/icon-custom/index.d.ts +11 -0
- package/es/components/icon-custom/index.js +21 -0
- package/es/components/message-pc/icons/fail.svg +1 -0
- package/es/components/message-pc/icons/smallIcon.svg +1 -0
- package/es/components/message-pc/icons/warning.svg +1 -0
- package/es/components/message-pc/index.d.ts +16 -0
- package/es/components/message-pc/index.js +63 -0
- package/es/components/message-pc/index.scss +0 -0
- package/es/components/pre-check-res-pc/icons/file.svg +1 -0
- package/es/components/pre-check-res-pc/icons/notPassed.svg +1 -0
- package/es/components/pre-check-res-pc/icons/passed.svg +1 -0
- package/es/components/pre-check-res-pc/icons/view.svg +1 -0
- package/es/components/pre-check-res-pc/icons/warning.svg +1 -0
- package/es/components/pre-check-res-pc/index.d.ts +22 -0
- package/es/components/pre-check-res-pc/index.js +40 -0
- package/es/components/pre-check-res-pc/index.scss +43 -0
- package/es/components/scene-tree/index.d.ts +10 -0
- package/es/components/scene-tree/index.js +201 -0
- package/es/components/tips/icon/icon_errorMsg.svg +1 -0
- package/es/components/tips/index.d.ts +1 -1
- package/es/components/tips/index.js +13 -12
- package/es/index.d.ts +12 -0
- package/es/index.js +6 -0
- package/es/style.js +1 -0
- package/lib/components/check-detail-pc/icons/collapse.svg +1 -0
- package/lib/components/check-detail-pc/icons/view.svg +1 -0
- package/lib/components/check-detail-pc/index.d.ts +13 -0
- package/lib/components/check-detail-pc/index.js +140 -0
- package/lib/components/check-detail-pc/index.scss +52 -0
- package/lib/components/check-res/index.d.ts +2 -0
- package/lib/components/check-res/index.js +9 -2
- package/lib/components/check-res/index.scss +25 -0
- package/lib/components/file-item/icon/icon_errorMsg.svg +1 -0
- package/lib/components/file-item/index.d.ts +2 -0
- package/lib/components/file-item/index.js +19 -4
- package/lib/components/file-item/index.scss +20 -14
- package/lib/components/file-pc/icons/close.svg +1 -0
- package/lib/components/file-pc/icons/del.svg +1 -0
- package/lib/components/file-pc/icons/download.svg +1 -0
- package/lib/components/file-pc/icons/file.svg +1 -0
- package/lib/components/file-pc/icons/message.svg +1 -0
- package/lib/components/file-pc/icons/preview.svg +1 -0
- package/lib/components/file-pc/icons/prompt.svg +1 -0
- package/lib/components/file-pc/icons/view.svg +1 -0
- package/lib/components/file-pc/index.d.ts +21 -0
- package/lib/components/file-pc/index.js +173 -0
- package/lib/components/file-pc/index.scss +198 -0
- package/lib/components/form/index.d.ts +9 -0
- package/lib/components/form/index.js +20 -0
- package/lib/components/icon-custom/index.d.ts +11 -0
- package/lib/components/icon-custom/index.js +25 -0
- package/lib/components/message-pc/icons/fail.svg +1 -0
- package/lib/components/message-pc/icons/smallIcon.svg +1 -0
- package/lib/components/message-pc/icons/warning.svg +1 -0
- package/lib/components/message-pc/index.d.ts +16 -0
- package/lib/components/message-pc/index.js +69 -0
- package/lib/components/message-pc/index.scss +0 -0
- package/lib/components/pre-check-res-pc/icons/file.svg +1 -0
- package/lib/components/pre-check-res-pc/icons/notPassed.svg +1 -0
- package/lib/components/pre-check-res-pc/icons/passed.svg +1 -0
- package/lib/components/pre-check-res-pc/icons/view.svg +1 -0
- package/lib/components/pre-check-res-pc/icons/warning.svg +1 -0
- package/lib/components/pre-check-res-pc/index.d.ts +22 -0
- package/lib/components/pre-check-res-pc/index.js +46 -0
- package/lib/components/pre-check-res-pc/index.scss +43 -0
- package/lib/components/scene-tree/index.d.ts +10 -0
- package/lib/components/scene-tree/index.js +207 -0
- package/lib/components/tips/icon/icon_errorMsg.svg +1 -0
- package/lib/components/tips/index.d.ts +1 -1
- package/lib/components/tips/index.js +13 -12
- package/lib/index.d.ts +12 -0
- package/lib/index.js +13 -1
- package/lib/style.js +1 -0
- package/lowcode/_setter/IconSelectSetter.tsx +52 -0
- package/lowcode/check-detail-pc/meta.ts +117 -0
- package/lowcode/check-res/meta.ts +30 -1
- package/lowcode/file-item/meta.ts +30 -0
- package/lowcode/file-p-c/meta.ts +229 -0
- package/lowcode/form/meta.ts +58 -0
- package/lowcode/icon-custom/meta.ts +96 -0
- package/lowcode/pre-check-res-p-c/meta.ts +121 -0
- package/lowcode/scene-tree/meta.ts +67 -0
- package/lowcode/tips/meta.ts +9 -1
- package/lowcode_es/_setter/IconSelectSetter.d.ts +11 -0
- package/lowcode_es/_setter/IconSelectSetter.js +48 -0
- package/lowcode_es/check-detail-pc/meta.d.ts +22 -0
- package/lowcode_es/check-detail-pc/meta.js +99 -0
- package/lowcode_es/check-res/meta.js +27 -0
- package/lowcode_es/file-item/meta.js +28 -0
- package/lowcode_es/file-p-c/meta.d.ts +22 -0
- package/lowcode_es/file-p-c/meta.js +210 -0
- package/lowcode_es/form/meta.d.ts +22 -0
- package/lowcode_es/form/meta.js +50 -0
- package/lowcode_es/icon-custom/meta.d.ts +22 -0
- package/lowcode_es/icon-custom/meta.js +86 -0
- package/lowcode_es/meta.js +8 -2
- package/lowcode_es/pre-check-res-p-c/meta.d.ts +22 -0
- package/lowcode_es/pre-check-res-p-c/meta.js +103 -0
- package/lowcode_es/scene-tree/meta.d.ts +22 -0
- package/lowcode_es/scene-tree/meta.js +59 -0
- package/lowcode_es/tips/meta.js +6 -0
- package/lowcode_lib/_setter/IconSelectSetter.d.ts +11 -0
- package/lowcode_lib/_setter/IconSelectSetter.js +52 -0
- package/lowcode_lib/check-detail-pc/meta.d.ts +22 -0
- package/lowcode_lib/check-detail-pc/meta.js +104 -0
- package/lowcode_lib/check-res/meta.js +27 -0
- package/lowcode_lib/file-item/meta.js +28 -0
- package/lowcode_lib/file-p-c/meta.d.ts +22 -0
- package/lowcode_lib/file-p-c/meta.js +215 -0
- package/lowcode_lib/form/meta.d.ts +22 -0
- package/lowcode_lib/form/meta.js +55 -0
- package/lowcode_lib/icon-custom/meta.d.ts +22 -0
- package/lowcode_lib/icon-custom/meta.js +91 -0
- package/lowcode_lib/meta.js +19 -13
- package/lowcode_lib/pre-check-res-p-c/meta.d.ts +22 -0
- package/lowcode_lib/pre-check-res-p-c/meta.js +108 -0
- package/lowcode_lib/scene-tree/meta.d.ts +22 -0
- package/lowcode_lib/scene-tree/meta.js +64 -0
- package/lowcode_lib/tips/meta.js +6 -0
- package/package.json +3 -3
- package/build/docs/umi.0ce4dded.js +0 -1
package/build/index.js
CHANGED
|
@@ -50,4 +50,4 @@ object-assign
|
|
|
50
50
|
*
|
|
51
51
|
* This source code is licensed under the MIT license found in the
|
|
52
52
|
* LICENSE file in the root directory of this source tree.
|
|
53
|
-
*/var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,u=r?Symbol.for("react.strict_mode"):60108,l=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,s=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,h=r?Symbol.for("react.suspense"):60113,g=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,y=r?Symbol.for("react.block"):60121,b=r?Symbol.for("react.fundamental"):60117,x=r?Symbol.for("react.responder"):60118,w=r?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case f:case p:case a:case l:case u:case h:return e;default:switch(e=e&&e.$$typeof){case s:case d:case v:case m:case c:return e;default:return t}}case i:return t}}}function E(e){return k(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=s,t.ContextProvider=c,t.Element=o,t.ForwardRef=d,t.Fragment=a,t.Lazy=v,t.Memo=m,t.Portal=i,t.Profiler=l,t.StrictMode=u,t.Suspense=h,t.isAsyncMode=function(e){return E(e)||k(e)===f},t.isConcurrentMode=E,t.isContextConsumer=function(e){return k(e)===s},t.isContextProvider=function(e){return k(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return k(e)===d},t.isFragment=function(e){return k(e)===a},t.isLazy=function(e){return k(e)===v},t.isMemo=function(e){return k(e)===m},t.isPortal=function(e){return k(e)===i},t.isProfiler=function(e){return k(e)===l},t.isStrictMode=function(e){return k(e)===u},t.isSuspense=function(e){return k(e)===h},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===p||e===l||e===u||e===h||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===m||e.$$typeof===c||e.$$typeof===s||e.$$typeof===d||e.$$typeof===b||e.$$typeof===x||e.$$typeof===w||e.$$typeof===y)},t.typeOf=k},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"document",(function(){return jl})),n.d(r,"contentInitial",(function(){return zl})),n.d(r,"flowInitial",(function(){return Ul})),n.d(r,"flow",(function(){return ql})),n.d(r,"string",(function(){return Bl})),n.d(r,"text",(function(){return Vl})),n.d(r,"insideSpan",(function(){return Hl})),n.d(r,"attentionMarkers",(function(){return $l})),n.d(r,"disable",(function(){return Wl}));var o={};n.r(o),n.d(o,"boolean",(function(){return Os})),n.d(o,"booleanish",(function(){return Ps})),n.d(o,"overloadedBoolean",(function(){return Ls})),n.d(o,"number",(function(){return Rs})),n.d(o,"spaceSeparated",(function(){return _s})),n.d(o,"commaSeparated",(function(){return Is})),n.d(o,"commaOrSpaceSeparated",(function(){return Ns}));var i=n(180),a=n(181),u=n(182),l=n(183),c=n(184),s=n(185),f=n(186),p=n(187),d=n(188),h=n(189),g=n(190),m=n(191),v=n(192),y=n(193),b=n(194),x=n(195),w=n(196),k=n(197),E=n(198),S=n(199),T=n(200),C=n(201),A=n(202),O=n(203),P=n(204),L=n(205),R=n(206),_=n(207),I=n(73),N=n(208),F=n(209),M=n(210),D=n(211),j=n(212),z=n(213),U=n(214),q=n(215),B=n(216),V=n(217),H=n(218),$=n(219),W=n(220),Q=n(221),G=n(222),K=n(224),Y=n(225),X=n(226),J=n(227),Z=n(228),ee=n(230),te=n(231),ne=n(233),re=n(234),oe=n(235),ie=n(236),ae=n(237),ue=n(238),le=n(239),ce=n(240),se=n(241),fe=n(242),pe=n(243),de=n(244),he=n(245),ge=n(246),me=n(248),ve=n(249),ye=n(250),be=n(251),xe=n(252),we=n(253),ke=n(254),Ee=n(255),Se=n(256),Te=n(257),Ce=n(258),Ae=n(259),Oe=n(260),Pe=n(262),Le=n(263),Re=n(264),_e=n(265),Ie=n(266),Ne=n(267),Fe=n(268),Me=n(269),De=n(270),je=n(271),ze=n(272),Ue=n(273),qe=n(274),Be=n(275),Ve=n(276),He=n(277),$e=n(278),We=n(279),Qe=n(280),Ge=n(281),Ke=n(282),Ye=n(283),Xe=n(284),Je=n(285),Ze=n(286),et=n(287),tt=n(288),nt=n(289),rt=n(290),ot=n(291),it=n(292),at=n(293),ut=n(294),lt=n(296),ct=n(297),st=n(298),ft=n(299),pt=n(302),dt=n(303),ht=n(304),gt=n(305),mt=n(306),vt=n(307),yt=n(308),bt=n(309),xt=n(310),wt=n(311),kt=n(312),Et=n(313),St=n(314),Tt=n(315),Ct=n(316),At=n(157),Ot=n(317),Pt=n(318),Lt=n(319),Rt=n(320),_t=n(321),It=n(322),Nt=n(323),Ft=n(158),Mt=n(324),Dt=n(325),jt=n(326),zt=n(327),Ut=n(328),qt=n(329),Bt=n(330),Vt=n(331),Ht=n(332),$t=n(333),Wt=n(334),Qt=n(335),Gt=n(336),Kt=n(337),Yt=n(338),Xt=n(339),Jt=n(340),Zt=n(341),en=n(342),tn=n(343),nn=n(344),rn=n(345),on=n(346),an=n(347),un=n(348),ln=n(349),cn=n(351),sn=n(352),fn=n(353),pn=n(354),dn=n(355),hn=n(356),gn=n(357),mn=n(358),vn=n(359),yn=n(360),bn=n(361),xn=n(362),wn=n(363),kn=n(364),En=n(365),Sn=n(366),Tn=n(367),Cn=n(368),An=n(369),On=n(370),Pn=n(371),Ln=n(372),Rn=n(373),_n=n(374),In=n(375),Nn=n(376),Fn=n(377),Mn=n(378),Dn=n(379),jn=n(380),zn=n(381),Un=n(382),qn=n(383),Bn=n(384),Vn=n(385),Hn=n(386),$n=n(387),Wn=n(388),Qn=n(389),Gn=n(390),Kn=n(391),Yn=n(394),Xn=n(165),Jn=n(395),Zn=n(0),er=n.n(Zn),tr=n(168),nr=n.n(tr),rr,or=[{demoKey:".dumi",demos:[]},{demoKey:"src",demos:[]}],ir,ar=[],ur=n(169),lr=n.n(ur),cr=n(87),sr=n.n(cr),fr=n(25);function pr(){return(pr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function dr(e){return"/"===e.charAt(0)}function hr(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}function gr(e,t){void 0===t&&(t="");var n=e&&e.split("/")||[],r=t&&t.split("/")||[],o=e&&dr(e),i=t&&dr(t),a=o||i,u;if(e&&dr(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var l=r[r.length-1];u="."===l||".."===l||""===l}else u=!1;for(var c=0,s=r.length;s>=0;s--){var f=r[s];"."===f?hr(r,s):".."===f?(hr(r,s),c++):c&&(hr(r,s),c--)}if(!a)for(;c--;c)r.unshift("..");!a||""===r[0]||r[0]&&dr(r[0])||r.unshift("");var p=r.join("/");return u&&"/"!==p.substr(-1)&&(p+="/"),p}var mr=gr;function vr(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}function yr(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every((function(e,n){return yr(e,t[n])}));if("object"==typeof e||"object"==typeof t){var n=vr(e),r=vr(t);return n!==e||r!==t?yr(n,r):Object.keys(Object.assign({},e,t)).every((function(n){return yr(e[n],t[n])}))}return!1}var br=yr,xr=!0,wr="Invariant failed";function kr(e,t){var n,r;if(!e)throw new Error("Invariant failed")}function Er(e){return"/"===e.charAt(0)?e:"/"+e}function Sr(e){return"/"===e.charAt(0)?e.substr(1):e}function Tr(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}function Cr(e,t){return Tr(e,t)?e.substr(t.length):e}function Ar(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function Or(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}function Pr(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function Lr(e,t,n,r){var o;"string"==typeof e?(o=Or(e)).state=t:(void 0===(o=pr({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return n&&(o.key=n),r?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=mr(o.pathname,r.pathname)):o.pathname=r.pathname:o.pathname||(o.pathname="/"),o}function Rr(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&br(e.state,t.state)}function _r(){var e=null;function t(t){return e=t,function(){e===t&&(e=null)}}function n(t,n,r,o){if(null!=e){var i="function"==typeof e?e(t,n):e;"string"==typeof i?"function"==typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)}var r=[];function o(e){var t=!0;function n(){t&&e.apply(void 0,arguments)}return r.push(n),function(){t=!1,r=r.filter((function(e){return e!==n}))}}function i(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];r.forEach((function(e){return e.apply(void 0,t)}))}return{setPrompt:t,confirmTransitionTo:n,appendListener:o,notifyListeners:i}}var Ir=!("undefined"==typeof window||!window.document||!window.document.createElement);function Nr(e,t){t(window.confirm(e))}function Fr(){var e=window.navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&(window.history&&"pushState"in window.history)}function Mr(){return-1===window.navigator.userAgent.indexOf("Trident")}function Dr(){return-1===window.navigator.userAgent.indexOf("Firefox")}function jr(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")}var zr="popstate",Ur="hashchange";function qr(){try{return window.history.state||{}}catch(e){return{}}}function Br(e){void 0===e&&(e={}),Ir||kr(!1);var t=window.history,n=Fr(),r=!Mr(),o=e,i=o.forceRefresh,a=void 0!==i&&i,u=o.getUserConfirmation,l=void 0===u?Nr:u,c=o.keyLength,s=void 0===c?6:c,f=e.basename?Ar(Er(e.basename)):"";function p(e){var t=e||{},n=t.key,r=t.state,o=window.location,i,a,u,l=o.pathname+o.search+o.hash;return f&&(l=Cr(l,f)),Lr(l,r,n)}function d(){return Math.random().toString(36).substr(2,s)}var h=_r();function g(e){pr(N,e),N.length=t.length,h.notifyListeners(N.location,N.action)}function m(e){jr(e)||b(p(e.state))}function v(){b(p(qr()))}var y=!1;function b(e){if(y)y=!1,g();else{var t="POP";h.confirmTransitionTo(e,"POP",l,(function(t){t?g({action:"POP",location:e}):x(e)}))}}function x(e){var t=N.location,n=k.indexOf(t.key);-1===n&&(n=0);var r=k.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(y=!0,C(o))}var w=p(qr()),k=[w.key];function E(e){return f+Pr(e)}function S(e,r){var o="PUSH",i=Lr(e,r,d(),N.location);h.confirmTransitionTo(i,"PUSH",l,(function(e){if(e){var r=E(i),o=i.key,u=i.state;if(n)if(t.pushState({key:o,state:u},null,r),a)window.location.href=r;else{var l=k.indexOf(N.location.key),c=k.slice(0,l+1);c.push(i.key),k=c,g({action:"PUSH",location:i})}else window.location.href=r}}))}function T(e,r){var o="REPLACE",i=Lr(e,r,d(),N.location);h.confirmTransitionTo(i,o,l,(function(e){if(e){var r=E(i),u=i.key,l=i.state;if(n)if(t.replaceState({key:u,state:l},null,r),a)window.location.replace(r);else{var c=k.indexOf(N.location.key);-1!==c&&(k[c]=i.key),g({action:o,location:i})}else window.location.replace(r)}}))}function C(e){t.go(e)}function A(){C(-1)}function O(){C(1)}var P=0;function L(e){1===(P+=e)&&1===e?(window.addEventListener("popstate",m),r&&window.addEventListener("hashchange",v)):0===P&&(window.removeEventListener("popstate",m),r&&window.removeEventListener("hashchange",v))}var R=!1;function _(e){void 0===e&&(e=!1);var t=h.setPrompt(e);return R||(L(1),R=!0),function(){return R&&(R=!1,L(-1)),t()}}function I(e){var t=h.appendListener(e);return L(1),function(){L(-1),t()}}var N={length:t.length,action:"POP",location:w,createHref:E,push:S,replace:T,go:C,goBack:A,goForward:O,block:_,listen:I};return N}var Vr="hashchange",Hr={hashbang:{encodePath:function e(t){return"!"===t.charAt(0)?t:"!/"+Sr(t)},decodePath:function e(t){return"!"===t.charAt(0)?t.substr(1):t}},noslash:{encodePath:Sr,decodePath:Er},slash:{encodePath:Er,decodePath:Er}};function $r(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function Wr(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function Qr(e){window.location.hash=e}function Gr(e){window.location.replace($r(window.location.href)+"#"+e)}function Kr(e){void 0===e&&(e={}),Ir||kr(!1);var t=window.history,n=Dr(),r=e,o=r.getUserConfirmation,i=void 0===o?Nr:o,a=r.hashType,u=void 0===a?"slash":a,l=e.basename?Ar(Er(e.basename)):"",c=Hr[u],s=c.encodePath,f=c.decodePath;function p(){var e=f(Wr());return l&&(e=Cr(e,l)),Lr(e)}var d=_r();function h(e){pr(M,e),M.length=t.length,d.notifyListeners(M.location,M.action)}var g=!1,m=null;function v(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash}function y(){var e=Wr(),t=s(e);if(e!==t)Gr(t);else{var n=p(),r=M.location;if(!g&&v(r,n))return;if(m===Pr(n))return;m=null,b(n)}}function b(e){if(g)g=!1,h();else{var t="POP";d.confirmTransitionTo(e,"POP",i,(function(t){t?h({action:"POP",location:e}):x(e)}))}}function x(e){var t=M.location,n=S.lastIndexOf(Pr(t));-1===n&&(n=0);var r=S.lastIndexOf(Pr(e));-1===r&&(r=0);var o=n-r;o&&(g=!0,O(o))}var w=Wr(),k=s(w);w!==k&&Gr(k);var E=p(),S=[Pr(E)];function T(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=$r(window.location.href)),n+"#"+s(l+Pr(e))}function C(e,t){var n="PUSH",r=Lr(e,void 0,void 0,M.location);d.confirmTransitionTo(r,"PUSH",i,(function(e){if(e){var t=Pr(r),n=s(l+t),o;if(Wr()!==n){m=t,Qr(n);var i=S.lastIndexOf(Pr(M.location)),a=S.slice(0,i+1);a.push(t),S=a,h({action:"PUSH",location:r})}else h()}}))}function A(e,t){var n="REPLACE",r=Lr(e,void 0,void 0,M.location);d.confirmTransitionTo(r,n,i,(function(e){if(e){var t=Pr(r),o=s(l+t),i;Wr()!==o&&(m=t,Gr(o));var a=S.indexOf(Pr(M.location));-1!==a&&(S[a]=t),h({action:n,location:r})}}))}function O(e){t.go(e)}function P(){O(-1)}function L(){O(1)}var R=0;function _(e){1===(R+=e)&&1===e?window.addEventListener("hashchange",y):0===R&&window.removeEventListener("hashchange",y)}var I=!1;function N(e){void 0===e&&(e=!1);var t=d.setPrompt(e);return I||(_(1),I=!0),function(){return I&&(I=!1,_(-1)),t()}}function F(e){var t=d.appendListener(e);return _(1),function(){_(-1),t()}}var M={length:t.length,action:"POP",location:E,createHref:T,push:C,replace:A,go:O,goBack:P,goForward:L,block:N,listen:F};return M}function Yr(e,t,n){return Math.min(Math.max(e,t),n)}function Xr(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,r=t.initialEntries,o=void 0===r?["/"]:r,i=t.initialIndex,a=void 0===i?0:i,u=t.keyLength,l=void 0===u?6:u,c=_r();function s(e){pr(E,e),E.length=E.entries.length,c.notifyListeners(E.location,E.action)}function f(){return Math.random().toString(36).substr(2,l)}var p=Yr(a,0,o.length-1),d=o.map((function(e){return Lr(e,void 0,"string"==typeof e?f():e.key||f())})),h=Pr;function g(e,t){var r="PUSH",o=Lr(e,t,f(),E.location);c.confirmTransitionTo(o,"PUSH",n,(function(e){if(e){var t,n=E.index+1,r=E.entries.slice(0);r.length>n?r.splice(n,r.length-n,o):r.push(o),s({action:"PUSH",location:o,index:n,entries:r})}}))}function m(e,t){var r="REPLACE",o=Lr(e,t,f(),E.location);c.confirmTransitionTo(o,r,n,(function(e){e&&(E.entries[E.index]=o,s({action:r,location:o}))}))}function v(e){var t=Yr(E.index+e,0,E.entries.length-1),r="POP",o=E.entries[t];c.confirmTransitionTo(o,"POP",n,(function(e){e?s({action:"POP",location:o,index:t}):s()}))}function y(){v(-1)}function b(){v(1)}function x(e){var t=E.index+e;return t>=0&&t<E.entries.length}function w(e){return void 0===e&&(e=!1),c.setPrompt(e)}function k(e){return c.appendListener(e)}var E={length:d.length,action:"POP",location:d[p],index:p,entries:d,createHref:h,push:g,replace:m,go:v,goBack:y,goForward:b,canGo:x,block:w,listen:k};return E}var Jr=n(118),Zr=n(119),eo=n.n(Zr),to=n(167);function no(e,t){if(null==e)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],t.indexOf(o)>=0||(n[o]=e[o]);return n}var ro=n(173),oo=n.n(ro),io,ao=function e(t){var n=Object(Jr.a)();return n.displayName=t,n}("Router-History"),uo,lo=function e(t){var n=Object(Jr.a)();return n.displayName=t,n}("Router"),co=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}Object(fr.a)(t,e),t.computeRootMatch=function e(t){return{path:"/",url:"/",params:{},isExact:"/"===t}};var n=t.prototype;return n.componentDidMount=function e(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function e(){this.unlisten&&this.unlisten()},n.render=function e(){return er.a.createElement(lo.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},er.a.createElement(ao.Provider,{children:this.props.children||null,value:this.props.history}))},t}(er.a.Component);var so=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Xr(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var fo=function(e){function t(){return e.apply(this,arguments)||this}Object(fr.a)(t,e);var n=t.prototype;return n.componentDidMount=function e(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function e(t){this.props.onUpdate&&this.props.onUpdate.call(this,this,t)},n.componentWillUnmount=function e(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function e(){return null},t}(er.a.Component),po;function ho(e){var t=e.message,n=e.when,r=void 0===n||n;return er.a.createElement(lo.Consumer,null,(function(e){if(e||kr(!1),!r||e.staticContext)return null;var n=e.history.block;return er.a.createElement(fo,{onMount:function e(r){r.release=n(t)},onUpdate:function e(r,o){o.message!==t&&(r.release(),r.release=n(t))},onUnmount:function e(t){t.release()},message:t})}))}var go={},mo=1e4,vo=0;function yo(e){if(go[e])return go[e];var t=eo.a.compile(e);return vo<1e4&&(go[e]=t,vo++),t}function bo(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:yo(e)(t,{pretty:!0})}function xo(e){var t=e.computedMatch,n=e.to,r=e.push,o=void 0!==r&&r;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var r=e.history,i=e.staticContext,a=o?r.push:r.replace,u=Lr(t?"string"==typeof n?bo(n,t.params):pr({},n,{pathname:bo(n.pathname,t.params)}):n);return i?(a(u),null):er.a.createElement(fo,{onMount:function e(){a(u)},onUpdate:function e(t,n){var r=Lr(n.to);Rr(r,pr({},u,{key:r.key}))||a(u)},to:n})}))}var wo={},ko=1e4,Eo=0;function So(e,t){var n=""+t.end+t.strict+t.sensitive,r=wo[n]||(wo[n]={});if(r[e])return r[e];var o=[],i,a={regexp:eo()(e,o,t),keys:o};return Eo<1e4&&(r[e]=a,Eo++),a}function To(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,u=void 0!==a&&a,l=n.sensitive,c=void 0!==l&&l,s;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=So(n,{end:i,strict:u,sensitive:c}),o=r.regexp,a=r.keys,l=o.exec(e);if(!l)return null;var s=l[0],f=l.slice(1),p=e===s;return i&&!p?null:{path:n,url:"/"===n&&""===s?"/":s,isExact:p,params:a.reduce((function(e,t,n){return e[t.name]=f[n],e}),{})}}),null)}function Co(e){return 0===er.a.Children.count(e)}function Ao(e,t,n){var r;return e(t)||null}var Oo=function(e){function t(){return e.apply(this,arguments)||this}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){var t=this;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=t.props.location||e.location,r,o=pr({},e,{location:n,match:t.props.computedMatch?t.props.computedMatch:t.props.path?To(n.pathname,t.props):e.match}),i=t.props,a=i.children,u=i.component,l=i.render;return Array.isArray(a)&&0===a.length&&(a=null),er.a.createElement(lo.Provider,{value:o},o.match?a?"function"==typeof a?a(o):a:u?er.a.createElement(u,o):l?l(o):null:"function"==typeof a?a(o):null)}))},t}(er.a.Component);function Po(e){return"/"===e.charAt(0)?e:"/"+e}function Lo(e,t){return e?pr({},t,{pathname:Po(e)+t.pathname}):t}function Ro(e,t){if(!e)return t;var n=Po(e);return 0!==t.pathname.indexOf(n)?t:pr({},t,{pathname:t.pathname.substr(n.length)})}function _o(e){return"string"==typeof e?e:Pr(e)}function Io(e){return function(){kr(!1)}}function No(){}var Fo=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).handlePush=function(e){return t.navigateTo(e,"PUSH")},t.handleReplace=function(e){return t.navigateTo(e,"REPLACE")},t.handleListen=function(){return No},t.handleBlock=function(){return No},t}Object(fr.a)(t,e);var n=t.prototype;return n.navigateTo=function e(t,n){var r=this.props,o=r.basename,i=void 0===o?"":o,a=r.context,u=void 0===a?{}:a;u.action=n,u.location=Lo(i,Lr(t)),u.url=_o(u.location)},n.render=function e(){var t=this.props,n=t.basename,r=void 0===n?"":n,o=t.context,i=void 0===o?{}:o,a=t.location,u=void 0===a?"/":a,l=no(t,["basename","context","location"]),c={createHref:function e(t){return Po(r+_o(t))},action:"POP",location:Ro(r,Lr(u)),push:this.handlePush,replace:this.handleReplace,go:Io("go"),goBack:Io("goBack"),goForward:Io("goForward"),listen:this.handleListen,block:this.handleBlock};return er.a.createElement(co,pr({},l,{history:c,staticContext:i}))},t}(er.a.Component);var Mo=function(e){function t(){return e.apply(this,arguments)||this}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){var t=this;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=t.props.location||e.location,r,o;return er.a.Children.forEach(t.props.children,(function(t){if(null==o&&er.a.isValidElement(t)){r=t;var i=t.props.path||t.props.from;o=i?To(n.pathname,pr({},t.props,{path:i})):e.match}})),o?er.a.cloneElement(r,{location:n,computedMatch:o}):null}))},t}(er.a.Component);function Do(e){var t="withRouter("+(e.displayName||e.name)+")",n=function t(n){var r=n.wrappedComponentRef,o=no(n,["wrappedComponentRef"]);return er.a.createElement(lo.Consumer,null,(function(t){return t||kr(!1),er.a.createElement(e,pr({},o,t,{ref:r}))}))};return n.displayName=t,n.WrappedComponent=e,oo()(n,e)}var jo=er.a.useContext,zo,Uo,qo,Bo,Vo;function Ho(){return jo(ao)}function $o(){return jo(lo).location}function Wo(){var e=jo(lo).match;return e?e.params:{}}function Qo(e){var t=$o(),n=jo(lo).match;return e?To(t.pathname,e):n}var Go=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Br(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var Ko=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Kr(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var Yo=function e(t,n){return"function"==typeof t?t(n):t},Xo=function e(t,n){return"string"==typeof t?Lr(t,null,null,n):t},Jo=function e(t){return t},Zo=er.a.forwardRef;function ei(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}void 0===Zo&&(Zo=Jo);var ti=Zo((function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,i=no(e,["innerRef","navigate","onClick"]),a=i.target,u=pr({},i,{onClick:function e(t){try{o&&o(t)}catch(e){throw t.preventDefault(),e}t.defaultPrevented||0!==t.button||a&&"_self"!==a||ei(t)||(t.preventDefault(),r())}});return u.ref=Jo!==Zo&&t||n,er.a.createElement("a",u)}));var ni=Zo((function(e,t){var n=e.component,r=void 0===n?ti:n,o=e.replace,i=e.to,a=e.innerRef,u=no(e,["component","replace","to","innerRef"]);return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=e.history,l=Xo(Yo(i,e.location),e.location),c=l?n.createHref(l):"",s=pr({},u,{href:c,navigate:function t(){var r=Yo(i,e.location),a;(o?n.replace:n.push)(r)}});return Jo!==Zo?s.ref=t||a:s.innerRef=a,er.a.createElement(r,s)}))})),ri,oi,ii=function e(t){return t},ai=er.a.forwardRef;function ui(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}void 0===ai&&(ai=ii);var li=ai((function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,o=e.activeClassName,i=void 0===o?"active":o,a=e.activeStyle,u=e.className,l=e.exact,c=e.isActive,s=e.location,f=e.sensitive,p=e.strict,d=e.style,h=e.to,g=e.innerRef,m=no(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=s||e.location,o=Xo(Yo(h,n),n),v=o.pathname,y=v&&v.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),b=y?To(n.pathname,{path:y,exact:l,sensitive:f,strict:p}):null,x=!!(c?c(b,n):b),w=x?ui(u,i):u,k=x?pr({},d,{},a):d,E=pr({"aria-current":x&&r||null,className:w,style:k,to:o},m);return ii!==ai?E.ref=t||g:E.innerRef=g,er.a.createElement(ni,E)}))})),ci,si=n(170),fi=n(55),pi=n.n(fi),di=n(88),hi=n.n(di),gi=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChange=function(){n.setState((function(e){return{check:!e.check}}))},n.state={check:!1},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this.props,n=t.filename,r=t.children,o=t.highlightedCode,i=t.highlightedStyle,a=this.state.check;return r?er.a.createElement("div",{className:hi.a.codeBox},n&&r&&er.a.createElement("div",{className:hi.a.demo},er.a.createElement("div",{id:n},r)),er.a.createElement("div",{className:hi.a.actions},er.a.createElement("button",{type:"button",title:"Close editor",onClick:this.handleChange},er.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},er.a.createElement("polyline",{points:"16 18 22 12 16 6"}),er.a.createElement("polyline",{points:"8 6 2 12 8 18"})))),er.a.createElement("div",{className:"markdown code-wrapper",style:{display:a?"block":"none"}},o&&er.a.createElement("div",{className:"highlight"},er.a.createElement("pre",null,er.a.createElement("code",{lang:"jsx",dangerouslySetInnerHTML:{__html:o}}))),i&&er.a.createElement("div",{className:"highlight"},er.a.createElement("pre",null,er.a.createElement("code",{lang:"css",dangerouslySetInnerHTML:{__html:i}}))))):null},t}(er.a.Component),mi=n(86),vi=n.n(mi);function yi(e){return e&&"object"==typeof e?"position"in e||"type"in e?xi(e.position):"start"in e||"end"in e?xi(e):"line"in e||"column"in e?bi(e):"":""}function bi(e){return wi(e&&e.line)+":"+wi(e&&e.column)}function xi(e){return bi(e&&e.start)+"-"+bi(e&&e.end)}function wi(e){return e&&"number"==typeof e?e:1}class ki extends Error{constructor(e,t,n){const r=[null,null];let o={start:{line:null,column:null},end:{line:null,column:null}};if(super(),"string"==typeof t&&(n=t,t=void 0),"string"==typeof n){const e=n.indexOf(":");-1===e?r[1]=n:(r[0]=n.slice(0,e),r[1]=n.slice(e+1))}t&&("type"in t||"position"in t?t.position&&(o=t.position):"start"in t||"end"in t?o=t:("line"in t||"column"in t)&&(o.start=t)),this.name=yi(t)||"1:1",this.message="object"==typeof e?e.message:e,this.stack="","object"==typeof e&&e.stack&&(this.stack=e.stack),this.reason=this.message,this.fatal,this.line=o.start.line,this.column=o.start.column,this.position=o,this.source=r[0],this.ruleId=r[1],this.file,this.actual,this.expected,this.url,this.note}}ki.prototype.file="",ki.prototype.name="",ki.prototype.reason="",ki.prototype.message="",ki.prototype.stack="",ki.prototype.fatal=null,ki.prototype.column=null,ki.prototype.line=null,ki.prototype.source=null,ki.prototype.ruleId=null,ki.prototype.position=null;const Ei={basename:Si,dirname:Ti,extname:Ci,join:Ai,sep:"/"};function Si(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');Li(e);let n=0,r=-1,o=e.length,i;if(void 0===t||0===t.length||t.length>e.length){for(;o--;)if(47===e.charCodeAt(o)){if(i){n=o+1;break}}else r<0&&(i=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let a=-1,u=t.length-1;for(;o--;)if(47===e.charCodeAt(o)){if(i){n=o+1;break}}else a<0&&(i=!0,a=o+1),u>-1&&(e.charCodeAt(o)===t.charCodeAt(u--)?u<0&&(r=o):(u=-1,r=a));return n===r?r=a:r<0&&(r=e.length),e.slice(n,r)}function Ti(e){if(Li(e),0===e.length)return".";let t=-1,n=e.length,r;for(;--n;)if(47===e.charCodeAt(n)){if(r){t=n;break}}else r||(r=!0);return t<0?47===e.charCodeAt(0)?"/":".":1===t&&47===e.charCodeAt(0)?"//":e.slice(0,t)}function Ci(e){Li(e);let t=e.length,n=-1,r=0,o=-1,i=0,a;for(;t--;){const u=e.charCodeAt(t);if(47!==u)n<0&&(a=!0,n=t+1),46===u?o<0?o=t:1!==i&&(i=1):o>-1&&(i=-1);else if(a){r=t+1;break}}return o<0||n<0||0===i||1===i&&o===n-1&&o===r+1?"":e.slice(o,n)}function Ai(...e){let t=-1,n;for(;++t<e.length;)Li(e[t]),e[t]&&(n=void 0===n?e[t]:n+"/"+e[t]);return void 0===n?".":Oi(n)}function Oi(e){Li(e);const t=47===e.charCodeAt(0);let n=Pi(e,!t);return 0!==n.length||t||(n="."),n.length>0&&47===e.charCodeAt(e.length-1)&&(n+="/"),t?"/"+n:n}function Pi(e,t){let n="",r=0,o=-1,i=0,a=-1,u,l;for(;++a<=e.length;){if(a<e.length)u=e.charCodeAt(a);else{if(47===u)break;u=47}if(47===u){if(o===a-1||1===i);else if(o!==a-1&&2===i){if(n.length<2||2!==r||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),o=a,i=0;continue}}else if(n.length>0){n="",r=0,o=a,i=0;continue}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),r=a-o-1;o=a,i=0}else 46===u&&i>-1?i++:i=-1}return n}function Li(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const Ri={cwd:_i};function _i(){return"/"}function Ii(e){return null!==e&&"object"==typeof e&&e.href&&e.origin}function Ni(e){if("string"==typeof e)e=new URL(e);else if(!Ii(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){const e=new TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return Fi(e)}function Fi(e){if(""!==e.hostname){const e=new TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}const t=e.pathname;let n=-1;for(;++n<t.length;)if(37===t.charCodeAt(n)&&50===t.charCodeAt(n+1)){const e=t.charCodeAt(n+2);if(70===e||102===e){const e=new TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}const Mi=["history","path","basename","stem","extname","dirname"];class Di{constructor(e){let t;t=e?"string"==typeof e||qi(e)?{value:e}:Ii(e)?{path:e}:e:{},this.data={},this.messages=[],this.history=[],this.cwd=Ri.cwd(),this.value,this.stored,this.result,this.map;let n=-1,r;for(;++n<Mi.length;){const e=Mi[n];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(r in t)Mi.includes(r)||(this[r]=t[r])}get path(){return this.history[this.history.length-1]}set path(e){Ii(e)&&(e=Ni(e)),zi(e,"path"),this.path!==e&&this.history.push(e)}get dirname(){return"string"==typeof this.path?Ei.dirname(this.path):void 0}set dirname(e){Ui(this.basename,"dirname"),this.path=Ei.join(e||"",this.basename)}get basename(){return"string"==typeof this.path?Ei.basename(this.path):void 0}set basename(e){zi(e,"basename"),ji(e,"basename"),this.path=Ei.join(this.dirname||"",e)}get extname(){return"string"==typeof this.path?Ei.extname(this.path):void 0}set extname(e){if(ji(e,"extname"),Ui(this.dirname,"extname"),e){if(46!==e.charCodeAt(0))throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Ei.join(this.dirname,this.stem+(e||""))}get stem(){return"string"==typeof this.path?Ei.basename(this.path,this.extname):void 0}set stem(e){zi(e,"stem"),ji(e,"stem"),this.path=Ei.join(this.dirname||"",e+(this.extname||""))}toString(e){return(this.value||"").toString(e||void 0)}message(e,t,n){const r=new ki(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}info(e,t,n){const r=this.message(e,t,n);return r.fatal=null,r}fail(e,t,n){const r=this.message(e,t,n);throw r.fatal=!0,r}}function ji(e,t){if(e&&e.includes(Ei.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Ei.sep+"`")}function zi(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Ui(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function qi(e){return vi()(e)}function Bi(e){if(e)throw e}var Vi=n(117),Hi=n.n(Vi);function $i(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function Wi(){const e=[],t={run:n,use:r};return t;function n(...t){let n=-1;const r=t.pop();if("function"!=typeof r)throw new TypeError("Expected function as last argument, not "+r);function o(i,...a){const u=e[++n];let l=-1;if(i)r(i);else{for(;++l<t.length;)null!==a[l]&&void 0!==a[l]||(a[l]=t[l]);t=a,u?Qi(u,o)(...a):r(null,...a)}}o(null,...t)}function r(n){if("function"!=typeof n)throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function Qi(e,t){let n;return r;function r(...t){const r=e.length>t.length;let a;r&&t.push(o);try{a=e.apply(this,t)}catch(e){const t=e;if(r&&n)throw t;return o(t)}r||(a&&a.then&&"function"==typeof a.then?a.then(i,o):a instanceof Error?o(a):i(a))}function o(e,...r){n||(n=!0,t(e,...r))}function i(e){o(null,e)}}const Gi=Yi().freeze(),Ki={}.hasOwnProperty;function Yi(){const e=Wi(),t=[];let n={},r,o=-1;return i.data=a,i.Parser=void 0,i.Compiler=void 0,i.freeze=u,i.attachers=t,i.use=l,i.parse=c,i.stringify=s,i.run=f,i.runSync=p,i.process=d,i.processSync=h,i;function i(){const e=Yi();let r=-1;for(;++r<t.length;)e.use(...t[r]);return e.data(Hi()(!0,{},n)),e}function a(e,t){return"string"==typeof e?2===arguments.length?(ta("data",r),n[e]=t,i):Ki.call(n,e)&&n[e]||null:e?(ta("data",r),n=e,i):n}function u(){if(r)return i;for(;++o<t.length;){const[n,...r]=t[o];if(!1===r[0])continue;!0===r[0]&&(r[0]=void 0);const a=n.call(i,...r);"function"==typeof a&&e.use(a)}return r=!0,o=Number.POSITIVE_INFINITY,i}function l(e,...o){let a;if(ta("use",r),null==e);else if("function"==typeof e)s(e,...o);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?c(e):l(e)}return a&&(n.settings=Object.assign(n.settings||{},a)),i;function u(e){if("function"==typeof e)s(e);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const[t,...n]=e;s(t,...n)}else l(e)}}function l(e){c(e.plugins),e.settings&&(a=Object.assign(a||{},e.settings))}function c(e){let t=-1;if(null==e);else{if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){const n=undefined;u(e[t])}}}function s(e,n){let r=-1,o;for(;++r<t.length;)if(t[r][0]===e){o=t[r];break}o?($i(o[1])&&$i(n)&&(n=Hi()(!0,o[1],n)),o[1]=n):t.push([...arguments])}}function c(e){i.freeze();const t=oa(e),n=i.Parser;return Zi("parse",n),Xi(n,"parse")?new n(String(t),t).parse():n(String(t),t)}function s(e,t){i.freeze();const n=oa(t),r=i.Compiler;return ea("stringify",r),na(e),Xi(r,"compile")?new r(e,n).compile():r(e,n)}function f(t,n,r){if(na(t),i.freeze(),r||"function"!=typeof n||(r=n,n=void 0),!r)return new Promise(o);function o(o,i){function a(e,n,a){n=n||t,e?i(e):o?o(n):r(null,n,a)}e.run(t,oa(n),a)}o(null,r)}function p(e,t){let n,r;return i.run(e,t,o),ra("runSync","run",r),n;function o(e,t){Bi(e),n=t,r=!0}}function d(e,t){if(i.freeze(),Zi("process",i.Parser),ea("process",i.Compiler),!t)return new Promise(n);function n(n,r){const o=oa(e);function a(e,o){e||!o?r(e):n?n(o):t(null,o)}i.run(i.parse(o),o,(e,t,n)=>{if(!e&&t&&n){const r=i.stringify(t,n);null==r||(aa(r)?n.value=r:n.result=r),a(e,n)}else a(e)})}n(null,t)}function h(e){let t;i.freeze(),Zi("processSync",i.Parser),ea("processSync",i.Compiler);const n=oa(e);return i.process(n,r),ra("processSync","process",t),n;function r(e){t=!0,Bi(e)}}}function Xi(e,t){return"function"==typeof e&&e.prototype&&(Ji(e.prototype)||t in e.prototype)}function Ji(e){let t;for(t in e)if(Ki.call(e,t))return!0;return!1}function Zi(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `Parser`")}function ea(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `Compiler`")}function ta(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function na(e){if(!$i(e)||"string"!=typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function ra(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function oa(e){return ia(e)?e:new Di(e)}function ia(e){return Boolean(e&&"object"==typeof e&&"message"in e&&"messages"in e)}function aa(e){return"string"==typeof e||vi()(e)}const ua={};function la(e,t){const n=t||ua,r=undefined,o=undefined;return ca(e,"boolean"!=typeof n.includeImageAlt||n.includeImageAlt,"boolean"!=typeof n.includeHtml||n.includeHtml)}function ca(e,t,n){if(fa(e)){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return sa(e.children,t,n)}return Array.isArray(e)?sa(e,t,n):""}function sa(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=ca(e[o],t,n);return r.join("")}function fa(e){return Boolean(e&&"object"==typeof e)}function pa(e,t,n,r){const o=e.length;let i=0,a;if(t=t<0?-t>o?0:o+t:t>o?o:t,n=n>0?n:0,r.length<1e4)a=Array.from(r),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);i<r.length;)a=r.slice(i,i+1e4),a.unshift(t,0),e.splice(...a),i+=1e4,t+=1e4}function da(e,t){return e.length>0?(pa(e,e.length,0,t),e):t}const ha={}.hasOwnProperty;function ga(e){const t={};let n=-1;for(;++n<e.length;)ma(t,e[n]);return t}function ma(e,t){let n;for(n in t){const r=undefined,o=(ha.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let a;if(i)for(a in i){ha.call(o,a)||(o[a]=[]);const e=i[a];va(o[a],Array.isArray(e)?e:e?[e]:[])}}}function va(e,t){let n=-1;const r=[];for(;++n<t.length;)("after"===t[n].add?e:r).push(t[n]);pa(e,0,0,r)}function ya(e){const t={};let n=-1;for(;++n<e.length;)ba(t,e[n]);return t}function ba(e,t){let n;for(n in t){const r=undefined,o=(ha.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let a;if(i)for(a in i)o[a]=i[a]}}const xa=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/,wa=Ia(/[A-Za-z]/),ka=Ia(/[\dA-Za-z]/),Ea=Ia(/[#-'*+\--9=?A-Z^-~]/);function Sa(e){return null!==e&&(e<32||127===e)}const Ta=Ia(/\d/),Ca=Ia(/[\dA-Fa-f]/),Aa=Ia(/[!-/:-@[-`{-~]/);function Oa(e){return null!==e&&e<-2}function Pa(e){return null!==e&&(e<0||32===e)}function La(e){return-2===e||-1===e||32===e}const Ra=Ia(xa),_a=Ia(/\s/);function Ia(e){return t;function t(t){return null!==t&&e.test(String.fromCharCode(t))}}function Na(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let i=0;return a;function a(r){return La(r)?(e.enter(n),u(r)):t(r)}function u(r){return La(r)&&i++<o?(e.consume(r),u):(e.exit(n),t(r))}}const Fa={tokenize:Ma};function Ma(e){const t=e.attempt(this.parser.constructs.contentInitial,r,o);let n;return t;function r(n){if(null!==n)return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),Na(e,t,"linePrefix");e.consume(n)}function o(t){return e.enter("paragraph"),i(t)}function i(t){const r=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=r),n=r,a(t)}function a(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):Oa(t)?(e.consume(t),e.exit("chunkText"),i):(e.consume(t),a)}}const Da={tokenize:za},ja={tokenize:Ua};function za(e){const t=this,n=[];let r=0,o,i,a;return u;function u(o){if(r<n.length){const i=n[r];return t.containerState=i[1],e.attempt(i[0].continuation,l,c)(o)}return c(o)}function l(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&y();const n=t.events.length;let i=n,a;for(;i--;)if("exit"===t.events[i][0]&&"chunkFlow"===t.events[i][1].type){a=t.events[i][1].end;break}v(r);let u=n;for(;u<t.events.length;)t.events[u][1].end=Object.assign({},a),u++;return pa(t.events,i+1,0,t.events.slice(n)),t.events.length=u,c(e)}return u(e)}function c(i){if(r===n.length){if(!o)return p(i);if(o.currentConstruct&&o.currentConstruct.concrete)return h(i);t.interrupt=Boolean(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(ja,s,f)(i)}function s(e){return o&&y(),v(r),p(e)}function f(e){return t.parser.lazy[t.now().line]=r!==n.length,a=t.now().offset,h(e)}function p(n){return t.containerState={},e.attempt(ja,d,h)(n)}function d(e){return r++,n.push([t.currentConstruct,t.containerState]),p(e)}function h(n){return null===n?(o&&y(),v(0),void e.consume(n)):(o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:i,_tokenizer:o}),g(n))}function g(n){return null===n?(m(e.exit("chunkFlow"),!0),v(0),void e.consume(n)):Oa(n)?(e.consume(n),m(e.exit("chunkFlow")),r=0,t.interrupt=void 0,u):(e.consume(n),g)}function m(e,n){const u=t.sliceStream(e);if(n&&u.push(null),e.previous=i,i&&(i.next=e),i=e,o.defineSkip(e.start),o.write(u),t.parser.lazy[e.start.line]){let e=o.events.length;for(;e--;)if(o.events[e][1].start.offset<a&&(!o.events[e][1].end||o.events[e][1].end.offset>a))return;const n=t.events.length;let i=n,u,l;for(;i--;)if("exit"===t.events[i][0]&&"chunkFlow"===t.events[i][1].type){if(u){l=t.events[i][1].end;break}u=!0}for(v(r),e=n;e<t.events.length;)t.events[e][1].end=Object.assign({},l),e++;pa(t.events,i+1,0,t.events.slice(n)),t.events.length=e}}function v(r){let o=n.length;for(;o-- >r;){const r=n[o];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function y(){o.write([null]),i=void 0,o=void 0,t.containerState._closeFlow=void 0}}function Ua(e,t,n){return Na(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const qa={tokenize:Ba,partial:!0};function Ba(e,t,n){return r;function r(t){return La(t)?Na(e,o,"linePrefix")(t):o(t)}function o(e){return null===e||Oa(e)?t(e):n(e)}}function Va(e){const t={};let n=-1,r,o,i,a,u,l,c;for(;++n<e.length;){for(;n in t;)n=t[n];if(r=e[n],n&&"chunkFlow"===r[1].type&&"listItemPrefix"===e[n-1][1].type&&(l=r[1]._tokenizer.events,i=0,i<l.length&&"lineEndingBlank"===l[i][1].type&&(i+=2),i<l.length&&"content"===l[i][1].type))for(;++i<l.length&&"content"!==l[i][1].type;)"chunkText"===l[i][1].type&&(l[i][1]._isInFirstContentOfListItem=!0,i++);if("enter"===r[0])r[1].contentType&&(Object.assign(t,Ha(e,n)),n=t[n],c=!0);else if(r[1]._container){for(i=n,o=void 0;i--&&(a=e[i],"lineEnding"===a[1].type||"lineEndingBlank"===a[1].type);)"enter"===a[0]&&(o&&(e[o][1].type="lineEndingBlank"),a[1].type="lineEnding",o=i);o&&(r[1].end=Object.assign({},e[o][1].start),u=e.slice(o,n),u.unshift(r),pa(e,o,n-o+1,u))}}return!c}function Ha(e,t){const n=e[t][1],r=e[t][2];let o=t-1;const i=[],a=n._tokenizer||r.parser[n.contentType](n.start),u=a.events,l=[],c={};let s,f,p=-1,d=n,h=0,g=0;const m=[g];for(;d;){for(;e[++o][1]!==d;);i.push(o),d._tokenizer||(s=r.sliceStream(d),d.next||s.push(null),f&&a.defineSkip(d.start),d._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(s),d._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),f=d,d=d.next}for(d=n;++p<u.length;)"exit"===u[p][0]&&"enter"===u[p-1][0]&&u[p][1].type===u[p-1][1].type&&u[p][1].start.line!==u[p][1].end.line&&(g=p+1,m.push(g),d._tokenizer=void 0,d.previous=void 0,d=d.next);for(a.events=[],d?(d._tokenizer=void 0,d.previous=void 0):m.pop(),p=m.length;p--;){const t=u.slice(m[p],m[p+1]),n=i.pop();l.unshift([n,n+t.length-1]),pa(e,n,2,t)}for(p=-1;++p<l.length;)c[h+l[p][0]]=h+l[p][1],h+=l[p][1]-l[p][0]-1;return c}const $a={tokenize:Ga,resolve:Qa},Wa={tokenize:Ka,partial:!0};function Qa(e){return Va(e),e}function Ga(e,t){let n;return r;function r(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(t)}function o(t){return null===t?i(t):Oa(t)?e.check(Wa,a,i)(t):(e.consume(t),o)}function i(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function a(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function Ka(e,t,n){const r=this;return o;function o(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Na(e,i,"linePrefix")}function i(o){if(null===o||Oa(o))return n(o);const i=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}const Ya={tokenize:Xa};function Xa(e){const t=this,n=e.attempt(qa,r,e.attempt(this.parser.constructs.flowInitial,o,Na(e,e.attempt(this.parser.constructs.flow,o,e.attempt($a,o)),"linePrefix")));return n;function r(r){if(null!==r)return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n;e.consume(r)}function o(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}}const Ja={resolveAll:nu()},Za=tu("string"),eu=tu("text");function tu(e){return{tokenize:t,resolveAll:nu("text"===e?ru:void 0)};function t(t){const n=this,r=this.parser.constructs[e],o=t.attempt(r,i,a);return i;function i(e){return l(e)?o(e):a(e)}function a(e){if(null!==e)return t.enter("data"),t.consume(e),u;t.consume(e)}function u(e){return l(e)?(t.exit("data"),o(e)):(t.consume(e),u)}function l(e){if(null===e)return!0;const t=r[e];let o=-1;if(t)for(;++o<t.length;){const e=t[o];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function nu(e){return t;function t(t,n){let r=-1,o;for(;++r<=t.length;)void 0===o?t[r]&&"data"===t[r][1].type&&(o=r,r++):t[r]&&"data"===t[r][1].type||(r!==o+2&&(t[o][1].end=t[r-1][1].end,t.splice(o+2,r-o-2),r=o+2),o=void 0);return e?e(t,n):t}}function ru(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){const r=e[n-1][1],o=t.sliceStream(r);let i=o.length,a=-1,u=0,l;for(;i--;){const e=o[i];if("string"==typeof e){for(a=e.length;32===e.charCodeAt(a-1);)u++,a--;if(a)break;a=-1}else if(-2===e)l=!0,u++;else if(-1!==e){i++;break}}if(u){const o={type:n===e.length||l||u<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-u,offset:r.end.offset-u,_index:r.start._index+i,_bufferIndex:i?a:r.start._bufferIndex+a},end:Object.assign({},r.end)};r.end=Object.assign({},o.start),r.start.offset===r.end.offset?Object.assign(r,o):(e.splice(n,0,["enter",o,t],["exit",o,t]),n+=2)}n++}return e}function ou(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const i=e[o].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}function iu(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const o={},i=[];let a=[],u=[],l=!0;const c={consume:x,enter:w,exit:k,attempt:T(E),check:T(S),interrupt:T(S,{interrupt:!0})},s={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:g,sliceSerialize:h,now:m,defineSkip:v,write:d};let f=t.tokenize.call(s,c),p;return t.resolveAll&&i.push(t),s;function d(e){return a=da(a,e),y(),null!==a[a.length-1]?[]:(C(t,0),s.events=ou(i,s.events,s),s.events)}function h(e,t){return uu(g(e),t)}function g(e){return au(a,e)}function m(){const{line:e,column:t,offset:n,_index:o,_bufferIndex:i}=r;return{line:e,column:t,offset:n,_index:o,_bufferIndex:i}}function v(e){o[e.line]=e.column,O()}function y(){let e;for(;r._index<a.length;){const t=a[r._index];if("string"==typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)b(t.charCodeAt(r._bufferIndex));else b(t)}}function b(e){l=void 0,p=e,f=f(e)}function x(e){Oa(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,O()):-1!==e&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++)),s.previous=e,l=!0}function w(e,t){const n=t||{};return n.type=e,n.start=m(),s.events.push(["enter",n,s]),u.push(n),n}function k(e){const t=u.pop();return t.end=m(),s.events.push(["exit",t,s]),t}function E(e,t){C(e,t.from)}function S(e,t){t.restore()}function T(e,t){return n;function n(n,r,o){let i,a,u,f;return Array.isArray(n)?d(n):"tokenize"in n?d([n]):p(n);function p(e){return t;function t(t){const n=null!==t&&e[t],r=null!==t&&e.null,o=undefined;return d([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function d(e){return i=e,a=0,0===e.length?o:h(e[a])}function h(e){return n;function n(n){return f=A(),u=e,e.partial||(s.currentConstruct=e),e.name&&s.parser.constructs.disable.null.includes(e.name)?m(n):e.tokenize.call(t?Object.assign(Object.create(s),t):s,c,g,m)(n)}}function g(t){return l=!0,e(u,f),r}function m(e){return l=!0,f.restore(),++a<i.length?h(i[a]):o}}}function C(e,t){e.resolveAll&&!i.includes(e)&&i.push(e),e.resolve&&pa(s.events,t,s.events.length-t,e.resolve(s.events.slice(t),s)),e.resolveTo&&(s.events=e.resolveTo(s.events,s))}function A(){const e=m(),t=s.previous,n=s.currentConstruct,o=s.events.length,i=Array.from(u);return{restore:a,from:o};function a(){r=e,s.previous=t,s.currentConstruct=n,s.events.length=o,u=i,O()}}function O(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function au(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,i=t.end._bufferIndex;let a;if(n===o)a=[e[n].slice(r,i)];else{if(a=e.slice(n,o),r>-1){const e=a[0];"string"==typeof e?a[0]=e.slice(r):a.shift()}i>0&&a.push(e[o].slice(0,i))}return a}function uu(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const i=e[n];let a;if("string"==typeof i)a=i;else switch(i){case-5:a="\r";break;case-4:a="\n";break;case-3:a="\r\n";break;case-2:a=t?" ":"\t";break;case-1:if(!t&&o)continue;a=" ";break;default:a=String.fromCharCode(i)}o=-2===i,r.push(a)}return r.join("")}const lu={name:"thematicBreak",tokenize:cu};function cu(e,t,n){let r=0,o;return i;function i(t){return e.enter("thematicBreak"),a(t)}function a(e){return o=e,u(e)}function u(i){return i===o?(e.enter("thematicBreakSequence"),l(i)):r>=3&&(null===i||Oa(i))?(e.exit("thematicBreak"),t(i)):n(i)}function l(t){return t===o?(e.consume(t),r++,l):(e.exit("thematicBreakSequence"),La(t)?Na(e,u,"whitespace")(t):u(t))}}const su={name:"list",tokenize:du,continuation:{tokenize:hu},exit:mu},fu={tokenize:vu,partial:!0},pu={tokenize:gu,partial:!0};function du(e,t,n){const r=this,o=r.events[r.events.length-1];let i=o&&"linePrefix"===o[1].type?o[2].sliceSerialize(o[1],!0).length:0,a=0;return u;function u(t){const o=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===o?!r.containerState.marker||t===r.containerState.marker:Ta(t)){if(r.containerState.type||(r.containerState.type=o,e.enter(o,{_container:!0})),"listUnordered"===o)return e.enter("listItemPrefix"),42===t||45===t?e.check(lu,n,c)(t):c(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(t)}return n(t)}function l(t){return Ta(t)&&++a<10?(e.consume(t),l):(!r.interrupt||a<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),c(t)):n(t)}function c(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(qa,r.interrupt?n:s,e.attempt(fu,p,f))}function s(e){return r.containerState.initialBlankLine=!0,i++,p(e)}function f(t){return La(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),p):n(t)}function p(n){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}function hu(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(qa,o,i);function o(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Na(e,t,"listItemIndent",r.containerState.size+1)(n)}function i(n){return r.containerState.furtherBlankLines||!La(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(pu,t,a)(n))}function a(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,Na(e,e.attempt(su,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function gu(e,t,n){const r=this;return Na(e,o,"listItemIndent",r.containerState.size+1);function o(e){const o=r.events[r.events.length-1];return o&&"listItemIndent"===o[1].type&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(e):n(e)}}function mu(e){e.exit(this.containerState.type)}function vu(e,t,n){const r=this;return Na(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(e){const o=r.events[r.events.length-1];return!La(e)&&o&&"listItemPrefixWhitespace"===o[1].type?t(e):n(e)}}const yu={name:"blockQuote",tokenize:bu,continuation:{tokenize:xu},exit:wu};function bu(e,t,n){const r=this;return o;function o(t){if(62===t){const n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),i}return n(t)}function i(n){return La(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}function xu(e,t,n){const r=this;return o;function o(t){return La(t)?Na(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):i(t)}function i(r){return e.attempt(yu,t,n)(r)}}function wu(e){e.exit("blockQuote")}function ku(e,t,n,r,o,i,a,u,l){const c=l||Number.POSITIVE_INFINITY;let s=0;return f;function f(t){return 60===t?(e.enter(r),e.enter(o),e.enter(i),e.consume(t),e.exit(i),p):null===t||32===t||41===t||Sa(t)?n(t):(e.enter(r),e.enter(a),e.enter(u),e.enter("chunkString",{contentType:"string"}),g(t))}function p(n){return 62===n?(e.enter(i),e.consume(n),e.exit(i),e.exit(o),e.exit(r),t):(e.enter(u),e.enter("chunkString",{contentType:"string"}),d(n))}function d(t){return 62===t?(e.exit("chunkString"),e.exit(u),p(t)):null===t||60===t||Oa(t)?n(t):(e.consume(t),92===t?h:d)}function h(t){return 60===t||62===t||92===t?(e.consume(t),d):d(t)}function g(o){return s||null!==o&&41!==o&&!Pa(o)?s<c&&40===o?(e.consume(o),s++,g):41===o?(e.consume(o),s--,g):null===o||32===o||40===o||Sa(o)?n(o):(e.consume(o),92===o?m:g):(e.exit("chunkString"),e.exit(u),e.exit(a),e.exit(r),t(o))}function m(t){return 40===t||41===t||92===t?(e.consume(t),g):g(t)}}function Eu(e,t,n,r,o,i){const a=this;let u=0,l;return c;function c(t){return e.enter(r),e.enter(o),e.consume(t),e.exit(o),e.enter(i),s}function s(c){return u>999||null===c||91===c||93===c&&!l||94===c&&!u&&"_hiddenFootnoteSupport"in a.parser.constructs?n(c):93===c?(e.exit(i),e.enter(o),e.consume(c),e.exit(o),e.exit(r),t):Oa(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),s):(e.enter("chunkString",{contentType:"string"}),f(c))}function f(t){return null===t||91===t||93===t||Oa(t)||u++>999?(e.exit("chunkString"),s(t)):(e.consume(t),l||(l=!La(t)),92===t?p:f)}function p(t){return 91===t||92===t||93===t?(e.consume(t),u++,f):f(t)}}function Su(e,t,n,r,o,i){let a;return u;function u(t){return 34===t||39===t||40===t?(e.enter(r),e.enter(o),e.consume(t),e.exit(o),a=40===t?41:t,l):n(t)}function l(n){return n===a?(e.enter(o),e.consume(n),e.exit(o),e.exit(r),t):(e.enter(i),c(n))}function c(t){return t===a?(e.exit(i),l(a)):null===t?n(t):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Na(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),s(t))}function s(t){return t===a||null===t||Oa(t)?(e.exit("chunkString"),c(t)):(e.consume(t),92===t?f:s)}function f(t){return t===a||92===t?(e.consume(t),s):s(t)}}function Tu(e,t){let n;return r;function r(o){return Oa(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):La(o)?Na(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}function Cu(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Au=undefined,Ou={tokenize:Lu,partial:!0};function Pu(e,t,n){const r=this;let o;return i;function i(t){return e.enter("definition"),a(t)}function a(t){return Eu.call(r,e,u,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}function u(t){return o=Cu(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),l):n(t)}function l(t){return Pa(t)?Tu(e,c)(t):c(t)}function c(t){return ku(e,s,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function s(t){return e.attempt(Ou,f,f)(t)}function f(t){return La(t)?Na(e,p,"whitespace")(t):p(t)}function p(i){return null===i||Oa(i)?(e.exit("definition"),r.parser.defined.push(o),t(i)):n(i)}}function Lu(e,t,n){return r;function r(t){return Pa(t)?Tu(e,o)(t):n(t)}function o(t){return Su(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function i(t){return La(t)?Na(e,a,"whitespace")(t):a(t)}function a(e){return null===e||Oa(e)?t(e):n(e)}}const Ru={name:"codeIndented",tokenize:Iu},_u={tokenize:Nu,partial:!0};function Iu(e,t,n){const r=this;return o;function o(t){return e.enter("codeIndented"),Na(e,i,"linePrefix",5)(t)}function i(e){const t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?a(e):n(e)}function a(t){return null===t?l(t):Oa(t)?e.attempt(_u,a,l)(t):(e.enter("codeFlowValue"),u(t))}function u(t){return null===t||Oa(t)?(e.exit("codeFlowValue"),a(t)):(e.consume(t),u)}function l(n){return e.exit("codeIndented"),t(n)}}function Nu(e,t,n){const r=this;return o;function o(t){return r.parser.lazy[r.now().line]?n(t):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):Na(e,i,"linePrefix",5)(t)}function i(e){const i=r.events[r.events.length-1];return i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(e):Oa(e)?o(e):n(e)}}const Fu=undefined;function Mu(e,t){let n=e.length-2,r=3,o,i;return"whitespace"===e[r][1].type&&(r+=2),n-2>r&&"whitespace"===e[n][1].type&&(n-=2),"atxHeadingSequence"===e[n][1].type&&(r===n-1||n-4>r&&"whitespace"===e[n-2][1].type)&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},pa(e,r,n-r+1,[["enter",o,t],["enter",i,t],["exit",i,t],["exit",o,t]])),e}function Du(e,t,n){let r=0;return o;function o(t){return e.enter("atxHeading"),i(t)}function i(t){return e.enter("atxHeadingSequence"),a(t)}function a(t){return 35===t&&r++<6?(e.consume(t),a):null===t||Pa(t)?(e.exit("atxHeadingSequence"),u(t)):n(t)}function u(n){return 35===n?(e.enter("atxHeadingSequence"),l(n)):null===n||Oa(n)?(e.exit("atxHeading"),t(n)):La(n)?Na(e,u,"whitespace")(n):(e.enter("atxHeadingText"),c(n))}function l(t){return 35===t?(e.consume(t),l):(e.exit("atxHeadingSequence"),u(t))}function c(t){return null===t||35===t||Pa(t)?(e.exit("atxHeadingText"),u(t)):(e.consume(t),c)}}const ju={name:"setextUnderline",tokenize:Uu,resolveTo:zu};function zu(e,t){let n=e.length,r,o,i;for(;n--;)if("enter"===e[n][0]){if("content"===e[n][1].type){r=n;break}"paragraph"===e[n][1].type&&(o=n)}else"content"===e[n][1].type&&e.splice(n,1),i||"definition"!==e[n][1].type||(i=n);const a={type:"setextHeading",start:Object.assign({},e[o][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[o][1].type="setextHeadingText",i?(e.splice(o,0,["enter",a,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[i][1].end)):e[r][1]=a,e.push(["exit",a,t]),e}function Uu(e,t,n){const r=this;let o;return i;function i(t){let i=r.events.length,u;for(;i--;)if("lineEnding"!==r.events[i][1].type&&"linePrefix"!==r.events[i][1].type&&"content"!==r.events[i][1].type){u="paragraph"===r.events[i][1].type;break}return r.parser.lazy[r.now().line]||!r.interrupt&&!u?n(t):(e.enter("setextHeadingLine"),o=t,a(t))}function a(t){return e.enter("setextHeadingLineSequence"),u(t)}function u(t){return t===o?(e.consume(t),u):(e.exit("setextHeadingLineSequence"),La(t)?Na(e,l,"lineSuffix")(t):l(t))}function l(r){return null===r||Oa(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}const qu=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Bu=["pre","script","style","textarea"],Vu=undefined,Hu={tokenize:Ku,partial:!0},$u={tokenize:Gu,partial:!0};function Wu(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););return t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function Qu(e,t,n){const r=this;let o,i,a,u,l;return c;function c(e){return s(e)}function s(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),f}function f(u){return 33===u?(e.consume(u),p):47===u?(e.consume(u),i=!0,g):63===u?(e.consume(u),o=3,r.interrupt?t:M):wa(u)?(e.consume(u),a=String.fromCharCode(u),m):n(u)}function p(i){return 45===i?(e.consume(i),o=2,d):91===i?(e.consume(i),o=5,u=0,h):wa(i)?(e.consume(i),o=4,r.interrupt?t:M):n(i)}function d(o){return 45===o?(e.consume(o),r.interrupt?t:M):n(o)}function h(o){const i="CDATA[";return o===i.charCodeAt(u++)?(e.consume(o),u===i.length?r.interrupt?t:O:h):n(o)}function g(t){return wa(t)?(e.consume(t),a=String.fromCharCode(t),m):n(t)}function m(u){if(null===u||47===u||62===u||Pa(u)){const l=47===u,c=a.toLowerCase();return l||i||!Bu.includes(c)?qu.includes(a.toLowerCase())?(o=6,l?(e.consume(u),v):r.interrupt?t(u):O(u)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(u):i?y(u):b(u)):(o=1,r.interrupt?t(u):O(u))}return 45===u||ka(u)?(e.consume(u),a+=String.fromCharCode(u),m):n(u)}function v(o){return 62===o?(e.consume(o),r.interrupt?t:O):n(o)}function y(t){return La(t)?(e.consume(t),y):C(t)}function b(t){return 47===t?(e.consume(t),C):58===t||95===t||wa(t)?(e.consume(t),x):La(t)?(e.consume(t),b):C(t)}function x(t){return 45===t||46===t||58===t||95===t||ka(t)?(e.consume(t),x):w(t)}function w(t){return 61===t?(e.consume(t),k):La(t)?(e.consume(t),w):b(t)}function k(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),l=t,E):La(t)?(e.consume(t),k):S(t)}function E(t){return t===l?(e.consume(t),l=null,T):null===t||Oa(t)?n(t):(e.consume(t),E)}function S(t){return null===t||34===t||39===t||47===t||60===t||61===t||62===t||96===t||Pa(t)?w(t):(e.consume(t),S)}function T(e){return 47===e||62===e||La(e)?b(e):n(e)}function C(t){return 62===t?(e.consume(t),A):n(t)}function A(t){return null===t||Oa(t)?O(t):La(t)?(e.consume(t),A):n(t)}function O(t){return 45===t&&2===o?(e.consume(t),_):60===t&&1===o?(e.consume(t),I):62===t&&4===o?(e.consume(t),D):63===t&&3===o?(e.consume(t),M):93===t&&5===o?(e.consume(t),F):!Oa(t)||6!==o&&7!==o?null===t||Oa(t)?(e.exit("htmlFlowData"),P(t)):(e.consume(t),O):(e.exit("htmlFlowData"),e.check(Hu,j,P)(t))}function P(t){return e.check($u,L,j)(t)}function L(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),R}function R(t){return null===t||Oa(t)?P(t):(e.enter("htmlFlowData"),O(t))}function _(t){return 45===t?(e.consume(t),M):O(t)}function I(t){return 47===t?(e.consume(t),a="",N):O(t)}function N(t){if(62===t){const n=a.toLowerCase();return Bu.includes(n)?(e.consume(t),D):O(t)}return wa(t)&&a.length<8?(e.consume(t),a+=String.fromCharCode(t),N):O(t)}function F(t){return 93===t?(e.consume(t),M):O(t)}function M(t){return 62===t?(e.consume(t),D):45===t&&2===o?(e.consume(t),M):O(t)}function D(t){return null===t||Oa(t)?(e.exit("htmlFlowData"),j(t)):(e.consume(t),D)}function j(n){return e.exit("htmlFlow"),t(n)}}function Gu(e,t,n){const r=this;return o;function o(t){return Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i):n(t)}function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function Ku(e,t,n){return r;function r(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(qa,t,n)}}const Yu={tokenize:Zu,partial:!0},Xu={name:"codeFenced",tokenize:Ju,concrete:!0};function Ju(e,t,n){const r=this,o={tokenize:w,partial:!0};let i=0,a=0,u;return l;function l(e){return c(e)}function c(t){const n=r.events[r.events.length-1];return i=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,u=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),s(t)}function s(t){return t===u?(a++,e.consume(t),s):a<3?n(t):(e.exit("codeFencedFenceSequence"),La(t)?Na(e,f,"whitespace")(t):f(t))}function f(n){return null===n||Oa(n)?(e.exit("codeFencedFence"),r.interrupt?t(n):e.check(Yu,g,x)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(n))}function p(t){return null===t||Oa(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(t)):La(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Na(e,d,"whitespace")(t)):96===t&&t===u?n(t):(e.consume(t),p)}function d(t){return null===t||Oa(t)?f(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),h(t))}function h(t){return null===t||Oa(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(t)):96===t&&t===u?n(t):(e.consume(t),h)}function g(t){return e.attempt(o,x,m)(t)}function m(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),v}function v(t){return i>0&&La(t)?Na(e,y,"linePrefix",i+1)(t):y(t)}function y(t){return null===t||Oa(t)?e.check(Yu,g,x)(t):(e.enter("codeFlowValue"),b(t))}function b(t){return null===t||Oa(t)?(e.exit("codeFlowValue"),y(t)):(e.consume(t),b)}function x(n){return e.exit("codeFenced"),t(n)}function w(e,t,n){let o=0;return i;function i(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),l}function l(t){return e.enter("codeFencedFence"),La(t)?Na(e,c,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):c(t)}function c(t){return t===u?(e.enter("codeFencedFenceSequence"),s(t)):n(t)}function s(t){return t===u?(o++,e.consume(t),s):o>=a?(e.exit("codeFencedFenceSequence"),La(t)?Na(e,f,"whitespace")(t):f(t)):n(t)}function f(r){return null===r||Oa(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}}function Zu(e,t,n){const r=this;return o;function o(t){return null===t?n(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i)}function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}const el={AElig:"\xc6",AMP:"&",Aacute:"\xc1",Abreve:"\u0102",Acirc:"\xc2",Acy:"\u0410",Afr:"\ud835\udd04",Agrave:"\xc0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2a53",Aogon:"\u0104",Aopf:"\ud835\udd38",ApplyFunction:"\u2061",Aring:"\xc5",Ascr:"\ud835\udc9c",Assign:"\u2254",Atilde:"\xc3",Auml:"\xc4",Backslash:"\u2216",Barv:"\u2ae7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212c",Beta:"\u0392",Bfr:"\ud835\udd05",Bopf:"\ud835\udd39",Breve:"\u02d8",Bscr:"\u212c",Bumpeq:"\u224e",CHcy:"\u0427",COPY:"\xa9",Cacute:"\u0106",Cap:"\u22d2",CapitalDifferentialD:"\u2145",Cayleys:"\u212d",Ccaron:"\u010c",Ccedil:"\xc7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010a",Cedilla:"\xb8",CenterDot:"\xb7",Cfr:"\u212d",Chi:"\u03a7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201d",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2a74",Congruent:"\u2261",Conint:"\u222f",ContourIntegral:"\u222e",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2a2f",Cscr:"\ud835\udc9e",Cup:"\u22d3",CupCap:"\u224d",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040f",Dagger:"\u2021",Darr:"\u21a1",Dashv:"\u2ae4",Dcaron:"\u010e",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\ud835\udd07",DiacriticalAcute:"\xb4",DiacriticalDot:"\u02d9",DiacriticalDoubleAcute:"\u02dd",DiacriticalGrave:"`",DiacriticalTilde:"\u02dc",Diamond:"\u22c4",DifferentialD:"\u2146",Dopf:"\ud835\udd3b",Dot:"\xa8",DotDot:"\u20dc",DotEqual:"\u2250",DoubleContourIntegral:"\u222f",DoubleDot:"\xa8",DoubleDownArrow:"\u21d3",DoubleLeftArrow:"\u21d0",DoubleLeftRightArrow:"\u21d4",DoubleLeftTee:"\u2ae4",DoubleLongLeftArrow:"\u27f8",DoubleLongLeftRightArrow:"\u27fa",DoubleLongRightArrow:"\u27f9",DoubleRightArrow:"\u21d2",DoubleRightTee:"\u22a8",DoubleUpArrow:"\u21d1",DoubleUpDownArrow:"\u21d5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21f5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295e",DownLeftVector:"\u21bd",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295f",DownRightVector:"\u21c1",DownRightVectorBar:"\u2957",DownTee:"\u22a4",DownTeeArrow:"\u21a7",Downarrow:"\u21d3",Dscr:"\ud835\udc9f",Dstrok:"\u0110",ENG:"\u014a",ETH:"\xd0",Eacute:"\xc9",Ecaron:"\u011a",Ecirc:"\xca",Ecy:"\u042d",Edot:"\u0116",Efr:"\ud835\udd08",Egrave:"\xc8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25fb",EmptyVerySmallSquare:"\u25ab",Eogon:"\u0118",Eopf:"\ud835\udd3c",Epsilon:"\u0395",Equal:"\u2a75",EqualTilde:"\u2242",Equilibrium:"\u21cc",Escr:"\u2130",Esim:"\u2a73",Eta:"\u0397",Euml:"\xcb",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\ud835\udd09",FilledSmallSquare:"\u25fc",FilledVerySmallSquare:"\u25aa",Fopf:"\ud835\udd3d",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03dc",Gbreve:"\u011e",Gcedil:"\u0122",Gcirc:"\u011c",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\ud835\udd0a",Gg:"\u22d9",Gopf:"\ud835\udd3e",GreaterEqual:"\u2265",GreaterEqualLess:"\u22db",GreaterFullEqual:"\u2267",GreaterGreater:"\u2aa2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2a7e",GreaterTilde:"\u2273",Gscr:"\ud835\udca2",Gt:"\u226b",HARDcy:"\u042a",Hacek:"\u02c7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210c",HilbertSpace:"\u210b",Hopf:"\u210d",HorizontalLine:"\u2500",Hscr:"\u210b",Hstrok:"\u0126",HumpDownHump:"\u224e",HumpEqual:"\u224f",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xcd",Icirc:"\xce",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xcc",Im:"\u2111",Imacr:"\u012a",ImaginaryI:"\u2148",Implies:"\u21d2",Int:"\u222c",Integral:"\u222b",Intersection:"\u22c2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012e",Iopf:"\ud835\udd40",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xcf",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\ud835\udd0d",Jopf:"\ud835\udd41",Jscr:"\ud835\udca5",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040c",Kappa:"\u039a",Kcedil:"\u0136",Kcy:"\u041a",Kfr:"\ud835\udd0e",Kopf:"\ud835\udd42",Kscr:"\ud835\udca6",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039b",Lang:"\u27ea",Laplacetrf:"\u2112",Larr:"\u219e",Lcaron:"\u013d",Lcedil:"\u013b",Lcy:"\u041b",LeftAngleBracket:"\u27e8",LeftArrow:"\u2190",LeftArrowBar:"\u21e4",LeftArrowRightArrow:"\u21c6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27e6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21c3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230a",LeftRightArrow:"\u2194",LeftRightVector:"\u294e",LeftTee:"\u22a3",LeftTeeArrow:"\u21a4",LeftTeeVector:"\u295a",LeftTriangle:"\u22b2",LeftTriangleBar:"\u29cf",LeftTriangleEqual:"\u22b4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21bf",LeftUpVectorBar:"\u2958",LeftVector:"\u21bc",LeftVectorBar:"\u2952",Leftarrow:"\u21d0",Leftrightarrow:"\u21d4",LessEqualGreater:"\u22da",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2aa1",LessSlantEqual:"\u2a7d",LessTilde:"\u2272",Lfr:"\ud835\udd0f",Ll:"\u22d8",Lleftarrow:"\u21da",Lmidot:"\u013f",LongLeftArrow:"\u27f5",LongLeftRightArrow:"\u27f7",LongRightArrow:"\u27f6",Longleftarrow:"\u27f8",Longleftrightarrow:"\u27fa",Longrightarrow:"\u27f9",Lopf:"\ud835\udd43",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21b0",Lstrok:"\u0141",Lt:"\u226a",Map:"\u2905",Mcy:"\u041c",MediumSpace:"\u205f",Mellintrf:"\u2133",Mfr:"\ud835\udd10",MinusPlus:"\u2213",Mopf:"\ud835\udd44",Mscr:"\u2133",Mu:"\u039c",NJcy:"\u040a",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041d",NegativeMediumSpace:"\u200b",NegativeThickSpace:"\u200b",NegativeThinSpace:"\u200b",NegativeVeryThinSpace:"\u200b",NestedGreaterGreater:"\u226b",NestedLessLess:"\u226a",NewLine:"\n",Nfr:"\ud835\udd11",NoBreak:"\u2060",NonBreakingSpace:"\xa0",Nopf:"\u2115",Not:"\u2aec",NotCongruent:"\u2262",NotCupCap:"\u226d",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226f",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226b\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2a7e\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224e\u0338",NotHumpEqual:"\u224f\u0338",NotLeftTriangle:"\u22ea",NotLeftTriangleBar:"\u29cf\u0338",NotLeftTriangleEqual:"\u22ec",NotLess:"\u226e",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226a\u0338",NotLessSlantEqual:"\u2a7d\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2aa2\u0338",NotNestedLessLess:"\u2aa1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2aaf\u0338",NotPrecedesSlantEqual:"\u22e0",NotReverseElement:"\u220c",NotRightTriangle:"\u22eb",NotRightTriangleBar:"\u29d0\u0338",NotRightTriangleEqual:"\u22ed",NotSquareSubset:"\u228f\u0338",NotSquareSubsetEqual:"\u22e2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22e3",NotSubset:"\u2282\u20d2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2ab0\u0338",NotSucceedsSlantEqual:"\u22e1",NotSucceedsTilde:"\u227f\u0338",NotSuperset:"\u2283\u20d2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\ud835\udca9",Ntilde:"\xd1",Nu:"\u039d",OElig:"\u0152",Oacute:"\xd3",Ocirc:"\xd4",Ocy:"\u041e",Odblac:"\u0150",Ofr:"\ud835\udd12",Ograve:"\xd2",Omacr:"\u014c",Omega:"\u03a9",Omicron:"\u039f",Oopf:"\ud835\udd46",OpenCurlyDoubleQuote:"\u201c",OpenCurlyQuote:"\u2018",Or:"\u2a54",Oscr:"\ud835\udcaa",Oslash:"\xd8",Otilde:"\xd5",Otimes:"\u2a37",Ouml:"\xd6",OverBar:"\u203e",OverBrace:"\u23de",OverBracket:"\u23b4",OverParenthesis:"\u23dc",PartialD:"\u2202",Pcy:"\u041f",Pfr:"\ud835\udd13",Phi:"\u03a6",Pi:"\u03a0",PlusMinus:"\xb1",Poincareplane:"\u210c",Popf:"\u2119",Pr:"\u2abb",Precedes:"\u227a",PrecedesEqual:"\u2aaf",PrecedesSlantEqual:"\u227c",PrecedesTilde:"\u227e",Prime:"\u2033",Product:"\u220f",Proportion:"\u2237",Proportional:"\u221d",Pscr:"\ud835\udcab",Psi:"\u03a8",QUOT:'"',Qfr:"\ud835\udd14",Qopf:"\u211a",Qscr:"\ud835\udcac",RBarr:"\u2910",REG:"\xae",Racute:"\u0154",Rang:"\u27eb",Rarr:"\u21a0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211c",ReverseElement:"\u220b",ReverseEquilibrium:"\u21cb",ReverseUpEquilibrium:"\u296f",Rfr:"\u211c",Rho:"\u03a1",RightAngleBracket:"\u27e9",RightArrow:"\u2192",RightArrowBar:"\u21e5",RightArrowLeftArrow:"\u21c4",RightCeiling:"\u2309",RightDoubleBracket:"\u27e7",RightDownTeeVector:"\u295d",RightDownVector:"\u21c2",RightDownVectorBar:"\u2955",RightFloor:"\u230b",RightTee:"\u22a2",RightTeeArrow:"\u21a6",RightTeeVector:"\u295b",RightTriangle:"\u22b3",RightTriangleBar:"\u29d0",RightTriangleEqual:"\u22b5",RightUpDownVector:"\u294f",RightUpTeeVector:"\u295c",RightUpVector:"\u21be",RightUpVectorBar:"\u2954",RightVector:"\u21c0",RightVectorBar:"\u2953",Rightarrow:"\u21d2",Ropf:"\u211d",RoundImplies:"\u2970",Rrightarrow:"\u21db",Rscr:"\u211b",Rsh:"\u21b1",RuleDelayed:"\u29f4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042c",Sacute:"\u015a",Sc:"\u2abc",Scaron:"\u0160",Scedil:"\u015e",Scirc:"\u015c",Scy:"\u0421",Sfr:"\ud835\udd16",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03a3",SmallCircle:"\u2218",Sopf:"\ud835\udd4a",Sqrt:"\u221a",Square:"\u25a1",SquareIntersection:"\u2293",SquareSubset:"\u228f",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\ud835\udcae",Star:"\u22c6",Sub:"\u22d0",Subset:"\u22d0",SubsetEqual:"\u2286",Succeeds:"\u227b",SucceedsEqual:"\u2ab0",SucceedsSlantEqual:"\u227d",SucceedsTilde:"\u227f",SuchThat:"\u220b",Sum:"\u2211",Sup:"\u22d1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22d1",THORN:"\xde",TRADE:"\u2122",TSHcy:"\u040b",TScy:"\u0426",Tab:"\t",Tau:"\u03a4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\ud835\udd17",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205f\u200a",ThinSpace:"\u2009",Tilde:"\u223c",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\ud835\udd4b",TripleDot:"\u20db",Tscr:"\ud835\udcaf",Tstrok:"\u0166",Uacute:"\xda",Uarr:"\u219f",Uarrocir:"\u2949",Ubrcy:"\u040e",Ubreve:"\u016c",Ucirc:"\xdb",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\ud835\udd18",Ugrave:"\xd9",Umacr:"\u016a",UnderBar:"_",UnderBrace:"\u23df",UnderBracket:"\u23b5",UnderParenthesis:"\u23dd",Union:"\u22c3",UnionPlus:"\u228e",Uogon:"\u0172",Uopf:"\ud835\udd4c",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21c5",UpDownArrow:"\u2195",UpEquilibrium:"\u296e",UpTee:"\u22a5",UpTeeArrow:"\u21a5",Uparrow:"\u21d1",Updownarrow:"\u21d5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03d2",Upsilon:"\u03a5",Uring:"\u016e",Uscr:"\ud835\udcb0",Utilde:"\u0168",Uuml:"\xdc",VDash:"\u22ab",Vbar:"\u2aeb",Vcy:"\u0412",Vdash:"\u22a9",Vdashl:"\u2ae6",Vee:"\u22c1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200a",Vfr:"\ud835\udd19",Vopf:"\ud835\udd4d",Vscr:"\ud835\udcb1",Vvdash:"\u22aa",Wcirc:"\u0174",Wedge:"\u22c0",Wfr:"\ud835\udd1a",Wopf:"\ud835\udd4e",Wscr:"\ud835\udcb2",Xfr:"\ud835\udd1b",Xi:"\u039e",Xopf:"\ud835\udd4f",Xscr:"\ud835\udcb3",YAcy:"\u042f",YIcy:"\u0407",YUcy:"\u042e",Yacute:"\xdd",Ycirc:"\u0176",Ycy:"\u042b",Yfr:"\ud835\udd1c",Yopf:"\ud835\udd50",Yscr:"\ud835\udcb4",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017d",Zcy:"\u0417",Zdot:"\u017b",ZeroWidthSpace:"\u200b",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\ud835\udcb5",aacute:"\xe1",abreve:"\u0103",ac:"\u223e",acE:"\u223e\u0333",acd:"\u223f",acirc:"\xe2",acute:"\xb4",acy:"\u0430",aelig:"\xe6",af:"\u2061",afr:"\ud835\udd1e",agrave:"\xe0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03b1",amacr:"\u0101",amalg:"\u2a3f",amp:"&",and:"\u2227",andand:"\u2a55",andd:"\u2a5c",andslope:"\u2a58",andv:"\u2a5a",ang:"\u2220",ange:"\u29a4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29a8",angmsdab:"\u29a9",angmsdac:"\u29aa",angmsdad:"\u29ab",angmsdae:"\u29ac",angmsdaf:"\u29ad",angmsdag:"\u29ae",angmsdah:"\u29af",angrt:"\u221f",angrtvb:"\u22be",angrtvbd:"\u299d",angsph:"\u2222",angst:"\xc5",angzarr:"\u237c",aogon:"\u0105",aopf:"\ud835\udd52",ap:"\u2248",apE:"\u2a70",apacir:"\u2a6f",ape:"\u224a",apid:"\u224b",apos:"'",approx:"\u2248",approxeq:"\u224a",aring:"\xe5",ascr:"\ud835\udcb6",ast:"*",asymp:"\u2248",asympeq:"\u224d",atilde:"\xe3",auml:"\xe4",awconint:"\u2233",awint:"\u2a11",bNot:"\u2aed",backcong:"\u224c",backepsilon:"\u03f6",backprime:"\u2035",backsim:"\u223d",backsimeq:"\u22cd",barvee:"\u22bd",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23b5",bbrktbrk:"\u23b6",bcong:"\u224c",bcy:"\u0431",bdquo:"\u201e",becaus:"\u2235",because:"\u2235",bemptyv:"\u29b0",bepsi:"\u03f6",bernou:"\u212c",beta:"\u03b2",beth:"\u2136",between:"\u226c",bfr:"\ud835\udd1f",bigcap:"\u22c2",bigcirc:"\u25ef",bigcup:"\u22c3",bigodot:"\u2a00",bigoplus:"\u2a01",bigotimes:"\u2a02",bigsqcup:"\u2a06",bigstar:"\u2605",bigtriangledown:"\u25bd",bigtriangleup:"\u25b3",biguplus:"\u2a04",bigvee:"\u22c1",bigwedge:"\u22c0",bkarow:"\u290d",blacklozenge:"\u29eb",blacksquare:"\u25aa",blacktriangle:"\u25b4",blacktriangledown:"\u25be",blacktriangleleft:"\u25c2",blacktriangleright:"\u25b8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20e5",bnequiv:"\u2261\u20e5",bnot:"\u2310",bopf:"\ud835\udd53",bot:"\u22a5",bottom:"\u22a5",bowtie:"\u22c8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255d",boxUR:"\u255a",boxUl:"\u255c",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256c",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256b",boxVl:"\u2562",boxVr:"\u255f",boxbox:"\u29c9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250c",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252c",boxhu:"\u2534",boxminus:"\u229f",boxplus:"\u229e",boxtimes:"\u22a0",boxuL:"\u255b",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256a",boxvL:"\u2561",boxvR:"\u255e",boxvh:"\u253c",boxvl:"\u2524",boxvr:"\u251c",bprime:"\u2035",breve:"\u02d8",brvbar:"\xa6",bscr:"\ud835\udcb7",bsemi:"\u204f",bsim:"\u223d",bsime:"\u22cd",bsol:"\\",bsolb:"\u29c5",bsolhsub:"\u27c8",bull:"\u2022",bullet:"\u2022",bump:"\u224e",bumpE:"\u2aae",bumpe:"\u224f",bumpeq:"\u224f",cacute:"\u0107",cap:"\u2229",capand:"\u2a44",capbrcup:"\u2a49",capcap:"\u2a4b",capcup:"\u2a47",capdot:"\u2a40",caps:"\u2229\ufe00",caret:"\u2041",caron:"\u02c7",ccaps:"\u2a4d",ccaron:"\u010d",ccedil:"\xe7",ccirc:"\u0109",ccups:"\u2a4c",ccupssm:"\u2a50",cdot:"\u010b",cedil:"\xb8",cemptyv:"\u29b2",cent:"\xa2",centerdot:"\xb7",cfr:"\ud835\udd20",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03c7",cir:"\u25cb",cirE:"\u29c3",circ:"\u02c6",circeq:"\u2257",circlearrowleft:"\u21ba",circlearrowright:"\u21bb",circledR:"\xae",circledS:"\u24c8",circledast:"\u229b",circledcirc:"\u229a",circleddash:"\u229d",cire:"\u2257",cirfnint:"\u2a10",cirmid:"\u2aef",cirscir:"\u29c2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2a6d",conint:"\u222e",copf:"\ud835\udd54",coprod:"\u2210",copy:"\xa9",copysr:"\u2117",crarr:"\u21b5",cross:"\u2717",cscr:"\ud835\udcb8",csub:"\u2acf",csube:"\u2ad1",csup:"\u2ad0",csupe:"\u2ad2",ctdot:"\u22ef",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22de",cuesc:"\u22df",cularr:"\u21b6",cularrp:"\u293d",cup:"\u222a",cupbrcap:"\u2a48",cupcap:"\u2a46",cupcup:"\u2a4a",cupdot:"\u228d",cupor:"\u2a45",cups:"\u222a\ufe00",curarr:"\u21b7",curarrm:"\u293c",curlyeqprec:"\u22de",curlyeqsucc:"\u22df",curlyvee:"\u22ce",curlywedge:"\u22cf",curren:"\xa4",curvearrowleft:"\u21b6",curvearrowright:"\u21b7",cuvee:"\u22ce",cuwed:"\u22cf",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232d",dArr:"\u21d3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22a3",dbkarow:"\u290f",dblac:"\u02dd",dcaron:"\u010f",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21ca",ddotseq:"\u2a77",deg:"\xb0",delta:"\u03b4",demptyv:"\u29b1",dfisht:"\u297f",dfr:"\ud835\udd21",dharl:"\u21c3",dharr:"\u21c2",diam:"\u22c4",diamond:"\u22c4",diamondsuit:"\u2666",diams:"\u2666",die:"\xa8",digamma:"\u03dd",disin:"\u22f2",div:"\xf7",divide:"\xf7",divideontimes:"\u22c7",divonx:"\u22c7",djcy:"\u0452",dlcorn:"\u231e",dlcrop:"\u230d",dollar:"$",dopf:"\ud835\udd55",dot:"\u02d9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22a1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21ca",downharpoonleft:"\u21c3",downharpoonright:"\u21c2",drbkarow:"\u2910",drcorn:"\u231f",drcrop:"\u230c",dscr:"\ud835\udcb9",dscy:"\u0455",dsol:"\u29f6",dstrok:"\u0111",dtdot:"\u22f1",dtri:"\u25bf",dtrif:"\u25be",duarr:"\u21f5",duhar:"\u296f",dwangle:"\u29a6",dzcy:"\u045f",dzigrarr:"\u27ff",eDDot:"\u2a77",eDot:"\u2251",eacute:"\xe9",easter:"\u2a6e",ecaron:"\u011b",ecir:"\u2256",ecirc:"\xea",ecolon:"\u2255",ecy:"\u044d",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\ud835\udd22",eg:"\u2a9a",egrave:"\xe8",egs:"\u2a96",egsdot:"\u2a98",el:"\u2a99",elinters:"\u23e7",ell:"\u2113",els:"\u2a95",elsdot:"\u2a97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014b",ensp:"\u2002",eogon:"\u0119",eopf:"\ud835\udd56",epar:"\u22d5",eparsl:"\u29e3",eplus:"\u2a71",epsi:"\u03b5",epsilon:"\u03b5",epsiv:"\u03f5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2a96",eqslantless:"\u2a95",equals:"=",equest:"\u225f",equiv:"\u2261",equivDD:"\u2a78",eqvparsl:"\u29e5",erDot:"\u2253",erarr:"\u2971",escr:"\u212f",esdot:"\u2250",esim:"\u2242",eta:"\u03b7",eth:"\xf0",euml:"\xeb",euro:"\u20ac",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\ufb03",fflig:"\ufb00",ffllig:"\ufb04",ffr:"\ud835\udd23",filig:"\ufb01",fjlig:"fj",flat:"\u266d",fllig:"\ufb02",fltns:"\u25b1",fnof:"\u0192",fopf:"\ud835\udd57",forall:"\u2200",fork:"\u22d4",forkv:"\u2ad9",fpartint:"\u2a0d",frac12:"\xbd",frac13:"\u2153",frac14:"\xbc",frac15:"\u2155",frac16:"\u2159",frac18:"\u215b",frac23:"\u2154",frac25:"\u2156",frac34:"\xbe",frac35:"\u2157",frac38:"\u215c",frac45:"\u2158",frac56:"\u215a",frac58:"\u215d",frac78:"\u215e",frasl:"\u2044",frown:"\u2322",fscr:"\ud835\udcbb",gE:"\u2267",gEl:"\u2a8c",gacute:"\u01f5",gamma:"\u03b3",gammad:"\u03dd",gap:"\u2a86",gbreve:"\u011f",gcirc:"\u011d",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22db",geq:"\u2265",geqq:"\u2267",geqslant:"\u2a7e",ges:"\u2a7e",gescc:"\u2aa9",gesdot:"\u2a80",gesdoto:"\u2a82",gesdotol:"\u2a84",gesl:"\u22db\ufe00",gesles:"\u2a94",gfr:"\ud835\udd24",gg:"\u226b",ggg:"\u22d9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2a92",gla:"\u2aa5",glj:"\u2aa4",gnE:"\u2269",gnap:"\u2a8a",gnapprox:"\u2a8a",gne:"\u2a88",gneq:"\u2a88",gneqq:"\u2269",gnsim:"\u22e7",gopf:"\ud835\udd58",grave:"`",gscr:"\u210a",gsim:"\u2273",gsime:"\u2a8e",gsiml:"\u2a90",gt:">",gtcc:"\u2aa7",gtcir:"\u2a7a",gtdot:"\u22d7",gtlPar:"\u2995",gtquest:"\u2a7c",gtrapprox:"\u2a86",gtrarr:"\u2978",gtrdot:"\u22d7",gtreqless:"\u22db",gtreqqless:"\u2a8c",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\ufe00",gvnE:"\u2269\ufe00",hArr:"\u21d4",hairsp:"\u200a",half:"\xbd",hamilt:"\u210b",hardcy:"\u044a",harr:"\u2194",harrcir:"\u2948",harrw:"\u21ad",hbar:"\u210f",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22b9",hfr:"\ud835\udd25",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21ff",homtht:"\u223b",hookleftarrow:"\u21a9",hookrightarrow:"\u21aa",hopf:"\ud835\udd59",horbar:"\u2015",hscr:"\ud835\udcbd",hslash:"\u210f",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xed",ic:"\u2063",icirc:"\xee",icy:"\u0438",iecy:"\u0435",iexcl:"\xa1",iff:"\u21d4",ifr:"\ud835\udd26",igrave:"\xec",ii:"\u2148",iiiint:"\u2a0c",iiint:"\u222d",iinfin:"\u29dc",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012b",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22b7",imped:"\u01b5",in:"\u2208",incare:"\u2105",infin:"\u221e",infintie:"\u29dd",inodot:"\u0131",int:"\u222b",intcal:"\u22ba",integers:"\u2124",intercal:"\u22ba",intlarhk:"\u2a17",intprod:"\u2a3c",iocy:"\u0451",iogon:"\u012f",iopf:"\ud835\udd5a",iota:"\u03b9",iprod:"\u2a3c",iquest:"\xbf",iscr:"\ud835\udcbe",isin:"\u2208",isinE:"\u22f9",isindot:"\u22f5",isins:"\u22f4",isinsv:"\u22f3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xef",jcirc:"\u0135",jcy:"\u0439",jfr:"\ud835\udd27",jmath:"\u0237",jopf:"\ud835\udd5b",jscr:"\ud835\udcbf",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03ba",kappav:"\u03f0",kcedil:"\u0137",kcy:"\u043a",kfr:"\ud835\udd28",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045c",kopf:"\ud835\udd5c",kscr:"\ud835\udcc0",lAarr:"\u21da",lArr:"\u21d0",lAtail:"\u291b",lBarr:"\u290e",lE:"\u2266",lEg:"\u2a8b",lHar:"\u2962",lacute:"\u013a",laemptyv:"\u29b4",lagran:"\u2112",lambda:"\u03bb",lang:"\u27e8",langd:"\u2991",langle:"\u27e8",lap:"\u2a85",laquo:"\xab",larr:"\u2190",larrb:"\u21e4",larrbfs:"\u291f",larrfs:"\u291d",larrhk:"\u21a9",larrlp:"\u21ab",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21a2",lat:"\u2aab",latail:"\u2919",late:"\u2aad",lates:"\u2aad\ufe00",lbarr:"\u290c",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298b",lbrksld:"\u298f",lbrkslu:"\u298d",lcaron:"\u013e",lcedil:"\u013c",lceil:"\u2308",lcub:"{",lcy:"\u043b",ldca:"\u2936",ldquo:"\u201c",ldquor:"\u201e",ldrdhar:"\u2967",ldrushar:"\u294b",ldsh:"\u21b2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21a2",leftharpoondown:"\u21bd",leftharpoonup:"\u21bc",leftleftarrows:"\u21c7",leftrightarrow:"\u2194",leftrightarrows:"\u21c6",leftrightharpoons:"\u21cb",leftrightsquigarrow:"\u21ad",leftthreetimes:"\u22cb",leg:"\u22da",leq:"\u2264",leqq:"\u2266",leqslant:"\u2a7d",les:"\u2a7d",lescc:"\u2aa8",lesdot:"\u2a7f",lesdoto:"\u2a81",lesdotor:"\u2a83",lesg:"\u22da\ufe00",lesges:"\u2a93",lessapprox:"\u2a85",lessdot:"\u22d6",lesseqgtr:"\u22da",lesseqqgtr:"\u2a8b",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297c",lfloor:"\u230a",lfr:"\ud835\udd29",lg:"\u2276",lgE:"\u2a91",lhard:"\u21bd",lharu:"\u21bc",lharul:"\u296a",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226a",llarr:"\u21c7",llcorner:"\u231e",llhard:"\u296b",lltri:"\u25fa",lmidot:"\u0140",lmoust:"\u23b0",lmoustache:"\u23b0",lnE:"\u2268",lnap:"\u2a89",lnapprox:"\u2a89",lne:"\u2a87",lneq:"\u2a87",lneqq:"\u2268",lnsim:"\u22e6",loang:"\u27ec",loarr:"\u21fd",lobrk:"\u27e6",longleftarrow:"\u27f5",longleftrightarrow:"\u27f7",longmapsto:"\u27fc",longrightarrow:"\u27f6",looparrowleft:"\u21ab",looparrowright:"\u21ac",lopar:"\u2985",lopf:"\ud835\udd5d",loplus:"\u2a2d",lotimes:"\u2a34",lowast:"\u2217",lowbar:"_",loz:"\u25ca",lozenge:"\u25ca",lozf:"\u29eb",lpar:"(",lparlt:"\u2993",lrarr:"\u21c6",lrcorner:"\u231f",lrhar:"\u21cb",lrhard:"\u296d",lrm:"\u200e",lrtri:"\u22bf",lsaquo:"\u2039",lscr:"\ud835\udcc1",lsh:"\u21b0",lsim:"\u2272",lsime:"\u2a8d",lsimg:"\u2a8f",lsqb:"[",lsquo:"\u2018",lsquor:"\u201a",lstrok:"\u0142",lt:"<",ltcc:"\u2aa6",ltcir:"\u2a79",ltdot:"\u22d6",lthree:"\u22cb",ltimes:"\u22c9",ltlarr:"\u2976",ltquest:"\u2a7b",ltrPar:"\u2996",ltri:"\u25c3",ltrie:"\u22b4",ltrif:"\u25c2",lurdshar:"\u294a",luruhar:"\u2966",lvertneqq:"\u2268\ufe00",lvnE:"\u2268\ufe00",mDDot:"\u223a",macr:"\xaf",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21a6",mapsto:"\u21a6",mapstodown:"\u21a7",mapstoleft:"\u21a4",mapstoup:"\u21a5",marker:"\u25ae",mcomma:"\u2a29",mcy:"\u043c",mdash:"\u2014",measuredangle:"\u2221",mfr:"\ud835\udd2a",mho:"\u2127",micro:"\xb5",mid:"\u2223",midast:"*",midcir:"\u2af0",middot:"\xb7",minus:"\u2212",minusb:"\u229f",minusd:"\u2238",minusdu:"\u2a2a",mlcp:"\u2adb",mldr:"\u2026",mnplus:"\u2213",models:"\u22a7",mopf:"\ud835\udd5e",mp:"\u2213",mscr:"\ud835\udcc2",mstpos:"\u223e",mu:"\u03bc",multimap:"\u22b8",mumap:"\u22b8",nGg:"\u22d9\u0338",nGt:"\u226b\u20d2",nGtv:"\u226b\u0338",nLeftarrow:"\u21cd",nLeftrightarrow:"\u21ce",nLl:"\u22d8\u0338",nLt:"\u226a\u20d2",nLtv:"\u226a\u0338",nRightarrow:"\u21cf",nVDash:"\u22af",nVdash:"\u22ae",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20d2",nap:"\u2249",napE:"\u2a70\u0338",napid:"\u224b\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266e",natural:"\u266e",naturals:"\u2115",nbsp:"\xa0",nbump:"\u224e\u0338",nbumpe:"\u224f\u0338",ncap:"\u2a43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2a6d\u0338",ncup:"\u2a42",ncy:"\u043d",ndash:"\u2013",ne:"\u2260",neArr:"\u21d7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\ud835\udd2b",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2a7e\u0338",nges:"\u2a7e\u0338",ngsim:"\u2275",ngt:"\u226f",ngtr:"\u226f",nhArr:"\u21ce",nharr:"\u21ae",nhpar:"\u2af2",ni:"\u220b",nis:"\u22fc",nisd:"\u22fa",niv:"\u220b",njcy:"\u045a",nlArr:"\u21cd",nlE:"\u2266\u0338",nlarr:"\u219a",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219a",nleftrightarrow:"\u21ae",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2a7d\u0338",nles:"\u2a7d\u0338",nless:"\u226e",nlsim:"\u2274",nlt:"\u226e",nltri:"\u22ea",nltrie:"\u22ec",nmid:"\u2224",nopf:"\ud835\udd5f",not:"\xac",notin:"\u2209",notinE:"\u22f9\u0338",notindot:"\u22f5\u0338",notinva:"\u2209",notinvb:"\u22f7",notinvc:"\u22f6",notni:"\u220c",notniva:"\u220c",notnivb:"\u22fe",notnivc:"\u22fd",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2afd\u20e5",npart:"\u2202\u0338",npolint:"\u2a14",npr:"\u2280",nprcue:"\u22e0",npre:"\u2aaf\u0338",nprec:"\u2280",npreceq:"\u2aaf\u0338",nrArr:"\u21cf",nrarr:"\u219b",nrarrc:"\u2933\u0338",nrarrw:"\u219d\u0338",nrightarrow:"\u219b",nrtri:"\u22eb",nrtrie:"\u22ed",nsc:"\u2281",nsccue:"\u22e1",nsce:"\u2ab0\u0338",nscr:"\ud835\udcc3",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22e2",nsqsupe:"\u22e3",nsub:"\u2284",nsubE:"\u2ac5\u0338",nsube:"\u2288",nsubset:"\u2282\u20d2",nsubseteq:"\u2288",nsubseteqq:"\u2ac5\u0338",nsucc:"\u2281",nsucceq:"\u2ab0\u0338",nsup:"\u2285",nsupE:"\u2ac6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20d2",nsupseteq:"\u2289",nsupseteqq:"\u2ac6\u0338",ntgl:"\u2279",ntilde:"\xf1",ntlg:"\u2278",ntriangleleft:"\u22ea",ntrianglelefteq:"\u22ec",ntriangleright:"\u22eb",ntrianglerighteq:"\u22ed",nu:"\u03bd",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22ad",nvHarr:"\u2904",nvap:"\u224d\u20d2",nvdash:"\u22ac",nvge:"\u2265\u20d2",nvgt:">\u20d2",nvinfin:"\u29de",nvlArr:"\u2902",nvle:"\u2264\u20d2",nvlt:"<\u20d2",nvltrie:"\u22b4\u20d2",nvrArr:"\u2903",nvrtrie:"\u22b5\u20d2",nvsim:"\u223c\u20d2",nwArr:"\u21d6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24c8",oacute:"\xf3",oast:"\u229b",ocir:"\u229a",ocirc:"\xf4",ocy:"\u043e",odash:"\u229d",odblac:"\u0151",odiv:"\u2a38",odot:"\u2299",odsold:"\u29bc",oelig:"\u0153",ofcir:"\u29bf",ofr:"\ud835\udd2c",ogon:"\u02db",ograve:"\xf2",ogt:"\u29c1",ohbar:"\u29b5",ohm:"\u03a9",oint:"\u222e",olarr:"\u21ba",olcir:"\u29be",olcross:"\u29bb",oline:"\u203e",olt:"\u29c0",omacr:"\u014d",omega:"\u03c9",omicron:"\u03bf",omid:"\u29b6",ominus:"\u2296",oopf:"\ud835\udd60",opar:"\u29b7",operp:"\u29b9",oplus:"\u2295",or:"\u2228",orarr:"\u21bb",ord:"\u2a5d",order:"\u2134",orderof:"\u2134",ordf:"\xaa",ordm:"\xba",origof:"\u22b6",oror:"\u2a56",orslope:"\u2a57",orv:"\u2a5b",oscr:"\u2134",oslash:"\xf8",osol:"\u2298",otilde:"\xf5",otimes:"\u2297",otimesas:"\u2a36",ouml:"\xf6",ovbar:"\u233d",par:"\u2225",para:"\xb6",parallel:"\u2225",parsim:"\u2af3",parsl:"\u2afd",part:"\u2202",pcy:"\u043f",percnt:"%",period:".",permil:"\u2030",perp:"\u22a5",pertenk:"\u2031",pfr:"\ud835\udd2d",phi:"\u03c6",phiv:"\u03d5",phmmat:"\u2133",phone:"\u260e",pi:"\u03c0",pitchfork:"\u22d4",piv:"\u03d6",planck:"\u210f",planckh:"\u210e",plankv:"\u210f",plus:"+",plusacir:"\u2a23",plusb:"\u229e",pluscir:"\u2a22",plusdo:"\u2214",plusdu:"\u2a25",pluse:"\u2a72",plusmn:"\xb1",plussim:"\u2a26",plustwo:"\u2a27",pm:"\xb1",pointint:"\u2a15",popf:"\ud835\udd61",pound:"\xa3",pr:"\u227a",prE:"\u2ab3",prap:"\u2ab7",prcue:"\u227c",pre:"\u2aaf",prec:"\u227a",precapprox:"\u2ab7",preccurlyeq:"\u227c",preceq:"\u2aaf",precnapprox:"\u2ab9",precneqq:"\u2ab5",precnsim:"\u22e8",precsim:"\u227e",prime:"\u2032",primes:"\u2119",prnE:"\u2ab5",prnap:"\u2ab9",prnsim:"\u22e8",prod:"\u220f",profalar:"\u232e",profline:"\u2312",profsurf:"\u2313",prop:"\u221d",propto:"\u221d",prsim:"\u227e",prurel:"\u22b0",pscr:"\ud835\udcc5",psi:"\u03c8",puncsp:"\u2008",qfr:"\ud835\udd2e",qint:"\u2a0c",qopf:"\ud835\udd62",qprime:"\u2057",qscr:"\ud835\udcc6",quaternions:"\u210d",quatint:"\u2a16",quest:"?",questeq:"\u225f",quot:'"',rAarr:"\u21db",rArr:"\u21d2",rAtail:"\u291c",rBarr:"\u290f",rHar:"\u2964",race:"\u223d\u0331",racute:"\u0155",radic:"\u221a",raemptyv:"\u29b3",rang:"\u27e9",rangd:"\u2992",range:"\u29a5",rangle:"\u27e9",raquo:"\xbb",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21e5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291e",rarrhk:"\u21aa",rarrlp:"\u21ac",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21a3",rarrw:"\u219d",ratail:"\u291a",ratio:"\u2236",rationals:"\u211a",rbarr:"\u290d",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298c",rbrksld:"\u298e",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201d",rdquor:"\u201d",rdsh:"\u21b3",real:"\u211c",realine:"\u211b",realpart:"\u211c",reals:"\u211d",rect:"\u25ad",reg:"\xae",rfisht:"\u297d",rfloor:"\u230b",rfr:"\ud835\udd2f",rhard:"\u21c1",rharu:"\u21c0",rharul:"\u296c",rho:"\u03c1",rhov:"\u03f1",rightarrow:"\u2192",rightarrowtail:"\u21a3",rightharpoondown:"\u21c1",rightharpoonup:"\u21c0",rightleftarrows:"\u21c4",rightleftharpoons:"\u21cc",rightrightarrows:"\u21c9",rightsquigarrow:"\u219d",rightthreetimes:"\u22cc",ring:"\u02da",risingdotseq:"\u2253",rlarr:"\u21c4",rlhar:"\u21cc",rlm:"\u200f",rmoust:"\u23b1",rmoustache:"\u23b1",rnmid:"\u2aee",roang:"\u27ed",roarr:"\u21fe",robrk:"\u27e7",ropar:"\u2986",ropf:"\ud835\udd63",roplus:"\u2a2e",rotimes:"\u2a35",rpar:")",rpargt:"\u2994",rppolint:"\u2a12",rrarr:"\u21c9",rsaquo:"\u203a",rscr:"\ud835\udcc7",rsh:"\u21b1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22cc",rtimes:"\u22ca",rtri:"\u25b9",rtrie:"\u22b5",rtrif:"\u25b8",rtriltri:"\u29ce",ruluhar:"\u2968",rx:"\u211e",sacute:"\u015b",sbquo:"\u201a",sc:"\u227b",scE:"\u2ab4",scap:"\u2ab8",scaron:"\u0161",sccue:"\u227d",sce:"\u2ab0",scedil:"\u015f",scirc:"\u015d",scnE:"\u2ab6",scnap:"\u2aba",scnsim:"\u22e9",scpolint:"\u2a13",scsim:"\u227f",scy:"\u0441",sdot:"\u22c5",sdotb:"\u22a1",sdote:"\u2a66",seArr:"\u21d8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xa7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\ud835\udd30",sfrown:"\u2322",sharp:"\u266f",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xad",sigma:"\u03c3",sigmaf:"\u03c2",sigmav:"\u03c2",sim:"\u223c",simdot:"\u2a6a",sime:"\u2243",simeq:"\u2243",simg:"\u2a9e",simgE:"\u2aa0",siml:"\u2a9d",simlE:"\u2a9f",simne:"\u2246",simplus:"\u2a24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2a33",smeparsl:"\u29e4",smid:"\u2223",smile:"\u2323",smt:"\u2aaa",smte:"\u2aac",smtes:"\u2aac\ufe00",softcy:"\u044c",sol:"/",solb:"\u29c4",solbar:"\u233f",sopf:"\ud835\udd64",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\ufe00",sqcup:"\u2294",sqcups:"\u2294\ufe00",sqsub:"\u228f",sqsube:"\u2291",sqsubset:"\u228f",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25a1",square:"\u25a1",squarf:"\u25aa",squf:"\u25aa",srarr:"\u2192",sscr:"\ud835\udcc8",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22c6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03f5",straightphi:"\u03d5",strns:"\xaf",sub:"\u2282",subE:"\u2ac5",subdot:"\u2abd",sube:"\u2286",subedot:"\u2ac3",submult:"\u2ac1",subnE:"\u2acb",subne:"\u228a",subplus:"\u2abf",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2ac5",subsetneq:"\u228a",subsetneqq:"\u2acb",subsim:"\u2ac7",subsub:"\u2ad5",subsup:"\u2ad3",succ:"\u227b",succapprox:"\u2ab8",succcurlyeq:"\u227d",succeq:"\u2ab0",succnapprox:"\u2aba",succneqq:"\u2ab6",succnsim:"\u22e9",succsim:"\u227f",sum:"\u2211",sung:"\u266a",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",sup:"\u2283",supE:"\u2ac6",supdot:"\u2abe",supdsub:"\u2ad8",supe:"\u2287",supedot:"\u2ac4",suphsol:"\u27c9",suphsub:"\u2ad7",suplarr:"\u297b",supmult:"\u2ac2",supnE:"\u2acc",supne:"\u228b",supplus:"\u2ac0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2ac6",supsetneq:"\u228b",supsetneqq:"\u2acc",supsim:"\u2ac8",supsub:"\u2ad4",supsup:"\u2ad6",swArr:"\u21d9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292a",szlig:"\xdf",target:"\u2316",tau:"\u03c4",tbrk:"\u23b4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20db",telrec:"\u2315",tfr:"\ud835\udd31",there4:"\u2234",therefore:"\u2234",theta:"\u03b8",thetasym:"\u03d1",thetav:"\u03d1",thickapprox:"\u2248",thicksim:"\u223c",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223c",thorn:"\xfe",tilde:"\u02dc",times:"\xd7",timesb:"\u22a0",timesbar:"\u2a31",timesd:"\u2a30",tint:"\u222d",toea:"\u2928",top:"\u22a4",topbot:"\u2336",topcir:"\u2af1",topf:"\ud835\udd65",topfork:"\u2ada",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25b5",triangledown:"\u25bf",triangleleft:"\u25c3",trianglelefteq:"\u22b4",triangleq:"\u225c",triangleright:"\u25b9",trianglerighteq:"\u22b5",tridot:"\u25ec",trie:"\u225c",triminus:"\u2a3a",triplus:"\u2a39",trisb:"\u29cd",tritime:"\u2a3b",trpezium:"\u23e2",tscr:"\ud835\udcc9",tscy:"\u0446",tshcy:"\u045b",tstrok:"\u0167",twixt:"\u226c",twoheadleftarrow:"\u219e",twoheadrightarrow:"\u21a0",uArr:"\u21d1",uHar:"\u2963",uacute:"\xfa",uarr:"\u2191",ubrcy:"\u045e",ubreve:"\u016d",ucirc:"\xfb",ucy:"\u0443",udarr:"\u21c5",udblac:"\u0171",udhar:"\u296e",ufisht:"\u297e",ufr:"\ud835\udd32",ugrave:"\xf9",uharl:"\u21bf",uharr:"\u21be",uhblk:"\u2580",ulcorn:"\u231c",ulcorner:"\u231c",ulcrop:"\u230f",ultri:"\u25f8",umacr:"\u016b",uml:"\xa8",uogon:"\u0173",uopf:"\ud835\udd66",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21bf",upharpoonright:"\u21be",uplus:"\u228e",upsi:"\u03c5",upsih:"\u03d2",upsilon:"\u03c5",upuparrows:"\u21c8",urcorn:"\u231d",urcorner:"\u231d",urcrop:"\u230e",uring:"\u016f",urtri:"\u25f9",uscr:"\ud835\udcca",utdot:"\u22f0",utilde:"\u0169",utri:"\u25b5",utrif:"\u25b4",uuarr:"\u21c8",uuml:"\xfc",uwangle:"\u29a7",vArr:"\u21d5",vBar:"\u2ae8",vBarv:"\u2ae9",vDash:"\u22a8",vangrt:"\u299c",varepsilon:"\u03f5",varkappa:"\u03f0",varnothing:"\u2205",varphi:"\u03d5",varpi:"\u03d6",varpropto:"\u221d",varr:"\u2195",varrho:"\u03f1",varsigma:"\u03c2",varsubsetneq:"\u228a\ufe00",varsubsetneqq:"\u2acb\ufe00",varsupsetneq:"\u228b\ufe00",varsupsetneqq:"\u2acc\ufe00",vartheta:"\u03d1",vartriangleleft:"\u22b2",vartriangleright:"\u22b3",vcy:"\u0432",vdash:"\u22a2",vee:"\u2228",veebar:"\u22bb",veeeq:"\u225a",vellip:"\u22ee",verbar:"|",vert:"|",vfr:"\ud835\udd33",vltri:"\u22b2",vnsub:"\u2282\u20d2",vnsup:"\u2283\u20d2",vopf:"\ud835\udd67",vprop:"\u221d",vrtri:"\u22b3",vscr:"\ud835\udccb",vsubnE:"\u2acb\ufe00",vsubne:"\u228a\ufe00",vsupnE:"\u2acc\ufe00",vsupne:"\u228b\ufe00",vzigzag:"\u299a",wcirc:"\u0175",wedbar:"\u2a5f",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\ud835\udd34",wopf:"\ud835\udd68",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\ud835\udccc",xcap:"\u22c2",xcirc:"\u25ef",xcup:"\u22c3",xdtri:"\u25bd",xfr:"\ud835\udd35",xhArr:"\u27fa",xharr:"\u27f7",xi:"\u03be",xlArr:"\u27f8",xlarr:"\u27f5",xmap:"\u27fc",xnis:"\u22fb",xodot:"\u2a00",xopf:"\ud835\udd69",xoplus:"\u2a01",xotime:"\u2a02",xrArr:"\u27f9",xrarr:"\u27f6",xscr:"\ud835\udccd",xsqcup:"\u2a06",xuplus:"\u2a04",xutri:"\u25b3",xvee:"\u22c1",xwedge:"\u22c0",yacute:"\xfd",yacy:"\u044f",ycirc:"\u0177",ycy:"\u044b",yen:"\xa5",yfr:"\ud835\udd36",yicy:"\u0457",yopf:"\ud835\udd6a",yscr:"\ud835\udcce",yucy:"\u044e",yuml:"\xff",zacute:"\u017a",zcaron:"\u017e",zcy:"\u0437",zdot:"\u017c",zeetrf:"\u2128",zeta:"\u03b6",zfr:"\ud835\udd37",zhcy:"\u0436",zigrarr:"\u21dd",zopf:"\ud835\udd6b",zscr:"\ud835\udccf",zwj:"\u200d",zwnj:"\u200c"},tl={}.hasOwnProperty;function nl(e){return!!tl.call(el,e)&&el[e]}const rl={name:"characterReference",tokenize:ol};function ol(e,t,n){const r=this;let o=0,i,a;return u;function u(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),l}function l(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),i=31,a=ka,s(t))}function c(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,a=Ca,s):(e.enter("characterReferenceValue"),i=7,a=Ta,s(t))}function s(u){if(59===u&&o){const o=e.exit("characterReferenceValue");return a!==ka||nl(r.sliceSerialize(o))?(e.enter("characterReferenceMarker"),e.consume(u),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(u)}return a(u)&&o++<i?(e.consume(u),s):n(u)}}const il={name:"characterEscape",tokenize:al};function al(e,t,n){return r;function r(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),o}function o(r){return Aa(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}const ul={name:"lineEnding",tokenize:ll};function ll(e,t){return n;function n(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),Na(e,t,"linePrefix")}}const cl={name:"labelEnd",tokenize:gl,resolveTo:hl,resolveAll:dl},sl={tokenize:ml},fl={tokenize:vl},pl={tokenize:yl};function dl(e){let t=-1;for(;++t<e.length;){const n=e[t][1];"labelImage"!==n.type&&"labelLink"!==n.type&&"labelEnd"!==n.type||(e.splice(t+1,"labelImage"===n.type?4:2),n.type="data",t++)}return e}function hl(e,t){let n=e.length,r=0,o,i,a,u;for(;n--;)if(o=e[n][1],i){if("link"===o.type||"labelLink"===o.type&&o._inactive)break;"enter"===e[n][0]&&"labelLink"===o.type&&(o._inactive=!0)}else if(a){if("enter"===e[n][0]&&("labelImage"===o.type||"labelLink"===o.type)&&!o._balanced&&(i=n,"labelLink"!==o.type)){r=2;break}}else"labelEnd"===o.type&&(a=n);const l={type:"labelLink"===e[i][1].type?"link":"image",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[i][1].start),end:Object.assign({},e[a][1].end)},s={type:"labelText",start:Object.assign({},e[i+r+2][1].end),end:Object.assign({},e[a-2][1].start)};return u=[["enter",l,t],["enter",c,t]],u=da(u,e.slice(i+1,i+r+3)),u=da(u,[["enter",s,t]]),u=da(u,ou(t.parser.constructs.insideSpan.null,e.slice(i+r+4,a-3),t)),u=da(u,[["exit",s,t],e[a-2],e[a-1],["exit",c,t]]),u=da(u,e.slice(a+1)),u=da(u,[["exit",l,t]]),pa(e,i,e.length,u),e}function gl(e,t,n){const r=this;let o=r.events.length,i,a;for(;o--;)if(("labelImage"===r.events[o][1].type||"labelLink"===r.events[o][1].type)&&!r.events[o][1]._balanced){i=r.events[o][1];break}return u;function u(t){return i?i._inactive?f(t):(a=r.parser.defined.includes(Cu(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),l):n(t)}function l(t){return 40===t?e.attempt(sl,s,a?s:f)(t):91===t?e.attempt(fl,s,a?c:f)(t):a?s(t):f(t)}function c(t){return e.attempt(pl,s,f)(t)}function s(e){return t(e)}function f(e){return i._balanced=!0,n(e)}}function ml(e,t,n){return r;function r(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),o}function o(t){return Pa(t)?Tu(e,i)(t):i(t)}function i(t){return 41===t?s(t):ku(e,a,u,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function a(t){return Pa(t)?Tu(e,l)(t):s(t)}function u(e){return n(e)}function l(t){return 34===t||39===t||40===t?Su(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):s(t)}function c(t){return Pa(t)?Tu(e,s)(t):s(t)}function s(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}function vl(e,t,n){const r=this;return o;function o(t){return Eu.call(r,e,i,a,"reference","referenceMarker","referenceString")(t)}function i(e){return r.parser.defined.includes(Cu(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function a(e){return n(e)}}function yl(e,t,n){return r;function r(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),o}function o(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}const bl=undefined;function xl(e,t,n){const r=this;return o;function o(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),i}function i(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),a):n(t)}function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}function wl(e){return null===e||Pa(e)||_a(e)?1:Ra(e)?2:void 0}const kl={name:"attention",tokenize:Sl,resolveAll:El};function El(e,t){let n=-1,r,o,i,a,u,l,c,s;for(;++n<e.length;)if("enter"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._close)for(r=n;r--;)if("exit"===e[r][0]&&"attentionSequence"===e[r][1].type&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f=Object.assign({},e[r][1].end),p=Object.assign({},e[n][1].start);Tl(f,-l),Tl(p,l),a={type:l>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},u={type:l>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:p},i={type:l>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o={type:l>1?"strong":"emphasis",start:Object.assign({},a.start),end:Object.assign({},u.end)},e[r][1].end=Object.assign({},a.start),e[n][1].start=Object.assign({},u.end),c=[],e[r][1].end.offset-e[r][1].start.offset&&(c=da(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=da(c,[["enter",o,t],["enter",a,t],["exit",a,t],["enter",i,t]]),c=da(c,ou(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=da(c,[["exit",i,t],["enter",u,t],["exit",u,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(s=2,c=da(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):s=0,pa(e,r-1,n-r+3,c),n=r+c.length-s-2;break}for(n=-1;++n<e.length;)"attentionSequence"===e[n][1].type&&(e[n][1].type="data");return e}function Sl(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=wl(r);let i;return a;function a(t){return i=t,e.enter("attentionSequence"),u(t)}function u(a){if(a===i)return e.consume(a),u;const l=e.exit("attentionSequence"),c=wl(a),s=!c||2===c&&o||n.includes(a),f=!o||2===o&&c||n.includes(r);return l._open=Boolean(42===i?s:s&&(o||!f)),l._close=Boolean(42===i?f:f&&(c||!s)),t(a)}}function Tl(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const Cl=undefined;function Al(e,t,n){let r=0;return o;function o(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(t){return wa(t)?(e.consume(t),a):c(t)}function a(e){return 43===e||45===e||46===e||ka(e)?(r=1,u(e)):c(e)}function u(t){return 58===t?(e.consume(t),r=0,l):(43===t||45===t||46===t||ka(t))&&r++<32?(e.consume(t),u):(r=0,c(t))}function l(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||Sa(r)?n(r):(e.consume(r),l)}function c(t){return 64===t?(e.consume(t),s):Ea(t)?(e.consume(t),c):n(t)}function s(e){return ka(e)?f(e):n(e)}function f(n){return 46===n?(e.consume(n),r=0,s):62===n?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t):p(n)}function p(t){if((45===t||ka(t))&&r++<63){const n=45===t?p:f;return e.consume(t),n}return n(t)}}const Ol=undefined;function Pl(e,t,n){const r=this;let o,i,a;return u;function u(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),l}function l(t){return 33===t?(e.consume(t),c):47===t?(e.consume(t),w):63===t?(e.consume(t),b):wa(t)?(e.consume(t),S):n(t)}function c(t){return 45===t?(e.consume(t),s):91===t?(e.consume(t),i=0,h):wa(t)?(e.consume(t),y):n(t)}function s(t){return 45===t?(e.consume(t),d):n(t)}function f(t){return null===t?n(t):45===t?(e.consume(t),p):Oa(t)?(a=f,I(t)):(e.consume(t),f)}function p(t){return 45===t?(e.consume(t),d):f(t)}function d(e){return 62===e?_(e):45===e?p(e):f(e)}function h(t){const r="CDATA[";return t===r.charCodeAt(i++)?(e.consume(t),i===r.length?g:h):n(t)}function g(t){return null===t?n(t):93===t?(e.consume(t),m):Oa(t)?(a=g,I(t)):(e.consume(t),g)}function m(t){return 93===t?(e.consume(t),v):g(t)}function v(t){return 62===t?_(t):93===t?(e.consume(t),v):g(t)}function y(t){return null===t||62===t?_(t):Oa(t)?(a=y,I(t)):(e.consume(t),y)}function b(t){return null===t?n(t):63===t?(e.consume(t),x):Oa(t)?(a=b,I(t)):(e.consume(t),b)}function x(e){return 62===e?_(e):b(e)}function w(t){return wa(t)?(e.consume(t),k):n(t)}function k(t){return 45===t||ka(t)?(e.consume(t),k):E(t)}function E(t){return Oa(t)?(a=E,I(t)):La(t)?(e.consume(t),E):_(t)}function S(t){return 45===t||ka(t)?(e.consume(t),S):47===t||62===t||Pa(t)?T(t):n(t)}function T(t){return 47===t?(e.consume(t),_):58===t||95===t||wa(t)?(e.consume(t),C):Oa(t)?(a=T,I(t)):La(t)?(e.consume(t),T):_(t)}function C(t){return 45===t||46===t||58===t||95===t||ka(t)?(e.consume(t),C):A(t)}function A(t){return 61===t?(e.consume(t),O):Oa(t)?(a=A,I(t)):La(t)?(e.consume(t),A):T(t)}function O(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),o=t,P):Oa(t)?(a=O,I(t)):La(t)?(e.consume(t),O):(e.consume(t),L)}function P(t){return t===o?(e.consume(t),o=void 0,R):null===t?n(t):Oa(t)?(a=P,I(t)):(e.consume(t),P)}function L(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||Pa(t)?T(t):(e.consume(t),L)}function R(e){return 47===e||62===e||Pa(e)?T(e):n(e)}function _(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function I(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),N}function N(t){return La(t)?Na(e,F,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):F(t)}function F(t){return e.enter("htmlTextData"),a(t)}}const Ll=undefined;function Rl(e,t,n){const r=this;return o;function o(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),i}function i(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}const _l=undefined;function Il(e,t,n){return r;function r(t){return e.enter("hardBreakEscape"),e.consume(t),o}function o(r){return Oa(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}const Nl=undefined;function Fl(e){let t=e.length-4,n=3,r,o;if(!("lineEnding"!==e[n][1].type&&"space"!==e[n][1].type||"lineEnding"!==e[t][1].type&&"space"!==e[t][1].type))for(r=n;++r<t;)if("codeTextData"===e[r][1].type){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}for(r=n-1,t++;++r<=t;)void 0===o?r!==t&&"lineEnding"!==e[r][1].type&&(o=r):r!==t&&"lineEnding"!==e[r][1].type||(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function Ml(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type}function Dl(e,t,n){const r=this;let o=0,i,a;return u;function u(t){return e.enter("codeText"),e.enter("codeTextSequence"),l(t)}function l(t){return 96===t?(e.consume(t),o++,l):(e.exit("codeTextSequence"),c(t))}function c(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),c):96===t?(a=e.enter("codeTextSequence"),i=0,f(t)):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),c):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||Oa(t)?(e.exit("codeTextData"),c(t)):(e.consume(t),s)}function f(n){return 96===n?(e.consume(n),i++,f):i===o?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(a.type="codeTextData",s(n))}}const jl={42:su,43:su,45:su,48:su,49:su,50:su,51:su,52:su,53:su,54:su,55:su,56:su,57:su,62:yu},zl={91:{name:"definition",tokenize:Pu}},Ul={[-2]:Ru,[-1]:Ru,32:Ru},ql={35:{name:"headingAtx",tokenize:Du,resolve:Mu},42:lu,45:[ju,lu],60:{name:"htmlFlow",tokenize:Qu,resolveTo:Wu,concrete:!0},61:ju,95:lu,96:Xu,126:Xu},Bl={38:rl,92:il},Vl={[-5]:ul,[-4]:ul,[-3]:ul,33:{name:"labelStartImage",tokenize:xl,resolveAll:cl.resolveAll},38:rl,42:kl,60:[{name:"autolink",tokenize:Al},{name:"htmlText",tokenize:Pl}],91:{name:"labelStartLink",tokenize:Rl,resolveAll:cl.resolveAll},92:[{name:"hardBreakEscape",tokenize:Il},il],93:cl,95:kl,96:{name:"codeText",tokenize:Dl,resolve:Fl,previous:Ml}},Hl={null:[kl,Ja]},$l={null:[42,95]},Wl={null:[]};function Ql(e){const t=undefined,n=undefined,o={defined:[],lazy:{},constructs:ga([r,...(e||{}).extensions||[]]),content:i(Fa),document:i(Da),flow:i(Ya),string:i(Za),text:i(eu)};return o;function i(e){return t;function t(t){return iu(o,e,t)}}}const Gl=/[\0\t\n\r]/g;function Kl(){let e=1,t="",n=!0,r;return o;function o(o,i,a){const u=[];let l,c,s,f,p;for(o=t+o.toString(i),s=0,t="",n&&(65279===o.charCodeAt(0)&&s++,n=void 0);s<o.length;){if(Gl.lastIndex=s,l=Gl.exec(o),f=l&&void 0!==l.index?l.index:o.length,p=o.charCodeAt(f),!l){t=o.slice(s);break}if(10===p&&s===f&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),s<f&&(u.push(o.slice(s,f)),e+=f-s),p){case 0:u.push(65533),e++;break;case 9:for(c=4*Math.ceil(e/4),u.push(-2);e++<c;)u.push(-1);break;case 10:u.push(-4),e=1;break;default:r=!0,e=1}s=f+1}return a&&(r&&u.push(-5),t&&u.push(t),u.push(null)),u}}function Yl(e){for(;!Va(e););return e}function Xl(e,t){const n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||65535==(65535&n)||65534==(65535&n)||n>1114111?"\ufffd":String.fromCharCode(n)}const Jl=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Zl(e){return e.replace(Jl,ec)}function ec(e,t,n){if(t)return t;const r=undefined;if(35===n.charCodeAt(0)){const e=n.charCodeAt(1),t=120===e||88===e;return Xl(n.slice(t?2:1),t?16:10)}return nl(n)||e}const tc={}.hasOwnProperty,nc=function(e,t,n){return"string"!=typeof t&&(n=t,t=void 0),rc(n)(Yl(Ql(n).document().write(Kl()(e,t,!0))))};function rc(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(ne),autolinkProtocol:A,autolinkEmail:A,atxHeading:u(J),blockQuote:u(Q),characterEscape:A,characterReference:A,codeFenced:u(G),codeFencedFenceInfo:l,codeFencedFenceMeta:l,codeIndented:u(G,l),codeText:u(K,l),codeTextData:A,data:A,codeFlowValue:A,definition:u(Y),definitionDestinationString:l,definitionLabelString:l,definitionTitleString:l,emphasis:u(X),hardBreakEscape:u(Z),hardBreakTrailing:u(Z),htmlFlow:u(ee,l),htmlFlowData:A,htmlText:u(ee,l),htmlTextData:A,image:u(te),label:l,link:u(ne),listItem:u(oe),listItemValue:h,listOrdered:u(re,d),listUnordered:u(re),paragraph:u(ie),reference:q,referenceString:l,resourceDestinationString:l,resourceTitleString:l,setextHeading:u(J),strong:u(ae),thematicBreak:u(le)},exit:{atxHeading:s(),atxHeadingSequence:E,autolink:s(),autolinkEmail:W,autolinkProtocol:$,blockQuote:s(),characterEscapeValue:O,characterReferenceMarkerHexadecimal:V,characterReferenceMarkerNumeric:V,characterReferenceValue:H,codeFenced:s(y),codeFencedFence:v,codeFencedFenceInfo:g,codeFencedFenceMeta:m,codeFlowValue:O,codeIndented:s(b),codeText:s(I),codeTextData:O,data:O,definition:s(),definitionDestinationString:k,definitionLabelString:x,definitionTitleString:w,emphasis:s(),hardBreakEscape:s(L),hardBreakTrailing:s(L),htmlFlow:s(R),htmlFlowData:O,htmlText:s(_),htmlTextData:O,image:s(F),label:D,labelText:M,lineEnding:P,link:s(N),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:B,resourceDestinationString:j,resourceTitleString:z,resource:U,setextHeading:s(C),setextHeadingLineSequence:T,setextHeadingText:S,strong:s(),thematicBreak:s()}};ic(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let n={type:"root",children:[]};const r={stack:[n],tokenStack:[],config:t,enter:c,exit:f,buffer:l,resume:p,setData:i,getData:a},u=[];let s=-1;for(;++s<e.length;)if("listOrdered"===e[s][1].type||"listUnordered"===e[s][1].type)if("enter"===e[s][0])u.push(s);else{const t=undefined;s=o(e,u.pop(),s)}for(s=-1;++s<e.length;){const n=t[e[s][0]];tc.call(n,e[s][1].type)&&n[e[s][1].type].call(Object.assign({sliceSerialize:e[s][2].sliceSerialize},r),e[s][1])}if(r.tokenStack.length>0){const e=r.tokenStack[r.tokenStack.length-1],t=undefined;(e[1]||uc).call(r,void 0,e[0])}for(n.position={start:oc(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:oc(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},s=-1;++s<t.transforms.length;)n=t.transforms[s](n)||n;return n}function o(e,t,n){let r=t-1,o=-1,i=!1,a,u,l,c;for(;++r<=n;){const t=e[r];if("listUnordered"===t[1].type||"listOrdered"===t[1].type||"blockQuote"===t[1].type?("enter"===t[0]?o++:o--,c=void 0):"lineEndingBlank"===t[1].type?"enter"===t[0]&&(!a||c||o||l||(l=r),c=void 0):"linePrefix"===t[1].type||"listItemValue"===t[1].type||"listItemMarker"===t[1].type||"listItemPrefix"===t[1].type||"listItemPrefixWhitespace"===t[1].type||(c=void 0),!o&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===o&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(a){let o=r;for(u=void 0;o--;){const t=e[o];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;u&&(e[u][1].type="lineEndingBlank",i=!0),t[1].type="lineEnding",u=o}else if("linePrefix"!==t[1].type&&"blockQuotePrefix"!==t[1].type&&"blockQuotePrefixWhitespace"!==t[1].type&&"blockQuoteMarker"!==t[1].type&&"listItemIndent"!==t[1].type)break}l&&(!u||l<u)&&(a._spread=!0),a.end=Object.assign({},u?e[u][1].start:t[1].end),e.splice(u||r,0,["exit",a,t[2]]),r++,n++}"listItemPrefix"===t[1].type&&(a={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0},e.splice(r,0,["enter",a,t[2]]),r++,n++,l=void 0,c=!0)}}return e[t][1]._spread=i,n}function i(e,t){n[e]=t}function a(e){return n[e]}function u(e,t){return n;function n(n){c.call(this,e(n),n),t&&t.call(this,n)}}function l(){this.stack.push({type:"fragment",children:[]})}function c(e,t,n){const r=undefined;return this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n]),e.position={start:oc(t.start)},e}function s(e){return t;function t(t){e&&e.call(this,t),f.call(this,t)}}function f(e,t){const n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+yi({start:e.start,end:e.end})+"): it\u2019s not open");if(r[0].type!==e.type)if(t)t.call(this,e,r[0]);else{const t=undefined;(r[1]||uc).call(this,e,r[0])}return n.position.end=oc(e.end),n}function p(){return la(this.stack.pop())}function d(){i("expectingFirstListItemValue",!0)}function h(e){if(a("expectingFirstListItemValue")){const t=undefined;this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),i("expectingFirstListItemValue")}}function g(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].lang=e}function m(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].meta=e}function v(){a("flowCodeInside")||(this.buffer(),i("flowCodeInside",!0))}function y(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),i("flowCodeInside")}function b(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function x(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Cu(this.sliceSerialize(e)).toLowerCase()}function w(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].title=e}function k(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].url=e}function E(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function S(){i("setextHeadingSlurpLineEnding",!0)}function T(e){const t=undefined;this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).charCodeAt(0)?1:2}function C(){i("setextHeadingSlurpLineEnding")}function A(e){const t=this.stack[this.stack.length-1];let n=t.children[t.children.length-1];n&&"text"===n.type||(n={type:"text",value:""},n.position={start:oc(e.start)},t.children.push(n)),this.stack.push(n)}function O(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=oc(e.end)}function P(e){const n=this.stack[this.stack.length-1];if(a("atHardBreak")){const t=undefined;return n.children[n.children.length-1].position.end=oc(e.end),void i("atHardBreak")}!a("setextHeadingSlurpLineEnding")&&t.canContainEols.includes(n.type)&&(A.call(this,e),O.call(this,e))}function L(){i("atHardBreak",!0)}function R(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function _(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function I(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function N(){const e=this.stack[this.stack.length-1];if(a("inReference")){const t=a("referenceType")||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;i("referenceType")}function F(){const e=this.stack[this.stack.length-1];if(a("inReference")){const t=a("referenceType")||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;i("referenceType")}function M(e){const t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=Zl(t),n.identifier=Cu(t).toLowerCase()}function D(){const e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];if(i("inReference",!0),"link"===n.type){const t=e.children;n.children=t}else n.alt=t}function j(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].url=e}function z(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].title=e}function U(){i("inReference")}function q(){i("referenceType","collapsed")}function B(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Cu(this.sliceSerialize(e)).toLowerCase(),i("referenceType","full")}function V(e){i("characterReferenceType",e.type)}function H(e){const t=this.sliceSerialize(e),n=a("characterReferenceType");let r;if(n)r=Xl(t,"characterReferenceMarkerNumeric"===n?10:16),i("characterReferenceType");else{const e=undefined;r=nl(t)}const o=this.stack.pop();o.value+=r,o.position.end=oc(e.end)}function $(e){O.call(this,e);const t=undefined;this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function W(e){O.call(this,e);const t=undefined;this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function Q(){return{type:"blockquote",children:[]}}function G(){return{type:"code",lang:null,meta:null,value:""}}function K(){return{type:"inlineCode",value:""}}function Y(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function X(){return{type:"emphasis",children:[]}}function J(){return{type:"heading",depth:void 0,children:[]}}function Z(){return{type:"break"}}function ee(){return{type:"html",value:""}}function te(){return{type:"image",title:null,url:"",alt:null}}function ne(){return{type:"link",title:null,url:"",children:[]}}function re(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function oe(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function ie(){return{type:"paragraph",children:[]}}function ae(){return{type:"strong",children:[]}}function ue(){return{type:"text",value:""}}function le(){return{type:"thematicBreak"}}}function oc(e){return{line:e.line,column:e.column,offset:e.offset}}function ic(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?ic(e,r):ac(e,r)}}function ac(e,t){let n;for(n in t)if(tc.call(t,n))if("canContainEols"===n){const r=t[n];r&&e[n].push(...r)}else if("transforms"===n){const r=t[n];r&&e[n].push(...r)}else if("enter"===n||"exit"===n){const r=t[n];r&&Object.assign(e[n],r)}}function uc(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+yi({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+yi({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+yi({start:t.start,end:t.end})+") is still open")}function lc(e){const t=t=>{const n=this.data("settings");return nc(t,Object.assign({},n,e,{extensions:this.data("micromarkExtensions")||[],mdastExtensions:this.data("fromMarkdownExtensions")||[]}))};Object.assign(this,{Parser:t})}const cc=function(e,t,n){const r={type:String(e)};return null!=n||"string"!=typeof t&&!Array.isArray(t)?Object.assign(r,t):n=t,Array.isArray(n)?r.children=n:null!=n&&(r.value=String(n)),r},sc=function e(t,n,r,o,i){const a=fc(n);if(null!=r&&("number"!=typeof r||r<0||r===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(!(null==o||e(o)&&o.children))throw new Error("Expected parent node");if(null==o!=(null==r))throw new Error("Expected both parent and index");return!(!t||!t.type||"string"!=typeof t.type)&&Boolean(a.call(i,t,r,o))},fc=function(e){if(null==e)return mc;if("string"==typeof e)return hc(e);if("object"==typeof e)return Array.isArray(e)?pc(e):dc(e);if("function"==typeof e)return gc(e);throw new Error("Expected function, string, or object as test")};function pc(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=fc(e[n]);return gc(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].call(this,...e))return!0;return!1}}function dc(e){return gc(t);function t(t){let n;for(n in e)if(t[n]!==e[n])return!1;return!0}}function hc(e){return gc(t);function t(t){return t&&t.type===e}}function gc(e){return t;function t(t,...n){return Boolean(t&&"object"==typeof t&&"type"in t&&Boolean(e.call(this,t,...n)))}}function mc(){return!0}function vc(e){return e}const yc=!0,bc=!1,xc="skip",wc=function(e,t,n,r){"function"==typeof t&&"function"!=typeof n&&(r=n,n=t,t=null);const o=fc(t),i=r?-1:1;function a(e,u,l){const c=e&&"object"==typeof e?e:{};if("string"==typeof c.type){const t="string"==typeof c.tagName?c.tagName:"string"==typeof c.name?c.name:void 0;Object.defineProperty(s,"name",{value:"node ("+e.type+(t?"<"+t+">":"")+")"})}return s;function s(){let c=[],s,f,p;if((!t||o(e,u,l[l.length-1]||null))&&(c=kc(n(e,l)),!1===c[0]))return c;if(e.children&&c[0]!==xc)for(f=(r?e.children.length:-1)+i,p=l.concat(e);f>-1&&f<e.children.length;){if(s=a(e.children[f],f,p)(),!1===s[0])return s;f="number"==typeof s[1]?s[1]:f+i}return c}}a(e,void 0,[])()};function kc(e){return Array.isArray(e)?e:"number"==typeof e?[!0,e]:[e]}const Ec=function(e,t,n,r){function o(e,t){const r=t[t.length-1];return n(e,r?r.children.indexOf(e):null,r)}"function"==typeof t&&"function"!=typeof n&&(r=n,n=t,t=null),wc(e,t,o,r)},Sc=Ac("start"),Tc=Ac("end");function Cc(e){return{start:Sc(e),end:Tc(e)}}function Ac(e){return t;function t(t){const n=t&&t.position&&t.position[e]||{};return{line:n.line||null,column:n.column||null,offset:n.offset>-1?n.offset:null}}}function Oc(e){return!(e&&e.position&&e.position.start&&e.position.start.line&&e.position.start.column&&e.position.end&&e.position.end.line&&e.position.end.column)}const Pc={}.hasOwnProperty;function Lc(e){const t=Object.create(null);if(!e||!e.type)throw new Error("mdast-util-definitions expected node");return Ec(e,"definition",e=>{const n=Rc(e.identifier);n&&!Pc.call(t,n)&&(t[n]=e)}),n;function n(e){const n=Rc(e);return n&&Pc.call(t,n)?t[n]:null}}function Rc(e){return String(e||"").toUpperCase()}const _c={}.hasOwnProperty;function Ic(e,t){const n=t.data||{};return"value"in t&&!(_c.call(n,"hName")||_c.call(n,"hProperties")||_c.call(n,"hChildren"))?e.augment(t,cc("text",t.value)):e(t,"div",Mc(e,t))}function Nc(e,t,n){const r=t&&t.type;let o;if(!r)throw new Error("Expected node, got `"+t+"`");return o=_c.call(e.handlers,r)?e.handlers[r]:e.passThrough&&e.passThrough.includes(r)?Fc:e.unknownHandler,("function"==typeof o?o:Ic)(e,t,n)}function Fc(e,t){return"children"in t?{...t,children:Mc(e,t)}:t}function Mc(e,t){const n=[];if("children"in t){const r=t.children;let o=-1;for(;++o<r.length;){const i=Nc(e,r[o],t);if(i){if(o&&"break"===r[o-1].type&&(Array.isArray(i)||"text"!==i.type||(i.value=i.value.replace(/^\s+/,"")),!Array.isArray(i)&&"element"===i.type)){const e=i.children[0];e&&"text"===e.type&&(e.value=e.value.replace(/^\s+/,""))}Array.isArray(i)?n.push(...i):n.push(i)}}}return n}function Dc(e,t){return e(t,"hr")}function jc(e,t){const n=[];let r=-1;for(t&&n.push(cc("text","\n"));++r<e.length;)r&&n.push(cc("text","\n")),n.push(e[r]);return t&&e.length>0&&n.push(cc("text","\n")),n}function zc(e,t){const n={},r=t.ordered?"ol":"ul",o=Mc(e,t);let i=-1;for("number"==typeof t.start&&1!==t.start&&(n.start=t.start);++i<o.length;){const e=o[i];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}return e(t,r,n,jc(o,!0))}function Uc(e){const t=e.footnoteById,n=e.footnoteOrder;let r=-1;const o=[];for(;++r<n.length;){const e=t[n[r].toUpperCase()];if(!e)continue;const i=String(r+1),a=[...e.children],u={type:"link",url:"#fnref"+i,data:{hProperties:{className:["footnote-back"],role:"doc-backlink"}},children:[{type:"text",value:"\u21a9"}]},l=a[a.length-1];l&&"paragraph"===l.type?l.children.push(u):a.push(u),o.push({type:"listItem",data:{hProperties:{id:"fn"+i,role:"doc-endnote"}},children:a,position:e.position})}return 0===o.length?null:e(null,"section",{className:["footnotes"],role:"doc-endnotes"},jc([Dc(e),zc(e,{type:"list",ordered:!0,children:o})],!0))}function qc(e,t){return e(t,"blockquote",jc(Mc(e,t),!0))}function Bc(e,t){return[e(t,"br"),cc("text","\n")]}function Vc(e,t){const n=t.value?t.value+"\n":"",r=t.lang&&t.lang.match(/^[^ \t]+(?=[ \t]|$)/),o={};r&&(o.className=["language-"+r]);const i=e(t,"code",o,[cc("text",n)]);return t.meta&&(i.data={meta:t.meta}),e(t.position,"pre",[i])}function Hc(e,t){return e(t,"del",Mc(e,t))}function $c(e,t){return e(t,"em",Mc(e,t))}function Wc(e,t){const n=e.footnoteOrder,r=String(t.identifier),o=n.indexOf(r),i=String(-1===o?n.push(r):o+1);return e(t,"a",{href:"#fn"+i,className:["footnote-ref"],id:"fnref"+i,role:"doc-noteref"},[e(t.position,"sup",[cc("text",i)])])}function Qc(e,t){const n=e.footnoteById,r=e.footnoteOrder;let o=1;for(;o in n;)o++;const i=String(o);return r.push(i),n[i]={type:"footnoteDefinition",identifier:i,children:[{type:"paragraph",children:t.children}],position:t.position},Wc(e,{type:"footnoteReference",identifier:i,position:t.position})}function Gc(e,t){return e(t,"h"+t.depth,Mc(e,t))}function Kc(e,t){return e.dangerous?e.augment(t,cc("raw",t.value)):null}var Yc=n(44),Xc=n.n(Yc);function Jc(e,t){const n=t.referenceType;let r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return cc("text","!["+t.alt+r);const o=Mc(e,t),i=o[0];i&&"text"===i.type?i.value="["+i.value:o.unshift(cc("text","["));const a=o[o.length-1];return a&&"text"===a.type?a.value+=r:o.push(cc("text",r)),o}function Zc(e,t){const n=e.definition(t.identifier);if(!n)return Jc(e,t);const r={src:Xc()(n.url||""),alt:t.alt};return null!==n.title&&void 0!==n.title&&(r.title=n.title),e(t,"img",r)}function es(e,t){const n={src:Xc()(t.url),alt:t.alt};return null!==t.title&&void 0!==t.title&&(n.title=t.title),e(t,"img",n)}function ts(e,t){return e(t,"code",[cc("text",t.value.replace(/\r?\n|\r/g," "))])}function ns(e,t){const n=e.definition(t.identifier);if(!n)return Jc(e,t);const r={href:Xc()(n.url||"")};return null!==n.title&&void 0!==n.title&&(r.title=n.title),e(t,"a",r,Mc(e,t))}function rs(e,t){const n={href:Xc()(t.url)};return null!==t.title&&void 0!==t.title&&(n.title=t.title),e(t,"a",n,Mc(e,t))}function os(e,t,n){const r=Mc(e,t),o=n?is(n):as(t),i={},a=[];if("boolean"==typeof t.checked){let n;r[0]&&"element"===r[0].type&&"p"===r[0].tagName?n=r[0]:(n=e(null,"p",[]),r.unshift(n)),n.children.length>0&&n.children.unshift(cc("text"," ")),n.children.unshift(e(null,"input",{type:"checkbox",checked:t.checked,disabled:!0})),i.className=["task-list-item"]}let u=-1;for(;++u<r.length;){const e=r[u];(o||0!==u||"element"!==e.type||"p"!==e.tagName)&&a.push(cc("text","\n")),"element"!==e.type||"p"!==e.tagName||o?a.push(e):a.push(...e.children)}const l=r[r.length-1];return!l||!o&&"tagName"in l&&"p"===l.tagName||a.push(cc("text","\n")),e(t,"li",i,a)}function is(e){let t=e.spread;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=as(n[r]);return Boolean(t)}function as(e){const t=e.spread;return null==t?e.children.length>1:t}function us(e,t){return e(t,"p",Mc(e,t))}function ls(e,t){return e.augment(t,cc("root",jc(Mc(e,t))))}function cs(e,t){return e(t,"strong",Mc(e,t))}function ss(e,t){const n=t.children;let r=-1;const o=t.align||[],i=[];for(;++r<n.length;){const a=n[r].children,u=0===r?"th":"td";let l=t.align?o.length:a.length;const c=[];for(;l--;){const t=a[l];c[l]=e(t,u,{align:o[l]},t?Mc(e,t):[])}i[r]=e(n[r],"tr",jc(c,!0))}return e(t,"table",jc([e(i[0].position,"thead",jc([i[0]],!0))].concat(i[1]?e({start:Sc(i[1]),end:Tc(i[i.length-1])},"tbody",jc(i.slice(1),!0)):[]),!0))}function fs(e,t){return e.augment(t,cc("text",String(t.value).replace(/[ \t]*(\r?\n|\r)[ \t]*/g,"$1")))}const ps={blockquote:qc,break:Bc,code:Vc,delete:Hc,emphasis:$c,footnoteReference:Wc,footnote:Qc,heading:Gc,html:Kc,imageReference:Zc,image:es,inlineCode:ts,linkReference:ns,link:rs,listItem:os,list:zc,paragraph:us,root:ls,strong:cs,table:ss,text:fs,thematicBreak:Dc,toml:ds,yaml:ds,definition:ds,footnoteDefinition:ds};function ds(){return null}const hs={}.hasOwnProperty;function gs(e,t){const n=t||{},r=n.allowDangerousHtml||!1,o={};return a.dangerous=r,a.definition=Lc(e),a.footnoteById=o,a.footnoteOrder=[],a.augment=i,a.handlers={...ps,...n.handlers},a.unknownHandler=n.unknownHandler,a.passThrough=n.passThrough,Ec(e,"footnoteDefinition",e=>{const t=String(e.identifier).toUpperCase();hs.call(o,t)||(o[t]=e)}),a;function i(e,t){if(e&&"data"in e&&e.data){const n=e.data;n.hName&&("element"!==t.type&&(t={type:"element",tagName:"",properties:{},children:[]}),t.tagName=n.hName),"element"===t.type&&n.hProperties&&(t.properties={...t.properties,...n.hProperties}),"children"in t&&t.children&&n.hChildren&&(t.children=n.hChildren)}if(e){const n="type"in e?e:{position:e};Oc(n)||(t.position={start:Sc(n),end:Tc(n)})}return t}function a(e,t,n,r){return Array.isArray(n)&&(r=n,n={}),i(e,{type:"element",tagName:t,properties:n||{},children:r||[]})}}function ms(e,t){const n=gs(e,t),r=Nc(n,e,null),o=Uc(n);return o&&r.children.push(cc("text","\n"),o),Array.isArray(r)?{type:"root",children:r}:r}const vs=undefined;var ys=function(e,t){return e&&"run"in e?bs(e,t):xs(e)};function bs(e,t){return(n,r,o)=>{e.run(ms(n,t),r,e=>{o(e)})}}function xs(e){return t=>ms(t,e)}var ws=n(3),ks=n.n(ws);class Es{constructor(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}}function Ss(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new Es(n,r,t)}function Ts(e){return e.toLowerCase()}Es.prototype.property={},Es.prototype.normal={},Es.prototype.space=null;class Cs{constructor(e,t){this.property=e,this.attribute=t}}Cs.prototype.space=null,Cs.prototype.boolean=!1,Cs.prototype.booleanish=!1,Cs.prototype.overloadedBoolean=!1,Cs.prototype.number=!1,Cs.prototype.commaSeparated=!1,Cs.prototype.spaceSeparated=!1,Cs.prototype.commaOrSpaceSeparated=!1,Cs.prototype.mustUseProperty=!1,Cs.prototype.defined=!1;let As=0;const Os=Fs(),Ps=Fs(),Ls=Fs(),Rs=Fs(),_s=Fs(),Is=Fs(),Ns=Fs();function Fs(){return 2**++As}const Ms=Object.keys(o);class Ds extends Cs{constructor(e,t,n,r){let i=-1;if(super(e,t),js(this,"space",r),"number"==typeof n)for(;++i<Ms.length;){const e=Ms[i];js(this,Ms[i],(n&o[e])===o[e])}}}function js(e,t,n){n&&(e[t]=n)}Ds.prototype.defined=!0;const zs={}.hasOwnProperty;function Us(e){const t={},n={};let r;for(r in e.properties)if(zs.call(e.properties,r)){const o=e.properties[r],i=new Ds(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Ts(r)]=r,n[Ts(i.attribute)]=r}return new Es(t,n,e.space)}const qs=Us({space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Bs=Us({space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Vs(e,t){return t in e?e[t]:t}function Hs(e,t){return Vs(e,t.toLowerCase())}const $s=Us({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Hs,properties:{xmlns:null,xmlnsXLink:null}}),Ws=Us({transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:Ps,ariaAutoComplete:null,ariaBusy:Ps,ariaChecked:Ps,ariaColCount:Rs,ariaColIndex:Rs,ariaColSpan:Rs,ariaControls:_s,ariaCurrent:null,ariaDescribedBy:_s,ariaDetails:null,ariaDisabled:Ps,ariaDropEffect:_s,ariaErrorMessage:null,ariaExpanded:Ps,ariaFlowTo:_s,ariaGrabbed:Ps,ariaHasPopup:null,ariaHidden:Ps,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:_s,ariaLevel:Rs,ariaLive:null,ariaModal:Ps,ariaMultiLine:Ps,ariaMultiSelectable:Ps,ariaOrientation:null,ariaOwns:_s,ariaPlaceholder:null,ariaPosInSet:Rs,ariaPressed:Ps,ariaReadOnly:Ps,ariaRelevant:null,ariaRequired:Ps,ariaRoleDescription:_s,ariaRowCount:Rs,ariaRowIndex:Rs,ariaRowSpan:Rs,ariaSelected:Ps,ariaSetSize:Rs,ariaSort:null,ariaValueMax:Rs,ariaValueMin:Rs,ariaValueNow:Rs,ariaValueText:null,role:null}}),Qs=Us({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Hs,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Is,acceptCharset:_s,accessKey:_s,action:null,allow:null,allowFullScreen:Os,allowPaymentRequest:Os,allowUserMedia:Os,alt:null,as:null,async:Os,autoCapitalize:null,autoComplete:_s,autoFocus:Os,autoPlay:Os,blocking:_s,capture:null,charSet:null,checked:Os,cite:null,className:_s,cols:Rs,colSpan:null,content:null,contentEditable:Ps,controls:Os,controlsList:_s,coords:Rs|Is,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Os,defer:Os,dir:null,dirName:null,disabled:Os,download:Ls,draggable:Ps,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Os,formTarget:null,headers:_s,height:Rs,hidden:Os,high:Rs,href:null,hrefLang:null,htmlFor:_s,httpEquiv:_s,id:null,imageSizes:null,imageSrcSet:null,inert:Os,inputMode:null,integrity:null,is:null,isMap:Os,itemId:null,itemProp:_s,itemRef:_s,itemScope:Os,itemType:_s,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Os,low:Rs,manifest:null,max:null,maxLength:Rs,media:null,method:null,min:null,minLength:Rs,multiple:Os,muted:Os,name:null,nonce:null,noModule:Os,noValidate:Os,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Os,optimum:Rs,pattern:null,ping:_s,placeholder:null,playsInline:Os,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Os,referrerPolicy:null,rel:_s,required:Os,reversed:Os,rows:Rs,rowSpan:Rs,sandbox:_s,scope:null,scoped:Os,seamless:Os,selected:Os,shadowRootClonable:Os,shadowRootDelegatesFocus:Os,shadowRootMode:null,shape:null,size:Rs,sizes:null,slot:null,span:Rs,spellCheck:Ps,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Rs,step:null,style:null,tabIndex:Rs,target:null,title:null,translate:null,type:null,typeMustMatch:Os,useMap:null,value:Ps,width:Rs,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:_s,axis:null,background:null,bgColor:null,border:Rs,borderColor:null,bottomMargin:Rs,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Os,declare:Os,event:null,face:null,frame:null,frameBorder:null,hSpace:Rs,leftMargin:Rs,link:null,longDesc:null,lowSrc:null,marginHeight:Rs,marginWidth:Rs,noResize:Os,noHref:Os,noShade:Os,noWrap:Os,object:null,profile:null,prompt:null,rev:null,rightMargin:Rs,rules:null,scheme:null,scrolling:Ps,standby:null,summary:null,text:null,topMargin:Rs,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Rs,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Os,disableRemotePlayback:Os,prefix:null,property:null,results:Rs,security:null,unselectable:null}}),Gs=Us({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Vs,properties:{about:Ns,accentHeight:Rs,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Rs,amplitude:Rs,arabicForm:null,ascent:Rs,attributeName:null,attributeType:null,azimuth:Rs,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Rs,by:null,calcMode:null,capHeight:Rs,className:_s,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Rs,diffuseConstant:Rs,direction:null,display:null,dur:null,divisor:Rs,dominantBaseline:null,download:Os,dx:null,dy:null,edgeMode:null,editable:null,elevation:Rs,enableBackground:null,end:null,event:null,exponent:Rs,externalResourcesRequired:null,fill:null,fillOpacity:Rs,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Is,g2:Is,glyphName:Is,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Rs,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Rs,horizOriginX:Rs,horizOriginY:Rs,id:null,ideographic:Rs,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Rs,k:Rs,k1:Rs,k2:Rs,k3:Rs,k4:Rs,kernelMatrix:Ns,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Rs,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Rs,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Rs,overlineThickness:Rs,paintOrder:null,panose1:null,path:null,pathLength:Rs,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:_s,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Rs,pointsAtY:Rs,pointsAtZ:Rs,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ns,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ns,rev:Ns,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ns,requiredFeatures:Ns,requiredFonts:Ns,requiredFormats:Ns,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Rs,specularExponent:Rs,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Rs,strikethroughThickness:Rs,string:null,stroke:null,strokeDashArray:Ns,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Rs,strokeOpacity:Rs,strokeWidth:null,style:null,surfaceScale:Rs,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ns,tabIndex:Rs,tableValues:null,target:null,targetX:Rs,targetY:Rs,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ns,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Rs,underlineThickness:Rs,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Rs,values:null,vAlphabetic:Rs,vMathematical:Rs,vectorEffect:null,vHanging:Rs,vIdeographic:Rs,version:null,vertAdvY:Rs,vertOriginX:Rs,vertOriginY:Rs,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Rs,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Ks=Ss([Bs,qs,$s,Ws,Qs],"html"),Ys=Ss([Bs,qs,$s,Ws,Gs],"svg");function Xs(e){if(e.allowedElements&&e.disallowedElements)throw new TypeError("Only one of `allowedElements` and `disallowedElements` should be defined");if(e.allowedElements||e.disallowedElements||e.allowElement)return t=>{Ec(t,"element",(t,n,r)=>{const o=r;let i;if(e.allowedElements?i=!e.allowedElements.includes(t.tagName):e.disallowedElements&&(i=e.disallowedElements.includes(t.tagName)),!i&&e.allowElement&&"number"==typeof n&&(i=!e.allowElement(t,n,o)),i&&"number"==typeof n)return e.unwrapDisallowed&&t.children?o.children.splice(n,1,...t.children):o.children.splice(n,1),n})}}const Js=["http","https","mailto","tel"];function Zs(e){const t=(e||"").trim(),n=t.charAt(0);if("#"===n||"/"===n)return t;const r=t.indexOf(":");if(-1===r)return t;let o=-1;for(;++o<Js.length;){const e=Js[o];if(r===e.length&&t.slice(0,e.length).toLowerCase()===e)return t}return o=t.indexOf("?"),-1!==o&&r>o?t:(o=t.indexOf("#"),-1!==o&&r>o?t:"javascript:void(0)")}var ef=n(171),tf=n.n(ef);function nf(e){const t=e&&"object"==typeof e&&"text"===e.type?e.value||"":e;return"string"==typeof t&&""===t.replace(/[ \t\n\f\r]/g,"")}const rf=/^data[-\w.:]+$/i,of=/-[a-z]/g,af=/[A-Z]/g;function uf(e,t){const n=Ts(t);let r=t,o=Cs;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&rf.test(t)){if("-"===t.charAt(4)){const e=t.slice(5).replace(of,cf);r="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{const e=t.slice(4);if(!of.test(e)){let n=e.replace(af,lf);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}o=Ds}return new o(r,t)}function lf(e){return"-"+e.toLowerCase()}function cf(e){return e.charAt(1).toUpperCase()}const sf={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};function ff(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function pf(e){return e.join(" ").trim()}function df(e){const t=[],n=String(e||"");let r=n.indexOf(","),o=0,i=!1;for(;!i;){-1===r&&(r=n.length,i=!0);const e=n.slice(o,r).trim();!e&&i||t.push(e),o=r+1,r=n.indexOf(",",o)}return t}function hf(e,t){const n=t||{},r=undefined;return(""===e[e.length-1]?[...e,""]:e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}var gf=n(172),mf=n.n(gf);const vf={}.hasOwnProperty,yf=new Set(["table","thead","tbody","tfoot","tr"]);function bf(e,t){const n=[];let r=-1,o;for(;++r<t.children.length;)o=t.children[r],"element"===o.type?n.push(xf(e,o,r,t)):"text"===o.type?"element"===t.type&&yf.has(t.tagName)&&nf(o)||n.push(o.value):"raw"!==o.type||e.options.skipHtml||n.push(o.value);return n}function xf(e,t,n,r){const o=e.options,i=e.schema,a=t.tagName,u={};let l=i,c;if("html"===i.space&&"svg"===a&&(l=Ys,e.schema=l),t.properties)for(c in t.properties)vf.call(t.properties,c)&&Ef(u,c,t.properties[c],e);"ol"!==a&&"ul"!==a||e.listDepth++;const s=bf(e,t);"ol"!==a&&"ul"!==a||e.listDepth--,e.schema=i;const f=t.position||{start:{line:null,column:null,offset:null},end:{line:null,column:null,offset:null}},p=o.components&&vf.call(o.components,a)?o.components[a]:a,d="string"==typeof p||p===er.a.Fragment;if(!tf.a.isValidElementType(p))throw new TypeError(`Component for name \`${a}\` not defined or is not renderable`);if(u.key=[a,f.start.line,f.start.column,n].join("-"),"a"===a&&o.linkTarget&&(u.target="function"==typeof o.linkTarget?o.linkTarget(String(u.href||""),t.children,"string"==typeof u.title?u.title:null):o.linkTarget),"a"===a&&o.transformLinkUri&&(u.href=o.transformLinkUri(String(u.href||""),t.children,"string"==typeof u.title?u.title:null)),d||"code"!==a||"element"!==r.type||"pre"===r.tagName||(u.inline=!0),d||"h1"!==a&&"h2"!==a&&"h3"!==a&&"h4"!==a&&"h5"!==a&&"h6"!==a||(u.level=Number.parseInt(a.charAt(1),10)),"img"===a&&o.transformImageUri&&(u.src=o.transformImageUri(String(u.src||""),String(u.alt||""),"string"==typeof u.title?u.title:null)),!d&&"li"===a&&"element"===r.type){const e=wf(t);u.checked=e&&e.properties?Boolean(e.properties.checked):null,u.index=kf(r,t),u.ordered="ol"===r.tagName}return d||"ol"!==a&&"ul"!==a||(u.ordered="ol"===a,u.depth=e.listDepth),"td"!==a&&"th"!==a||(u.align&&(u.style||(u.style={}),u.style.textAlign=u.align,delete u.align),d||(u.isHeader="th"===a)),d||"tr"!==a||"element"!==r.type||(u.isHeader=Boolean("thead"===r.tagName)),o.sourcePos&&(u["data-sourcepos"]=Cf(f)),!d&&o.rawSourcePos&&(u.sourcePosition=t.position),!d&&o.includeElementIndex&&(u.index=kf(r,t),u.siblingCount=kf(r)),d||(u.node=t),s.length>0?er.a.createElement(p,u,s):er.a.createElement(p,u)}function wf(e){let t=-1;for(;++t<e.children.length;){const n=e.children[t];if("element"===n.type&&"input"===n.tagName)return n}return null}function kf(e,t){let n=-1,r=0;for(;++n<e.children.length&&e.children[n]!==t;)"element"===e.children[n].type&&r++;return r}function Ef(e,t,n,r){const o=uf(r.schema,t);let i=n;null!=i&&i==i&&(Array.isArray(i)&&(i=o.commaSeparated?hf(i):pf(i)),"style"===o.property&&"string"==typeof i&&(i=Sf(i)),o.space&&o.property?e[vf.call(sf,o.property)?sf[o.property]:o.property]=i:o.attribute&&(e[o.attribute]=i))}function Sf(e){const t={};try{mf()(e,n)}catch{}return t;function n(e,n){const r="-ms-"===e.slice(0,4)?"ms-"+e.slice(4):e;t[r.replace(/-([a-z])/g,Tf)]=n}}function Tf(e,t){return t.toUpperCase()}function Cf(e){return[e.start.line,":",e.start.column,"-",e.end.line,":",e.end.column].map(e=>String(e)).join("")}const Af={}.hasOwnProperty,Of="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Pf={renderers:{to:"components",id:"change-renderers-to-components"},astPlugins:{id:"remove-buggy-html-in-markdown-parser"},allowDangerousHtml:{id:"remove-buggy-html-in-markdown-parser"},escapeHtml:{id:"remove-buggy-html-in-markdown-parser"},source:{to:"children",id:"change-source-to-children"},allowNode:{to:"allowElement",id:"replace-allownode-allowedtypes-and-disallowedtypes"},allowedTypes:{to:"allowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},disallowedTypes:{to:"disallowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},includeNodeIndex:{to:"includeElementIndex",id:"change-includenodeindex-to-includeelementindex"}};function Lf(e){for(const t in Pf)if(Af.call(Pf,t)&&Af.call(e,t)){const e=Pf[t];console.warn(`[react-markdown] Warning: please ${e.to?`use \`${e.to}\` instead of`:"remove"} \`${t}\` (see <${Of}#${e.id}> for more info)`),delete Pf[t]}const t=Gi().use(lc).use(e.remarkPlugins||e.plugins||[]).use(ys,{allowDangerousHtml:!0}).use(e.rehypePlugins||[]).use(Xs,e),n=new Di;"string"==typeof e.children?n.value=e.children:void 0!==e.children&&null!==e.children&&console.warn(`[react-markdown] Warning: please pass a string as \`children\` (not: \`${e.children}\`)`);const r=t.runSync(t.parse(n),n);if("root"!==r.type)throw new TypeError("Expected a `root` node");let o=er.a.createElement(er.a.Fragment,{},bf({options:e,schema:Ks,listDepth:0},r));return e.className&&(o=er.a.createElement("div",{className:e.className},o)),o}function Rf(e){var t=e.data,n=void 0===t?{}:t,r=n.displayName,o=n.description,i=n.props;return console.log(n),er.a.createElement("div",{className:"markdown"},er.a.createElement("h3",null,r),er.a.createElement("p",null,o),er.a.createElement("table",null,er.a.createElement("thead",null,er.a.createElement("tr",null,er.a.createElement("th",null,"\u5c5e\u6027\u540d"),er.a.createElement("th",null,"\u63cf\u8ff0"),er.a.createElement("th",null,"\u7c7b\u578b"),er.a.createElement("th",null,"\u5fc5\u586b"),er.a.createElement("th",null,"\u9ed8\u8ba4\u503c"))),er.a.createElement("tbody",null,Object.keys(i).map((function(e){var t,n,r;return er.a.createElement("tr",{key:e},er.a.createElement("td",null,e),er.a.createElement("td",null,er.a.createElement(Lf,null,i[e].description)),er.a.createElement("td",null,(null===(t=i[e].type)||void 0===t?void 0:t.raw)||(null===(n=i[e].type)||void 0===n?void 0:n.name)),er.a.createElement("td",null,i[e].required&&"\u2713"),er.a.createElement("td",null,null===(r=i[e].defaultValue)||void 0===r?void 0:r.value))})))))}Lf.defaultProps={transformLinkUri:Zs},Lf.propTypes={children:ks.a.string,className:ks.a.string,allowElement:ks.a.func,allowedElements:ks.a.arrayOf(ks.a.string),disallowedElements:ks.a.arrayOf(ks.a.string),unwrapDisallowed:ks.a.bool,remarkPlugins:ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func,ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func]))])),rehypePlugins:ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func,ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func]))])),sourcePos:ks.a.bool,rawSourcePos:ks.a.bool,skipHtml:ks.a.bool,includeElementIndex:ks.a.bool,transformLinkUri:ks.a.oneOfType([ks.a.func,ks.a.bool]),linkTarget:ks.a.oneOfType([ks.a.func,ks.a.string]),transformImageUri:ks.a.func,components:ks.a.object};var _f=n(409),If=function e(t){var n=t.data,r=t.children,o=n.filename,i=n.meta,a=n.highlightedCode,u=n.highlightedStyle,l=n.markdownContent,c=n.readme,s=n.reactDocs,f=l||"",p=f.match(/<style>([\s\S]*?)<\/style>/);if(p){var d=p[1],h=d.split("}").map((function(e){var t=e;return"."===e[0]&&(t="#"+o+" "+t),""+t})).join("}");f=f.replace(d,h)}return er.a.createElement("div",null,Ff(i),Nf(c),er.a.createElement("div",{className:"preview"},Mf(f),er.a.createElement(gi,{filename:o,highlightedCode:a,highlightedStyle:u},r)),null==s?void 0:s.map((function(e){return er.a.createElement(Rf,{key:e.filename,data:e})})))};function Nf(e){return void 0===e&&(e=void 0),e?Mf(e):null}function Ff(e){return e?er.a.createElement("div",{className:"meta"},er.a.createElement("ul",{className:"meta-list"},e.map((function(e){return er.a.createElement("li",{className:"meta-item"},e.key,": ",e.value)})))):null}function Mf(e){return er.a.createElement("div",{className:"markdown",dangerouslySetInnerHTML:{__html:e}})}var Df=n(50),jf=n.n(Df),zf=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChange=function(e){var t=e.target.value||"",r=n.props.items.filter((function(e){var n=Array.isArray(e)?e[0]:e,r=(n.demoKey||n.title).toLocaleLowerCase(),o=t.toLocaleLowerCase();return r.includes(o)}));n.setState({value:t,menus:r})},n.state={value:"",menus:t.items},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this.props.matchedFilename,n=this.state,r=n.value,o=n.menus;return er.a.createElement("div",{className:jf.a.sidebar},er.a.createElement("div",{className:jf.a.searchbox,style:{display:"none"}},er.a.createElement("input",{type:"text",className:jf.a.input,placeholder:"Type to search...",value:r,onChange:this.handleChange})),er.a.createElement("dl",{className:jf.a.menuList},o.map((function(e,n){var r=Array.isArray(e)?e[0]:e;return er.a.createElement("dt",{className:jf.a.item+(t===(r.demoKey||r.filename)?" "+jf.a.selected:""),key:(r.demoKey||r.filename)+"-"+n},er.a.createElement(ni,{to:"?demo="+(r.demoKey||r.filename)},r.demoKey||r.title))}))))},t}(er.a.Component),Uf=n(51),qf=n.n(Uf),Bf=function e(t){var n=t.demos,r=t.children,o=t.matchedFilename;return er.a.createElement("div",null,er.a.createElement("div",{className:qf.a.nav},"Docs"),er.a.createElement("div",{className:qf.a.container},er.a.createElement(zf,{items:n,matchedFilename:o}),er.a.createElement("div",{className:qf.a.main},r)))},Vf=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChangeHash=function(){setTimeout((function(){n.setState({currentHash:window.location.hash})}),0)},n.state={currentHash:window.location.hash},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this,n=this.props,r=n.demos,o=n.children,i=n.reactDocs,a=this.state.currentHash;return er.a.createElement("div",null,er.a.createElement("div",{className:qf.a.layout},o),er.a.createElement("ul",{className:qf.a.fixNav},r.map((function(e){return er.a.createElement("li",{key:e.filename,className:a.replace("#container_","")===e.filename?qf.a.selected:""},er.a.createElement("a",{href:"#container_"+e.filename,onClick:t.handleChangeHash},e.title||e.filename))})),i&&i.length>0&&er.a.createElement("li",null,er.a.createElement("a",{href:"#container_api",onClick:this.handleChangeHash},"API"))))},t}(er.a.Component),Hf=["demoData"],$f=function e(t){var n=t.demoData,r=t.readmeData,o=t.reactDocs,i,a=((r?[].concat(r,n):n)||[]).sort((function(e,t){return e.order-t.order})),u=!(!o||!o.length);return er.a.createElement(Vf,{demos:a,reactDocs:o},a.map((function(e){var t=e.component;return er.a.createElement("div",{key:e.filename},er.a.createElement("a",{name:"container_"+e.filename}),e.title&&"readme"!==e.filename&&er.a.createElement("h3",null,e.title),er.a.createElement(If,{data:e},"function"==typeof t&&er.a.createElement(t,null)))})),u&&er.a.createElement("div",null,er.a.createElement("h2",null,"API"),er.a.createElement("a",{name:"container_api"}),o.map((function(e){return er.a.createElement(Rf,{key:e.filename,data:e})}))))},Wf=function e(t){var n=t.location,r=t.demoData,o=t.readmeData,i,a=si.parse(n&&n.search).demo,u=r.find((function(e){return e[0]&&e[0].demoKey===a}));return er.a.createElement(Bf,{demos:[].concat(o,r),matchedFilename:a},u?er.a.createElement($f,{demoData:u}):er.a.createElement(If,{data:o}))},Qf=function e(t){var n=function e(n){return er.a.createElement(Wf,sr()({},t,n))};return er.a.createElement(Go,null,er.a.createElement(Mo,null,er.a.createElement(Oo,{path:"/",render:n})))},Gf,Kf=function e(t){var n=t.demoData,r=lr()(t,Hf),o;return n.length>1?er.a.createElement(Qf,sr()({},r,{demoData:n})):er.a.createElement($f,sr()({},r,{demoData:n[0]}))};function Yf(e){return(Yf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Xf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Jf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xf(Object(n),!0).forEach((function(t){Zf(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Zf(e,t,n){return(t=ep(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ep(e){var t=tp(e,"string");return"symbol"==Yf(t)?t:t+""}function tp(e,t){if("object"!=Yf(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=Yf(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var np={},rp=or.map((function(e){var t;return e.demos.map((function(e){return Jf(Jf({},e),{},{component:np["".concat(e.demoKey,"_").concat(e.filename)]})}))})),op={meta:{},readme:'<h1>ydb-components-material<a id="user-content-ydb-components-material" name="ydb-components-material" class="anchor" aria-hidden="true" href="#ydb-components-material"><span class="octicon octicon-link"></span></a></h1><p>\u4e00\u4e2a\u9762\u5411 PC \u7684\u4e1a\u52a1\u7ec4\u4ef6\u5e93</p>\n<h2>\u8c03\u8bd5<a id="user-content-\u8c03\u8bd5" name="\u8c03\u8bd5" class="anchor" aria-hidden="true" href="#\u8c03\u8bd5"><span class="octicon octicon-link"></span></a></h2><p>\u542f\u52a8\u8c03\u8bd5</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm run lowcode<span class="token operator">:</span>dev # \u6253\u5f00\u5f00\u53d1\u73af\u5883\uff0c\u8fd0\u884c\u6240\u6709\u7ec4\u4ef6</code></pre>\n </div>\n </div>\n<p>\u6784\u5efa</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm run lowcode<span class="token operator">:</span>build\n</code></pre>\n </div>\n </div>\n<p>package.json \u6587\u4ef6\u91cc version \u7248\u672c\u53f7\u52a0\u4e00\u4e0b</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm publish <span class="token operator">--</span>tag latest</code></pre>\n </div>\n </div>\n'},ip=Jf({readme:op.readme||void 0,href:"/?demo=readme",filename:"readme",title:op.title||"Readme",order:0},op.meta),ap={};nr.a.render(er.a.createElement(Kf,{readmeData:ip,demoData:rp,env:"production",templateProps:ap,reactDocs:ar}),document.getElementById("root"))}]);
|
|
53
|
+
*/var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,u=r?Symbol.for("react.strict_mode"):60108,l=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,s=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,h=r?Symbol.for("react.suspense"):60113,g=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,y=r?Symbol.for("react.block"):60121,b=r?Symbol.for("react.fundamental"):60117,x=r?Symbol.for("react.responder"):60118,w=r?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case f:case p:case a:case l:case u:case h:return e;default:switch(e=e&&e.$$typeof){case s:case d:case v:case m:case c:return e;default:return t}}case i:return t}}}function E(e){return k(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=s,t.ContextProvider=c,t.Element=o,t.ForwardRef=d,t.Fragment=a,t.Lazy=v,t.Memo=m,t.Portal=i,t.Profiler=l,t.StrictMode=u,t.Suspense=h,t.isAsyncMode=function(e){return E(e)||k(e)===f},t.isConcurrentMode=E,t.isContextConsumer=function(e){return k(e)===s},t.isContextProvider=function(e){return k(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return k(e)===d},t.isFragment=function(e){return k(e)===a},t.isLazy=function(e){return k(e)===v},t.isMemo=function(e){return k(e)===m},t.isPortal=function(e){return k(e)===i},t.isProfiler=function(e){return k(e)===l},t.isStrictMode=function(e){return k(e)===u},t.isSuspense=function(e){return k(e)===h},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===p||e===l||e===u||e===h||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===m||e.$$typeof===c||e.$$typeof===s||e.$$typeof===d||e.$$typeof===b||e.$$typeof===x||e.$$typeof===w||e.$$typeof===y)},t.typeOf=k},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"document",(function(){return jl})),n.d(r,"contentInitial",(function(){return zl})),n.d(r,"flowInitial",(function(){return Ul})),n.d(r,"flow",(function(){return ql})),n.d(r,"string",(function(){return Bl})),n.d(r,"text",(function(){return Vl})),n.d(r,"insideSpan",(function(){return Hl})),n.d(r,"attentionMarkers",(function(){return $l})),n.d(r,"disable",(function(){return Wl}));var o={};n.r(o),n.d(o,"boolean",(function(){return Os})),n.d(o,"booleanish",(function(){return Ps})),n.d(o,"overloadedBoolean",(function(){return Ls})),n.d(o,"number",(function(){return Rs})),n.d(o,"spaceSeparated",(function(){return _s})),n.d(o,"commaSeparated",(function(){return Is})),n.d(o,"commaOrSpaceSeparated",(function(){return Ns}));var i=n(180),a=n(181),u=n(182),l=n(183),c=n(184),s=n(185),f=n(186),p=n(187),d=n(188),h=n(189),g=n(190),m=n(191),v=n(192),y=n(193),b=n(194),x=n(195),w=n(196),k=n(197),E=n(198),S=n(199),T=n(200),C=n(201),A=n(202),O=n(203),P=n(204),L=n(205),R=n(206),_=n(207),I=n(73),N=n(208),F=n(209),M=n(210),D=n(211),j=n(212),z=n(213),U=n(214),q=n(215),B=n(216),V=n(217),H=n(218),$=n(219),W=n(220),Q=n(221),G=n(222),K=n(224),Y=n(225),X=n(226),J=n(227),Z=n(228),ee=n(230),te=n(231),ne=n(233),re=n(234),oe=n(235),ie=n(236),ae=n(237),ue=n(238),le=n(239),ce=n(240),se=n(241),fe=n(242),pe=n(243),de=n(244),he=n(245),ge=n(246),me=n(248),ve=n(249),ye=n(250),be=n(251),xe=n(252),we=n(253),ke=n(254),Ee=n(255),Se=n(256),Te=n(257),Ce=n(258),Ae=n(259),Oe=n(260),Pe=n(262),Le=n(263),Re=n(264),_e=n(265),Ie=n(266),Ne=n(267),Fe=n(268),Me=n(269),De=n(270),je=n(271),ze=n(272),Ue=n(273),qe=n(274),Be=n(275),Ve=n(276),He=n(277),$e=n(278),We=n(279),Qe=n(280),Ge=n(281),Ke=n(282),Ye=n(283),Xe=n(284),Je=n(285),Ze=n(286),et=n(287),tt=n(288),nt=n(289),rt=n(290),ot=n(291),it=n(292),at=n(293),ut=n(294),lt=n(296),ct=n(297),st=n(298),ft=n(299),pt=n(302),dt=n(303),ht=n(304),gt=n(305),mt=n(306),vt=n(307),yt=n(308),bt=n(309),xt=n(310),wt=n(311),kt=n(312),Et=n(313),St=n(314),Tt=n(315),Ct=n(316),At=n(157),Ot=n(317),Pt=n(318),Lt=n(319),Rt=n(320),_t=n(321),It=n(322),Nt=n(323),Ft=n(158),Mt=n(324),Dt=n(325),jt=n(326),zt=n(327),Ut=n(328),qt=n(329),Bt=n(330),Vt=n(331),Ht=n(332),$t=n(333),Wt=n(334),Qt=n(335),Gt=n(336),Kt=n(337),Yt=n(338),Xt=n(339),Jt=n(340),Zt=n(341),en=n(342),tn=n(343),nn=n(344),rn=n(345),on=n(346),an=n(347),un=n(348),ln=n(349),cn=n(351),sn=n(352),fn=n(353),pn=n(354),dn=n(355),hn=n(356),gn=n(357),mn=n(358),vn=n(359),yn=n(360),bn=n(361),xn=n(362),wn=n(363),kn=n(364),En=n(365),Sn=n(366),Tn=n(367),Cn=n(368),An=n(369),On=n(370),Pn=n(371),Ln=n(372),Rn=n(373),_n=n(374),In=n(375),Nn=n(376),Fn=n(377),Mn=n(378),Dn=n(379),jn=n(380),zn=n(381),Un=n(382),qn=n(383),Bn=n(384),Vn=n(385),Hn=n(386),$n=n(387),Wn=n(388),Qn=n(389),Gn=n(390),Kn=n(391),Yn=n(394),Xn=n(165),Jn=n(395),Zn=n(0),er=n.n(Zn),tr=n(168),nr=n.n(tr),rr,or=[{demoKey:".dumi",demos:[]},{demoKey:"src",demos:[]}],ir,ar=[],ur=n(169),lr=n.n(ur),cr=n(87),sr=n.n(cr),fr=n(25);function pr(){return(pr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function dr(e){return"/"===e.charAt(0)}function hr(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}function gr(e,t){void 0===t&&(t="");var n=e&&e.split("/")||[],r=t&&t.split("/")||[],o=e&&dr(e),i=t&&dr(t),a=o||i,u;if(e&&dr(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var l=r[r.length-1];u="."===l||".."===l||""===l}else u=!1;for(var c=0,s=r.length;s>=0;s--){var f=r[s];"."===f?hr(r,s):".."===f?(hr(r,s),c++):c&&(hr(r,s),c--)}if(!a)for(;c--;c)r.unshift("..");!a||""===r[0]||r[0]&&dr(r[0])||r.unshift("");var p=r.join("/");return u&&"/"!==p.substr(-1)&&(p+="/"),p}var mr=gr;function vr(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}function yr(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(Array.isArray(e))return Array.isArray(t)&&e.length===t.length&&e.every((function(e,n){return yr(e,t[n])}));if("object"==typeof e||"object"==typeof t){var n=vr(e),r=vr(t);return n!==e||r!==t?yr(n,r):Object.keys(Object.assign({},e,t)).every((function(n){return yr(e[n],t[n])}))}return!1}var br=yr,xr=!0,wr="Invariant failed";function kr(e,t){var n,r;if(!e)throw new Error("Invariant failed")}function Er(e){return"/"===e.charAt(0)?e:"/"+e}function Sr(e){return"/"===e.charAt(0)?e.substr(1):e}function Tr(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}function Cr(e,t){return Tr(e,t)?e.substr(t.length):e}function Ar(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function Or(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var i=t.indexOf("?");return-1!==i&&(n=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}function Pr(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function Lr(e,t,n,r){var o;"string"==typeof e?(o=Or(e)).state=t:(void 0===(o=pr({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return n&&(o.key=n),r?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=mr(o.pathname,r.pathname)):o.pathname=r.pathname:o.pathname||(o.pathname="/"),o}function Rr(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&br(e.state,t.state)}function _r(){var e=null;function t(t){return e=t,function(){e===t&&(e=null)}}function n(t,n,r,o){if(null!=e){var i="function"==typeof e?e(t,n):e;"string"==typeof i?"function"==typeof r?r(i,o):o(!0):o(!1!==i)}else o(!0)}var r=[];function o(e){var t=!0;function n(){t&&e.apply(void 0,arguments)}return r.push(n),function(){t=!1,r=r.filter((function(e){return e!==n}))}}function i(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];r.forEach((function(e){return e.apply(void 0,t)}))}return{setPrompt:t,confirmTransitionTo:n,appendListener:o,notifyListeners:i}}var Ir=!("undefined"==typeof window||!window.document||!window.document.createElement);function Nr(e,t){t(window.confirm(e))}function Fr(){var e=window.navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&(window.history&&"pushState"in window.history)}function Mr(){return-1===window.navigator.userAgent.indexOf("Trident")}function Dr(){return-1===window.navigator.userAgent.indexOf("Firefox")}function jr(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")}var zr="popstate",Ur="hashchange";function qr(){try{return window.history.state||{}}catch(e){return{}}}function Br(e){void 0===e&&(e={}),Ir||kr(!1);var t=window.history,n=Fr(),r=!Mr(),o=e,i=o.forceRefresh,a=void 0!==i&&i,u=o.getUserConfirmation,l=void 0===u?Nr:u,c=o.keyLength,s=void 0===c?6:c,f=e.basename?Ar(Er(e.basename)):"";function p(e){var t=e||{},n=t.key,r=t.state,o=window.location,i,a,u,l=o.pathname+o.search+o.hash;return f&&(l=Cr(l,f)),Lr(l,r,n)}function d(){return Math.random().toString(36).substr(2,s)}var h=_r();function g(e){pr(N,e),N.length=t.length,h.notifyListeners(N.location,N.action)}function m(e){jr(e)||b(p(e.state))}function v(){b(p(qr()))}var y=!1;function b(e){if(y)y=!1,g();else{var t="POP";h.confirmTransitionTo(e,"POP",l,(function(t){t?g({action:"POP",location:e}):x(e)}))}}function x(e){var t=N.location,n=k.indexOf(t.key);-1===n&&(n=0);var r=k.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(y=!0,C(o))}var w=p(qr()),k=[w.key];function E(e){return f+Pr(e)}function S(e,r){var o="PUSH",i=Lr(e,r,d(),N.location);h.confirmTransitionTo(i,"PUSH",l,(function(e){if(e){var r=E(i),o=i.key,u=i.state;if(n)if(t.pushState({key:o,state:u},null,r),a)window.location.href=r;else{var l=k.indexOf(N.location.key),c=k.slice(0,l+1);c.push(i.key),k=c,g({action:"PUSH",location:i})}else window.location.href=r}}))}function T(e,r){var o="REPLACE",i=Lr(e,r,d(),N.location);h.confirmTransitionTo(i,o,l,(function(e){if(e){var r=E(i),u=i.key,l=i.state;if(n)if(t.replaceState({key:u,state:l},null,r),a)window.location.replace(r);else{var c=k.indexOf(N.location.key);-1!==c&&(k[c]=i.key),g({action:o,location:i})}else window.location.replace(r)}}))}function C(e){t.go(e)}function A(){C(-1)}function O(){C(1)}var P=0;function L(e){1===(P+=e)&&1===e?(window.addEventListener("popstate",m),r&&window.addEventListener("hashchange",v)):0===P&&(window.removeEventListener("popstate",m),r&&window.removeEventListener("hashchange",v))}var R=!1;function _(e){void 0===e&&(e=!1);var t=h.setPrompt(e);return R||(L(1),R=!0),function(){return R&&(R=!1,L(-1)),t()}}function I(e){var t=h.appendListener(e);return L(1),function(){L(-1),t()}}var N={length:t.length,action:"POP",location:w,createHref:E,push:S,replace:T,go:C,goBack:A,goForward:O,block:_,listen:I};return N}var Vr="hashchange",Hr={hashbang:{encodePath:function e(t){return"!"===t.charAt(0)?t:"!/"+Sr(t)},decodePath:function e(t){return"!"===t.charAt(0)?t.substr(1):t}},noslash:{encodePath:Sr,decodePath:Er},slash:{encodePath:Er,decodePath:Er}};function $r(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function Wr(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function Qr(e){window.location.hash=e}function Gr(e){window.location.replace($r(window.location.href)+"#"+e)}function Kr(e){void 0===e&&(e={}),Ir||kr(!1);var t=window.history,n=Dr(),r=e,o=r.getUserConfirmation,i=void 0===o?Nr:o,a=r.hashType,u=void 0===a?"slash":a,l=e.basename?Ar(Er(e.basename)):"",c=Hr[u],s=c.encodePath,f=c.decodePath;function p(){var e=f(Wr());return l&&(e=Cr(e,l)),Lr(e)}var d=_r();function h(e){pr(M,e),M.length=t.length,d.notifyListeners(M.location,M.action)}var g=!1,m=null;function v(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash}function y(){var e=Wr(),t=s(e);if(e!==t)Gr(t);else{var n=p(),r=M.location;if(!g&&v(r,n))return;if(m===Pr(n))return;m=null,b(n)}}function b(e){if(g)g=!1,h();else{var t="POP";d.confirmTransitionTo(e,"POP",i,(function(t){t?h({action:"POP",location:e}):x(e)}))}}function x(e){var t=M.location,n=S.lastIndexOf(Pr(t));-1===n&&(n=0);var r=S.lastIndexOf(Pr(e));-1===r&&(r=0);var o=n-r;o&&(g=!0,O(o))}var w=Wr(),k=s(w);w!==k&&Gr(k);var E=p(),S=[Pr(E)];function T(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=$r(window.location.href)),n+"#"+s(l+Pr(e))}function C(e,t){var n="PUSH",r=Lr(e,void 0,void 0,M.location);d.confirmTransitionTo(r,"PUSH",i,(function(e){if(e){var t=Pr(r),n=s(l+t),o;if(Wr()!==n){m=t,Qr(n);var i=S.lastIndexOf(Pr(M.location)),a=S.slice(0,i+1);a.push(t),S=a,h({action:"PUSH",location:r})}else h()}}))}function A(e,t){var n="REPLACE",r=Lr(e,void 0,void 0,M.location);d.confirmTransitionTo(r,n,i,(function(e){if(e){var t=Pr(r),o=s(l+t),i;Wr()!==o&&(m=t,Gr(o));var a=S.indexOf(Pr(M.location));-1!==a&&(S[a]=t),h({action:n,location:r})}}))}function O(e){t.go(e)}function P(){O(-1)}function L(){O(1)}var R=0;function _(e){1===(R+=e)&&1===e?window.addEventListener("hashchange",y):0===R&&window.removeEventListener("hashchange",y)}var I=!1;function N(e){void 0===e&&(e=!1);var t=d.setPrompt(e);return I||(_(1),I=!0),function(){return I&&(I=!1,_(-1)),t()}}function F(e){var t=d.appendListener(e);return _(1),function(){_(-1),t()}}var M={length:t.length,action:"POP",location:E,createHref:T,push:C,replace:A,go:O,goBack:P,goForward:L,block:N,listen:F};return M}function Yr(e,t,n){return Math.min(Math.max(e,t),n)}function Xr(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,r=t.initialEntries,o=void 0===r?["/"]:r,i=t.initialIndex,a=void 0===i?0:i,u=t.keyLength,l=void 0===u?6:u,c=_r();function s(e){pr(E,e),E.length=E.entries.length,c.notifyListeners(E.location,E.action)}function f(){return Math.random().toString(36).substr(2,l)}var p=Yr(a,0,o.length-1),d=o.map((function(e){return Lr(e,void 0,"string"==typeof e?f():e.key||f())})),h=Pr;function g(e,t){var r="PUSH",o=Lr(e,t,f(),E.location);c.confirmTransitionTo(o,"PUSH",n,(function(e){if(e){var t,n=E.index+1,r=E.entries.slice(0);r.length>n?r.splice(n,r.length-n,o):r.push(o),s({action:"PUSH",location:o,index:n,entries:r})}}))}function m(e,t){var r="REPLACE",o=Lr(e,t,f(),E.location);c.confirmTransitionTo(o,r,n,(function(e){e&&(E.entries[E.index]=o,s({action:r,location:o}))}))}function v(e){var t=Yr(E.index+e,0,E.entries.length-1),r="POP",o=E.entries[t];c.confirmTransitionTo(o,"POP",n,(function(e){e?s({action:"POP",location:o,index:t}):s()}))}function y(){v(-1)}function b(){v(1)}function x(e){var t=E.index+e;return t>=0&&t<E.entries.length}function w(e){return void 0===e&&(e=!1),c.setPrompt(e)}function k(e){return c.appendListener(e)}var E={length:d.length,action:"POP",location:d[p],index:p,entries:d,createHref:h,push:g,replace:m,go:v,goBack:y,goForward:b,canGo:x,block:w,listen:k};return E}var Jr=n(118),Zr=n(119),eo=n.n(Zr),to=n(167);function no(e,t){if(null==e)return{};var n={},r=Object.keys(e),o,i;for(i=0;i<r.length;i++)o=r[i],t.indexOf(o)>=0||(n[o]=e[o]);return n}var ro=n(173),oo=n.n(ro),io,ao=function e(t){var n=Object(Jr.a)();return n.displayName=t,n}("Router-History"),uo,lo=function e(t){var n=Object(Jr.a)();return n.displayName=t,n}("Router"),co=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}Object(fr.a)(t,e),t.computeRootMatch=function e(t){return{path:"/",url:"/",params:{},isExact:"/"===t}};var n=t.prototype;return n.componentDidMount=function e(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function e(){this.unlisten&&this.unlisten()},n.render=function e(){return er.a.createElement(lo.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},er.a.createElement(ao.Provider,{children:this.props.children||null,value:this.props.history}))},t}(er.a.Component);var so=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Xr(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var fo=function(e){function t(){return e.apply(this,arguments)||this}Object(fr.a)(t,e);var n=t.prototype;return n.componentDidMount=function e(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function e(t){this.props.onUpdate&&this.props.onUpdate.call(this,this,t)},n.componentWillUnmount=function e(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function e(){return null},t}(er.a.Component),po;function ho(e){var t=e.message,n=e.when,r=void 0===n||n;return er.a.createElement(lo.Consumer,null,(function(e){if(e||kr(!1),!r||e.staticContext)return null;var n=e.history.block;return er.a.createElement(fo,{onMount:function e(r){r.release=n(t)},onUpdate:function e(r,o){o.message!==t&&(r.release(),r.release=n(t))},onUnmount:function e(t){t.release()},message:t})}))}var go={},mo=1e4,vo=0;function yo(e){if(go[e])return go[e];var t=eo.a.compile(e);return vo<1e4&&(go[e]=t,vo++),t}function bo(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:yo(e)(t,{pretty:!0})}function xo(e){var t=e.computedMatch,n=e.to,r=e.push,o=void 0!==r&&r;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var r=e.history,i=e.staticContext,a=o?r.push:r.replace,u=Lr(t?"string"==typeof n?bo(n,t.params):pr({},n,{pathname:bo(n.pathname,t.params)}):n);return i?(a(u),null):er.a.createElement(fo,{onMount:function e(){a(u)},onUpdate:function e(t,n){var r=Lr(n.to);Rr(r,pr({},u,{key:r.key}))||a(u)},to:n})}))}var wo={},ko=1e4,Eo=0;function So(e,t){var n=""+t.end+t.strict+t.sensitive,r=wo[n]||(wo[n]={});if(r[e])return r[e];var o=[],i,a={regexp:eo()(e,o,t),keys:o};return Eo<1e4&&(r[e]=a,Eo++),a}function To(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,i=void 0!==o&&o,a=n.strict,u=void 0!==a&&a,l=n.sensitive,c=void 0!==l&&l,s;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=So(n,{end:i,strict:u,sensitive:c}),o=r.regexp,a=r.keys,l=o.exec(e);if(!l)return null;var s=l[0],f=l.slice(1),p=e===s;return i&&!p?null:{path:n,url:"/"===n&&""===s?"/":s,isExact:p,params:a.reduce((function(e,t,n){return e[t.name]=f[n],e}),{})}}),null)}function Co(e){return 0===er.a.Children.count(e)}function Ao(e,t,n){var r;return e(t)||null}var Oo=function(e){function t(){return e.apply(this,arguments)||this}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){var t=this;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=t.props.location||e.location,r,o=pr({},e,{location:n,match:t.props.computedMatch?t.props.computedMatch:t.props.path?To(n.pathname,t.props):e.match}),i=t.props,a=i.children,u=i.component,l=i.render;return Array.isArray(a)&&0===a.length&&(a=null),er.a.createElement(lo.Provider,{value:o},o.match?a?"function"==typeof a?a(o):a:u?er.a.createElement(u,o):l?l(o):null:"function"==typeof a?a(o):null)}))},t}(er.a.Component);function Po(e){return"/"===e.charAt(0)?e:"/"+e}function Lo(e,t){return e?pr({},t,{pathname:Po(e)+t.pathname}):t}function Ro(e,t){if(!e)return t;var n=Po(e);return 0!==t.pathname.indexOf(n)?t:pr({},t,{pathname:t.pathname.substr(n.length)})}function _o(e){return"string"==typeof e?e:Pr(e)}function Io(e){return function(){kr(!1)}}function No(){}var Fo=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).handlePush=function(e){return t.navigateTo(e,"PUSH")},t.handleReplace=function(e){return t.navigateTo(e,"REPLACE")},t.handleListen=function(){return No},t.handleBlock=function(){return No},t}Object(fr.a)(t,e);var n=t.prototype;return n.navigateTo=function e(t,n){var r=this.props,o=r.basename,i=void 0===o?"":o,a=r.context,u=void 0===a?{}:a;u.action=n,u.location=Lo(i,Lr(t)),u.url=_o(u.location)},n.render=function e(){var t=this.props,n=t.basename,r=void 0===n?"":n,o=t.context,i=void 0===o?{}:o,a=t.location,u=void 0===a?"/":a,l=no(t,["basename","context","location"]),c={createHref:function e(t){return Po(r+_o(t))},action:"POP",location:Ro(r,Lr(u)),push:this.handlePush,replace:this.handleReplace,go:Io("go"),goBack:Io("goBack"),goForward:Io("goForward"),listen:this.handleListen,block:this.handleBlock};return er.a.createElement(co,pr({},l,{history:c,staticContext:i}))},t}(er.a.Component);var Mo=function(e){function t(){return e.apply(this,arguments)||this}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){var t=this;return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=t.props.location||e.location,r,o;return er.a.Children.forEach(t.props.children,(function(t){if(null==o&&er.a.isValidElement(t)){r=t;var i=t.props.path||t.props.from;o=i?To(n.pathname,pr({},t.props,{path:i})):e.match}})),o?er.a.cloneElement(r,{location:n,computedMatch:o}):null}))},t}(er.a.Component);function Do(e){var t="withRouter("+(e.displayName||e.name)+")",n=function t(n){var r=n.wrappedComponentRef,o=no(n,["wrappedComponentRef"]);return er.a.createElement(lo.Consumer,null,(function(t){return t||kr(!1),er.a.createElement(e,pr({},o,t,{ref:r}))}))};return n.displayName=t,n.WrappedComponent=e,oo()(n,e)}var jo=er.a.useContext,zo,Uo,qo,Bo,Vo;function Ho(){return jo(ao)}function $o(){return jo(lo).location}function Wo(){var e=jo(lo).match;return e?e.params:{}}function Qo(e){var t=$o(),n=jo(lo).match;return e?To(t.pathname,e):n}var Go=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Br(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var Ko=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=Kr(t.props),t}var n;return Object(fr.a)(t,e),t.prototype.render=function e(){return er.a.createElement(co,{history:this.history,children:this.props.children})},t}(er.a.Component);var Yo=function e(t,n){return"function"==typeof t?t(n):t},Xo=function e(t,n){return"string"==typeof t?Lr(t,null,null,n):t},Jo=function e(t){return t},Zo=er.a.forwardRef;function ei(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}void 0===Zo&&(Zo=Jo);var ti=Zo((function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,i=no(e,["innerRef","navigate","onClick"]),a=i.target,u=pr({},i,{onClick:function e(t){try{o&&o(t)}catch(e){throw t.preventDefault(),e}t.defaultPrevented||0!==t.button||a&&"_self"!==a||ei(t)||(t.preventDefault(),r())}});return u.ref=Jo!==Zo&&t||n,er.a.createElement("a",u)}));var ni=Zo((function(e,t){var n=e.component,r=void 0===n?ti:n,o=e.replace,i=e.to,a=e.innerRef,u=no(e,["component","replace","to","innerRef"]);return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=e.history,l=Xo(Yo(i,e.location),e.location),c=l?n.createHref(l):"",s=pr({},u,{href:c,navigate:function t(){var r=Yo(i,e.location),a;(o?n.replace:n.push)(r)}});return Jo!==Zo?s.ref=t||a:s.innerRef=a,er.a.createElement(r,s)}))})),ri,oi,ii=function e(t){return t},ai=er.a.forwardRef;function ui(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}void 0===ai&&(ai=ii);var li=ai((function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,o=e.activeClassName,i=void 0===o?"active":o,a=e.activeStyle,u=e.className,l=e.exact,c=e.isActive,s=e.location,f=e.sensitive,p=e.strict,d=e.style,h=e.to,g=e.innerRef,m=no(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return er.a.createElement(lo.Consumer,null,(function(e){e||kr(!1);var n=s||e.location,o=Xo(Yo(h,n),n),v=o.pathname,y=v&&v.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),b=y?To(n.pathname,{path:y,exact:l,sensitive:f,strict:p}):null,x=!!(c?c(b,n):b),w=x?ui(u,i):u,k=x?pr({},d,{},a):d,E=pr({"aria-current":x&&r||null,className:w,style:k,to:o},m);return ii!==ai?E.ref=t||g:E.innerRef=g,er.a.createElement(ni,E)}))})),ci,si=n(170),fi=n(55),pi=n.n(fi),di=n(88),hi=n.n(di),gi=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChange=function(){n.setState((function(e){return{check:!e.check}}))},n.state={check:!1},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this.props,n=t.filename,r=t.children,o=t.highlightedCode,i=t.highlightedStyle,a=this.state.check;return r?er.a.createElement("div",{className:hi.a.codeBox},n&&r&&er.a.createElement("div",{className:hi.a.demo},er.a.createElement("div",{id:n},r)),er.a.createElement("div",{className:hi.a.actions},er.a.createElement("button",{type:"button",title:"Close editor",onClick:this.handleChange},er.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"15",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},er.a.createElement("polyline",{points:"16 18 22 12 16 6"}),er.a.createElement("polyline",{points:"8 6 2 12 8 18"})))),er.a.createElement("div",{className:"markdown code-wrapper",style:{display:a?"block":"none"}},o&&er.a.createElement("div",{className:"highlight"},er.a.createElement("pre",null,er.a.createElement("code",{lang:"jsx",dangerouslySetInnerHTML:{__html:o}}))),i&&er.a.createElement("div",{className:"highlight"},er.a.createElement("pre",null,er.a.createElement("code",{lang:"css",dangerouslySetInnerHTML:{__html:i}}))))):null},t}(er.a.Component),mi=n(86),vi=n.n(mi);function yi(e){return e&&"object"==typeof e?"position"in e||"type"in e?xi(e.position):"start"in e||"end"in e?xi(e):"line"in e||"column"in e?bi(e):"":""}function bi(e){return wi(e&&e.line)+":"+wi(e&&e.column)}function xi(e){return bi(e&&e.start)+"-"+bi(e&&e.end)}function wi(e){return e&&"number"==typeof e?e:1}class ki extends Error{constructor(e,t,n){const r=[null,null];let o={start:{line:null,column:null},end:{line:null,column:null}};if(super(),"string"==typeof t&&(n=t,t=void 0),"string"==typeof n){const e=n.indexOf(":");-1===e?r[1]=n:(r[0]=n.slice(0,e),r[1]=n.slice(e+1))}t&&("type"in t||"position"in t?t.position&&(o=t.position):"start"in t||"end"in t?o=t:("line"in t||"column"in t)&&(o.start=t)),this.name=yi(t)||"1:1",this.message="object"==typeof e?e.message:e,this.stack="","object"==typeof e&&e.stack&&(this.stack=e.stack),this.reason=this.message,this.fatal,this.line=o.start.line,this.column=o.start.column,this.position=o,this.source=r[0],this.ruleId=r[1],this.file,this.actual,this.expected,this.url,this.note}}ki.prototype.file="",ki.prototype.name="",ki.prototype.reason="",ki.prototype.message="",ki.prototype.stack="",ki.prototype.fatal=null,ki.prototype.column=null,ki.prototype.line=null,ki.prototype.source=null,ki.prototype.ruleId=null,ki.prototype.position=null;const Ei={basename:Si,dirname:Ti,extname:Ci,join:Ai,sep:"/"};function Si(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');Li(e);let n=0,r=-1,o=e.length,i;if(void 0===t||0===t.length||t.length>e.length){for(;o--;)if(47===e.charCodeAt(o)){if(i){n=o+1;break}}else r<0&&(i=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let a=-1,u=t.length-1;for(;o--;)if(47===e.charCodeAt(o)){if(i){n=o+1;break}}else a<0&&(i=!0,a=o+1),u>-1&&(e.charCodeAt(o)===t.charCodeAt(u--)?u<0&&(r=o):(u=-1,r=a));return n===r?r=a:r<0&&(r=e.length),e.slice(n,r)}function Ti(e){if(Li(e),0===e.length)return".";let t=-1,n=e.length,r;for(;--n;)if(47===e.charCodeAt(n)){if(r){t=n;break}}else r||(r=!0);return t<0?47===e.charCodeAt(0)?"/":".":1===t&&47===e.charCodeAt(0)?"//":e.slice(0,t)}function Ci(e){Li(e);let t=e.length,n=-1,r=0,o=-1,i=0,a;for(;t--;){const u=e.charCodeAt(t);if(47!==u)n<0&&(a=!0,n=t+1),46===u?o<0?o=t:1!==i&&(i=1):o>-1&&(i=-1);else if(a){r=t+1;break}}return o<0||n<0||0===i||1===i&&o===n-1&&o===r+1?"":e.slice(o,n)}function Ai(...e){let t=-1,n;for(;++t<e.length;)Li(e[t]),e[t]&&(n=void 0===n?e[t]:n+"/"+e[t]);return void 0===n?".":Oi(n)}function Oi(e){Li(e);const t=47===e.charCodeAt(0);let n=Pi(e,!t);return 0!==n.length||t||(n="."),n.length>0&&47===e.charCodeAt(e.length-1)&&(n+="/"),t?"/"+n:n}function Pi(e,t){let n="",r=0,o=-1,i=0,a=-1,u,l;for(;++a<=e.length;){if(a<e.length)u=e.charCodeAt(a);else{if(47===u)break;u=47}if(47===u){if(o===a-1||1===i);else if(o!==a-1&&2===i){if(n.length<2||2!==r||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),o=a,i=0;continue}}else if(n.length>0){n="",r=0,o=a,i=0;continue}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),r=a-o-1;o=a,i=0}else 46===u&&i>-1?i++:i=-1}return n}function Li(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const Ri={cwd:_i};function _i(){return"/"}function Ii(e){return null!==e&&"object"==typeof e&&e.href&&e.origin}function Ni(e){if("string"==typeof e)e=new URL(e);else if(!Ii(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){const e=new TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return Fi(e)}function Fi(e){if(""!==e.hostname){const e=new TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}const t=e.pathname;let n=-1;for(;++n<t.length;)if(37===t.charCodeAt(n)&&50===t.charCodeAt(n+1)){const e=t.charCodeAt(n+2);if(70===e||102===e){const e=new TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}const Mi=["history","path","basename","stem","extname","dirname"];class Di{constructor(e){let t;t=e?"string"==typeof e||qi(e)?{value:e}:Ii(e)?{path:e}:e:{},this.data={},this.messages=[],this.history=[],this.cwd=Ri.cwd(),this.value,this.stored,this.result,this.map;let n=-1,r;for(;++n<Mi.length;){const e=Mi[n];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(r in t)Mi.includes(r)||(this[r]=t[r])}get path(){return this.history[this.history.length-1]}set path(e){Ii(e)&&(e=Ni(e)),zi(e,"path"),this.path!==e&&this.history.push(e)}get dirname(){return"string"==typeof this.path?Ei.dirname(this.path):void 0}set dirname(e){Ui(this.basename,"dirname"),this.path=Ei.join(e||"",this.basename)}get basename(){return"string"==typeof this.path?Ei.basename(this.path):void 0}set basename(e){zi(e,"basename"),ji(e,"basename"),this.path=Ei.join(this.dirname||"",e)}get extname(){return"string"==typeof this.path?Ei.extname(this.path):void 0}set extname(e){if(ji(e,"extname"),Ui(this.dirname,"extname"),e){if(46!==e.charCodeAt(0))throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Ei.join(this.dirname,this.stem+(e||""))}get stem(){return"string"==typeof this.path?Ei.basename(this.path,this.extname):void 0}set stem(e){zi(e,"stem"),ji(e,"stem"),this.path=Ei.join(this.dirname||"",e+(this.extname||""))}toString(e){return(this.value||"").toString(e||void 0)}message(e,t,n){const r=new ki(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}info(e,t,n){const r=this.message(e,t,n);return r.fatal=null,r}fail(e,t,n){const r=this.message(e,t,n);throw r.fatal=!0,r}}function ji(e,t){if(e&&e.includes(Ei.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Ei.sep+"`")}function zi(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Ui(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function qi(e){return vi()(e)}function Bi(e){if(e)throw e}var Vi=n(117),Hi=n.n(Vi);function $i(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function Wi(){const e=[],t={run:n,use:r};return t;function n(...t){let n=-1;const r=t.pop();if("function"!=typeof r)throw new TypeError("Expected function as last argument, not "+r);function o(i,...a){const u=e[++n];let l=-1;if(i)r(i);else{for(;++l<t.length;)null!==a[l]&&void 0!==a[l]||(a[l]=t[l]);t=a,u?Qi(u,o)(...a):r(null,...a)}}o(null,...t)}function r(n){if("function"!=typeof n)throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function Qi(e,t){let n;return r;function r(...t){const r=e.length>t.length;let a;r&&t.push(o);try{a=e.apply(this,t)}catch(e){const t=e;if(r&&n)throw t;return o(t)}r||(a&&a.then&&"function"==typeof a.then?a.then(i,o):a instanceof Error?o(a):i(a))}function o(e,...r){n||(n=!0,t(e,...r))}function i(e){o(null,e)}}const Gi=Yi().freeze(),Ki={}.hasOwnProperty;function Yi(){const e=Wi(),t=[];let n={},r,o=-1;return i.data=a,i.Parser=void 0,i.Compiler=void 0,i.freeze=u,i.attachers=t,i.use=l,i.parse=c,i.stringify=s,i.run=f,i.runSync=p,i.process=d,i.processSync=h,i;function i(){const e=Yi();let r=-1;for(;++r<t.length;)e.use(...t[r]);return e.data(Hi()(!0,{},n)),e}function a(e,t){return"string"==typeof e?2===arguments.length?(ta("data",r),n[e]=t,i):Ki.call(n,e)&&n[e]||null:e?(ta("data",r),n=e,i):n}function u(){if(r)return i;for(;++o<t.length;){const[n,...r]=t[o];if(!1===r[0])continue;!0===r[0]&&(r[0]=void 0);const a=n.call(i,...r);"function"==typeof a&&e.use(a)}return r=!0,o=Number.POSITIVE_INFINITY,i}function l(e,...o){let a;if(ta("use",r),null==e);else if("function"==typeof e)s(e,...o);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?c(e):l(e)}return a&&(n.settings=Object.assign(n.settings||{},a)),i;function u(e){if("function"==typeof e)s(e);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const[t,...n]=e;s(t,...n)}else l(e)}}function l(e){c(e.plugins),e.settings&&(a=Object.assign(a||{},e.settings))}function c(e){let t=-1;if(null==e);else{if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){const n=undefined;u(e[t])}}}function s(e,n){let r=-1,o;for(;++r<t.length;)if(t[r][0]===e){o=t[r];break}o?($i(o[1])&&$i(n)&&(n=Hi()(!0,o[1],n)),o[1]=n):t.push([...arguments])}}function c(e){i.freeze();const t=oa(e),n=i.Parser;return Zi("parse",n),Xi(n,"parse")?new n(String(t),t).parse():n(String(t),t)}function s(e,t){i.freeze();const n=oa(t),r=i.Compiler;return ea("stringify",r),na(e),Xi(r,"compile")?new r(e,n).compile():r(e,n)}function f(t,n,r){if(na(t),i.freeze(),r||"function"!=typeof n||(r=n,n=void 0),!r)return new Promise(o);function o(o,i){function a(e,n,a){n=n||t,e?i(e):o?o(n):r(null,n,a)}e.run(t,oa(n),a)}o(null,r)}function p(e,t){let n,r;return i.run(e,t,o),ra("runSync","run",r),n;function o(e,t){Bi(e),n=t,r=!0}}function d(e,t){if(i.freeze(),Zi("process",i.Parser),ea("process",i.Compiler),!t)return new Promise(n);function n(n,r){const o=oa(e);function a(e,o){e||!o?r(e):n?n(o):t(null,o)}i.run(i.parse(o),o,(e,t,n)=>{if(!e&&t&&n){const r=i.stringify(t,n);null==r||(aa(r)?n.value=r:n.result=r),a(e,n)}else a(e)})}n(null,t)}function h(e){let t;i.freeze(),Zi("processSync",i.Parser),ea("processSync",i.Compiler);const n=oa(e);return i.process(n,r),ra("processSync","process",t),n;function r(e){t=!0,Bi(e)}}}function Xi(e,t){return"function"==typeof e&&e.prototype&&(Ji(e.prototype)||t in e.prototype)}function Ji(e){let t;for(t in e)if(Ki.call(e,t))return!0;return!1}function Zi(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `Parser`")}function ea(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `Compiler`")}function ta(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function na(e){if(!$i(e)||"string"!=typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function ra(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function oa(e){return ia(e)?e:new Di(e)}function ia(e){return Boolean(e&&"object"==typeof e&&"message"in e&&"messages"in e)}function aa(e){return"string"==typeof e||vi()(e)}const ua={};function la(e,t){const n=t||ua,r=undefined,o=undefined;return ca(e,"boolean"!=typeof n.includeImageAlt||n.includeImageAlt,"boolean"!=typeof n.includeHtml||n.includeHtml)}function ca(e,t,n){if(fa(e)){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return sa(e.children,t,n)}return Array.isArray(e)?sa(e,t,n):""}function sa(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=ca(e[o],t,n);return r.join("")}function fa(e){return Boolean(e&&"object"==typeof e)}function pa(e,t,n,r){const o=e.length;let i=0,a;if(t=t<0?-t>o?0:o+t:t>o?o:t,n=n>0?n:0,r.length<1e4)a=Array.from(r),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);i<r.length;)a=r.slice(i,i+1e4),a.unshift(t,0),e.splice(...a),i+=1e4,t+=1e4}function da(e,t){return e.length>0?(pa(e,e.length,0,t),e):t}const ha={}.hasOwnProperty;function ga(e){const t={};let n=-1;for(;++n<e.length;)ma(t,e[n]);return t}function ma(e,t){let n;for(n in t){const r=undefined,o=(ha.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let a;if(i)for(a in i){ha.call(o,a)||(o[a]=[]);const e=i[a];va(o[a],Array.isArray(e)?e:e?[e]:[])}}}function va(e,t){let n=-1;const r=[];for(;++n<t.length;)("after"===t[n].add?e:r).push(t[n]);pa(e,0,0,r)}function ya(e){const t={};let n=-1;for(;++n<e.length;)ba(t,e[n]);return t}function ba(e,t){let n;for(n in t){const r=undefined,o=(ha.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let a;if(i)for(a in i)o[a]=i[a]}}const xa=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/,wa=Ia(/[A-Za-z]/),ka=Ia(/[\dA-Za-z]/),Ea=Ia(/[#-'*+\--9=?A-Z^-~]/);function Sa(e){return null!==e&&(e<32||127===e)}const Ta=Ia(/\d/),Ca=Ia(/[\dA-Fa-f]/),Aa=Ia(/[!-/:-@[-`{-~]/);function Oa(e){return null!==e&&e<-2}function Pa(e){return null!==e&&(e<0||32===e)}function La(e){return-2===e||-1===e||32===e}const Ra=Ia(xa),_a=Ia(/\s/);function Ia(e){return t;function t(t){return null!==t&&e.test(String.fromCharCode(t))}}function Na(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let i=0;return a;function a(r){return La(r)?(e.enter(n),u(r)):t(r)}function u(r){return La(r)&&i++<o?(e.consume(r),u):(e.exit(n),t(r))}}const Fa={tokenize:Ma};function Ma(e){const t=e.attempt(this.parser.constructs.contentInitial,r,o);let n;return t;function r(n){if(null!==n)return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),Na(e,t,"linePrefix");e.consume(n)}function o(t){return e.enter("paragraph"),i(t)}function i(t){const r=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=r),n=r,a(t)}function a(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):Oa(t)?(e.consume(t),e.exit("chunkText"),i):(e.consume(t),a)}}const Da={tokenize:za},ja={tokenize:Ua};function za(e){const t=this,n=[];let r=0,o,i,a;return u;function u(o){if(r<n.length){const i=n[r];return t.containerState=i[1],e.attempt(i[0].continuation,l,c)(o)}return c(o)}function l(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&y();const n=t.events.length;let i=n,a;for(;i--;)if("exit"===t.events[i][0]&&"chunkFlow"===t.events[i][1].type){a=t.events[i][1].end;break}v(r);let u=n;for(;u<t.events.length;)t.events[u][1].end=Object.assign({},a),u++;return pa(t.events,i+1,0,t.events.slice(n)),t.events.length=u,c(e)}return u(e)}function c(i){if(r===n.length){if(!o)return p(i);if(o.currentConstruct&&o.currentConstruct.concrete)return h(i);t.interrupt=Boolean(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(ja,s,f)(i)}function s(e){return o&&y(),v(r),p(e)}function f(e){return t.parser.lazy[t.now().line]=r!==n.length,a=t.now().offset,h(e)}function p(n){return t.containerState={},e.attempt(ja,d,h)(n)}function d(e){return r++,n.push([t.currentConstruct,t.containerState]),p(e)}function h(n){return null===n?(o&&y(),v(0),void e.consume(n)):(o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:i,_tokenizer:o}),g(n))}function g(n){return null===n?(m(e.exit("chunkFlow"),!0),v(0),void e.consume(n)):Oa(n)?(e.consume(n),m(e.exit("chunkFlow")),r=0,t.interrupt=void 0,u):(e.consume(n),g)}function m(e,n){const u=t.sliceStream(e);if(n&&u.push(null),e.previous=i,i&&(i.next=e),i=e,o.defineSkip(e.start),o.write(u),t.parser.lazy[e.start.line]){let e=o.events.length;for(;e--;)if(o.events[e][1].start.offset<a&&(!o.events[e][1].end||o.events[e][1].end.offset>a))return;const n=t.events.length;let i=n,u,l;for(;i--;)if("exit"===t.events[i][0]&&"chunkFlow"===t.events[i][1].type){if(u){l=t.events[i][1].end;break}u=!0}for(v(r),e=n;e<t.events.length;)t.events[e][1].end=Object.assign({},l),e++;pa(t.events,i+1,0,t.events.slice(n)),t.events.length=e}}function v(r){let o=n.length;for(;o-- >r;){const r=n[o];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function y(){o.write([null]),i=void 0,o=void 0,t.containerState._closeFlow=void 0}}function Ua(e,t,n){return Na(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}const qa={tokenize:Ba,partial:!0};function Ba(e,t,n){return r;function r(t){return La(t)?Na(e,o,"linePrefix")(t):o(t)}function o(e){return null===e||Oa(e)?t(e):n(e)}}function Va(e){const t={};let n=-1,r,o,i,a,u,l,c;for(;++n<e.length;){for(;n in t;)n=t[n];if(r=e[n],n&&"chunkFlow"===r[1].type&&"listItemPrefix"===e[n-1][1].type&&(l=r[1]._tokenizer.events,i=0,i<l.length&&"lineEndingBlank"===l[i][1].type&&(i+=2),i<l.length&&"content"===l[i][1].type))for(;++i<l.length&&"content"!==l[i][1].type;)"chunkText"===l[i][1].type&&(l[i][1]._isInFirstContentOfListItem=!0,i++);if("enter"===r[0])r[1].contentType&&(Object.assign(t,Ha(e,n)),n=t[n],c=!0);else if(r[1]._container){for(i=n,o=void 0;i--&&(a=e[i],"lineEnding"===a[1].type||"lineEndingBlank"===a[1].type);)"enter"===a[0]&&(o&&(e[o][1].type="lineEndingBlank"),a[1].type="lineEnding",o=i);o&&(r[1].end=Object.assign({},e[o][1].start),u=e.slice(o,n),u.unshift(r),pa(e,o,n-o+1,u))}}return!c}function Ha(e,t){const n=e[t][1],r=e[t][2];let o=t-1;const i=[],a=n._tokenizer||r.parser[n.contentType](n.start),u=a.events,l=[],c={};let s,f,p=-1,d=n,h=0,g=0;const m=[g];for(;d;){for(;e[++o][1]!==d;);i.push(o),d._tokenizer||(s=r.sliceStream(d),d.next||s.push(null),f&&a.defineSkip(d.start),d._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(s),d._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),f=d,d=d.next}for(d=n;++p<u.length;)"exit"===u[p][0]&&"enter"===u[p-1][0]&&u[p][1].type===u[p-1][1].type&&u[p][1].start.line!==u[p][1].end.line&&(g=p+1,m.push(g),d._tokenizer=void 0,d.previous=void 0,d=d.next);for(a.events=[],d?(d._tokenizer=void 0,d.previous=void 0):m.pop(),p=m.length;p--;){const t=u.slice(m[p],m[p+1]),n=i.pop();l.unshift([n,n+t.length-1]),pa(e,n,2,t)}for(p=-1;++p<l.length;)c[h+l[p][0]]=h+l[p][1],h+=l[p][1]-l[p][0]-1;return c}const $a={tokenize:Ga,resolve:Qa},Wa={tokenize:Ka,partial:!0};function Qa(e){return Va(e),e}function Ga(e,t){let n;return r;function r(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(t)}function o(t){return null===t?i(t):Oa(t)?e.check(Wa,a,i)(t):(e.consume(t),o)}function i(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function a(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function Ka(e,t,n){const r=this;return o;function o(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Na(e,i,"linePrefix")}function i(o){if(null===o||Oa(o))return n(o);const i=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}const Ya={tokenize:Xa};function Xa(e){const t=this,n=e.attempt(qa,r,e.attempt(this.parser.constructs.flowInitial,o,Na(e,e.attempt(this.parser.constructs.flow,o,e.attempt($a,o)),"linePrefix")));return n;function r(r){if(null!==r)return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n;e.consume(r)}function o(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}}const Ja={resolveAll:nu()},Za=tu("string"),eu=tu("text");function tu(e){return{tokenize:t,resolveAll:nu("text"===e?ru:void 0)};function t(t){const n=this,r=this.parser.constructs[e],o=t.attempt(r,i,a);return i;function i(e){return l(e)?o(e):a(e)}function a(e){if(null!==e)return t.enter("data"),t.consume(e),u;t.consume(e)}function u(e){return l(e)?(t.exit("data"),o(e)):(t.consume(e),u)}function l(e){if(null===e)return!0;const t=r[e];let o=-1;if(t)for(;++o<t.length;){const e=t[o];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function nu(e){return t;function t(t,n){let r=-1,o;for(;++r<=t.length;)void 0===o?t[r]&&"data"===t[r][1].type&&(o=r,r++):t[r]&&"data"===t[r][1].type||(r!==o+2&&(t[o][1].end=t[r-1][1].end,t.splice(o+2,r-o-2),r=o+2),o=void 0);return e?e(t,n):t}}function ru(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){const r=e[n-1][1],o=t.sliceStream(r);let i=o.length,a=-1,u=0,l;for(;i--;){const e=o[i];if("string"==typeof e){for(a=e.length;32===e.charCodeAt(a-1);)u++,a--;if(a)break;a=-1}else if(-2===e)l=!0,u++;else if(-1!==e){i++;break}}if(u){const o={type:n===e.length||l||u<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-u,offset:r.end.offset-u,_index:r.start._index+i,_bufferIndex:i?a:r.start._bufferIndex+a},end:Object.assign({},r.end)};r.end=Object.assign({},o.start),r.start.offset===r.end.offset?Object.assign(r,o):(e.splice(n,0,["enter",o,t],["exit",o,t]),n+=2)}n++}return e}function ou(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const i=e[o].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}function iu(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const o={},i=[];let a=[],u=[],l=!0;const c={consume:x,enter:w,exit:k,attempt:T(E),check:T(S),interrupt:T(S,{interrupt:!0})},s={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:g,sliceSerialize:h,now:m,defineSkip:v,write:d};let f=t.tokenize.call(s,c),p;return t.resolveAll&&i.push(t),s;function d(e){return a=da(a,e),y(),null!==a[a.length-1]?[]:(C(t,0),s.events=ou(i,s.events,s),s.events)}function h(e,t){return uu(g(e),t)}function g(e){return au(a,e)}function m(){const{line:e,column:t,offset:n,_index:o,_bufferIndex:i}=r;return{line:e,column:t,offset:n,_index:o,_bufferIndex:i}}function v(e){o[e.line]=e.column,O()}function y(){let e;for(;r._index<a.length;){const t=a[r._index];if("string"==typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)b(t.charCodeAt(r._bufferIndex));else b(t)}}function b(e){l=void 0,p=e,f=f(e)}function x(e){Oa(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,O()):-1!==e&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++)),s.previous=e,l=!0}function w(e,t){const n=t||{};return n.type=e,n.start=m(),s.events.push(["enter",n,s]),u.push(n),n}function k(e){const t=u.pop();return t.end=m(),s.events.push(["exit",t,s]),t}function E(e,t){C(e,t.from)}function S(e,t){t.restore()}function T(e,t){return n;function n(n,r,o){let i,a,u,f;return Array.isArray(n)?d(n):"tokenize"in n?d([n]):p(n);function p(e){return t;function t(t){const n=null!==t&&e[t],r=null!==t&&e.null,o=undefined;return d([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function d(e){return i=e,a=0,0===e.length?o:h(e[a])}function h(e){return n;function n(n){return f=A(),u=e,e.partial||(s.currentConstruct=e),e.name&&s.parser.constructs.disable.null.includes(e.name)?m(n):e.tokenize.call(t?Object.assign(Object.create(s),t):s,c,g,m)(n)}}function g(t){return l=!0,e(u,f),r}function m(e){return l=!0,f.restore(),++a<i.length?h(i[a]):o}}}function C(e,t){e.resolveAll&&!i.includes(e)&&i.push(e),e.resolve&&pa(s.events,t,s.events.length-t,e.resolve(s.events.slice(t),s)),e.resolveTo&&(s.events=e.resolveTo(s.events,s))}function A(){const e=m(),t=s.previous,n=s.currentConstruct,o=s.events.length,i=Array.from(u);return{restore:a,from:o};function a(){r=e,s.previous=t,s.currentConstruct=n,s.events.length=o,u=i,O()}}function O(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function au(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,i=t.end._bufferIndex;let a;if(n===o)a=[e[n].slice(r,i)];else{if(a=e.slice(n,o),r>-1){const e=a[0];"string"==typeof e?a[0]=e.slice(r):a.shift()}i>0&&a.push(e[o].slice(0,i))}return a}function uu(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const i=e[n];let a;if("string"==typeof i)a=i;else switch(i){case-5:a="\r";break;case-4:a="\n";break;case-3:a="\r\n";break;case-2:a=t?" ":"\t";break;case-1:if(!t&&o)continue;a=" ";break;default:a=String.fromCharCode(i)}o=-2===i,r.push(a)}return r.join("")}const lu={name:"thematicBreak",tokenize:cu};function cu(e,t,n){let r=0,o;return i;function i(t){return e.enter("thematicBreak"),a(t)}function a(e){return o=e,u(e)}function u(i){return i===o?(e.enter("thematicBreakSequence"),l(i)):r>=3&&(null===i||Oa(i))?(e.exit("thematicBreak"),t(i)):n(i)}function l(t){return t===o?(e.consume(t),r++,l):(e.exit("thematicBreakSequence"),La(t)?Na(e,u,"whitespace")(t):u(t))}}const su={name:"list",tokenize:du,continuation:{tokenize:hu},exit:mu},fu={tokenize:vu,partial:!0},pu={tokenize:gu,partial:!0};function du(e,t,n){const r=this,o=r.events[r.events.length-1];let i=o&&"linePrefix"===o[1].type?o[2].sliceSerialize(o[1],!0).length:0,a=0;return u;function u(t){const o=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===o?!r.containerState.marker||t===r.containerState.marker:Ta(t)){if(r.containerState.type||(r.containerState.type=o,e.enter(o,{_container:!0})),"listUnordered"===o)return e.enter("listItemPrefix"),42===t||45===t?e.check(lu,n,c)(t):c(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(t)}return n(t)}function l(t){return Ta(t)&&++a<10?(e.consume(t),l):(!r.interrupt||a<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),c(t)):n(t)}function c(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(qa,r.interrupt?n:s,e.attempt(fu,p,f))}function s(e){return r.containerState.initialBlankLine=!0,i++,p(e)}function f(t){return La(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),p):n(t)}function p(n){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}function hu(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(qa,o,i);function o(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Na(e,t,"listItemIndent",r.containerState.size+1)(n)}function i(n){return r.containerState.furtherBlankLines||!La(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(pu,t,a)(n))}function a(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,Na(e,e.attempt(su,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function gu(e,t,n){const r=this;return Na(e,o,"listItemIndent",r.containerState.size+1);function o(e){const o=r.events[r.events.length-1];return o&&"listItemIndent"===o[1].type&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(e):n(e)}}function mu(e){e.exit(this.containerState.type)}function vu(e,t,n){const r=this;return Na(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(e){const o=r.events[r.events.length-1];return!La(e)&&o&&"listItemPrefixWhitespace"===o[1].type?t(e):n(e)}}const yu={name:"blockQuote",tokenize:bu,continuation:{tokenize:xu},exit:wu};function bu(e,t,n){const r=this;return o;function o(t){if(62===t){const n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),i}return n(t)}function i(n){return La(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}function xu(e,t,n){const r=this;return o;function o(t){return La(t)?Na(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):i(t)}function i(r){return e.attempt(yu,t,n)(r)}}function wu(e){e.exit("blockQuote")}function ku(e,t,n,r,o,i,a,u,l){const c=l||Number.POSITIVE_INFINITY;let s=0;return f;function f(t){return 60===t?(e.enter(r),e.enter(o),e.enter(i),e.consume(t),e.exit(i),p):null===t||32===t||41===t||Sa(t)?n(t):(e.enter(r),e.enter(a),e.enter(u),e.enter("chunkString",{contentType:"string"}),g(t))}function p(n){return 62===n?(e.enter(i),e.consume(n),e.exit(i),e.exit(o),e.exit(r),t):(e.enter(u),e.enter("chunkString",{contentType:"string"}),d(n))}function d(t){return 62===t?(e.exit("chunkString"),e.exit(u),p(t)):null===t||60===t||Oa(t)?n(t):(e.consume(t),92===t?h:d)}function h(t){return 60===t||62===t||92===t?(e.consume(t),d):d(t)}function g(o){return s||null!==o&&41!==o&&!Pa(o)?s<c&&40===o?(e.consume(o),s++,g):41===o?(e.consume(o),s--,g):null===o||32===o||40===o||Sa(o)?n(o):(e.consume(o),92===o?m:g):(e.exit("chunkString"),e.exit(u),e.exit(a),e.exit(r),t(o))}function m(t){return 40===t||41===t||92===t?(e.consume(t),g):g(t)}}function Eu(e,t,n,r,o,i){const a=this;let u=0,l;return c;function c(t){return e.enter(r),e.enter(o),e.consume(t),e.exit(o),e.enter(i),s}function s(c){return u>999||null===c||91===c||93===c&&!l||94===c&&!u&&"_hiddenFootnoteSupport"in a.parser.constructs?n(c):93===c?(e.exit(i),e.enter(o),e.consume(c),e.exit(o),e.exit(r),t):Oa(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),s):(e.enter("chunkString",{contentType:"string"}),f(c))}function f(t){return null===t||91===t||93===t||Oa(t)||u++>999?(e.exit("chunkString"),s(t)):(e.consume(t),l||(l=!La(t)),92===t?p:f)}function p(t){return 91===t||92===t||93===t?(e.consume(t),u++,f):f(t)}}function Su(e,t,n,r,o,i){let a;return u;function u(t){return 34===t||39===t||40===t?(e.enter(r),e.enter(o),e.consume(t),e.exit(o),a=40===t?41:t,l):n(t)}function l(n){return n===a?(e.enter(o),e.consume(n),e.exit(o),e.exit(r),t):(e.enter(i),c(n))}function c(t){return t===a?(e.exit(i),l(a)):null===t?n(t):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Na(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),s(t))}function s(t){return t===a||null===t||Oa(t)?(e.exit("chunkString"),c(t)):(e.consume(t),92===t?f:s)}function f(t){return t===a||92===t?(e.consume(t),s):s(t)}}function Tu(e,t){let n;return r;function r(o){return Oa(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):La(o)?Na(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}function Cu(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Au=undefined,Ou={tokenize:Lu,partial:!0};function Pu(e,t,n){const r=this;let o;return i;function i(t){return e.enter("definition"),a(t)}function a(t){return Eu.call(r,e,u,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}function u(t){return o=Cu(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),l):n(t)}function l(t){return Pa(t)?Tu(e,c)(t):c(t)}function c(t){return ku(e,s,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function s(t){return e.attempt(Ou,f,f)(t)}function f(t){return La(t)?Na(e,p,"whitespace")(t):p(t)}function p(i){return null===i||Oa(i)?(e.exit("definition"),r.parser.defined.push(o),t(i)):n(i)}}function Lu(e,t,n){return r;function r(t){return Pa(t)?Tu(e,o)(t):n(t)}function o(t){return Su(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function i(t){return La(t)?Na(e,a,"whitespace")(t):a(t)}function a(e){return null===e||Oa(e)?t(e):n(e)}}const Ru={name:"codeIndented",tokenize:Iu},_u={tokenize:Nu,partial:!0};function Iu(e,t,n){const r=this;return o;function o(t){return e.enter("codeIndented"),Na(e,i,"linePrefix",5)(t)}function i(e){const t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?a(e):n(e)}function a(t){return null===t?l(t):Oa(t)?e.attempt(_u,a,l)(t):(e.enter("codeFlowValue"),u(t))}function u(t){return null===t||Oa(t)?(e.exit("codeFlowValue"),a(t)):(e.consume(t),u)}function l(n){return e.exit("codeIndented"),t(n)}}function Nu(e,t,n){const r=this;return o;function o(t){return r.parser.lazy[r.now().line]?n(t):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):Na(e,i,"linePrefix",5)(t)}function i(e){const i=r.events[r.events.length-1];return i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(e):Oa(e)?o(e):n(e)}}const Fu=undefined;function Mu(e,t){let n=e.length-2,r=3,o,i;return"whitespace"===e[r][1].type&&(r+=2),n-2>r&&"whitespace"===e[n][1].type&&(n-=2),"atxHeadingSequence"===e[n][1].type&&(r===n-1||n-4>r&&"whitespace"===e[n-2][1].type)&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},pa(e,r,n-r+1,[["enter",o,t],["enter",i,t],["exit",i,t],["exit",o,t]])),e}function Du(e,t,n){let r=0;return o;function o(t){return e.enter("atxHeading"),i(t)}function i(t){return e.enter("atxHeadingSequence"),a(t)}function a(t){return 35===t&&r++<6?(e.consume(t),a):null===t||Pa(t)?(e.exit("atxHeadingSequence"),u(t)):n(t)}function u(n){return 35===n?(e.enter("atxHeadingSequence"),l(n)):null===n||Oa(n)?(e.exit("atxHeading"),t(n)):La(n)?Na(e,u,"whitespace")(n):(e.enter("atxHeadingText"),c(n))}function l(t){return 35===t?(e.consume(t),l):(e.exit("atxHeadingSequence"),u(t))}function c(t){return null===t||35===t||Pa(t)?(e.exit("atxHeadingText"),u(t)):(e.consume(t),c)}}const ju={name:"setextUnderline",tokenize:Uu,resolveTo:zu};function zu(e,t){let n=e.length,r,o,i;for(;n--;)if("enter"===e[n][0]){if("content"===e[n][1].type){r=n;break}"paragraph"===e[n][1].type&&(o=n)}else"content"===e[n][1].type&&e.splice(n,1),i||"definition"!==e[n][1].type||(i=n);const a={type:"setextHeading",start:Object.assign({},e[o][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[o][1].type="setextHeadingText",i?(e.splice(o,0,["enter",a,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[i][1].end)):e[r][1]=a,e.push(["exit",a,t]),e}function Uu(e,t,n){const r=this;let o;return i;function i(t){let i=r.events.length,u;for(;i--;)if("lineEnding"!==r.events[i][1].type&&"linePrefix"!==r.events[i][1].type&&"content"!==r.events[i][1].type){u="paragraph"===r.events[i][1].type;break}return r.parser.lazy[r.now().line]||!r.interrupt&&!u?n(t):(e.enter("setextHeadingLine"),o=t,a(t))}function a(t){return e.enter("setextHeadingLineSequence"),u(t)}function u(t){return t===o?(e.consume(t),u):(e.exit("setextHeadingLineSequence"),La(t)?Na(e,l,"lineSuffix")(t):l(t))}function l(r){return null===r||Oa(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}const qu=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Bu=["pre","script","style","textarea"],Vu=undefined,Hu={tokenize:Ku,partial:!0},$u={tokenize:Gu,partial:!0};function Wu(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););return t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function Qu(e,t,n){const r=this;let o,i,a,u,l;return c;function c(e){return s(e)}function s(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),f}function f(u){return 33===u?(e.consume(u),p):47===u?(e.consume(u),i=!0,g):63===u?(e.consume(u),o=3,r.interrupt?t:M):wa(u)?(e.consume(u),a=String.fromCharCode(u),m):n(u)}function p(i){return 45===i?(e.consume(i),o=2,d):91===i?(e.consume(i),o=5,u=0,h):wa(i)?(e.consume(i),o=4,r.interrupt?t:M):n(i)}function d(o){return 45===o?(e.consume(o),r.interrupt?t:M):n(o)}function h(o){const i="CDATA[";return o===i.charCodeAt(u++)?(e.consume(o),u===i.length?r.interrupt?t:O:h):n(o)}function g(t){return wa(t)?(e.consume(t),a=String.fromCharCode(t),m):n(t)}function m(u){if(null===u||47===u||62===u||Pa(u)){const l=47===u,c=a.toLowerCase();return l||i||!Bu.includes(c)?qu.includes(a.toLowerCase())?(o=6,l?(e.consume(u),v):r.interrupt?t(u):O(u)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(u):i?y(u):b(u)):(o=1,r.interrupt?t(u):O(u))}return 45===u||ka(u)?(e.consume(u),a+=String.fromCharCode(u),m):n(u)}function v(o){return 62===o?(e.consume(o),r.interrupt?t:O):n(o)}function y(t){return La(t)?(e.consume(t),y):C(t)}function b(t){return 47===t?(e.consume(t),C):58===t||95===t||wa(t)?(e.consume(t),x):La(t)?(e.consume(t),b):C(t)}function x(t){return 45===t||46===t||58===t||95===t||ka(t)?(e.consume(t),x):w(t)}function w(t){return 61===t?(e.consume(t),k):La(t)?(e.consume(t),w):b(t)}function k(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),l=t,E):La(t)?(e.consume(t),k):S(t)}function E(t){return t===l?(e.consume(t),l=null,T):null===t||Oa(t)?n(t):(e.consume(t),E)}function S(t){return null===t||34===t||39===t||47===t||60===t||61===t||62===t||96===t||Pa(t)?w(t):(e.consume(t),S)}function T(e){return 47===e||62===e||La(e)?b(e):n(e)}function C(t){return 62===t?(e.consume(t),A):n(t)}function A(t){return null===t||Oa(t)?O(t):La(t)?(e.consume(t),A):n(t)}function O(t){return 45===t&&2===o?(e.consume(t),_):60===t&&1===o?(e.consume(t),I):62===t&&4===o?(e.consume(t),D):63===t&&3===o?(e.consume(t),M):93===t&&5===o?(e.consume(t),F):!Oa(t)||6!==o&&7!==o?null===t||Oa(t)?(e.exit("htmlFlowData"),P(t)):(e.consume(t),O):(e.exit("htmlFlowData"),e.check(Hu,j,P)(t))}function P(t){return e.check($u,L,j)(t)}function L(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),R}function R(t){return null===t||Oa(t)?P(t):(e.enter("htmlFlowData"),O(t))}function _(t){return 45===t?(e.consume(t),M):O(t)}function I(t){return 47===t?(e.consume(t),a="",N):O(t)}function N(t){if(62===t){const n=a.toLowerCase();return Bu.includes(n)?(e.consume(t),D):O(t)}return wa(t)&&a.length<8?(e.consume(t),a+=String.fromCharCode(t),N):O(t)}function F(t){return 93===t?(e.consume(t),M):O(t)}function M(t){return 62===t?(e.consume(t),D):45===t&&2===o?(e.consume(t),M):O(t)}function D(t){return null===t||Oa(t)?(e.exit("htmlFlowData"),j(t)):(e.consume(t),D)}function j(n){return e.exit("htmlFlow"),t(n)}}function Gu(e,t,n){const r=this;return o;function o(t){return Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i):n(t)}function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function Ku(e,t,n){return r;function r(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(qa,t,n)}}const Yu={tokenize:Zu,partial:!0},Xu={name:"codeFenced",tokenize:Ju,concrete:!0};function Ju(e,t,n){const r=this,o={tokenize:w,partial:!0};let i=0,a=0,u;return l;function l(e){return c(e)}function c(t){const n=r.events[r.events.length-1];return i=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,u=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),s(t)}function s(t){return t===u?(a++,e.consume(t),s):a<3?n(t):(e.exit("codeFencedFenceSequence"),La(t)?Na(e,f,"whitespace")(t):f(t))}function f(n){return null===n||Oa(n)?(e.exit("codeFencedFence"),r.interrupt?t(n):e.check(Yu,g,x)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(n))}function p(t){return null===t||Oa(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(t)):La(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Na(e,d,"whitespace")(t)):96===t&&t===u?n(t):(e.consume(t),p)}function d(t){return null===t||Oa(t)?f(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),h(t))}function h(t){return null===t||Oa(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(t)):96===t&&t===u?n(t):(e.consume(t),h)}function g(t){return e.attempt(o,x,m)(t)}function m(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),v}function v(t){return i>0&&La(t)?Na(e,y,"linePrefix",i+1)(t):y(t)}function y(t){return null===t||Oa(t)?e.check(Yu,g,x)(t):(e.enter("codeFlowValue"),b(t))}function b(t){return null===t||Oa(t)?(e.exit("codeFlowValue"),y(t)):(e.consume(t),b)}function x(n){return e.exit("codeFenced"),t(n)}function w(e,t,n){let o=0;return i;function i(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),l}function l(t){return e.enter("codeFencedFence"),La(t)?Na(e,c,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):c(t)}function c(t){return t===u?(e.enter("codeFencedFenceSequence"),s(t)):n(t)}function s(t){return t===u?(o++,e.consume(t),s):o>=a?(e.exit("codeFencedFenceSequence"),La(t)?Na(e,f,"whitespace")(t):f(t)):n(t)}function f(r){return null===r||Oa(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}}function Zu(e,t,n){const r=this;return o;function o(t){return null===t?n(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),i)}function i(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}const el={AElig:"\xc6",AMP:"&",Aacute:"\xc1",Abreve:"\u0102",Acirc:"\xc2",Acy:"\u0410",Afr:"\ud835\udd04",Agrave:"\xc0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2a53",Aogon:"\u0104",Aopf:"\ud835\udd38",ApplyFunction:"\u2061",Aring:"\xc5",Ascr:"\ud835\udc9c",Assign:"\u2254",Atilde:"\xc3",Auml:"\xc4",Backslash:"\u2216",Barv:"\u2ae7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212c",Beta:"\u0392",Bfr:"\ud835\udd05",Bopf:"\ud835\udd39",Breve:"\u02d8",Bscr:"\u212c",Bumpeq:"\u224e",CHcy:"\u0427",COPY:"\xa9",Cacute:"\u0106",Cap:"\u22d2",CapitalDifferentialD:"\u2145",Cayleys:"\u212d",Ccaron:"\u010c",Ccedil:"\xc7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010a",Cedilla:"\xb8",CenterDot:"\xb7",Cfr:"\u212d",Chi:"\u03a7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201d",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2a74",Congruent:"\u2261",Conint:"\u222f",ContourIntegral:"\u222e",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2a2f",Cscr:"\ud835\udc9e",Cup:"\u22d3",CupCap:"\u224d",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040f",Dagger:"\u2021",Darr:"\u21a1",Dashv:"\u2ae4",Dcaron:"\u010e",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\ud835\udd07",DiacriticalAcute:"\xb4",DiacriticalDot:"\u02d9",DiacriticalDoubleAcute:"\u02dd",DiacriticalGrave:"`",DiacriticalTilde:"\u02dc",Diamond:"\u22c4",DifferentialD:"\u2146",Dopf:"\ud835\udd3b",Dot:"\xa8",DotDot:"\u20dc",DotEqual:"\u2250",DoubleContourIntegral:"\u222f",DoubleDot:"\xa8",DoubleDownArrow:"\u21d3",DoubleLeftArrow:"\u21d0",DoubleLeftRightArrow:"\u21d4",DoubleLeftTee:"\u2ae4",DoubleLongLeftArrow:"\u27f8",DoubleLongLeftRightArrow:"\u27fa",DoubleLongRightArrow:"\u27f9",DoubleRightArrow:"\u21d2",DoubleRightTee:"\u22a8",DoubleUpArrow:"\u21d1",DoubleUpDownArrow:"\u21d5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21f5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295e",DownLeftVector:"\u21bd",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295f",DownRightVector:"\u21c1",DownRightVectorBar:"\u2957",DownTee:"\u22a4",DownTeeArrow:"\u21a7",Downarrow:"\u21d3",Dscr:"\ud835\udc9f",Dstrok:"\u0110",ENG:"\u014a",ETH:"\xd0",Eacute:"\xc9",Ecaron:"\u011a",Ecirc:"\xca",Ecy:"\u042d",Edot:"\u0116",Efr:"\ud835\udd08",Egrave:"\xc8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25fb",EmptyVerySmallSquare:"\u25ab",Eogon:"\u0118",Eopf:"\ud835\udd3c",Epsilon:"\u0395",Equal:"\u2a75",EqualTilde:"\u2242",Equilibrium:"\u21cc",Escr:"\u2130",Esim:"\u2a73",Eta:"\u0397",Euml:"\xcb",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\ud835\udd09",FilledSmallSquare:"\u25fc",FilledVerySmallSquare:"\u25aa",Fopf:"\ud835\udd3d",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03dc",Gbreve:"\u011e",Gcedil:"\u0122",Gcirc:"\u011c",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\ud835\udd0a",Gg:"\u22d9",Gopf:"\ud835\udd3e",GreaterEqual:"\u2265",GreaterEqualLess:"\u22db",GreaterFullEqual:"\u2267",GreaterGreater:"\u2aa2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2a7e",GreaterTilde:"\u2273",Gscr:"\ud835\udca2",Gt:"\u226b",HARDcy:"\u042a",Hacek:"\u02c7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210c",HilbertSpace:"\u210b",Hopf:"\u210d",HorizontalLine:"\u2500",Hscr:"\u210b",Hstrok:"\u0126",HumpDownHump:"\u224e",HumpEqual:"\u224f",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xcd",Icirc:"\xce",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xcc",Im:"\u2111",Imacr:"\u012a",ImaginaryI:"\u2148",Implies:"\u21d2",Int:"\u222c",Integral:"\u222b",Intersection:"\u22c2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012e",Iopf:"\ud835\udd40",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xcf",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\ud835\udd0d",Jopf:"\ud835\udd41",Jscr:"\ud835\udca5",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040c",Kappa:"\u039a",Kcedil:"\u0136",Kcy:"\u041a",Kfr:"\ud835\udd0e",Kopf:"\ud835\udd42",Kscr:"\ud835\udca6",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039b",Lang:"\u27ea",Laplacetrf:"\u2112",Larr:"\u219e",Lcaron:"\u013d",Lcedil:"\u013b",Lcy:"\u041b",LeftAngleBracket:"\u27e8",LeftArrow:"\u2190",LeftArrowBar:"\u21e4",LeftArrowRightArrow:"\u21c6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27e6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21c3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230a",LeftRightArrow:"\u2194",LeftRightVector:"\u294e",LeftTee:"\u22a3",LeftTeeArrow:"\u21a4",LeftTeeVector:"\u295a",LeftTriangle:"\u22b2",LeftTriangleBar:"\u29cf",LeftTriangleEqual:"\u22b4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21bf",LeftUpVectorBar:"\u2958",LeftVector:"\u21bc",LeftVectorBar:"\u2952",Leftarrow:"\u21d0",Leftrightarrow:"\u21d4",LessEqualGreater:"\u22da",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2aa1",LessSlantEqual:"\u2a7d",LessTilde:"\u2272",Lfr:"\ud835\udd0f",Ll:"\u22d8",Lleftarrow:"\u21da",Lmidot:"\u013f",LongLeftArrow:"\u27f5",LongLeftRightArrow:"\u27f7",LongRightArrow:"\u27f6",Longleftarrow:"\u27f8",Longleftrightarrow:"\u27fa",Longrightarrow:"\u27f9",Lopf:"\ud835\udd43",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21b0",Lstrok:"\u0141",Lt:"\u226a",Map:"\u2905",Mcy:"\u041c",MediumSpace:"\u205f",Mellintrf:"\u2133",Mfr:"\ud835\udd10",MinusPlus:"\u2213",Mopf:"\ud835\udd44",Mscr:"\u2133",Mu:"\u039c",NJcy:"\u040a",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041d",NegativeMediumSpace:"\u200b",NegativeThickSpace:"\u200b",NegativeThinSpace:"\u200b",NegativeVeryThinSpace:"\u200b",NestedGreaterGreater:"\u226b",NestedLessLess:"\u226a",NewLine:"\n",Nfr:"\ud835\udd11",NoBreak:"\u2060",NonBreakingSpace:"\xa0",Nopf:"\u2115",Not:"\u2aec",NotCongruent:"\u2262",NotCupCap:"\u226d",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226f",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226b\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2a7e\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224e\u0338",NotHumpEqual:"\u224f\u0338",NotLeftTriangle:"\u22ea",NotLeftTriangleBar:"\u29cf\u0338",NotLeftTriangleEqual:"\u22ec",NotLess:"\u226e",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226a\u0338",NotLessSlantEqual:"\u2a7d\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2aa2\u0338",NotNestedLessLess:"\u2aa1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2aaf\u0338",NotPrecedesSlantEqual:"\u22e0",NotReverseElement:"\u220c",NotRightTriangle:"\u22eb",NotRightTriangleBar:"\u29d0\u0338",NotRightTriangleEqual:"\u22ed",NotSquareSubset:"\u228f\u0338",NotSquareSubsetEqual:"\u22e2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22e3",NotSubset:"\u2282\u20d2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2ab0\u0338",NotSucceedsSlantEqual:"\u22e1",NotSucceedsTilde:"\u227f\u0338",NotSuperset:"\u2283\u20d2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\ud835\udca9",Ntilde:"\xd1",Nu:"\u039d",OElig:"\u0152",Oacute:"\xd3",Ocirc:"\xd4",Ocy:"\u041e",Odblac:"\u0150",Ofr:"\ud835\udd12",Ograve:"\xd2",Omacr:"\u014c",Omega:"\u03a9",Omicron:"\u039f",Oopf:"\ud835\udd46",OpenCurlyDoubleQuote:"\u201c",OpenCurlyQuote:"\u2018",Or:"\u2a54",Oscr:"\ud835\udcaa",Oslash:"\xd8",Otilde:"\xd5",Otimes:"\u2a37",Ouml:"\xd6",OverBar:"\u203e",OverBrace:"\u23de",OverBracket:"\u23b4",OverParenthesis:"\u23dc",PartialD:"\u2202",Pcy:"\u041f",Pfr:"\ud835\udd13",Phi:"\u03a6",Pi:"\u03a0",PlusMinus:"\xb1",Poincareplane:"\u210c",Popf:"\u2119",Pr:"\u2abb",Precedes:"\u227a",PrecedesEqual:"\u2aaf",PrecedesSlantEqual:"\u227c",PrecedesTilde:"\u227e",Prime:"\u2033",Product:"\u220f",Proportion:"\u2237",Proportional:"\u221d",Pscr:"\ud835\udcab",Psi:"\u03a8",QUOT:'"',Qfr:"\ud835\udd14",Qopf:"\u211a",Qscr:"\ud835\udcac",RBarr:"\u2910",REG:"\xae",Racute:"\u0154",Rang:"\u27eb",Rarr:"\u21a0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211c",ReverseElement:"\u220b",ReverseEquilibrium:"\u21cb",ReverseUpEquilibrium:"\u296f",Rfr:"\u211c",Rho:"\u03a1",RightAngleBracket:"\u27e9",RightArrow:"\u2192",RightArrowBar:"\u21e5",RightArrowLeftArrow:"\u21c4",RightCeiling:"\u2309",RightDoubleBracket:"\u27e7",RightDownTeeVector:"\u295d",RightDownVector:"\u21c2",RightDownVectorBar:"\u2955",RightFloor:"\u230b",RightTee:"\u22a2",RightTeeArrow:"\u21a6",RightTeeVector:"\u295b",RightTriangle:"\u22b3",RightTriangleBar:"\u29d0",RightTriangleEqual:"\u22b5",RightUpDownVector:"\u294f",RightUpTeeVector:"\u295c",RightUpVector:"\u21be",RightUpVectorBar:"\u2954",RightVector:"\u21c0",RightVectorBar:"\u2953",Rightarrow:"\u21d2",Ropf:"\u211d",RoundImplies:"\u2970",Rrightarrow:"\u21db",Rscr:"\u211b",Rsh:"\u21b1",RuleDelayed:"\u29f4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042c",Sacute:"\u015a",Sc:"\u2abc",Scaron:"\u0160",Scedil:"\u015e",Scirc:"\u015c",Scy:"\u0421",Sfr:"\ud835\udd16",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03a3",SmallCircle:"\u2218",Sopf:"\ud835\udd4a",Sqrt:"\u221a",Square:"\u25a1",SquareIntersection:"\u2293",SquareSubset:"\u228f",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\ud835\udcae",Star:"\u22c6",Sub:"\u22d0",Subset:"\u22d0",SubsetEqual:"\u2286",Succeeds:"\u227b",SucceedsEqual:"\u2ab0",SucceedsSlantEqual:"\u227d",SucceedsTilde:"\u227f",SuchThat:"\u220b",Sum:"\u2211",Sup:"\u22d1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22d1",THORN:"\xde",TRADE:"\u2122",TSHcy:"\u040b",TScy:"\u0426",Tab:"\t",Tau:"\u03a4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\ud835\udd17",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205f\u200a",ThinSpace:"\u2009",Tilde:"\u223c",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\ud835\udd4b",TripleDot:"\u20db",Tscr:"\ud835\udcaf",Tstrok:"\u0166",Uacute:"\xda",Uarr:"\u219f",Uarrocir:"\u2949",Ubrcy:"\u040e",Ubreve:"\u016c",Ucirc:"\xdb",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\ud835\udd18",Ugrave:"\xd9",Umacr:"\u016a",UnderBar:"_",UnderBrace:"\u23df",UnderBracket:"\u23b5",UnderParenthesis:"\u23dd",Union:"\u22c3",UnionPlus:"\u228e",Uogon:"\u0172",Uopf:"\ud835\udd4c",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21c5",UpDownArrow:"\u2195",UpEquilibrium:"\u296e",UpTee:"\u22a5",UpTeeArrow:"\u21a5",Uparrow:"\u21d1",Updownarrow:"\u21d5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03d2",Upsilon:"\u03a5",Uring:"\u016e",Uscr:"\ud835\udcb0",Utilde:"\u0168",Uuml:"\xdc",VDash:"\u22ab",Vbar:"\u2aeb",Vcy:"\u0412",Vdash:"\u22a9",Vdashl:"\u2ae6",Vee:"\u22c1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200a",Vfr:"\ud835\udd19",Vopf:"\ud835\udd4d",Vscr:"\ud835\udcb1",Vvdash:"\u22aa",Wcirc:"\u0174",Wedge:"\u22c0",Wfr:"\ud835\udd1a",Wopf:"\ud835\udd4e",Wscr:"\ud835\udcb2",Xfr:"\ud835\udd1b",Xi:"\u039e",Xopf:"\ud835\udd4f",Xscr:"\ud835\udcb3",YAcy:"\u042f",YIcy:"\u0407",YUcy:"\u042e",Yacute:"\xdd",Ycirc:"\u0176",Ycy:"\u042b",Yfr:"\ud835\udd1c",Yopf:"\ud835\udd50",Yscr:"\ud835\udcb4",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017d",Zcy:"\u0417",Zdot:"\u017b",ZeroWidthSpace:"\u200b",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\ud835\udcb5",aacute:"\xe1",abreve:"\u0103",ac:"\u223e",acE:"\u223e\u0333",acd:"\u223f",acirc:"\xe2",acute:"\xb4",acy:"\u0430",aelig:"\xe6",af:"\u2061",afr:"\ud835\udd1e",agrave:"\xe0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03b1",amacr:"\u0101",amalg:"\u2a3f",amp:"&",and:"\u2227",andand:"\u2a55",andd:"\u2a5c",andslope:"\u2a58",andv:"\u2a5a",ang:"\u2220",ange:"\u29a4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29a8",angmsdab:"\u29a9",angmsdac:"\u29aa",angmsdad:"\u29ab",angmsdae:"\u29ac",angmsdaf:"\u29ad",angmsdag:"\u29ae",angmsdah:"\u29af",angrt:"\u221f",angrtvb:"\u22be",angrtvbd:"\u299d",angsph:"\u2222",angst:"\xc5",angzarr:"\u237c",aogon:"\u0105",aopf:"\ud835\udd52",ap:"\u2248",apE:"\u2a70",apacir:"\u2a6f",ape:"\u224a",apid:"\u224b",apos:"'",approx:"\u2248",approxeq:"\u224a",aring:"\xe5",ascr:"\ud835\udcb6",ast:"*",asymp:"\u2248",asympeq:"\u224d",atilde:"\xe3",auml:"\xe4",awconint:"\u2233",awint:"\u2a11",bNot:"\u2aed",backcong:"\u224c",backepsilon:"\u03f6",backprime:"\u2035",backsim:"\u223d",backsimeq:"\u22cd",barvee:"\u22bd",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23b5",bbrktbrk:"\u23b6",bcong:"\u224c",bcy:"\u0431",bdquo:"\u201e",becaus:"\u2235",because:"\u2235",bemptyv:"\u29b0",bepsi:"\u03f6",bernou:"\u212c",beta:"\u03b2",beth:"\u2136",between:"\u226c",bfr:"\ud835\udd1f",bigcap:"\u22c2",bigcirc:"\u25ef",bigcup:"\u22c3",bigodot:"\u2a00",bigoplus:"\u2a01",bigotimes:"\u2a02",bigsqcup:"\u2a06",bigstar:"\u2605",bigtriangledown:"\u25bd",bigtriangleup:"\u25b3",biguplus:"\u2a04",bigvee:"\u22c1",bigwedge:"\u22c0",bkarow:"\u290d",blacklozenge:"\u29eb",blacksquare:"\u25aa",blacktriangle:"\u25b4",blacktriangledown:"\u25be",blacktriangleleft:"\u25c2",blacktriangleright:"\u25b8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20e5",bnequiv:"\u2261\u20e5",bnot:"\u2310",bopf:"\ud835\udd53",bot:"\u22a5",bottom:"\u22a5",bowtie:"\u22c8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255d",boxUR:"\u255a",boxUl:"\u255c",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256c",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256b",boxVl:"\u2562",boxVr:"\u255f",boxbox:"\u29c9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250c",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252c",boxhu:"\u2534",boxminus:"\u229f",boxplus:"\u229e",boxtimes:"\u22a0",boxuL:"\u255b",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256a",boxvL:"\u2561",boxvR:"\u255e",boxvh:"\u253c",boxvl:"\u2524",boxvr:"\u251c",bprime:"\u2035",breve:"\u02d8",brvbar:"\xa6",bscr:"\ud835\udcb7",bsemi:"\u204f",bsim:"\u223d",bsime:"\u22cd",bsol:"\\",bsolb:"\u29c5",bsolhsub:"\u27c8",bull:"\u2022",bullet:"\u2022",bump:"\u224e",bumpE:"\u2aae",bumpe:"\u224f",bumpeq:"\u224f",cacute:"\u0107",cap:"\u2229",capand:"\u2a44",capbrcup:"\u2a49",capcap:"\u2a4b",capcup:"\u2a47",capdot:"\u2a40",caps:"\u2229\ufe00",caret:"\u2041",caron:"\u02c7",ccaps:"\u2a4d",ccaron:"\u010d",ccedil:"\xe7",ccirc:"\u0109",ccups:"\u2a4c",ccupssm:"\u2a50",cdot:"\u010b",cedil:"\xb8",cemptyv:"\u29b2",cent:"\xa2",centerdot:"\xb7",cfr:"\ud835\udd20",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03c7",cir:"\u25cb",cirE:"\u29c3",circ:"\u02c6",circeq:"\u2257",circlearrowleft:"\u21ba",circlearrowright:"\u21bb",circledR:"\xae",circledS:"\u24c8",circledast:"\u229b",circledcirc:"\u229a",circleddash:"\u229d",cire:"\u2257",cirfnint:"\u2a10",cirmid:"\u2aef",cirscir:"\u29c2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2a6d",conint:"\u222e",copf:"\ud835\udd54",coprod:"\u2210",copy:"\xa9",copysr:"\u2117",crarr:"\u21b5",cross:"\u2717",cscr:"\ud835\udcb8",csub:"\u2acf",csube:"\u2ad1",csup:"\u2ad0",csupe:"\u2ad2",ctdot:"\u22ef",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22de",cuesc:"\u22df",cularr:"\u21b6",cularrp:"\u293d",cup:"\u222a",cupbrcap:"\u2a48",cupcap:"\u2a46",cupcup:"\u2a4a",cupdot:"\u228d",cupor:"\u2a45",cups:"\u222a\ufe00",curarr:"\u21b7",curarrm:"\u293c",curlyeqprec:"\u22de",curlyeqsucc:"\u22df",curlyvee:"\u22ce",curlywedge:"\u22cf",curren:"\xa4",curvearrowleft:"\u21b6",curvearrowright:"\u21b7",cuvee:"\u22ce",cuwed:"\u22cf",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232d",dArr:"\u21d3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22a3",dbkarow:"\u290f",dblac:"\u02dd",dcaron:"\u010f",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21ca",ddotseq:"\u2a77",deg:"\xb0",delta:"\u03b4",demptyv:"\u29b1",dfisht:"\u297f",dfr:"\ud835\udd21",dharl:"\u21c3",dharr:"\u21c2",diam:"\u22c4",diamond:"\u22c4",diamondsuit:"\u2666",diams:"\u2666",die:"\xa8",digamma:"\u03dd",disin:"\u22f2",div:"\xf7",divide:"\xf7",divideontimes:"\u22c7",divonx:"\u22c7",djcy:"\u0452",dlcorn:"\u231e",dlcrop:"\u230d",dollar:"$",dopf:"\ud835\udd55",dot:"\u02d9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22a1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21ca",downharpoonleft:"\u21c3",downharpoonright:"\u21c2",drbkarow:"\u2910",drcorn:"\u231f",drcrop:"\u230c",dscr:"\ud835\udcb9",dscy:"\u0455",dsol:"\u29f6",dstrok:"\u0111",dtdot:"\u22f1",dtri:"\u25bf",dtrif:"\u25be",duarr:"\u21f5",duhar:"\u296f",dwangle:"\u29a6",dzcy:"\u045f",dzigrarr:"\u27ff",eDDot:"\u2a77",eDot:"\u2251",eacute:"\xe9",easter:"\u2a6e",ecaron:"\u011b",ecir:"\u2256",ecirc:"\xea",ecolon:"\u2255",ecy:"\u044d",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\ud835\udd22",eg:"\u2a9a",egrave:"\xe8",egs:"\u2a96",egsdot:"\u2a98",el:"\u2a99",elinters:"\u23e7",ell:"\u2113",els:"\u2a95",elsdot:"\u2a97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014b",ensp:"\u2002",eogon:"\u0119",eopf:"\ud835\udd56",epar:"\u22d5",eparsl:"\u29e3",eplus:"\u2a71",epsi:"\u03b5",epsilon:"\u03b5",epsiv:"\u03f5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2a96",eqslantless:"\u2a95",equals:"=",equest:"\u225f",equiv:"\u2261",equivDD:"\u2a78",eqvparsl:"\u29e5",erDot:"\u2253",erarr:"\u2971",escr:"\u212f",esdot:"\u2250",esim:"\u2242",eta:"\u03b7",eth:"\xf0",euml:"\xeb",euro:"\u20ac",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\ufb03",fflig:"\ufb00",ffllig:"\ufb04",ffr:"\ud835\udd23",filig:"\ufb01",fjlig:"fj",flat:"\u266d",fllig:"\ufb02",fltns:"\u25b1",fnof:"\u0192",fopf:"\ud835\udd57",forall:"\u2200",fork:"\u22d4",forkv:"\u2ad9",fpartint:"\u2a0d",frac12:"\xbd",frac13:"\u2153",frac14:"\xbc",frac15:"\u2155",frac16:"\u2159",frac18:"\u215b",frac23:"\u2154",frac25:"\u2156",frac34:"\xbe",frac35:"\u2157",frac38:"\u215c",frac45:"\u2158",frac56:"\u215a",frac58:"\u215d",frac78:"\u215e",frasl:"\u2044",frown:"\u2322",fscr:"\ud835\udcbb",gE:"\u2267",gEl:"\u2a8c",gacute:"\u01f5",gamma:"\u03b3",gammad:"\u03dd",gap:"\u2a86",gbreve:"\u011f",gcirc:"\u011d",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22db",geq:"\u2265",geqq:"\u2267",geqslant:"\u2a7e",ges:"\u2a7e",gescc:"\u2aa9",gesdot:"\u2a80",gesdoto:"\u2a82",gesdotol:"\u2a84",gesl:"\u22db\ufe00",gesles:"\u2a94",gfr:"\ud835\udd24",gg:"\u226b",ggg:"\u22d9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2a92",gla:"\u2aa5",glj:"\u2aa4",gnE:"\u2269",gnap:"\u2a8a",gnapprox:"\u2a8a",gne:"\u2a88",gneq:"\u2a88",gneqq:"\u2269",gnsim:"\u22e7",gopf:"\ud835\udd58",grave:"`",gscr:"\u210a",gsim:"\u2273",gsime:"\u2a8e",gsiml:"\u2a90",gt:">",gtcc:"\u2aa7",gtcir:"\u2a7a",gtdot:"\u22d7",gtlPar:"\u2995",gtquest:"\u2a7c",gtrapprox:"\u2a86",gtrarr:"\u2978",gtrdot:"\u22d7",gtreqless:"\u22db",gtreqqless:"\u2a8c",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\ufe00",gvnE:"\u2269\ufe00",hArr:"\u21d4",hairsp:"\u200a",half:"\xbd",hamilt:"\u210b",hardcy:"\u044a",harr:"\u2194",harrcir:"\u2948",harrw:"\u21ad",hbar:"\u210f",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22b9",hfr:"\ud835\udd25",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21ff",homtht:"\u223b",hookleftarrow:"\u21a9",hookrightarrow:"\u21aa",hopf:"\ud835\udd59",horbar:"\u2015",hscr:"\ud835\udcbd",hslash:"\u210f",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xed",ic:"\u2063",icirc:"\xee",icy:"\u0438",iecy:"\u0435",iexcl:"\xa1",iff:"\u21d4",ifr:"\ud835\udd26",igrave:"\xec",ii:"\u2148",iiiint:"\u2a0c",iiint:"\u222d",iinfin:"\u29dc",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012b",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22b7",imped:"\u01b5",in:"\u2208",incare:"\u2105",infin:"\u221e",infintie:"\u29dd",inodot:"\u0131",int:"\u222b",intcal:"\u22ba",integers:"\u2124",intercal:"\u22ba",intlarhk:"\u2a17",intprod:"\u2a3c",iocy:"\u0451",iogon:"\u012f",iopf:"\ud835\udd5a",iota:"\u03b9",iprod:"\u2a3c",iquest:"\xbf",iscr:"\ud835\udcbe",isin:"\u2208",isinE:"\u22f9",isindot:"\u22f5",isins:"\u22f4",isinsv:"\u22f3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xef",jcirc:"\u0135",jcy:"\u0439",jfr:"\ud835\udd27",jmath:"\u0237",jopf:"\ud835\udd5b",jscr:"\ud835\udcbf",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03ba",kappav:"\u03f0",kcedil:"\u0137",kcy:"\u043a",kfr:"\ud835\udd28",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045c",kopf:"\ud835\udd5c",kscr:"\ud835\udcc0",lAarr:"\u21da",lArr:"\u21d0",lAtail:"\u291b",lBarr:"\u290e",lE:"\u2266",lEg:"\u2a8b",lHar:"\u2962",lacute:"\u013a",laemptyv:"\u29b4",lagran:"\u2112",lambda:"\u03bb",lang:"\u27e8",langd:"\u2991",langle:"\u27e8",lap:"\u2a85",laquo:"\xab",larr:"\u2190",larrb:"\u21e4",larrbfs:"\u291f",larrfs:"\u291d",larrhk:"\u21a9",larrlp:"\u21ab",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21a2",lat:"\u2aab",latail:"\u2919",late:"\u2aad",lates:"\u2aad\ufe00",lbarr:"\u290c",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298b",lbrksld:"\u298f",lbrkslu:"\u298d",lcaron:"\u013e",lcedil:"\u013c",lceil:"\u2308",lcub:"{",lcy:"\u043b",ldca:"\u2936",ldquo:"\u201c",ldquor:"\u201e",ldrdhar:"\u2967",ldrushar:"\u294b",ldsh:"\u21b2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21a2",leftharpoondown:"\u21bd",leftharpoonup:"\u21bc",leftleftarrows:"\u21c7",leftrightarrow:"\u2194",leftrightarrows:"\u21c6",leftrightharpoons:"\u21cb",leftrightsquigarrow:"\u21ad",leftthreetimes:"\u22cb",leg:"\u22da",leq:"\u2264",leqq:"\u2266",leqslant:"\u2a7d",les:"\u2a7d",lescc:"\u2aa8",lesdot:"\u2a7f",lesdoto:"\u2a81",lesdotor:"\u2a83",lesg:"\u22da\ufe00",lesges:"\u2a93",lessapprox:"\u2a85",lessdot:"\u22d6",lesseqgtr:"\u22da",lesseqqgtr:"\u2a8b",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297c",lfloor:"\u230a",lfr:"\ud835\udd29",lg:"\u2276",lgE:"\u2a91",lhard:"\u21bd",lharu:"\u21bc",lharul:"\u296a",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226a",llarr:"\u21c7",llcorner:"\u231e",llhard:"\u296b",lltri:"\u25fa",lmidot:"\u0140",lmoust:"\u23b0",lmoustache:"\u23b0",lnE:"\u2268",lnap:"\u2a89",lnapprox:"\u2a89",lne:"\u2a87",lneq:"\u2a87",lneqq:"\u2268",lnsim:"\u22e6",loang:"\u27ec",loarr:"\u21fd",lobrk:"\u27e6",longleftarrow:"\u27f5",longleftrightarrow:"\u27f7",longmapsto:"\u27fc",longrightarrow:"\u27f6",looparrowleft:"\u21ab",looparrowright:"\u21ac",lopar:"\u2985",lopf:"\ud835\udd5d",loplus:"\u2a2d",lotimes:"\u2a34",lowast:"\u2217",lowbar:"_",loz:"\u25ca",lozenge:"\u25ca",lozf:"\u29eb",lpar:"(",lparlt:"\u2993",lrarr:"\u21c6",lrcorner:"\u231f",lrhar:"\u21cb",lrhard:"\u296d",lrm:"\u200e",lrtri:"\u22bf",lsaquo:"\u2039",lscr:"\ud835\udcc1",lsh:"\u21b0",lsim:"\u2272",lsime:"\u2a8d",lsimg:"\u2a8f",lsqb:"[",lsquo:"\u2018",lsquor:"\u201a",lstrok:"\u0142",lt:"<",ltcc:"\u2aa6",ltcir:"\u2a79",ltdot:"\u22d6",lthree:"\u22cb",ltimes:"\u22c9",ltlarr:"\u2976",ltquest:"\u2a7b",ltrPar:"\u2996",ltri:"\u25c3",ltrie:"\u22b4",ltrif:"\u25c2",lurdshar:"\u294a",luruhar:"\u2966",lvertneqq:"\u2268\ufe00",lvnE:"\u2268\ufe00",mDDot:"\u223a",macr:"\xaf",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21a6",mapsto:"\u21a6",mapstodown:"\u21a7",mapstoleft:"\u21a4",mapstoup:"\u21a5",marker:"\u25ae",mcomma:"\u2a29",mcy:"\u043c",mdash:"\u2014",measuredangle:"\u2221",mfr:"\ud835\udd2a",mho:"\u2127",micro:"\xb5",mid:"\u2223",midast:"*",midcir:"\u2af0",middot:"\xb7",minus:"\u2212",minusb:"\u229f",minusd:"\u2238",minusdu:"\u2a2a",mlcp:"\u2adb",mldr:"\u2026",mnplus:"\u2213",models:"\u22a7",mopf:"\ud835\udd5e",mp:"\u2213",mscr:"\ud835\udcc2",mstpos:"\u223e",mu:"\u03bc",multimap:"\u22b8",mumap:"\u22b8",nGg:"\u22d9\u0338",nGt:"\u226b\u20d2",nGtv:"\u226b\u0338",nLeftarrow:"\u21cd",nLeftrightarrow:"\u21ce",nLl:"\u22d8\u0338",nLt:"\u226a\u20d2",nLtv:"\u226a\u0338",nRightarrow:"\u21cf",nVDash:"\u22af",nVdash:"\u22ae",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20d2",nap:"\u2249",napE:"\u2a70\u0338",napid:"\u224b\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266e",natural:"\u266e",naturals:"\u2115",nbsp:"\xa0",nbump:"\u224e\u0338",nbumpe:"\u224f\u0338",ncap:"\u2a43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2a6d\u0338",ncup:"\u2a42",ncy:"\u043d",ndash:"\u2013",ne:"\u2260",neArr:"\u21d7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\ud835\udd2b",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2a7e\u0338",nges:"\u2a7e\u0338",ngsim:"\u2275",ngt:"\u226f",ngtr:"\u226f",nhArr:"\u21ce",nharr:"\u21ae",nhpar:"\u2af2",ni:"\u220b",nis:"\u22fc",nisd:"\u22fa",niv:"\u220b",njcy:"\u045a",nlArr:"\u21cd",nlE:"\u2266\u0338",nlarr:"\u219a",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219a",nleftrightarrow:"\u21ae",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2a7d\u0338",nles:"\u2a7d\u0338",nless:"\u226e",nlsim:"\u2274",nlt:"\u226e",nltri:"\u22ea",nltrie:"\u22ec",nmid:"\u2224",nopf:"\ud835\udd5f",not:"\xac",notin:"\u2209",notinE:"\u22f9\u0338",notindot:"\u22f5\u0338",notinva:"\u2209",notinvb:"\u22f7",notinvc:"\u22f6",notni:"\u220c",notniva:"\u220c",notnivb:"\u22fe",notnivc:"\u22fd",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2afd\u20e5",npart:"\u2202\u0338",npolint:"\u2a14",npr:"\u2280",nprcue:"\u22e0",npre:"\u2aaf\u0338",nprec:"\u2280",npreceq:"\u2aaf\u0338",nrArr:"\u21cf",nrarr:"\u219b",nrarrc:"\u2933\u0338",nrarrw:"\u219d\u0338",nrightarrow:"\u219b",nrtri:"\u22eb",nrtrie:"\u22ed",nsc:"\u2281",nsccue:"\u22e1",nsce:"\u2ab0\u0338",nscr:"\ud835\udcc3",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22e2",nsqsupe:"\u22e3",nsub:"\u2284",nsubE:"\u2ac5\u0338",nsube:"\u2288",nsubset:"\u2282\u20d2",nsubseteq:"\u2288",nsubseteqq:"\u2ac5\u0338",nsucc:"\u2281",nsucceq:"\u2ab0\u0338",nsup:"\u2285",nsupE:"\u2ac6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20d2",nsupseteq:"\u2289",nsupseteqq:"\u2ac6\u0338",ntgl:"\u2279",ntilde:"\xf1",ntlg:"\u2278",ntriangleleft:"\u22ea",ntrianglelefteq:"\u22ec",ntriangleright:"\u22eb",ntrianglerighteq:"\u22ed",nu:"\u03bd",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22ad",nvHarr:"\u2904",nvap:"\u224d\u20d2",nvdash:"\u22ac",nvge:"\u2265\u20d2",nvgt:">\u20d2",nvinfin:"\u29de",nvlArr:"\u2902",nvle:"\u2264\u20d2",nvlt:"<\u20d2",nvltrie:"\u22b4\u20d2",nvrArr:"\u2903",nvrtrie:"\u22b5\u20d2",nvsim:"\u223c\u20d2",nwArr:"\u21d6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24c8",oacute:"\xf3",oast:"\u229b",ocir:"\u229a",ocirc:"\xf4",ocy:"\u043e",odash:"\u229d",odblac:"\u0151",odiv:"\u2a38",odot:"\u2299",odsold:"\u29bc",oelig:"\u0153",ofcir:"\u29bf",ofr:"\ud835\udd2c",ogon:"\u02db",ograve:"\xf2",ogt:"\u29c1",ohbar:"\u29b5",ohm:"\u03a9",oint:"\u222e",olarr:"\u21ba",olcir:"\u29be",olcross:"\u29bb",oline:"\u203e",olt:"\u29c0",omacr:"\u014d",omega:"\u03c9",omicron:"\u03bf",omid:"\u29b6",ominus:"\u2296",oopf:"\ud835\udd60",opar:"\u29b7",operp:"\u29b9",oplus:"\u2295",or:"\u2228",orarr:"\u21bb",ord:"\u2a5d",order:"\u2134",orderof:"\u2134",ordf:"\xaa",ordm:"\xba",origof:"\u22b6",oror:"\u2a56",orslope:"\u2a57",orv:"\u2a5b",oscr:"\u2134",oslash:"\xf8",osol:"\u2298",otilde:"\xf5",otimes:"\u2297",otimesas:"\u2a36",ouml:"\xf6",ovbar:"\u233d",par:"\u2225",para:"\xb6",parallel:"\u2225",parsim:"\u2af3",parsl:"\u2afd",part:"\u2202",pcy:"\u043f",percnt:"%",period:".",permil:"\u2030",perp:"\u22a5",pertenk:"\u2031",pfr:"\ud835\udd2d",phi:"\u03c6",phiv:"\u03d5",phmmat:"\u2133",phone:"\u260e",pi:"\u03c0",pitchfork:"\u22d4",piv:"\u03d6",planck:"\u210f",planckh:"\u210e",plankv:"\u210f",plus:"+",plusacir:"\u2a23",plusb:"\u229e",pluscir:"\u2a22",plusdo:"\u2214",plusdu:"\u2a25",pluse:"\u2a72",plusmn:"\xb1",plussim:"\u2a26",plustwo:"\u2a27",pm:"\xb1",pointint:"\u2a15",popf:"\ud835\udd61",pound:"\xa3",pr:"\u227a",prE:"\u2ab3",prap:"\u2ab7",prcue:"\u227c",pre:"\u2aaf",prec:"\u227a",precapprox:"\u2ab7",preccurlyeq:"\u227c",preceq:"\u2aaf",precnapprox:"\u2ab9",precneqq:"\u2ab5",precnsim:"\u22e8",precsim:"\u227e",prime:"\u2032",primes:"\u2119",prnE:"\u2ab5",prnap:"\u2ab9",prnsim:"\u22e8",prod:"\u220f",profalar:"\u232e",profline:"\u2312",profsurf:"\u2313",prop:"\u221d",propto:"\u221d",prsim:"\u227e",prurel:"\u22b0",pscr:"\ud835\udcc5",psi:"\u03c8",puncsp:"\u2008",qfr:"\ud835\udd2e",qint:"\u2a0c",qopf:"\ud835\udd62",qprime:"\u2057",qscr:"\ud835\udcc6",quaternions:"\u210d",quatint:"\u2a16",quest:"?",questeq:"\u225f",quot:'"',rAarr:"\u21db",rArr:"\u21d2",rAtail:"\u291c",rBarr:"\u290f",rHar:"\u2964",race:"\u223d\u0331",racute:"\u0155",radic:"\u221a",raemptyv:"\u29b3",rang:"\u27e9",rangd:"\u2992",range:"\u29a5",rangle:"\u27e9",raquo:"\xbb",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21e5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291e",rarrhk:"\u21aa",rarrlp:"\u21ac",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21a3",rarrw:"\u219d",ratail:"\u291a",ratio:"\u2236",rationals:"\u211a",rbarr:"\u290d",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298c",rbrksld:"\u298e",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201d",rdquor:"\u201d",rdsh:"\u21b3",real:"\u211c",realine:"\u211b",realpart:"\u211c",reals:"\u211d",rect:"\u25ad",reg:"\xae",rfisht:"\u297d",rfloor:"\u230b",rfr:"\ud835\udd2f",rhard:"\u21c1",rharu:"\u21c0",rharul:"\u296c",rho:"\u03c1",rhov:"\u03f1",rightarrow:"\u2192",rightarrowtail:"\u21a3",rightharpoondown:"\u21c1",rightharpoonup:"\u21c0",rightleftarrows:"\u21c4",rightleftharpoons:"\u21cc",rightrightarrows:"\u21c9",rightsquigarrow:"\u219d",rightthreetimes:"\u22cc",ring:"\u02da",risingdotseq:"\u2253",rlarr:"\u21c4",rlhar:"\u21cc",rlm:"\u200f",rmoust:"\u23b1",rmoustache:"\u23b1",rnmid:"\u2aee",roang:"\u27ed",roarr:"\u21fe",robrk:"\u27e7",ropar:"\u2986",ropf:"\ud835\udd63",roplus:"\u2a2e",rotimes:"\u2a35",rpar:")",rpargt:"\u2994",rppolint:"\u2a12",rrarr:"\u21c9",rsaquo:"\u203a",rscr:"\ud835\udcc7",rsh:"\u21b1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22cc",rtimes:"\u22ca",rtri:"\u25b9",rtrie:"\u22b5",rtrif:"\u25b8",rtriltri:"\u29ce",ruluhar:"\u2968",rx:"\u211e",sacute:"\u015b",sbquo:"\u201a",sc:"\u227b",scE:"\u2ab4",scap:"\u2ab8",scaron:"\u0161",sccue:"\u227d",sce:"\u2ab0",scedil:"\u015f",scirc:"\u015d",scnE:"\u2ab6",scnap:"\u2aba",scnsim:"\u22e9",scpolint:"\u2a13",scsim:"\u227f",scy:"\u0441",sdot:"\u22c5",sdotb:"\u22a1",sdote:"\u2a66",seArr:"\u21d8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xa7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\ud835\udd30",sfrown:"\u2322",sharp:"\u266f",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xad",sigma:"\u03c3",sigmaf:"\u03c2",sigmav:"\u03c2",sim:"\u223c",simdot:"\u2a6a",sime:"\u2243",simeq:"\u2243",simg:"\u2a9e",simgE:"\u2aa0",siml:"\u2a9d",simlE:"\u2a9f",simne:"\u2246",simplus:"\u2a24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2a33",smeparsl:"\u29e4",smid:"\u2223",smile:"\u2323",smt:"\u2aaa",smte:"\u2aac",smtes:"\u2aac\ufe00",softcy:"\u044c",sol:"/",solb:"\u29c4",solbar:"\u233f",sopf:"\ud835\udd64",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\ufe00",sqcup:"\u2294",sqcups:"\u2294\ufe00",sqsub:"\u228f",sqsube:"\u2291",sqsubset:"\u228f",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25a1",square:"\u25a1",squarf:"\u25aa",squf:"\u25aa",srarr:"\u2192",sscr:"\ud835\udcc8",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22c6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03f5",straightphi:"\u03d5",strns:"\xaf",sub:"\u2282",subE:"\u2ac5",subdot:"\u2abd",sube:"\u2286",subedot:"\u2ac3",submult:"\u2ac1",subnE:"\u2acb",subne:"\u228a",subplus:"\u2abf",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2ac5",subsetneq:"\u228a",subsetneqq:"\u2acb",subsim:"\u2ac7",subsub:"\u2ad5",subsup:"\u2ad3",succ:"\u227b",succapprox:"\u2ab8",succcurlyeq:"\u227d",succeq:"\u2ab0",succnapprox:"\u2aba",succneqq:"\u2ab6",succnsim:"\u22e9",succsim:"\u227f",sum:"\u2211",sung:"\u266a",sup1:"\xb9",sup2:"\xb2",sup3:"\xb3",sup:"\u2283",supE:"\u2ac6",supdot:"\u2abe",supdsub:"\u2ad8",supe:"\u2287",supedot:"\u2ac4",suphsol:"\u27c9",suphsub:"\u2ad7",suplarr:"\u297b",supmult:"\u2ac2",supnE:"\u2acc",supne:"\u228b",supplus:"\u2ac0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2ac6",supsetneq:"\u228b",supsetneqq:"\u2acc",supsim:"\u2ac8",supsub:"\u2ad4",supsup:"\u2ad6",swArr:"\u21d9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292a",szlig:"\xdf",target:"\u2316",tau:"\u03c4",tbrk:"\u23b4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20db",telrec:"\u2315",tfr:"\ud835\udd31",there4:"\u2234",therefore:"\u2234",theta:"\u03b8",thetasym:"\u03d1",thetav:"\u03d1",thickapprox:"\u2248",thicksim:"\u223c",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223c",thorn:"\xfe",tilde:"\u02dc",times:"\xd7",timesb:"\u22a0",timesbar:"\u2a31",timesd:"\u2a30",tint:"\u222d",toea:"\u2928",top:"\u22a4",topbot:"\u2336",topcir:"\u2af1",topf:"\ud835\udd65",topfork:"\u2ada",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25b5",triangledown:"\u25bf",triangleleft:"\u25c3",trianglelefteq:"\u22b4",triangleq:"\u225c",triangleright:"\u25b9",trianglerighteq:"\u22b5",tridot:"\u25ec",trie:"\u225c",triminus:"\u2a3a",triplus:"\u2a39",trisb:"\u29cd",tritime:"\u2a3b",trpezium:"\u23e2",tscr:"\ud835\udcc9",tscy:"\u0446",tshcy:"\u045b",tstrok:"\u0167",twixt:"\u226c",twoheadleftarrow:"\u219e",twoheadrightarrow:"\u21a0",uArr:"\u21d1",uHar:"\u2963",uacute:"\xfa",uarr:"\u2191",ubrcy:"\u045e",ubreve:"\u016d",ucirc:"\xfb",ucy:"\u0443",udarr:"\u21c5",udblac:"\u0171",udhar:"\u296e",ufisht:"\u297e",ufr:"\ud835\udd32",ugrave:"\xf9",uharl:"\u21bf",uharr:"\u21be",uhblk:"\u2580",ulcorn:"\u231c",ulcorner:"\u231c",ulcrop:"\u230f",ultri:"\u25f8",umacr:"\u016b",uml:"\xa8",uogon:"\u0173",uopf:"\ud835\udd66",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21bf",upharpoonright:"\u21be",uplus:"\u228e",upsi:"\u03c5",upsih:"\u03d2",upsilon:"\u03c5",upuparrows:"\u21c8",urcorn:"\u231d",urcorner:"\u231d",urcrop:"\u230e",uring:"\u016f",urtri:"\u25f9",uscr:"\ud835\udcca",utdot:"\u22f0",utilde:"\u0169",utri:"\u25b5",utrif:"\u25b4",uuarr:"\u21c8",uuml:"\xfc",uwangle:"\u29a7",vArr:"\u21d5",vBar:"\u2ae8",vBarv:"\u2ae9",vDash:"\u22a8",vangrt:"\u299c",varepsilon:"\u03f5",varkappa:"\u03f0",varnothing:"\u2205",varphi:"\u03d5",varpi:"\u03d6",varpropto:"\u221d",varr:"\u2195",varrho:"\u03f1",varsigma:"\u03c2",varsubsetneq:"\u228a\ufe00",varsubsetneqq:"\u2acb\ufe00",varsupsetneq:"\u228b\ufe00",varsupsetneqq:"\u2acc\ufe00",vartheta:"\u03d1",vartriangleleft:"\u22b2",vartriangleright:"\u22b3",vcy:"\u0432",vdash:"\u22a2",vee:"\u2228",veebar:"\u22bb",veeeq:"\u225a",vellip:"\u22ee",verbar:"|",vert:"|",vfr:"\ud835\udd33",vltri:"\u22b2",vnsub:"\u2282\u20d2",vnsup:"\u2283\u20d2",vopf:"\ud835\udd67",vprop:"\u221d",vrtri:"\u22b3",vscr:"\ud835\udccb",vsubnE:"\u2acb\ufe00",vsubne:"\u228a\ufe00",vsupnE:"\u2acc\ufe00",vsupne:"\u228b\ufe00",vzigzag:"\u299a",wcirc:"\u0175",wedbar:"\u2a5f",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\ud835\udd34",wopf:"\ud835\udd68",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\ud835\udccc",xcap:"\u22c2",xcirc:"\u25ef",xcup:"\u22c3",xdtri:"\u25bd",xfr:"\ud835\udd35",xhArr:"\u27fa",xharr:"\u27f7",xi:"\u03be",xlArr:"\u27f8",xlarr:"\u27f5",xmap:"\u27fc",xnis:"\u22fb",xodot:"\u2a00",xopf:"\ud835\udd69",xoplus:"\u2a01",xotime:"\u2a02",xrArr:"\u27f9",xrarr:"\u27f6",xscr:"\ud835\udccd",xsqcup:"\u2a06",xuplus:"\u2a04",xutri:"\u25b3",xvee:"\u22c1",xwedge:"\u22c0",yacute:"\xfd",yacy:"\u044f",ycirc:"\u0177",ycy:"\u044b",yen:"\xa5",yfr:"\ud835\udd36",yicy:"\u0457",yopf:"\ud835\udd6a",yscr:"\ud835\udcce",yucy:"\u044e",yuml:"\xff",zacute:"\u017a",zcaron:"\u017e",zcy:"\u0437",zdot:"\u017c",zeetrf:"\u2128",zeta:"\u03b6",zfr:"\ud835\udd37",zhcy:"\u0436",zigrarr:"\u21dd",zopf:"\ud835\udd6b",zscr:"\ud835\udccf",zwj:"\u200d",zwnj:"\u200c"},tl={}.hasOwnProperty;function nl(e){return!!tl.call(el,e)&&el[e]}const rl={name:"characterReference",tokenize:ol};function ol(e,t,n){const r=this;let o=0,i,a;return u;function u(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),l}function l(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),i=31,a=ka,s(t))}function c(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,a=Ca,s):(e.enter("characterReferenceValue"),i=7,a=Ta,s(t))}function s(u){if(59===u&&o){const o=e.exit("characterReferenceValue");return a!==ka||nl(r.sliceSerialize(o))?(e.enter("characterReferenceMarker"),e.consume(u),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(u)}return a(u)&&o++<i?(e.consume(u),s):n(u)}}const il={name:"characterEscape",tokenize:al};function al(e,t,n){return r;function r(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),o}function o(r){return Aa(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}const ul={name:"lineEnding",tokenize:ll};function ll(e,t){return n;function n(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),Na(e,t,"linePrefix")}}const cl={name:"labelEnd",tokenize:gl,resolveTo:hl,resolveAll:dl},sl={tokenize:ml},fl={tokenize:vl},pl={tokenize:yl};function dl(e){let t=-1;for(;++t<e.length;){const n=e[t][1];"labelImage"!==n.type&&"labelLink"!==n.type&&"labelEnd"!==n.type||(e.splice(t+1,"labelImage"===n.type?4:2),n.type="data",t++)}return e}function hl(e,t){let n=e.length,r=0,o,i,a,u;for(;n--;)if(o=e[n][1],i){if("link"===o.type||"labelLink"===o.type&&o._inactive)break;"enter"===e[n][0]&&"labelLink"===o.type&&(o._inactive=!0)}else if(a){if("enter"===e[n][0]&&("labelImage"===o.type||"labelLink"===o.type)&&!o._balanced&&(i=n,"labelLink"!==o.type)){r=2;break}}else"labelEnd"===o.type&&(a=n);const l={type:"labelLink"===e[i][1].type?"link":"image",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[i][1].start),end:Object.assign({},e[a][1].end)},s={type:"labelText",start:Object.assign({},e[i+r+2][1].end),end:Object.assign({},e[a-2][1].start)};return u=[["enter",l,t],["enter",c,t]],u=da(u,e.slice(i+1,i+r+3)),u=da(u,[["enter",s,t]]),u=da(u,ou(t.parser.constructs.insideSpan.null,e.slice(i+r+4,a-3),t)),u=da(u,[["exit",s,t],e[a-2],e[a-1],["exit",c,t]]),u=da(u,e.slice(a+1)),u=da(u,[["exit",l,t]]),pa(e,i,e.length,u),e}function gl(e,t,n){const r=this;let o=r.events.length,i,a;for(;o--;)if(("labelImage"===r.events[o][1].type||"labelLink"===r.events[o][1].type)&&!r.events[o][1]._balanced){i=r.events[o][1];break}return u;function u(t){return i?i._inactive?f(t):(a=r.parser.defined.includes(Cu(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),l):n(t)}function l(t){return 40===t?e.attempt(sl,s,a?s:f)(t):91===t?e.attempt(fl,s,a?c:f)(t):a?s(t):f(t)}function c(t){return e.attempt(pl,s,f)(t)}function s(e){return t(e)}function f(e){return i._balanced=!0,n(e)}}function ml(e,t,n){return r;function r(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),o}function o(t){return Pa(t)?Tu(e,i)(t):i(t)}function i(t){return 41===t?s(t):ku(e,a,u,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function a(t){return Pa(t)?Tu(e,l)(t):s(t)}function u(e){return n(e)}function l(t){return 34===t||39===t||40===t?Su(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):s(t)}function c(t){return Pa(t)?Tu(e,s)(t):s(t)}function s(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}function vl(e,t,n){const r=this;return o;function o(t){return Eu.call(r,e,i,a,"reference","referenceMarker","referenceString")(t)}function i(e){return r.parser.defined.includes(Cu(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function a(e){return n(e)}}function yl(e,t,n){return r;function r(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),o}function o(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}const bl=undefined;function xl(e,t,n){const r=this;return o;function o(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),i}function i(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),a):n(t)}function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}function wl(e){return null===e||Pa(e)||_a(e)?1:Ra(e)?2:void 0}const kl={name:"attention",tokenize:Sl,resolveAll:El};function El(e,t){let n=-1,r,o,i,a,u,l,c,s;for(;++n<e.length;)if("enter"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._close)for(r=n;r--;)if("exit"===e[r][0]&&"attentionSequence"===e[r][1].type&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f=Object.assign({},e[r][1].end),p=Object.assign({},e[n][1].start);Tl(f,-l),Tl(p,l),a={type:l>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},u={type:l>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:p},i={type:l>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o={type:l>1?"strong":"emphasis",start:Object.assign({},a.start),end:Object.assign({},u.end)},e[r][1].end=Object.assign({},a.start),e[n][1].start=Object.assign({},u.end),c=[],e[r][1].end.offset-e[r][1].start.offset&&(c=da(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=da(c,[["enter",o,t],["enter",a,t],["exit",a,t],["enter",i,t]]),c=da(c,ou(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=da(c,[["exit",i,t],["enter",u,t],["exit",u,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(s=2,c=da(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):s=0,pa(e,r-1,n-r+3,c),n=r+c.length-s-2;break}for(n=-1;++n<e.length;)"attentionSequence"===e[n][1].type&&(e[n][1].type="data");return e}function Sl(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=wl(r);let i;return a;function a(t){return i=t,e.enter("attentionSequence"),u(t)}function u(a){if(a===i)return e.consume(a),u;const l=e.exit("attentionSequence"),c=wl(a),s=!c||2===c&&o||n.includes(a),f=!o||2===o&&c||n.includes(r);return l._open=Boolean(42===i?s:s&&(o||!f)),l._close=Boolean(42===i?f:f&&(c||!s)),t(a)}}function Tl(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const Cl=undefined;function Al(e,t,n){let r=0;return o;function o(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(t){return wa(t)?(e.consume(t),a):c(t)}function a(e){return 43===e||45===e||46===e||ka(e)?(r=1,u(e)):c(e)}function u(t){return 58===t?(e.consume(t),r=0,l):(43===t||45===t||46===t||ka(t))&&r++<32?(e.consume(t),u):(r=0,c(t))}function l(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||Sa(r)?n(r):(e.consume(r),l)}function c(t){return 64===t?(e.consume(t),s):Ea(t)?(e.consume(t),c):n(t)}function s(e){return ka(e)?f(e):n(e)}function f(n){return 46===n?(e.consume(n),r=0,s):62===n?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t):p(n)}function p(t){if((45===t||ka(t))&&r++<63){const n=45===t?p:f;return e.consume(t),n}return n(t)}}const Ol=undefined;function Pl(e,t,n){const r=this;let o,i,a;return u;function u(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),l}function l(t){return 33===t?(e.consume(t),c):47===t?(e.consume(t),w):63===t?(e.consume(t),b):wa(t)?(e.consume(t),S):n(t)}function c(t){return 45===t?(e.consume(t),s):91===t?(e.consume(t),i=0,h):wa(t)?(e.consume(t),y):n(t)}function s(t){return 45===t?(e.consume(t),d):n(t)}function f(t){return null===t?n(t):45===t?(e.consume(t),p):Oa(t)?(a=f,I(t)):(e.consume(t),f)}function p(t){return 45===t?(e.consume(t),d):f(t)}function d(e){return 62===e?_(e):45===e?p(e):f(e)}function h(t){const r="CDATA[";return t===r.charCodeAt(i++)?(e.consume(t),i===r.length?g:h):n(t)}function g(t){return null===t?n(t):93===t?(e.consume(t),m):Oa(t)?(a=g,I(t)):(e.consume(t),g)}function m(t){return 93===t?(e.consume(t),v):g(t)}function v(t){return 62===t?_(t):93===t?(e.consume(t),v):g(t)}function y(t){return null===t||62===t?_(t):Oa(t)?(a=y,I(t)):(e.consume(t),y)}function b(t){return null===t?n(t):63===t?(e.consume(t),x):Oa(t)?(a=b,I(t)):(e.consume(t),b)}function x(e){return 62===e?_(e):b(e)}function w(t){return wa(t)?(e.consume(t),k):n(t)}function k(t){return 45===t||ka(t)?(e.consume(t),k):E(t)}function E(t){return Oa(t)?(a=E,I(t)):La(t)?(e.consume(t),E):_(t)}function S(t){return 45===t||ka(t)?(e.consume(t),S):47===t||62===t||Pa(t)?T(t):n(t)}function T(t){return 47===t?(e.consume(t),_):58===t||95===t||wa(t)?(e.consume(t),C):Oa(t)?(a=T,I(t)):La(t)?(e.consume(t),T):_(t)}function C(t){return 45===t||46===t||58===t||95===t||ka(t)?(e.consume(t),C):A(t)}function A(t){return 61===t?(e.consume(t),O):Oa(t)?(a=A,I(t)):La(t)?(e.consume(t),A):T(t)}function O(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),o=t,P):Oa(t)?(a=O,I(t)):La(t)?(e.consume(t),O):(e.consume(t),L)}function P(t){return t===o?(e.consume(t),o=void 0,R):null===t?n(t):Oa(t)?(a=P,I(t)):(e.consume(t),P)}function L(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||Pa(t)?T(t):(e.consume(t),L)}function R(e){return 47===e||62===e||Pa(e)?T(e):n(e)}function _(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function I(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),N}function N(t){return La(t)?Na(e,F,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):F(t)}function F(t){return e.enter("htmlTextData"),a(t)}}const Ll=undefined;function Rl(e,t,n){const r=this;return o;function o(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),i}function i(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}const _l=undefined;function Il(e,t,n){return r;function r(t){return e.enter("hardBreakEscape"),e.consume(t),o}function o(r){return Oa(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}const Nl=undefined;function Fl(e){let t=e.length-4,n=3,r,o;if(!("lineEnding"!==e[n][1].type&&"space"!==e[n][1].type||"lineEnding"!==e[t][1].type&&"space"!==e[t][1].type))for(r=n;++r<t;)if("codeTextData"===e[r][1].type){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}for(r=n-1,t++;++r<=t;)void 0===o?r!==t&&"lineEnding"!==e[r][1].type&&(o=r):r!==t&&"lineEnding"!==e[r][1].type||(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function Ml(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type}function Dl(e,t,n){const r=this;let o=0,i,a;return u;function u(t){return e.enter("codeText"),e.enter("codeTextSequence"),l(t)}function l(t){return 96===t?(e.consume(t),o++,l):(e.exit("codeTextSequence"),c(t))}function c(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),c):96===t?(a=e.enter("codeTextSequence"),i=0,f(t)):Oa(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),c):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||Oa(t)?(e.exit("codeTextData"),c(t)):(e.consume(t),s)}function f(n){return 96===n?(e.consume(n),i++,f):i===o?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(a.type="codeTextData",s(n))}}const jl={42:su,43:su,45:su,48:su,49:su,50:su,51:su,52:su,53:su,54:su,55:su,56:su,57:su,62:yu},zl={91:{name:"definition",tokenize:Pu}},Ul={[-2]:Ru,[-1]:Ru,32:Ru},ql={35:{name:"headingAtx",tokenize:Du,resolve:Mu},42:lu,45:[ju,lu],60:{name:"htmlFlow",tokenize:Qu,resolveTo:Wu,concrete:!0},61:ju,95:lu,96:Xu,126:Xu},Bl={38:rl,92:il},Vl={[-5]:ul,[-4]:ul,[-3]:ul,33:{name:"labelStartImage",tokenize:xl,resolveAll:cl.resolveAll},38:rl,42:kl,60:[{name:"autolink",tokenize:Al},{name:"htmlText",tokenize:Pl}],91:{name:"labelStartLink",tokenize:Rl,resolveAll:cl.resolveAll},92:[{name:"hardBreakEscape",tokenize:Il},il],93:cl,95:kl,96:{name:"codeText",tokenize:Dl,resolve:Fl,previous:Ml}},Hl={null:[kl,Ja]},$l={null:[42,95]},Wl={null:[]};function Ql(e){const t=undefined,n=undefined,o={defined:[],lazy:{},constructs:ga([r,...(e||{}).extensions||[]]),content:i(Fa),document:i(Da),flow:i(Ya),string:i(Za),text:i(eu)};return o;function i(e){return t;function t(t){return iu(o,e,t)}}}const Gl=/[\0\t\n\r]/g;function Kl(){let e=1,t="",n=!0,r;return o;function o(o,i,a){const u=[];let l,c,s,f,p;for(o=t+o.toString(i),s=0,t="",n&&(65279===o.charCodeAt(0)&&s++,n=void 0);s<o.length;){if(Gl.lastIndex=s,l=Gl.exec(o),f=l&&void 0!==l.index?l.index:o.length,p=o.charCodeAt(f),!l){t=o.slice(s);break}if(10===p&&s===f&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),s<f&&(u.push(o.slice(s,f)),e+=f-s),p){case 0:u.push(65533),e++;break;case 9:for(c=4*Math.ceil(e/4),u.push(-2);e++<c;)u.push(-1);break;case 10:u.push(-4),e=1;break;default:r=!0,e=1}s=f+1}return a&&(r&&u.push(-5),t&&u.push(t),u.push(null)),u}}function Yl(e){for(;!Va(e););return e}function Xl(e,t){const n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||65535==(65535&n)||65534==(65535&n)||n>1114111?"\ufffd":String.fromCharCode(n)}const Jl=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Zl(e){return e.replace(Jl,ec)}function ec(e,t,n){if(t)return t;const r=undefined;if(35===n.charCodeAt(0)){const e=n.charCodeAt(1),t=120===e||88===e;return Xl(n.slice(t?2:1),t?16:10)}return nl(n)||e}const tc={}.hasOwnProperty,nc=function(e,t,n){return"string"!=typeof t&&(n=t,t=void 0),rc(n)(Yl(Ql(n).document().write(Kl()(e,t,!0))))};function rc(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(ne),autolinkProtocol:A,autolinkEmail:A,atxHeading:u(J),blockQuote:u(Q),characterEscape:A,characterReference:A,codeFenced:u(G),codeFencedFenceInfo:l,codeFencedFenceMeta:l,codeIndented:u(G,l),codeText:u(K,l),codeTextData:A,data:A,codeFlowValue:A,definition:u(Y),definitionDestinationString:l,definitionLabelString:l,definitionTitleString:l,emphasis:u(X),hardBreakEscape:u(Z),hardBreakTrailing:u(Z),htmlFlow:u(ee,l),htmlFlowData:A,htmlText:u(ee,l),htmlTextData:A,image:u(te),label:l,link:u(ne),listItem:u(oe),listItemValue:h,listOrdered:u(re,d),listUnordered:u(re),paragraph:u(ie),reference:q,referenceString:l,resourceDestinationString:l,resourceTitleString:l,setextHeading:u(J),strong:u(ae),thematicBreak:u(le)},exit:{atxHeading:s(),atxHeadingSequence:E,autolink:s(),autolinkEmail:W,autolinkProtocol:$,blockQuote:s(),characterEscapeValue:O,characterReferenceMarkerHexadecimal:V,characterReferenceMarkerNumeric:V,characterReferenceValue:H,codeFenced:s(y),codeFencedFence:v,codeFencedFenceInfo:g,codeFencedFenceMeta:m,codeFlowValue:O,codeIndented:s(b),codeText:s(I),codeTextData:O,data:O,definition:s(),definitionDestinationString:k,definitionLabelString:x,definitionTitleString:w,emphasis:s(),hardBreakEscape:s(L),hardBreakTrailing:s(L),htmlFlow:s(R),htmlFlowData:O,htmlText:s(_),htmlTextData:O,image:s(F),label:D,labelText:M,lineEnding:P,link:s(N),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:B,resourceDestinationString:j,resourceTitleString:z,resource:U,setextHeading:s(C),setextHeadingLineSequence:T,setextHeadingText:S,strong:s(),thematicBreak:s()}};ic(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let n={type:"root",children:[]};const r={stack:[n],tokenStack:[],config:t,enter:c,exit:f,buffer:l,resume:p,setData:i,getData:a},u=[];let s=-1;for(;++s<e.length;)if("listOrdered"===e[s][1].type||"listUnordered"===e[s][1].type)if("enter"===e[s][0])u.push(s);else{const t=undefined;s=o(e,u.pop(),s)}for(s=-1;++s<e.length;){const n=t[e[s][0]];tc.call(n,e[s][1].type)&&n[e[s][1].type].call(Object.assign({sliceSerialize:e[s][2].sliceSerialize},r),e[s][1])}if(r.tokenStack.length>0){const e=r.tokenStack[r.tokenStack.length-1],t=undefined;(e[1]||uc).call(r,void 0,e[0])}for(n.position={start:oc(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:oc(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},s=-1;++s<t.transforms.length;)n=t.transforms[s](n)||n;return n}function o(e,t,n){let r=t-1,o=-1,i=!1,a,u,l,c;for(;++r<=n;){const t=e[r];if("listUnordered"===t[1].type||"listOrdered"===t[1].type||"blockQuote"===t[1].type?("enter"===t[0]?o++:o--,c=void 0):"lineEndingBlank"===t[1].type?"enter"===t[0]&&(!a||c||o||l||(l=r),c=void 0):"linePrefix"===t[1].type||"listItemValue"===t[1].type||"listItemMarker"===t[1].type||"listItemPrefix"===t[1].type||"listItemPrefixWhitespace"===t[1].type||(c=void 0),!o&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===o&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(a){let o=r;for(u=void 0;o--;){const t=e[o];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;u&&(e[u][1].type="lineEndingBlank",i=!0),t[1].type="lineEnding",u=o}else if("linePrefix"!==t[1].type&&"blockQuotePrefix"!==t[1].type&&"blockQuotePrefixWhitespace"!==t[1].type&&"blockQuoteMarker"!==t[1].type&&"listItemIndent"!==t[1].type)break}l&&(!u||l<u)&&(a._spread=!0),a.end=Object.assign({},u?e[u][1].start:t[1].end),e.splice(u||r,0,["exit",a,t[2]]),r++,n++}"listItemPrefix"===t[1].type&&(a={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0},e.splice(r,0,["enter",a,t[2]]),r++,n++,l=void 0,c=!0)}}return e[t][1]._spread=i,n}function i(e,t){n[e]=t}function a(e){return n[e]}function u(e,t){return n;function n(n){c.call(this,e(n),n),t&&t.call(this,n)}}function l(){this.stack.push({type:"fragment",children:[]})}function c(e,t,n){const r=undefined;return this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n]),e.position={start:oc(t.start)},e}function s(e){return t;function t(t){e&&e.call(this,t),f.call(this,t)}}function f(e,t){const n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+yi({start:e.start,end:e.end})+"): it\u2019s not open");if(r[0].type!==e.type)if(t)t.call(this,e,r[0]);else{const t=undefined;(r[1]||uc).call(this,e,r[0])}return n.position.end=oc(e.end),n}function p(){return la(this.stack.pop())}function d(){i("expectingFirstListItemValue",!0)}function h(e){if(a("expectingFirstListItemValue")){const t=undefined;this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),i("expectingFirstListItemValue")}}function g(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].lang=e}function m(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].meta=e}function v(){a("flowCodeInside")||(this.buffer(),i("flowCodeInside",!0))}function y(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),i("flowCodeInside")}function b(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function x(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Cu(this.sliceSerialize(e)).toLowerCase()}function w(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].title=e}function k(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].url=e}function E(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function S(){i("setextHeadingSlurpLineEnding",!0)}function T(e){const t=undefined;this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).charCodeAt(0)?1:2}function C(){i("setextHeadingSlurpLineEnding")}function A(e){const t=this.stack[this.stack.length-1];let n=t.children[t.children.length-1];n&&"text"===n.type||(n={type:"text",value:""},n.position={start:oc(e.start)},t.children.push(n)),this.stack.push(n)}function O(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=oc(e.end)}function P(e){const n=this.stack[this.stack.length-1];if(a("atHardBreak")){const t=undefined;return n.children[n.children.length-1].position.end=oc(e.end),void i("atHardBreak")}!a("setextHeadingSlurpLineEnding")&&t.canContainEols.includes(n.type)&&(A.call(this,e),O.call(this,e))}function L(){i("atHardBreak",!0)}function R(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function _(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function I(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].value=e}function N(){const e=this.stack[this.stack.length-1];if(a("inReference")){const t=a("referenceType")||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;i("referenceType")}function F(){const e=this.stack[this.stack.length-1];if(a("inReference")){const t=a("referenceType")||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;i("referenceType")}function M(e){const t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=Zl(t),n.identifier=Cu(t).toLowerCase()}function D(){const e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];if(i("inReference",!0),"link"===n.type){const t=e.children;n.children=t}else n.alt=t}function j(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].url=e}function z(){const e=this.resume(),t=undefined;this.stack[this.stack.length-1].title=e}function U(){i("inReference")}function q(){i("referenceType","collapsed")}function B(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Cu(this.sliceSerialize(e)).toLowerCase(),i("referenceType","full")}function V(e){i("characterReferenceType",e.type)}function H(e){const t=this.sliceSerialize(e),n=a("characterReferenceType");let r;if(n)r=Xl(t,"characterReferenceMarkerNumeric"===n?10:16),i("characterReferenceType");else{const e=undefined;r=nl(t)}const o=this.stack.pop();o.value+=r,o.position.end=oc(e.end)}function $(e){O.call(this,e);const t=undefined;this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function W(e){O.call(this,e);const t=undefined;this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function Q(){return{type:"blockquote",children:[]}}function G(){return{type:"code",lang:null,meta:null,value:""}}function K(){return{type:"inlineCode",value:""}}function Y(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function X(){return{type:"emphasis",children:[]}}function J(){return{type:"heading",depth:void 0,children:[]}}function Z(){return{type:"break"}}function ee(){return{type:"html",value:""}}function te(){return{type:"image",title:null,url:"",alt:null}}function ne(){return{type:"link",title:null,url:"",children:[]}}function re(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function oe(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function ie(){return{type:"paragraph",children:[]}}function ae(){return{type:"strong",children:[]}}function ue(){return{type:"text",value:""}}function le(){return{type:"thematicBreak"}}}function oc(e){return{line:e.line,column:e.column,offset:e.offset}}function ic(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?ic(e,r):ac(e,r)}}function ac(e,t){let n;for(n in t)if(tc.call(t,n))if("canContainEols"===n){const r=t[n];r&&e[n].push(...r)}else if("transforms"===n){const r=t[n];r&&e[n].push(...r)}else if("enter"===n||"exit"===n){const r=t[n];r&&Object.assign(e[n],r)}}function uc(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+yi({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+yi({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+yi({start:t.start,end:t.end})+") is still open")}function lc(e){const t=t=>{const n=this.data("settings");return nc(t,Object.assign({},n,e,{extensions:this.data("micromarkExtensions")||[],mdastExtensions:this.data("fromMarkdownExtensions")||[]}))};Object.assign(this,{Parser:t})}const cc=function(e,t,n){const r={type:String(e)};return null!=n||"string"!=typeof t&&!Array.isArray(t)?Object.assign(r,t):n=t,Array.isArray(n)?r.children=n:null!=n&&(r.value=String(n)),r},sc=function e(t,n,r,o,i){const a=fc(n);if(null!=r&&("number"!=typeof r||r<0||r===Number.POSITIVE_INFINITY))throw new Error("Expected positive finite index");if(!(null==o||e(o)&&o.children))throw new Error("Expected parent node");if(null==o!=(null==r))throw new Error("Expected both parent and index");return!(!t||!t.type||"string"!=typeof t.type)&&Boolean(a.call(i,t,r,o))},fc=function(e){if(null==e)return mc;if("string"==typeof e)return hc(e);if("object"==typeof e)return Array.isArray(e)?pc(e):dc(e);if("function"==typeof e)return gc(e);throw new Error("Expected function, string, or object as test")};function pc(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=fc(e[n]);return gc(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].call(this,...e))return!0;return!1}}function dc(e){return gc(t);function t(t){let n;for(n in e)if(t[n]!==e[n])return!1;return!0}}function hc(e){return gc(t);function t(t){return t&&t.type===e}}function gc(e){return t;function t(t,...n){return Boolean(t&&"object"==typeof t&&"type"in t&&Boolean(e.call(this,t,...n)))}}function mc(){return!0}function vc(e){return e}const yc=!0,bc=!1,xc="skip",wc=function(e,t,n,r){"function"==typeof t&&"function"!=typeof n&&(r=n,n=t,t=null);const o=fc(t),i=r?-1:1;function a(e,u,l){const c=e&&"object"==typeof e?e:{};if("string"==typeof c.type){const t="string"==typeof c.tagName?c.tagName:"string"==typeof c.name?c.name:void 0;Object.defineProperty(s,"name",{value:"node ("+e.type+(t?"<"+t+">":"")+")"})}return s;function s(){let c=[],s,f,p;if((!t||o(e,u,l[l.length-1]||null))&&(c=kc(n(e,l)),!1===c[0]))return c;if(e.children&&c[0]!==xc)for(f=(r?e.children.length:-1)+i,p=l.concat(e);f>-1&&f<e.children.length;){if(s=a(e.children[f],f,p)(),!1===s[0])return s;f="number"==typeof s[1]?s[1]:f+i}return c}}a(e,void 0,[])()};function kc(e){return Array.isArray(e)?e:"number"==typeof e?[!0,e]:[e]}const Ec=function(e,t,n,r){function o(e,t){const r=t[t.length-1];return n(e,r?r.children.indexOf(e):null,r)}"function"==typeof t&&"function"!=typeof n&&(r=n,n=t,t=null),wc(e,t,o,r)},Sc=Ac("start"),Tc=Ac("end");function Cc(e){return{start:Sc(e),end:Tc(e)}}function Ac(e){return t;function t(t){const n=t&&t.position&&t.position[e]||{};return{line:n.line||null,column:n.column||null,offset:n.offset>-1?n.offset:null}}}function Oc(e){return!(e&&e.position&&e.position.start&&e.position.start.line&&e.position.start.column&&e.position.end&&e.position.end.line&&e.position.end.column)}const Pc={}.hasOwnProperty;function Lc(e){const t=Object.create(null);if(!e||!e.type)throw new Error("mdast-util-definitions expected node");return Ec(e,"definition",e=>{const n=Rc(e.identifier);n&&!Pc.call(t,n)&&(t[n]=e)}),n;function n(e){const n=Rc(e);return n&&Pc.call(t,n)?t[n]:null}}function Rc(e){return String(e||"").toUpperCase()}const _c={}.hasOwnProperty;function Ic(e,t){const n=t.data||{};return"value"in t&&!(_c.call(n,"hName")||_c.call(n,"hProperties")||_c.call(n,"hChildren"))?e.augment(t,cc("text",t.value)):e(t,"div",Mc(e,t))}function Nc(e,t,n){const r=t&&t.type;let o;if(!r)throw new Error("Expected node, got `"+t+"`");return o=_c.call(e.handlers,r)?e.handlers[r]:e.passThrough&&e.passThrough.includes(r)?Fc:e.unknownHandler,("function"==typeof o?o:Ic)(e,t,n)}function Fc(e,t){return"children"in t?{...t,children:Mc(e,t)}:t}function Mc(e,t){const n=[];if("children"in t){const r=t.children;let o=-1;for(;++o<r.length;){const i=Nc(e,r[o],t);if(i){if(o&&"break"===r[o-1].type&&(Array.isArray(i)||"text"!==i.type||(i.value=i.value.replace(/^\s+/,"")),!Array.isArray(i)&&"element"===i.type)){const e=i.children[0];e&&"text"===e.type&&(e.value=e.value.replace(/^\s+/,""))}Array.isArray(i)?n.push(...i):n.push(i)}}}return n}function Dc(e,t){return e(t,"hr")}function jc(e,t){const n=[];let r=-1;for(t&&n.push(cc("text","\n"));++r<e.length;)r&&n.push(cc("text","\n")),n.push(e[r]);return t&&e.length>0&&n.push(cc("text","\n")),n}function zc(e,t){const n={},r=t.ordered?"ol":"ul",o=Mc(e,t);let i=-1;for("number"==typeof t.start&&1!==t.start&&(n.start=t.start);++i<o.length;){const e=o[i];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}return e(t,r,n,jc(o,!0))}function Uc(e){const t=e.footnoteById,n=e.footnoteOrder;let r=-1;const o=[];for(;++r<n.length;){const e=t[n[r].toUpperCase()];if(!e)continue;const i=String(r+1),a=[...e.children],u={type:"link",url:"#fnref"+i,data:{hProperties:{className:["footnote-back"],role:"doc-backlink"}},children:[{type:"text",value:"\u21a9"}]},l=a[a.length-1];l&&"paragraph"===l.type?l.children.push(u):a.push(u),o.push({type:"listItem",data:{hProperties:{id:"fn"+i,role:"doc-endnote"}},children:a,position:e.position})}return 0===o.length?null:e(null,"section",{className:["footnotes"],role:"doc-endnotes"},jc([Dc(e),zc(e,{type:"list",ordered:!0,children:o})],!0))}function qc(e,t){return e(t,"blockquote",jc(Mc(e,t),!0))}function Bc(e,t){return[e(t,"br"),cc("text","\n")]}function Vc(e,t){const n=t.value?t.value+"\n":"",r=t.lang&&t.lang.match(/^[^ \t]+(?=[ \t]|$)/),o={};r&&(o.className=["language-"+r]);const i=e(t,"code",o,[cc("text",n)]);return t.meta&&(i.data={meta:t.meta}),e(t.position,"pre",[i])}function Hc(e,t){return e(t,"del",Mc(e,t))}function $c(e,t){return e(t,"em",Mc(e,t))}function Wc(e,t){const n=e.footnoteOrder,r=String(t.identifier),o=n.indexOf(r),i=String(-1===o?n.push(r):o+1);return e(t,"a",{href:"#fn"+i,className:["footnote-ref"],id:"fnref"+i,role:"doc-noteref"},[e(t.position,"sup",[cc("text",i)])])}function Qc(e,t){const n=e.footnoteById,r=e.footnoteOrder;let o=1;for(;o in n;)o++;const i=String(o);return r.push(i),n[i]={type:"footnoteDefinition",identifier:i,children:[{type:"paragraph",children:t.children}],position:t.position},Wc(e,{type:"footnoteReference",identifier:i,position:t.position})}function Gc(e,t){return e(t,"h"+t.depth,Mc(e,t))}function Kc(e,t){return e.dangerous?e.augment(t,cc("raw",t.value)):null}var Yc=n(44),Xc=n.n(Yc);function Jc(e,t){const n=t.referenceType;let r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return cc("text","!["+t.alt+r);const o=Mc(e,t),i=o[0];i&&"text"===i.type?i.value="["+i.value:o.unshift(cc("text","["));const a=o[o.length-1];return a&&"text"===a.type?a.value+=r:o.push(cc("text",r)),o}function Zc(e,t){const n=e.definition(t.identifier);if(!n)return Jc(e,t);const r={src:Xc()(n.url||""),alt:t.alt};return null!==n.title&&void 0!==n.title&&(r.title=n.title),e(t,"img",r)}function es(e,t){const n={src:Xc()(t.url),alt:t.alt};return null!==t.title&&void 0!==t.title&&(n.title=t.title),e(t,"img",n)}function ts(e,t){return e(t,"code",[cc("text",t.value.replace(/\r?\n|\r/g," "))])}function ns(e,t){const n=e.definition(t.identifier);if(!n)return Jc(e,t);const r={href:Xc()(n.url||"")};return null!==n.title&&void 0!==n.title&&(r.title=n.title),e(t,"a",r,Mc(e,t))}function rs(e,t){const n={href:Xc()(t.url)};return null!==t.title&&void 0!==t.title&&(n.title=t.title),e(t,"a",n,Mc(e,t))}function os(e,t,n){const r=Mc(e,t),o=n?is(n):as(t),i={},a=[];if("boolean"==typeof t.checked){let n;r[0]&&"element"===r[0].type&&"p"===r[0].tagName?n=r[0]:(n=e(null,"p",[]),r.unshift(n)),n.children.length>0&&n.children.unshift(cc("text"," ")),n.children.unshift(e(null,"input",{type:"checkbox",checked:t.checked,disabled:!0})),i.className=["task-list-item"]}let u=-1;for(;++u<r.length;){const e=r[u];(o||0!==u||"element"!==e.type||"p"!==e.tagName)&&a.push(cc("text","\n")),"element"!==e.type||"p"!==e.tagName||o?a.push(e):a.push(...e.children)}const l=r[r.length-1];return!l||!o&&"tagName"in l&&"p"===l.tagName||a.push(cc("text","\n")),e(t,"li",i,a)}function is(e){let t=e.spread;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=as(n[r]);return Boolean(t)}function as(e){const t=e.spread;return null==t?e.children.length>1:t}function us(e,t){return e(t,"p",Mc(e,t))}function ls(e,t){return e.augment(t,cc("root",jc(Mc(e,t))))}function cs(e,t){return e(t,"strong",Mc(e,t))}function ss(e,t){const n=t.children;let r=-1;const o=t.align||[],i=[];for(;++r<n.length;){const a=n[r].children,u=0===r?"th":"td";let l=t.align?o.length:a.length;const c=[];for(;l--;){const t=a[l];c[l]=e(t,u,{align:o[l]},t?Mc(e,t):[])}i[r]=e(n[r],"tr",jc(c,!0))}return e(t,"table",jc([e(i[0].position,"thead",jc([i[0]],!0))].concat(i[1]?e({start:Sc(i[1]),end:Tc(i[i.length-1])},"tbody",jc(i.slice(1),!0)):[]),!0))}function fs(e,t){return e.augment(t,cc("text",String(t.value).replace(/[ \t]*(\r?\n|\r)[ \t]*/g,"$1")))}const ps={blockquote:qc,break:Bc,code:Vc,delete:Hc,emphasis:$c,footnoteReference:Wc,footnote:Qc,heading:Gc,html:Kc,imageReference:Zc,image:es,inlineCode:ts,linkReference:ns,link:rs,listItem:os,list:zc,paragraph:us,root:ls,strong:cs,table:ss,text:fs,thematicBreak:Dc,toml:ds,yaml:ds,definition:ds,footnoteDefinition:ds};function ds(){return null}const hs={}.hasOwnProperty;function gs(e,t){const n=t||{},r=n.allowDangerousHtml||!1,o={};return a.dangerous=r,a.definition=Lc(e),a.footnoteById=o,a.footnoteOrder=[],a.augment=i,a.handlers={...ps,...n.handlers},a.unknownHandler=n.unknownHandler,a.passThrough=n.passThrough,Ec(e,"footnoteDefinition",e=>{const t=String(e.identifier).toUpperCase();hs.call(o,t)||(o[t]=e)}),a;function i(e,t){if(e&&"data"in e&&e.data){const n=e.data;n.hName&&("element"!==t.type&&(t={type:"element",tagName:"",properties:{},children:[]}),t.tagName=n.hName),"element"===t.type&&n.hProperties&&(t.properties={...t.properties,...n.hProperties}),"children"in t&&t.children&&n.hChildren&&(t.children=n.hChildren)}if(e){const n="type"in e?e:{position:e};Oc(n)||(t.position={start:Sc(n),end:Tc(n)})}return t}function a(e,t,n,r){return Array.isArray(n)&&(r=n,n={}),i(e,{type:"element",tagName:t,properties:n||{},children:r||[]})}}function ms(e,t){const n=gs(e,t),r=Nc(n,e,null),o=Uc(n);return o&&r.children.push(cc("text","\n"),o),Array.isArray(r)?{type:"root",children:r}:r}const vs=undefined;var ys=function(e,t){return e&&"run"in e?bs(e,t):xs(e)};function bs(e,t){return(n,r,o)=>{e.run(ms(n,t),r,e=>{o(e)})}}function xs(e){return t=>ms(t,e)}var ws=n(3),ks=n.n(ws);class Es{constructor(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}}function Ss(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new Es(n,r,t)}function Ts(e){return e.toLowerCase()}Es.prototype.property={},Es.prototype.normal={},Es.prototype.space=null;class Cs{constructor(e,t){this.property=e,this.attribute=t}}Cs.prototype.space=null,Cs.prototype.boolean=!1,Cs.prototype.booleanish=!1,Cs.prototype.overloadedBoolean=!1,Cs.prototype.number=!1,Cs.prototype.commaSeparated=!1,Cs.prototype.spaceSeparated=!1,Cs.prototype.commaOrSpaceSeparated=!1,Cs.prototype.mustUseProperty=!1,Cs.prototype.defined=!1;let As=0;const Os=Fs(),Ps=Fs(),Ls=Fs(),Rs=Fs(),_s=Fs(),Is=Fs(),Ns=Fs();function Fs(){return 2**++As}const Ms=Object.keys(o);class Ds extends Cs{constructor(e,t,n,r){let i=-1;if(super(e,t),js(this,"space",r),"number"==typeof n)for(;++i<Ms.length;){const e=Ms[i];js(this,Ms[i],(n&o[e])===o[e])}}}function js(e,t,n){n&&(e[t]=n)}Ds.prototype.defined=!0;const zs={}.hasOwnProperty;function Us(e){const t={},n={};let r;for(r in e.properties)if(zs.call(e.properties,r)){const o=e.properties[r],i=new Ds(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Ts(r)]=r,n[Ts(i.attribute)]=r}return new Es(t,n,e.space)}const qs=Us({space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Bs=Us({space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Vs(e,t){return t in e?e[t]:t}function Hs(e,t){return Vs(e,t.toLowerCase())}const $s=Us({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Hs,properties:{xmlns:null,xmlnsXLink:null}}),Ws=Us({transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:Ps,ariaAutoComplete:null,ariaBusy:Ps,ariaChecked:Ps,ariaColCount:Rs,ariaColIndex:Rs,ariaColSpan:Rs,ariaControls:_s,ariaCurrent:null,ariaDescribedBy:_s,ariaDetails:null,ariaDisabled:Ps,ariaDropEffect:_s,ariaErrorMessage:null,ariaExpanded:Ps,ariaFlowTo:_s,ariaGrabbed:Ps,ariaHasPopup:null,ariaHidden:Ps,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:_s,ariaLevel:Rs,ariaLive:null,ariaModal:Ps,ariaMultiLine:Ps,ariaMultiSelectable:Ps,ariaOrientation:null,ariaOwns:_s,ariaPlaceholder:null,ariaPosInSet:Rs,ariaPressed:Ps,ariaReadOnly:Ps,ariaRelevant:null,ariaRequired:Ps,ariaRoleDescription:_s,ariaRowCount:Rs,ariaRowIndex:Rs,ariaRowSpan:Rs,ariaSelected:Ps,ariaSetSize:Rs,ariaSort:null,ariaValueMax:Rs,ariaValueMin:Rs,ariaValueNow:Rs,ariaValueText:null,role:null}}),Qs=Us({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Hs,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Is,acceptCharset:_s,accessKey:_s,action:null,allow:null,allowFullScreen:Os,allowPaymentRequest:Os,allowUserMedia:Os,alt:null,as:null,async:Os,autoCapitalize:null,autoComplete:_s,autoFocus:Os,autoPlay:Os,blocking:_s,capture:null,charSet:null,checked:Os,cite:null,className:_s,cols:Rs,colSpan:null,content:null,contentEditable:Ps,controls:Os,controlsList:_s,coords:Rs|Is,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Os,defer:Os,dir:null,dirName:null,disabled:Os,download:Ls,draggable:Ps,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Os,formTarget:null,headers:_s,height:Rs,hidden:Os,high:Rs,href:null,hrefLang:null,htmlFor:_s,httpEquiv:_s,id:null,imageSizes:null,imageSrcSet:null,inert:Os,inputMode:null,integrity:null,is:null,isMap:Os,itemId:null,itemProp:_s,itemRef:_s,itemScope:Os,itemType:_s,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Os,low:Rs,manifest:null,max:null,maxLength:Rs,media:null,method:null,min:null,minLength:Rs,multiple:Os,muted:Os,name:null,nonce:null,noModule:Os,noValidate:Os,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Os,optimum:Rs,pattern:null,ping:_s,placeholder:null,playsInline:Os,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Os,referrerPolicy:null,rel:_s,required:Os,reversed:Os,rows:Rs,rowSpan:Rs,sandbox:_s,scope:null,scoped:Os,seamless:Os,selected:Os,shadowRootClonable:Os,shadowRootDelegatesFocus:Os,shadowRootMode:null,shape:null,size:Rs,sizes:null,slot:null,span:Rs,spellCheck:Ps,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Rs,step:null,style:null,tabIndex:Rs,target:null,title:null,translate:null,type:null,typeMustMatch:Os,useMap:null,value:Ps,width:Rs,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:_s,axis:null,background:null,bgColor:null,border:Rs,borderColor:null,bottomMargin:Rs,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Os,declare:Os,event:null,face:null,frame:null,frameBorder:null,hSpace:Rs,leftMargin:Rs,link:null,longDesc:null,lowSrc:null,marginHeight:Rs,marginWidth:Rs,noResize:Os,noHref:Os,noShade:Os,noWrap:Os,object:null,profile:null,prompt:null,rev:null,rightMargin:Rs,rules:null,scheme:null,scrolling:Ps,standby:null,summary:null,text:null,topMargin:Rs,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Rs,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Os,disableRemotePlayback:Os,prefix:null,property:null,results:Rs,security:null,unselectable:null}}),Gs=Us({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Vs,properties:{about:Ns,accentHeight:Rs,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Rs,amplitude:Rs,arabicForm:null,ascent:Rs,attributeName:null,attributeType:null,azimuth:Rs,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Rs,by:null,calcMode:null,capHeight:Rs,className:_s,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Rs,diffuseConstant:Rs,direction:null,display:null,dur:null,divisor:Rs,dominantBaseline:null,download:Os,dx:null,dy:null,edgeMode:null,editable:null,elevation:Rs,enableBackground:null,end:null,event:null,exponent:Rs,externalResourcesRequired:null,fill:null,fillOpacity:Rs,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Is,g2:Is,glyphName:Is,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Rs,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Rs,horizOriginX:Rs,horizOriginY:Rs,id:null,ideographic:Rs,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Rs,k:Rs,k1:Rs,k2:Rs,k3:Rs,k4:Rs,kernelMatrix:Ns,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Rs,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Rs,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Rs,overlineThickness:Rs,paintOrder:null,panose1:null,path:null,pathLength:Rs,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:_s,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Rs,pointsAtY:Rs,pointsAtZ:Rs,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ns,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ns,rev:Ns,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ns,requiredFeatures:Ns,requiredFonts:Ns,requiredFormats:Ns,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Rs,specularExponent:Rs,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Rs,strikethroughThickness:Rs,string:null,stroke:null,strokeDashArray:Ns,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Rs,strokeOpacity:Rs,strokeWidth:null,style:null,surfaceScale:Rs,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ns,tabIndex:Rs,tableValues:null,target:null,targetX:Rs,targetY:Rs,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ns,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Rs,underlineThickness:Rs,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Rs,values:null,vAlphabetic:Rs,vMathematical:Rs,vectorEffect:null,vHanging:Rs,vIdeographic:Rs,version:null,vertAdvY:Rs,vertOriginX:Rs,vertOriginY:Rs,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Rs,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Ks=Ss([Bs,qs,$s,Ws,Qs],"html"),Ys=Ss([Bs,qs,$s,Ws,Gs],"svg");function Xs(e){if(e.allowedElements&&e.disallowedElements)throw new TypeError("Only one of `allowedElements` and `disallowedElements` should be defined");if(e.allowedElements||e.disallowedElements||e.allowElement)return t=>{Ec(t,"element",(t,n,r)=>{const o=r;let i;if(e.allowedElements?i=!e.allowedElements.includes(t.tagName):e.disallowedElements&&(i=e.disallowedElements.includes(t.tagName)),!i&&e.allowElement&&"number"==typeof n&&(i=!e.allowElement(t,n,o)),i&&"number"==typeof n)return e.unwrapDisallowed&&t.children?o.children.splice(n,1,...t.children):o.children.splice(n,1),n})}}const Js=["http","https","mailto","tel"];function Zs(e){const t=(e||"").trim(),n=t.charAt(0);if("#"===n||"/"===n)return t;const r=t.indexOf(":");if(-1===r)return t;let o=-1;for(;++o<Js.length;){const e=Js[o];if(r===e.length&&t.slice(0,e.length).toLowerCase()===e)return t}return o=t.indexOf("?"),-1!==o&&r>o?t:(o=t.indexOf("#"),-1!==o&&r>o?t:"javascript:void(0)")}var ef=n(171),tf=n.n(ef);function nf(e){const t=e&&"object"==typeof e&&"text"===e.type?e.value||"":e;return"string"==typeof t&&""===t.replace(/[ \t\n\f\r]/g,"")}const rf=/^data[-\w.:]+$/i,of=/-[a-z]/g,af=/[A-Z]/g;function uf(e,t){const n=Ts(t);let r=t,o=Cs;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&rf.test(t)){if("-"===t.charAt(4)){const e=t.slice(5).replace(of,cf);r="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{const e=t.slice(4);if(!of.test(e)){let n=e.replace(af,lf);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}o=Ds}return new o(r,t)}function lf(e){return"-"+e.toLowerCase()}function cf(e){return e.charAt(1).toUpperCase()}const sf={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};function ff(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function pf(e){return e.join(" ").trim()}function df(e){const t=[],n=String(e||"");let r=n.indexOf(","),o=0,i=!1;for(;!i;){-1===r&&(r=n.length,i=!0);const e=n.slice(o,r).trim();!e&&i||t.push(e),o=r+1,r=n.indexOf(",",o)}return t}function hf(e,t){const n=t||{},r=undefined;return(""===e[e.length-1]?[...e,""]:e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}var gf=n(172),mf=n.n(gf);const vf={}.hasOwnProperty,yf=new Set(["table","thead","tbody","tfoot","tr"]);function bf(e,t){const n=[];let r=-1,o;for(;++r<t.children.length;)o=t.children[r],"element"===o.type?n.push(xf(e,o,r,t)):"text"===o.type?"element"===t.type&&yf.has(t.tagName)&&nf(o)||n.push(o.value):"raw"!==o.type||e.options.skipHtml||n.push(o.value);return n}function xf(e,t,n,r){const o=e.options,i=e.schema,a=t.tagName,u={};let l=i,c;if("html"===i.space&&"svg"===a&&(l=Ys,e.schema=l),t.properties)for(c in t.properties)vf.call(t.properties,c)&&Ef(u,c,t.properties[c],e);"ol"!==a&&"ul"!==a||e.listDepth++;const s=bf(e,t);"ol"!==a&&"ul"!==a||e.listDepth--,e.schema=i;const f=t.position||{start:{line:null,column:null,offset:null},end:{line:null,column:null,offset:null}},p=o.components&&vf.call(o.components,a)?o.components[a]:a,d="string"==typeof p||p===er.a.Fragment;if(!tf.a.isValidElementType(p))throw new TypeError(`Component for name \`${a}\` not defined or is not renderable`);if(u.key=[a,f.start.line,f.start.column,n].join("-"),"a"===a&&o.linkTarget&&(u.target="function"==typeof o.linkTarget?o.linkTarget(String(u.href||""),t.children,"string"==typeof u.title?u.title:null):o.linkTarget),"a"===a&&o.transformLinkUri&&(u.href=o.transformLinkUri(String(u.href||""),t.children,"string"==typeof u.title?u.title:null)),d||"code"!==a||"element"!==r.type||"pre"===r.tagName||(u.inline=!0),d||"h1"!==a&&"h2"!==a&&"h3"!==a&&"h4"!==a&&"h5"!==a&&"h6"!==a||(u.level=Number.parseInt(a.charAt(1),10)),"img"===a&&o.transformImageUri&&(u.src=o.transformImageUri(String(u.src||""),String(u.alt||""),"string"==typeof u.title?u.title:null)),!d&&"li"===a&&"element"===r.type){const e=wf(t);u.checked=e&&e.properties?Boolean(e.properties.checked):null,u.index=kf(r,t),u.ordered="ol"===r.tagName}return d||"ol"!==a&&"ul"!==a||(u.ordered="ol"===a,u.depth=e.listDepth),"td"!==a&&"th"!==a||(u.align&&(u.style||(u.style={}),u.style.textAlign=u.align,delete u.align),d||(u.isHeader="th"===a)),d||"tr"!==a||"element"!==r.type||(u.isHeader=Boolean("thead"===r.tagName)),o.sourcePos&&(u["data-sourcepos"]=Cf(f)),!d&&o.rawSourcePos&&(u.sourcePosition=t.position),!d&&o.includeElementIndex&&(u.index=kf(r,t),u.siblingCount=kf(r)),d||(u.node=t),s.length>0?er.a.createElement(p,u,s):er.a.createElement(p,u)}function wf(e){let t=-1;for(;++t<e.children.length;){const n=e.children[t];if("element"===n.type&&"input"===n.tagName)return n}return null}function kf(e,t){let n=-1,r=0;for(;++n<e.children.length&&e.children[n]!==t;)"element"===e.children[n].type&&r++;return r}function Ef(e,t,n,r){const o=uf(r.schema,t);let i=n;null!=i&&i==i&&(Array.isArray(i)&&(i=o.commaSeparated?hf(i):pf(i)),"style"===o.property&&"string"==typeof i&&(i=Sf(i)),o.space&&o.property?e[vf.call(sf,o.property)?sf[o.property]:o.property]=i:o.attribute&&(e[o.attribute]=i))}function Sf(e){const t={};try{mf()(e,n)}catch{}return t;function n(e,n){const r="-ms-"===e.slice(0,4)?"ms-"+e.slice(4):e;t[r.replace(/-([a-z])/g,Tf)]=n}}function Tf(e,t){return t.toUpperCase()}function Cf(e){return[e.start.line,":",e.start.column,"-",e.end.line,":",e.end.column].map(e=>String(e)).join("")}const Af={}.hasOwnProperty,Of="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Pf={renderers:{to:"components",id:"change-renderers-to-components"},astPlugins:{id:"remove-buggy-html-in-markdown-parser"},allowDangerousHtml:{id:"remove-buggy-html-in-markdown-parser"},escapeHtml:{id:"remove-buggy-html-in-markdown-parser"},source:{to:"children",id:"change-source-to-children"},allowNode:{to:"allowElement",id:"replace-allownode-allowedtypes-and-disallowedtypes"},allowedTypes:{to:"allowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},disallowedTypes:{to:"disallowedElements",id:"replace-allownode-allowedtypes-and-disallowedtypes"},includeNodeIndex:{to:"includeElementIndex",id:"change-includenodeindex-to-includeelementindex"}};function Lf(e){for(const t in Pf)if(Af.call(Pf,t)&&Af.call(e,t)){const e=Pf[t];console.warn(`[react-markdown] Warning: please ${e.to?`use \`${e.to}\` instead of`:"remove"} \`${t}\` (see <${Of}#${e.id}> for more info)`),delete Pf[t]}const t=Gi().use(lc).use(e.remarkPlugins||e.plugins||[]).use(ys,{allowDangerousHtml:!0}).use(e.rehypePlugins||[]).use(Xs,e),n=new Di;"string"==typeof e.children?n.value=e.children:void 0!==e.children&&null!==e.children&&console.warn(`[react-markdown] Warning: please pass a string as \`children\` (not: \`${e.children}\`)`);const r=t.runSync(t.parse(n),n);if("root"!==r.type)throw new TypeError("Expected a `root` node");let o=er.a.createElement(er.a.Fragment,{},bf({options:e,schema:Ks,listDepth:0},r));return e.className&&(o=er.a.createElement("div",{className:e.className},o)),o}function Rf(e){var t=e.data,n=void 0===t?{}:t,r=n.displayName,o=n.description,i=n.props;return console.log(n),er.a.createElement("div",{className:"markdown"},er.a.createElement("h3",null,r),er.a.createElement("p",null,o),er.a.createElement("table",null,er.a.createElement("thead",null,er.a.createElement("tr",null,er.a.createElement("th",null,"\u5c5e\u6027\u540d"),er.a.createElement("th",null,"\u63cf\u8ff0"),er.a.createElement("th",null,"\u7c7b\u578b"),er.a.createElement("th",null,"\u5fc5\u586b"),er.a.createElement("th",null,"\u9ed8\u8ba4\u503c"))),er.a.createElement("tbody",null,Object.keys(i).map((function(e){var t,n,r;return er.a.createElement("tr",{key:e},er.a.createElement("td",null,e),er.a.createElement("td",null,er.a.createElement(Lf,null,i[e].description)),er.a.createElement("td",null,(null===(t=i[e].type)||void 0===t?void 0:t.raw)||(null===(n=i[e].type)||void 0===n?void 0:n.name)),er.a.createElement("td",null,i[e].required&&"\u2713"),er.a.createElement("td",null,null===(r=i[e].defaultValue)||void 0===r?void 0:r.value))})))))}Lf.defaultProps={transformLinkUri:Zs},Lf.propTypes={children:ks.a.string,className:ks.a.string,allowElement:ks.a.func,allowedElements:ks.a.arrayOf(ks.a.string),disallowedElements:ks.a.arrayOf(ks.a.string),unwrapDisallowed:ks.a.bool,remarkPlugins:ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func,ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func]))])),rehypePlugins:ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func,ks.a.arrayOf(ks.a.oneOfType([ks.a.object,ks.a.func]))])),sourcePos:ks.a.bool,rawSourcePos:ks.a.bool,skipHtml:ks.a.bool,includeElementIndex:ks.a.bool,transformLinkUri:ks.a.oneOfType([ks.a.func,ks.a.bool]),linkTarget:ks.a.oneOfType([ks.a.func,ks.a.string]),transformImageUri:ks.a.func,components:ks.a.object};var _f=n(409),If=function e(t){var n=t.data,r=t.children,o=n.filename,i=n.meta,a=n.highlightedCode,u=n.highlightedStyle,l=n.markdownContent,c=n.readme,s=n.reactDocs,f=l||"",p=f.match(/<style>([\s\S]*?)<\/style>/);if(p){var d=p[1],h=d.split("}").map((function(e){var t=e;return"."===e[0]&&(t="#"+o+" "+t),""+t})).join("}");f=f.replace(d,h)}return er.a.createElement("div",null,Ff(i),Nf(c),er.a.createElement("div",{className:"preview"},Mf(f),er.a.createElement(gi,{filename:o,highlightedCode:a,highlightedStyle:u},r)),null==s?void 0:s.map((function(e){return er.a.createElement(Rf,{key:e.filename,data:e})})))};function Nf(e){return void 0===e&&(e=void 0),e?Mf(e):null}function Ff(e){return e?er.a.createElement("div",{className:"meta"},er.a.createElement("ul",{className:"meta-list"},e.map((function(e){return er.a.createElement("li",{className:"meta-item"},e.key,": ",e.value)})))):null}function Mf(e){return er.a.createElement("div",{className:"markdown",dangerouslySetInnerHTML:{__html:e}})}var Df=n(50),jf=n.n(Df),zf=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChange=function(e){var t=e.target.value||"",r=n.props.items.filter((function(e){var n=Array.isArray(e)?e[0]:e,r=(n.demoKey||n.title).toLocaleLowerCase(),o=t.toLocaleLowerCase();return r.includes(o)}));n.setState({value:t,menus:r})},n.state={value:"",menus:t.items},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this.props.matchedFilename,n=this.state,r=n.value,o=n.menus;return er.a.createElement("div",{className:jf.a.sidebar},er.a.createElement("div",{className:jf.a.searchbox,style:{display:"none"}},er.a.createElement("input",{type:"text",className:jf.a.input,placeholder:"Type to search...",value:r,onChange:this.handleChange})),er.a.createElement("dl",{className:jf.a.menuList},o.map((function(e,n){var r=Array.isArray(e)?e[0]:e;return er.a.createElement("dt",{className:jf.a.item+(t===(r.demoKey||r.filename)?" "+jf.a.selected:""),key:(r.demoKey||r.filename)+"-"+n},er.a.createElement(ni,{to:"?demo="+(r.demoKey||r.filename)},r.demoKey||r.title))}))))},t}(er.a.Component),Uf=n(51),qf=n.n(Uf),Bf=function e(t){var n=t.demos,r=t.children,o=t.matchedFilename;return er.a.createElement("div",null,er.a.createElement("div",{className:qf.a.nav},"Docs"),er.a.createElement("div",{className:qf.a.container},er.a.createElement(zf,{items:n,matchedFilename:o}),er.a.createElement("div",{className:qf.a.main},r)))},Vf=function(e){function t(t){var n;return(n=e.call(this,t)||this).handleChangeHash=function(){setTimeout((function(){n.setState({currentHash:window.location.hash})}),0)},n.state={currentHash:window.location.hash},n}var n;return pi()(t,e),t.prototype.render=function e(){var t=this,n=this.props,r=n.demos,o=n.children,i=n.reactDocs,a=this.state.currentHash;return er.a.createElement("div",null,er.a.createElement("div",{className:qf.a.layout},o),er.a.createElement("ul",{className:qf.a.fixNav},r.map((function(e){return er.a.createElement("li",{key:e.filename,className:a.replace("#container_","")===e.filename?qf.a.selected:""},er.a.createElement("a",{href:"#container_"+e.filename,onClick:t.handleChangeHash},e.title||e.filename))})),i&&i.length>0&&er.a.createElement("li",null,er.a.createElement("a",{href:"#container_api",onClick:this.handleChangeHash},"API"))))},t}(er.a.Component),Hf=["demoData"],$f=function e(t){var n=t.demoData,r=t.readmeData,o=t.reactDocs,i,a=((r?[].concat(r,n):n)||[]).sort((function(e,t){return e.order-t.order})),u=!(!o||!o.length);return er.a.createElement(Vf,{demos:a,reactDocs:o},a.map((function(e){var t=e.component;return er.a.createElement("div",{key:e.filename},er.a.createElement("a",{name:"container_"+e.filename}),e.title&&"readme"!==e.filename&&er.a.createElement("h3",null,e.title),er.a.createElement(If,{data:e},"function"==typeof t&&er.a.createElement(t,null)))})),u&&er.a.createElement("div",null,er.a.createElement("h2",null,"API"),er.a.createElement("a",{name:"container_api"}),o.map((function(e){return er.a.createElement(Rf,{key:e.filename,data:e})}))))},Wf=function e(t){var n=t.location,r=t.demoData,o=t.readmeData,i,a=si.parse(n&&n.search).demo,u=r.find((function(e){return e[0]&&e[0].demoKey===a}));return er.a.createElement(Bf,{demos:[].concat(o,r),matchedFilename:a},u?er.a.createElement($f,{demoData:u}):er.a.createElement(If,{data:o}))},Qf=function e(t){var n=function e(n){return er.a.createElement(Wf,sr()({},t,n))};return er.a.createElement(Go,null,er.a.createElement(Mo,null,er.a.createElement(Oo,{path:"/",render:n})))},Gf,Kf=function e(t){var n=t.demoData,r=lr()(t,Hf),o;return n.length>1?er.a.createElement(Qf,sr()({},r,{demoData:n})):er.a.createElement($f,sr()({},r,{demoData:n[0]}))};function Yf(e){return(Yf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Xf(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Jf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Xf(Object(n),!0).forEach((function(t){Zf(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Xf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Zf(e,t,n){return(t=ep(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ep(e){var t=tp(e,"string");return"symbol"==Yf(t)?t:t+""}function tp(e,t){if("object"!=Yf(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=Yf(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var np={},rp=or.map((function(e){var t;return e.demos.map((function(e){return Jf(Jf({},e),{},{component:np["".concat(e.demoKey,"_").concat(e.filename)]})}))})),op={meta:{},readme:'<h1>ydb-components-material<a id="user-content-ydb-components-material" name="ydb-components-material" class="anchor" aria-hidden="true" href="#ydb-components-material"><span class="octicon octicon-link"></span></a></h1><p>\u4e00\u4e2a\u9762\u5411 PC \u7684\u4e1a\u52a1\u7ec4\u4ef6\u5e93</p>\n<h2>\u8c03\u8bd5<a id="user-content-\u8c03\u8bd5" name="\u8c03\u8bd5" class="anchor" aria-hidden="true" href="#\u8c03\u8bd5"><span class="octicon octicon-link"></span></a></h2><p>\u542f\u52a8\u8c03\u8bd5</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm run lowcode<span class="token operator">:</span>dev # \u6253\u5f00\u5f00\u53d1\u73af\u5883\uff0c\u8fd0\u884c\u6240\u6709\u7ec4\u4ef6</code></pre>\n </div>\n </div>\n<p>\u6784\u5efa</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm run lowcode<span class="token operator">:</span>build\n</code></pre>\n </div>\n </div>\n<p>package.json \u6587\u4ef6\u91cc version \u7248\u672c\u53f7\u52a0\u4e00\u4e0b \u53d1\u5305\u7684\u65f6\u5019\u7528node16</p>\n\n <div class="markdown">\n <div class="highlight highlight-jsx">\n <pre><code language="jsx">npm publish <span class="token operator">--</span>tag latest</code></pre>\n </div>\n </div>\n'},ip=Jf({readme:op.readme||void 0,href:"/?demo=readme",filename:"readme",title:op.title||"Readme",order:0},op.meta),ap={};nr.a.render(er.a.createElement(Kf,{readmeData:ip,demoData:rp,env:"production",templateProps:ap,reactDocs:ar}),document.getElementById("root"))}]);
|