(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2069],{94470:function(module){"use strict";var hasOwn=Object.prototype.hasOwnProperty,toStr=Object.prototype.toString,defineProperty=Object.defineProperty,gOPD=Object.getOwnPropertyDescriptor,isArray=function(arr){return"function"==typeof Array.isArray?Array.isArray(arr):"[object Array]"===toStr.call(arr)},isPlainObject=function(obj){if(!obj||"[object Object]"!==toStr.call(obj))return!1;var key,hasOwnConstructor=hasOwn.call(obj,"constructor"),hasIsPrototypeOf=obj.constructor&&obj.constructor.prototype&&hasOwn.call(obj.constructor.prototype,"isPrototypeOf");if(obj.constructor&&!hasOwnConstructor&&!hasIsPrototypeOf)return!1;for(key in obj);return void 0===key||hasOwn.call(obj,key)},setProperty=function(target,options){defineProperty&&"__proto__"===options.name?defineProperty(target,options.name,{enumerable:!0,configurable:!0,value:options.newValue,writable:!0}):target[options.name]=options.newValue},getProperty=function(obj,name){if("__proto__"===name){if(!hasOwn.call(obj,name))return;if(gOPD)return gOPD(obj,name).value}return obj[name]};module.exports=function extend(){var options,name,src,copy,copyIsArray,clone,target=arguments[0],i=1,length=arguments.length,deep=!1;for("boolean"==typeof target&&(deep=target,target=arguments[1]||{},i=2),(null==target||"object"!=typeof target&&"function"!=typeof target)&&(target={});i * @license MIT */ module.exports=function(obj){return null!=obj&&null!=obj.constructor&&"function"==typeof obj.constructor.isBuffer&&obj.constructor.isBuffer(obj)}},27561:function(module,__unused_webpack_exports,__webpack_require__){var trimmedEndIndex=__webpack_require__(67990),reTrimStart=/^\s+/;module.exports=function(string){return string?string.slice(0,trimmedEndIndex(string)+1).replace(reTrimStart,""):string}},67990:function(module){var reWhitespace=/\s/;module.exports=function(string){for(var index=string.length;index--&&reWhitespace.test(string.charAt(index)););return index}},23279:function(module,__unused_webpack_exports,__webpack_require__){var isObject=__webpack_require__(13218),now=__webpack_require__(7771),toNumber=__webpack_require__(14841),nativeMax=Math.max,nativeMin=Math.min;module.exports=function(func,wait,options){var lastArgs,lastThis,maxWait,result,timerId,lastCallTime,lastInvokeTime=0,leading=!1,maxing=!1,trailing=!0;if("function"!=typeof func)throw TypeError("Expected a function");function invokeFunc(time){var args=lastArgs,thisArg=lastThis;return lastArgs=lastThis=void 0,lastInvokeTime=time,result=func.apply(thisArg,args)}function shouldInvoke(time){var timeSinceLastCall=time-lastCallTime,timeSinceLastInvoke=time-lastInvokeTime;return void 0===lastCallTime||timeSinceLastCall>=wait||timeSinceLastCall<0||maxing&&timeSinceLastInvoke>=maxWait}function timerExpired(){var timeSinceLastCall,timeSinceLastInvoke,timeWaiting,time=now();if(shouldInvoke(time))return trailingEdge(time);timerId=setTimeout(timerExpired,(timeSinceLastCall=time-lastCallTime,timeSinceLastInvoke=time-lastInvokeTime,timeWaiting=wait-timeSinceLastCall,maxing?nativeMin(timeWaiting,maxWait-timeSinceLastInvoke):timeWaiting))}function trailingEdge(time){return(timerId=void 0,trailing&&lastArgs)?invokeFunc(time):(lastArgs=lastThis=void 0,result)}function debounced(){var time,time1=now(),isInvoking=shouldInvoke(time1);if(lastArgs=arguments,lastThis=this,lastCallTime=time1,isInvoking){if(void 0===timerId)return lastInvokeTime=time=lastCallTime,timerId=setTimeout(timerExpired,wait),leading?invokeFunc(time):result;if(maxing)return clearTimeout(timerId),timerId=setTimeout(timerExpired,wait),invokeFunc(lastCallTime)}return void 0===timerId&&(timerId=setTimeout(timerExpired,wait)),result}return wait=toNumber(wait)||0,isObject(options)&&(leading=!!options.leading,maxWait=(maxing="maxWait"in options)?nativeMax(toNumber(options.maxWait)||0,wait):maxWait,trailing="trailing"in options?!!options.trailing:trailing),debounced.cancel=function(){void 0!==timerId&&clearTimeout(timerId),lastInvokeTime=0,lastArgs=lastCallTime=lastThis=timerId=void 0},debounced.flush=function(){return void 0===timerId?result:trailingEdge(now())},debounced}},33448:function(module,__unused_webpack_exports,__webpack_require__){var baseGetTag=__webpack_require__(44239),isObjectLike=__webpack_require__(37005);module.exports=function(value){return"symbol"==typeof value||isObjectLike(value)&&"[object Symbol]"==baseGetTag(value)}},7771:function(module,__unused_webpack_exports,__webpack_require__){var root=__webpack_require__(55639);module.exports=function(){return root.Date.now()}},14841:function(module,__unused_webpack_exports,__webpack_require__){var baseTrim=__webpack_require__(27561),isObject=__webpack_require__(13218),isSymbol=__webpack_require__(33448),NAN=0/0,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;module.exports=function(value){if("number"==typeof value)return value;if(isSymbol(value))return NAN;if(isObject(value)){var other="function"==typeof value.valueOf?value.valueOf():value;value=isObject(other)?other+"":other}if("string"!=typeof value)return 0===value?value:+value;value=baseTrim(value);var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NAN:+value}},71471:function(__unused_webpack_module,exports){"use strict";/** * @license React * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var u,b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t=Symbol.for("react.offscreen");function v(a){if("object"==typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}u=Symbol.for("react.module.reference"),exports.ContextConsumer=h,exports.ContextProvider=g,exports.Element=b,exports.ForwardRef=l,exports.Fragment=d,exports.Lazy=q,exports.Memo=p,exports.Portal=c,exports.Profiler=f,exports.StrictMode=e,exports.Suspense=m,exports.SuspenseList=n,exports.isAsyncMode=function(){return!1},exports.isConcurrentMode=function(){return!1},exports.isContextConsumer=function(a){return v(a)===h},exports.isContextProvider=function(a){return v(a)===g},exports.isElement=function(a){return"object"==typeof a&&null!==a&&a.$$typeof===b},exports.isForwardRef=function(a){return v(a)===l},exports.isFragment=function(a){return v(a)===d},exports.isLazy=function(a){return v(a)===q},exports.isMemo=function(a){return v(a)===p},exports.isPortal=function(a){return v(a)===c},exports.isProfiler=function(a){return v(a)===f},exports.isStrictMode=function(a){return v(a)===e},exports.isSuspense=function(a){return v(a)===m},exports.isSuspenseList=function(a){return v(a)===n},exports.isValidElementType=function(a){return"string"==typeof a||"function"==typeof a||a===d||a===f||a===e||a===m||a===n||a===t||"object"==typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)},exports.typeOf=v},82143:function(module,__unused_webpack_exports,__webpack_require__){"use strict";module.exports=__webpack_require__(71471)},57848:function(module,__unused_webpack_exports,__webpack_require__){var parse=__webpack_require__(18139);module.exports=function(style,iterator){var declaration,property,value,output=null;if(!style||"string"!=typeof style)return output;for(var declarations=parse(style),hasIterator="function"==typeof iterator,i=0,len=declarations.length;ipath.length){for(;index--;)if(47===path.charCodeAt(index)){if(seenNonSlash){start=index+1;break}}else end<0&&(seenNonSlash=!0,end=index+1);return end<0?"":path.slice(start,end)}if(ext===path)return"";let firstNonSlashEnd=-1,extIndex=ext.length-1;for(;index--;)if(47===path.charCodeAt(index)){if(seenNonSlash){start=index+1;break}}else firstNonSlashEnd<0&&(seenNonSlash=!0,firstNonSlashEnd=index+1),extIndex>-1&&(path.charCodeAt(index)===ext.charCodeAt(extIndex--)?extIndex<0&&(end=index):(extIndex=-1,end=firstNonSlashEnd));return start===end?end=firstNonSlashEnd:end<0&&(end=path.length),path.slice(start,end)},dirname:function(path){let unmatchedSlash;if(assertPath(path),0===path.length)return".";let end=-1,index=path.length;for(;--index;)if(47===path.charCodeAt(index)){if(unmatchedSlash){end=index;break}}else unmatchedSlash||(unmatchedSlash=!0);return end<0?47===path.charCodeAt(0)?"/":".":1===end&&47===path.charCodeAt(0)?"//":path.slice(0,end)},extname:function(path){let unmatchedSlash;assertPath(path);let index=path.length,end=-1,startPart=0,startDot=-1,preDotState=0;for(;index--;){let code=path.charCodeAt(index);if(47===code){if(unmatchedSlash){startPart=index+1;break}continue}end<0&&(unmatchedSlash=!0,end=index+1),46===code?startDot<0?startDot=index:1!==preDotState&&(preDotState=1):startDot>-1&&(preDotState=-1)}return startDot<0||end<0||0===preDotState||1===preDotState&&startDot===end-1&&startDot===startPart+1?"":path.slice(startDot,end)},join:function(...segments){let joined,index=-1;for(;++index2){if((lastSlashIndex=result.lastIndexOf("/"))!==result.length-1){lastSlashIndex<0?(result="",lastSegmentLength=0):lastSegmentLength=(result=result.slice(0,lastSlashIndex)).length-1-result.lastIndexOf("/"),lastSlash=index,dots=0;continue}}else if(result.length>0){result="",lastSegmentLength=0,lastSlash=index,dots=0;continue}}allowAboveRoot&&(result=result.length>0?result+"/..":"..",lastSegmentLength=2)}else result.length>0?result+="/"+path.slice(lastSlash+1,index):result=path.slice(lastSlash+1,index),lastSegmentLength=index-lastSlash-1;lastSlash=index,dots=0}else 46===code&&dots>-1?dots++:dots=-1}return result}(path,!absolute);return 0!==value.length||absolute||(value="."),value.length>0&&47===path.charCodeAt(path.length-1)&&(value+="/"),absolute?"/"+value:value}(joined)},sep:"/"};function assertPath(path){if("string"!=typeof path)throw TypeError("Path must be a string. Received "+JSON.stringify(path))}let proc={cwd:function(){return"/"}};function isUrl(fileURLOrPath){return null!==fileURLOrPath&&"object"==typeof fileURLOrPath&&fileURLOrPath.href&&fileURLOrPath.origin}let order=["history","path","basename","stem","extname","dirname"];class VFile{constructor(value){let options,prop;options=value?"string"==typeof value||is_buffer(value)?{value}:isUrl(value)?{path:value}:value:{},this.data={},this.messages=[],this.history=[],this.cwd=proc.cwd(),this.value,this.stored,this.result,this.map;let index=-1;for(;++indexparameters.length;fnExpectsCallback&¶meters.push(done);try{result=middleware.apply(this,parameters)}catch(error){if(fnExpectsCallback&&called)throw error;return done(error)}fnExpectsCallback||(result instanceof Promise?result.then(then,done):result instanceof Error?done(result):then(result))};function done(error,...output){called||(called=!0,callback(error,...output))}function then(value){done(null,value)}})(fn,next)(...output):callback(null,...output)}(null,...values)},use:function(middelware){if("function"!=typeof middelware)throw TypeError("Expected `middelware` to be a function, not "+middelware);return fns.push(middelware),pipeline}};return pipeline}(),attachers=[],namespace={},freezeIndex=-1;return processor.data=function(key,value){return"string"==typeof key?2==arguments.length?(assertUnfrozen("data",frozen),namespace[key]=value,processor):own.call(namespace,key)&&namespace[key]||null:key?(assertUnfrozen("data",frozen),namespace=key,processor):namespace},processor.Parser=void 0,processor.Compiler=void 0,processor.freeze=function(){if(frozen)return processor;for(;++freezeIndex{if(!error&&tree&&file){let result=processor.stringify(tree,file);null==result||("string"==typeof result||is_buffer(result)?file.value=result:file.result=result),done(error,file)}else done(error)})}executor(null,callback)},processor.processSync=function(doc){let complete;processor.freeze(),assertParser("processSync",processor.Parser),assertCompiler("processSync",processor.Compiler);let file=vfile(doc);return processor.process(file,function(error){complete=!0,bail(error)}),assertDone("processSync","process",complete),file},processor;function processor(){let destination=base(),index=-1;for(;++indexend?0:end+start:start>end?end:start,remove=remove>0?remove:0,items.length<1e4)(parameters=Array.from(items)).unshift(start,remove),[].splice.apply(list,parameters);else for(remove&&[].splice.apply(list,[start,remove]);chunkStart0?(splice(list,list.length,0,items),list):items}let micromark_util_combine_extensions_hasOwnProperty={}.hasOwnProperty,asciiAlpha=regexCheck(/[A-Za-z]/),asciiDigit=regexCheck(/\d/),asciiHexDigit=regexCheck(/[\dA-Fa-f]/),asciiAlphanumeric=regexCheck(/[\dA-Za-z]/),asciiPunctuation=regexCheck(/[!-/:-@[-`{-~]/),asciiAtext=regexCheck(/[#-'*+\--9=?A-Z^-~]/);function asciiControl(code){return null!==code&&(code<32||127===code)}function markdownLineEndingOrSpace(code){return null!==code&&(code<0||32===code)}function markdownLineEnding(code){return null!==code&&code<-2}function markdownSpace(code){return -2===code||-1===code||32===code}let unicodeWhitespace=regexCheck(/\s/),unicodePunctuation=regexCheck(/[!-/:-@[-`{-~\u00A1\u00A7\u00AB\u00B6\u00B7\u00BB\u00BF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\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\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\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]/);function regexCheck(regex){return function(code){return null!==code&®ex.test(String.fromCharCode(code))}}function factorySpace(effects,ok,type,max){let limit=max?max-1:Number.POSITIVE_INFINITY,size=0;return function(code){return markdownSpace(code)?(effects.enter(type),function prefix(code){return markdownSpace(code)&&size++lineStartOffset))return;let indexBeforeExits=self1.events.length,indexBeforeFlow=indexBeforeExits;for(;indexBeforeFlow--;)if("exit"===self1.events[indexBeforeFlow][0]&&"chunkFlow"===self1.events[indexBeforeFlow][1].type){if(seen){point=self1.events[indexBeforeFlow][1].end;break}seen=!0}for(exitContainers(continued),index=indexBeforeExits;indexsize;){let entry=stack[index];self1.containerState=entry[1],entry[0].exit.call(self1,effects)}stack.length=size}function closeFlow(){childFlow.write([null]),childToken=void 0,childFlow=void 0,self1.containerState._closeFlow=void 0}}},containerConstruct={tokenize:function(effects,ok,nok){return factorySpace(effects,effects.attempt(this.parser.constructs.document,ok,nok),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}},blankLine={tokenize:function(effects,ok,nok){return factorySpace(effects,function(code){return null===code||markdownLineEnding(code)?ok(code):nok(code)},"linePrefix")},partial:!0};function subtokenize(events){let event,lineIndex,otherIndex,otherEvent,parameters,subevents,more;let jumps={},index=-1;for(;++index=4?ok(code):effects.interrupt(self1.parser.constructs.flow,nok,ok)(code)}},partial:!0},flow={tokenize:function(effects){let self1=this,initial=effects.attempt(blankLine,function(code){if(null===code){effects.consume(code);return}return effects.enter("lineEndingBlank"),effects.consume(code),effects.exit("lineEndingBlank"),self1.currentConstruct=void 0,initial},effects.attempt(this.parser.constructs.flowInitial,afterConstruct,factorySpace(effects,effects.attempt(this.parser.constructs.flow,afterConstruct,effects.attempt(content_content,afterConstruct)),"linePrefix")));return initial;function afterConstruct(code){if(null===code){effects.consume(code);return}return effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),self1.currentConstruct=void 0,initial}}},resolver={resolveAll:createResolver()},string=initializeFactory("string"),text_text=initializeFactory("text");function initializeFactory(field){return{tokenize:function(effects){let self1=this,constructs=this.parser.constructs[field],text=effects.attempt(constructs,start,notText);return start;function start(code){return atBreak(code)?text(code):notText(code)}function notText(code){if(null===code){effects.consume(code);return}return effects.enter("data"),effects.consume(code),data}function data(code){return atBreak(code)?(effects.exit("data"),text(code)):(effects.consume(code),data)}function atBreak(code){if(null===code)return!0;let list=constructs[code],index=-1;if(list)for(;++indexlimit?nok(code):(effects.consume(code),destinationRaw):41===code?balance--?(effects.consume(code),destinationRaw):(effects.exit("chunkString"),effects.exit(stringType),effects.exit(rawType),effects.exit(type),ok(code)):null===code||markdownLineEndingOrSpace(code)?balance?nok(code):(effects.exit("chunkString"),effects.exit(stringType),effects.exit(rawType),effects.exit(type),ok(code)):asciiControl(code)?nok(code):(effects.consume(code),92===code?destinationRawEscape:destinationRaw)}function destinationRawEscape(code){return 40===code||41===code||92===code?(effects.consume(code),destinationRaw):destinationRaw(code)}}function factoryLabel(effects,ok,nok,type,markerType,stringType){let data;let self1=this,size=0;return function(code){return effects.enter(type),effects.enter(markerType),effects.consume(code),effects.exit(markerType),effects.enter(stringType),atBreak};function atBreak(code){return null===code||91===code||93===code&&!data||94===code&&!size&&"_hiddenFootnoteSupport"in self1.parser.constructs||size>999?nok(code):93===code?(effects.exit(stringType),effects.enter(markerType),effects.consume(code),effects.exit(markerType),effects.exit(type),ok):markdownLineEnding(code)?(effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),atBreak):(effects.enter("chunkString",{contentType:"string"}),label(code))}function label(code){return null===code||91===code||93===code||markdownLineEnding(code)||size++>999?(effects.exit("chunkString"),atBreak(code)):(effects.consume(code),data=data||!markdownSpace(code),92===code?labelEscape:label)}function labelEscape(code){return 91===code||92===code||93===code?(effects.consume(code),size++,label):label(code)}}function factoryTitle(effects,ok,nok,type,markerType,stringType){let marker;return function(code){return effects.enter(type),effects.enter(markerType),effects.consume(code),effects.exit(markerType),marker=40===code?41:code,atFirstTitleBreak};function atFirstTitleBreak(code){return code===marker?(effects.enter(markerType),effects.consume(code),effects.exit(markerType),effects.exit(type),ok):(effects.enter(stringType),atTitleBreak(code))}function atTitleBreak(code){return code===marker?(effects.exit(stringType),atFirstTitleBreak(marker)):null===code?nok(code):markdownLineEnding(code)?(effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),factorySpace(effects,atTitleBreak,"linePrefix")):(effects.enter("chunkString",{contentType:"string"}),title(code))}function title(code){return code===marker||null===code||markdownLineEnding(code)?(effects.exit("chunkString"),atTitleBreak(code)):(effects.consume(code),92===code?titleEscape:title)}function titleEscape(code){return code===marker||92===code?(effects.consume(code),title):title(code)}}function factoryWhitespace(effects,ok){let seen;return function start(code){return markdownLineEnding(code)?(effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),seen=!0,start):markdownSpace(code)?factorySpace(effects,start,seen?"linePrefix":"lineSuffix")(code):ok(code)}}function normalizeIdentifier(value){return value.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}let titleConstruct={tokenize:function(effects,ok,nok){return function(code){return markdownLineEndingOrSpace(code)?factoryWhitespace(effects,before)(code):nok(code)};function before(code){return 34===code||39===code||40===code?factoryTitle(effects,factorySpace(effects,after,"whitespace"),nok,"definitionTitle","definitionTitleMarker","definitionTitleString")(code):nok(code)}function after(code){return null===code||markdownLineEnding(code)?ok(code):nok(code)}},partial:!0},codeIndented={name:"codeIndented",tokenize:function(effects,ok,nok){let self1=this;return function(code){return effects.enter("codeIndented"),factorySpace(effects,afterStartPrefix,"linePrefix",5)(code)};function afterStartPrefix(code){let tail=self1.events[self1.events.length-1];return tail&&"linePrefix"===tail[1].type&&tail[2].sliceSerialize(tail[1],!0).length>=4?function afterPrefix(code){return null===code?after(code):markdownLineEnding(code)?effects.attempt(indentedContent,afterPrefix,after)(code):(effects.enter("codeFlowValue"),function content(code){return null===code||markdownLineEnding(code)?(effects.exit("codeFlowValue"),afterPrefix(code)):(effects.consume(code),content)}(code))}(code):nok(code)}function after(code){return effects.exit("codeIndented"),ok(code)}}},indentedContent={tokenize:function(effects,ok,nok){let self1=this;return start;function start(code){return self1.parser.lazy[self1.now().line]?nok(code):markdownLineEnding(code)?(effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),start):factorySpace(effects,afterPrefix,"linePrefix",5)(code)}function afterPrefix(code){let tail=self1.events[self1.events.length-1];return tail&&"linePrefix"===tail[1].type&&tail[2].sliceSerialize(tail[1],!0).length>=4?ok(code):markdownLineEnding(code)?start(code):nok(code)}},partial:!0},setextUnderline={name:"setextUnderline",tokenize:function(effects,ok,nok){let paragraph;let self1=this,index=self1.events.length;for(;index--;)if("lineEnding"!==self1.events[index][1].type&&"linePrefix"!==self1.events[index][1].type&&"content"!==self1.events[index][1].type){paragraph="paragraph"===self1.events[index][1].type;break}return function(code){return!self1.parser.lazy[self1.now().line]&&(self1.interrupt||paragraph)?(effects.enter("setextHeadingLine"),effects.enter("setextHeadingLineSequence"),function closingSequence(code1){return code1===code?(effects.consume(code1),closingSequence):(effects.exit("setextHeadingLineSequence"),factorySpace(effects,closingSequenceEnd,"lineSuffix")(code1))}(code)):nok(code)};function closingSequenceEnd(code){return null===code||markdownLineEnding(code)?(effects.exit("setextHeadingLine"),ok(code)):nok(code)}},resolveTo:function(events,context){let content,text,definition,index=events.length;for(;index--;)if("enter"===events[index][0]){if("content"===events[index][1].type){content=index;break}"paragraph"===events[index][1].type&&(text=index)}else"content"===events[index][1].type&&events.splice(index,1),definition||"definition"!==events[index][1].type||(definition=index);let heading={type:"setextHeading",start:Object.assign({},events[text][1].start),end:Object.assign({},events[events.length-1][1].end)};return events[text][1].type="setextHeadingText",definition?(events.splice(text,0,["enter",heading,context]),events.splice(definition+1,0,["exit",events[content][1],context]),events[content][1].end=Object.assign({},events[definition][1].end)):events[content][1]=heading,events.push(["exit",heading,context]),events}},htmlBlockNames=["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","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],htmlRawNames=["pre","script","style","textarea"],nextBlankConstruct={tokenize:function(effects,ok,nok){return function(code){return effects.exit("htmlFlowData"),effects.enter("lineEndingBlank"),effects.consume(code),effects.exit("lineEndingBlank"),effects.attempt(blankLine,ok,nok)}},partial:!0},codeFenced={name:"codeFenced",tokenize:function(effects,ok,nok){let marker;let self1=this,closingFenceConstruct={tokenize:function(effects,ok,nok){let size=0;return factorySpace(effects,function(code){return effects.enter("codeFencedFence"),effects.enter("codeFencedFenceSequence"),function closingSequence(code){return code===marker?(effects.consume(code),size++,closingSequence):size1&&events[index][1].end.offset-events[index][1].start.offset>1?2:1;let start=Object.assign({},events[open][1].end),end=Object.assign({},events[index][1].start);movePoint(start,-use),movePoint(end,use),openingSequence={type:use>1?"strongSequence":"emphasisSequence",start,end:Object.assign({},events[open][1].end)},closingSequence={type:use>1?"strongSequence":"emphasisSequence",start:Object.assign({},events[index][1].start),end},text={type:use>1?"strongText":"emphasisText",start:Object.assign({},events[open][1].end),end:Object.assign({},events[index][1].start)},group={type:use>1?"strong":"emphasis",start:Object.assign({},openingSequence.start),end:Object.assign({},closingSequence.end)},events[open][1].end=Object.assign({},openingSequence.start),events[index][1].start=Object.assign({},closingSequence.end),nextEvents=[],events[open][1].end.offset-events[open][1].start.offset&&(nextEvents=push(nextEvents,[["enter",events[open][1],context],["exit",events[open][1],context]])),nextEvents=push(nextEvents,[["enter",group,context],["enter",openingSequence,context],["exit",openingSequence,context],["enter",text,context]]),nextEvents=push(nextEvents,resolveAll(context.parser.constructs.insideSpan.null,events.slice(open+1,index),context)),nextEvents=push(nextEvents,[["exit",text,context],["enter",closingSequence,context],["exit",closingSequence,context],["exit",group,context]]),events[index][1].end.offset-events[index][1].start.offset?(offset=2,nextEvents=push(nextEvents,[["enter",events[index][1],context],["exit",events[index][1],context]])):offset=0,splice(events,open-1,index-open+3,nextEvents),index=open+nextEvents.length-offset-2;break}}for(index=-1;++indexcontentStart&&"whitespace"===events[contentEnd][1].type&&(contentEnd-=2),"atxHeadingSequence"===events[contentEnd][1].type&&(contentStart===contentEnd-1||contentEnd-4>contentStart&&"whitespace"===events[contentEnd-2][1].type)&&(contentEnd-=contentStart+1===contentEnd?2:4),contentEnd>contentStart&&(content={type:"atxHeadingText",start:events[contentStart][1].start,end:events[contentEnd][1].end},text={type:"chunkText",start:events[contentStart][1].start,end:events[contentEnd][1].end,contentType:"text"},splice(events,contentStart,contentEnd-contentStart+1,[["enter",content,context],["enter",text,context],["exit",text,context],["exit",content,context]])),events}},42:thematicBreak,45:[setextUnderline,thematicBreak],60:{name:"htmlFlow",tokenize:function(effects,ok,nok){let kind,startTag,buffer,index,marker;let self1=this;return function(code){return effects.enter("htmlFlow"),effects.enter("htmlFlowData"),effects.consume(code),open};function open(code){return 33===code?(effects.consume(code),declarationStart):47===code?(effects.consume(code),tagCloseStart):63===code?(effects.consume(code),kind=3,self1.interrupt?ok:continuationDeclarationInside):asciiAlpha(code)?(effects.consume(code),buffer=String.fromCharCode(code),startTag=!0,tagName):nok(code)}function declarationStart(code){return 45===code?(effects.consume(code),kind=2,commentOpenInside):91===code?(effects.consume(code),kind=5,buffer="CDATA[",index=0,cdataOpenInside):asciiAlpha(code)?(effects.consume(code),kind=4,self1.interrupt?ok:continuationDeclarationInside):nok(code)}function commentOpenInside(code){return 45===code?(effects.consume(code),self1.interrupt?ok:continuationDeclarationInside):nok(code)}function cdataOpenInside(code){return code===buffer.charCodeAt(index++)?(effects.consume(code),index===buffer.length?self1.interrupt?ok:continuation:cdataOpenInside):nok(code)}function tagCloseStart(code){return asciiAlpha(code)?(effects.consume(code),buffer=String.fromCharCode(code),tagName):nok(code)}function tagName(code){return null===code||47===code||62===code||markdownLineEndingOrSpace(code)?47!==code&&startTag&&htmlRawNames.includes(buffer.toLowerCase())?(kind=1,self1.interrupt?ok(code):continuation(code)):htmlBlockNames.includes(buffer.toLowerCase())?(kind=6,47===code)?(effects.consume(code),basicSelfClosing):self1.interrupt?ok(code):continuation(code):(kind=7,self1.interrupt&&!self1.parser.lazy[self1.now().line]?nok(code):startTag?completeAttributeNameBefore(code):function completeClosingTagAfter(code){return markdownSpace(code)?(effects.consume(code),completeClosingTagAfter):completeEnd(code)}(code)):45===code||asciiAlphanumeric(code)?(effects.consume(code),buffer+=String.fromCharCode(code),tagName):nok(code)}function basicSelfClosing(code){return 62===code?(effects.consume(code),self1.interrupt?ok:continuation):nok(code)}function completeAttributeNameBefore(code){return 47===code?(effects.consume(code),completeEnd):58===code||95===code||asciiAlpha(code)?(effects.consume(code),completeAttributeName):markdownSpace(code)?(effects.consume(code),completeAttributeNameBefore):completeEnd(code)}function completeAttributeName(code){return 45===code||46===code||58===code||95===code||asciiAlphanumeric(code)?(effects.consume(code),completeAttributeName):completeAttributeNameAfter(code)}function completeAttributeNameAfter(code){return 61===code?(effects.consume(code),completeAttributeValueBefore):markdownSpace(code)?(effects.consume(code),completeAttributeNameAfter):completeAttributeNameBefore(code)}function completeAttributeValueBefore(code){return null===code||60===code||61===code||62===code||96===code?nok(code):34===code||39===code?(effects.consume(code),marker=code,completeAttributeValueQuoted):markdownSpace(code)?(effects.consume(code),completeAttributeValueBefore):(marker=null,function completeAttributeValueUnquoted(code){return null===code||34===code||39===code||60===code||61===code||62===code||96===code||markdownLineEndingOrSpace(code)?completeAttributeNameAfter(code):(effects.consume(code),completeAttributeValueUnquoted)}(code))}function completeAttributeValueQuoted(code){return null===code||markdownLineEnding(code)?nok(code):code===marker?(effects.consume(code),completeAttributeValueQuotedAfter):(effects.consume(code),completeAttributeValueQuoted)}function completeAttributeValueQuotedAfter(code){return 47===code||62===code||markdownSpace(code)?completeAttributeNameBefore(code):nok(code)}function completeEnd(code){return 62===code?(effects.consume(code),completeAfter):nok(code)}function completeAfter(code){return markdownSpace(code)?(effects.consume(code),completeAfter):null===code||markdownLineEnding(code)?continuation(code):nok(code)}function continuation(code){return 45===code&&2===kind?(effects.consume(code),continuationCommentInside):60===code&&1===kind?(effects.consume(code),continuationRawTagOpen):62===code&&4===kind?(effects.consume(code),continuationClose):63===code&&3===kind?(effects.consume(code),continuationDeclarationInside):93===code&&5===kind?(effects.consume(code),continuationCharacterDataInside):markdownLineEnding(code)&&(6===kind||7===kind)?effects.check(nextBlankConstruct,continuationClose,continuationAtLineEnding)(code):null===code||markdownLineEnding(code)?continuationAtLineEnding(code):(effects.consume(code),continuation)}function continuationAtLineEnding(code){return effects.exit("htmlFlowData"),function htmlContinueStart(code){return null===code?done(code):markdownLineEnding(code)?effects.attempt({tokenize:htmlLineEnd,partial:!0},htmlContinueStart,done)(code):(effects.enter("htmlFlowData"),continuation(code))}(code)}function htmlLineEnd(effects,ok,nok){return function(code){return effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),lineStart};function lineStart(code){return self1.parser.lazy[self1.now().line]?nok(code):ok(code)}}function continuationCommentInside(code){return 45===code?(effects.consume(code),continuationDeclarationInside):continuation(code)}function continuationRawTagOpen(code){return 47===code?(effects.consume(code),buffer="",continuationRawEndTag):continuation(code)}function continuationRawEndTag(code){return 62===code&&htmlRawNames.includes(buffer.toLowerCase())?(effects.consume(code),continuationClose):asciiAlpha(code)&&buffer.length<8?(effects.consume(code),buffer+=String.fromCharCode(code),continuationRawEndTag):continuation(code)}function continuationCharacterDataInside(code){return 93===code?(effects.consume(code),continuationDeclarationInside):continuation(code)}function continuationDeclarationInside(code){return 62===code?(effects.consume(code),continuationClose):45===code&&2===kind?(effects.consume(code),continuationDeclarationInside):continuation(code)}function continuationClose(code){return null===code||markdownLineEnding(code)?(effects.exit("htmlFlowData"),done(code)):(effects.consume(code),continuationClose)}function done(code){return effects.exit("htmlFlow"),ok(code)}},resolveTo:function(events){let index=events.length;for(;index--&&("enter"!==events[index][0]||"htmlFlow"!==events[index][1].type););return index>1&&"linePrefix"===events[index-2][1].type&&(events[index][1].start=events[index-2][1].start,events[index+1][1].start=events[index-2][1].start,events.splice(index-2,2)),events},concrete:!0},61:setextUnderline,95:thematicBreak,96:codeFenced,126:codeFenced},constructs_string={38:characterReference,92:characterEscape},constructs_text={[-5]:lineEnding,[-4]:lineEnding,[-3]:lineEnding,33:labelStartImage,38:characterReference,42:attention,60:[{name:"autolink",tokenize:function(effects,ok,nok){let size=1;return function(code){return effects.enter("autolink"),effects.enter("autolinkMarker"),effects.consume(code),effects.exit("autolinkMarker"),effects.enter("autolinkProtocol"),open};function open(code){return asciiAlpha(code)?(effects.consume(code),schemeOrEmailAtext):asciiAtext(code)?emailAtext(code):nok(code)}function schemeOrEmailAtext(code){return 43===code||45===code||46===code||asciiAlphanumeric(code)?function schemeInsideOrEmailAtext(code){return 58===code?(effects.consume(code),urlInside):(43===code||45===code||46===code||asciiAlphanumeric(code))&&size++<32?(effects.consume(code),schemeInsideOrEmailAtext):emailAtext(code)}(code):emailAtext(code)}function urlInside(code){return 62===code?(effects.exit("autolinkProtocol"),end(code)):null===code||32===code||60===code||asciiControl(code)?nok(code):(effects.consume(code),urlInside)}function emailAtext(code){return 64===code?(effects.consume(code),size=0,emailAtSignOrDot):asciiAtext(code)?(effects.consume(code),emailAtext):nok(code)}function emailAtSignOrDot(code){return asciiAlphanumeric(code)?function emailLabel(code){return 46===code?(effects.consume(code),size=0,emailAtSignOrDot):62===code?(effects.exit("autolinkProtocol").type="autolinkEmail",end(code)):function emailValue(code){return(45===code||asciiAlphanumeric(code))&&size++<63?(effects.consume(code),45===code?emailValue:emailLabel):nok(code)}(code)}(code):nok(code)}function end(code){return effects.enter("autolinkMarker"),effects.consume(code),effects.exit("autolinkMarker"),effects.exit("autolink"),ok}}},{name:"htmlText",tokenize:function(effects,ok,nok){let marker,buffer,index,returnState;let self1=this;return function(code){return effects.enter("htmlText"),effects.enter("htmlTextData"),effects.consume(code),open};function open(code){return 33===code?(effects.consume(code),declarationOpen):47===code?(effects.consume(code),tagCloseStart):63===code?(effects.consume(code),instruction):asciiAlpha(code)?(effects.consume(code),tagOpen):nok(code)}function declarationOpen(code){return 45===code?(effects.consume(code),commentOpen):91===code?(effects.consume(code),buffer="CDATA[",index=0,cdataOpen):asciiAlpha(code)?(effects.consume(code),declaration):nok(code)}function commentOpen(code){return 45===code?(effects.consume(code),commentStart):nok(code)}function commentStart(code){return null===code||62===code?nok(code):45===code?(effects.consume(code),commentStartDash):comment(code)}function commentStartDash(code){return null===code||62===code?nok(code):comment(code)}function comment(code){return null===code?nok(code):45===code?(effects.consume(code),commentClose):markdownLineEnding(code)?(returnState=comment,atLineEnding(code)):(effects.consume(code),comment)}function commentClose(code){return 45===code?(effects.consume(code),end):comment(code)}function cdataOpen(code){return code===buffer.charCodeAt(index++)?(effects.consume(code),index===buffer.length?cdata:cdataOpen):nok(code)}function cdata(code){return null===code?nok(code):93===code?(effects.consume(code),cdataClose):markdownLineEnding(code)?(returnState=cdata,atLineEnding(code)):(effects.consume(code),cdata)}function cdataClose(code){return 93===code?(effects.consume(code),cdataEnd):cdata(code)}function cdataEnd(code){return 62===code?end(code):93===code?(effects.consume(code),cdataEnd):cdata(code)}function declaration(code){return null===code||62===code?end(code):markdownLineEnding(code)?(returnState=declaration,atLineEnding(code)):(effects.consume(code),declaration)}function instruction(code){return null===code?nok(code):63===code?(effects.consume(code),instructionClose):markdownLineEnding(code)?(returnState=instruction,atLineEnding(code)):(effects.consume(code),instruction)}function instructionClose(code){return 62===code?end(code):instruction(code)}function tagCloseStart(code){return asciiAlpha(code)?(effects.consume(code),tagClose):nok(code)}function tagClose(code){return 45===code||asciiAlphanumeric(code)?(effects.consume(code),tagClose):function tagCloseBetween(code){return markdownLineEnding(code)?(returnState=tagCloseBetween,atLineEnding(code)):markdownSpace(code)?(effects.consume(code),tagCloseBetween):end(code)}(code)}function tagOpen(code){return 45===code||asciiAlphanumeric(code)?(effects.consume(code),tagOpen):47===code||62===code||markdownLineEndingOrSpace(code)?tagOpenBetween(code):nok(code)}function tagOpenBetween(code){return 47===code?(effects.consume(code),end):58===code||95===code||asciiAlpha(code)?(effects.consume(code),tagOpenAttributeName):markdownLineEnding(code)?(returnState=tagOpenBetween,atLineEnding(code)):markdownSpace(code)?(effects.consume(code),tagOpenBetween):end(code)}function tagOpenAttributeName(code){return 45===code||46===code||58===code||95===code||asciiAlphanumeric(code)?(effects.consume(code),tagOpenAttributeName):function tagOpenAttributeNameAfter(code){return 61===code?(effects.consume(code),tagOpenAttributeValueBefore):markdownLineEnding(code)?(returnState=tagOpenAttributeNameAfter,atLineEnding(code)):markdownSpace(code)?(effects.consume(code),tagOpenAttributeNameAfter):tagOpenBetween(code)}(code)}function tagOpenAttributeValueBefore(code){return null===code||60===code||61===code||62===code||96===code?nok(code):34===code||39===code?(effects.consume(code),marker=code,tagOpenAttributeValueQuoted):markdownLineEnding(code)?(returnState=tagOpenAttributeValueBefore,atLineEnding(code)):markdownSpace(code)?(effects.consume(code),tagOpenAttributeValueBefore):(effects.consume(code),marker=void 0,tagOpenAttributeValueUnquoted)}function tagOpenAttributeValueQuoted(code){return code===marker?(effects.consume(code),tagOpenAttributeValueQuotedAfter):null===code?nok(code):markdownLineEnding(code)?(returnState=tagOpenAttributeValueQuoted,atLineEnding(code)):(effects.consume(code),tagOpenAttributeValueQuoted)}function tagOpenAttributeValueQuotedAfter(code){return 62===code||47===code||markdownLineEndingOrSpace(code)?tagOpenBetween(code):nok(code)}function tagOpenAttributeValueUnquoted(code){return null===code||34===code||39===code||60===code||61===code||96===code?nok(code):62===code||markdownLineEndingOrSpace(code)?tagOpenBetween(code):(effects.consume(code),tagOpenAttributeValueUnquoted)}function atLineEnding(code){return effects.exit("htmlTextData"),effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),factorySpace(effects,afterPrefix,"linePrefix",self1.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function afterPrefix(code){return effects.enter("htmlTextData"),returnState(code)}function end(code){return 62===code?(effects.consume(code),effects.exit("htmlTextData"),effects.exit("htmlText"),ok):nok(code)}}}],91:labelStartLink,92:[{name:"hardBreakEscape",tokenize:function(effects,ok,nok){return function(code){return effects.enter("hardBreakEscape"),effects.enter("escapeMarker"),effects.consume(code),open};function open(code){return markdownLineEnding(code)?(effects.exit("escapeMarker"),effects.exit("hardBreakEscape"),ok(code)):nok(code)}}},characterEscape],93:labelEnd,95:attention,96:{name:"codeText",tokenize:function(effects,ok,nok){let size,token,sizeOpen=0;return function(code){return effects.enter("codeText"),effects.enter("codeTextSequence"),function openingSequence(code){return 96===code?(effects.consume(code),sizeOpen++,openingSequence):(effects.exit("codeTextSequence"),gap(code))}(code)};function gap(code){return null===code?nok(code):96===code?(token=effects.enter("codeTextSequence"),size=0,function closingSequence(code){return 96===code?(effects.consume(code),size++,closingSequence):size===sizeOpen?(effects.exit("codeTextSequence"),effects.exit("codeText"),ok(code)):(token.type="codeTextData",data(code))}(code)):32===code?(effects.enter("space"),effects.consume(code),effects.exit("space"),gap):markdownLineEnding(code)?(effects.enter("lineEnding"),effects.consume(code),effects.exit("lineEnding"),gap):(effects.enter("codeTextData"),data(code))}function data(code){return null===code||32===code||96===code||markdownLineEnding(code)?(effects.exit("codeTextData"),gap(code)):(effects.consume(code),data)}},resolve:function(events){let index,enter,tailExitIndex=events.length-4,headEnterIndex=3;if(("lineEnding"===events[3][1].type||"space"===events[headEnterIndex][1].type)&&("lineEnding"===events[tailExitIndex][1].type||"space"===events[tailExitIndex][1].type)){for(index=headEnterIndex;++index13&&code<32||code>126&&code<160||code>55295&&code<57344||code>64975&&code<65008||(65535&code)==65535||(65535&code)==65534||code>1114111?"�":String.fromCharCode(code)}let characterEscapeOrReference=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function decode($0,$1,$2){if($1)return $1;let head=$2.charCodeAt(0);if(35===head){let head1=$2.charCodeAt(1),hex=120===head1||88===head1;return decodeNumericCharacterReference($2.slice(hex?2:1),hex?16:10)}return decodeNamedCharacterReference($2)||$0}let lib_own={}.hasOwnProperty,fromMarkdown=function(value,encoding,options){let atCarriageReturn,column,buffer,start;return"string"!=typeof encoding&&(options=encoding,encoding=void 0),(function(options={}){let config=function configure(combined,extensions){let index=-1;for(;++index0){let tail1=tokenStack[tokenStack.length-1],handler1=tail1[1]||defaultOnError;handler1.call(context,void 0,tail1[0])}for(tree.position={start:point(events.length>0?events[0][1].start:{line:1,column:1,offset:0}),end:point(events.length>0?events[events.length-2][1].end:{line:1,column:1,offset:0})},index=-1;++index-1&&(view[0]=view[0].slice(startBufferIndex)),endBufferIndex>0&&view.push(chunks[endIndex].slice(0,endBufferIndex))),view}(chunks,token)}function now(){return Object.assign({},point)}function onsuccessfulcheck(_,info){info.restore()}function constructFactory(onreturn,fields){return function(constructs,returnState,bogusState){let listOfConstructs,constructIndex,currentConstruct,info;return Array.isArray(constructs)?handleListOfConstructs(constructs):"tokenize"in constructs?handleListOfConstructs([constructs]):function(code){let def=null!==code&&constructs[code],all=null!==code&&constructs.null,list=[...Array.isArray(def)?def:def?[def]:[],...Array.isArray(all)?all:all?[all]:[]];return handleListOfConstructs(list)(code)};function handleListOfConstructs(list){return(listOfConstructs=list,constructIndex=0,0===list.length)?bogusState:handleConstruct(list[constructIndex])}function handleConstruct(construct){return function(code){return(info=function(){let startPoint=now(),startPrevious=context.previous,startCurrentConstruct=context.currentConstruct,startEventsIndex=context.events.length,startStack=Array.from(stack);return{restore:function(){point=startPoint,context.previous=startPrevious,context.currentConstruct=startCurrentConstruct,context.events.length=startEventsIndex,stack=startStack,accountForPotentialSkip()},from:startEventsIndex}}(),currentConstruct=construct,construct.partial||(context.currentConstruct=construct),construct.name&&context.parser.constructs.disable.null.includes(construct.name))?nok(code):construct.tokenize.call(fields?Object.assign(Object.create(context),fields):context,effects,ok,nok)(code)}}function ok(code){return onreturn(currentConstruct,info),returnState}function nok(code){return(info.restore(),++constructIndex{let settings=this.data("settings");return fromMarkdown(doc,Object.assign({},settings,options,{extensions:this.data("micromarkExtensions")||[],mdastExtensions:this.data("fromMarkdownExtensions")||[]}))};Object.assign(this,{Parser:parser})},u=function(type,props,value){var node={type:String(type)};return null==value&&("string"==typeof props||Array.isArray(props))?value=props:Object.assign(node,props),Array.isArray(value)?node.children=value:null!=value&&(node.value=String(value)),node};let convert=function(test){if(null==test)return ok;if("string"==typeof test)return castFactory(function(node){return node&&node.type===test});if("object"==typeof test)return Array.isArray(test)?function(tests){let checks=[],index=-1;for(;++index":"")+")"})),visit;function visit(){var value;let subresult,offset,grandparents,result=[];if((!test||is(node,index,parents[parents.length-1]||null))&&!1===(result=Array.isArray(value=visitor(node,parents))?value:"number"==typeof value?[!0,value]:[value])[0])return result;if(node.children&&"skip"!==result[0])for(offset=(reverse?node.children.length:-1)+step,grandparents=parents.concat(node);offset>-1&&offset-1?point.offset:null}}}let mdast_util_definitions_own={}.hasOwnProperty;function clean(value){return String(value||"").toUpperCase()}let traverse_own={}.hasOwnProperty;function unknown(h,node){let data=node.data||{};return"value"in node&&!(traverse_own.call(data,"hName")||traverse_own.call(data,"hProperties")||traverse_own.call(data,"hChildren"))?h.augment(node,u("text",node.value)):h(node,"div",traverse_all(h,node))}function traverse_one(h,node,parent){let fn;let type=node&&node.type;if(!type)throw Error("Expected node, got `"+node+"`");return("function"==typeof(fn=traverse_own.call(h.handlers,type)?h.handlers[type]:h.passThrough&&h.passThrough.includes(type)?returnNode:h.unknownHandler)?fn:unknown)(h,node,parent)}function returnNode(h,node){return"children"in node?{...node,children:traverse_all(h,node)}:node}function traverse_all(h,parent){let values=[];if("children"in parent){let nodes=parent.children,index=-1;for(;++index55295&&code<57344){let next=value.charCodeAt(index+1);code<56320&&next>56319&&next<57344?(replace=String.fromCharCode(code,next),skip=1):replace="�"}else replace=String.fromCharCode(code);replace&&(result.push(value.slice(start,index),encodeURIComponent(replace)),start=index+skip+1,replace=""),skip&&(index+=skip,skip=0)}return result.join("")+value.slice(start)}function wrap_wrap(nodes,loose){let result=[],index=-1;for(loose&&result.push(u("text","\n"));++index0&&result.push(u("text","\n")),result}function footnoteReference(h,node){let counter;let id=String(node.identifier),safeId=normalizeUri(id.toLowerCase()),index=h.footnoteOrder.indexOf(id);-1===index?(h.footnoteOrder.push(id),h.footnoteCounts[id]=1,counter=h.footnoteOrder.length):(h.footnoteCounts[id]++,counter=index+1);let reuseCounter=h.footnoteCounts[id];return h(node,"sup",[h(node.position,"a",{href:"#"+h.clobberPrefix+"fn-"+safeId,id:h.clobberPrefix+"fnref-"+safeId+(reuseCounter>1?"-"+reuseCounter:""),dataFootnoteRef:!0,ariaDescribedBy:"footnote-label"},[u("text",String(counter))])])}function revert(h,node){let subtype=node.referenceType,suffix="]";if("collapsed"===subtype?suffix+="[]":"full"===subtype&&(suffix+="["+(node.label||node.identifier)+"]"),"imageReference"===node.type)return u("text","!["+node.alt+suffix);let contents=traverse_all(h,node),head=contents[0];head&&"text"===head.type?head.value="["+head.value:contents.unshift(u("text","["));let tail=contents[contents.length-1];return tail&&"text"===tail.type?tail.value+=suffix:contents.push(u("text",suffix)),contents}function listItemLoose(node){let spread=node.spread;return null==spread?node.children.length>1:spread}function trimLine(value,start,end){let startIndex=0,endIndex=value.length;if(start){let code=value.codePointAt(startIndex);for(;9===code||32===code;)startIndex++,code=value.codePointAt(startIndex)}if(end){let code1=value.codePointAt(endIndex-1);for(;9===code1||32===code1;)endIndex--,code1=value.codePointAt(endIndex-1)}return endIndex>startIndex?value.slice(startIndex,endIndex):""}let handlers={blockquote:function(h,node){return h(node,"blockquote",wrap_wrap(traverse_all(h,node),!0))},break:function(h,node){return[h(node,"br"),u("text","\n")]},code:function(h,node){let value=node.value?node.value+"\n":"",lang=node.lang&&node.lang.match(/^[^ \t]+(?=[ \t]|$)/),props={};lang&&(props.className=["language-"+lang]);let code=h(node,"code",props,[u("text",value)]);return node.meta&&(code.data={meta:node.meta}),h(node.position,"pre",[code])},delete:function(h,node){return h(node,"del",traverse_all(h,node))},emphasis:function(h,node){return h(node,"em",traverse_all(h,node))},footnoteReference:footnoteReference,footnote:function(h,node){let footnoteById=h.footnoteById,no=1;for(;(no in footnoteById);)no++;let identifier=String(no);return footnoteById[identifier]={type:"footnoteDefinition",identifier,children:[{type:"paragraph",children:node.children}],position:node.position},footnoteReference(h,{type:"footnoteReference",identifier,position:node.position})},heading:function(h,node){return h(node,"h"+node.depth,traverse_all(h,node))},html:function(h,node){return h.dangerous?h.augment(node,u("raw",node.value)):null},imageReference:function(h,node){let def=h.definition(node.identifier);if(!def)return revert(h,node);let props={src:normalizeUri(def.url||""),alt:node.alt};return null!==def.title&&void 0!==def.title&&(props.title=def.title),h(node,"img",props)},image:function(h,node){let props={src:normalizeUri(node.url),alt:node.alt};return null!==node.title&&void 0!==node.title&&(props.title=node.title),h(node,"img",props)},inlineCode:function(h,node){return h(node,"code",[u("text",node.value.replace(/\r?\n|\r/g," "))])},linkReference:function(h,node){let def=h.definition(node.identifier);if(!def)return revert(h,node);let props={href:normalizeUri(def.url||"")};return null!==def.title&&void 0!==def.title&&(props.title=def.title),h(node,"a",props,traverse_all(h,node))},link:function(h,node){let props={href:normalizeUri(node.url)};return null!==node.title&&void 0!==node.title&&(props.title=node.title),h(node,"a",props,traverse_all(h,node))},listItem:function(h,node,parent){let result=traverse_all(h,node),loose=parent?function(node){let loose=node.spread,children=node.children,index=-1;for(;!loose&&++index0&¶graph.children.unshift(u("text"," ")),paragraph.children.unshift(h(null,"input",{type:"checkbox",checked:node.checked,disabled:!0})),props.className=["task-list-item"]}let index=-1;for(;++index0,!0),match[0]),last=match.index+match[0].length,match=search.exec(source);return lines.push(trimLine(source.slice(last),last>0,!1)),lines.join("")}(String(node.value))))},thematicBreak:function(h,node){return h(node,"hr")},toml:ignore,yaml:ignore,definition:ignore,footnoteDefinition:ignore};function ignore(){return null}let mdast_util_to_hast_lib_own={}.hasOwnProperty;function toHast(tree,options){let h=function(tree,options){let settings=options||{},dangerous=settings.allowDangerousHtml||!1,footnoteById={};return h.dangerous=dangerous,h.clobberPrefix=void 0===settings.clobberPrefix||null===settings.clobberPrefix?"user-content-":settings.clobberPrefix,h.footnoteLabel=settings.footnoteLabel||"Footnotes",h.footnoteLabelTagName=settings.footnoteLabelTagName||"h2",h.footnoteLabelProperties=settings.footnoteLabelProperties||{className:["sr-only"]},h.footnoteBackLabel=settings.footnoteBackLabel||"Back to content",h.definition=function(node){let cache=Object.create(null);if(!node||!node.type)throw Error("mdast-util-definitions expected node");return visit(node,"definition",definition=>{let id=clean(definition.identifier);id&&!mdast_util_definitions_own.call(cache,id)&&(cache[id]=definition)}),function(identifier){let id=clean(identifier);return id&&mdast_util_definitions_own.call(cache,id)?cache[id]:null}}(tree),h.footnoteById=footnoteById,h.footnoteOrder=[],h.footnoteCounts={},h.augment=augment,h.handlers={...handlers,...settings.handlers},h.unknownHandler=settings.unknownHandler,h.passThrough=settings.passThrough,visit(tree,"footnoteDefinition",definition=>{let id=String(definition.identifier).toUpperCase();mdast_util_to_hast_lib_own.call(footnoteById,id)||(footnoteById[id]=definition)}),h;function augment(left,right){if(left&&"data"in left&&left.data){let data=left.data;data.hName&&("element"!==right.type&&(right={type:"element",tagName:"",properties:{},children:[]}),right.tagName=data.hName),"element"===right.type&&data.hProperties&&(right.properties={...right.properties,...data.hProperties}),"children"in right&&right.children&&data.hChildren&&(right.children=data.hChildren)}if(left){let ctx="type"in left?left:{position:left};!ctx||!ctx.position||!ctx.position.start||!ctx.position.start.line||!ctx.position.start.column||!ctx.position.end||!ctx.position.end.line||!ctx.position.end.column||(right.position={start:pointStart(ctx),end:pointEnd(ctx)})}return right}function h(node,tagName,props,children){return Array.isArray(props)&&(children=props,props={}),augment(node,{type:"element",tagName,properties:props||{},children:children||[]})}}(tree,options),node=traverse_one(h,tree,null),foot=function(h){let index=-1,listItems=[];for(;++index1?"-"+referenceIndex:""),dataFootnoteBackref:!0,className:["data-footnote-backref"],ariaLabel:h.footnoteBackLabel},children:[{type:"text",value:"↩"}]};referenceIndex>1&&backReference.children.push({type:"element",tagName:"sup",children:[{type:"text",value:String(referenceIndex)}]}),backReferences.length>0&&backReferences.push({type:"text",value:" "}),backReferences.push(backReference)}let tail=content[content.length-1];if(tail&&"element"===tail.type&&"p"===tail.tagName){let tailTail=tail.children[tail.children.length-1];tailTail&&"text"===tailTail.type?tailTail.value+=" ":tail.children.push({type:"text",value:" "}),tail.children.push(...backReferences)}else content.push(...backReferences);let listItem={type:"element",tagName:"li",properties:{id:h.clobberPrefix+"fn-"+safeId},children:wrap_wrap(content,!0)};def.position&&(listItem.position=def.position),listItems.push(listItem)}return 0===listItems.length?null:{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:h.footnoteLabelTagName,properties:{...JSON.parse(JSON.stringify(h.footnoteLabelProperties)),id:"footnote-label"},children:[u("text",h.footnoteLabel)]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:wrap_wrap(listItems,!0)},{type:"text",value:"\n"}]}}(h);return foot&&node.children.push(u("text","\n"),foot),Array.isArray(node)?{type:"root",children:node}:node}var lib=function(destination,options){var options1;return destination&&"run"in destination?(node,file,next)=>{destination.run(toHast(node,options),file,error=>{next(error)})}:(options1=destination||options,node=>toHast(node,options1))},prop_types=__webpack_require__(45697);class Schema{constructor(property,normal,space){this.property=property,this.normal=normal,space&&(this.space=space)}}function merge(definitions,space){let property={},normal={},index=-1;for(;++index"xlink:"+prop.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),xml=create({space:"xml",transform:(_,prop)=>"xml:"+prop.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function caseSensitiveTransform(attributes,attribute){return attribute in attributes?attributes[attribute]:attribute}function caseInsensitiveTransform(attributes,property){return caseSensitiveTransform(attributes,property.toLowerCase())}let xmlns=create({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:caseInsensitiveTransform,properties:{xmlns:null,xmlnsXLink:null}}),aria=create({transform:(_,prop)=>"role"===prop?prop:"aria-"+prop.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:booleanish,ariaAutoComplete:null,ariaBusy:booleanish,ariaChecked:booleanish,ariaColCount:number,ariaColIndex:number,ariaColSpan:number,ariaControls:spaceSeparated,ariaCurrent:null,ariaDescribedBy:spaceSeparated,ariaDetails:null,ariaDisabled:booleanish,ariaDropEffect:spaceSeparated,ariaErrorMessage:null,ariaExpanded:booleanish,ariaFlowTo:spaceSeparated,ariaGrabbed:booleanish,ariaHasPopup:null,ariaHidden:booleanish,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:spaceSeparated,ariaLevel:number,ariaLive:null,ariaModal:booleanish,ariaMultiLine:booleanish,ariaMultiSelectable:booleanish,ariaOrientation:null,ariaOwns:spaceSeparated,ariaPlaceholder:null,ariaPosInSet:number,ariaPressed:booleanish,ariaReadOnly:booleanish,ariaRelevant:null,ariaRequired:booleanish,ariaRoleDescription:spaceSeparated,ariaRowCount:number,ariaRowIndex:number,ariaRowSpan:number,ariaSelected:booleanish,ariaSetSize:number,ariaSort:null,ariaValueMax:number,ariaValueMin:number,ariaValueNow:number,ariaValueText:null,role:null}}),html_html=create({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:caseInsensitiveTransform,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:commaSeparated,acceptCharset:spaceSeparated,accessKey:spaceSeparated,action:null,allow:null,allowFullScreen:types_boolean,allowPaymentRequest:types_boolean,allowUserMedia:types_boolean,alt:null,as:null,async:types_boolean,autoCapitalize:null,autoComplete:spaceSeparated,autoFocus:types_boolean,autoPlay:types_boolean,capture:types_boolean,charSet:null,checked:types_boolean,cite:null,className:spaceSeparated,cols:number,colSpan:null,content:null,contentEditable:booleanish,controls:types_boolean,controlsList:spaceSeparated,coords:number|commaSeparated,crossOrigin:null,data:null,dateTime:null,decoding:null,default:types_boolean,defer:types_boolean,dir:null,dirName:null,disabled:types_boolean,download:overloadedBoolean,draggable:booleanish,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:types_boolean,formTarget:null,headers:spaceSeparated,height:number,hidden:types_boolean,high:number,href:null,hrefLang:null,htmlFor:spaceSeparated,httpEquiv:spaceSeparated,id:null,imageSizes:null,imageSrcSet:null,inputMode:null,integrity:null,is:null,isMap:types_boolean,itemId:null,itemProp:spaceSeparated,itemRef:spaceSeparated,itemScope:types_boolean,itemType:spaceSeparated,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:types_boolean,low:number,manifest:null,max:null,maxLength:number,media:null,method:null,min:null,minLength:number,multiple:types_boolean,muted:types_boolean,name:null,nonce:null,noModule:types_boolean,noValidate:types_boolean,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint: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,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:types_boolean,optimum:number,pattern:null,ping:spaceSeparated,placeholder:null,playsInline:types_boolean,poster:null,preload:null,readOnly:types_boolean,referrerPolicy:null,rel:spaceSeparated,required:types_boolean,reversed:types_boolean,rows:number,rowSpan:number,sandbox:spaceSeparated,scope:null,scoped:types_boolean,seamless:types_boolean,selected:types_boolean,shape:null,size:number,sizes:null,slot:null,span:number,spellCheck:booleanish,src:null,srcDoc:null,srcLang:null,srcSet:null,start:number,step:null,style:null,tabIndex:number,target:null,title:null,translate:null,type:null,typeMustMatch:types_boolean,useMap:null,value:booleanish,width:number,wrap:null,align:null,aLink:null,archive:spaceSeparated,axis:null,background:null,bgColor:null,border:number,borderColor:null,bottomMargin:number,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:types_boolean,declare:types_boolean,event:null,face:null,frame:null,frameBorder:null,hSpace:number,leftMargin:number,link:null,longDesc:null,lowSrc:null,marginHeight:number,marginWidth:number,noResize:types_boolean,noHref:types_boolean,noShade:types_boolean,noWrap:types_boolean,object:null,profile:null,prompt:null,rev:null,rightMargin:number,rules:null,scheme:null,scrolling:booleanish,standby:null,summary:null,text:null,topMargin:number,valueType:null,version:null,vAlign:null,vLink:null,vSpace:number,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:types_boolean,disableRemotePlayback:types_boolean,prefix:null,property:null,results:number,security:null,unselectable:null}}),svg=create({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",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:caseSensitiveTransform,properties:{about:commaOrSpaceSeparated,accentHeight:number,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:number,amplitude:number,arabicForm:null,ascent:number,attributeName:null,attributeType:null,azimuth:number,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:number,by:null,calcMode:null,capHeight:number,className:spaceSeparated,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:number,diffuseConstant:number,direction:null,display:null,dur:null,divisor:number,dominantBaseline:null,download:types_boolean,dx:null,dy:null,edgeMode:null,editable:null,elevation:number,enableBackground:null,end:null,event:null,exponent:number,externalResourcesRequired:null,fill:null,fillOpacity:number,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:commaSeparated,g2:commaSeparated,glyphName:commaSeparated,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:number,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:number,horizOriginX:number,horizOriginY:number,id:null,ideographic:number,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:number,k:number,k1:number,k2:number,k3:number,k4:number,kernelMatrix:commaOrSpaceSeparated,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:number,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:number,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:number,overlineThickness:number,paintOrder:null,panose1:null,path:null,pathLength:number,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:spaceSeparated,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:number,pointsAtY:number,pointsAtZ:number,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:commaOrSpaceSeparated,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:commaOrSpaceSeparated,rev:commaOrSpaceSeparated,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:commaOrSpaceSeparated,requiredFeatures:commaOrSpaceSeparated,requiredFonts:commaOrSpaceSeparated,requiredFormats:commaOrSpaceSeparated,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:number,specularExponent:number,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:number,strikethroughThickness:number,string:null,stroke:null,strokeDashArray:commaOrSpaceSeparated,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:number,strokeOpacity:number,strokeWidth:null,style:null,surfaceScale:number,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:commaOrSpaceSeparated,tabIndex:number,tableValues:null,target:null,targetX:number,targetY:number,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:commaOrSpaceSeparated,to:null,transform:null,u1:null,u2:null,underlinePosition:number,underlineThickness:number,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:number,values:null,vAlphabetic:number,vMathematical:number,vectorEffect:null,vHanging:number,vIdeographic:number,version:null,vertAdvY:number,vertOriginX:number,vertOriginY:number,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:number,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),property_information_html=merge([xml,xlink,xmlns,aria,html_html],"html"),property_information_svg=merge([xml,xlink,xmlns,aria,svg],"svg"),unist_util_is_convert=function(test){if(null==test)return unist_util_is_ok;if("string"==typeof test)return unist_util_is_castFactory(function(node){return node&&node.type===test});if("object"==typeof test)return Array.isArray(test)?function(tests){let checks=[],index=-1;for(;++index":"")+")"})),visit;function visit(){var value;let subresult,offset,grandparents,result=[];if((!test||is(node,index,parents[parents.length-1]||null))&&!1===(result=Array.isArray(value=visitor(node,parents))?value:"number"==typeof value?[!0,value]:[value])[0])return result;if(node.children&&"skip"!==result[0])for(offset=(reverse?node.children.length:-1)+step,grandparents=parents.concat(node);offset>-1&&offset{unist_util_visit_visit(tree,"element",(node,index,parent_)=>{let remove;if(options.allowedElements?remove=!options.allowedElements.includes(node.tagName):options.disallowedElements&&(remove=options.disallowedElements.includes(node.tagName)),!remove&&options.allowElement&&"number"==typeof index&&(remove=!options.allowElement(node,index,parent_)),remove&&"number"==typeof index)return options.unwrapDisallowed&&node.children?parent_.children.splice(index,1,...node.children):parent_.children.splice(index,1),index})}}let protocols=["http","https","mailto","tel"];var react_is=__webpack_require__(82143);let valid=/^data[-\w.:]+$/i,dash=/-[a-z]/g,cap=/[A-Z]/g;function kebab($0){return"-"+$0.toLowerCase()}function camelcase($0){return $0.charAt(1).toUpperCase()}let hastToReact={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"};var style_to_object=__webpack_require__(57848);let ast_to_react_own={}.hasOwnProperty,tableElements=new Set(["table","thead","tbody","tfoot","tr"]);function getElementsBeforeCount(parent,node){let index=-1,count=0;for(;++index for more info)`),delete deprecated[key]}let processor=unified().use(remark_parse).use(options.remarkPlugins||[]).use(lib,{...options.remarkRehypeOptions,allowDangerousHtml:!0}).use(options.rehypePlugins||[]).use(rehypeFilter,options),file=new VFile;"string"==typeof options.children?file.value=options.children:void 0!==options.children&&null!==options.children&&console.warn(`[react-markdown] Warning: please pass a string as \`children\` (not: \`${options.children}\`)`);let hastNode=processor.runSync(processor.parse(file),file);if("root"!==hastNode.type)throw TypeError("Expected a `root` node");let result=react.createElement(react.Fragment,{},function childrenToReact(context,node){let child;let children=[],childIndex=-1;for(;++childIndex4&&"data"===normal.slice(0,4)&&valid.test(value)){if("-"===value.charAt(4)){let rest=value.slice(5).replace(dash,camelcase);prop="data"+rest.charAt(0).toUpperCase()+rest.slice(1)}else{let rest1=value.slice(4);if(!dash.test(rest1)){let dashes=rest1.replace(cap,kebab);"-"!==dashes.charAt(0)&&(dashes="-"+dashes),value="data"+dashes}}Type=DefinedInfo}return new Type(prop,value)}(ctx.schema,prop),result=value;null!=result&&result==result&&(Array.isArray(result)&&(result=info.commaSeparated?function(values,options){let settings={},input=""===values[values.length-1]?[...values,""]:values;return input.join((settings.padRight?" ":"")+","+(!1===settings.padLeft?"":" ")).trim()}(result):result.join(" ").trim()),"style"===info.property&&"string"==typeof result&&(result=function(value){let result={};try{style_to_object(value,function(name,v){let k="-ms-"===name.slice(0,4)?`ms-${name.slice(4)}`:name;result[k.replace(/-([a-z])/g,styleReplacer)]=v})}catch{}return result}(result)),info.space&&info.property?props[ast_to_react_own.call(hastToReact,info.property)?hastToReact[info.property]:info.property]=result:info.attribute&&(props[info.attribute]=result))}(properties,property,node.properties[property],context);("ol"===name||"ul"===name)&&context.listDepth++;let children=childrenToReact(context,node);("ol"===name||"ul"===name)&&context.listDepth--,context.schema=parentSchema;let position=node.position||{start:{line:null,column:null,offset:null},end:{line:null,column:null,offset:null}},component=options.components&&ast_to_react_own.call(options.components,name)?options.components[name]:name,basic="string"==typeof component||component===react.Fragment;if(!react_is.isValidElementType(component))throw TypeError(`Component for name \`${name}\` not defined or is not renderable`);if(properties.key=[name,position.start.line,position.start.column,index].join("-"),"a"===name&&options.linkTarget&&(properties.target="function"==typeof options.linkTarget?options.linkTarget(String(properties.href||""),node.children,"string"==typeof properties.title?properties.title:null):options.linkTarget),"a"===name&&options.transformLinkUri&&(properties.href=options.transformLinkUri(String(properties.href||""),node.children,"string"==typeof properties.title?properties.title:null)),basic||"code"!==name||"element"!==parent.type||"pre"===parent.tagName||(properties.inline=!0),basic||"h1"!==name&&"h2"!==name&&"h3"!==name&&"h4"!==name&&"h5"!==name&&"h6"!==name||(properties.level=Number.parseInt(name.charAt(1),10)),"img"===name&&options.transformImageUri&&(properties.src=options.transformImageUri(String(properties.src||""),String(properties.alt||""),"string"==typeof properties.title?properties.title:null)),!basic&&"li"===name&&"element"===parent.type){let input=function(node){let index=-1;for(;++indexString(d)).join("")),!basic&&options.rawSourcePos&&(properties.sourcePosition=node.position),!basic&&options.includeElementIndex&&(properties.index=getElementsBeforeCount(parent,node),properties.siblingCount=getElementsBeforeCount(parent)),basic||(properties.node=node),children.length>0?react.createElement(component,properties,children):react.createElement(component,properties)}(context,child,childIndex,node)):"text"===child.type?"element"===node.type&&tableElements.has(node.tagName)&&function(thing){var value=thing&&"object"==typeof thing&&"text"===thing.type?thing.value||"":thing;return"string"==typeof value&&""===value.replace(/[ \t\n\f\r]/g,"")}(child)||children.push(child.value):"raw"!==child.type||context.options.skipHtml||children.push(child.value);return children}({options,schema:property_information_html,listDepth:0},hastNode));return options.className&&(result=react.createElement("div",{className:options.className},result)),result}ReactMarkdown.defaultProps={transformLinkUri:function(uri){let url=(uri||"").trim(),first=url.charAt(0);if("#"===first||"/"===first)return url;let colon=url.indexOf(":");if(-1===colon)return url;let index=-1;for(;++indexindex||-1!==(index=url.indexOf("#"))&&colon>index?url:"javascript:void(0)"}},ReactMarkdown.propTypes={children:prop_types.string,className:prop_types.string,allowElement:prop_types.func,allowedElements:prop_types.arrayOf(prop_types.string),disallowedElements:prop_types.arrayOf(prop_types.string),unwrapDisallowed:prop_types.bool,remarkPlugins:prop_types.arrayOf(prop_types.oneOfType([prop_types.object,prop_types.func,prop_types.arrayOf(prop_types.oneOfType([prop_types.bool,prop_types.string,prop_types.object,prop_types.func,prop_types.arrayOf(prop_types.any)]))])),rehypePlugins:prop_types.arrayOf(prop_types.oneOfType([prop_types.object,prop_types.func,prop_types.arrayOf(prop_types.oneOfType([prop_types.bool,prop_types.string,prop_types.object,prop_types.func,prop_types.arrayOf(prop_types.any)]))])),sourcePos:prop_types.bool,rawSourcePos:prop_types.bool,skipHtml:prop_types.bool,includeElementIndex:prop_types.bool,transformLinkUri:prop_types.oneOfType([prop_types.func,prop_types.bool]),linkTarget:prop_types.oneOfType([prop_types.func,prop_types.string]),transformImageUri:prop_types.func,components:prop_types.object}}}]);