@cnblogs/markdown-it-presets 1.8.0 โ 1.9.0-next
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/.gitignore +195 -0
- package/README.adoc +80 -0
- package/math/package.json +8 -0
- package/package.json +30 -11
- package/tsconfig.base.json +17 -0
- package/tsconfig.json +4 -0
- package/tslint.json +18 -0
- package/index.d.ts +0 -1
- package/index.js +0 -18
- package/index.js.map +0 -1
- package/lib-esm/index.js +0 -2
- package/lib-esm/index.js.map +0 -1
- package/lib-esm/markdown-it-factory.js +0 -102
- package/lib-esm/markdown-it-factory.js.map +0 -1
- package/lib-esm/math/factory.js +0 -13
- package/lib-esm/math/factory.js.map +0 -1
- package/lib-esm/math/impl.js +0 -161
- package/lib-esm/math/impl.js.map +0 -1
- package/lib-esm/math/index.js +0 -3
- package/lib-esm/math/index.js.map +0 -1
- package/lib-esm/math/model.js +0 -20
- package/lib-esm/math/model.js.map +0 -1
- package/lib-esm/option.js +0 -27
- package/lib-esm/option.js.map +0 -1
- package/lib-esm/plugins/highlight-code-lines.plugin.js +0 -49
- package/lib-esm/plugins/highlight-code-lines.plugin.js.map +0 -1
- package/lib-esm/plugins/html-filter.plugin.js +0 -43
- package/lib-esm/plugins/html-filter.plugin.js.map +0 -1
- package/lib-esm/plugins/meta.js +0 -36
- package/lib-esm/plugins/meta.js.map +0 -1
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js +0 -11
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +0 -1
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js +0 -40
- package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +0 -1
- package/lib-esm/plugins/simple-math.plugin.js +0 -147
- package/lib-esm/plugins/simple-math.plugin.js.map +0 -1
- package/lib-esm/plugins/simple-mermaid.plugin.js +0 -17
- package/lib-esm/plugins/simple-mermaid.plugin.js.map +0 -1
- package/lib-esm/plugins/toc/index.js +0 -184
- package/lib-esm/plugins/toc/index.js.map +0 -1
- package/lib-esm/plugins/toc/slugify.js +0 -5
- package/lib-esm/plugins/toc/slugify.js.map +0 -1
- package/lib-esm/plugins/toc/toc-item.js +0 -2
- package/lib-esm/plugins/toc/toc-item.js.map +0 -1
- package/lib-esm/plugins/toc/toc-option.js +0 -15
- package/lib-esm/plugins/toc/toc-option.js.map +0 -1
- package/lib-esm/plugins/unique-custom-id.js +0 -27
- package/lib-esm/plugins/unique-custom-id.js.map +0 -1
- package/lib-esm/tsconfig.tsbuildinfo +0 -1
- package/markdown-it-factory.d.ts +0 -6
- package/markdown-it-factory.js +0 -112
- package/markdown-it-factory.js.map +0 -1
- package/math/factory.d.ts +0 -2
- package/math/factory.js +0 -17
- package/math/factory.js.map +0 -1
- package/math/impl.d.ts +0 -20
- package/math/impl.js +0 -166
- package/math/impl.js.map +0 -1
- package/math/index.d.ts +0 -2
- package/math/index.js +0 -8
- package/math/index.js.map +0 -1
- package/math/model.d.ts +0 -38
- package/math/model.js +0 -23
- package/math/model.js.map +0 -1
- package/option.d.ts +0 -22
- package/option.js +0 -36
- package/option.js.map +0 -1
- package/plugins/highlight-code-lines.plugin.d.ts +0 -7
- package/plugins/highlight-code-lines.plugin.js +0 -52
- package/plugins/highlight-code-lines.plugin.js.map +0 -1
- package/plugins/html-filter.plugin.d.ts +0 -2
- package/plugins/html-filter.plugin.js +0 -47
- package/plugins/html-filter.plugin.js.map +0 -1
- package/plugins/meta.d.ts +0 -2
- package/plugins/meta.js +0 -40
- package/plugins/meta.js.map +0 -1
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.d.ts +0 -7
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.js +0 -15
- package/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +0 -1
- package/plugins/multiline-blockquote/multiline-blockquote.rule.d.ts +0 -2
- package/plugins/multiline-blockquote/multiline-blockquote.rule.js +0 -44
- package/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +0 -1
- package/plugins/simple-math.plugin.d.ts +0 -2
- package/plugins/simple-math.plugin.js +0 -151
- package/plugins/simple-math.plugin.js.map +0 -1
- package/plugins/simple-mermaid.plugin.d.ts +0 -2
- package/plugins/simple-mermaid.plugin.js +0 -21
- package/plugins/simple-mermaid.plugin.js.map +0 -1
- package/plugins/toc/index.d.ts +0 -3
- package/plugins/toc/index.js +0 -187
- package/plugins/toc/index.js.map +0 -1
- package/plugins/toc/slugify.d.ts +0 -2
- package/plugins/toc/slugify.js +0 -8
- package/plugins/toc/slugify.js.map +0 -1
- package/plugins/toc/toc-item.d.ts +0 -9
- package/plugins/toc/toc-item.js +0 -3
- package/plugins/toc/toc-item.js.map +0 -1
- package/plugins/toc/toc-option.d.ts +0 -26
- package/plugins/toc/toc-option.js +0 -18
- package/plugins/toc/toc-option.js.map +0 -1
- package/plugins/unique-custom-id.d.ts +0 -3
- package/plugins/unique-custom-id.js +0 -30
- package/plugins/unique-custom-id.js.map +0 -1
- package/styles/task-lists.less +0 -19
- package/styles/task-lists.min.css +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- package/umd/markdownItPresets.js +0 -1
- package/umd/mathRenderer.js +0 -1
package/umd/markdownItPresets.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("hljs"),require("markdownitTaskLists")):"function"==typeof define&&define.amd?define(["hljs","markdownitTaskLists"],t):"object"==typeof exports?exports.markdownItPresets=t(require("hljs"),require("markdownitTaskLists")):e.markdownItPresets=t(e.hljs,e.markdownitTaskLists)}(self,(function(e,t){return function(){var r={5969:function(e,t,r){const n=r(1346);e.exports=i;const o=Object.hasOwnProperty;function i(){if(!(this instanceof i))return new i;this.reset()}function a(e,t){return"string"!=typeof e?"":(t||(e=e.toLowerCase()),e.replace(n,"").replace(/ /g,"-"))}i.prototype.slug=function(e,t){const r=this;let n=a(e,!0===t);const i=n;for(;o.call(r.occurrences,n);)r.occurrences[i]++,n=i+"-"+r.occurrences[i];return r.occurrences[n]=0,n},i.prototype.reset=function(){this.occurrences=Object.create(null)},i.slug=a},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,t,r){"use strict";function n(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(r){e[r]=t[r]}))})),e}function o(e){return Object.prototype.toString.call(e)}function i(e){return"[object Function]"===o(e)}function a(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},u={"http:":{validate:function(e,t,r){var n=e.slice(t);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(n)?n.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,r){var n=e.slice(t);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),r.re.no_http.test(n)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:n.match(r.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,r){var n=e.slice(t);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(n)?n.match(r.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 t=e.re=r(2596)(e.__opts__),n=e.__tlds__.slice();function s(e){return e.replace("%TLDS%",t.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(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(s(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(s(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(s(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(s(t.tpl_host_fuzzy_test),"i");var u=[];function l(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var r=e.__schemas__[t];if(null!==r){var n={validate:null,link:null};if(e.__compiled__[t]=n,"[object Object]"===o(r))return"[object RegExp]"!==o(r.validate)?i(r.validate)?n.validate=r.validate:l(t,r):n.validate=function(e){return function(t,r){var n=t.slice(r);return e.test(n)?n.match(e)[0].length:0}}(r.validate),void(i(r.normalize)?n.normalize=r.normalize:r.normalize?l(t,r):n.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===o(e)}(r)?l(t,r):u.push(t)}})),u.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};var c=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(a).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><๏ฝ]|"+t.src_ZPCc+"))("+c+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><๏ฝ]|"+t.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,t){var r=e.__index__,n=e.__last_index__,o=e.__text_cache__.slice(r,n);this.schema=e.__schema__.toLowerCase(),this.index=r+t,this.lastIndex=n+t,this.raw=o,this.text=o,this.url=o}function h(e,t){var r=new p(e,t);return e.__compiled__[r.schema].normalize(r,e),r}function f(e,t){if(!(this instanceof f))return new f(e,t);var r;t||(r=e,Object.keys(r||{}).reduce((function(e,t){return e||s.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=n({},s,t),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,t){return this.__schemas__[e]=t,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 t,r,n,o,i,a,s,u;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(o=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+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!==(r=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(i=r.index+r[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=r.index+r[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&e.indexOf("@")>=0&&null!==(n=e.match(this.re.email_fuzzy))&&(i=n.index+n[1].length,a=n.index+n[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a)),this.__index__>=0},f.prototype.pretest=function(e){return this.re.pretest.test(e)},f.prototype.testSchemaAt=function(e,t,r){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,r,this):0},f.prototype.match=function(e){var t=0,r=[];this.__index__>=0&&this.__text_cache__===e&&(r.push(h(this,t)),t=this.__last_index__);for(var n=t?e.slice(t):e;this.test(n);)r.push(h(this,t)),n=n.slice(this.__last_index__),t+=this.__last_index__;return r.length?r:null},f.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,r){return e!==r[t-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,t,r){"use strict";e.exports=function(e){var t={};return t.src_Any=r(8287).source,t.src_Cc=r(699).source,t.src_Z=r(9338).source,t.src_P=r(6924).source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|"),t.src_pseudo_letter="(?:(?![><๏ฝ]|"+t.src_ZPCc+")"+t.src_Any+")",t.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]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><๏ฝ]|"+t.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|[><๏ฝ]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]).|"+(e&&e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+").|;(?!"+t.src_ZCc+").|\\!+(?!"+t.src_ZCc+"|[!]).|\\?(?!"+t.src_ZCc+"|[?]).)+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><๏ฝ]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝ]|"+t.src_ZPCc+"))((?![$+<=>^`|๏ฝ])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝ]|"+t.src_ZPCc+"))((?![$+<=>^`|๏ฝ])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},6539:function(e,t,r){var n=r(7400).Symbol;e.exports=n},6070:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}},5630:function(e){e.exports=function(e){return e.split("")}},5372:function(e){e.exports=function(e,t,r,n){for(var o=e.length,i=r+(n?1:-1);n?i--:++i<o;)if(t(e[i],i,e))return i;return-1}},9736:function(e,t,r){var n=r(6539),o=r(4840),i=r(1258),a=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?o(e):i(e)}},8817:function(e,t,r){var n=r(5372),o=r(1129),i=r(8263);e.exports=function(e,t,r){return t==t?i(e,t,r):n(e,o,r)}},1129:function(e){e.exports=function(e){return e!=e}},5733:function(e){e.exports=function(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(o);++n<o;)i[n]=e[n+t];return i}},4282:function(e,t,r){var n=r(6539),o=r(6070),i=r(9785),a=r(5193),s=n?n.prototype:void 0,u=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return o(t,e)+"";if(a(t))return u?u.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r}},4833:function(e,t,r){var n=r(6127),o=/^\s+/;e.exports=function(e){return e?e.slice(0,n(e)+1).replace(o,""):e}},9158:function(e,t,r){var n=r(5733);e.exports=function(e,t,r){var o=e.length;return r=void 0===r?o:r,!t&&r>=o?e:n(e,t,r)}},4159:function(e,t,r){var n=r(8817);e.exports=function(e,t){for(var r=e.length;r--&&n(t,e[r],0)>-1;);return r}},3574:function(e,t,r){var n=r(8817);e.exports=function(e,t){for(var r=-1,o=e.length;++r<o&&n(t,e[r],0)>-1;);return r}},9120:function(e,t,r){var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},4840:function(e,t,r){var n=r(6539),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,s=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),r=e[s];try{e[s]=void 0;var n=!0}catch(e){}var o=a.call(e);return n&&(t?e[s]=r:delete e[s]),o}},5348:function(e){var t=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return t.test(e)}},1258:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},7400:function(e,t,r){var n=r(9120),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();e.exports=i},8263:function(e){e.exports=function(e,t,r){for(var n=r-1,o=e.length;++n<o;)if(e[n]===t)return n;return-1}},3528:function(e,t,r){var n=r(5630),o=r(5348),i=r(4890);e.exports=function(e){return o(e)?i(e):n(e)}},6127:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},4890:function(e){var t="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",r="\\ud83c[\\udffb-\\udfff]",n="[^\\ud800-\\udfff]",o="(?:\\ud83c[\\udde6-\\uddff]){2}",i="[\\ud800-\\udbff][\\udc00-\\udfff]",a="(?:"+t+"|"+r+")?",s="[\\ufe0e\\ufe0f]?",u=s+a+"(?:\\u200d(?:"+[n,o,i].join("|")+")"+s+a+")*",l="(?:"+[n+t+"?",t,o,i,"[\\ud800-\\udfff]"].join("|")+")",c=RegExp(r+"(?="+r+")|"+l+u,"g");e.exports=function(e){return e.match(c)||[]}},9785:function(e){var t=Array.isArray;e.exports=t},2360:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},5193:function(e,t,r){var n=r(9736),o=r(2360);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==n(e)}},5567:function(e,t,r){var n=r(4282);e.exports=function(e){return null==e?"":n(e)}},5663:function(e,t,r){var n=r(4282),o=r(4833),i=r(9158),a=r(4159),s=r(3574),u=r(3528),l=r(5567);e.exports=function(e,t,r){if((e=l(e))&&(r||void 0===t))return o(e);if(!e||!(t=n(t)))return e;var c=u(e),p=u(t),h=s(c,p),f=a(c,p)+1;return i(c,h,f).join("")}},4878:function(e){"use strict";e.exports=function(e){var t=e.utils.escapeRE,r=e.utils.arrayReplaceAt,n=" \r\n$+<=>^`|~",o=e.utils.lib.ucmicro.P.source,i=e.utils.lib.ucmicro.Z.source;e.block.ruler.before("reference","abbr_def",(function(e,t,r,n){var o,i,a,s,u,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];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===(a=e.src.charCodeAt(l)))return!1;if(93===a){u=l;break}92===a&&l++}return!(u<0||58!==e.src.charCodeAt(u+1)||!n&&(o=e.src.slice(s,u).replace(/\\(.)/g,"$1"),i=e.src.slice(u+2,c).trim(),0===o.length||0===i.length||(e.env.abbreviations||(e.env.abbreviations={}),void 0===e.env.abbreviations[":"+o]&&(e.env.abbreviations[":"+o]=i),e.line=t+1,0)))}),{alt:["paragraph","reference"]}),e.core.ruler.after("linkify","abbr_replace",(function(e){var a,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,t){return t.length-e.length})).map(t).join("|")+")"),m="(^|"+o+"|"+i+"|["+n.split("").map(t).join("")+"])("+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,t){return t.length-e.length})).map(t).join("|")+")($|"+o+"|"+i+"|["+n.split("").map(t).join("")+"])",_=new RegExp(m,"g"),s=0,u=D.length;s<u;s++)if("inline"===D[s].type)for(a=(l=D[s].children).length-1;a>=0;a--)if("text"===(b=l[a]).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=r(l,a,h))}}))}},4085:function(e,t,r){"use strict";const n=r(4517),o={leftDelimiter:"{",rightDelimiter:"}",allowedAttributes:[]};function i(e,t,r){const n={match:!1,j:null},o=void 0!==r.shift?t+r.shift:r.position;if(void 0!==r.shift&&o<0)return n;const l=(c=e,(p=o)>=0?c[p]:c[c.length+p]);var c,p;if(void 0===l)return n;for(const e of Object.keys(r))if("shift"!==e&&"position"!==e){if(void 0===l[e])return n;if("children"===e&&a(r.children)){if(0===l.children.length)return n;let e;const t=r.children,o=l.children;if(t.every((e=>void 0!==e.position))){if(e=t.every((e=>i(o,e.position,e).match)),e){const e=u(t).position;n.j=e>=0?e:o.length+e}}else for(let r=0;r<o.length;r++)if(e=t.every((e=>i(o,r,e).match)),e){n.j=r;break}if(!1===e)return n}else switch(typeof r[e]){case"boolean":case"number":case"string":if(l[e]!==r[e])return n;break;case"function":if(!r[e](l[e]))return n;break;case"object":if(s(r[e])){if(!1===r[e].every((t=>t(l[e]))))return n;break}default:throw new Error(`Unknown type of pattern test (key: ${e}). Test should be of type boolean, number, string, function or array of functions.`)}}return n.match=!0,n}function a(e){return Array.isArray(e)&&e.length&&e.every((e=>"object"==typeof e))}function s(e){return Array.isArray(e)&&e.length&&e.every((e=>"function"==typeof e))}function u(e){return e.slice(-1)[0]||{}}e.exports=function(e,t){let r=Object.assign({},o);r=Object.assign(r,t);const a=n(r);e.core.ruler.before("linkify","curly_attributes",(function(e){const t=e.tokens;for(let e=0;e<t.length;e++)for(let r=0;r<a.length;r++){const n=a[r];let o=null;n.tests.every((r=>{const n=i(t,e,r);return null!==n.j&&(o=n.j),n.match}))&&(n.transform(t,e,o),"inline attributes"!==n.name&&"inline nesting 0"!==n.name||r--)}}))}},4517:function(e,t,r){"use strict";const n=r(6729);function o(e){return e.slice(-1)[0]}e.exports=e=>{const t=new RegExp("^ {0,3}[-*_]{3,} ?"+n.escapeRegExp(e.leftDelimiter)+"[^"+n.escapeRegExp(e.rightDelimiter)+"]");return[{name:"fenced code blocks",tests:[{shift:0,block:!0,info:n.hasDelimiters("end",e)}],transform:(t,r)=>{const o=t[r],i=o.info.lastIndexOf(e.leftDelimiter),a=n.getAttrs(o.info,i,e);n.addAttrs(a,o),o.info=n.removeDelimiter(o.info,e)}},{name:"inline nesting 0",tests:[{shift:0,type:"inline",children:[{shift:-1,type:e=>"image"===e||"code_inline"===e},{shift:0,type:"text",content:n.hasDelimiters("start",e)}]}],transform:(t,r,o)=>{const i=t[r].children[o],a=i.content.indexOf(e.rightDelimiter),s=t[r].children[o-1],u=n.getAttrs(i.content,0,e);n.addAttrs(u,s),i.content.length===a+e.rightDelimiter.length?t[r].children.splice(o,1):i.content=i.content.slice(a+e.rightDelimiter.length)}},{name:"tables",tests:[{shift:0,type:"table_close"},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:n.hasDelimiters("only",e)}],transform:(t,r)=>{const o=t[r+2],i=n.getMatchingOpeningToken(t,r),a=n.getAttrs(o.content,0,e);n.addAttrs(a,i),t.splice(r+1,3)}},{name:"inline attributes",tests:[{shift:0,type:"inline",children:[{shift:-1,nesting:-1},{shift:0,type:"text",content:n.hasDelimiters("start",e)}]}],transform:(t,r,o)=>{const i=t[r].children[o],a=i.content,s=n.getAttrs(a,0,e),u=n.getMatchingOpeningToken(t[r].children,o-1);n.addAttrs(s,u),i.content=a.slice(a.indexOf(e.rightDelimiter)+e.rightDelimiter.length)}},{name:"list softbreak",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:n.hasDelimiters("only",e)}]}],transform:(t,r,o)=>{const i=t[r].children[o].content,a=n.getAttrs(i,0,e);let s=r-2;for(;t[s-1]&&"ordered_list_open"!==t[s-1].type&&"bullet_list_open"!==t[s-1].type;)s--;n.addAttrs(a,t[s-1]),t[r].children=t[r].children.slice(0,-2)}},{name:"list double softbreak",tests:[{shift:0,type:e=>"bullet_list_close"===e||"ordered_list_close"===e},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:n.hasDelimiters("only",e),children:e=>1===e.length},{shift:3,type:"paragraph_close"}],transform:(t,r)=>{const o=t[r+2].content,i=n.getAttrs(o,0,e),a=n.getMatchingOpeningToken(t,r);n.addAttrs(i,a),t.splice(r+1,3)}},{name:"list item end",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-1,type:"text",content:n.hasDelimiters("end",e)}]}],transform:(t,r,i)=>{const a=t[r].children[i],s=a.content,u=n.getAttrs(s,s.lastIndexOf(e.leftDelimiter),e);n.addAttrs(u,t[r-2]);const l=s.slice(0,s.lastIndexOf(e.leftDelimiter));a.content=" "!==o(l)?l:l.slice(0,-1)}},{name:"\n{.a} softbreak then curly in start",tests:[{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:n.hasDelimiters("only",e)}]}],transform:(t,r,o)=>{const i=t[r].children[o],a=n.getAttrs(i.content,0,e);let s=r+1;for(;t[s+1]&&-1===t[s+1].nesting;)s++;const u=n.getMatchingOpeningToken(t,s);n.addAttrs(a,u),t[r].children=t[r].children.slice(0,-2)}},{name:"horizontal rule",tests:[{shift:0,type:"paragraph_open"},{shift:1,type:"inline",children:e=>1===e.length,content:e=>null!==e.match(t)},{shift:2,type:"paragraph_close"}],transform:(t,r)=>{const o=t[r];o.type="hr",o.tag="hr",o.nesting=0;const i=t[r+1].content,a=i.lastIndexOf(e.leftDelimiter),s=n.getAttrs(i,a,e);n.addAttrs(s,o),o.markup=i,t.splice(r+1,2)}},{name:"end of block",tests:[{shift:0,type:"inline",children:[{position:-1,content:n.hasDelimiters("end",e),type:e=>"code_inline"!==e&&"math_inline"!==e}]}],transform:(t,r,i)=>{const a=t[r].children[i],s=a.content,u=n.getAttrs(s,s.lastIndexOf(e.leftDelimiter),e);let l=r+1;for(;t[l+1]&&-1===t[l+1].nesting;)l++;const c=n.getMatchingOpeningToken(t,l);n.addAttrs(u,c);const p=s.slice(0,s.lastIndexOf(e.leftDelimiter));a.content=" "!==o(p)?p:p.slice(0,-1)}}]}},6729:function(e,t){function r(e){return e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}t.getAttrs=function(e,t,r){const n=/[^\t\n\f />"'=]/,o=[];let i="",a="",s=!0,u=!1;for(let l=t+r.leftDelimiter.length;l<e.length;l++){if(e.slice(l,l+r.rightDelimiter.length)===r.rightDelimiter){""!==i&&o.push([i,a]);break}const t=e.charAt(l);if("="===t&&s)s=!1;else if("."!==t||""!==i)if("#"!==t||""!==i)if('"'!==t||""!==a||u)if('"'===t&&u)u=!1;else if(" "!==t||u)s&&-1===t.search(n)||(s?i+=t:a+=t);else{if(""===i)continue;o.push([i,a]),i="",a="",s=!0}else u=!0;else i="id",s=!1;else"."===e.charAt(l+1)?(i="css-module",l+=1):i="class",s=!1}if(r.allowedAttributes&&r.allowedAttributes.length){const e=r.allowedAttributes;return o.filter((function(t){const r=t[0];return e.some((function(e){return r===e||e instanceof RegExp&&e.test(r)}))}))}return o},t.addAttrs=function(e,t){for(let r=0,n=e.length;r<n;++r){const n=e[r][0];"class"===n?t.attrJoin("class",e[r][1]):"css-module"===n?t.attrJoin("css-module",e[r][1]):t.attrPush(e[r])}return t},t.hasDelimiters=function(e,t){if(!e)throw new Error('Parameter `where` not passed. Should be "start", "end" or "only".');return function(r){const n=t.leftDelimiter.length+1+t.rightDelimiter.length;if(!r||"string"!=typeof r||r.length<n)return!1;let o,i,a,s;const u=n-t.rightDelimiter.length;switch(e){case"start":a=r.slice(0,t.leftDelimiter.length),o=a===t.leftDelimiter?0:-1,i=-1===o?-1:r.indexOf(t.rightDelimiter,u),s=r.charAt(i+t.rightDelimiter.length),s&&-1!==t.rightDelimiter.indexOf(s)&&(i=-1);break;case"end":o=r.lastIndexOf(t.leftDelimiter),i=-1===o?-1:r.indexOf(t.rightDelimiter,o+u),i=i===r.length-t.rightDelimiter.length?i:-1;break;case"only":a=r.slice(0,t.leftDelimiter.length),o=a===t.leftDelimiter?0:-1,a=r.slice(r.length-t.rightDelimiter.length),i=a===t.rightDelimiter?r.length-t.rightDelimiter.length:-1;break;default:throw new Error(`Unexpected case ${e}, expected 'start', 'end' or 'only'`)}return-1!==o&&-1!==i&&function(e){const r="."===e.charAt(t.leftDelimiter.length),o="#"===e.charAt(t.leftDelimiter.length);return r||o?e.length>=n+1:e.length>=n}(r.substring(o,i+t.rightDelimiter.length))}},t.removeDelimiter=function(e,t){const n=r(t.leftDelimiter),o=r(t.rightDelimiter),i=new RegExp("[ \\n]?"+n+"[^"+n+o+"]+"+o+"$"),a=e.search(i);return-1!==a?e.slice(0,a):e},t.escapeRegExp=r,t.getMatchingOpeningToken=function(e,t){if("softbreak"===e[t].type)return!1;if(0===e[t].nesting)return e[t];const r=e[t].level,n=e[t].type.replace("_close","_open");for(;t>=0;--t)if(e[t].type===n&&e[t].level===r)return e[t];return!1};const n=/[&<>"]/,o=/[&<>"]/g,i={"&":"&","<":"<",">":">",'"':"""};function a(e){return i[e]}t.escapeHtml=function(e){return n.test(e)?e.replace(o,a):e}},7249:function(e){"use strict";e.exports=function(e,t,r){var n=(r=r||{}).marker||":",o=n.charCodeAt(0),i=n.length,a=r.validate||function(e){return e.trim().split(" ",2)[0]===t},s=r.render||function(e,r,n,o,i){return 1===e[r].nesting&&e[r].attrJoin("class",t),i.renderToken(e,r,n,o,i)};e.block.ruler.before("fence","container_"+t,(function(e,r,s,u){var l,c,p,h,f,_,d,m,g=!1,b=e.bMarks[r]+e.tShift[r],D=e.eMarks[r];if(o!==e.src.charCodeAt(b))return!1;for(l=b+1;l<=D&&n[(l-b)%i]===e.src[l];l++);if((p=Math.floor((l-b)/i))<3)return!1;if(l-=(l-b)%i,h=e.src.slice(b,l),f=e.src.slice(l,D),!a(f,h))return!1;if(u)return!0;for(c=r;!(++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)%i]===e.src[l];l++);if(!(Math.floor((l-b)/i)<p||(l-=(l-b)%i,(l=e.skipSpaces(l))<D))){g=!0;break}}return d=e.parentType,m=e.lineMax,e.parentType="container",e.lineMax=c,(_=e.push("container_"+t+"_open","div",1)).markup=h,_.block=!0,_.info=f,_.map=[r,c],e.md.block.tokenize(e,r+1,c),(_=e.push("container_"+t+"_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_"+t+"_open"]=s,e.renderer.rules["container_"+t+"_close"]=s}},8350:function(e){"use strict";e.exports=function(e){var t=e.utils.isSpace;function r(e,t){var r,n,o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];return o>=i||126!==(n=e.src.charCodeAt(o++))&&58!==n||o===(r=e.skipSpaces(o))||r>=i?-1:o}e.block.ruler.before("paragraph","deflist",(function(e,n,o,i){var a,s,u,l,c,p,h,f,_,d,m,g,b,D,k,y,F,v,C,w;if(i)return!(e.ddIndent<0)&&r(e,n)>=0;if((_=n+1)>=o)return!1;if(e.isEmpty(_)&&++_>=o)return!1;if(e.sCount[_]<e.blkIndent)return!1;if((s=r(e,_))<0)return!1;h=e.tokens.length,C=!0,(w=e.push("dl_open","dl",1)).map=p=[n,0],l=n,u=_;e:for(;;){for(v=!1,(w=e.push("dt_open","dt",1)).map=[l,l],(w=e.push("inline","",0)).map=[l,l],w.content=e.getLines(l,l+1,e.blkIndent,!1).trim(),w.children=[],w=e.push("dt_close","dt",-1);;){for((w=e.push("dd_open","dd",1)).map=c=[_,0],F=s,f=e.eMarks[u],d=e.sCount[u]+s-(e.bMarks[u]+e.tShift[u]);F<f&&(a=e.src.charCodeAt(F),t(a));)9===a?d+=4-d%4:d++,F++;if(s=F,y=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&&!v||(C=!1),v=e.line-u>1&&e.isEmpty(e.line-1),e.tShift[u]=k,e.sCount[u]=D,e.tight=y,e.parentType=b,e.blkIndent=g,e.ddIndent=m,w=e.push("dd_close","dd",-1),c[1]=_=e.line,_>=o)break e;if(e.sCount[_]<e.blkIndent)break e;if((s=r(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=r(e,u))<0)break}return w=e.push("dl_close","dl",-1),p[1]=_,e.line=_,C&&function(e,t){var r,n,o=e.level+2;for(r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===o&&"paragraph_open"===e.tokens[r].type&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}(e,h),!0}),{alt:["paragraph","reference","blockquote"]})}},8691:function(e,t,r){"use strict";var n=r(5862),o=r(4978),i=r(7911);e.exports=function(e,t){var r=i(e.utils.assign({},{defs:{},shortcuts:{},enabled:[]},t||{}));e.renderer.rules.emoji=n,e.core.ruler.after("linkify","emoji",o(e,r.defs,r.shortcuts,r.scanRE,r.replaceRE))}},3582:function(e,t,r){"use strict";var n=r(6852),o=r(5364),i=r(8691);e.exports=function(e,t){var r={defs:n,shortcuts:o,enabled:[]},a=e.utils.assign({},r,t||{});i(e,a)}},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 t,r=e.defs;e.enabled.length&&(r=Object.keys(r).reduce((function(t,n){return e.enabled.indexOf(n)>=0&&(t[n]=r[n]),t}),{})),t=Object.keys(e.shortcuts).reduce((function(t,n){return r[n]?Array.isArray(e.shortcuts[n])?(e.shortcuts[n].forEach((function(e){t[e]=n})),t):(t[e.shortcuts[n]]=n,t):t}),{});var n,o=Object.keys(r);n=0===o.length?"^$":o.map((function(e){return":"+e+":"})).concat(Object.keys(t)).sort().reverse().map((function(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")})).join("|");var i=RegExp(n),a=RegExp(n,"g");return{defs:r,shortcuts:t,scanRE:i,replaceRE:a}}},5862:function(e){"use strict";e.exports=function(e,t){return e[t].content}},4978:function(e){"use strict";e.exports=function(e,t,r,n,o){var i=e.utils.arrayReplaceAt,a=e.utils.lib.ucmicro,s=new RegExp([a.Z.source,a.P.source,a.Cc.source].join("|"));function u(e,n,i){var a,u=0,l=[];return e.replace(o,(function(n,o,c){var p;if(r.hasOwnProperty(n)){if(p=r[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&&((a=new i("text","",0)).content=e.slice(u,o),l.push(a)),(a=new i("emoji","",0)).markup=p,a.content=t[p],l.push(a),u=o+n.length})),u<e.length&&((a=new i("text","",0)).content=e.slice(u),l.push(a)),l}return function(e){var t,r,o,a,s,l=e.tokens,c=0;for(r=0,o=l.length;r<o;r++)if("inline"===l[r].type)for(t=(a=l[r].children).length-1;t>=0;t--)"link_open"!==(s=a[t]).type&&"link_close"!==s.type||"auto"===s.info&&(c-=s.nesting),"text"===s.type&&0===c&&n.test(s.content)&&(l[r].children=a=i(a,t,u(s.content,s.level,e.Token)))}}},843:function(e){"use strict";function t(e,t,r,n){var o=Number(e[t].meta.id+1).toString(),i="";return"string"==typeof n.docId&&(i="-"+n.docId+"-"),i+o}function r(e,t){var r=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(r+=":"+e[t].meta.subId),"["+r+"]"}function n(e,t,r,n,o){var i=o.rules.footnote_anchor_name(e,t,r,n,o),a=o.rules.footnote_caption(e,t,r,n,o),s=i;return e[t].meta.subId>0&&(s+=":"+e[t].meta.subId),'<sup class="footnote-ref"><a href="#fn'+i+'" id="fnref'+s+'">'+a+"</a></sup>"}function o(e,t,r){return(r.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function i(){return"</ol>\n</section>\n"}function a(e,t,r,n,o){var i=o.rules.footnote_anchor_name(e,t,r,n,o);return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),'<li id="fn'+i+'" class="footnote-item">'}function s(){return"</li>\n"}function u(e,t,r,n,o){var i=o.rules.footnote_anchor_name(e,t,r,n,o);return e[t].meta.subId>0&&(i+=":"+e[t].meta.subId),' <a href="#fnref'+i+'" 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=i,e.renderer.rules.footnote_open=a,e.renderer.rules.footnote_close=s,e.renderer.rules.footnote_anchor=u,e.renderer.rules.footnote_caption=r,e.renderer.rules.footnote_anchor_name=t,e.block.ruler.before("reference","footnote_def",(function(e,t,r,n){var o,i,a,s,u,l,p,h,f,_,d,m=e.bMarks[t]+e.tShift[t],g=e.eMarks[t];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[t],i=e.tShift[t],a=e.sCount[t],s=e.parentType,d=u,h=f=e.sCount[t]+u-(e.bMarks[t]+e.tShift[t]);u<g&&(_=e.src.charCodeAt(u),c(_));)9===_?f+=4-f%4:f++,u++;return e.tShift[t]=u-d,e.sCount[t]=f-h,e.bMarks[t]=d,e.blkIndent+=4,e.parentType="footnote",e.sCount[t]<e.blkIndent&&(e.sCount[t]+=e.blkIndent),e.md.block.tokenize(e,t,r,!0),e.parentType=s,e.blkIndent-=4,e.tShift[t]=i,e.sCount[t]=a,e.bMarks[t]=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,t){var r,n,o,i,a=e.posMax,s=e.pos;return!(s+2>=a||94!==e.src.charCodeAt(s)||91!==e.src.charCodeAt(s+1)||(r=s+2,(n=l(e,s+1))<0||(t||(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(r,n),e.md,e.env,i=[]),e.push("footnote_ref","",0).meta={id:o},e.env.footnotes.list[o]={content:e.src.slice(r,n),tokens:i}),e.pos=n+1,e.posMax=a,0)))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,t){var r,n,o,i,a=e.posMax,s=e.pos;if(s+3>a)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<a;n++){if(32===e.src.charCodeAt(n))return!1;if(10===e.src.charCodeAt(n))return!1;if(93===e.src.charCodeAt(n))break}return!(n===s+2||n>=a||(n++,r=e.src.slice(s+2,n-1),void 0===e.env.footnotes.refs[":"+r]||(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+r]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:r,count:0},e.env.footnotes.refs[":"+r]=o):o=e.env.footnotes.refs[":"+r],i=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push("footnote_ref","",0).meta={id:o,subId:i,label:r}),e.pos=n,e.posMax=a,0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var t,r,n,o,i,a,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(a=e.env.footnotes.list,s=new e.Token("footnote_block_open","",1),e.tokens.push(s),t=0,r=a.length;t<r;t++){for((s=new e.Token("footnote_open","",1)).meta={id:t,label:a[t].label},e.tokens.push(s),a[t].tokens?(u=[],(s=new e.Token("paragraph_open","p",1)).block=!0,u.push(s),(s=new e.Token("inline","",0)).children=a[t].tokens,s.content=a[t].content,u.push(s),(s=new e.Token("paragraph_close","p",-1)).block=!0,u.push(s)):a[t].label&&(u=h[":"+a[t].label]),u&&(e.tokens=e.tokens.concat(u)),i="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=a[t].count>0?a[t].count:1,n=0;n<o;n++)(s=new e.Token("footnote_anchor","",0)).meta={id:t,subId:n,label:a[t].label},e.tokens.push(s);i&&e.tokens.push(i),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,t,r,n){e.core.ruler.push(t,(function(e){var t,o,i;for(o=e.tokens.length-1;o>=0;o--)if("inline"===e.tokens[o].type)for(t=(i=e.tokens[o].children).length-1;t>=0;t--)i[t].type===r&&n(i,t)}))}},2310:function(e){"use strict";e.exports=function(e){e.block.ruler.at("heading",(function(e,t,r,n){var o,i,a,s,u=e.bMarks[t]+e.tShift[t],l=e.eMarks[t];if(35!==(o=e.src.charCodeAt(u))||u>=l)return!1;for(i=1,o=e.src.charCodeAt(++u);35===o&&u<l&&i<=6;)i++,o=e.src.charCodeAt(++u);return!(i>6||(n||(l=e.skipCharsBack(l,32,u),(a=e.skipCharsBack(l,35,u))>u&&32===e.src.charCodeAt(a-1)&&(l=a),e.line=t+1,(s=e.push("heading_open","h"+String(i),1)).markup="########".slice(0,i),s.map=[t,e.line],(s=e.push("inline","",0)).content=e.src.slice(u,l).trim(),s.map=[t,e.line],s.children=[],(s=e.push("heading_close","h"+String(i),-1)).markup="########".slice(0,i)),0))}),{alt:["paragraph","reference","blockquote"]})}},3853:function(e){"use strict";e.exports=function(e){function t(e,t){var r,n,o,i,a,s=[],u=t.length;for(r=0;r<u;r++)61===(o=t[r]).marker&&-1!==o.end&&(i=t[o.end],(a=e.tokens[o.token]).type="mark_open",a.tag="mark",a.nesting=1,a.markup="==",a.content="",(a=e.tokens[i.token]).type="mark_close",a.tag="mark",a.nesting=-1,a.markup="==",a.content="","text"===e.tokens[i.token-1].type&&"="===e.tokens[i.token-1].content&&s.push(i.token-1));for(;s.length;){for(n=(r=s.pop())+1;n<e.tokens.length&&"mark_close"===e.tokens[n].type;)n++;r!==--n&&(a=e.tokens[n],e.tokens[n]=e.tokens[r],e.tokens[r]=a)}}e.inline.ruler.before("emphasis","mark",(function(e,t){var r,n,o,i,a=e.pos,s=e.src.charCodeAt(a);if(t)return!1;if(61!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,i=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=i,o--),r=0;r<o;r+=2)e.push("text","",0).content=i+i,(n.can_open||n.can_close)&&e.delimiters.push({marker:s,length:0,jump:r/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 r,n=e.tokens_meta,o=(e.tokens_meta||[]).length;for(t(e,e.delimiters),r=0;r<o;r++)n[r]&&n[r].delimiters&&t(e,n[r].delimiters)}))}},5867:function(e){"use strict";var t=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function r(e,r){var n,o,i=e.posMax,a=e.pos;if(126!==e.src.charCodeAt(a))return!1;if(r)return!1;if(a+2>=i)return!1;for(e.pos=a+1;e.pos<i;){if(126===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&a+1!==e.pos?(o=e.src.slice(a+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=a,!1):(e.posMax=e.pos,e.pos=a+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=o.replace(t,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=i,!0):(e.pos=a,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sub",r)}},1857:function(e){"use strict";var t=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function r(e,r){var n,o,i=e.posMax,a=e.pos;if(94!==e.src.charCodeAt(a))return!1;if(r)return!1;if(a+2>=i)return!1;for(e.pos=a+1;e.pos<i;){if(94===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&a+1!==e.pos?(o=e.src.slice(a+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=a,!1):(e.posMax=e.pos,e.pos=a+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=o.replace(t,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=i,!0):(e.pos=a,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sup",r)}},3778:function(e,t,r){"use strict";e.exports=r(7346)},9953:function(e,t,r){"use strict";e.exports=r(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 t="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",r="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",n=new RegExp("^(?:"+t+"|"+r+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),o=new RegExp("^(?:"+t+"|"+r+")");e.exports.n=n,e.exports.q=o},2257:function(e,t,r){"use strict";var n=Object.prototype.hasOwnProperty;function o(e,t){return n.call(e,t)}function i(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 a(e){if(e>65535){var t=55296+((e-=65536)>>10),r=56320+(1023&e);return String.fromCharCode(t,r)}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=r(9953),p=/[&<>"]/,h=/[&<>"]/g,f={"&":"&","<":"<",">":">",'"':"""};function _(e){return f[e]}var d=/[.?*+^$[\]\\(){}|-]/g,m=r(6924);t.lib={},t.lib.mdurl=r(9762),t.lib.ucmicro=r(6499),t.assign=function(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(r){e[r]=t[r]}))}})),e},t.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},t.has=o,t.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(s,"$1")},t.unescapeAll=function(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(u,(function(e,t,r){return t||function(e,t){var r=0;return o(c,t)?c[t]:35===t.charCodeAt(0)&&l.test(t)&&i(r="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?a(r):e}(e,r)}))},t.isValidEntityCode=i,t.fromCodePoint=a,t.escapeHtml=function(e){return p.test(e)?e.replace(h,_):e},t.arrayReplaceAt=function(e,t,r){return[].concat(e.slice(0,t),r,e.slice(t+1))},t.isSpace=function(e){switch(e){case 9:case 32:return!0}return!1},t.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},t.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}},t.isPunctChar=function(e){return m.test(e)},t.escapeRE=function(e){return e.replace(d,"\\$&")},t.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),"แนพ"==="แบ".toLowerCase()&&(e=e.replace(/แบ/g,"ร")),e.toLowerCase().toUpperCase()},t.trim=function(e){return r(5663)(e,"\t\n\v\f\r ย แโโโโโโ
โโโโโ\u2028\u2029โฏโ\ufeff")}},3489:function(e,t,r){"use strict";t.parseLinkLabel=r(4969),t.parseLinkDestination=r(1900),t.parseLinkTitle=r(3533)},1900:function(e,t,r){"use strict";var n=r(2257).unescapeAll;e.exports=function(e,t,r){var o,i,a=t,s={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(t)){for(t++;t<r;){if(10===(o=e.charCodeAt(t)))return s;if(60===o)return s;if(62===o)return s.pos=t+1,s.str=n(e.slice(a+1,t)),s.ok=!0,s;92===o&&t+1<r?t+=2:t++}return s}for(i=0;t<r&&32!==(o=e.charCodeAt(t))&&!(o<32||127===o);)if(92===o&&t+1<r){if(32===e.charCodeAt(t+1))break;t+=2}else{if(40===o&&++i>32)return s;if(41===o){if(0===i)break;i--}t++}return a===t||0!==i||(s.str=n(e.slice(a,t)),s.lines=0,s.pos=t,s.ok=!0),s}},4969:function(e){"use strict";e.exports=function(e,t,r){var n,o,i,a,s=-1,u=e.posMax,l=e.pos;for(e.pos=t+1,n=1;e.pos<u;){if(93===(i=e.src.charCodeAt(e.pos))&&0==--n){o=!0;break}if(a=e.pos,e.md.inline.skipToken(e),91===i)if(a===e.pos-1)n++;else if(r)return e.pos=l,-1}return o&&(s=e.pos),e.pos=l,s}},3533:function(e,t,r){"use strict";var n=r(2257).unescapeAll;e.exports=function(e,t,r){var o,i,a=0,s=t,u={ok:!1,pos:0,lines:0,str:""};if(t>=r)return u;if(34!==(i=e.charCodeAt(t))&&39!==i&&40!==i)return u;for(t++,40===i&&(i=41);t<r;){if((o=e.charCodeAt(t))===i)return u.pos=t+1,u.lines=a,u.str=n(e.slice(s+1,t)),u.ok=!0,u;if(40===o&&41===i)return u;10===o?a++:92===o&&t+1<r&&(t++,10===e.charCodeAt(t)&&a++),t++}return u}},7346:function(e,t,r){"use strict";var n=r(2257),o=r(3489),i=r(4116),a=r(5611),s=r(6028),u=r(2469),l=r(3708),c=r(9762),p=r(8770),h={default:r(9817),zero:r(3005),commonmark:r(835)},f=/^(vbscript|javascript|file|data):/,_=/^data:image\/(gif|png|jpeg|webp);/;function d(e){var t=e.trim().toLowerCase();return!f.test(t)||!!_.test(t)}var m=["http:","https:","mailto:"];function g(e){var t=c.parse(e,!0);if(t.hostname&&(!t.protocol||m.indexOf(t.protocol)>=0))try{t.hostname=p.toASCII(t.hostname)}catch(e){}return c.encode(c.format(t))}function b(e){var t=c.parse(e,!0);if(t.hostname&&(!t.protocol||m.indexOf(t.protocol)>=0))try{t.hostname=p.toUnicode(t.hostname)}catch(e){}return c.decode(c.format(t),c.decode.defaultChars+"%")}function D(e,t){if(!(this instanceof D))return new D(e,t);t||n.isString(e)||(t=e||{},e="default"),this.inline=new u,this.block=new s,this.core=new a,this.renderer=new i,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),t&&this.set(t)}D.prototype.set=function(e){return n.assign(this.options,e),this},D.prototype.configure=function(e){var t,r=this;if(n.isString(e)&&!(e=h[t=e]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&r.set(e.options),e.components&&Object.keys(e.components).forEach((function(t){e.components[t].rules&&r[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&r[t].ruler2.enableOnly(e.components[t].rules2)})),this},D.prototype.enable=function(e,t){var r=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){r=r.concat(this[t].ruler.enable(e,!0))}),this),r=r.concat(this.inline.ruler2.enable(e,!0));var n=e.filter((function(e){return r.indexOf(e)<0}));if(n.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},D.prototype.disable=function(e,t){var r=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){r=r.concat(this[t].ruler.disable(e,!0))}),this),r=r.concat(this.inline.ruler2.disable(e,!0));var n=e.filter((function(e){return r.indexOf(e)<0}));if(n.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},D.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},D.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");var r=new this.core.State(e,this,t);return this.core.process(r),r.tokens},D.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},D.prototype.parseInline=function(e,t){var r=new this.core.State(e,this,t);return r.inlineMode=!0,this.core.process(r),r.tokens},D.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)},e.exports=D},6028:function(e,t,r){"use strict";var n=r(8725),o=[["table",r(7636),["paragraph","reference"]],["code",r(2675)],["fence",r(6865),["paragraph","reference","blockquote","list"]],["blockquote",r(5531),["paragraph","reference","blockquote","list"]],["hr",r(5526),["paragraph","reference","blockquote","list"]],["list",r(1991),["paragraph","reference","blockquote"]],["reference",r(8045)],["html_block",r(7734),["paragraph","reference","blockquote"]],["heading",r(1836),["paragraph","reference","blockquote"]],["lheading",r(2111)],["paragraph",r(2235)]];function i(){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()})}i.prototype.tokenize=function(e,t,r){for(var n,o=this.ruler.getRules(""),i=o.length,a=t,s=!1,u=e.md.options.maxNesting;a<r&&(e.line=a=e.skipEmptyLines(a),!(a>=r))&&!(e.sCount[a]<e.blkIndent);){if(e.level>=u){e.line=r;break}for(n=0;n<i&&!o[n](e,a,r,!1);n++);e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),(a=e.line)<r&&e.isEmpty(a)&&(s=!0,a++,e.line=a)}},i.prototype.parse=function(e,t,r,n){var o;e&&(o=new this.State(e,t,r,n),this.tokenize(o,o.line,o.lineMax))},i.prototype.State=r(7349),e.exports=i},5611:function(e,t,r){"use strict";var n=r(8725),o=[["normalize",r(8138)],["block",r(4006)],["inline",r(4681)],["linkify",r(8323)],["replacements",r(3252)],["smartquotes",r(9369)]];function i(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1])}i.prototype.process=function(e){var t,r,n;for(t=0,r=(n=this.ruler.getRules("")).length;t<r;t++)n[t](e)},i.prototype.State=r(3035),e.exports=i},2469:function(e,t,r){"use strict";var n=r(8725),o=[["text",r(3363)],["newline",r(6132)],["escape",r(4130)],["backticks",r(3915)],["strikethrough",r(5034).w],["emphasis",r(6989).w],["link",r(7497)],["image",r(960)],["autolink",r(9208)],["html_inline",r(5342)],["entity",r(4645)]],i=[["balance_pairs",r(9133)],["strikethrough",r(5034).g],["emphasis",r(6989).g],["text_collapse",r(1787)]];function a(){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<i.length;e++)this.ruler2.push(i[e][0],i[e][1])}a.prototype.skipToken=function(e){var t,r,n=e.pos,o=this.ruler.getRules(""),i=o.length,a=e.md.options.maxNesting,s=e.cache;if(void 0===s[n]){if(e.level<a)for(r=0;r<i&&(e.level++,t=o[r](e,!0),e.level--,!t);r++);else e.pos=e.posMax;t||e.pos++,s[n]=e.pos}else e.pos=s[n]},a.prototype.tokenize=function(e){for(var t,r,n=this.ruler.getRules(""),o=n.length,i=e.posMax,a=e.md.options.maxNesting;e.pos<i;){if(e.level<a)for(r=0;r<o&&!(t=n[r](e,!1));r++);if(t){if(e.pos>=i)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},a.prototype.parse=function(e,t,r,n){var o,i,a,s=new this.State(e,t,r,n);for(this.tokenize(s),a=(i=this.ruler2.getRules("")).length,o=0;o<a;o++)i[o](s)},a.prototype.State=r(1496),e.exports=a},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,t,r){"use strict";var n=r(2257).assign,o=r(2257).unescapeAll,i=r(2257).escapeHtml,a={};function s(){this.rules=n({},a)}a.code_inline=function(e,t,r,n,o){var a=e[t];return"<code"+o.renderAttrs(a)+">"+i(e[t].content)+"</code>"},a.code_block=function(e,t,r,n,o){var a=e[t];return"<pre"+o.renderAttrs(a)+"><code>"+i(e[t].content)+"</code></pre>\n"},a.fence=function(e,t,r,n,a){var s,u,l,c,p,h=e[t],f=h.info?o(h.info).trim():"",_="",d="";return f&&(_=(l=f.split(/(\s+)/g))[0],d=l.slice(2).join("")),0===(s=r.highlight&&r.highlight(h.content,_,d)||i(h.content)).indexOf("<pre")?s+"\n":f?(u=h.attrIndex("class"),c=h.attrs?h.attrs.slice():[],u<0?c.push(["class",r.langPrefix+_]):(c[u]=c[u].slice(),c[u][1]+=" "+r.langPrefix+_),p={attrs:c},"<pre><code"+a.renderAttrs(p)+">"+s+"</code></pre>\n"):"<pre><code"+a.renderAttrs(h)+">"+s+"</code></pre>\n"},a.image=function(e,t,r,n,o){var i=e[t];return i.attrs[i.attrIndex("alt")][1]=o.renderInlineAsText(i.children,r,n),o.renderToken(e,t,r)},a.hardbreak=function(e,t,r){return r.xhtmlOut?"<br />\n":"<br>\n"},a.softbreak=function(e,t,r){return r.breaks?r.xhtmlOut?"<br />\n":"<br>\n":"\n"},a.text=function(e,t){return i(e[t].content)},a.html_block=function(e,t){return e[t].content},a.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){var t,r,n;if(!e.attrs)return"";for(n="",t=0,r=e.attrs.length;t<r;t++)n+=" "+i(e.attrs[t][0])+'="'+i(e.attrs[t][1])+'"';return n},s.prototype.renderToken=function(e,t,r){var n,o="",i=!1,a=e[t];return a.hidden?"":(a.block&&-1!==a.nesting&&t&&e[t-1].hidden&&(o+="\n"),o+=(-1===a.nesting?"</":"<")+a.tag,o+=this.renderAttrs(a),0===a.nesting&&r.xhtmlOut&&(o+=" /"),a.block&&(i=!0,1===a.nesting&&t+1<e.length&&("inline"===(n=e[t+1]).type||n.hidden||-1===n.nesting&&n.tag===a.tag)&&(i=!1)),o+=i?">\n":">")},s.prototype.renderInline=function(e,t,r){for(var n,o="",i=this.rules,a=0,s=e.length;a<s;a++)void 0!==i[n=e[a].type]?o+=i[n](e,a,t,r,this):o+=this.renderToken(e,a,t);return o},s.prototype.renderInlineAsText=function(e,t,r){for(var n="",o=0,i=e.length;o<i;o++)"text"===e[o].type?n+=e[o].content:"image"===e[o].type?n+=this.renderInlineAsText(e[o].children,t,r):"softbreak"===e[o].type&&(n+="\n");return n},s.prototype.render=function(e,t,r){var n,o,i,a="",s=this.rules;for(n=0,o=e.length;n<o;n++)"inline"===(i=e[n].type)?a+=this.renderInline(e[n].children,t,r):void 0!==s[i]?a+=s[e[n].type](e,n,t,r,this):a+=this.renderToken(e,n,t,r);return a},e.exports=s},8725:function(e){"use strict";function t(){this.__rules__=[],this.__cache__=null}t.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},t.prototype.__compile__=function(){var e=this,t=[""];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(r){r.enabled&&(t&&r.alt.indexOf(t)<0||e.__cache__[t].push(r.fn))}))}))},t.prototype.at=function(e,t,r){var n=this.__find__(e),o=r||{};if(-1===n)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=t,this.__rules__[n].alt=o.alt||[],this.__cache__=null},t.prototype.before=function(e,t,r,n){var o=this.__find__(e),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},t.prototype.after=function(e,t,r,n){var o=this.__find__(e),i=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:r,alt:i.alt||[]}),this.__cache__=null},t.prototype.push=function(e,t,r){var n=r||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:n.alt||[]}),this.__cache__=null},t.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);var r=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!0,r.push(e)}),this),this.__cache__=null,r},t.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,t)},t.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);var r=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!1,r.push(e)}),this),this.__cache__=null,r},t.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},e.exports=t},5531:function(e,t,r){"use strict";var n=r(2257).isSpace;e.exports=function(e,t,r,o){var i,a,s,u,l,c,p,h,f,_,d,m,g,b,D,k,y,F,v,C,w=e.lineMax,A=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(A++))return!1;if(o)return!0;for(u=f=e.sCount[t]+1,32===e.src.charCodeAt(A)?(A++,u++,f++,i=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[t]+f)%4==3?(A++,u++,f++,i=!1):i=!0):k=!1,_=[e.bMarks[t]],e.bMarks[t]=A;A<E&&(a=e.src.charCodeAt(A),n(a));)9===a?f+=4-(f+e.bsCount[t]+(i?1:0))%4:f++,A++;for(d=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(k?1:0),c=A>=E,b=[e.sCount[t]],e.sCount[t]=f-u,D=[e.tShift[t]],e.tShift[t]=A-e.bMarks[t],F=e.md.block.ruler.getRules("blockquote"),g=e.parentType,e.parentType="blockquote",h=t+1;h<r&&(C=e.sCount[h]<e.blkIndent,!((A=e.bMarks[h]+e.tShift[h])>=(E=e.eMarks[h])));h++)if(62!==e.src.charCodeAt(A++)||C){if(c)break;for(y=!1,s=0,l=F.length;s<l;s++)if(F[s](e,h,r,!0)){y=!0;break}if(y){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++,i=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[h]+f)%4==3?(A++,u++,f++,i=!1):i=!0):k=!1,_.push(e.bMarks[h]),e.bMarks[h]=A;A<E&&(a=e.src.charCodeAt(A),n(a));)9===a?f+=4-(f+e.bsCount[h]+(i?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,(v=e.push("blockquote_open","blockquote",1)).markup=">",v.map=p=[t,0],e.md.block.tokenize(e,t,h),(v=e.push("blockquote_close","blockquote",-1)).markup=">",e.lineMax=w,e.parentType=g,p[1]=e.line,s=0;s<D.length;s++)e.bMarks[s+t]=_[s],e.tShift[s+t]=D[s],e.sCount[s+t]=b[s],e.bsCount[s+t]=d[s];return e.blkIndent=m,!0}},2675:function(e){"use strict";e.exports=function(e,t,r){var n,o,i;if(e.sCount[t]-e.blkIndent<4)return!1;for(o=n=t+1;n<r;)if(e.isEmpty(n))n++;else{if(!(e.sCount[n]-e.blkIndent>=4))break;o=++n}return e.line=o,(i=e.push("code_block","code",0)).content=e.getLines(t,o,4+e.blkIndent,!1)+"\n",i.map=[t,e.line],!0}},6865:function(e){"use strict";e.exports=function(e,t,r,n){var o,i,a,s,u,l,c,p=!1,h=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-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,(i=(h=e.skipChars(h,o))-u)<3)return!1;if(c=e.src.slice(u,h),a=e.src.slice(h,f),96===o&&a.indexOf(String.fromCharCode(o))>=0)return!1;if(n)return!0;for(s=t;!(++s>=r||(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<i||(h=e.skipSpaces(h))<f)){p=!0;break}return i=e.sCount[t],e.line=s+(p?1:0),(l=e.push("fence","code",0)).info=a,l.content=e.getLines(t+1,s,i,!0),l.markup=c,l.map=[t,e.line],!0}},1836:function(e,t,r){"use strict";var n=r(2257).isSpace;e.exports=function(e,t,r,o){var i,a,s,u,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(35!==(i=e.src.charCodeAt(l))||l>=c)return!1;for(a=1,i=e.src.charCodeAt(++l);35===i&&l<c&&a<=6;)a++,i=e.src.charCodeAt(++l);return!(a>6||l<c&&!n(i)||(o||(c=e.skipSpacesBack(c,l),(s=e.skipCharsBack(c,35,l))>l&&n(e.src.charCodeAt(s-1))&&(c=s),e.line=t+1,(u=e.push("heading_open","h"+String(a),1)).markup="########".slice(0,a),u.map=[t,e.line],(u=e.push("inline","",0)).content=e.src.slice(l,c).trim(),u.map=[t,e.line],u.children=[],(u=e.push("heading_close","h"+String(a),-1)).markup="########".slice(0,a)),0))}},5526:function(e,t,r){"use strict";var n=r(2257).isSpace;e.exports=function(e,t,r,o){var i,a,s,u,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(42!==(i=e.src.charCodeAt(l++))&&45!==i&&95!==i)return!1;for(a=1;l<c;){if((s=e.src.charCodeAt(l++))!==i&&!n(s))return!1;s===i&&a++}return!(a<3||(o||(e.line=t+1,(u=e.push("hr","hr",0)).map=[t,e.line],u.markup=Array(a+1).join(String.fromCharCode(i))),0))}},7734:function(e,t,r){"use strict";var n=r(2803),o=r(3609).q,i=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/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,t,r,n){var o,a,s,u,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];if(e.sCount[t]-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<i.length&&!i[o][0].test(u);o++);if(o===i.length)return!1;if(n)return i[o][2];if(a=t+1,!i[o][1].test(u))for(;a<r&&!(e.sCount[a]<e.blkIndent);a++)if(l=e.bMarks[a]+e.tShift[a],c=e.eMarks[a],u=e.src.slice(l,c),i[o][1].test(u)){0!==u.length&&a++;break}return e.line=a,(s=e.push("html_block","",0)).map=[t,a],s.content=e.getLines(t,a,e.blkIndent,!0),!0}},2111:function(e){"use strict";e.exports=function(e,t,r){var n,o,i,a,s,u,l,c,p,h,f=t+1,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;for(h=e.parentType,e.parentType="paragraph";f<r&&!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,i=0,a=_.length;i<a;i++)if(_[i](e,f,r,!0)){o=!0;break}if(o)break}}return!!c&&(n=e.getLines(t,f,e.blkIndent,!1).trim(),e.line=f+1,(s=e.push("heading_open","h"+String(c),1)).markup=String.fromCharCode(p),s.map=[t,e.line],(s=e.push("inline","",0)).content=n,s.map=[t,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,t,r){"use strict";var n=r(2257).isSpace;function o(e,t){var r,o,i,a;return o=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],42!==(r=e.src.charCodeAt(o++))&&45!==r&&43!==r||o<i&&(a=e.src.charCodeAt(o),!n(a))?-1:o}function i(e,t){var r,o=e.bMarks[t]+e.tShift[t],i=o,a=e.eMarks[t];if(i+1>=a)return-1;if((r=e.src.charCodeAt(i++))<48||r>57)return-1;for(;;){if(i>=a)return-1;if(!((r=e.src.charCodeAt(i++))>=48&&r<=57)){if(41===r||46===r)break;return-1}if(i-o>=10)return-1}return i<a&&(r=e.src.charCodeAt(i),!n(r))?-1:i}e.exports=function(e,t,r,n){var a,s,u,l,c,p,h,f,_,d,m,g,b,D,k,y,F,v,C,w,A,E,x,B,q,S,z,L,I=!1,T=!0;if(e.sCount[t]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]<e.blkIndent)return!1;if(n&&"paragraph"===e.parentType&&e.sCount[t]>=e.blkIndent&&(I=!0),(x=i(e,t))>=0){if(h=!0,q=e.bMarks[t]+e.tShift[t],b=Number(e.src.slice(q,x-1)),I&&1!==b)return!1}else{if(!((x=o(e,t))>=0))return!1;h=!1}if(I&&e.skipSpaces(x)>=e.eMarks[t])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=[t,0],L.markup=String.fromCharCode(g),k=t,B=!1,z=e.md.block.ruler.getRules("list"),v=e.parentType,e.parentType="list";k<r;){for(E=x,D=e.eMarks[k],p=y=e.sCount[k]+x-(e.bMarks[t]+e.tShift[t]);E<D;){if(9===(a=e.src.charCodeAt(E)))y+=4-(y+e.bsCount[k])%4;else{if(32!==a)break;y++}E++}if((c=(s=E)>=D?1:y-p)>4&&(c=1),l=p+c,(L=e.push("list_item_open","li",1)).markup=String.fromCharCode(g),L.map=f=[t,0],h&&(L.info=e.src.slice(q,x-1)),A=e.tight,w=e.tShift[t],C=e.sCount[t],F=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[t]=s-e.bMarks[t],e.sCount[t]=y,s>=D&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,r):e.md.block.tokenize(e,t,r,!0),e.tight&&!B||(T=!1),B=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=F,e.tShift[t]=w,e.sCount[t]=C,e.tight=A,(L=e.push("list_item_close","li",-1)).markup=String.fromCharCode(g),k=t=e.line,f[1]=k,s=e.bMarks[t],k>=r)break;if(e.sCount[k]<e.blkIndent)break;if(e.sCount[t]-e.blkIndent>=4)break;for(S=!1,u=0,_=z.length;u<_;u++)if(z[u](e,k,r,!0)){S=!0;break}if(S)break;if(h){if((x=i(e,k))<0)break;q=e.bMarks[k]+e.tShift[k]}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=v,T&&function(e,t){var r,n,o=e.level+2;for(r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===o&&"paragraph_open"===e.tokens[r].type&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}(e,m),!0}},2235:function(e,t,r){"use strict";var n=r(2257).trim;e.exports=function(e,t){var r,o,i,a,s,u,l=t+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,i=0,a=c.length;i<a;i++)if(c[i](e,l,p,!0)){o=!0;break}if(o)break}return r=n(e.getLines(t,l,e.blkIndent,!1)),e.line=l,(s=e.push("paragraph_open","p",1)).map=[t,e.line],(s=e.push("inline","",0)).content=r,s.map=[t,e.line],s.children=[],s=e.push("paragraph_close","p",-1),e.parentType=u,!0}},8045:function(e,t,r){"use strict";var n=r(2257).normalizeReference,o=r(2257).isSpace;e.exports=function(e,t,r,i){var a,s,u,l,c,p,h,f,_,d,m,g,b,D,k,y,F=0,v=e.bMarks[t]+e.tShift[t],C=e.eMarks[t],w=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(v))return!1;for(;++v<C;)if(93===e.src.charCodeAt(v)&&92!==e.src.charCodeAt(v-1)){if(v+1===C)return!1;if(58!==e.src.charCodeAt(v+1))return!1;break}for(l=e.lineMax,k=e.md.block.ruler.getRules("reference"),d=e.parentType,e.parentType="reference";w<l&&!e.isEmpty(w);w++)if(!(e.sCount[w]-e.blkIndent>3||e.sCount[w]<0)){for(D=!1,p=0,h=k.length;p<h;p++)if(k[p](e,w,l,!0)){D=!0;break}if(D)break}for(C=(b=e.getLines(t,w,e.blkIndent,!1).trim()).length,v=1;v<C;v++){if(91===(a=b.charCodeAt(v)))return!1;if(93===a){_=v;break}(10===a||92===a&&++v<C&&10===b.charCodeAt(v))&&F++}if(_<0||58!==b.charCodeAt(_+1))return!1;for(v=_+2;v<C;v++)if(10===(a=b.charCodeAt(v)))F++;else if(!o(a))break;if(!(m=e.md.helpers.parseLinkDestination(b,v,C)).ok)return!1;if(c=e.md.normalizeLink(m.str),!e.md.validateLink(c))return!1;for(s=v=m.pos,u=F+=m.lines,g=v;v<C;v++)if(10===(a=b.charCodeAt(v)))F++;else if(!o(a))break;for(m=e.md.helpers.parseLinkTitle(b,v,C),v<C&&g!==v&&m.ok?(y=m.str,v=m.pos,F+=m.lines):(y="",v=s,F=u);v<C&&(a=b.charCodeAt(v),o(a));)v++;if(v<C&&10!==b.charCodeAt(v)&&y)for(y="",v=s,F=u;v<C&&(a=b.charCodeAt(v),o(a));)v++;return!(v<C&&10!==b.charCodeAt(v)||!(f=n(b.slice(1,_)))||(i||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[f]&&(e.env.references[f]={title:y,href:c}),e.parentType=d,e.line=t+F+1),0))}},7349:function(e,t,r){"use strict";var n=r(9159),o=r(2257).isSpace;function i(e,t,r,n){var i,a,s,u,l,c,p,h;for(this.src=e,this.md=t,this.env=r,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=(a=this.src).length;u<l;u++){if(i=a.charCodeAt(u),!h){if(o(i)){c++,9===i?p+=4-p%4:p++;continue}h=!0}10!==i&&u!==l-1||(10!==i&&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(a.length),this.eMarks.push(a.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}i.prototype.push=function(e,t,r){var o=new n(e,t,r);return o.block=!0,r<0&&this.level--,o.level=this.level,r>0&&this.level++,this.tokens.push(o),o},i.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},i.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},i.prototype.skipSpaces=function(e){for(var t,r=this.src.length;e<r&&(t=this.src.charCodeAt(e),o(t));e++);return e},i.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!o(this.src.charCodeAt(--e)))return e+1;return e},i.prototype.skipChars=function(e,t){for(var r=this.src.length;e<r&&this.src.charCodeAt(e)===t;e++);return e},i.prototype.skipCharsBack=function(e,t,r){if(e<=r)return e;for(;e>r;)if(t!==this.src.charCodeAt(--e))return e+1;return e},i.prototype.getLines=function(e,t,r,n){var i,a,s,u,l,c,p,h=e;if(e>=t)return"";for(c=new Array(t-e),i=0;h<t;h++,i++){for(a=0,p=u=this.bMarks[h],l=h+1<t||n?this.eMarks[h]+1:this.eMarks[h];u<l&&a<r;){if(s=this.src.charCodeAt(u),o(s))9===s?a+=4-(a+this.bsCount[h])%4:a++;else{if(!(u-p<this.tShift[h]))break;a++}u++}c[i]=a>r?new Array(a-r+1).join(" ")+this.src.slice(u,l):this.src.slice(u,l)}return c.join("")},i.prototype.Token=n,e.exports=i},7636:function(e,t,r){"use strict";var n=r(2257).isSpace;function o(e,t){var r=e.bMarks[t]+e.tShift[t],n=e.eMarks[t];return e.src.substr(r,n-r)}function i(e){var t,r=[],n=0,o=e.length,i=!1,a=0,s="";for(t=e.charCodeAt(n);n<o;)124===t&&(i?(s+=e.substring(a,n-1),a=n):(r.push(s+e.substring(a,n)),s="",a=n+1)),i=92===t,n++,t=e.charCodeAt(n);return r.push(s+e.substring(a)),r}e.exports=function(e,t,r,a){var s,u,l,c,p,h,f,_,d,m,g,b,D,k,y,F,v,C;if(t+2>r)return!1;if(h=t+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!==(v=e.src.charCodeAt(l++))&&45!==v&&58!==v)return!1;if(l>=e.eMarks[h])return!1;if(124!==(C=e.src.charCodeAt(l++))&&45!==C&&58!==C&&!n(C))return!1;if(45===v&&n(C))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,t+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,t).trim()).indexOf("|"))return!1;if(e.sCount[t]-e.blkIndent>=4)return!1;if((f=i(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),0===(_=f.length)||_!==m.length)return!1;if(a)return!0;for(k=e.parentType,e.parentType="table",F=e.md.block.ruler.getRules("blockquote"),(d=e.push("table_open","table",1)).map=b=[t,0],(d=e.push("thead_open","thead",1)).map=[t,t+1],(d=e.push("tr_open","tr",1)).map=[t,t+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=t+2;h<r&&!(e.sCount[h]<e.blkIndent);h++){for(y=!1,c=0,p=F.length;c<p;c++)if(F[c](e,h,r,!0)){y=!0;break}if(y)break;if(!(u=o(e,h).trim()))break;if(e.sCount[h]-e.blkIndent>=4)break;for((f=i(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),h===t+2&&((d=e.push("tbody_open","tbody",1)).map=D=[t+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 t;e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},4681:function(e){"use strict";e.exports=function(e){var t,r,n,o=e.tokens;for(r=0,n=o.length;r<n;r++)"inline"===(t=o[r]).type&&e.md.inline.parse(t.content,e.md,e.env,t.children)}},8323:function(e,t,r){"use strict";var n=r(2257).arrayReplaceAt;function o(e){return/^<\/a\s*>/i.test(e)}e.exports=function(e){var t,r,i,a,s,u,l,c,p,h,f,_,d,m,g,b,D,k,y=e.tokens;if(e.md.options.linkify)for(r=0,i=y.length;r<i;r++)if("inline"===y[r].type&&e.md.linkify.pretest(y[r].content))for(d=0,t=(a=y[r].children).length-1;t>=0;t--)if("link_close"!==(u=a[t]).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)),y[r].children=a=n(a,t,l)}}else for(t--;a[t].level!==u.level&&"link_open"!==a[t].type;)t--}},8138:function(e){"use strict";var t=/\r\n?|\n/g,r=/\0/g;e.exports=function(e){var n;n=(n=e.src.replace(t,"\n")).replace(r,"๏ฟฝ"),e.src=n}},3252:function(e){"use strict";var t=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,r=/\((c|tm|r|p)\)/i,n=/\((c|tm|r|p)\)/gi,o={c:"ยฉ",r:"ยฎ",p:"ยง",tm:"โข"};function i(e,t){return o[t.toLowerCase()]}function a(e){var t,r,o=0;for(t=e.length-1;t>=0;t--)"text"!==(r=e[t]).type||o||(r.content=r.content.replace(n,i)),"link_open"===r.type&&"auto"===r.info&&o--,"link_close"===r.type&&"auto"===r.info&&o++}function s(e){var r,n,o=0;for(r=e.length-1;r>=0;r--)"text"!==(n=e[r]).type||o||t.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&&(r.test(e.tokens[n].content)&&a(e.tokens[n].children),t.test(e.tokens[n].content)&&s(e.tokens[n].children))}},9369:function(e,t,r){"use strict";var n=r(2257).isWhiteSpace,o=r(2257).isPunctChar,i=r(2257).isMdAsciiPunct,a=/['"]/,s=/['"]/g;function u(e,t,r){return e.substr(0,t)+r+e.substr(t+1)}function l(e,t){var r,a,l,c,p,h,f,_,d,m,g,b,D,k,y,F,v,C,w,A,E;for(w=[],r=0;r<e.length;r++){for(a=e[r],f=e[r].level,v=w.length-1;v>=0&&!(w[v].level<=f);v--);if(w.length=v+1,"text"===a.type){p=0,h=(l=a.content).length;e:for(;p<h&&(s.lastIndex=p,c=s.exec(l));){if(y=F=!0,p=c.index+1,C="'"===c[0],d=32,c.index-1>=0)d=l.charCodeAt(c.index-1);else for(v=r-1;v>=0&&"softbreak"!==e[v].type&&"hardbreak"!==e[v].type;v--)if(e[v].content){d=e[v].content.charCodeAt(e[v].content.length-1);break}if(m=32,p<h)m=l.charCodeAt(p);else for(v=r+1;v<e.length&&"softbreak"!==e[v].type&&"hardbreak"!==e[v].type;v++)if(e[v].content){m=e[v].content.charCodeAt(0);break}if(g=i(d)||o(String.fromCharCode(d)),b=i(m)||o(String.fromCharCode(m)),D=n(d),(k=n(m))?y=!1:b&&(D||g||(y=!1)),D?F=!1:g&&(k||b||(F=!1)),34===m&&'"'===c[0]&&d>=48&&d<=57&&(F=y=!1),y&&F&&(y=g,F=b),y||F){if(F)for(v=w.length-1;v>=0&&(_=w[v],!(w[v].level<f));v--)if(_.single===C&&w[v].level===f){_=w[v],C?(A=t.md.options.quotes[2],E=t.md.options.quotes[3]):(A=t.md.options.quotes[0],E=t.md.options.quotes[1]),a.content=u(a.content,c.index,E),e[_.token].content=u(e[_.token].content,_.pos,A),p+=E.length-1,_.token===r&&(p+=A.length-1),h=(l=a.content).length,w.length=v;continue e}y?w.push({token:r,pos:c.index,single:C,level:f}):F&&C&&(a.content=u(a.content,c.index,"โ"))}else C&&(a.content=u(a.content,c.index,"โ"))}}}}e.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&a.test(e.tokens[t].content)&&l(e.tokens[t].children,e)}},3035:function(e,t,r){"use strict";var n=r(9159);function o(e,t,r){this.src=e,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=t}o.prototype.Token=n,e.exports=o},9208:function(e){"use strict";var t=/^([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])?)*)$/,r=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;e.exports=function(e,n){var o,i,a,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),r.test(o)?(i=e.md.normalizeLink(o),!!e.md.validateLink(i)&&(n||((a=e.push("link_open","a",1)).attrs=[["href",i]],a.markup="autolink",a.info="auto",(a=e.push("text","",0)).content=e.md.normalizeLinkText(o),(a=e.push("link_close","a",-1)).markup="autolink",a.info="auto"),e.pos+=o.length+2,!0)):!!t.test(o)&&(i=e.md.normalizeLink("mailto:"+o),!!e.md.validateLink(i)&&(n||((a=e.push("link_open","a",1)).attrs=[["href",i]],a.markup="autolink",a.info="auto",(a=e.push("text","",0)).content=e.md.normalizeLinkText(o),(a=e.push("link_close","a",-1)).markup="autolink",a.info="auto"),e.pos+=o.length+2,!0))}},3915:function(e){"use strict";e.exports=function(e,t){var r,n,o,i,a,s,u,l,c=e.pos;if(96!==e.src.charCodeAt(c))return!1;for(r=c,c++,n=e.posMax;c<n&&96===e.src.charCodeAt(c);)c++;if(u=(o=e.src.slice(r,c)).length,e.backticksScanned&&(e.backticks[u]||0)<=r)return t||(e.pending+=o),e.pos+=u,!0;for(a=s=c;-1!==(a=e.src.indexOf("`",s));){for(s=a+1;s<n&&96===e.src.charCodeAt(s);)s++;if((l=s-a)===u)return t||((i=e.push("code_inline","code",0)).markup=o,i.content=e.src.slice(c,a).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=s,!0;e.backticks[l]=a}return e.backticksScanned=!0,t||(e.pending+=o),e.pos+=u,!0}},9133:function(e){"use strict";function t(e,t){var r,n,o,i,a,s,u,l,c={},p=t.length;if(p){var h=0,f=-2,_=[];for(r=0;r<p;r++)if(o=t[r],_.push(0),t[h].marker===o.marker&&f===o.token-1||(h=r),f=o.token,o.length=o.length||0,o.close){for(c.hasOwnProperty(o.marker)||(c[o.marker]=[-1,-1,-1,-1,-1,-1]),a=c[o.marker][(o.open?3:0)+o.length%3],s=n=h-_[h]-1;n>a;n-=_[n]+1)if((i=t[n]).marker===o.marker&&i.open&&i.end<0&&(u=!1,(i.close||o.open)&&(i.length+o.length)%3==0&&(i.length%3==0&&o.length%3==0||(u=!0)),!u)){l=n>0&&!t[n-1].open?_[n-1]+1:0,_[r]=r-n+l,_[n]=l,o.open=!1,i.end=r,i.close=!1,s=-1,f=-2;break}-1!==s&&(c[o.marker][(o.open?3:0)+(o.length||0)%3]=s)}}}e.exports=function(e){var r,n=e.tokens_meta,o=e.tokens_meta.length;for(t(0,e.delimiters),r=0;r<o;r++)n[r]&&n[r].delimiters&&t(0,n[r].delimiters)}},6989:function(e){"use strict";function t(e,t){var r,n,o,i,a,s;for(r=t.length-1;r>=0;r--)95!==(n=t[r]).marker&&42!==n.marker||-1!==n.end&&(o=t[n.end],s=r>0&&t[r-1].end===n.end+1&&t[r-1].marker===n.marker&&t[r-1].token===n.token-1&&t[n.end+1].token===o.token+1,a=String.fromCharCode(n.marker),(i=e.tokens[n.token]).type=s?"strong_open":"em_open",i.tag=s?"strong":"em",i.nesting=1,i.markup=s?a+a:a,i.content="",(i=e.tokens[o.token]).type=s?"strong_close":"em_close",i.tag=s?"strong":"em",i.nesting=-1,i.markup=s?a+a:a,i.content="",s&&(e.tokens[t[r-1].token].content="",e.tokens[t[n.end+1].token].content="",r--))}e.exports.w=function(e,t){var r,n,o=e.pos,i=e.src.charCodeAt(o);if(t)return!1;if(95!==i&&42!==i)return!1;for(n=e.scanDelims(e.pos,42===i),r=0;r<n.length;r++)e.push("text","",0).content=String.fromCharCode(i),e.delimiters.push({marker:i,length:n.length,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 r,n=e.tokens_meta,o=e.tokens_meta.length;for(t(e,e.delimiters),r=0;r<o;r++)n[r]&&n[r].delimiters&&t(e,n[r].delimiters)}},4645:function(e,t,r){"use strict";var n=r(9953),o=r(2257).has,i=r(2257).isValidEntityCode,a=r(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,t){var r,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 t||(r="x"===l[1][0].toLowerCase()?parseInt(l[1].slice(1),16):parseInt(l[1],10),e.pending+=i(r)?a(r):a(65533)),e.pos+=l[0].length,!0}else if((l=e.src.slice(c).match(u))&&o(n,l[1]))return t||(e.pending+=n[l[1]]),e.pos+=l[0].length,!0;return t||(e.pending+="&"),e.pos++,!0}},4130:function(e,t,r){"use strict";for(var n=r(2257).isSpace,o=[],i=0;i<256;i++)o.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){o[e.charCodeAt(0)]=1})),e.exports=function(e,t){var r,i=e.pos,a=e.posMax;if(92!==e.src.charCodeAt(i))return!1;if(++i<a){if((r=e.src.charCodeAt(i))<256&&0!==o[r])return t||(e.pending+=e.src[i]),e.pos+=2,!0;if(10===r){for(t||e.push("hardbreak","br",0),i++;i<a&&(r=e.src.charCodeAt(i),n(r));)i++;return e.pos=i,!0}}return t||(e.pending+="\\"),e.pos++,!0}},5342:function(e,t,r){"use strict";var n=r(3609).n;e.exports=function(e,t){var r,o,i,a=e.pos;return!(!e.md.options.html||(i=e.posMax,60!==e.src.charCodeAt(a)||a+2>=i||33!==(r=e.src.charCodeAt(a+1))&&63!==r&&47!==r&&!function(e){var t=32|e;return t>=97&&t<=122}(r)||!(o=e.src.slice(a).match(n))||(t||(e.push("html_inline","",0).content=e.src.slice(a,a+o[0].length)),e.pos+=o[0].length,0)))}},960:function(e,t,r){"use strict";var n=r(2257).normalizeReference,o=r(2257).isSpace;e.exports=function(e,t){var r,i,a,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&&(i=e.src.charCodeAt(c),o(i)||10===i);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&&(i=e.src.charCodeAt(c),o(i)||10===i);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&&(i=e.src.charCodeAt(c),o(i)||10===i);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 t||(a=e.src.slice(l,u),e.md.inline.parse(a,e.md,e.env,d=[]),(_=e.push("image","img",0)).attrs=r=[["src",g],["alt",""]],_.children=d,_.content=a,f&&r.push(["title",f])),e.pos=c,e.posMax=D,!0}},7497:function(e,t,r){"use strict";var n=r(2257).normalizeReference,o=r(2257).isSpace;e.exports=function(e,t){var r,i,a,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&&(i=e.src.charCodeAt(l),o(i)||10===i);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&&(i=e.src.charCodeAt(l),o(i)||10===i);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&&(i=e.src.charCodeAt(l),o(i)||10===i);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?a=e.src.slice(m,l++):l=s+1):l=s+1,a||(a=e.src.slice(u,s)),!(p=e.env.references[n(a)]))return e.pos=_,!1;h=p.href,f=p.title}return t||(e.pos=u,e.posMax=s,e.push("link_open","a",1).attrs=r=[["href",h]],f&&r.push(["title",f]),e.md.inline.tokenize(e),e.push("link_close","a",-1)),e.pos=l,e.posMax=d,!0}},6132:function(e,t,r){"use strict";var n=r(2257).isSpace;e.exports=function(e,t){var r,o,i,a=e.pos;if(10!==e.src.charCodeAt(a))return!1;if(r=e.pending.length-1,o=e.posMax,!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){for(i=r-1;i>=1&&32===e.pending.charCodeAt(i-1);)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(a++;a<o&&n(e.src.charCodeAt(a));)a++;return e.pos=a,!0}},1496:function(e,t,r){"use strict";var n=r(9159),o=r(2257).isWhiteSpace,i=r(2257).isPunctChar,a=r(2257).isMdAsciiPunct;function s(e,t,r,n){this.src=e,this.env=r,this.md=t,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,t,r){this.pending&&this.pushPending();var o=new n(e,t,r),i=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),o.level=this.level,r>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(i),o},s.prototype.scanDelims=function(e,t){var r,n,s,u,l,c,p,h,f=e,_=!0,d=!0,m=this.posMax,g=this.src.charCodeAt(e);for(r=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=a(r)||i(String.fromCharCode(r)),h=a(n)||i(String.fromCharCode(n)),c=o(r),o(n)&&(_=!1),c&&(d=!1),t?(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 t(e,t){var r,n,o,i,a,s=[],u=t.length;for(r=0;r<u;r++)126===(o=t[r]).marker&&-1!==o.end&&(i=t[o.end],(a=e.tokens[o.token]).type="s_open",a.tag="s",a.nesting=1,a.markup="~~",a.content="",(a=e.tokens[i.token]).type="s_close",a.tag="s",a.nesting=-1,a.markup="~~",a.content="","text"===e.tokens[i.token-1].type&&"~"===e.tokens[i.token-1].content&&s.push(i.token-1));for(;s.length;){for(n=(r=s.pop())+1;n<e.tokens.length&&"s_close"===e.tokens[n].type;)n++;r!==--n&&(a=e.tokens[n],e.tokens[n]=e.tokens[r],e.tokens[r]=a)}}e.exports.w=function(e,t){var r,n,o,i,a=e.pos,s=e.src.charCodeAt(a);if(t)return!1;if(126!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,i=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=i,o--),r=0;r<o;r+=2)e.push("text","",0).content=i+i,e.delimiters.push({marker:s,length:0,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 r,n=e.tokens_meta,o=e.tokens_meta.length;for(t(e,e.delimiters),r=0;r<o;r++)n[r]&&n[r].delimiters&&t(e,n[r].delimiters)}},3363:function(e){"use strict";function t(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,r){for(var n=e.pos;n<e.posMax&&!t(e.src.charCodeAt(n));)n++;return n!==e.pos&&(r||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}},1787:function(e){"use strict";e.exports=function(e){var t,r,n=0,o=e.tokens,i=e.tokens.length;for(t=r=0;t<i;t++)o[t].nesting<0&&n--,o[t].level=n,o[t].nesting>0&&n++,"text"===o[t].type&&t+1<i&&"text"===o[t+1].type?o[t+1].content=o[t].content+o[t+1].content:(t!==r&&(o[r]=o[t]),r++);t!==r&&(o.length=r)}},9159:function(e){"use strict";function t(e,t,r){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}t.prototype.attrIndex=function(e){var t,r,n;if(!this.attrs)return-1;for(r=0,n=(t=this.attrs).length;r<n;r++)if(t[r][0]===e)return r;return-1},t.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},t.prototype.attrSet=function(e,t){var r=this.attrIndex(e),n=[e,t];r<0?this.attrPush(n):this.attrs[r]=n},t.prototype.attrGet=function(e){var t=this.attrIndex(e),r=null;return t>=0&&(r=this.attrs[t][1]),r},t.prototype.attrJoin=function(e,t){var r=this.attrIndex(e);r<0?this.attrPush([e,t]):this.attrs[r][1]=this.attrs[r][1]+" "+t},e.exports=t},819:function(e){"use strict";var t={};function r(e,n){var o;return"string"!=typeof n&&(n=r.defaultChars),o=function(e){var r,n,o=t[e];if(o)return o;for(o=t[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),o.push(n);for(r=0;r<e.length;r++)o[n=e.charCodeAt(r)]="%"+("0"+n.toString(16).toUpperCase()).slice(-2);return o}(n),e.replace(/(%[a-f0-9]{2})+/gi,(function(e){var t,r,n,i,a,s,u,l="";for(t=0,r=e.length;t<r;t+=3)(n=parseInt(e.slice(t+1,t+3),16))<128?l+=o[n]:192==(224&n)&&t+3<r&&128==(192&(i=parseInt(e.slice(t+4,t+6),16)))?(l+=(u=n<<6&1984|63&i)<128?"๏ฟฝ๏ฟฝ":String.fromCharCode(u),t+=3):224==(240&n)&&t+6<r&&(i=parseInt(e.slice(t+4,t+6),16),a=parseInt(e.slice(t+7,t+9),16),128==(192&i)&&128==(192&a))?(l+=(u=n<<12&61440|i<<6&4032|63&a)<2048||u>=55296&&u<=57343?"๏ฟฝ๏ฟฝ๏ฟฝ":String.fromCharCode(u),t+=6):240==(248&n)&&t+9<r&&(i=parseInt(e.slice(t+4,t+6),16),a=parseInt(e.slice(t+7,t+9),16),s=parseInt(e.slice(t+10,t+12),16),128==(192&i)&&128==(192&a)&&128==(192&s))?((u=n<<18&1835008|i<<12&258048|a<<6&4032|63&s)<65536||u>1114111?l+="๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ":(u-=65536,l+=String.fromCharCode(55296+(u>>10),56320+(1023&u))),t+=9):l+="๏ฟฝ";return l}))}r.defaultChars=";/?:@&=+$,#",r.componentChars="",e.exports=r},4651:function(e){"use strict";var t={};function r(e,n,o){var i,a,s,u,l,c="";for("string"!=typeof n&&(o=n,n=r.defaultChars),void 0===o&&(o=!0),l=function(e){var r,n,o=t[e];if(o)return o;for(o=t[e]=[],r=0;r<128;r++)n=String.fromCharCode(r),/^[0-9a-z]$/i.test(n)?o.push(n):o.push("%"+("0"+r.toString(16).toUpperCase()).slice(-2));for(r=0;r<e.length;r++)o[e.charCodeAt(r)]=e[r];return o}(n),i=0,a=e.length;i<a;i++)if(s=e.charCodeAt(i),o&&37===s&&i+2<a&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3)))c+=e.slice(i,i+3),i+=2;else if(s<128)c+=l[s];else if(s>=55296&&s<=57343){if(s>=55296&&s<=56319&&i+1<a&&(u=e.charCodeAt(i+1))>=56320&&u<=57343){c+=encodeURIComponent(e[i]+e[i+1]),i++;continue}c+="%EF%BF%BD"}else c+=encodeURIComponent(e[i]);return c}r.defaultChars=";/?:@&=+$,-_.!~*'()#",r.componentChars="-_.!~*'()",e.exports=r},814:function(e){"use strict";e.exports=function(e){var t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",(t+=e.search||"")+(e.hash||"")}},9762:function(e,t,r){"use strict";e.exports.encode=r(4651),e.exports.decode=r(819),e.exports.format=r(814),e.exports.parse=r(7670)},7670:function(e){"use strict";function t(){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 r=/^([a-z0-9.+-]+:)/i,n=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,i=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),a=["'"].concat(i),s=["%","/","?",";","#"].concat(a),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};t.prototype.parse=function(e,t){var n,i,a,f,_,d=e;if(d=d.trim(),!t&&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=r.exec(d);if(g&&(a=(g=g[0]).toLowerCase(),this.protocol=g,d=d.substr(g.length)),(t||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 y=d.slice(0,k);d=d.slice(k),this.parseHost(y),this.hostname=this.hostname||"";var F="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!F){var v=this.hostname.split(/\./);for(n=0,i=v.length;n<i;n++){var C=v[n];if(C&&!C.match(l)){for(var w="",A=0,E=C.length;A<E;A++)C.charCodeAt(A)>127?w+="x":w+=C[A];if(!w.match(l)){var x=v.slice(0,n),B=v.slice(n+1),q=C.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=""),F&&(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[a]&&this.hostname&&!this.pathname&&(this.pathname=""),this},t.prototype.parseHost=function(e){var t=n.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},e.exports=function(e,r){if(e&&e instanceof t)return e;var n=new t;return n.parse(e,r),n}},8770:function(e,t,r){"use strict";r.r(t),r.d(t,{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,i=/^xn--/,a=/[^\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,t){const r=e.split("@");let n="";r.length>1&&(n=r[0]+"@",e=r[1]);const o=function(e,t){const r=[];let n=e.length;for(;n--;)r[n]=t(e[n]);return r}((e=e.replace(s,".")).split("."),t).join(".");return n+o}function f(e){const t=[];let r=0;const n=e.length;for(;r<n;){const o=e.charCodeAt(r++);if(o>=55296&&o<=56319&&r<n){const n=e.charCodeAt(r++);56320==(64512&n)?t.push(((1023&o)<<10)+(1023&n)+65536):(t.push(o),r--)}else t.push(o)}return t}const _=e=>String.fromCodePoint(...e),d=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},m=function(e,t,r){let n=0;for(e=r?l(e/700):e>>1,e+=l(e/t);e>455;n+=o)e=l(e/35);return l(n+36*e/(e+38))},g=function(e){const t=[],r=e.length;let i=0,a=128,s=72,u=e.lastIndexOf("-");u<0&&(u=0);for(let r=0;r<u;++r)e.charCodeAt(r)>=128&&p("not-basic"),t.push(e.charCodeAt(r));for(let h=u>0?u+1:0;h<r;){let u=i;for(let t=1,a=o;;a+=o){h>=r&&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-i)/t))&&p("overflow"),i+=u*t;const f=a<=s?1:a>=s+26?26:a-s;if(u<f)break;const _=o-f;t>l(n/_)&&p("overflow"),t*=_}const f=t.length+1;s=m(i-u,f,0==u),l(i/f)>n-a&&p("overflow"),a+=l(i/f),i%=f,t.splice(i++,0,a)}var c;return String.fromCodePoint(...t)},b=function(e){const t=[];let r=(e=f(e)).length,i=128,a=0,s=72;for(const r of e)r<128&&t.push(c(r));let u=t.length,h=u;for(u&&t.push("-");h<r;){let r=n;for(const t of e)t>=i&&t<r&&(r=t);const f=h+1;r-i>l((n-a)/f)&&p("overflow"),a+=(r-i)*f,i=r;for(const r of e)if(r<i&&++a>n&&p("overflow"),r==i){let e=a;for(let r=o;;r+=o){const n=r<=s?1:r>=s+26?26:r-s;if(e<n)break;const i=e-n,a=o-n;t.push(c(d(n+i%a,0))),e=l(i/a)}t.push(c(d(e,0))),s=m(a,f,h==u),a=0,++h}++a,++i}return t.join("")},D=function(e){return h(e,(function(e){return i.test(e)?g(e.slice(4).toLowerCase()):e}))},k=function(e){return h(e,(function(e){return a.test(e)?"xn--"+b(e):e}))},y={version:"2.1.0",ucs2:{decode:f,encode:_},decode:g,encode:b,toASCII:k,toUnicode:D};t.default=y},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,t,r){"use strict";t.Any=r(8287),t.Cc=r(699),t.Cf=r(5515),t.P=r(6924),t.Z=r(9338)},8287:function(e){e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},6463:function(t){"use strict";t.exports=e},7958:function(e){"use strict";e.exports=t},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 t=n[e];if(void 0!==t)return t.exports;var i=n[e]={exports:{}};return r[e](i,i.exports,o),i.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return function(){"use strict";o.r(i),o.d(i,{HighlightCodeLinesOptions:function(){return t.HighlightCodeLinesOptions},HighlightCodeLinesPlugin:function(){return fe},MarkdownIt:function(){return n()},MultilineBlockquoteOptions:function(){return e.MultilineBlockquoteOptions},MultilineBlockquotePlugin:function(){return J},MultilineBlockquoteRule:function(){return G},markdownItFactory:function(){return ye}});var e={};o.r(e),o.d(e,{a:function(){return J}});var t={};o.r(t),o.d(t,{z:function(){return fe},C:function(){return he}});var r=o(3778),n=o.n(r),a=o(6463),s=o.n(a),u=o(7249),l=o.n(u),c=o(4878),p=o.n(c),h=o(8350),f=o.n(h),_=o(3582),d=o.n(_),m=o(843),g=o.n(m),b=o(3853),D=o.n(b),k=o(5867),y=o.n(k),F=o(1857),v=o.n(F),C={false:"push",true:"unshift"},w=Object.prototype.hasOwnProperty,A=function(e,t,r,n){var o=e,i=n;if(r&&w.call(t,o))throw Error("User defined id attribute '"+e+"' is NOT unique. Please fix it in your markdown to continue.");for(;w.call(t,o);)o=e+"-"+i++;return t[o]=!0,o},E=function e(t,r){r=Object.assign({},e.defaults,r),t.core.ruler.push("anchor",(function(e){var t,n={},o=e.tokens,i=Array.isArray(r.level)?(t=r.level,function(e){return t.includes(e)}):function(e){return function(t){return t>=e}}(r.level);o.filter((function(e){return"heading_open"===e.type})).filter((function(e){return i(Number(e.tag.substr(1)))})).forEach((function(t){var i=o[o.indexOf(t)+1].children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,t){return e+t.content}),""),a=t.attrGet("id");a=null==a?A(r.slugify(i),n,!1,r.uniqueSlugStartIndex):A(a,n,!0,r.uniqueSlugStartIndex),t.attrSet("id",a),r.permalink&&r.renderPermalink(a,r,e,o.indexOf(t)),r.callback&&r.callback(t,{slug:a,title:i})}))}))};E.defaults={level:1,slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g,"-"))},uniqueSlugStartIndex:1,permalink:!1,renderPermalink:function(e,t,r,n){var o,i=[Object.assign(new r.Token("link_open","a",1),{attrs:[].concat(t.permalinkClass?[["class",t.permalinkClass]]:[],[["href",t.permalinkHref(e,r)]],Object.entries(t.permalinkAttrs(e,r)))}),Object.assign(new r.Token("html_block","",0),{content:t.permalinkSymbol}),new r.Token("link_close","a",-1)];t.permalinkSpace&&i[C[!t.permalinkBefore]](Object.assign(new r.Token("text","",0),{content:" "})),(o=r.tokens[n+1].children)[C[t.permalinkBefore]].apply(o,i)},permalinkClass:"header-anchor",permalinkSpace:!0,permalinkSymbol:"ยถ",permalinkBefore:!1,permalinkHref:function(e){return"#"+e},permalinkAttrs:function(e){return{}}};var x=E,B=o(2310),q=o.n(B),S=o(1156),z=o.n(S),L=o(7958),I=o.n(L),T=o(4085),M=o.n(T);function j(e,t){var r=e.posMax,n=!0,o=!0,i=t>0?e.src.charCodeAt(t-1):-1,a=t+1<=r?e.src.charCodeAt(t+1):-1;return(32===i||9===i||a>=48&&a<=57)&&(o=!1),32!==a&&9!==a||(n=!1),{canOpen:n,canClose:o}}var O=function(e){var t=e.src,r=/\$(.*?)\$/g;return e.src=t.replace(/(\|.*\|)\n(\|\s*?-+:?\s*?)+\|\n(\|.*\|\n?)*?((\|.*?\$+.*\n?)+)/g,(function(e,t,n,o,i){return e.replace(i,i.replace(r,(function(e,t){return"$".concat(t.replace(/\\*?\|/g,"\\|"),"$$")})))})),!0},R=function(e,t){var r,n,o,i;if("$"!==e.src[e.pos])return!1;if(!j(e,e.pos).canOpen)return t||(e.pending+="$"),e.pos+=1,!0;for(n=r=e.pos+1;-1!==(n=e.src.indexOf("$",n));){for(i=n-1;"\\"===e.src[i];)i-=1;if((n-i)%2==1)break;n+=1}return-1===n?(t||(e.pending+="$"),e.pos=r,!0):n-r==0?(t||(e.pending+="$$"),e.pos=r+1,!0):j(e,n).canClose?(t||((o=e.push("math_inline","math",0)).markup="$",o.content=e.src.slice(r,n)),e.pos=n+1,!0):(t||(e.pending+="$"),e.pos=r,!0)},P=function(e,t,r,n){var o,i,a,s,u=!1,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];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),i=t;!(u||++i>=r||(l=e.bMarks[i]+e.tShift[i])<(c=e.eMarks[i])&&e.tShift[i]<e.blkIndent);)"$$"===e.src.slice(l,c).trim().slice(-2)&&(a=e.src.slice(0,c).lastIndexOf("$$"),o=e.src.slice(l,a),u=!0);return e.line=i+1,(s=e.push("math_block","math",0)).block=!0,s.content=(p&&p.trim()?p+"\n":"")+e.getLines(t+1,i,e.tShift[t],!0)+(o&&o.trim()?o:""),s.map=[t,e.line],s.markup="$$",!0},$=function(e){e.core.ruler.before("block","math_in_table",O),e.inline.ruler.after("escape","math_inline",R),e.block.ruler.after("blockquote","math_block",P,{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules.math_inline=function(t,r){return'<span class="math inline">\\('+e.utils.escapeHtml(t[r].content)+"\\)</span>"},e.renderer.rules.math_block=function(t,r){return'<p><div class="math display">\\['+e.utils.escapeHtml(t[r].content)+"\\]</div></p>"}};function N(e,t){var r=e.renderer.rules.fence;e.renderer.rules.fence=function(t,n,o,i,a){var s=t[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>":r(t,n,o,i,a)}}function U(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return H(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?H(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);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 i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Z={title:{rule:"escape"},head:{rule:"escape"},body:{rule:"escape"},img:{rule:"filterAttributes",disabledAttributes:["onerror"]}},V=function(e){var t=e.renderer.rules.html_block;e.renderer.rules.html_block=function(r,n,o,i,a){var s=r[n];if("html_block"===s.type&&!s.tag){var u=s.content;for(var l in Z){var c=Z[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=U(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,t,r,n){return t+"data-"+r+n}))}}catch(e){b.e(e)}finally{b.f()}}}if(u!==s.content)return u}return t(r,n,o,i,a)}},G=function(e,t,r){var n,o,i=e.bMarks[t]+e.tShift[t];if(e.sCount[t]-e.blkIndent>=4)return!1;var a=e.src.charCodeAt(i);if(62!==a)return!1;var s=e.skipChars(i,a)-i;if(3!==s)return!1;if(10!==e.src.charCodeAt(e.skipChars(i+s,32)))return!1;for(n=t+1;n<r&&(i=e.bMarks[n]+e.tShift[n],62!==(a=e.src.charCodeAt(i))||3!=(s=e.skipChars(i,a)-i)||!((i=e.skipChars(i+s,32))>=e.src.length||10===e.src.charCodeAt(i)));)n++;return!(n>r||((o=e.push("multiline_blockquote_open","blockquote",1)).markup=">>>",o.map=[t,0],e.md.block.tokenize(e,t+1,n),(o=e.push("multiline_blockquote_close","blockquote",-1)).map=[n,0],e.line=n+1,0))},J=function(e,t){var r;null!==(r=t)&&void 0!==r||(t={}),e.block.ruler.before("blockquote","multiline_blockquote",(function(){if(null!=t.enable&&!t.enable(e))return!1;for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return G.apply(void 0,n)}))},W=o(5969),Y=o.n(W),K={enable:!0,label:!0,labelAfter:!0},Q={codeHighlight:!1,math:!1,disableRules:[],html:!1,taskListsOption:K},X={fuzzyEmail:!1,fuzzyLink:!1,fuzzyLinkUseHttps:!0},ee={level:1,slugify:function(e){var t=(new(Y())).slug(e);return""===t?"_":t}};function te(e,t){if(e){if("string"==typeof e)return re(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?re(e,t):void 0}}function re(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var ne={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){return e.replace(/<\/?a.*?>/g,"")},forceFullToc:!1,containerHeaderHtml:'<div class="toc-container-header">็ฎๅฝ</div>',containerFooterHtml:void 0,transformLink:void 0},oe=function(e){if(e&&e.attrs&&e.attrs.length>0){var t=e.attrs.find((function(e){return!!(Array.isArray(e)&&e.length>=2)&&"id"===e[0]}));if(t&&Array.isArray(t)&&t.length>=2){var r=(o=2,function(e){if(Array.isArray(e))return e}(n=t)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw o}}return i}}(n,o)||te(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 r[0],r[1]}}var n,o;return null};function ie(e){return Math.min.apply(Math,function(e){if(Array.isArray(e))return re(e)}(t=e.map((function(e){return e.level})))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||te(t)||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 t}var ae=function(e,t,r,n){var o={level:e,text:t,anchor:r,children:[],parent:n};return n.children.push(o),o},se=function e(t,r,n){return"<"+r.listType+">"+t.children.map((function(t){var o="<li>",i=t.anchor;r&&r.transformLink&&(i=r.transformLink(i));var a=t.text?r.format(t.text,n,i):null;return(o+=i?'<a href="#'.concat(i,'">').concat(a,"</a>"):a||"")+(t.children.length>0?e(t,r,n):"")+"</li>"})).join("")+"</"+r.listType+">"},ue=function(e,t){var r,n=Object.assign({},ne,t),o=n.markerPattern;e.renderer.rules.toc_open=function(e,t){var r='<div class="'+n.containerClass+'">';return n.containerHeaderHtml&&(r+=n.containerHeaderHtml),r},e.renderer.rules.toc_close=function(e,t){var r="";return n.containerFooterHtml&&(r=n.containerFooterHtml),r+"</div>"},e.renderer.rules.toc_body=function(t,o,i,a){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,t,r,n,o){var i=[],a=null;return t.forEach((function(t){if("heading_open"===t.type){var s=oe(t),u=parseInt(t.tag.toLowerCase().replace("h",""),10);e.indexOf(u)>=0&&(a={level:u,textContent:null,anchor:s||null,markdownContent:null})}else if(a&&"inline"===t.type){var l=t.children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,t){return e+t.content}),"");a.textContent=l,a.markdownContent=n.renderer.renderInline(t.children,r,o),a.anchor||(a.anchor=r.slugify(l,t.content))}else"heading_close"===t.type&&(a&&i.push(a),a=null)})),i}(n.includeLevel,r.tokens,n,e,a),u=function(e){var t={level:ie(e)-1,anchor:null,text:null,children:[],parent:null},r=t,n=r;return e.forEach((function(e){if(e.level>n.level)Array.from({length:e.level-n.level}).forEach((function(t){r=n,n=ae(e.level,null,null,r)})),n.text=e.markdownContent,n.anchor=e.anchor;else if(e.level===n.level)n=ae(e.level,e.markdownContent,e.anchor,r);else if(e.level<n.level){for(var t=0;t<n.level-e.level;t++)r=r.parent;n=ae(e.level,e.markdownContent,e.anchor,r)}})),t}(s);return se(u,n,e)},e.core.ruler.push("grab_state",(function(e){return r=e,!0})),e.inline.ruler.after("emphasis","toc",(function(e,t){var r;if(91!==e.src.charCodeAt(e.pos))return!1;if(t)return!1;if((r=(r=o.exec(e.src.substr(e.pos)))?r.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 le(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw o}}return i}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ce(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?ce(e,t):void 0}}(e,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.")}()}function ce(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var pe=/{([\d,\s-]+)}/,he=/^([\d,\s-]+)/,fe=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.enable,n=e.renderer.rules.fence;e.renderer.rules.fence=function(t,o,i,a,s){var u=t[o];if(null!=r&&!r(e)||null==u.attrs||!1===u.attrs.some((function(e){var t=le(e,1)[0];return he.test(t)})))return n(t,o,i,a,s);var l=[];try{l=Array.from(new Set(u.attrs.map((function(e){return le(e,1)[0].split(",").map((function(e){return e.trim()}))})).flat().filter((function(e){return null!=e&&e.length>0&&he.test(e)})).map((function(e){var t=e.split(/\s*?-\s*?/).map((function(e){return parseInt(e.trim(),10)})),r=le(t,2),n=r[0],o=r[1];o=o>(n=n>0?n:1)?o:n;var i=new Array(1+(n>o?n-o:o-n)).fill(0);return i.forEach((function(e,t){i[t]=n+t})),i})).flat()))}catch(e){console.warn(e)}var c=u.info.replace(pe,"").trim(),p=e.utils.escapeHtml(u.content);p=i.highlight?i.highlight(p,c,""):p;var h=Object.assign(u,{attrs:[["class",c?"language-".concat(c):""],l&&l.length>0?["data-lines-highlight","[".concat(l.join(","),"]")]:[]]}),f=s.renderAttrs(h);return"<pre".concat(f,"><code").concat(f,">").concat(p.trim(),"</code></pre>")}},_e=function(e,t,r,n){if(0!==t||0!==e.blkIndent)return!1;if(e.tShift[t]<0)return!1;if(!e.getLines(t,t+1,0,!1).match(/^---$/))return!1;for(var o=t,i=-1;o<r;){if(o++,e.getLines(o,o+1,0,!1).match(/^---$/)){i=o;break}if(e.tShift[o]<0)break}if(i>-1){e.line=i+1;var a=e.push("fence","code",0);return a.content=e.getLines(t+1,i,0,!0),a.map=[t,i],a.info="yml",a.markup="---",a.attrPush(["data-yaml-metadata",""]),!0}return!1},de="curly_attributes",me=function(e){var t;e.tokens.filter((function(e){return!!e.attrGet("id")})).forEach((function(e){var r;null!==(r=t)&&void 0!==r||(t={});var n=e.attrGet("id");if(t.hasOwnProperty(n)){var o=t[n];e.attrSet("id","".concat(n,"-").concat(o)),t[n]=o+1}else t[n]=1})),t=void 0},ge=function(e,t){null!=e.core.ruler.getRules("").some((function(e){return e.name===de}))&&e.core.ruler.after(de,"unique_custom_id_attribute",me,t)},be=(new(n())).utils,De=function(e,t){if(t&&s().getLanguage(t))try{var r=s().highlight(t,e,!0);return'<pre class="hljs"><code data-lang="'.concat(r.language,'">').concat(r.value,"</code></pre>")}catch(e){}return'<pre class="hljs"><code>'.concat(be.escapeHtml(e),"</code></pre>")},ke=[z(),"url_new_win","link_open",function(e,t){var r=e[t],n=r.attrGet("href");n&&(n.startsWith("#")||r.attrPush(["target","_blank"]))}],ye=function(){var e,t,r,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Q,i=o.html,a=o.codeHighlight,s=o.taskListsOption,u=o.math,c=o.disableRules,h=o.linkify,_={html:i,breaks:!0,linkify:!0};null!==(e=s)&&void 0!==e||(s=K),h=Object.assign({},X,null!==(t=h)&&void 0!==t?t:X),a&&(_.highlight=De);var m=(r=new(n())(_).use(l()).use(N).use(M(),{allowedAttributes:["id","class",he]}).use(x,ee).use(ge).use(ue).use(p()).use(f()).use(d()).use(g()).use(D()).use(y()).use(v()).use(fe).use(q()).use(I(),s).use(V)).use.apply(r,ke).use(J);m.block.ruler.before("hr","meta",_e),u&&m.use($),c&&c.length>0&&m.disable(c);var b=m.linkify.set(h),k=b.normalize;return h.fuzzyLink&&h.fuzzyLinkUseHttps&&(m.linkify.normalize=function(e){e.schema?k(e):e.url="https://".concat(e.url)}),m}}(),i}()}));
|