@cnblogs/markdown-it-presets 1.5.8
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/index.d.ts +1 -0
- package/index.js +18 -0
- package/index.js.map +1 -0
- package/lib-esm/index.js +2 -0
- package/lib-esm/index.js.map +1 -0
- package/lib-esm/markdown-it-factory.js +98 -0
- package/lib-esm/markdown-it-factory.js.map +1 -0
- package/lib-esm/option.js +27 -0
- package/lib-esm/option.js.map +1 -0
- package/lib-esm/plugins/highlight-code-lines.plugin.js +45 -0
- package/lib-esm/plugins/highlight-code-lines.plugin.js.map +1 -0
- package/lib-esm/plugins/html-filter.plugin.js +43 -0
- package/lib-esm/plugins/html-filter.plugin.js.map +1 -0
- package/lib-esm/plugins/meta.js +36 -0
- package/lib-esm/plugins/meta.js.map +1 -0
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js +5 -0
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +1 -0
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js +44 -0
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +1 -0
- package/lib-esm/plugins/simple-math.plugin.js +147 -0
- package/lib-esm/plugins/simple-math.plugin.js.map +1 -0
- package/lib-esm/plugins/simple-mermaid.plugin.js +17 -0
- package/lib-esm/plugins/simple-mermaid.plugin.js.map +1 -0
- package/lib-esm/plugins/toc/index.js +184 -0
- package/lib-esm/plugins/toc/index.js.map +1 -0
- package/lib-esm/plugins/toc/slugify.js +5 -0
- package/lib-esm/plugins/toc/slugify.js.map +1 -0
- package/lib-esm/plugins/toc/toc-item.js +2 -0
- package/lib-esm/plugins/toc/toc-item.js.map +1 -0
- package/lib-esm/plugins/toc/toc-option.js +17 -0
- package/lib-esm/plugins/toc/toc-option.js.map +1 -0
- package/lib-esm/tsconfig.build.tsbuildinfo +1 -0
- package/markdown-it-factory.d.ts +5 -0
- package/markdown-it-factory.js +105 -0
- package/markdown-it-factory.js.map +1 -0
- package/option.d.ts +22 -0
- package/option.js +36 -0
- package/option.js.map +1 -0
- package/package.json +77 -0
- package/plugins/highlight-code-lines.plugin.d.ts +3 -0
- package/plugins/highlight-code-lines.plugin.js +48 -0
- package/plugins/highlight-code-lines.plugin.js.map +1 -0
- package/plugins/html-filter.plugin.d.ts +2 -0
- package/plugins/html-filter.plugin.js +47 -0
- package/plugins/html-filter.plugin.js.map +1 -0
- package/plugins/meta.d.ts +2 -0
- package/plugins/meta.js +40 -0
- package/plugins/meta.js.map +1 -0
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.d.ts +2 -0
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.js +9 -0
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +1 -0
- package/plugins/multiline-blockquote/multiline-blockquote.rule.d.ts +2 -0
- package/plugins/multiline-blockquote/multiline-blockquote.rule.js +48 -0
- package/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +1 -0
- package/plugins/simple-math.plugin.d.ts +2 -0
- package/plugins/simple-math.plugin.js +151 -0
- package/plugins/simple-math.plugin.js.map +1 -0
- package/plugins/simple-mermaid.plugin.d.ts +2 -0
- package/plugins/simple-mermaid.plugin.js +21 -0
- package/plugins/simple-mermaid.plugin.js.map +1 -0
- package/plugins/toc/index.d.ts +3 -0
- package/plugins/toc/index.js +187 -0
- package/plugins/toc/index.js.map +1 -0
- package/plugins/toc/slugify.d.ts +2 -0
- package/plugins/toc/slugify.js +8 -0
- package/plugins/toc/slugify.js.map +1 -0
- package/plugins/toc/toc-item.d.ts +9 -0
- package/plugins/toc/toc-item.js +3 -0
- package/plugins/toc/toc-item.js.map +1 -0
- package/plugins/toc/toc-option.d.ts +26 -0
- package/plugins/toc/toc-option.js +20 -0
- package/plugins/toc/toc-option.js.map +1 -0
- package/styles/task-lists.less +19 -0
- package/styles/task-lists.min.css +1 -0
- package/tsconfig.build.tsbuildinfo +1 -0
- package/umd/markdown-it-presets.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("hljs"),require("markdownitTaskLists")):"function"==typeof define&&define.amd?define(["hljs","markdownitTaskLists"],r):"object"==typeof exports?exports.markdownItPresets=r(require("hljs"),require("markdownitTaskLists")):e.markdownItPresets=r(e.hljs,e.markdownitTaskLists)}(self,(function(e,r){return function(){var t={5969:function(e,r,t){const n=t(1346);e.exports=a;const o=Object.hasOwnProperty;function a(){if(!(this instanceof a))return new a;this.reset()}function i(e,r){return"string"!=typeof e?"":(r||(e=e.toLowerCase()),e.replace(n,"").replace(/ /g,"-"))}a.prototype.slug=function(e,r){const t=this;let n=i(e,!0===r);const a=n;for(;o.call(t.occurrences,n);)t.occurrences[a]++,n=a+"-"+t.occurrences[a];return t.occurrences[n]=0,n},a.prototype.reset=function(){this.occurrences=Object.create(null)},a.slug=i},1346:function(e){e.exports=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08BE-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B55\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D04\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D81\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1ABF-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31BB-\u31EF\u3200-\u33FF\u4DB6-\u4DFF\u9FF0-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7C7-\uA7F6\uA828-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB68-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD47-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD-\uDDCF\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC60-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD00-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD823-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D-\uD83F\uD87B-\uD87D\uD87F-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE4-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD822[\uDEF3-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD869[\uDED7-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g},3708:function(e,r,t){"use strict";function n(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach((function(r){r&&Object.keys(r).forEach((function(t){e[t]=r[t]}))})),e}function o(e){return Object.prototype.toString.call(e)}function a(e){return"[object Function]"===o(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},u={"http:":{validate:function(e,r,t){var n=e.slice(r);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,r,t){var n=e.slice(r);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?r>=3&&":"===e[r-3]||r>=3&&"/"===e[r-3]?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(e,r,t){var n=e.slice(r);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},l="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|ัั".split("|");function c(e){var r=e.re=t(2596)(e.__opts__),n=e.__tlds__.slice();function s(e){return e.replace("%TLDS%",r.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push("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]"),n.push(r.src_xn),r.src_tlds=n.join("|"),r.email_fuzzy=RegExp(s(r.tpl_email_fuzzy),"i"),r.link_fuzzy=RegExp(s(r.tpl_link_fuzzy),"i"),r.link_no_ip_fuzzy=RegExp(s(r.tpl_link_no_ip_fuzzy),"i"),r.host_fuzzy_test=RegExp(s(r.tpl_host_fuzzy_test),"i");var u=[];function l(e,r){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+r)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(r){var t=e.__schemas__[r];if(null!==t){var n={validate:null,link:null};if(e.__compiled__[r]=n,"[object Object]"===o(t))return"[object RegExp]"!==o(t.validate)?a(t.validate)?n.validate=t.validate:l(r,t):n.validate=function(e){return function(r,t){var n=r.slice(t);return e.test(n)?n.match(e)[0].length:0}}(t.validate),void(a(t.normalize)?n.normalize=t.normalize:t.normalize?l(r,t):n.normalize=function(e,r){r.normalize(e)});!function(e){return"[object String]"===o(e)}(t)?l(r,t):u.push(r)}})),u.forEach((function(r){e.__compiled__[e.__schemas__[r]]&&(e.__compiled__[r].validate=e.__compiled__[e.__schemas__[r]].validate,e.__compiled__[r].normalize=e.__compiled__[e.__schemas__[r]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,r){r.normalize(e)}};var c=Object.keys(e.__compiled__).filter((function(r){return r.length>0&&e.__compiled__[r]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><๏ฝ]|"+r.src_ZPCc+"))("+c+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><๏ฝ]|"+r.src_ZPCc+"))("+c+")","ig"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function p(e,r){var t=e.__index__,n=e.__last_index__,o=e.__text_cache__.slice(t,n);this.schema=e.__schema__.toLowerCase(),this.index=t+r,this.lastIndex=n+r,this.raw=o,this.text=o,this.url=o}function h(e,r){var t=new p(e,r);return e.__compiled__[t.schema].normalize(t,e),t}function f(e,r){if(!(this instanceof f))return new f(e,r);var t;r||(t=e,Object.keys(t||{}).reduce((function(e,r){return e||s.hasOwnProperty(r)}),!1)&&(r=e,e={})),this.__opts__=n({},s,r),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=n({},u,e),this.__compiled__={},this.__tlds__=l,this.__tlds_replaced__=!1,this.re={},c(this)}f.prototype.add=function(e,r){return this.__schemas__[e]=r,c(this),this},f.prototype.set=function(e){return this.__opts__=n(this.__opts__,e),this},f.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var r,t,n,o,a,i,s,u;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(r=s.exec(e));)if(o=this.testSchemaAt(e,r[2],s.lastIndex)){this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(u=e.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||u<this.__index__)&&null!==(t=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(a=t.index+t[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=t.index+t[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&e.indexOf("@")>=0&&null!==(n=e.match(this.re.email_fuzzy))&&(a=n.index+n[1].length,i=n.index+n[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=i)),this.__index__>=0},f.prototype.pretest=function(e){return this.re.pretest.test(e)},f.prototype.testSchemaAt=function(e,r,t){return this.__compiled__[r.toLowerCase()]?this.__compiled__[r.toLowerCase()].validate(e,t,this):0},f.prototype.match=function(e){var r=0,t=[];this.__index__>=0&&this.__text_cache__===e&&(t.push(h(this,r)),r=this.__last_index__);for(var n=r?e.slice(r):e;this.test(n);)t.push(h(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return t.length?t:null},f.prototype.tlds=function(e,r){return e=Array.isArray(e)?e:[e],r?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,r,t){return e!==t[r-1]})).reverse(),c(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,c(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(){},e.exports=f},2596:function(e,r,t){"use strict";e.exports=function(e){var r={};return r.src_Any=t(8287).source,r.src_Cc=t(699).source,r.src_Z=t(9338).source,r.src_P=t(6924).source,r.src_ZPCc=[r.src_Z,r.src_P,r.src_Cc].join("|"),r.src_ZCc=[r.src_Z,r.src_Cc].join("|"),r.src_pseudo_letter="(?:(?![><๏ฝ]|"+r.src_ZPCc+")"+r.src_Any+")",r.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]?)",r.src_auth="(?:(?:(?!"+r.src_ZCc+"|[@/\\[\\]()]).)+@)?",r.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",r.src_host_terminator="(?=$|[><๏ฝ]|"+r.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+r.src_ZPCc+"))",r.src_path="(?:[/?#](?:(?!"+r.src_ZCc+"|[><๏ฝ]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+r.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+r.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+r.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+r.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+r.src_ZCc+"|[']).)+\\'|\\'(?="+r.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+r.src_ZCc+"|[.]).|"+(e&&e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+r.src_ZCc+").|;(?!"+r.src_ZCc+").|\\!+(?!"+r.src_ZCc+"|[!]).|\\?(?!"+r.src_ZCc+"|[?]).)+|\\/)?",r.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',r.src_xn="xn--[a-z0-9\\-]{1,59}",r.src_domain_root="(?:"+r.src_xn+"|"+r.src_pseudo_letter+"{1,63})",r.src_domain="(?:"+r.src_xn+"|(?:"+r.src_pseudo_letter+")|(?:"+r.src_pseudo_letter+"(?:-|"+r.src_pseudo_letter+"){0,61}"+r.src_pseudo_letter+"))",r.src_host="(?:(?:(?:(?:"+r.src_domain+")\\.)*"+r.src_domain+"))",r.tpl_host_fuzzy="(?:"+r.src_ip4+"|(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%)))",r.tpl_host_no_ip_fuzzy="(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%))",r.src_host_strict=r.src_host+r.src_host_terminator,r.tpl_host_fuzzy_strict=r.tpl_host_fuzzy+r.src_host_terminator,r.src_host_port_strict=r.src_host+r.src_port+r.src_host_terminator,r.tpl_host_port_fuzzy_strict=r.tpl_host_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_port_no_ip_fuzzy_strict=r.tpl_host_no_ip_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+r.src_ZPCc+"|>|$))",r.tpl_email_fuzzy='(^|[><๏ฝ]|"|\\(|'+r.src_ZCc+")("+r.src_email_name+"@"+r.tpl_host_fuzzy_strict+")",r.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝ]|"+r.src_ZPCc+"))((?![$+<=>^`|๏ฝ])"+r.tpl_host_port_fuzzy_strict+r.src_path+")",r.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝ]|"+r.src_ZPCc+"))((?![$+<=>^`|๏ฝ])"+r.tpl_host_port_no_ip_fuzzy_strict+r.src_path+")",r}},4878:function(e){"use strict";e.exports=function(e){var r=e.utils.escapeRE,t=e.utils.arrayReplaceAt,n=" \r\n$+<=>^`|~",o=e.utils.lib.ucmicro.P.source,a=e.utils.lib.ucmicro.Z.source;e.block.ruler.before("reference","abbr_def",(function(e,r,t,n){var o,a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(l+2>=c)return!1;if(42!==e.src.charCodeAt(l++))return!1;if(91!==e.src.charCodeAt(l++))return!1;for(s=l;l<c;l++){if(91===(i=e.src.charCodeAt(l)))return!1;if(93===i){u=l;break}92===i&&l++}return!(u<0||58!==e.src.charCodeAt(u+1)||!n&&(o=e.src.slice(s,u).replace(/\\(.)/g,"$1"),a=e.src.slice(u+2,c).trim(),0===o.length||0===a.length||(e.env.abbreviations||(e.env.abbreviations={}),void 0===e.env.abbreviations[":"+o]&&(e.env.abbreviations[":"+o]=a),e.line=r+1,0)))}),{alt:["paragraph","reference"]}),e.core.ruler.after("linkify","abbr_replace",(function(e){var i,s,u,l,c,p,h,f,_,d,m,g,b,D=e.tokens;if(e.env.abbreviations)for(g=new RegExp("(?:"+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,r){return r.length-e.length})).map(r).join("|")+")"),m="(^|"+o+"|"+a+"|["+n.split("").map(r).join("")+"])("+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,r){return r.length-e.length})).map(r).join("|")+")($|"+o+"|"+a+"|["+n.split("").map(r).join("")+"])",_=new RegExp(m,"g"),s=0,u=D.length;s<u;s++)if("inline"===D[s].type)for(i=(l=D[s].children).length-1;i>=0;i--)if("text"===(b=l[i]).type&&(f=0,p=b.content,_.lastIndex=0,h=[],g.test(p))){for(;d=_.exec(p);)(d.index>0||d[1].length>0)&&((c=new e.Token("text","",0)).content=p.slice(f,d.index+d[1].length),h.push(c)),(c=new e.Token("abbr_open","abbr",1)).attrs=[["title",e.env.abbreviations[":"+d[2]]]],h.push(c),(c=new e.Token("text","",0)).content=d[2],h.push(c),c=new e.Token("abbr_close","abbr",-1),h.push(c),_.lastIndex-=d[3].length,f=_.lastIndex;h.length&&(f<p.length&&((c=new e.Token("text","",0)).content=p.slice(f),h.push(c)),D[s].children=l=t(l,i,h))}}))}},7249:function(e){"use strict";e.exports=function(e,r,t){var n=(t=t||{}).marker||":",o=n.charCodeAt(0),a=n.length,i=t.validate||function(e){return e.trim().split(" ",2)[0]===r},s=t.render||function(e,t,n,o,a){return 1===e[t].nesting&&e[t].attrJoin("class",r),a.renderToken(e,t,n,o,a)};e.block.ruler.before("fence","container_"+r,(function(e,t,s,u){var l,c,p,h,f,_,d,m,g=!1,b=e.bMarks[t]+e.tShift[t],D=e.eMarks[t];if(o!==e.src.charCodeAt(b))return!1;for(l=b+1;l<=D&&n[(l-b)%a]===e.src[l];l++);if((p=Math.floor((l-b)/a))<3)return!1;if(l-=(l-b)%a,h=e.src.slice(b,l),f=e.src.slice(l,D),!i(f,h))return!1;if(u)return!0;for(c=t;!(++c>=s||(b=e.bMarks[c]+e.tShift[c])<(D=e.eMarks[c])&&e.sCount[c]<e.blkIndent);)if(o===e.src.charCodeAt(b)&&!(e.sCount[c]-e.blkIndent>=4)){for(l=b+1;l<=D&&n[(l-b)%a]===e.src[l];l++);if(!(Math.floor((l-b)/a)<p||(l-=(l-b)%a,(l=e.skipSpaces(l))<D))){g=!0;break}}return d=e.parentType,m=e.lineMax,e.parentType="container",e.lineMax=c,(_=e.push("container_"+r+"_open","div",1)).markup=h,_.block=!0,_.info=f,_.map=[t,c],e.md.block.tokenize(e,t+1,c),(_=e.push("container_"+r+"_close","div",-1)).markup=e.src.slice(b,l),_.block=!0,e.parentType=d,e.lineMax=m,e.line=c+(g?1:0),!0}),{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules["container_"+r+"_open"]=s,e.renderer.rules["container_"+r+"_close"]=s}},8350:function(e){"use strict";e.exports=function(e){var r=e.utils.isSpace;function t(e,r){var t,n,o=e.bMarks[r]+e.tShift[r],a=e.eMarks[r];return o>=a||126!==(n=e.src.charCodeAt(o++))&&58!==n||o===(t=e.skipSpaces(o))||t>=a?-1:o}e.block.ruler.before("paragraph","deflist",(function(e,n,o,a){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v;if(a)return!(e.ddIndent<0)&&t(e,n)>=0;if((_=n+1)>=o)return!1;if(e.isEmpty(_)&&++_>=o)return!1;if(e.sCount[_]<e.blkIndent)return!1;if((s=t(e,_))<0)return!1;h=e.tokens.length,w=!0,(v=e.push("dl_open","dl",1)).map=p=[n,0],l=n,u=_;e:for(;;){for(y=!1,(v=e.push("dt_open","dt",1)).map=[l,l],(v=e.push("inline","",0)).map=[l,l],v.content=e.getLines(l,l+1,e.blkIndent,!1).trim(),v.children=[],v=e.push("dt_close","dt",-1);;){for((v=e.push("dd_open","dd",1)).map=c=[_,0],C=s,f=e.eMarks[u],d=e.sCount[u]+s-(e.bMarks[u]+e.tShift[u]);C<f&&(i=e.src.charCodeAt(C),r(i));)9===i?d+=4-d%4:d++,C++;if(s=C,F=e.tight,m=e.ddIndent,g=e.blkIndent,k=e.tShift[u],D=e.sCount[u],b=e.parentType,e.blkIndent=e.ddIndent=e.sCount[u]+2,e.tShift[u]=s-e.bMarks[u],e.sCount[u]=d,e.tight=!0,e.parentType="deflist",e.md.block.tokenize(e,u,o,!0),e.tight&&!y||(w=!1),y=e.line-u>1&&e.isEmpty(e.line-1),e.tShift[u]=k,e.sCount[u]=D,e.tight=F,e.parentType=b,e.blkIndent=g,e.ddIndent=m,v=e.push("dd_close","dd",-1),c[1]=_=e.line,_>=o)break e;if(e.sCount[_]<e.blkIndent)break e;if((s=t(e,_))<0)break;u=_}if(_>=o)break;if(l=_,e.isEmpty(l))break;if(e.sCount[l]<e.blkIndent)break;if((u=l+1)>=o)break;if(e.isEmpty(u)&&u++,u>=o)break;if(e.sCount[u]<e.blkIndent)break;if((s=t(e,u))<0)break}return v=e.push("dl_close","dl",-1),p[1]=_,e.line=_,w&&function(e,r){var t,n,o=e.level+2;for(t=r+2,n=e.tokens.length-2;t<n;t++)e.tokens[t].level===o&&"paragraph_open"===e.tokens[t].type&&(e.tokens[t+2].hidden=!0,e.tokens[t].hidden=!0,t+=2)}(e,h),!0}),{alt:["paragraph","reference","blockquote"]})}},8691:function(e,r,t){"use strict";var n=t(5862),o=t(4978),a=t(7911);e.exports=function(e,r){var t=a(e.utils.assign({},{defs:{},shortcuts:{},enabled:[]},r||{}));e.renderer.rules.emoji=n,e.core.ruler.after("linkify","emoji",o(e,t.defs,t.shortcuts,t.scanRE,t.replaceRE))}},3582:function(e,r,t){"use strict";var n=t(6852),o=t(5364),a=t(8691);e.exports=function(e,r){var t={defs:n,shortcuts:o,enabled:[]},i=e.utils.assign({},t,r||{});a(e,i)}},5364:function(e){"use strict";e.exports={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:[";)",";-)"]}},7911:function(e){"use strict";e.exports=function(e){var r,t=e.defs;e.enabled.length&&(t=Object.keys(t).reduce((function(r,n){return e.enabled.indexOf(n)>=0&&(r[n]=t[n]),r}),{})),r=Object.keys(e.shortcuts).reduce((function(r,n){return t[n]?Array.isArray(e.shortcuts[n])?(e.shortcuts[n].forEach((function(e){r[e]=n})),r):(r[e.shortcuts[n]]=n,r):r}),{});var n,o=Object.keys(t);n=0===o.length?"^$":o.map((function(e){return":"+e+":"})).concat(Object.keys(r)).sort().reverse().map((function(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")})).join("|");var a=RegExp(n),i=RegExp(n,"g");return{defs:t,shortcuts:r,scanRE:a,replaceRE:i}}},5862:function(e){"use strict";e.exports=function(e,r){return e[r].content}},4978:function(e){"use strict";e.exports=function(e,r,t,n,o){var a=e.utils.arrayReplaceAt,i=e.utils.lib.ucmicro,s=new RegExp([i.Z.source,i.P.source,i.Cc.source].join("|"));function u(e,n,a){var i,u=0,l=[];return e.replace(o,(function(n,o,c){var p;if(t.hasOwnProperty(n)){if(p=t[n],o>0&&!s.test(c[o-1]))return;if(o+n.length<c.length&&!s.test(c[o+n.length]))return}else p=n.slice(1,-1);o>u&&((i=new a("text","",0)).content=e.slice(u,o),l.push(i)),(i=new a("emoji","",0)).markup=p,i.content=r[p],l.push(i),u=o+n.length})),u<e.length&&((i=new a("text","",0)).content=e.slice(u),l.push(i)),l}return function(e){var r,t,o,i,s,l=e.tokens,c=0;for(t=0,o=l.length;t<o;t++)if("inline"===l[t].type)for(r=(i=l[t].children).length-1;r>=0;r--)"link_open"!==(s=i[r]).type&&"link_close"!==s.type||"auto"===s.info&&(c-=s.nesting),"text"===s.type&&0===c&&n.test(s.content)&&(l[t].children=i=a(i,r,u(s.content,s.level,e.Token)))}}},843:function(e){"use strict";function r(e,r,t,n){var o=Number(e[r].meta.id+1).toString(),a="";return"string"==typeof n.docId&&(a="-"+n.docId+"-"),a+o}function t(e,r){var t=Number(e[r].meta.id+1).toString();return e[r].meta.subId>0&&(t+=":"+e[r].meta.subId),"["+t+"]"}function n(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o),i=o.rules.footnote_caption(e,r,t,n,o),s=a;return e[r].meta.subId>0&&(s+=":"+e[r].meta.subId),'<sup class="footnote-ref"><a href="#fn'+a+'" id="fnref'+s+'">'+i+"</a></sup>"}function o(e,r,t){return(t.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function a(){return"</ol>\n</section>\n"}function i(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o);return e[r].meta.subId>0&&(a+=":"+e[r].meta.subId),'<li id="fn'+a+'" class="footnote-item">'}function s(){return"</li>\n"}function u(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o);return e[r].meta.subId>0&&(a+=":"+e[r].meta.subId),' <a href="#fnref'+a+'" class="footnote-backref">โฉ๏ธ</a>'}e.exports=function(e){var l=e.helpers.parseLinkLabel,c=e.utils.isSpace;e.renderer.rules.footnote_ref=n,e.renderer.rules.footnote_block_open=o,e.renderer.rules.footnote_block_close=a,e.renderer.rules.footnote_open=i,e.renderer.rules.footnote_close=s,e.renderer.rules.footnote_anchor=u,e.renderer.rules.footnote_caption=t,e.renderer.rules.footnote_anchor_name=r,e.block.ruler.before("reference","footnote_def",(function(e,r,t,n){var o,a,i,s,u,l,p,h,f,_,d,m=e.bMarks[r]+e.tShift[r],g=e.eMarks[r];if(m+4>g)return!1;if(91!==e.src.charCodeAt(m))return!1;if(94!==e.src.charCodeAt(m+1))return!1;for(u=m+2;u<g;u++){if(32===e.src.charCodeAt(u))return!1;if(93===e.src.charCodeAt(u))break}if(u===m+2)return!1;if(u+1>=g||58!==e.src.charCodeAt(++u))return!1;if(n)return!0;for(u++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),l=e.src.slice(m+2,u-2),e.env.footnotes.refs[":"+l]=-1,(p=new e.Token("footnote_reference_open","",1)).meta={label:l},p.level=e.level++,e.tokens.push(p),o=e.bMarks[r],a=e.tShift[r],i=e.sCount[r],s=e.parentType,d=u,h=f=e.sCount[r]+u-(e.bMarks[r]+e.tShift[r]);u<g&&(_=e.src.charCodeAt(u),c(_));)9===_?f+=4-f%4:f++,u++;return e.tShift[r]=u-d,e.sCount[r]=f-h,e.bMarks[r]=d,e.blkIndent+=4,e.parentType="footnote",e.sCount[r]<e.blkIndent&&(e.sCount[r]+=e.blkIndent),e.md.block.tokenize(e,r,t,!0),e.parentType=s,e.blkIndent-=4,e.tShift[r]=a,e.sCount[r]=i,e.bMarks[r]=o,(p=new e.Token("footnote_reference_close","",-1)).level=--e.level,e.tokens.push(p),!0}),{alt:["paragraph","reference"]}),e.inline.ruler.after("image","footnote_inline",(function(e,r){var t,n,o,a,i=e.posMax,s=e.pos;return!(s+2>=i||94!==e.src.charCodeAt(s)||91!==e.src.charCodeAt(s+1)||(t=s+2,(n=l(e,s+1))<0||(r||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),o=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(t,n),e.md,e.env,a=[]),e.push("footnote_ref","",0).meta={id:o},e.env.footnotes.list[o]={content:e.src.slice(t,n),tokens:a}),e.pos=n+1,e.posMax=i,0)))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,r){var t,n,o,a,i=e.posMax,s=e.pos;if(s+3>i)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(s))return!1;if(94!==e.src.charCodeAt(s+1))return!1;for(n=s+2;n<i;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===s+2||n>=i||(n++,t=e.src.slice(s+2,n-1),void 0===e.env.footnotes.refs[":"+t]||(r||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+t]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:t,count:0},e.env.footnotes.refs[":"+t]=o):o=e.env.footnotes.refs[":"+t],a=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push("footnote_ref","",0).meta={id:o,subId:a,label:t}),e.pos=n,e.posMax=i,0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var r,t,n,o,a,i,s,u,l,c,p=!1,h={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(p=!0,l=[],c=e.meta.label,!1):"footnote_reference_close"===e.type?(p=!1,h[":"+c]=l,!1):(p&&l.push(e),!p)})),e.env.footnotes.list)){for(i=e.env.footnotes.list,s=new e.Token("footnote_block_open","",1),e.tokens.push(s),r=0,t=i.length;r<t;r++){for((s=new e.Token("footnote_open","",1)).meta={id:r,label:i[r].label},e.tokens.push(s),i[r].tokens?(u=[],(s=new e.Token("paragraph_open","p",1)).block=!0,u.push(s),(s=new e.Token("inline","",0)).children=i[r].tokens,s.content=i[r].content,u.push(s),(s=new e.Token("paragraph_close","p",-1)).block=!0,u.push(s)):i[r].label&&(u=h[":"+i[r].label]),u&&(e.tokens=e.tokens.concat(u)),a="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=i[r].count>0?i[r].count:1,n=0;n<o;n++)(s=new e.Token("footnote_anchor","",0)).meta={id:r,subId:n,label:i[r].label},e.tokens.push(s);a&&e.tokens.push(a),s=new e.Token("footnote_close","",-1),e.tokens.push(s)}s=new e.Token("footnote_block_close","",-1),e.tokens.push(s)}}))}},1156:function(e){"use strict";e.exports=function(e,r,t,n){e.core.ruler.push(r,(function(e){var r,o,a;for(o=e.tokens.length-1;o>=0;o--)if("inline"===e.tokens[o].type)for(r=(a=e.tokens[o].children).length-1;r>=0;r--)a[r].type===t&&n(a,r)}))}},2310:function(e){"use strict";e.exports=function(e){e.block.ruler.at("heading",(function(e,r,t,n){var o,a,i,s,u=e.bMarks[r]+e.tShift[r],l=e.eMarks[r];if(35!==(o=e.src.charCodeAt(u))||u>=l)return!1;for(a=1,o=e.src.charCodeAt(++u);35===o&&u<l&&a<=6;)a++,o=e.src.charCodeAt(++u);return!(a>6||(n||(l=e.skipCharsBack(l,32,u),(i=e.skipCharsBack(l,35,u))>u&&32===e.src.charCodeAt(i-1)&&(l=i),e.line=r+1,(s=e.push("heading_open","h"+String(a),1)).markup="########".slice(0,a),s.map=[r,e.line],(s=e.push("inline","",0)).content=e.src.slice(u,l).trim(),s.map=[r,e.line],s.children=[],(s=e.push("heading_close","h"+String(a),-1)).markup="########".slice(0,a)),0))}),{alt:["paragraph","reference","blockquote"]})}},3853:function(e){"use strict";e.exports=function(e){function r(e,r){var t,n,o,a,i,s=[],u=r.length;for(t=0;t<u;t++)61===(o=r[t]).marker&&-1!==o.end&&(a=r[o.end],(i=e.tokens[o.token]).type="mark_open",i.tag="mark",i.nesting=1,i.markup="==",i.content="",(i=e.tokens[a.token]).type="mark_close",i.tag="mark",i.nesting=-1,i.markup="==",i.content="","text"===e.tokens[a.token-1].type&&"="===e.tokens[a.token-1].content&&s.push(a.token-1));for(;s.length;){for(n=(t=s.pop())+1;n<e.tokens.length&&"mark_close"===e.tokens[n].type;)n++;t!==--n&&(i=e.tokens[n],e.tokens[n]=e.tokens[t],e.tokens[t]=i)}}e.inline.ruler.before("emphasis","mark",(function(e,r){var t,n,o,a,i=e.pos,s=e.src.charCodeAt(i);if(r)return!1;if(61!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,a=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=a,o--),t=0;t<o;t+=2)e.push("text","",0).content=a+a,(n.can_open||n.can_close)&&e.delimiters.push({marker:s,length:0,jump:t/2,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0})),e.inline.ruler2.before("emphasis","mark",(function(e){var t,n=e.tokens_meta,o=(e.tokens_meta||[]).length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}))}},5867:function(e){"use strict";var r=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function t(e,t){var n,o,a=e.posMax,i=e.pos;if(126!==e.src.charCodeAt(i))return!1;if(t)return!1;if(i+2>=a)return!1;for(e.pos=i+1;e.pos<a;){if(126===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&i+1!==e.pos?(o=e.src.slice(i+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=i,!1):(e.posMax=e.pos,e.pos=i+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=o.replace(r,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=a,!0):(e.pos=i,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sub",t)}},1857:function(e){"use strict";var r=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function t(e,t){var n,o,a=e.posMax,i=e.pos;if(94!==e.src.charCodeAt(i))return!1;if(t)return!1;if(i+2>=a)return!1;for(e.pos=i+1;e.pos<a;){if(94===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&i+1!==e.pos?(o=e.src.slice(i+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=i,!1):(e.posMax=e.pos,e.pos=i+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=o.replace(r,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=a,!0):(e.pos=i,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sup",t)}},3778:function(e,r,t){"use strict";e.exports=t(7346)},9953:function(e,r,t){"use strict";e.exports=t(2834)},2803:function(e){"use strict";e.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},3609:function(e){"use strict";var r="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",n=new RegExp("^(?:"+r+"|"+t+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),o=new RegExp("^(?:"+r+"|"+t+")");e.exports.n=n,e.exports.q=o},2257:function(e,r,t){"use strict";var n=Object.prototype.hasOwnProperty;function o(e,r){return n.call(e,r)}function a(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)||e>=0&&e<=8||11===e||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function i(e){if(e>65535){var r=55296+((e-=65536)>>10),t=56320+(1023&e);return String.fromCharCode(r,t)}return String.fromCharCode(e)}var s=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,u=new RegExp(s.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),l=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,c=t(9953),p=/[&<>"]/,h=/[&<>"]/g,f={"&":"&","<":"<",">":">",'"':"""};function _(e){return f[e]}var d=/[.?*+^$[\]\\(){}|-]/g,m=t(6924);r.lib={},r.lib.mdurl=t(9762),r.lib.ucmicro=t(6499),r.assign=function(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach((function(r){if(r){if("object"!=typeof r)throw new TypeError(r+"must be object");Object.keys(r).forEach((function(t){e[t]=r[t]}))}})),e},r.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},r.has=o,r.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(s,"$1")},r.unescapeAll=function(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(u,(function(e,r,t){return r||function(e,r){var t=0;return o(c,r)?c[r]:35===r.charCodeAt(0)&&l.test(r)&&a(t="x"===r[1].toLowerCase()?parseInt(r.slice(2),16):parseInt(r.slice(1),10))?i(t):e}(e,t)}))},r.isValidEntityCode=a,r.fromCodePoint=i,r.escapeHtml=function(e){return p.test(e)?e.replace(h,_):e},r.arrayReplaceAt=function(e,r,t){return[].concat(e.slice(0,r),t,e.slice(r+1))},r.isSpace=function(e){switch(e){case 9:case 32:return!0}return!1},r.isWhiteSpace=function(e){if(e>=8192&&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:return!0}return!1},r.isMdAsciiPunct=function(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}},r.isPunctChar=function(e){return m.test(e)},r.escapeRE=function(e){return e.replace(d,"\\$&")},r.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),"แนพ"==="แบ".toLowerCase()&&(e=e.replace(/แบ/g,"ร")),e.toLowerCase().toUpperCase()},r.trim=function(e){var r="\t\n\v\f\r ย แโโโโโโ
โโโโโ\u2028\u2029โฏโ\ufeff",t=new RegExp("^["+r+"]+|["+r+"]+$","g");return e.replace(t,"")}},3489:function(e,r,t){"use strict";r.parseLinkLabel=t(4969),r.parseLinkDestination=t(1900),r.parseLinkTitle=t(3533)},1900:function(e,r,t){"use strict";var n=t(2257).unescapeAll;e.exports=function(e,r,t){var o,a,i=r,s={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(r)){for(r++;r<t;){if(10===(o=e.charCodeAt(r)))return s;if(60===o)return s;if(62===o)return s.pos=r+1,s.str=n(e.slice(i+1,r)),s.ok=!0,s;92===o&&r+1<t?r+=2:r++}return s}for(a=0;r<t&&32!==(o=e.charCodeAt(r))&&!(o<32||127===o);)if(92===o&&r+1<t){if(32===e.charCodeAt(r+1))break;r+=2}else{if(40===o&&++a>32)return s;if(41===o){if(0===a)break;a--}r++}return i===r||0!==a||(s.str=n(e.slice(i,r)),s.lines=0,s.pos=r,s.ok=!0),s}},4969:function(e){"use strict";e.exports=function(e,r,t){var n,o,a,i,s=-1,u=e.posMax,l=e.pos;for(e.pos=r+1,n=1;e.pos<u;){if(93===(a=e.src.charCodeAt(e.pos))&&0==--n){o=!0;break}if(i=e.pos,e.md.inline.skipToken(e),91===a)if(i===e.pos-1)n++;else if(t)return e.pos=l,-1}return o&&(s=e.pos),e.pos=l,s}},3533:function(e,r,t){"use strict";var n=t(2257).unescapeAll;e.exports=function(e,r,t){var o,a,i=0,s=r,u={ok:!1,pos:0,lines:0,str:""};if(r>=t)return u;if(34!==(a=e.charCodeAt(r))&&39!==a&&40!==a)return u;for(r++,40===a&&(a=41);r<t;){if((o=e.charCodeAt(r))===a)return u.pos=r+1,u.lines=i,u.str=n(e.slice(s+1,r)),u.ok=!0,u;if(40===o&&41===a)return u;10===o?i++:92===o&&r+1<t&&(r++,10===e.charCodeAt(r)&&i++),r++}return u}},7346:function(e,r,t){"use strict";var n=t(2257),o=t(3489),a=t(4116),i=t(5611),s=t(6028),u=t(2469),l=t(3708),c=t(9762),p=t(8770),h={default:t(9817),zero:t(3005),commonmark:t(835)},f=/^(vbscript|javascript|file|data):/,_=/^data:image\/(gif|png|jpeg|webp);/;function d(e){var r=e.trim().toLowerCase();return!f.test(r)||!!_.test(r)}var m=["http:","https:","mailto:"];function g(e){var r=c.parse(e,!0);if(r.hostname&&(!r.protocol||m.indexOf(r.protocol)>=0))try{r.hostname=p.toASCII(r.hostname)}catch(e){}return c.encode(c.format(r))}function b(e){var r=c.parse(e,!0);if(r.hostname&&(!r.protocol||m.indexOf(r.protocol)>=0))try{r.hostname=p.toUnicode(r.hostname)}catch(e){}return c.decode(c.format(r),c.decode.defaultChars+"%")}function D(e,r){if(!(this instanceof D))return new D(e,r);r||n.isString(e)||(r=e||{},e="default"),this.inline=new u,this.block=new s,this.core=new i,this.renderer=new a,this.linkify=new l,this.validateLink=d,this.normalizeLink=g,this.normalizeLinkText=b,this.utils=n,this.helpers=n.assign({},o),this.options={},this.configure(e),r&&this.set(r)}D.prototype.set=function(e){return n.assign(this.options,e),this},D.prototype.configure=function(e){var r,t=this;if(n.isString(e)&&!(e=h[r=e]))throw new Error('Wrong `markdown-it` preset "'+r+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(r){e.components[r].rules&&t[r].ruler.enableOnly(e.components[r].rules),e.components[r].rules2&&t[r].ruler2.enableOnly(e.components[r].rules2)})),this},D.prototype.enable=function(e,r){var t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(r){t=t.concat(this[r].ruler.enable(e,!0))}),this),t=t.concat(this.inline.ruler2.enable(e,!0));var n=e.filter((function(e){return t.indexOf(e)<0}));if(n.length&&!r)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},D.prototype.disable=function(e,r){var t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(r){t=t.concat(this[r].ruler.disable(e,!0))}),this),t=t.concat(this.inline.ruler2.disable(e,!0));var n=e.filter((function(e){return t.indexOf(e)<0}));if(n.length&&!r)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},D.prototype.use=function(e){var r=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,r),this},D.prototype.parse=function(e,r){if("string"!=typeof e)throw new Error("Input data should be a String");var t=new this.core.State(e,this,r);return this.core.process(t),t.tokens},D.prototype.render=function(e,r){return r=r||{},this.renderer.render(this.parse(e,r),this.options,r)},D.prototype.parseInline=function(e,r){var t=new this.core.State(e,this,r);return t.inlineMode=!0,this.core.process(t),t.tokens},D.prototype.renderInline=function(e,r){return r=r||{},this.renderer.render(this.parseInline(e,r),this.options,r)},e.exports=D},6028:function(e,r,t){"use strict";var n=t(8725),o=[["table",t(7636),["paragraph","reference"]],["code",t(2675)],["fence",t(6865),["paragraph","reference","blockquote","list"]],["blockquote",t(5531),["paragraph","reference","blockquote","list"]],["hr",t(5526),["paragraph","reference","blockquote","list"]],["list",t(1991),["paragraph","reference","blockquote"]],["reference",t(8045)],["heading",t(1836),["paragraph","reference","blockquote"]],["lheading",t(2111)],["html_block",t(7734),["paragraph","reference","blockquote"]],["paragraph",t(2235)]];function a(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1],{alt:(o[e][2]||[]).slice()})}a.prototype.tokenize=function(e,r,t){for(var n,o=this.ruler.getRules(""),a=o.length,i=r,s=!1,u=e.md.options.maxNesting;i<t&&(e.line=i=e.skipEmptyLines(i),!(i>=t))&&!(e.sCount[i]<e.blkIndent);){if(e.level>=u){e.line=t;break}for(n=0;n<a&&!o[n](e,i,t,!1);n++);e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),(i=e.line)<t&&e.isEmpty(i)&&(s=!0,i++,e.line=i)}},a.prototype.parse=function(e,r,t,n){var o;e&&(o=new this.State(e,r,t,n),this.tokenize(o,o.line,o.lineMax))},a.prototype.State=t(7349),e.exports=a},5611:function(e,r,t){"use strict";var n=t(8725),o=[["normalize",t(8138)],["block",t(4006)],["inline",t(4681)],["linkify",t(8323)],["replacements",t(3252)],["smartquotes",t(9369)]];function a(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1])}a.prototype.process=function(e){var r,t,n;for(r=0,t=(n=this.ruler.getRules("")).length;r<t;r++)n[r](e)},a.prototype.State=t(3035),e.exports=a},2469:function(e,r,t){"use strict";var n=t(8725),o=[["text",t(3363)],["newline",t(6132)],["escape",t(4130)],["backticks",t(3915)],["strikethrough",t(5034).w],["emphasis",t(6989).w],["link",t(7497)],["image",t(960)],["autolink",t(9208)],["html_inline",t(5342)],["entity",t(4645)]],a=[["balance_pairs",t(9133)],["strikethrough",t(5034).g],["emphasis",t(6989).g],["text_collapse",t(1787)]];function i(){var e;for(this.ruler=new n,e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1]);for(this.ruler2=new n,e=0;e<a.length;e++)this.ruler2.push(a[e][0],a[e][1])}i.prototype.skipToken=function(e){var r,t,n=e.pos,o=this.ruler.getRules(""),a=o.length,i=e.md.options.maxNesting,s=e.cache;if(void 0===s[n]){if(e.level<i)for(t=0;t<a&&(e.level++,r=o[t](e,!0),e.level--,!r);t++);else e.pos=e.posMax;r||e.pos++,s[n]=e.pos}else e.pos=s[n]},i.prototype.tokenize=function(e){for(var r,t,n=this.ruler.getRules(""),o=n.length,a=e.posMax,i=e.md.options.maxNesting;e.pos<a;){if(e.level<i)for(t=0;t<o&&!(r=n[t](e,!1));t++);if(r){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},i.prototype.parse=function(e,r,t,n){var o,a,i,s=new this.State(e,r,t,n);for(this.tokenize(s),i=(a=this.ruler2.getRules("")).length,o=0;o<i;o++)a[o](s)},i.prototype.State=t(1496),e.exports=i},835:function(e){"use strict";e.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โโโโ",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},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","text_collapse"]}}}},9817:function(e){"use strict";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โโโโ",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},3005:function(e){"use strict";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โโโโ",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},4116:function(e,r,t){"use strict";var n=t(2257).assign,o=t(2257).unescapeAll,a=t(2257).escapeHtml,i={};function s(){this.rules=n({},i)}i.code_inline=function(e,r,t,n,o){var i=e[r];return"<code"+o.renderAttrs(i)+">"+a(e[r].content)+"</code>"},i.code_block=function(e,r,t,n,o){var i=e[r];return"<pre"+o.renderAttrs(i)+"><code>"+a(e[r].content)+"</code></pre>\n"},i.fence=function(e,r,t,n,i){var s,u,l,c,p,h=e[r],f=h.info?o(h.info).trim():"",_="",d="";return f&&(_=(l=f.split(/(\s+)/g))[0],d=l.slice(2).join("")),0===(s=t.highlight&&t.highlight(h.content,_,d)||a(h.content)).indexOf("<pre")?s+"\n":f?(u=h.attrIndex("class"),c=h.attrs?h.attrs.slice():[],u<0?c.push(["class",t.langPrefix+_]):c[u][1]+=" "+t.langPrefix+_,p={attrs:c},"<pre><code"+i.renderAttrs(p)+">"+s+"</code></pre>\n"):"<pre><code"+i.renderAttrs(h)+">"+s+"</code></pre>\n"},i.image=function(e,r,t,n,o){var a=e[r];return a.attrs[a.attrIndex("alt")][1]=o.renderInlineAsText(a.children,t,n),o.renderToken(e,r,t)},i.hardbreak=function(e,r,t){return t.xhtmlOut?"<br />\n":"<br>\n"},i.softbreak=function(e,r,t){return t.breaks?t.xhtmlOut?"<br />\n":"<br>\n":"\n"},i.text=function(e,r){return a(e[r].content)},i.html_block=function(e,r){return e[r].content},i.html_inline=function(e,r){return e[r].content},s.prototype.renderAttrs=function(e){var r,t,n;if(!e.attrs)return"";for(n="",r=0,t=e.attrs.length;r<t;r++)n+=" "+a(e.attrs[r][0])+'="'+a(e.attrs[r][1])+'"';return n},s.prototype.renderToken=function(e,r,t){var n,o="",a=!1,i=e[r];return i.hidden?"":(i.block&&-1!==i.nesting&&r&&e[r-1].hidden&&(o+="\n"),o+=(-1===i.nesting?"</":"<")+i.tag,o+=this.renderAttrs(i),0===i.nesting&&t.xhtmlOut&&(o+=" /"),i.block&&(a=!0,1===i.nesting&&r+1<e.length&&("inline"===(n=e[r+1]).type||n.hidden||-1===n.nesting&&n.tag===i.tag)&&(a=!1)),o+=a?">\n":">")},s.prototype.renderInline=function(e,r,t){for(var n,o="",a=this.rules,i=0,s=e.length;i<s;i++)void 0!==a[n=e[i].type]?o+=a[n](e,i,r,t,this):o+=this.renderToken(e,i,r);return o},s.prototype.renderInlineAsText=function(e,r,t){for(var n="",o=0,a=e.length;o<a;o++)"text"===e[o].type?n+=e[o].content:"image"===e[o].type&&(n+=this.renderInlineAsText(e[o].children,r,t));return n},s.prototype.render=function(e,r,t){var n,o,a,i="",s=this.rules;for(n=0,o=e.length;n<o;n++)"inline"===(a=e[n].type)?i+=this.renderInline(e[n].children,r,t):void 0!==s[a]?i+=s[e[n].type](e,n,r,t,this):i+=this.renderToken(e,n,r,t);return i},e.exports=s},8725:function(e){"use strict";function r(){this.__rules__=[],this.__cache__=null}r.prototype.__find__=function(e){for(var r=0;r<this.__rules__.length;r++)if(this.__rules__[r].name===e)return r;return-1},r.prototype.__compile__=function(){var e=this,r=[""];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){r.indexOf(e)<0&&r.push(e)}))})),e.__cache__={},r.forEach((function(r){e.__cache__[r]=[],e.__rules__.forEach((function(t){t.enabled&&(r&&t.alt.indexOf(r)<0||e.__cache__[r].push(t.fn))}))}))},r.prototype.at=function(e,r,t){var n=this.__find__(e),o=t||{};if(-1===n)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=r,this.__rules__[n].alt=o.alt||[],this.__cache__=null},r.prototype.before=function(e,r,t,n){var o=this.__find__(e),a=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:r,enabled:!0,fn:t,alt:a.alt||[]}),this.__cache__=null},r.prototype.after=function(e,r,t,n){var o=this.__find__(e),a=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:r,enabled:!0,fn:t,alt:a.alt||[]}),this.__cache__=null},r.prototype.push=function(e,r,t){var n=t||{};this.__rules__.push({name:e,enabled:!0,fn:r,alt:n.alt||[]}),this.__cache__=null},r.prototype.enable=function(e,r){Array.isArray(e)||(e=[e]);var t=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!0,t.push(e)}),this),this.__cache__=null,t},r.prototype.enableOnly=function(e,r){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,r)},r.prototype.disable=function(e,r){Array.isArray(e)||(e=[e]);var t=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!1,t.push(e)}),this),this.__cache__=null,t},r.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},e.exports=r},5531:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v=e.lineMax,A=e.bMarks[r]+e.tShift[r],E=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(A++))return!1;if(o)return!0;for(u=f=e.sCount[r]+1,32===e.src.charCodeAt(A)?(A++,u++,f++,a=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[r]+f)%4==3?(A++,u++,f++,a=!1):a=!0):k=!1,_=[e.bMarks[r]],e.bMarks[r]=A;A<E&&(i=e.src.charCodeAt(A),n(i));)9===i?f+=4-(f+e.bsCount[r]+(a?1:0))%4:f++,A++;for(d=[e.bsCount[r]],e.bsCount[r]=e.sCount[r]+1+(k?1:0),c=A>=E,b=[e.sCount[r]],e.sCount[r]=f-u,D=[e.tShift[r]],e.tShift[r]=A-e.bMarks[r],C=e.md.block.ruler.getRules("blockquote"),g=e.parentType,e.parentType="blockquote",h=r+1;h<t&&(w=e.sCount[h]<e.blkIndent,!((A=e.bMarks[h]+e.tShift[h])>=(E=e.eMarks[h])));h++)if(62!==e.src.charCodeAt(A++)||w){if(c)break;for(F=!1,s=0,l=C.length;s<l;s++)if(C[s](e,h,t,!0)){F=!0;break}if(F){e.lineMax=h,0!==e.blkIndent&&(_.push(e.bMarks[h]),d.push(e.bsCount[h]),D.push(e.tShift[h]),b.push(e.sCount[h]),e.sCount[h]-=e.blkIndent);break}_.push(e.bMarks[h]),d.push(e.bsCount[h]),D.push(e.tShift[h]),b.push(e.sCount[h]),e.sCount[h]=-1}else{for(u=f=e.sCount[h]+1,32===e.src.charCodeAt(A)?(A++,u++,f++,a=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[h]+f)%4==3?(A++,u++,f++,a=!1):a=!0):k=!1,_.push(e.bMarks[h]),e.bMarks[h]=A;A<E&&(i=e.src.charCodeAt(A),n(i));)9===i?f+=4-(f+e.bsCount[h]+(a?1:0))%4:f++,A++;c=A>=E,d.push(e.bsCount[h]),e.bsCount[h]=e.sCount[h]+1+(k?1:0),b.push(e.sCount[h]),e.sCount[h]=f-u,D.push(e.tShift[h]),e.tShift[h]=A-e.bMarks[h]}for(m=e.blkIndent,e.blkIndent=0,(y=e.push("blockquote_open","blockquote",1)).markup=">",y.map=p=[r,0],e.md.block.tokenize(e,r,h),(y=e.push("blockquote_close","blockquote",-1)).markup=">",e.lineMax=v,e.parentType=g,p[1]=e.line,s=0;s<D.length;s++)e.bMarks[s+r]=_[s],e.tShift[s+r]=D[s],e.sCount[s+r]=b[s],e.bsCount[s+r]=d[s];return e.blkIndent=m,!0}},2675:function(e){"use strict";e.exports=function(e,r,t){var n,o,a;if(e.sCount[r]-e.blkIndent<4)return!1;for(o=n=r+1;n<t;)if(e.isEmpty(n))n++;else{if(!(e.sCount[n]-e.blkIndent>=4))break;o=++n}return e.line=o,(a=e.push("code_block","code",0)).content=e.getLines(r,o,4+e.blkIndent,!0),a.map=[r,e.line],!0}},6865:function(e){"use strict";e.exports=function(e,r,t,n){var o,a,i,s,u,l,c,p=!1,h=e.bMarks[r]+e.tShift[r],f=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(h+3>f)return!1;if(126!==(o=e.src.charCodeAt(h))&&96!==o)return!1;if(u=h,(a=(h=e.skipChars(h,o))-u)<3)return!1;if(c=e.src.slice(u,h),i=e.src.slice(h,f),96===o&&i.indexOf(String.fromCharCode(o))>=0)return!1;if(n)return!0;for(s=r;!(++s>=t||(h=u=e.bMarks[s]+e.tShift[s])<(f=e.eMarks[s])&&e.sCount[s]<e.blkIndent);)if(e.src.charCodeAt(h)===o&&!(e.sCount[s]-e.blkIndent>=4||(h=e.skipChars(h,o))-u<a||(h=e.skipSpaces(h))<f)){p=!0;break}return a=e.sCount[r],e.line=s+(p?1:0),(l=e.push("fence","code",0)).info=i,l.content=e.getLines(r+1,s,a,!0),l.markup=c,l.map=[r,e.line],!0}},1836:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(35!==(a=e.src.charCodeAt(l))||l>=c)return!1;for(i=1,a=e.src.charCodeAt(++l);35===a&&l<c&&i<=6;)i++,a=e.src.charCodeAt(++l);return!(i>6||l<c&&!n(a)||(o||(c=e.skipSpacesBack(c,l),(s=e.skipCharsBack(c,35,l))>l&&n(e.src.charCodeAt(s-1))&&(c=s),e.line=r+1,(u=e.push("heading_open","h"+String(i),1)).markup="########".slice(0,i),u.map=[r,e.line],(u=e.push("inline","",0)).content=e.src.slice(l,c).trim(),u.map=[r,e.line],u.children=[],(u=e.push("heading_close","h"+String(i),-1)).markup="########".slice(0,i)),0))}},5526:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(42!==(a=e.src.charCodeAt(l++))&&45!==a&&95!==a)return!1;for(i=1;l<c;){if((s=e.src.charCodeAt(l++))!==a&&!n(s))return!1;s===a&&i++}return!(i<3||(o||(e.line=r+1,(u=e.push("hr","hr",0)).map=[r,e.line],u.markup=Array(i+1).join(String.fromCharCode(a))),0))}},7734:function(e,r,t){"use strict";var n=t(2803),o=t(3609).q,a=[[/^<(script|pre|style)(?=(\s|>|$))/i,/<\/(script|pre|style)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+n.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(o.source+"\\s*$"),/^$/,!1]];e.exports=function(e,r,t,n){var o,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(l))return!1;for(u=e.src.slice(l,c),o=0;o<a.length&&!a[o][0].test(u);o++);if(o===a.length)return!1;if(n)return a[o][2];if(i=r+1,!a[o][1].test(u))for(;i<t&&!(e.sCount[i]<e.blkIndent);i++)if(l=e.bMarks[i]+e.tShift[i],c=e.eMarks[i],u=e.src.slice(l,c),a[o][1].test(u)){0!==u.length&&i++;break}return e.line=i,(s=e.push("html_block","",0)).map=[r,i],s.content=e.getLines(r,i,e.blkIndent,!0),!0}},2111:function(e){"use strict";e.exports=function(e,r,t){var n,o,a,i,s,u,l,c,p,h,f=r+1,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[r]-e.blkIndent>=4)return!1;for(h=e.parentType,e.parentType="paragraph";f<t&&!e.isEmpty(f);f++)if(!(e.sCount[f]-e.blkIndent>3)){if(e.sCount[f]>=e.blkIndent&&(u=e.bMarks[f]+e.tShift[f])<(l=e.eMarks[f])&&(45===(p=e.src.charCodeAt(u))||61===p)&&(u=e.skipChars(u,p),(u=e.skipSpaces(u))>=l)){c=61===p?1:2;break}if(!(e.sCount[f]<0)){for(o=!1,a=0,i=_.length;a<i;a++)if(_[a](e,f,t,!0)){o=!0;break}if(o)break}}return!!c&&(n=e.getLines(r,f,e.blkIndent,!1).trim(),e.line=f+1,(s=e.push("heading_open","h"+String(c),1)).markup=String.fromCharCode(p),s.map=[r,e.line],(s=e.push("inline","",0)).content=n,s.map=[r,e.line-1],s.children=[],(s=e.push("heading_close","h"+String(c),-1)).markup=String.fromCharCode(p),e.parentType=h,!0)}},1991:function(e,r,t){"use strict";var n=t(2257).isSpace;function o(e,r){var t,o,a,i;return o=e.bMarks[r]+e.tShift[r],a=e.eMarks[r],42!==(t=e.src.charCodeAt(o++))&&45!==t&&43!==t||o<a&&(i=e.src.charCodeAt(o),!n(i))?-1:o}function a(e,r){var t,o=e.bMarks[r]+e.tShift[r],a=o,i=e.eMarks[r];if(a+1>=i)return-1;if((t=e.src.charCodeAt(a++))<48||t>57)return-1;for(;;){if(a>=i)return-1;if(!((t=e.src.charCodeAt(a++))>=48&&t<=57)){if(41===t||46===t)break;return-1}if(a-o>=10)return-1}return a<i&&(t=e.src.charCodeAt(a),!n(t))?-1:a}e.exports=function(e,r,t,n){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v,A,E,x,B,q,S,z,L,I=!1,T=!0;if(e.sCount[r]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[r]-e.listIndent>=4&&e.sCount[r]<e.blkIndent)return!1;if(n&&"paragraph"===e.parentType&&e.tShift[r]>=e.blkIndent&&(I=!0),(x=a(e,r))>=0){if(h=!0,q=e.bMarks[r]+e.tShift[r],b=Number(e.src.substr(q,x-q-1)),I&&1!==b)return!1}else{if(!((x=o(e,r))>=0))return!1;h=!1}if(I&&e.skipSpaces(x)>=e.eMarks[r])return!1;if(g=e.src.charCodeAt(x-1),n)return!0;for(m=e.tokens.length,h?(L=e.push("ordered_list_open","ol",1),1!==b&&(L.attrs=[["start",b]])):L=e.push("bullet_list_open","ul",1),L.map=d=[r,0],L.markup=String.fromCharCode(g),k=r,B=!1,z=e.md.block.ruler.getRules("list"),y=e.parentType,e.parentType="list";k<t;){for(E=x,D=e.eMarks[k],p=F=e.sCount[k]+x-(e.bMarks[r]+e.tShift[r]);E<D;){if(9===(i=e.src.charCodeAt(E)))F+=4-(F+e.bsCount[k])%4;else{if(32!==i)break;F++}E++}if((c=(s=E)>=D?1:F-p)>4&&(c=1),l=p+c,(L=e.push("list_item_open","li",1)).markup=String.fromCharCode(g),L.map=f=[r,0],A=e.tight,v=e.tShift[r],w=e.sCount[r],C=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[r]=s-e.bMarks[r],e.sCount[r]=F,s>=D&&e.isEmpty(r+1)?e.line=Math.min(e.line+2,t):e.md.block.tokenize(e,r,t,!0),e.tight&&!B||(T=!1),B=e.line-r>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=C,e.tShift[r]=v,e.sCount[r]=w,e.tight=A,(L=e.push("list_item_close","li",-1)).markup=String.fromCharCode(g),k=r=e.line,f[1]=k,s=e.bMarks[r],k>=t)break;if(e.sCount[k]<e.blkIndent)break;if(e.sCount[r]-e.blkIndent>=4)break;for(S=!1,u=0,_=z.length;u<_;u++)if(z[u](e,k,t,!0)){S=!0;break}if(S)break;if(h){if((x=a(e,k))<0)break}else if((x=o(e,k))<0)break;if(g!==e.src.charCodeAt(x-1))break}return(L=h?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(g),d[1]=k,e.line=k,e.parentType=y,T&&function(e,r){var t,n,o=e.level+2;for(t=r+2,n=e.tokens.length-2;t<n;t++)e.tokens[t].level===o&&"paragraph_open"===e.tokens[t].type&&(e.tokens[t+2].hidden=!0,e.tokens[t].hidden=!0,t+=2)}(e,m),!0}},2235:function(e,r,t){"use strict";var n=t(2257).trim;e.exports=function(e,r){var t,o,a,i,s,u,l=r+1,c=e.md.block.ruler.getRules("paragraph"),p=e.lineMax;for(u=e.parentType,e.parentType="paragraph";l<p&&!e.isEmpty(l);l++)if(!(e.sCount[l]-e.blkIndent>3||e.sCount[l]<0)){for(o=!1,a=0,i=c.length;a<i;a++)if(c[a](e,l,p,!0)){o=!0;break}if(o)break}return t=n(e.getLines(r,l,e.blkIndent,!1)),e.line=l,(s=e.push("paragraph_open","p",1)).map=[r,e.line],(s=e.push("inline","",0)).content=t,s.map=[r,e.line],s.children=[],s=e.push("paragraph_close","p",-1),e.parentType=u,!0}},8045:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r,t,a){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C=0,y=e.bMarks[r]+e.tShift[r],w=e.eMarks[r],v=r+1;if(e.sCount[r]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(y))return!1;for(;++y<w;)if(93===e.src.charCodeAt(y)&&92!==e.src.charCodeAt(y-1)){if(y+1===w)return!1;if(58!==e.src.charCodeAt(y+1))return!1;break}for(l=e.lineMax,k=e.md.block.ruler.getRules("reference"),d=e.parentType,e.parentType="reference";v<l&&!e.isEmpty(v);v++)if(!(e.sCount[v]-e.blkIndent>3||e.sCount[v]<0)){for(D=!1,p=0,h=k.length;p<h;p++)if(k[p](e,v,l,!0)){D=!0;break}if(D)break}for(w=(b=e.getLines(r,v,e.blkIndent,!1).trim()).length,y=1;y<w;y++){if(91===(i=b.charCodeAt(y)))return!1;if(93===i){_=y;break}(10===i||92===i&&++y<w&&10===b.charCodeAt(y))&&C++}if(_<0||58!==b.charCodeAt(_+1))return!1;for(y=_+2;y<w;y++)if(10===(i=b.charCodeAt(y)))C++;else if(!o(i))break;if(!(m=e.md.helpers.parseLinkDestination(b,y,w)).ok)return!1;if(c=e.md.normalizeLink(m.str),!e.md.validateLink(c))return!1;for(s=y=m.pos,u=C+=m.lines,g=y;y<w;y++)if(10===(i=b.charCodeAt(y)))C++;else if(!o(i))break;for(m=e.md.helpers.parseLinkTitle(b,y,w),y<w&&g!==y&&m.ok?(F=m.str,y=m.pos,C+=m.lines):(F="",y=s,C=u);y<w&&(i=b.charCodeAt(y),o(i));)y++;if(y<w&&10!==b.charCodeAt(y)&&F)for(F="",y=s,C=u;y<w&&(i=b.charCodeAt(y),o(i));)y++;return!(y<w&&10!==b.charCodeAt(y)||!(f=n(b.slice(1,_)))||(a||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[f]&&(e.env.references[f]={title:F,href:c}),e.parentType=d,e.line=r+C+1),0))}},7349:function(e,r,t){"use strict";var n=t(9159),o=t(2257).isSpace;function a(e,r,t,n){var a,i,s,u,l,c,p,h;for(this.src=e,this.md=r,this.env=t,this.tokens=n,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,this.result="",h=!1,s=u=c=p=0,l=(i=this.src).length;u<l;u++){if(a=i.charCodeAt(u),!h){if(o(a)){c++,9===a?p+=4-p%4:p++;continue}h=!0}10!==a&&u!==l-1||(10!==a&&u++,this.bMarks.push(s),this.eMarks.push(u),this.tShift.push(c),this.sCount.push(p),this.bsCount.push(0),h=!1,c=0,p=0,s=u+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}a.prototype.push=function(e,r,t){var o=new n(e,r,t);return o.block=!0,t<0&&this.level--,o.level=this.level,t>0&&this.level++,this.tokens.push(o),o},a.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},a.prototype.skipEmptyLines=function(e){for(var r=this.lineMax;e<r&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},a.prototype.skipSpaces=function(e){for(var r,t=this.src.length;e<t&&(r=this.src.charCodeAt(e),o(r));e++);return e},a.prototype.skipSpacesBack=function(e,r){if(e<=r)return e;for(;e>r;)if(!o(this.src.charCodeAt(--e)))return e+1;return e},a.prototype.skipChars=function(e,r){for(var t=this.src.length;e<t&&this.src.charCodeAt(e)===r;e++);return e},a.prototype.skipCharsBack=function(e,r,t){if(e<=t)return e;for(;e>t;)if(r!==this.src.charCodeAt(--e))return e+1;return e},a.prototype.getLines=function(e,r,t,n){var a,i,s,u,l,c,p,h=e;if(e>=r)return"";for(c=new Array(r-e),a=0;h<r;h++,a++){for(i=0,p=u=this.bMarks[h],l=h+1<r||n?this.eMarks[h]+1:this.eMarks[h];u<l&&i<t;){if(s=this.src.charCodeAt(u),o(s))9===s?i+=4-(i+this.bsCount[h])%4:i++;else{if(!(u-p<this.tShift[h]))break;i++}u++}c[a]=i>t?new Array(i-t+1).join(" ")+this.src.slice(u,l):this.src.slice(u,l)}return c.join("")},a.prototype.Token=n,e.exports=a},7636:function(e,r,t){"use strict";var n=t(2257).isSpace;function o(e,r){var t=e.bMarks[r]+e.tShift[r],n=e.eMarks[r];return e.src.substr(t,n-t)}function a(e){var r,t=[],n=0,o=e.length,a=!1,i=0,s="";for(r=e.charCodeAt(n);n<o;)124===r&&(a?(s+=e.substring(i,n-1),i=n):(t.push(s+e.substring(i,n)),s="",i=n+1)),a=92===r,n++,r=e.charCodeAt(n);return t.push(s+e.substring(i)),t}e.exports=function(e,r,t,i){var s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C;if(r+2>t)return!1;if(h=r+1,e.sCount[h]<e.blkIndent)return!1;if(e.sCount[h]-e.blkIndent>=4)return!1;if((l=e.bMarks[h]+e.tShift[h])>=e.eMarks[h])return!1;if(124!==(s=e.src.charCodeAt(l++))&&45!==s&&58!==s)return!1;for(;l<e.eMarks[h];){if(124!==(s=e.src.charCodeAt(l))&&45!==s&&58!==s&&!n(s))return!1;l++}for(f=(u=o(e,r+1)).split("|"),m=[],c=0;c<f.length;c++){if(!(g=f[c].trim())){if(0===c||c===f.length-1)continue;return!1}if(!/^:?-+:?$/.test(g))return!1;58===g.charCodeAt(g.length-1)?m.push(58===g.charCodeAt(0)?"center":"right"):58===g.charCodeAt(0)?m.push("left"):m.push("")}if(-1===(u=o(e,r).trim()).indexOf("|"))return!1;if(e.sCount[r]-e.blkIndent>=4)return!1;if((f=a(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),0===(_=f.length)||_!==m.length)return!1;if(i)return!0;for(k=e.parentType,e.parentType="table",C=e.md.block.ruler.getRules("blockquote"),(d=e.push("table_open","table",1)).map=b=[r,0],(d=e.push("thead_open","thead",1)).map=[r,r+1],(d=e.push("tr_open","tr",1)).map=[r,r+1],c=0;c<f.length;c++)d=e.push("th_open","th",1),m[c]&&(d.attrs=[["style","text-align:"+m[c]]]),(d=e.push("inline","",0)).content=f[c].trim(),d.children=[],d=e.push("th_close","th",-1);for(d=e.push("tr_close","tr",-1),d=e.push("thead_close","thead",-1),h=r+2;h<t&&!(e.sCount[h]<e.blkIndent);h++){for(F=!1,c=0,p=C.length;c<p;c++)if(C[c](e,h,t,!0)){F=!0;break}if(F)break;if(!(u=o(e,h).trim()))break;if(e.sCount[h]-e.blkIndent>=4)break;for((f=a(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),h===r+2&&((d=e.push("tbody_open","tbody",1)).map=D=[r+2,0]),(d=e.push("tr_open","tr",1)).map=[h,h+1],c=0;c<_;c++)d=e.push("td_open","td",1),m[c]&&(d.attrs=[["style","text-align:"+m[c]]]),(d=e.push("inline","",0)).content=f[c]?f[c].trim():"",d.children=[],d=e.push("td_close","td",-1);d=e.push("tr_close","tr",-1)}return D&&(d=e.push("tbody_close","tbody",-1),D[1]=h),d=e.push("table_close","table",-1),b[1]=h,e.parentType=k,e.line=h,!0}},4006:function(e){"use strict";e.exports=function(e){var r;e.inlineMode?((r=new e.Token("inline","",0)).content=e.src,r.map=[0,1],r.children=[],e.tokens.push(r)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},4681:function(e){"use strict";e.exports=function(e){var r,t,n,o=e.tokens;for(t=0,n=o.length;t<n;t++)"inline"===(r=o[t]).type&&e.md.inline.parse(r.content,e.md,e.env,r.children)}},8323:function(e,r,t){"use strict";var n=t(2257).arrayReplaceAt;function o(e){return/^<\/a\s*>/i.test(e)}e.exports=function(e){var r,t,a,i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F=e.tokens;if(e.md.options.linkify)for(t=0,a=F.length;t<a;t++)if("inline"===F[t].type&&e.md.linkify.pretest(F[t].content))for(d=0,r=(i=F[t].children).length-1;r>=0;r--)if("link_close"!==(u=i[r]).type){if("html_inline"===u.type&&(k=u.content,/^<a[>\s]/i.test(k)&&d>0&&d--,o(u.content)&&d++),!(d>0)&&"text"===u.type&&e.md.linkify.test(u.content)){for(p=u.content,D=e.md.linkify.match(p),l=[],_=u.level,f=0,c=0;c<D.length;c++)m=D[c].url,g=e.md.normalizeLink(m),e.md.validateLink(g)&&(b=D[c].text,b=D[c].schema?"mailto:"!==D[c].schema||/^mailto:/i.test(b)?e.md.normalizeLinkText(b):e.md.normalizeLinkText("mailto:"+b).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+b).replace(/^http:\/\//,""),(h=D[c].index)>f&&((s=new e.Token("text","",0)).content=p.slice(f,h),s.level=_,l.push(s)),(s=new e.Token("link_open","a",1)).attrs=[["href",g]],s.level=_++,s.markup="linkify",s.info="auto",l.push(s),(s=new e.Token("text","",0)).content=b,s.level=_,l.push(s),(s=new e.Token("link_close","a",-1)).level=--_,s.markup="linkify",s.info="auto",l.push(s),f=D[c].lastIndex);f<p.length&&((s=new e.Token("text","",0)).content=p.slice(f),s.level=_,l.push(s)),F[t].children=i=n(i,r,l)}}else for(r--;i[r].level!==u.level&&"link_open"!==i[r].type;)r--}},8138:function(e){"use strict";var r=/\r\n?|\n/g,t=/\0/g;e.exports=function(e){var n;n=(n=e.src.replace(r,"\n")).replace(t,"๏ฟฝ"),e.src=n}},3252:function(e){"use strict";var r=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,t=/\((c|tm|r|p)\)/i,n=/\((c|tm|r|p)\)/gi,o={c:"ยฉ",r:"ยฎ",p:"ยง",tm:"โข"};function a(e,r){return o[r.toLowerCase()]}function i(e){var r,t,o=0;for(r=e.length-1;r>=0;r--)"text"!==(t=e[r]).type||o||(t.content=t.content.replace(n,a)),"link_open"===t.type&&"auto"===t.info&&o--,"link_close"===t.type&&"auto"===t.info&&o++}function s(e){var t,n,o=0;for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||o||r.test(n.content)&&(n.content=n.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"===n.type&&"auto"===n.info&&o--,"link_close"===n.type&&"auto"===n.info&&o++}e.exports=function(e){var n;if(e.md.options.typographer)for(n=e.tokens.length-1;n>=0;n--)"inline"===e.tokens[n].type&&(t.test(e.tokens[n].content)&&i(e.tokens[n].children),r.test(e.tokens[n].content)&&s(e.tokens[n].children))}},9369:function(e,r,t){"use strict";var n=t(2257).isWhiteSpace,o=t(2257).isPunctChar,a=t(2257).isMdAsciiPunct,i=/['"]/,s=/['"]/g;function u(e,r,t){return e.substr(0,r)+t+e.substr(r+1)}function l(e,r){var t,i,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v,A,E;for(v=[],t=0;t<e.length;t++){for(i=e[t],f=e[t].level,y=v.length-1;y>=0&&!(v[y].level<=f);y--);if(v.length=y+1,"text"===i.type){p=0,h=(l=i.content).length;e:for(;p<h&&(s.lastIndex=p,c=s.exec(l));){if(F=C=!0,p=c.index+1,w="'"===c[0],d=32,c.index-1>=0)d=l.charCodeAt(c.index-1);else for(y=t-1;y>=0&&"softbreak"!==e[y].type&&"hardbreak"!==e[y].type;y--)if(e[y].content){d=e[y].content.charCodeAt(e[y].content.length-1);break}if(m=32,p<h)m=l.charCodeAt(p);else for(y=t+1;y<e.length&&"softbreak"!==e[y].type&&"hardbreak"!==e[y].type;y++)if(e[y].content){m=e[y].content.charCodeAt(0);break}if(g=a(d)||o(String.fromCharCode(d)),b=a(m)||o(String.fromCharCode(m)),D=n(d),(k=n(m))?F=!1:b&&(D||g||(F=!1)),D?C=!1:g&&(k||b||(C=!1)),34===m&&'"'===c[0]&&d>=48&&d<=57&&(C=F=!1),F&&C&&(F=g,C=b),F||C){if(C)for(y=v.length-1;y>=0&&(_=v[y],!(v[y].level<f));y--)if(_.single===w&&v[y].level===f){_=v[y],w?(A=r.md.options.quotes[2],E=r.md.options.quotes[3]):(A=r.md.options.quotes[0],E=r.md.options.quotes[1]),i.content=u(i.content,c.index,E),e[_.token].content=u(e[_.token].content,_.pos,A),p+=E.length-1,_.token===t&&(p+=A.length-1),h=(l=i.content).length,v.length=y;continue e}F?v.push({token:t,pos:c.index,single:w,level:f}):C&&w&&(i.content=u(i.content,c.index,"โ"))}else w&&(i.content=u(i.content,c.index,"โ"))}}}}e.exports=function(e){var r;if(e.md.options.typographer)for(r=e.tokens.length-1;r>=0;r--)"inline"===e.tokens[r].type&&i.test(e.tokens[r].content)&&l(e.tokens[r].children,e)}},3035:function(e,r,t){"use strict";var n=t(9159);function o(e,r,t){this.src=e,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=r}o.prototype.Token=n,e.exports=o},9208:function(e){"use strict";var r=/^([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])?)*)$/,t=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;e.exports=function(e,n){var o,a,i,s,u,l,c=e.pos;if(60!==e.src.charCodeAt(c))return!1;for(u=e.pos,l=e.posMax;;){if(++c>=l)return!1;if(60===(s=e.src.charCodeAt(c)))return!1;if(62===s)break}return o=e.src.slice(u+1,c),t.test(o)?(a=e.md.normalizeLink(o),!!e.md.validateLink(a)&&(n||((i=e.push("link_open","a",1)).attrs=[["href",a]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(o),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=o.length+2,!0)):!!r.test(o)&&(a=e.md.normalizeLink("mailto:"+o),!!e.md.validateLink(a)&&(n||((i=e.push("link_open","a",1)).attrs=[["href",a]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(o),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=o.length+2,!0))}},3915:function(e){"use strict";e.exports=function(e,r){var t,n,o,a,i,s,u,l,c=e.pos;if(96!==e.src.charCodeAt(c))return!1;for(t=c,c++,n=e.posMax;c<n&&96===e.src.charCodeAt(c);)c++;if(u=(o=e.src.slice(t,c)).length,e.backticksScanned&&(e.backticks[u]||0)<=t)return r||(e.pending+=o),e.pos+=u,!0;for(i=s=c;-1!==(i=e.src.indexOf("`",s));){for(s=i+1;s<n&&96===e.src.charCodeAt(s);)s++;if((l=s-i)===u)return r||((a=e.push("code_inline","code",0)).markup=o,a.content=e.src.slice(c,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=s,!0;e.backticks[l]=i}return e.backticksScanned=!0,r||(e.pending+=o),e.pos+=u,!0}},9133:function(e){"use strict";function r(e,r){var t,n,o,a,i,s,u,l,c={},p=r.length;for(t=0;t<p;t++)if((o=r[t]).length=o.length||0,o.close){for(c.hasOwnProperty(o.marker)||(c[o.marker]=[-1,-1,-1]),i=c[o.marker][o.length%3],s=n=t-o.jump-1;n>i;n-=a.jump+1)if((a=r[n]).marker===o.marker&&a.open&&a.end<0&&(u=!1,(a.close||o.open)&&(a.length+o.length)%3==0&&(a.length%3==0&&o.length%3==0||(u=!0)),!u)){l=n>0&&!r[n-1].open?r[n-1].jump+1:0,o.jump=t-n+l,o.open=!1,a.end=t,a.jump=l,a.close=!1,s=-1;break}-1!==s&&(c[o.marker][(o.length||0)%3]=s)}}e.exports=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(0,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(0,n[t].delimiters)}},6989:function(e){"use strict";function r(e,r){var t,n,o,a,i,s;for(t=r.length-1;t>=0;t--)95!==(n=r[t]).marker&&42!==n.marker||-1!==n.end&&(o=r[n.end],s=t>0&&r[t-1].end===n.end+1&&r[t-1].token===n.token-1&&r[n.end+1].token===o.token+1&&r[t-1].marker===n.marker,i=String.fromCharCode(n.marker),(a=e.tokens[n.token]).type=s?"strong_open":"em_open",a.tag=s?"strong":"em",a.nesting=1,a.markup=s?i+i:i,a.content="",(a=e.tokens[o.token]).type=s?"strong_close":"em_close",a.tag=s?"strong":"em",a.nesting=-1,a.markup=s?i+i:i,a.content="",s&&(e.tokens[r[t-1].token].content="",e.tokens[r[n.end+1].token].content="",t--))}e.exports.w=function(e,r){var t,n,o=e.pos,a=e.src.charCodeAt(o);if(r)return!1;if(95!==a&&42!==a)return!1;for(n=e.scanDelims(e.pos,42===a),t=0;t<n.length;t++)e.push("text","",0).content=String.fromCharCode(a),e.delimiters.push({marker:a,length:n.length,jump:t,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},e.exports.g=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}},4645:function(e,r,t){"use strict";var n=t(9953),o=t(2257).has,a=t(2257).isValidEntityCode,i=t(2257).fromCodePoint,s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,u=/^&([a-z][a-z0-9]{1,31});/i;e.exports=function(e,r){var t,l,c=e.pos,p=e.posMax;if(38!==e.src.charCodeAt(c))return!1;if(c+1<p)if(35===e.src.charCodeAt(c+1)){if(l=e.src.slice(c).match(s))return r||(t="x"===l[1][0].toLowerCase()?parseInt(l[1].slice(1),16):parseInt(l[1],10),e.pending+=a(t)?i(t):i(65533)),e.pos+=l[0].length,!0}else if((l=e.src.slice(c).match(u))&&o(n,l[1]))return r||(e.pending+=n[l[1]]),e.pos+=l[0].length,!0;return r||(e.pending+="&"),e.pos++,!0}},4130:function(e,r,t){"use strict";for(var n=t(2257).isSpace,o=[],a=0;a<256;a++)o.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){o[e.charCodeAt(0)]=1})),e.exports=function(e,r){var t,a=e.pos,i=e.posMax;if(92!==e.src.charCodeAt(a))return!1;if(++a<i){if((t=e.src.charCodeAt(a))<256&&0!==o[t])return r||(e.pending+=e.src[a]),e.pos+=2,!0;if(10===t){for(r||e.push("hardbreak","br",0),a++;a<i&&(t=e.src.charCodeAt(a),n(t));)a++;return e.pos=a,!0}}return r||(e.pending+="\\"),e.pos++,!0}},5342:function(e,r,t){"use strict";var n=t(3609).n;e.exports=function(e,r){var t,o,a,i=e.pos;return!(!e.md.options.html||(a=e.posMax,60!==e.src.charCodeAt(i)||i+2>=a||33!==(t=e.src.charCodeAt(i+1))&&63!==t&&47!==t&&!function(e){var r=32|e;return r>=97&&r<=122}(t)||!(o=e.src.slice(i).match(n))||(r||(e.push("html_inline","",0).content=e.src.slice(i,i+o[0].length)),e.pos+=o[0].length,0)))}},960:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r){var t,a,i,s,u,l,c,p,h,f,_,d,m,g="",b=e.pos,D=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;if(l=e.pos+2,(u=e.md.helpers.parseLinkLabel(e,e.pos+1,!1))<0)return!1;if((c=u+1)<D&&40===e.src.charCodeAt(c)){for(c++;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);if(c>=D)return!1;for(m=c,(h=e.md.helpers.parseLinkDestination(e.src,c,e.posMax)).ok&&(g=e.md.normalizeLink(h.str),e.md.validateLink(g)?c=h.pos:g=""),m=c;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);if(h=e.md.helpers.parseLinkTitle(e.src,c,e.posMax),c<D&&m!==c&&h.ok)for(f=h.str,c=h.pos;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);else f="";if(c>=D||41!==e.src.charCodeAt(c))return e.pos=b,!1;c++}else{if(void 0===e.env.references)return!1;if(c<D&&91===e.src.charCodeAt(c)?(m=c+1,(c=e.md.helpers.parseLinkLabel(e,c))>=0?s=e.src.slice(m,c++):c=u+1):c=u+1,s||(s=e.src.slice(l,u)),!(p=e.env.references[n(s)]))return e.pos=b,!1;g=p.href,f=p.title}return r||(i=e.src.slice(l,u),e.md.inline.parse(i,e.md,e.env,d=[]),(_=e.push("image","img",0)).attrs=t=[["src",g],["alt",""]],_.children=d,_.content=i,f&&t.push(["title",f])),e.pos=c,e.posMax=D,!0}},7497:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r){var t,a,i,s,u,l,c,p,h="",f="",_=e.pos,d=e.posMax,m=e.pos,g=!0;if(91!==e.src.charCodeAt(e.pos))return!1;if(u=e.pos+1,(s=e.md.helpers.parseLinkLabel(e,e.pos,!0))<0)return!1;if((l=s+1)<d&&40===e.src.charCodeAt(l)){for(g=!1,l++;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);if(l>=d)return!1;if(m=l,(c=e.md.helpers.parseLinkDestination(e.src,l,e.posMax)).ok){for(h=e.md.normalizeLink(c.str),e.md.validateLink(h)?l=c.pos:h="",m=l;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);if(c=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<d&&m!==l&&c.ok)for(f=c.str,l=c.pos;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);}(l>=d||41!==e.src.charCodeAt(l))&&(g=!0),l++}if(g){if(void 0===e.env.references)return!1;if(l<d&&91===e.src.charCodeAt(l)?(m=l+1,(l=e.md.helpers.parseLinkLabel(e,l))>=0?i=e.src.slice(m,l++):l=s+1):l=s+1,i||(i=e.src.slice(u,s)),!(p=e.env.references[n(i)]))return e.pos=_,!1;h=p.href,f=p.title}return r||(e.pos=u,e.posMax=s,e.push("link_open","a",1).attrs=t=[["href",h]],f&&t.push(["title",f]),e.md.inline.tokenize(e),e.push("link_close","a",-1)),e.pos=l,e.posMax=d,!0}},6132:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r){var t,o,a=e.pos;if(10!==e.src.charCodeAt(a))return!1;for(t=e.pending.length-1,o=e.posMax,r||(t>=0&&32===e.pending.charCodeAt(t)?t>=1&&32===e.pending.charCodeAt(t-1)?(e.pending=e.pending.replace(/ +$/,""),e.push("hardbreak","br",0)):(e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0)):e.push("softbreak","br",0)),a++;a<o&&n(e.src.charCodeAt(a));)a++;return e.pos=a,!0}},1496:function(e,r,t){"use strict";var n=t(9159),o=t(2257).isWhiteSpace,a=t(2257).isPunctChar,i=t(2257).isMdAsciiPunct;function s(e,r,t,n){this.src=e,this.env=t,this.md=r,this.tokens=n,this.tokens_meta=Array(n.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}s.prototype.pushPending=function(){var e=new n("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,r,t){this.pending&&this.pushPending();var o=new n(e,r,t),a=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),o.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],a={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(a),o},s.prototype.scanDelims=function(e,r){var t,n,s,u,l,c,p,h,f=e,_=!0,d=!0,m=this.posMax,g=this.src.charCodeAt(e);for(t=e>0?this.src.charCodeAt(e-1):32;f<m&&this.src.charCodeAt(f)===g;)f++;return s=f-e,n=f<m?this.src.charCodeAt(f):32,p=i(t)||a(String.fromCharCode(t)),h=i(n)||a(String.fromCharCode(n)),c=o(t),o(n)&&(_=!1),c&&(d=!1),r?(u=_,l=d):(u=_&&(!d||p),l=d&&(!_||h)),{can_open:u,can_close:l,length:s}},s.prototype.Token=n,e.exports=s},5034:function(e){"use strict";function r(e,r){var t,n,o,a,i,s=[],u=r.length;for(t=0;t<u;t++)126===(o=r[t]).marker&&-1!==o.end&&(a=r[o.end],(i=e.tokens[o.token]).type="s_open",i.tag="s",i.nesting=1,i.markup="~~",i.content="",(i=e.tokens[a.token]).type="s_close",i.tag="s",i.nesting=-1,i.markup="~~",i.content="","text"===e.tokens[a.token-1].type&&"~"===e.tokens[a.token-1].content&&s.push(a.token-1));for(;s.length;){for(n=(t=s.pop())+1;n<e.tokens.length&&"s_close"===e.tokens[n].type;)n++;t!==--n&&(i=e.tokens[n],e.tokens[n]=e.tokens[t],e.tokens[t]=i)}}e.exports.w=function(e,r){var t,n,o,a,i=e.pos,s=e.src.charCodeAt(i);if(r)return!1;if(126!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,a=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=a,o--),t=0;t<o;t+=2)e.push("text","",0).content=a+a,e.delimiters.push({marker:s,length:0,jump:t,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},e.exports.g=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}},3363:function(e){"use strict";function r(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!0;default:return!1}}e.exports=function(e,t){for(var n=e.pos;n<e.posMax&&!r(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}},1787:function(e){"use strict";e.exports=function(e){var r,t,n=0,o=e.tokens,a=e.tokens.length;for(r=t=0;r<a;r++)o[r].nesting<0&&n--,o[r].level=n,o[r].nesting>0&&n++,"text"===o[r].type&&r+1<a&&"text"===o[r+1].type?o[r+1].content=o[r].content+o[r+1].content:(r!==t&&(o[t]=o[r]),t++);r!==t&&(o.length=t)}},9159:function(e){"use strict";function r(e,r,t){this.type=e,this.tag=r,this.attrs=null,this.map=null,this.nesting=t,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}r.prototype.attrIndex=function(e){var r,t,n;if(!this.attrs)return-1;for(t=0,n=(r=this.attrs).length;t<n;t++)if(r[t][0]===e)return t;return-1},r.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},r.prototype.attrSet=function(e,r){var t=this.attrIndex(e),n=[e,r];t<0?this.attrPush(n):this.attrs[t]=n},r.prototype.attrGet=function(e){var r=this.attrIndex(e),t=null;return r>=0&&(t=this.attrs[r][1]),t},r.prototype.attrJoin=function(e,r){var t=this.attrIndex(e);t<0?this.attrPush([e,r]):this.attrs[t][1]=this.attrs[t][1]+" "+r},e.exports=r},819:function(e){"use strict";var r={};function t(e,n){var o;return"string"!=typeof n&&(n=t.defaultChars),o=function(e){var t,n,o=r[e];if(o)return o;for(o=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),o.push(n);for(t=0;t<e.length;t++)o[n=e.charCodeAt(t)]="%"+("0"+n.toString(16).toUpperCase()).slice(-2);return o}(n),e.replace(/(%[a-f0-9]{2})+/gi,(function(e){var r,t,n,a,i,s,u,l="";for(r=0,t=e.length;r<t;r+=3)(n=parseInt(e.slice(r+1,r+3),16))<128?l+=o[n]:192==(224&n)&&r+3<t&&128==(192&(a=parseInt(e.slice(r+4,r+6),16)))?(l+=(u=n<<6&1984|63&a)<128?"๏ฟฝ๏ฟฝ":String.fromCharCode(u),r+=3):224==(240&n)&&r+6<t&&(a=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16),128==(192&a)&&128==(192&i))?(l+=(u=n<<12&61440|a<<6&4032|63&i)<2048||u>=55296&&u<=57343?"๏ฟฝ๏ฟฝ๏ฟฝ":String.fromCharCode(u),r+=6):240==(248&n)&&r+9<t&&(a=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16),s=parseInt(e.slice(r+10,r+12),16),128==(192&a)&&128==(192&i)&&128==(192&s))?((u=n<<18&1835008|a<<12&258048|i<<6&4032|63&s)<65536||u>1114111?l+="๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ":(u-=65536,l+=String.fromCharCode(55296+(u>>10),56320+(1023&u))),r+=9):l+="๏ฟฝ";return l}))}t.defaultChars=";/?:@&=+$,#",t.componentChars="",e.exports=t},4651:function(e){"use strict";var r={};function t(e,n,o){var a,i,s,u,l,c="";for("string"!=typeof n&&(o=n,n=t.defaultChars),void 0===o&&(o=!0),l=function(e){var t,n,o=r[e];if(o)return o;for(o=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?o.push(n):o.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t<e.length;t++)o[e.charCodeAt(t)]=e[t];return o}(n),a=0,i=e.length;a<i;a++)if(s=e.charCodeAt(a),o&&37===s&&a+2<i&&/^[0-9a-f]{2}$/i.test(e.slice(a+1,a+3)))c+=e.slice(a,a+3),a+=2;else if(s<128)c+=l[s];else if(s>=55296&&s<=57343){if(s>=55296&&s<=56319&&a+1<i&&(u=e.charCodeAt(a+1))>=56320&&u<=57343){c+=encodeURIComponent(e[a]+e[a+1]),a++;continue}c+="%EF%BF%BD"}else c+=encodeURIComponent(e[a]);return c}t.defaultChars=";/?:@&=+$,-_.!~*'()#",t.componentChars="-_.!~*'()",e.exports=t},814:function(e){"use strict";e.exports=function(e){var r="";return r+=e.protocol||"",r+=e.slashes?"//":"",r+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?r+="["+e.hostname+"]":r+=e.hostname||"",r+=e.port?":"+e.port:"",r+=e.pathname||"",(r+=e.search||"")+(e.hash||"")}},9762:function(e,r,t){"use strict";e.exports.encode=t(4651),e.exports.decode=t(819),e.exports.format=t(814),e.exports.parse=t(7670)},7670:function(e){"use strict";function r(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var t=/^([a-z0-9.+-]+:)/i,n=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,a=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),i=["'"].concat(a),s=["%","/","?",";","#"].concat(i),u=["/","?","#"],l=/^[+a-z0-9A-Z_-]{0,63}$/,c=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,p={javascript:!0,"javascript:":!0},h={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};r.prototype.parse=function(e,r){var n,a,i,f,_,d=e;if(d=d.trim(),!r&&1===e.split("#").length){var m=o.exec(d);if(m)return this.pathname=m[1],m[2]&&(this.search=m[2]),this}var g=t.exec(d);if(g&&(i=(g=g[0]).toLowerCase(),this.protocol=g,d=d.substr(g.length)),(r||g||d.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(_="//"===d.substr(0,2))||g&&p[g]||(d=d.substr(2),this.slashes=!0)),!p[g]&&(_||g&&!h[g])){var b,D,k=-1;for(n=0;n<u.length;n++)-1!==(f=d.indexOf(u[n]))&&(-1===k||f<k)&&(k=f);for(-1!==(D=-1===k?d.lastIndexOf("@"):d.lastIndexOf("@",k))&&(b=d.slice(0,D),d=d.slice(D+1),this.auth=b),k=-1,n=0;n<s.length;n++)-1!==(f=d.indexOf(s[n]))&&(-1===k||f<k)&&(k=f);-1===k&&(k=d.length),":"===d[k-1]&&k--;var F=d.slice(0,k);d=d.slice(k),this.parseHost(F),this.hostname=this.hostname||"";var C="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!C){var y=this.hostname.split(/\./);for(n=0,a=y.length;n<a;n++){var w=y[n];if(w&&!w.match(l)){for(var v="",A=0,E=w.length;A<E;A++)w.charCodeAt(A)>127?v+="x":v+=w[A];if(!v.match(l)){var x=y.slice(0,n),B=y.slice(n+1),q=w.match(c);q&&(x.push(q[1]),B.unshift(q[2])),B.length&&(d=B.join(".")+d),this.hostname=x.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),C&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var S=d.indexOf("#");-1!==S&&(this.hash=d.substr(S),d=d.slice(0,S));var z=d.indexOf("?");return-1!==z&&(this.search=d.substr(z),d=d.slice(0,z)),d&&(this.pathname=d),h[i]&&this.hostname&&!this.pathname&&(this.pathname=""),this},r.prototype.parseHost=function(e){var r=n.exec(e);r&&(":"!==(r=r[0])&&(this.port=r.substr(1)),e=e.substr(0,e.length-r.length)),e&&(this.hostname=e)},e.exports=function(e,t){if(e&&e instanceof r)return e;var n=new r;return n.parse(e,t),n}},8770:function(e,r,t){"use strict";t.r(r),t.d(r,{decode:function(){return g},encode:function(){return b},toASCII:function(){return k},toUnicode:function(){return D},ucs2decode:function(){return f},ucs2encode:function(){return _}});const n=2147483647,o=36,a=/^xn--/,i=/[^\0-\x7E]/,s=/[\x2E\u3002\uFF0E\uFF61]/g,u={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},l=Math.floor,c=String.fromCharCode;function p(e){throw new RangeError(u[e])}function h(e,r){const t=e.split("@");let n="";t.length>1&&(n=t[0]+"@",e=t[1]);const o=function(e,r){const t=[];let n=e.length;for(;n--;)t[n]=r(e[n]);return t}((e=e.replace(s,".")).split("."),r).join(".");return n+o}function f(e){const r=[];let t=0;const n=e.length;for(;t<n;){const o=e.charCodeAt(t++);if(o>=55296&&o<=56319&&t<n){const n=e.charCodeAt(t++);56320==(64512&n)?r.push(((1023&o)<<10)+(1023&n)+65536):(r.push(o),t--)}else r.push(o)}return r}const _=e=>String.fromCodePoint(...e),d=function(e,r){return e+22+75*(e<26)-((0!=r)<<5)},m=function(e,r,t){let n=0;for(e=t?l(e/700):e>>1,e+=l(e/r);e>455;n+=o)e=l(e/35);return l(n+36*e/(e+38))},g=function(e){const r=[],t=e.length;let a=0,i=128,s=72,u=e.lastIndexOf("-");u<0&&(u=0);for(let t=0;t<u;++t)e.charCodeAt(t)>=128&&p("not-basic"),r.push(e.charCodeAt(t));for(let h=u>0?u+1:0;h<t;){let u=a;for(let r=1,i=o;;i+=o){h>=t&&p("invalid-input");const u=(c=e.charCodeAt(h++))-48<10?c-22:c-65<26?c-65:c-97<26?c-97:o;(u>=o||u>l((n-a)/r))&&p("overflow"),a+=u*r;const f=i<=s?1:i>=s+26?26:i-s;if(u<f)break;const _=o-f;r>l(n/_)&&p("overflow"),r*=_}const f=r.length+1;s=m(a-u,f,0==u),l(a/f)>n-i&&p("overflow"),i+=l(a/f),a%=f,r.splice(a++,0,i)}var c;return String.fromCodePoint(...r)},b=function(e){const r=[];let t=(e=f(e)).length,a=128,i=0,s=72;for(const t of e)t<128&&r.push(c(t));let u=r.length,h=u;for(u&&r.push("-");h<t;){let t=n;for(const r of e)r>=a&&r<t&&(t=r);const f=h+1;t-a>l((n-i)/f)&&p("overflow"),i+=(t-a)*f,a=t;for(const t of e)if(t<a&&++i>n&&p("overflow"),t==a){let e=i;for(let t=o;;t+=o){const n=t<=s?1:t>=s+26?26:t-s;if(e<n)break;const a=e-n,i=o-n;r.push(c(d(n+a%i,0))),e=l(a/i)}r.push(c(d(e,0))),s=m(i,f,h==u),i=0,++h}++i,++a}return r.join("")},D=function(e){return h(e,(function(e){return a.test(e)?g(e.slice(4).toLowerCase()):e}))},k=function(e){return h(e,(function(e){return i.test(e)?"xn--"+b(e):e}))},F={version:"2.1.0",ucs2:{decode:f,encode:_},decode:g,encode:b,toASCII:k,toUnicode:D};r.default=F},699:function(e){e.exports=/[\0-\x1F\x7F-\x9F]/},5515:function(e){e.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},6924:function(e){e.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\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[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},9338:function(e){e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},6499:function(e,r,t){"use strict";r.Any=t(8287),r.Cc=t(699),r.Cf=t(5515),r.P=t(6924),r.Z=t(9338)},8287:function(e){e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},6463:function(r){"use strict";r.exports=e},7958:function(e){"use strict";e.exports=r},2834:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"ร","aacute":"รก","Abreve":"ฤ","abreve":"ฤ","ac":"โพ","acd":"โฟ","acE":"โพฬณ","Acirc":"ร","acirc":"รข","acute":"ยด","Acy":"ะ","acy":"ะฐ","AElig":"ร","aelig":"รฆ","af":"โก","Afr":"๐","afr":"๐","Agrave":"ร","agrave":"ร ","alefsym":"โต","aleph":"โต","Alpha":"ฮ","alpha":"ฮฑ","Amacr":"ฤ","amacr":"ฤ","amalg":"โจฟ","amp":"&","AMP":"&","andand":"โฉ","And":"โฉ","and":"โง","andd":"โฉ","andslope":"โฉ","andv":"โฉ","ang":"โ ","ange":"โฆค","angle":"โ ","angmsdaa":"โฆจ","angmsdab":"โฆฉ","angmsdac":"โฆช","angmsdad":"โฆซ","angmsdae":"โฆฌ","angmsdaf":"โฆญ","angmsdag":"โฆฎ","angmsdah":"โฆฏ","angmsd":"โก","angrt":"โ","angrtvb":"โพ","angrtvbd":"โฆ","angsph":"โข","angst":"ร
","angzarr":"โผ","Aogon":"ฤ","aogon":"ฤ
","Aopf":"๐ธ","aopf":"๐","apacir":"โฉฏ","ap":"โ","apE":"โฉฐ","ape":"โ","apid":"โ","apos":"\'","ApplyFunction":"โก","approx":"โ","approxeq":"โ","Aring":"ร
","aring":"รฅ","Ascr":"๐","ascr":"๐ถ","Assign":"โ","ast":"*","asymp":"โ","asympeq":"โ","Atilde":"ร","atilde":"รฃ","Auml":"ร","auml":"รค","awconint":"โณ","awint":"โจ","backcong":"โ","backepsilon":"ฯถ","backprime":"โต","backsim":"โฝ","backsimeq":"โ","Backslash":"โ","Barv":"โซง","barvee":"โฝ","barwed":"โ
","Barwed":"โ","barwedge":"โ
","bbrk":"โต","bbrktbrk":"โถ","bcong":"โ","Bcy":"ะ","bcy":"ะฑ","bdquo":"โ","becaus":"โต","because":"โต","Because":"โต","bemptyv":"โฆฐ","bepsi":"ฯถ","bernou":"โฌ","Bernoullis":"โฌ","Beta":"ฮ","beta":"ฮฒ","beth":"โถ","between":"โฌ","Bfr":"๐
","bfr":"๐","bigcap":"โ","bigcirc":"โฏ","bigcup":"โ","bigodot":"โจ","bigoplus":"โจ","bigotimes":"โจ","bigsqcup":"โจ","bigstar":"โ
","bigtriangledown":"โฝ","bigtriangleup":"โณ","biguplus":"โจ","bigvee":"โ","bigwedge":"โ","bkarow":"โค","blacklozenge":"โงซ","blacksquare":"โช","blacktriangle":"โด","blacktriangledown":"โพ","blacktriangleleft":"โ","blacktriangleright":"โธ","blank":"โฃ","blk12":"โ","blk14":"โ","blk34":"โ","block":"โ","bne":"=โฅ","bnequiv":"โกโฅ","bNot":"โซญ","bnot":"โ","Bopf":"๐น","bopf":"๐","bot":"โฅ","bottom":"โฅ","bowtie":"โ","boxbox":"โง","boxdl":"โ","boxdL":"โ","boxDl":"โ","boxDL":"โ","boxdr":"โ","boxdR":"โ","boxDr":"โ","boxDR":"โ","boxh":"โ","boxH":"โ","boxhd":"โฌ","boxHd":"โค","boxhD":"โฅ","boxHD":"โฆ","boxhu":"โด","boxHu":"โง","boxhU":"โจ","boxHU":"โฉ","boxminus":"โ","boxplus":"โ","boxtimes":"โ ","boxul":"โ","boxuL":"โ","boxUl":"โ","boxUL":"โ","boxur":"โ","boxuR":"โ","boxUr":"โ","boxUR":"โ","boxv":"โ","boxV":"โ","boxvh":"โผ","boxvH":"โช","boxVh":"โซ","boxVH":"โฌ","boxvl":"โค","boxvL":"โก","boxVl":"โข","boxVL":"โฃ","boxvr":"โ","boxvR":"โ","boxVr":"โ","boxVR":"โ ","bprime":"โต","breve":"ห","Breve":"ห","brvbar":"ยฆ","bscr":"๐ท","Bscr":"โฌ","bsemi":"โ","bsim":"โฝ","bsime":"โ","bsolb":"โง
","bsol":"\\\\","bsolhsub":"โ","bull":"โข","bullet":"โข","bump":"โ","bumpE":"โชฎ","bumpe":"โ","Bumpeq":"โ","bumpeq":"โ","Cacute":"ฤ","cacute":"ฤ","capand":"โฉ","capbrcup":"โฉ","capcap":"โฉ","cap":"โฉ","Cap":"โ","capcup":"โฉ","capdot":"โฉ","CapitalDifferentialD":"โ
","caps":"โฉ๏ธ","caret":"โ","caron":"ห","Cayleys":"โญ","ccaps":"โฉ","Ccaron":"ฤ","ccaron":"ฤ","Ccedil":"ร","ccedil":"รง","Ccirc":"ฤ","ccirc":"ฤ","Cconint":"โฐ","ccups":"โฉ","ccupssm":"โฉ","Cdot":"ฤ","cdot":"ฤ","cedil":"ยธ","Cedilla":"ยธ","cemptyv":"โฆฒ","cent":"ยข","centerdot":"ยท","CenterDot":"ยท","cfr":"๐ ","Cfr":"โญ","CHcy":"ะง","chcy":"ั","check":"โ","checkmark":"โ","Chi":"ฮง","chi":"ฯ","circ":"ห","circeq":"โ","circlearrowleft":"โบ","circlearrowright":"โป","circledast":"โ","circledcirc":"โ","circleddash":"โ","CircleDot":"โ","circledR":"ยฎ","circledS":"โ","CircleMinus":"โ","CirclePlus":"โ","CircleTimes":"โ","cir":"โ","cirE":"โง","cire":"โ","cirfnint":"โจ","cirmid":"โซฏ","cirscir":"โง","ClockwiseContourIntegral":"โฒ","CloseCurlyDoubleQuote":"โ","CloseCurlyQuote":"โ","clubs":"โฃ","clubsuit":"โฃ","colon":":","Colon":"โท","Colone":"โฉด","colone":"โ","coloneq":"โ","comma":",","commat":"@","comp":"โ","compfn":"โ","complement":"โ","complexes":"โ","cong":"โ
","congdot":"โฉญ","Congruent":"โก","conint":"โฎ","Conint":"โฏ","ContourIntegral":"โฎ","copf":"๐","Copf":"โ","coprod":"โ","Coproduct":"โ","copy":"ยฉ","COPY":"ยฉ","copysr":"โ","CounterClockwiseContourIntegral":"โณ","crarr":"โต","cross":"โ","Cross":"โจฏ","Cscr":"๐","cscr":"๐ธ","csub":"โซ","csube":"โซ","csup":"โซ","csupe":"โซ","ctdot":"โฏ","cudarrl":"โคธ","cudarrr":"โคต","cuepr":"โ","cuesc":"โ","cularr":"โถ","cularrp":"โคฝ","cupbrcap":"โฉ","cupcap":"โฉ","CupCap":"โ","cup":"โช","Cup":"โ","cupcup":"โฉ","cupdot":"โ","cupor":"โฉ
","cups":"โช๏ธ","curarr":"โท","curarrm":"โคผ","curlyeqprec":"โ","curlyeqsucc":"โ","curlyvee":"โ","curlywedge":"โ","curren":"ยค","curvearrowleft":"โถ","curvearrowright":"โท","cuvee":"โ","cuwed":"โ","cwconint":"โฒ","cwint":"โฑ","cylcty":"โญ","dagger":"โ ","Dagger":"โก","daleth":"โธ","darr":"โ","Darr":"โก","dArr":"โ","dash":"โ","Dashv":"โซค","dashv":"โฃ","dbkarow":"โค","dblac":"ห","Dcaron":"ฤ","dcaron":"ฤ","Dcy":"ะ","dcy":"ะด","ddagger":"โก","ddarr":"โ","DD":"โ
","dd":"โ
","DDotrahd":"โค","ddotseq":"โฉท","deg":"ยฐ","Del":"โ","Delta":"ฮ","delta":"ฮด","demptyv":"โฆฑ","dfisht":"โฅฟ","Dfr":"๐","dfr":"๐ก","dHar":"โฅฅ","dharl":"โ","dharr":"โ","DiacriticalAcute":"ยด","DiacriticalDot":"ห","DiacriticalDoubleAcute":"ห","DiacriticalGrave":"`","DiacriticalTilde":"ห","diam":"โ","diamond":"โ","Diamond":"โ","diamondsuit":"โฆ","diams":"โฆ","die":"ยจ","DifferentialD":"โ
","digamma":"ฯ","disin":"โฒ","div":"รท","divide":"รท","divideontimes":"โ","divonx":"โ","DJcy":"ะ","djcy":"ั","dlcorn":"โ","dlcrop":"โ","dollar":"$","Dopf":"๐ป","dopf":"๐","Dot":"ยจ","dot":"ห","DotDot":"โ","doteq":"โ","doteqdot":"โ","DotEqual":"โ","dotminus":"โธ","dotplus":"โ","dotsquare":"โก","doublebarwedge":"โ","DoubleContourIntegral":"โฏ","DoubleDot":"ยจ","DoubleDownArrow":"โ","DoubleLeftArrow":"โ","DoubleLeftRightArrow":"โ","DoubleLeftTee":"โซค","DoubleLongLeftArrow":"โธ","DoubleLongLeftRightArrow":"โบ","DoubleLongRightArrow":"โน","DoubleRightArrow":"โ","DoubleRightTee":"โจ","DoubleUpArrow":"โ","DoubleUpDownArrow":"โ","DoubleVerticalBar":"โฅ","DownArrowBar":"โค","downarrow":"โ","DownArrow":"โ","Downarrow":"โ","DownArrowUpArrow":"โต","DownBreve":"ฬ","downdownarrows":"โ","downharpoonleft":"โ","downharpoonright":"โ","DownLeftRightVector":"โฅ","DownLeftTeeVector":"โฅ","DownLeftVectorBar":"โฅ","DownLeftVector":"โฝ","DownRightTeeVector":"โฅ","DownRightVectorBar":"โฅ","DownRightVector":"โ","DownTeeArrow":"โง","DownTee":"โค","drbkarow":"โค","drcorn":"โ","drcrop":"โ","Dscr":"๐","dscr":"๐น","DScy":"ะ
","dscy":"ั","dsol":"โงถ","Dstrok":"ฤ","dstrok":"ฤ","dtdot":"โฑ","dtri":"โฟ","dtrif":"โพ","duarr":"โต","duhar":"โฅฏ","dwangle":"โฆฆ","DZcy":"ะ","dzcy":"ั","dzigrarr":"โฟ","Eacute":"ร","eacute":"รฉ","easter":"โฉฎ","Ecaron":"ฤ","ecaron":"ฤ","Ecirc":"ร","ecirc":"รช","ecir":"โ","ecolon":"โ","Ecy":"ะญ","ecy":"ั","eDDot":"โฉท","Edot":"ฤ","edot":"ฤ","eDot":"โ","ee":"โ
","efDot":"โ","Efr":"๐","efr":"๐ข","eg":"โช","Egrave":"ร","egrave":"รจ","egs":"โช","egsdot":"โช","el":"โช","Element":"โ","elinters":"โง","ell":"โ","els":"โช","elsdot":"โช","Emacr":"ฤ","emacr":"ฤ","empty":"โ
","emptyset":"โ
","EmptySmallSquare":"โป","emptyv":"โ
","EmptyVerySmallSquare":"โซ","emsp13":"โ","emsp14":"โ
","emsp":"โ","ENG":"ล","eng":"ล","ensp":"โ","Eogon":"ฤ","eogon":"ฤ","Eopf":"๐ผ","eopf":"๐","epar":"โ","eparsl":"โงฃ","eplus":"โฉฑ","epsi":"ฮต","Epsilon":"ฮ","epsilon":"ฮต","epsiv":"ฯต","eqcirc":"โ","eqcolon":"โ","eqsim":"โ","eqslantgtr":"โช","eqslantless":"โช","Equal":"โฉต","equals":"=","EqualTilde":"โ","equest":"โ","Equilibrium":"โ","equiv":"โก","equivDD":"โฉธ","eqvparsl":"โงฅ","erarr":"โฅฑ","erDot":"โ","escr":"โฏ","Escr":"โฐ","esdot":"โ","Esim":"โฉณ","esim":"โ","Eta":"ฮ","eta":"ฮท","ETH":"ร","eth":"รฐ","Euml":"ร","euml":"รซ","euro":"โฌ","excl":"!","exist":"โ","Exists":"โ","expectation":"โฐ","exponentiale":"โ
","ExponentialE":"โ
","fallingdotseq":"โ","Fcy":"ะค","fcy":"ั","female":"โ","ffilig":"๏ฌ","fflig":"๏ฌ","ffllig":"๏ฌ","Ffr":"๐","ffr":"๐ฃ","filig":"๏ฌ","FilledSmallSquare":"โผ","FilledVerySmallSquare":"โช","fjlig":"fj","flat":"โญ","fllig":"๏ฌ","fltns":"โฑ","fnof":"ฦ","Fopf":"๐ฝ","fopf":"๐","forall":"โ","ForAll":"โ","fork":"โ","forkv":"โซ","Fouriertrf":"โฑ","fpartint":"โจ","frac12":"ยฝ","frac13":"โ
","frac14":"ยผ","frac15":"โ
","frac16":"โ
","frac18":"โ
","frac23":"โ
","frac25":"โ
","frac34":"ยพ","frac35":"โ
","frac38":"โ
","frac45":"โ
","frac56":"โ
","frac58":"โ
","frac78":"โ
","frasl":"โ","frown":"โข","fscr":"๐ป","Fscr":"โฑ","gacute":"วต","Gamma":"ฮ","gamma":"ฮณ","Gammad":"ฯ","gammad":"ฯ","gap":"โช","Gbreve":"ฤ","gbreve":"ฤ","Gcedil":"ฤข","Gcirc":"ฤ","gcirc":"ฤ","Gcy":"ะ","gcy":"ะณ","Gdot":"ฤ ","gdot":"ฤก","ge":"โฅ","gE":"โง","gEl":"โช","gel":"โ","geq":"โฅ","geqq":"โง","geqslant":"โฉพ","gescc":"โชฉ","ges":"โฉพ","gesdot":"โช","gesdoto":"โช","gesdotol":"โช","gesl":"โ๏ธ","gesles":"โช","Gfr":"๐","gfr":"๐ค","gg":"โซ","Gg":"โ","ggg":"โ","gimel":"โท","GJcy":"ะ","gjcy":"ั","gla":"โชฅ","gl":"โท","glE":"โช","glj":"โชค","gnap":"โช","gnapprox":"โช","gne":"โช","gnE":"โฉ","gneq":"โช","gneqq":"โฉ","gnsim":"โง","Gopf":"๐พ","gopf":"๐","grave":"`","GreaterEqual":"โฅ","GreaterEqualLess":"โ","GreaterFullEqual":"โง","GreaterGreater":"โชข","GreaterLess":"โท","GreaterSlantEqual":"โฉพ","GreaterTilde":"โณ","Gscr":"๐ข","gscr":"โ","gsim":"โณ","gsime":"โช","gsiml":"โช","gtcc":"โชง","gtcir":"โฉบ","gt":">","GT":">","Gt":"โซ","gtdot":"โ","gtlPar":"โฆ","gtquest":"โฉผ","gtrapprox":"โช","gtrarr":"โฅธ","gtrdot":"โ","gtreqless":"โ","gtreqqless":"โช","gtrless":"โท","gtrsim":"โณ","gvertneqq":"โฉ๏ธ","gvnE":"โฉ๏ธ","Hacek":"ห","hairsp":"โ","half":"ยฝ","hamilt":"โ","HARDcy":"ะช","hardcy":"ั","harrcir":"โฅ","harr":"โ","hArr":"โ","harrw":"โญ","Hat":"^","hbar":"โ","Hcirc":"ฤค","hcirc":"ฤฅ","hearts":"โฅ","heartsuit":"โฅ","hellip":"โฆ","hercon":"โน","hfr":"๐ฅ","Hfr":"โ","HilbertSpace":"โ","hksearow":"โคฅ","hkswarow":"โคฆ","hoarr":"โฟ","homtht":"โป","hookleftarrow":"โฉ","hookrightarrow":"โช","hopf":"๐","Hopf":"โ","horbar":"โ","HorizontalLine":"โ","hscr":"๐ฝ","Hscr":"โ","hslash":"โ","Hstrok":"ฤฆ","hstrok":"ฤง","HumpDownHump":"โ","HumpEqual":"โ","hybull":"โ","hyphen":"โ","Iacute":"ร","iacute":"รญ","ic":"โฃ","Icirc":"ร","icirc":"รฎ","Icy":"ะ","icy":"ะธ","Idot":"ฤฐ","IEcy":"ะ","iecy":"ะต","iexcl":"ยก","iff":"โ","ifr":"๐ฆ","Ifr":"โ","Igrave":"ร","igrave":"รฌ","ii":"โ
","iiiint":"โจ","iiint":"โญ","iinfin":"โง","iiota":"โฉ","IJlig":"ฤฒ","ijlig":"ฤณ","Imacr":"ฤช","imacr":"ฤซ","image":"โ","ImaginaryI":"โ
","imagline":"โ","imagpart":"โ","imath":"ฤฑ","Im":"โ","imof":"โท","imped":"ฦต","Implies":"โ","incare":"โ
","in":"โ","infin":"โ","infintie":"โง","inodot":"ฤฑ","intcal":"โบ","int":"โซ","Int":"โฌ","integers":"โค","Integral":"โซ","intercal":"โบ","Intersection":"โ","intlarhk":"โจ","intprod":"โจผ","InvisibleComma":"โฃ","InvisibleTimes":"โข","IOcy":"ะ","iocy":"ั","Iogon":"ฤฎ","iogon":"ฤฏ","Iopf":"๐","iopf":"๐","Iota":"ฮ","iota":"ฮน","iprod":"โจผ","iquest":"ยฟ","iscr":"๐พ","Iscr":"โ","isin":"โ","isindot":"โต","isinE":"โน","isins":"โด","isinsv":"โณ","isinv":"โ","it":"โข","Itilde":"ฤจ","itilde":"ฤฉ","Iukcy":"ะ","iukcy":"ั","Iuml":"ร","iuml":"รฏ","Jcirc":"ฤด","jcirc":"ฤต","Jcy":"ะ","jcy":"ะน","Jfr":"๐","jfr":"๐ง","jmath":"ศท","Jopf":"๐","jopf":"๐","Jscr":"๐ฅ","jscr":"๐ฟ","Jsercy":"ะ","jsercy":"ั","Jukcy":"ะ","jukcy":"ั","Kappa":"ฮ","kappa":"ฮบ","kappav":"ฯฐ","Kcedil":"ฤถ","kcedil":"ฤท","Kcy":"ะ","kcy":"ะบ","Kfr":"๐","kfr":"๐จ","kgreen":"ฤธ","KHcy":"ะฅ","khcy":"ั
","KJcy":"ะ","kjcy":"ั","Kopf":"๐","kopf":"๐","Kscr":"๐ฆ","kscr":"๐","lAarr":"โ","Lacute":"ฤน","lacute":"ฤบ","laemptyv":"โฆด","lagran":"โ","Lambda":"ฮ","lambda":"ฮป","lang":"โจ","Lang":"โช","langd":"โฆ","langle":"โจ","lap":"โช
","Laplacetrf":"โ","laquo":"ยซ","larrb":"โค","larrbfs":"โค","larr":"โ","Larr":"โ","lArr":"โ","larrfs":"โค","larrhk":"โฉ","larrlp":"โซ","larrpl":"โคน","larrsim":"โฅณ","larrtl":"โข","latail":"โค","lAtail":"โค","lat":"โชซ","late":"โชญ","lates":"โชญ๏ธ","lbarr":"โค","lBarr":"โค","lbbrk":"โฒ","lbrace":"{","lbrack":"[","lbrke":"โฆ","lbrksld":"โฆ","lbrkslu":"โฆ","Lcaron":"ฤฝ","lcaron":"ฤพ","Lcedil":"ฤป","lcedil":"ฤผ","lceil":"โ","lcub":"{","Lcy":"ะ","lcy":"ะป","ldca":"โคถ","ldquo":"โ","ldquor":"โ","ldrdhar":"โฅง","ldrushar":"โฅ","ldsh":"โฒ","le":"โค","lE":"โฆ","LeftAngleBracket":"โจ","LeftArrowBar":"โค","leftarrow":"โ","LeftArrow":"โ","Leftarrow":"โ","LeftArrowRightArrow":"โ","leftarrowtail":"โข","LeftCeiling":"โ","LeftDoubleBracket":"โฆ","LeftDownTeeVector":"โฅก","LeftDownVectorBar":"โฅ","LeftDownVector":"โ","LeftFloor":"โ","leftharpoondown":"โฝ","leftharpoonup":"โผ","leftleftarrows":"โ","leftrightarrow":"โ","LeftRightArrow":"โ","Leftrightarrow":"โ","leftrightarrows":"โ","leftrightharpoons":"โ","leftrightsquigarrow":"โญ","LeftRightVector":"โฅ","LeftTeeArrow":"โค","LeftTee":"โฃ","LeftTeeVector":"โฅ","leftthreetimes":"โ","LeftTriangleBar":"โง","LeftTriangle":"โฒ","LeftTriangleEqual":"โด","LeftUpDownVector":"โฅ","LeftUpTeeVector":"โฅ ","LeftUpVectorBar":"โฅ","LeftUpVector":"โฟ","LeftVectorBar":"โฅ","LeftVector":"โผ","lEg":"โช","leg":"โ","leq":"โค","leqq":"โฆ","leqslant":"โฉฝ","lescc":"โชจ","les":"โฉฝ","lesdot":"โฉฟ","lesdoto":"โช","lesdotor":"โช","lesg":"โ๏ธ","lesges":"โช","lessapprox":"โช
","lessdot":"โ","lesseqgtr":"โ","lesseqqgtr":"โช","LessEqualGreater":"โ","LessFullEqual":"โฆ","LessGreater":"โถ","lessgtr":"โถ","LessLess":"โชก","lesssim":"โฒ","LessSlantEqual":"โฉฝ","LessTilde":"โฒ","lfisht":"โฅผ","lfloor":"โ","Lfr":"๐","lfr":"๐ฉ","lg":"โถ","lgE":"โช","lHar":"โฅข","lhard":"โฝ","lharu":"โผ","lharul":"โฅช","lhblk":"โ","LJcy":"ะ","ljcy":"ั","llarr":"โ","ll":"โช","Ll":"โ","llcorner":"โ","Lleftarrow":"โ","llhard":"โฅซ","lltri":"โบ","Lmidot":"ฤฟ","lmidot":"ล","lmoustache":"โฐ","lmoust":"โฐ","lnap":"โช","lnapprox":"โช","lne":"โช","lnE":"โจ","lneq":"โช","lneqq":"โจ","lnsim":"โฆ","loang":"โฌ","loarr":"โฝ","lobrk":"โฆ","longleftarrow":"โต","LongLeftArrow":"โต","Longleftarrow":"โธ","longleftrightarrow":"โท","LongLeftRightArrow":"โท","Longleftrightarrow":"โบ","longmapsto":"โผ","longrightarrow":"โถ","LongRightArrow":"โถ","Longrightarrow":"โน","looparrowleft":"โซ","looparrowright":"โฌ","lopar":"โฆ
","Lopf":"๐","lopf":"๐","loplus":"โจญ","lotimes":"โจด","lowast":"โ","lowbar":"_","LowerLeftArrow":"โ","LowerRightArrow":"โ","loz":"โ","lozenge":"โ","lozf":"โงซ","lpar":"(","lparlt":"โฆ","lrarr":"โ","lrcorner":"โ","lrhar":"โ","lrhard":"โฅญ","lrm":"โ","lrtri":"โฟ","lsaquo":"โน","lscr":"๐","Lscr":"โ","lsh":"โฐ","Lsh":"โฐ","lsim":"โฒ","lsime":"โช","lsimg":"โช","lsqb":"[","lsquo":"โ","lsquor":"โ","Lstrok":"ล","lstrok":"ล","ltcc":"โชฆ","ltcir":"โฉน","lt":"<","LT":"<","Lt":"โช","ltdot":"โ","lthree":"โ","ltimes":"โ","ltlarr":"โฅถ","ltquest":"โฉป","ltri":"โ","ltrie":"โด","ltrif":"โ","ltrPar":"โฆ","lurdshar":"โฅ","luruhar":"โฅฆ","lvertneqq":"โจ๏ธ","lvnE":"โจ๏ธ","macr":"ยฏ","male":"โ","malt":"โ ","maltese":"โ ","Map":"โค
","map":"โฆ","mapsto":"โฆ","mapstodown":"โง","mapstoleft":"โค","mapstoup":"โฅ","marker":"โฎ","mcomma":"โจฉ","Mcy":"ะ","mcy":"ะผ","mdash":"โ","mDDot":"โบ","measuredangle":"โก","MediumSpace":"โ","Mellintrf":"โณ","Mfr":"๐","mfr":"๐ช","mho":"โง","micro":"ยต","midast":"*","midcir":"โซฐ","mid":"โฃ","middot":"ยท","minusb":"โ","minus":"โ","minusd":"โธ","minusdu":"โจช","MinusPlus":"โ","mlcp":"โซ","mldr":"โฆ","mnplus":"โ","models":"โง","Mopf":"๐","mopf":"๐","mp":"โ","mscr":"๐","Mscr":"โณ","mstpos":"โพ","Mu":"ฮ","mu":"ฮผ","multimap":"โธ","mumap":"โธ","nabla":"โ","Nacute":"ล","nacute":"ล","nang":"โ โ","nap":"โ","napE":"โฉฐฬธ","napid":"โฬธ","napos":"ล","napprox":"โ","natural":"โฎ","naturals":"โ","natur":"โฎ","nbsp":"ย ","nbump":"โฬธ","nbumpe":"โฬธ","ncap":"โฉ","Ncaron":"ล","ncaron":"ล","Ncedil":"ล
","ncedil":"ล","ncong":"โ","ncongdot":"โฉญฬธ","ncup":"โฉ","Ncy":"ะ","ncy":"ะฝ","ndash":"โ","nearhk":"โคค","nearr":"โ","neArr":"โ","nearrow":"โ","ne":"โ ","nedot":"โฬธ","NegativeMediumSpace":"โ","NegativeThickSpace":"โ","NegativeThinSpace":"โ","NegativeVeryThinSpace":"โ","nequiv":"โข","nesear":"โคจ","nesim":"โฬธ","NestedGreaterGreater":"โซ","NestedLessLess":"โช","NewLine":"\\n","nexist":"โ","nexists":"โ","Nfr":"๐","nfr":"๐ซ","ngE":"โงฬธ","nge":"โฑ","ngeq":"โฑ","ngeqq":"โงฬธ","ngeqslant":"โฉพฬธ","nges":"โฉพฬธ","nGg":"โฬธ","ngsim":"โต","nGt":"โซโ","ngt":"โฏ","ngtr":"โฏ","nGtv":"โซฬธ","nharr":"โฎ","nhArr":"โ","nhpar":"โซฒ","ni":"โ","nis":"โผ","nisd":"โบ","niv":"โ","NJcy":"ะ","njcy":"ั","nlarr":"โ","nlArr":"โ","nldr":"โฅ","nlE":"โฆฬธ","nle":"โฐ","nleftarrow":"โ","nLeftarrow":"โ","nleftrightarrow":"โฎ","nLeftrightarrow":"โ","nleq":"โฐ","nleqq":"โฆฬธ","nleqslant":"โฉฝฬธ","nles":"โฉฝฬธ","nless":"โฎ","nLl":"โฬธ","nlsim":"โด","nLt":"โชโ","nlt":"โฎ","nltri":"โช","nltrie":"โฌ","nLtv":"โชฬธ","nmid":"โค","NoBreak":"โ ","NonBreakingSpace":"ย ","nopf":"๐","Nopf":"โ","Not":"โซฌ","not":"ยฌ","NotCongruent":"โข","NotCupCap":"โญ","NotDoubleVerticalBar":"โฆ","NotElement":"โ","NotEqual":"โ ","NotEqualTilde":"โฬธ","NotExists":"โ","NotGreater":"โฏ","NotGreaterEqual":"โฑ","NotGreaterFullEqual":"โงฬธ","NotGreaterGreater":"โซฬธ","NotGreaterLess":"โน","NotGreaterSlantEqual":"โฉพฬธ","NotGreaterTilde":"โต","NotHumpDownHump":"โฬธ","NotHumpEqual":"โฬธ","notin":"โ","notindot":"โตฬธ","notinE":"โนฬธ","notinva":"โ","notinvb":"โท","notinvc":"โถ","NotLeftTriangleBar":"โงฬธ","NotLeftTriangle":"โช","NotLeftTriangleEqual":"โฌ","NotLess":"โฎ","NotLessEqual":"โฐ","NotLessGreater":"โธ","NotLessLess":"โชฬธ","NotLessSlantEqual":"โฉฝฬธ","NotLessTilde":"โด","NotNestedGreaterGreater":"โชขฬธ","NotNestedLessLess":"โชกฬธ","notni":"โ","notniva":"โ","notnivb":"โพ","notnivc":"โฝ","NotPrecedes":"โ","NotPrecedesEqual":"โชฏฬธ","NotPrecedesSlantEqual":"โ ","NotReverseElement":"โ","NotRightTriangleBar":"โงฬธ","NotRightTriangle":"โซ","NotRightTriangleEqual":"โญ","NotSquareSubset":"โฬธ","NotSquareSubsetEqual":"โข","NotSquareSuperset":"โฬธ","NotSquareSupersetEqual":"โฃ","NotSubset":"โโ","NotSubsetEqual":"โ","NotSucceeds":"โ","NotSucceedsEqual":"โชฐฬธ","NotSucceedsSlantEqual":"โก","NotSucceedsTilde":"โฟฬธ","NotSuperset":"โโ","NotSupersetEqual":"โ","NotTilde":"โ","NotTildeEqual":"โ","NotTildeFullEqual":"โ","NotTildeTilde":"โ","NotVerticalBar":"โค","nparallel":"โฆ","npar":"โฆ","nparsl":"โซฝโฅ","npart":"โฬธ","npolint":"โจ","npr":"โ","nprcue":"โ ","nprec":"โ","npreceq":"โชฏฬธ","npre":"โชฏฬธ","nrarrc":"โคณฬธ","nrarr":"โ","nrArr":"โ","nrarrw":"โฬธ","nrightarrow":"โ","nRightarrow":"โ","nrtri":"โซ","nrtrie":"โญ","nsc":"โ","nsccue":"โก","nsce":"โชฐฬธ","Nscr":"๐ฉ","nscr":"๐","nshortmid":"โค","nshortparallel":"โฆ","nsim":"โ","nsime":"โ","nsimeq":"โ","nsmid":"โค","nspar":"โฆ","nsqsube":"โข","nsqsupe":"โฃ","nsub":"โ","nsubE":"โซ
ฬธ","nsube":"โ","nsubset":"โโ","nsubseteq":"โ","nsubseteqq":"โซ
ฬธ","nsucc":"โ","nsucceq":"โชฐฬธ","nsup":"โ
","nsupE":"โซฬธ","nsupe":"โ","nsupset":"โโ","nsupseteq":"โ","nsupseteqq":"โซฬธ","ntgl":"โน","Ntilde":"ร","ntilde":"รฑ","ntlg":"โธ","ntriangleleft":"โช","ntrianglelefteq":"โฌ","ntriangleright":"โซ","ntrianglerighteq":"โญ","Nu":"ฮ","nu":"ฮฝ","num":"#","numero":"โ","numsp":"โ","nvap":"โโ","nvdash":"โฌ","nvDash":"โญ","nVdash":"โฎ","nVDash":"โฏ","nvge":"โฅโ","nvgt":">โ","nvHarr":"โค","nvinfin":"โง","nvlArr":"โค","nvle":"โคโ","nvlt":"<โ","nvltrie":"โดโ","nvrArr":"โค","nvrtrie":"โตโ","nvsim":"โผโ","nwarhk":"โคฃ","nwarr":"โ","nwArr":"โ","nwarrow":"โ","nwnear":"โคง","Oacute":"ร","oacute":"รณ","oast":"โ","Ocirc":"ร","ocirc":"รด","ocir":"โ","Ocy":"ะ","ocy":"ะพ","odash":"โ","Odblac":"ล","odblac":"ล","odiv":"โจธ","odot":"โ","odsold":"โฆผ","OElig":"ล","oelig":"ล","ofcir":"โฆฟ","Ofr":"๐","ofr":"๐ฌ","ogon":"ห","Ograve":"ร","ograve":"รฒ","ogt":"โง","ohbar":"โฆต","ohm":"ฮฉ","oint":"โฎ","olarr":"โบ","olcir":"โฆพ","olcross":"โฆป","oline":"โพ","olt":"โง","Omacr":"ล","omacr":"ล","Omega":"ฮฉ","omega":"ฯ","Omicron":"ฮ","omicron":"ฮฟ","omid":"โฆถ","ominus":"โ","Oopf":"๐","oopf":"๐ ","opar":"โฆท","OpenCurlyDoubleQuote":"โ","OpenCurlyQuote":"โ","operp":"โฆน","oplus":"โ","orarr":"โป","Or":"โฉ","or":"โจ","ord":"โฉ","order":"โด","orderof":"โด","ordf":"ยช","ordm":"ยบ","origof":"โถ","oror":"โฉ","orslope":"โฉ","orv":"โฉ","oS":"โ","Oscr":"๐ช","oscr":"โด","Oslash":"ร","oslash":"รธ","osol":"โ","Otilde":"ร","otilde":"รต","otimesas":"โจถ","Otimes":"โจท","otimes":"โ","Ouml":"ร","ouml":"รถ","ovbar":"โฝ","OverBar":"โพ","OverBrace":"โ","OverBracket":"โด","OverParenthesis":"โ","para":"ยถ","parallel":"โฅ","par":"โฅ","parsim":"โซณ","parsl":"โซฝ","part":"โ","PartialD":"โ","Pcy":"ะ","pcy":"ะฟ","percnt":"%","period":".","permil":"โฐ","perp":"โฅ","pertenk":"โฑ","Pfr":"๐","pfr":"๐ญ","Phi":"ฮฆ","phi":"ฯ","phiv":"ฯ","phmmat":"โณ","phone":"โ","Pi":"ฮ ","pi":"ฯ","pitchfork":"โ","piv":"ฯ","planck":"โ","planckh":"โ","plankv":"โ","plusacir":"โจฃ","plusb":"โ","pluscir":"โจข","plus":"+","plusdo":"โ","plusdu":"โจฅ","pluse":"โฉฒ","PlusMinus":"ยฑ","plusmn":"ยฑ","plussim":"โจฆ","plustwo":"โจง","pm":"ยฑ","Poincareplane":"โ","pointint":"โจ","popf":"๐ก","Popf":"โ","pound":"ยฃ","prap":"โชท","Pr":"โชป","pr":"โบ","prcue":"โผ","precapprox":"โชท","prec":"โบ","preccurlyeq":"โผ","Precedes":"โบ","PrecedesEqual":"โชฏ","PrecedesSlantEqual":"โผ","PrecedesTilde":"โพ","preceq":"โชฏ","precnapprox":"โชน","precneqq":"โชต","precnsim":"โจ","pre":"โชฏ","prE":"โชณ","precsim":"โพ","prime":"โฒ","Prime":"โณ","primes":"โ","prnap":"โชน","prnE":"โชต","prnsim":"โจ","prod":"โ","Product":"โ","profalar":"โฎ","profline":"โ","profsurf":"โ","prop":"โ","Proportional":"โ","Proportion":"โท","propto":"โ","prsim":"โพ","prurel":"โฐ","Pscr":"๐ซ","pscr":"๐
","Psi":"ฮจ","psi":"ฯ","puncsp":"โ","Qfr":"๐","qfr":"๐ฎ","qint":"โจ","qopf":"๐ข","Qopf":"โ","qprime":"โ","Qscr":"๐ฌ","qscr":"๐","quaternions":"โ","quatint":"โจ","quest":"?","questeq":"โ","quot":"\\"","QUOT":"\\"","rAarr":"โ","race":"โฝฬฑ","Racute":"ล","racute":"ล","radic":"โ","raemptyv":"โฆณ","rang":"โฉ","Rang":"โซ","rangd":"โฆ","range":"โฆฅ","rangle":"โฉ","raquo":"ยป","rarrap":"โฅต","rarrb":"โฅ","rarrbfs":"โค ","rarrc":"โคณ","rarr":"โ","Rarr":"โ ","rArr":"โ","rarrfs":"โค","rarrhk":"โช","rarrlp":"โฌ","rarrpl":"โฅ
","rarrsim":"โฅด","Rarrtl":"โค","rarrtl":"โฃ","rarrw":"โ","ratail":"โค","rAtail":"โค","ratio":"โถ","rationals":"โ","rbarr":"โค","rBarr":"โค","RBarr":"โค","rbbrk":"โณ","rbrace":"}","rbrack":"]","rbrke":"โฆ","rbrksld":"โฆ","rbrkslu":"โฆ","Rcaron":"ล","rcaron":"ล","Rcedil":"ล","rcedil":"ล","rceil":"โ","rcub":"}","Rcy":"ะ ","rcy":"ั","rdca":"โคท","rdldhar":"โฅฉ","rdquo":"โ","rdquor":"โ","rdsh":"โณ","real":"โ","realine":"โ","realpart":"โ","reals":"โ","Re":"โ","rect":"โญ","reg":"ยฎ","REG":"ยฎ","ReverseElement":"โ","ReverseEquilibrium":"โ","ReverseUpEquilibrium":"โฅฏ","rfisht":"โฅฝ","rfloor":"โ","rfr":"๐ฏ","Rfr":"โ","rHar":"โฅค","rhard":"โ","rharu":"โ","rharul":"โฅฌ","Rho":"ฮก","rho":"ฯ","rhov":"ฯฑ","RightAngleBracket":"โฉ","RightArrowBar":"โฅ","rightarrow":"โ","RightArrow":"โ","Rightarrow":"โ","RightArrowLeftArrow":"โ","rightarrowtail":"โฃ","RightCeiling":"โ","RightDoubleBracket":"โง","RightDownTeeVector":"โฅ","RightDownVectorBar":"โฅ","RightDownVector":"โ","RightFloor":"โ","rightharpoondown":"โ","rightharpoonup":"โ","rightleftarrows":"โ","rightleftharpoons":"โ","rightrightarrows":"โ","rightsquigarrow":"โ","RightTeeArrow":"โฆ","RightTee":"โข","RightTeeVector":"โฅ","rightthreetimes":"โ","RightTriangleBar":"โง","RightTriangle":"โณ","RightTriangleEqual":"โต","RightUpDownVector":"โฅ","RightUpTeeVector":"โฅ","RightUpVectorBar":"โฅ","RightUpVector":"โพ","RightVectorBar":"โฅ","RightVector":"โ","ring":"ห","risingdotseq":"โ","rlarr":"โ","rlhar":"โ","rlm":"โ","rmoustache":"โฑ","rmoust":"โฑ","rnmid":"โซฎ","roang":"โญ","roarr":"โพ","robrk":"โง","ropar":"โฆ","ropf":"๐ฃ","Ropf":"โ","roplus":"โจฎ","rotimes":"โจต","RoundImplies":"โฅฐ","rpar":")","rpargt":"โฆ","rppolint":"โจ","rrarr":"โ","Rrightarrow":"โ","rsaquo":"โบ","rscr":"๐","Rscr":"โ","rsh":"โฑ","Rsh":"โฑ","rsqb":"]","rsquo":"โ","rsquor":"โ","rthree":"โ","rtimes":"โ","rtri":"โน","rtrie":"โต","rtrif":"โธ","rtriltri":"โง","RuleDelayed":"โงด","ruluhar":"โฅจ","rx":"โ","Sacute":"ล","sacute":"ล","sbquo":"โ","scap":"โชธ","Scaron":"ล ","scaron":"ลก","Sc":"โชผ","sc":"โป","sccue":"โฝ","sce":"โชฐ","scE":"โชด","Scedil":"ล","scedil":"ล","Scirc":"ล","scirc":"ล","scnap":"โชบ","scnE":"โชถ","scnsim":"โฉ","scpolint":"โจ","scsim":"โฟ","Scy":"ะก","scy":"ั","sdotb":"โก","sdot":"โ
","sdote":"โฉฆ","searhk":"โคฅ","searr":"โ","seArr":"โ","searrow":"โ","sect":"ยง","semi":";","seswar":"โคฉ","setminus":"โ","setmn":"โ","sext":"โถ","Sfr":"๐","sfr":"๐ฐ","sfrown":"โข","sharp":"โฏ","SHCHcy":"ะฉ","shchcy":"ั","SHcy":"ะจ","shcy":"ั","ShortDownArrow":"โ","ShortLeftArrow":"โ","shortmid":"โฃ","shortparallel":"โฅ","ShortRightArrow":"โ","ShortUpArrow":"โ","shy":"ยญ","Sigma":"ฮฃ","sigma":"ฯ","sigmaf":"ฯ","sigmav":"ฯ","sim":"โผ","simdot":"โฉช","sime":"โ","simeq":"โ","simg":"โช","simgE":"โช ","siml":"โช","simlE":"โช","simne":"โ","simplus":"โจค","simrarr":"โฅฒ","slarr":"โ","SmallCircle":"โ","smallsetminus":"โ","smashp":"โจณ","smeparsl":"โงค","smid":"โฃ","smile":"โฃ","smt":"โชช","smte":"โชฌ","smtes":"โชฌ๏ธ","SOFTcy":"ะฌ","softcy":"ั","solbar":"โฟ","solb":"โง","sol":"/","Sopf":"๐","sopf":"๐ค","spades":"โ ","spadesuit":"โ ","spar":"โฅ","sqcap":"โ","sqcaps":"โ๏ธ","sqcup":"โ","sqcups":"โ๏ธ","Sqrt":"โ","sqsub":"โ","sqsube":"โ","sqsubset":"โ","sqsubseteq":"โ","sqsup":"โ","sqsupe":"โ","sqsupset":"โ","sqsupseteq":"โ","square":"โก","Square":"โก","SquareIntersection":"โ","SquareSubset":"โ","SquareSubsetEqual":"โ","SquareSuperset":"โ","SquareSupersetEqual":"โ","SquareUnion":"โ","squarf":"โช","squ":"โก","squf":"โช","srarr":"โ","Sscr":"๐ฎ","sscr":"๐","ssetmn":"โ","ssmile":"โฃ","sstarf":"โ","Star":"โ","star":"โ","starf":"โ
","straightepsilon":"ฯต","straightphi":"ฯ","strns":"ยฏ","sub":"โ","Sub":"โ","subdot":"โชฝ","subE":"โซ
","sube":"โ","subedot":"โซ","submult":"โซ","subnE":"โซ","subne":"โ","subplus":"โชฟ","subrarr":"โฅน","subset":"โ","Subset":"โ","subseteq":"โ","subseteqq":"โซ
","SubsetEqual":"โ","subsetneq":"โ","subsetneqq":"โซ","subsim":"โซ","subsub":"โซ","subsup":"โซ","succapprox":"โชธ","succ":"โป","succcurlyeq":"โฝ","Succeeds":"โป","SucceedsEqual":"โชฐ","SucceedsSlantEqual":"โฝ","SucceedsTilde":"โฟ","succeq":"โชฐ","succnapprox":"โชบ","succneqq":"โชถ","succnsim":"โฉ","succsim":"โฟ","SuchThat":"โ","sum":"โ","Sum":"โ","sung":"โช","sup1":"ยน","sup2":"ยฒ","sup3":"ยณ","sup":"โ","Sup":"โ","supdot":"โชพ","supdsub":"โซ","supE":"โซ","supe":"โ","supedot":"โซ","Superset":"โ","SupersetEqual":"โ","suphsol":"โ","suphsub":"โซ","suplarr":"โฅป","supmult":"โซ","supnE":"โซ","supne":"โ","supplus":"โซ","supset":"โ","Supset":"โ","supseteq":"โ","supseteqq":"โซ","supsetneq":"โ","supsetneqq":"โซ","supsim":"โซ","supsub":"โซ","supsup":"โซ","swarhk":"โคฆ","swarr":"โ","swArr":"โ","swarrow":"โ","swnwar":"โคช","szlig":"ร","Tab":"\\t","target":"โ","Tau":"ฮค","tau":"ฯ","tbrk":"โด","Tcaron":"ลค","tcaron":"ลฅ","Tcedil":"ลข","tcedil":"ลฃ","Tcy":"ะข","tcy":"ั","tdot":"โ","telrec":"โ","Tfr":"๐","tfr":"๐ฑ","there4":"โด","therefore":"โด","Therefore":"โด","Theta":"ฮ","theta":"ฮธ","thetasym":"ฯ","thetav":"ฯ","thickapprox":"โ","thicksim":"โผ","ThickSpace":"โโ","ThinSpace":"โ","thinsp":"โ","thkap":"โ","thksim":"โผ","THORN":"ร","thorn":"รพ","tilde":"ห","Tilde":"โผ","TildeEqual":"โ","TildeFullEqual":"โ
","TildeTilde":"โ","timesbar":"โจฑ","timesb":"โ ","times":"ร","timesd":"โจฐ","tint":"โญ","toea":"โคจ","topbot":"โถ","topcir":"โซฑ","top":"โค","Topf":"๐","topf":"๐ฅ","topfork":"โซ","tosa":"โคฉ","tprime":"โด","trade":"โข","TRADE":"โข","triangle":"โต","triangledown":"โฟ","triangleleft":"โ","trianglelefteq":"โด","triangleq":"โ","triangleright":"โน","trianglerighteq":"โต","tridot":"โฌ","trie":"โ","triminus":"โจบ","TripleDot":"โ","triplus":"โจน","trisb":"โง","tritime":"โจป","trpezium":"โข","Tscr":"๐ฏ","tscr":"๐","TScy":"ะฆ","tscy":"ั","TSHcy":"ะ","tshcy":"ั","Tstrok":"ลฆ","tstrok":"ลง","twixt":"โฌ","twoheadleftarrow":"โ","twoheadrightarrow":"โ ","Uacute":"ร","uacute":"รบ","uarr":"โ","Uarr":"โ","uArr":"โ","Uarrocir":"โฅ","Ubrcy":"ะ","ubrcy":"ั","Ubreve":"ลฌ","ubreve":"ลญ","Ucirc":"ร","ucirc":"รป","Ucy":"ะฃ","ucy":"ั","udarr":"โ
","Udblac":"ลฐ","udblac":"ลฑ","udhar":"โฅฎ","ufisht":"โฅพ","Ufr":"๐","ufr":"๐ฒ","Ugrave":"ร","ugrave":"รน","uHar":"โฅฃ","uharl":"โฟ","uharr":"โพ","uhblk":"โ","ulcorn":"โ","ulcorner":"โ","ulcrop":"โ","ultri":"โธ","Umacr":"ลช","umacr":"ลซ","uml":"ยจ","UnderBar":"_","UnderBrace":"โ","UnderBracket":"โต","UnderParenthesis":"โ","Union":"โ","UnionPlus":"โ","Uogon":"ลฒ","uogon":"ลณ","Uopf":"๐","uopf":"๐ฆ","UpArrowBar":"โค","uparrow":"โ","UpArrow":"โ","Uparrow":"โ","UpArrowDownArrow":"โ
","updownarrow":"โ","UpDownArrow":"โ","Updownarrow":"โ","UpEquilibrium":"โฅฎ","upharpoonleft":"โฟ","upharpoonright":"โพ","uplus":"โ","UpperLeftArrow":"โ","UpperRightArrow":"โ","upsi":"ฯ
","Upsi":"ฯ","upsih":"ฯ","Upsilon":"ฮฅ","upsilon":"ฯ
","UpTeeArrow":"โฅ","UpTee":"โฅ","upuparrows":"โ","urcorn":"โ","urcorner":"โ","urcrop":"โ","Uring":"ลฎ","uring":"ลฏ","urtri":"โน","Uscr":"๐ฐ","uscr":"๐","utdot":"โฐ","Utilde":"ลจ","utilde":"ลฉ","utri":"โต","utrif":"โด","uuarr":"โ","Uuml":"ร","uuml":"รผ","uwangle":"โฆง","vangrt":"โฆ","varepsilon":"ฯต","varkappa":"ฯฐ","varnothing":"โ
","varphi":"ฯ","varpi":"ฯ","varpropto":"โ","varr":"โ","vArr":"โ","varrho":"ฯฑ","varsigma":"ฯ","varsubsetneq":"โ๏ธ","varsubsetneqq":"โซ๏ธ","varsupsetneq":"โ๏ธ","varsupsetneqq":"โซ๏ธ","vartheta":"ฯ","vartriangleleft":"โฒ","vartriangleright":"โณ","vBar":"โซจ","Vbar":"โซซ","vBarv":"โซฉ","Vcy":"ะ","vcy":"ะฒ","vdash":"โข","vDash":"โจ","Vdash":"โฉ","VDash":"โซ","Vdashl":"โซฆ","veebar":"โป","vee":"โจ","Vee":"โ","veeeq":"โ","vellip":"โฎ","verbar":"|","Verbar":"โ","vert":"|","Vert":"โ","VerticalBar":"โฃ","VerticalLine":"|","VerticalSeparator":"โ","VerticalTilde":"โ","VeryThinSpace":"โ","Vfr":"๐","vfr":"๐ณ","vltri":"โฒ","vnsub":"โโ","vnsup":"โโ","Vopf":"๐","vopf":"๐ง","vprop":"โ","vrtri":"โณ","Vscr":"๐ฑ","vscr":"๐","vsubnE":"โซ๏ธ","vsubne":"โ๏ธ","vsupnE":"โซ๏ธ","vsupne":"โ๏ธ","Vvdash":"โช","vzigzag":"โฆ","Wcirc":"ลด","wcirc":"ลต","wedbar":"โฉ","wedge":"โง","Wedge":"โ","wedgeq":"โ","weierp":"โ","Wfr":"๐","wfr":"๐ด","Wopf":"๐","wopf":"๐จ","wp":"โ","wr":"โ","wreath":"โ","Wscr":"๐ฒ","wscr":"๐","xcap":"โ","xcirc":"โฏ","xcup":"โ","xdtri":"โฝ","Xfr":"๐","xfr":"๐ต","xharr":"โท","xhArr":"โบ","Xi":"ฮ","xi":"ฮพ","xlarr":"โต","xlArr":"โธ","xmap":"โผ","xnis":"โป","xodot":"โจ","Xopf":"๐","xopf":"๐ฉ","xoplus":"โจ","xotime":"โจ","xrarr":"โถ","xrArr":"โน","Xscr":"๐ณ","xscr":"๐","xsqcup":"โจ","xuplus":"โจ","xutri":"โณ","xvee":"โ","xwedge":"โ","Yacute":"ร","yacute":"รฝ","YAcy":"ะฏ","yacy":"ั","Ycirc":"ลถ","ycirc":"ลท","Ycy":"ะซ","ycy":"ั","yen":"ยฅ","Yfr":"๐","yfr":"๐ถ","YIcy":"ะ","yicy":"ั","Yopf":"๐","yopf":"๐ช","Yscr":"๐ด","yscr":"๐","YUcy":"ะฎ","yucy":"ั","yuml":"รฟ","Yuml":"ลธ","Zacute":"ลน","zacute":"ลบ","Zcaron":"ลฝ","zcaron":"ลพ","Zcy":"ะ","zcy":"ะท","Zdot":"ลป","zdot":"ลผ","zeetrf":"โจ","ZeroWidthSpace":"โ","Zeta":"ฮ","zeta":"ฮถ","zfr":"๐ท","Zfr":"โจ","ZHcy":"ะ","zhcy":"ะถ","zigrarr":"โ","zopf":"๐ซ","Zopf":"โค","Zscr":"๐ต","zscr":"๐","zwj":"โ","zwnj":"โ"}')},6852:function(e){"use strict";e.exports=JSON.parse('{"100":"๐ฏ","1234":"๐ข","grinning":"๐","smiley":"๐","smile":"๐","grin":"๐","laughing":"๐","satisfied":"๐","sweat_smile":"๐
","rofl":"๐คฃ","joy":"๐","slightly_smiling_face":"๐","upside_down_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":"๐คญ","shushing_face":"๐คซ","thinking":"๐ค","zipper_mouth_face":"๐ค","raised_eyebrow":"๐คจ","neutral_face":"๐","expressionless":"๐","no_mouth":"๐ถ","smirk":"๐","unamused":"๐","roll_eyes":"๐","grimacing":"๐ฌ","lying_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":"๐ต","exploding_head":"๐คฏ","cowboy_hat_face":"๐ค ","partying_face":"๐ฅณ","disguised_face":"๐ฅธ","sunglasses":"๐","nerd_face":"๐ค","monocle_face":"๐ง","confused":"๐","worried":"๐","slightly_frowning_face":"๐","frowning_face":"โน๏ธ","open_mouth":"๐ฎ","hushed":"๐ฏ","astonished":"๐ฒ","flushed":"๐ณ","pleading_face":"๐ฅบ","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":"๐","kiss":"๐","love_letter":"๐","cupid":"๐","gift_heart":"๐","sparkling_heart":"๐","heartpulse":"๐","heartbeat":"๐","revolving_hearts":"๐","two_hearts":"๐","heart_decoration":"๐","heavy_heart_exclamation":"โฃ๏ธ","broken_heart":"๐","heart":"โค๏ธ","orange_heart":"๐งก","yellow_heart":"๐","green_heart":"๐","blue_heart":"๐","purple_heart":"๐","brown_heart":"๐ค","black_heart":"๐ค","white_heart":"๐ค","anger":"๐ข","boom":"๐ฅ","collision":"๐ฅ","dizzy":"๐ซ","sweat_drops":"๐ฆ","dash":"๐จ","hole":"๐ณ๏ธ","bomb":"๐ฃ","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":"๐","ok_hand":"๐","pinched_fingers":"๐ค","pinching_hand":"๐ค","v":"โ๏ธ","crossed_fingers":"๐ค","love_you_gesture":"๐ค","metal":"๐ค","call_me_hand":"๐ค","point_left":"๐","point_right":"๐","point_up_2":"๐","middle_finger":"๐","fu":"๐","point_down":"๐","point_up":"โ๏ธ","+1":"๐","thumbsup":"๐","-1":"๐","thumbsdown":"๐","fist_raised":"โ","fist":"โ","fist_oncoming":"๐","facepunch":"๐","punch":"๐","fist_left":"๐ค","fist_right":"๐ค","clap":"๐","raised_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":"๐","baby":"๐ถ","child":"๐ง","boy":"๐ฆ","girl":"๐ง","adult":"๐ง","blond_haired_person":"๐ฑ","man":"๐จ","bearded_person":"๐ง","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":"๐ทโโ๏ธ","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":"๐คฐ","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":"๐งโโ๏ธ","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":"๐ด","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":"๐ฆ","frog":"๐ธ","crocodile":"๐","turtle":"๐ข","lizard":"๐ฆ","snake":"๐","dragon_face":"๐ฒ","dragon":"๐","sauropod":"๐ฆ","t-rex":"๐ฆ","whale":"๐ณ","whale2":"๐","dolphin":"๐ฌ","flipper":"๐ฌ","seal":"๐ฆญ","fish":"๐","tropical_fish":"๐ ","blowfish":"๐ก","shark":"๐ฆ","octopus":"๐","shell":"๐","snail":"๐","butterfly":"๐ฆ","bug":"๐","ant":"๐","bee":"๐","honeybee":"๐","beetle":"๐ชฒ","lady_beetle":"๐","cricket":"๐ฆ","cockroach":"๐ชณ","spider":"๐ท๏ธ","spider_web":"๐ธ๏ธ","scorpion":"๐ฆ","mosquito":"๐ฆ","fly":"๐ชฐ","worm":"๐ชฑ","microbe":"๐ฆ ","bouquet":"๐","cherry_blossom":"๐ธ","white_flower":"๐ฎ","rosette":"๐ต๏ธ","rose":"๐น","wilted_flower":"๐ฅ","hibiscus":"๐บ","sunflower":"๐ป","blossom":"๐ผ","tulip":"๐ท","seedling":"๐ฑ","potted_plant":"๐ชด","evergreen_tree":"๐ฒ","deciduous_tree":"๐ณ","palm_tree":"๐ด","cactus":"๐ต","ear_of_rice":"๐พ","herb":"๐ฟ","shamrock":"โ๏ธ","four_leaf_clover":"๐","maple_leaf":"๐","fallen_leaf":"๐","leaves":"๐","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":"๐ง
","mushroom":"๐","peanuts":"๐ฅ","chestnut":"๐ฐ","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":"๐ฅ","cup_with_straw":"๐ฅค","bubble_tea":"๐ง","beverage_box":"๐ง","mate":"๐ง","ice_cube":"๐ง","chopsticks":"๐ฅข","plate_with_cutlery":"๐ฝ๏ธ","fork_and_knife":"๐ด","spoon":"๐ฅ","hocho":"๐ช","knife":"๐ช","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":"๐ ","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":"โฝ","rotating_light":"๐จ","traffic_light":"๐ฅ","vertical_traffic_light":"๐ฆ","stop_sign":"๐","construction":"๐ง","anchor":"โ","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":"๐ช","8ball":"๐ฑ","crystal_ball":"๐ฎ","magic_wand":"๐ช","nazar_amulet":"๐งฟ","video_game":"๐ฎ","joystick":"๐น๏ธ","slot_machine":"๐ฐ","game_die":"๐ฒ","jigsaw":"๐งฉ","teddy_bear":"๐งธ","pinata":"๐ช
","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":"๐","purse":"๐","handbag":"๐","pouch":"๐","shopping":"๐๏ธ","school_satchel":"๐","thong_sandal":"๐ฉด","mans_shoe":"๐","shoe":"๐","athletic_shoe":"๐","hiking_boot":"๐ฅพ","flat_shoe":"๐ฅฟ","high_heel":"๐ ","sandal":"๐ก","ballet_shoes":"๐ฉฐ","boot":"๐ข","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":"๐ช","iphone":"๐ฑ","calling":"๐ฒ","phone":"โ๏ธ","telephone":"โ๏ธ","telephone_receiver":"๐","pager":"๐","fax":"๐ ","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":"โ๏ธ","gun":"๐ซ","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":"๐ฉน","stethoscope":"๐ฉบ","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":"๐งผ","toothbrush":"๐ชฅ","sponge":"๐งฝ","fire_extinguisher":"๐งฏ","shopping_cart":"๐","smoking":"๐ฌ","coffin":"โฐ๏ธ","headstone":"๐ชฆ","funeral_urn":"โฑ๏ธ","moyai":"๐ฟ","placard":"๐ชง","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":"๐ฏ","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":"๐ถ","vibration_mode":"๐ณ","mobile_phone_off":"๐ด","female_sign":"โ๏ธ","male_sign":"โ๏ธ","transgender_symbol":"โง๏ธ","heavy_multiplication_x":"โ๏ธ","heavy_plus_sign":"โ","heavy_minus_sign":"โ","heavy_division_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":"๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ"}')}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var a=n[e]={exports:{}};return t[e](a,a.exports,o),a.exports}o.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(r,{a:r}),r},o.d=function(e,r){for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return function(){"use strict";o.r(a),o.d(a,{MultilineBlockquotePlugin:function(){return Z},markdownItFactory:function(){return he}});var e=o(3778),r=o.n(e),t=o(6463),n=o.n(t),i=o(7249),s=o.n(i),u=o(4878),l=o.n(u),c=o(8350),p=o.n(c),h=o(3582),f=o.n(h),_=o(843),d=o.n(_),m=o(3853),g=o.n(m),b=o(5867),D=o.n(b),k=o(1857),F=o.n(k),C={false:"push",true:"unshift"},y=Object.prototype.hasOwnProperty,w=function(e,r,t,n){var o=e,a=n;if(t&&y.call(r,o))throw Error("User defined id attribute '"+e+"' is NOT unique. Please fix it in your markdown to continue.");for(;y.call(r,o);)o=e+"-"+a++;return r[o]=!0,o},v=function e(r,t){t=Object.assign({},e.defaults,t),r.core.ruler.push("anchor",(function(e){var r,n={},o=e.tokens,a=Array.isArray(t.level)?(r=t.level,function(e){return r.includes(e)}):function(e){return function(r){return r>=e}}(t.level);o.filter((function(e){return"heading_open"===e.type})).filter((function(e){return a(Number(e.tag.substr(1)))})).forEach((function(r){var a=o[o.indexOf(r)+1].children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,r){return e+r.content}),""),i=r.attrGet("id");i=null==i?w(t.slugify(a),n,!1,t.uniqueSlugStartIndex):w(i,n,!0,t.uniqueSlugStartIndex),r.attrSet("id",i),t.permalink&&t.renderPermalink(i,t,e,o.indexOf(r)),t.callback&&t.callback(r,{slug:i,title:a})}))}))};v.defaults={level:1,slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g,"-"))},uniqueSlugStartIndex:1,permalink:!1,renderPermalink:function(e,r,t,n){var o,a=[Object.assign(new t.Token("link_open","a",1),{attrs:[].concat(r.permalinkClass?[["class",r.permalinkClass]]:[],[["href",r.permalinkHref(e,t)]],Object.entries(r.permalinkAttrs(e,t)))}),Object.assign(new t.Token("html_block","",0),{content:r.permalinkSymbol}),new t.Token("link_close","a",-1)];r.permalinkSpace&&a[C[!r.permalinkBefore]](Object.assign(new t.Token("text","",0),{content:" "})),(o=t.tokens[n+1].children)[C[r.permalinkBefore]].apply(o,a)},permalinkClass:"header-anchor",permalinkSpace:!0,permalinkSymbol:"ยถ",permalinkBefore:!1,permalinkHref:function(e){return"#"+e},permalinkAttrs:function(e){return{}}};var A=v,E=o(2310),x=o.n(E),B=o(1156),q=o.n(B),S=o(7958),z=o.n(S);function L(e,r){var t=e.posMax,n=!0,o=!0,a=r>0?e.src.charCodeAt(r-1):-1,i=r+1<=t?e.src.charCodeAt(r+1):-1;return(32===a||9===a||i>=48&&i<=57)&&(o=!1),32!==i&&9!==i||(n=!1),{canOpen:n,canClose:o}}var I=function(e){var r=e.src,t=/\$(.*?)\$/g;return e.src=r.replace(/(\|.*\|)\n(\|\s*?-+:?\s*?)+\|\n(\|.*\|\n?)*?((\|.*?\$+.*\n?)+)/g,(function(e,r,n,o,a){return e.replace(a,a.replace(t,(function(e,r){return"$".concat(r.replace(/\\*?\|/g,"\\|"),"$$")})))})),!0},T=function(e,r){var t,n,o,a;if("$"!==e.src[e.pos])return!1;if(!L(e,e.pos).canOpen)return r||(e.pending+="$"),e.pos+=1,!0;for(n=t=e.pos+1;-1!==(n=e.src.indexOf("$",n));){for(a=n-1;"\\"===e.src[a];)a-=1;if((n-a)%2==1)break;n+=1}return-1===n?(r||(e.pending+="$"),e.pos=t,!0):n-t==0?(r||(e.pending+="$$"),e.pos=t+1,!0):L(e,n).canClose?(r||((o=e.push("math_inline","math",0)).markup="$",o.content=e.src.slice(t,n)),e.pos=n+1,!0):(r||(e.pending+="$"),e.pos=t,!0)},M=function(e,r,t,n){var o,a,i,s,u=!1,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(l+2>c)return!1;if("$"!==e.src[l]||"$"!==e.src[l+1])return!1;if(l+=2,n)return!0;var p=e.src.slice(l,c);for("$$"===p.trim().slice(-2)&&(p=p.trim().slice(0,-2),u=!0),a=r;!(u||++a>=t||(l=e.bMarks[a]+e.tShift[a])<(c=e.eMarks[a])&&e.tShift[a]<e.blkIndent);)"$$"===e.src.slice(l,c).trim().slice(-2)&&(i=e.src.slice(0,c).lastIndexOf("$$"),o=e.src.slice(l,i),u=!0);return e.line=a+1,(s=e.push("math_block","math",0)).block=!0,s.content=(p&&p.trim()?p+"\n":"")+e.getLines(r+1,a,e.tShift[r],!0)+(o&&o.trim()?o:""),s.map=[r,e.line],s.markup="$$",!0},j=function(e){e.core.ruler.before("block","math_in_table",I),e.inline.ruler.after("escape","math_inline",T),e.block.ruler.after("blockquote","math_block",M,{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules.math_inline=function(r,t){return'<span class="math inline">\\('+e.utils.escapeHtml(r[t].content)+"\\)</span>"},e.renderer.rules.math_block=function(r,t){return'<p><div class="math display">\\['+e.utils.escapeHtml(r[t].content)+"\\]</div></p>"}};function R(e,r){var t=e.renderer.rules.fence;e.renderer.rules.fence=function(r,n,o,a,i){var s=r[n],u=s.info.trim(),l=u?function(e){return e.split(/\s+/g)[0]}(u):"";return"mermaid"===l.toLowerCase()?'<div class="mermaid">'+e.utils.escapeHtml(s.content)+"</div>":t(r,n,o,a,i)}}function O(e,r){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=function(e,r){if(e){if("string"==typeof e)return P(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?P(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){t&&(e=t);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,s=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return i=e.done,e},e:function(e){s=!0,a=e},f:function(){try{i||null==t.return||t.return()}finally{if(s)throw a}}}}function P(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var $={title:{rule:"escape"},head:{rule:"escape"},body:{rule:"escape"},img:{rule:"filterAttributes",disabledAttributes:["onerror"]}},N=function(e){var r=e.renderer.rules.html_block;e.renderer.rules.html_block=function(t,n,o,a,i){var s=t[n];if("html_block"===s.type&&!s.tag){var u=s.content;for(var l in $){var c=$[l],p=c.rule,h=c.disabledAttributes;if("escape"===p){var f="<".concat(l,">"),_="</".concat(l,">"),d=u.replace(new RegExp("\n","g"),"").startsWith(f),m=u.replace(new RegExp("\n","g"),"").endsWith(_);if(d||m){u=e.utils.escapeHtml(u);break}}else if("filterAttributes"===p&&null!=h&&h.length>0){var g,b=O(h);try{for(b.s();!(g=b.n()).done;){var D=g.value;u=u.replace(new RegExp("(<".concat(l,".*? +)(").concat(D,"=)(.*?>)"),"ig"),(function(e,r,t,n){return r+"data-"+t+n}))}}catch(e){b.e(e)}finally{b.f()}}}if(u!==s.content)return u}return r(t,n,o,a,i)}},U=function(e,r,t){var n,o,a,i=e.bMarks[r]+e.tShift[r];if(e.sCount[r]-e.blkIndent>=4)return!1;var s=[62,62,62,10];for(a=0;a<s.length&&s[a]===e.src.charCodeAt(i++);a++);if(a<s.length)return!1;for(n=r+1;n<t;){for(i=e.bMarks[n]+e.tShift[n],a=0;a<s.length&&(a===s.length-1&&e.lineMax-1===n||s[a]===e.src.charCodeAt(i++));a++);if(a===s.length)break;n++}return!(n>t||((o=e.push("multiline_blockquote_open","blockquote",1)).markup=">>>",o.map=[r,0],e.md.block.tokenize(e,r+1,n),(o=e.push("multiline_blockquote_close","blockquote",-1)).map=[n,0],e.line=n+1,0))},Z=function(e){e.block.ruler.before("blockquote","multiline_blockquote",U)},H=o(5969),V=o.n(H),G={enable:!0,label:!0,labelAfter:!0},J={codeHighlight:!1,math:!1,disableRules:[],html:!1,taskListsOption:G},W={fuzzyEmail:!1,fuzzyLink:!1,fuzzyLinkUseHttps:!0},Y={level:1,slugify:function(e){var r=(new(V())).slug(e);return""===r?"_":r}};function K(e,r){if(e){if("string"==typeof e)return Q(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Q(e,r):void 0}}function Q(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var X={includeLevel:[1,2,3,4,5,6],containerClass:"toc",slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g,"-"))},markerPattern:/\[TOC]/im,listType:"ul",format:function(e,r){return r.renderInline(e).replace(/<\/?a.*?>/g,"")},forceFullToc:!1,containerHeaderHtml:'<div class="toc-container-header">็ฎๅฝ</div>',containerFooterHtml:void 0,transformLink:void 0},ee=function(e){if(e&&e.attrs&&e.attrs.length>0){var r=e.attrs.find((function(e){return!!(Array.isArray(e)&&e.length>=2)&&"id"===e[0]}));if(r&&Array.isArray(r)&&r.length>=2){var t=(o=2,function(e){if(Array.isArray(e))return e}(n=r)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,a=[],i=!0,s=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(a.push(n.value),!r||a.length!==r);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(s)throw o}}return a}}(n,o)||K(n,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());return t[0],t[1]}}var n,o;return null};function re(e){return Math.min.apply(Math,function(e){if(Array.isArray(e))return Q(e)}(r=e.map((function(e){return e.level})))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||K(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var r}var te=function(e,r,t,n){var o={level:e,text:r,anchor:t,children:[],parent:n};return n.children.push(o),o},ne=function e(r,t,n){return"<"+t.listType+">"+r.children.map((function(r){var o="<li>",a=r.anchor;t&&t.transformLink&&(a=t.transformLink(a));var i=r.text?t.format(r.text,n,a):null;return(o+=a?'<a href="#'.concat(a,'">').concat(i,"</a>"):i||"")+(r.children.length>0?e(r,t,n):"")+"</li>"})).join("")+"</"+t.listType+">"},oe=function(e,r){var t,n=Object.assign({},X,r),o=n.markerPattern;e.renderer.rules.toc_open=function(e,r){var t='<div class="'+n.containerClass+'">';return n.containerHeaderHtml&&(t+=n.containerHeaderHtml),t},e.renderer.rules.toc_close=function(e,r){var t="";return n.containerFooterHtml&&(t=n.containerFooterHtml),t+"</div>"},e.renderer.rules.toc_body=function(r,o,a,i){if(n.forceFullToc)throw"forceFullToc was removed in version 0.5.0. For more information, see https://github.com/Oktavilla/markdown-it-table-of-contents/pull/41";var s=function(e,r,t,n,o){var a=[],i=null;return r.forEach((function(r){if("heading_open"===r.type){var n=ee(r),o=parseInt(r.tag.toLowerCase().replace("h",""),10);e.indexOf(o)>=0&&(i={level:o,textContent:null,anchor:n||null,markdownContent:null})}else if(i&&"inline"===r.type){var s=r.children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,r){return e+r.content}),"");i.textContent=s,i.markdownContent=r.content,i.anchor||(i.anchor=t.slugify(s,r.content))}else"heading_close"===r.type&&(i&&a.push(i),i=null)})),a}(n.includeLevel,t.tokens,n),u=function(e){var r={level:re(e)-1,anchor:null,text:null,children:[],parent:null},t=r,n=t;return e.forEach((function(e){if(e.level>n.level)Array.from({length:e.level-n.level}).forEach((function(r){t=n,n=te(e.level,null,null,t)})),n.text=e.markdownContent,n.anchor=e.anchor;else if(e.level===n.level)n=te(e.level,e.markdownContent,e.anchor,t);else if(e.level<n.level){for(var r=0;r<n.level-e.level;r++)t=t.parent;n=te(e.level,e.markdownContent,e.anchor,t)}})),r}(s);return ne(u,n,e)},e.core.ruler.push("grab_state",(function(e){return t=e,!0})),e.inline.ruler.after("emphasis","toc",(function(e,r){var t;if(91!==e.src.charCodeAt(e.pos))return!1;if(r)return!1;if((t=(t=o.exec(e.src.substr(e.pos)))?t.filter((function(e){return e})):[]).length<1)return!1;e.push("toc_open","toc",1).markup="[[toc]]",e.push("toc_body","",0),e.push("toc_close","toc",-1);var n=e.src.indexOf("\n",e.pos);return e.pos=-1!==n?n:e.pos+e.posMax+1,!0}))};function ae(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var ie=/{([\d,\s-]+)}/,se=function(e){var r=e.renderer.rules.fence;e.renderer.rules.fence=function(t,n,o,a,i){var s=t[n];if(!s.info||!ie.test(s.info))return r(t,n,o,a,i);var u=[];try{u=Array.from(new Set(ie.exec(s.info)[1].split(/\s*?,\s*?/).map((function(e){var r,t,n=e.split(/\s*?-\s*?/).map((function(e){return parseInt(e.trim(),10)})),o=(t=2,function(e){if(Array.isArray(e))return e}(r=n)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,a=[],i=!0,s=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(a.push(n.value),!r||a.length!==r);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(s)throw o}}return a}}(r,t)||function(e,r){if(e){if("string"==typeof e)return ae(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ae(e,r):void 0}}(r,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=o[0],i=o[1];i=i>(a=a>0?a:1)?i:a;var s=new Array(1+(a>i?a-i:i-a)).fill(0);return s.forEach((function(e,r){s[r]=a+r})),s})).flat()))}catch(e){console.warn(e)}var l=s.info.replace(ie,"").trim(),c=e.utils.escapeHtml(s.content);c=o.highlight?o.highlight(c,l):c;var p=Object.assign(s,{attrs:[["class",l?"language-".concat(l):""],u&&u.length>0?["data-lines-highlight","[".concat(u.join(","),"]")]:[]]}),h=i.renderAttrs(p);return"<pre".concat(h,"><code").concat(h,">").concat(c.trim(),"</code></pre>")}},ue=function(e,r,t,n){if(0!==r||0!==e.blkIndent)return!1;if(e.tShift[r]<0)return!1;if(!e.getLines(r,r+1,0,!1).match(/^---$/))return!1;for(var o=r,a=-1;o<t;){if(o++,e.getLines(o,o+1,0,!1).match(/^---$/)){a=o;break}if(e.tShift[o]<0)break}if(a>-1){e.line=a+1;var i=e.push("fence","code",0);return i.content=e.getLines(r+1,a,0,!0),i.map=[r,a],i.info="yml",i.markup="---",i.attrPush(["data-yaml-metadata",""]),!0}return!1},le=(new(r())).utils,ce=function(e,r){if(r&&n().getLanguage(r))try{var t=n().highlight(r,e,!0);return'<pre class="hljs"><code data-lang="'.concat(t.language,'">').concat(t.value,"</code></pre>")}catch(e){}return'<pre class="hljs"><code>'.concat(le.escapeHtml(e),"</code></pre>")},pe=[q(),"url_new_win","link_open",function(e,r){var t=e[r],n=t.attrGet("href");n&&(n.startsWith("#")||t.attrPush(["target","_blank"]))}],he=function(){var e,t,n,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:J,a=o.html,i=o.codeHighlight,u=o.taskListsOption,c=o.math,h=o.disableRules,_=o.linkify,m={html:a,breaks:!0,linkify:!0};null!==(e=u)&&void 0!==e||(u=G),_=Object.assign({},W,null!==(t=_)&&void 0!==t?t:W),i&&(m.highlight=ce);var b=(n=new(r())(m).use(s()).use(R).use(A,Y).use(oe).use(l()).use(p()).use(f()).use(d()).use(g()).use(D()).use(F()).use(se).use(x()).use(z(),u).use(N)).use.apply(n,pe).use(Z);b.block.ruler.before("hr","meta",ue),c&&b.use(j),h&&h.length>0&&b.disable(h);var k=b.linkify.set(_),C=k.normalize;return _.fuzzyLink&&_.fuzzyLinkUseHttps&&(b.linkify.normalize=function(e){e.schema?C(e):e.url="https://".concat(e.url)}),b}}(),a}()}));
|