@cnblogs/markdown-it-presets 1.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +18 -0
  3. package/index.js.map +1 -0
  4. package/lib-esm/index.js +2 -0
  5. package/lib-esm/index.js.map +1 -0
  6. package/lib-esm/markdown-it-factory.js +98 -0
  7. package/lib-esm/markdown-it-factory.js.map +1 -0
  8. package/lib-esm/option.js +27 -0
  9. package/lib-esm/option.js.map +1 -0
  10. package/lib-esm/plugins/highlight-code-lines.plugin.js +45 -0
  11. package/lib-esm/plugins/highlight-code-lines.plugin.js.map +1 -0
  12. package/lib-esm/plugins/html-filter.plugin.js +43 -0
  13. package/lib-esm/plugins/html-filter.plugin.js.map +1 -0
  14. package/lib-esm/plugins/meta.js +36 -0
  15. package/lib-esm/plugins/meta.js.map +1 -0
  16. package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js +5 -0
  17. package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +1 -0
  18. package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js +44 -0
  19. package/lib-esm/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +1 -0
  20. package/lib-esm/plugins/simple-math.plugin.js +147 -0
  21. package/lib-esm/plugins/simple-math.plugin.js.map +1 -0
  22. package/lib-esm/plugins/simple-mermaid.plugin.js +17 -0
  23. package/lib-esm/plugins/simple-mermaid.plugin.js.map +1 -0
  24. package/lib-esm/plugins/toc/index.js +184 -0
  25. package/lib-esm/plugins/toc/index.js.map +1 -0
  26. package/lib-esm/plugins/toc/slugify.js +5 -0
  27. package/lib-esm/plugins/toc/slugify.js.map +1 -0
  28. package/lib-esm/plugins/toc/toc-item.js +2 -0
  29. package/lib-esm/plugins/toc/toc-item.js.map +1 -0
  30. package/lib-esm/plugins/toc/toc-option.js +17 -0
  31. package/lib-esm/plugins/toc/toc-option.js.map +1 -0
  32. package/lib-esm/tsconfig.build.tsbuildinfo +1 -0
  33. package/markdown-it-factory.d.ts +5 -0
  34. package/markdown-it-factory.js +105 -0
  35. package/markdown-it-factory.js.map +1 -0
  36. package/option.d.ts +22 -0
  37. package/option.js +36 -0
  38. package/option.js.map +1 -0
  39. package/package.json +77 -0
  40. package/plugins/highlight-code-lines.plugin.d.ts +3 -0
  41. package/plugins/highlight-code-lines.plugin.js +48 -0
  42. package/plugins/highlight-code-lines.plugin.js.map +1 -0
  43. package/plugins/html-filter.plugin.d.ts +2 -0
  44. package/plugins/html-filter.plugin.js +47 -0
  45. package/plugins/html-filter.plugin.js.map +1 -0
  46. package/plugins/meta.d.ts +2 -0
  47. package/plugins/meta.js +40 -0
  48. package/plugins/meta.js.map +1 -0
  49. package/plugins/multiline-blockquote/multiline-blockquote.plugin.d.ts +2 -0
  50. package/plugins/multiline-blockquote/multiline-blockquote.plugin.js +9 -0
  51. package/plugins/multiline-blockquote/multiline-blockquote.plugin.js.map +1 -0
  52. package/plugins/multiline-blockquote/multiline-blockquote.rule.d.ts +2 -0
  53. package/plugins/multiline-blockquote/multiline-blockquote.rule.js +48 -0
  54. package/plugins/multiline-blockquote/multiline-blockquote.rule.js.map +1 -0
  55. package/plugins/simple-math.plugin.d.ts +2 -0
  56. package/plugins/simple-math.plugin.js +151 -0
  57. package/plugins/simple-math.plugin.js.map +1 -0
  58. package/plugins/simple-mermaid.plugin.d.ts +2 -0
  59. package/plugins/simple-mermaid.plugin.js +21 -0
  60. package/plugins/simple-mermaid.plugin.js.map +1 -0
  61. package/plugins/toc/index.d.ts +3 -0
  62. package/plugins/toc/index.js +187 -0
  63. package/plugins/toc/index.js.map +1 -0
  64. package/plugins/toc/slugify.d.ts +2 -0
  65. package/plugins/toc/slugify.js +8 -0
  66. package/plugins/toc/slugify.js.map +1 -0
  67. package/plugins/toc/toc-item.d.ts +9 -0
  68. package/plugins/toc/toc-item.js +3 -0
  69. package/plugins/toc/toc-item.js.map +1 -0
  70. package/plugins/toc/toc-option.d.ts +26 -0
  71. package/plugins/toc/toc-option.js +20 -0
  72. package/plugins/toc/toc-option.js.map +1 -0
  73. package/styles/task-lists.less +19 -0
  74. package/styles/task-lists.min.css +1 -0
  75. package/tsconfig.build.tsbuildinfo +1 -0
  76. package/umd/markdown-it-presets.js +1 -0
@@ -0,0 +1 @@
1
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("hljs"),require("markdownitTaskLists")):"function"==typeof define&&define.amd?define(["hljs","markdownitTaskLists"],r):"object"==typeof exports?exports.markdownItPresets=r(require("hljs"),require("markdownitTaskLists")):e.markdownItPresets=r(e.hljs,e.markdownitTaskLists)}(self,(function(e,r){return function(){var t={5969:function(e,r,t){const n=t(1346);e.exports=a;const o=Object.hasOwnProperty;function a(){if(!(this instanceof a))return new a;this.reset()}function i(e,r){return"string"!=typeof e?"":(r||(e=e.toLowerCase()),e.replace(n,"").replace(/ /g,"-"))}a.prototype.slug=function(e,r){const t=this;let n=i(e,!0===r);const a=n;for(;o.call(t.occurrences,n);)t.occurrences[a]++,n=a+"-"+t.occurrences[a];return t.occurrences[n]=0,n},a.prototype.reset=function(){this.occurrences=Object.create(null)},a.slug=i},1346:function(e){e.exports=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08BE-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B55\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D04\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D81\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1ABF-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31BB-\u31EF\u3200-\u33FF\u4DB6-\u4DFF\u9FF0-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7C7-\uA7F6\uA828-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB68-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD47-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD-\uDDCF\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC60-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD00-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD823-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D-\uD83F\uD87B-\uD87D\uD87F-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE4-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD822[\uDEF3-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD869[\uDED7-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g},3708:function(e,r,t){"use strict";function n(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach((function(r){r&&Object.keys(r).forEach((function(t){e[t]=r[t]}))})),e}function o(e){return Object.prototype.toString.call(e)}function a(e){return"[object Function]"===o(e)}function i(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var s={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},u={"http:":{validate:function(e,r,t){var n=e.slice(r);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,r,t){var n=e.slice(r);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?r>=3&&":"===e[r-3]||r>=3&&"/"===e[r-3]?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(e,r,t){var n=e.slice(r);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},l="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|ั€ั„".split("|");function c(e){var r=e.re=t(2596)(e.__opts__),n=e.__tlds__.slice();function s(e){return e.replace("%TLDS%",r.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),n.push(r.src_xn),r.src_tlds=n.join("|"),r.email_fuzzy=RegExp(s(r.tpl_email_fuzzy),"i"),r.link_fuzzy=RegExp(s(r.tpl_link_fuzzy),"i"),r.link_no_ip_fuzzy=RegExp(s(r.tpl_link_no_ip_fuzzy),"i"),r.host_fuzzy_test=RegExp(s(r.tpl_host_fuzzy_test),"i");var u=[];function l(e,r){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+r)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(r){var t=e.__schemas__[r];if(null!==t){var n={validate:null,link:null};if(e.__compiled__[r]=n,"[object Object]"===o(t))return"[object RegExp]"!==o(t.validate)?a(t.validate)?n.validate=t.validate:l(r,t):n.validate=function(e){return function(r,t){var n=r.slice(t);return e.test(n)?n.match(e)[0].length:0}}(t.validate),void(a(t.normalize)?n.normalize=t.normalize:t.normalize?l(r,t):n.normalize=function(e,r){r.normalize(e)});!function(e){return"[object String]"===o(e)}(t)?l(r,t):u.push(r)}})),u.forEach((function(r){e.__compiled__[e.__schemas__[r]]&&(e.__compiled__[r].validate=e.__compiled__[e.__schemas__[r]].validate,e.__compiled__[r].normalize=e.__compiled__[e.__schemas__[r]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,r){r.normalize(e)}};var c=Object.keys(e.__compiled__).filter((function(r){return r.length>0&&e.__compiled__[r]})).map(i).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><๏ฝœ]|"+r.src_ZPCc+"))("+c+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><๏ฝœ]|"+r.src_ZPCc+"))("+c+")","ig"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function p(e,r){var t=e.__index__,n=e.__last_index__,o=e.__text_cache__.slice(t,n);this.schema=e.__schema__.toLowerCase(),this.index=t+r,this.lastIndex=n+r,this.raw=o,this.text=o,this.url=o}function h(e,r){var t=new p(e,r);return e.__compiled__[t.schema].normalize(t,e),t}function f(e,r){if(!(this instanceof f))return new f(e,r);var t;r||(t=e,Object.keys(t||{}).reduce((function(e,r){return e||s.hasOwnProperty(r)}),!1)&&(r=e,e={})),this.__opts__=n({},s,r),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=n({},u,e),this.__compiled__={},this.__tlds__=l,this.__tlds_replaced__=!1,this.re={},c(this)}f.prototype.add=function(e,r){return this.__schemas__[e]=r,c(this),this},f.prototype.set=function(e){return this.__opts__=n(this.__opts__,e),this},f.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var r,t,n,o,a,i,s,u;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(r=s.exec(e));)if(o=this.testSchemaAt(e,r[2],s.lastIndex)){this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(u=e.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||u<this.__index__)&&null!==(t=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(a=t.index+t[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=t.index+t[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&e.indexOf("@")>=0&&null!==(n=e.match(this.re.email_fuzzy))&&(a=n.index+n[1].length,i=n.index+n[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=i)),this.__index__>=0},f.prototype.pretest=function(e){return this.re.pretest.test(e)},f.prototype.testSchemaAt=function(e,r,t){return this.__compiled__[r.toLowerCase()]?this.__compiled__[r.toLowerCase()].validate(e,t,this):0},f.prototype.match=function(e){var r=0,t=[];this.__index__>=0&&this.__text_cache__===e&&(t.push(h(this,r)),r=this.__last_index__);for(var n=r?e.slice(r):e;this.test(n);)t.push(h(this,r)),n=n.slice(this.__last_index__),r+=this.__last_index__;return t.length?t:null},f.prototype.tlds=function(e,r){return e=Array.isArray(e)?e:[e],r?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,r,t){return e!==t[r-1]})).reverse(),c(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,c(this),this)},f.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},f.prototype.onCompile=function(){},e.exports=f},2596:function(e,r,t){"use strict";e.exports=function(e){var r={};return r.src_Any=t(8287).source,r.src_Cc=t(699).source,r.src_Z=t(9338).source,r.src_P=t(6924).source,r.src_ZPCc=[r.src_Z,r.src_P,r.src_Cc].join("|"),r.src_ZCc=[r.src_Z,r.src_Cc].join("|"),r.src_pseudo_letter="(?:(?![><๏ฝœ]|"+r.src_ZPCc+")"+r.src_Any+")",r.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",r.src_auth="(?:(?:(?!"+r.src_ZCc+"|[@/\\[\\]()]).)+@)?",r.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",r.src_host_terminator="(?=$|[><๏ฝœ]|"+r.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+r.src_ZPCc+"))",r.src_path="(?:[/?#](?:(?!"+r.src_ZCc+"|[><๏ฝœ]|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+r.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+r.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+r.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+r.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+r.src_ZCc+"|[']).)+\\'|\\'(?="+r.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+r.src_ZCc+"|[.]).|"+(e&&e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+r.src_ZCc+").|;(?!"+r.src_ZCc+").|\\!+(?!"+r.src_ZCc+"|[!]).|\\?(?!"+r.src_ZCc+"|[?]).)+|\\/)?",r.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',r.src_xn="xn--[a-z0-9\\-]{1,59}",r.src_domain_root="(?:"+r.src_xn+"|"+r.src_pseudo_letter+"{1,63})",r.src_domain="(?:"+r.src_xn+"|(?:"+r.src_pseudo_letter+")|(?:"+r.src_pseudo_letter+"(?:-|"+r.src_pseudo_letter+"){0,61}"+r.src_pseudo_letter+"))",r.src_host="(?:(?:(?:(?:"+r.src_domain+")\\.)*"+r.src_domain+"))",r.tpl_host_fuzzy="(?:"+r.src_ip4+"|(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%)))",r.tpl_host_no_ip_fuzzy="(?:(?:(?:"+r.src_domain+")\\.)+(?:%TLDS%))",r.src_host_strict=r.src_host+r.src_host_terminator,r.tpl_host_fuzzy_strict=r.tpl_host_fuzzy+r.src_host_terminator,r.src_host_port_strict=r.src_host+r.src_port+r.src_host_terminator,r.tpl_host_port_fuzzy_strict=r.tpl_host_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_port_no_ip_fuzzy_strict=r.tpl_host_no_ip_fuzzy+r.src_port+r.src_host_terminator,r.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+r.src_ZPCc+"|>|$))",r.tpl_email_fuzzy='(^|[><๏ฝœ]|"|\\(|'+r.src_ZCc+")("+r.src_email_name+"@"+r.tpl_host_fuzzy_strict+")",r.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝœ]|"+r.src_ZPCc+"))((?![$+<=>^`|๏ฝœ])"+r.tpl_host_port_fuzzy_strict+r.src_path+")",r.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|๏ฝœ]|"+r.src_ZPCc+"))((?![$+<=>^`|๏ฝœ])"+r.tpl_host_port_no_ip_fuzzy_strict+r.src_path+")",r}},4878:function(e){"use strict";e.exports=function(e){var r=e.utils.escapeRE,t=e.utils.arrayReplaceAt,n=" \r\n$+<=>^`|~",o=e.utils.lib.ucmicro.P.source,a=e.utils.lib.ucmicro.Z.source;e.block.ruler.before("reference","abbr_def",(function(e,r,t,n){var o,a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(l+2>=c)return!1;if(42!==e.src.charCodeAt(l++))return!1;if(91!==e.src.charCodeAt(l++))return!1;for(s=l;l<c;l++){if(91===(i=e.src.charCodeAt(l)))return!1;if(93===i){u=l;break}92===i&&l++}return!(u<0||58!==e.src.charCodeAt(u+1)||!n&&(o=e.src.slice(s,u).replace(/\\(.)/g,"$1"),a=e.src.slice(u+2,c).trim(),0===o.length||0===a.length||(e.env.abbreviations||(e.env.abbreviations={}),void 0===e.env.abbreviations[":"+o]&&(e.env.abbreviations[":"+o]=a),e.line=r+1,0)))}),{alt:["paragraph","reference"]}),e.core.ruler.after("linkify","abbr_replace",(function(e){var i,s,u,l,c,p,h,f,_,d,m,g,b,D=e.tokens;if(e.env.abbreviations)for(g=new RegExp("(?:"+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,r){return r.length-e.length})).map(r).join("|")+")"),m="(^|"+o+"|"+a+"|["+n.split("").map(r).join("")+"])("+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,r){return r.length-e.length})).map(r).join("|")+")($|"+o+"|"+a+"|["+n.split("").map(r).join("")+"])",_=new RegExp(m,"g"),s=0,u=D.length;s<u;s++)if("inline"===D[s].type)for(i=(l=D[s].children).length-1;i>=0;i--)if("text"===(b=l[i]).type&&(f=0,p=b.content,_.lastIndex=0,h=[],g.test(p))){for(;d=_.exec(p);)(d.index>0||d[1].length>0)&&((c=new e.Token("text","",0)).content=p.slice(f,d.index+d[1].length),h.push(c)),(c=new e.Token("abbr_open","abbr",1)).attrs=[["title",e.env.abbreviations[":"+d[2]]]],h.push(c),(c=new e.Token("text","",0)).content=d[2],h.push(c),c=new e.Token("abbr_close","abbr",-1),h.push(c),_.lastIndex-=d[3].length,f=_.lastIndex;h.length&&(f<p.length&&((c=new e.Token("text","",0)).content=p.slice(f),h.push(c)),D[s].children=l=t(l,i,h))}}))}},7249:function(e){"use strict";e.exports=function(e,r,t){var n=(t=t||{}).marker||":",o=n.charCodeAt(0),a=n.length,i=t.validate||function(e){return e.trim().split(" ",2)[0]===r},s=t.render||function(e,t,n,o,a){return 1===e[t].nesting&&e[t].attrJoin("class",r),a.renderToken(e,t,n,o,a)};e.block.ruler.before("fence","container_"+r,(function(e,t,s,u){var l,c,p,h,f,_,d,m,g=!1,b=e.bMarks[t]+e.tShift[t],D=e.eMarks[t];if(o!==e.src.charCodeAt(b))return!1;for(l=b+1;l<=D&&n[(l-b)%a]===e.src[l];l++);if((p=Math.floor((l-b)/a))<3)return!1;if(l-=(l-b)%a,h=e.src.slice(b,l),f=e.src.slice(l,D),!i(f,h))return!1;if(u)return!0;for(c=t;!(++c>=s||(b=e.bMarks[c]+e.tShift[c])<(D=e.eMarks[c])&&e.sCount[c]<e.blkIndent);)if(o===e.src.charCodeAt(b)&&!(e.sCount[c]-e.blkIndent>=4)){for(l=b+1;l<=D&&n[(l-b)%a]===e.src[l];l++);if(!(Math.floor((l-b)/a)<p||(l-=(l-b)%a,(l=e.skipSpaces(l))<D))){g=!0;break}}return d=e.parentType,m=e.lineMax,e.parentType="container",e.lineMax=c,(_=e.push("container_"+r+"_open","div",1)).markup=h,_.block=!0,_.info=f,_.map=[t,c],e.md.block.tokenize(e,t+1,c),(_=e.push("container_"+r+"_close","div",-1)).markup=e.src.slice(b,l),_.block=!0,e.parentType=d,e.lineMax=m,e.line=c+(g?1:0),!0}),{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules["container_"+r+"_open"]=s,e.renderer.rules["container_"+r+"_close"]=s}},8350:function(e){"use strict";e.exports=function(e){var r=e.utils.isSpace;function t(e,r){var t,n,o=e.bMarks[r]+e.tShift[r],a=e.eMarks[r];return o>=a||126!==(n=e.src.charCodeAt(o++))&&58!==n||o===(t=e.skipSpaces(o))||t>=a?-1:o}e.block.ruler.before("paragraph","deflist",(function(e,n,o,a){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v;if(a)return!(e.ddIndent<0)&&t(e,n)>=0;if((_=n+1)>=o)return!1;if(e.isEmpty(_)&&++_>=o)return!1;if(e.sCount[_]<e.blkIndent)return!1;if((s=t(e,_))<0)return!1;h=e.tokens.length,w=!0,(v=e.push("dl_open","dl",1)).map=p=[n,0],l=n,u=_;e:for(;;){for(y=!1,(v=e.push("dt_open","dt",1)).map=[l,l],(v=e.push("inline","",0)).map=[l,l],v.content=e.getLines(l,l+1,e.blkIndent,!1).trim(),v.children=[],v=e.push("dt_close","dt",-1);;){for((v=e.push("dd_open","dd",1)).map=c=[_,0],C=s,f=e.eMarks[u],d=e.sCount[u]+s-(e.bMarks[u]+e.tShift[u]);C<f&&(i=e.src.charCodeAt(C),r(i));)9===i?d+=4-d%4:d++,C++;if(s=C,F=e.tight,m=e.ddIndent,g=e.blkIndent,k=e.tShift[u],D=e.sCount[u],b=e.parentType,e.blkIndent=e.ddIndent=e.sCount[u]+2,e.tShift[u]=s-e.bMarks[u],e.sCount[u]=d,e.tight=!0,e.parentType="deflist",e.md.block.tokenize(e,u,o,!0),e.tight&&!y||(w=!1),y=e.line-u>1&&e.isEmpty(e.line-1),e.tShift[u]=k,e.sCount[u]=D,e.tight=F,e.parentType=b,e.blkIndent=g,e.ddIndent=m,v=e.push("dd_close","dd",-1),c[1]=_=e.line,_>=o)break e;if(e.sCount[_]<e.blkIndent)break e;if((s=t(e,_))<0)break;u=_}if(_>=o)break;if(l=_,e.isEmpty(l))break;if(e.sCount[l]<e.blkIndent)break;if((u=l+1)>=o)break;if(e.isEmpty(u)&&u++,u>=o)break;if(e.sCount[u]<e.blkIndent)break;if((s=t(e,u))<0)break}return v=e.push("dl_close","dl",-1),p[1]=_,e.line=_,w&&function(e,r){var t,n,o=e.level+2;for(t=r+2,n=e.tokens.length-2;t<n;t++)e.tokens[t].level===o&&"paragraph_open"===e.tokens[t].type&&(e.tokens[t+2].hidden=!0,e.tokens[t].hidden=!0,t+=2)}(e,h),!0}),{alt:["paragraph","reference","blockquote"]})}},8691:function(e,r,t){"use strict";var n=t(5862),o=t(4978),a=t(7911);e.exports=function(e,r){var t=a(e.utils.assign({},{defs:{},shortcuts:{},enabled:[]},r||{}));e.renderer.rules.emoji=n,e.core.ruler.after("linkify","emoji",o(e,t.defs,t.shortcuts,t.scanRE,t.replaceRE))}},3582:function(e,r,t){"use strict";var n=t(6852),o=t(5364),a=t(8691);e.exports=function(e,r){var t={defs:n,shortcuts:o,enabled:[]},i=e.utils.assign({},t,r||{});a(e,i)}},5364:function(e){"use strict";e.exports={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["</3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]}},7911:function(e){"use strict";e.exports=function(e){var r,t=e.defs;e.enabled.length&&(t=Object.keys(t).reduce((function(r,n){return e.enabled.indexOf(n)>=0&&(r[n]=t[n]),r}),{})),r=Object.keys(e.shortcuts).reduce((function(r,n){return t[n]?Array.isArray(e.shortcuts[n])?(e.shortcuts[n].forEach((function(e){r[e]=n})),r):(r[e.shortcuts[n]]=n,r):r}),{});var n,o=Object.keys(t);n=0===o.length?"^$":o.map((function(e){return":"+e+":"})).concat(Object.keys(r)).sort().reverse().map((function(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")})).join("|");var a=RegExp(n),i=RegExp(n,"g");return{defs:t,shortcuts:r,scanRE:a,replaceRE:i}}},5862:function(e){"use strict";e.exports=function(e,r){return e[r].content}},4978:function(e){"use strict";e.exports=function(e,r,t,n,o){var a=e.utils.arrayReplaceAt,i=e.utils.lib.ucmicro,s=new RegExp([i.Z.source,i.P.source,i.Cc.source].join("|"));function u(e,n,a){var i,u=0,l=[];return e.replace(o,(function(n,o,c){var p;if(t.hasOwnProperty(n)){if(p=t[n],o>0&&!s.test(c[o-1]))return;if(o+n.length<c.length&&!s.test(c[o+n.length]))return}else p=n.slice(1,-1);o>u&&((i=new a("text","",0)).content=e.slice(u,o),l.push(i)),(i=new a("emoji","",0)).markup=p,i.content=r[p],l.push(i),u=o+n.length})),u<e.length&&((i=new a("text","",0)).content=e.slice(u),l.push(i)),l}return function(e){var r,t,o,i,s,l=e.tokens,c=0;for(t=0,o=l.length;t<o;t++)if("inline"===l[t].type)for(r=(i=l[t].children).length-1;r>=0;r--)"link_open"!==(s=i[r]).type&&"link_close"!==s.type||"auto"===s.info&&(c-=s.nesting),"text"===s.type&&0===c&&n.test(s.content)&&(l[t].children=i=a(i,r,u(s.content,s.level,e.Token)))}}},843:function(e){"use strict";function r(e,r,t,n){var o=Number(e[r].meta.id+1).toString(),a="";return"string"==typeof n.docId&&(a="-"+n.docId+"-"),a+o}function t(e,r){var t=Number(e[r].meta.id+1).toString();return e[r].meta.subId>0&&(t+=":"+e[r].meta.subId),"["+t+"]"}function n(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o),i=o.rules.footnote_caption(e,r,t,n,o),s=a;return e[r].meta.subId>0&&(s+=":"+e[r].meta.subId),'<sup class="footnote-ref"><a href="#fn'+a+'" id="fnref'+s+'">'+i+"</a></sup>"}function o(e,r,t){return(t.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'}function a(){return"</ol>\n</section>\n"}function i(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o);return e[r].meta.subId>0&&(a+=":"+e[r].meta.subId),'<li id="fn'+a+'" class="footnote-item">'}function s(){return"</li>\n"}function u(e,r,t,n,o){var a=o.rules.footnote_anchor_name(e,r,t,n,o);return e[r].meta.subId>0&&(a+=":"+e[r].meta.subId),' <a href="#fnref'+a+'" class="footnote-backref">โ†ฉ๏ธŽ</a>'}e.exports=function(e){var l=e.helpers.parseLinkLabel,c=e.utils.isSpace;e.renderer.rules.footnote_ref=n,e.renderer.rules.footnote_block_open=o,e.renderer.rules.footnote_block_close=a,e.renderer.rules.footnote_open=i,e.renderer.rules.footnote_close=s,e.renderer.rules.footnote_anchor=u,e.renderer.rules.footnote_caption=t,e.renderer.rules.footnote_anchor_name=r,e.block.ruler.before("reference","footnote_def",(function(e,r,t,n){var o,a,i,s,u,l,p,h,f,_,d,m=e.bMarks[r]+e.tShift[r],g=e.eMarks[r];if(m+4>g)return!1;if(91!==e.src.charCodeAt(m))return!1;if(94!==e.src.charCodeAt(m+1))return!1;for(u=m+2;u<g;u++){if(32===e.src.charCodeAt(u))return!1;if(93===e.src.charCodeAt(u))break}if(u===m+2)return!1;if(u+1>=g||58!==e.src.charCodeAt(++u))return!1;if(n)return!0;for(u++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),l=e.src.slice(m+2,u-2),e.env.footnotes.refs[":"+l]=-1,(p=new e.Token("footnote_reference_open","",1)).meta={label:l},p.level=e.level++,e.tokens.push(p),o=e.bMarks[r],a=e.tShift[r],i=e.sCount[r],s=e.parentType,d=u,h=f=e.sCount[r]+u-(e.bMarks[r]+e.tShift[r]);u<g&&(_=e.src.charCodeAt(u),c(_));)9===_?f+=4-f%4:f++,u++;return e.tShift[r]=u-d,e.sCount[r]=f-h,e.bMarks[r]=d,e.blkIndent+=4,e.parentType="footnote",e.sCount[r]<e.blkIndent&&(e.sCount[r]+=e.blkIndent),e.md.block.tokenize(e,r,t,!0),e.parentType=s,e.blkIndent-=4,e.tShift[r]=a,e.sCount[r]=i,e.bMarks[r]=o,(p=new e.Token("footnote_reference_close","",-1)).level=--e.level,e.tokens.push(p),!0}),{alt:["paragraph","reference"]}),e.inline.ruler.after("image","footnote_inline",(function(e,r){var t,n,o,a,i=e.posMax,s=e.pos;return!(s+2>=i||94!==e.src.charCodeAt(s)||91!==e.src.charCodeAt(s+1)||(t=s+2,(n=l(e,s+1))<0||(r||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),o=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(t,n),e.md,e.env,a=[]),e.push("footnote_ref","",0).meta={id:o},e.env.footnotes.list[o]={content:e.src.slice(t,n),tokens:a}),e.pos=n+1,e.posMax=i,0)))})),e.inline.ruler.after("footnote_inline","footnote_ref",(function(e,r){var t,n,o,a,i=e.posMax,s=e.pos;if(s+3>i)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(s))return!1;if(94!==e.src.charCodeAt(s+1))return!1;for(n=s+2;n<i;n++){if(32===e.src.charCodeAt(n))return!1;if(10===e.src.charCodeAt(n))return!1;if(93===e.src.charCodeAt(n))break}return!(n===s+2||n>=i||(n++,t=e.src.slice(s+2,n-1),void 0===e.env.footnotes.refs[":"+t]||(r||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+t]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:t,count:0},e.env.footnotes.refs[":"+t]=o):o=e.env.footnotes.refs[":"+t],a=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push("footnote_ref","",0).meta={id:o,subId:a,label:t}),e.pos=n,e.posMax=i,0)))})),e.core.ruler.after("inline","footnote_tail",(function(e){var r,t,n,o,a,i,s,u,l,c,p=!1,h={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(p=!0,l=[],c=e.meta.label,!1):"footnote_reference_close"===e.type?(p=!1,h[":"+c]=l,!1):(p&&l.push(e),!p)})),e.env.footnotes.list)){for(i=e.env.footnotes.list,s=new e.Token("footnote_block_open","",1),e.tokens.push(s),r=0,t=i.length;r<t;r++){for((s=new e.Token("footnote_open","",1)).meta={id:r,label:i[r].label},e.tokens.push(s),i[r].tokens?(u=[],(s=new e.Token("paragraph_open","p",1)).block=!0,u.push(s),(s=new e.Token("inline","",0)).children=i[r].tokens,s.content=i[r].content,u.push(s),(s=new e.Token("paragraph_close","p",-1)).block=!0,u.push(s)):i[r].label&&(u=h[":"+i[r].label]),u&&(e.tokens=e.tokens.concat(u)),a="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=i[r].count>0?i[r].count:1,n=0;n<o;n++)(s=new e.Token("footnote_anchor","",0)).meta={id:r,subId:n,label:i[r].label},e.tokens.push(s);a&&e.tokens.push(a),s=new e.Token("footnote_close","",-1),e.tokens.push(s)}s=new e.Token("footnote_block_close","",-1),e.tokens.push(s)}}))}},1156:function(e){"use strict";e.exports=function(e,r,t,n){e.core.ruler.push(r,(function(e){var r,o,a;for(o=e.tokens.length-1;o>=0;o--)if("inline"===e.tokens[o].type)for(r=(a=e.tokens[o].children).length-1;r>=0;r--)a[r].type===t&&n(a,r)}))}},2310:function(e){"use strict";e.exports=function(e){e.block.ruler.at("heading",(function(e,r,t,n){var o,a,i,s,u=e.bMarks[r]+e.tShift[r],l=e.eMarks[r];if(35!==(o=e.src.charCodeAt(u))||u>=l)return!1;for(a=1,o=e.src.charCodeAt(++u);35===o&&u<l&&a<=6;)a++,o=e.src.charCodeAt(++u);return!(a>6||(n||(l=e.skipCharsBack(l,32,u),(i=e.skipCharsBack(l,35,u))>u&&32===e.src.charCodeAt(i-1)&&(l=i),e.line=r+1,(s=e.push("heading_open","h"+String(a),1)).markup="########".slice(0,a),s.map=[r,e.line],(s=e.push("inline","",0)).content=e.src.slice(u,l).trim(),s.map=[r,e.line],s.children=[],(s=e.push("heading_close","h"+String(a),-1)).markup="########".slice(0,a)),0))}),{alt:["paragraph","reference","blockquote"]})}},3853:function(e){"use strict";e.exports=function(e){function r(e,r){var t,n,o,a,i,s=[],u=r.length;for(t=0;t<u;t++)61===(o=r[t]).marker&&-1!==o.end&&(a=r[o.end],(i=e.tokens[o.token]).type="mark_open",i.tag="mark",i.nesting=1,i.markup="==",i.content="",(i=e.tokens[a.token]).type="mark_close",i.tag="mark",i.nesting=-1,i.markup="==",i.content="","text"===e.tokens[a.token-1].type&&"="===e.tokens[a.token-1].content&&s.push(a.token-1));for(;s.length;){for(n=(t=s.pop())+1;n<e.tokens.length&&"mark_close"===e.tokens[n].type;)n++;t!==--n&&(i=e.tokens[n],e.tokens[n]=e.tokens[t],e.tokens[t]=i)}}e.inline.ruler.before("emphasis","mark",(function(e,r){var t,n,o,a,i=e.pos,s=e.src.charCodeAt(i);if(r)return!1;if(61!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,a=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=a,o--),t=0;t<o;t+=2)e.push("text","",0).content=a+a,(n.can_open||n.can_close)&&e.delimiters.push({marker:s,length:0,jump:t/2,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0})),e.inline.ruler2.before("emphasis","mark",(function(e){var t,n=e.tokens_meta,o=(e.tokens_meta||[]).length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}))}},5867:function(e){"use strict";var r=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function t(e,t){var n,o,a=e.posMax,i=e.pos;if(126!==e.src.charCodeAt(i))return!1;if(t)return!1;if(i+2>=a)return!1;for(e.pos=i+1;e.pos<a;){if(126===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&i+1!==e.pos?(o=e.src.slice(i+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=i,!1):(e.posMax=e.pos,e.pos=i+1,e.push("sub_open","sub",1).markup="~",e.push("text","",0).content=o.replace(r,"$1"),e.push("sub_close","sub",-1).markup="~",e.pos=e.posMax+1,e.posMax=a,!0):(e.pos=i,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sub",t)}},1857:function(e){"use strict";var r=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function t(e,t){var n,o,a=e.posMax,i=e.pos;if(94!==e.src.charCodeAt(i))return!1;if(t)return!1;if(i+2>=a)return!1;for(e.pos=i+1;e.pos<a;){if(94===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&i+1!==e.pos?(o=e.src.slice(i+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=i,!1):(e.posMax=e.pos,e.pos=i+1,e.push("sup_open","sup",1).markup="^",e.push("text","",0).content=o.replace(r,"$1"),e.push("sup_close","sup",-1).markup="^",e.pos=e.posMax+1,e.posMax=a,!0):(e.pos=i,!1)}e.exports=function(e){e.inline.ruler.after("emphasis","sup",t)}},3778:function(e,r,t){"use strict";e.exports=t(7346)},9953:function(e,r,t){"use strict";e.exports=t(2834)},2803:function(e){"use strict";e.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},3609:function(e){"use strict";var r="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",n=new RegExp("^(?:"+r+"|"+t+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),o=new RegExp("^(?:"+r+"|"+t+")");e.exports.n=n,e.exports.q=o},2257:function(e,r,t){"use strict";var n=Object.prototype.hasOwnProperty;function o(e,r){return n.call(e,r)}function a(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)||e>=0&&e<=8||11===e||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function i(e){if(e>65535){var r=55296+((e-=65536)>>10),t=56320+(1023&e);return String.fromCharCode(r,t)}return String.fromCharCode(e)}var s=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,u=new RegExp(s.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),l=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,c=t(9953),p=/[&<>"]/,h=/[&<>"]/g,f={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function _(e){return f[e]}var d=/[.?*+^$[\]\\(){}|-]/g,m=t(6924);r.lib={},r.lib.mdurl=t(9762),r.lib.ucmicro=t(6499),r.assign=function(e){var r=Array.prototype.slice.call(arguments,1);return r.forEach((function(r){if(r){if("object"!=typeof r)throw new TypeError(r+"must be object");Object.keys(r).forEach((function(t){e[t]=r[t]}))}})),e},r.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},r.has=o,r.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(s,"$1")},r.unescapeAll=function(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(u,(function(e,r,t){return r||function(e,r){var t=0;return o(c,r)?c[r]:35===r.charCodeAt(0)&&l.test(r)&&a(t="x"===r[1].toLowerCase()?parseInt(r.slice(2),16):parseInt(r.slice(1),10))?i(t):e}(e,t)}))},r.isValidEntityCode=a,r.fromCodePoint=i,r.escapeHtml=function(e){return p.test(e)?e.replace(h,_):e},r.arrayReplaceAt=function(e,r,t){return[].concat(e.slice(0,r),t,e.slice(r+1))},r.isSpace=function(e){switch(e){case 9:case 32:return!0}return!1},r.isWhiteSpace=function(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:return!0}return!1},r.isMdAsciiPunct=function(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}},r.isPunctChar=function(e){return m.test(e)},r.escapeRE=function(e){return e.replace(d,"\\$&")},r.normalizeReference=function(e){return e=e.trim().replace(/\s+/g," "),"แนพ"==="แบž".toLowerCase()&&(e=e.replace(/แบž/g,"รŸ")),e.toLowerCase().toUpperCase()},r.trim=function(e){var r="\t\n\v\f\r ย แš€โ€€โ€โ€‚โ€ƒโ€„โ€…โ€†โ€‡โ€ˆโ€‰โ€Š\u2028\u2029โ€ฏโŸ\ufeff",t=new RegExp("^["+r+"]+|["+r+"]+$","g");return e.replace(t,"")}},3489:function(e,r,t){"use strict";r.parseLinkLabel=t(4969),r.parseLinkDestination=t(1900),r.parseLinkTitle=t(3533)},1900:function(e,r,t){"use strict";var n=t(2257).unescapeAll;e.exports=function(e,r,t){var o,a,i=r,s={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(r)){for(r++;r<t;){if(10===(o=e.charCodeAt(r)))return s;if(60===o)return s;if(62===o)return s.pos=r+1,s.str=n(e.slice(i+1,r)),s.ok=!0,s;92===o&&r+1<t?r+=2:r++}return s}for(a=0;r<t&&32!==(o=e.charCodeAt(r))&&!(o<32||127===o);)if(92===o&&r+1<t){if(32===e.charCodeAt(r+1))break;r+=2}else{if(40===o&&++a>32)return s;if(41===o){if(0===a)break;a--}r++}return i===r||0!==a||(s.str=n(e.slice(i,r)),s.lines=0,s.pos=r,s.ok=!0),s}},4969:function(e){"use strict";e.exports=function(e,r,t){var n,o,a,i,s=-1,u=e.posMax,l=e.pos;for(e.pos=r+1,n=1;e.pos<u;){if(93===(a=e.src.charCodeAt(e.pos))&&0==--n){o=!0;break}if(i=e.pos,e.md.inline.skipToken(e),91===a)if(i===e.pos-1)n++;else if(t)return e.pos=l,-1}return o&&(s=e.pos),e.pos=l,s}},3533:function(e,r,t){"use strict";var n=t(2257).unescapeAll;e.exports=function(e,r,t){var o,a,i=0,s=r,u={ok:!1,pos:0,lines:0,str:""};if(r>=t)return u;if(34!==(a=e.charCodeAt(r))&&39!==a&&40!==a)return u;for(r++,40===a&&(a=41);r<t;){if((o=e.charCodeAt(r))===a)return u.pos=r+1,u.lines=i,u.str=n(e.slice(s+1,r)),u.ok=!0,u;if(40===o&&41===a)return u;10===o?i++:92===o&&r+1<t&&(r++,10===e.charCodeAt(r)&&i++),r++}return u}},7346:function(e,r,t){"use strict";var n=t(2257),o=t(3489),a=t(4116),i=t(5611),s=t(6028),u=t(2469),l=t(3708),c=t(9762),p=t(8770),h={default:t(9817),zero:t(3005),commonmark:t(835)},f=/^(vbscript|javascript|file|data):/,_=/^data:image\/(gif|png|jpeg|webp);/;function d(e){var r=e.trim().toLowerCase();return!f.test(r)||!!_.test(r)}var m=["http:","https:","mailto:"];function g(e){var r=c.parse(e,!0);if(r.hostname&&(!r.protocol||m.indexOf(r.protocol)>=0))try{r.hostname=p.toASCII(r.hostname)}catch(e){}return c.encode(c.format(r))}function b(e){var r=c.parse(e,!0);if(r.hostname&&(!r.protocol||m.indexOf(r.protocol)>=0))try{r.hostname=p.toUnicode(r.hostname)}catch(e){}return c.decode(c.format(r),c.decode.defaultChars+"%")}function D(e,r){if(!(this instanceof D))return new D(e,r);r||n.isString(e)||(r=e||{},e="default"),this.inline=new u,this.block=new s,this.core=new i,this.renderer=new a,this.linkify=new l,this.validateLink=d,this.normalizeLink=g,this.normalizeLinkText=b,this.utils=n,this.helpers=n.assign({},o),this.options={},this.configure(e),r&&this.set(r)}D.prototype.set=function(e){return n.assign(this.options,e),this},D.prototype.configure=function(e){var r,t=this;if(n.isString(e)&&!(e=h[r=e]))throw new Error('Wrong `markdown-it` preset "'+r+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(r){e.components[r].rules&&t[r].ruler.enableOnly(e.components[r].rules),e.components[r].rules2&&t[r].ruler2.enableOnly(e.components[r].rules2)})),this},D.prototype.enable=function(e,r){var t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(r){t=t.concat(this[r].ruler.enable(e,!0))}),this),t=t.concat(this.inline.ruler2.enable(e,!0));var n=e.filter((function(e){return t.indexOf(e)<0}));if(n.length&&!r)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},D.prototype.disable=function(e,r){var t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(r){t=t.concat(this[r].ruler.disable(e,!0))}),this),t=t.concat(this.inline.ruler2.disable(e,!0));var n=e.filter((function(e){return t.indexOf(e)<0}));if(n.length&&!r)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},D.prototype.use=function(e){var r=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,r),this},D.prototype.parse=function(e,r){if("string"!=typeof e)throw new Error("Input data should be a String");var t=new this.core.State(e,this,r);return this.core.process(t),t.tokens},D.prototype.render=function(e,r){return r=r||{},this.renderer.render(this.parse(e,r),this.options,r)},D.prototype.parseInline=function(e,r){var t=new this.core.State(e,this,r);return t.inlineMode=!0,this.core.process(t),t.tokens},D.prototype.renderInline=function(e,r){return r=r||{},this.renderer.render(this.parseInline(e,r),this.options,r)},e.exports=D},6028:function(e,r,t){"use strict";var n=t(8725),o=[["table",t(7636),["paragraph","reference"]],["code",t(2675)],["fence",t(6865),["paragraph","reference","blockquote","list"]],["blockquote",t(5531),["paragraph","reference","blockquote","list"]],["hr",t(5526),["paragraph","reference","blockquote","list"]],["list",t(1991),["paragraph","reference","blockquote"]],["reference",t(8045)],["heading",t(1836),["paragraph","reference","blockquote"]],["lheading",t(2111)],["html_block",t(7734),["paragraph","reference","blockquote"]],["paragraph",t(2235)]];function a(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1],{alt:(o[e][2]||[]).slice()})}a.prototype.tokenize=function(e,r,t){for(var n,o=this.ruler.getRules(""),a=o.length,i=r,s=!1,u=e.md.options.maxNesting;i<t&&(e.line=i=e.skipEmptyLines(i),!(i>=t))&&!(e.sCount[i]<e.blkIndent);){if(e.level>=u){e.line=t;break}for(n=0;n<a&&!o[n](e,i,t,!1);n++);e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),(i=e.line)<t&&e.isEmpty(i)&&(s=!0,i++,e.line=i)}},a.prototype.parse=function(e,r,t,n){var o;e&&(o=new this.State(e,r,t,n),this.tokenize(o,o.line,o.lineMax))},a.prototype.State=t(7349),e.exports=a},5611:function(e,r,t){"use strict";var n=t(8725),o=[["normalize",t(8138)],["block",t(4006)],["inline",t(4681)],["linkify",t(8323)],["replacements",t(3252)],["smartquotes",t(9369)]];function a(){this.ruler=new n;for(var e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1])}a.prototype.process=function(e){var r,t,n;for(r=0,t=(n=this.ruler.getRules("")).length;r<t;r++)n[r](e)},a.prototype.State=t(3035),e.exports=a},2469:function(e,r,t){"use strict";var n=t(8725),o=[["text",t(3363)],["newline",t(6132)],["escape",t(4130)],["backticks",t(3915)],["strikethrough",t(5034).w],["emphasis",t(6989).w],["link",t(7497)],["image",t(960)],["autolink",t(9208)],["html_inline",t(5342)],["entity",t(4645)]],a=[["balance_pairs",t(9133)],["strikethrough",t(5034).g],["emphasis",t(6989).g],["text_collapse",t(1787)]];function i(){var e;for(this.ruler=new n,e=0;e<o.length;e++)this.ruler.push(o[e][0],o[e][1]);for(this.ruler2=new n,e=0;e<a.length;e++)this.ruler2.push(a[e][0],a[e][1])}i.prototype.skipToken=function(e){var r,t,n=e.pos,o=this.ruler.getRules(""),a=o.length,i=e.md.options.maxNesting,s=e.cache;if(void 0===s[n]){if(e.level<i)for(t=0;t<a&&(e.level++,r=o[t](e,!0),e.level--,!r);t++);else e.pos=e.posMax;r||e.pos++,s[n]=e.pos}else e.pos=s[n]},i.prototype.tokenize=function(e){for(var r,t,n=this.ruler.getRules(""),o=n.length,a=e.posMax,i=e.md.options.maxNesting;e.pos<a;){if(e.level<i)for(t=0;t<o&&!(r=n[t](e,!1));t++);if(r){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},i.prototype.parse=function(e,r,t,n){var o,a,i,s=new this.State(e,r,t,n);for(this.tokenize(s),i=(a=this.ruler2.getRules("")).length,o=0;o<i;o++)a[o](s)},i.prototype.State=t(1496),e.exports=i},835:function(e){"use strict";e.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โ€œโ€โ€˜โ€™",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}}},9817:function(e){"use strict";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โ€œโ€โ€˜โ€™",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},3005:function(e){"use strict";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"โ€œโ€โ€˜โ€™",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},4116:function(e,r,t){"use strict";var n=t(2257).assign,o=t(2257).unescapeAll,a=t(2257).escapeHtml,i={};function s(){this.rules=n({},i)}i.code_inline=function(e,r,t,n,o){var i=e[r];return"<code"+o.renderAttrs(i)+">"+a(e[r].content)+"</code>"},i.code_block=function(e,r,t,n,o){var i=e[r];return"<pre"+o.renderAttrs(i)+"><code>"+a(e[r].content)+"</code></pre>\n"},i.fence=function(e,r,t,n,i){var s,u,l,c,p,h=e[r],f=h.info?o(h.info).trim():"",_="",d="";return f&&(_=(l=f.split(/(\s+)/g))[0],d=l.slice(2).join("")),0===(s=t.highlight&&t.highlight(h.content,_,d)||a(h.content)).indexOf("<pre")?s+"\n":f?(u=h.attrIndex("class"),c=h.attrs?h.attrs.slice():[],u<0?c.push(["class",t.langPrefix+_]):c[u][1]+=" "+t.langPrefix+_,p={attrs:c},"<pre><code"+i.renderAttrs(p)+">"+s+"</code></pre>\n"):"<pre><code"+i.renderAttrs(h)+">"+s+"</code></pre>\n"},i.image=function(e,r,t,n,o){var a=e[r];return a.attrs[a.attrIndex("alt")][1]=o.renderInlineAsText(a.children,t,n),o.renderToken(e,r,t)},i.hardbreak=function(e,r,t){return t.xhtmlOut?"<br />\n":"<br>\n"},i.softbreak=function(e,r,t){return t.breaks?t.xhtmlOut?"<br />\n":"<br>\n":"\n"},i.text=function(e,r){return a(e[r].content)},i.html_block=function(e,r){return e[r].content},i.html_inline=function(e,r){return e[r].content},s.prototype.renderAttrs=function(e){var r,t,n;if(!e.attrs)return"";for(n="",r=0,t=e.attrs.length;r<t;r++)n+=" "+a(e.attrs[r][0])+'="'+a(e.attrs[r][1])+'"';return n},s.prototype.renderToken=function(e,r,t){var n,o="",a=!1,i=e[r];return i.hidden?"":(i.block&&-1!==i.nesting&&r&&e[r-1].hidden&&(o+="\n"),o+=(-1===i.nesting?"</":"<")+i.tag,o+=this.renderAttrs(i),0===i.nesting&&t.xhtmlOut&&(o+=" /"),i.block&&(a=!0,1===i.nesting&&r+1<e.length&&("inline"===(n=e[r+1]).type||n.hidden||-1===n.nesting&&n.tag===i.tag)&&(a=!1)),o+=a?">\n":">")},s.prototype.renderInline=function(e,r,t){for(var n,o="",a=this.rules,i=0,s=e.length;i<s;i++)void 0!==a[n=e[i].type]?o+=a[n](e,i,r,t,this):o+=this.renderToken(e,i,r);return o},s.prototype.renderInlineAsText=function(e,r,t){for(var n="",o=0,a=e.length;o<a;o++)"text"===e[o].type?n+=e[o].content:"image"===e[o].type&&(n+=this.renderInlineAsText(e[o].children,r,t));return n},s.prototype.render=function(e,r,t){var n,o,a,i="",s=this.rules;for(n=0,o=e.length;n<o;n++)"inline"===(a=e[n].type)?i+=this.renderInline(e[n].children,r,t):void 0!==s[a]?i+=s[e[n].type](e,n,r,t,this):i+=this.renderToken(e,n,r,t);return i},e.exports=s},8725:function(e){"use strict";function r(){this.__rules__=[],this.__cache__=null}r.prototype.__find__=function(e){for(var r=0;r<this.__rules__.length;r++)if(this.__rules__[r].name===e)return r;return-1},r.prototype.__compile__=function(){var e=this,r=[""];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){r.indexOf(e)<0&&r.push(e)}))})),e.__cache__={},r.forEach((function(r){e.__cache__[r]=[],e.__rules__.forEach((function(t){t.enabled&&(r&&t.alt.indexOf(r)<0||e.__cache__[r].push(t.fn))}))}))},r.prototype.at=function(e,r,t){var n=this.__find__(e),o=t||{};if(-1===n)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=r,this.__rules__[n].alt=o.alt||[],this.__cache__=null},r.prototype.before=function(e,r,t,n){var o=this.__find__(e),a=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:r,enabled:!0,fn:t,alt:a.alt||[]}),this.__cache__=null},r.prototype.after=function(e,r,t,n){var o=this.__find__(e),a=n||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:r,enabled:!0,fn:t,alt:a.alt||[]}),this.__cache__=null},r.prototype.push=function(e,r,t){var n=t||{};this.__rules__.push({name:e,enabled:!0,fn:r,alt:n.alt||[]}),this.__cache__=null},r.prototype.enable=function(e,r){Array.isArray(e)||(e=[e]);var t=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!0,t.push(e)}),this),this.__cache__=null,t},r.prototype.enableOnly=function(e,r){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,r)},r.prototype.disable=function(e,r){Array.isArray(e)||(e=[e]);var t=[];return e.forEach((function(e){var n=this.__find__(e);if(n<0){if(r)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!1,t.push(e)}),this),this.__cache__=null,t},r.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},e.exports=r},5531:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v=e.lineMax,A=e.bMarks[r]+e.tShift[r],E=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(A++))return!1;if(o)return!0;for(u=f=e.sCount[r]+1,32===e.src.charCodeAt(A)?(A++,u++,f++,a=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[r]+f)%4==3?(A++,u++,f++,a=!1):a=!0):k=!1,_=[e.bMarks[r]],e.bMarks[r]=A;A<E&&(i=e.src.charCodeAt(A),n(i));)9===i?f+=4-(f+e.bsCount[r]+(a?1:0))%4:f++,A++;for(d=[e.bsCount[r]],e.bsCount[r]=e.sCount[r]+1+(k?1:0),c=A>=E,b=[e.sCount[r]],e.sCount[r]=f-u,D=[e.tShift[r]],e.tShift[r]=A-e.bMarks[r],C=e.md.block.ruler.getRules("blockquote"),g=e.parentType,e.parentType="blockquote",h=r+1;h<t&&(w=e.sCount[h]<e.blkIndent,!((A=e.bMarks[h]+e.tShift[h])>=(E=e.eMarks[h])));h++)if(62!==e.src.charCodeAt(A++)||w){if(c)break;for(F=!1,s=0,l=C.length;s<l;s++)if(C[s](e,h,t,!0)){F=!0;break}if(F){e.lineMax=h,0!==e.blkIndent&&(_.push(e.bMarks[h]),d.push(e.bsCount[h]),D.push(e.tShift[h]),b.push(e.sCount[h]),e.sCount[h]-=e.blkIndent);break}_.push(e.bMarks[h]),d.push(e.bsCount[h]),D.push(e.tShift[h]),b.push(e.sCount[h]),e.sCount[h]=-1}else{for(u=f=e.sCount[h]+1,32===e.src.charCodeAt(A)?(A++,u++,f++,a=!1,k=!0):9===e.src.charCodeAt(A)?(k=!0,(e.bsCount[h]+f)%4==3?(A++,u++,f++,a=!1):a=!0):k=!1,_.push(e.bMarks[h]),e.bMarks[h]=A;A<E&&(i=e.src.charCodeAt(A),n(i));)9===i?f+=4-(f+e.bsCount[h]+(a?1:0))%4:f++,A++;c=A>=E,d.push(e.bsCount[h]),e.bsCount[h]=e.sCount[h]+1+(k?1:0),b.push(e.sCount[h]),e.sCount[h]=f-u,D.push(e.tShift[h]),e.tShift[h]=A-e.bMarks[h]}for(m=e.blkIndent,e.blkIndent=0,(y=e.push("blockquote_open","blockquote",1)).markup=">",y.map=p=[r,0],e.md.block.tokenize(e,r,h),(y=e.push("blockquote_close","blockquote",-1)).markup=">",e.lineMax=v,e.parentType=g,p[1]=e.line,s=0;s<D.length;s++)e.bMarks[s+r]=_[s],e.tShift[s+r]=D[s],e.sCount[s+r]=b[s],e.bsCount[s+r]=d[s];return e.blkIndent=m,!0}},2675:function(e){"use strict";e.exports=function(e,r,t){var n,o,a;if(e.sCount[r]-e.blkIndent<4)return!1;for(o=n=r+1;n<t;)if(e.isEmpty(n))n++;else{if(!(e.sCount[n]-e.blkIndent>=4))break;o=++n}return e.line=o,(a=e.push("code_block","code",0)).content=e.getLines(r,o,4+e.blkIndent,!0),a.map=[r,e.line],!0}},6865:function(e){"use strict";e.exports=function(e,r,t,n){var o,a,i,s,u,l,c,p=!1,h=e.bMarks[r]+e.tShift[r],f=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(h+3>f)return!1;if(126!==(o=e.src.charCodeAt(h))&&96!==o)return!1;if(u=h,(a=(h=e.skipChars(h,o))-u)<3)return!1;if(c=e.src.slice(u,h),i=e.src.slice(h,f),96===o&&i.indexOf(String.fromCharCode(o))>=0)return!1;if(n)return!0;for(s=r;!(++s>=t||(h=u=e.bMarks[s]+e.tShift[s])<(f=e.eMarks[s])&&e.sCount[s]<e.blkIndent);)if(e.src.charCodeAt(h)===o&&!(e.sCount[s]-e.blkIndent>=4||(h=e.skipChars(h,o))-u<a||(h=e.skipSpaces(h))<f)){p=!0;break}return a=e.sCount[r],e.line=s+(p?1:0),(l=e.push("fence","code",0)).info=i,l.content=e.getLines(r+1,s,a,!0),l.markup=c,l.map=[r,e.line],!0}},1836:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(35!==(a=e.src.charCodeAt(l))||l>=c)return!1;for(i=1,a=e.src.charCodeAt(++l);35===a&&l<c&&i<=6;)i++,a=e.src.charCodeAt(++l);return!(i>6||l<c&&!n(a)||(o||(c=e.skipSpacesBack(c,l),(s=e.skipCharsBack(c,35,l))>l&&n(e.src.charCodeAt(s-1))&&(c=s),e.line=r+1,(u=e.push("heading_open","h"+String(i),1)).markup="########".slice(0,i),u.map=[r,e.line],(u=e.push("inline","",0)).content=e.src.slice(l,c).trim(),u.map=[r,e.line],u.children=[],(u=e.push("heading_close","h"+String(i),-1)).markup="########".slice(0,i)),0))}},5526:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r,t,o){var a,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(42!==(a=e.src.charCodeAt(l++))&&45!==a&&95!==a)return!1;for(i=1;l<c;){if((s=e.src.charCodeAt(l++))!==a&&!n(s))return!1;s===a&&i++}return!(i<3||(o||(e.line=r+1,(u=e.push("hr","hr",0)).map=[r,e.line],u.markup=Array(i+1).join(String.fromCharCode(a))),0))}},7734:function(e,r,t){"use strict";var n=t(2803),o=t(3609).q,a=[[/^<(script|pre|style)(?=(\s|>|$))/i,/<\/(script|pre|style)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+n.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(o.source+"\\s*$"),/^$/,!1]];e.exports=function(e,r,t,n){var o,i,s,u,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(e.sCount[r]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(l))return!1;for(u=e.src.slice(l,c),o=0;o<a.length&&!a[o][0].test(u);o++);if(o===a.length)return!1;if(n)return a[o][2];if(i=r+1,!a[o][1].test(u))for(;i<t&&!(e.sCount[i]<e.blkIndent);i++)if(l=e.bMarks[i]+e.tShift[i],c=e.eMarks[i],u=e.src.slice(l,c),a[o][1].test(u)){0!==u.length&&i++;break}return e.line=i,(s=e.push("html_block","",0)).map=[r,i],s.content=e.getLines(r,i,e.blkIndent,!0),!0}},2111:function(e){"use strict";e.exports=function(e,r,t){var n,o,a,i,s,u,l,c,p,h,f=r+1,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[r]-e.blkIndent>=4)return!1;for(h=e.parentType,e.parentType="paragraph";f<t&&!e.isEmpty(f);f++)if(!(e.sCount[f]-e.blkIndent>3)){if(e.sCount[f]>=e.blkIndent&&(u=e.bMarks[f]+e.tShift[f])<(l=e.eMarks[f])&&(45===(p=e.src.charCodeAt(u))||61===p)&&(u=e.skipChars(u,p),(u=e.skipSpaces(u))>=l)){c=61===p?1:2;break}if(!(e.sCount[f]<0)){for(o=!1,a=0,i=_.length;a<i;a++)if(_[a](e,f,t,!0)){o=!0;break}if(o)break}}return!!c&&(n=e.getLines(r,f,e.blkIndent,!1).trim(),e.line=f+1,(s=e.push("heading_open","h"+String(c),1)).markup=String.fromCharCode(p),s.map=[r,e.line],(s=e.push("inline","",0)).content=n,s.map=[r,e.line-1],s.children=[],(s=e.push("heading_close","h"+String(c),-1)).markup=String.fromCharCode(p),e.parentType=h,!0)}},1991:function(e,r,t){"use strict";var n=t(2257).isSpace;function o(e,r){var t,o,a,i;return o=e.bMarks[r]+e.tShift[r],a=e.eMarks[r],42!==(t=e.src.charCodeAt(o++))&&45!==t&&43!==t||o<a&&(i=e.src.charCodeAt(o),!n(i))?-1:o}function a(e,r){var t,o=e.bMarks[r]+e.tShift[r],a=o,i=e.eMarks[r];if(a+1>=i)return-1;if((t=e.src.charCodeAt(a++))<48||t>57)return-1;for(;;){if(a>=i)return-1;if(!((t=e.src.charCodeAt(a++))>=48&&t<=57)){if(41===t||46===t)break;return-1}if(a-o>=10)return-1}return a<i&&(t=e.src.charCodeAt(a),!n(t))?-1:a}e.exports=function(e,r,t,n){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v,A,E,x,B,q,S,z,L,I=!1,T=!0;if(e.sCount[r]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[r]-e.listIndent>=4&&e.sCount[r]<e.blkIndent)return!1;if(n&&"paragraph"===e.parentType&&e.tShift[r]>=e.blkIndent&&(I=!0),(x=a(e,r))>=0){if(h=!0,q=e.bMarks[r]+e.tShift[r],b=Number(e.src.substr(q,x-q-1)),I&&1!==b)return!1}else{if(!((x=o(e,r))>=0))return!1;h=!1}if(I&&e.skipSpaces(x)>=e.eMarks[r])return!1;if(g=e.src.charCodeAt(x-1),n)return!0;for(m=e.tokens.length,h?(L=e.push("ordered_list_open","ol",1),1!==b&&(L.attrs=[["start",b]])):L=e.push("bullet_list_open","ul",1),L.map=d=[r,0],L.markup=String.fromCharCode(g),k=r,B=!1,z=e.md.block.ruler.getRules("list"),y=e.parentType,e.parentType="list";k<t;){for(E=x,D=e.eMarks[k],p=F=e.sCount[k]+x-(e.bMarks[r]+e.tShift[r]);E<D;){if(9===(i=e.src.charCodeAt(E)))F+=4-(F+e.bsCount[k])%4;else{if(32!==i)break;F++}E++}if((c=(s=E)>=D?1:F-p)>4&&(c=1),l=p+c,(L=e.push("list_item_open","li",1)).markup=String.fromCharCode(g),L.map=f=[r,0],A=e.tight,v=e.tShift[r],w=e.sCount[r],C=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[r]=s-e.bMarks[r],e.sCount[r]=F,s>=D&&e.isEmpty(r+1)?e.line=Math.min(e.line+2,t):e.md.block.tokenize(e,r,t,!0),e.tight&&!B||(T=!1),B=e.line-r>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=C,e.tShift[r]=v,e.sCount[r]=w,e.tight=A,(L=e.push("list_item_close","li",-1)).markup=String.fromCharCode(g),k=r=e.line,f[1]=k,s=e.bMarks[r],k>=t)break;if(e.sCount[k]<e.blkIndent)break;if(e.sCount[r]-e.blkIndent>=4)break;for(S=!1,u=0,_=z.length;u<_;u++)if(z[u](e,k,t,!0)){S=!0;break}if(S)break;if(h){if((x=a(e,k))<0)break}else if((x=o(e,k))<0)break;if(g!==e.src.charCodeAt(x-1))break}return(L=h?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(g),d[1]=k,e.line=k,e.parentType=y,T&&function(e,r){var t,n,o=e.level+2;for(t=r+2,n=e.tokens.length-2;t<n;t++)e.tokens[t].level===o&&"paragraph_open"===e.tokens[t].type&&(e.tokens[t+2].hidden=!0,e.tokens[t].hidden=!0,t+=2)}(e,m),!0}},2235:function(e,r,t){"use strict";var n=t(2257).trim;e.exports=function(e,r){var t,o,a,i,s,u,l=r+1,c=e.md.block.ruler.getRules("paragraph"),p=e.lineMax;for(u=e.parentType,e.parentType="paragraph";l<p&&!e.isEmpty(l);l++)if(!(e.sCount[l]-e.blkIndent>3||e.sCount[l]<0)){for(o=!1,a=0,i=c.length;a<i;a++)if(c[a](e,l,p,!0)){o=!0;break}if(o)break}return t=n(e.getLines(r,l,e.blkIndent,!1)),e.line=l,(s=e.push("paragraph_open","p",1)).map=[r,e.line],(s=e.push("inline","",0)).content=t,s.map=[r,e.line],s.children=[],s=e.push("paragraph_close","p",-1),e.parentType=u,!0}},8045:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r,t,a){var i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C=0,y=e.bMarks[r]+e.tShift[r],w=e.eMarks[r],v=r+1;if(e.sCount[r]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(y))return!1;for(;++y<w;)if(93===e.src.charCodeAt(y)&&92!==e.src.charCodeAt(y-1)){if(y+1===w)return!1;if(58!==e.src.charCodeAt(y+1))return!1;break}for(l=e.lineMax,k=e.md.block.ruler.getRules("reference"),d=e.parentType,e.parentType="reference";v<l&&!e.isEmpty(v);v++)if(!(e.sCount[v]-e.blkIndent>3||e.sCount[v]<0)){for(D=!1,p=0,h=k.length;p<h;p++)if(k[p](e,v,l,!0)){D=!0;break}if(D)break}for(w=(b=e.getLines(r,v,e.blkIndent,!1).trim()).length,y=1;y<w;y++){if(91===(i=b.charCodeAt(y)))return!1;if(93===i){_=y;break}(10===i||92===i&&++y<w&&10===b.charCodeAt(y))&&C++}if(_<0||58!==b.charCodeAt(_+1))return!1;for(y=_+2;y<w;y++)if(10===(i=b.charCodeAt(y)))C++;else if(!o(i))break;if(!(m=e.md.helpers.parseLinkDestination(b,y,w)).ok)return!1;if(c=e.md.normalizeLink(m.str),!e.md.validateLink(c))return!1;for(s=y=m.pos,u=C+=m.lines,g=y;y<w;y++)if(10===(i=b.charCodeAt(y)))C++;else if(!o(i))break;for(m=e.md.helpers.parseLinkTitle(b,y,w),y<w&&g!==y&&m.ok?(F=m.str,y=m.pos,C+=m.lines):(F="",y=s,C=u);y<w&&(i=b.charCodeAt(y),o(i));)y++;if(y<w&&10!==b.charCodeAt(y)&&F)for(F="",y=s,C=u;y<w&&(i=b.charCodeAt(y),o(i));)y++;return!(y<w&&10!==b.charCodeAt(y)||!(f=n(b.slice(1,_)))||(a||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[f]&&(e.env.references[f]={title:F,href:c}),e.parentType=d,e.line=r+C+1),0))}},7349:function(e,r,t){"use strict";var n=t(9159),o=t(2257).isSpace;function a(e,r,t,n){var a,i,s,u,l,c,p,h;for(this.src=e,this.md=r,this.env=t,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",h=!1,s=u=c=p=0,l=(i=this.src).length;u<l;u++){if(a=i.charCodeAt(u),!h){if(o(a)){c++,9===a?p+=4-p%4:p++;continue}h=!0}10!==a&&u!==l-1||(10!==a&&u++,this.bMarks.push(s),this.eMarks.push(u),this.tShift.push(c),this.sCount.push(p),this.bsCount.push(0),h=!1,c=0,p=0,s=u+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}a.prototype.push=function(e,r,t){var o=new n(e,r,t);return o.block=!0,t<0&&this.level--,o.level=this.level,t>0&&this.level++,this.tokens.push(o),o},a.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},a.prototype.skipEmptyLines=function(e){for(var r=this.lineMax;e<r&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},a.prototype.skipSpaces=function(e){for(var r,t=this.src.length;e<t&&(r=this.src.charCodeAt(e),o(r));e++);return e},a.prototype.skipSpacesBack=function(e,r){if(e<=r)return e;for(;e>r;)if(!o(this.src.charCodeAt(--e)))return e+1;return e},a.prototype.skipChars=function(e,r){for(var t=this.src.length;e<t&&this.src.charCodeAt(e)===r;e++);return e},a.prototype.skipCharsBack=function(e,r,t){if(e<=t)return e;for(;e>t;)if(r!==this.src.charCodeAt(--e))return e+1;return e},a.prototype.getLines=function(e,r,t,n){var a,i,s,u,l,c,p,h=e;if(e>=r)return"";for(c=new Array(r-e),a=0;h<r;h++,a++){for(i=0,p=u=this.bMarks[h],l=h+1<r||n?this.eMarks[h]+1:this.eMarks[h];u<l&&i<t;){if(s=this.src.charCodeAt(u),o(s))9===s?i+=4-(i+this.bsCount[h])%4:i++;else{if(!(u-p<this.tShift[h]))break;i++}u++}c[a]=i>t?new Array(i-t+1).join(" ")+this.src.slice(u,l):this.src.slice(u,l)}return c.join("")},a.prototype.Token=n,e.exports=a},7636:function(e,r,t){"use strict";var n=t(2257).isSpace;function o(e,r){var t=e.bMarks[r]+e.tShift[r],n=e.eMarks[r];return e.src.substr(t,n-t)}function a(e){var r,t=[],n=0,o=e.length,a=!1,i=0,s="";for(r=e.charCodeAt(n);n<o;)124===r&&(a?(s+=e.substring(i,n-1),i=n):(t.push(s+e.substring(i,n)),s="",i=n+1)),a=92===r,n++,r=e.charCodeAt(n);return t.push(s+e.substring(i)),t}e.exports=function(e,r,t,i){var s,u,l,c,p,h,f,_,d,m,g,b,D,k,F,C;if(r+2>t)return!1;if(h=r+1,e.sCount[h]<e.blkIndent)return!1;if(e.sCount[h]-e.blkIndent>=4)return!1;if((l=e.bMarks[h]+e.tShift[h])>=e.eMarks[h])return!1;if(124!==(s=e.src.charCodeAt(l++))&&45!==s&&58!==s)return!1;for(;l<e.eMarks[h];){if(124!==(s=e.src.charCodeAt(l))&&45!==s&&58!==s&&!n(s))return!1;l++}for(f=(u=o(e,r+1)).split("|"),m=[],c=0;c<f.length;c++){if(!(g=f[c].trim())){if(0===c||c===f.length-1)continue;return!1}if(!/^:?-+:?$/.test(g))return!1;58===g.charCodeAt(g.length-1)?m.push(58===g.charCodeAt(0)?"center":"right"):58===g.charCodeAt(0)?m.push("left"):m.push("")}if(-1===(u=o(e,r).trim()).indexOf("|"))return!1;if(e.sCount[r]-e.blkIndent>=4)return!1;if((f=a(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),0===(_=f.length)||_!==m.length)return!1;if(i)return!0;for(k=e.parentType,e.parentType="table",C=e.md.block.ruler.getRules("blockquote"),(d=e.push("table_open","table",1)).map=b=[r,0],(d=e.push("thead_open","thead",1)).map=[r,r+1],(d=e.push("tr_open","tr",1)).map=[r,r+1],c=0;c<f.length;c++)d=e.push("th_open","th",1),m[c]&&(d.attrs=[["style","text-align:"+m[c]]]),(d=e.push("inline","",0)).content=f[c].trim(),d.children=[],d=e.push("th_close","th",-1);for(d=e.push("tr_close","tr",-1),d=e.push("thead_close","thead",-1),h=r+2;h<t&&!(e.sCount[h]<e.blkIndent);h++){for(F=!1,c=0,p=C.length;c<p;c++)if(C[c](e,h,t,!0)){F=!0;break}if(F)break;if(!(u=o(e,h).trim()))break;if(e.sCount[h]-e.blkIndent>=4)break;for((f=a(u)).length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),h===r+2&&((d=e.push("tbody_open","tbody",1)).map=D=[r+2,0]),(d=e.push("tr_open","tr",1)).map=[h,h+1],c=0;c<_;c++)d=e.push("td_open","td",1),m[c]&&(d.attrs=[["style","text-align:"+m[c]]]),(d=e.push("inline","",0)).content=f[c]?f[c].trim():"",d.children=[],d=e.push("td_close","td",-1);d=e.push("tr_close","tr",-1)}return D&&(d=e.push("tbody_close","tbody",-1),D[1]=h),d=e.push("table_close","table",-1),b[1]=h,e.parentType=k,e.line=h,!0}},4006:function(e){"use strict";e.exports=function(e){var r;e.inlineMode?((r=new e.Token("inline","",0)).content=e.src,r.map=[0,1],r.children=[],e.tokens.push(r)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},4681:function(e){"use strict";e.exports=function(e){var r,t,n,o=e.tokens;for(t=0,n=o.length;t<n;t++)"inline"===(r=o[t]).type&&e.md.inline.parse(r.content,e.md,e.env,r.children)}},8323:function(e,r,t){"use strict";var n=t(2257).arrayReplaceAt;function o(e){return/^<\/a\s*>/i.test(e)}e.exports=function(e){var r,t,a,i,s,u,l,c,p,h,f,_,d,m,g,b,D,k,F=e.tokens;if(e.md.options.linkify)for(t=0,a=F.length;t<a;t++)if("inline"===F[t].type&&e.md.linkify.pretest(F[t].content))for(d=0,r=(i=F[t].children).length-1;r>=0;r--)if("link_close"!==(u=i[r]).type){if("html_inline"===u.type&&(k=u.content,/^<a[>\s]/i.test(k)&&d>0&&d--,o(u.content)&&d++),!(d>0)&&"text"===u.type&&e.md.linkify.test(u.content)){for(p=u.content,D=e.md.linkify.match(p),l=[],_=u.level,f=0,c=0;c<D.length;c++)m=D[c].url,g=e.md.normalizeLink(m),e.md.validateLink(g)&&(b=D[c].text,b=D[c].schema?"mailto:"!==D[c].schema||/^mailto:/i.test(b)?e.md.normalizeLinkText(b):e.md.normalizeLinkText("mailto:"+b).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+b).replace(/^http:\/\//,""),(h=D[c].index)>f&&((s=new e.Token("text","",0)).content=p.slice(f,h),s.level=_,l.push(s)),(s=new e.Token("link_open","a",1)).attrs=[["href",g]],s.level=_++,s.markup="linkify",s.info="auto",l.push(s),(s=new e.Token("text","",0)).content=b,s.level=_,l.push(s),(s=new e.Token("link_close","a",-1)).level=--_,s.markup="linkify",s.info="auto",l.push(s),f=D[c].lastIndex);f<p.length&&((s=new e.Token("text","",0)).content=p.slice(f),s.level=_,l.push(s)),F[t].children=i=n(i,r,l)}}else for(r--;i[r].level!==u.level&&"link_open"!==i[r].type;)r--}},8138:function(e){"use strict";var r=/\r\n?|\n/g,t=/\0/g;e.exports=function(e){var n;n=(n=e.src.replace(r,"\n")).replace(t,"๏ฟฝ"),e.src=n}},3252:function(e){"use strict";var r=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,t=/\((c|tm|r|p)\)/i,n=/\((c|tm|r|p)\)/gi,o={c:"ยฉ",r:"ยฎ",p:"ยง",tm:"โ„ข"};function a(e,r){return o[r.toLowerCase()]}function i(e){var r,t,o=0;for(r=e.length-1;r>=0;r--)"text"!==(t=e[r]).type||o||(t.content=t.content.replace(n,a)),"link_open"===t.type&&"auto"===t.info&&o--,"link_close"===t.type&&"auto"===t.info&&o++}function s(e){var t,n,o=0;for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).type||o||r.test(n.content)&&(n.content=n.content.replace(/\+-/g,"ยฑ").replace(/\.{2,}/g,"โ€ฆ").replace(/([?!])โ€ฆ/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1โ€”").replace(/(^|\s)--(?=\s|$)/gm,"$1โ€“").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1โ€“")),"link_open"===n.type&&"auto"===n.info&&o--,"link_close"===n.type&&"auto"===n.info&&o++}e.exports=function(e){var n;if(e.md.options.typographer)for(n=e.tokens.length-1;n>=0;n--)"inline"===e.tokens[n].type&&(t.test(e.tokens[n].content)&&i(e.tokens[n].children),r.test(e.tokens[n].content)&&s(e.tokens[n].children))}},9369:function(e,r,t){"use strict";var n=t(2257).isWhiteSpace,o=t(2257).isPunctChar,a=t(2257).isMdAsciiPunct,i=/['"]/,s=/['"]/g;function u(e,r,t){return e.substr(0,r)+t+e.substr(r+1)}function l(e,r){var t,i,l,c,p,h,f,_,d,m,g,b,D,k,F,C,y,w,v,A,E;for(v=[],t=0;t<e.length;t++){for(i=e[t],f=e[t].level,y=v.length-1;y>=0&&!(v[y].level<=f);y--);if(v.length=y+1,"text"===i.type){p=0,h=(l=i.content).length;e:for(;p<h&&(s.lastIndex=p,c=s.exec(l));){if(F=C=!0,p=c.index+1,w="'"===c[0],d=32,c.index-1>=0)d=l.charCodeAt(c.index-1);else for(y=t-1;y>=0&&"softbreak"!==e[y].type&&"hardbreak"!==e[y].type;y--)if(e[y].content){d=e[y].content.charCodeAt(e[y].content.length-1);break}if(m=32,p<h)m=l.charCodeAt(p);else for(y=t+1;y<e.length&&"softbreak"!==e[y].type&&"hardbreak"!==e[y].type;y++)if(e[y].content){m=e[y].content.charCodeAt(0);break}if(g=a(d)||o(String.fromCharCode(d)),b=a(m)||o(String.fromCharCode(m)),D=n(d),(k=n(m))?F=!1:b&&(D||g||(F=!1)),D?C=!1:g&&(k||b||(C=!1)),34===m&&'"'===c[0]&&d>=48&&d<=57&&(C=F=!1),F&&C&&(F=g,C=b),F||C){if(C)for(y=v.length-1;y>=0&&(_=v[y],!(v[y].level<f));y--)if(_.single===w&&v[y].level===f){_=v[y],w?(A=r.md.options.quotes[2],E=r.md.options.quotes[3]):(A=r.md.options.quotes[0],E=r.md.options.quotes[1]),i.content=u(i.content,c.index,E),e[_.token].content=u(e[_.token].content,_.pos,A),p+=E.length-1,_.token===t&&(p+=A.length-1),h=(l=i.content).length,v.length=y;continue e}F?v.push({token:t,pos:c.index,single:w,level:f}):C&&w&&(i.content=u(i.content,c.index,"โ€™"))}else w&&(i.content=u(i.content,c.index,"โ€™"))}}}}e.exports=function(e){var r;if(e.md.options.typographer)for(r=e.tokens.length-1;r>=0;r--)"inline"===e.tokens[r].type&&i.test(e.tokens[r].content)&&l(e.tokens[r].children,e)}},3035:function(e,r,t){"use strict";var n=t(9159);function o(e,r,t){this.src=e,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=r}o.prototype.Token=n,e.exports=o},9208:function(e){"use strict";var r=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,t=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;e.exports=function(e,n){var o,a,i,s,u,l,c=e.pos;if(60!==e.src.charCodeAt(c))return!1;for(u=e.pos,l=e.posMax;;){if(++c>=l)return!1;if(60===(s=e.src.charCodeAt(c)))return!1;if(62===s)break}return o=e.src.slice(u+1,c),t.test(o)?(a=e.md.normalizeLink(o),!!e.md.validateLink(a)&&(n||((i=e.push("link_open","a",1)).attrs=[["href",a]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(o),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=o.length+2,!0)):!!r.test(o)&&(a=e.md.normalizeLink("mailto:"+o),!!e.md.validateLink(a)&&(n||((i=e.push("link_open","a",1)).attrs=[["href",a]],i.markup="autolink",i.info="auto",(i=e.push("text","",0)).content=e.md.normalizeLinkText(o),(i=e.push("link_close","a",-1)).markup="autolink",i.info="auto"),e.pos+=o.length+2,!0))}},3915:function(e){"use strict";e.exports=function(e,r){var t,n,o,a,i,s,u,l,c=e.pos;if(96!==e.src.charCodeAt(c))return!1;for(t=c,c++,n=e.posMax;c<n&&96===e.src.charCodeAt(c);)c++;if(u=(o=e.src.slice(t,c)).length,e.backticksScanned&&(e.backticks[u]||0)<=t)return r||(e.pending+=o),e.pos+=u,!0;for(i=s=c;-1!==(i=e.src.indexOf("`",s));){for(s=i+1;s<n&&96===e.src.charCodeAt(s);)s++;if((l=s-i)===u)return r||((a=e.push("code_inline","code",0)).markup=o,a.content=e.src.slice(c,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=s,!0;e.backticks[l]=i}return e.backticksScanned=!0,r||(e.pending+=o),e.pos+=u,!0}},9133:function(e){"use strict";function r(e,r){var t,n,o,a,i,s,u,l,c={},p=r.length;for(t=0;t<p;t++)if((o=r[t]).length=o.length||0,o.close){for(c.hasOwnProperty(o.marker)||(c[o.marker]=[-1,-1,-1]),i=c[o.marker][o.length%3],s=n=t-o.jump-1;n>i;n-=a.jump+1)if((a=r[n]).marker===o.marker&&a.open&&a.end<0&&(u=!1,(a.close||o.open)&&(a.length+o.length)%3==0&&(a.length%3==0&&o.length%3==0||(u=!0)),!u)){l=n>0&&!r[n-1].open?r[n-1].jump+1:0,o.jump=t-n+l,o.open=!1,a.end=t,a.jump=l,a.close=!1,s=-1;break}-1!==s&&(c[o.marker][(o.length||0)%3]=s)}}e.exports=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(0,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(0,n[t].delimiters)}},6989:function(e){"use strict";function r(e,r){var t,n,o,a,i,s;for(t=r.length-1;t>=0;t--)95!==(n=r[t]).marker&&42!==n.marker||-1!==n.end&&(o=r[n.end],s=t>0&&r[t-1].end===n.end+1&&r[t-1].token===n.token-1&&r[n.end+1].token===o.token+1&&r[t-1].marker===n.marker,i=String.fromCharCode(n.marker),(a=e.tokens[n.token]).type=s?"strong_open":"em_open",a.tag=s?"strong":"em",a.nesting=1,a.markup=s?i+i:i,a.content="",(a=e.tokens[o.token]).type=s?"strong_close":"em_close",a.tag=s?"strong":"em",a.nesting=-1,a.markup=s?i+i:i,a.content="",s&&(e.tokens[r[t-1].token].content="",e.tokens[r[n.end+1].token].content="",t--))}e.exports.w=function(e,r){var t,n,o=e.pos,a=e.src.charCodeAt(o);if(r)return!1;if(95!==a&&42!==a)return!1;for(n=e.scanDelims(e.pos,42===a),t=0;t<n.length;t++)e.push("text","",0).content=String.fromCharCode(a),e.delimiters.push({marker:a,length:n.length,jump:t,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},e.exports.g=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}},4645:function(e,r,t){"use strict";var n=t(9953),o=t(2257).has,a=t(2257).isValidEntityCode,i=t(2257).fromCodePoint,s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,u=/^&([a-z][a-z0-9]{1,31});/i;e.exports=function(e,r){var t,l,c=e.pos,p=e.posMax;if(38!==e.src.charCodeAt(c))return!1;if(c+1<p)if(35===e.src.charCodeAt(c+1)){if(l=e.src.slice(c).match(s))return r||(t="x"===l[1][0].toLowerCase()?parseInt(l[1].slice(1),16):parseInt(l[1],10),e.pending+=a(t)?i(t):i(65533)),e.pos+=l[0].length,!0}else if((l=e.src.slice(c).match(u))&&o(n,l[1]))return r||(e.pending+=n[l[1]]),e.pos+=l[0].length,!0;return r||(e.pending+="&"),e.pos++,!0}},4130:function(e,r,t){"use strict";for(var n=t(2257).isSpace,o=[],a=0;a<256;a++)o.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){o[e.charCodeAt(0)]=1})),e.exports=function(e,r){var t,a=e.pos,i=e.posMax;if(92!==e.src.charCodeAt(a))return!1;if(++a<i){if((t=e.src.charCodeAt(a))<256&&0!==o[t])return r||(e.pending+=e.src[a]),e.pos+=2,!0;if(10===t){for(r||e.push("hardbreak","br",0),a++;a<i&&(t=e.src.charCodeAt(a),n(t));)a++;return e.pos=a,!0}}return r||(e.pending+="\\"),e.pos++,!0}},5342:function(e,r,t){"use strict";var n=t(3609).n;e.exports=function(e,r){var t,o,a,i=e.pos;return!(!e.md.options.html||(a=e.posMax,60!==e.src.charCodeAt(i)||i+2>=a||33!==(t=e.src.charCodeAt(i+1))&&63!==t&&47!==t&&!function(e){var r=32|e;return r>=97&&r<=122}(t)||!(o=e.src.slice(i).match(n))||(r||(e.push("html_inline","",0).content=e.src.slice(i,i+o[0].length)),e.pos+=o[0].length,0)))}},960:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r){var t,a,i,s,u,l,c,p,h,f,_,d,m,g="",b=e.pos,D=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;if(l=e.pos+2,(u=e.md.helpers.parseLinkLabel(e,e.pos+1,!1))<0)return!1;if((c=u+1)<D&&40===e.src.charCodeAt(c)){for(c++;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);if(c>=D)return!1;for(m=c,(h=e.md.helpers.parseLinkDestination(e.src,c,e.posMax)).ok&&(g=e.md.normalizeLink(h.str),e.md.validateLink(g)?c=h.pos:g=""),m=c;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);if(h=e.md.helpers.parseLinkTitle(e.src,c,e.posMax),c<D&&m!==c&&h.ok)for(f=h.str,c=h.pos;c<D&&(a=e.src.charCodeAt(c),o(a)||10===a);c++);else f="";if(c>=D||41!==e.src.charCodeAt(c))return e.pos=b,!1;c++}else{if(void 0===e.env.references)return!1;if(c<D&&91===e.src.charCodeAt(c)?(m=c+1,(c=e.md.helpers.parseLinkLabel(e,c))>=0?s=e.src.slice(m,c++):c=u+1):c=u+1,s||(s=e.src.slice(l,u)),!(p=e.env.references[n(s)]))return e.pos=b,!1;g=p.href,f=p.title}return r||(i=e.src.slice(l,u),e.md.inline.parse(i,e.md,e.env,d=[]),(_=e.push("image","img",0)).attrs=t=[["src",g],["alt",""]],_.children=d,_.content=i,f&&t.push(["title",f])),e.pos=c,e.posMax=D,!0}},7497:function(e,r,t){"use strict";var n=t(2257).normalizeReference,o=t(2257).isSpace;e.exports=function(e,r){var t,a,i,s,u,l,c,p,h="",f="",_=e.pos,d=e.posMax,m=e.pos,g=!0;if(91!==e.src.charCodeAt(e.pos))return!1;if(u=e.pos+1,(s=e.md.helpers.parseLinkLabel(e,e.pos,!0))<0)return!1;if((l=s+1)<d&&40===e.src.charCodeAt(l)){for(g=!1,l++;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);if(l>=d)return!1;if(m=l,(c=e.md.helpers.parseLinkDestination(e.src,l,e.posMax)).ok){for(h=e.md.normalizeLink(c.str),e.md.validateLink(h)?l=c.pos:h="",m=l;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);if(c=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<d&&m!==l&&c.ok)for(f=c.str,l=c.pos;l<d&&(a=e.src.charCodeAt(l),o(a)||10===a);l++);}(l>=d||41!==e.src.charCodeAt(l))&&(g=!0),l++}if(g){if(void 0===e.env.references)return!1;if(l<d&&91===e.src.charCodeAt(l)?(m=l+1,(l=e.md.helpers.parseLinkLabel(e,l))>=0?i=e.src.slice(m,l++):l=s+1):l=s+1,i||(i=e.src.slice(u,s)),!(p=e.env.references[n(i)]))return e.pos=_,!1;h=p.href,f=p.title}return r||(e.pos=u,e.posMax=s,e.push("link_open","a",1).attrs=t=[["href",h]],f&&t.push(["title",f]),e.md.inline.tokenize(e),e.push("link_close","a",-1)),e.pos=l,e.posMax=d,!0}},6132:function(e,r,t){"use strict";var n=t(2257).isSpace;e.exports=function(e,r){var t,o,a=e.pos;if(10!==e.src.charCodeAt(a))return!1;for(t=e.pending.length-1,o=e.posMax,r||(t>=0&&32===e.pending.charCodeAt(t)?t>=1&&32===e.pending.charCodeAt(t-1)?(e.pending=e.pending.replace(/ +$/,""),e.push("hardbreak","br",0)):(e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0)):e.push("softbreak","br",0)),a++;a<o&&n(e.src.charCodeAt(a));)a++;return e.pos=a,!0}},1496:function(e,r,t){"use strict";var n=t(9159),o=t(2257).isWhiteSpace,a=t(2257).isPunctChar,i=t(2257).isMdAsciiPunct;function s(e,r,t,n){this.src=e,this.env=t,this.md=r,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}s.prototype.pushPending=function(){var e=new n("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,r,t){this.pending&&this.pushPending();var o=new n(e,r,t),a=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),o.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],a={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(o),this.tokens_meta.push(a),o},s.prototype.scanDelims=function(e,r){var t,n,s,u,l,c,p,h,f=e,_=!0,d=!0,m=this.posMax,g=this.src.charCodeAt(e);for(t=e>0?this.src.charCodeAt(e-1):32;f<m&&this.src.charCodeAt(f)===g;)f++;return s=f-e,n=f<m?this.src.charCodeAt(f):32,p=i(t)||a(String.fromCharCode(t)),h=i(n)||a(String.fromCharCode(n)),c=o(t),o(n)&&(_=!1),c&&(d=!1),r?(u=_,l=d):(u=_&&(!d||p),l=d&&(!_||h)),{can_open:u,can_close:l,length:s}},s.prototype.Token=n,e.exports=s},5034:function(e){"use strict";function r(e,r){var t,n,o,a,i,s=[],u=r.length;for(t=0;t<u;t++)126===(o=r[t]).marker&&-1!==o.end&&(a=r[o.end],(i=e.tokens[o.token]).type="s_open",i.tag="s",i.nesting=1,i.markup="~~",i.content="",(i=e.tokens[a.token]).type="s_close",i.tag="s",i.nesting=-1,i.markup="~~",i.content="","text"===e.tokens[a.token-1].type&&"~"===e.tokens[a.token-1].content&&s.push(a.token-1));for(;s.length;){for(n=(t=s.pop())+1;n<e.tokens.length&&"s_close"===e.tokens[n].type;)n++;t!==--n&&(i=e.tokens[n],e.tokens[n]=e.tokens[t],e.tokens[t]=i)}}e.exports.w=function(e,r){var t,n,o,a,i=e.pos,s=e.src.charCodeAt(i);if(r)return!1;if(126!==s)return!1;if(o=(n=e.scanDelims(e.pos,!0)).length,a=String.fromCharCode(s),o<2)return!1;for(o%2&&(e.push("text","",0).content=a,o--),t=0;t<o;t+=2)e.push("text","",0).content=a+a,e.delimiters.push({marker:s,length:0,jump:t,token:e.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return e.pos+=n.length,!0},e.exports.g=function(e){var t,n=e.tokens_meta,o=e.tokens_meta.length;for(r(e,e.delimiters),t=0;t<o;t++)n[t]&&n[t].delimiters&&r(e,n[t].delimiters)}},3363:function(e){"use strict";function r(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}e.exports=function(e,t){for(var n=e.pos;n<e.posMax&&!r(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}},1787:function(e){"use strict";e.exports=function(e){var r,t,n=0,o=e.tokens,a=e.tokens.length;for(r=t=0;r<a;r++)o[r].nesting<0&&n--,o[r].level=n,o[r].nesting>0&&n++,"text"===o[r].type&&r+1<a&&"text"===o[r+1].type?o[r+1].content=o[r].content+o[r+1].content:(r!==t&&(o[t]=o[r]),t++);r!==t&&(o.length=t)}},9159:function(e){"use strict";function r(e,r,t){this.type=e,this.tag=r,this.attrs=null,this.map=null,this.nesting=t,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}r.prototype.attrIndex=function(e){var r,t,n;if(!this.attrs)return-1;for(t=0,n=(r=this.attrs).length;t<n;t++)if(r[t][0]===e)return t;return-1},r.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},r.prototype.attrSet=function(e,r){var t=this.attrIndex(e),n=[e,r];t<0?this.attrPush(n):this.attrs[t]=n},r.prototype.attrGet=function(e){var r=this.attrIndex(e),t=null;return r>=0&&(t=this.attrs[r][1]),t},r.prototype.attrJoin=function(e,r){var t=this.attrIndex(e);t<0?this.attrPush([e,r]):this.attrs[t][1]=this.attrs[t][1]+" "+r},e.exports=r},819:function(e){"use strict";var r={};function t(e,n){var o;return"string"!=typeof n&&(n=t.defaultChars),o=function(e){var t,n,o=r[e];if(o)return o;for(o=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),o.push(n);for(t=0;t<e.length;t++)o[n=e.charCodeAt(t)]="%"+("0"+n.toString(16).toUpperCase()).slice(-2);return o}(n),e.replace(/(%[a-f0-9]{2})+/gi,(function(e){var r,t,n,a,i,s,u,l="";for(r=0,t=e.length;r<t;r+=3)(n=parseInt(e.slice(r+1,r+3),16))<128?l+=o[n]:192==(224&n)&&r+3<t&&128==(192&(a=parseInt(e.slice(r+4,r+6),16)))?(l+=(u=n<<6&1984|63&a)<128?"๏ฟฝ๏ฟฝ":String.fromCharCode(u),r+=3):224==(240&n)&&r+6<t&&(a=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16),128==(192&a)&&128==(192&i))?(l+=(u=n<<12&61440|a<<6&4032|63&i)<2048||u>=55296&&u<=57343?"๏ฟฝ๏ฟฝ๏ฟฝ":String.fromCharCode(u),r+=6):240==(248&n)&&r+9<t&&(a=parseInt(e.slice(r+4,r+6),16),i=parseInt(e.slice(r+7,r+9),16),s=parseInt(e.slice(r+10,r+12),16),128==(192&a)&&128==(192&i)&&128==(192&s))?((u=n<<18&1835008|a<<12&258048|i<<6&4032|63&s)<65536||u>1114111?l+="๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ":(u-=65536,l+=String.fromCharCode(55296+(u>>10),56320+(1023&u))),r+=9):l+="๏ฟฝ";return l}))}t.defaultChars=";/?:@&=+$,#",t.componentChars="",e.exports=t},4651:function(e){"use strict";var r={};function t(e,n,o){var a,i,s,u,l,c="";for("string"!=typeof n&&(o=n,n=t.defaultChars),void 0===o&&(o=!0),l=function(e){var t,n,o=r[e];if(o)return o;for(o=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?o.push(n):o.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t<e.length;t++)o[e.charCodeAt(t)]=e[t];return o}(n),a=0,i=e.length;a<i;a++)if(s=e.charCodeAt(a),o&&37===s&&a+2<i&&/^[0-9a-f]{2}$/i.test(e.slice(a+1,a+3)))c+=e.slice(a,a+3),a+=2;else if(s<128)c+=l[s];else if(s>=55296&&s<=57343){if(s>=55296&&s<=56319&&a+1<i&&(u=e.charCodeAt(a+1))>=56320&&u<=57343){c+=encodeURIComponent(e[a]+e[a+1]),a++;continue}c+="%EF%BF%BD"}else c+=encodeURIComponent(e[a]);return c}t.defaultChars=";/?:@&=+$,-_.!~*'()#",t.componentChars="-_.!~*'()",e.exports=t},814:function(e){"use strict";e.exports=function(e){var r="";return r+=e.protocol||"",r+=e.slashes?"//":"",r+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?r+="["+e.hostname+"]":r+=e.hostname||"",r+=e.port?":"+e.port:"",r+=e.pathname||"",(r+=e.search||"")+(e.hash||"")}},9762:function(e,r,t){"use strict";e.exports.encode=t(4651),e.exports.decode=t(819),e.exports.format=t(814),e.exports.parse=t(7670)},7670:function(e){"use strict";function r(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var t=/^([a-z0-9.+-]+:)/i,n=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,a=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),i=["'"].concat(a),s=["%","/","?",";","#"].concat(i),u=["/","?","#"],l=/^[+a-z0-9A-Z_-]{0,63}$/,c=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,p={javascript:!0,"javascript:":!0},h={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};r.prototype.parse=function(e,r){var n,a,i,f,_,d=e;if(d=d.trim(),!r&&1===e.split("#").length){var m=o.exec(d);if(m)return this.pathname=m[1],m[2]&&(this.search=m[2]),this}var g=t.exec(d);if(g&&(i=(g=g[0]).toLowerCase(),this.protocol=g,d=d.substr(g.length)),(r||g||d.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(_="//"===d.substr(0,2))||g&&p[g]||(d=d.substr(2),this.slashes=!0)),!p[g]&&(_||g&&!h[g])){var b,D,k=-1;for(n=0;n<u.length;n++)-1!==(f=d.indexOf(u[n]))&&(-1===k||f<k)&&(k=f);for(-1!==(D=-1===k?d.lastIndexOf("@"):d.lastIndexOf("@",k))&&(b=d.slice(0,D),d=d.slice(D+1),this.auth=b),k=-1,n=0;n<s.length;n++)-1!==(f=d.indexOf(s[n]))&&(-1===k||f<k)&&(k=f);-1===k&&(k=d.length),":"===d[k-1]&&k--;var F=d.slice(0,k);d=d.slice(k),this.parseHost(F),this.hostname=this.hostname||"";var C="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!C){var y=this.hostname.split(/\./);for(n=0,a=y.length;n<a;n++){var w=y[n];if(w&&!w.match(l)){for(var v="",A=0,E=w.length;A<E;A++)w.charCodeAt(A)>127?v+="x":v+=w[A];if(!v.match(l)){var x=y.slice(0,n),B=y.slice(n+1),q=w.match(c);q&&(x.push(q[1]),B.unshift(q[2])),B.length&&(d=B.join(".")+d),this.hostname=x.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),C&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var S=d.indexOf("#");-1!==S&&(this.hash=d.substr(S),d=d.slice(0,S));var z=d.indexOf("?");return-1!==z&&(this.search=d.substr(z),d=d.slice(0,z)),d&&(this.pathname=d),h[i]&&this.hostname&&!this.pathname&&(this.pathname=""),this},r.prototype.parseHost=function(e){var r=n.exec(e);r&&(":"!==(r=r[0])&&(this.port=r.substr(1)),e=e.substr(0,e.length-r.length)),e&&(this.hostname=e)},e.exports=function(e,t){if(e&&e instanceof r)return e;var n=new r;return n.parse(e,t),n}},8770:function(e,r,t){"use strict";t.r(r),t.d(r,{decode:function(){return g},encode:function(){return b},toASCII:function(){return k},toUnicode:function(){return D},ucs2decode:function(){return f},ucs2encode:function(){return _}});const n=2147483647,o=36,a=/^xn--/,i=/[^\0-\x7E]/,s=/[\x2E\u3002\uFF0E\uFF61]/g,u={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},l=Math.floor,c=String.fromCharCode;function p(e){throw new RangeError(u[e])}function h(e,r){const t=e.split("@");let n="";t.length>1&&(n=t[0]+"@",e=t[1]);const o=function(e,r){const t=[];let n=e.length;for(;n--;)t[n]=r(e[n]);return t}((e=e.replace(s,".")).split("."),r).join(".");return n+o}function f(e){const r=[];let t=0;const n=e.length;for(;t<n;){const o=e.charCodeAt(t++);if(o>=55296&&o<=56319&&t<n){const n=e.charCodeAt(t++);56320==(64512&n)?r.push(((1023&o)<<10)+(1023&n)+65536):(r.push(o),t--)}else r.push(o)}return r}const _=e=>String.fromCodePoint(...e),d=function(e,r){return e+22+75*(e<26)-((0!=r)<<5)},m=function(e,r,t){let n=0;for(e=t?l(e/700):e>>1,e+=l(e/r);e>455;n+=o)e=l(e/35);return l(n+36*e/(e+38))},g=function(e){const r=[],t=e.length;let a=0,i=128,s=72,u=e.lastIndexOf("-");u<0&&(u=0);for(let t=0;t<u;++t)e.charCodeAt(t)>=128&&p("not-basic"),r.push(e.charCodeAt(t));for(let h=u>0?u+1:0;h<t;){let u=a;for(let r=1,i=o;;i+=o){h>=t&&p("invalid-input");const u=(c=e.charCodeAt(h++))-48<10?c-22:c-65<26?c-65:c-97<26?c-97:o;(u>=o||u>l((n-a)/r))&&p("overflow"),a+=u*r;const f=i<=s?1:i>=s+26?26:i-s;if(u<f)break;const _=o-f;r>l(n/_)&&p("overflow"),r*=_}const f=r.length+1;s=m(a-u,f,0==u),l(a/f)>n-i&&p("overflow"),i+=l(a/f),a%=f,r.splice(a++,0,i)}var c;return String.fromCodePoint(...r)},b=function(e){const r=[];let t=(e=f(e)).length,a=128,i=0,s=72;for(const t of e)t<128&&r.push(c(t));let u=r.length,h=u;for(u&&r.push("-");h<t;){let t=n;for(const r of e)r>=a&&r<t&&(t=r);const f=h+1;t-a>l((n-i)/f)&&p("overflow"),i+=(t-a)*f,a=t;for(const t of e)if(t<a&&++i>n&&p("overflow"),t==a){let e=i;for(let t=o;;t+=o){const n=t<=s?1:t>=s+26?26:t-s;if(e<n)break;const a=e-n,i=o-n;r.push(c(d(n+a%i,0))),e=l(a/i)}r.push(c(d(e,0))),s=m(i,f,h==u),i=0,++h}++i,++a}return r.join("")},D=function(e){return h(e,(function(e){return a.test(e)?g(e.slice(4).toLowerCase()):e}))},k=function(e){return h(e,(function(e){return i.test(e)?"xn--"+b(e):e}))},F={version:"2.1.0",ucs2:{decode:f,encode:_},decode:g,encode:b,toASCII:k,toUnicode:D};r.default=F},699:function(e){e.exports=/[\0-\x1F\x7F-\x9F]/},5515:function(e){e.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},6924:function(e){e.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},9338:function(e){e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},6499:function(e,r,t){"use strict";r.Any=t(8287),r.Cc=t(699),r.Cf=t(5515),r.P=t(6924),r.Z=t(9338)},8287:function(e){e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},6463:function(r){"use strict";r.exports=e},7958:function(e){"use strict";e.exports=r},2834:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"ร","aacute":"รก","Abreve":"ฤ‚","abreve":"ฤƒ","ac":"โˆพ","acd":"โˆฟ","acE":"โˆพฬณ","Acirc":"ร‚","acirc":"รข","acute":"ยด","Acy":"ะ","acy":"ะฐ","AElig":"ร†","aelig":"รฆ","af":"โก","Afr":"๐”„","afr":"๐”ž","Agrave":"ร€","agrave":"ร ","alefsym":"โ„ต","aleph":"โ„ต","Alpha":"ฮ‘","alpha":"ฮฑ","Amacr":"ฤ€","amacr":"ฤ","amalg":"โจฟ","amp":"&","AMP":"&","andand":"โฉ•","And":"โฉ“","and":"โˆง","andd":"โฉœ","andslope":"โฉ˜","andv":"โฉš","ang":"โˆ ","ange":"โฆค","angle":"โˆ ","angmsdaa":"โฆจ","angmsdab":"โฆฉ","angmsdac":"โฆช","angmsdad":"โฆซ","angmsdae":"โฆฌ","angmsdaf":"โฆญ","angmsdag":"โฆฎ","angmsdah":"โฆฏ","angmsd":"โˆก","angrt":"โˆŸ","angrtvb":"โŠพ","angrtvbd":"โฆ","angsph":"โˆข","angst":"ร…","angzarr":"โผ","Aogon":"ฤ„","aogon":"ฤ…","Aopf":"๐”ธ","aopf":"๐•’","apacir":"โฉฏ","ap":"โ‰ˆ","apE":"โฉฐ","ape":"โ‰Š","apid":"โ‰‹","apos":"\'","ApplyFunction":"โก","approx":"โ‰ˆ","approxeq":"โ‰Š","Aring":"ร…","aring":"รฅ","Ascr":"๐’œ","ascr":"๐’ถ","Assign":"โ‰”","ast":"*","asymp":"โ‰ˆ","asympeq":"โ‰","Atilde":"รƒ","atilde":"รฃ","Auml":"ร„","auml":"รค","awconint":"โˆณ","awint":"โจ‘","backcong":"โ‰Œ","backepsilon":"ฯถ","backprime":"โ€ต","backsim":"โˆฝ","backsimeq":"โ‹","Backslash":"โˆ–","Barv":"โซง","barvee":"โŠฝ","barwed":"โŒ…","Barwed":"โŒ†","barwedge":"โŒ…","bbrk":"โŽต","bbrktbrk":"โŽถ","bcong":"โ‰Œ","Bcy":"ะ‘","bcy":"ะฑ","bdquo":"โ€ž","becaus":"โˆต","because":"โˆต","Because":"โˆต","bemptyv":"โฆฐ","bepsi":"ฯถ","bernou":"โ„ฌ","Bernoullis":"โ„ฌ","Beta":"ฮ’","beta":"ฮฒ","beth":"โ„ถ","between":"โ‰ฌ","Bfr":"๐”…","bfr":"๐”Ÿ","bigcap":"โ‹‚","bigcirc":"โ—ฏ","bigcup":"โ‹ƒ","bigodot":"โจ€","bigoplus":"โจ","bigotimes":"โจ‚","bigsqcup":"โจ†","bigstar":"โ˜…","bigtriangledown":"โ–ฝ","bigtriangleup":"โ–ณ","biguplus":"โจ„","bigvee":"โ‹","bigwedge":"โ‹€","bkarow":"โค","blacklozenge":"โงซ","blacksquare":"โ–ช","blacktriangle":"โ–ด","blacktriangledown":"โ–พ","blacktriangleleft":"โ—‚","blacktriangleright":"โ–ธ","blank":"โฃ","blk12":"โ–’","blk14":"โ–‘","blk34":"โ–“","block":"โ–ˆ","bne":"=โƒฅ","bnequiv":"โ‰กโƒฅ","bNot":"โซญ","bnot":"โŒ","Bopf":"๐”น","bopf":"๐•“","bot":"โŠฅ","bottom":"โŠฅ","bowtie":"โ‹ˆ","boxbox":"โง‰","boxdl":"โ”","boxdL":"โ••","boxDl":"โ•–","boxDL":"โ•—","boxdr":"โ”Œ","boxdR":"โ•’","boxDr":"โ•“","boxDR":"โ•”","boxh":"โ”€","boxH":"โ•","boxhd":"โ”ฌ","boxHd":"โ•ค","boxhD":"โ•ฅ","boxHD":"โ•ฆ","boxhu":"โ”ด","boxHu":"โ•ง","boxhU":"โ•จ","boxHU":"โ•ฉ","boxminus":"โŠŸ","boxplus":"โŠž","boxtimes":"โŠ ","boxul":"โ”˜","boxuL":"โ•›","boxUl":"โ•œ","boxUL":"โ•","boxur":"โ””","boxuR":"โ•˜","boxUr":"โ•™","boxUR":"โ•š","boxv":"โ”‚","boxV":"โ•‘","boxvh":"โ”ผ","boxvH":"โ•ช","boxVh":"โ•ซ","boxVH":"โ•ฌ","boxvl":"โ”ค","boxvL":"โ•ก","boxVl":"โ•ข","boxVL":"โ•ฃ","boxvr":"โ”œ","boxvR":"โ•ž","boxVr":"โ•Ÿ","boxVR":"โ• ","bprime":"โ€ต","breve":"ห˜","Breve":"ห˜","brvbar":"ยฆ","bscr":"๐’ท","Bscr":"โ„ฌ","bsemi":"โ","bsim":"โˆฝ","bsime":"โ‹","bsolb":"โง…","bsol":"\\\\","bsolhsub":"โŸˆ","bull":"โ€ข","bullet":"โ€ข","bump":"โ‰Ž","bumpE":"โชฎ","bumpe":"โ‰","Bumpeq":"โ‰Ž","bumpeq":"โ‰","Cacute":"ฤ†","cacute":"ฤ‡","capand":"โฉ„","capbrcup":"โฉ‰","capcap":"โฉ‹","cap":"โˆฉ","Cap":"โ‹’","capcup":"โฉ‡","capdot":"โฉ€","CapitalDifferentialD":"โ……","caps":"โˆฉ๏ธ€","caret":"โ","caron":"ห‡","Cayleys":"โ„ญ","ccaps":"โฉ","Ccaron":"ฤŒ","ccaron":"ฤ","Ccedil":"ร‡","ccedil":"รง","Ccirc":"ฤˆ","ccirc":"ฤ‰","Cconint":"โˆฐ","ccups":"โฉŒ","ccupssm":"โฉ","Cdot":"ฤŠ","cdot":"ฤ‹","cedil":"ยธ","Cedilla":"ยธ","cemptyv":"โฆฒ","cent":"ยข","centerdot":"ยท","CenterDot":"ยท","cfr":"๐” ","Cfr":"โ„ญ","CHcy":"ะง","chcy":"ั‡","check":"โœ“","checkmark":"โœ“","Chi":"ฮง","chi":"ฯ‡","circ":"ห†","circeq":"โ‰—","circlearrowleft":"โ†บ","circlearrowright":"โ†ป","circledast":"โŠ›","circledcirc":"โŠš","circleddash":"โŠ","CircleDot":"โŠ™","circledR":"ยฎ","circledS":"โ“ˆ","CircleMinus":"โŠ–","CirclePlus":"โŠ•","CircleTimes":"โŠ—","cir":"โ—‹","cirE":"โงƒ","cire":"โ‰—","cirfnint":"โจ","cirmid":"โซฏ","cirscir":"โง‚","ClockwiseContourIntegral":"โˆฒ","CloseCurlyDoubleQuote":"โ€","CloseCurlyQuote":"โ€™","clubs":"โ™ฃ","clubsuit":"โ™ฃ","colon":":","Colon":"โˆท","Colone":"โฉด","colone":"โ‰”","coloneq":"โ‰”","comma":",","commat":"@","comp":"โˆ","compfn":"โˆ˜","complement":"โˆ","complexes":"โ„‚","cong":"โ‰…","congdot":"โฉญ","Congruent":"โ‰ก","conint":"โˆฎ","Conint":"โˆฏ","ContourIntegral":"โˆฎ","copf":"๐•”","Copf":"โ„‚","coprod":"โˆ","Coproduct":"โˆ","copy":"ยฉ","COPY":"ยฉ","copysr":"โ„—","CounterClockwiseContourIntegral":"โˆณ","crarr":"โ†ต","cross":"โœ—","Cross":"โจฏ","Cscr":"๐’ž","cscr":"๐’ธ","csub":"โซ","csube":"โซ‘","csup":"โซ","csupe":"โซ’","ctdot":"โ‹ฏ","cudarrl":"โคธ","cudarrr":"โคต","cuepr":"โ‹ž","cuesc":"โ‹Ÿ","cularr":"โ†ถ","cularrp":"โคฝ","cupbrcap":"โฉˆ","cupcap":"โฉ†","CupCap":"โ‰","cup":"โˆช","Cup":"โ‹“","cupcup":"โฉŠ","cupdot":"โŠ","cupor":"โฉ…","cups":"โˆช๏ธ€","curarr":"โ†ท","curarrm":"โคผ","curlyeqprec":"โ‹ž","curlyeqsucc":"โ‹Ÿ","curlyvee":"โ‹Ž","curlywedge":"โ‹","curren":"ยค","curvearrowleft":"โ†ถ","curvearrowright":"โ†ท","cuvee":"โ‹Ž","cuwed":"โ‹","cwconint":"โˆฒ","cwint":"โˆฑ","cylcty":"โŒญ","dagger":"โ€ ","Dagger":"โ€ก","daleth":"โ„ธ","darr":"โ†“","Darr":"โ†ก","dArr":"โ‡“","dash":"โ€","Dashv":"โซค","dashv":"โŠฃ","dbkarow":"โค","dblac":"ห","Dcaron":"ฤŽ","dcaron":"ฤ","Dcy":"ะ”","dcy":"ะด","ddagger":"โ€ก","ddarr":"โ‡Š","DD":"โ……","dd":"โ…†","DDotrahd":"โค‘","ddotseq":"โฉท","deg":"ยฐ","Del":"โˆ‡","Delta":"ฮ”","delta":"ฮด","demptyv":"โฆฑ","dfisht":"โฅฟ","Dfr":"๐”‡","dfr":"๐”ก","dHar":"โฅฅ","dharl":"โ‡ƒ","dharr":"โ‡‚","DiacriticalAcute":"ยด","DiacriticalDot":"ห™","DiacriticalDoubleAcute":"ห","DiacriticalGrave":"`","DiacriticalTilde":"หœ","diam":"โ‹„","diamond":"โ‹„","Diamond":"โ‹„","diamondsuit":"โ™ฆ","diams":"โ™ฆ","die":"ยจ","DifferentialD":"โ…†","digamma":"ฯ","disin":"โ‹ฒ","div":"รท","divide":"รท","divideontimes":"โ‹‡","divonx":"โ‹‡","DJcy":"ะ‚","djcy":"ั’","dlcorn":"โŒž","dlcrop":"โŒ","dollar":"$","Dopf":"๐”ป","dopf":"๐••","Dot":"ยจ","dot":"ห™","DotDot":"โƒœ","doteq":"โ‰","doteqdot":"โ‰‘","DotEqual":"โ‰","dotminus":"โˆธ","dotplus":"โˆ”","dotsquare":"โŠก","doublebarwedge":"โŒ†","DoubleContourIntegral":"โˆฏ","DoubleDot":"ยจ","DoubleDownArrow":"โ‡“","DoubleLeftArrow":"โ‡","DoubleLeftRightArrow":"โ‡”","DoubleLeftTee":"โซค","DoubleLongLeftArrow":"โŸธ","DoubleLongLeftRightArrow":"โŸบ","DoubleLongRightArrow":"โŸน","DoubleRightArrow":"โ‡’","DoubleRightTee":"โŠจ","DoubleUpArrow":"โ‡‘","DoubleUpDownArrow":"โ‡•","DoubleVerticalBar":"โˆฅ","DownArrowBar":"โค“","downarrow":"โ†“","DownArrow":"โ†“","Downarrow":"โ‡“","DownArrowUpArrow":"โ‡ต","DownBreve":"ฬ‘","downdownarrows":"โ‡Š","downharpoonleft":"โ‡ƒ","downharpoonright":"โ‡‚","DownLeftRightVector":"โฅ","DownLeftTeeVector":"โฅž","DownLeftVectorBar":"โฅ–","DownLeftVector":"โ†ฝ","DownRightTeeVector":"โฅŸ","DownRightVectorBar":"โฅ—","DownRightVector":"โ‡","DownTeeArrow":"โ†ง","DownTee":"โŠค","drbkarow":"โค","drcorn":"โŒŸ","drcrop":"โŒŒ","Dscr":"๐’Ÿ","dscr":"๐’น","DScy":"ะ…","dscy":"ั•","dsol":"โงถ","Dstrok":"ฤ","dstrok":"ฤ‘","dtdot":"โ‹ฑ","dtri":"โ–ฟ","dtrif":"โ–พ","duarr":"โ‡ต","duhar":"โฅฏ","dwangle":"โฆฆ","DZcy":"ะ","dzcy":"ัŸ","dzigrarr":"โŸฟ","Eacute":"ร‰","eacute":"รฉ","easter":"โฉฎ","Ecaron":"ฤš","ecaron":"ฤ›","Ecirc":"รŠ","ecirc":"รช","ecir":"โ‰–","ecolon":"โ‰•","Ecy":"ะญ","ecy":"ั","eDDot":"โฉท","Edot":"ฤ–","edot":"ฤ—","eDot":"โ‰‘","ee":"โ…‡","efDot":"โ‰’","Efr":"๐”ˆ","efr":"๐”ข","eg":"โชš","Egrave":"รˆ","egrave":"รจ","egs":"โช–","egsdot":"โช˜","el":"โช™","Element":"โˆˆ","elinters":"โง","ell":"โ„“","els":"โช•","elsdot":"โช—","Emacr":"ฤ’","emacr":"ฤ“","empty":"โˆ…","emptyset":"โˆ…","EmptySmallSquare":"โ—ป","emptyv":"โˆ…","EmptyVerySmallSquare":"โ–ซ","emsp13":"โ€„","emsp14":"โ€…","emsp":"โ€ƒ","ENG":"ลŠ","eng":"ล‹","ensp":"โ€‚","Eogon":"ฤ˜","eogon":"ฤ™","Eopf":"๐”ผ","eopf":"๐•–","epar":"โ‹•","eparsl":"โงฃ","eplus":"โฉฑ","epsi":"ฮต","Epsilon":"ฮ•","epsilon":"ฮต","epsiv":"ฯต","eqcirc":"โ‰–","eqcolon":"โ‰•","eqsim":"โ‰‚","eqslantgtr":"โช–","eqslantless":"โช•","Equal":"โฉต","equals":"=","EqualTilde":"โ‰‚","equest":"โ‰Ÿ","Equilibrium":"โ‡Œ","equiv":"โ‰ก","equivDD":"โฉธ","eqvparsl":"โงฅ","erarr":"โฅฑ","erDot":"โ‰“","escr":"โ„ฏ","Escr":"โ„ฐ","esdot":"โ‰","Esim":"โฉณ","esim":"โ‰‚","Eta":"ฮ—","eta":"ฮท","ETH":"ร","eth":"รฐ","Euml":"ร‹","euml":"รซ","euro":"โ‚ฌ","excl":"!","exist":"โˆƒ","Exists":"โˆƒ","expectation":"โ„ฐ","exponentiale":"โ…‡","ExponentialE":"โ…‡","fallingdotseq":"โ‰’","Fcy":"ะค","fcy":"ั„","female":"โ™€","ffilig":"๏ฌƒ","fflig":"๏ฌ€","ffllig":"๏ฌ„","Ffr":"๐”‰","ffr":"๐”ฃ","filig":"๏ฌ","FilledSmallSquare":"โ—ผ","FilledVerySmallSquare":"โ–ช","fjlig":"fj","flat":"โ™ญ","fllig":"๏ฌ‚","fltns":"โ–ฑ","fnof":"ฦ’","Fopf":"๐”ฝ","fopf":"๐•—","forall":"โˆ€","ForAll":"โˆ€","fork":"โ‹”","forkv":"โซ™","Fouriertrf":"โ„ฑ","fpartint":"โจ","frac12":"ยฝ","frac13":"โ…“","frac14":"ยผ","frac15":"โ…•","frac16":"โ…™","frac18":"โ…›","frac23":"โ…”","frac25":"โ…–","frac34":"ยพ","frac35":"โ…—","frac38":"โ…œ","frac45":"โ…˜","frac56":"โ…š","frac58":"โ…","frac78":"โ…ž","frasl":"โ„","frown":"โŒข","fscr":"๐’ป","Fscr":"โ„ฑ","gacute":"วต","Gamma":"ฮ“","gamma":"ฮณ","Gammad":"ฯœ","gammad":"ฯ","gap":"โช†","Gbreve":"ฤž","gbreve":"ฤŸ","Gcedil":"ฤข","Gcirc":"ฤœ","gcirc":"ฤ","Gcy":"ะ“","gcy":"ะณ","Gdot":"ฤ ","gdot":"ฤก","ge":"โ‰ฅ","gE":"โ‰ง","gEl":"โชŒ","gel":"โ‹›","geq":"โ‰ฅ","geqq":"โ‰ง","geqslant":"โฉพ","gescc":"โชฉ","ges":"โฉพ","gesdot":"โช€","gesdoto":"โช‚","gesdotol":"โช„","gesl":"โ‹›๏ธ€","gesles":"โช”","Gfr":"๐”Š","gfr":"๐”ค","gg":"โ‰ซ","Gg":"โ‹™","ggg":"โ‹™","gimel":"โ„ท","GJcy":"ะƒ","gjcy":"ั“","gla":"โชฅ","gl":"โ‰ท","glE":"โช’","glj":"โชค","gnap":"โชŠ","gnapprox":"โชŠ","gne":"โชˆ","gnE":"โ‰ฉ","gneq":"โชˆ","gneqq":"โ‰ฉ","gnsim":"โ‹ง","Gopf":"๐”พ","gopf":"๐•˜","grave":"`","GreaterEqual":"โ‰ฅ","GreaterEqualLess":"โ‹›","GreaterFullEqual":"โ‰ง","GreaterGreater":"โชข","GreaterLess":"โ‰ท","GreaterSlantEqual":"โฉพ","GreaterTilde":"โ‰ณ","Gscr":"๐’ข","gscr":"โ„Š","gsim":"โ‰ณ","gsime":"โชŽ","gsiml":"โช","gtcc":"โชง","gtcir":"โฉบ","gt":">","GT":">","Gt":"โ‰ซ","gtdot":"โ‹—","gtlPar":"โฆ•","gtquest":"โฉผ","gtrapprox":"โช†","gtrarr":"โฅธ","gtrdot":"โ‹—","gtreqless":"โ‹›","gtreqqless":"โชŒ","gtrless":"โ‰ท","gtrsim":"โ‰ณ","gvertneqq":"โ‰ฉ๏ธ€","gvnE":"โ‰ฉ๏ธ€","Hacek":"ห‡","hairsp":"โ€Š","half":"ยฝ","hamilt":"โ„‹","HARDcy":"ะช","hardcy":"ัŠ","harrcir":"โฅˆ","harr":"โ†”","hArr":"โ‡”","harrw":"โ†ญ","Hat":"^","hbar":"โ„","Hcirc":"ฤค","hcirc":"ฤฅ","hearts":"โ™ฅ","heartsuit":"โ™ฅ","hellip":"โ€ฆ","hercon":"โŠน","hfr":"๐”ฅ","Hfr":"โ„Œ","HilbertSpace":"โ„‹","hksearow":"โคฅ","hkswarow":"โคฆ","hoarr":"โ‡ฟ","homtht":"โˆป","hookleftarrow":"โ†ฉ","hookrightarrow":"โ†ช","hopf":"๐•™","Hopf":"โ„","horbar":"โ€•","HorizontalLine":"โ”€","hscr":"๐’ฝ","Hscr":"โ„‹","hslash":"โ„","Hstrok":"ฤฆ","hstrok":"ฤง","HumpDownHump":"โ‰Ž","HumpEqual":"โ‰","hybull":"โƒ","hyphen":"โ€","Iacute":"ร","iacute":"รญ","ic":"โฃ","Icirc":"รŽ","icirc":"รฎ","Icy":"ะ˜","icy":"ะธ","Idot":"ฤฐ","IEcy":"ะ•","iecy":"ะต","iexcl":"ยก","iff":"โ‡”","ifr":"๐”ฆ","Ifr":"โ„‘","Igrave":"รŒ","igrave":"รฌ","ii":"โ…ˆ","iiiint":"โจŒ","iiint":"โˆญ","iinfin":"โงœ","iiota":"โ„ฉ","IJlig":"ฤฒ","ijlig":"ฤณ","Imacr":"ฤช","imacr":"ฤซ","image":"โ„‘","ImaginaryI":"โ…ˆ","imagline":"โ„","imagpart":"โ„‘","imath":"ฤฑ","Im":"โ„‘","imof":"โŠท","imped":"ฦต","Implies":"โ‡’","incare":"โ„…","in":"โˆˆ","infin":"โˆž","infintie":"โง","inodot":"ฤฑ","intcal":"โŠบ","int":"โˆซ","Int":"โˆฌ","integers":"โ„ค","Integral":"โˆซ","intercal":"โŠบ","Intersection":"โ‹‚","intlarhk":"โจ—","intprod":"โจผ","InvisibleComma":"โฃ","InvisibleTimes":"โข","IOcy":"ะ","iocy":"ั‘","Iogon":"ฤฎ","iogon":"ฤฏ","Iopf":"๐•€","iopf":"๐•š","Iota":"ฮ™","iota":"ฮน","iprod":"โจผ","iquest":"ยฟ","iscr":"๐’พ","Iscr":"โ„","isin":"โˆˆ","isindot":"โ‹ต","isinE":"โ‹น","isins":"โ‹ด","isinsv":"โ‹ณ","isinv":"โˆˆ","it":"โข","Itilde":"ฤจ","itilde":"ฤฉ","Iukcy":"ะ†","iukcy":"ั–","Iuml":"ร","iuml":"รฏ","Jcirc":"ฤด","jcirc":"ฤต","Jcy":"ะ™","jcy":"ะน","Jfr":"๐”","jfr":"๐”ง","jmath":"ศท","Jopf":"๐•","jopf":"๐•›","Jscr":"๐’ฅ","jscr":"๐’ฟ","Jsercy":"ะˆ","jsercy":"ั˜","Jukcy":"ะ„","jukcy":"ั”","Kappa":"ฮš","kappa":"ฮบ","kappav":"ฯฐ","Kcedil":"ฤถ","kcedil":"ฤท","Kcy":"ะš","kcy":"ะบ","Kfr":"๐”Ž","kfr":"๐”จ","kgreen":"ฤธ","KHcy":"ะฅ","khcy":"ั…","KJcy":"ะŒ","kjcy":"ัœ","Kopf":"๐•‚","kopf":"๐•œ","Kscr":"๐’ฆ","kscr":"๐“€","lAarr":"โ‡š","Lacute":"ฤน","lacute":"ฤบ","laemptyv":"โฆด","lagran":"โ„’","Lambda":"ฮ›","lambda":"ฮป","lang":"โŸจ","Lang":"โŸช","langd":"โฆ‘","langle":"โŸจ","lap":"โช…","Laplacetrf":"โ„’","laquo":"ยซ","larrb":"โ‡ค","larrbfs":"โคŸ","larr":"โ†","Larr":"โ†ž","lArr":"โ‡","larrfs":"โค","larrhk":"โ†ฉ","larrlp":"โ†ซ","larrpl":"โคน","larrsim":"โฅณ","larrtl":"โ†ข","latail":"โค™","lAtail":"โค›","lat":"โชซ","late":"โชญ","lates":"โชญ๏ธ€","lbarr":"โคŒ","lBarr":"โคŽ","lbbrk":"โฒ","lbrace":"{","lbrack":"[","lbrke":"โฆ‹","lbrksld":"โฆ","lbrkslu":"โฆ","Lcaron":"ฤฝ","lcaron":"ฤพ","Lcedil":"ฤป","lcedil":"ฤผ","lceil":"โŒˆ","lcub":"{","Lcy":"ะ›","lcy":"ะป","ldca":"โคถ","ldquo":"โ€œ","ldquor":"โ€ž","ldrdhar":"โฅง","ldrushar":"โฅ‹","ldsh":"โ†ฒ","le":"โ‰ค","lE":"โ‰ฆ","LeftAngleBracket":"โŸจ","LeftArrowBar":"โ‡ค","leftarrow":"โ†","LeftArrow":"โ†","Leftarrow":"โ‡","LeftArrowRightArrow":"โ‡†","leftarrowtail":"โ†ข","LeftCeiling":"โŒˆ","LeftDoubleBracket":"โŸฆ","LeftDownTeeVector":"โฅก","LeftDownVectorBar":"โฅ™","LeftDownVector":"โ‡ƒ","LeftFloor":"โŒŠ","leftharpoondown":"โ†ฝ","leftharpoonup":"โ†ผ","leftleftarrows":"โ‡‡","leftrightarrow":"โ†”","LeftRightArrow":"โ†”","Leftrightarrow":"โ‡”","leftrightarrows":"โ‡†","leftrightharpoons":"โ‡‹","leftrightsquigarrow":"โ†ญ","LeftRightVector":"โฅŽ","LeftTeeArrow":"โ†ค","LeftTee":"โŠฃ","LeftTeeVector":"โฅš","leftthreetimes":"โ‹‹","LeftTriangleBar":"โง","LeftTriangle":"โŠฒ","LeftTriangleEqual":"โŠด","LeftUpDownVector":"โฅ‘","LeftUpTeeVector":"โฅ ","LeftUpVectorBar":"โฅ˜","LeftUpVector":"โ†ฟ","LeftVectorBar":"โฅ’","LeftVector":"โ†ผ","lEg":"โช‹","leg":"โ‹š","leq":"โ‰ค","leqq":"โ‰ฆ","leqslant":"โฉฝ","lescc":"โชจ","les":"โฉฝ","lesdot":"โฉฟ","lesdoto":"โช","lesdotor":"โชƒ","lesg":"โ‹š๏ธ€","lesges":"โช“","lessapprox":"โช…","lessdot":"โ‹–","lesseqgtr":"โ‹š","lesseqqgtr":"โช‹","LessEqualGreater":"โ‹š","LessFullEqual":"โ‰ฆ","LessGreater":"โ‰ถ","lessgtr":"โ‰ถ","LessLess":"โชก","lesssim":"โ‰ฒ","LessSlantEqual":"โฉฝ","LessTilde":"โ‰ฒ","lfisht":"โฅผ","lfloor":"โŒŠ","Lfr":"๐”","lfr":"๐”ฉ","lg":"โ‰ถ","lgE":"โช‘","lHar":"โฅข","lhard":"โ†ฝ","lharu":"โ†ผ","lharul":"โฅช","lhblk":"โ–„","LJcy":"ะ‰","ljcy":"ั™","llarr":"โ‡‡","ll":"โ‰ช","Ll":"โ‹˜","llcorner":"โŒž","Lleftarrow":"โ‡š","llhard":"โฅซ","lltri":"โ—บ","Lmidot":"ฤฟ","lmidot":"ล€","lmoustache":"โŽฐ","lmoust":"โŽฐ","lnap":"โช‰","lnapprox":"โช‰","lne":"โช‡","lnE":"โ‰จ","lneq":"โช‡","lneqq":"โ‰จ","lnsim":"โ‹ฆ","loang":"โŸฌ","loarr":"โ‡ฝ","lobrk":"โŸฆ","longleftarrow":"โŸต","LongLeftArrow":"โŸต","Longleftarrow":"โŸธ","longleftrightarrow":"โŸท","LongLeftRightArrow":"โŸท","Longleftrightarrow":"โŸบ","longmapsto":"โŸผ","longrightarrow":"โŸถ","LongRightArrow":"โŸถ","Longrightarrow":"โŸน","looparrowleft":"โ†ซ","looparrowright":"โ†ฌ","lopar":"โฆ…","Lopf":"๐•ƒ","lopf":"๐•","loplus":"โจญ","lotimes":"โจด","lowast":"โˆ—","lowbar":"_","LowerLeftArrow":"โ†™","LowerRightArrow":"โ†˜","loz":"โ—Š","lozenge":"โ—Š","lozf":"โงซ","lpar":"(","lparlt":"โฆ“","lrarr":"โ‡†","lrcorner":"โŒŸ","lrhar":"โ‡‹","lrhard":"โฅญ","lrm":"โ€Ž","lrtri":"โŠฟ","lsaquo":"โ€น","lscr":"๐“","Lscr":"โ„’","lsh":"โ†ฐ","Lsh":"โ†ฐ","lsim":"โ‰ฒ","lsime":"โช","lsimg":"โช","lsqb":"[","lsquo":"โ€˜","lsquor":"โ€š","Lstrok":"ล","lstrok":"ล‚","ltcc":"โชฆ","ltcir":"โฉน","lt":"<","LT":"<","Lt":"โ‰ช","ltdot":"โ‹–","lthree":"โ‹‹","ltimes":"โ‹‰","ltlarr":"โฅถ","ltquest":"โฉป","ltri":"โ—ƒ","ltrie":"โŠด","ltrif":"โ—‚","ltrPar":"โฆ–","lurdshar":"โฅŠ","luruhar":"โฅฆ","lvertneqq":"โ‰จ๏ธ€","lvnE":"โ‰จ๏ธ€","macr":"ยฏ","male":"โ™‚","malt":"โœ ","maltese":"โœ ","Map":"โค…","map":"โ†ฆ","mapsto":"โ†ฆ","mapstodown":"โ†ง","mapstoleft":"โ†ค","mapstoup":"โ†ฅ","marker":"โ–ฎ","mcomma":"โจฉ","Mcy":"ะœ","mcy":"ะผ","mdash":"โ€”","mDDot":"โˆบ","measuredangle":"โˆก","MediumSpace":"โŸ","Mellintrf":"โ„ณ","Mfr":"๐”","mfr":"๐”ช","mho":"โ„ง","micro":"ยต","midast":"*","midcir":"โซฐ","mid":"โˆฃ","middot":"ยท","minusb":"โŠŸ","minus":"โˆ’","minusd":"โˆธ","minusdu":"โจช","MinusPlus":"โˆ“","mlcp":"โซ›","mldr":"โ€ฆ","mnplus":"โˆ“","models":"โŠง","Mopf":"๐•„","mopf":"๐•ž","mp":"โˆ“","mscr":"๐“‚","Mscr":"โ„ณ","mstpos":"โˆพ","Mu":"ฮœ","mu":"ฮผ","multimap":"โŠธ","mumap":"โŠธ","nabla":"โˆ‡","Nacute":"ลƒ","nacute":"ล„","nang":"โˆ โƒ’","nap":"โ‰‰","napE":"โฉฐฬธ","napid":"โ‰‹ฬธ","napos":"ล‰","napprox":"โ‰‰","natural":"โ™ฎ","naturals":"โ„•","natur":"โ™ฎ","nbsp":"ย ","nbump":"โ‰Žฬธ","nbumpe":"โ‰ฬธ","ncap":"โฉƒ","Ncaron":"ล‡","ncaron":"ลˆ","Ncedil":"ล…","ncedil":"ล†","ncong":"โ‰‡","ncongdot":"โฉญฬธ","ncup":"โฉ‚","Ncy":"ะ","ncy":"ะฝ","ndash":"โ€“","nearhk":"โคค","nearr":"โ†—","neArr":"โ‡—","nearrow":"โ†—","ne":"โ‰ ","nedot":"โ‰ฬธ","NegativeMediumSpace":"โ€‹","NegativeThickSpace":"โ€‹","NegativeThinSpace":"โ€‹","NegativeVeryThinSpace":"โ€‹","nequiv":"โ‰ข","nesear":"โคจ","nesim":"โ‰‚ฬธ","NestedGreaterGreater":"โ‰ซ","NestedLessLess":"โ‰ช","NewLine":"\\n","nexist":"โˆ„","nexists":"โˆ„","Nfr":"๐”‘","nfr":"๐”ซ","ngE":"โ‰งฬธ","nge":"โ‰ฑ","ngeq":"โ‰ฑ","ngeqq":"โ‰งฬธ","ngeqslant":"โฉพฬธ","nges":"โฉพฬธ","nGg":"โ‹™ฬธ","ngsim":"โ‰ต","nGt":"โ‰ซโƒ’","ngt":"โ‰ฏ","ngtr":"โ‰ฏ","nGtv":"โ‰ซฬธ","nharr":"โ†ฎ","nhArr":"โ‡Ž","nhpar":"โซฒ","ni":"โˆ‹","nis":"โ‹ผ","nisd":"โ‹บ","niv":"โˆ‹","NJcy":"ะŠ","njcy":"ัš","nlarr":"โ†š","nlArr":"โ‡","nldr":"โ€ฅ","nlE":"โ‰ฆฬธ","nle":"โ‰ฐ","nleftarrow":"โ†š","nLeftarrow":"โ‡","nleftrightarrow":"โ†ฎ","nLeftrightarrow":"โ‡Ž","nleq":"โ‰ฐ","nleqq":"โ‰ฆฬธ","nleqslant":"โฉฝฬธ","nles":"โฉฝฬธ","nless":"โ‰ฎ","nLl":"โ‹˜ฬธ","nlsim":"โ‰ด","nLt":"โ‰ชโƒ’","nlt":"โ‰ฎ","nltri":"โ‹ช","nltrie":"โ‹ฌ","nLtv":"โ‰ชฬธ","nmid":"โˆค","NoBreak":"โ ","NonBreakingSpace":"ย ","nopf":"๐•Ÿ","Nopf":"โ„•","Not":"โซฌ","not":"ยฌ","NotCongruent":"โ‰ข","NotCupCap":"โ‰ญ","NotDoubleVerticalBar":"โˆฆ","NotElement":"โˆ‰","NotEqual":"โ‰ ","NotEqualTilde":"โ‰‚ฬธ","NotExists":"โˆ„","NotGreater":"โ‰ฏ","NotGreaterEqual":"โ‰ฑ","NotGreaterFullEqual":"โ‰งฬธ","NotGreaterGreater":"โ‰ซฬธ","NotGreaterLess":"โ‰น","NotGreaterSlantEqual":"โฉพฬธ","NotGreaterTilde":"โ‰ต","NotHumpDownHump":"โ‰Žฬธ","NotHumpEqual":"โ‰ฬธ","notin":"โˆ‰","notindot":"โ‹ตฬธ","notinE":"โ‹นฬธ","notinva":"โˆ‰","notinvb":"โ‹ท","notinvc":"โ‹ถ","NotLeftTriangleBar":"โงฬธ","NotLeftTriangle":"โ‹ช","NotLeftTriangleEqual":"โ‹ฌ","NotLess":"โ‰ฎ","NotLessEqual":"โ‰ฐ","NotLessGreater":"โ‰ธ","NotLessLess":"โ‰ชฬธ","NotLessSlantEqual":"โฉฝฬธ","NotLessTilde":"โ‰ด","NotNestedGreaterGreater":"โชขฬธ","NotNestedLessLess":"โชกฬธ","notni":"โˆŒ","notniva":"โˆŒ","notnivb":"โ‹พ","notnivc":"โ‹ฝ","NotPrecedes":"โŠ€","NotPrecedesEqual":"โชฏฬธ","NotPrecedesSlantEqual":"โ‹ ","NotReverseElement":"โˆŒ","NotRightTriangleBar":"โงฬธ","NotRightTriangle":"โ‹ซ","NotRightTriangleEqual":"โ‹ญ","NotSquareSubset":"โŠฬธ","NotSquareSubsetEqual":"โ‹ข","NotSquareSuperset":"โАฬธ","NotSquareSupersetEqual":"โ‹ฃ","NotSubset":"โŠ‚โƒ’","NotSubsetEqual":"โŠˆ","NotSucceeds":"โЁ","NotSucceedsEqual":"โชฐฬธ","NotSucceedsSlantEqual":"โ‹ก","NotSucceedsTilde":"โ‰ฟฬธ","NotSuperset":"โŠƒโƒ’","NotSupersetEqual":"โЉ","NotTilde":"โ‰","NotTildeEqual":"โ‰„","NotTildeFullEqual":"โ‰‡","NotTildeTilde":"โ‰‰","NotVerticalBar":"โˆค","nparallel":"โˆฆ","npar":"โˆฆ","nparsl":"โซฝโƒฅ","npart":"โˆ‚ฬธ","npolint":"โจ”","npr":"โŠ€","nprcue":"โ‹ ","nprec":"โŠ€","npreceq":"โชฏฬธ","npre":"โชฏฬธ","nrarrc":"โคณฬธ","nrarr":"โ†›","nrArr":"โ‡","nrarrw":"โ†ฬธ","nrightarrow":"โ†›","nRightarrow":"โ‡","nrtri":"โ‹ซ","nrtrie":"โ‹ญ","nsc":"โЁ","nsccue":"โ‹ก","nsce":"โชฐฬธ","Nscr":"๐’ฉ","nscr":"๐“ƒ","nshortmid":"โˆค","nshortparallel":"โˆฆ","nsim":"โ‰","nsime":"โ‰„","nsimeq":"โ‰„","nsmid":"โˆค","nspar":"โˆฆ","nsqsube":"โ‹ข","nsqsupe":"โ‹ฃ","nsub":"โŠ„","nsubE":"โซ…ฬธ","nsube":"โŠˆ","nsubset":"โŠ‚โƒ’","nsubseteq":"โŠˆ","nsubseteqq":"โซ…ฬธ","nsucc":"โЁ","nsucceq":"โชฐฬธ","nsup":"โŠ…","nsupE":"โซ†ฬธ","nsupe":"โЉ","nsupset":"โŠƒโƒ’","nsupseteq":"โЉ","nsupseteqq":"โซ†ฬธ","ntgl":"โ‰น","Ntilde":"ร‘","ntilde":"รฑ","ntlg":"โ‰ธ","ntriangleleft":"โ‹ช","ntrianglelefteq":"โ‹ฌ","ntriangleright":"โ‹ซ","ntrianglerighteq":"โ‹ญ","Nu":"ฮ","nu":"ฮฝ","num":"#","numero":"โ„–","numsp":"โ€‡","nvap":"โ‰โƒ’","nvdash":"โŠฌ","nvDash":"โŠญ","nVdash":"โŠฎ","nVDash":"โŠฏ","nvge":"โ‰ฅโƒ’","nvgt":">โƒ’","nvHarr":"โค„","nvinfin":"โงž","nvlArr":"โค‚","nvle":"โ‰คโƒ’","nvlt":"<โƒ’","nvltrie":"โŠดโƒ’","nvrArr":"โคƒ","nvrtrie":"โŠตโƒ’","nvsim":"โˆผโƒ’","nwarhk":"โคฃ","nwarr":"โ†–","nwArr":"โ‡–","nwarrow":"โ†–","nwnear":"โคง","Oacute":"ร“","oacute":"รณ","oast":"โŠ›","Ocirc":"ร”","ocirc":"รด","ocir":"โŠš","Ocy":"ะž","ocy":"ะพ","odash":"โŠ","Odblac":"ล","odblac":"ล‘","odiv":"โจธ","odot":"โŠ™","odsold":"โฆผ","OElig":"ล’","oelig":"ล“","ofcir":"โฆฟ","Ofr":"๐”’","ofr":"๐”ฌ","ogon":"ห›","Ograve":"ร’","ograve":"รฒ","ogt":"โง","ohbar":"โฆต","ohm":"ฮฉ","oint":"โˆฎ","olarr":"โ†บ","olcir":"โฆพ","olcross":"โฆป","oline":"โ€พ","olt":"โง€","Omacr":"ลŒ","omacr":"ล","Omega":"ฮฉ","omega":"ฯ‰","Omicron":"ฮŸ","omicron":"ฮฟ","omid":"โฆถ","ominus":"โŠ–","Oopf":"๐•†","oopf":"๐• ","opar":"โฆท","OpenCurlyDoubleQuote":"โ€œ","OpenCurlyQuote":"โ€˜","operp":"โฆน","oplus":"โŠ•","orarr":"โ†ป","Or":"โฉ”","or":"โˆจ","ord":"โฉ","order":"โ„ด","orderof":"โ„ด","ordf":"ยช","ordm":"ยบ","origof":"โŠถ","oror":"โฉ–","orslope":"โฉ—","orv":"โฉ›","oS":"โ“ˆ","Oscr":"๐’ช","oscr":"โ„ด","Oslash":"ร˜","oslash":"รธ","osol":"โŠ˜","Otilde":"ร•","otilde":"รต","otimesas":"โจถ","Otimes":"โจท","otimes":"โŠ—","Ouml":"ร–","ouml":"รถ","ovbar":"โŒฝ","OverBar":"โ€พ","OverBrace":"โž","OverBracket":"โŽด","OverParenthesis":"โœ","para":"ยถ","parallel":"โˆฅ","par":"โˆฅ","parsim":"โซณ","parsl":"โซฝ","part":"โˆ‚","PartialD":"โˆ‚","Pcy":"ะŸ","pcy":"ะฟ","percnt":"%","period":".","permil":"โ€ฐ","perp":"โŠฅ","pertenk":"โ€ฑ","Pfr":"๐”“","pfr":"๐”ญ","Phi":"ฮฆ","phi":"ฯ†","phiv":"ฯ•","phmmat":"โ„ณ","phone":"โ˜Ž","Pi":"ฮ ","pi":"ฯ€","pitchfork":"โ‹”","piv":"ฯ–","planck":"โ„","planckh":"โ„Ž","plankv":"โ„","plusacir":"โจฃ","plusb":"โŠž","pluscir":"โจข","plus":"+","plusdo":"โˆ”","plusdu":"โจฅ","pluse":"โฉฒ","PlusMinus":"ยฑ","plusmn":"ยฑ","plussim":"โจฆ","plustwo":"โจง","pm":"ยฑ","Poincareplane":"โ„Œ","pointint":"โจ•","popf":"๐•ก","Popf":"โ„™","pound":"ยฃ","prap":"โชท","Pr":"โชป","pr":"โ‰บ","prcue":"โ‰ผ","precapprox":"โชท","prec":"โ‰บ","preccurlyeq":"โ‰ผ","Precedes":"โ‰บ","PrecedesEqual":"โชฏ","PrecedesSlantEqual":"โ‰ผ","PrecedesTilde":"โ‰พ","preceq":"โชฏ","precnapprox":"โชน","precneqq":"โชต","precnsim":"โ‹จ","pre":"โชฏ","prE":"โชณ","precsim":"โ‰พ","prime":"โ€ฒ","Prime":"โ€ณ","primes":"โ„™","prnap":"โชน","prnE":"โชต","prnsim":"โ‹จ","prod":"โˆ","Product":"โˆ","profalar":"โŒฎ","profline":"โŒ’","profsurf":"โŒ“","prop":"โˆ","Proportional":"โˆ","Proportion":"โˆท","propto":"โˆ","prsim":"โ‰พ","prurel":"โŠฐ","Pscr":"๐’ซ","pscr":"๐“…","Psi":"ฮจ","psi":"ฯˆ","puncsp":"โ€ˆ","Qfr":"๐””","qfr":"๐”ฎ","qint":"โจŒ","qopf":"๐•ข","Qopf":"โ„š","qprime":"โ—","Qscr":"๐’ฌ","qscr":"๐“†","quaternions":"โ„","quatint":"โจ–","quest":"?","questeq":"โ‰Ÿ","quot":"\\"","QUOT":"\\"","rAarr":"โ‡›","race":"โˆฝฬฑ","Racute":"ล”","racute":"ล•","radic":"โˆš","raemptyv":"โฆณ","rang":"โŸฉ","Rang":"โŸซ","rangd":"โฆ’","range":"โฆฅ","rangle":"โŸฉ","raquo":"ยป","rarrap":"โฅต","rarrb":"โ‡ฅ","rarrbfs":"โค ","rarrc":"โคณ","rarr":"โ†’","Rarr":"โ† ","rArr":"โ‡’","rarrfs":"โคž","rarrhk":"โ†ช","rarrlp":"โ†ฌ","rarrpl":"โฅ…","rarrsim":"โฅด","Rarrtl":"โค–","rarrtl":"โ†ฃ","rarrw":"โ†","ratail":"โคš","rAtail":"โคœ","ratio":"โˆถ","rationals":"โ„š","rbarr":"โค","rBarr":"โค","RBarr":"โค","rbbrk":"โณ","rbrace":"}","rbrack":"]","rbrke":"โฆŒ","rbrksld":"โฆŽ","rbrkslu":"โฆ","Rcaron":"ล˜","rcaron":"ล™","Rcedil":"ล–","rcedil":"ล—","rceil":"โŒ‰","rcub":"}","Rcy":"ะ ","rcy":"ั€","rdca":"โคท","rdldhar":"โฅฉ","rdquo":"โ€","rdquor":"โ€","rdsh":"โ†ณ","real":"โ„œ","realine":"โ„›","realpart":"โ„œ","reals":"โ„","Re":"โ„œ","rect":"โ–ญ","reg":"ยฎ","REG":"ยฎ","ReverseElement":"โˆ‹","ReverseEquilibrium":"โ‡‹","ReverseUpEquilibrium":"โฅฏ","rfisht":"โฅฝ","rfloor":"โŒ‹","rfr":"๐”ฏ","Rfr":"โ„œ","rHar":"โฅค","rhard":"โ‡","rharu":"โ‡€","rharul":"โฅฌ","Rho":"ฮก","rho":"ฯ","rhov":"ฯฑ","RightAngleBracket":"โŸฉ","RightArrowBar":"โ‡ฅ","rightarrow":"โ†’","RightArrow":"โ†’","Rightarrow":"โ‡’","RightArrowLeftArrow":"โ‡„","rightarrowtail":"โ†ฃ","RightCeiling":"โŒ‰","RightDoubleBracket":"โŸง","RightDownTeeVector":"โฅ","RightDownVectorBar":"โฅ•","RightDownVector":"โ‡‚","RightFloor":"โŒ‹","rightharpoondown":"โ‡","rightharpoonup":"โ‡€","rightleftarrows":"โ‡„","rightleftharpoons":"โ‡Œ","rightrightarrows":"โ‡‰","rightsquigarrow":"โ†","RightTeeArrow":"โ†ฆ","RightTee":"โŠข","RightTeeVector":"โฅ›","rightthreetimes":"โ‹Œ","RightTriangleBar":"โง","RightTriangle":"โŠณ","RightTriangleEqual":"โŠต","RightUpDownVector":"โฅ","RightUpTeeVector":"โฅœ","RightUpVectorBar":"โฅ”","RightUpVector":"โ†พ","RightVectorBar":"โฅ“","RightVector":"โ‡€","ring":"หš","risingdotseq":"โ‰“","rlarr":"โ‡„","rlhar":"โ‡Œ","rlm":"โ€","rmoustache":"โŽฑ","rmoust":"โŽฑ","rnmid":"โซฎ","roang":"โŸญ","roarr":"โ‡พ","robrk":"โŸง","ropar":"โฆ†","ropf":"๐•ฃ","Ropf":"โ„","roplus":"โจฎ","rotimes":"โจต","RoundImplies":"โฅฐ","rpar":")","rpargt":"โฆ”","rppolint":"โจ’","rrarr":"โ‡‰","Rrightarrow":"โ‡›","rsaquo":"โ€บ","rscr":"๐“‡","Rscr":"โ„›","rsh":"โ†ฑ","Rsh":"โ†ฑ","rsqb":"]","rsquo":"โ€™","rsquor":"โ€™","rthree":"โ‹Œ","rtimes":"โ‹Š","rtri":"โ–น","rtrie":"โŠต","rtrif":"โ–ธ","rtriltri":"โงŽ","RuleDelayed":"โงด","ruluhar":"โฅจ","rx":"โ„ž","Sacute":"ลš","sacute":"ล›","sbquo":"โ€š","scap":"โชธ","Scaron":"ล ","scaron":"ลก","Sc":"โชผ","sc":"โ‰ป","sccue":"โ‰ฝ","sce":"โชฐ","scE":"โชด","Scedil":"ลž","scedil":"ลŸ","Scirc":"ลœ","scirc":"ล","scnap":"โชบ","scnE":"โชถ","scnsim":"โ‹ฉ","scpolint":"โจ“","scsim":"โ‰ฟ","Scy":"ะก","scy":"ั","sdotb":"โŠก","sdot":"โ‹…","sdote":"โฉฆ","searhk":"โคฅ","searr":"โ†˜","seArr":"โ‡˜","searrow":"โ†˜","sect":"ยง","semi":";","seswar":"โคฉ","setminus":"โˆ–","setmn":"โˆ–","sext":"โœถ","Sfr":"๐”–","sfr":"๐”ฐ","sfrown":"โŒข","sharp":"โ™ฏ","SHCHcy":"ะฉ","shchcy":"ั‰","SHcy":"ะจ","shcy":"ัˆ","ShortDownArrow":"โ†“","ShortLeftArrow":"โ†","shortmid":"โˆฃ","shortparallel":"โˆฅ","ShortRightArrow":"โ†’","ShortUpArrow":"โ†‘","shy":"ยญ","Sigma":"ฮฃ","sigma":"ฯƒ","sigmaf":"ฯ‚","sigmav":"ฯ‚","sim":"โˆผ","simdot":"โฉช","sime":"โ‰ƒ","simeq":"โ‰ƒ","simg":"โชž","simgE":"โช ","siml":"โช","simlE":"โชŸ","simne":"โ‰†","simplus":"โจค","simrarr":"โฅฒ","slarr":"โ†","SmallCircle":"โˆ˜","smallsetminus":"โˆ–","smashp":"โจณ","smeparsl":"โงค","smid":"โˆฃ","smile":"โŒฃ","smt":"โชช","smte":"โชฌ","smtes":"โชฌ๏ธ€","SOFTcy":"ะฌ","softcy":"ัŒ","solbar":"โŒฟ","solb":"โง„","sol":"/","Sopf":"๐•Š","sopf":"๐•ค","spades":"โ™ ","spadesuit":"โ™ ","spar":"โˆฅ","sqcap":"โŠ“","sqcaps":"โŠ“๏ธ€","sqcup":"โŠ”","sqcups":"โŠ”๏ธ€","Sqrt":"โˆš","sqsub":"โŠ","sqsube":"โŠ‘","sqsubset":"โŠ","sqsubseteq":"โŠ‘","sqsup":"โА","sqsupe":"โŠ’","sqsupset":"โА","sqsupseteq":"โŠ’","square":"โ–ก","Square":"โ–ก","SquareIntersection":"โŠ“","SquareSubset":"โŠ","SquareSubsetEqual":"โŠ‘","SquareSuperset":"โА","SquareSupersetEqual":"โŠ’","SquareUnion":"โŠ”","squarf":"โ–ช","squ":"โ–ก","squf":"โ–ช","srarr":"โ†’","Sscr":"๐’ฎ","sscr":"๐“ˆ","ssetmn":"โˆ–","ssmile":"โŒฃ","sstarf":"โ‹†","Star":"โ‹†","star":"โ˜†","starf":"โ˜…","straightepsilon":"ฯต","straightphi":"ฯ•","strns":"ยฏ","sub":"โŠ‚","Sub":"โ‹","subdot":"โชฝ","subE":"โซ…","sube":"โІ","subedot":"โซƒ","submult":"โซ","subnE":"โซ‹","subne":"โŠŠ","subplus":"โชฟ","subrarr":"โฅน","subset":"โŠ‚","Subset":"โ‹","subseteq":"โІ","subseteqq":"โซ…","SubsetEqual":"โІ","subsetneq":"โŠŠ","subsetneqq":"โซ‹","subsim":"โซ‡","subsub":"โซ•","subsup":"โซ“","succapprox":"โชธ","succ":"โ‰ป","succcurlyeq":"โ‰ฝ","Succeeds":"โ‰ป","SucceedsEqual":"โชฐ","SucceedsSlantEqual":"โ‰ฝ","SucceedsTilde":"โ‰ฟ","succeq":"โชฐ","succnapprox":"โชบ","succneqq":"โชถ","succnsim":"โ‹ฉ","succsim":"โ‰ฟ","SuchThat":"โˆ‹","sum":"โˆ‘","Sum":"โˆ‘","sung":"โ™ช","sup1":"ยน","sup2":"ยฒ","sup3":"ยณ","sup":"โŠƒ","Sup":"โ‹‘","supdot":"โชพ","supdsub":"โซ˜","supE":"โซ†","supe":"โЇ","supedot":"โซ„","Superset":"โŠƒ","SupersetEqual":"โЇ","suphsol":"โŸ‰","suphsub":"โซ—","suplarr":"โฅป","supmult":"โซ‚","supnE":"โซŒ","supne":"โŠ‹","supplus":"โซ€","supset":"โŠƒ","Supset":"โ‹‘","supseteq":"โЇ","supseteqq":"โซ†","supsetneq":"โŠ‹","supsetneqq":"โซŒ","supsim":"โซˆ","supsub":"โซ”","supsup":"โซ–","swarhk":"โคฆ","swarr":"โ†™","swArr":"โ‡™","swarrow":"โ†™","swnwar":"โคช","szlig":"รŸ","Tab":"\\t","target":"โŒ–","Tau":"ฮค","tau":"ฯ„","tbrk":"โŽด","Tcaron":"ลค","tcaron":"ลฅ","Tcedil":"ลข","tcedil":"ลฃ","Tcy":"ะข","tcy":"ั‚","tdot":"โƒ›","telrec":"โŒ•","Tfr":"๐”—","tfr":"๐”ฑ","there4":"โˆด","therefore":"โˆด","Therefore":"โˆด","Theta":"ฮ˜","theta":"ฮธ","thetasym":"ฯ‘","thetav":"ฯ‘","thickapprox":"โ‰ˆ","thicksim":"โˆผ","ThickSpace":"โŸโ€Š","ThinSpace":"โ€‰","thinsp":"โ€‰","thkap":"โ‰ˆ","thksim":"โˆผ","THORN":"รž","thorn":"รพ","tilde":"หœ","Tilde":"โˆผ","TildeEqual":"โ‰ƒ","TildeFullEqual":"โ‰…","TildeTilde":"โ‰ˆ","timesbar":"โจฑ","timesb":"โŠ ","times":"ร—","timesd":"โจฐ","tint":"โˆญ","toea":"โคจ","topbot":"โŒถ","topcir":"โซฑ","top":"โŠค","Topf":"๐•‹","topf":"๐•ฅ","topfork":"โซš","tosa":"โคฉ","tprime":"โ€ด","trade":"โ„ข","TRADE":"โ„ข","triangle":"โ–ต","triangledown":"โ–ฟ","triangleleft":"โ—ƒ","trianglelefteq":"โŠด","triangleq":"โ‰œ","triangleright":"โ–น","trianglerighteq":"โŠต","tridot":"โ—ฌ","trie":"โ‰œ","triminus":"โจบ","TripleDot":"โƒ›","triplus":"โจน","trisb":"โง","tritime":"โจป","trpezium":"โข","Tscr":"๐’ฏ","tscr":"๐“‰","TScy":"ะฆ","tscy":"ั†","TSHcy":"ะ‹","tshcy":"ั›","Tstrok":"ลฆ","tstrok":"ลง","twixt":"โ‰ฌ","twoheadleftarrow":"โ†ž","twoheadrightarrow":"โ† ","Uacute":"รš","uacute":"รบ","uarr":"โ†‘","Uarr":"โ†Ÿ","uArr":"โ‡‘","Uarrocir":"โฅ‰","Ubrcy":"ะŽ","ubrcy":"ัž","Ubreve":"ลฌ","ubreve":"ลญ","Ucirc":"ร›","ucirc":"รป","Ucy":"ะฃ","ucy":"ัƒ","udarr":"โ‡…","Udblac":"ลฐ","udblac":"ลฑ","udhar":"โฅฎ","ufisht":"โฅพ","Ufr":"๐”˜","ufr":"๐”ฒ","Ugrave":"ร™","ugrave":"รน","uHar":"โฅฃ","uharl":"โ†ฟ","uharr":"โ†พ","uhblk":"โ–€","ulcorn":"โŒœ","ulcorner":"โŒœ","ulcrop":"โŒ","ultri":"โ—ธ","Umacr":"ลช","umacr":"ลซ","uml":"ยจ","UnderBar":"_","UnderBrace":"โŸ","UnderBracket":"โŽต","UnderParenthesis":"โ","Union":"โ‹ƒ","UnionPlus":"โŠŽ","Uogon":"ลฒ","uogon":"ลณ","Uopf":"๐•Œ","uopf":"๐•ฆ","UpArrowBar":"โค’","uparrow":"โ†‘","UpArrow":"โ†‘","Uparrow":"โ‡‘","UpArrowDownArrow":"โ‡…","updownarrow":"โ†•","UpDownArrow":"โ†•","Updownarrow":"โ‡•","UpEquilibrium":"โฅฎ","upharpoonleft":"โ†ฟ","upharpoonright":"โ†พ","uplus":"โŠŽ","UpperLeftArrow":"โ†–","UpperRightArrow":"โ†—","upsi":"ฯ…","Upsi":"ฯ’","upsih":"ฯ’","Upsilon":"ฮฅ","upsilon":"ฯ…","UpTeeArrow":"โ†ฅ","UpTee":"โŠฅ","upuparrows":"โ‡ˆ","urcorn":"โŒ","urcorner":"โŒ","urcrop":"โŒŽ","Uring":"ลฎ","uring":"ลฏ","urtri":"โ—น","Uscr":"๐’ฐ","uscr":"๐“Š","utdot":"โ‹ฐ","Utilde":"ลจ","utilde":"ลฉ","utri":"โ–ต","utrif":"โ–ด","uuarr":"โ‡ˆ","Uuml":"รœ","uuml":"รผ","uwangle":"โฆง","vangrt":"โฆœ","varepsilon":"ฯต","varkappa":"ฯฐ","varnothing":"โˆ…","varphi":"ฯ•","varpi":"ฯ–","varpropto":"โˆ","varr":"โ†•","vArr":"โ‡•","varrho":"ฯฑ","varsigma":"ฯ‚","varsubsetneq":"โŠŠ๏ธ€","varsubsetneqq":"โซ‹๏ธ€","varsupsetneq":"โŠ‹๏ธ€","varsupsetneqq":"โซŒ๏ธ€","vartheta":"ฯ‘","vartriangleleft":"โŠฒ","vartriangleright":"โŠณ","vBar":"โซจ","Vbar":"โซซ","vBarv":"โซฉ","Vcy":"ะ’","vcy":"ะฒ","vdash":"โŠข","vDash":"โŠจ","Vdash":"โŠฉ","VDash":"โŠซ","Vdashl":"โซฆ","veebar":"โŠป","vee":"โˆจ","Vee":"โ‹","veeeq":"โ‰š","vellip":"โ‹ฎ","verbar":"|","Verbar":"โ€–","vert":"|","Vert":"โ€–","VerticalBar":"โˆฃ","VerticalLine":"|","VerticalSeparator":"โ˜","VerticalTilde":"โ‰€","VeryThinSpace":"โ€Š","Vfr":"๐”™","vfr":"๐”ณ","vltri":"โŠฒ","vnsub":"โŠ‚โƒ’","vnsup":"โŠƒโƒ’","Vopf":"๐•","vopf":"๐•ง","vprop":"โˆ","vrtri":"โŠณ","Vscr":"๐’ฑ","vscr":"๐“‹","vsubnE":"โซ‹๏ธ€","vsubne":"โŠŠ๏ธ€","vsupnE":"โซŒ๏ธ€","vsupne":"โŠ‹๏ธ€","Vvdash":"โŠช","vzigzag":"โฆš","Wcirc":"ลด","wcirc":"ลต","wedbar":"โฉŸ","wedge":"โˆง","Wedge":"โ‹€","wedgeq":"โ‰™","weierp":"โ„˜","Wfr":"๐”š","wfr":"๐”ด","Wopf":"๐•Ž","wopf":"๐•จ","wp":"โ„˜","wr":"โ‰€","wreath":"โ‰€","Wscr":"๐’ฒ","wscr":"๐“Œ","xcap":"โ‹‚","xcirc":"โ—ฏ","xcup":"โ‹ƒ","xdtri":"โ–ฝ","Xfr":"๐”›","xfr":"๐”ต","xharr":"โŸท","xhArr":"โŸบ","Xi":"ฮž","xi":"ฮพ","xlarr":"โŸต","xlArr":"โŸธ","xmap":"โŸผ","xnis":"โ‹ป","xodot":"โจ€","Xopf":"๐•","xopf":"๐•ฉ","xoplus":"โจ","xotime":"โจ‚","xrarr":"โŸถ","xrArr":"โŸน","Xscr":"๐’ณ","xscr":"๐“","xsqcup":"โจ†","xuplus":"โจ„","xutri":"โ–ณ","xvee":"โ‹","xwedge":"โ‹€","Yacute":"ร","yacute":"รฝ","YAcy":"ะฏ","yacy":"ั","Ycirc":"ลถ","ycirc":"ลท","Ycy":"ะซ","ycy":"ั‹","yen":"ยฅ","Yfr":"๐”œ","yfr":"๐”ถ","YIcy":"ะ‡","yicy":"ั—","Yopf":"๐•","yopf":"๐•ช","Yscr":"๐’ด","yscr":"๐“Ž","YUcy":"ะฎ","yucy":"ัŽ","yuml":"รฟ","Yuml":"ลธ","Zacute":"ลน","zacute":"ลบ","Zcaron":"ลฝ","zcaron":"ลพ","Zcy":"ะ—","zcy":"ะท","Zdot":"ลป","zdot":"ลผ","zeetrf":"โ„จ","ZeroWidthSpace":"โ€‹","Zeta":"ฮ–","zeta":"ฮถ","zfr":"๐”ท","Zfr":"โ„จ","ZHcy":"ะ–","zhcy":"ะถ","zigrarr":"โ‡","zopf":"๐•ซ","Zopf":"โ„ค","Zscr":"๐’ต","zscr":"๐“","zwj":"โ€","zwnj":"โ€Œ"}')},6852:function(e){"use strict";e.exports=JSON.parse('{"100":"๐Ÿ’ฏ","1234":"๐Ÿ”ข","grinning":"๐Ÿ˜€","smiley":"๐Ÿ˜ƒ","smile":"๐Ÿ˜„","grin":"๐Ÿ˜","laughing":"๐Ÿ˜†","satisfied":"๐Ÿ˜†","sweat_smile":"๐Ÿ˜…","rofl":"๐Ÿคฃ","joy":"๐Ÿ˜‚","slightly_smiling_face":"๐Ÿ™‚","upside_down_face":"๐Ÿ™ƒ","wink":"๐Ÿ˜‰","blush":"๐Ÿ˜Š","innocent":"๐Ÿ˜‡","smiling_face_with_three_hearts":"๐Ÿฅฐ","heart_eyes":"๐Ÿ˜","star_struck":"๐Ÿคฉ","kissing_heart":"๐Ÿ˜˜","kissing":"๐Ÿ˜—","relaxed":"โ˜บ๏ธ","kissing_closed_eyes":"๐Ÿ˜š","kissing_smiling_eyes":"๐Ÿ˜™","smiling_face_with_tear":"๐Ÿฅฒ","yum":"๐Ÿ˜‹","stuck_out_tongue":"๐Ÿ˜›","stuck_out_tongue_winking_eye":"๐Ÿ˜œ","zany_face":"๐Ÿคช","stuck_out_tongue_closed_eyes":"๐Ÿ˜","money_mouth_face":"๐Ÿค‘","hugs":"๐Ÿค—","hand_over_mouth":"๐Ÿคญ","shushing_face":"๐Ÿคซ","thinking":"๐Ÿค”","zipper_mouth_face":"๐Ÿค","raised_eyebrow":"๐Ÿคจ","neutral_face":"๐Ÿ˜","expressionless":"๐Ÿ˜‘","no_mouth":"๐Ÿ˜ถ","smirk":"๐Ÿ˜","unamused":"๐Ÿ˜’","roll_eyes":"๐Ÿ™„","grimacing":"๐Ÿ˜ฌ","lying_face":"๐Ÿคฅ","relieved":"๐Ÿ˜Œ","pensive":"๐Ÿ˜”","sleepy":"๐Ÿ˜ช","drooling_face":"๐Ÿคค","sleeping":"๐Ÿ˜ด","mask":"๐Ÿ˜ท","face_with_thermometer":"๐Ÿค’","face_with_head_bandage":"๐Ÿค•","nauseated_face":"๐Ÿคข","vomiting_face":"๐Ÿคฎ","sneezing_face":"๐Ÿคง","hot_face":"๐Ÿฅต","cold_face":"๐Ÿฅถ","woozy_face":"๐Ÿฅด","dizzy_face":"๐Ÿ˜ต","exploding_head":"๐Ÿคฏ","cowboy_hat_face":"๐Ÿค ","partying_face":"๐Ÿฅณ","disguised_face":"๐Ÿฅธ","sunglasses":"๐Ÿ˜Ž","nerd_face":"๐Ÿค“","monocle_face":"๐Ÿง","confused":"๐Ÿ˜•","worried":"๐Ÿ˜Ÿ","slightly_frowning_face":"๐Ÿ™","frowning_face":"โ˜น๏ธ","open_mouth":"๐Ÿ˜ฎ","hushed":"๐Ÿ˜ฏ","astonished":"๐Ÿ˜ฒ","flushed":"๐Ÿ˜ณ","pleading_face":"๐Ÿฅบ","frowning":"๐Ÿ˜ฆ","anguished":"๐Ÿ˜ง","fearful":"๐Ÿ˜จ","cold_sweat":"๐Ÿ˜ฐ","disappointed_relieved":"๐Ÿ˜ฅ","cry":"๐Ÿ˜ข","sob":"๐Ÿ˜ญ","scream":"๐Ÿ˜ฑ","confounded":"๐Ÿ˜–","persevere":"๐Ÿ˜ฃ","disappointed":"๐Ÿ˜ž","sweat":"๐Ÿ˜“","weary":"๐Ÿ˜ฉ","tired_face":"๐Ÿ˜ซ","yawning_face":"๐Ÿฅฑ","triumph":"๐Ÿ˜ค","rage":"๐Ÿ˜ก","pout":"๐Ÿ˜ก","angry":"๐Ÿ˜ ","cursing_face":"๐Ÿคฌ","smiling_imp":"๐Ÿ˜ˆ","imp":"๐Ÿ‘ฟ","skull":"๐Ÿ’€","skull_and_crossbones":"โ˜ ๏ธ","hankey":"๐Ÿ’ฉ","poop":"๐Ÿ’ฉ","shit":"๐Ÿ’ฉ","clown_face":"๐Ÿคก","japanese_ogre":"๐Ÿ‘น","japanese_goblin":"๐Ÿ‘บ","ghost":"๐Ÿ‘ป","alien":"๐Ÿ‘ฝ","space_invader":"๐Ÿ‘พ","robot":"๐Ÿค–","smiley_cat":"๐Ÿ˜บ","smile_cat":"๐Ÿ˜ธ","joy_cat":"๐Ÿ˜น","heart_eyes_cat":"๐Ÿ˜ป","smirk_cat":"๐Ÿ˜ผ","kissing_cat":"๐Ÿ˜ฝ","scream_cat":"๐Ÿ™€","crying_cat_face":"๐Ÿ˜ฟ","pouting_cat":"๐Ÿ˜พ","see_no_evil":"๐Ÿ™ˆ","hear_no_evil":"๐Ÿ™‰","speak_no_evil":"๐Ÿ™Š","kiss":"๐Ÿ’‹","love_letter":"๐Ÿ’Œ","cupid":"๐Ÿ’˜","gift_heart":"๐Ÿ’","sparkling_heart":"๐Ÿ’–","heartpulse":"๐Ÿ’—","heartbeat":"๐Ÿ’“","revolving_hearts":"๐Ÿ’ž","two_hearts":"๐Ÿ’•","heart_decoration":"๐Ÿ’Ÿ","heavy_heart_exclamation":"โฃ๏ธ","broken_heart":"๐Ÿ’”","heart":"โค๏ธ","orange_heart":"๐Ÿงก","yellow_heart":"๐Ÿ’›","green_heart":"๐Ÿ’š","blue_heart":"๐Ÿ’™","purple_heart":"๐Ÿ’œ","brown_heart":"๐ŸคŽ","black_heart":"๐Ÿ–ค","white_heart":"๐Ÿค","anger":"๐Ÿ’ข","boom":"๐Ÿ’ฅ","collision":"๐Ÿ’ฅ","dizzy":"๐Ÿ’ซ","sweat_drops":"๐Ÿ’ฆ","dash":"๐Ÿ’จ","hole":"๐Ÿ•ณ๏ธ","bomb":"๐Ÿ’ฃ","speech_balloon":"๐Ÿ’ฌ","eye_speech_bubble":"๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ","left_speech_bubble":"๐Ÿ—จ๏ธ","right_anger_bubble":"๐Ÿ—ฏ๏ธ","thought_balloon":"๐Ÿ’ญ","zzz":"๐Ÿ’ค","wave":"๐Ÿ‘‹","raised_back_of_hand":"๐Ÿคš","raised_hand_with_fingers_splayed":"๐Ÿ–๏ธ","hand":"โœ‹","raised_hand":"โœ‹","vulcan_salute":"๐Ÿ––","ok_hand":"๐Ÿ‘Œ","pinched_fingers":"๐ŸคŒ","pinching_hand":"๐Ÿค","v":"โœŒ๏ธ","crossed_fingers":"๐Ÿคž","love_you_gesture":"๐ŸคŸ","metal":"๐Ÿค˜","call_me_hand":"๐Ÿค™","point_left":"๐Ÿ‘ˆ","point_right":"๐Ÿ‘‰","point_up_2":"๐Ÿ‘†","middle_finger":"๐Ÿ–•","fu":"๐Ÿ–•","point_down":"๐Ÿ‘‡","point_up":"โ˜๏ธ","+1":"๐Ÿ‘","thumbsup":"๐Ÿ‘","-1":"๐Ÿ‘Ž","thumbsdown":"๐Ÿ‘Ž","fist_raised":"โœŠ","fist":"โœŠ","fist_oncoming":"๐Ÿ‘Š","facepunch":"๐Ÿ‘Š","punch":"๐Ÿ‘Š","fist_left":"๐Ÿค›","fist_right":"๐Ÿคœ","clap":"๐Ÿ‘","raised_hands":"๐Ÿ™Œ","open_hands":"๐Ÿ‘","palms_up_together":"๐Ÿคฒ","handshake":"๐Ÿค","pray":"๐Ÿ™","writing_hand":"โœ๏ธ","nail_care":"๐Ÿ’…","selfie":"๐Ÿคณ","muscle":"๐Ÿ’ช","mechanical_arm":"๐Ÿฆพ","mechanical_leg":"๐Ÿฆฟ","leg":"๐Ÿฆต","foot":"๐Ÿฆถ","ear":"๐Ÿ‘‚","ear_with_hearing_aid":"๐Ÿฆป","nose":"๐Ÿ‘ƒ","brain":"๐Ÿง ","anatomical_heart":"๐Ÿซ€","lungs":"๐Ÿซ","tooth":"๐Ÿฆท","bone":"๐Ÿฆด","eyes":"๐Ÿ‘€","eye":"๐Ÿ‘๏ธ","tongue":"๐Ÿ‘…","lips":"๐Ÿ‘„","baby":"๐Ÿ‘ถ","child":"๐Ÿง’","boy":"๐Ÿ‘ฆ","girl":"๐Ÿ‘ง","adult":"๐Ÿง‘","blond_haired_person":"๐Ÿ‘ฑ","man":"๐Ÿ‘จ","bearded_person":"๐Ÿง”","red_haired_man":"๐Ÿ‘จโ€๐Ÿฆฐ","curly_haired_man":"๐Ÿ‘จโ€๐Ÿฆฑ","white_haired_man":"๐Ÿ‘จโ€๐Ÿฆณ","bald_man":"๐Ÿ‘จโ€๐Ÿฆฒ","woman":"๐Ÿ‘ฉ","red_haired_woman":"๐Ÿ‘ฉโ€๐Ÿฆฐ","person_red_hair":"๐Ÿง‘โ€๐Ÿฆฐ","curly_haired_woman":"๐Ÿ‘ฉโ€๐Ÿฆฑ","person_curly_hair":"๐Ÿง‘โ€๐Ÿฆฑ","white_haired_woman":"๐Ÿ‘ฉโ€๐Ÿฆณ","person_white_hair":"๐Ÿง‘โ€๐Ÿฆณ","bald_woman":"๐Ÿ‘ฉโ€๐Ÿฆฒ","person_bald":"๐Ÿง‘โ€๐Ÿฆฒ","blond_haired_woman":"๐Ÿ‘ฑโ€โ™€๏ธ","blonde_woman":"๐Ÿ‘ฑโ€โ™€๏ธ","blond_haired_man":"๐Ÿ‘ฑโ€โ™‚๏ธ","older_adult":"๐Ÿง“","older_man":"๐Ÿ‘ด","older_woman":"๐Ÿ‘ต","frowning_person":"๐Ÿ™","frowning_man":"๐Ÿ™โ€โ™‚๏ธ","frowning_woman":"๐Ÿ™โ€โ™€๏ธ","pouting_face":"๐Ÿ™Ž","pouting_man":"๐Ÿ™Žโ€โ™‚๏ธ","pouting_woman":"๐Ÿ™Žโ€โ™€๏ธ","no_good":"๐Ÿ™…","no_good_man":"๐Ÿ™…โ€โ™‚๏ธ","ng_man":"๐Ÿ™…โ€โ™‚๏ธ","no_good_woman":"๐Ÿ™…โ€โ™€๏ธ","ng_woman":"๐Ÿ™…โ€โ™€๏ธ","ok_person":"๐Ÿ™†","ok_man":"๐Ÿ™†โ€โ™‚๏ธ","ok_woman":"๐Ÿ™†โ€โ™€๏ธ","tipping_hand_person":"๐Ÿ’","information_desk_person":"๐Ÿ’","tipping_hand_man":"๐Ÿ’โ€โ™‚๏ธ","sassy_man":"๐Ÿ’โ€โ™‚๏ธ","tipping_hand_woman":"๐Ÿ’โ€โ™€๏ธ","sassy_woman":"๐Ÿ’โ€โ™€๏ธ","raising_hand":"๐Ÿ™‹","raising_hand_man":"๐Ÿ™‹โ€โ™‚๏ธ","raising_hand_woman":"๐Ÿ™‹โ€โ™€๏ธ","deaf_person":"๐Ÿง","deaf_man":"๐Ÿงโ€โ™‚๏ธ","deaf_woman":"๐Ÿงโ€โ™€๏ธ","bow":"๐Ÿ™‡","bowing_man":"๐Ÿ™‡โ€โ™‚๏ธ","bowing_woman":"๐Ÿ™‡โ€โ™€๏ธ","facepalm":"๐Ÿคฆ","man_facepalming":"๐Ÿคฆโ€โ™‚๏ธ","woman_facepalming":"๐Ÿคฆโ€โ™€๏ธ","shrug":"๐Ÿคท","man_shrugging":"๐Ÿคทโ€โ™‚๏ธ","woman_shrugging":"๐Ÿคทโ€โ™€๏ธ","health_worker":"๐Ÿง‘โ€โš•๏ธ","man_health_worker":"๐Ÿ‘จโ€โš•๏ธ","woman_health_worker":"๐Ÿ‘ฉโ€โš•๏ธ","student":"๐Ÿง‘โ€๐ŸŽ“","man_student":"๐Ÿ‘จโ€๐ŸŽ“","woman_student":"๐Ÿ‘ฉโ€๐ŸŽ“","teacher":"๐Ÿง‘โ€๐Ÿซ","man_teacher":"๐Ÿ‘จโ€๐Ÿซ","woman_teacher":"๐Ÿ‘ฉโ€๐Ÿซ","judge":"๐Ÿง‘โ€โš–๏ธ","man_judge":"๐Ÿ‘จโ€โš–๏ธ","woman_judge":"๐Ÿ‘ฉโ€โš–๏ธ","farmer":"๐Ÿง‘โ€๐ŸŒพ","man_farmer":"๐Ÿ‘จโ€๐ŸŒพ","woman_farmer":"๐Ÿ‘ฉโ€๐ŸŒพ","cook":"๐Ÿง‘โ€๐Ÿณ","man_cook":"๐Ÿ‘จโ€๐Ÿณ","woman_cook":"๐Ÿ‘ฉโ€๐Ÿณ","mechanic":"๐Ÿง‘โ€๐Ÿ”ง","man_mechanic":"๐Ÿ‘จโ€๐Ÿ”ง","woman_mechanic":"๐Ÿ‘ฉโ€๐Ÿ”ง","factory_worker":"๐Ÿง‘โ€๐Ÿญ","man_factory_worker":"๐Ÿ‘จโ€๐Ÿญ","woman_factory_worker":"๐Ÿ‘ฉโ€๐Ÿญ","office_worker":"๐Ÿง‘โ€๐Ÿ’ผ","man_office_worker":"๐Ÿ‘จโ€๐Ÿ’ผ","woman_office_worker":"๐Ÿ‘ฉโ€๐Ÿ’ผ","scientist":"๐Ÿง‘โ€๐Ÿ”ฌ","man_scientist":"๐Ÿ‘จโ€๐Ÿ”ฌ","woman_scientist":"๐Ÿ‘ฉโ€๐Ÿ”ฌ","technologist":"๐Ÿง‘โ€๐Ÿ’ป","man_technologist":"๐Ÿ‘จโ€๐Ÿ’ป","woman_technologist":"๐Ÿ‘ฉโ€๐Ÿ’ป","singer":"๐Ÿง‘โ€๐ŸŽค","man_singer":"๐Ÿ‘จโ€๐ŸŽค","woman_singer":"๐Ÿ‘ฉโ€๐ŸŽค","artist":"๐Ÿง‘โ€๐ŸŽจ","man_artist":"๐Ÿ‘จโ€๐ŸŽจ","woman_artist":"๐Ÿ‘ฉโ€๐ŸŽจ","pilot":"๐Ÿง‘โ€โœˆ๏ธ","man_pilot":"๐Ÿ‘จโ€โœˆ๏ธ","woman_pilot":"๐Ÿ‘ฉโ€โœˆ๏ธ","astronaut":"๐Ÿง‘โ€๐Ÿš€","man_astronaut":"๐Ÿ‘จโ€๐Ÿš€","woman_astronaut":"๐Ÿ‘ฉโ€๐Ÿš€","firefighter":"๐Ÿง‘โ€๐Ÿš’","man_firefighter":"๐Ÿ‘จโ€๐Ÿš’","woman_firefighter":"๐Ÿ‘ฉโ€๐Ÿš’","police_officer":"๐Ÿ‘ฎ","cop":"๐Ÿ‘ฎ","policeman":"๐Ÿ‘ฎโ€โ™‚๏ธ","policewoman":"๐Ÿ‘ฎโ€โ™€๏ธ","detective":"๐Ÿ•ต๏ธ","male_detective":"๐Ÿ•ต๏ธโ€โ™‚๏ธ","female_detective":"๐Ÿ•ต๏ธโ€โ™€๏ธ","guard":"๐Ÿ’‚","guardsman":"๐Ÿ’‚โ€โ™‚๏ธ","guardswoman":"๐Ÿ’‚โ€โ™€๏ธ","ninja":"๐Ÿฅท","construction_worker":"๐Ÿ‘ท","construction_worker_man":"๐Ÿ‘ทโ€โ™‚๏ธ","construction_worker_woman":"๐Ÿ‘ทโ€โ™€๏ธ","prince":"๐Ÿคด","princess":"๐Ÿ‘ธ","person_with_turban":"๐Ÿ‘ณ","man_with_turban":"๐Ÿ‘ณโ€โ™‚๏ธ","woman_with_turban":"๐Ÿ‘ณโ€โ™€๏ธ","man_with_gua_pi_mao":"๐Ÿ‘ฒ","woman_with_headscarf":"๐Ÿง•","person_in_tuxedo":"๐Ÿคต","man_in_tuxedo":"๐Ÿคตโ€โ™‚๏ธ","woman_in_tuxedo":"๐Ÿคตโ€โ™€๏ธ","person_with_veil":"๐Ÿ‘ฐ","man_with_veil":"๐Ÿ‘ฐโ€โ™‚๏ธ","woman_with_veil":"๐Ÿ‘ฐโ€โ™€๏ธ","bride_with_veil":"๐Ÿ‘ฐโ€โ™€๏ธ","pregnant_woman":"๐Ÿคฐ","breast_feeding":"๐Ÿคฑ","woman_feeding_baby":"๐Ÿ‘ฉโ€๐Ÿผ","man_feeding_baby":"๐Ÿ‘จโ€๐Ÿผ","person_feeding_baby":"๐Ÿง‘โ€๐Ÿผ","angel":"๐Ÿ‘ผ","santa":"๐ŸŽ…","mrs_claus":"๐Ÿคถ","mx_claus":"๐Ÿง‘โ€๐ŸŽ„","superhero":"๐Ÿฆธ","superhero_man":"๐Ÿฆธโ€โ™‚๏ธ","superhero_woman":"๐Ÿฆธโ€โ™€๏ธ","supervillain":"๐Ÿฆน","supervillain_man":"๐Ÿฆนโ€โ™‚๏ธ","supervillain_woman":"๐Ÿฆนโ€โ™€๏ธ","mage":"๐Ÿง™","mage_man":"๐Ÿง™โ€โ™‚๏ธ","mage_woman":"๐Ÿง™โ€โ™€๏ธ","fairy":"๐Ÿงš","fairy_man":"๐Ÿงšโ€โ™‚๏ธ","fairy_woman":"๐Ÿงšโ€โ™€๏ธ","vampire":"๐Ÿง›","vampire_man":"๐Ÿง›โ€โ™‚๏ธ","vampire_woman":"๐Ÿง›โ€โ™€๏ธ","merperson":"๐Ÿงœ","merman":"๐Ÿงœโ€โ™‚๏ธ","mermaid":"๐Ÿงœโ€โ™€๏ธ","elf":"๐Ÿง","elf_man":"๐Ÿงโ€โ™‚๏ธ","elf_woman":"๐Ÿงโ€โ™€๏ธ","genie":"๐Ÿงž","genie_man":"๐Ÿงžโ€โ™‚๏ธ","genie_woman":"๐Ÿงžโ€โ™€๏ธ","zombie":"๐ŸงŸ","zombie_man":"๐ŸงŸโ€โ™‚๏ธ","zombie_woman":"๐ŸงŸโ€โ™€๏ธ","massage":"๐Ÿ’†","massage_man":"๐Ÿ’†โ€โ™‚๏ธ","massage_woman":"๐Ÿ’†โ€โ™€๏ธ","haircut":"๐Ÿ’‡","haircut_man":"๐Ÿ’‡โ€โ™‚๏ธ","haircut_woman":"๐Ÿ’‡โ€โ™€๏ธ","walking":"๐Ÿšถ","walking_man":"๐Ÿšถโ€โ™‚๏ธ","walking_woman":"๐Ÿšถโ€โ™€๏ธ","standing_person":"๐Ÿง","standing_man":"๐Ÿงโ€โ™‚๏ธ","standing_woman":"๐Ÿงโ€โ™€๏ธ","kneeling_person":"๐ŸงŽ","kneeling_man":"๐ŸงŽโ€โ™‚๏ธ","kneeling_woman":"๐ŸงŽโ€โ™€๏ธ","person_with_probing_cane":"๐Ÿง‘โ€๐Ÿฆฏ","man_with_probing_cane":"๐Ÿ‘จโ€๐Ÿฆฏ","woman_with_probing_cane":"๐Ÿ‘ฉโ€๐Ÿฆฏ","person_in_motorized_wheelchair":"๐Ÿง‘โ€๐Ÿฆผ","man_in_motorized_wheelchair":"๐Ÿ‘จโ€๐Ÿฆผ","woman_in_motorized_wheelchair":"๐Ÿ‘ฉโ€๐Ÿฆผ","person_in_manual_wheelchair":"๐Ÿง‘โ€๐Ÿฆฝ","man_in_manual_wheelchair":"๐Ÿ‘จโ€๐Ÿฆฝ","woman_in_manual_wheelchair":"๐Ÿ‘ฉโ€๐Ÿฆฝ","runner":"๐Ÿƒ","running":"๐Ÿƒ","running_man":"๐Ÿƒโ€โ™‚๏ธ","running_woman":"๐Ÿƒโ€โ™€๏ธ","woman_dancing":"๐Ÿ’ƒ","dancer":"๐Ÿ’ƒ","man_dancing":"๐Ÿ•บ","business_suit_levitating":"๐Ÿ•ด๏ธ","dancers":"๐Ÿ‘ฏ","dancing_men":"๐Ÿ‘ฏโ€โ™‚๏ธ","dancing_women":"๐Ÿ‘ฏโ€โ™€๏ธ","sauna_person":"๐Ÿง–","sauna_man":"๐Ÿง–โ€โ™‚๏ธ","sauna_woman":"๐Ÿง–โ€โ™€๏ธ","climbing":"๐Ÿง—","climbing_man":"๐Ÿง—โ€โ™‚๏ธ","climbing_woman":"๐Ÿง—โ€โ™€๏ธ","person_fencing":"๐Ÿคบ","horse_racing":"๐Ÿ‡","skier":"โ›ท๏ธ","snowboarder":"๐Ÿ‚","golfing":"๐ŸŒ๏ธ","golfing_man":"๐ŸŒ๏ธโ€โ™‚๏ธ","golfing_woman":"๐ŸŒ๏ธโ€โ™€๏ธ","surfer":"๐Ÿ„","surfing_man":"๐Ÿ„โ€โ™‚๏ธ","surfing_woman":"๐Ÿ„โ€โ™€๏ธ","rowboat":"๐Ÿšฃ","rowing_man":"๐Ÿšฃโ€โ™‚๏ธ","rowing_woman":"๐Ÿšฃโ€โ™€๏ธ","swimmer":"๐ŸŠ","swimming_man":"๐ŸŠโ€โ™‚๏ธ","swimming_woman":"๐ŸŠโ€โ™€๏ธ","bouncing_ball_person":"โ›น๏ธ","bouncing_ball_man":"โ›น๏ธโ€โ™‚๏ธ","basketball_man":"โ›น๏ธโ€โ™‚๏ธ","bouncing_ball_woman":"โ›น๏ธโ€โ™€๏ธ","basketball_woman":"โ›น๏ธโ€โ™€๏ธ","weight_lifting":"๐Ÿ‹๏ธ","weight_lifting_man":"๐Ÿ‹๏ธโ€โ™‚๏ธ","weight_lifting_woman":"๐Ÿ‹๏ธโ€โ™€๏ธ","bicyclist":"๐Ÿšด","biking_man":"๐Ÿšดโ€โ™‚๏ธ","biking_woman":"๐Ÿšดโ€โ™€๏ธ","mountain_bicyclist":"๐Ÿšต","mountain_biking_man":"๐Ÿšตโ€โ™‚๏ธ","mountain_biking_woman":"๐Ÿšตโ€โ™€๏ธ","cartwheeling":"๐Ÿคธ","man_cartwheeling":"๐Ÿคธโ€โ™‚๏ธ","woman_cartwheeling":"๐Ÿคธโ€โ™€๏ธ","wrestling":"๐Ÿคผ","men_wrestling":"๐Ÿคผโ€โ™‚๏ธ","women_wrestling":"๐Ÿคผโ€โ™€๏ธ","water_polo":"๐Ÿคฝ","man_playing_water_polo":"๐Ÿคฝโ€โ™‚๏ธ","woman_playing_water_polo":"๐Ÿคฝโ€โ™€๏ธ","handball_person":"๐Ÿคพ","man_playing_handball":"๐Ÿคพโ€โ™‚๏ธ","woman_playing_handball":"๐Ÿคพโ€โ™€๏ธ","juggling_person":"๐Ÿคน","man_juggling":"๐Ÿคนโ€โ™‚๏ธ","woman_juggling":"๐Ÿคนโ€โ™€๏ธ","lotus_position":"๐Ÿง˜","lotus_position_man":"๐Ÿง˜โ€โ™‚๏ธ","lotus_position_woman":"๐Ÿง˜โ€โ™€๏ธ","bath":"๐Ÿ›€","sleeping_bed":"๐Ÿ›Œ","people_holding_hands":"๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘","two_women_holding_hands":"๐Ÿ‘ญ","couple":"๐Ÿ‘ซ","two_men_holding_hands":"๐Ÿ‘ฌ","couplekiss":"๐Ÿ’","couplekiss_man_woman":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ","couplekiss_man_man":"๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ","couplekiss_woman_woman":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ","couple_with_heart":"๐Ÿ’‘","couple_with_heart_woman_man":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ","couple_with_heart_man_man":"๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ","couple_with_heart_woman_woman":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ","family":"๐Ÿ‘ช","family_man_woman_boy":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ","family_man_woman_girl":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง","family_man_woman_girl_boy":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","family_man_woman_boy_boy":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","family_man_woman_girl_girl":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","family_man_man_boy":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ","family_man_man_girl":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง","family_man_man_girl_boy":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","family_man_man_boy_boy":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","family_man_man_girl_girl":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง","family_woman_woman_boy":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ","family_woman_woman_girl":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง","family_woman_woman_girl_boy":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","family_woman_woman_boy_boy":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","family_woman_woman_girl_girl":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","family_man_boy":"๐Ÿ‘จโ€๐Ÿ‘ฆ","family_man_boy_boy":"๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","family_man_girl":"๐Ÿ‘จโ€๐Ÿ‘ง","family_man_girl_boy":"๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","family_man_girl_girl":"๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง","family_woman_boy":"๐Ÿ‘ฉโ€๐Ÿ‘ฆ","family_woman_boy_boy":"๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","family_woman_girl":"๐Ÿ‘ฉโ€๐Ÿ‘ง","family_woman_girl_boy":"๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","family_woman_girl_girl":"๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","speaking_head":"๐Ÿ—ฃ๏ธ","bust_in_silhouette":"๐Ÿ‘ค","busts_in_silhouette":"๐Ÿ‘ฅ","people_hugging":"๐Ÿซ‚","footprints":"๐Ÿ‘ฃ","monkey_face":"๐Ÿต","monkey":"๐Ÿ’","gorilla":"๐Ÿฆ","orangutan":"๐Ÿฆง","dog":"๐Ÿถ","dog2":"๐Ÿ•","guide_dog":"๐Ÿฆฎ","service_dog":"๐Ÿ•โ€๐Ÿฆบ","poodle":"๐Ÿฉ","wolf":"๐Ÿบ","fox_face":"๐ŸฆŠ","raccoon":"๐Ÿฆ","cat":"๐Ÿฑ","cat2":"๐Ÿˆ","black_cat":"๐Ÿˆโ€โฌ›","lion":"๐Ÿฆ","tiger":"๐Ÿฏ","tiger2":"๐Ÿ…","leopard":"๐Ÿ†","horse":"๐Ÿด","racehorse":"๐ŸŽ","unicorn":"๐Ÿฆ„","zebra":"๐Ÿฆ“","deer":"๐ŸฆŒ","bison":"๐Ÿฆฌ","cow":"๐Ÿฎ","ox":"๐Ÿ‚","water_buffalo":"๐Ÿƒ","cow2":"๐Ÿ„","pig":"๐Ÿท","pig2":"๐Ÿ–","boar":"๐Ÿ—","pig_nose":"๐Ÿฝ","ram":"๐Ÿ","sheep":"๐Ÿ‘","goat":"๐Ÿ","dromedary_camel":"๐Ÿช","camel":"๐Ÿซ","llama":"๐Ÿฆ™","giraffe":"๐Ÿฆ’","elephant":"๐Ÿ˜","mammoth":"๐Ÿฆฃ","rhinoceros":"๐Ÿฆ","hippopotamus":"๐Ÿฆ›","mouse":"๐Ÿญ","mouse2":"๐Ÿ","rat":"๐Ÿ€","hamster":"๐Ÿน","rabbit":"๐Ÿฐ","rabbit2":"๐Ÿ‡","chipmunk":"๐Ÿฟ๏ธ","beaver":"๐Ÿฆซ","hedgehog":"๐Ÿฆ”","bat":"๐Ÿฆ‡","bear":"๐Ÿป","polar_bear":"๐Ÿปโ€โ„๏ธ","koala":"๐Ÿจ","panda_face":"๐Ÿผ","sloth":"๐Ÿฆฅ","otter":"๐Ÿฆฆ","skunk":"๐Ÿฆจ","kangaroo":"๐Ÿฆ˜","badger":"๐Ÿฆก","feet":"๐Ÿพ","paw_prints":"๐Ÿพ","turkey":"๐Ÿฆƒ","chicken":"๐Ÿ”","rooster":"๐Ÿ“","hatching_chick":"๐Ÿฃ","baby_chick":"๐Ÿค","hatched_chick":"๐Ÿฅ","bird":"๐Ÿฆ","penguin":"๐Ÿง","dove":"๐Ÿ•Š๏ธ","eagle":"๐Ÿฆ…","duck":"๐Ÿฆ†","swan":"๐Ÿฆข","owl":"๐Ÿฆ‰","dodo":"๐Ÿฆค","feather":"๐Ÿชถ","flamingo":"๐Ÿฆฉ","peacock":"๐Ÿฆš","parrot":"๐Ÿฆœ","frog":"๐Ÿธ","crocodile":"๐ŸŠ","turtle":"๐Ÿข","lizard":"๐ŸฆŽ","snake":"๐Ÿ","dragon_face":"๐Ÿฒ","dragon":"๐Ÿ‰","sauropod":"๐Ÿฆ•","t-rex":"๐Ÿฆ–","whale":"๐Ÿณ","whale2":"๐Ÿ‹","dolphin":"๐Ÿฌ","flipper":"๐Ÿฌ","seal":"๐Ÿฆญ","fish":"๐ŸŸ","tropical_fish":"๐Ÿ ","blowfish":"๐Ÿก","shark":"๐Ÿฆˆ","octopus":"๐Ÿ™","shell":"๐Ÿš","snail":"๐ŸŒ","butterfly":"๐Ÿฆ‹","bug":"๐Ÿ›","ant":"๐Ÿœ","bee":"๐Ÿ","honeybee":"๐Ÿ","beetle":"๐Ÿชฒ","lady_beetle":"๐Ÿž","cricket":"๐Ÿฆ—","cockroach":"๐Ÿชณ","spider":"๐Ÿ•ท๏ธ","spider_web":"๐Ÿ•ธ๏ธ","scorpion":"๐Ÿฆ‚","mosquito":"๐ŸฆŸ","fly":"๐Ÿชฐ","worm":"๐Ÿชฑ","microbe":"๐Ÿฆ ","bouquet":"๐Ÿ’","cherry_blossom":"๐ŸŒธ","white_flower":"๐Ÿ’ฎ","rosette":"๐Ÿต๏ธ","rose":"๐ŸŒน","wilted_flower":"๐Ÿฅ€","hibiscus":"๐ŸŒบ","sunflower":"๐ŸŒป","blossom":"๐ŸŒผ","tulip":"๐ŸŒท","seedling":"๐ŸŒฑ","potted_plant":"๐Ÿชด","evergreen_tree":"๐ŸŒฒ","deciduous_tree":"๐ŸŒณ","palm_tree":"๐ŸŒด","cactus":"๐ŸŒต","ear_of_rice":"๐ŸŒพ","herb":"๐ŸŒฟ","shamrock":"โ˜˜๏ธ","four_leaf_clover":"๐Ÿ€","maple_leaf":"๐Ÿ","fallen_leaf":"๐Ÿ‚","leaves":"๐Ÿƒ","grapes":"๐Ÿ‡","melon":"๐Ÿˆ","watermelon":"๐Ÿ‰","tangerine":"๐ŸŠ","orange":"๐ŸŠ","mandarin":"๐ŸŠ","lemon":"๐Ÿ‹","banana":"๐ŸŒ","pineapple":"๐Ÿ","mango":"๐Ÿฅญ","apple":"๐ŸŽ","green_apple":"๐Ÿ","pear":"๐Ÿ","peach":"๐Ÿ‘","cherries":"๐Ÿ’","strawberry":"๐Ÿ“","blueberries":"๐Ÿซ","kiwi_fruit":"๐Ÿฅ","tomato":"๐Ÿ…","olive":"๐Ÿซ’","coconut":"๐Ÿฅฅ","avocado":"๐Ÿฅ‘","eggplant":"๐Ÿ†","potato":"๐Ÿฅ”","carrot":"๐Ÿฅ•","corn":"๐ŸŒฝ","hot_pepper":"๐ŸŒถ๏ธ","bell_pepper":"๐Ÿซ‘","cucumber":"๐Ÿฅ’","leafy_green":"๐Ÿฅฌ","broccoli":"๐Ÿฅฆ","garlic":"๐Ÿง„","onion":"๐Ÿง…","mushroom":"๐Ÿ„","peanuts":"๐Ÿฅœ","chestnut":"๐ŸŒฐ","bread":"๐Ÿž","croissant":"๐Ÿฅ","baguette_bread":"๐Ÿฅ–","flatbread":"๐Ÿซ“","pretzel":"๐Ÿฅจ","bagel":"๐Ÿฅฏ","pancakes":"๐Ÿฅž","waffle":"๐Ÿง‡","cheese":"๐Ÿง€","meat_on_bone":"๐Ÿ–","poultry_leg":"๐Ÿ—","cut_of_meat":"๐Ÿฅฉ","bacon":"๐Ÿฅ“","hamburger":"๐Ÿ”","fries":"๐ŸŸ","pizza":"๐Ÿ•","hotdog":"๐ŸŒญ","sandwich":"๐Ÿฅช","taco":"๐ŸŒฎ","burrito":"๐ŸŒฏ","tamale":"๐Ÿซ”","stuffed_flatbread":"๐Ÿฅ™","falafel":"๐Ÿง†","egg":"๐Ÿฅš","fried_egg":"๐Ÿณ","shallow_pan_of_food":"๐Ÿฅ˜","stew":"๐Ÿฒ","fondue":"๐Ÿซ•","bowl_with_spoon":"๐Ÿฅฃ","green_salad":"๐Ÿฅ—","popcorn":"๐Ÿฟ","butter":"๐Ÿงˆ","salt":"๐Ÿง‚","canned_food":"๐Ÿฅซ","bento":"๐Ÿฑ","rice_cracker":"๐Ÿ˜","rice_ball":"๐Ÿ™","rice":"๐Ÿš","curry":"๐Ÿ›","ramen":"๐Ÿœ","spaghetti":"๐Ÿ","sweet_potato":"๐Ÿ ","oden":"๐Ÿข","sushi":"๐Ÿฃ","fried_shrimp":"๐Ÿค","fish_cake":"๐Ÿฅ","moon_cake":"๐Ÿฅฎ","dango":"๐Ÿก","dumpling":"๐ŸฅŸ","fortune_cookie":"๐Ÿฅ ","takeout_box":"๐Ÿฅก","crab":"๐Ÿฆ€","lobster":"๐Ÿฆž","shrimp":"๐Ÿฆ","squid":"๐Ÿฆ‘","oyster":"๐Ÿฆช","icecream":"๐Ÿฆ","shaved_ice":"๐Ÿง","ice_cream":"๐Ÿจ","doughnut":"๐Ÿฉ","cookie":"๐Ÿช","birthday":"๐ŸŽ‚","cake":"๐Ÿฐ","cupcake":"๐Ÿง","pie":"๐Ÿฅง","chocolate_bar":"๐Ÿซ","candy":"๐Ÿฌ","lollipop":"๐Ÿญ","custard":"๐Ÿฎ","honey_pot":"๐Ÿฏ","baby_bottle":"๐Ÿผ","milk_glass":"๐Ÿฅ›","coffee":"โ˜•","teapot":"๐Ÿซ–","tea":"๐Ÿต","sake":"๐Ÿถ","champagne":"๐Ÿพ","wine_glass":"๐Ÿท","cocktail":"๐Ÿธ","tropical_drink":"๐Ÿน","beer":"๐Ÿบ","beers":"๐Ÿป","clinking_glasses":"๐Ÿฅ‚","tumbler_glass":"๐Ÿฅƒ","cup_with_straw":"๐Ÿฅค","bubble_tea":"๐Ÿง‹","beverage_box":"๐Ÿงƒ","mate":"๐Ÿง‰","ice_cube":"๐ŸงŠ","chopsticks":"๐Ÿฅข","plate_with_cutlery":"๐Ÿฝ๏ธ","fork_and_knife":"๐Ÿด","spoon":"๐Ÿฅ„","hocho":"๐Ÿ”ช","knife":"๐Ÿ”ช","amphora":"๐Ÿบ","earth_africa":"๐ŸŒ","earth_americas":"๐ŸŒŽ","earth_asia":"๐ŸŒ","globe_with_meridians":"๐ŸŒ","world_map":"๐Ÿ—บ๏ธ","japan":"๐Ÿ—พ","compass":"๐Ÿงญ","mountain_snow":"๐Ÿ”๏ธ","mountain":"โ›ฐ๏ธ","volcano":"๐ŸŒ‹","mount_fuji":"๐Ÿ—ป","camping":"๐Ÿ•๏ธ","beach_umbrella":"๐Ÿ–๏ธ","desert":"๐Ÿœ๏ธ","desert_island":"๐Ÿ๏ธ","national_park":"๐Ÿž๏ธ","stadium":"๐ŸŸ๏ธ","classical_building":"๐Ÿ›๏ธ","building_construction":"๐Ÿ—๏ธ","bricks":"๐Ÿงฑ","rock":"๐Ÿชจ","wood":"๐Ÿชต","hut":"๐Ÿ›–","houses":"๐Ÿ˜๏ธ","derelict_house":"๐Ÿš๏ธ","house":"๐Ÿ ","house_with_garden":"๐Ÿก","office":"๐Ÿข","post_office":"๐Ÿฃ","european_post_office":"๐Ÿค","hospital":"๐Ÿฅ","bank":"๐Ÿฆ","hotel":"๐Ÿจ","love_hotel":"๐Ÿฉ","convenience_store":"๐Ÿช","school":"๐Ÿซ","department_store":"๐Ÿฌ","factory":"๐Ÿญ","japanese_castle":"๐Ÿฏ","european_castle":"๐Ÿฐ","wedding":"๐Ÿ’’","tokyo_tower":"๐Ÿ—ผ","statue_of_liberty":"๐Ÿ—ฝ","church":"โ›ช","mosque":"๐Ÿ•Œ","hindu_temple":"๐Ÿ›•","synagogue":"๐Ÿ•","shinto_shrine":"โ›ฉ๏ธ","kaaba":"๐Ÿ•‹","fountain":"โ›ฒ","tent":"โ›บ","foggy":"๐ŸŒ","night_with_stars":"๐ŸŒƒ","cityscape":"๐Ÿ™๏ธ","sunrise_over_mountains":"๐ŸŒ„","sunrise":"๐ŸŒ…","city_sunset":"๐ŸŒ†","city_sunrise":"๐ŸŒ‡","bridge_at_night":"๐ŸŒ‰","hotsprings":"โ™จ๏ธ","carousel_horse":"๐ŸŽ ","ferris_wheel":"๐ŸŽก","roller_coaster":"๐ŸŽข","barber":"๐Ÿ’ˆ","circus_tent":"๐ŸŽช","steam_locomotive":"๐Ÿš‚","railway_car":"๐Ÿšƒ","bullettrain_side":"๐Ÿš„","bullettrain_front":"๐Ÿš…","train2":"๐Ÿš†","metro":"๐Ÿš‡","light_rail":"๐Ÿšˆ","station":"๐Ÿš‰","tram":"๐ŸšŠ","monorail":"๐Ÿš","mountain_railway":"๐Ÿšž","train":"๐Ÿš‹","bus":"๐ŸšŒ","oncoming_bus":"๐Ÿš","trolleybus":"๐ŸšŽ","minibus":"๐Ÿš","ambulance":"๐Ÿš‘","fire_engine":"๐Ÿš’","police_car":"๐Ÿš“","oncoming_police_car":"๐Ÿš”","taxi":"๐Ÿš•","oncoming_taxi":"๐Ÿš–","car":"๐Ÿš—","red_car":"๐Ÿš—","oncoming_automobile":"๐Ÿš˜","blue_car":"๐Ÿš™","pickup_truck":"๐Ÿ›ป","truck":"๐Ÿšš","articulated_lorry":"๐Ÿš›","tractor":"๐Ÿšœ","racing_car":"๐ŸŽ๏ธ","motorcycle":"๐Ÿ๏ธ","motor_scooter":"๐Ÿ›ต","manual_wheelchair":"๐Ÿฆฝ","motorized_wheelchair":"๐Ÿฆผ","auto_rickshaw":"๐Ÿ›บ","bike":"๐Ÿšฒ","kick_scooter":"๐Ÿ›ด","skateboard":"๐Ÿ›น","roller_skate":"๐Ÿ›ผ","busstop":"๐Ÿš","motorway":"๐Ÿ›ฃ๏ธ","railway_track":"๐Ÿ›ค๏ธ","oil_drum":"๐Ÿ›ข๏ธ","fuelpump":"โ›ฝ","rotating_light":"๐Ÿšจ","traffic_light":"๐Ÿšฅ","vertical_traffic_light":"๐Ÿšฆ","stop_sign":"๐Ÿ›‘","construction":"๐Ÿšง","anchor":"โš“","boat":"โ›ต","sailboat":"โ›ต","canoe":"๐Ÿ›ถ","speedboat":"๐Ÿšค","passenger_ship":"๐Ÿ›ณ๏ธ","ferry":"โ›ด๏ธ","motor_boat":"๐Ÿ›ฅ๏ธ","ship":"๐Ÿšข","airplane":"โœˆ๏ธ","small_airplane":"๐Ÿ›ฉ๏ธ","flight_departure":"๐Ÿ›ซ","flight_arrival":"๐Ÿ›ฌ","parachute":"๐Ÿช‚","seat":"๐Ÿ’บ","helicopter":"๐Ÿš","suspension_railway":"๐ŸšŸ","mountain_cableway":"๐Ÿš ","aerial_tramway":"๐Ÿšก","artificial_satellite":"๐Ÿ›ฐ๏ธ","rocket":"๐Ÿš€","flying_saucer":"๐Ÿ›ธ","bellhop_bell":"๐Ÿ›Ž๏ธ","luggage":"๐Ÿงณ","hourglass":"โŒ›","hourglass_flowing_sand":"โณ","watch":"โŒš","alarm_clock":"โฐ","stopwatch":"โฑ๏ธ","timer_clock":"โฒ๏ธ","mantelpiece_clock":"๐Ÿ•ฐ๏ธ","clock12":"๐Ÿ•›","clock1230":"๐Ÿ•ง","clock1":"๐Ÿ•","clock130":"๐Ÿ•œ","clock2":"๐Ÿ•‘","clock230":"๐Ÿ•","clock3":"๐Ÿ•’","clock330":"๐Ÿ•ž","clock4":"๐Ÿ•“","clock430":"๐Ÿ•Ÿ","clock5":"๐Ÿ•”","clock530":"๐Ÿ• ","clock6":"๐Ÿ••","clock630":"๐Ÿ•ก","clock7":"๐Ÿ•–","clock730":"๐Ÿ•ข","clock8":"๐Ÿ•—","clock830":"๐Ÿ•ฃ","clock9":"๐Ÿ•˜","clock930":"๐Ÿ•ค","clock10":"๐Ÿ•™","clock1030":"๐Ÿ•ฅ","clock11":"๐Ÿ•š","clock1130":"๐Ÿ•ฆ","new_moon":"๐ŸŒ‘","waxing_crescent_moon":"๐ŸŒ’","first_quarter_moon":"๐ŸŒ“","moon":"๐ŸŒ”","waxing_gibbous_moon":"๐ŸŒ”","full_moon":"๐ŸŒ•","waning_gibbous_moon":"๐ŸŒ–","last_quarter_moon":"๐ŸŒ—","waning_crescent_moon":"๐ŸŒ˜","crescent_moon":"๐ŸŒ™","new_moon_with_face":"๐ŸŒš","first_quarter_moon_with_face":"๐ŸŒ›","last_quarter_moon_with_face":"๐ŸŒœ","thermometer":"๐ŸŒก๏ธ","sunny":"โ˜€๏ธ","full_moon_with_face":"๐ŸŒ","sun_with_face":"๐ŸŒž","ringed_planet":"๐Ÿช","star":"โญ","star2":"๐ŸŒŸ","stars":"๐ŸŒ ","milky_way":"๐ŸŒŒ","cloud":"โ˜๏ธ","partly_sunny":"โ›…","cloud_with_lightning_and_rain":"โ›ˆ๏ธ","sun_behind_small_cloud":"๐ŸŒค๏ธ","sun_behind_large_cloud":"๐ŸŒฅ๏ธ","sun_behind_rain_cloud":"๐ŸŒฆ๏ธ","cloud_with_rain":"๐ŸŒง๏ธ","cloud_with_snow":"๐ŸŒจ๏ธ","cloud_with_lightning":"๐ŸŒฉ๏ธ","tornado":"๐ŸŒช๏ธ","fog":"๐ŸŒซ๏ธ","wind_face":"๐ŸŒฌ๏ธ","cyclone":"๐ŸŒ€","rainbow":"๐ŸŒˆ","closed_umbrella":"๐ŸŒ‚","open_umbrella":"โ˜‚๏ธ","umbrella":"โ˜”","parasol_on_ground":"โ›ฑ๏ธ","zap":"โšก","snowflake":"โ„๏ธ","snowman_with_snow":"โ˜ƒ๏ธ","snowman":"โ›„","comet":"โ˜„๏ธ","fire":"๐Ÿ”ฅ","droplet":"๐Ÿ’ง","ocean":"๐ŸŒŠ","jack_o_lantern":"๐ŸŽƒ","christmas_tree":"๐ŸŽ„","fireworks":"๐ŸŽ†","sparkler":"๐ŸŽ‡","firecracker":"๐Ÿงจ","sparkles":"โœจ","balloon":"๐ŸŽˆ","tada":"๐ŸŽ‰","confetti_ball":"๐ŸŽŠ","tanabata_tree":"๐ŸŽ‹","bamboo":"๐ŸŽ","dolls":"๐ŸŽŽ","flags":"๐ŸŽ","wind_chime":"๐ŸŽ","rice_scene":"๐ŸŽ‘","red_envelope":"๐Ÿงง","ribbon":"๐ŸŽ€","gift":"๐ŸŽ","reminder_ribbon":"๐ŸŽ—๏ธ","tickets":"๐ŸŽŸ๏ธ","ticket":"๐ŸŽซ","medal_military":"๐ŸŽ–๏ธ","trophy":"๐Ÿ†","medal_sports":"๐Ÿ…","1st_place_medal":"๐Ÿฅ‡","2nd_place_medal":"๐Ÿฅˆ","3rd_place_medal":"๐Ÿฅ‰","soccer":"โšฝ","baseball":"โšพ","softball":"๐ŸฅŽ","basketball":"๐Ÿ€","volleyball":"๐Ÿ","football":"๐Ÿˆ","rugby_football":"๐Ÿ‰","tennis":"๐ŸŽพ","flying_disc":"๐Ÿฅ","bowling":"๐ŸŽณ","cricket_game":"๐Ÿ","field_hockey":"๐Ÿ‘","ice_hockey":"๐Ÿ’","lacrosse":"๐Ÿฅ","ping_pong":"๐Ÿ“","badminton":"๐Ÿธ","boxing_glove":"๐ŸฅŠ","martial_arts_uniform":"๐Ÿฅ‹","goal_net":"๐Ÿฅ…","golf":"โ›ณ","ice_skate":"โ›ธ๏ธ","fishing_pole_and_fish":"๐ŸŽฃ","diving_mask":"๐Ÿคฟ","running_shirt_with_sash":"๐ŸŽฝ","ski":"๐ŸŽฟ","sled":"๐Ÿ›ท","curling_stone":"๐ŸฅŒ","dart":"๐ŸŽฏ","yo_yo":"๐Ÿช€","kite":"๐Ÿช","8ball":"๐ŸŽฑ","crystal_ball":"๐Ÿ”ฎ","magic_wand":"๐Ÿช„","nazar_amulet":"๐Ÿงฟ","video_game":"๐ŸŽฎ","joystick":"๐Ÿ•น๏ธ","slot_machine":"๐ŸŽฐ","game_die":"๐ŸŽฒ","jigsaw":"๐Ÿงฉ","teddy_bear":"๐Ÿงธ","pinata":"๐Ÿช…","nesting_dolls":"๐Ÿช†","spades":"โ™ ๏ธ","hearts":"โ™ฅ๏ธ","diamonds":"โ™ฆ๏ธ","clubs":"โ™ฃ๏ธ","chess_pawn":"โ™Ÿ๏ธ","black_joker":"๐Ÿƒ","mahjong":"๐Ÿ€„","flower_playing_cards":"๐ŸŽด","performing_arts":"๐ŸŽญ","framed_picture":"๐Ÿ–ผ๏ธ","art":"๐ŸŽจ","thread":"๐Ÿงต","sewing_needle":"๐Ÿชก","yarn":"๐Ÿงถ","knot":"๐Ÿชข","eyeglasses":"๐Ÿ‘“","dark_sunglasses":"๐Ÿ•ถ๏ธ","goggles":"๐Ÿฅฝ","lab_coat":"๐Ÿฅผ","safety_vest":"๐Ÿฆบ","necktie":"๐Ÿ‘”","shirt":"๐Ÿ‘•","tshirt":"๐Ÿ‘•","jeans":"๐Ÿ‘–","scarf":"๐Ÿงฃ","gloves":"๐Ÿงค","coat":"๐Ÿงฅ","socks":"๐Ÿงฆ","dress":"๐Ÿ‘—","kimono":"๐Ÿ‘˜","sari":"๐Ÿฅป","one_piece_swimsuit":"๐Ÿฉฑ","swim_brief":"๐Ÿฉฒ","shorts":"๐Ÿฉณ","bikini":"๐Ÿ‘™","womans_clothes":"๐Ÿ‘š","purse":"๐Ÿ‘›","handbag":"๐Ÿ‘œ","pouch":"๐Ÿ‘","shopping":"๐Ÿ›๏ธ","school_satchel":"๐ŸŽ’","thong_sandal":"๐Ÿฉด","mans_shoe":"๐Ÿ‘ž","shoe":"๐Ÿ‘ž","athletic_shoe":"๐Ÿ‘Ÿ","hiking_boot":"๐Ÿฅพ","flat_shoe":"๐Ÿฅฟ","high_heel":"๐Ÿ‘ ","sandal":"๐Ÿ‘ก","ballet_shoes":"๐Ÿฉฐ","boot":"๐Ÿ‘ข","crown":"๐Ÿ‘‘","womans_hat":"๐Ÿ‘’","tophat":"๐ŸŽฉ","mortar_board":"๐ŸŽ“","billed_cap":"๐Ÿงข","military_helmet":"๐Ÿช–","rescue_worker_helmet":"โ›‘๏ธ","prayer_beads":"๐Ÿ“ฟ","lipstick":"๐Ÿ’„","ring":"๐Ÿ’","gem":"๐Ÿ’Ž","mute":"๐Ÿ”‡","speaker":"๐Ÿ”ˆ","sound":"๐Ÿ”‰","loud_sound":"๐Ÿ”Š","loudspeaker":"๐Ÿ“ข","mega":"๐Ÿ“ฃ","postal_horn":"๐Ÿ“ฏ","bell":"๐Ÿ””","no_bell":"๐Ÿ”•","musical_score":"๐ŸŽผ","musical_note":"๐ŸŽต","notes":"๐ŸŽถ","studio_microphone":"๐ŸŽ™๏ธ","level_slider":"๐ŸŽš๏ธ","control_knobs":"๐ŸŽ›๏ธ","microphone":"๐ŸŽค","headphones":"๐ŸŽง","radio":"๐Ÿ“ป","saxophone":"๐ŸŽท","accordion":"๐Ÿช—","guitar":"๐ŸŽธ","musical_keyboard":"๐ŸŽน","trumpet":"๐ŸŽบ","violin":"๐ŸŽป","banjo":"๐Ÿช•","drum":"๐Ÿฅ","long_drum":"๐Ÿช˜","iphone":"๐Ÿ“ฑ","calling":"๐Ÿ“ฒ","phone":"โ˜Ž๏ธ","telephone":"โ˜Ž๏ธ","telephone_receiver":"๐Ÿ“ž","pager":"๐Ÿ“Ÿ","fax":"๐Ÿ“ ","battery":"๐Ÿ”‹","electric_plug":"๐Ÿ”Œ","computer":"๐Ÿ’ป","desktop_computer":"๐Ÿ–ฅ๏ธ","printer":"๐Ÿ–จ๏ธ","keyboard":"โŒจ๏ธ","computer_mouse":"๐Ÿ–ฑ๏ธ","trackball":"๐Ÿ–ฒ๏ธ","minidisc":"๐Ÿ’ฝ","floppy_disk":"๐Ÿ’พ","cd":"๐Ÿ’ฟ","dvd":"๐Ÿ“€","abacus":"๐Ÿงฎ","movie_camera":"๐ŸŽฅ","film_strip":"๐ŸŽž๏ธ","film_projector":"๐Ÿ“ฝ๏ธ","clapper":"๐ŸŽฌ","tv":"๐Ÿ“บ","camera":"๐Ÿ“ท","camera_flash":"๐Ÿ“ธ","video_camera":"๐Ÿ“น","vhs":"๐Ÿ“ผ","mag":"๐Ÿ”","mag_right":"๐Ÿ”Ž","candle":"๐Ÿ•ฏ๏ธ","bulb":"๐Ÿ’ก","flashlight":"๐Ÿ”ฆ","izakaya_lantern":"๐Ÿฎ","lantern":"๐Ÿฎ","diya_lamp":"๐Ÿช”","notebook_with_decorative_cover":"๐Ÿ“”","closed_book":"๐Ÿ“•","book":"๐Ÿ“–","open_book":"๐Ÿ“–","green_book":"๐Ÿ“—","blue_book":"๐Ÿ“˜","orange_book":"๐Ÿ“™","books":"๐Ÿ“š","notebook":"๐Ÿ““","ledger":"๐Ÿ“’","page_with_curl":"๐Ÿ“ƒ","scroll":"๐Ÿ“œ","page_facing_up":"๐Ÿ“„","newspaper":"๐Ÿ“ฐ","newspaper_roll":"๐Ÿ—ž๏ธ","bookmark_tabs":"๐Ÿ“‘","bookmark":"๐Ÿ”–","label":"๐Ÿท๏ธ","moneybag":"๐Ÿ’ฐ","coin":"๐Ÿช™","yen":"๐Ÿ’ด","dollar":"๐Ÿ’ต","euro":"๐Ÿ’ถ","pound":"๐Ÿ’ท","money_with_wings":"๐Ÿ’ธ","credit_card":"๐Ÿ’ณ","receipt":"๐Ÿงพ","chart":"๐Ÿ’น","envelope":"โœ‰๏ธ","email":"๐Ÿ“ง","e-mail":"๐Ÿ“ง","incoming_envelope":"๐Ÿ“จ","envelope_with_arrow":"๐Ÿ“ฉ","outbox_tray":"๐Ÿ“ค","inbox_tray":"๐Ÿ“ฅ","package":"๐Ÿ“ฆ","mailbox":"๐Ÿ“ซ","mailbox_closed":"๐Ÿ“ช","mailbox_with_mail":"๐Ÿ“ฌ","mailbox_with_no_mail":"๐Ÿ“ญ","postbox":"๐Ÿ“ฎ","ballot_box":"๐Ÿ—ณ๏ธ","pencil2":"โœ๏ธ","black_nib":"โœ’๏ธ","fountain_pen":"๐Ÿ–‹๏ธ","pen":"๐Ÿ–Š๏ธ","paintbrush":"๐Ÿ–Œ๏ธ","crayon":"๐Ÿ–๏ธ","memo":"๐Ÿ“","pencil":"๐Ÿ“","briefcase":"๐Ÿ’ผ","file_folder":"๐Ÿ“","open_file_folder":"๐Ÿ“‚","card_index_dividers":"๐Ÿ—‚๏ธ","date":"๐Ÿ“…","calendar":"๐Ÿ“†","spiral_notepad":"๐Ÿ—’๏ธ","spiral_calendar":"๐Ÿ—“๏ธ","card_index":"๐Ÿ“‡","chart_with_upwards_trend":"๐Ÿ“ˆ","chart_with_downwards_trend":"๐Ÿ“‰","bar_chart":"๐Ÿ“Š","clipboard":"๐Ÿ“‹","pushpin":"๐Ÿ“Œ","round_pushpin":"๐Ÿ“","paperclip":"๐Ÿ“Ž","paperclips":"๐Ÿ–‡๏ธ","straight_ruler":"๐Ÿ“","triangular_ruler":"๐Ÿ“","scissors":"โœ‚๏ธ","card_file_box":"๐Ÿ—ƒ๏ธ","file_cabinet":"๐Ÿ—„๏ธ","wastebasket":"๐Ÿ—‘๏ธ","lock":"๐Ÿ”’","unlock":"๐Ÿ”“","lock_with_ink_pen":"๐Ÿ”","closed_lock_with_key":"๐Ÿ”","key":"๐Ÿ”‘","old_key":"๐Ÿ—๏ธ","hammer":"๐Ÿ”จ","axe":"๐Ÿช“","pick":"โ›๏ธ","hammer_and_pick":"โš’๏ธ","hammer_and_wrench":"๐Ÿ› ๏ธ","dagger":"๐Ÿ—ก๏ธ","crossed_swords":"โš”๏ธ","gun":"๐Ÿ”ซ","boomerang":"๐Ÿชƒ","bow_and_arrow":"๐Ÿน","shield":"๐Ÿ›ก๏ธ","carpentry_saw":"๐Ÿชš","wrench":"๐Ÿ”ง","screwdriver":"๐Ÿช›","nut_and_bolt":"๐Ÿ”ฉ","gear":"โš™๏ธ","clamp":"๐Ÿ—œ๏ธ","balance_scale":"โš–๏ธ","probing_cane":"๐Ÿฆฏ","link":"๐Ÿ”—","chains":"โ›“๏ธ","hook":"๐Ÿช","toolbox":"๐Ÿงฐ","magnet":"๐Ÿงฒ","ladder":"๐Ÿชœ","alembic":"โš—๏ธ","test_tube":"๐Ÿงช","petri_dish":"๐Ÿงซ","dna":"๐Ÿงฌ","microscope":"๐Ÿ”ฌ","telescope":"๐Ÿ”ญ","satellite":"๐Ÿ“ก","syringe":"๐Ÿ’‰","drop_of_blood":"๐Ÿฉธ","pill":"๐Ÿ’Š","adhesive_bandage":"๐Ÿฉน","stethoscope":"๐Ÿฉบ","door":"๐Ÿšช","elevator":"๐Ÿ›—","mirror":"๐Ÿชž","window":"๐ŸชŸ","bed":"๐Ÿ›๏ธ","couch_and_lamp":"๐Ÿ›‹๏ธ","chair":"๐Ÿช‘","toilet":"๐Ÿšฝ","plunger":"๐Ÿช ","shower":"๐Ÿšฟ","bathtub":"๐Ÿ›","mouse_trap":"๐Ÿชค","razor":"๐Ÿช’","lotion_bottle":"๐Ÿงด","safety_pin":"๐Ÿงท","broom":"๐Ÿงน","basket":"๐Ÿงบ","roll_of_paper":"๐Ÿงป","bucket":"๐Ÿชฃ","soap":"๐Ÿงผ","toothbrush":"๐Ÿชฅ","sponge":"๐Ÿงฝ","fire_extinguisher":"๐Ÿงฏ","shopping_cart":"๐Ÿ›’","smoking":"๐Ÿšฌ","coffin":"โšฐ๏ธ","headstone":"๐Ÿชฆ","funeral_urn":"โšฑ๏ธ","moyai":"๐Ÿ—ฟ","placard":"๐Ÿชง","atm":"๐Ÿง","put_litter_in_its_place":"๐Ÿšฎ","potable_water":"๐Ÿšฐ","wheelchair":"โ™ฟ","mens":"๐Ÿšน","womens":"๐Ÿšบ","restroom":"๐Ÿšป","baby_symbol":"๐Ÿšผ","wc":"๐Ÿšพ","passport_control":"๐Ÿ›‚","customs":"๐Ÿ›ƒ","baggage_claim":"๐Ÿ›„","left_luggage":"๐Ÿ›…","warning":"โš ๏ธ","children_crossing":"๐Ÿšธ","no_entry":"โ›”","no_entry_sign":"๐Ÿšซ","no_bicycles":"๐Ÿšณ","no_smoking":"๐Ÿšญ","do_not_litter":"๐Ÿšฏ","non-potable_water":"๐Ÿšฑ","no_pedestrians":"๐Ÿšท","no_mobile_phones":"๐Ÿ“ต","underage":"๐Ÿ”ž","radioactive":"โ˜ข๏ธ","biohazard":"โ˜ฃ๏ธ","arrow_up":"โฌ†๏ธ","arrow_upper_right":"โ†—๏ธ","arrow_right":"โžก๏ธ","arrow_lower_right":"โ†˜๏ธ","arrow_down":"โฌ‡๏ธ","arrow_lower_left":"โ†™๏ธ","arrow_left":"โฌ…๏ธ","arrow_upper_left":"โ†–๏ธ","arrow_up_down":"โ†•๏ธ","left_right_arrow":"โ†”๏ธ","leftwards_arrow_with_hook":"โ†ฉ๏ธ","arrow_right_hook":"โ†ช๏ธ","arrow_heading_up":"โคด๏ธ","arrow_heading_down":"โคต๏ธ","arrows_clockwise":"๐Ÿ”ƒ","arrows_counterclockwise":"๐Ÿ”„","back":"๐Ÿ”™","end":"๐Ÿ”š","on":"๐Ÿ”›","soon":"๐Ÿ”œ","top":"๐Ÿ”","place_of_worship":"๐Ÿ›","atom_symbol":"โš›๏ธ","om":"๐Ÿ•‰๏ธ","star_of_david":"โœก๏ธ","wheel_of_dharma":"โ˜ธ๏ธ","yin_yang":"โ˜ฏ๏ธ","latin_cross":"โœ๏ธ","orthodox_cross":"โ˜ฆ๏ธ","star_and_crescent":"โ˜ช๏ธ","peace_symbol":"โ˜ฎ๏ธ","menorah":"๐Ÿ•Ž","six_pointed_star":"๐Ÿ”ฏ","aries":"โ™ˆ","taurus":"โ™‰","gemini":"โ™Š","cancer":"โ™‹","leo":"โ™Œ","virgo":"โ™","libra":"โ™Ž","scorpius":"โ™","sagittarius":"โ™","capricorn":"โ™‘","aquarius":"โ™’","pisces":"โ™“","ophiuchus":"โ›Ž","twisted_rightwards_arrows":"๐Ÿ”€","repeat":"๐Ÿ”","repeat_one":"๐Ÿ”‚","arrow_forward":"โ–ถ๏ธ","fast_forward":"โฉ","next_track_button":"โญ๏ธ","play_or_pause_button":"โฏ๏ธ","arrow_backward":"โ—€๏ธ","rewind":"โช","previous_track_button":"โฎ๏ธ","arrow_up_small":"๐Ÿ”ผ","arrow_double_up":"โซ","arrow_down_small":"๐Ÿ”ฝ","arrow_double_down":"โฌ","pause_button":"โธ๏ธ","stop_button":"โน๏ธ","record_button":"โบ๏ธ","eject_button":"โ๏ธ","cinema":"๐ŸŽฆ","low_brightness":"๐Ÿ”…","high_brightness":"๐Ÿ”†","signal_strength":"๐Ÿ“ถ","vibration_mode":"๐Ÿ“ณ","mobile_phone_off":"๐Ÿ“ด","female_sign":"โ™€๏ธ","male_sign":"โ™‚๏ธ","transgender_symbol":"โšง๏ธ","heavy_multiplication_x":"โœ–๏ธ","heavy_plus_sign":"โž•","heavy_minus_sign":"โž–","heavy_division_sign":"โž—","infinity":"โ™พ๏ธ","bangbang":"โ€ผ๏ธ","interrobang":"โ‰๏ธ","question":"โ“","grey_question":"โ”","grey_exclamation":"โ•","exclamation":"โ—","heavy_exclamation_mark":"โ—","wavy_dash":"ใ€ฐ๏ธ","currency_exchange":"๐Ÿ’ฑ","heavy_dollar_sign":"๐Ÿ’ฒ","medical_symbol":"โš•๏ธ","recycle":"โ™ป๏ธ","fleur_de_lis":"โšœ๏ธ","trident":"๐Ÿ”ฑ","name_badge":"๐Ÿ“›","beginner":"๐Ÿ”ฐ","o":"โญ•","white_check_mark":"โœ…","ballot_box_with_check":"โ˜‘๏ธ","heavy_check_mark":"โœ”๏ธ","x":"โŒ","negative_squared_cross_mark":"โŽ","curly_loop":"โžฐ","loop":"โžฟ","part_alternation_mark":"ใ€ฝ๏ธ","eight_spoked_asterisk":"โœณ๏ธ","eight_pointed_black_star":"โœด๏ธ","sparkle":"โ‡๏ธ","copyright":"ยฉ๏ธ","registered":"ยฎ๏ธ","tm":"โ„ข๏ธ","hash":"#๏ธโƒฃ","asterisk":"*๏ธโƒฃ","zero":"0๏ธโƒฃ","one":"1๏ธโƒฃ","two":"2๏ธโƒฃ","three":"3๏ธโƒฃ","four":"4๏ธโƒฃ","five":"5๏ธโƒฃ","six":"6๏ธโƒฃ","seven":"7๏ธโƒฃ","eight":"8๏ธโƒฃ","nine":"9๏ธโƒฃ","keycap_ten":"๐Ÿ”Ÿ","capital_abcd":"๐Ÿ” ","abcd":"๐Ÿ”ก","symbols":"๐Ÿ”ฃ","abc":"๐Ÿ”ค","a":"๐Ÿ…ฐ๏ธ","ab":"๐Ÿ†Ž","b":"๐Ÿ…ฑ๏ธ","cl":"๐Ÿ†‘","cool":"๐Ÿ†’","free":"๐Ÿ†“","information_source":"โ„น๏ธ","id":"๐Ÿ†”","m":"โ“‚๏ธ","new":"๐Ÿ†•","ng":"๐Ÿ†–","o2":"๐Ÿ…พ๏ธ","ok":"๐Ÿ†—","parking":"๐Ÿ…ฟ๏ธ","sos":"๐Ÿ†˜","up":"๐Ÿ†™","vs":"๐Ÿ†š","koko":"๐Ÿˆ","sa":"๐Ÿˆ‚๏ธ","ideograph_advantage":"๐Ÿ‰","accept":"๐Ÿ‰‘","congratulations":"ใŠ—๏ธ","secret":"ใŠ™๏ธ","u6e80":"๐Ÿˆต","red_circle":"๐Ÿ”ด","orange_circle":"๐ŸŸ ","yellow_circle":"๐ŸŸก","green_circle":"๐ŸŸข","large_blue_circle":"๐Ÿ”ต","purple_circle":"๐ŸŸฃ","brown_circle":"๐ŸŸค","black_circle":"โšซ","white_circle":"โšช","red_square":"๐ŸŸฅ","orange_square":"๐ŸŸง","yellow_square":"๐ŸŸจ","green_square":"๐ŸŸฉ","blue_square":"๐ŸŸฆ","purple_square":"๐ŸŸช","brown_square":"๐ŸŸซ","black_large_square":"โฌ›","white_large_square":"โฌœ","black_medium_square":"โ—ผ๏ธ","white_medium_square":"โ—ป๏ธ","black_medium_small_square":"โ—พ","white_medium_small_square":"โ—ฝ","black_small_square":"โ–ช๏ธ","white_small_square":"โ–ซ๏ธ","large_orange_diamond":"๐Ÿ”ถ","large_blue_diamond":"๐Ÿ”ท","small_orange_diamond":"๐Ÿ”ธ","small_blue_diamond":"๐Ÿ”น","small_red_triangle":"๐Ÿ”บ","small_red_triangle_down":"๐Ÿ”ป","diamond_shape_with_a_dot_inside":"๐Ÿ’ ","radio_button":"๐Ÿ”˜","white_square_button":"๐Ÿ”ณ","black_square_button":"๐Ÿ”ฒ","checkered_flag":"๐Ÿ","triangular_flag_on_post":"๐Ÿšฉ","crossed_flags":"๐ŸŽŒ","black_flag":"๐Ÿด","white_flag":"๐Ÿณ๏ธ","rainbow_flag":"๐Ÿณ๏ธโ€๐ŸŒˆ","transgender_flag":"๐Ÿณ๏ธโ€โšง๏ธ","pirate_flag":"๐Ÿดโ€โ˜ ๏ธ","ascension_island":"๐Ÿ‡ฆ๐Ÿ‡จ","andorra":"๐Ÿ‡ฆ๐Ÿ‡ฉ","united_arab_emirates":"๐Ÿ‡ฆ๐Ÿ‡ช","afghanistan":"๐Ÿ‡ฆ๐Ÿ‡ซ","antigua_barbuda":"๐Ÿ‡ฆ๐Ÿ‡ฌ","anguilla":"๐Ÿ‡ฆ๐Ÿ‡ฎ","albania":"๐Ÿ‡ฆ๐Ÿ‡ฑ","armenia":"๐Ÿ‡ฆ๐Ÿ‡ฒ","angola":"๐Ÿ‡ฆ๐Ÿ‡ด","antarctica":"๐Ÿ‡ฆ๐Ÿ‡ถ","argentina":"๐Ÿ‡ฆ๐Ÿ‡ท","american_samoa":"๐Ÿ‡ฆ๐Ÿ‡ธ","austria":"๐Ÿ‡ฆ๐Ÿ‡น","australia":"๐Ÿ‡ฆ๐Ÿ‡บ","aruba":"๐Ÿ‡ฆ๐Ÿ‡ผ","aland_islands":"๐Ÿ‡ฆ๐Ÿ‡ฝ","azerbaijan":"๐Ÿ‡ฆ๐Ÿ‡ฟ","bosnia_herzegovina":"๐Ÿ‡ง๐Ÿ‡ฆ","barbados":"๐Ÿ‡ง๐Ÿ‡ง","bangladesh":"๐Ÿ‡ง๐Ÿ‡ฉ","belgium":"๐Ÿ‡ง๐Ÿ‡ช","burkina_faso":"๐Ÿ‡ง๐Ÿ‡ซ","bulgaria":"๐Ÿ‡ง๐Ÿ‡ฌ","bahrain":"๐Ÿ‡ง๐Ÿ‡ญ","burundi":"๐Ÿ‡ง๐Ÿ‡ฎ","benin":"๐Ÿ‡ง๐Ÿ‡ฏ","st_barthelemy":"๐Ÿ‡ง๐Ÿ‡ฑ","bermuda":"๐Ÿ‡ง๐Ÿ‡ฒ","brunei":"๐Ÿ‡ง๐Ÿ‡ณ","bolivia":"๐Ÿ‡ง๐Ÿ‡ด","caribbean_netherlands":"๐Ÿ‡ง๐Ÿ‡ถ","brazil":"๐Ÿ‡ง๐Ÿ‡ท","bahamas":"๐Ÿ‡ง๐Ÿ‡ธ","bhutan":"๐Ÿ‡ง๐Ÿ‡น","bouvet_island":"๐Ÿ‡ง๐Ÿ‡ป","botswana":"๐Ÿ‡ง๐Ÿ‡ผ","belarus":"๐Ÿ‡ง๐Ÿ‡พ","belize":"๐Ÿ‡ง๐Ÿ‡ฟ","canada":"๐Ÿ‡จ๐Ÿ‡ฆ","cocos_islands":"๐Ÿ‡จ๐Ÿ‡จ","congo_kinshasa":"๐Ÿ‡จ๐Ÿ‡ฉ","central_african_republic":"๐Ÿ‡จ๐Ÿ‡ซ","congo_brazzaville":"๐Ÿ‡จ๐Ÿ‡ฌ","switzerland":"๐Ÿ‡จ๐Ÿ‡ญ","cote_divoire":"๐Ÿ‡จ๐Ÿ‡ฎ","cook_islands":"๐Ÿ‡จ๐Ÿ‡ฐ","chile":"๐Ÿ‡จ๐Ÿ‡ฑ","cameroon":"๐Ÿ‡จ๐Ÿ‡ฒ","cn":"๐Ÿ‡จ๐Ÿ‡ณ","colombia":"๐Ÿ‡จ๐Ÿ‡ด","clipperton_island":"๐Ÿ‡จ๐Ÿ‡ต","costa_rica":"๐Ÿ‡จ๐Ÿ‡ท","cuba":"๐Ÿ‡จ๐Ÿ‡บ","cape_verde":"๐Ÿ‡จ๐Ÿ‡ป","curacao":"๐Ÿ‡จ๐Ÿ‡ผ","christmas_island":"๐Ÿ‡จ๐Ÿ‡ฝ","cyprus":"๐Ÿ‡จ๐Ÿ‡พ","czech_republic":"๐Ÿ‡จ๐Ÿ‡ฟ","de":"๐Ÿ‡ฉ๐Ÿ‡ช","diego_garcia":"๐Ÿ‡ฉ๐Ÿ‡ฌ","djibouti":"๐Ÿ‡ฉ๐Ÿ‡ฏ","denmark":"๐Ÿ‡ฉ๐Ÿ‡ฐ","dominica":"๐Ÿ‡ฉ๐Ÿ‡ฒ","dominican_republic":"๐Ÿ‡ฉ๐Ÿ‡ด","algeria":"๐Ÿ‡ฉ๐Ÿ‡ฟ","ceuta_melilla":"๐Ÿ‡ช๐Ÿ‡ฆ","ecuador":"๐Ÿ‡ช๐Ÿ‡จ","estonia":"๐Ÿ‡ช๐Ÿ‡ช","egypt":"๐Ÿ‡ช๐Ÿ‡ฌ","western_sahara":"๐Ÿ‡ช๐Ÿ‡ญ","eritrea":"๐Ÿ‡ช๐Ÿ‡ท","es":"๐Ÿ‡ช๐Ÿ‡ธ","ethiopia":"๐Ÿ‡ช๐Ÿ‡น","eu":"๐Ÿ‡ช๐Ÿ‡บ","european_union":"๐Ÿ‡ช๐Ÿ‡บ","finland":"๐Ÿ‡ซ๐Ÿ‡ฎ","fiji":"๐Ÿ‡ซ๐Ÿ‡ฏ","falkland_islands":"๐Ÿ‡ซ๐Ÿ‡ฐ","micronesia":"๐Ÿ‡ซ๐Ÿ‡ฒ","faroe_islands":"๐Ÿ‡ซ๐Ÿ‡ด","fr":"๐Ÿ‡ซ๐Ÿ‡ท","gabon":"๐Ÿ‡ฌ๐Ÿ‡ฆ","gb":"๐Ÿ‡ฌ๐Ÿ‡ง","uk":"๐Ÿ‡ฌ๐Ÿ‡ง","grenada":"๐Ÿ‡ฌ๐Ÿ‡ฉ","georgia":"๐Ÿ‡ฌ๐Ÿ‡ช","french_guiana":"๐Ÿ‡ฌ๐Ÿ‡ซ","guernsey":"๐Ÿ‡ฌ๐Ÿ‡ฌ","ghana":"๐Ÿ‡ฌ๐Ÿ‡ญ","gibraltar":"๐Ÿ‡ฌ๐Ÿ‡ฎ","greenland":"๐Ÿ‡ฌ๐Ÿ‡ฑ","gambia":"๐Ÿ‡ฌ๐Ÿ‡ฒ","guinea":"๐Ÿ‡ฌ๐Ÿ‡ณ","guadeloupe":"๐Ÿ‡ฌ๐Ÿ‡ต","equatorial_guinea":"๐Ÿ‡ฌ๐Ÿ‡ถ","greece":"๐Ÿ‡ฌ๐Ÿ‡ท","south_georgia_south_sandwich_islands":"๐Ÿ‡ฌ๐Ÿ‡ธ","guatemala":"๐Ÿ‡ฌ๐Ÿ‡น","guam":"๐Ÿ‡ฌ๐Ÿ‡บ","guinea_bissau":"๐Ÿ‡ฌ๐Ÿ‡ผ","guyana":"๐Ÿ‡ฌ๐Ÿ‡พ","hong_kong":"๐Ÿ‡ญ๐Ÿ‡ฐ","heard_mcdonald_islands":"๐Ÿ‡ญ๐Ÿ‡ฒ","honduras":"๐Ÿ‡ญ๐Ÿ‡ณ","croatia":"๐Ÿ‡ญ๐Ÿ‡ท","haiti":"๐Ÿ‡ญ๐Ÿ‡น","hungary":"๐Ÿ‡ญ๐Ÿ‡บ","canary_islands":"๐Ÿ‡ฎ๐Ÿ‡จ","indonesia":"๐Ÿ‡ฎ๐Ÿ‡ฉ","ireland":"๐Ÿ‡ฎ๐Ÿ‡ช","israel":"๐Ÿ‡ฎ๐Ÿ‡ฑ","isle_of_man":"๐Ÿ‡ฎ๐Ÿ‡ฒ","india":"๐Ÿ‡ฎ๐Ÿ‡ณ","british_indian_ocean_territory":"๐Ÿ‡ฎ๐Ÿ‡ด","iraq":"๐Ÿ‡ฎ๐Ÿ‡ถ","iran":"๐Ÿ‡ฎ๐Ÿ‡ท","iceland":"๐Ÿ‡ฎ๐Ÿ‡ธ","it":"๐Ÿ‡ฎ๐Ÿ‡น","jersey":"๐Ÿ‡ฏ๐Ÿ‡ช","jamaica":"๐Ÿ‡ฏ๐Ÿ‡ฒ","jordan":"๐Ÿ‡ฏ๐Ÿ‡ด","jp":"๐Ÿ‡ฏ๐Ÿ‡ต","kenya":"๐Ÿ‡ฐ๐Ÿ‡ช","kyrgyzstan":"๐Ÿ‡ฐ๐Ÿ‡ฌ","cambodia":"๐Ÿ‡ฐ๐Ÿ‡ญ","kiribati":"๐Ÿ‡ฐ๐Ÿ‡ฎ","comoros":"๐Ÿ‡ฐ๐Ÿ‡ฒ","st_kitts_nevis":"๐Ÿ‡ฐ๐Ÿ‡ณ","north_korea":"๐Ÿ‡ฐ๐Ÿ‡ต","kr":"๐Ÿ‡ฐ๐Ÿ‡ท","kuwait":"๐Ÿ‡ฐ๐Ÿ‡ผ","cayman_islands":"๐Ÿ‡ฐ๐Ÿ‡พ","kazakhstan":"๐Ÿ‡ฐ๐Ÿ‡ฟ","laos":"๐Ÿ‡ฑ๐Ÿ‡ฆ","lebanon":"๐Ÿ‡ฑ๐Ÿ‡ง","st_lucia":"๐Ÿ‡ฑ๐Ÿ‡จ","liechtenstein":"๐Ÿ‡ฑ๐Ÿ‡ฎ","sri_lanka":"๐Ÿ‡ฑ๐Ÿ‡ฐ","liberia":"๐Ÿ‡ฑ๐Ÿ‡ท","lesotho":"๐Ÿ‡ฑ๐Ÿ‡ธ","lithuania":"๐Ÿ‡ฑ๐Ÿ‡น","luxembourg":"๐Ÿ‡ฑ๐Ÿ‡บ","latvia":"๐Ÿ‡ฑ๐Ÿ‡ป","libya":"๐Ÿ‡ฑ๐Ÿ‡พ","morocco":"๐Ÿ‡ฒ๐Ÿ‡ฆ","monaco":"๐Ÿ‡ฒ๐Ÿ‡จ","moldova":"๐Ÿ‡ฒ๐Ÿ‡ฉ","montenegro":"๐Ÿ‡ฒ๐Ÿ‡ช","st_martin":"๐Ÿ‡ฒ๐Ÿ‡ซ","madagascar":"๐Ÿ‡ฒ๐Ÿ‡ฌ","marshall_islands":"๐Ÿ‡ฒ๐Ÿ‡ญ","macedonia":"๐Ÿ‡ฒ๐Ÿ‡ฐ","mali":"๐Ÿ‡ฒ๐Ÿ‡ฑ","myanmar":"๐Ÿ‡ฒ๐Ÿ‡ฒ","mongolia":"๐Ÿ‡ฒ๐Ÿ‡ณ","macau":"๐Ÿ‡ฒ๐Ÿ‡ด","northern_mariana_islands":"๐Ÿ‡ฒ๐Ÿ‡ต","martinique":"๐Ÿ‡ฒ๐Ÿ‡ถ","mauritania":"๐Ÿ‡ฒ๐Ÿ‡ท","montserrat":"๐Ÿ‡ฒ๐Ÿ‡ธ","malta":"๐Ÿ‡ฒ๐Ÿ‡น","mauritius":"๐Ÿ‡ฒ๐Ÿ‡บ","maldives":"๐Ÿ‡ฒ๐Ÿ‡ป","malawi":"๐Ÿ‡ฒ๐Ÿ‡ผ","mexico":"๐Ÿ‡ฒ๐Ÿ‡ฝ","malaysia":"๐Ÿ‡ฒ๐Ÿ‡พ","mozambique":"๐Ÿ‡ฒ๐Ÿ‡ฟ","namibia":"๐Ÿ‡ณ๐Ÿ‡ฆ","new_caledonia":"๐Ÿ‡ณ๐Ÿ‡จ","niger":"๐Ÿ‡ณ๐Ÿ‡ช","norfolk_island":"๐Ÿ‡ณ๐Ÿ‡ซ","nigeria":"๐Ÿ‡ณ๐Ÿ‡ฌ","nicaragua":"๐Ÿ‡ณ๐Ÿ‡ฎ","netherlands":"๐Ÿ‡ณ๐Ÿ‡ฑ","norway":"๐Ÿ‡ณ๐Ÿ‡ด","nepal":"๐Ÿ‡ณ๐Ÿ‡ต","nauru":"๐Ÿ‡ณ๐Ÿ‡ท","niue":"๐Ÿ‡ณ๐Ÿ‡บ","new_zealand":"๐Ÿ‡ณ๐Ÿ‡ฟ","oman":"๐Ÿ‡ด๐Ÿ‡ฒ","panama":"๐Ÿ‡ต๐Ÿ‡ฆ","peru":"๐Ÿ‡ต๐Ÿ‡ช","french_polynesia":"๐Ÿ‡ต๐Ÿ‡ซ","papua_new_guinea":"๐Ÿ‡ต๐Ÿ‡ฌ","philippines":"๐Ÿ‡ต๐Ÿ‡ญ","pakistan":"๐Ÿ‡ต๐Ÿ‡ฐ","poland":"๐Ÿ‡ต๐Ÿ‡ฑ","st_pierre_miquelon":"๐Ÿ‡ต๐Ÿ‡ฒ","pitcairn_islands":"๐Ÿ‡ต๐Ÿ‡ณ","puerto_rico":"๐Ÿ‡ต๐Ÿ‡ท","palestinian_territories":"๐Ÿ‡ต๐Ÿ‡ธ","portugal":"๐Ÿ‡ต๐Ÿ‡น","palau":"๐Ÿ‡ต๐Ÿ‡ผ","paraguay":"๐Ÿ‡ต๐Ÿ‡พ","qatar":"๐Ÿ‡ถ๐Ÿ‡ฆ","reunion":"๐Ÿ‡ท๐Ÿ‡ช","romania":"๐Ÿ‡ท๐Ÿ‡ด","serbia":"๐Ÿ‡ท๐Ÿ‡ธ","ru":"๐Ÿ‡ท๐Ÿ‡บ","rwanda":"๐Ÿ‡ท๐Ÿ‡ผ","saudi_arabia":"๐Ÿ‡ธ๐Ÿ‡ฆ","solomon_islands":"๐Ÿ‡ธ๐Ÿ‡ง","seychelles":"๐Ÿ‡ธ๐Ÿ‡จ","sudan":"๐Ÿ‡ธ๐Ÿ‡ฉ","sweden":"๐Ÿ‡ธ๐Ÿ‡ช","singapore":"๐Ÿ‡ธ๐Ÿ‡ฌ","st_helena":"๐Ÿ‡ธ๐Ÿ‡ญ","slovenia":"๐Ÿ‡ธ๐Ÿ‡ฎ","svalbard_jan_mayen":"๐Ÿ‡ธ๐Ÿ‡ฏ","slovakia":"๐Ÿ‡ธ๐Ÿ‡ฐ","sierra_leone":"๐Ÿ‡ธ๐Ÿ‡ฑ","san_marino":"๐Ÿ‡ธ๐Ÿ‡ฒ","senegal":"๐Ÿ‡ธ๐Ÿ‡ณ","somalia":"๐Ÿ‡ธ๐Ÿ‡ด","suriname":"๐Ÿ‡ธ๐Ÿ‡ท","south_sudan":"๐Ÿ‡ธ๐Ÿ‡ธ","sao_tome_principe":"๐Ÿ‡ธ๐Ÿ‡น","el_salvador":"๐Ÿ‡ธ๐Ÿ‡ป","sint_maarten":"๐Ÿ‡ธ๐Ÿ‡ฝ","syria":"๐Ÿ‡ธ๐Ÿ‡พ","swaziland":"๐Ÿ‡ธ๐Ÿ‡ฟ","tristan_da_cunha":"๐Ÿ‡น๐Ÿ‡ฆ","turks_caicos_islands":"๐Ÿ‡น๐Ÿ‡จ","chad":"๐Ÿ‡น๐Ÿ‡ฉ","french_southern_territories":"๐Ÿ‡น๐Ÿ‡ซ","togo":"๐Ÿ‡น๐Ÿ‡ฌ","thailand":"๐Ÿ‡น๐Ÿ‡ญ","tajikistan":"๐Ÿ‡น๐Ÿ‡ฏ","tokelau":"๐Ÿ‡น๐Ÿ‡ฐ","timor_leste":"๐Ÿ‡น๐Ÿ‡ฑ","turkmenistan":"๐Ÿ‡น๐Ÿ‡ฒ","tunisia":"๐Ÿ‡น๐Ÿ‡ณ","tonga":"๐Ÿ‡น๐Ÿ‡ด","tr":"๐Ÿ‡น๐Ÿ‡ท","trinidad_tobago":"๐Ÿ‡น๐Ÿ‡น","tuvalu":"๐Ÿ‡น๐Ÿ‡ป","taiwan":"๐Ÿ‡น๐Ÿ‡ผ","tanzania":"๐Ÿ‡น๐Ÿ‡ฟ","ukraine":"๐Ÿ‡บ๐Ÿ‡ฆ","uganda":"๐Ÿ‡บ๐Ÿ‡ฌ","us_outlying_islands":"๐Ÿ‡บ๐Ÿ‡ฒ","united_nations":"๐Ÿ‡บ๐Ÿ‡ณ","us":"๐Ÿ‡บ๐Ÿ‡ธ","uruguay":"๐Ÿ‡บ๐Ÿ‡พ","uzbekistan":"๐Ÿ‡บ๐Ÿ‡ฟ","vatican_city":"๐Ÿ‡ป๐Ÿ‡ฆ","st_vincent_grenadines":"๐Ÿ‡ป๐Ÿ‡จ","venezuela":"๐Ÿ‡ป๐Ÿ‡ช","british_virgin_islands":"๐Ÿ‡ป๐Ÿ‡ฌ","us_virgin_islands":"๐Ÿ‡ป๐Ÿ‡ฎ","vietnam":"๐Ÿ‡ป๐Ÿ‡ณ","vanuatu":"๐Ÿ‡ป๐Ÿ‡บ","wallis_futuna":"๐Ÿ‡ผ๐Ÿ‡ซ","samoa":"๐Ÿ‡ผ๐Ÿ‡ธ","kosovo":"๐Ÿ‡ฝ๐Ÿ‡ฐ","yemen":"๐Ÿ‡พ๐Ÿ‡ช","mayotte":"๐Ÿ‡พ๐Ÿ‡น","south_africa":"๐Ÿ‡ฟ๐Ÿ‡ฆ","zambia":"๐Ÿ‡ฟ๐Ÿ‡ฒ","zimbabwe":"๐Ÿ‡ฟ๐Ÿ‡ผ","england":"๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ","scotland":"๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ","wales":"๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ"}')}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var a=n[e]={exports:{}};return t[e](a,a.exports,o),a.exports}o.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(r,{a:r}),r},o.d=function(e,r){for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return function(){"use strict";o.r(a),o.d(a,{MultilineBlockquotePlugin:function(){return Z},markdownItFactory:function(){return he}});var e=o(3778),r=o.n(e),t=o(6463),n=o.n(t),i=o(7249),s=o.n(i),u=o(4878),l=o.n(u),c=o(8350),p=o.n(c),h=o(3582),f=o.n(h),_=o(843),d=o.n(_),m=o(3853),g=o.n(m),b=o(5867),D=o.n(b),k=o(1857),F=o.n(k),C={false:"push",true:"unshift"},y=Object.prototype.hasOwnProperty,w=function(e,r,t,n){var o=e,a=n;if(t&&y.call(r,o))throw Error("User defined id attribute '"+e+"' is NOT unique. Please fix it in your markdown to continue.");for(;y.call(r,o);)o=e+"-"+a++;return r[o]=!0,o},v=function e(r,t){t=Object.assign({},e.defaults,t),r.core.ruler.push("anchor",(function(e){var r,n={},o=e.tokens,a=Array.isArray(t.level)?(r=t.level,function(e){return r.includes(e)}):function(e){return function(r){return r>=e}}(t.level);o.filter((function(e){return"heading_open"===e.type})).filter((function(e){return a(Number(e.tag.substr(1)))})).forEach((function(r){var a=o[o.indexOf(r)+1].children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,r){return e+r.content}),""),i=r.attrGet("id");i=null==i?w(t.slugify(a),n,!1,t.uniqueSlugStartIndex):w(i,n,!0,t.uniqueSlugStartIndex),r.attrSet("id",i),t.permalink&&t.renderPermalink(i,t,e,o.indexOf(r)),t.callback&&t.callback(r,{slug:i,title:a})}))}))};v.defaults={level:1,slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g,"-"))},uniqueSlugStartIndex:1,permalink:!1,renderPermalink:function(e,r,t,n){var o,a=[Object.assign(new t.Token("link_open","a",1),{attrs:[].concat(r.permalinkClass?[["class",r.permalinkClass]]:[],[["href",r.permalinkHref(e,t)]],Object.entries(r.permalinkAttrs(e,t)))}),Object.assign(new t.Token("html_block","",0),{content:r.permalinkSymbol}),new t.Token("link_close","a",-1)];r.permalinkSpace&&a[C[!r.permalinkBefore]](Object.assign(new t.Token("text","",0),{content:" "})),(o=t.tokens[n+1].children)[C[r.permalinkBefore]].apply(o,a)},permalinkClass:"header-anchor",permalinkSpace:!0,permalinkSymbol:"ยถ",permalinkBefore:!1,permalinkHref:function(e){return"#"+e},permalinkAttrs:function(e){return{}}};var A=v,E=o(2310),x=o.n(E),B=o(1156),q=o.n(B),S=o(7958),z=o.n(S);function L(e,r){var t=e.posMax,n=!0,o=!0,a=r>0?e.src.charCodeAt(r-1):-1,i=r+1<=t?e.src.charCodeAt(r+1):-1;return(32===a||9===a||i>=48&&i<=57)&&(o=!1),32!==i&&9!==i||(n=!1),{canOpen:n,canClose:o}}var I=function(e){var r=e.src,t=/\$(.*?)\$/g;return e.src=r.replace(/(\|.*\|)\n(\|\s*?-+:?\s*?)+\|\n(\|.*\|\n?)*?((\|.*?\$+.*\n?)+)/g,(function(e,r,n,o,a){return e.replace(a,a.replace(t,(function(e,r){return"$".concat(r.replace(/\\*?\|/g,"\\|"),"$$")})))})),!0},T=function(e,r){var t,n,o,a;if("$"!==e.src[e.pos])return!1;if(!L(e,e.pos).canOpen)return r||(e.pending+="$"),e.pos+=1,!0;for(n=t=e.pos+1;-1!==(n=e.src.indexOf("$",n));){for(a=n-1;"\\"===e.src[a];)a-=1;if((n-a)%2==1)break;n+=1}return-1===n?(r||(e.pending+="$"),e.pos=t,!0):n-t==0?(r||(e.pending+="$$"),e.pos=t+1,!0):L(e,n).canClose?(r||((o=e.push("math_inline","math",0)).markup="$",o.content=e.src.slice(t,n)),e.pos=n+1,!0):(r||(e.pending+="$"),e.pos=t,!0)},M=function(e,r,t,n){var o,a,i,s,u=!1,l=e.bMarks[r]+e.tShift[r],c=e.eMarks[r];if(l+2>c)return!1;if("$"!==e.src[l]||"$"!==e.src[l+1])return!1;if(l+=2,n)return!0;var p=e.src.slice(l,c);for("$$"===p.trim().slice(-2)&&(p=p.trim().slice(0,-2),u=!0),a=r;!(u||++a>=t||(l=e.bMarks[a]+e.tShift[a])<(c=e.eMarks[a])&&e.tShift[a]<e.blkIndent);)"$$"===e.src.slice(l,c).trim().slice(-2)&&(i=e.src.slice(0,c).lastIndexOf("$$"),o=e.src.slice(l,i),u=!0);return e.line=a+1,(s=e.push("math_block","math",0)).block=!0,s.content=(p&&p.trim()?p+"\n":"")+e.getLines(r+1,a,e.tShift[r],!0)+(o&&o.trim()?o:""),s.map=[r,e.line],s.markup="$$",!0},j=function(e){e.core.ruler.before("block","math_in_table",I),e.inline.ruler.after("escape","math_inline",T),e.block.ruler.after("blockquote","math_block",M,{alt:["paragraph","reference","blockquote","list"]}),e.renderer.rules.math_inline=function(r,t){return'<span class="math inline">\\('+e.utils.escapeHtml(r[t].content)+"\\)</span>"},e.renderer.rules.math_block=function(r,t){return'<p><div class="math display">\\['+e.utils.escapeHtml(r[t].content)+"\\]</div></p>"}};function R(e,r){var t=e.renderer.rules.fence;e.renderer.rules.fence=function(r,n,o,a,i){var s=r[n],u=s.info.trim(),l=u?function(e){return e.split(/\s+/g)[0]}(u):"";return"mermaid"===l.toLowerCase()?'<div class="mermaid">'+e.utils.escapeHtml(s.content)+"</div>":t(r,n,o,a,i)}}function O(e,r){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=function(e,r){if(e){if("string"==typeof e)return P(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?P(e,r):void 0}}(e))||r&&e&&"number"==typeof e.length){t&&(e=t);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,s=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return i=e.done,e},e:function(e){s=!0,a=e},f:function(){try{i||null==t.return||t.return()}finally{if(s)throw a}}}}function P(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var $={title:{rule:"escape"},head:{rule:"escape"},body:{rule:"escape"},img:{rule:"filterAttributes",disabledAttributes:["onerror"]}},N=function(e){var r=e.renderer.rules.html_block;e.renderer.rules.html_block=function(t,n,o,a,i){var s=t[n];if("html_block"===s.type&&!s.tag){var u=s.content;for(var l in $){var c=$[l],p=c.rule,h=c.disabledAttributes;if("escape"===p){var f="<".concat(l,">"),_="</".concat(l,">"),d=u.replace(new RegExp("\n","g"),"").startsWith(f),m=u.replace(new RegExp("\n","g"),"").endsWith(_);if(d||m){u=e.utils.escapeHtml(u);break}}else if("filterAttributes"===p&&null!=h&&h.length>0){var g,b=O(h);try{for(b.s();!(g=b.n()).done;){var D=g.value;u=u.replace(new RegExp("(<".concat(l,".*? +)(").concat(D,"=)(.*?>)"),"ig"),(function(e,r,t,n){return r+"data-"+t+n}))}}catch(e){b.e(e)}finally{b.f()}}}if(u!==s.content)return u}return r(t,n,o,a,i)}},U=function(e,r,t){var n,o,a,i=e.bMarks[r]+e.tShift[r];if(e.sCount[r]-e.blkIndent>=4)return!1;var s=[62,62,62,10];for(a=0;a<s.length&&s[a]===e.src.charCodeAt(i++);a++);if(a<s.length)return!1;for(n=r+1;n<t;){for(i=e.bMarks[n]+e.tShift[n],a=0;a<s.length&&(a===s.length-1&&e.lineMax-1===n||s[a]===e.src.charCodeAt(i++));a++);if(a===s.length)break;n++}return!(n>t||((o=e.push("multiline_blockquote_open","blockquote",1)).markup=">>>",o.map=[r,0],e.md.block.tokenize(e,r+1,n),(o=e.push("multiline_blockquote_close","blockquote",-1)).map=[n,0],e.line=n+1,0))},Z=function(e){e.block.ruler.before("blockquote","multiline_blockquote",U)},H=o(5969),V=o.n(H),G={enable:!0,label:!0,labelAfter:!0},J={codeHighlight:!1,math:!1,disableRules:[],html:!1,taskListsOption:G},W={fuzzyEmail:!1,fuzzyLink:!1,fuzzyLinkUseHttps:!0},Y={level:1,slugify:function(e){var r=(new(V())).slug(e);return""===r?"_":r}};function K(e,r){if(e){if("string"==typeof e)return Q(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Q(e,r):void 0}}function Q(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var X={includeLevel:[1,2,3,4,5,6],containerClass:"toc",slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\s+/g,"-"))},markerPattern:/\[TOC]/im,listType:"ul",format:function(e,r){return r.renderInline(e).replace(/<\/?a.*?>/g,"")},forceFullToc:!1,containerHeaderHtml:'<div class="toc-container-header">็›ฎๅฝ•</div>',containerFooterHtml:void 0,transformLink:void 0},ee=function(e){if(e&&e.attrs&&e.attrs.length>0){var r=e.attrs.find((function(e){return!!(Array.isArray(e)&&e.length>=2)&&"id"===e[0]}));if(r&&Array.isArray(r)&&r.length>=2){var t=(o=2,function(e){if(Array.isArray(e))return e}(n=r)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,a=[],i=!0,s=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(a.push(n.value),!r||a.length!==r);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(s)throw o}}return a}}(n,o)||K(n,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());return t[0],t[1]}}var n,o;return null};function re(e){return Math.min.apply(Math,function(e){if(Array.isArray(e))return Q(e)}(r=e.map((function(e){return e.level})))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||K(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var r}var te=function(e,r,t,n){var o={level:e,text:r,anchor:t,children:[],parent:n};return n.children.push(o),o},ne=function e(r,t,n){return"<"+t.listType+">"+r.children.map((function(r){var o="<li>",a=r.anchor;t&&t.transformLink&&(a=t.transformLink(a));var i=r.text?t.format(r.text,n,a):null;return(o+=a?'<a href="#'.concat(a,'">').concat(i,"</a>"):i||"")+(r.children.length>0?e(r,t,n):"")+"</li>"})).join("")+"</"+t.listType+">"},oe=function(e,r){var t,n=Object.assign({},X,r),o=n.markerPattern;e.renderer.rules.toc_open=function(e,r){var t='<div class="'+n.containerClass+'">';return n.containerHeaderHtml&&(t+=n.containerHeaderHtml),t},e.renderer.rules.toc_close=function(e,r){var t="";return n.containerFooterHtml&&(t=n.containerFooterHtml),t+"</div>"},e.renderer.rules.toc_body=function(r,o,a,i){if(n.forceFullToc)throw"forceFullToc was removed in version 0.5.0. For more information, see https://github.com/Oktavilla/markdown-it-table-of-contents/pull/41";var s=function(e,r,t,n,o){var a=[],i=null;return r.forEach((function(r){if("heading_open"===r.type){var n=ee(r),o=parseInt(r.tag.toLowerCase().replace("h",""),10);e.indexOf(o)>=0&&(i={level:o,textContent:null,anchor:n||null,markdownContent:null})}else if(i&&"inline"===r.type){var s=r.children.filter((function(e){return"text"===e.type||"code_inline"===e.type})).reduce((function(e,r){return e+r.content}),"");i.textContent=s,i.markdownContent=r.content,i.anchor||(i.anchor=t.slugify(s,r.content))}else"heading_close"===r.type&&(i&&a.push(i),i=null)})),a}(n.includeLevel,t.tokens,n),u=function(e){var r={level:re(e)-1,anchor:null,text:null,children:[],parent:null},t=r,n=t;return e.forEach((function(e){if(e.level>n.level)Array.from({length:e.level-n.level}).forEach((function(r){t=n,n=te(e.level,null,null,t)})),n.text=e.markdownContent,n.anchor=e.anchor;else if(e.level===n.level)n=te(e.level,e.markdownContent,e.anchor,t);else if(e.level<n.level){for(var r=0;r<n.level-e.level;r++)t=t.parent;n=te(e.level,e.markdownContent,e.anchor,t)}})),r}(s);return ne(u,n,e)},e.core.ruler.push("grab_state",(function(e){return t=e,!0})),e.inline.ruler.after("emphasis","toc",(function(e,r){var t;if(91!==e.src.charCodeAt(e.pos))return!1;if(r)return!1;if((t=(t=o.exec(e.src.substr(e.pos)))?t.filter((function(e){return e})):[]).length<1)return!1;e.push("toc_open","toc",1).markup="[[toc]]",e.push("toc_body","",0),e.push("toc_close","toc",-1);var n=e.src.indexOf("\n",e.pos);return e.pos=-1!==n?n:e.pos+e.posMax+1,!0}))};function ae(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}var ie=/{([\d,\s-]+)}/,se=function(e){var r=e.renderer.rules.fence;e.renderer.rules.fence=function(t,n,o,a,i){var s=t[n];if(!s.info||!ie.test(s.info))return r(t,n,o,a,i);var u=[];try{u=Array.from(new Set(ie.exec(s.info)[1].split(/\s*?,\s*?/).map((function(e){var r,t,n=e.split(/\s*?-\s*?/).map((function(e){return parseInt(e.trim(),10)})),o=(t=2,function(e){if(Array.isArray(e))return e}(r=n)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,a=[],i=!0,s=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(a.push(n.value),!r||a.length!==r);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(s)throw o}}return a}}(r,t)||function(e,r){if(e){if("string"==typeof e)return ae(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ae(e,r):void 0}}(r,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=o[0],i=o[1];i=i>(a=a>0?a:1)?i:a;var s=new Array(1+(a>i?a-i:i-a)).fill(0);return s.forEach((function(e,r){s[r]=a+r})),s})).flat()))}catch(e){console.warn(e)}var l=s.info.replace(ie,"").trim(),c=e.utils.escapeHtml(s.content);c=o.highlight?o.highlight(c,l):c;var p=Object.assign(s,{attrs:[["class",l?"language-".concat(l):""],u&&u.length>0?["data-lines-highlight","[".concat(u.join(","),"]")]:[]]}),h=i.renderAttrs(p);return"<pre".concat(h,"><code").concat(h,">").concat(c.trim(),"</code></pre>")}},ue=function(e,r,t,n){if(0!==r||0!==e.blkIndent)return!1;if(e.tShift[r]<0)return!1;if(!e.getLines(r,r+1,0,!1).match(/^---$/))return!1;for(var o=r,a=-1;o<t;){if(o++,e.getLines(o,o+1,0,!1).match(/^---$/)){a=o;break}if(e.tShift[o]<0)break}if(a>-1){e.line=a+1;var i=e.push("fence","code",0);return i.content=e.getLines(r+1,a,0,!0),i.map=[r,a],i.info="yml",i.markup="---",i.attrPush(["data-yaml-metadata",""]),!0}return!1},le=(new(r())).utils,ce=function(e,r){if(r&&n().getLanguage(r))try{var t=n().highlight(r,e,!0);return'<pre class="hljs"><code data-lang="'.concat(t.language,'">').concat(t.value,"</code></pre>")}catch(e){}return'<pre class="hljs"><code>'.concat(le.escapeHtml(e),"</code></pre>")},pe=[q(),"url_new_win","link_open",function(e,r){var t=e[r],n=t.attrGet("href");n&&(n.startsWith("#")||t.attrPush(["target","_blank"]))}],he=function(){var e,t,n,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:J,a=o.html,i=o.codeHighlight,u=o.taskListsOption,c=o.math,h=o.disableRules,_=o.linkify,m={html:a,breaks:!0,linkify:!0};null!==(e=u)&&void 0!==e||(u=G),_=Object.assign({},W,null!==(t=_)&&void 0!==t?t:W),i&&(m.highlight=ce);var b=(n=new(r())(m).use(s()).use(R).use(A,Y).use(oe).use(l()).use(p()).use(f()).use(d()).use(g()).use(D()).use(F()).use(se).use(x()).use(z(),u).use(N)).use.apply(n,pe).use(Z);b.block.ruler.before("hr","meta",ue),c&&b.use(j),h&&h.length>0&&b.disable(h);var k=b.linkify.set(_),C=k.normalize;return _.fuzzyLink&&_.fuzzyLinkUseHttps&&(b.linkify.normalize=function(e){e.schema?C(e):e.url="https://".concat(e.url)}),b}}(),a}()}));