ontowave 1.0.24 → 1.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ontowave.js CHANGED
@@ -11939,7 +11939,8 @@
11939
11939
  const isExternal = /^https?:\/\//.test(href);
11940
11940
  const isDownload = /\.(tar\.gz|zip|pdf|doc|docx|xls|xlsx|ppt|pptx|txt|csv|json|xml|js|css|png|jpg|jpeg|gif|svg|webp)$/i.test(href);
11941
11941
  const isHtmlFile = /\.html/.test(href);
11942
- if (!isExternal && !isDownload && !isHtmlFile) {
11942
+ const isDirectory = href.endsWith('/');
11943
+ if (!isExternal && !isDownload && !isHtmlFile && !isDirectory) {
11943
11944
  // Lien interne OntoWave
11944
11945
  token.attrSet('href', `#${href}`);
11945
11946
  token.attrSet('onclick', `window.OntoWave?.loadPage('${href}'); return false;`);
@@ -13172,6 +13173,10 @@
13172
13173
 
13173
13174
  async loadPrism() {
13174
13175
  return new Promise((resolve) => {
13176
+ if (this.config.prism?.autoload === false) {
13177
+ console.log('🎨 Prism disabled by config (prism.autoload: false)');
13178
+ return resolve();
13179
+ }
13175
13180
  if (window.Prism) {
13176
13181
  this.prismLoaded = true;
13177
13182
  console.log('🎨 Prism already loaded');
@@ -13196,6 +13201,8 @@
13196
13201
  window.Prism.languages.javascript = { 'class-name': null };
13197
13202
  }
13198
13203
 
13204
+ // === FIX: charger clike en prérequis de javascript (javascript extends clike) ===
13205
+ const startEssentialLoad = () => {
13199
13206
  // Charger les langages essentiels et attendre leur chargement
13200
13207
  const essentialLanguages = ['markup', 'css', 'javascript'];
13201
13208
  let loadedCount = 0;
@@ -13300,6 +13307,20 @@
13300
13307
  };
13301
13308
  document.head.appendChild(langScript);
13302
13309
  });
13310
+ }; // fin startEssentialLoad
13311
+
13312
+ // Charger clike AVANT les autres (javascript en dépend)
13313
+ const clikeScript = document.createElement('script');
13314
+ clikeScript.src = 'https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-clike.min.js';
13315
+ clikeScript.onload = () => {
13316
+ console.log('🔤 clike loaded (required by javascript)');
13317
+ startEssentialLoad();
13318
+ };
13319
+ clikeScript.onerror = () => {
13320
+ console.warn('⚠️ Failed to load prism-clike, continuing without it');
13321
+ startEssentialLoad();
13322
+ };
13323
+ document.head.appendChild(clikeScript);
13303
13324
  };
13304
13325
  script.onerror = () => {
13305
13326
  console.warn('⚠️ Failed to load Prism library');
@@ -1,6 +1,6 @@
1
1
  (u=>{function B(o,e){return e.forEach(function(n){n&&"string"!=typeof n&&!Array.isArray(n)&&Object.keys(n).forEach(function(e){var t;"default"===e||e in o||(t=Object.getOwnPropertyDescriptor(n,e),Object.defineProperty(o,e,t.get?t:{enumerable:!0,get:function(){return n[e]}}))})}),Object.freeze(o)}let $={};function n(e,t){let c=(t=>{var n=$[t];if(!n){n=$[t]=[];for(let e=0;e<128;e++){var o=String.fromCharCode(e);n.push(o)}for(let e=0;e<t.length;e++){var a=t.charCodeAt(e);n[a]="%"+("0"+a.toString(16).toUpperCase()).slice(-2)}}return n})(t="string"!=typeof t?n.defaultChars:t);return e.replace(/(%[a-f0-9]{2})+/gi,function(n){let o="";for(let e=0,t=n.length;e<t;e+=3){var a=parseInt(n.slice(e+1,e+3),16);if(a<128)o+=c[a];else{if(192==(224&a)&&e+3<t){var r=parseInt(n.slice(e+4,e+6),16);if(128==(192&r)){r=a<<6&1984|63&r;o+=r<128?"��":String.fromCharCode(r),e+=3;continue}}if(224==(240&a)&&e+6<t){var r=parseInt(n.slice(e+4,e+6),16),i=parseInt(n.slice(e+7,e+9),16);if(128==(192&r)&&128==(192&i)){i=a<<12&61440|r<<6&4032|63&i;o+=i<2048||55296<=i&&i<=57343?"���":String.fromCharCode(i),e+=6;continue}}if(240==(248&a)&&e+9<t){var i=parseInt(n.slice(e+4,e+6),16),s=parseInt(n.slice(e+7,e+9),16),l=parseInt(n.slice(e+10,e+12),16);if(128==(192&i)&&128==(192&s)&&128==(192&l)){a=a<<18&1835008|i<<12&258048|s<<6&4032|63&l;a<65536||1114111<a?o+="����":(a-=65536,o+=String.fromCharCode(55296+(a>>10),56320+(1023&a))),e+=9;continue}}o+="�"}}return o})}n.defaultChars=";/?:@&=+$,#",n.componentChars="";let q={};function t(n,e,o){"string"!=typeof e&&(o=e,e=t.defaultChars),void 0===o&&(o=!0);var a=(t=>{var n=q[t];if(!n){n=q[t]=[];for(let e=0;e<128;e++){var o=String.fromCharCode(e);/^[0-9a-z]$/i.test(o)?n.push(o):n.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2))}for(let e=0;e<t.length;e++)n[t.charCodeAt(e)]=t[e]}return n})(e);let r="";for(let e=0,t=n.length;e<t;e++){var i=n.charCodeAt(e);if(o&&37===i&&e+2<t&&/^[0-9a-f]{2}$/i.test(n.slice(e+1,e+3)))r+=n.slice(e,e+3),e+=2;else if(i<128)r+=a[i];else if(55296<=i&&i<=57343){if(55296<=i&&i<=56319&&e+1<t){i=n.charCodeAt(e+1);if(56320<=i&&i<=57343){r+=encodeURIComponent(n[e]+n[e+1]),e++;continue}}r+="%EF%BF%BD"}else r+=encodeURIComponent(n[e])}return r}function j(e){let t="";return t=(t=(t+=e.protocol||"")+(e.slashes?"//":""))+(e.auth?e.auth+"@":""),e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t=(t=(t=(t+=e.port?":"+e.port:"")+(e.pathname||""))+(e.search||""))+(e.hash||"")}function o(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}t.defaultChars=";/?:@&=+$,-_.!~*'()#",t.componentChars="-_.!~*'()";let O=/^([a-z0-9.+-]+:)/i,U=/:[0-9]*$/,R=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/;var e=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),e=["'"].concat(e);let N=["%","/","?",";","#"].concat(e),H=["/","?","#"],W=/^[+a-z0-9A-Z_-]{0,63}$/,G=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Z={javascript:!0,"javascript:":!0},V={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function J(e,t){var n;return e&&e instanceof o?e:((n=new o).parse(e,t),n)}o.prototype.parse=function(o,a){let e,r,t,i=o;if(i=i.trim(),!a&&1===o.split("#").length){o=R.exec(i);if(o)return this.pathname=o[1],o[2]&&(this.search=o[2]),this}let n=O.exec(i);if(n&&(n=n[0],e=n.toLowerCase(),this.protocol=n,i=i.substr(n.length)),!(a||n||i.match(/^\/\/[^@\/]+@[^@\/]+/))||!(t="//"===i.substr(0,2))||n&&Z[n]||(i=i.substr(2),this.slashes=!0),!Z[n]&&(t||n&&!V[n])){let t=-1;for(let e=0;e<H.length;e++)-1!==(r=i.indexOf(H[e]))&&(-1===t||r<t)&&(t=r);let e,n;-1!==(n=-1===t?i.lastIndexOf("@"):i.lastIndexOf("@",t))&&(e=i.slice(0,n),i=i.slice(n+1),this.auth=e),t=-1;for(let e=0;e<N.length;e++)-1!==(r=i.indexOf(N[e]))&&(-1===t||r<t)&&(t=r);-1===t&&(t=i.length),":"===i[t-1]&&t--;o=i.slice(0,t),a=(i=i.slice(t),this.parseHost(o),this.hostname=this.hostname||"","["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1]);if(!a){var s=this.hostname.split(/\./);for(let e=0,t=s.length;e<t;e++){var l=s[e];if(l&&!l.match(W)){let n="";for(let e=0,t=l.length;e<t;e++)127<l.charCodeAt(e)?n+="x":n+=l[e];if(!n.match(W)){var c=s.slice(0,e),u=s.slice(e+1),d=l.match(G);d&&(c.push(d[1]),u.unshift(d[2])),u.length&&(i=u.join(".")+i),this.hostname=c.join(".");break}}}}255<this.hostname.length&&(this.hostname=""),a&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}o=i.indexOf("#"),-1!==o&&(this.hash=i.substr(o),i=i.slice(0,o)),a=i.indexOf("?");return-1!==a&&(this.search=i.substr(a),i=i.slice(0,a)),i&&(this.pathname=i),V[e]&&this.hostname&&!this.pathname&&(this.pathname=""),this},o.prototype.parseHost=function(e){var t=U.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};var i,c,a,s,e=Object.freeze({__proto__:null,decode:n,encode:t,format:j,parse:J}),Y=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,X=/[\0-\x1F\x7F-\x9F]/,Q=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,K=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,ee=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,r=Object.freeze({__proto__:null,Any:Y,Cc:X,Cf:/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,P:Q,S:K,Z:ee}),l=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),d=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));let te=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),ne=null!=(k=String.fromCodePoint)?k:function(e){let t="";return 65535<e&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};function oe(e){return e>=i.ZERO&&e<=i.NINE}function ae(e){return e===i.EQUALS||(e=e)>=i.UPPER_A&&e<=i.UPPER_Z||e>=i.LOWER_A&&e<=i.LOWER_Z||oe(e)}(k=i=i||{})[k.NUM=35]="NUM",k[k.SEMI=59]="SEMI",k[k.EQUALS=61]="EQUALS",k[k.ZERO=48]="ZERO",k[k.NINE=57]="NINE",k[k.LOWER_A=97]="LOWER_A",k[k.LOWER_F=102]="LOWER_F",k[k.LOWER_X=120]="LOWER_X",k[k.LOWER_Z=122]="LOWER_Z",k[k.UPPER_A=65]="UPPER_A",k[k.UPPER_F=70]="UPPER_F",k[k.UPPER_Z=90]="UPPER_Z",(k=c=c||{})[k.VALUE_LENGTH=49152]="VALUE_LENGTH",k[k.BRANCH_LENGTH=16256]="BRANCH_LENGTH",k[k.JUMP_TABLE=127]="JUMP_TABLE",(k=a=a||{})[k.EntityStart=0]="EntityStart",k[k.NumericStart=1]="NumericStart",k[k.NumericDecimal=2]="NumericDecimal",k[k.NumericHex=3]="NumericHex",k[k.NamedEntity=4]="NamedEntity",(k=s=s||{})[k.Legacy=0]="Legacy",k[k.Strict=1]="Strict",k[k.Attribute=2]="Attribute";class re{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=a.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=s.Strict}startEntity(e){this.decodeMode=e,this.state=a.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case a.EntityStart:return e.charCodeAt(t)===i.NUM?(this.state=a.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=a.NamedEntity,this.stateNamedEntity(e,t));case a.NumericStart:return this.stateNumericStart(e,t);case a.NumericDecimal:return this.stateNumericDecimal(e,t);case a.NumericHex:return this.stateNumericHex(e,t);case a.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===i.LOWER_X?(this.state=a.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=a.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,o){t!==n&&(n=n-t,this.result=this.result*Math.pow(o,n)+parseInt(e.substr(t,n),o),this.consumed+=n)}stateNumericHex(e,t){for(var n,o=t;t<e.length;){var a=e.charCodeAt(t);if(!(oe(a)||(n=a)>=i.UPPER_A&&n<=i.UPPER_F||n>=i.LOWER_A&&n<=i.LOWER_F))return this.addToNumericResult(e,o,t,16),this.emitNumericEntity(a,3);t+=1}return this.addToNumericResult(e,o,t,16),-1}stateNumericDecimal(e,t){for(var n=t;t<e.length;){var o=e.charCodeAt(t);if(!oe(o))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(o,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return null!=(t=this.errors)&&t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===i.SEMI)this.consumed+=1;else if(this.decodeMode===s.Strict)return 0;return this.emitCodePoint(55296<=(t=this.result)&&t<=57343||1114111<t?65533:null!=(n=te.get(t))?n:t,this.consumed),this.errors&&(e!==i.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){var n=this.decodeTree;let o=n[this.treeIndex],a=(o&c.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){var r=e.charCodeAt(t);if(this.treeIndex=((e,t,n,o)=>{var a=(t&c.BRANCH_LENGTH)>>7,t=t&c.JUMP_TABLE;if(0==a)return 0!=t&&o===t?n:-1;if(t)return(t=o-t)<0||a<=t?-1:e[n+t]-1;let r=n,i=r+a-1;for(;r<=i;){var s=r+i>>>1,l=e[s];if(l<o)r=1+s;else{if(!(o<l))return e[s+a];i=s-1}}return-1})(n,o,this.treeIndex+Math.max(1,a),r),this.treeIndex<0)return 0===this.result||this.decodeMode===s.Attribute&&(0===a||ae(r))?0:this.emitNotTerminatedNamedEntity();if(o=n[this.treeIndex],0!==(a=(o&c.VALUE_LENGTH)>>14)){if(r===i.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==s.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var{result:e,decodeTree:t}=this,t=(t[e]&c.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,t,this.consumed),null!=(e=this.errors)&&e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){var o=this.decodeTree;return this.emitCodePoint(1===t?o[e]&~c.VALUE_LENGTH:o[e+1],n),3===t&&this.emitCodePoint(o[e+2],n),n}end(){var e;switch(this.state){case a.NamedEntity:return 0===this.result||this.decodeMode===s.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case a.NumericDecimal:return this.emitNumericEntity(0,2);case a.NumericHex:return this.emitNumericEntity(0,3);case a.NumericStart:return null!=(e=this.errors)&&e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case a.EntityStart:return 0}}}function ie(e){let i="",s=new re(e,e=>i+=ne(e));return function(e,t){let n=0,o=0;for(;0<=(o=e.indexOf("&",o));){i+=e.slice(n,o),s.startEntity(t);var a=s.write(e,o+1);if(a<0){n=o+s.end();break}n=o+a,o=0===a?n+1:n}var r=i+e.slice(n);return i="",r}}let se=ie(l);function le(e,t=s.Legacy){return se(e,t)}function ce(e){return"[object String]"===Object.prototype.toString.call(e)}ie(d);let ue=Object.prototype.hasOwnProperty;function h(n){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(e){n[e]=t[e]})}}),n}function de(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function he(e){return!(55296<=e&&e<=57343||64976<=e&&e<=65007||65535==(65535&e)||65534==(65535&e)||0<=e&&e<=8||11===e||14<=e&&e<=31||127<=e&&e<=159||1114111<e)}function pe(e){return 65535<e?(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e))):String.fromCharCode(e)}let ge=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,fe=new RegExp(ge.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),me=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function p(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(fe,function(e,t,n){return t||(t=e,35===(e=n).charCodeAt(0)&&me.test(e)?he(e="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10))?pe(e):t:(e=le(t))!==t?e:t)})}let _e=/[&<>"]/,be=/[&<>"]/g,ve={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function ke(e){return ve[e]}function g(e){return _e.test(e)?e.replace(be,ke):e}let we=/[.?*+^$[\]\\(){}|-]/g;function y(e){switch(e){case 9:case 32:return!0}return!1}function w(e){if(8192<=e&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function x(e){return Q.test(e)||K.test(e)}function C(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function ye(e){return e=e.trim().replace(/\s+/g," "),(e="Ṿ"==="ẞ".toLowerCase()?e.replace(/ẞ/g,"ß"):e).toLowerCase().toUpperCase()}var xe=Object.freeze({__proto__:null,arrayReplaceAt:de,assign:h,escapeHtml:g,escapeRE:function(e){return e.replace(we,"\\$&")},fromCodePoint:pe,has:function(e,t){return ue.call(e,t)},isMdAsciiPunct:C,isPunctChar:x,isSpace:y,isString:ce,isValidEntityCode:he,isWhiteSpace:w,lib:{mdurl:e,ucmicro:r},normalizeReference:ye,unescapeAll:p,unescapeMd:function(e){return e.indexOf("\\")<0?e:e.replace(ge,"$1")}}),Ce=Object.freeze({__proto__:null,parseLinkDestination:function(t,n,o){let a,r=n;var i={ok:!1,pos:0,str:""};if(60===t.charCodeAt(r))for(r++;r<o;){if(10===(a=t.charCodeAt(r)))return i;if(60===a)return i;if(62===a)return i.pos=r+1,i.str=p(t.slice(n+1,r)),i.ok=!0,i;92===a&&r+1<o?r+=2:r++}else{let e=0;for(;r<o&&32!==(a=t.charCodeAt(r))&&!(a<32||127===a);)if(92===a&&r+1<o){if(32===t.charCodeAt(r+1))break;r+=2}else{if(40===a&&32<++e)return i;if(41===a){if(0===e)break;e--}r++}n!==r&&0===e&&(i.str=p(t.slice(n,r)),i.pos=r,i.ok=!0)}return i},parseLinkLabel:function(e,t,n){let o,a,r,i;var s=e.posMax,l=e.pos;for(e.pos=t+1,o=1;e.pos<s;){if(93===(r=e.src.charCodeAt(e.pos))&&0===--o){a=!0;break}if(i=e.pos,e.md.inline.skipToken(e),91===r)if(i===e.pos-1)o++;else if(n)return e.pos=l,-1}let c=-1;return a&&(c=e.pos),e.pos=l,c},parseLinkTitle:function(t,n,o,e){var a;let r=n;var i={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(e)i.str=e.str,i.marker=e.marker;else{if(r>=o)return i;let e=t.charCodeAt(r);if(34!==e&&39!==e&&40!==e)return i;n++,r++,40===e&&(e=41),i.marker=e}for(;r<o;){if((a=t.charCodeAt(r))===i.marker)return i.pos=r+1,i.str+=p(t.slice(n,r)),i.ok=!0,i;if(40===a&&41===i.marker)return i;92===a&&r+1<o&&r++,r++}return i.can_continue=!0,i.str+=p(t.slice(n,r)),i}});let f={};function m(){this.rules=h({},f)}function _(){this.__rules__=[],this.__cache__=null}function b(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}function Ee(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}f.code_inline=function(e,t,n,o,a){e=e[t];return"<code"+a.renderAttrs(e)+">"+g(e.content)+"</code>"},f.code_block=function(e,t,n,o,a){var r=e[t];return"<pre"+a.renderAttrs(r)+"><code>"+g(e[t].content)+"</code></pre>\n"},f.fence=function(e,t,n,o,a){var r,e=e[t],t=e.info?p(e.info).trim():"";let i="",s="";t&&(r=t.split(/(\s+)/g),i=r[0],s=r.slice(2).join(""));let l;return 0===(l=n.highlight&&n.highlight(e.content,i,s)||g(e.content)).indexOf("<pre")?l+"\n":t?(r=e.attrIndex("class"),t=e.attrs?e.attrs.slice():[],r<0?t.push(["class",n.langPrefix+i]):(t[r]=t[r].slice(),t[r][1]+=" "+n.langPrefix+i),`<pre><code${a.renderAttrs({attrs:t})}>${l}</code></pre>
2
2
  `):`<pre><code${a.renderAttrs(e)}>${l}</code></pre>
3
- `},f.image=function(e,t,n,o,a){var r=e[t];return r.attrs[r.attrIndex("alt")][1]=a.renderInlineAsText(r.children,n,o),a.renderToken(e,t,n)},f.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},f.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},f.text=function(e,t){return g(e[t].content)},f.html_block=function(e,t){return e[t].content},f.html_inline=function(e,t){return e[t].content},m.prototype.renderAttrs=function(e){let t,n,o;if(!e.attrs)return"";for(o="",t=0,n=e.attrs.length;t<n;t++)o+=" "+g(e.attrs[t][0])+'="'+g(e.attrs[t][1])+'"';return o},m.prototype.renderToken=function(e,t,n){var o=e[t];let a="";if(o.hidden)return"";o.block&&-1!==o.nesting&&t&&e[t-1].hidden&&(a+="\n"),a=(a+=(-1===o.nesting?"</":"<")+o.tag)+this.renderAttrs(o),0===o.nesting&&n.xhtmlOut&&(a+=" /");let r=!1;return o.block&&(r=!0,1===o.nesting)&&t+1<e.length&&("inline"===(n=e[t+1]).type||n.hidden||-1===n.nesting&&n.tag===o.tag)&&(r=!1),a+=r?">\n":">"},m.prototype.renderInline=function(n,o,a){let r="";var i=this.rules;for(let e=0,t=n.length;e<t;e++){var s=n[e].type;void 0!==i[s]?r+=i[s](n,e,o,a,this):r+=this.renderToken(n,e,o)}return r},m.prototype.renderInlineAsText=function(n,o,a){let r="";for(let e=0,t=n.length;e<t;e++)switch(n[e].type){case"text":r+=n[e].content;break;case"image":r+=this.renderInlineAsText(n[e].children,o,a);break;case"html_inline":case"html_block":r+=n[e].content;break;case"softbreak":case"hardbreak":r+="\n"}return r},m.prototype.render=function(n,o,a){let r="";var i=this.rules;for(let e=0,t=n.length;e<t;e++){var s=n[e].type;"inline"===s?r+=this.renderInline(n[e].children,o,a):void 0!==i[s]?r+=i[s](n,e,o,a,this):r+=this.renderToken(n,e,o,a)}return r},_.prototype.__find__=function(t){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1},_.prototype.__compile__=function(){let n=this,t=[""];n.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),n.__cache__={},t.forEach(function(t){n.__cache__[t]=[],n.__rules__.forEach(function(e){!e.enabled||t&&e.alt.indexOf(t)<0||n.__cache__[t].push(e.fn)})})},_.prototype.at=function(e,t,n){var o=this.__find__(e),n=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__[o].fn=t,this.__rules__[o].alt=n.alt||[],this.__cache__=null},_.prototype.before=function(e,t,n,o){var a=this.__find__(e),o=o||{};if(-1===a)throw new Error("Parser rule not found: "+e);this.__rules__.splice(a,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null},_.prototype.after=function(e,t,n,o){var a=this.__find__(e),o=o||{};if(-1===a)throw new Error("Parser rule not found: "+e);this.__rules__.splice(a+1,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null},_.prototype.push=function(e,t,n){this.__rules__.push({name:e,enabled:!0,fn:t,alt:(n||{}).alt||[]}),this.__cache__=null},_.prototype.enable=function(e,n){Array.isArray(e)||(e=[e]);let o=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(n)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!0,o.push(e)},this),this.__cache__=null,o},_.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(e){e.enabled=!1}),this.enable(e,t)},_.prototype.disable=function(e,n){Array.isArray(e)||(e=[e]);let o=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(n)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!1,o.push(e)},this),this.__cache__=null,o},_.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},b.prototype.attrIndex=function(n){if(this.attrs){var o=this.attrs;for(let e=0,t=o.length;e<t;e++)if(o[e][0]===n)return e}return-1},b.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},b.prototype.attrSet=function(e,t){var n=this.attrIndex(e),e=[e,t];n<0?this.attrPush(e):this.attrs[n]=e},b.prototype.attrGet=function(e){e=this.attrIndex(e);let t=null;return t=0<=e?this.attrs[e][1]:t},b.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t},Ee.prototype.Token=b;let De=/\r\n?|\n/g,Ae=/\0/g,Fe=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Le=/\((c|tm|r)\)/i,Se=/\((c|tm|r)\)/gi,Me={c:"©",r:"®",tm:"™"};function Pe(e,t){return Me[t.toLowerCase()]}let Te=/['"]/,ze=/['"]/g,Ie="’";function Be(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}let $e=[["normalize",function(e){let t;t=(t=e.src.replace(De,"\n")).replace(Ae,"�"),e.src=t}],["block",function(e){var t;e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}],["inline",function(n){var o=n.tokens;for(let e=0,t=o.length;e<t;e++){var a=o[e];"inline"===a.type&&n.md.inline.parse(a.content,n.md,n.env,a.children)}}],["linkify",function(i){var s=i.tokens;if(i.md.options.linkify)for(let r=0,e=s.length;r<e;r++)if("inline"===s[r].type&&i.md.linkify.pretest(s[r].content)){let t=s[r].children,n=0;for(let e=t.length-1;0<=e;e--){var l=t[e];if("link_close"===l.type)for(e--;t[e].level!==l.level&&"link_open"!==t[e].type;)e--;else if("html_inline"===l.type&&(/^<a[>\s]/i.test(l.content)&&0<n&&n--,/^<\/a\s*>/i.test(l.content))&&n++,!(0<n)&&"text"===l.type&&i.md.linkify.test(l.content)){var c=l.content;let n=i.md.linkify.match(c);var u,d=[];let o=l.level,a=0;0<n.length&&0===n[0].index&&0<e&&"text_special"===t[e-1].type&&(n=n.slice(1));for(let t=0;t<n.length;t++){var h=n[t].url,h=i.md.normalizeLink(h);if(i.md.validateLink(h)){let e=n[t].text;e=n[t].schema?"mailto:"!==n[t].schema||/^mailto:/i.test(e)?i.md.normalizeLinkText(e):i.md.normalizeLinkText("mailto:"+e).replace(/^mailto:/,""):i.md.normalizeLinkText("http://"+e).replace(/^http:\/\//,"");var p=n[t].index,p=(p>a&&((g=new i.Token("text","",0)).content=c.slice(a,p),g.level=o,d.push(g)),new i.Token("link_open","a",1)),g=(p.attrs=[["href",h]],p.level=o++,p.markup="linkify",p.info="auto",d.push(p),new i.Token("text","",0)),h=(g.content=e,g.level=o,d.push(g),new i.Token("link_close","a",-1));h.level=--o,h.markup="linkify",h.info="auto",d.push(h),a=n[t].lastIndex}}a<c.length&&((u=new i.Token("text","",0)).content=c.slice(a),u.level=o,d.push(u)),s[r].children=t=de(t,e,d)}}}}],["replacements",function(e){let n;if(e.md.options.typographer)for(n=e.tokens.length-1;0<=n;n--)if("inline"===e.tokens[n].type){if(Le.test(e.tokens[n].content)){o=void 0;a=void 0;var o=e.tokens[n].children;let t=0;for(let e=o.length-1;0<=e;e--){var a=o[e];"text"!==a.type||t||(a.content=a.content.replace(Se,Pe)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}if(Fe.test(e.tokens[n].content)){r=void 0;i=void 0;var r=e.tokens[n].children;let t=0;for(let e=r.length-1;0<=e;e--){var i=r[e];"text"!==i.type||t||Fe.test(i.content)&&(i.content=i.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===i.type&&"auto"===i.info&&t--,"link_close"===i.type&&"auto"===i.info&&t++}}}}],["smartquotes",function(t){if(t.md.options.typographer)for(let e=t.tokens.length-1;0<=e;e--)if("inline"===t.tokens[e].type&&Te.test(t.tokens[e].content)){c=void 0;u=void 0;d=void 0;h=void 0;p=void 0;g=void 0;f=void 0;m=void 0;_=void 0;b=void 0;v=void 0;k=void 0;var c=t.tokens[e].children;var u=t;let l;var d=[];for(let s=0;s<c.length;s++){var h=c[s],p=c[s].level;for(l=d.length-1;0<=l&&!(d[l].level<=p);l--);if(d.length=l+1,"text"===h.type){let a=h.content,r=0,i=a.length;e:for(;r<i;){ze.lastIndex=r;var g=ze.exec(a);if(!g)break;let e=!0,t=!0;r=g.index+1;var f="'"===g[0];let n=32;if(0<=g.index-1)n=a.charCodeAt(g.index-1);else for(l=s-1;0<=l&&("softbreak"!==c[l].type&&"hardbreak"!==c[l].type);l--)if(c[l].content){n=c[l].content.charCodeAt(c[l].content.length-1);break}let o=32;if(r<i)o=a.charCodeAt(r);else for(l=s+1;l<c.length&&("softbreak"!==c[l].type&&"hardbreak"!==c[l].type);l++)if(c[l].content){o=c[l].content.charCodeAt(0);break}var m=C(n)||x(String.fromCharCode(n)),_=C(o)||x(String.fromCharCode(o)),b=w(n),v=w(o);if(!v&&(!_||b||m)||(e=!1),!b&&(!m||v||_)||(t=!1),34===o&&'"'===g[0]&&48<=n&&n<=57&&(t=e=!1),e&&t&&(e=m,t=_),e||t){if(t)for(l=d.length-1;0<=l;l--){var k=d[l];if(d[l].level<p)break;if(k.single===f&&d[l].level===p){k=d[l];let e,t;t=f?(e=u.md.options.quotes[2],u.md.options.quotes[3]):(e=u.md.options.quotes[0],u.md.options.quotes[1]),h.content=Be(h.content,g.index,t),c[k.token].content=Be(c[k.token].content,k.pos,e),r+=t.length-1,k.token===s&&(r+=e.length-1),a=h.content,i=a.length,d.length=l;continue e}}e?d.push({token:s,pos:g.index,single:f,level:p}):t&&f&&(h.content=Be(h.content,g.index,Ie))}else f&&(h.content=Be(h.content,g.index,Ie))}}}}}],["text_join",function(e){let t,n;var o=e.tokens,a=o.length;for(let e=0;e<a;e++)if("inline"===o[e].type){var r=o[e].children,i=r.length;for(t=0;t<i;t++)"text_special"===r[t].type&&(r[t].type="text");for(t=n=0;t<i;t++)"text"===r[t].type&&t+1<i&&"text"===r[t+1].type?r[t+1].content=r[t].content+r[t+1].content:(t!==n&&(r[n]=r[t]),n++);t!==n&&(r.length=n)}}]];function qe(){this.ruler=new _;for(let e=0;e<$e.length;e++)this.ruler.push($e[e][0],$e[e][1])}function v(e,t,n,o){this.src=e,this.md=t,this.env=n,this.tokens=o,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;var i=this.src;for(let e=0,t=0,n=0,o=0,a=i.length,r=!1;t<a;t++){var s=i.charCodeAt(t);if(!r){if(y(s)){n++,9===s?o+=4-o%4:o++;continue}r=!0}10!==s&&t!==a-1||(10!==s&&t++,this.bMarks.push(e),this.eMarks.push(t),this.tShift.push(n),this.sCount.push(o),this.bsCount.push(0),r=!1,n=0,o=0,e=t+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}function je(e,t){var n=e.bMarks[t]+e.tShift[t],t=e.eMarks[t];return e.src.slice(n,t)}function Oe(e){var t=[],n=e.length;let o=0,a=e.charCodeAt(o),r=!1,i=0,s="";for(;o<n;)124===a&&(i=r?(s+=e.substring(i,o-1),o):(t.push(s+e.substring(i,o)),s="",o+1)),r=92===a,o++,a=e.charCodeAt(o);return t.push(s+e.substring(i)),t}function Ue(e,t){var n=e.eMarks[t],t=e.bMarks[t]+e.tShift[t],o=e.src.charCodeAt(t++);if(42!==o&&45!==o&&43!==o)return-1;if(t<n&&!y(e.src.charCodeAt(t)))return-1;return t}function Re(e,t){var n=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];let a=n;if(a+1>=o)return-1;let r=e.src.charCodeAt(a++);if(r<48||57<r)return-1;for(;;){if(a>=o)return-1;if(!(48<=(r=e.src.charCodeAt(a++))&&r<=57)){if(41===r||46===r)break;return-1}if(10<=a-n)return-1}return a<o&&!y(r=e.src.charCodeAt(a))?-1:a}qe.prototype.process=function(n){var o=this.ruler.getRules("");for(let e=0,t=o.length;e<t;e++)o[e](n)},qe.prototype.State=Ee,v.prototype.push=function(e,t,n){e=new b(e,t,n);return e.block=!0,n<0&&this.level--,e.level=this.level,0<n&&this.level++,this.tokens.push(e),e},v.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},v.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},v.prototype.skipSpaces=function(e){for(var t=this.src.length;e<t;e++)if(!y(this.src.charCodeAt(e)))break;return e},v.prototype.skipSpacesBack=function(e,t){if(!(e<=t))for(;t<e;)if(!y(this.src.charCodeAt(--e)))return e+1;return e},v.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},v.prototype.skipCharsBack=function(e,t,n){if(!(e<=n))for(;n<e;)if(t!==this.src.charCodeAt(--e))return e+1;return e},v.prototype.getLines=function(e,r,i,s){if(r<=e)return"";var l=new Array(r-e);for(let o=0,a=e;a<r;a++,o++){let e=0;var c=this.bMarks[a];let t=c,n;for(n=a+1<r||s?this.eMarks[a]+1:this.eMarks[a];t<n&&e<i;){var u=this.src.charCodeAt(t);if(y(u))9===u?e+=4-(e+this.bsCount[a])%4:e++;else{if(!(t-c<this.tShift[a]))break;e++}t++}e>i?l[o]=new Array(e-i+1).join(" ")+this.src.slice(t,n):l[o]=this.src.slice(t,n)}return l.join("")},v.prototype.Token=b;var Ne,He,k="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",l="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>";let We=new RegExp("^(?:"+k+"|"+l+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),E=(d=new RegExp("^(?:"+k+"|"+l+")"),[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(d.source+"\\s*$"),/^$/,!1]]),Ge=[["table",function(o,a,r,e){if(r<a+2)return!1;let i=a+1;if(o.sCount[i]<o.blkIndent)return!1;if(4<=o.sCount[i]-o.blkIndent)return!1;let t=o.bMarks[i]+o.tShift[i];if(t>=o.eMarks[i])return!1;if(124!==(h=o.src.charCodeAt(t++))&&45!==h&&58!==h)return!1;if(t>=o.eMarks[i])return!1;if(124!==(g=o.src.charCodeAt(t++))&&45!==g&&58!==g&&!y(g))return!1;if(45===h&&y(g))return!1;for(;t<o.eMarks[i];){var n=o.src.charCodeAt(t);if(124!==n&&45!==n&&58!==n&&!y(n))return!1;t++}let s=je(o,a+1),l=s.split("|");var c=[];for(let e=0;e<l.length;e++){var u=l[e].trim();if(!u){if(0===e||e===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(u))return!1;58===u.charCodeAt(u.length-1)?c.push(58===u.charCodeAt(0)?"center":"right"):58===u.charCodeAt(0)?c.push("left"):c.push("")}if(-1===(s=je(o,a).trim()).indexOf("|"))return!1;if(4<=o.sCount[a]-o.blkIndent)return!1;(l=Oe(s)).length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop();var d=l.length;if(0===d||d!==c.length)return!1;if(!e){var h=o.parentType,p=(o.parentType="table",o.md.block.ruler.getRules("blockquote")),g=[a,0];o.push("table_open","table",1).map=g,o.push("thead_open","thead",1).map=[a,a+1],o.push("tr_open","tr",1).map=[a,a+1];for(let e=0;e<l.length;e++){var f=o.push("th_open","th",1),f=(c[e]&&(f.attrs=[["style","text-align:"+c[e]]]),o.push("inline","",0));f.content=l[e].trim(),f.children=[],o.push("th_close","th",-1)}o.push("tr_close","tr",-1),o.push("thead_close","thead",-1);let e,t=0;for(i=a+2;i<r&&!(o.sCount[i]<o.blkIndent);i++){let n=!1;for(let e=0,t=p.length;e<t;e++)if(p[e](o,i,r,!0)){n=!0;break}if(n)break;if(!(s=je(o,i).trim()))break;if(4<=o.sCount[i]-o.blkIndent)break;if((l=Oe(s)).length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop(),65536<(t+=d-l.length))break;i===a+2&&(o.push("tbody_open","tbody",1).map=e=[a+2,0]),o.push("tr_open","tr",1).map=[i,i+1];for(let e=0;e<d;e++){var m=o.push("td_open","td",1),m=(c[e]&&(m.attrs=[["style","text-align:"+c[e]]]),o.push("inline","",0));m.content=l[e]?l[e].trim():"",m.children=[],o.push("td_close","td",-1)}o.push("tr_close","tr",-1)}e&&(o.push("tbody_close","tbody",-1),e[1]=i),o.push("table_close","table",-1),g[1]=i,o.parentType=h,o.line=i}return!0},["paragraph","reference"]],["code",function(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let o=t+1,a=o;for(;o<n;)if(e.isEmpty(o))o++;else{if(!(4<=e.sCount[o]-e.blkIndent))break;o++,a=o}e.line=a;var r=e.push("code_block","code",0);return r.content=e.getLines(t,a,4+e.blkIndent,!1)+"\n",r.map=[t,e.line],!0}],["fence",function(n,o,a,r){var i=n.bMarks[o]+n.tShift[o],s=n.eMarks[o];if(4<=n.sCount[o]-n.blkIndent)return!1;if(s<i+3)return!1;var l=n.src.charCodeAt(i);if(126!==l&&96!==l)return!1;var c=i;let u=(i=n.skipChars(i,l))-c;if(u<3)return!1;var d=n.src.slice(c,i),h=n.src.slice(i,s);if(96===l&&0<=h.indexOf(String.fromCharCode(l)))return!1;if(!r){let e=o,t=!1;for(;!(++e>=a)&&!((i=c=n.bMarks[e]+n.tShift[e])<(s=n.eMarks[e])&&n.sCount[e]<n.blkIndent);)if(n.src.charCodeAt(i)===l&&!(4<=n.sCount[e]-n.blkIndent||(i=n.skipChars(i,l))-c<u||n.skipSpaces(i)<s)){t=!0;break}u=n.sCount[o],n.line=e+(t?1:0);r=n.push("fence","code",0);r.info=h,r.content=n.getLines(o+1,e,u,!0),r.markup=d,r.map=[o,n.line]}return!0},["paragraph","reference","blockquote","list"]],["blockquote",function(i,t,o,e){let s=i.bMarks[t]+i.tShift[t];i.eMarks[t];var l,n=i.lineMax;if(4<=i.sCount[t]-i.blkIndent)return!1;if(62!==i.src.charCodeAt(s))return!1;if(!e){var c=[],u=[],d=[],h=[],p=i.md.block.ruler.getRules("blockquote"),e=i.parentType;let a=!(i.parentType="blockquote"),r;for(r=t;r<o;r++){var g=i.sCount[r]<i.blkIndent;if(s=i.bMarks[r]+i.tShift[r],l=i.eMarks[r],s>=l)break;if(62!==i.src.charCodeAt(s++)||g){if(a)break;let n=!1;for(let e=0,t=p.length;e<t;e++)if(p[e](i,r,o,!0)){n=!0;break}if(n){i.lineMax=r,0!==i.blkIndent&&(c.push(i.bMarks[r]),u.push(i.bsCount[r]),h.push(i.tShift[r]),d.push(i.sCount[r]),i.sCount[r]-=i.blkIndent);break}c.push(i.bMarks[r]),u.push(i.bsCount[r]),h.push(i.tShift[r]),d.push(i.sCount[r]),i.sCount[r]=-1}else{let e=i.sCount[r]+1,t,n,o=(32===i.src.charCodeAt(s)?(s++,e++,n=!1,t=!0):9===i.src.charCodeAt(s)?(t=!0,n=(i.bsCount[r]+e)%4!=3||(s++,e++,!1)):t=!1,e);for(c.push(i.bMarks[r]),i.bMarks[r]=s;s<l;){var f=i.src.charCodeAt(s);if(!y(f))break;9===f?o+=4-(o+i.bsCount[r]+(n?1:0))%4:o++,s++}a=s>=l,u.push(i.bsCount[r]),i.bsCount[r]=i.sCount[r]+1+(t?1:0),d.push(i.sCount[r]),i.sCount[r]=o-e,h.push(i.tShift[r]),i.tShift[r]=s-i.bMarks[r]}}var m=i.blkIndent,_=(i.blkIndent=0,i.push("blockquote_open","blockquote",1)),b=(_.markup=">",[t,0]);_.map=b,i.md.block.tokenize(i,t,r),i.push("blockquote_close","blockquote",-1).markup=">",i.lineMax=n,i.parentType=e,b[1]=i.line;for(let e=0;e<h.length;e++)i.bMarks[e+t]=c[e],i.tShift[e+t]=h[e],i.sCount[e+t]=d[e],i.bsCount[e+t]=u[e];i.blkIndent=m}return!0},["paragraph","reference","blockquote","list"]],["hr",function(e,t,n,o){var a=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;let r=e.bMarks[t]+e.tShift[t];var i=e.src.charCodeAt(r++);if(42!==i&&45!==i&&95!==i)return!1;let s=1;for(;r<a;){var l=e.src.charCodeAt(r++);if(l!==i&&!y(l))return!1;l===i&&s++}return!(s<3||(o||(e.line=t+1,(o=e.push("hr","hr",0)).map=[t,e.line],o.markup=Array(s+1).join(String.fromCharCode(i))),0))},["paragraph","reference","blockquote","list"]],["list",function(a,e,r,n){let i,s,l,c,u=e,d=!0;if(4<=a.sCount[u]-a.blkIndent)return!1;if(0<=a.listIndent&&4<=a.sCount[u]-a.listIndent&&a.sCount[u]<a.blkIndent)return!1;let t=!1;n&&"paragraph"===a.parentType&&a.sCount[u]>=a.blkIndent&&(t=!0);let h,p,g;if(0<=(g=Re(a,u))){if(h=!0,l=a.bMarks[u]+a.tShift[u],p=Number(a.src.slice(l,g-1)),t&&1!==p)return!1}else{if(!(0<=(g=Ue(a,u))))return!1;h=!1}if(t&&a.skipSpaces(g)>=a.eMarks[u])return!1;if(!n){var f=a.src.charCodeAt(g-1),e=a.tokens.length,n=(h?(c=a.push("ordered_list_open","ol",1),1!==p&&(c.attrs=[["start",p]])):c=a.push("bullet_list_open","ul",1),[u,0]);c.map=n,c.markup=String.fromCharCode(f);let o=!1;var m=a.md.block.ruler.getRules("list"),_=a.parentType;for(a.parentType="list";u<r;){s=g,i=a.eMarks[u];var b=a.sCount[u]+g-(a.bMarks[u]+a.tShift[u]);let e=b;for(;s<i;){var v=a.src.charCodeAt(s);if(9===v)e+=4-(e+a.bsCount[u])%4;else{if(32!==v)break;e++}s++}var k=s;let t;var b=b+(t=4<(t=i<=k?1:e-b)?1:t),w=((c=a.push("list_item_open","li",1)).markup=String.fromCharCode(f),[u,0]),y=(c.map=w,h&&(c.info=a.src.slice(l,g-1)),a.tight),x=a.tShift[u],C=a.sCount[u],E=a.listIndent;if(a.listIndent=a.blkIndent,a.blkIndent=b,a.tight=!0,a.tShift[u]=k-a.bMarks[u],a.sCount[u]=e,i<=k&&a.isEmpty(u+1)?a.line=Math.min(a.line+2,r):a.md.block.tokenize(a,u,r,!0),a.tight&&!o||(d=!1),o=1<a.line-u&&a.isEmpty(a.line-1),a.blkIndent=a.listIndent,a.listIndent=E,a.tShift[u]=x,a.sCount[u]=C,a.tight=y,(c=a.push("list_item_close","li",-1)).markup=String.fromCharCode(f),u=a.line,(w[1]=u)>=r)break;if(a.sCount[u]<a.blkIndent)break;if(4<=a.sCount[u]-a.blkIndent)break;let n=!1;for(let e=0,t=m.length;e<t;e++)if(m[e](a,u,r,!0)){n=!0;break}if(n)break;if(h){if((g=Re(a,u))<0)break;l=a.bMarks[u]+a.tShift[u]}else if((g=Ue(a,u))<0)break;if(f!==a.src.charCodeAt(g-1))break}if((c=h?a.push("ordered_list_close","ol",-1):a.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(f),n[1]=u,a.line=u,a.parentType=_,d){var D=a,n=e,A=D.level+2;for(let e=n+2,t=D.tokens.length-2;e<t;e++)D.tokens[e].level===A&&"paragraph_open"===D.tokens[e].type&&(D.tokens[e+2].hidden=!0,D.tokens[e].hidden=!0,e+=2)}}return!0},["paragraph","reference","blockquote"]],["reference",function(i,e,t,n){let o=i.bMarks[e]+i.tShift[e],a=i.eMarks[e],r=e+1;if(4<=i.sCount[e]-i.blkIndent)return!1;if(91!==i.src.charCodeAt(o))return!1;function s(o){var a=i.lineMax;if(a<=o||i.isEmpty(o))return null;let e=!1;if(3<i.sCount[o]-i.blkIndent&&(e=!0),!(e=i.sCount[o]<0?!0:e)){var r=i.md.block.ruler.getRules("reference"),t=i.parentType;let n=!(i.parentType="reference");for(let e=0,t=r.length;e<t;e++)if(r[e](i,o,a,!0)){n=!0;break}if(i.parentType=t,n)return null}var t=i.bMarks[o]+i.tShift[o],n=i.eMarks[o];return i.src.slice(t,n+1)}let l=i.src.slice(o,a+1),c=(a=l.length,-1);for(o=1;o<a;o++){var u,d=l.charCodeAt(o);if(91===d)return!1;if(93===d){c=o;break}10===d?null!==(u=s(r))&&(l+=u,a=l.length,r++):92===d&&++o<a&&10===l.charCodeAt(o)&&null!==(u=s(r))&&(l+=u,a=l.length,r++)}if(c<0||58!==l.charCodeAt(c+1))return!1;for(o=c+2;o<a;o++){var h=l.charCodeAt(o);if(10===h){var p=s(r);null!==p&&(l+=p,a=l.length,r++)}else if(!y(h))break}if(!(e=i.md.helpers.parseLinkDestination(l,o,a)).ok)return!1;var g=i.md.normalizeLink(e.str);if(!i.md.validateLink(g))return!1;for(var e=o=e.pos,f=r,m=o;o<a;o++){var _=l.charCodeAt(o);if(10===_){var b=s(r);null!==b&&(l+=b,a=l.length,r++)}else if(!y(_))break}let v=i.md.helpers.parseLinkTitle(l,o,a);for(;v.can_continue;){var k=s(r);if(null===k)break;l+=k,o=a,a=l.length,r++,v=i.md.helpers.parseLinkTitle(l,o,a,v)}let w;for(o<a&&m!==o&&v.ok?(w=v.str,o=v.pos):(w="",o=e,r=f);o<a;){if(!y(l.charCodeAt(o)))break;o++}if(o<a&&10!==l.charCodeAt(o)&&w)for(w="",o=e,r=f;o<a;){if(!y(l.charCodeAt(o)))break;o++}return!(o<a&&10!==l.charCodeAt(o)||!(m=ye(l.slice(1,c)))||(n||(void 0===i.env.references&&(i.env.references={}),void 0===i.env.references[m]&&(i.env.references[m]={title:w,href:g}),i.line=r),0))}],["html_block",function(e,t,n,o){var a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(a))return!1;let i=e.src.slice(a,r),s=0;for(;s<E.length&&!E[s][0].test(i);s++);if(s===E.length)return!1;if(o)return E[s][2];let l=t+1;if(!E[s][1].test(i))for(;l<n&&!(e.sCount[l]<e.blkIndent);l++)if(a=e.bMarks[l]+e.tShift[l],r=e.eMarks[l],i=e.src.slice(a,r),E[s][1].test(i)){0!==i.length&&l++;break}return e.line=l,(o=e.push("html_block","",0)).map=[t,l],o.content=e.getLines(t,l,e.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(e,t,n,o){let a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;let i=e.src.charCodeAt(a);if(35!==i||a>=r)return!1;let s=1;for(i=e.src.charCodeAt(++a);35===i&&a<r&&s<=6;)s++,i=e.src.charCodeAt(++a);return!(6<s||a<r&&!y(i)||(o||(r=e.skipSpacesBack(r,a),(o=e.skipCharsBack(r,35,a))>a&&y(e.src.charCodeAt(o-1))&&(r=o),e.line=t+1,(o=e.push("heading_open","h"+String(s),1)).markup="########".slice(0,s),o.map=[t,e.line],(o=e.push("inline","",0)).content=e.src.slice(a,r).trim(),o.map=[t,e.line],o.children=[],e.push("heading_close","h"+String(s),-1).markup="########".slice(0,s)),0))},["paragraph","reference","blockquote"]],["lheading",function(o,e,a){var r=o.md.block.ruler.getRules("paragraph");if(4<=o.sCount[e]-o.blkIndent)return!1;var t,n,i=o.parentType;o.parentType="paragraph";let s=0,l,c=e+1;for(;c<a&&!o.isEmpty(c);c++)if(!(3<o.sCount[c]-o.blkIndent)){if(o.sCount[c]>=o.blkIndent){var u=o.bMarks[c]+o.tShift[c],d=o.eMarks[c];if(u<d&&(45===(l=o.src.charCodeAt(u))||61===l)&&(u=o.skipChars(u,l),d<=o.skipSpaces(u))){s=61===l?1:2;break}}if(!(o.sCount[c]<0)){let n=!1;for(let e=0,t=r.length;e<t;e++)if(r[e](o,c,a,!0)){n=!0;break}if(n)break}}return!!s&&(t=o.getLines(e,c,o.blkIndent,!1).trim(),o.line=c+1,(n=o.push("heading_open","h"+String(s),1)).markup=String.fromCharCode(l),n.map=[e,o.line],(n=o.push("inline","",0)).content=t,n.map=[e,o.line-1],n.children=[],o.push("heading_close","h"+String(s),-1).markup=String.fromCharCode(l),o.parentType=i,!0)}],["paragraph",function(o,e,a){var r=o.md.block.ruler.getRules("paragraph"),t=o.parentType;let i=e+1;for(o.parentType="paragraph";i<a&&!o.isEmpty(i);i++)if(!(3<o.sCount[i]-o.blkIndent||o.sCount[i]<0)){let n=!1;for(let e=0,t=r.length;e<t;e++)if(r[e](o,i,a,!0)){n=!0;break}if(n)break}var n=o.getLines(e,i,o.blkIndent,!1).trim(),s=(o.line=i,o.push("paragraph_open","p",1).map=[e,o.line],o.push("inline","",0));return s.content=n,s.map=[e,o.line],s.children=[],o.push("paragraph_close","p",-1),o.parentType=t,!0}]];function Ze(){this.ruler=new _;for(let e=0;e<Ge.length;e++)this.ruler.push(Ge[e][0],Ge[e][1],{alt:(Ge[e][2]||[]).slice()})}function D(e,t,n,o){this.src=e,this.env=n,this.md=t,this.tokens=o,this.tokens_meta=Array(o.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Ze.prototype.tokenize=function(n,e,o){var a=this.ruler.getRules(""),r=a.length,i=n.md.options.maxNesting;let s=e,l=!1;for(;s<o&&(n.line=s=n.skipEmptyLines(s),!(s>=o))&&!(n.sCount[s]<n.blkIndent);){if(i<=n.level){n.line=o;break}var c=n.line;let t=!1;for(let e=0;e<r;e++)if(t=a[e](n,s,o,!1)){if(c>=n.line)throw new Error("block rule didn't increment state.line");break}if(!t)throw new Error("none of the block rules matched");n.tight=!l,n.isEmpty(n.line-1)&&(l=!0),(s=n.line)<o&&n.isEmpty(s)&&(l=!0,s++,n.line=s)}},Ze.prototype.parse=function(e,t,n,o){e&&(e=new this.State(e,t,n,o),this.tokenize(e,e.line,e.lineMax))},Ze.prototype.State=v,D.prototype.pushPending=function(){var e=new b("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},D.prototype.push=function(e,t,n){this.pending&&this.pushPending();e=new b(e,t,n);let o=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),e.level=this.level,0<n&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(e),this.tokens_meta.push(o),e},D.prototype.scanDelims=function(e,t){var n=this.posMax,o=this.src.charCodeAt(e),a=0<e?this.src.charCodeAt(e-1):32;let r=e;for(;r<n&&this.src.charCodeAt(r)===o;)r++;var e=r-e,i=r<n?this.src.charCodeAt(r):32,s=C(a)||x(String.fromCharCode(a)),l=C(i)||x(String.fromCharCode(i)),a=w(a),i=w(i),c=!i&&(!l||a||s),a=!a&&(!s||i||l);return{can_open:c&&(t||!a||s),can_close:a&&(t||!c||l),length:e}},D.prototype.Token=b;let Ve=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,Je=[];for(let e=0;e<256;e++)Je.push(0);function Ye(t,n){let o;var a=[],r=n.length;for(let e=0;e<r;e++){var i,s=n[e];126===s.marker&&-1!==s.end&&(i=n[s.end],(o=t.tokens[s.token]).type="s_open",o.tag="s",o.nesting=1,o.markup="~~",o.content="",(o=t.tokens[i.token]).type="s_close",o.tag="s",o.nesting=-1,o.markup="~~",o.content="","text"===t.tokens[i.token-1].type)&&"~"===t.tokens[i.token-1].content&&a.push(i.token-1)}for(;a.length;){var l=a.pop();let e=l+1;for(;e<t.tokens.length&&"s_close"===t.tokens[e].type;)e++;l!==--e&&(o=t.tokens[e],t.tokens[e]=t.tokens[l],t.tokens[l]=o)}}function Xe(t,n){for(let e=n.length-1;0<=e;e--){var o,a,r,i,s=n[e];95!==s.marker&&42!==s.marker||-1!==s.end&&(o=n[s.end],a=0<e&&n[e-1].end===s.end+1&&n[e-1].marker===s.marker&&n[e-1].token===s.token-1&&n[s.end+1].token===o.token+1,r=String.fromCharCode(s.marker),(i=t.tokens[s.token]).type=a?"strong_open":"em_open",i.tag=a?"strong":"em",i.nesting=1,i.markup=a?r+r:r,i.content="",(i=t.tokens[o.token]).type=a?"strong_close":"em_close",i.tag=a?"strong":"em",i.nesting=-1,i.markup=a?r+r:r,i.content="",a)&&(t.tokens[n[e-1].token].content="",t.tokens[n[s.end+1].token].content="",e--)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Je[e.charCodeAt(0)]=1});let Qe=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Ke=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/,et=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,tt=/^&([a-z][a-z0-9]{1,31});/i;function nt(r){var i={},t=r.length;if(t){let e=0,a=-2;var s=[];for(let o=0;o<t;o++){var l=r[o];if(s.push(0),r[e].marker===l.marker&&a===l.token-1||(e=o),a=l.token,l.length=l.length||0,l.close){i.hasOwnProperty(l.marker)||(i[l.marker]=[-1,-1,-1,-1,-1,-1]);var c=i[l.marker][(l.open?3:0)+l.length%3];let t=e-s[e]-1,n=t;for(;t>c;t-=s[t]+1){var u=r[t];if(u.marker===l.marker&&(u.open&&u.end<0)){let e=!1;if(!(e=!u.close&&!l.open||(u.length+l.length)%3!=0||u.length%3==0&&l.length%3==0?e:!0)){var d=0<t&&!r[t-1].open?s[t-1]+1:0;s[o]=o-t+d,s[t]=d,l.open=!1,u.end=o,u.close=!1,n=-1,a=-2;break}}}-1!==n&&(i[l.marker][(l.open?3:0)+(l.length||0)%3]=n)}}}}let ot=[["text",function(e,t){let n=e.pos;for(;n<e.posMax&&!(e=>{switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return 1;default:return}})(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}],["linkify",function(e,t){if(!e.md.options.linkify)return!1;if(0<e.linkLevel)return!1;var n=e.pos;if(e.posMax<n+3)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;var o=e.pending.match(Ve);if(!o)return!1;if(o=o[1],!(n=e.md.linkify.matchAtStart(e.src.slice(n-o.length))))return!1;let a=n.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");var n=e.md.normalizeLink(a);return!!e.md.validateLink(n)&&(t||(e.pending=e.pending.slice(0,-o.length),(t=e.push("link_open","a",1)).attrs=[["href",n]],t.markup="linkify",t.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(a),(n=e.push("link_close","a",-1)).markup="linkify",n.info="auto"),e.pos+=a.length-o.length,!0)}],["newline",function(t,e){let n=t.pos;if(10!==t.src.charCodeAt(n))return!1;var o=t.pending.length-1,a=t.posMax;if(!e)if(0<=o&&32===t.pending.charCodeAt(o))if(1<=o&&32===t.pending.charCodeAt(o-1)){let e=o-1;for(;1<=e&&32===t.pending.charCodeAt(e-1);)e--;t.pending=t.pending.slice(0,e),t.push("hardbreak","br",0)}else t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0);else t.push("softbreak","br",0);for(n++;n<a&&y(t.src.charCodeAt(n));)n++;return t.pos=n,!0}],["escape",function(t,n){let o=t.pos;var a=t.posMax;if(92!==t.src.charCodeAt(o))return!1;if(++o>=a)return!1;let r=t.src.charCodeAt(o);if(10===r){for(n||t.push("hardbreak","br",0),o++;o<a&&y(r=t.src.charCodeAt(o));)o++;t.pos=o}else{let e=t.src[o];55296<=r&&r<=56319&&o+1<a&&56320<=(i=t.src.charCodeAt(o+1))&&i<=57343&&(e+=t.src[o+1],o++);var i="\\"+e;n||(n=t.push("text_special","",0),r<256&&0!==Je[r]?n.content=e:n.content=i,n.markup=i,n.info="escape"),t.pos=o+1}return!0}],["backticks",function(t,n){let o=t.pos;if(96!==t.src.charCodeAt(o))return!1;for(var e=o,a=(o++,t.posMax);o<a&&96===t.src.charCodeAt(o);)o++;var r,i=t.src.slice(e,o),s=i.length;if(!(t.backticksScanned&&(t.backticks[s]||0)<=e)){let e=o;for(;-1!==(r=t.src.indexOf("`",e));){for(e=r+1;e<a&&96===t.src.charCodeAt(e);)e++;var l,c=e-r;if(c===s)return n||((l=t.push("code_inline","code",0)).markup=i,l.content=t.src.slice(o,r).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),t.pos=e,!0;t.backticks[c]=r}t.backticksScanned=!0}return n||(t.pending+=i),t.pos+=s,!0}],["strikethrough",(e={tokenize:function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(126!==o)return!1;var a=t.scanDelims(t.pos,!0);let r=a.length;var i=String.fromCharCode(o);if(r<2)return!1;let s;r%2&&((s=t.push("text","",0)).content=i,r--);for(let e=0;e<r;e+=2)(s=t.push("text","",0)).content=i+i,t.delimiters.push({marker:o,length:0,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0},postProcess:function(t){var n=t.tokens_meta,o=t.tokens_meta.length;Ye(t,t.delimiters);for(let e=0;e<o;e++)n[e]&&n[e].delimiters&&Ye(t,n[e].delimiters)}}).tokenize],["emphasis",(r={tokenize:function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(95!==o&&42!==o)return!1;var a=t.scanDelims(t.pos,42===o);for(let e=0;e<a.length;e++)t.push("text","",0).content=String.fromCharCode(o),t.delimiters.push({marker:o,length:a.length,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0},postProcess:function(t){var n=t.tokens_meta,o=t.tokens_meta.length;Xe(t,t.delimiters);for(let e=0;e<o;e++)n[e]&&n[e].delimiters&&Xe(t,n[e].delimiters)}}).tokenize],["link",function(e,t){let n,o,a,r,i="",s="",l=e.pos,c=!0;if(91!==e.src.charCodeAt(e.pos))return!1;var u=e.pos,d=e.posMax,h=e.pos+1,p=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(p<0)return!1;let g=p+1;if(g<d&&40===e.src.charCodeAt(g)){for(c=!1,g++;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);if(g>=d)return!1;if(l=g,(a=e.md.helpers.parseLinkDestination(e.src,g,e.posMax)).ok){for(i=e.md.normalizeLink(a.str),e.md.validateLink(i)?g=a.pos:i="",l=g;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);if(a=e.md.helpers.parseLinkTitle(e.src,g,e.posMax),g<d&&l!==g&&a.ok)for(s=a.str,g=a.pos;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);}(g>=d||41!==e.src.charCodeAt(g))&&(c=!0),g++}if(c){if(void 0===e.env.references)return!1;if(g<d&&91===e.src.charCodeAt(g)&&(l=g+1,0<=(g=e.md.helpers.parseLinkLabel(e,g)))?o=e.src.slice(l,g++):g=p+1,o=o||e.src.slice(h,p),!(r=e.env.references[ye(o)]))return e.pos=u,!1;i=r.href,s=r.title}return t||(e.pos=h,e.posMax=p,u=e.push("link_open","a",1),t=[["href",i]],u.attrs=t,s&&t.push(["title",s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)),e.pos=g,e.posMax=d,!0}],["image",function(e,t){let n,o,a,r,i,s,l,c,u="";var d=e.pos,h=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;var p=e.pos+2,g=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(g<0)return!1;if((r=g+1)<h&&40===e.src.charCodeAt(r)){for(r++;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);if(r>=h)return!1;for(c=r,(s=e.md.helpers.parseLinkDestination(e.src,r,e.posMax)).ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?r=s.pos:u=""),c=r;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);if(s=e.md.helpers.parseLinkTitle(e.src,r,e.posMax),r<h&&c!==r&&s.ok)for(l=s.str,r=s.pos;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);else l="";if(r>=h||41!==e.src.charCodeAt(r))return e.pos=d,!1;r++}else{if(void 0===e.env.references)return!1;if(r<h&&91===e.src.charCodeAt(r)&&(c=r+1,0<=(r=e.md.helpers.parseLinkLabel(e,r)))?a=e.src.slice(c,r++):r=g+1,a=a||e.src.slice(p,g),!(i=e.env.references[ye(a)]))return e.pos=d,!1;u=i.href,l=i.title}return t||(o=e.src.slice(p,g),e.md.inline.parse(o,e.md,e.env,d=[]),t=e.push("image","img",0),p=[["src",u],["alt",""]],t.attrs=p,t.children=d,t.content=o,l&&p.push(["title",l])),e.pos=r,e.posMax=h,!0}],["autolink",function(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;for(var o=e.pos,a=e.posMax;;){if(++n>=a)return!1;var r=e.src.charCodeAt(n);if(60===r)return!1;if(62===r)break}var i,s,o=e.src.slice(o+1,n);return Ke.test(o)?(s=e.md.normalizeLink(o),!!e.md.validateLink(s)&&(t||((i=e.push("link_open","a",1)).attrs=[["href",s]],i.markup="autolink",i.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(o),(s=e.push("link_close","a",-1)).markup="autolink",s.info="auto"),e.pos+=o.length+2,!0)):!!Qe.test(o)&&(i=e.md.normalizeLink("mailto:"+o),!!e.md.validateLink(i))&&(t||((s=e.push("link_open","a",1)).attrs=[["href",i]],s.markup="autolink",s.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(o),(t=e.push("link_close","a",-1)).markup="autolink",t.info="auto"),e.pos+=o.length+2,!0)}],["html_inline",function(e,t){var n,o;return!(!e.md.options.html||(n=e.posMax,60!==e.src.charCodeAt(o=e.pos))||n<=o+2||!(33===(n=e.src.charCodeAt(o+1))||63===n||47===n||(n=n,97<=(n|=32)&&n<=122))||!(n=e.src.slice(o).match(We))||(t||((o=e.push("html_inline","",0)).content=n[0],/^<a[>\s]/i.test(o.content)&&e.linkLevel++,/^<\/a\s*>/i.test(o.content)&&e.linkLevel--),e.pos+=n[0].length,0))}],["entity",function(e,t){var n=e.pos,o=e.posMax;if(38===e.src.charCodeAt(n)&&!(o<=n+1))if(35===e.src.charCodeAt(n+1)){o=e.src.slice(n).match(et);if(o)return t||(a="x"===o[1][0].toLowerCase()?parseInt(o[1].slice(1),16):parseInt(o[1],10),(r=e.push("text_special","",0)).content=he(a)?pe(a):pe(65533),r.markup=o[0],r.info="entity"),e.pos+=o[0].length,!0}else{var a=e.src.slice(n).match(tt);if(a){var r=le(a[0]);if(r!==a[0])return t||((o=e.push("text_special","",0)).content=r,o.markup=a[0],o.info="entity"),e.pos+=a[0].length,!0}}return!1}]],at=[["balance_pairs",function(e){var t=e.tokens_meta,n=e.tokens_meta.length;nt(e.delimiters);for(let e=0;e<n;e++)t[e]&&t[e].delimiters&&nt(t[e].delimiters)}],["strikethrough",e.postProcess],["emphasis",r.postProcess],["fragments_join",function(e){let t,n,o=0;var a=e.tokens,r=e.tokens.length;for(t=n=0;t<r;t++)a[t].nesting<0&&o--,a[t].level=o,0<a[t].nesting&&o++,"text"===a[t].type&&t+1<r&&"text"===a[t+1].type?a[t+1].content=a[t].content+a[t+1].content:(t!==n&&(a[n]=a[t]),n++);t!==n&&(a.length=n)}]];function A(){this.ruler=new _;for(let e=0;e<ot.length;e++)this.ruler.push(ot[e][0],ot[e][1]);this.ruler2=new _;for(let e=0;e<at.length;e++)this.ruler2.push(at[e][0],at[e][1])}function rt(n){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(e){n[e]=t[e]})}),n}function it(e){return Object.prototype.toString.call(e)}function st(e){return"[object Function]"===it(e)}function lt(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}A.prototype.skipToken=function(n){var o=n.pos,a=this.ruler.getRules(""),r=a.length,e=n.md.options.maxNesting,i=n.cache;if(void 0!==i[o])n.pos=i[o];else{let t=!1;if(n.level<e){for(let e=0;e<r;e++)if(n.level++,t=a[e](n,!0),n.level--,t){if(o>=n.pos)throw new Error("inline rule didn't increment state.pos");break}}else n.pos=n.posMax;t||n.pos++,i[o]=n.pos}},A.prototype.tokenize=function(n){for(var o=this.ruler.getRules(""),a=o.length,e=n.posMax,r=n.md.options.maxNesting;n.pos<e;){var i=n.pos;let t=!1;if(n.level<r)for(let e=0;e<a;e++)if(t=o[e](n,!1)){if(i>=n.pos)throw new Error("inline rule didn't increment state.pos");break}if(t){if(n.pos>=e)break}else n.pending+=n.src[n.pos++]}n.pending&&n.pushPending()},A.prototype.parse=function(e,t,n,o){var a=new this.State(e,t,n,o),r=(this.tokenize(a),this.ruler2.getRules("")),i=r.length;for(let e=0;e<i;e++)r[e](a)},A.prototype.State=D;let ct={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},ut={"http:":{validate:function(e,t,n){e=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(e)?e.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){var o=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),!n.re.no_http.test(o)||3<=t&&":"===e[t-3]||3<=t&&"/"===e[t-3]?0:o.match(n.re.no_http)[0].length}},"mailto:":{validate:function(e,t,n){e=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(e)?e.match(n.re.mailto)[0].length:0}}},dt="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",ht="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function pt(){return function(e,t){t.normalize(e)}}function gt(a){let t=a.re=(s=(s=a.__opts__)||{},(o={}).src_Any=Y.source,o.src_Cc=X.source,o.src_Z=ee.source,o.src_P=Q.source,o.src_ZPCc=[o.src_Z,o.src_P,o.src_Cc].join("|"),o.src_ZCc=[o.src_Z,o.src_Cc].join("|"),e="[><|]",o.src_pseudo_letter="(?:(?![><|]|"+o.src_ZPCc+")"+o.src_Any+")",o.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",o.src_auth="(?:(?:(?!"+o.src_ZCc+"|[@/\\[\\]()]).)+@)?",o.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",o.src_host_terminator="(?=$|[><|]|"+o.src_ZPCc+")(?!"+(s["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+o.src_ZPCc+"))",o.src_path="(?:[/?#](?:(?!"+o.src_ZCc+"|"+e+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+o.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+o.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+o.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+o.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+o.src_ZCc+"|[']).)+\\'|\\'(?="+o.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+o.src_ZCc+"|[.]|$)|"+(s["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+o.src_ZCc+"|$)|;(?!"+o.src_ZCc+"|$)|\\!+(?!"+o.src_ZCc+"|[!]|$)|\\?(?!"+o.src_ZCc+"|[?]|$))+|\\/)?",o.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',o.src_xn="xn--[a-z0-9\\-]{1,59}",o.src_domain_root="(?:"+o.src_xn+"|"+o.src_pseudo_letter+"{1,63})",o.src_domain="(?:"+o.src_xn+"|(?:"+o.src_pseudo_letter+")|(?:"+o.src_pseudo_letter+"(?:-|"+o.src_pseudo_letter+"){0,61}"+o.src_pseudo_letter+"))",o.src_host="(?:(?:(?:(?:"+o.src_domain+")\\.)*"+o.src_domain+"))",o.tpl_host_fuzzy="(?:"+o.src_ip4+"|(?:(?:(?:"+o.src_domain+")\\.)+(?:%TLDS%)))",o.tpl_host_no_ip_fuzzy="(?:(?:(?:"+o.src_domain+")\\.)+(?:%TLDS%))",o.src_host_strict=o.src_host+o.src_host_terminator,o.tpl_host_fuzzy_strict=o.tpl_host_fuzzy+o.src_host_terminator,o.src_host_port_strict=o.src_host+o.src_port+o.src_host_terminator,o.tpl_host_port_fuzzy_strict=o.tpl_host_fuzzy+o.src_port+o.src_host_terminator,o.tpl_host_port_no_ip_fuzzy_strict=o.tpl_host_no_ip_fuzzy+o.src_port+o.src_host_terminator,o.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+o.src_ZPCc+"|>|$))",o.tpl_email_fuzzy='(^|[><|]|"|\\(|'+o.src_ZCc+")("+o.src_email_name+"@"+o.tpl_host_fuzzy_strict+")",o.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+o.src_ZPCc+"))((?![$+<=>^`||])"+o.tpl_host_port_fuzzy_strict+o.src_path+")",o.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+o.src_ZPCc+"))((?![$+<=>^`||])"+o.tpl_host_port_no_ip_fuzzy_strict+o.src_path+")",o);var e=a.__tlds__.slice();function n(e){return e.replace("%TLDS%",t.src_tlds)}a.onCompile(),a.__tlds_replaced__||e.push(dt),e.push(t.src_xn),t.src_tlds=e.join("|"),t.email_fuzzy=RegExp(n(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(n(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(n(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(n(t.tpl_host_fuzzy_test),"i");let r=[];function i(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}a.__compiled__={},Object.keys(a.__schemas__).forEach(function(e){var t,n,o=a.__schemas__[e];null!==o&&(a.__compiled__[e]=t={validate:null,link:null},"[object Object]"===it(o)?("[object RegExp]"===it(o.validate)?t.validate=(n=o.validate,function(e,t){e=e.slice(t);return n.test(e)?e.match(n)[0].length:0}):st(o.validate)?t.validate=o.validate:i(e,o),st(o.normalize)?t.normalize=o.normalize:o.normalize?i(e,o):t.normalize=pt()):"[object String]"===it(o)?r.push(e):i(e,o))}),r.forEach(function(e){a.__compiled__[a.__schemas__[e]]&&(a.__compiled__[e].validate=a.__compiled__[a.__schemas__[e]].validate,a.__compiled__[e].normalize=a.__compiled__[a.__schemas__[e]].normalize)}),a.__compiled__[""]={validate:null,normalize:pt()};var o,s=Object.keys(a.__compiled__).filter(function(e){return 0<e.length&&a.__compiled__[e]}).map(lt).join("|");a.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","i"),a.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","ig"),a.re.schema_at_start=RegExp("^"+a.re.schema_search.source,"i"),a.re.pretest=RegExp("("+a.re.schema_test.source+")|("+a.re.host_fuzzy_test.source+")|@","i"),(o=a).__index__=-1,o.__text_cache__=""}function ft(e,t){var n=e.__index__,o=e.__last_index__,a=e.__text_cache__.slice(n,o);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=o+t,this.raw=a,this.text=a,this.url=a}function mt(e,t){t=new ft(e,t);return e.__compiled__[t.schema].normalize(t,e),t}function F(e,t){if(!(this instanceof F))return new F(e,t);var n;t||(n=e,Object.keys(n||{}).reduce(function(e,t){return e||ct.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=rt({},ct,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=rt({},ut,e),this.__compiled__={},this.__tlds__=ht,this.__tlds_replaced__=!1,this.re={},gt(this)}F.prototype.add=function(e,t){return this.__schemas__[e]=t,gt(this),this},F.prototype.set=function(e){return this.__opts__=rt(this.__opts__,e),this},F.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,o,a,r,i,s,l;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(a=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+a;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&0<=(l=e.search(this.re.host_fuzzy_test))&&(this.__index__<0||l<this.__index__)&&null!==(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(r=n.index+n[1].length,this.__index__<0||r<this.__index__)&&(this.__schema__="",this.__index__=r,this.__last_index__=n.index+n[0].length),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&0<=e.indexOf("@")&&null!==(o=e.match(this.re.email_fuzzy))&&(r=o.index+o[1].length,i=o.index+o[0].length,this.__index__<0||r<this.__index__||r===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=r,this.__last_index__=i),0<=this.__index__},F.prototype.pretest=function(e){return this.re.pretest.test(e)},F.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},F.prototype.match=function(e){var t=[];let n=0,o=(0<=this.__index__&&this.__text_cache__===e&&(t.push(mt(this,n)),n=this.__last_index__),n?e.slice(n):e);for(;this.test(o);)t.push(mt(this,n)),o=o.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},F.prototype.matchAtStart=function(e){var t;return this.__text_cache__=e,this.__index__=-1,e.length&&(t=this.re.schema_at_start.exec(e))&&(e=this.testSchemaAt(e,t[2],t[0].length))?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+e,mt(this,0)):null},F.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,n){return e!==n[t-1]}).reverse(),gt(this)):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,gt(this)),this},F.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},F.prototype.onCompile=function(){};let L=2147483647,S=36,M=26,_t=38,bt=700,vt=/^xn--/,kt=/[^\0-\x7F]/,wt=/[\x2E\u3002\uFF0E\uFF61]/g,yt={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},xt=S-1,P=Math.floor,Ct=String.fromCharCode;function T(e){throw new RangeError(yt[e])}function Et(e,t){var n=e.split("@");let o="";1<n.length&&(o=n[0]+"@",e=n[1]);n=((e,t)=>{var n=[];let o=e.length;for(;o--;)n[o]=t(e[o]);return n})((e=e.replace(wt,".")).split("."),t).join(".");return o+n}function Dt(e){var t=[];let n=0;for(var o=e.length;n<o;){var a,r=e.charCodeAt(n++);55296<=r&&r<=56319&&n<o?56320==(64512&(a=e.charCodeAt(n++)))?t.push(((1023&r)<<10)+(1023&a)+65536):(t.push(r),n--):t.push(r)}return t}function At(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function Ft(e,t,n){let o=0;for(e=n?P(e/bt):e>>1,e+=P(e/t);e>xt*M>>1;o+=S)e=P(e/xt);return P(o+(xt+1)*e/(e+_t))}function Lt(o){var t=[],a=o.length;let r=0,e=128,i=72,s=o.lastIndexOf("-");s<0&&(s=0);for(let e=0;e<s;++e)128<=o.charCodeAt(e)&&T("not-basic"),t.push(o.charCodeAt(e));for(let n=0<s?s+1:0;n<a;){var l=r;for(let e=1,t=S;;t+=S){n>=a&&T("invalid-input");var c=48<=(c=o.charCodeAt(n++))&&c<58?c-48+26:65<=c&&c<91?c-65:97<=c&&c<123?c-97:S,u=(c>=S&&T("invalid-input"),c>P((L-r)/e)&&T("overflow"),r+=c*e,t<=i?1:t>=i+M?M:t-i);if(c<u)break;c=S-u;e>P(L/c)&&T("overflow"),e*=c}var d=t.length+1;i=Ft(r-l,d,0==l),P(r/d)>L-e&&T("overflow"),e+=P(r/d),r%=d,t.splice(r++,0,e)}return String.fromCodePoint(...t)}function St(t){var e,n=[],o=(t=Dt(t)).length;let a=128,r=0,i=72;for(e of t)e<128&&n.push(Ct(e));var s=n.length;let l=s;for(s&&n.push("-");l<o;){let e=L;for(var c of t)c>=a&&c<e&&(e=c);var u,d=l+1;e-a>P((L-r)/d)&&T("overflow"),r+=(e-a)*d,a=e;for(u of t)if(u<a&&++r>L&&T("overflow"),u===a){let t=r;for(let e=S;;e+=S){var h=e<=i?1:e>=i+M?M:e-i;if(t<h)break;var p=t-h,g=S-h;n.push(Ct(At(h+p%g,0))),t=P(p/g)}n.push(Ct(At(t,0))),i=Ft(r,d,l===s),r=0,++l}++r,++a}return n.join("")}let Mt={version:"2.3.1",ucs2:{decode:Dt,encode:e=>String.fromCodePoint(...e)},decode:Lt,encode:St,toASCII:function(e){return Et(e,function(e){return kt.test(e)?"xn--"+St(e):e})},toUnicode:function(e){return Et(e,function(e){return vt.test(e)?Lt(e.slice(4).toLowerCase()):e})}},Pt={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},Tt=/^(vbscript|javascript|file|data):/,zt=/^data:image\/(gif|png|jpeg|webp);/;function It(e){e=e.trim().toLowerCase();return!Tt.test(e)||zt.test(e)}let Bt=["http:","https:","mailto:"];function $t(e){e=J(e,!0);if(e.hostname&&(!e.protocol||0<=Bt.indexOf(e.protocol)))try{e.hostname=Mt.toASCII(e.hostname)}catch(e){}return t(j(e))}function qt(e){e=J(e,!0);if(e.hostname&&(!e.protocol||0<=Bt.indexOf(e.protocol)))try{e.hostname=Mt.toUnicode(e.hostname)}catch(e){}return n(j(e),n.defaultChars+"%")}function z(e,t){if(!(this instanceof z))return new z(e,t);t||ce(e)||(t=e||{},e="default"),this.inline=new A,this.block=new Ze,this.core=new qe,this.renderer=new m,this.linkify=new F,this.validateLink=It,this.normalizeLink=$t,this.normalizeLinkText=qt,this.utils=xe,this.helpers=h({},Ce),this.options={},this.configure(e),t&&this.set(t)}function jt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ot(e,t,n,o){e=Number(e[t].meta.id+1).toString(),t="";return(t="string"==typeof o.docId?"-"+o.docId+"-":t)+e}function Ut(e,t){var n=Number(e[t].meta.id+1).toString();return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),"["+n+"]"}function Rt(e,t,n,o,a){var r=a.rules.footnote_anchor_name(e,t,n,o,a),n=a.rules.footnote_caption(e,t,n,o,a),o=r;return 0<e[t].meta.subId&&(o+=":"+e[t].meta.subId),'<sup class="footnote-ref"><a href="#fn'+r+'" id="fnref'+o+'">'+n+"</a></sup>"}function Nt(e,t,n){return(n.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function Ht(){return"</ol>\n</section>\n"}function Wt(e,t,n,o,a){n=a.rules.footnote_anchor_name(e,t,n,o,a);return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),'<li id="fn'+n+'" class="footnote-item">'}function Gt(){return"</li>\n"}function Zt(e,t,n,o,a){n=a.rules.footnote_anchor_name(e,t,n,o,a);return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),' <a href="#fnref'+n+'" class="footnote-backref">↩︎</a>'}function Vt(e,t){return e[t].content}function Jt(e,c,u,s,d){let l=e.utils.arrayReplaceAt;var t=e.utils.lib.ucmicro;let h=e.utils.has,p=new RegExp([t.Z.source,t.P.source,t.Cc.source].join("|"));return function(o){var a,r=o.tokens;let i=0;for(let n=0,e=r.length;n<e;n++)if("inline"===r[n].type){let t=r[n].children;for(let e=t.length-1;0<=e;e--)"link_open"!==(a=t[e]).type&&"link_close"!==a.type||"auto"===a.info&&(i-=a.nesting),"text"===a.type&&0===i&&s.test(a.content)&&(r[n].children=t=l(t,e,((r,i)=>{let s=0,l=[];var e;return r.replace(d,function(e,t,n){let o;if(h(u,e)){if(o=u[e],0<t&&!p.test(n[t-1]))return;if(t+e.length<n.length&&!p.test(n[t+e.length]))return}else o=e.slice(1,-1);if(t>s){let e=new i("text","",0);e.content=r.slice(s,t),l.push(e)}let a=new i("emoji","",0);a.markup=o,a.content=c[o],l.push(a),s=t+e.length}),s<r.length&&((e=new i("text","",0)).content=r.slice(s),l.push(e)),l})(a.content,(a.level,o.Token))))}}}function Yt(e,t){t=(o=>{let a=o.defs;o.enabled.length&&(a=Object.keys(a).reduce((e,t)=>(0<=o.enabled.indexOf(t)&&(e[t]=a[t]),e),{}));var e=Object.keys(o.shortcuts).reduce((t,n)=>(a[n]&&(Array.isArray(o.shortcuts[n])?o.shortcuts[n].forEach(e=>{t[e]=n}):t[o.shortcuts[n]]=n),t),{}),t=Object.keys(a);let n;n=0===t.length?"^$":t.map(e=>`:${e}:`).concat(Object.keys(e)).sort().reverse().map(e=>e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")).join("|");var t=RegExp(n),r=RegExp(n,"g");return{defs:a,shortcuts:e,scanRE:t,replaceRE:r}})(e.utils.assign({},{defs:{},shortcuts:{},enabled:[]},t||{}));e.renderer.rules.emoji=Vt,e.core.ruler.after("linkify","emoji",Jt(e,t.defs,t.shortcuts,t.scanRE,t.replaceRE))}z.prototype.set=function(e){return h(this.options,e),this},z.prototype.configure=function(t){let n=this;if(ce(t)){var e=t;if(!(t=Pt[e]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name')}if(t)return t.options&&n.set(t.options),t.components&&Object.keys(t.components).forEach(function(e){t.components[e].rules&&n[e].ruler.enableOnly(t.components[e].rules),t.components[e].rules2&&n[e].ruler2.enableOnly(t.components[e].rules2)}),this;throw new Error("Wrong `markdown-it` preset, can't be empty")},z.prototype.enable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){n=n.concat(this[e].ruler.enable(t,!0))},this),n=n.concat(this.inline.ruler2.enable(t,!0));var o=t.filter(function(e){return n.indexOf(e)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+o);return this},z.prototype.disable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){n=n.concat(this[e].ruler.disable(t,!0))},this),n=n.concat(this.inline.ruler2.disable(t,!0));var o=t.filter(function(e){return n.indexOf(e)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+o);return this},z.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},z.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");e=new this.core.State(e,this,t);return this.core.process(e),e.tokens},z.prototype.render=function(e,t){return this.renderer.render(this.parse(e,t=t||{}),this.options,t)},z.prototype.parseInline=function(e,t){e=new this.core.State(e,this,t);return e.inlineMode=!0,this.core.process(e),e.tokens},z.prototype.renderInline=function(e,t){return this.renderer.render(this.parseInline(e,t=t||{}),this.options,t)},He||(He=1,Ne=function(e){var i=e.helpers.parseLinkLabel,g=e.utils.isSpace;e.renderer.rules.footnote_ref=Rt,e.renderer.rules.footnote_block_open=Nt,e.renderer.rules.footnote_block_close=Ht,e.renderer.rules.footnote_open=Wt,e.renderer.rules.footnote_close=Gt,e.renderer.rules.footnote_anchor=Zt,e.renderer.rules.footnote_caption=Ut,e.renderer.rules.footnote_anchor_name=Ot,e.block.ruler.before("reference","footnote_def",function(e,t,n,o){var a,r,i,s,l,c,u,d,h=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(p<h+4)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(s=h+2;s<p;s++){if(32===e.src.charCodeAt(s))return!1;if(93===e.src.charCodeAt(s))break}if(s===h+2)return!1;if(p<=s+1||58!==e.src.charCodeAt(++s))return!1;if(!o){for(s++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),o=e.src.slice(h+2,s-2),e.env.footnotes.refs[":"+o]=-1,(h=new e.Token("footnote_reference_open","",1)).meta={label:o},h.level=e.level++,e.tokens.push(h),o=e.bMarks[t],a=e.tShift[t],r=e.sCount[t],i=e.parentType,d=s,l=c=e.sCount[t]+s-(e.bMarks[t]+e.tShift[t]);s<p&&(u=e.src.charCodeAt(s),g(u));)9===u?c+=4-c%4:c++,s++;e.tShift[t]=s-d,e.sCount[t]=c-l,e.bMarks[t]=d,e.blkIndent+=4,e.parentType="footnote",e.sCount[t]<e.blkIndent&&(e.sCount[t]+=e.blkIndent),e.md.block.tokenize(e,t,n,!0),e.parentType=i,e.blkIndent-=4,e.tShift[t]=a,e.sCount[t]=r,e.bMarks[t]=o,(h=new e.Token("footnote_reference_close","",-1)).level=--e.level,e.tokens.push(h)}return!0},{alt:["paragraph","reference"]}),e.inline.ruler.after("image","footnote_inline",function(e,t){var n,o,a=e.posMax,r=e.pos;return!(a<=r+2||94!==e.src.charCodeAt(r)||91!==e.src.charCodeAt(r+1)||(n=r+2,(r=i(e,r+1))<0)||(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),t=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,r),e.md,e.env,o=[]),e.push("footnote_ref","",0).meta={id:t},e.env.footnotes.list[t]={content:e.src.slice(n,r),tokens:o}),e.pos=r+1,e.posMax=a,0))}),e.inline.ruler.after("footnote_inline","footnote_ref",function(e,t){var n,o,a=e.posMax,r=e.pos;if(a<r+3)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(r))return!1;if(94!==e.src.charCodeAt(r+1))return!1;for(n=r+2;n<a;n++){if(32===e.src.charCodeAt(n))return!1;if(10===e.src.charCodeAt(n))return!1;if(93===e.src.charCodeAt(n))break}return n!==r+2&&!(a<=n||(r=e.src.slice(r+2,++n-1),void 0===e.env.footnotes.refs[":"+r])||(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+r]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:r,count:0},e.env.footnotes.refs[":"+r]=o):o=e.env.footnotes.refs[":"+r],t=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push("footnote_ref","",0).meta={id:o,subId:t,label:r}),e.pos=n,e.posMax=a,0))}),e.core.ruler.after("inline","footnote_tail",function(e){var t,n,o,a,r,i,s,l,c,u,d=!1,h={};if(e.env.footnotes&&(e.tokens=e.tokens.filter(function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,h[":"+u]=c,!1):(d&&c.push(e),!d)}),e.env.footnotes.list)){for(i=e.env.footnotes.list,s=new e.Token("footnote_block_open","",1),e.tokens.push(s),t=0,n=i.length;t<n;t++){for((s=new e.Token("footnote_open","",1)).meta={id:t,label:i[t].label},e.tokens.push(s),i[t].tokens?(l=[],(s=new e.Token("paragraph_open","p",1)).block=!0,l.push(s),(s=new e.Token("inline","",0)).children=i[t].tokens,s.content=i[t].content,l.push(s),(s=new e.Token("paragraph_close","p",-1)).block=!0,l.push(s)):i[t].label&&(l=h[":"+i[t].label]),l&&(e.tokens=e.tokens.concat(l)),r="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,a=0<i[t].count?i[t].count:1,o=0;o<a;o++)(s=new e.Token("footnote_anchor","",0)).meta={id:t,subId:o,label:i[t].label},e.tokens.push(s);r&&e.tokens.push(r),s=new e.Token("footnote_close","",-1),e.tokens.push(s)}s=new e.Token("footnote_block_close","",-1),e.tokens.push(s)}})}),k=Ne;var Xt,Qt,Kt={grinning:"😀",smiley:"😃",smile:"😄",grin:"😁",laughing:"😆",satisfied:"😆",sweat_smile:"😅",joy:"😂",wink:"😉",blush:"😊",innocent:"😇",heart_eyes:"😍",kissing_heart:"😘",kissing:"😗",kissing_closed_eyes:"😚",kissing_smiling_eyes:"😙",yum:"😋",stuck_out_tongue:"😛",stuck_out_tongue_winking_eye:"😜",stuck_out_tongue_closed_eyes:"😝",neutral_face:"😐",expressionless:"😑",no_mouth:"😶",smirk:"😏",unamused:"😒",relieved:"😌",pensive:"😔",sleepy:"😪",sleeping:"😴",mask:"😷",dizzy_face:"😵",sunglasses:"😎",confused:"😕",worried:"😟",open_mouth:"😮",hushed:"😯",astonished:"😲",flushed:"😳",frowning:"😦",anguished:"😧",fearful:"😨",cold_sweat:"😰",disappointed_relieved:"😥",cry:"😢",sob:"😭",scream:"😱",confounded:"😖",persevere:"😣",disappointed:"😞",sweat:"😓",weary:"😩",tired_face:"😫",rage:"😡",pout:"😡",angry:"😠",smiling_imp:"😈",smiley_cat:"😺",smile_cat:"😸",joy_cat:"😹",heart_eyes_cat:"😻",smirk_cat:"😼",kissing_cat:"😽",scream_cat:"🙀",crying_cat_face:"😿",pouting_cat:"😾",heart:"❤️",hand:"✋",raised_hand:"✋",v:"✌️",point_up:"☝️",fist_raised:"✊",fist:"✊",monkey_face:"🐵",cat:"🐱",cow:"🐮",mouse:"🐭",coffee:"☕",hotsprings:"♨️",anchor:"⚓",airplane:"✈️",hourglass:"⌛",watch:"⌚",sunny:"☀️",star:"⭐",cloud:"☁️",umbrella:"☔",zap:"⚡",snowflake:"❄️",sparkles:"✨",black_joker:"🃏",mahjong:"🀄",phone:"☎️",telephone:"☎️",envelope:"✉️",pencil2:"✏️",black_nib:"✒️",scissors:"✂️",wheelchair:"♿",warning:"⚠️",aries:"♈",taurus:"♉",gemini:"♊",cancer:"♋",leo:"♌",virgo:"♍",libra:"♎",scorpius:"♏",sagittarius:"♐",capricorn:"♑",aquarius:"♒",pisces:"♓",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",heavy_minus_sign:"➖",heavy_division_sign:"➗",bangbang:"‼️",interrobang:"⁉️",question:"❓",grey_question:"❔",grey_exclamation:"❕",exclamation:"❗",heavy_exclamation_mark:"❗",wavy_dash:"〰️",recycle:"♻️",white_check_mark:"✅",ballot_box_with_check:"☑️",heavy_check_mark:"✔️",x:"❌",negative_squared_cross_mark:"❎",curly_loop:"➰",loop:"➿",part_alternation_mark:"〽️",eight_spoked_asterisk:"✳️",eight_pointed_black_star:"✴️",sparkle:"❇️",copyright:"©️",registered:"®️",tm:"™️",information_source:"ℹ️",m:"Ⓜ️",black_circle:"⚫",white_circle:"⚪",black_large_square:"⬛",white_large_square:"⬜",black_medium_square:"◼️",white_medium_square:"◻️",black_medium_small_square:"◾",white_medium_small_square:"◽",black_small_square:"▪️",white_small_square:"▫️"},en={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["</3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]},tn={100:"💯",1234:"🔢",grinning:"😀",smiley:"😃",smile:"😄",grin:"😁",laughing:"😆",satisfied:"😆",sweat_smile:"😅",rofl:"🤣",joy:"😂",slightly_smiling_face:"🙂",upside_down_face:"🙃",melting_face:"🫠",wink:"😉",blush:"😊",innocent:"😇",smiling_face_with_three_hearts:"🥰",heart_eyes:"😍",star_struck:"🤩",kissing_heart:"😘",kissing:"😗",relaxed:"☺️",kissing_closed_eyes:"😚",kissing_smiling_eyes:"😙",smiling_face_with_tear:"🥲",yum:"😋",stuck_out_tongue:"😛",stuck_out_tongue_winking_eye:"😜",zany_face:"🤪",stuck_out_tongue_closed_eyes:"😝",money_mouth_face:"🤑",hugs:"🤗",hand_over_mouth:"🤭",face_with_open_eyes_and_hand_over_mouth:"🫢",face_with_peeking_eye:"🫣",shushing_face:"🤫",thinking:"🤔",saluting_face:"🫡",zipper_mouth_face:"🤐",raised_eyebrow:"🤨",neutral_face:"😐",expressionless:"😑",no_mouth:"😶",dotted_line_face:"🫥",face_in_clouds:"😶‍🌫️",smirk:"😏",unamused:"😒",roll_eyes:"🙄",grimacing:"😬",face_exhaling:"😮‍💨",lying_face:"🤥",shaking_face:"🫨",relieved:"😌",pensive:"😔",sleepy:"😪",drooling_face:"🤤",sleeping:"😴",mask:"😷",face_with_thermometer:"🤒",face_with_head_bandage:"🤕",nauseated_face:"🤢",vomiting_face:"🤮",sneezing_face:"🤧",hot_face:"🥵",cold_face:"🥶",woozy_face:"🥴",dizzy_face:"😵",face_with_spiral_eyes:"😵‍💫",exploding_head:"🤯",cowboy_hat_face:"🤠",partying_face:"🥳",disguised_face:"🥸",sunglasses:"😎",nerd_face:"🤓",monocle_face:"🧐",confused:"😕",face_with_diagonal_mouth:"🫤",worried:"😟",slightly_frowning_face:"🙁",frowning_face:"☹️",open_mouth:"😮",hushed:"😯",astonished:"😲",flushed:"😳",pleading_face:"🥺",face_holding_back_tears:"🥹",frowning:"😦",anguished:"😧",fearful:"😨",cold_sweat:"😰",disappointed_relieved:"😥",cry:"😢",sob:"😭",scream:"😱",confounded:"😖",persevere:"😣",disappointed:"😞",sweat:"😓",weary:"😩",tired_face:"😫",yawning_face:"🥱",triumph:"😤",rage:"😡",pout:"😡",angry:"😠",cursing_face:"🤬",smiling_imp:"😈",imp:"👿",skull:"💀",skull_and_crossbones:"☠️",hankey:"💩",poop:"💩",shit:"💩",clown_face:"🤡",japanese_ogre:"👹",japanese_goblin:"👺",ghost:"👻",alien:"👽",space_invader:"👾",robot:"🤖",smiley_cat:"😺",smile_cat:"😸",joy_cat:"😹",heart_eyes_cat:"😻",smirk_cat:"😼",kissing_cat:"😽",scream_cat:"🙀",crying_cat_face:"😿",pouting_cat:"😾",see_no_evil:"🙈",hear_no_evil:"🙉",speak_no_evil:"🙊",love_letter:"💌",cupid:"💘",gift_heart:"💝",sparkling_heart:"💖",heartpulse:"💗",heartbeat:"💓",revolving_hearts:"💞",two_hearts:"💕",heart_decoration:"💟",heavy_heart_exclamation:"❣️",broken_heart:"💔",heart_on_fire:"❤️‍🔥",mending_heart:"❤️‍🩹",heart:"❤️",pink_heart:"🩷",orange_heart:"🧡",yellow_heart:"💛",green_heart:"💚",blue_heart:"💙",light_blue_heart:"🩵",purple_heart:"💜",brown_heart:"🤎",black_heart:"🖤",grey_heart:"🩶",white_heart:"🤍",kiss:"💋",anger:"💢",boom:"💥",collision:"💥",dizzy:"💫",sweat_drops:"💦",dash:"💨",hole:"🕳️",speech_balloon:"💬",eye_speech_bubble:"👁️‍🗨️",left_speech_bubble:"🗨️",right_anger_bubble:"🗯️",thought_balloon:"💭",zzz:"💤",wave:"👋",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐️",hand:"✋",raised_hand:"✋",vulcan_salute:"🖖",rightwards_hand:"🫱",leftwards_hand:"🫲",palm_down_hand:"🫳",palm_up_hand:"🫴",leftwards_pushing_hand:"🫷",rightwards_pushing_hand:"🫸",ok_hand:"👌",pinched_fingers:"🤌",pinching_hand:"🤏",v:"✌️",crossed_fingers:"🤞",hand_with_index_finger_and_thumb_crossed:"🫰",love_you_gesture:"🤟",metal:"🤘",call_me_hand:"🤙",point_left:"👈",point_right:"👉",point_up_2:"👆",middle_finger:"🖕",fu:"🖕",point_down:"👇",point_up:"☝️",index_pointing_at_the_viewer:"🫵","+1":"👍",thumbsup:"👍","-1":"👎",thumbsdown:"👎",fist_raised:"✊",fist:"✊",fist_oncoming:"👊",facepunch:"👊",punch:"👊",fist_left:"🤛",fist_right:"🤜",clap:"👏",raised_hands:"🙌",heart_hands:"🫶",open_hands:"👐",palms_up_together:"🤲",handshake:"🤝",pray:"🙏",writing_hand:"✍️",nail_care:"💅",selfie:"🤳",muscle:"💪",mechanical_arm:"🦾",mechanical_leg:"🦿",leg:"🦵",foot:"🦶",ear:"👂",ear_with_hearing_aid:"🦻",nose:"👃",brain:"🧠",anatomical_heart:"🫀",lungs:"🫁",tooth:"🦷",bone:"🦴",eyes:"👀",eye:"👁️",tongue:"👅",lips:"👄",biting_lip:"🫦",baby:"👶",child:"🧒",boy:"👦",girl:"👧",adult:"🧑",blond_haired_person:"👱",man:"👨",bearded_person:"🧔",man_beard:"🧔‍♂️",woman_beard:"🧔‍♀️",red_haired_man:"👨‍🦰",curly_haired_man:"👨‍🦱",white_haired_man:"👨‍🦳",bald_man:"👨‍🦲",woman:"👩",red_haired_woman:"👩‍🦰",person_red_hair:"🧑‍🦰",curly_haired_woman:"👩‍🦱",person_curly_hair:"🧑‍🦱",white_haired_woman:"👩‍🦳",person_white_hair:"🧑‍🦳",bald_woman:"👩‍🦲",person_bald:"🧑‍🦲",blond_haired_woman:"👱‍♀️",blonde_woman:"👱‍♀️",blond_haired_man:"👱‍♂️",older_adult:"🧓",older_man:"👴",older_woman:"👵",frowning_person:"🙍",frowning_man:"🙍‍♂️",frowning_woman:"🙍‍♀️",pouting_face:"🙎",pouting_man:"🙎‍♂️",pouting_woman:"🙎‍♀️",no_good:"🙅",no_good_man:"🙅‍♂️",ng_man:"🙅‍♂️",no_good_woman:"🙅‍♀️",ng_woman:"🙅‍♀️",ok_person:"🙆",ok_man:"🙆‍♂️",ok_woman:"🙆‍♀️",tipping_hand_person:"💁",information_desk_person:"💁",tipping_hand_man:"💁‍♂️",sassy_man:"💁‍♂️",tipping_hand_woman:"💁‍♀️",sassy_woman:"💁‍♀️",raising_hand:"🙋",raising_hand_man:"🙋‍♂️",raising_hand_woman:"🙋‍♀️",deaf_person:"🧏",deaf_man:"🧏‍♂️",deaf_woman:"🧏‍♀️",bow:"🙇",bowing_man:"🙇‍♂️",bowing_woman:"🙇‍♀️",facepalm:"🤦",man_facepalming:"🤦‍♂️",woman_facepalming:"🤦‍♀️",shrug:"🤷",man_shrugging:"🤷‍♂️",woman_shrugging:"🤷‍♀️",health_worker:"🧑‍⚕️",man_health_worker:"👨‍⚕️",woman_health_worker:"👩‍⚕️",student:"🧑‍🎓",man_student:"👨‍🎓",woman_student:"👩‍🎓",teacher:"🧑‍🏫",man_teacher:"👨‍🏫",woman_teacher:"👩‍🏫",judge:"🧑‍⚖️",man_judge:"👨‍⚖️",woman_judge:"👩‍⚖️",farmer:"🧑‍🌾",man_farmer:"👨‍🌾",woman_farmer:"👩‍🌾",cook:"🧑‍🍳",man_cook:"👨‍🍳",woman_cook:"👩‍🍳",mechanic:"🧑‍🔧",man_mechanic:"👨‍🔧",woman_mechanic:"👩‍🔧",factory_worker:"🧑‍🏭",man_factory_worker:"👨‍🏭",woman_factory_worker:"👩‍🏭",office_worker:"🧑‍💼",man_office_worker:"👨‍💼",woman_office_worker:"👩‍💼",scientist:"🧑‍🔬",man_scientist:"👨‍🔬",woman_scientist:"👩‍🔬",technologist:"🧑‍💻",man_technologist:"👨‍💻",woman_technologist:"👩‍💻",singer:"🧑‍🎤",man_singer:"👨‍🎤",woman_singer:"👩‍🎤",artist:"🧑‍🎨",man_artist:"👨‍🎨",woman_artist:"👩‍🎨",pilot:"🧑‍✈️",man_pilot:"👨‍✈️",woman_pilot:"👩‍✈️",astronaut:"🧑‍🚀",man_astronaut:"👨‍🚀",woman_astronaut:"👩‍🚀",firefighter:"🧑‍🚒",man_firefighter:"👨‍🚒",woman_firefighter:"👩‍🚒",police_officer:"👮",cop:"👮",policeman:"👮‍♂️",policewoman:"👮‍♀️",detective:"🕵️",male_detective:"🕵️‍♂️",female_detective:"🕵️‍♀️",guard:"💂",guardsman:"💂‍♂️",guardswoman:"💂‍♀️",ninja:"🥷",construction_worker:"👷",construction_worker_man:"👷‍♂️",construction_worker_woman:"👷‍♀️",person_with_crown:"🫅",prince:"🤴",princess:"👸",person_with_turban:"👳",man_with_turban:"👳‍♂️",woman_with_turban:"👳‍♀️",man_with_gua_pi_mao:"👲",woman_with_headscarf:"🧕",person_in_tuxedo:"🤵",man_in_tuxedo:"🤵‍♂️",woman_in_tuxedo:"🤵‍♀️",person_with_veil:"👰",man_with_veil:"👰‍♂️",woman_with_veil:"👰‍♀️",bride_with_veil:"👰‍♀️",pregnant_woman:"🤰",pregnant_man:"🫃",pregnant_person:"🫄",breast_feeding:"🤱",woman_feeding_baby:"👩‍🍼",man_feeding_baby:"👨‍🍼",person_feeding_baby:"🧑‍🍼",angel:"👼",santa:"🎅",mrs_claus:"🤶",mx_claus:"🧑‍🎄",superhero:"🦸",superhero_man:"🦸‍♂️",superhero_woman:"🦸‍♀️",supervillain:"🦹",supervillain_man:"🦹‍♂️",supervillain_woman:"🦹‍♀️",mage:"🧙",mage_man:"🧙‍♂️",mage_woman:"🧙‍♀️",fairy:"🧚",fairy_man:"🧚‍♂️",fairy_woman:"🧚‍♀️",vampire:"🧛",vampire_man:"🧛‍♂️",vampire_woman:"🧛‍♀️",merperson:"🧜",merman:"🧜‍♂️",mermaid:"🧜‍♀️",elf:"🧝",elf_man:"🧝‍♂️",elf_woman:"🧝‍♀️",genie:"🧞",genie_man:"🧞‍♂️",genie_woman:"🧞‍♀️",zombie:"🧟",zombie_man:"🧟‍♂️",zombie_woman:"🧟‍♀️",troll:"🧌",massage:"💆",massage_man:"💆‍♂️",massage_woman:"💆‍♀️",haircut:"💇",haircut_man:"💇‍♂️",haircut_woman:"💇‍♀️",walking:"🚶",walking_man:"🚶‍♂️",walking_woman:"🚶‍♀️",standing_person:"🧍",standing_man:"🧍‍♂️",standing_woman:"🧍‍♀️",kneeling_person:"🧎",kneeling_man:"🧎‍♂️",kneeling_woman:"🧎‍♀️",person_with_probing_cane:"🧑‍🦯",man_with_probing_cane:"👨‍🦯",woman_with_probing_cane:"👩‍🦯",person_in_motorized_wheelchair:"🧑‍🦼",man_in_motorized_wheelchair:"👨‍🦼",woman_in_motorized_wheelchair:"👩‍🦼",person_in_manual_wheelchair:"🧑‍🦽",man_in_manual_wheelchair:"👨‍🦽",woman_in_manual_wheelchair:"👩‍🦽",runner:"🏃",running:"🏃",running_man:"🏃‍♂️",running_woman:"🏃‍♀️",woman_dancing:"💃",dancer:"💃",man_dancing:"🕺",business_suit_levitating:"🕴️",dancers:"👯",dancing_men:"👯‍♂️",dancing_women:"👯‍♀️",sauna_person:"🧖",sauna_man:"🧖‍♂️",sauna_woman:"🧖‍♀️",climbing:"🧗",climbing_man:"🧗‍♂️",climbing_woman:"🧗‍♀️",person_fencing:"🤺",horse_racing:"🏇",skier:"⛷️",snowboarder:"🏂",golfing:"🏌️",golfing_man:"🏌️‍♂️",golfing_woman:"🏌️‍♀️",surfer:"🏄",surfing_man:"🏄‍♂️",surfing_woman:"🏄‍♀️",rowboat:"🚣",rowing_man:"🚣‍♂️",rowing_woman:"🚣‍♀️",swimmer:"🏊",swimming_man:"🏊‍♂️",swimming_woman:"🏊‍♀️",bouncing_ball_person:"⛹️",bouncing_ball_man:"⛹️‍♂️",basketball_man:"⛹️‍♂️",bouncing_ball_woman:"⛹️‍♀️",basketball_woman:"⛹️‍♀️",weight_lifting:"🏋️",weight_lifting_man:"🏋️‍♂️",weight_lifting_woman:"🏋️‍♀️",bicyclist:"🚴",biking_man:"🚴‍♂️",biking_woman:"🚴‍♀️",mountain_bicyclist:"🚵",mountain_biking_man:"🚵‍♂️",mountain_biking_woman:"🚵‍♀️",cartwheeling:"🤸",man_cartwheeling:"🤸‍♂️",woman_cartwheeling:"🤸‍♀️",wrestling:"🤼",men_wrestling:"🤼‍♂️",women_wrestling:"🤼‍♀️",water_polo:"🤽",man_playing_water_polo:"🤽‍♂️",woman_playing_water_polo:"🤽‍♀️",handball_person:"🤾",man_playing_handball:"🤾‍♂️",woman_playing_handball:"🤾‍♀️",juggling_person:"🤹",man_juggling:"🤹‍♂️",woman_juggling:"🤹‍♀️",lotus_position:"🧘",lotus_position_man:"🧘‍♂️",lotus_position_woman:"🧘‍♀️",bath:"🛀",sleeping_bed:"🛌",people_holding_hands:"🧑‍🤝‍🧑",two_women_holding_hands:"👭",couple:"👫",two_men_holding_hands:"👬",couplekiss:"💏",couplekiss_man_woman:"👩‍❤️‍💋‍👨",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",couple_with_heart:"💑",couple_with_heart_woman_man:"👩‍❤️‍👨",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",family:"👪",family_man_woman_boy:"👨‍👩‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",speaking_head:"🗣️",bust_in_silhouette:"👤",busts_in_silhouette:"👥",people_hugging:"🫂",footprints:"👣",monkey_face:"🐵",monkey:"🐒",gorilla:"🦍",orangutan:"🦧",dog:"🐶",dog2:"🐕",guide_dog:"🦮",service_dog:"🐕‍🦺",poodle:"🐩",wolf:"🐺",fox_face:"🦊",raccoon:"🦝",cat:"🐱",cat2:"🐈",black_cat:"🐈‍⬛",lion:"🦁",tiger:"🐯",tiger2:"🐅",leopard:"🐆",horse:"🐴",moose:"🫎",donkey:"🫏",racehorse:"🐎",unicorn:"🦄",zebra:"🦓",deer:"🦌",bison:"🦬",cow:"🐮",ox:"🐂",water_buffalo:"🐃",cow2:"🐄",pig:"🐷",pig2:"🐖",boar:"🐗",pig_nose:"🐽",ram:"🐏",sheep:"🐑",goat:"🐐",dromedary_camel:"🐪",camel:"🐫",llama:"🦙",giraffe:"🦒",elephant:"🐘",mammoth:"🦣",rhinoceros:"🦏",hippopotamus:"🦛",mouse:"🐭",mouse2:"🐁",rat:"🐀",hamster:"🐹",rabbit:"🐰",rabbit2:"🐇",chipmunk:"🐿️",beaver:"🦫",hedgehog:"🦔",bat:"🦇",bear:"🐻",polar_bear:"🐻‍❄️",koala:"🐨",panda_face:"🐼",sloth:"🦥",otter:"🦦",skunk:"🦨",kangaroo:"🦘",badger:"🦡",feet:"🐾",paw_prints:"🐾",turkey:"🦃",chicken:"🐔",rooster:"🐓",hatching_chick:"🐣",baby_chick:"🐤",hatched_chick:"🐥",bird:"🐦",penguin:"🐧",dove:"🕊️",eagle:"🦅",duck:"🦆",swan:"🦢",owl:"🦉",dodo:"🦤",feather:"🪶",flamingo:"🦩",peacock:"🦚",parrot:"🦜",wing:"🪽",black_bird:"🐦‍⬛",goose:"🪿",frog:"🐸",crocodile:"🐊",turtle:"🐢",lizard:"🦎",snake:"🐍",dragon_face:"🐲",dragon:"🐉",sauropod:"🦕","t-rex":"🦖",whale:"🐳",whale2:"🐋",dolphin:"🐬",flipper:"🐬",seal:"🦭",fish:"🐟",tropical_fish:"🐠",blowfish:"🐡",shark:"🦈",octopus:"🐙",shell:"🐚",coral:"🪸",jellyfish:"🪼",snail:"🐌",butterfly:"🦋",bug:"🐛",ant:"🐜",bee:"🐝",honeybee:"🐝",beetle:"🪲",lady_beetle:"🐞",cricket:"🦗",cockroach:"🪳",spider:"🕷️",spider_web:"🕸️",scorpion:"🦂",mosquito:"🦟",fly:"🪰",worm:"🪱",microbe:"🦠",bouquet:"💐",cherry_blossom:"🌸",white_flower:"💮",lotus:"🪷",rosette:"🏵️",rose:"🌹",wilted_flower:"🥀",hibiscus:"🌺",sunflower:"🌻",blossom:"🌼",tulip:"🌷",hyacinth:"🪻",seedling:"🌱",potted_plant:"🪴",evergreen_tree:"🌲",deciduous_tree:"🌳",palm_tree:"🌴",cactus:"🌵",ear_of_rice:"🌾",herb:"🌿",shamrock:"☘️",four_leaf_clover:"🍀",maple_leaf:"🍁",fallen_leaf:"🍂",leaves:"🍃",empty_nest:"🪹",nest_with_eggs:"🪺",mushroom:"🍄",grapes:"🍇",melon:"🍈",watermelon:"🍉",tangerine:"🍊",orange:"🍊",mandarin:"🍊",lemon:"🍋",banana:"🍌",pineapple:"🍍",mango:"🥭",apple:"🍎",green_apple:"🍏",pear:"🍐",peach:"🍑",cherries:"🍒",strawberry:"🍓",blueberries:"🫐",kiwi_fruit:"🥝",tomato:"🍅",olive:"🫒",coconut:"🥥",avocado:"🥑",eggplant:"🍆",potato:"🥔",carrot:"🥕",corn:"🌽",hot_pepper:"🌶️",bell_pepper:"🫑",cucumber:"🥒",leafy_green:"🥬",broccoli:"🥦",garlic:"🧄",onion:"🧅",peanuts:"🥜",beans:"🫘",chestnut:"🌰",ginger_root:"🫚",pea_pod:"🫛",bread:"🍞",croissant:"🥐",baguette_bread:"🥖",flatbread:"🫓",pretzel:"🥨",bagel:"🥯",pancakes:"🥞",waffle:"🧇",cheese:"🧀",meat_on_bone:"🍖",poultry_leg:"🍗",cut_of_meat:"🥩",bacon:"🥓",hamburger:"🍔",fries:"🍟",pizza:"🍕",hotdog:"🌭",sandwich:"🥪",taco:"🌮",burrito:"🌯",tamale:"🫔",stuffed_flatbread:"🥙",falafel:"🧆",egg:"🥚",fried_egg:"🍳",shallow_pan_of_food:"🥘",stew:"🍲",fondue:"🫕",bowl_with_spoon:"🥣",green_salad:"🥗",popcorn:"🍿",butter:"🧈",salt:"🧂",canned_food:"🥫",bento:"🍱",rice_cracker:"🍘",rice_ball:"🍙",rice:"🍚",curry:"🍛",ramen:"🍜",spaghetti:"🍝",sweet_potato:"🍠",oden:"🍢",sushi:"🍣",fried_shrimp:"🍤",fish_cake:"🍥",moon_cake:"🥮",dango:"🍡",dumpling:"🥟",fortune_cookie:"🥠",takeout_box:"🥡",crab:"🦀",lobster:"🦞",shrimp:"🦐",squid:"🦑",oyster:"🦪",icecream:"🍦",shaved_ice:"🍧",ice_cream:"🍨",doughnut:"🍩",cookie:"🍪",birthday:"🎂",cake:"🍰",cupcake:"🧁",pie:"🥧",chocolate_bar:"🍫",candy:"🍬",lollipop:"🍭",custard:"🍮",honey_pot:"🍯",baby_bottle:"🍼",milk_glass:"🥛",coffee:"☕",teapot:"🫖",tea:"🍵",sake:"🍶",champagne:"🍾",wine_glass:"🍷",cocktail:"🍸",tropical_drink:"🍹",beer:"🍺",beers:"🍻",clinking_glasses:"🥂",tumbler_glass:"🥃",pouring_liquid:"🫗",cup_with_straw:"🥤",bubble_tea:"🧋",beverage_box:"🧃",mate:"🧉",ice_cube:"🧊",chopsticks:"🥢",plate_with_cutlery:"🍽️",fork_and_knife:"🍴",spoon:"🥄",hocho:"🔪",knife:"🔪",jar:"🫙",amphora:"🏺",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",globe_with_meridians:"🌐",world_map:"🗺️",japan:"🗾",compass:"🧭",mountain_snow:"🏔️",mountain:"⛰️",volcano:"🌋",mount_fuji:"🗻",camping:"🏕️",beach_umbrella:"🏖️",desert:"🏜️",desert_island:"🏝️",national_park:"🏞️",stadium:"🏟️",classical_building:"🏛️",building_construction:"🏗️",bricks:"🧱",rock:"🪨",wood:"🪵",hut:"🛖",houses:"🏘️",derelict_house:"🏚️",house:"🏠",house_with_garden:"🏡",office:"🏢",post_office:"🏣",european_post_office:"🏤",hospital:"🏥",bank:"🏦",hotel:"🏨",love_hotel:"🏩",convenience_store:"🏪",school:"🏫",department_store:"🏬",factory:"🏭",japanese_castle:"🏯",european_castle:"🏰",wedding:"💒",tokyo_tower:"🗼",statue_of_liberty:"🗽",church:"⛪",mosque:"🕌",hindu_temple:"🛕",synagogue:"🕍",shinto_shrine:"⛩️",kaaba:"🕋",fountain:"⛲",tent:"⛺",foggy:"🌁",night_with_stars:"🌃",cityscape:"🏙️",sunrise_over_mountains:"🌄",sunrise:"🌅",city_sunset:"🌆",city_sunrise:"🌇",bridge_at_night:"🌉",hotsprings:"♨️",carousel_horse:"🎠",playground_slide:"🛝",ferris_wheel:"🎡",roller_coaster:"🎢",barber:"💈",circus_tent:"🎪",steam_locomotive:"🚂",railway_car:"🚃",bullettrain_side:"🚄",bullettrain_front:"🚅",train2:"🚆",metro:"🚇",light_rail:"🚈",station:"🚉",tram:"🚊",monorail:"🚝",mountain_railway:"🚞",train:"🚋",bus:"🚌",oncoming_bus:"🚍",trolleybus:"🚎",minibus:"🚐",ambulance:"🚑",fire_engine:"🚒",police_car:"🚓",oncoming_police_car:"🚔",taxi:"🚕",oncoming_taxi:"🚖",car:"🚗",red_car:"🚗",oncoming_automobile:"🚘",blue_car:"🚙",pickup_truck:"🛻",truck:"🚚",articulated_lorry:"🚛",tractor:"🚜",racing_car:"🏎️",motorcycle:"🏍️",motor_scooter:"🛵",manual_wheelchair:"🦽",motorized_wheelchair:"🦼",auto_rickshaw:"🛺",bike:"🚲",kick_scooter:"🛴",skateboard:"🛹",roller_skate:"🛼",busstop:"🚏",motorway:"🛣️",railway_track:"🛤️",oil_drum:"🛢️",fuelpump:"⛽",wheel:"🛞",rotating_light:"🚨",traffic_light:"🚥",vertical_traffic_light:"🚦",stop_sign:"🛑",construction:"🚧",anchor:"⚓",ring_buoy:"🛟",boat:"⛵",sailboat:"⛵",canoe:"🛶",speedboat:"🚤",passenger_ship:"🛳️",ferry:"⛴️",motor_boat:"🛥️",ship:"🚢",airplane:"✈️",small_airplane:"🛩️",flight_departure:"🛫",flight_arrival:"🛬",parachute:"🪂",seat:"💺",helicopter:"🚁",suspension_railway:"🚟",mountain_cableway:"🚠",aerial_tramway:"🚡",artificial_satellite:"🛰️",rocket:"🚀",flying_saucer:"🛸",bellhop_bell:"🛎️",luggage:"🧳",hourglass:"⌛",hourglass_flowing_sand:"⏳",watch:"⌚",alarm_clock:"⏰",stopwatch:"⏱️",timer_clock:"⏲️",mantelpiece_clock:"🕰️",clock12:"🕛",clock1230:"🕧",clock1:"🕐",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",new_moon:"🌑",waxing_crescent_moon:"🌒",first_quarter_moon:"🌓",moon:"🌔",waxing_gibbous_moon:"🌔",full_moon:"🌕",waning_gibbous_moon:"🌖",last_quarter_moon:"🌗",waning_crescent_moon:"🌘",crescent_moon:"🌙",new_moon_with_face:"🌚",first_quarter_moon_with_face:"🌛",last_quarter_moon_with_face:"🌜",thermometer:"🌡️",sunny:"☀️",full_moon_with_face:"🌝",sun_with_face:"🌞",ringed_planet:"🪐",star:"⭐",star2:"🌟",stars:"🌠",milky_way:"🌌",cloud:"☁️",partly_sunny:"⛅",cloud_with_lightning_and_rain:"⛈️",sun_behind_small_cloud:"🌤️",sun_behind_large_cloud:"🌥️",sun_behind_rain_cloud:"🌦️",cloud_with_rain:"🌧️",cloud_with_snow:"🌨️",cloud_with_lightning:"🌩️",tornado:"🌪️",fog:"🌫️",wind_face:"🌬️",cyclone:"🌀",rainbow:"🌈",closed_umbrella:"🌂",open_umbrella:"☂️",umbrella:"☔",parasol_on_ground:"⛱️",zap:"⚡",snowflake:"❄️",snowman_with_snow:"☃️",snowman:"⛄",comet:"☄️",fire:"🔥",droplet:"💧",ocean:"🌊",jack_o_lantern:"🎃",christmas_tree:"🎄",fireworks:"🎆",sparkler:"🎇",firecracker:"🧨",sparkles:"✨",balloon:"🎈",tada:"🎉",confetti_ball:"🎊",tanabata_tree:"🎋",bamboo:"🎍",dolls:"🎎",flags:"🎏",wind_chime:"🎐",rice_scene:"🎑",red_envelope:"🧧",ribbon:"🎀",gift:"🎁",reminder_ribbon:"🎗️",tickets:"🎟️",ticket:"🎫",medal_military:"🎖️",trophy:"🏆",medal_sports:"🏅","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:"⚽",baseball:"⚾",softball:"🥎",basketball:"🏀",volleyball:"🏐",football:"🏈",rugby_football:"🏉",tennis:"🎾",flying_disc:"🥏",bowling:"🎳",cricket_game:"🏏",field_hockey:"🏑",ice_hockey:"🏒",lacrosse:"🥍",ping_pong:"🏓",badminton:"🏸",boxing_glove:"🥊",martial_arts_uniform:"🥋",goal_net:"🥅",golf:"⛳",ice_skate:"⛸️",fishing_pole_and_fish:"🎣",diving_mask:"🤿",running_shirt_with_sash:"🎽",ski:"🎿",sled:"🛷",curling_stone:"🥌",dart:"🎯",yo_yo:"🪀",kite:"🪁",gun:"🔫","8ball":"🎱",crystal_ball:"🔮",magic_wand:"🪄",video_game:"🎮",joystick:"🕹️",slot_machine:"🎰",game_die:"🎲",jigsaw:"🧩",teddy_bear:"🧸",pinata:"🪅",mirror_ball:"🪩",nesting_dolls:"🪆",spades:"♠️",hearts:"♥️",diamonds:"♦️",clubs:"♣️",chess_pawn:"♟️",black_joker:"🃏",mahjong:"🀄",flower_playing_cards:"🎴",performing_arts:"🎭",framed_picture:"🖼️",art:"🎨",thread:"🧵",sewing_needle:"🪡",yarn:"🧶",knot:"🪢",eyeglasses:"👓",dark_sunglasses:"🕶️",goggles:"🥽",lab_coat:"🥼",safety_vest:"🦺",necktie:"👔",shirt:"👕",tshirt:"👕",jeans:"👖",scarf:"🧣",gloves:"🧤",coat:"🧥",socks:"🧦",dress:"👗",kimono:"👘",sari:"🥻",one_piece_swimsuit:"🩱",swim_brief:"🩲",shorts:"🩳",bikini:"👙",womans_clothes:"👚",folding_hand_fan:"🪭",purse:"👛",handbag:"👜",pouch:"👝",shopping:"🛍️",school_satchel:"🎒",thong_sandal:"🩴",mans_shoe:"👞",shoe:"👞",athletic_shoe:"👟",hiking_boot:"🥾",flat_shoe:"🥿",high_heel:"👠",sandal:"👡",ballet_shoes:"🩰",boot:"👢",hair_pick:"🪮",crown:"👑",womans_hat:"👒",tophat:"🎩",mortar_board:"🎓",billed_cap:"🧢",military_helmet:"🪖",rescue_worker_helmet:"⛑️",prayer_beads:"📿",lipstick:"💄",ring:"💍",gem:"💎",mute:"🔇",speaker:"🔈",sound:"🔉",loud_sound:"🔊",loudspeaker:"📢",mega:"📣",postal_horn:"📯",bell:"🔔",no_bell:"🔕",musical_score:"🎼",musical_note:"🎵",notes:"🎶",studio_microphone:"🎙️",level_slider:"🎚️",control_knobs:"🎛️",microphone:"🎤",headphones:"🎧",radio:"📻",saxophone:"🎷",accordion:"🪗",guitar:"🎸",musical_keyboard:"🎹",trumpet:"🎺",violin:"🎻",banjo:"🪕",drum:"🥁",long_drum:"🪘",maracas:"🪇",flute:"🪈",iphone:"📱",calling:"📲",phone:"☎️",telephone:"☎️",telephone_receiver:"📞",pager:"📟",fax:"📠",battery:"🔋",low_battery:"🪫",electric_plug:"🔌",computer:"💻",desktop_computer:"🖥️",printer:"🖨️",keyboard:"⌨️",computer_mouse:"🖱️",trackball:"🖲️",minidisc:"💽",floppy_disk:"💾",cd:"💿",dvd:"📀",abacus:"🧮",movie_camera:"🎥",film_strip:"🎞️",film_projector:"📽️",clapper:"🎬",tv:"📺",camera:"📷",camera_flash:"📸",video_camera:"📹",vhs:"📼",mag:"🔍",mag_right:"🔎",candle:"🕯️",bulb:"💡",flashlight:"🔦",izakaya_lantern:"🏮",lantern:"🏮",diya_lamp:"🪔",notebook_with_decorative_cover:"📔",closed_book:"📕",book:"📖",open_book:"📖",green_book:"📗",blue_book:"📘",orange_book:"📙",books:"📚",notebook:"📓",ledger:"📒",page_with_curl:"📃",scroll:"📜",page_facing_up:"📄",newspaper:"📰",newspaper_roll:"🗞️",bookmark_tabs:"📑",bookmark:"🔖",label:"🏷️",moneybag:"💰",coin:"🪙",yen:"💴",dollar:"💵",euro:"💶",pound:"💷",money_with_wings:"💸",credit_card:"💳",receipt:"🧾",chart:"💹",envelope:"✉️",email:"📧","e-mail":"📧",incoming_envelope:"📨",envelope_with_arrow:"📩",outbox_tray:"📤",inbox_tray:"📥",package:"📦",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",postbox:"📮",ballot_box:"🗳️",pencil2:"✏️",black_nib:"✒️",fountain_pen:"🖋️",pen:"🖊️",paintbrush:"🖌️",crayon:"🖍️",memo:"📝",pencil:"📝",briefcase:"💼",file_folder:"📁",open_file_folder:"📂",card_index_dividers:"🗂️",date:"📅",calendar:"📆",spiral_notepad:"🗒️",spiral_calendar:"🗓️",card_index:"📇",chart_with_upwards_trend:"📈",chart_with_downwards_trend:"📉",bar_chart:"📊",clipboard:"📋",pushpin:"📌",round_pushpin:"📍",paperclip:"📎",paperclips:"🖇️",straight_ruler:"📏",triangular_ruler:"📐",scissors:"✂️",card_file_box:"🗃️",file_cabinet:"🗄️",wastebasket:"🗑️",lock:"🔒",unlock:"🔓",lock_with_ink_pen:"🔏",closed_lock_with_key:"🔐",key:"🔑",old_key:"🗝️",hammer:"🔨",axe:"🪓",pick:"⛏️",hammer_and_pick:"⚒️",hammer_and_wrench:"🛠️",dagger:"🗡️",crossed_swords:"⚔️",bomb:"💣",boomerang:"🪃",bow_and_arrow:"🏹",shield:"🛡️",carpentry_saw:"🪚",wrench:"🔧",screwdriver:"🪛",nut_and_bolt:"🔩",gear:"⚙️",clamp:"🗜️",balance_scale:"⚖️",probing_cane:"🦯",link:"🔗",chains:"⛓️",hook:"🪝",toolbox:"🧰",magnet:"🧲",ladder:"🪜",alembic:"⚗️",test_tube:"🧪",petri_dish:"🧫",dna:"🧬",microscope:"🔬",telescope:"🔭",satellite:"📡",syringe:"💉",drop_of_blood:"🩸",pill:"💊",adhesive_bandage:"🩹",crutch:"🩼",stethoscope:"🩺",x_ray:"🩻",door:"🚪",elevator:"🛗",mirror:"🪞",window:"🪟",bed:"🛏️",couch_and_lamp:"🛋️",chair:"🪑",toilet:"🚽",plunger:"🪠",shower:"🚿",bathtub:"🛁",mouse_trap:"🪤",razor:"🪒",lotion_bottle:"🧴",safety_pin:"🧷",broom:"🧹",basket:"🧺",roll_of_paper:"🧻",bucket:"🪣",soap:"🧼",bubbles:"🫧",toothbrush:"🪥",sponge:"🧽",fire_extinguisher:"🧯",shopping_cart:"🛒",smoking:"🚬",coffin:"⚰️",headstone:"🪦",funeral_urn:"⚱️",nazar_amulet:"🧿",hamsa:"🪬",moyai:"🗿",placard:"🪧",identification_card:"🪪",atm:"🏧",put_litter_in_its_place:"🚮",potable_water:"🚰",wheelchair:"♿",mens:"🚹",womens:"🚺",restroom:"🚻",baby_symbol:"🚼",wc:"🚾",passport_control:"🛂",customs:"🛃",baggage_claim:"🛄",left_luggage:"🛅",warning:"⚠️",children_crossing:"🚸",no_entry:"⛔",no_entry_sign:"🚫",no_bicycles:"🚳",no_smoking:"🚭",do_not_litter:"🚯","non-potable_water":"🚱",no_pedestrians:"🚷",no_mobile_phones:"📵",underage:"🔞",radioactive:"☢️",biohazard:"☣️",arrow_up:"⬆️",arrow_upper_right:"↗️",arrow_right:"➡️",arrow_lower_right:"↘️",arrow_down:"⬇️",arrow_lower_left:"↙️",arrow_left:"⬅️",arrow_upper_left:"↖️",arrow_up_down:"↕️",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",arrow_right_hook:"↪️",arrow_heading_up:"⤴️",arrow_heading_down:"⤵️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",back:"🔙",end:"🔚",on:"🔛",soon:"🔜",top:"🔝",place_of_worship:"🛐",atom_symbol:"⚛️",om:"🕉️",star_of_david:"✡️",wheel_of_dharma:"☸️",yin_yang:"☯️",latin_cross:"✝️",orthodox_cross:"☦️",star_and_crescent:"☪️",peace_symbol:"☮️",menorah:"🕎",six_pointed_star:"🔯",khanda:"🪯",aries:"♈",taurus:"♉",gemini:"♊",cancer:"♋",leo:"♌",virgo:"♍",libra:"♎",scorpius:"♏",sagittarius:"♐",capricorn:"♑",aquarius:"♒",pisces:"♓",ophiuchus:"⛎",twisted_rightwards_arrows:"🔀",repeat:"🔁",repeat_one:"🔂",arrow_forward:"▶️",fast_forward:"⏩",next_track_button:"⏭️",play_or_pause_button:"⏯️",arrow_backward:"◀️",rewind:"⏪",previous_track_button:"⏮️",arrow_up_small:"🔼",arrow_double_up:"⏫",arrow_down_small:"🔽",arrow_double_down:"⏬",pause_button:"⏸️",stop_button:"⏹️",record_button:"⏺️",eject_button:"⏏️",cinema:"🎦",low_brightness:"🔅",high_brightness:"🔆",signal_strength:"📶",wireless:"🛜",vibration_mode:"📳",mobile_phone_off:"📴",female_sign:"♀️",male_sign:"♂️",transgender_symbol:"⚧️",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",heavy_minus_sign:"➖",heavy_division_sign:"➗",heavy_equals_sign:"🟰",infinity:"♾️",bangbang:"‼️",interrobang:"⁉️",question:"❓",grey_question:"❔",grey_exclamation:"❕",exclamation:"❗",heavy_exclamation_mark:"❗",wavy_dash:"〰️",currency_exchange:"💱",heavy_dollar_sign:"💲",medical_symbol:"⚕️",recycle:"♻️",fleur_de_lis:"⚜️",trident:"🔱",name_badge:"📛",beginner:"🔰",o:"⭕",white_check_mark:"✅",ballot_box_with_check:"☑️",heavy_check_mark:"✔️",x:"❌",negative_squared_cross_mark:"❎",curly_loop:"➰",loop:"➿",part_alternation_mark:"〽️",eight_spoked_asterisk:"✳️",eight_pointed_black_star:"✴️",sparkle:"❇️",copyright:"©️",registered:"®️",tm:"™️",hash:"#️⃣",asterisk:"*️⃣",zero:"0️⃣",one:"1️⃣",two:"2️⃣",three:"3️⃣",four:"4️⃣",five:"5️⃣",six:"6️⃣",seven:"7️⃣",eight:"8️⃣",nine:"9️⃣",keycap_ten:"🔟",capital_abcd:"🔠",abcd:"🔡",symbols:"🔣",abc:"🔤",a:"🅰️",ab:"🆎",b:"🅱️",cl:"🆑",cool:"🆒",free:"🆓",information_source:"ℹ️",id:"🆔",m:"Ⓜ️",new:"🆕",ng:"🆖",o2:"🅾️",ok:"🆗",parking:"🅿️",sos:"🆘",up:"🆙",vs:"🆚",koko:"🈁",sa:"🈂️",ideograph_advantage:"🉐",accept:"🉑",congratulations:"㊗️",secret:"㊙️",u6e80:"🈵",red_circle:"🔴",orange_circle:"🟠",yellow_circle:"🟡",green_circle:"🟢",large_blue_circle:"🔵",purple_circle:"🟣",brown_circle:"🟤",black_circle:"⚫",white_circle:"⚪",red_square:"🟥",orange_square:"🟧",yellow_square:"🟨",green_square:"🟩",blue_square:"🟦",purple_square:"🟪",brown_square:"🟫",black_large_square:"⬛",white_large_square:"⬜",black_medium_square:"◼️",white_medium_square:"◻️",black_medium_small_square:"◾",white_medium_small_square:"◽",black_small_square:"▪️",white_small_square:"▫️",large_orange_diamond:"🔶",large_blue_diamond:"🔷",small_orange_diamond:"🔸",small_blue_diamond:"🔹",small_red_triangle:"🔺",small_red_triangle_down:"🔻",diamond_shape_with_a_dot_inside:"💠",radio_button:"🔘",white_square_button:"🔳",black_square_button:"🔲",checkered_flag:"🏁",triangular_flag_on_post:"🚩",crossed_flags:"🎌",black_flag:"🏴",white_flag:"🏳️",rainbow_flag:"🏳️‍🌈",transgender_flag:"🏳️‍⚧️",pirate_flag:"🏴‍☠️",ascension_island:"🇦🇨",andorra:"🇦🇩",united_arab_emirates:"🇦🇪",afghanistan:"🇦🇫",antigua_barbuda:"🇦🇬",anguilla:"🇦🇮",albania:"🇦🇱",armenia:"🇦🇲",angola:"🇦🇴",antarctica:"🇦🇶",argentina:"🇦🇷",american_samoa:"🇦🇸",austria:"🇦🇹",australia:"🇦🇺",aruba:"🇦🇼",aland_islands:"🇦🇽",azerbaijan:"🇦🇿",bosnia_herzegovina:"🇧🇦",barbados:"🇧🇧",bangladesh:"🇧🇩",belgium:"🇧🇪",burkina_faso:"🇧🇫",bulgaria:"🇧🇬",bahrain:"🇧🇭",burundi:"🇧🇮",benin:"🇧🇯",st_barthelemy:"🇧🇱",bermuda:"🇧🇲",brunei:"🇧🇳",bolivia:"🇧🇴",caribbean_netherlands:"🇧🇶",brazil:"🇧🇷",bahamas:"🇧🇸",bhutan:"🇧🇹",bouvet_island:"🇧🇻",botswana:"🇧🇼",belarus:"🇧🇾",belize:"🇧🇿",canada:"🇨🇦",cocos_islands:"🇨🇨",congo_kinshasa:"🇨🇩",central_african_republic:"🇨🇫",congo_brazzaville:"🇨🇬",switzerland:"🇨🇭",cote_divoire:"🇨🇮",cook_islands:"🇨🇰",chile:"🇨🇱",cameroon:"🇨🇲",cn:"🇨🇳",colombia:"🇨🇴",clipperton_island:"🇨🇵",costa_rica:"🇨🇷",cuba:"🇨🇺",cape_verde:"🇨🇻",curacao:"🇨🇼",christmas_island:"🇨🇽",cyprus:"🇨🇾",czech_republic:"🇨🇿",de:"🇩🇪",diego_garcia:"🇩🇬",djibouti:"🇩🇯",denmark:"🇩🇰",dominica:"🇩🇲",dominican_republic:"🇩🇴",algeria:"🇩🇿",ceuta_melilla:"🇪🇦",ecuador:"🇪🇨",estonia:"🇪🇪",egypt:"🇪🇬",western_sahara:"🇪🇭",eritrea:"🇪🇷",es:"🇪🇸",ethiopia:"🇪🇹",eu:"🇪🇺",european_union:"🇪🇺",finland:"🇫🇮",fiji:"🇫🇯",falkland_islands:"🇫🇰",micronesia:"🇫🇲",faroe_islands:"🇫🇴",fr:"🇫🇷",gabon:"🇬🇦",gb:"🇬🇧",uk:"🇬🇧",grenada:"🇬🇩",georgia:"🇬🇪",french_guiana:"🇬🇫",guernsey:"🇬🇬",ghana:"🇬🇭",gibraltar:"🇬🇮",greenland:"🇬🇱",gambia:"🇬🇲",guinea:"🇬🇳",guadeloupe:"🇬🇵",equatorial_guinea:"🇬🇶",greece:"🇬🇷",south_georgia_south_sandwich_islands:"🇬🇸",guatemala:"🇬🇹",guam:"🇬🇺",guinea_bissau:"🇬🇼",guyana:"🇬🇾",hong_kong:"🇭🇰",heard_mcdonald_islands:"🇭🇲",honduras:"🇭🇳",croatia:"🇭🇷",haiti:"🇭🇹",hungary:"🇭🇺",canary_islands:"🇮🇨",indonesia:"🇮🇩",ireland:"🇮🇪",israel:"🇮🇱",isle_of_man:"🇮🇲",india:"🇮🇳",british_indian_ocean_territory:"🇮🇴",iraq:"🇮🇶",iran:"🇮🇷",iceland:"🇮🇸",it:"🇮🇹",jersey:"🇯🇪",jamaica:"🇯🇲",jordan:"🇯🇴",jp:"🇯🇵",kenya:"🇰🇪",kyrgyzstan:"🇰🇬",cambodia:"🇰🇭",kiribati:"🇰🇮",comoros:"🇰🇲",st_kitts_nevis:"🇰🇳",north_korea:"🇰🇵",kr:"🇰🇷",kuwait:"🇰🇼",cayman_islands:"🇰🇾",kazakhstan:"🇰🇿",laos:"🇱🇦",lebanon:"🇱🇧",st_lucia:"🇱🇨",liechtenstein:"🇱🇮",sri_lanka:"🇱🇰",liberia:"🇱🇷",lesotho:"🇱🇸",lithuania:"🇱🇹",luxembourg:"🇱🇺",latvia:"🇱🇻",libya:"🇱🇾",morocco:"🇲🇦",monaco:"🇲🇨",moldova:"🇲🇩",montenegro:"🇲🇪",st_martin:"🇲🇫",madagascar:"🇲🇬",marshall_islands:"🇲🇭",macedonia:"🇲🇰",mali:"🇲🇱",myanmar:"🇲🇲",mongolia:"🇲🇳",macau:"🇲🇴",northern_mariana_islands:"🇲🇵",martinique:"🇲🇶",mauritania:"🇲🇷",montserrat:"🇲🇸",malta:"🇲🇹",mauritius:"🇲🇺",maldives:"🇲🇻",malawi:"🇲🇼",mexico:"🇲🇽",malaysia:"🇲🇾",mozambique:"🇲🇿",namibia:"🇳🇦",new_caledonia:"🇳🇨",niger:"🇳🇪",norfolk_island:"🇳🇫",nigeria:"🇳🇬",nicaragua:"🇳🇮",netherlands:"🇳🇱",norway:"🇳🇴",nepal:"🇳🇵",nauru:"🇳🇷",niue:"🇳🇺",new_zealand:"🇳🇿",oman:"🇴🇲",panama:"🇵🇦",peru:"🇵🇪",french_polynesia:"🇵🇫",papua_new_guinea:"🇵🇬",philippines:"🇵🇭",pakistan:"🇵🇰",poland:"🇵🇱",st_pierre_miquelon:"🇵🇲",pitcairn_islands:"🇵🇳",puerto_rico:"🇵🇷",palestinian_territories:"🇵🇸",portugal:"🇵🇹",palau:"🇵🇼",paraguay:"🇵🇾",qatar:"🇶🇦",reunion:"🇷🇪",romania:"🇷🇴",serbia:"🇷🇸",ru:"🇷🇺",rwanda:"🇷🇼",saudi_arabia:"🇸🇦",solomon_islands:"🇸🇧",seychelles:"🇸🇨",sudan:"🇸🇩",sweden:"🇸🇪",singapore:"🇸🇬",st_helena:"🇸🇭",slovenia:"🇸🇮",svalbard_jan_mayen:"🇸🇯",slovakia:"🇸🇰",sierra_leone:"🇸🇱",san_marino:"🇸🇲",senegal:"🇸🇳",somalia:"🇸🇴",suriname:"🇸🇷",south_sudan:"🇸🇸",sao_tome_principe:"🇸🇹",el_salvador:"🇸🇻",sint_maarten:"🇸🇽",syria:"🇸🇾",swaziland:"🇸🇿",tristan_da_cunha:"🇹🇦",turks_caicos_islands:"🇹🇨",chad:"🇹🇩",french_southern_territories:"🇹🇫",togo:"🇹🇬",thailand:"🇹🇭",tajikistan:"🇹🇯",tokelau:"🇹🇰",timor_leste:"🇹🇱",turkmenistan:"🇹🇲",tunisia:"🇹🇳",tonga:"🇹🇴",tr:"🇹🇷",trinidad_tobago:"🇹🇹",tuvalu:"🇹🇻",taiwan:"🇹🇼",tanzania:"🇹🇿",ukraine:"🇺🇦",uganda:"🇺🇬",us_outlying_islands:"🇺🇲",united_nations:"🇺🇳",us:"🇺🇸",uruguay:"🇺🇾",uzbekistan:"🇺🇿",vatican_city:"🇻🇦",st_vincent_grenadines:"🇻🇨",venezuela:"🇻🇪",british_virgin_islands:"🇻🇬",us_virgin_islands:"🇻🇮",vietnam:"🇻🇳",vanuatu:"🇻🇺",wallis_futuna:"🇼🇫",samoa:"🇼🇸",kosovo:"🇽🇰",yemen:"🇾🇪",mayotte:"🇾🇹",south_africa:"🇿🇦",zambia:"🇿🇲",zimbabwe:"🇿🇼",england:"🏴󠁧󠁢󠁥󠁮󠁧󠁿",scotland:"🏴󠁧󠁢󠁳󠁣󠁴󠁿",wales:"🏴󠁧󠁢󠁷󠁬󠁳󠁿"},l=Object.freeze({__proto__:null,bare:Yt,full:function(e,t){t=e.utils.assign({},{defs:tn,shortcuts:en,enabled:[]},t||{}),Yt(e,t)},light:function(e,t){t=e.utils.assign({},{defs:Kt,shortcuts:en,enabled:[]},t||{}),Yt(e,t)}});Qt||(on=!(Qt=1),an=!(nn=!0),Xt=function(e,t){t&&(nn=!t.enabled,on=!!t.label,an=!!t.labelAfter),e.core.ruler.after("inline","github-task-lists",function(e){for(var t,n,o,a=e.tokens,r=2;r<a.length;r++)"inline"===(n=a)[o=r].type&&"paragraph_open"===n[o-1].type&&"list_item_open"===n[o-2].type&&(e=>0===e.content.indexOf("[ ] ")||0===e.content.indexOf("[x] ")||0===e.content.indexOf("[X] "))(n[o])&&(t=o=n=void 0,n=a[r],o=e.Token,n.children.unshift(((e,t)=>{var t=new t("html_inline","",0),n=nn?' disabled="" ':"";return 0===e.content.indexOf("[ ] ")?t.content='<input class="task-list-item-checkbox"'+n+'type="checkbox">':0!==e.content.indexOf("[x] ")&&0!==e.content.indexOf("[X] ")||(t.content='<input class="task-list-item-checkbox" checked=""'+n+'type="checkbox">'),t})(n,o)),n.children[1].content=n.children[1].content.slice(3),n.content=n.content.slice(3),on&&(an?(n.children.pop(),t="task-item-"+Math.ceil(1e7*Math.random()-1e3),n.children[0].content=n.children[0].content.slice(0,-1)+' id="'+t+'">',n.children.push(((e,t,n)=>((n=new n("html_inline","",0)).content='<label class="task-list-item-label" for="'+t+'">'+e+"</label>",n.attrs=[{for:t}],n))(n.content,t,o))):(n.children.unshift((e=>((e=new e("html_inline","",0)).content="<label>",e))(o)),n.children.push((e=>((e=new e("html_inline","",0)).content="</label>",e))(o)))),rn(a[r-2],"class","task-list-item"+(nn?"":" enabled")),rn(a[((e,t)=>{for(var n=e[t].level-1,o=t-1;0<=o;o--)if(e[o].level===n)return o;return-1})(a,r-2)],"class","contains-task-list"))})});var nn,on,an,d=Xt;function rn(e,t,n){var o=e.attrIndex(t),t=[t,n];o<0?e.attrPush(t):e.attrs[o]=t}e=Object.freeze({__proto__:null,default:function(e){let t=e.utils.escapeRE,g=e.utils.arrayReplaceAt,n=" \r\n$+<=>^`|~",o=e.utils.lib.ucmicro.P.source,f=e.utils.lib.ucmicro.Z.source;e.block.ruler.before("reference","abbr_def",function(e,t,n,o){let a,r=e.bMarks[t]+e.tShift[t];var i=e.eMarks[t];if(r+2>=i)return!1;if(42!==e.src.charCodeAt(r++))return!1;if(91!==e.src.charCodeAt(r++))return!1;for(var s=r;r<i;r++){var l=e.src.charCodeAt(r);if(91===l)return!1;if(93===l){a=r;break}92===l&&r++}if(a<0||58!==e.src.charCodeAt(a+1))return!1;if(!o){o=e.src.slice(s,a).replace(/\\(.)/g,"$1"),s=e.src.slice(a+2,i).trim();if(0===o.length)return!1;if(0===s.length)return!1;e.env.abbreviations||(e.env.abbreviations={}),void 0===e.env.abbreviations[":"+o]&&(e.env.abbreviations[":"+o]=s),e.line=t+1}return!0},{alt:["paragraph","reference"]}),e.core.ruler.after("linkify","abbr_replace",function(a){var r=a.tokens;if(a.env.abbreviations){var i=new RegExp("(?:"+Object.keys(a.env.abbreviations).map(function(e){return e.substr(1)}).sort(function(e,t){return t.length-e.length}).map(t).join("|")+")"),e="(^|"+o+"|"+f+"|["+n.split("").map(t).join("")+"])("+Object.keys(a.env.abbreviations).map(function(e){return e.substr(1)}).sort(function(e,t){return t.length-e.length}).map(t).join("|")+")($|"+o+"|"+f+"|["+n.split("").map(t).join("")+"])",s=new RegExp(e,"g");for(let o=0,e=r.length;o<e;o++)if("inline"===r[o].type){let n=r[o].children;for(let t=n.length-1;0<=t;t--){var l=n[t];if("text"===l.type){let e=0;var c,u=l.content,d=(s.lastIndex=0,[]);if(i.test(u)){for(;c=s.exec(u);){(0<c.index||0<c[1].length)&&((h=new a.Token("text","",0)).content=u.slice(e,c.index+c[1].length),d.push(h));var h=new a.Token("abbr_open","abbr",1),p=(h.attrs=[["title",a.env.abbreviations[":"+c[2]]]],d.push(h),new a.Token("text","",0)),p=(p.content=c[2],d.push(p),new a.Token("abbr_close","abbr",-1));d.push(p),s.lastIndex-=c[3].length,e=s.lastIndex}d.length&&(e<u.length&&((l=new a.Token("text","",0)).content=u.slice(e),d.push(l)),r[o].children=n=g(n,t,d))}}}}}})}}),r=Object.freeze({__proto__:null,default:function(e){let y=e.utils.isSpace;function x(e,t){var n,o=e.bMarks[t]+e.tShift[t],t=e.eMarks[t];return t<=o||126!==(n=e.src.charCodeAt(o++))&&58!==n||o===(n=e.skipSpaces(o))||t<=n?-1:o}e.block.ruler.before("paragraph","deflist",function(o,n,a,e){if(e)return!(o.ddIndent<0)&&0<=x(o,n);let r=n+1;if(r>=a)return!1;if(o.isEmpty(r)&&++r>=a)return!1;if(o.sCount[r]<o.blkIndent)return!1;let i=x(o,r);if(i<0)return!1;e=o.tokens.length;let s=!0;var t=[n,0];o.push("dl_open","dl",1).map=t;let l=n,c=r;e:for(;;){let n=!1;o.push("dt_open","dt",1).map=[l,l];var u=o.push("inline","",0);for(u.map=[l,l],u.content=o.getLines(l,l+1,o.blkIndent,!1).trim(),u.children=[],o.push("dt_close","dt",-1);;){var d=o.push("dd_open","dd",1),h=[r,0];d.map=h;let e=i;var p=o.eMarks[c];let t=o.sCount[c]+i-(o.bMarks[c]+o.tShift[c]);for(;e<p;){var g=o.src.charCodeAt(e);if(!y(g))break;9===g?t+=4-t%4:t++,e++}i=e;var d=o.tight,f=o.ddIndent,m=o.blkIndent,_=o.tShift[c],b=o.sCount[c],v=o.parentType;if(o.blkIndent=o.ddIndent=o.sCount[c]+2,o.tShift[c]=i-o.bMarks[c],o.sCount[c]=t,o.tight=!0,o.parentType="deflist",o.md.block.tokenize(o,c,a,!0),o.tight&&!n||(s=!1),n=1<o.line-c&&o.isEmpty(o.line-1),o.tShift[c]=_,o.sCount[c]=b,o.tight=d,o.parentType=v,o.blkIndent=m,o.ddIndent=f,o.push("dd_close","dd",-1),h[1]=r=o.line,r>=a)break e;if(o.sCount[r]<o.blkIndent)break e;if((i=x(o,r))<0)break;c=r}if(r>=a)break;if(l=r,o.isEmpty(l))break;if(o.sCount[l]<o.blkIndent)break;if((c=l+1)>=a)break;if(o.isEmpty(c)&&c++,c>=a)break;if(o.sCount[c]<o.blkIndent)break;if((i=x(o,c))<0)break}if(o.push("dl_close","dl",-1),t[1]=r,o.line=r,s){var k=o,n=e,w=k.level+2;for(let e=n+2,t=k.tokens.length-2;e<t;e++)k.tokens[e].level===w&&"paragraph_open"===k.tokens[e].type&&(k.tokens[e+2].hidden=!0,k.tokens[e].hidden=!0,e+=2)}return!0},{alt:["paragraph","reference","blockquote"]})}});let sn=Object.freeze({__proto__:null,default:function(e){function a(t,n){var o=[],a=n.length;for(let e=0;e<a;e++){var r,i=n[e];61===i.marker&&-1!==i.end&&(r=n[i.end],(i=t.tokens[i.token]).type="mark_open",i.tag="mark",i.nesting=1,i.markup="==",i.content="",(i=t.tokens[r.token]).type="mark_close",i.tag="mark",i.nesting=-1,i.markup="==",i.content="","text"===t.tokens[r.token-1].type)&&"="===t.tokens[r.token-1].content&&o.push(r.token-1)}for(;o.length;){var s,l=o.pop();let e=l+1;for(;e<t.tokens.length&&"mark_close"===t.tokens[e].type;)e++;l!==--e&&(s=t.tokens[e],t.tokens[e]=t.tokens[l],t.tokens[l]=s)}}e.inline.ruler.before("emphasis","mark",function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(61!==o)return!1;var a=t.scanDelims(t.pos,!0);let r=a.length;var i=String.fromCharCode(o);if(r<2)return!1;r%2&&(t.push("text","",0).content=i,r--);for(let e=0;e<r;e+=2)t.push("text","",0).content=i+i,(a.can_open||a.can_close)&&t.delimiters.push({marker:o,length:0,jump:e/2,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0}),e.inline.ruler2.before("emphasis","mark",function(e){let t;var n=e.tokens_meta,o=(e.tokens_meta||[]).length;for(a(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&a(e,n[t].delimiters)})}}),ln=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function cn(e,t){var n=e.posMax,o=e.pos;if(126!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;e.pos=o+1;let a=!1;for(;e.pos<n;){if(126===e.src.charCodeAt(e.pos)){a=!0;break}e.md.inline.skipToken(e)}return!a||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=t.replace(ln,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=n,!0)}let un=Object.freeze({__proto__:null,default:function(e){e.inline.ruler.after("emphasis","sub",cn)}}),dn=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function hn(e,t){var n=e.posMax,o=e.pos;if(94!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;e.pos=o+1;let a=!1;for(;e.pos<n;){if(94===e.src.charCodeAt(e.pos)){a=!0;break}e.md.inline.skipToken(e)}return!a||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=t.replace(dn,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=n,!0)}let pn=Object.freeze({__proto__:null,default:function(e){e.inline.ruler.after("emphasis","sup",hn)}}),gn={footnote:{name:"markdown-it-footnote",plugin:B({__proto__:null,default:jt(k)},[k]),description:"Support des notes de bas de page [^1]"},emoji:{name:"markdown-it-emoji",plugin:l,description:"Support des emoji :smile:"},taskLists:{name:"markdown-it-task-lists",plugin:B({__proto__:null,default:jt(d)},[d]),description:"Support des task lists - [ ] et - [x]"},abbr:{name:"markdown-it-abbr",plugin:e,description:"Support des abréviations *[HTML]: HyperText Markup Language"},deflist:{name:"markdown-it-deflist",plugin:r,description:"Support des listes de définition"},mark:{name:"markdown-it-mark",plugin:sn,description:"Support du marquage ==texte surligné=="},sub:{name:"markdown-it-sub",plugin:un,description:"Support du subscript H~2~O"},sup:{name:"markdown-it-sup",plugin:pn,description:"Support du superscript x^2^"}};class fn{constructor(e={}){Object.defineProperty(this,"md",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"config",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.config={html:!0,linkify:!0,typographer:!0,breaks:!1,plugins:[],enableOntoWaveLinks:!0,...e},this.md=new z({html:this.config.html,linkify:this.config.linkify,typographer:this.config.typographer,breaks:this.config.breaks}),this.loadPlugins(),this.config.enableOntoWaveLinks&&this.setupOntoWaveLinks()}loadPlugins(){this.config.plugins&&0!==this.config.plugins.length?(console.log("🔌 Chargement plugins markdown-it:",this.config.plugins),this.config.plugins.forEach(e=>{var t=gn[e];t?(this.md.use(t.plugin),console.log(` ✅ ${t.name} chargé`)):console.warn(" ⚠️ Plugin inconnu: "+e)})):console.log("🔧 markdown-it initialisé sans plugins (mode léger)")}setupOntoWaveLinks(){let u=this.md.renderer.rules.link_open||((e,t,n,o,a)=>a.renderToken(e,t,n));this.md.renderer.rules.link_open=(e,t,n,o,a)=>{var r,i,s,l=e[t],c=l.attrIndex("href");return 0<=c&&(c=l.attrs[c][1],r=/^https?:\/\//.test(c),i=/\.(tar\.gz|zip|pdf|doc|docx|xls|xlsx|ppt|pptx|txt|csv|json|xml|js|css|png|jpg|jpeg|gif|svg|webp)$/i.test(c),s=/\.html/.test(c),r||i||s?r?(l.attrSet("target","_blank"),l.attrSet("rel","noopener noreferrer")):i&&l.attrSet("download",""):(l.attrSet("href","#"+c),l.attrSet("onclick",`window.OntoWave?.loadPage('${c}'); return false;`))),u(e,t,n,o,a)}}render(e){try{return this.md.render(e)}catch(e){return console.error("❌ Erreur parsing Markdown:",e),`<div style="color: #d73a49; padding: 20px;">
3
+ `},f.image=function(e,t,n,o,a){var r=e[t];return r.attrs[r.attrIndex("alt")][1]=a.renderInlineAsText(r.children,n,o),a.renderToken(e,t,n)},f.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},f.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},f.text=function(e,t){return g(e[t].content)},f.html_block=function(e,t){return e[t].content},f.html_inline=function(e,t){return e[t].content},m.prototype.renderAttrs=function(e){let t,n,o;if(!e.attrs)return"";for(o="",t=0,n=e.attrs.length;t<n;t++)o+=" "+g(e.attrs[t][0])+'="'+g(e.attrs[t][1])+'"';return o},m.prototype.renderToken=function(e,t,n){var o=e[t];let a="";if(o.hidden)return"";o.block&&-1!==o.nesting&&t&&e[t-1].hidden&&(a+="\n"),a=(a+=(-1===o.nesting?"</":"<")+o.tag)+this.renderAttrs(o),0===o.nesting&&n.xhtmlOut&&(a+=" /");let r=!1;return o.block&&(r=!0,1===o.nesting)&&t+1<e.length&&("inline"===(n=e[t+1]).type||n.hidden||-1===n.nesting&&n.tag===o.tag)&&(r=!1),a+=r?">\n":">"},m.prototype.renderInline=function(n,o,a){let r="";var i=this.rules;for(let e=0,t=n.length;e<t;e++){var s=n[e].type;void 0!==i[s]?r+=i[s](n,e,o,a,this):r+=this.renderToken(n,e,o)}return r},m.prototype.renderInlineAsText=function(n,o,a){let r="";for(let e=0,t=n.length;e<t;e++)switch(n[e].type){case"text":r+=n[e].content;break;case"image":r+=this.renderInlineAsText(n[e].children,o,a);break;case"html_inline":case"html_block":r+=n[e].content;break;case"softbreak":case"hardbreak":r+="\n"}return r},m.prototype.render=function(n,o,a){let r="";var i=this.rules;for(let e=0,t=n.length;e<t;e++){var s=n[e].type;"inline"===s?r+=this.renderInline(n[e].children,o,a):void 0!==i[s]?r+=i[s](n,e,o,a,this):r+=this.renderToken(n,e,o,a)}return r},_.prototype.__find__=function(t){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1},_.prototype.__compile__=function(){let n=this,t=[""];n.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),n.__cache__={},t.forEach(function(t){n.__cache__[t]=[],n.__rules__.forEach(function(e){!e.enabled||t&&e.alt.indexOf(t)<0||n.__cache__[t].push(e.fn)})})},_.prototype.at=function(e,t,n){var o=this.__find__(e),n=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__[o].fn=t,this.__rules__[o].alt=n.alt||[],this.__cache__=null},_.prototype.before=function(e,t,n,o){var a=this.__find__(e),o=o||{};if(-1===a)throw new Error("Parser rule not found: "+e);this.__rules__.splice(a,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null},_.prototype.after=function(e,t,n,o){var a=this.__find__(e),o=o||{};if(-1===a)throw new Error("Parser rule not found: "+e);this.__rules__.splice(a+1,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null},_.prototype.push=function(e,t,n){this.__rules__.push({name:e,enabled:!0,fn:t,alt:(n||{}).alt||[]}),this.__cache__=null},_.prototype.enable=function(e,n){Array.isArray(e)||(e=[e]);let o=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(n)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!0,o.push(e)},this),this.__cache__=null,o},_.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(e){e.enabled=!1}),this.enable(e,t)},_.prototype.disable=function(e,n){Array.isArray(e)||(e=[e]);let o=[];return e.forEach(function(e){var t=this.__find__(e);if(t<0){if(n)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[t].enabled=!1,o.push(e)},this),this.__cache__=null,o},_.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},b.prototype.attrIndex=function(n){if(this.attrs){var o=this.attrs;for(let e=0,t=o.length;e<t;e++)if(o[e][0]===n)return e}return-1},b.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},b.prototype.attrSet=function(e,t){var n=this.attrIndex(e),e=[e,t];n<0?this.attrPush(e):this.attrs[n]=e},b.prototype.attrGet=function(e){e=this.attrIndex(e);let t=null;return t=0<=e?this.attrs[e][1]:t},b.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t},Ee.prototype.Token=b;let De=/\r\n?|\n/g,Ae=/\0/g,Fe=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Le=/\((c|tm|r)\)/i,Se=/\((c|tm|r)\)/gi,Me={c:"©",r:"®",tm:"™"};function Pe(e,t){return Me[t.toLowerCase()]}let Te=/['"]/,ze=/['"]/g,Ie="’";function Be(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}let $e=[["normalize",function(e){let t;t=(t=e.src.replace(De,"\n")).replace(Ae,"�"),e.src=t}],["block",function(e){var t;e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}],["inline",function(n){var o=n.tokens;for(let e=0,t=o.length;e<t;e++){var a=o[e];"inline"===a.type&&n.md.inline.parse(a.content,n.md,n.env,a.children)}}],["linkify",function(i){var s=i.tokens;if(i.md.options.linkify)for(let r=0,e=s.length;r<e;r++)if("inline"===s[r].type&&i.md.linkify.pretest(s[r].content)){let t=s[r].children,n=0;for(let e=t.length-1;0<=e;e--){var l=t[e];if("link_close"===l.type)for(e--;t[e].level!==l.level&&"link_open"!==t[e].type;)e--;else if("html_inline"===l.type&&(/^<a[>\s]/i.test(l.content)&&0<n&&n--,/^<\/a\s*>/i.test(l.content))&&n++,!(0<n)&&"text"===l.type&&i.md.linkify.test(l.content)){var c=l.content;let n=i.md.linkify.match(c);var u,d=[];let o=l.level,a=0;0<n.length&&0===n[0].index&&0<e&&"text_special"===t[e-1].type&&(n=n.slice(1));for(let t=0;t<n.length;t++){var h=n[t].url,h=i.md.normalizeLink(h);if(i.md.validateLink(h)){let e=n[t].text;e=n[t].schema?"mailto:"!==n[t].schema||/^mailto:/i.test(e)?i.md.normalizeLinkText(e):i.md.normalizeLinkText("mailto:"+e).replace(/^mailto:/,""):i.md.normalizeLinkText("http://"+e).replace(/^http:\/\//,"");var p=n[t].index,p=(p>a&&((g=new i.Token("text","",0)).content=c.slice(a,p),g.level=o,d.push(g)),new i.Token("link_open","a",1)),g=(p.attrs=[["href",h]],p.level=o++,p.markup="linkify",p.info="auto",d.push(p),new i.Token("text","",0)),h=(g.content=e,g.level=o,d.push(g),new i.Token("link_close","a",-1));h.level=--o,h.markup="linkify",h.info="auto",d.push(h),a=n[t].lastIndex}}a<c.length&&((u=new i.Token("text","",0)).content=c.slice(a),u.level=o,d.push(u)),s[r].children=t=de(t,e,d)}}}}],["replacements",function(e){let n;if(e.md.options.typographer)for(n=e.tokens.length-1;0<=n;n--)if("inline"===e.tokens[n].type){if(Le.test(e.tokens[n].content)){o=void 0;a=void 0;var o=e.tokens[n].children;let t=0;for(let e=o.length-1;0<=e;e--){var a=o[e];"text"!==a.type||t||(a.content=a.content.replace(Se,Pe)),"link_open"===a.type&&"auto"===a.info&&t--,"link_close"===a.type&&"auto"===a.info&&t++}}if(Fe.test(e.tokens[n].content)){r=void 0;i=void 0;var r=e.tokens[n].children;let t=0;for(let e=r.length-1;0<=e;e--){var i=r[e];"text"!==i.type||t||Fe.test(i.content)&&(i.content=i.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===i.type&&"auto"===i.info&&t--,"link_close"===i.type&&"auto"===i.info&&t++}}}}],["smartquotes",function(t){if(t.md.options.typographer)for(let e=t.tokens.length-1;0<=e;e--)if("inline"===t.tokens[e].type&&Te.test(t.tokens[e].content)){c=void 0;u=void 0;d=void 0;h=void 0;p=void 0;g=void 0;f=void 0;m=void 0;_=void 0;b=void 0;v=void 0;k=void 0;var c=t.tokens[e].children;var u=t;let l;var d=[];for(let s=0;s<c.length;s++){var h=c[s],p=c[s].level;for(l=d.length-1;0<=l&&!(d[l].level<=p);l--);if(d.length=l+1,"text"===h.type){let a=h.content,r=0,i=a.length;e:for(;r<i;){ze.lastIndex=r;var g=ze.exec(a);if(!g)break;let e=!0,t=!0;r=g.index+1;var f="'"===g[0];let n=32;if(0<=g.index-1)n=a.charCodeAt(g.index-1);else for(l=s-1;0<=l&&("softbreak"!==c[l].type&&"hardbreak"!==c[l].type);l--)if(c[l].content){n=c[l].content.charCodeAt(c[l].content.length-1);break}let o=32;if(r<i)o=a.charCodeAt(r);else for(l=s+1;l<c.length&&("softbreak"!==c[l].type&&"hardbreak"!==c[l].type);l++)if(c[l].content){o=c[l].content.charCodeAt(0);break}var m=C(n)||x(String.fromCharCode(n)),_=C(o)||x(String.fromCharCode(o)),b=w(n),v=w(o);if(!v&&(!_||b||m)||(e=!1),!b&&(!m||v||_)||(t=!1),34===o&&'"'===g[0]&&48<=n&&n<=57&&(t=e=!1),e&&t&&(e=m,t=_),e||t){if(t)for(l=d.length-1;0<=l;l--){var k=d[l];if(d[l].level<p)break;if(k.single===f&&d[l].level===p){k=d[l];let e,t;t=f?(e=u.md.options.quotes[2],u.md.options.quotes[3]):(e=u.md.options.quotes[0],u.md.options.quotes[1]),h.content=Be(h.content,g.index,t),c[k.token].content=Be(c[k.token].content,k.pos,e),r+=t.length-1,k.token===s&&(r+=e.length-1),a=h.content,i=a.length,d.length=l;continue e}}e?d.push({token:s,pos:g.index,single:f,level:p}):t&&f&&(h.content=Be(h.content,g.index,Ie))}else f&&(h.content=Be(h.content,g.index,Ie))}}}}}],["text_join",function(e){let t,n;var o=e.tokens,a=o.length;for(let e=0;e<a;e++)if("inline"===o[e].type){var r=o[e].children,i=r.length;for(t=0;t<i;t++)"text_special"===r[t].type&&(r[t].type="text");for(t=n=0;t<i;t++)"text"===r[t].type&&t+1<i&&"text"===r[t+1].type?r[t+1].content=r[t].content+r[t+1].content:(t!==n&&(r[n]=r[t]),n++);t!==n&&(r.length=n)}}]];function qe(){this.ruler=new _;for(let e=0;e<$e.length;e++)this.ruler.push($e[e][0],$e[e][1])}function v(e,t,n,o){this.src=e,this.md=t,this.env=n,this.tokens=o,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;var i=this.src;for(let e=0,t=0,n=0,o=0,a=i.length,r=!1;t<a;t++){var s=i.charCodeAt(t);if(!r){if(y(s)){n++,9===s?o+=4-o%4:o++;continue}r=!0}10!==s&&t!==a-1||(10!==s&&t++,this.bMarks.push(e),this.eMarks.push(t),this.tShift.push(n),this.sCount.push(o),this.bsCount.push(0),r=!1,n=0,o=0,e=t+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}function je(e,t){var n=e.bMarks[t]+e.tShift[t],t=e.eMarks[t];return e.src.slice(n,t)}function Oe(e){var t=[],n=e.length;let o=0,a=e.charCodeAt(o),r=!1,i=0,s="";for(;o<n;)124===a&&(i=r?(s+=e.substring(i,o-1),o):(t.push(s+e.substring(i,o)),s="",o+1)),r=92===a,o++,a=e.charCodeAt(o);return t.push(s+e.substring(i)),t}function Ue(e,t){var n=e.eMarks[t],t=e.bMarks[t]+e.tShift[t],o=e.src.charCodeAt(t++);if(42!==o&&45!==o&&43!==o)return-1;if(t<n&&!y(e.src.charCodeAt(t)))return-1;return t}function Re(e,t){var n=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];let a=n;if(a+1>=o)return-1;let r=e.src.charCodeAt(a++);if(r<48||57<r)return-1;for(;;){if(a>=o)return-1;if(!(48<=(r=e.src.charCodeAt(a++))&&r<=57)){if(41===r||46===r)break;return-1}if(10<=a-n)return-1}return a<o&&!y(r=e.src.charCodeAt(a))?-1:a}qe.prototype.process=function(n){var o=this.ruler.getRules("");for(let e=0,t=o.length;e<t;e++)o[e](n)},qe.prototype.State=Ee,v.prototype.push=function(e,t,n){e=new b(e,t,n);return e.block=!0,n<0&&this.level--,e.level=this.level,0<n&&this.level++,this.tokens.push(e),e},v.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},v.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},v.prototype.skipSpaces=function(e){for(var t=this.src.length;e<t;e++)if(!y(this.src.charCodeAt(e)))break;return e},v.prototype.skipSpacesBack=function(e,t){if(!(e<=t))for(;t<e;)if(!y(this.src.charCodeAt(--e)))return e+1;return e},v.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},v.prototype.skipCharsBack=function(e,t,n){if(!(e<=n))for(;n<e;)if(t!==this.src.charCodeAt(--e))return e+1;return e},v.prototype.getLines=function(e,r,i,s){if(r<=e)return"";var l=new Array(r-e);for(let o=0,a=e;a<r;a++,o++){let e=0;var c=this.bMarks[a];let t=c,n;for(n=a+1<r||s?this.eMarks[a]+1:this.eMarks[a];t<n&&e<i;){var u=this.src.charCodeAt(t);if(y(u))9===u?e+=4-(e+this.bsCount[a])%4:e++;else{if(!(t-c<this.tShift[a]))break;e++}t++}e>i?l[o]=new Array(e-i+1).join(" ")+this.src.slice(t,n):l[o]=this.src.slice(t,n)}return l.join("")},v.prototype.Token=b;var Ne,He,k="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",l="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>";let We=new RegExp("^(?:"+k+"|"+l+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),E=(d=new RegExp("^(?:"+k+"|"+l+")"),[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(d.source+"\\s*$"),/^$/,!1]]),Ge=[["table",function(o,a,r,e){if(r<a+2)return!1;let i=a+1;if(o.sCount[i]<o.blkIndent)return!1;if(4<=o.sCount[i]-o.blkIndent)return!1;let t=o.bMarks[i]+o.tShift[i];if(t>=o.eMarks[i])return!1;if(124!==(h=o.src.charCodeAt(t++))&&45!==h&&58!==h)return!1;if(t>=o.eMarks[i])return!1;if(124!==(g=o.src.charCodeAt(t++))&&45!==g&&58!==g&&!y(g))return!1;if(45===h&&y(g))return!1;for(;t<o.eMarks[i];){var n=o.src.charCodeAt(t);if(124!==n&&45!==n&&58!==n&&!y(n))return!1;t++}let s=je(o,a+1),l=s.split("|");var c=[];for(let e=0;e<l.length;e++){var u=l[e].trim();if(!u){if(0===e||e===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(u))return!1;58===u.charCodeAt(u.length-1)?c.push(58===u.charCodeAt(0)?"center":"right"):58===u.charCodeAt(0)?c.push("left"):c.push("")}if(-1===(s=je(o,a).trim()).indexOf("|"))return!1;if(4<=o.sCount[a]-o.blkIndent)return!1;(l=Oe(s)).length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop();var d=l.length;if(0===d||d!==c.length)return!1;if(!e){var h=o.parentType,p=(o.parentType="table",o.md.block.ruler.getRules("blockquote")),g=[a,0];o.push("table_open","table",1).map=g,o.push("thead_open","thead",1).map=[a,a+1],o.push("tr_open","tr",1).map=[a,a+1];for(let e=0;e<l.length;e++){var f=o.push("th_open","th",1),f=(c[e]&&(f.attrs=[["style","text-align:"+c[e]]]),o.push("inline","",0));f.content=l[e].trim(),f.children=[],o.push("th_close","th",-1)}o.push("tr_close","tr",-1),o.push("thead_close","thead",-1);let e,t=0;for(i=a+2;i<r&&!(o.sCount[i]<o.blkIndent);i++){let n=!1;for(let e=0,t=p.length;e<t;e++)if(p[e](o,i,r,!0)){n=!0;break}if(n)break;if(!(s=je(o,i).trim()))break;if(4<=o.sCount[i]-o.blkIndent)break;if((l=Oe(s)).length&&""===l[0]&&l.shift(),l.length&&""===l[l.length-1]&&l.pop(),65536<(t+=d-l.length))break;i===a+2&&(o.push("tbody_open","tbody",1).map=e=[a+2,0]),o.push("tr_open","tr",1).map=[i,i+1];for(let e=0;e<d;e++){var m=o.push("td_open","td",1),m=(c[e]&&(m.attrs=[["style","text-align:"+c[e]]]),o.push("inline","",0));m.content=l[e]?l[e].trim():"",m.children=[],o.push("td_close","td",-1)}o.push("tr_close","tr",-1)}e&&(o.push("tbody_close","tbody",-1),e[1]=i),o.push("table_close","table",-1),g[1]=i,o.parentType=h,o.line=i}return!0},["paragraph","reference"]],["code",function(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let o=t+1,a=o;for(;o<n;)if(e.isEmpty(o))o++;else{if(!(4<=e.sCount[o]-e.blkIndent))break;o++,a=o}e.line=a;var r=e.push("code_block","code",0);return r.content=e.getLines(t,a,4+e.blkIndent,!1)+"\n",r.map=[t,e.line],!0}],["fence",function(n,o,a,r){var i=n.bMarks[o]+n.tShift[o],s=n.eMarks[o];if(4<=n.sCount[o]-n.blkIndent)return!1;if(s<i+3)return!1;var l=n.src.charCodeAt(i);if(126!==l&&96!==l)return!1;var c=i;let u=(i=n.skipChars(i,l))-c;if(u<3)return!1;var d=n.src.slice(c,i),h=n.src.slice(i,s);if(96===l&&0<=h.indexOf(String.fromCharCode(l)))return!1;if(!r){let e=o,t=!1;for(;!(++e>=a)&&!((i=c=n.bMarks[e]+n.tShift[e])<(s=n.eMarks[e])&&n.sCount[e]<n.blkIndent);)if(n.src.charCodeAt(i)===l&&!(4<=n.sCount[e]-n.blkIndent||(i=n.skipChars(i,l))-c<u||n.skipSpaces(i)<s)){t=!0;break}u=n.sCount[o],n.line=e+(t?1:0);r=n.push("fence","code",0);r.info=h,r.content=n.getLines(o+1,e,u,!0),r.markup=d,r.map=[o,n.line]}return!0},["paragraph","reference","blockquote","list"]],["blockquote",function(i,t,o,e){let s=i.bMarks[t]+i.tShift[t];i.eMarks[t];var l,n=i.lineMax;if(4<=i.sCount[t]-i.blkIndent)return!1;if(62!==i.src.charCodeAt(s))return!1;if(!e){var c=[],u=[],d=[],h=[],p=i.md.block.ruler.getRules("blockquote"),e=i.parentType;let a=!(i.parentType="blockquote"),r;for(r=t;r<o;r++){var g=i.sCount[r]<i.blkIndent;if(s=i.bMarks[r]+i.tShift[r],l=i.eMarks[r],s>=l)break;if(62!==i.src.charCodeAt(s++)||g){if(a)break;let n=!1;for(let e=0,t=p.length;e<t;e++)if(p[e](i,r,o,!0)){n=!0;break}if(n){i.lineMax=r,0!==i.blkIndent&&(c.push(i.bMarks[r]),u.push(i.bsCount[r]),h.push(i.tShift[r]),d.push(i.sCount[r]),i.sCount[r]-=i.blkIndent);break}c.push(i.bMarks[r]),u.push(i.bsCount[r]),h.push(i.tShift[r]),d.push(i.sCount[r]),i.sCount[r]=-1}else{let e=i.sCount[r]+1,t,n,o=(32===i.src.charCodeAt(s)?(s++,e++,n=!1,t=!0):9===i.src.charCodeAt(s)?(t=!0,n=(i.bsCount[r]+e)%4!=3||(s++,e++,!1)):t=!1,e);for(c.push(i.bMarks[r]),i.bMarks[r]=s;s<l;){var f=i.src.charCodeAt(s);if(!y(f))break;9===f?o+=4-(o+i.bsCount[r]+(n?1:0))%4:o++,s++}a=s>=l,u.push(i.bsCount[r]),i.bsCount[r]=i.sCount[r]+1+(t?1:0),d.push(i.sCount[r]),i.sCount[r]=o-e,h.push(i.tShift[r]),i.tShift[r]=s-i.bMarks[r]}}var m=i.blkIndent,_=(i.blkIndent=0,i.push("blockquote_open","blockquote",1)),b=(_.markup=">",[t,0]);_.map=b,i.md.block.tokenize(i,t,r),i.push("blockquote_close","blockquote",-1).markup=">",i.lineMax=n,i.parentType=e,b[1]=i.line;for(let e=0;e<h.length;e++)i.bMarks[e+t]=c[e],i.tShift[e+t]=h[e],i.sCount[e+t]=d[e],i.bsCount[e+t]=u[e];i.blkIndent=m}return!0},["paragraph","reference","blockquote","list"]],["hr",function(e,t,n,o){var a=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;let r=e.bMarks[t]+e.tShift[t];var i=e.src.charCodeAt(r++);if(42!==i&&45!==i&&95!==i)return!1;let s=1;for(;r<a;){var l=e.src.charCodeAt(r++);if(l!==i&&!y(l))return!1;l===i&&s++}return!(s<3||(o||(e.line=t+1,(o=e.push("hr","hr",0)).map=[t,e.line],o.markup=Array(s+1).join(String.fromCharCode(i))),0))},["paragraph","reference","blockquote","list"]],["list",function(a,e,r,n){let i,s,l,c,u=e,d=!0;if(4<=a.sCount[u]-a.blkIndent)return!1;if(0<=a.listIndent&&4<=a.sCount[u]-a.listIndent&&a.sCount[u]<a.blkIndent)return!1;let t=!1;n&&"paragraph"===a.parentType&&a.sCount[u]>=a.blkIndent&&(t=!0);let h,p,g;if(0<=(g=Re(a,u))){if(h=!0,l=a.bMarks[u]+a.tShift[u],p=Number(a.src.slice(l,g-1)),t&&1!==p)return!1}else{if(!(0<=(g=Ue(a,u))))return!1;h=!1}if(t&&a.skipSpaces(g)>=a.eMarks[u])return!1;if(!n){var f=a.src.charCodeAt(g-1),e=a.tokens.length,n=(h?(c=a.push("ordered_list_open","ol",1),1!==p&&(c.attrs=[["start",p]])):c=a.push("bullet_list_open","ul",1),[u,0]);c.map=n,c.markup=String.fromCharCode(f);let o=!1;var m=a.md.block.ruler.getRules("list"),_=a.parentType;for(a.parentType="list";u<r;){s=g,i=a.eMarks[u];var b=a.sCount[u]+g-(a.bMarks[u]+a.tShift[u]);let e=b;for(;s<i;){var v=a.src.charCodeAt(s);if(9===v)e+=4-(e+a.bsCount[u])%4;else{if(32!==v)break;e++}s++}var k=s;let t;var b=b+(t=4<(t=i<=k?1:e-b)?1:t),w=((c=a.push("list_item_open","li",1)).markup=String.fromCharCode(f),[u,0]),y=(c.map=w,h&&(c.info=a.src.slice(l,g-1)),a.tight),x=a.tShift[u],C=a.sCount[u],E=a.listIndent;if(a.listIndent=a.blkIndent,a.blkIndent=b,a.tight=!0,a.tShift[u]=k-a.bMarks[u],a.sCount[u]=e,i<=k&&a.isEmpty(u+1)?a.line=Math.min(a.line+2,r):a.md.block.tokenize(a,u,r,!0),a.tight&&!o||(d=!1),o=1<a.line-u&&a.isEmpty(a.line-1),a.blkIndent=a.listIndent,a.listIndent=E,a.tShift[u]=x,a.sCount[u]=C,a.tight=y,(c=a.push("list_item_close","li",-1)).markup=String.fromCharCode(f),u=a.line,(w[1]=u)>=r)break;if(a.sCount[u]<a.blkIndent)break;if(4<=a.sCount[u]-a.blkIndent)break;let n=!1;for(let e=0,t=m.length;e<t;e++)if(m[e](a,u,r,!0)){n=!0;break}if(n)break;if(h){if((g=Re(a,u))<0)break;l=a.bMarks[u]+a.tShift[u]}else if((g=Ue(a,u))<0)break;if(f!==a.src.charCodeAt(g-1))break}if((c=h?a.push("ordered_list_close","ol",-1):a.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(f),n[1]=u,a.line=u,a.parentType=_,d){var D=a,n=e,A=D.level+2;for(let e=n+2,t=D.tokens.length-2;e<t;e++)D.tokens[e].level===A&&"paragraph_open"===D.tokens[e].type&&(D.tokens[e+2].hidden=!0,D.tokens[e].hidden=!0,e+=2)}}return!0},["paragraph","reference","blockquote"]],["reference",function(i,e,t,n){let o=i.bMarks[e]+i.tShift[e],a=i.eMarks[e],r=e+1;if(4<=i.sCount[e]-i.blkIndent)return!1;if(91!==i.src.charCodeAt(o))return!1;function s(o){var a=i.lineMax;if(a<=o||i.isEmpty(o))return null;let e=!1;if(3<i.sCount[o]-i.blkIndent&&(e=!0),!(e=i.sCount[o]<0?!0:e)){var r=i.md.block.ruler.getRules("reference"),t=i.parentType;let n=!(i.parentType="reference");for(let e=0,t=r.length;e<t;e++)if(r[e](i,o,a,!0)){n=!0;break}if(i.parentType=t,n)return null}var t=i.bMarks[o]+i.tShift[o],n=i.eMarks[o];return i.src.slice(t,n+1)}let l=i.src.slice(o,a+1),c=(a=l.length,-1);for(o=1;o<a;o++){var u,d=l.charCodeAt(o);if(91===d)return!1;if(93===d){c=o;break}10===d?null!==(u=s(r))&&(l+=u,a=l.length,r++):92===d&&++o<a&&10===l.charCodeAt(o)&&null!==(u=s(r))&&(l+=u,a=l.length,r++)}if(c<0||58!==l.charCodeAt(c+1))return!1;for(o=c+2;o<a;o++){var h=l.charCodeAt(o);if(10===h){var p=s(r);null!==p&&(l+=p,a=l.length,r++)}else if(!y(h))break}if(!(e=i.md.helpers.parseLinkDestination(l,o,a)).ok)return!1;var g=i.md.normalizeLink(e.str);if(!i.md.validateLink(g))return!1;for(var e=o=e.pos,f=r,m=o;o<a;o++){var _=l.charCodeAt(o);if(10===_){var b=s(r);null!==b&&(l+=b,a=l.length,r++)}else if(!y(_))break}let v=i.md.helpers.parseLinkTitle(l,o,a);for(;v.can_continue;){var k=s(r);if(null===k)break;l+=k,o=a,a=l.length,r++,v=i.md.helpers.parseLinkTitle(l,o,a,v)}let w;for(o<a&&m!==o&&v.ok?(w=v.str,o=v.pos):(w="",o=e,r=f);o<a;){if(!y(l.charCodeAt(o)))break;o++}if(o<a&&10!==l.charCodeAt(o)&&w)for(w="",o=e,r=f;o<a;){if(!y(l.charCodeAt(o)))break;o++}return!(o<a&&10!==l.charCodeAt(o)||!(m=ye(l.slice(1,c)))||(n||(void 0===i.env.references&&(i.env.references={}),void 0===i.env.references[m]&&(i.env.references[m]={title:w,href:g}),i.line=r),0))}],["html_block",function(e,t,n,o){var a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(a))return!1;let i=e.src.slice(a,r),s=0;for(;s<E.length&&!E[s][0].test(i);s++);if(s===E.length)return!1;if(o)return E[s][2];let l=t+1;if(!E[s][1].test(i))for(;l<n&&!(e.sCount[l]<e.blkIndent);l++)if(a=e.bMarks[l]+e.tShift[l],r=e.eMarks[l],i=e.src.slice(a,r),E[s][1].test(i)){0!==i.length&&l++;break}return e.line=l,(o=e.push("html_block","",0)).map=[t,l],o.content=e.getLines(t,l,e.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(e,t,n,o){let a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];if(4<=e.sCount[t]-e.blkIndent)return!1;let i=e.src.charCodeAt(a);if(35!==i||a>=r)return!1;let s=1;for(i=e.src.charCodeAt(++a);35===i&&a<r&&s<=6;)s++,i=e.src.charCodeAt(++a);return!(6<s||a<r&&!y(i)||(o||(r=e.skipSpacesBack(r,a),(o=e.skipCharsBack(r,35,a))>a&&y(e.src.charCodeAt(o-1))&&(r=o),e.line=t+1,(o=e.push("heading_open","h"+String(s),1)).markup="########".slice(0,s),o.map=[t,e.line],(o=e.push("inline","",0)).content=e.src.slice(a,r).trim(),o.map=[t,e.line],o.children=[],e.push("heading_close","h"+String(s),-1).markup="########".slice(0,s)),0))},["paragraph","reference","blockquote"]],["lheading",function(o,e,a){var r=o.md.block.ruler.getRules("paragraph");if(4<=o.sCount[e]-o.blkIndent)return!1;var t,n,i=o.parentType;o.parentType="paragraph";let s=0,l,c=e+1;for(;c<a&&!o.isEmpty(c);c++)if(!(3<o.sCount[c]-o.blkIndent)){if(o.sCount[c]>=o.blkIndent){var u=o.bMarks[c]+o.tShift[c],d=o.eMarks[c];if(u<d&&(45===(l=o.src.charCodeAt(u))||61===l)&&(u=o.skipChars(u,l),d<=o.skipSpaces(u))){s=61===l?1:2;break}}if(!(o.sCount[c]<0)){let n=!1;for(let e=0,t=r.length;e<t;e++)if(r[e](o,c,a,!0)){n=!0;break}if(n)break}}return!!s&&(t=o.getLines(e,c,o.blkIndent,!1).trim(),o.line=c+1,(n=o.push("heading_open","h"+String(s),1)).markup=String.fromCharCode(l),n.map=[e,o.line],(n=o.push("inline","",0)).content=t,n.map=[e,o.line-1],n.children=[],o.push("heading_close","h"+String(s),-1).markup=String.fromCharCode(l),o.parentType=i,!0)}],["paragraph",function(o,e,a){var r=o.md.block.ruler.getRules("paragraph"),t=o.parentType;let i=e+1;for(o.parentType="paragraph";i<a&&!o.isEmpty(i);i++)if(!(3<o.sCount[i]-o.blkIndent||o.sCount[i]<0)){let n=!1;for(let e=0,t=r.length;e<t;e++)if(r[e](o,i,a,!0)){n=!0;break}if(n)break}var n=o.getLines(e,i,o.blkIndent,!1).trim(),s=(o.line=i,o.push("paragraph_open","p",1).map=[e,o.line],o.push("inline","",0));return s.content=n,s.map=[e,o.line],s.children=[],o.push("paragraph_close","p",-1),o.parentType=t,!0}]];function Ze(){this.ruler=new _;for(let e=0;e<Ge.length;e++)this.ruler.push(Ge[e][0],Ge[e][1],{alt:(Ge[e][2]||[]).slice()})}function D(e,t,n,o){this.src=e,this.env=n,this.md=t,this.tokens=o,this.tokens_meta=Array(o.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Ze.prototype.tokenize=function(n,e,o){var a=this.ruler.getRules(""),r=a.length,i=n.md.options.maxNesting;let s=e,l=!1;for(;s<o&&(n.line=s=n.skipEmptyLines(s),!(s>=o))&&!(n.sCount[s]<n.blkIndent);){if(i<=n.level){n.line=o;break}var c=n.line;let t=!1;for(let e=0;e<r;e++)if(t=a[e](n,s,o,!1)){if(c>=n.line)throw new Error("block rule didn't increment state.line");break}if(!t)throw new Error("none of the block rules matched");n.tight=!l,n.isEmpty(n.line-1)&&(l=!0),(s=n.line)<o&&n.isEmpty(s)&&(l=!0,s++,n.line=s)}},Ze.prototype.parse=function(e,t,n,o){e&&(e=new this.State(e,t,n,o),this.tokenize(e,e.line,e.lineMax))},Ze.prototype.State=v,D.prototype.pushPending=function(){var e=new b("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},D.prototype.push=function(e,t,n){this.pending&&this.pushPending();e=new b(e,t,n);let o=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),e.level=this.level,0<n&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(e),this.tokens_meta.push(o),e},D.prototype.scanDelims=function(e,t){var n=this.posMax,o=this.src.charCodeAt(e),a=0<e?this.src.charCodeAt(e-1):32;let r=e;for(;r<n&&this.src.charCodeAt(r)===o;)r++;var e=r-e,i=r<n?this.src.charCodeAt(r):32,s=C(a)||x(String.fromCharCode(a)),l=C(i)||x(String.fromCharCode(i)),a=w(a),i=w(i),c=!i&&(!l||a||s),a=!a&&(!s||i||l);return{can_open:c&&(t||!a||s),can_close:a&&(t||!c||l),length:e}},D.prototype.Token=b;let Ve=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,Je=[];for(let e=0;e<256;e++)Je.push(0);function Ye(t,n){let o;var a=[],r=n.length;for(let e=0;e<r;e++){var i,s=n[e];126===s.marker&&-1!==s.end&&(i=n[s.end],(o=t.tokens[s.token]).type="s_open",o.tag="s",o.nesting=1,o.markup="~~",o.content="",(o=t.tokens[i.token]).type="s_close",o.tag="s",o.nesting=-1,o.markup="~~",o.content="","text"===t.tokens[i.token-1].type)&&"~"===t.tokens[i.token-1].content&&a.push(i.token-1)}for(;a.length;){var l=a.pop();let e=l+1;for(;e<t.tokens.length&&"s_close"===t.tokens[e].type;)e++;l!==--e&&(o=t.tokens[e],t.tokens[e]=t.tokens[l],t.tokens[l]=o)}}function Xe(t,n){for(let e=n.length-1;0<=e;e--){var o,a,r,i,s=n[e];95!==s.marker&&42!==s.marker||-1!==s.end&&(o=n[s.end],a=0<e&&n[e-1].end===s.end+1&&n[e-1].marker===s.marker&&n[e-1].token===s.token-1&&n[s.end+1].token===o.token+1,r=String.fromCharCode(s.marker),(i=t.tokens[s.token]).type=a?"strong_open":"em_open",i.tag=a?"strong":"em",i.nesting=1,i.markup=a?r+r:r,i.content="",(i=t.tokens[o.token]).type=a?"strong_close":"em_close",i.tag=a?"strong":"em",i.nesting=-1,i.markup=a?r+r:r,i.content="",a)&&(t.tokens[n[e-1].token].content="",t.tokens[n[s.end+1].token].content="",e--)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Je[e.charCodeAt(0)]=1});let Qe=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Ke=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/,et=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,tt=/^&([a-z][a-z0-9]{1,31});/i;function nt(r){var i={},t=r.length;if(t){let e=0,a=-2;var s=[];for(let o=0;o<t;o++){var l=r[o];if(s.push(0),r[e].marker===l.marker&&a===l.token-1||(e=o),a=l.token,l.length=l.length||0,l.close){i.hasOwnProperty(l.marker)||(i[l.marker]=[-1,-1,-1,-1,-1,-1]);var c=i[l.marker][(l.open?3:0)+l.length%3];let t=e-s[e]-1,n=t;for(;t>c;t-=s[t]+1){var u=r[t];if(u.marker===l.marker&&(u.open&&u.end<0)){let e=!1;if(!(e=!u.close&&!l.open||(u.length+l.length)%3!=0||u.length%3==0&&l.length%3==0?e:!0)){var d=0<t&&!r[t-1].open?s[t-1]+1:0;s[o]=o-t+d,s[t]=d,l.open=!1,u.end=o,u.close=!1,n=-1,a=-2;break}}}-1!==n&&(i[l.marker][(l.open?3:0)+(l.length||0)%3]=n)}}}}let ot=[["text",function(e,t){let n=e.pos;for(;n<e.posMax&&!(e=>{switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return 1;default:return}})(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}],["linkify",function(e,t){if(!e.md.options.linkify)return!1;if(0<e.linkLevel)return!1;var n=e.pos;if(e.posMax<n+3)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;var o=e.pending.match(Ve);if(!o)return!1;if(o=o[1],!(n=e.md.linkify.matchAtStart(e.src.slice(n-o.length))))return!1;let a=n.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");var n=e.md.normalizeLink(a);return!!e.md.validateLink(n)&&(t||(e.pending=e.pending.slice(0,-o.length),(t=e.push("link_open","a",1)).attrs=[["href",n]],t.markup="linkify",t.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(a),(n=e.push("link_close","a",-1)).markup="linkify",n.info="auto"),e.pos+=a.length-o.length,!0)}],["newline",function(t,e){let n=t.pos;if(10!==t.src.charCodeAt(n))return!1;var o=t.pending.length-1,a=t.posMax;if(!e)if(0<=o&&32===t.pending.charCodeAt(o))if(1<=o&&32===t.pending.charCodeAt(o-1)){let e=o-1;for(;1<=e&&32===t.pending.charCodeAt(e-1);)e--;t.pending=t.pending.slice(0,e),t.push("hardbreak","br",0)}else t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0);else t.push("softbreak","br",0);for(n++;n<a&&y(t.src.charCodeAt(n));)n++;return t.pos=n,!0}],["escape",function(t,n){let o=t.pos;var a=t.posMax;if(92!==t.src.charCodeAt(o))return!1;if(++o>=a)return!1;let r=t.src.charCodeAt(o);if(10===r){for(n||t.push("hardbreak","br",0),o++;o<a&&y(r=t.src.charCodeAt(o));)o++;t.pos=o}else{let e=t.src[o];55296<=r&&r<=56319&&o+1<a&&56320<=(i=t.src.charCodeAt(o+1))&&i<=57343&&(e+=t.src[o+1],o++);var i="\\"+e;n||(n=t.push("text_special","",0),r<256&&0!==Je[r]?n.content=e:n.content=i,n.markup=i,n.info="escape"),t.pos=o+1}return!0}],["backticks",function(t,n){let o=t.pos;if(96!==t.src.charCodeAt(o))return!1;for(var e=o,a=(o++,t.posMax);o<a&&96===t.src.charCodeAt(o);)o++;var r,i=t.src.slice(e,o),s=i.length;if(!(t.backticksScanned&&(t.backticks[s]||0)<=e)){let e=o;for(;-1!==(r=t.src.indexOf("`",e));){for(e=r+1;e<a&&96===t.src.charCodeAt(e);)e++;var l,c=e-r;if(c===s)return n||((l=t.push("code_inline","code",0)).markup=i,l.content=t.src.slice(o,r).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),t.pos=e,!0;t.backticks[c]=r}t.backticksScanned=!0}return n||(t.pending+=i),t.pos+=s,!0}],["strikethrough",(e={tokenize:function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(126!==o)return!1;var a=t.scanDelims(t.pos,!0);let r=a.length;var i=String.fromCharCode(o);if(r<2)return!1;let s;r%2&&((s=t.push("text","",0)).content=i,r--);for(let e=0;e<r;e+=2)(s=t.push("text","",0)).content=i+i,t.delimiters.push({marker:o,length:0,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0},postProcess:function(t){var n=t.tokens_meta,o=t.tokens_meta.length;Ye(t,t.delimiters);for(let e=0;e<o;e++)n[e]&&n[e].delimiters&&Ye(t,n[e].delimiters)}}).tokenize],["emphasis",(r={tokenize:function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(95!==o&&42!==o)return!1;var a=t.scanDelims(t.pos,42===o);for(let e=0;e<a.length;e++)t.push("text","",0).content=String.fromCharCode(o),t.delimiters.push({marker:o,length:a.length,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0},postProcess:function(t){var n=t.tokens_meta,o=t.tokens_meta.length;Xe(t,t.delimiters);for(let e=0;e<o;e++)n[e]&&n[e].delimiters&&Xe(t,n[e].delimiters)}}).tokenize],["link",function(e,t){let n,o,a,r,i="",s="",l=e.pos,c=!0;if(91!==e.src.charCodeAt(e.pos))return!1;var u=e.pos,d=e.posMax,h=e.pos+1,p=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(p<0)return!1;let g=p+1;if(g<d&&40===e.src.charCodeAt(g)){for(c=!1,g++;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);if(g>=d)return!1;if(l=g,(a=e.md.helpers.parseLinkDestination(e.src,g,e.posMax)).ok){for(i=e.md.normalizeLink(a.str),e.md.validateLink(i)?g=a.pos:i="",l=g;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);if(a=e.md.helpers.parseLinkTitle(e.src,g,e.posMax),g<d&&l!==g&&a.ok)for(s=a.str,g=a.pos;g<d&&(y(n=e.src.charCodeAt(g))||10===n);g++);}(g>=d||41!==e.src.charCodeAt(g))&&(c=!0),g++}if(c){if(void 0===e.env.references)return!1;if(g<d&&91===e.src.charCodeAt(g)&&(l=g+1,0<=(g=e.md.helpers.parseLinkLabel(e,g)))?o=e.src.slice(l,g++):g=p+1,o=o||e.src.slice(h,p),!(r=e.env.references[ye(o)]))return e.pos=u,!1;i=r.href,s=r.title}return t||(e.pos=h,e.posMax=p,u=e.push("link_open","a",1),t=[["href",i]],u.attrs=t,s&&t.push(["title",s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)),e.pos=g,e.posMax=d,!0}],["image",function(e,t){let n,o,a,r,i,s,l,c,u="";var d=e.pos,h=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;var p=e.pos+2,g=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(g<0)return!1;if((r=g+1)<h&&40===e.src.charCodeAt(r)){for(r++;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);if(r>=h)return!1;for(c=r,(s=e.md.helpers.parseLinkDestination(e.src,r,e.posMax)).ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?r=s.pos:u=""),c=r;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);if(s=e.md.helpers.parseLinkTitle(e.src,r,e.posMax),r<h&&c!==r&&s.ok)for(l=s.str,r=s.pos;r<h&&(y(n=e.src.charCodeAt(r))||10===n);r++);else l="";if(r>=h||41!==e.src.charCodeAt(r))return e.pos=d,!1;r++}else{if(void 0===e.env.references)return!1;if(r<h&&91===e.src.charCodeAt(r)&&(c=r+1,0<=(r=e.md.helpers.parseLinkLabel(e,r)))?a=e.src.slice(c,r++):r=g+1,a=a||e.src.slice(p,g),!(i=e.env.references[ye(a)]))return e.pos=d,!1;u=i.href,l=i.title}return t||(o=e.src.slice(p,g),e.md.inline.parse(o,e.md,e.env,d=[]),t=e.push("image","img",0),p=[["src",u],["alt",""]],t.attrs=p,t.children=d,t.content=o,l&&p.push(["title",l])),e.pos=r,e.posMax=h,!0}],["autolink",function(e,t){let n=e.pos;if(60!==e.src.charCodeAt(n))return!1;for(var o=e.pos,a=e.posMax;;){if(++n>=a)return!1;var r=e.src.charCodeAt(n);if(60===r)return!1;if(62===r)break}var i,s,o=e.src.slice(o+1,n);return Ke.test(o)?(s=e.md.normalizeLink(o),!!e.md.validateLink(s)&&(t||((i=e.push("link_open","a",1)).attrs=[["href",s]],i.markup="autolink",i.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(o),(s=e.push("link_close","a",-1)).markup="autolink",s.info="auto"),e.pos+=o.length+2,!0)):!!Qe.test(o)&&(i=e.md.normalizeLink("mailto:"+o),!!e.md.validateLink(i))&&(t||((s=e.push("link_open","a",1)).attrs=[["href",i]],s.markup="autolink",s.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(o),(t=e.push("link_close","a",-1)).markup="autolink",t.info="auto"),e.pos+=o.length+2,!0)}],["html_inline",function(e,t){var n,o;return!(!e.md.options.html||(n=e.posMax,60!==e.src.charCodeAt(o=e.pos))||n<=o+2||!(33===(n=e.src.charCodeAt(o+1))||63===n||47===n||(n=n,97<=(n|=32)&&n<=122))||!(n=e.src.slice(o).match(We))||(t||((o=e.push("html_inline","",0)).content=n[0],/^<a[>\s]/i.test(o.content)&&e.linkLevel++,/^<\/a\s*>/i.test(o.content)&&e.linkLevel--),e.pos+=n[0].length,0))}],["entity",function(e,t){var n=e.pos,o=e.posMax;if(38===e.src.charCodeAt(n)&&!(o<=n+1))if(35===e.src.charCodeAt(n+1)){o=e.src.slice(n).match(et);if(o)return t||(a="x"===o[1][0].toLowerCase()?parseInt(o[1].slice(1),16):parseInt(o[1],10),(r=e.push("text_special","",0)).content=he(a)?pe(a):pe(65533),r.markup=o[0],r.info="entity"),e.pos+=o[0].length,!0}else{var a=e.src.slice(n).match(tt);if(a){var r=le(a[0]);if(r!==a[0])return t||((o=e.push("text_special","",0)).content=r,o.markup=a[0],o.info="entity"),e.pos+=a[0].length,!0}}return!1}]],at=[["balance_pairs",function(e){var t=e.tokens_meta,n=e.tokens_meta.length;nt(e.delimiters);for(let e=0;e<n;e++)t[e]&&t[e].delimiters&&nt(t[e].delimiters)}],["strikethrough",e.postProcess],["emphasis",r.postProcess],["fragments_join",function(e){let t,n,o=0;var a=e.tokens,r=e.tokens.length;for(t=n=0;t<r;t++)a[t].nesting<0&&o--,a[t].level=o,0<a[t].nesting&&o++,"text"===a[t].type&&t+1<r&&"text"===a[t+1].type?a[t+1].content=a[t].content+a[t+1].content:(t!==n&&(a[n]=a[t]),n++);t!==n&&(a.length=n)}]];function A(){this.ruler=new _;for(let e=0;e<ot.length;e++)this.ruler.push(ot[e][0],ot[e][1]);this.ruler2=new _;for(let e=0;e<at.length;e++)this.ruler2.push(at[e][0],at[e][1])}function rt(n){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(e){n[e]=t[e]})}),n}function it(e){return Object.prototype.toString.call(e)}function st(e){return"[object Function]"===it(e)}function lt(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}A.prototype.skipToken=function(n){var o=n.pos,a=this.ruler.getRules(""),r=a.length,e=n.md.options.maxNesting,i=n.cache;if(void 0!==i[o])n.pos=i[o];else{let t=!1;if(n.level<e){for(let e=0;e<r;e++)if(n.level++,t=a[e](n,!0),n.level--,t){if(o>=n.pos)throw new Error("inline rule didn't increment state.pos");break}}else n.pos=n.posMax;t||n.pos++,i[o]=n.pos}},A.prototype.tokenize=function(n){for(var o=this.ruler.getRules(""),a=o.length,e=n.posMax,r=n.md.options.maxNesting;n.pos<e;){var i=n.pos;let t=!1;if(n.level<r)for(let e=0;e<a;e++)if(t=o[e](n,!1)){if(i>=n.pos)throw new Error("inline rule didn't increment state.pos");break}if(t){if(n.pos>=e)break}else n.pending+=n.src[n.pos++]}n.pending&&n.pushPending()},A.prototype.parse=function(e,t,n,o){var a=new this.State(e,t,n,o),r=(this.tokenize(a),this.ruler2.getRules("")),i=r.length;for(let e=0;e<i;e++)r[e](a)},A.prototype.State=D;let ct={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},ut={"http:":{validate:function(e,t,n){e=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(e)?e.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){var o=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),!n.re.no_http.test(o)||3<=t&&":"===e[t-3]||3<=t&&"/"===e[t-3]?0:o.match(n.re.no_http)[0].length}},"mailto:":{validate:function(e,t,n){e=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(e)?e.match(n.re.mailto)[0].length:0}}},dt="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",ht="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function pt(){return function(e,t){t.normalize(e)}}function gt(a){let t=a.re=(s=(s=a.__opts__)||{},(o={}).src_Any=Y.source,o.src_Cc=X.source,o.src_Z=ee.source,o.src_P=Q.source,o.src_ZPCc=[o.src_Z,o.src_P,o.src_Cc].join("|"),o.src_ZCc=[o.src_Z,o.src_Cc].join("|"),e="[><|]",o.src_pseudo_letter="(?:(?![><|]|"+o.src_ZPCc+")"+o.src_Any+")",o.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",o.src_auth="(?:(?:(?!"+o.src_ZCc+"|[@/\\[\\]()]).)+@)?",o.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",o.src_host_terminator="(?=$|[><|]|"+o.src_ZPCc+")(?!"+(s["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+o.src_ZPCc+"))",o.src_path="(?:[/?#](?:(?!"+o.src_ZCc+"|"+e+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+o.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+o.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+o.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+o.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+o.src_ZCc+"|[']).)+\\'|\\'(?="+o.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+o.src_ZCc+"|[.]|$)|"+(s["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+o.src_ZCc+"|$)|;(?!"+o.src_ZCc+"|$)|\\!+(?!"+o.src_ZCc+"|[!]|$)|\\?(?!"+o.src_ZCc+"|[?]|$))+|\\/)?",o.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',o.src_xn="xn--[a-z0-9\\-]{1,59}",o.src_domain_root="(?:"+o.src_xn+"|"+o.src_pseudo_letter+"{1,63})",o.src_domain="(?:"+o.src_xn+"|(?:"+o.src_pseudo_letter+")|(?:"+o.src_pseudo_letter+"(?:-|"+o.src_pseudo_letter+"){0,61}"+o.src_pseudo_letter+"))",o.src_host="(?:(?:(?:(?:"+o.src_domain+")\\.)*"+o.src_domain+"))",o.tpl_host_fuzzy="(?:"+o.src_ip4+"|(?:(?:(?:"+o.src_domain+")\\.)+(?:%TLDS%)))",o.tpl_host_no_ip_fuzzy="(?:(?:(?:"+o.src_domain+")\\.)+(?:%TLDS%))",o.src_host_strict=o.src_host+o.src_host_terminator,o.tpl_host_fuzzy_strict=o.tpl_host_fuzzy+o.src_host_terminator,o.src_host_port_strict=o.src_host+o.src_port+o.src_host_terminator,o.tpl_host_port_fuzzy_strict=o.tpl_host_fuzzy+o.src_port+o.src_host_terminator,o.tpl_host_port_no_ip_fuzzy_strict=o.tpl_host_no_ip_fuzzy+o.src_port+o.src_host_terminator,o.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+o.src_ZPCc+"|>|$))",o.tpl_email_fuzzy='(^|[><|]|"|\\(|'+o.src_ZCc+")("+o.src_email_name+"@"+o.tpl_host_fuzzy_strict+")",o.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+o.src_ZPCc+"))((?![$+<=>^`||])"+o.tpl_host_port_fuzzy_strict+o.src_path+")",o.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+o.src_ZPCc+"))((?![$+<=>^`||])"+o.tpl_host_port_no_ip_fuzzy_strict+o.src_path+")",o);var e=a.__tlds__.slice();function n(e){return e.replace("%TLDS%",t.src_tlds)}a.onCompile(),a.__tlds_replaced__||e.push(dt),e.push(t.src_xn),t.src_tlds=e.join("|"),t.email_fuzzy=RegExp(n(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(n(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(n(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(n(t.tpl_host_fuzzy_test),"i");let r=[];function i(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}a.__compiled__={},Object.keys(a.__schemas__).forEach(function(e){var t,n,o=a.__schemas__[e];null!==o&&(a.__compiled__[e]=t={validate:null,link:null},"[object Object]"===it(o)?("[object RegExp]"===it(o.validate)?t.validate=(n=o.validate,function(e,t){e=e.slice(t);return n.test(e)?e.match(n)[0].length:0}):st(o.validate)?t.validate=o.validate:i(e,o),st(o.normalize)?t.normalize=o.normalize:o.normalize?i(e,o):t.normalize=pt()):"[object String]"===it(o)?r.push(e):i(e,o))}),r.forEach(function(e){a.__compiled__[a.__schemas__[e]]&&(a.__compiled__[e].validate=a.__compiled__[a.__schemas__[e]].validate,a.__compiled__[e].normalize=a.__compiled__[a.__schemas__[e]].normalize)}),a.__compiled__[""]={validate:null,normalize:pt()};var o,s=Object.keys(a.__compiled__).filter(function(e){return 0<e.length&&a.__compiled__[e]}).map(lt).join("|");a.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","i"),a.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+s+")","ig"),a.re.schema_at_start=RegExp("^"+a.re.schema_search.source,"i"),a.re.pretest=RegExp("("+a.re.schema_test.source+")|("+a.re.host_fuzzy_test.source+")|@","i"),(o=a).__index__=-1,o.__text_cache__=""}function ft(e,t){var n=e.__index__,o=e.__last_index__,a=e.__text_cache__.slice(n,o);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=o+t,this.raw=a,this.text=a,this.url=a}function mt(e,t){t=new ft(e,t);return e.__compiled__[t.schema].normalize(t,e),t}function F(e,t){if(!(this instanceof F))return new F(e,t);var n;t||(n=e,Object.keys(n||{}).reduce(function(e,t){return e||ct.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=rt({},ct,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=rt({},ut,e),this.__compiled__={},this.__tlds__=ht,this.__tlds_replaced__=!1,this.re={},gt(this)}F.prototype.add=function(e,t){return this.__schemas__[e]=t,gt(this),this},F.prototype.set=function(e){return this.__opts__=rt(this.__opts__,e),this},F.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,n,o,a,r,i,s,l;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(a=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+a;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&0<=(l=e.search(this.re.host_fuzzy_test))&&(this.__index__<0||l<this.__index__)&&null!==(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(r=n.index+n[1].length,this.__index__<0||r<this.__index__)&&(this.__schema__="",this.__index__=r,this.__last_index__=n.index+n[0].length),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&0<=e.indexOf("@")&&null!==(o=e.match(this.re.email_fuzzy))&&(r=o.index+o[1].length,i=o.index+o[0].length,this.__index__<0||r<this.__index__||r===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=r,this.__last_index__=i),0<=this.__index__},F.prototype.pretest=function(e){return this.re.pretest.test(e)},F.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},F.prototype.match=function(e){var t=[];let n=0,o=(0<=this.__index__&&this.__text_cache__===e&&(t.push(mt(this,n)),n=this.__last_index__),n?e.slice(n):e);for(;this.test(o);)t.push(mt(this,n)),o=o.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},F.prototype.matchAtStart=function(e){var t;return this.__text_cache__=e,this.__index__=-1,e.length&&(t=this.re.schema_at_start.exec(e))&&(e=this.testSchemaAt(e,t[2],t[0].length))?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+e,mt(this,0)):null},F.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,n){return e!==n[t-1]}).reverse(),gt(this)):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,gt(this)),this},F.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},F.prototype.onCompile=function(){};let L=2147483647,S=36,M=26,_t=38,bt=700,vt=/^xn--/,kt=/[^\0-\x7F]/,wt=/[\x2E\u3002\uFF0E\uFF61]/g,yt={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},xt=S-1,P=Math.floor,Ct=String.fromCharCode;function T(e){throw new RangeError(yt[e])}function Et(e,t){var n=e.split("@");let o="";1<n.length&&(o=n[0]+"@",e=n[1]);n=((e,t)=>{var n=[];let o=e.length;for(;o--;)n[o]=t(e[o]);return n})((e=e.replace(wt,".")).split("."),t).join(".");return o+n}function Dt(e){var t=[];let n=0;for(var o=e.length;n<o;){var a,r=e.charCodeAt(n++);55296<=r&&r<=56319&&n<o?56320==(64512&(a=e.charCodeAt(n++)))?t.push(((1023&r)<<10)+(1023&a)+65536):(t.push(r),n--):t.push(r)}return t}function At(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function Ft(e,t,n){let o=0;for(e=n?P(e/bt):e>>1,e+=P(e/t);e>xt*M>>1;o+=S)e=P(e/xt);return P(o+(xt+1)*e/(e+_t))}function Lt(o){var t=[],a=o.length;let r=0,e=128,i=72,s=o.lastIndexOf("-");s<0&&(s=0);for(let e=0;e<s;++e)128<=o.charCodeAt(e)&&T("not-basic"),t.push(o.charCodeAt(e));for(let n=0<s?s+1:0;n<a;){var l=r;for(let e=1,t=S;;t+=S){n>=a&&T("invalid-input");var c=48<=(c=o.charCodeAt(n++))&&c<58?c-48+26:65<=c&&c<91?c-65:97<=c&&c<123?c-97:S,u=(c>=S&&T("invalid-input"),c>P((L-r)/e)&&T("overflow"),r+=c*e,t<=i?1:t>=i+M?M:t-i);if(c<u)break;c=S-u;e>P(L/c)&&T("overflow"),e*=c}var d=t.length+1;i=Ft(r-l,d,0==l),P(r/d)>L-e&&T("overflow"),e+=P(r/d),r%=d,t.splice(r++,0,e)}return String.fromCodePoint(...t)}function St(t){var e,n=[],o=(t=Dt(t)).length;let a=128,r=0,i=72;for(e of t)e<128&&n.push(Ct(e));var s=n.length;let l=s;for(s&&n.push("-");l<o;){let e=L;for(var c of t)c>=a&&c<e&&(e=c);var u,d=l+1;e-a>P((L-r)/d)&&T("overflow"),r+=(e-a)*d,a=e;for(u of t)if(u<a&&++r>L&&T("overflow"),u===a){let t=r;for(let e=S;;e+=S){var h=e<=i?1:e>=i+M?M:e-i;if(t<h)break;var p=t-h,g=S-h;n.push(Ct(At(h+p%g,0))),t=P(p/g)}n.push(Ct(At(t,0))),i=Ft(r,d,l===s),r=0,++l}++r,++a}return n.join("")}let Mt={version:"2.3.1",ucs2:{decode:Dt,encode:e=>String.fromCodePoint(...e)},decode:Lt,encode:St,toASCII:function(e){return Et(e,function(e){return kt.test(e)?"xn--"+St(e):e})},toUnicode:function(e){return Et(e,function(e){return vt.test(e)?Lt(e.slice(4).toLowerCase()):e})}},Pt={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},Tt=/^(vbscript|javascript|file|data):/,zt=/^data:image\/(gif|png|jpeg|webp);/;function It(e){e=e.trim().toLowerCase();return!Tt.test(e)||zt.test(e)}let Bt=["http:","https:","mailto:"];function $t(e){e=J(e,!0);if(e.hostname&&(!e.protocol||0<=Bt.indexOf(e.protocol)))try{e.hostname=Mt.toASCII(e.hostname)}catch(e){}return t(j(e))}function qt(e){e=J(e,!0);if(e.hostname&&(!e.protocol||0<=Bt.indexOf(e.protocol)))try{e.hostname=Mt.toUnicode(e.hostname)}catch(e){}return n(j(e),n.defaultChars+"%")}function z(e,t){if(!(this instanceof z))return new z(e,t);t||ce(e)||(t=e||{},e="default"),this.inline=new A,this.block=new Ze,this.core=new qe,this.renderer=new m,this.linkify=new F,this.validateLink=It,this.normalizeLink=$t,this.normalizeLinkText=qt,this.utils=xe,this.helpers=h({},Ce),this.options={},this.configure(e),t&&this.set(t)}function jt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ot(e,t,n,o){e=Number(e[t].meta.id+1).toString(),t="";return(t="string"==typeof o.docId?"-"+o.docId+"-":t)+e}function Ut(e,t){var n=Number(e[t].meta.id+1).toString();return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),"["+n+"]"}function Rt(e,t,n,o,a){var r=a.rules.footnote_anchor_name(e,t,n,o,a),n=a.rules.footnote_caption(e,t,n,o,a),o=r;return 0<e[t].meta.subId&&(o+=":"+e[t].meta.subId),'<sup class="footnote-ref"><a href="#fn'+r+'" id="fnref'+o+'">'+n+"</a></sup>"}function Nt(e,t,n){return(n.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function Ht(){return"</ol>\n</section>\n"}function Wt(e,t,n,o,a){n=a.rules.footnote_anchor_name(e,t,n,o,a);return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),'<li id="fn'+n+'" class="footnote-item">'}function Gt(){return"</li>\n"}function Zt(e,t,n,o,a){n=a.rules.footnote_anchor_name(e,t,n,o,a);return 0<e[t].meta.subId&&(n+=":"+e[t].meta.subId),' <a href="#fnref'+n+'" class="footnote-backref">↩︎</a>'}function Vt(e,t){return e[t].content}function Jt(e,c,u,s,d){let l=e.utils.arrayReplaceAt;var t=e.utils.lib.ucmicro;let h=e.utils.has,p=new RegExp([t.Z.source,t.P.source,t.Cc.source].join("|"));return function(o){var a,r=o.tokens;let i=0;for(let n=0,e=r.length;n<e;n++)if("inline"===r[n].type){let t=r[n].children;for(let e=t.length-1;0<=e;e--)"link_open"!==(a=t[e]).type&&"link_close"!==a.type||"auto"===a.info&&(i-=a.nesting),"text"===a.type&&0===i&&s.test(a.content)&&(r[n].children=t=l(t,e,((r,i)=>{let s=0,l=[];var e;return r.replace(d,function(e,t,n){let o;if(h(u,e)){if(o=u[e],0<t&&!p.test(n[t-1]))return;if(t+e.length<n.length&&!p.test(n[t+e.length]))return}else o=e.slice(1,-1);if(t>s){let e=new i("text","",0);e.content=r.slice(s,t),l.push(e)}let a=new i("emoji","",0);a.markup=o,a.content=c[o],l.push(a),s=t+e.length}),s<r.length&&((e=new i("text","",0)).content=r.slice(s),l.push(e)),l})(a.content,(a.level,o.Token))))}}}function Yt(e,t){t=(o=>{let a=o.defs;o.enabled.length&&(a=Object.keys(a).reduce((e,t)=>(0<=o.enabled.indexOf(t)&&(e[t]=a[t]),e),{}));var e=Object.keys(o.shortcuts).reduce((t,n)=>(a[n]&&(Array.isArray(o.shortcuts[n])?o.shortcuts[n].forEach(e=>{t[e]=n}):t[o.shortcuts[n]]=n),t),{}),t=Object.keys(a);let n;n=0===t.length?"^$":t.map(e=>`:${e}:`).concat(Object.keys(e)).sort().reverse().map(e=>e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")).join("|");var t=RegExp(n),r=RegExp(n,"g");return{defs:a,shortcuts:e,scanRE:t,replaceRE:r}})(e.utils.assign({},{defs:{},shortcuts:{},enabled:[]},t||{}));e.renderer.rules.emoji=Vt,e.core.ruler.after("linkify","emoji",Jt(e,t.defs,t.shortcuts,t.scanRE,t.replaceRE))}z.prototype.set=function(e){return h(this.options,e),this},z.prototype.configure=function(t){let n=this;if(ce(t)){var e=t;if(!(t=Pt[e]))throw new Error('Wrong `markdown-it` preset "'+e+'", check name')}if(t)return t.options&&n.set(t.options),t.components&&Object.keys(t.components).forEach(function(e){t.components[e].rules&&n[e].ruler.enableOnly(t.components[e].rules),t.components[e].rules2&&n[e].ruler2.enableOnly(t.components[e].rules2)}),this;throw new Error("Wrong `markdown-it` preset, can't be empty")},z.prototype.enable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){n=n.concat(this[e].ruler.enable(t,!0))},this),n=n.concat(this.inline.ruler2.enable(t,!0));var o=t.filter(function(e){return n.indexOf(e)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+o);return this},z.prototype.disable=function(t,e){let n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){n=n.concat(this[e].ruler.disable(t,!0))},this),n=n.concat(this.inline.ruler2.disable(t,!0));var o=t.filter(function(e){return n.indexOf(e)<0});if(o.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+o);return this},z.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},z.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");e=new this.core.State(e,this,t);return this.core.process(e),e.tokens},z.prototype.render=function(e,t){return this.renderer.render(this.parse(e,t=t||{}),this.options,t)},z.prototype.parseInline=function(e,t){e=new this.core.State(e,this,t);return e.inlineMode=!0,this.core.process(e),e.tokens},z.prototype.renderInline=function(e,t){return this.renderer.render(this.parseInline(e,t=t||{}),this.options,t)},He||(He=1,Ne=function(e){var i=e.helpers.parseLinkLabel,g=e.utils.isSpace;e.renderer.rules.footnote_ref=Rt,e.renderer.rules.footnote_block_open=Nt,e.renderer.rules.footnote_block_close=Ht,e.renderer.rules.footnote_open=Wt,e.renderer.rules.footnote_close=Gt,e.renderer.rules.footnote_anchor=Zt,e.renderer.rules.footnote_caption=Ut,e.renderer.rules.footnote_anchor_name=Ot,e.block.ruler.before("reference","footnote_def",function(e,t,n,o){var a,r,i,s,l,c,u,d,h=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(p<h+4)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(s=h+2;s<p;s++){if(32===e.src.charCodeAt(s))return!1;if(93===e.src.charCodeAt(s))break}if(s===h+2)return!1;if(p<=s+1||58!==e.src.charCodeAt(++s))return!1;if(!o){for(s++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),o=e.src.slice(h+2,s-2),e.env.footnotes.refs[":"+o]=-1,(h=new e.Token("footnote_reference_open","",1)).meta={label:o},h.level=e.level++,e.tokens.push(h),o=e.bMarks[t],a=e.tShift[t],r=e.sCount[t],i=e.parentType,d=s,l=c=e.sCount[t]+s-(e.bMarks[t]+e.tShift[t]);s<p&&(u=e.src.charCodeAt(s),g(u));)9===u?c+=4-c%4:c++,s++;e.tShift[t]=s-d,e.sCount[t]=c-l,e.bMarks[t]=d,e.blkIndent+=4,e.parentType="footnote",e.sCount[t]<e.blkIndent&&(e.sCount[t]+=e.blkIndent),e.md.block.tokenize(e,t,n,!0),e.parentType=i,e.blkIndent-=4,e.tShift[t]=a,e.sCount[t]=r,e.bMarks[t]=o,(h=new e.Token("footnote_reference_close","",-1)).level=--e.level,e.tokens.push(h)}return!0},{alt:["paragraph","reference"]}),e.inline.ruler.after("image","footnote_inline",function(e,t){var n,o,a=e.posMax,r=e.pos;return!(a<=r+2||94!==e.src.charCodeAt(r)||91!==e.src.charCodeAt(r+1)||(n=r+2,(r=i(e,r+1))<0)||(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),t=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(n,r),e.md,e.env,o=[]),e.push("footnote_ref","",0).meta={id:t},e.env.footnotes.list[t]={content:e.src.slice(n,r),tokens:o}),e.pos=r+1,e.posMax=a,0))}),e.inline.ruler.after("footnote_inline","footnote_ref",function(e,t){var n,o,a=e.posMax,r=e.pos;if(a<r+3)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(r))return!1;if(94!==e.src.charCodeAt(r+1))return!1;for(n=r+2;n<a;n++){if(32===e.src.charCodeAt(n))return!1;if(10===e.src.charCodeAt(n))return!1;if(93===e.src.charCodeAt(n))break}return n!==r+2&&!(a<=n||(r=e.src.slice(r+2,++n-1),void 0===e.env.footnotes.refs[":"+r])||(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+r]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:r,count:0},e.env.footnotes.refs[":"+r]=o):o=e.env.footnotes.refs[":"+r],t=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push("footnote_ref","",0).meta={id:o,subId:t,label:r}),e.pos=n,e.posMax=a,0))}),e.core.ruler.after("inline","footnote_tail",function(e){var t,n,o,a,r,i,s,l,c,u,d=!1,h={};if(e.env.footnotes&&(e.tokens=e.tokens.filter(function(e){return"footnote_reference_open"===e.type?(d=!0,c=[],u=e.meta.label,!1):"footnote_reference_close"===e.type?(d=!1,h[":"+u]=c,!1):(d&&c.push(e),!d)}),e.env.footnotes.list)){for(i=e.env.footnotes.list,s=new e.Token("footnote_block_open","",1),e.tokens.push(s),t=0,n=i.length;t<n;t++){for((s=new e.Token("footnote_open","",1)).meta={id:t,label:i[t].label},e.tokens.push(s),i[t].tokens?(l=[],(s=new e.Token("paragraph_open","p",1)).block=!0,l.push(s),(s=new e.Token("inline","",0)).children=i[t].tokens,s.content=i[t].content,l.push(s),(s=new e.Token("paragraph_close","p",-1)).block=!0,l.push(s)):i[t].label&&(l=h[":"+i[t].label]),l&&(e.tokens=e.tokens.concat(l)),r="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,a=0<i[t].count?i[t].count:1,o=0;o<a;o++)(s=new e.Token("footnote_anchor","",0)).meta={id:t,subId:o,label:i[t].label},e.tokens.push(s);r&&e.tokens.push(r),s=new e.Token("footnote_close","",-1),e.tokens.push(s)}s=new e.Token("footnote_block_close","",-1),e.tokens.push(s)}})}),k=Ne;var Xt,Qt,Kt={grinning:"😀",smiley:"😃",smile:"😄",grin:"😁",laughing:"😆",satisfied:"😆",sweat_smile:"😅",joy:"😂",wink:"😉",blush:"😊",innocent:"😇",heart_eyes:"😍",kissing_heart:"😘",kissing:"😗",kissing_closed_eyes:"😚",kissing_smiling_eyes:"😙",yum:"😋",stuck_out_tongue:"😛",stuck_out_tongue_winking_eye:"😜",stuck_out_tongue_closed_eyes:"😝",neutral_face:"😐",expressionless:"😑",no_mouth:"😶",smirk:"😏",unamused:"😒",relieved:"😌",pensive:"😔",sleepy:"😪",sleeping:"😴",mask:"😷",dizzy_face:"😵",sunglasses:"😎",confused:"😕",worried:"😟",open_mouth:"😮",hushed:"😯",astonished:"😲",flushed:"😳",frowning:"😦",anguished:"😧",fearful:"😨",cold_sweat:"😰",disappointed_relieved:"😥",cry:"😢",sob:"😭",scream:"😱",confounded:"😖",persevere:"😣",disappointed:"😞",sweat:"😓",weary:"😩",tired_face:"😫",rage:"😡",pout:"😡",angry:"😠",smiling_imp:"😈",smiley_cat:"😺",smile_cat:"😸",joy_cat:"😹",heart_eyes_cat:"😻",smirk_cat:"😼",kissing_cat:"😽",scream_cat:"🙀",crying_cat_face:"😿",pouting_cat:"😾",heart:"❤️",hand:"✋",raised_hand:"✋",v:"✌️",point_up:"☝️",fist_raised:"✊",fist:"✊",monkey_face:"🐵",cat:"🐱",cow:"🐮",mouse:"🐭",coffee:"☕",hotsprings:"♨️",anchor:"⚓",airplane:"✈️",hourglass:"⌛",watch:"⌚",sunny:"☀️",star:"⭐",cloud:"☁️",umbrella:"☔",zap:"⚡",snowflake:"❄️",sparkles:"✨",black_joker:"🃏",mahjong:"🀄",phone:"☎️",telephone:"☎️",envelope:"✉️",pencil2:"✏️",black_nib:"✒️",scissors:"✂️",wheelchair:"♿",warning:"⚠️",aries:"♈",taurus:"♉",gemini:"♊",cancer:"♋",leo:"♌",virgo:"♍",libra:"♎",scorpius:"♏",sagittarius:"♐",capricorn:"♑",aquarius:"♒",pisces:"♓",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",heavy_minus_sign:"➖",heavy_division_sign:"➗",bangbang:"‼️",interrobang:"⁉️",question:"❓",grey_question:"❔",grey_exclamation:"❕",exclamation:"❗",heavy_exclamation_mark:"❗",wavy_dash:"〰️",recycle:"♻️",white_check_mark:"✅",ballot_box_with_check:"☑️",heavy_check_mark:"✔️",x:"❌",negative_squared_cross_mark:"❎",curly_loop:"➰",loop:"➿",part_alternation_mark:"〽️",eight_spoked_asterisk:"✳️",eight_pointed_black_star:"✴️",sparkle:"❇️",copyright:"©️",registered:"®️",tm:"™️",information_source:"ℹ️",m:"Ⓜ️",black_circle:"⚫",white_circle:"⚪",black_large_square:"⬛",white_large_square:"⬜",black_medium_square:"◼️",white_medium_square:"◻️",black_medium_small_square:"◾",white_medium_small_square:"◽",black_small_square:"▪️",white_small_square:"▫️"},en={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["</3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]},tn={100:"💯",1234:"🔢",grinning:"😀",smiley:"😃",smile:"😄",grin:"😁",laughing:"😆",satisfied:"😆",sweat_smile:"😅",rofl:"🤣",joy:"😂",slightly_smiling_face:"🙂",upside_down_face:"🙃",melting_face:"🫠",wink:"😉",blush:"😊",innocent:"😇",smiling_face_with_three_hearts:"🥰",heart_eyes:"😍",star_struck:"🤩",kissing_heart:"😘",kissing:"😗",relaxed:"☺️",kissing_closed_eyes:"😚",kissing_smiling_eyes:"😙",smiling_face_with_tear:"🥲",yum:"😋",stuck_out_tongue:"😛",stuck_out_tongue_winking_eye:"😜",zany_face:"🤪",stuck_out_tongue_closed_eyes:"😝",money_mouth_face:"🤑",hugs:"🤗",hand_over_mouth:"🤭",face_with_open_eyes_and_hand_over_mouth:"🫢",face_with_peeking_eye:"🫣",shushing_face:"🤫",thinking:"🤔",saluting_face:"🫡",zipper_mouth_face:"🤐",raised_eyebrow:"🤨",neutral_face:"😐",expressionless:"😑",no_mouth:"😶",dotted_line_face:"🫥",face_in_clouds:"😶‍🌫️",smirk:"😏",unamused:"😒",roll_eyes:"🙄",grimacing:"😬",face_exhaling:"😮‍💨",lying_face:"🤥",shaking_face:"🫨",relieved:"😌",pensive:"😔",sleepy:"😪",drooling_face:"🤤",sleeping:"😴",mask:"😷",face_with_thermometer:"🤒",face_with_head_bandage:"🤕",nauseated_face:"🤢",vomiting_face:"🤮",sneezing_face:"🤧",hot_face:"🥵",cold_face:"🥶",woozy_face:"🥴",dizzy_face:"😵",face_with_spiral_eyes:"😵‍💫",exploding_head:"🤯",cowboy_hat_face:"🤠",partying_face:"🥳",disguised_face:"🥸",sunglasses:"😎",nerd_face:"🤓",monocle_face:"🧐",confused:"😕",face_with_diagonal_mouth:"🫤",worried:"😟",slightly_frowning_face:"🙁",frowning_face:"☹️",open_mouth:"😮",hushed:"😯",astonished:"😲",flushed:"😳",pleading_face:"🥺",face_holding_back_tears:"🥹",frowning:"😦",anguished:"😧",fearful:"😨",cold_sweat:"😰",disappointed_relieved:"😥",cry:"😢",sob:"😭",scream:"😱",confounded:"😖",persevere:"😣",disappointed:"😞",sweat:"😓",weary:"😩",tired_face:"😫",yawning_face:"🥱",triumph:"😤",rage:"😡",pout:"😡",angry:"😠",cursing_face:"🤬",smiling_imp:"😈",imp:"👿",skull:"💀",skull_and_crossbones:"☠️",hankey:"💩",poop:"💩",shit:"💩",clown_face:"🤡",japanese_ogre:"👹",japanese_goblin:"👺",ghost:"👻",alien:"👽",space_invader:"👾",robot:"🤖",smiley_cat:"😺",smile_cat:"😸",joy_cat:"😹",heart_eyes_cat:"😻",smirk_cat:"😼",kissing_cat:"😽",scream_cat:"🙀",crying_cat_face:"😿",pouting_cat:"😾",see_no_evil:"🙈",hear_no_evil:"🙉",speak_no_evil:"🙊",love_letter:"💌",cupid:"💘",gift_heart:"💝",sparkling_heart:"💖",heartpulse:"💗",heartbeat:"💓",revolving_hearts:"💞",two_hearts:"💕",heart_decoration:"💟",heavy_heart_exclamation:"❣️",broken_heart:"💔",heart_on_fire:"❤️‍🔥",mending_heart:"❤️‍🩹",heart:"❤️",pink_heart:"🩷",orange_heart:"🧡",yellow_heart:"💛",green_heart:"💚",blue_heart:"💙",light_blue_heart:"🩵",purple_heart:"💜",brown_heart:"🤎",black_heart:"🖤",grey_heart:"🩶",white_heart:"🤍",kiss:"💋",anger:"💢",boom:"💥",collision:"💥",dizzy:"💫",sweat_drops:"💦",dash:"💨",hole:"🕳️",speech_balloon:"💬",eye_speech_bubble:"👁️‍🗨️",left_speech_bubble:"🗨️",right_anger_bubble:"🗯️",thought_balloon:"💭",zzz:"💤",wave:"👋",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐️",hand:"✋",raised_hand:"✋",vulcan_salute:"🖖",rightwards_hand:"🫱",leftwards_hand:"🫲",palm_down_hand:"🫳",palm_up_hand:"🫴",leftwards_pushing_hand:"🫷",rightwards_pushing_hand:"🫸",ok_hand:"👌",pinched_fingers:"🤌",pinching_hand:"🤏",v:"✌️",crossed_fingers:"🤞",hand_with_index_finger_and_thumb_crossed:"🫰",love_you_gesture:"🤟",metal:"🤘",call_me_hand:"🤙",point_left:"👈",point_right:"👉",point_up_2:"👆",middle_finger:"🖕",fu:"🖕",point_down:"👇",point_up:"☝️",index_pointing_at_the_viewer:"🫵","+1":"👍",thumbsup:"👍","-1":"👎",thumbsdown:"👎",fist_raised:"✊",fist:"✊",fist_oncoming:"👊",facepunch:"👊",punch:"👊",fist_left:"🤛",fist_right:"🤜",clap:"👏",raised_hands:"🙌",heart_hands:"🫶",open_hands:"👐",palms_up_together:"🤲",handshake:"🤝",pray:"🙏",writing_hand:"✍️",nail_care:"💅",selfie:"🤳",muscle:"💪",mechanical_arm:"🦾",mechanical_leg:"🦿",leg:"🦵",foot:"🦶",ear:"👂",ear_with_hearing_aid:"🦻",nose:"👃",brain:"🧠",anatomical_heart:"🫀",lungs:"🫁",tooth:"🦷",bone:"🦴",eyes:"👀",eye:"👁️",tongue:"👅",lips:"👄",biting_lip:"🫦",baby:"👶",child:"🧒",boy:"👦",girl:"👧",adult:"🧑",blond_haired_person:"👱",man:"👨",bearded_person:"🧔",man_beard:"🧔‍♂️",woman_beard:"🧔‍♀️",red_haired_man:"👨‍🦰",curly_haired_man:"👨‍🦱",white_haired_man:"👨‍🦳",bald_man:"👨‍🦲",woman:"👩",red_haired_woman:"👩‍🦰",person_red_hair:"🧑‍🦰",curly_haired_woman:"👩‍🦱",person_curly_hair:"🧑‍🦱",white_haired_woman:"👩‍🦳",person_white_hair:"🧑‍🦳",bald_woman:"👩‍🦲",person_bald:"🧑‍🦲",blond_haired_woman:"👱‍♀️",blonde_woman:"👱‍♀️",blond_haired_man:"👱‍♂️",older_adult:"🧓",older_man:"👴",older_woman:"👵",frowning_person:"🙍",frowning_man:"🙍‍♂️",frowning_woman:"🙍‍♀️",pouting_face:"🙎",pouting_man:"🙎‍♂️",pouting_woman:"🙎‍♀️",no_good:"🙅",no_good_man:"🙅‍♂️",ng_man:"🙅‍♂️",no_good_woman:"🙅‍♀️",ng_woman:"🙅‍♀️",ok_person:"🙆",ok_man:"🙆‍♂️",ok_woman:"🙆‍♀️",tipping_hand_person:"💁",information_desk_person:"💁",tipping_hand_man:"💁‍♂️",sassy_man:"💁‍♂️",tipping_hand_woman:"💁‍♀️",sassy_woman:"💁‍♀️",raising_hand:"🙋",raising_hand_man:"🙋‍♂️",raising_hand_woman:"🙋‍♀️",deaf_person:"🧏",deaf_man:"🧏‍♂️",deaf_woman:"🧏‍♀️",bow:"🙇",bowing_man:"🙇‍♂️",bowing_woman:"🙇‍♀️",facepalm:"🤦",man_facepalming:"🤦‍♂️",woman_facepalming:"🤦‍♀️",shrug:"🤷",man_shrugging:"🤷‍♂️",woman_shrugging:"🤷‍♀️",health_worker:"🧑‍⚕️",man_health_worker:"👨‍⚕️",woman_health_worker:"👩‍⚕️",student:"🧑‍🎓",man_student:"👨‍🎓",woman_student:"👩‍🎓",teacher:"🧑‍🏫",man_teacher:"👨‍🏫",woman_teacher:"👩‍🏫",judge:"🧑‍⚖️",man_judge:"👨‍⚖️",woman_judge:"👩‍⚖️",farmer:"🧑‍🌾",man_farmer:"👨‍🌾",woman_farmer:"👩‍🌾",cook:"🧑‍🍳",man_cook:"👨‍🍳",woman_cook:"👩‍🍳",mechanic:"🧑‍🔧",man_mechanic:"👨‍🔧",woman_mechanic:"👩‍🔧",factory_worker:"🧑‍🏭",man_factory_worker:"👨‍🏭",woman_factory_worker:"👩‍🏭",office_worker:"🧑‍💼",man_office_worker:"👨‍💼",woman_office_worker:"👩‍💼",scientist:"🧑‍🔬",man_scientist:"👨‍🔬",woman_scientist:"👩‍🔬",technologist:"🧑‍💻",man_technologist:"👨‍💻",woman_technologist:"👩‍💻",singer:"🧑‍🎤",man_singer:"👨‍🎤",woman_singer:"👩‍🎤",artist:"🧑‍🎨",man_artist:"👨‍🎨",woman_artist:"👩‍🎨",pilot:"🧑‍✈️",man_pilot:"👨‍✈️",woman_pilot:"👩‍✈️",astronaut:"🧑‍🚀",man_astronaut:"👨‍🚀",woman_astronaut:"👩‍🚀",firefighter:"🧑‍🚒",man_firefighter:"👨‍🚒",woman_firefighter:"👩‍🚒",police_officer:"👮",cop:"👮",policeman:"👮‍♂️",policewoman:"👮‍♀️",detective:"🕵️",male_detective:"🕵️‍♂️",female_detective:"🕵️‍♀️",guard:"💂",guardsman:"💂‍♂️",guardswoman:"💂‍♀️",ninja:"🥷",construction_worker:"👷",construction_worker_man:"👷‍♂️",construction_worker_woman:"👷‍♀️",person_with_crown:"🫅",prince:"🤴",princess:"👸",person_with_turban:"👳",man_with_turban:"👳‍♂️",woman_with_turban:"👳‍♀️",man_with_gua_pi_mao:"👲",woman_with_headscarf:"🧕",person_in_tuxedo:"🤵",man_in_tuxedo:"🤵‍♂️",woman_in_tuxedo:"🤵‍♀️",person_with_veil:"👰",man_with_veil:"👰‍♂️",woman_with_veil:"👰‍♀️",bride_with_veil:"👰‍♀️",pregnant_woman:"🤰",pregnant_man:"🫃",pregnant_person:"🫄",breast_feeding:"🤱",woman_feeding_baby:"👩‍🍼",man_feeding_baby:"👨‍🍼",person_feeding_baby:"🧑‍🍼",angel:"👼",santa:"🎅",mrs_claus:"🤶",mx_claus:"🧑‍🎄",superhero:"🦸",superhero_man:"🦸‍♂️",superhero_woman:"🦸‍♀️",supervillain:"🦹",supervillain_man:"🦹‍♂️",supervillain_woman:"🦹‍♀️",mage:"🧙",mage_man:"🧙‍♂️",mage_woman:"🧙‍♀️",fairy:"🧚",fairy_man:"🧚‍♂️",fairy_woman:"🧚‍♀️",vampire:"🧛",vampire_man:"🧛‍♂️",vampire_woman:"🧛‍♀️",merperson:"🧜",merman:"🧜‍♂️",mermaid:"🧜‍♀️",elf:"🧝",elf_man:"🧝‍♂️",elf_woman:"🧝‍♀️",genie:"🧞",genie_man:"🧞‍♂️",genie_woman:"🧞‍♀️",zombie:"🧟",zombie_man:"🧟‍♂️",zombie_woman:"🧟‍♀️",troll:"🧌",massage:"💆",massage_man:"💆‍♂️",massage_woman:"💆‍♀️",haircut:"💇",haircut_man:"💇‍♂️",haircut_woman:"💇‍♀️",walking:"🚶",walking_man:"🚶‍♂️",walking_woman:"🚶‍♀️",standing_person:"🧍",standing_man:"🧍‍♂️",standing_woman:"🧍‍♀️",kneeling_person:"🧎",kneeling_man:"🧎‍♂️",kneeling_woman:"🧎‍♀️",person_with_probing_cane:"🧑‍🦯",man_with_probing_cane:"👨‍🦯",woman_with_probing_cane:"👩‍🦯",person_in_motorized_wheelchair:"🧑‍🦼",man_in_motorized_wheelchair:"👨‍🦼",woman_in_motorized_wheelchair:"👩‍🦼",person_in_manual_wheelchair:"🧑‍🦽",man_in_manual_wheelchair:"👨‍🦽",woman_in_manual_wheelchair:"👩‍🦽",runner:"🏃",running:"🏃",running_man:"🏃‍♂️",running_woman:"🏃‍♀️",woman_dancing:"💃",dancer:"💃",man_dancing:"🕺",business_suit_levitating:"🕴️",dancers:"👯",dancing_men:"👯‍♂️",dancing_women:"👯‍♀️",sauna_person:"🧖",sauna_man:"🧖‍♂️",sauna_woman:"🧖‍♀️",climbing:"🧗",climbing_man:"🧗‍♂️",climbing_woman:"🧗‍♀️",person_fencing:"🤺",horse_racing:"🏇",skier:"⛷️",snowboarder:"🏂",golfing:"🏌️",golfing_man:"🏌️‍♂️",golfing_woman:"🏌️‍♀️",surfer:"🏄",surfing_man:"🏄‍♂️",surfing_woman:"🏄‍♀️",rowboat:"🚣",rowing_man:"🚣‍♂️",rowing_woman:"🚣‍♀️",swimmer:"🏊",swimming_man:"🏊‍♂️",swimming_woman:"🏊‍♀️",bouncing_ball_person:"⛹️",bouncing_ball_man:"⛹️‍♂️",basketball_man:"⛹️‍♂️",bouncing_ball_woman:"⛹️‍♀️",basketball_woman:"⛹️‍♀️",weight_lifting:"🏋️",weight_lifting_man:"🏋️‍♂️",weight_lifting_woman:"🏋️‍♀️",bicyclist:"🚴",biking_man:"🚴‍♂️",biking_woman:"🚴‍♀️",mountain_bicyclist:"🚵",mountain_biking_man:"🚵‍♂️",mountain_biking_woman:"🚵‍♀️",cartwheeling:"🤸",man_cartwheeling:"🤸‍♂️",woman_cartwheeling:"🤸‍♀️",wrestling:"🤼",men_wrestling:"🤼‍♂️",women_wrestling:"🤼‍♀️",water_polo:"🤽",man_playing_water_polo:"🤽‍♂️",woman_playing_water_polo:"🤽‍♀️",handball_person:"🤾",man_playing_handball:"🤾‍♂️",woman_playing_handball:"🤾‍♀️",juggling_person:"🤹",man_juggling:"🤹‍♂️",woman_juggling:"🤹‍♀️",lotus_position:"🧘",lotus_position_man:"🧘‍♂️",lotus_position_woman:"🧘‍♀️",bath:"🛀",sleeping_bed:"🛌",people_holding_hands:"🧑‍🤝‍🧑",two_women_holding_hands:"👭",couple:"👫",two_men_holding_hands:"👬",couplekiss:"💏",couplekiss_man_woman:"👩‍❤️‍💋‍👨",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",couple_with_heart:"💑",couple_with_heart_woman_man:"👩‍❤️‍👨",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",family:"👪",family_man_woman_boy:"👨‍👩‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",speaking_head:"🗣️",bust_in_silhouette:"👤",busts_in_silhouette:"👥",people_hugging:"🫂",footprints:"👣",monkey_face:"🐵",monkey:"🐒",gorilla:"🦍",orangutan:"🦧",dog:"🐶",dog2:"🐕",guide_dog:"🦮",service_dog:"🐕‍🦺",poodle:"🐩",wolf:"🐺",fox_face:"🦊",raccoon:"🦝",cat:"🐱",cat2:"🐈",black_cat:"🐈‍⬛",lion:"🦁",tiger:"🐯",tiger2:"🐅",leopard:"🐆",horse:"🐴",moose:"🫎",donkey:"🫏",racehorse:"🐎",unicorn:"🦄",zebra:"🦓",deer:"🦌",bison:"🦬",cow:"🐮",ox:"🐂",water_buffalo:"🐃",cow2:"🐄",pig:"🐷",pig2:"🐖",boar:"🐗",pig_nose:"🐽",ram:"🐏",sheep:"🐑",goat:"🐐",dromedary_camel:"🐪",camel:"🐫",llama:"🦙",giraffe:"🦒",elephant:"🐘",mammoth:"🦣",rhinoceros:"🦏",hippopotamus:"🦛",mouse:"🐭",mouse2:"🐁",rat:"🐀",hamster:"🐹",rabbit:"🐰",rabbit2:"🐇",chipmunk:"🐿️",beaver:"🦫",hedgehog:"🦔",bat:"🦇",bear:"🐻",polar_bear:"🐻‍❄️",koala:"🐨",panda_face:"🐼",sloth:"🦥",otter:"🦦",skunk:"🦨",kangaroo:"🦘",badger:"🦡",feet:"🐾",paw_prints:"🐾",turkey:"🦃",chicken:"🐔",rooster:"🐓",hatching_chick:"🐣",baby_chick:"🐤",hatched_chick:"🐥",bird:"🐦",penguin:"🐧",dove:"🕊️",eagle:"🦅",duck:"🦆",swan:"🦢",owl:"🦉",dodo:"🦤",feather:"🪶",flamingo:"🦩",peacock:"🦚",parrot:"🦜",wing:"🪽",black_bird:"🐦‍⬛",goose:"🪿",frog:"🐸",crocodile:"🐊",turtle:"🐢",lizard:"🦎",snake:"🐍",dragon_face:"🐲",dragon:"🐉",sauropod:"🦕","t-rex":"🦖",whale:"🐳",whale2:"🐋",dolphin:"🐬",flipper:"🐬",seal:"🦭",fish:"🐟",tropical_fish:"🐠",blowfish:"🐡",shark:"🦈",octopus:"🐙",shell:"🐚",coral:"🪸",jellyfish:"🪼",snail:"🐌",butterfly:"🦋",bug:"🐛",ant:"🐜",bee:"🐝",honeybee:"🐝",beetle:"🪲",lady_beetle:"🐞",cricket:"🦗",cockroach:"🪳",spider:"🕷️",spider_web:"🕸️",scorpion:"🦂",mosquito:"🦟",fly:"🪰",worm:"🪱",microbe:"🦠",bouquet:"💐",cherry_blossom:"🌸",white_flower:"💮",lotus:"🪷",rosette:"🏵️",rose:"🌹",wilted_flower:"🥀",hibiscus:"🌺",sunflower:"🌻",blossom:"🌼",tulip:"🌷",hyacinth:"🪻",seedling:"🌱",potted_plant:"🪴",evergreen_tree:"🌲",deciduous_tree:"🌳",palm_tree:"🌴",cactus:"🌵",ear_of_rice:"🌾",herb:"🌿",shamrock:"☘️",four_leaf_clover:"🍀",maple_leaf:"🍁",fallen_leaf:"🍂",leaves:"🍃",empty_nest:"🪹",nest_with_eggs:"🪺",mushroom:"🍄",grapes:"🍇",melon:"🍈",watermelon:"🍉",tangerine:"🍊",orange:"🍊",mandarin:"🍊",lemon:"🍋",banana:"🍌",pineapple:"🍍",mango:"🥭",apple:"🍎",green_apple:"🍏",pear:"🍐",peach:"🍑",cherries:"🍒",strawberry:"🍓",blueberries:"🫐",kiwi_fruit:"🥝",tomato:"🍅",olive:"🫒",coconut:"🥥",avocado:"🥑",eggplant:"🍆",potato:"🥔",carrot:"🥕",corn:"🌽",hot_pepper:"🌶️",bell_pepper:"🫑",cucumber:"🥒",leafy_green:"🥬",broccoli:"🥦",garlic:"🧄",onion:"🧅",peanuts:"🥜",beans:"🫘",chestnut:"🌰",ginger_root:"🫚",pea_pod:"🫛",bread:"🍞",croissant:"🥐",baguette_bread:"🥖",flatbread:"🫓",pretzel:"🥨",bagel:"🥯",pancakes:"🥞",waffle:"🧇",cheese:"🧀",meat_on_bone:"🍖",poultry_leg:"🍗",cut_of_meat:"🥩",bacon:"🥓",hamburger:"🍔",fries:"🍟",pizza:"🍕",hotdog:"🌭",sandwich:"🥪",taco:"🌮",burrito:"🌯",tamale:"🫔",stuffed_flatbread:"🥙",falafel:"🧆",egg:"🥚",fried_egg:"🍳",shallow_pan_of_food:"🥘",stew:"🍲",fondue:"🫕",bowl_with_spoon:"🥣",green_salad:"🥗",popcorn:"🍿",butter:"🧈",salt:"🧂",canned_food:"🥫",bento:"🍱",rice_cracker:"🍘",rice_ball:"🍙",rice:"🍚",curry:"🍛",ramen:"🍜",spaghetti:"🍝",sweet_potato:"🍠",oden:"🍢",sushi:"🍣",fried_shrimp:"🍤",fish_cake:"🍥",moon_cake:"🥮",dango:"🍡",dumpling:"🥟",fortune_cookie:"🥠",takeout_box:"🥡",crab:"🦀",lobster:"🦞",shrimp:"🦐",squid:"🦑",oyster:"🦪",icecream:"🍦",shaved_ice:"🍧",ice_cream:"🍨",doughnut:"🍩",cookie:"🍪",birthday:"🎂",cake:"🍰",cupcake:"🧁",pie:"🥧",chocolate_bar:"🍫",candy:"🍬",lollipop:"🍭",custard:"🍮",honey_pot:"🍯",baby_bottle:"🍼",milk_glass:"🥛",coffee:"☕",teapot:"🫖",tea:"🍵",sake:"🍶",champagne:"🍾",wine_glass:"🍷",cocktail:"🍸",tropical_drink:"🍹",beer:"🍺",beers:"🍻",clinking_glasses:"🥂",tumbler_glass:"🥃",pouring_liquid:"🫗",cup_with_straw:"🥤",bubble_tea:"🧋",beverage_box:"🧃",mate:"🧉",ice_cube:"🧊",chopsticks:"🥢",plate_with_cutlery:"🍽️",fork_and_knife:"🍴",spoon:"🥄",hocho:"🔪",knife:"🔪",jar:"🫙",amphora:"🏺",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",globe_with_meridians:"🌐",world_map:"🗺️",japan:"🗾",compass:"🧭",mountain_snow:"🏔️",mountain:"⛰️",volcano:"🌋",mount_fuji:"🗻",camping:"🏕️",beach_umbrella:"🏖️",desert:"🏜️",desert_island:"🏝️",national_park:"🏞️",stadium:"🏟️",classical_building:"🏛️",building_construction:"🏗️",bricks:"🧱",rock:"🪨",wood:"🪵",hut:"🛖",houses:"🏘️",derelict_house:"🏚️",house:"🏠",house_with_garden:"🏡",office:"🏢",post_office:"🏣",european_post_office:"🏤",hospital:"🏥",bank:"🏦",hotel:"🏨",love_hotel:"🏩",convenience_store:"🏪",school:"🏫",department_store:"🏬",factory:"🏭",japanese_castle:"🏯",european_castle:"🏰",wedding:"💒",tokyo_tower:"🗼",statue_of_liberty:"🗽",church:"⛪",mosque:"🕌",hindu_temple:"🛕",synagogue:"🕍",shinto_shrine:"⛩️",kaaba:"🕋",fountain:"⛲",tent:"⛺",foggy:"🌁",night_with_stars:"🌃",cityscape:"🏙️",sunrise_over_mountains:"🌄",sunrise:"🌅",city_sunset:"🌆",city_sunrise:"🌇",bridge_at_night:"🌉",hotsprings:"♨️",carousel_horse:"🎠",playground_slide:"🛝",ferris_wheel:"🎡",roller_coaster:"🎢",barber:"💈",circus_tent:"🎪",steam_locomotive:"🚂",railway_car:"🚃",bullettrain_side:"🚄",bullettrain_front:"🚅",train2:"🚆",metro:"🚇",light_rail:"🚈",station:"🚉",tram:"🚊",monorail:"🚝",mountain_railway:"🚞",train:"🚋",bus:"🚌",oncoming_bus:"🚍",trolleybus:"🚎",minibus:"🚐",ambulance:"🚑",fire_engine:"🚒",police_car:"🚓",oncoming_police_car:"🚔",taxi:"🚕",oncoming_taxi:"🚖",car:"🚗",red_car:"🚗",oncoming_automobile:"🚘",blue_car:"🚙",pickup_truck:"🛻",truck:"🚚",articulated_lorry:"🚛",tractor:"🚜",racing_car:"🏎️",motorcycle:"🏍️",motor_scooter:"🛵",manual_wheelchair:"🦽",motorized_wheelchair:"🦼",auto_rickshaw:"🛺",bike:"🚲",kick_scooter:"🛴",skateboard:"🛹",roller_skate:"🛼",busstop:"🚏",motorway:"🛣️",railway_track:"🛤️",oil_drum:"🛢️",fuelpump:"⛽",wheel:"🛞",rotating_light:"🚨",traffic_light:"🚥",vertical_traffic_light:"🚦",stop_sign:"🛑",construction:"🚧",anchor:"⚓",ring_buoy:"🛟",boat:"⛵",sailboat:"⛵",canoe:"🛶",speedboat:"🚤",passenger_ship:"🛳️",ferry:"⛴️",motor_boat:"🛥️",ship:"🚢",airplane:"✈️",small_airplane:"🛩️",flight_departure:"🛫",flight_arrival:"🛬",parachute:"🪂",seat:"💺",helicopter:"🚁",suspension_railway:"🚟",mountain_cableway:"🚠",aerial_tramway:"🚡",artificial_satellite:"🛰️",rocket:"🚀",flying_saucer:"🛸",bellhop_bell:"🛎️",luggage:"🧳",hourglass:"⌛",hourglass_flowing_sand:"⏳",watch:"⌚",alarm_clock:"⏰",stopwatch:"⏱️",timer_clock:"⏲️",mantelpiece_clock:"🕰️",clock12:"🕛",clock1230:"🕧",clock1:"🕐",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",new_moon:"🌑",waxing_crescent_moon:"🌒",first_quarter_moon:"🌓",moon:"🌔",waxing_gibbous_moon:"🌔",full_moon:"🌕",waning_gibbous_moon:"🌖",last_quarter_moon:"🌗",waning_crescent_moon:"🌘",crescent_moon:"🌙",new_moon_with_face:"🌚",first_quarter_moon_with_face:"🌛",last_quarter_moon_with_face:"🌜",thermometer:"🌡️",sunny:"☀️",full_moon_with_face:"🌝",sun_with_face:"🌞",ringed_planet:"🪐",star:"⭐",star2:"🌟",stars:"🌠",milky_way:"🌌",cloud:"☁️",partly_sunny:"⛅",cloud_with_lightning_and_rain:"⛈️",sun_behind_small_cloud:"🌤️",sun_behind_large_cloud:"🌥️",sun_behind_rain_cloud:"🌦️",cloud_with_rain:"🌧️",cloud_with_snow:"🌨️",cloud_with_lightning:"🌩️",tornado:"🌪️",fog:"🌫️",wind_face:"🌬️",cyclone:"🌀",rainbow:"🌈",closed_umbrella:"🌂",open_umbrella:"☂️",umbrella:"☔",parasol_on_ground:"⛱️",zap:"⚡",snowflake:"❄️",snowman_with_snow:"☃️",snowman:"⛄",comet:"☄️",fire:"🔥",droplet:"💧",ocean:"🌊",jack_o_lantern:"🎃",christmas_tree:"🎄",fireworks:"🎆",sparkler:"🎇",firecracker:"🧨",sparkles:"✨",balloon:"🎈",tada:"🎉",confetti_ball:"🎊",tanabata_tree:"🎋",bamboo:"🎍",dolls:"🎎",flags:"🎏",wind_chime:"🎐",rice_scene:"🎑",red_envelope:"🧧",ribbon:"🎀",gift:"🎁",reminder_ribbon:"🎗️",tickets:"🎟️",ticket:"🎫",medal_military:"🎖️",trophy:"🏆",medal_sports:"🏅","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:"⚽",baseball:"⚾",softball:"🥎",basketball:"🏀",volleyball:"🏐",football:"🏈",rugby_football:"🏉",tennis:"🎾",flying_disc:"🥏",bowling:"🎳",cricket_game:"🏏",field_hockey:"🏑",ice_hockey:"🏒",lacrosse:"🥍",ping_pong:"🏓",badminton:"🏸",boxing_glove:"🥊",martial_arts_uniform:"🥋",goal_net:"🥅",golf:"⛳",ice_skate:"⛸️",fishing_pole_and_fish:"🎣",diving_mask:"🤿",running_shirt_with_sash:"🎽",ski:"🎿",sled:"🛷",curling_stone:"🥌",dart:"🎯",yo_yo:"🪀",kite:"🪁",gun:"🔫","8ball":"🎱",crystal_ball:"🔮",magic_wand:"🪄",video_game:"🎮",joystick:"🕹️",slot_machine:"🎰",game_die:"🎲",jigsaw:"🧩",teddy_bear:"🧸",pinata:"🪅",mirror_ball:"🪩",nesting_dolls:"🪆",spades:"♠️",hearts:"♥️",diamonds:"♦️",clubs:"♣️",chess_pawn:"♟️",black_joker:"🃏",mahjong:"🀄",flower_playing_cards:"🎴",performing_arts:"🎭",framed_picture:"🖼️",art:"🎨",thread:"🧵",sewing_needle:"🪡",yarn:"🧶",knot:"🪢",eyeglasses:"👓",dark_sunglasses:"🕶️",goggles:"🥽",lab_coat:"🥼",safety_vest:"🦺",necktie:"👔",shirt:"👕",tshirt:"👕",jeans:"👖",scarf:"🧣",gloves:"🧤",coat:"🧥",socks:"🧦",dress:"👗",kimono:"👘",sari:"🥻",one_piece_swimsuit:"🩱",swim_brief:"🩲",shorts:"🩳",bikini:"👙",womans_clothes:"👚",folding_hand_fan:"🪭",purse:"👛",handbag:"👜",pouch:"👝",shopping:"🛍️",school_satchel:"🎒",thong_sandal:"🩴",mans_shoe:"👞",shoe:"👞",athletic_shoe:"👟",hiking_boot:"🥾",flat_shoe:"🥿",high_heel:"👠",sandal:"👡",ballet_shoes:"🩰",boot:"👢",hair_pick:"🪮",crown:"👑",womans_hat:"👒",tophat:"🎩",mortar_board:"🎓",billed_cap:"🧢",military_helmet:"🪖",rescue_worker_helmet:"⛑️",prayer_beads:"📿",lipstick:"💄",ring:"💍",gem:"💎",mute:"🔇",speaker:"🔈",sound:"🔉",loud_sound:"🔊",loudspeaker:"📢",mega:"📣",postal_horn:"📯",bell:"🔔",no_bell:"🔕",musical_score:"🎼",musical_note:"🎵",notes:"🎶",studio_microphone:"🎙️",level_slider:"🎚️",control_knobs:"🎛️",microphone:"🎤",headphones:"🎧",radio:"📻",saxophone:"🎷",accordion:"🪗",guitar:"🎸",musical_keyboard:"🎹",trumpet:"🎺",violin:"🎻",banjo:"🪕",drum:"🥁",long_drum:"🪘",maracas:"🪇",flute:"🪈",iphone:"📱",calling:"📲",phone:"☎️",telephone:"☎️",telephone_receiver:"📞",pager:"📟",fax:"📠",battery:"🔋",low_battery:"🪫",electric_plug:"🔌",computer:"💻",desktop_computer:"🖥️",printer:"🖨️",keyboard:"⌨️",computer_mouse:"🖱️",trackball:"🖲️",minidisc:"💽",floppy_disk:"💾",cd:"💿",dvd:"📀",abacus:"🧮",movie_camera:"🎥",film_strip:"🎞️",film_projector:"📽️",clapper:"🎬",tv:"📺",camera:"📷",camera_flash:"📸",video_camera:"📹",vhs:"📼",mag:"🔍",mag_right:"🔎",candle:"🕯️",bulb:"💡",flashlight:"🔦",izakaya_lantern:"🏮",lantern:"🏮",diya_lamp:"🪔",notebook_with_decorative_cover:"📔",closed_book:"📕",book:"📖",open_book:"📖",green_book:"📗",blue_book:"📘",orange_book:"📙",books:"📚",notebook:"📓",ledger:"📒",page_with_curl:"📃",scroll:"📜",page_facing_up:"📄",newspaper:"📰",newspaper_roll:"🗞️",bookmark_tabs:"📑",bookmark:"🔖",label:"🏷️",moneybag:"💰",coin:"🪙",yen:"💴",dollar:"💵",euro:"💶",pound:"💷",money_with_wings:"💸",credit_card:"💳",receipt:"🧾",chart:"💹",envelope:"✉️",email:"📧","e-mail":"📧",incoming_envelope:"📨",envelope_with_arrow:"📩",outbox_tray:"📤",inbox_tray:"📥",package:"📦",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",postbox:"📮",ballot_box:"🗳️",pencil2:"✏️",black_nib:"✒️",fountain_pen:"🖋️",pen:"🖊️",paintbrush:"🖌️",crayon:"🖍️",memo:"📝",pencil:"📝",briefcase:"💼",file_folder:"📁",open_file_folder:"📂",card_index_dividers:"🗂️",date:"📅",calendar:"📆",spiral_notepad:"🗒️",spiral_calendar:"🗓️",card_index:"📇",chart_with_upwards_trend:"📈",chart_with_downwards_trend:"📉",bar_chart:"📊",clipboard:"📋",pushpin:"📌",round_pushpin:"📍",paperclip:"📎",paperclips:"🖇️",straight_ruler:"📏",triangular_ruler:"📐",scissors:"✂️",card_file_box:"🗃️",file_cabinet:"🗄️",wastebasket:"🗑️",lock:"🔒",unlock:"🔓",lock_with_ink_pen:"🔏",closed_lock_with_key:"🔐",key:"🔑",old_key:"🗝️",hammer:"🔨",axe:"🪓",pick:"⛏️",hammer_and_pick:"⚒️",hammer_and_wrench:"🛠️",dagger:"🗡️",crossed_swords:"⚔️",bomb:"💣",boomerang:"🪃",bow_and_arrow:"🏹",shield:"🛡️",carpentry_saw:"🪚",wrench:"🔧",screwdriver:"🪛",nut_and_bolt:"🔩",gear:"⚙️",clamp:"🗜️",balance_scale:"⚖️",probing_cane:"🦯",link:"🔗",chains:"⛓️",hook:"🪝",toolbox:"🧰",magnet:"🧲",ladder:"🪜",alembic:"⚗️",test_tube:"🧪",petri_dish:"🧫",dna:"🧬",microscope:"🔬",telescope:"🔭",satellite:"📡",syringe:"💉",drop_of_blood:"🩸",pill:"💊",adhesive_bandage:"🩹",crutch:"🩼",stethoscope:"🩺",x_ray:"🩻",door:"🚪",elevator:"🛗",mirror:"🪞",window:"🪟",bed:"🛏️",couch_and_lamp:"🛋️",chair:"🪑",toilet:"🚽",plunger:"🪠",shower:"🚿",bathtub:"🛁",mouse_trap:"🪤",razor:"🪒",lotion_bottle:"🧴",safety_pin:"🧷",broom:"🧹",basket:"🧺",roll_of_paper:"🧻",bucket:"🪣",soap:"🧼",bubbles:"🫧",toothbrush:"🪥",sponge:"🧽",fire_extinguisher:"🧯",shopping_cart:"🛒",smoking:"🚬",coffin:"⚰️",headstone:"🪦",funeral_urn:"⚱️",nazar_amulet:"🧿",hamsa:"🪬",moyai:"🗿",placard:"🪧",identification_card:"🪪",atm:"🏧",put_litter_in_its_place:"🚮",potable_water:"🚰",wheelchair:"♿",mens:"🚹",womens:"🚺",restroom:"🚻",baby_symbol:"🚼",wc:"🚾",passport_control:"🛂",customs:"🛃",baggage_claim:"🛄",left_luggage:"🛅",warning:"⚠️",children_crossing:"🚸",no_entry:"⛔",no_entry_sign:"🚫",no_bicycles:"🚳",no_smoking:"🚭",do_not_litter:"🚯","non-potable_water":"🚱",no_pedestrians:"🚷",no_mobile_phones:"📵",underage:"🔞",radioactive:"☢️",biohazard:"☣️",arrow_up:"⬆️",arrow_upper_right:"↗️",arrow_right:"➡️",arrow_lower_right:"↘️",arrow_down:"⬇️",arrow_lower_left:"↙️",arrow_left:"⬅️",arrow_upper_left:"↖️",arrow_up_down:"↕️",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",arrow_right_hook:"↪️",arrow_heading_up:"⤴️",arrow_heading_down:"⤵️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",back:"🔙",end:"🔚",on:"🔛",soon:"🔜",top:"🔝",place_of_worship:"🛐",atom_symbol:"⚛️",om:"🕉️",star_of_david:"✡️",wheel_of_dharma:"☸️",yin_yang:"☯️",latin_cross:"✝️",orthodox_cross:"☦️",star_and_crescent:"☪️",peace_symbol:"☮️",menorah:"🕎",six_pointed_star:"🔯",khanda:"🪯",aries:"♈",taurus:"♉",gemini:"♊",cancer:"♋",leo:"♌",virgo:"♍",libra:"♎",scorpius:"♏",sagittarius:"♐",capricorn:"♑",aquarius:"♒",pisces:"♓",ophiuchus:"⛎",twisted_rightwards_arrows:"🔀",repeat:"🔁",repeat_one:"🔂",arrow_forward:"▶️",fast_forward:"⏩",next_track_button:"⏭️",play_or_pause_button:"⏯️",arrow_backward:"◀️",rewind:"⏪",previous_track_button:"⏮️",arrow_up_small:"🔼",arrow_double_up:"⏫",arrow_down_small:"🔽",arrow_double_down:"⏬",pause_button:"⏸️",stop_button:"⏹️",record_button:"⏺️",eject_button:"⏏️",cinema:"🎦",low_brightness:"🔅",high_brightness:"🔆",signal_strength:"📶",wireless:"🛜",vibration_mode:"📳",mobile_phone_off:"📴",female_sign:"♀️",male_sign:"♂️",transgender_symbol:"⚧️",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",heavy_minus_sign:"➖",heavy_division_sign:"➗",heavy_equals_sign:"🟰",infinity:"♾️",bangbang:"‼️",interrobang:"⁉️",question:"❓",grey_question:"❔",grey_exclamation:"❕",exclamation:"❗",heavy_exclamation_mark:"❗",wavy_dash:"〰️",currency_exchange:"💱",heavy_dollar_sign:"💲",medical_symbol:"⚕️",recycle:"♻️",fleur_de_lis:"⚜️",trident:"🔱",name_badge:"📛",beginner:"🔰",o:"⭕",white_check_mark:"✅",ballot_box_with_check:"☑️",heavy_check_mark:"✔️",x:"❌",negative_squared_cross_mark:"❎",curly_loop:"➰",loop:"➿",part_alternation_mark:"〽️",eight_spoked_asterisk:"✳️",eight_pointed_black_star:"✴️",sparkle:"❇️",copyright:"©️",registered:"®️",tm:"™️",hash:"#️⃣",asterisk:"*️⃣",zero:"0️⃣",one:"1️⃣",two:"2️⃣",three:"3️⃣",four:"4️⃣",five:"5️⃣",six:"6️⃣",seven:"7️⃣",eight:"8️⃣",nine:"9️⃣",keycap_ten:"🔟",capital_abcd:"🔠",abcd:"🔡",symbols:"🔣",abc:"🔤",a:"🅰️",ab:"🆎",b:"🅱️",cl:"🆑",cool:"🆒",free:"🆓",information_source:"ℹ️",id:"🆔",m:"Ⓜ️",new:"🆕",ng:"🆖",o2:"🅾️",ok:"🆗",parking:"🅿️",sos:"🆘",up:"🆙",vs:"🆚",koko:"🈁",sa:"🈂️",ideograph_advantage:"🉐",accept:"🉑",congratulations:"㊗️",secret:"㊙️",u6e80:"🈵",red_circle:"🔴",orange_circle:"🟠",yellow_circle:"🟡",green_circle:"🟢",large_blue_circle:"🔵",purple_circle:"🟣",brown_circle:"🟤",black_circle:"⚫",white_circle:"⚪",red_square:"🟥",orange_square:"🟧",yellow_square:"🟨",green_square:"🟩",blue_square:"🟦",purple_square:"🟪",brown_square:"🟫",black_large_square:"⬛",white_large_square:"⬜",black_medium_square:"◼️",white_medium_square:"◻️",black_medium_small_square:"◾",white_medium_small_square:"◽",black_small_square:"▪️",white_small_square:"▫️",large_orange_diamond:"🔶",large_blue_diamond:"🔷",small_orange_diamond:"🔸",small_blue_diamond:"🔹",small_red_triangle:"🔺",small_red_triangle_down:"🔻",diamond_shape_with_a_dot_inside:"💠",radio_button:"🔘",white_square_button:"🔳",black_square_button:"🔲",checkered_flag:"🏁",triangular_flag_on_post:"🚩",crossed_flags:"🎌",black_flag:"🏴",white_flag:"🏳️",rainbow_flag:"🏳️‍🌈",transgender_flag:"🏳️‍⚧️",pirate_flag:"🏴‍☠️",ascension_island:"🇦🇨",andorra:"🇦🇩",united_arab_emirates:"🇦🇪",afghanistan:"🇦🇫",antigua_barbuda:"🇦🇬",anguilla:"🇦🇮",albania:"🇦🇱",armenia:"🇦🇲",angola:"🇦🇴",antarctica:"🇦🇶",argentina:"🇦🇷",american_samoa:"🇦🇸",austria:"🇦🇹",australia:"🇦🇺",aruba:"🇦🇼",aland_islands:"🇦🇽",azerbaijan:"🇦🇿",bosnia_herzegovina:"🇧🇦",barbados:"🇧🇧",bangladesh:"🇧🇩",belgium:"🇧🇪",burkina_faso:"🇧🇫",bulgaria:"🇧🇬",bahrain:"🇧🇭",burundi:"🇧🇮",benin:"🇧🇯",st_barthelemy:"🇧🇱",bermuda:"🇧🇲",brunei:"🇧🇳",bolivia:"🇧🇴",caribbean_netherlands:"🇧🇶",brazil:"🇧🇷",bahamas:"🇧🇸",bhutan:"🇧🇹",bouvet_island:"🇧🇻",botswana:"🇧🇼",belarus:"🇧🇾",belize:"🇧🇿",canada:"🇨🇦",cocos_islands:"🇨🇨",congo_kinshasa:"🇨🇩",central_african_republic:"🇨🇫",congo_brazzaville:"🇨🇬",switzerland:"🇨🇭",cote_divoire:"🇨🇮",cook_islands:"🇨🇰",chile:"🇨🇱",cameroon:"🇨🇲",cn:"🇨🇳",colombia:"🇨🇴",clipperton_island:"🇨🇵",costa_rica:"🇨🇷",cuba:"🇨🇺",cape_verde:"🇨🇻",curacao:"🇨🇼",christmas_island:"🇨🇽",cyprus:"🇨🇾",czech_republic:"🇨🇿",de:"🇩🇪",diego_garcia:"🇩🇬",djibouti:"🇩🇯",denmark:"🇩🇰",dominica:"🇩🇲",dominican_republic:"🇩🇴",algeria:"🇩🇿",ceuta_melilla:"🇪🇦",ecuador:"🇪🇨",estonia:"🇪🇪",egypt:"🇪🇬",western_sahara:"🇪🇭",eritrea:"🇪🇷",es:"🇪🇸",ethiopia:"🇪🇹",eu:"🇪🇺",european_union:"🇪🇺",finland:"🇫🇮",fiji:"🇫🇯",falkland_islands:"🇫🇰",micronesia:"🇫🇲",faroe_islands:"🇫🇴",fr:"🇫🇷",gabon:"🇬🇦",gb:"🇬🇧",uk:"🇬🇧",grenada:"🇬🇩",georgia:"🇬🇪",french_guiana:"🇬🇫",guernsey:"🇬🇬",ghana:"🇬🇭",gibraltar:"🇬🇮",greenland:"🇬🇱",gambia:"🇬🇲",guinea:"🇬🇳",guadeloupe:"🇬🇵",equatorial_guinea:"🇬🇶",greece:"🇬🇷",south_georgia_south_sandwich_islands:"🇬🇸",guatemala:"🇬🇹",guam:"🇬🇺",guinea_bissau:"🇬🇼",guyana:"🇬🇾",hong_kong:"🇭🇰",heard_mcdonald_islands:"🇭🇲",honduras:"🇭🇳",croatia:"🇭🇷",haiti:"🇭🇹",hungary:"🇭🇺",canary_islands:"🇮🇨",indonesia:"🇮🇩",ireland:"🇮🇪",israel:"🇮🇱",isle_of_man:"🇮🇲",india:"🇮🇳",british_indian_ocean_territory:"🇮🇴",iraq:"🇮🇶",iran:"🇮🇷",iceland:"🇮🇸",it:"🇮🇹",jersey:"🇯🇪",jamaica:"🇯🇲",jordan:"🇯🇴",jp:"🇯🇵",kenya:"🇰🇪",kyrgyzstan:"🇰🇬",cambodia:"🇰🇭",kiribati:"🇰🇮",comoros:"🇰🇲",st_kitts_nevis:"🇰🇳",north_korea:"🇰🇵",kr:"🇰🇷",kuwait:"🇰🇼",cayman_islands:"🇰🇾",kazakhstan:"🇰🇿",laos:"🇱🇦",lebanon:"🇱🇧",st_lucia:"🇱🇨",liechtenstein:"🇱🇮",sri_lanka:"🇱🇰",liberia:"🇱🇷",lesotho:"🇱🇸",lithuania:"🇱🇹",luxembourg:"🇱🇺",latvia:"🇱🇻",libya:"🇱🇾",morocco:"🇲🇦",monaco:"🇲🇨",moldova:"🇲🇩",montenegro:"🇲🇪",st_martin:"🇲🇫",madagascar:"🇲🇬",marshall_islands:"🇲🇭",macedonia:"🇲🇰",mali:"🇲🇱",myanmar:"🇲🇲",mongolia:"🇲🇳",macau:"🇲🇴",northern_mariana_islands:"🇲🇵",martinique:"🇲🇶",mauritania:"🇲🇷",montserrat:"🇲🇸",malta:"🇲🇹",mauritius:"🇲🇺",maldives:"🇲🇻",malawi:"🇲🇼",mexico:"🇲🇽",malaysia:"🇲🇾",mozambique:"🇲🇿",namibia:"🇳🇦",new_caledonia:"🇳🇨",niger:"🇳🇪",norfolk_island:"🇳🇫",nigeria:"🇳🇬",nicaragua:"🇳🇮",netherlands:"🇳🇱",norway:"🇳🇴",nepal:"🇳🇵",nauru:"🇳🇷",niue:"🇳🇺",new_zealand:"🇳🇿",oman:"🇴🇲",panama:"🇵🇦",peru:"🇵🇪",french_polynesia:"🇵🇫",papua_new_guinea:"🇵🇬",philippines:"🇵🇭",pakistan:"🇵🇰",poland:"🇵🇱",st_pierre_miquelon:"🇵🇲",pitcairn_islands:"🇵🇳",puerto_rico:"🇵🇷",palestinian_territories:"🇵🇸",portugal:"🇵🇹",palau:"🇵🇼",paraguay:"🇵🇾",qatar:"🇶🇦",reunion:"🇷🇪",romania:"🇷🇴",serbia:"🇷🇸",ru:"🇷🇺",rwanda:"🇷🇼",saudi_arabia:"🇸🇦",solomon_islands:"🇸🇧",seychelles:"🇸🇨",sudan:"🇸🇩",sweden:"🇸🇪",singapore:"🇸🇬",st_helena:"🇸🇭",slovenia:"🇸🇮",svalbard_jan_mayen:"🇸🇯",slovakia:"🇸🇰",sierra_leone:"🇸🇱",san_marino:"🇸🇲",senegal:"🇸🇳",somalia:"🇸🇴",suriname:"🇸🇷",south_sudan:"🇸🇸",sao_tome_principe:"🇸🇹",el_salvador:"🇸🇻",sint_maarten:"🇸🇽",syria:"🇸🇾",swaziland:"🇸🇿",tristan_da_cunha:"🇹🇦",turks_caicos_islands:"🇹🇨",chad:"🇹🇩",french_southern_territories:"🇹🇫",togo:"🇹🇬",thailand:"🇹🇭",tajikistan:"🇹🇯",tokelau:"🇹🇰",timor_leste:"🇹🇱",turkmenistan:"🇹🇲",tunisia:"🇹🇳",tonga:"🇹🇴",tr:"🇹🇷",trinidad_tobago:"🇹🇹",tuvalu:"🇹🇻",taiwan:"🇹🇼",tanzania:"🇹🇿",ukraine:"🇺🇦",uganda:"🇺🇬",us_outlying_islands:"🇺🇲",united_nations:"🇺🇳",us:"🇺🇸",uruguay:"🇺🇾",uzbekistan:"🇺🇿",vatican_city:"🇻🇦",st_vincent_grenadines:"🇻🇨",venezuela:"🇻🇪",british_virgin_islands:"🇻🇬",us_virgin_islands:"🇻🇮",vietnam:"🇻🇳",vanuatu:"🇻🇺",wallis_futuna:"🇼🇫",samoa:"🇼🇸",kosovo:"🇽🇰",yemen:"🇾🇪",mayotte:"🇾🇹",south_africa:"🇿🇦",zambia:"🇿🇲",zimbabwe:"🇿🇼",england:"🏴󠁧󠁢󠁥󠁮󠁧󠁿",scotland:"🏴󠁧󠁢󠁳󠁣󠁴󠁿",wales:"🏴󠁧󠁢󠁷󠁬󠁳󠁿"},l=Object.freeze({__proto__:null,bare:Yt,full:function(e,t){t=e.utils.assign({},{defs:tn,shortcuts:en,enabled:[]},t||{}),Yt(e,t)},light:function(e,t){t=e.utils.assign({},{defs:Kt,shortcuts:en,enabled:[]},t||{}),Yt(e,t)}});Qt||(on=!(Qt=1),an=!(nn=!0),Xt=function(e,t){t&&(nn=!t.enabled,on=!!t.label,an=!!t.labelAfter),e.core.ruler.after("inline","github-task-lists",function(e){for(var t,n,o,a=e.tokens,r=2;r<a.length;r++)"inline"===(n=a)[o=r].type&&"paragraph_open"===n[o-1].type&&"list_item_open"===n[o-2].type&&(e=>0===e.content.indexOf("[ ] ")||0===e.content.indexOf("[x] ")||0===e.content.indexOf("[X] "))(n[o])&&(t=o=n=void 0,n=a[r],o=e.Token,n.children.unshift(((e,t)=>{var t=new t("html_inline","",0),n=nn?' disabled="" ':"";return 0===e.content.indexOf("[ ] ")?t.content='<input class="task-list-item-checkbox"'+n+'type="checkbox">':0!==e.content.indexOf("[x] ")&&0!==e.content.indexOf("[X] ")||(t.content='<input class="task-list-item-checkbox" checked=""'+n+'type="checkbox">'),t})(n,o)),n.children[1].content=n.children[1].content.slice(3),n.content=n.content.slice(3),on&&(an?(n.children.pop(),t="task-item-"+Math.ceil(1e7*Math.random()-1e3),n.children[0].content=n.children[0].content.slice(0,-1)+' id="'+t+'">',n.children.push(((e,t,n)=>((n=new n("html_inline","",0)).content='<label class="task-list-item-label" for="'+t+'">'+e+"</label>",n.attrs=[{for:t}],n))(n.content,t,o))):(n.children.unshift((e=>((e=new e("html_inline","",0)).content="<label>",e))(o)),n.children.push((e=>((e=new e("html_inline","",0)).content="</label>",e))(o)))),rn(a[r-2],"class","task-list-item"+(nn?"":" enabled")),rn(a[((e,t)=>{for(var n=e[t].level-1,o=t-1;0<=o;o--)if(e[o].level===n)return o;return-1})(a,r-2)],"class","contains-task-list"))})});var nn,on,an,d=Xt;function rn(e,t,n){var o=e.attrIndex(t),t=[t,n];o<0?e.attrPush(t):e.attrs[o]=t}e=Object.freeze({__proto__:null,default:function(e){let t=e.utils.escapeRE,g=e.utils.arrayReplaceAt,n=" \r\n$+<=>^`|~",o=e.utils.lib.ucmicro.P.source,f=e.utils.lib.ucmicro.Z.source;e.block.ruler.before("reference","abbr_def",function(e,t,n,o){let a,r=e.bMarks[t]+e.tShift[t];var i=e.eMarks[t];if(r+2>=i)return!1;if(42!==e.src.charCodeAt(r++))return!1;if(91!==e.src.charCodeAt(r++))return!1;for(var s=r;r<i;r++){var l=e.src.charCodeAt(r);if(91===l)return!1;if(93===l){a=r;break}92===l&&r++}if(a<0||58!==e.src.charCodeAt(a+1))return!1;if(!o){o=e.src.slice(s,a).replace(/\\(.)/g,"$1"),s=e.src.slice(a+2,i).trim();if(0===o.length)return!1;if(0===s.length)return!1;e.env.abbreviations||(e.env.abbreviations={}),void 0===e.env.abbreviations[":"+o]&&(e.env.abbreviations[":"+o]=s),e.line=t+1}return!0},{alt:["paragraph","reference"]}),e.core.ruler.after("linkify","abbr_replace",function(a){var r=a.tokens;if(a.env.abbreviations){var i=new RegExp("(?:"+Object.keys(a.env.abbreviations).map(function(e){return e.substr(1)}).sort(function(e,t){return t.length-e.length}).map(t).join("|")+")"),e="(^|"+o+"|"+f+"|["+n.split("").map(t).join("")+"])("+Object.keys(a.env.abbreviations).map(function(e){return e.substr(1)}).sort(function(e,t){return t.length-e.length}).map(t).join("|")+")($|"+o+"|"+f+"|["+n.split("").map(t).join("")+"])",s=new RegExp(e,"g");for(let o=0,e=r.length;o<e;o++)if("inline"===r[o].type){let n=r[o].children;for(let t=n.length-1;0<=t;t--){var l=n[t];if("text"===l.type){let e=0;var c,u=l.content,d=(s.lastIndex=0,[]);if(i.test(u)){for(;c=s.exec(u);){(0<c.index||0<c[1].length)&&((h=new a.Token("text","",0)).content=u.slice(e,c.index+c[1].length),d.push(h));var h=new a.Token("abbr_open","abbr",1),p=(h.attrs=[["title",a.env.abbreviations[":"+c[2]]]],d.push(h),new a.Token("text","",0)),p=(p.content=c[2],d.push(p),new a.Token("abbr_close","abbr",-1));d.push(p),s.lastIndex-=c[3].length,e=s.lastIndex}d.length&&(e<u.length&&((l=new a.Token("text","",0)).content=u.slice(e),d.push(l)),r[o].children=n=g(n,t,d))}}}}}})}}),r=Object.freeze({__proto__:null,default:function(e){let y=e.utils.isSpace;function x(e,t){var n,o=e.bMarks[t]+e.tShift[t],t=e.eMarks[t];return t<=o||126!==(n=e.src.charCodeAt(o++))&&58!==n||o===(n=e.skipSpaces(o))||t<=n?-1:o}e.block.ruler.before("paragraph","deflist",function(o,n,a,e){if(e)return!(o.ddIndent<0)&&0<=x(o,n);let r=n+1;if(r>=a)return!1;if(o.isEmpty(r)&&++r>=a)return!1;if(o.sCount[r]<o.blkIndent)return!1;let i=x(o,r);if(i<0)return!1;e=o.tokens.length;let s=!0;var t=[n,0];o.push("dl_open","dl",1).map=t;let l=n,c=r;e:for(;;){let n=!1;o.push("dt_open","dt",1).map=[l,l];var u=o.push("inline","",0);for(u.map=[l,l],u.content=o.getLines(l,l+1,o.blkIndent,!1).trim(),u.children=[],o.push("dt_close","dt",-1);;){var d=o.push("dd_open","dd",1),h=[r,0];d.map=h;let e=i;var p=o.eMarks[c];let t=o.sCount[c]+i-(o.bMarks[c]+o.tShift[c]);for(;e<p;){var g=o.src.charCodeAt(e);if(!y(g))break;9===g?t+=4-t%4:t++,e++}i=e;var d=o.tight,f=o.ddIndent,m=o.blkIndent,_=o.tShift[c],b=o.sCount[c],v=o.parentType;if(o.blkIndent=o.ddIndent=o.sCount[c]+2,o.tShift[c]=i-o.bMarks[c],o.sCount[c]=t,o.tight=!0,o.parentType="deflist",o.md.block.tokenize(o,c,a,!0),o.tight&&!n||(s=!1),n=1<o.line-c&&o.isEmpty(o.line-1),o.tShift[c]=_,o.sCount[c]=b,o.tight=d,o.parentType=v,o.blkIndent=m,o.ddIndent=f,o.push("dd_close","dd",-1),h[1]=r=o.line,r>=a)break e;if(o.sCount[r]<o.blkIndent)break e;if((i=x(o,r))<0)break;c=r}if(r>=a)break;if(l=r,o.isEmpty(l))break;if(o.sCount[l]<o.blkIndent)break;if((c=l+1)>=a)break;if(o.isEmpty(c)&&c++,c>=a)break;if(o.sCount[c]<o.blkIndent)break;if((i=x(o,c))<0)break}if(o.push("dl_close","dl",-1),t[1]=r,o.line=r,s){var k=o,n=e,w=k.level+2;for(let e=n+2,t=k.tokens.length-2;e<t;e++)k.tokens[e].level===w&&"paragraph_open"===k.tokens[e].type&&(k.tokens[e+2].hidden=!0,k.tokens[e].hidden=!0,e+=2)}return!0},{alt:["paragraph","reference","blockquote"]})}});let sn=Object.freeze({__proto__:null,default:function(e){function a(t,n){var o=[],a=n.length;for(let e=0;e<a;e++){var r,i=n[e];61===i.marker&&-1!==i.end&&(r=n[i.end],(i=t.tokens[i.token]).type="mark_open",i.tag="mark",i.nesting=1,i.markup="==",i.content="",(i=t.tokens[r.token]).type="mark_close",i.tag="mark",i.nesting=-1,i.markup="==",i.content="","text"===t.tokens[r.token-1].type)&&"="===t.tokens[r.token-1].content&&o.push(r.token-1)}for(;o.length;){var s,l=o.pop();let e=l+1;for(;e<t.tokens.length&&"mark_close"===t.tokens[e].type;)e++;l!==--e&&(s=t.tokens[e],t.tokens[e]=t.tokens[l],t.tokens[l]=s)}}e.inline.ruler.before("emphasis","mark",function(t,e){var n=t.pos,o=t.src.charCodeAt(n);if(e)return!1;if(61!==o)return!1;var a=t.scanDelims(t.pos,!0);let r=a.length;var i=String.fromCharCode(o);if(r<2)return!1;r%2&&(t.push("text","",0).content=i,r--);for(let e=0;e<r;e+=2)t.push("text","",0).content=i+i,(a.can_open||a.can_close)&&t.delimiters.push({marker:o,length:0,jump:e/2,token:t.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return t.pos+=a.length,!0}),e.inline.ruler2.before("emphasis","mark",function(e){let t;var n=e.tokens_meta,o=(e.tokens_meta||[]).length;for(a(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&a(e,n[t].delimiters)})}}),ln=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function cn(e,t){var n=e.posMax,o=e.pos;if(126!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;e.pos=o+1;let a=!1;for(;e.pos<n;){if(126===e.src.charCodeAt(e.pos)){a=!0;break}e.md.inline.skipToken(e)}return!a||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=t.replace(ln,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=n,!0)}let un=Object.freeze({__proto__:null,default:function(e){e.inline.ruler.after("emphasis","sub",cn)}}),dn=/\\([ \\!"#$%&'()*+,./:;<=>?@[\]^_`{|}~-])/g;function hn(e,t){var n=e.posMax,o=e.pos;if(94!==e.src.charCodeAt(o))return!1;if(t)return!1;if(n<=o+2)return!1;e.pos=o+1;let a=!1;for(;e.pos<n;){if(94===e.src.charCodeAt(e.pos)){a=!0;break}e.md.inline.skipToken(e)}return!a||o+1===e.pos||(t=e.src.slice(o+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=t.replace(dn,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=n,!0)}let pn=Object.freeze({__proto__:null,default:function(e){e.inline.ruler.after("emphasis","sup",hn)}}),gn={footnote:{name:"markdown-it-footnote",plugin:B({__proto__:null,default:jt(k)},[k]),description:"Support des notes de bas de page [^1]"},emoji:{name:"markdown-it-emoji",plugin:l,description:"Support des emoji :smile:"},taskLists:{name:"markdown-it-task-lists",plugin:B({__proto__:null,default:jt(d)},[d]),description:"Support des task lists - [ ] et - [x]"},abbr:{name:"markdown-it-abbr",plugin:e,description:"Support des abréviations *[HTML]: HyperText Markup Language"},deflist:{name:"markdown-it-deflist",plugin:r,description:"Support des listes de définition"},mark:{name:"markdown-it-mark",plugin:sn,description:"Support du marquage ==texte surligné=="},sub:{name:"markdown-it-sub",plugin:un,description:"Support du subscript H~2~O"},sup:{name:"markdown-it-sup",plugin:pn,description:"Support du superscript x^2^"}};class fn{constructor(e={}){Object.defineProperty(this,"md",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"config",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.config={html:!0,linkify:!0,typographer:!0,breaks:!1,plugins:[],enableOntoWaveLinks:!0,...e},this.md=new z({html:this.config.html,linkify:this.config.linkify,typographer:this.config.typographer,breaks:this.config.breaks}),this.loadPlugins(),this.config.enableOntoWaveLinks&&this.setupOntoWaveLinks()}loadPlugins(){this.config.plugins&&0!==this.config.plugins.length?(console.log("🔌 Chargement plugins markdown-it:",this.config.plugins),this.config.plugins.forEach(e=>{var t=gn[e];t?(this.md.use(t.plugin),console.log(` ✅ ${t.name} chargé`)):console.warn(" ⚠️ Plugin inconnu: "+e)})):console.log("🔧 markdown-it initialisé sans plugins (mode léger)")}setupOntoWaveLinks(){let d=this.md.renderer.rules.link_open||((e,t,n,o,a)=>a.renderToken(e,t,n));this.md.renderer.rules.link_open=(e,t,n,o,a)=>{var r,i,s,l,c=e[t],u=c.attrIndex("href");return 0<=u&&(u=c.attrs[u][1],r=/^https?:\/\//.test(u),i=/\.(tar\.gz|zip|pdf|doc|docx|xls|xlsx|ppt|pptx|txt|csv|json|xml|js|css|png|jpg|jpeg|gif|svg|webp)$/i.test(u),s=/\.html/.test(u),l=u.endsWith("/"),r||i||s||l?r?(c.attrSet("target","_blank"),c.attrSet("rel","noopener noreferrer")):i&&c.attrSet("download",""):(c.attrSet("href","#"+u),c.attrSet("onclick",`window.OntoWave?.loadPage('${u}'); return false;`))),d(e,t,n,o,a)}}render(e){try{return this.md.render(e)}catch(e){return console.error("❌ Erreur parsing Markdown:",e),`<div style="color: #d73a49; padding: 20px;">
4
4
  ❌ Erreur de rendu Markdown
5
5
  <pre style="margin-top: 10px; background: #f6f8fa; padding: 10px;">${e}</pre>
6
6
  </div>`}}renderInline(t){try{return this.md.renderInline(t)}catch(e){return console.error("❌ Erreur parsing Markdown inline:",e),t}}getMarkdownIt(){return this.md}updateConfig(e){this.config={...this.config,...e},this.md=new z({html:this.config.html,linkify:this.config.linkify,typographer:this.config.typographer,breaks:this.config.breaks}),this.loadPlugins(),this.config.enableOntoWaveLinks&&this.setupOntoWaveLinks()}getActivePlugins(){return this.config.plugins||[]}static getAvailablePlugins(){return gn}}let mn={fr:{menuHome:"Accueil",menuGallery:"Galerie",menuConfiguration:"Configuration",configTitle:"OntoWave - Configuration Complète",configGeneral:"Général",configSiteTitle:"Titre du site :",configDefaultPage:"Page par défaut :",configBaseUrl:"URL de base :",configLanguages:"Langues et Localisation",configSupportedLanguages:"Langues supportées (séparées par des virgules) :",configFallbackLanguage:"Langue de fallback :",configNavigation:"Navigation et Interface",configShowGallery:"Afficher la galerie d'exemples",configHomeButton:"Bouton Accueil",configBreadcrumb:"Fil d'Ariane (breadcrumb)",configToc:"Table des matières",configMermaid:"Diagrammes Mermaid",configMermaidTheme:"Thème Mermaid :",configMermaidAuto:"Démarrage automatique",configMermaidMaxWidth:"Utiliser la largeur maximale",configPlantuml:"Diagrammes PlantUML",configPlantumlServer:"Serveur PlantUML :",configPlantumlFormat:"Format de sortie :",configPrism:"Coloration Syntaxique (Prism.js)",configPrismTheme:"Thème Prism :",configPrismAutoload:"Chargement automatique",configUI:"Interface Utilisateur",configUITheme:"Thème de l'interface :",configUIResponsive:"Design responsive",configUIAnimations:"Animations et transitions",configApply:"Appliquer Configuration",configDownloadHTML:"Télécharger HTML",configDownloadJS:"Télécharger ontowave.min.js",configReset:"Réinitialiser",configLanguageNote:"Laissez vide pour un site monolingue"},en:{menuHome:"Home",menuGallery:"Gallery",menuConfiguration:"Configuration",configTitle:"OntoWave - Complete Configuration",configGeneral:"General",configSiteTitle:"Site title:",configDefaultPage:"Default page:",configBaseUrl:"Base URL:",configLanguages:"Languages and Localization",configSupportedLanguages:"Supported languages (comma separated):",configFallbackLanguage:"Fallback language:",configNavigation:"Navigation and Interface",configShowGallery:"Show examples gallery",configHomeButton:"Home button",configBreadcrumb:"Breadcrumb navigation",configToc:"Table of contents",configMermaid:"Mermaid Diagrams",configMermaidTheme:"Mermaid theme:",configMermaidAuto:"Auto start",configMermaidMaxWidth:"Use maximum width",configPlantuml:"PlantUML Diagrams",configPlantumlServer:"PlantUML server:",configPlantumlFormat:"Output format:",configPrism:"Syntax Highlighting (Prism.js)",configPrismTheme:"Prism theme:",configPrismAutoload:"Auto loading",configUI:"User Interface",configUITheme:"Interface theme:",configUIResponsive:"Responsive design",configUIAnimations:"Animations and transitions",configApply:"Apply Configuration",configDownloadHTML:"Download HTML",configDownloadJS:"Download ontowave.min.js",configReset:"Reset",configLanguageNote:"Leave empty for monolingual site"}},_n={title:"OntoWave Documentation",baseUrl:"/",defaultPage:"index.md",containerId:"ontowave-container",locales:["fr","en"],fallbackLocale:"en",showGallery:!1,mermaid:{theme:"default",startOnLoad:!0,flowchart:{useMaxWidth:!0},sequence:{useMaxWidth:!0},gantt:{useMaxWidth:!0},journey:{useMaxWidth:!0}},plantuml:{server:"https://www.plantuml.com/plantuml",format:"svg"},prism:{theme:"default",autoload:!0},navigation:{showHome:!0,showBreadcrumb:!0,showToc:!0},ui:{theme:"default",responsive:!0,animations:!0,languageButtons:"menu"}};class I{constructor(e={}){this.config={..._n,...e},e.i18n&&(e.i18n.supported&&(this.config.locales=e.i18n.supported),e.i18n.default)&&(this.config.fallbackLocale=e.i18n.default),this.container=null,this.mermaidLoaded=!1,this.prismLoaded=!1,this.currentPage=null,this.currentLanguage=null,this.svgCache=new Map,this.svgCacheTTL=3e5,this.svgCacheEnabled=!1!==e.svgCache}getCachedSVG(e){var t;return this.svgCacheEnabled&&(t=this.svgCache.get(e))?Date.now()-t.timestamp>this.svgCacheTTL?(this.svgCache.delete(e),null):(console.log("✅ SVG récupéré du cache:",e),t.svg):null}cacheSVG(e,t){this.svgCacheEnabled&&(this.svgCache.set(e,{svg:t,timestamp:Date.now()}),console.log("💾 SVG mis en cache:",e,`(${this.svgCache.size} entrées)`))}clearSVGCache(){var e=this.svgCache.size;this.svgCache.clear(),console.log(`🗑️ Cache SVG vidé (${e} entrées supprimées)`)}getCurrentLanguage(){if(this.currentLanguage)return this.currentLanguage;var e=document.getElementById("lang-fr"),t=document.getElementById("lang-en");if(e&&t){if(e.classList.contains("visible")||!e.classList.contains("hidden")&&"none"!==e.style.display)return"fr";if(t.classList.contains("visible")||!t.classList.contains("hidden")&&"none"!==t.style.display)return"en"}e=document.getElementById("btn-fr"),t=document.getElementById("btn-en");if(e&&t){if(e.classList.contains("active"))return"fr";if(t.classList.contains("active"))return"en"}return this.resolveLocale()||"en"}t(e,t=null){t=t||this.getCurrentLanguage();return(mn[t]||mn.en)[e]||e}updateInterfaceTexts(e=null){let t=e||this.getCurrentLanguage();console.log("🌐 Interface texts updating for language:",t);e=document.querySelector('.ontowave-menu-option[onclick*="goHome"]'),e&&(e.innerHTML="🏠 "+this.t("menuHome",t)),e=document.querySelector('.ontowave-menu-option[onclick*="gallery.html"]'),e&&(e.innerHTML="🎨 "+this.t("menuGallery",t)),e=document.querySelector('.ontowave-menu-option[onclick*="toggleConfigurationPanel"]'),e&&(e.innerHTML="⚙️ "+this.t("menuConfiguration",t)),e=document.getElementById("ontowave-config-panel");if(e){let o=document.getElementById("config-title-full")?.value||this.config.title,a=document.getElementById("config-defaultPage-full")?.value||this.config.defaultPage,r=document.getElementById("config-baseUrl-full")?.value||this.config.baseUrl;e.remove();e=document.querySelector('.ontowave-menu-option[onclick*="toggleConfigurationPanel"]');e&&e.classList.remove("selected"),setTimeout(()=>{this.toggleConfigurationPanel(null,t),setTimeout(()=>{var e=document.getElementById("config-title-full"),t=document.getElementById("config-defaultPage-full"),n=document.getElementById("config-baseUrl-full");e&&(e.value=o),t&&(t.value=a),n&&(n.value=r)},100)},50)}console.log("🌐 Interface texts updated for language:",t)}switchLanguage(e){this.currentLanguage=e,this.updateLanguageButtonsState(e),this.updateInterfaceTexts(e);e=(this.config.sources||{})[e]||this.config.defaultPage;e&&this.loadPage(e)}updateLanguageButtonsState(e=null){let t=e||this.getCurrentLanguage();document.querySelectorAll(".ontowave-lang-btn").forEach(e=>{e.classList.remove("active"),e.textContent.includes(t.toUpperCase())&&e.classList.add("active")}),document.querySelectorAll(".ontowave-fixed-lang-btn").forEach(e=>{e.classList.remove("active"),e.textContent.includes(t.toUpperCase())&&e.classList.add("active")}),console.log("🌐 État des boutons de langue mis à jour pour:",t)}goHome(){var e;this.config.routing&&this.config.defaultRoute?u.location.hash=this.config.defaultRoute:this.config.i18n&&this.config.i18nFolder?(e=this.getCurrentLanguage(),this.loadI18nContent(e)):(e=this.getCurrentLanguage(),e=(this.config.sources||{})[e]||this.config.defaultPage,this.loadPage(e))}getBrowserLocales(){var e=[];return navigator.languages&&e.push(...navigator.languages),navigator.language&&e.push(navigator.language),navigator.userLanguage&&e.push(navigator.userLanguage),[...new Set(e)]}resolveLocale(){var e=this.getBrowserLocales(),n=this.config.locales||[],t=this.config.defaultLocale||this.config.fallbackLocale;if(console.log("🌐 Browser locales:",e),console.log("🌐 Supported locales:",n),console.log("🌐 Default locale:",t),0===n.length)return null;var o,a,r,i=u.location.hash||u.location.pathname;console.log("🔍 Current URL:",i);for(o of n)if(new RegExp(`\\.${o}\\.(md|html)`).test(i))return console.log("🎯 Page language detected from URL:",o,"in",i),o;for(a of e)if(n.includes(a))return console.log("🎯 Exact browser match found:",a),a;for(r of e){var s;r.split("-")[0];for(s of e){let t=s.split("-")[0];var l=n.find(e=>e.startsWith(t));if(l)return console.log("🎯 Prefix match found:",s,"->",l),l}if(t&&n.includes(t))return console.log("🎯 Using configured default locale:",t),t}var c=n[0];return console.log("🎯 Using fallback locale:",c),c}isMultilingualMode(){return this.config.locales&&0<this.config.locales.length&&this.config.sources}generatePageCandidates(e){var t,n=this.resolveLocale(),o=[];return n?(t=e.replace(/\.md$/,""),o.push(t+`.${n}.md`),n.includes("-")&&(n=n.split("-")[0],o.push(t+`.${n}.md`)),o.push(e),console.log("📄 Page candidates for",e,":",o)):o.push(e),o}async init(){try{await this.loadConfigFromScript(),this.injectStyles(),await this.loadMermaid(),await this.loadPrism(),this.createInterface(),this.currentLanguage=this.resolveLocale(),this.initializeNavigation(),this.updateLanguageButtonsState(),await this.loadInitialPage(),console.log("✅ OntoWave successfully initialized")}catch(e){console.error("❌ OntoWave initialization failed:",e),this.showError("Erreur d'initialisation OntoWave: "+e.message)}}async loadConfigFromScript(){if(u.ontoWaveConfig)this.config={...this.config,...u.ontoWaveConfig},console.log("📄 Configuration loaded from window.ontoWaveConfig"),console.log("📄 Final config:",this.config);else{var e=document.getElementById("ontowave-config");if(e&&"application/json"===e.type)try{var t=JSON.parse(e.textContent);this.config={...this.config,...t},console.log("📄 Configuration loaded from script tag"),console.log("📄 Final config:",this.config)}catch(e){console.warn("⚠️ Invalid JSON in ontowave-config script tag:",e)}}}injectStyles(){var e=document.createElement("style");e.textContent=`
@@ -582,7 +582,7 @@
582
582
  padding: 1rem;
583
583
  }
584
584
  }
585
- `,document.head.appendChild(e)}async loadMermaid(){return new Promise(e=>{var t;u.mermaid?(this.mermaidLoaded=!0,this.initializeMermaid(),e()):((t=document.createElement("script")).src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js",t.onload=()=>{this.mermaidLoaded=!0,this.initializeMermaid(),e()},t.onerror=()=>{console.warn("⚠️ Failed to load Mermaid library"),e()},document.head.appendChild(t))})}initializeMermaid(){u.mermaid&&(u.mermaid.initialize(this.config.mermaid),console.log("🎨 Mermaid initialized"))}async loadPrism(){return new Promise(o=>{if(u.Prism)return this.prismLoaded=!0,console.log("🎨 Prism already loaded"),o();var e=document.createElement("link"),e=(e.rel="stylesheet",e.href="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css",document.head.appendChild(e),document.createElement("script"));e.src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-core.min.js",e.onload=()=>{console.log("🎨 Prism core loaded"),u.Prism.languages.javascript||(u.Prism.languages.javascript={"class-name":null});let e=["markup","css","javascript"],t=0,n=()=>{t++,console.log(`🔤 Essential language loaded: ${t}/`+e.length),t>=e.length&&(u.Prism.languages.markup&&(u.Prism.languages.html=u.Prism.languages.markup,console.log("🔤 HTML alias created from markup")),this.prismLoaded=!0,console.log("✅ Prism ready with essential languages"),o(),u.Prism&&u.Prism.languages&&(u.Prism.languages.plantuml={comment:/'[^\n]*/,keyword:/@startuml|@enduml|@startmindmap|@endmindmap|@startsalt|@endsalt|@startgantt|@endgantt|participant|actor|boundary|control|entity|database|collections|queue|as|title|note|over|left|right|end|alt|else|opt|loop|par|break|critical|group|autonumber|activate|deactivate|destroy|create|hide|show|class|interface|abstract|enum|extends|implements|package|namespace|skinparam|style|sprite/,string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},arrow:/(?:--|->|o-|-o|\*-|-\*|\.-|-\.)/,operator:/[:=[\](){}|]/,tag:/#[a-zA-Z0-9]+/,function:/\[\[.*?\]\]/,number:/\b\d+\b/,punctuation:/[,;]/},console.log("🏭 PlantUML language definition added to Prism")),setTimeout(()=>{let n=["python","java","bash","json","yaml","mermaid"],o=0,a=()=>{if(o>=n.length)console.log("✅ All safe Prism languages loaded"),e();else{let e=n[o++];var t=document.createElement("script");t.src=`https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-${e}.min.js`,t.onload=()=>{console.log("🔤 Additional Prism language loaded: "+e),setTimeout(a,10)},t.onerror=()=>{console.warn("⚠️ Failed to load Prism language: "+e),a()},document.head.appendChild(t)}},e=()=>{var e;u.Prism.languages.javascript&&u.Prism.languages.javascript["class-name"]?((e=document.createElement("script")).src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-typescript.min.js",e.onload=()=>{console.log("🔤 Additional Prism language loaded: typescript")},e.onerror=()=>{console.warn("⚠️ Failed to load Prism language: typescript")},document.head.appendChild(e)):console.warn("⚠️ JavaScript grammar incomplete, skipping TypeScript")};a()},100))};e.forEach(e=>{var t=document.createElement("script");t.src=`https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-${e}.min.js`,t.onload=n,t.onerror=()=>{console.warn("⚠️ Failed to load essential Prism language: "+e),n()},document.head.appendChild(t)})},e.onerror=()=>{console.warn("⚠️ Failed to load Prism library"),o()},document.head.appendChild(e)})}createInterface(t=null){var e,n;this.config.disableHashLoading?(console.log("🚫 createInterface() désactivé (nouveau mode crée son propre DOM)"),console.log("✅ Création du menu flottant uniquement pour nouveau mode"),this.createFloatingMenuOnly(t)):(this.container=document.getElementById(this.config.containerId),this.container||(this.container=document.createElement("div"),this.container.id=this.config.containerId,document.body.appendChild(this.container)),this.container.className="ontowave-container",e=this.config.showGallery?`<span class="ontowave-menu-option" onclick="window.location.href='gallery.html'">🎨 ${this.t("menuGallery",t)}</span>`:"",n=this.config.ui?.languageButtons||"menu",n=this.config.locales&&1<this.config.locales.length&&("menu"===n||"both"===n)?this.config.locales.map(e=>`<span class="ontowave-menu-option ontowave-lang-btn${(t||this.getCurrentLanguage())===e?" active":""}" onclick="event.stopPropagation(); window.OntoWave.instance.switchLanguage('${e}');">🌐 ${e.toUpperCase()}</span>`).join(""):"",this.container.innerHTML=`
585
+ `,document.head.appendChild(e)}async loadMermaid(){return new Promise(e=>{var t;u.mermaid?(this.mermaidLoaded=!0,this.initializeMermaid(),e()):((t=document.createElement("script")).src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js",t.onload=()=>{this.mermaidLoaded=!0,this.initializeMermaid(),e()},t.onerror=()=>{console.warn("⚠️ Failed to load Mermaid library"),e()},document.head.appendChild(t))})}initializeMermaid(){u.mermaid&&(u.mermaid.initialize(this.config.mermaid),console.log("🎨 Mermaid initialized"))}async loadPrism(){return new Promise(o=>{var e;return!1===this.config.prism?.autoload?(console.log("🎨 Prism disabled by config (prism.autoload: false)"),o()):u.Prism?(this.prismLoaded=!0,console.log("🎨 Prism already loaded"),o()):((e=document.createElement("link")).rel="stylesheet",e.href="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css",document.head.appendChild(e),(e=document.createElement("script")).src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-core.min.js",e.onload=()=>{console.log("🎨 Prism core loaded"),u.Prism.languages.javascript||(u.Prism.languages.javascript={"class-name":null});let e=()=>{let e=["markup","css","javascript"],t=0,n=()=>{t++,console.log(`🔤 Essential language loaded: ${t}/`+e.length),t>=e.length&&(u.Prism.languages.markup&&(u.Prism.languages.html=u.Prism.languages.markup,console.log("🔤 HTML alias created from markup")),this.prismLoaded=!0,console.log("✅ Prism ready with essential languages"),o(),u.Prism&&u.Prism.languages&&(u.Prism.languages.plantuml={comment:/'[^\n]*/,keyword:/@startuml|@enduml|@startmindmap|@endmindmap|@startsalt|@endsalt|@startgantt|@endgantt|participant|actor|boundary|control|entity|database|collections|queue|as|title|note|over|left|right|end|alt|else|opt|loop|par|break|critical|group|autonumber|activate|deactivate|destroy|create|hide|show|class|interface|abstract|enum|extends|implements|package|namespace|skinparam|style|sprite/,string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},arrow:/(?:--|->|o-|-o|\*-|-\*|\.-|-\.)/,operator:/[:=[\](){}|]/,tag:/#[a-zA-Z0-9]+/,function:/\[\[.*?\]\]/,number:/\b\d+\b/,punctuation:/[,;]/},console.log("🏭 PlantUML language definition added to Prism")),setTimeout(()=>{let n=["python","java","bash","json","yaml","mermaid"],o=0,a=()=>{if(o>=n.length)console.log("✅ All safe Prism languages loaded"),e();else{let e=n[o++];var t=document.createElement("script");t.src=`https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-${e}.min.js`,t.onload=()=>{console.log("🔤 Additional Prism language loaded: "+e),setTimeout(a,10)},t.onerror=()=>{console.warn("⚠️ Failed to load Prism language: "+e),a()},document.head.appendChild(t)}},e=()=>{var e;u.Prism.languages.javascript&&u.Prism.languages.javascript["class-name"]?((e=document.createElement("script")).src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-typescript.min.js",e.onload=()=>{console.log("🔤 Additional Prism language loaded: typescript")},e.onerror=()=>{console.warn("⚠️ Failed to load Prism language: typescript")},document.head.appendChild(e)):console.warn("⚠️ JavaScript grammar incomplete, skipping TypeScript")};a()},100))};e.forEach(e=>{var t=document.createElement("script");t.src=`https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-${e}.min.js`,t.onload=n,t.onerror=()=>{console.warn("⚠️ Failed to load essential Prism language: "+e),n()},document.head.appendChild(t)})};var t=document.createElement("script");t.src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-clike.min.js",t.onload=()=>{console.log("🔤 clike loaded (required by javascript)"),e()},t.onerror=()=>{console.warn("⚠️ Failed to load prism-clike, continuing without it"),e()},document.head.appendChild(t)},e.onerror=()=>{console.warn("⚠️ Failed to load Prism library"),o()},void document.head.appendChild(e))})}createInterface(t=null){var e,n;this.config.disableHashLoading?(console.log("🚫 createInterface() désactivé (nouveau mode crée son propre DOM)"),console.log("✅ Création du menu flottant uniquement pour nouveau mode"),this.createFloatingMenuOnly(t)):(this.container=document.getElementById(this.config.containerId),this.container||(this.container=document.createElement("div"),this.container.id=this.config.containerId,document.body.appendChild(this.container)),this.container.className="ontowave-container",e=this.config.showGallery?`<span class="ontowave-menu-option" onclick="window.location.href='gallery.html'">🎨 ${this.t("menuGallery",t)}</span>`:"",n=this.config.ui?.languageButtons||"menu",n=this.config.locales&&1<this.config.locales.length&&("menu"===n||"both"===n)?this.config.locales.map(e=>`<span class="ontowave-menu-option ontowave-lang-btn${(t||this.getCurrentLanguage())===e?" active":""}" onclick="event.stopPropagation(); window.OntoWave.instance.switchLanguage('${e}');">🌐 ${e.toUpperCase()}</span>`).join(""):"",this.container.innerHTML=`
586
586
  <div class="ontowave-floating-menu" id="ontowave-floating-menu" title="OntoWave Menu">
587
587
  <span class="ontowave-menu-icon" id="ontowave-menu-icon">&#127754;</span>
588
588
  <div class="ontowave-menu-content" id="ontowave-menu-content">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ontowave",
3
- "version": "1.0.24",
3
+ "version": "1.0.34",
4
4
  "description": "Lightweight JavaScript library for creating interactive documentation from Markdown with multilingual support, Prism syntax highlighting, Mermaid diagrams, and PlantUML rendering",
5
5
  "main": "dist/ontowave.js",
6
6
  "unpkg": "dist/ontowave.min.js",
@@ -38,11 +38,12 @@
38
38
  "private": false,
39
39
  "type": "module",
40
40
  "scripts": {
41
- "prebuild": "npm run sitemap && npm run pageslist",
41
+ "prebuild": "rm -rf docs/assets docs/standalone && npm run sitemap && npm run pageslist",
42
42
  "dev": "vite",
43
43
  "build": "vite build",
44
- "postbuild": "bash tools/restore-github-pages-files.sh",
45
- "build:package": "npx uglifyjs dist/ontowave.js -o dist/ontowave.min.js -c -m",
44
+ "noscript": "node tools/inject-noscript.mjs",
45
+ "postbuild": "bash tools/restore-github-pages-files.sh && node tools/inject-noscript.mjs",
46
+ "build:package": "npx uglifyjs dist/ontowave.js -o dist/ontowave.min.js -c -m && cp dist/ontowave.min.js docs/ontowave.min.js",
46
47
  "build:standalone": "npm run build && node tools/build-standalone.mjs",
47
48
  "serve:docs": "npx http-server ./docs -p 8080 -c-1 --cors",
48
49
  "preview": "vite preview",