/*! For license information please see 9.dd8162227c03a0e65312.js.LICENSE.txt */ (window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"+XMi":function(module,exports,e){"use strict";(function(r){var t=e("33yf"),n=e("48q5"),i=e("BEtg");module.exports=VFile;var o={}.hasOwnProperty,a=VFile.prototype;a.toString=function(e){var r=this.contents||"";return i(r)?r.toString(e):String(r)};var s=["history","path","basename","stem","extname","dirname"];function VFile(e){var t,n,a;if(e){if("string"==typeof e||i(e))e={contents:e};else if("message"in e&&"messages"in e)return e}else e={};if(!(this instanceof VFile))return new VFile(e);for(this.data={},this.messages=[],this.history=[],this.cwd=r.cwd(),n=-1,a=s.length;++n=97&&r<=122||r>=65&&r<=90}},"2yk8":function(module,exports,e){"use strict";var r=e("IPAr"),t=e("ZWk2"),n=e("afWh");module.exports=autoLink,autoLink.locator=n,autoLink.notInLink=!0;var i="<",o=">",a="@",s="/",c="mailto:",l=c.length;function autoLink(e,n,u){var f,p,d,h,g,m,v,b,y,x,w;if(n.charAt(0)===i){for(this,f="",p=n.length,d=0,h="",m=!1,v="",d++,f=i;d=0;n--){var i=e[n];"."===i?e.splice(n,1):".."===i?(e.splice(n,1),t++):t&&(e.splice(n,1),t--)}if(r)for(;t--;t)e.unshift("..");return e}function filter(e,r){if(e.filter)return e.filter(r);for(var t=[],n=0;n=-1&&!t;n--){var i=n>=0?arguments[n]:e.cwd();if("string"!=typeof i)throw new TypeError("Arguments to path.resolve must be strings");i&&(r=i+"/"+r,t="/"===i.charAt(0))}return(t?"/":"")+(r=normalizeArray(filter(r.split("/"),(function(e){return!!e})),!t).join("/"))||"."},exports.normalize=function(e){var t=exports.isAbsolute(e),n="/"===r(e,-1);return(e=normalizeArray(filter(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&n&&(e+="/"),(t?"/":"")+e},exports.isAbsolute=function(e){return"/"===e.charAt(0)},exports.join=function(){var e=Array.prototype.slice.call(arguments,0);return exports.normalize(filter(e,(function(e,r){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},exports.relative=function(e,r){function trim(e){for(var r=0;r=0&&""===e[t];t--);return r>t?[]:e.slice(r,t-r+1)}e=exports.resolve(e).substr(1),r=exports.resolve(r).substr(1);for(var t=trim(e.split("/")),n=trim(r.split("/")),i=Math.min(t.length,n.length),o=i,a=0;a=1;--o)if(47===(r=e.charCodeAt(o))){if(!i){n=o;break}}else i=!1;return-1===n?t?"/":".":t&&1===n?"/":e.slice(0,n)},exports.basename=function(e,r){var t=function(e){"string"!=typeof e&&(e+="");var r,t=0,n=-1,i=!0;for(r=e.length-1;r>=0;--r)if(47===e.charCodeAt(r)){if(!i){t=r+1;break}}else-1===n&&(i=!1,n=r+1);return-1===n?"":e.slice(t,n)}(e);return r&&t.substr(-1*r.length)===r&&(t=t.substr(0,t.length-r.length)),t},exports.extname=function(e){"string"!=typeof e&&(e+="");for(var r=-1,t=0,n=-1,i=!0,o=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===n&&(i=!1,n=a+1),46===s?-1===r?r=a:1!==o&&(o=1):-1!==r&&(o=-1);else if(!i){t=a+1;break}}return-1===r||-1===n||0===o||1===o&&r===n-1&&r===t+1?"":e.slice(r,n)};var r="b"==="ab".substr(-1)?function(e,r,t){return e.substr(r,t)}:function(e,r,t){return r<0&&(r=e.length+r),e.substr(r,t)}}).call(this,e("8oxB"))},"3GlI":function(module,exports,e){"use strict";module.exports=function(e){var t=String(e),n=t.length;for(;t.charAt(--n)===r;);return t.slice(0,n+1)};var r="\n"},"3m36":function(module,exports,e){"use strict";var r=e("U6jy"),t=e("q1tI").createElement;function SimpleRenderer(e,r){return t(e,getCoreProps(r),r.children)}function getCoreProps(e){return e["data-sourcepos"]?{"data-sourcepos":e["data-sourcepos"]}:{}}module.exports={root:"div",break:"br",paragraph:"p",emphasis:"em",strong:"strong",thematicBreak:"hr",blockquote:"blockquote",delete:"del",link:"a",image:"img",linkReference:"a",imageReference:"img",table:SimpleRenderer.bind(null,"table"),tableHead:SimpleRenderer.bind(null,"thead"),tableBody:SimpleRenderer.bind(null,"tbody"),tableRow:SimpleRenderer.bind(null,"tr"),tableCell:function(e){var n=e.align?{textAlign:e.align}:void 0,i=getCoreProps(e);return t(e.isHeader?"th":"td",n?r({style:n},i):i,e.children)},list:function(e){var r=getCoreProps(e);null!==e.start&&1!==e.start&&(r.start=e.start.toString());return t(e.ordered?"ol":"ul",r,e.children)},listItem:function(e){var r=null;if(null!==e.checked){var n=e.checked;r=t("input",{type:"checkbox",checked:n,readOnly:!0})}return t("li",getCoreProps(e),r,e.children)},definition:function(){return null},heading:function(e){return t("h"+e.level,getCoreProps(e),e.children)},inlineCode:function(e){return t("code",getCoreProps(e),e.children)},code:function(e){var r=e.language&&"language-"+e.language,n=t("code",r?{className:r}:null,e.value);return t("pre",getCoreProps(e),n)},html:function(e){if(e.skipHtml)return null;var r=e.isBlock?"div":"span";if(e.escapeHtml)return t(r,null,e.value);var n={dangerouslySetInnerHTML:{__html:e.value}};return t(r,n)},virtualHtml:function(e){return t(e.tag,getCoreProps(e),e.children)}}},"48q5":function(module,exports,e){"use strict";var r=e("33yf");module.exports=function(e,t){if("string"!=typeof e)return e;if(0===e.length)return e;var n=r.basename(e,r.extname(e))+t;return r.join(r.dirname(e),n)}},"497W":function(module,exports,e){"use strict";var r=e("aTp6");module.exports=hardBreak,hardBreak.locator=r;var t=2;function hardBreak(e,r,n){for(var i,o=r.length,a=-1,s="";++a-1;else t=!Object(i.a)(g.current).documentElement.contains(e.target)||g.current.contains(e.target);t||!c&&r||f(e)}})),createHandleSynthetic=function(e){return function(t){v.current=!0;var n=r.props[e];n&&n(t)}},w={ref:y};return!1!==d&&(w[d]=createHandleSynthetic(d)),t.useEffect((function(){if(!1!==d){var e=mapEventPropToEvent(d),r=Object(i.a)(g.current),handleTouchMove=function(){h.current=!0};return r.addEventListener(e,x),r.addEventListener("touchmove",handleTouchMove),function(){r.removeEventListener(e,x),r.removeEventListener("touchmove",handleTouchMove)}}}),[x,d]),!1!==u&&(w[u]=createHandleSynthetic(u)),t.useEffect((function(){if(!1!==u){var e=mapEventPropToEvent(u),r=Object(i.a)(g.current);return r.addEventListener(e,x),function(){r.removeEventListener(e,x)}}}),[x,u]),t.createElement(t.Fragment,null,t.cloneElement(r,w))}},"6dBs":function(module,exports,e){"use strict";var r=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,i=Object.getOwnPropertyDescriptor,isArray=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},isPlainObject=function(e){if(!e||"[object Object]"!==t.call(e))return!1;var n,i=r.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!i&&!o)return!1;for(n in e);return void 0===n||r.call(e,n)},setProperty=function(e,r){n&&"__proto__"===r.name?n(e,r.name,{enumerable:!0,configurable:!0,value:r.newValue,writable:!0}):e[r.name]=r.newValue},getProperty=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(i)return i(e,t).value}return e[t]};module.exports=function extend(){var e,r,t,n,i,o,a=arguments[0],s=1,c=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[1]||{},s=2),(null==a||"object"!=typeof a&&"function"!=typeof a)&&(a={});sr)return{line:t+1,column:r-(e[t-1]||0)+1,offset:r};return{}}}function positionToOffsetFactory(e){return function(r){var t=r&&r.line,n=r&&r.column;if(!isNaN(t)&&!isNaN(n)&&t-1 in e)return(e[t-2]||0)+n-1||0;return-1}}module.exports=function(e){var r=function(e){var r=[],t=e.indexOf("\n");for(;-1!==t;)r.push(t+1),t=e.indexOf("\n",t+1);return r.push(e.length+1),r}(String(e));return{toPosition:offsetToPositionFactory(r),toOffset:positionToOffsetFactory(r)}}},"9Z5P":function(module,exports,e){"use strict";var r=e("ZkSf");function wrap(e){var r=e.children;e.children=[{type:"tableHead",align:e.align,children:[r[0]],position:r[0].position}],r.length>1&&e.children.push({type:"tableBody",align:e.align,children:r.slice(1),position:{start:r[1].position.start,end:r[r.length-1].position.end}})}module.exports=function(e){return r(e,"table",wrap),e}},A6mZ:function(module,exports,e){"use strict";module.exports=function(e){return function(t,n){var i,o,a,s,c,l,u=this,f=u.offset,p=[],d=u[e+"Methods"],h=u[e+"Tokenizers"],g=n.line,m=n.column;if(!t)return p;eat.now=now,eat.file=u.file,updatePosition("");for(;t;){for(i=-1,o=d.length,c=!1;++ii.length;o&&i.push(done);try{t=e.apply(null,i)}catch(e){if(o&&n)throw e;return done(e)}o||(t&&"function"==typeof t.then?t.then(then,done):t instanceof Error?done(t):then(t))};function done(){n||(n=!0,t.apply(null,arguments))}function then(e){done(null,e)}}},EHzZ:function(module,e,r){"use strict";var t=r("q1tI"),n=r.n(t),i=r("JYd8"),o=Object(i.a)("ExternalLinkIcon",{ltr:{large:function(e){return n.a.createElement(n.a.Fragment,null,n.a.createElement("path",{d:"M4.5 17c-.412 0-.766-.147-1.06-.44A1.445 1.445 0 013 15.5v-11c0-.412.147-.766.44-1.06.294-.293.648-.44 1.06-.44h4.75c.213 0 .39.071.534.214a.72.72 0 01.216.532c0 .21-.072.39-.216.535a.72.72 0 01-.534.219H4.5v11h11v-4.75c0-.213.072-.39.214-.534a.72.72 0 01.532-.216c.21 0 .39.072.535.216a.72.72 0 01.219.534v4.75c0 .412-.147.766-.44 1.06-.294.293-.647.44-1.06.44h-11zm11-11.438L8.583 12.48a.681.681 0 01-.52.219.758.758 0 01-.521-.24.729.729 0 010-1.062L14.438 4.5H12.75a.728.728 0 01-.534-.214.72.72 0 01-.216-.532c0-.21.072-.39.216-.535A.72.72 0 0112.75 3h3.5c.212 0 .39.072.534.216A.726.726 0 0117 3.75v3.5c0 .213-.072.39-.214.534a.72.72 0 01-.532.216.734.734 0 01-.535-.216.72.72 0 01-.219-.534V5.562z",fill:"currentColor"}))}}},!0);e.a=o},EQPF:function(module,exports,e){"use strict";module.exports=function(e,r){return function(t){var n,i=0,o=t.indexOf("\\"),a=e[r],s=[];for(;-1!==o;)s.push(t.slice(i,o)),i=o+1,(n=t.charAt(i))&&-1!==a.indexOf(n)||s.push("\\"),o=t.indexOf("\\",i);return s.push(t.slice(i)),s.join("")}}},Eidx:function(module,exports,e){"use strict";var r=e("IPAr");module.exports=function(e,t,n){var i,o,a,s,c=t.charAt(0);if("\n"!==c)return;if(n)return!0;s=1,i=t.length,o=c,a="";for(;s=c)){for(g="";O1&&void 0!==arguments[1]?arguments[1]:{};return(e.children||[]).reduce((function(e,r){return"definition"===r.type&&(e[r.identifier]={href:r.url,title:r.title}),getDefinitions(r,e)}),r)}},IujW:function(module,exports,e){"use strict";var r=e("U6jy"),t=e("1VtT"),n=e("fUUT"),i=e("17x9"),o=e("wnOJ"),a=e("cVWj"),s=e("u3i/"),c=e("UV+P"),l=e("9Z5P"),u=e("IoeE"),f=e("ohmx"),p=e("3m36"),d=Object.keys(p),ReactMarkdown=function(e){var i=e.source||e.children||"";if(e.allowedTypes&&e.disallowedTypes)throw new Error("Only one of `allowedTypes` and `disallowedTypes` should be defined");var f=r(p,e.renderers),h=[n].concat(e.plugins||[]).reduce(applyParserPlugin,t()).parse(i),g=r(e,{renderers:f,definitions:u(h)}),m=function(e){var r=[l,o()],t=e.disallowedTypes;e.allowedTypes&&(t=d.filter((function(r){return"root"!==r&&-1===e.allowedTypes.indexOf(r)})));var n=e.unwrapDisallowed?"unwrap":"remove";t&&t.length>0&&r.push(s.ofType(t,n));e.allowNode&&r.push(s.ifNotMatch(e.allowNode,n));e.escapeHtml||e.skipHtml||r.push(a);return e.astPlugins?r.concat(e.astPlugins):r}(e).reduce((function(e,r){return r(e,g)}),h);return c(m,g)};function applyParserPlugin(e,r){return Array.isArray(r)?e.use.apply(e,function(e){if(Array.isArray(e)){for(var r=0,t=Array(e.length);ro)return;if(!u||!f.pedantic&&a.charAt(d+1)===i)return;p=a.length+1,l="";for(;++d"],t=r.concat(["~","|"]),n=t.concat(["\n",'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);function escapes(e){var i=e||{};return i.commonmark?n:i.gfm?t:r}escapes.default=r,escapes.gfm=t,escapes.commonmark=n},MaiH:function(module,exports,e){"use strict";module.exports=function(e,r){return e.indexOf("~~",r)}},NFD0:function(module,exports,e){"use strict";module.exports=function(e,r){return e.indexOf("\\",r)}},NS2H:function(module,exports,e){"use strict";module.exports=function(e,a,s){var c,l,u,f,p,d=e.now(),h=a.length,g=-1,m="";for(;++g=i){g--;break}m+=u}c="",l="";for(;++g=c){w=l.indexOf(o,w+1);continue}}if(p=l.slice(w+1),i(x,y,this,[e,p,!0]))break;if(y.list.call(this,e,p,!0)&&(this.inList||v||b&&!t(r.left(p).charAt(0))))break;if(f=w,-1!==(w=l.indexOf(o,w+1))&&""===r(l.slice(f,w))){w=f;break}}if(p=l.slice(0,w),""===r(p))return e(p),null;if(u)return!0;return g=e.now(),p=n(p),e(p)({type:"paragraph",children:this.tokenizeInline(p,g)})};var o="\n",a="\t",s=" ",c=4},RjOF:function(module,exports,e){"use strict";var r,t="";module.exports=function(e,n){if("string"!=typeof e)throw new TypeError("expected a string");if(1===n)return e;if(2===n)return e+e;var i=e.length*n;if(r!==e||void 0===r)r=e,t="";else if(t.length>=i)return t.substr(0,i);for(;i>t.length&&n>1;)1&n&&(t+=e),n>>=1,e+=e;return t=(t+=e).substr(0,i)}},RsFJ:function(module,exports){(exports=module.exports=function(e){return e.replace(/^\s*|\s*$/g,"")}).left=function(e){return e.replace(/^\s*/,"")},exports.right=function(e){return e.replace(/\s*$/,"")}},SbiQ:function(module,exports,e){"use strict";module.exports=function(e,r,t){var n,i,o,a,s,c,l,u,f,p;if(t)return!0;n=this.inlineMethods,a=n.length,i=this.inlineTokenizers,o=-1,f=r.length;for(;++o`\\u0000-\\u0020]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>";exports.openCloseTag=new RegExp("^(?:"+r+"|"+t+")"),exports.tag=new RegExp("^(?:"+r+"|"+t+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?].*?[?]>|]*>|)")},U6jy:function(module,exports){module.exports=function(){for(var r={},t=0;t2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=n.renderers[e.type],s=e.position.start,c=[e.type,s.line,s.column].join("-");if("text"===e.type)return a?a(e.value,c):e.value;if("function"!=typeof a&&"string"!=typeof a&&!function(e){return r.Fragment&&r.Fragment===e}(a))throw new Error("Renderer for type `"+e.type+"` not defined or is not renderable");var l=function(e,r,n,i,o,a){var s={key:r},c="string"==typeof i;n.sourcePos&&e.position&&(s["data-sourcepos"]=function(e){return[e.start.line,":",e.start.column,"-",e.end.line,":",e.end.column].map(String).join("")}(e.position));n.rawSourcePos&&!c&&(s.sourcePosition=e.position);n.includeNodeIndex&&o.node&&o.node.children&&!c&&(s.index=o.node.children.indexOf(e),s.parentChildCount=o.node.children.length);var l=null!==e.identifier&&void 0!==e.identifier?n.definitions[e.identifier]||{}:null;switch(e.type){case"root":assignDefined(s,{className:n.className});break;case"heading":s.level=e.depth;break;case"list":s.start=e.start,s.ordered=e.ordered,s.tight=!e.loose,s.depth=e.depth;break;case"listItem":s.checked=e.checked,s.tight=!e.loose,s.ordered=e.ordered,s.index=e.index,s.children=(s.tight?function(e){return e.children.reduce((function(e,r){return e.concat("paragraph"===r.type?r.children||[]:[r])}),[])}(e):e.children).map((function(r,t){return astToReact(r,n,{node:e,props:s},t)}));break;case"definition":assignDefined(s,{identifier:e.identifier,title:e.title,url:e.url});break;case"code":assignDefined(s,{language:e.lang&&e.lang.split(/\s/,1)[0]});break;case"inlineCode":s.children=e.value,s.inline=!0;break;case"link":assignDefined(s,{title:e.title||void 0,target:"function"==typeof n.linkTarget?n.linkTarget(e.url,e.children,e.title):n.linkTarget,href:n.transformLinkUri?n.transformLinkUri(e.url,e.children,e.title):e.url});break;case"image":assignDefined(s,{alt:e.alt||void 0,title:e.title||void 0,src:n.transformImageUri?n.transformImageUri(e.url,e.children,e.title,e.alt):e.url});break;case"linkReference":assignDefined(s,t(l,{href:n.transformLinkUri?n.transformLinkUri(l.href):l.href}));break;case"imageReference":assignDefined(s,{src:n.transformImageUri&&l.href?n.transformImageUri(l.href,e.children,l.title,e.alt):l.href,title:l.title||void 0,alt:e.alt||void 0});break;case"table":case"tableHead":case"tableBody":s.columnAlignment=e.align;break;case"tableRow":s.isHeader="tableHead"===o.node.type,s.columnAlignment=o.props.columnAlignment;break;case"tableCell":assignDefined(s,{isHeader:o.props.isHeader,align:o.props.columnAlignment[a]});break;case"virtualHtml":s.tag=e.tag;break;case"html":s.isBlock=e.position.start.line!==e.position.end.line,s.escapeHtml=n.escapeHtml,s.skipHtml=n.skipHtml;break;default:assignDefined(s,t(e,{type:void 0,position:void 0,children:void 0}))}!c&&e.value&&(s.value=e.value);return s}(e,c,n,a,i,o);return r.createElement(a,l,l.children||e.children&&e.children.map((function(r,t){return astToReact(r,n,{node:e,props:l},t)}))||void 0)}function assignDefined(e,r){for(var t in r)void 0!==r[t]&&(e[t]=r[t])}module.exports=astToReact},VRSw:function(module,exports,e){"use strict";var r=e("1iAE"),t=e("afWh"),n=e("TjP8").tag;module.exports=inlineHTML,inlineHTML.locator=t;var i=/^/i;function inlineHTML(e,t,a){var s,c,l=t.length;if(!("<"!==t.charAt(0)||l<3)&&(s=t.charAt(1),(r(s)||"?"===s||"!"===s||"/"===s)&&(c=t.match(n))))return!!a||(c=c[0],!this.inLink&&i.test(c)?this.inLink=!0:this.inLink&&o.test(c)&&(this.inLink=!1),e(c)({type:"html",value:c}))}},"VSQ+":function(module,exports,e){"use strict";module.exports=function(e,t){var n,i=r.length,o=-1,a=-1;if(!this.options.gfm)return-1;for(;++o|$))/i,/<\/(script|pre|style)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(r.source+"\\s*$"),/^$/,!1]];for(;v=48&&r<=57}},ZWk2:function(module,exports,e){"use strict";var r=e("n2zM"),t=e("m2n9"),n=e("Z87L"),i=e("ZONP"),o=e("fjrl"),a=e("J5yW");module.exports=function(e,i){var o,O,q={};i||(i={});for(O in u)o=i[O],q[O]=null==o?u[O]:o;(q.position.indent||q.position.start)&&(q.indent=q.position.indent||[],q.position=q.position.start);return function(e,i){var o,u,O,q,E,j,L,C,T,P,S,N,D,R,I,B,U,z,H=i.additional,V=i.nonTerminated,F=i.text,M=i.reference,G=i.warning,Z=i.textContext,J=i.referenceContext,W=i.warningContext,K=i.position,Y=i.indent||[],X=e.length,Q=0,ee=-1,re=K.column||1,te=K.line||1,ne="",ie=[];I=now(),L=G?function(e,r){var t=now();t.column+=r,t.offset+=r,G.call(W,A[e],t,e)}:l,Q--,X++;for(;++Q=55296&&oe<=57343||oe>1114111?(L(k,U),E="�"):E in n?(L(w,U),E=n[E]):(T="",disallowed(E)&&L(w,U),E>65535&&(T+=c((E-=65536)>>>10|55296),E=56320|1023&E),E=T+c(E))):D!==f&&L(y,U)),E?(flush(),I=now(),Q=z-1,re+=z-N+1,ie.push(E),(B=now()).offset++,M&&M.call(J,E,{start:I,end:B},e.slice(N-1,z)),I=B):(O=e.slice(N-1,z),ne+=O,re+=O.length,Q=z-1)}var oe;return ie.join("");function now(){return{line:te,column:re,offset:Q+(K.offset||0)}}function at(r){return e.charAt(r)}function flush(){ne&&(ie.push(ne),F&&F.call(Z,ne,{start:I,end:now()}),ne="")}}(e,q)};var s={}.hasOwnProperty,c=String.fromCharCode,l=Function.prototype,u={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},f="named",p="hexadecimal",d="decimal",h={};h[p]=16,h[d]=10;var g={};g[f]=a,g[d]=i,g[p]=o;var m=1,v=2,b=3,y=4,x=5,w=6,k=7,A={};function disallowed(e){return e>=1&&e<=8||11===e||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)}A[m]="Named character references must be terminated by a semicolon",A[v]="Numeric character references must be terminated by a semicolon",A[b]="Named character references cannot be empty",A[y]="Numeric character references cannot be empty",A[x]="Named character references must be known",A[w]="Numeric character references cannot be disallowed",A[k]="Numeric character references cannot be outside the permissible Unicode range"},ZkSf:function(module,exports,e){"use strict";module.exports=visit;var r=e("nc5S"),t=r.CONTINUE,n=r.SKIP,i=r.EXIT;function visit(e,t,n,i){"function"==typeof t&&"function"!=typeof n&&(i=n,n=t,t=null),r(e,t,(function(e,r){var t=r[r.length-1],i=t?t.children.indexOf(e):null;return n(e,i,t)}),i)}visit.CONTINUE=t,visit.SKIP=n,visit.EXIT=i},Zpkj:function(module,exports,e){"use strict";var r=e("RsFJ"),t=e("RjOF"),n=e("my8H");module.exports=function(e,s){var c,l,u,f,p=e.split(o),d=p.length+1,h=1/0,g=[];p.unshift(t(i,s)+"!");for(;d--;)if(l=n(p[d]),g[d]=l.stops,0!==r(p[d]).length){if(!l.indent){h=1/0;break}l.indent>0&&l.indentr&&" "===e.charAt(t-1);)t--;return t}},afWh:function(module,exports,e){"use strict";module.exports=function(e,r){return e.indexOf("<",r)}},bY2E:function(module,exports,e){"use strict";var r=e("RsFJ"),t=e("obXZ"),n=e("IPAr"),i=e("CRs9");module.exports=emphasis,emphasis.locator=i;var o="*",a="_";function emphasis(e,i,s){var c,l,u,f,p,d,h,g=0,m=i.charAt(g);if(!(m!==o&&m!==a||(l=this.options.pedantic,p=m,u=m,d=i.length,g++,f="",m="",l&&n(i.charAt(g)))))for(;g$/i,i=/^<(\/?)([a-z]+)\s*>$/;module.exports=function(e){var o=void 0,a=void 0;return r(e,"html",(function(e,r,s){a!==s&&(o=[],a=s);var c=function(e){var r=e.value.match(n);return!!r&&r[1]}(e);if(c)return s.children.splice(r,1,{type:t,tag:c,position:e.position}),!0;var l=function(e,r){var t=e.value.match(i);return!!t&&{tag:t[2],opening:!t[1],node:e}}(e);if(!l)return!0;var u=function(e,r){var t=e.length;for(;t--;)if(e[t].tag===r)return e.splice(t,1)[0];return!1}(o,l.tag);return u?s.children.splice(r,0,function(e,r,n){var i=n.children.indexOf(e.node),o=n.children.indexOf(r.node),a=n.children.splice(i,o-i+1).slice(1,-1);return{type:t,children:a,tag:e.tag,position:{start:e.node.position.start,end:r.node.position.end,indent:[]}}}(l,u,s)):l.opening||o.push(l),!0}),!0),e}},"ec/5":function(module,exports,e){"use strict";var r=e("IPAr"),t=e("kaWx");module.exports=footnoteDefinition,footnoteDefinition.notInList=!0,footnoteDefinition.notInBlock=!0;var n="\\",i="\n",o="\t",a=" ",s="[",c="]",l="^",u=":",f=/^( {4}|\t)?/gm;function footnoteDefinition(e,p,d){var h,g,m,v,b,y,x,w,k,A,O,q,E=this.offset;if(this.options.footnotes){for(h=0,g=p.length,m="",v=e.now(),b=v.line;h=97&&r<=102||r>=65&&r<=70||r>=48&&r<=57}},jWrk:function(module,exports,e){"use strict";var r=e("IPAr"),t=e("EmYC");module.exports=link,link.locator=t;var n={}.hasOwnProperty,i="\\",o="[",a="]",s="(",c=")",l="<",u=">",f="`",p={'"':'"',"'":"'"},d={};function link(e,t,h){var g,m,v,b,y,x,w,k,A,O,q,E,j,L,C,T,P,S,N,D="",R=0,I=t.charAt(0),B=this.options.pedantic,U=this.options.commonmark,z=this.options.gfm;if("!"===I&&(A=!0,D=I,I=t.charAt(++R)),I===o&&(A||!this.inLink)){for(D+=I,C="",R++,E=t.length,L=0,(P=e.now()).column+=R,P.offset+=R;R=v&&(v=0):v=m}else if(I===i)R++,x+=t.charAt(R);else if(v&&!z||I!==o){if((!v||z)&&I===a){if(!L){if(!B)for(;R",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}},my8H:function(module,exports,e){"use strict";module.exports=function(e){var t,n=0,i=0,o=e.charAt(n),a={};for(;o in r;)t=r[o],i+=t,t>1&&(i=Math.floor(i/t)*t),a[i]=n,o=e.charAt(++n);return{indent:i,stops:a}};var r={" ":1,"\t":4}},n2zM:function(module,exports){module.exports={AEli:"Æ",AElig:"Æ",AM:"&",AMP:"&",Aacut:"Á",Aacute:"Á",Abreve:"Ă",Acir:"Â",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrav:"À",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",Arin:"Å",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atild:"Ã",Atilde:"Ã",Aum:"Ä",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COP:"©",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedi:"Ç",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ET:"Ð",ETH:"Ð",Eacut:"É",Eacute:"É",Ecaron:"Ě",Ecir:"Ê",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrav:"È",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Eum:"Ë",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",G:">",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacut:"Í",Iacute:"Í",Icir:"Î",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrav:"Ì",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Ium:"Ï",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",L:"<",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntild:"Ñ",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacut:"Ó",Oacute:"Ó",Ocir:"Ô",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograv:"Ò",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslas:"Ø",Oslash:"Ø",Otild:"Õ",Otilde:"Õ",Otimes:"⨷",Oum:"Ö",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUO:'"',QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",RE:"®",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THOR:"Þ",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacut:"Ú",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucir:"Û",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrav:"Ù",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uum:"Ü",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacut:"Ý",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacut:"á",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acir:"â",acirc:"â",acut:"´",acute:"´",acy:"а",aeli:"æ",aelig:"æ",af:"⁡",afr:"𝔞",agrav:"à",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",am:"&",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",arin:"å",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atild:"ã",atilde:"ã",aum:"ä",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvba:"¦",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedi:"ç",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedi:"¸",cedil:"¸",cemptyv:"⦲",cen:"¢",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",cop:"©",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curre:"¤",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",de:"°",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divid:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacut:"é",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"ê",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrav:"è",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",et:"ð",eth:"ð",eum:"ë",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac1:"¼",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac3:"¾",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",g:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacut:"í",iacute:"í",ic:"⁣",icir:"î",icirc:"î",icy:"и",iecy:"е",iexc:"¡",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrav:"ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iques:"¿",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",ium:"ï",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laqu:"«",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",l:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",mac:"¯",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micr:"µ",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middo:"·",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbs:" ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",no:"¬",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntild:"ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacut:"ó",oacute:"ó",oast:"⊛",ocir:"ô",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograv:"ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"º",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslas:"ø",oslash:"ø",osol:"⊘",otild:"õ",otilde:"õ",otimes:"⊗",otimesas:"⨶",oum:"ö",ouml:"ö",ovbar:"⌽",par:"¶",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusm:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",poun:"£",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quo:'"',quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raqu:"»",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",re:"®",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sec:"§",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",sh:"­",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szli:"ß",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thor:"þ",thorn:"þ",tilde:"˜",time:"×",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacut:"ú",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucir:"û",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrav:"ù",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",um:"¨",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uum:"ü",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacut:"ý",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",ye:"¥",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yum:"ÿ",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},nLKB:function(module,exports,e){"use strict";var r=e("U6jy"),t=e("MQ5/"),n=e("0lR2");module.exports=function(e){var i,o,a=this.options;if(null==e)e={};else{if("object"!=typeof e)throw new Error("Invalid value `"+e+"` for setting `options`");e=r(e)}for(i in n){if(null==(o=e[i])&&(o=a[i]),"blocks"!==i&&"boolean"!=typeof o||"blocks"===i&&"object"!=typeof o)throw new Error("Invalid value `"+o+"` for setting `options."+i+"`");e[i]=o}return this.options=e,this.escape=t(e),this}},nc5S:function(module,exports,e){"use strict";module.exports=visitParents;var r=e("QElO"),t="skip",n=!1;function visitParents(e,i,o,a){function one(e,s,c){var l;return(i&&!r(i,e,s,c[c.length-1]||null)||(l=o(e,c))!==n)&&e.children&&l!==t&&function(e,r){var t,i,o=a?-1:1,s=(a?e.length:-1)+o;for(;s>-1&&sa?t:-1!==(a=t.indexOf("#"))&&i>a?t:"javascript:void(0)"}},pyet:function(module,exports,e){"use strict";module.exports=function(e,c,l){var u,f,p,d,h=-1,g=c.length+1,m="";for(;++h=s&&(!u||u===r)?(m+=d,!!l||e(m)({type:"thematicBreak"})):void 0;d+=u}};var r="\n",t="\t",n=" ",i="*",o="_",a="-",s=3},qSs1:function(module,e,r){"use strict";var t=r("acd4"),n=r("/5n7"),i=r("wLNJ"),o=r("q1tI"),a=r.n(o),s=r("iuhU"),c=r("hvQS"),l=r("OJhJ"),u=r.n(l),f=r("JQEk"),p=r("OhL7"),d=r("cnkd"),h=Object(d.a)("ContextualHelpIcon",["customHelpIcon","expanded","i","inverted","background","neck","dot","crosspath"]),g=Object(p.c)("transition:0.3s ease-in-out;transform:rotate(0deg);transition-property:transform,fill,stroke;.",h.i,"{fill:currentColor;}.",h.background,"{transition:0.3s ease-in-out;transform-box:fill-box;transform-origin:center;transition-property:transform,fill,stroke;fill:#0056d200;stroke:currentColor;stroke-width:2;}.",h.neck,"{fill:currentColor;transition:0.3s ease-in-out;transform-box:fill-box;transform-origin:bottom;transition-property:transform,fill;transform:scale(1, 0.5) translate(0, -92%);}.",h.dot,"{transform-box:fill-box;transform-origin:center;transition:transform 0.3s ease-in-out;}.",h.crosspath,"{transition:0.3s ease-in-out;transform-box:fill-box;transform-origin:center;transition-property:transform,fill;/*! @noflip */transform:translate(-39%, 0) scale(0, 1);}&.",h.expanded,"{transform:rotate(45deg);.",h.background,"{fill:currentColor;}.",h.neck,"{/*! @noflip */transform:translate(0%, -39%) scale(1, 0.96);fill:var(--cds-color-neutral-primary-invert)!important;}.",h.dot,"{transform:scale(0, 0);}.",h.crosspath,"{/*! @noflip */transform:translate(-39%, 0) scale(1, 0.96);fill:var(--cds-color-neutral-primary-invert);}}&.",h.inverted,"{.",h.i,",.",h.neck,",.",h.crosspath,"{fill:currentColor!important;}.",h.background,"{stroke:var(--cds-color-neutral-primary-invert);fill:transparent;}&.",h.expanded,"{.",h.background,"{fill:var(--cds-color-neutral-primary-invert);}}}"),ContextualHelpIcon_esm=function(e){var r,t=e.expanded,n=e.id,o=e.invert,a=void 0!==o&&o;return Object(i.b)("svg",Object.assign({"aria-hidden":!0,className:Object(s.a)(h.customHelpIcon,(r={},r[h.expanded]=t,r[h.inverted]=a,r)),css:g,height:"18",id:n,viewBox:"0 0 24 24",width:"18",xmlns:"http://www.w3.org/2000/svg"},{children:Object(i.c)("g",Object.assign({className:h.i},{children:[Object(i.b)("circle",{className:h.background,cx:"12",cy:"12",r:"9.6"},void 0),Object(i.b)("rect",{className:h.neck,height:"13.5",rx:"2",ry:"2",width:"2",x:"10.85",y:"10.15"},void 0),Object(i.b)("circle",{className:h.dot,cx:"12",cy:"7.5",r:"1"},void 0),Object(i.b)("rect",{className:h.crosspath,height:"2",rx:"2",ry:"2",width:"13",x:"10.75",y:"10.9"},void 0)]}),void 0)}),void 0)},m=r("SrjX"),v=Object(d.a)("ContextualHelp",["container","helpToggleButton","label","tooltipExpanded","tooltipContainer","tooltipContent","tooltipActions","tooltipCloseButton","tooltipCtaLink","tooltipCta","helpContent","expanded","inverted"]),b=Object(p.c)(".",v.container,"{display:block;&.",v.tooltipExpanded," .",v.helpToggleButton,"::before{border-left:solid transparent 12px;border-right:solid transparent 12px;border-bottom:solid var(--cds-color-emphasis-primary-background-xweak) 12px;top:32px;content:' ';height:0;position:absolute;width:0;}&.",v.inverted,"{.",v.label,"{color:var(--cds-color-neutral-primary-invert);}}}.",v.label,"{display:inline;}.",v.label,">*{display:inline;}.",v.helpToggleButton,"{position:relative;bottom:-2px;width:24px;height:24px;margin:-8px 0 0 4px;color:var(--cds-color-interactive-primary);&.",m.a.focusVisible,"::after{border-radius:50%;inset:1px;}.cds-button-startIcon{margin:0;}&:focus,&:hover{color:var(--cds-color-interactive-primary-hover);}&:active{color:var(--cds-color-interactive-primary-pressed);}}.",v.tooltipContainer,"{position:relative;width:100%;margin-top:var(--cds-spacing-200);padding:var(--cds-spacing-200);background-color:var(--cds-color-emphasis-primary-background-xweak);border-radius:var(--cds-border-radius-50);overflow:auto;box-sizing:border-box;}.",v.tooltipActions,"{margin-top:var(--cds-spacing-200);display:flex;flex-direction:row-reverse;align-items:center;justify-content:start;}.",v.tooltipCloseButton,"{margin-right:var(--cds-spacing-300);}.",v.inverted,"{.",v.helpToggleButton,"{color:var(--cds-color-neutral-primary-invert);}}.",v.tooltipExpanded,"{&.",v.inverted,"{.",v.helpToggleButton,"{color:var(--cds-color-interactive-primary);}}}"),ContextualHelpTooltip_esm=function(e){return Object(i.c)("div",Object.assign({className:v.tooltipContainer},{children:[Object(i.b)("div",Object.assign({className:v.tooltipContent},{children:e.children}),void 0),e.cta&&Object(i.b)("div",Object.assign({className:v.tooltipActions},{children:Object(i.b)("div",Object.assign({className:v.tooltipCta},{children:e.cta}),void 0)}),void 0)]}),void 0)},y=["isExpanded","onClose","children"],x=["className","id","onChange","helpToggleProps","tooltipProps","label","children","defaultExpanded","invert"],ContextualHelp_esm_renderHelpContent=function(e){var r=e.isExpanded,t=e.onClose,o=e.children,a=Object(n.c)(e,y);return"function"==typeof o?o({isExpanded:r,onClose:t}):Object(i.b)(f.a,Object.assign({in:r,timeout:"auto"},{children:Object(i.b)(ContextualHelpTooltip_esm,Object.assign({onClose:t},a,{children:o}),void 0)}),void 0)},w=a.a.forwardRef((function(e,r){var a,l=e.className,f=e.id,p=e.onChange,d=e.helpToggleProps,h=e.tooltipProps,g=e.label,m=e.children,y=e.defaultExpanded,w=void 0!==y&&y,k=e.invert,A=void 0!==k&&k,O=Object(n.c)(e,x),q=Object(o.useState)(w),E=q[0],j=q[1],L=Object(o.useRef)(null),C=u()(r,L),T=Object(t.a)(f),P=T+"-helpToggleButton",S=T+"-helpContent",N="function"!=typeof m,D=N?E:d["aria-expanded"];return Object(i.c)("div",Object.assign({className:l,css:b,id:T},O,{children:[Object(i.c)("div",Object.assign({className:Object(s.a)(v.container,(a={},a[v.expanded]=E,a[v.tooltipExpanded]=N&&E,a[v.inverted]=A,a))},{children:[Object(i.b)("div",Object.assign({className:v.label},{children:g}),void 0),Object(i.b)(c.a,Object.assign({ref:C,"aria-controls":S,"aria-expanded":D,"aria-label":d["aria-label"],className:v.helpToggleButton,id:P,onClick:function(){j((function(e){return!e})),null==p||p(!E)}},{children:Object(i.b)(ContextualHelpIcon_esm,{expanded:E,id:T+"-contextual-help-icon",invert:A},void 0)}),void 0)]}),void 0),Object(i.b)("div",Object.assign({className:v.helpContent,id:S},{children:ContextualHelp_esm_renderHelpContent(Object(n.b)({isExpanded:E,onClose:function(){var e;j(!1),null==L||null==(e=L.current)||e.focus()},children:m},h))}),void 0)]}),void 0)}));e.a=w},tGWH:function(module,exports,e){"use strict";var r=e("RsFJ"),t=e("RjOF"),n=e("ZONP"),i=e("my8H"),o=e("Zpkj"),a=e("KJAg");module.exports=function(e,t,i){var o,d,g,m,v,b,y,A,O,q,E,j,L,C,T,P,S,N,D,R,I,B,U,z,H=this.options.commonmark,V=this.options.pedantic,F=this.blockTokenizers,M=this.interruptList,G=0,Z=t.length,J=null,W=0;for(;G=h)return;if(m=t.charAt(G),o=H?k:w,!0===x[m])v=m,g=!1;else{for(g=!0,d="";G=h&&(z=!0),S&&W>=S.indent&&(z=!0),m=t.charAt(G),O=null,!z){if(!0===x[m])O=m,G++,W++;else{for(d="";G=S.indent||W>h):z=!0,A=!1,G=y;if(E=t.slice(y,b),q=y===G?E:t.slice(G,b),(O===s||O===c||O===l)&&F.thematicBreak.call(this,e,E,!0))break;if(j=L,L=!r(q).length,z&&S)S.value=S.value.concat(P,E),T=T.concat(P,E),P=[];else if(A)0!==P.length&&(S.value.push(""),S.trail=P.concat()),S={value:[E],indent:W,trail:[]},C.push(S),T=T.concat(P,E),P=[];else if(L){if(j)break;P.push(E)}else{if(j)break;if(a(M,F,this,[e,E,!0]))break;S.value=S.value.concat(P,E),T=T.concat(P,E),P=[]}G=b+1}I=e(T.join(f)).reset({type:"list",ordered:g,start:J,loose:null,children:[]}),N=this.enterList(),D=this.enterBlock(),R=!1,G=-1,Z=C.length;for(;++Gz){if(R1&&(E?(w+=q.slice(0,q.length-1),q=q.charAt(q.length-1)):(w+=q,q="")),N=e.now(),e(w)({type:"tableCell",children:this.tokenizeInline(C,N)},k)),e(q+E),q="",C=""}else if(q&&(C+=q,q=""),C+=E,E===t&&b!==A-2&&(C+=I.charAt(b+1),b++),E===n){for(P=1;I.charAt(b+1)===E;)C+=E,b++,P++;S?P>=S&&(S=0):S=P}T=!1,b++}else C?q+=E:e(E),b++;D||e(c+y)}return U};var t="\\",n="`",i="-",o="|",a=":",s=" ",c="\n",l="\t",u=1,f=2,p="left",d="center",h="right",g=null},uzq8:function(module,exports,e){"use strict";module.exports=function(e,r,t){var n=[];"function"==typeof r&&(t=r,r=null);function one(e){var i;return r&&e.type!==r||(i=t(e,n.concat())),e.children&&!1!==i?function(e,r){var t,i=e.length,o=-1;n.push(r);for(;++o