@openclaw/feishu 2026.7.1 → 2026.7.2-beta.1

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 (749) hide show
  1. package/dist/{accounts-Bs5uJ4h0.js → accounts-BDoGHJDk.js} +29 -54
  2. package/dist/api.js +35 -25
  3. package/dist/{channel-DRQRQQQ3.js → channel-DdPQ2HGh.js} +578 -369
  4. package/dist/channel-plugin-api.js +1 -1
  5. package/dist/{channel.runtime-pvr-Y5ji.js → channel.runtime-DJ_B-bpG.js} +272 -107
  6. package/dist/{client-B7EAV_Ss.js → client-BUC-R2Wi.js} +4 -13
  7. package/dist/contract-api.js +1 -1
  8. package/dist/{conversation-id-CdLdoot3.js → conversation-id-BeJL-wq7.js} +3 -0
  9. package/dist/doctor-contract-DXH5hux1.js +97 -0
  10. package/dist/doctor-contract-api.js +2 -0
  11. package/dist/{drive-D0lIhxqZ.js → drive-Bpe8ONK_.js} +181 -33
  12. package/dist/{monitor-CsbheK9J.js → monitor-M3iYtoh4.js} +3 -3
  13. package/dist/{monitor.account-Dr7do33p.js → monitor.account-F99J862T.js} +474 -493
  14. package/dist/monitor.startup-DpZzunQn.js +43 -0
  15. package/dist/{probe-Dxyo9zlw.js → probe-CAloGqgG.js} +3 -6
  16. package/dist/{secret-contract-DLaBl9m4.js → secret-contract-DnlMcrn5.js} +14 -69
  17. package/dist/secret-contract-api.js +1 -1
  18. package/dist/{send-Be2GMA6Z.js → send-CpnLYueT.js} +12 -35
  19. package/dist/send-result-CPS7AozW.js +766 -0
  20. package/dist/{session-conversation-BYuoVJwl.js → session-conversation-BksWrfzm.js} +1 -1
  21. package/dist/session-key-api.js +1 -1
  22. package/dist/setup-api.js +1 -1
  23. package/dist/setup-entry.js +0 -5
  24. package/dist/{subagent-hooks-B2iWPYJ1.js → subagent-hooks-BKTOxB-T.js} +9 -5
  25. package/dist/subagent-hooks-api.js +1 -1
  26. package/node_modules/@types/debug/LICENSE +21 -0
  27. package/node_modules/@types/debug/README.md +69 -0
  28. package/node_modules/@types/debug/index.d.ts +50 -0
  29. package/node_modules/@types/debug/package.json +58 -0
  30. package/node_modules/@types/mdast/LICENSE +21 -0
  31. package/node_modules/@types/mdast/README.md +15 -0
  32. package/node_modules/@types/mdast/index.d.ts +1123 -0
  33. package/node_modules/@types/mdast/package.json +47 -0
  34. package/node_modules/@types/ms/LICENSE +21 -0
  35. package/node_modules/@types/ms/README.md +82 -0
  36. package/node_modules/@types/ms/index.d.ts +63 -0
  37. package/node_modules/@types/ms/package.json +26 -0
  38. package/node_modules/@types/unist/LICENSE +21 -0
  39. package/node_modules/@types/unist/README.md +15 -0
  40. package/node_modules/@types/unist/index.d.ts +119 -0
  41. package/node_modules/@types/unist/package.json +60 -0
  42. package/node_modules/character-entities/index.d.ts +6 -0
  43. package/node_modules/character-entities/index.js +2132 -0
  44. package/node_modules/character-entities/license +22 -0
  45. package/node_modules/character-entities/package.json +78 -0
  46. package/node_modules/character-entities/readme.md +152 -0
  47. package/node_modules/debug/LICENSE +20 -0
  48. package/node_modules/debug/README.md +481 -0
  49. package/node_modules/debug/package.json +64 -0
  50. package/node_modules/debug/src/browser.js +272 -0
  51. package/node_modules/debug/src/common.js +292 -0
  52. package/node_modules/debug/src/index.js +10 -0
  53. package/node_modules/debug/src/node.js +263 -0
  54. package/node_modules/decode-named-character-reference/index.d.ts +13 -0
  55. package/node_modules/decode-named-character-reference/index.d.ts.map +1 -0
  56. package/node_modules/decode-named-character-reference/index.dom.d.ts +6 -0
  57. package/node_modules/decode-named-character-reference/index.dom.d.ts.map +1 -0
  58. package/node_modules/decode-named-character-reference/index.dom.js +32 -0
  59. package/node_modules/decode-named-character-reference/index.js +19 -0
  60. package/node_modules/decode-named-character-reference/license +22 -0
  61. package/node_modules/decode-named-character-reference/package.json +90 -0
  62. package/node_modules/decode-named-character-reference/readme.md +136 -0
  63. package/node_modules/dequal/dist/index.js +86 -0
  64. package/node_modules/dequal/dist/index.min.js +1 -0
  65. package/node_modules/dequal/dist/index.mjs +84 -0
  66. package/node_modules/dequal/index.d.ts +1 -0
  67. package/node_modules/dequal/license +21 -0
  68. package/node_modules/dequal/lite/index.d.ts +1 -0
  69. package/node_modules/dequal/lite/index.js +31 -0
  70. package/node_modules/dequal/lite/index.min.js +1 -0
  71. package/node_modules/dequal/lite/index.mjs +29 -0
  72. package/node_modules/dequal/package.json +57 -0
  73. package/node_modules/dequal/readme.md +112 -0
  74. package/node_modules/devlop/lib/default.js +9 -0
  75. package/node_modules/devlop/lib/development.d.ts +84 -0
  76. package/node_modules/devlop/lib/development.js +238 -0
  77. package/node_modules/devlop/license +22 -0
  78. package/node_modules/devlop/package.json +80 -0
  79. package/node_modules/devlop/readme.md +360 -0
  80. package/node_modules/longest-streak/index.d.ts +11 -0
  81. package/node_modules/longest-streak/index.js +36 -0
  82. package/node_modules/longest-streak/license +22 -0
  83. package/node_modules/longest-streak/package.json +73 -0
  84. package/node_modules/longest-streak/readme.md +150 -0
  85. package/node_modules/markdown-table/index.d.ts +171 -0
  86. package/node_modules/markdown-table/index.d.ts.map +1 -0
  87. package/node_modules/markdown-table/index.js +393 -0
  88. package/node_modules/markdown-table/license +22 -0
  89. package/node_modules/markdown-table/package.json +77 -0
  90. package/node_modules/markdown-table/readme.md +344 -0
  91. package/node_modules/mdast-util-from-markdown/dev/index.d.ts +23 -0
  92. package/node_modules/mdast-util-from-markdown/dev/index.js +2 -0
  93. package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts +53 -0
  94. package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts.map +1 -0
  95. package/node_modules/mdast-util-from-markdown/dev/lib/index.js +1348 -0
  96. package/node_modules/mdast-util-from-markdown/dev/lib/types.d.ts +295 -0
  97. package/node_modules/mdast-util-from-markdown/dev/lib/types.js +2 -0
  98. package/node_modules/mdast-util-from-markdown/index.d.ts +23 -0
  99. package/node_modules/mdast-util-from-markdown/index.js +2 -0
  100. package/node_modules/mdast-util-from-markdown/lib/index.d.ts +53 -0
  101. package/node_modules/mdast-util-from-markdown/lib/index.d.ts.map +1 -0
  102. package/node_modules/mdast-util-from-markdown/lib/index.js +1177 -0
  103. package/node_modules/mdast-util-from-markdown/lib/types.d.ts +295 -0
  104. package/node_modules/mdast-util-from-markdown/lib/types.js +2 -0
  105. package/node_modules/mdast-util-from-markdown/license +22 -0
  106. package/node_modules/mdast-util-from-markdown/package.json +99 -0
  107. package/node_modules/mdast-util-from-markdown/readme.md +535 -0
  108. package/node_modules/mdast-util-gfm-table/index.d.ts +54 -0
  109. package/node_modules/mdast-util-gfm-table/index.js +2 -0
  110. package/node_modules/mdast-util-gfm-table/lib/index.d.ts +51 -0
  111. package/node_modules/mdast-util-gfm-table/lib/index.js +300 -0
  112. package/node_modules/mdast-util-gfm-table/license +22 -0
  113. package/node_modules/mdast-util-gfm-table/package.json +101 -0
  114. package/node_modules/mdast-util-gfm-table/readme.md +605 -0
  115. package/node_modules/mdast-util-phrasing/index.d.ts +1 -0
  116. package/node_modules/mdast-util-phrasing/index.js +1 -0
  117. package/node_modules/mdast-util-phrasing/lib/index.d.ts +3 -0
  118. package/node_modules/mdast-util-phrasing/lib/index.js +45 -0
  119. package/node_modules/mdast-util-phrasing/license +23 -0
  120. package/node_modules/mdast-util-phrasing/package.json +78 -0
  121. package/node_modules/mdast-util-phrasing/readme.md +200 -0
  122. package/node_modules/mdast-util-to-markdown/index.d.ts +16 -0
  123. package/node_modules/mdast-util-to-markdown/index.js +3 -0
  124. package/node_modules/mdast-util-to-markdown/lib/configure.d.ts +9 -0
  125. package/node_modules/mdast-util-to-markdown/lib/configure.d.ts.map +1 -0
  126. package/node_modules/mdast-util-to-markdown/lib/configure.js +79 -0
  127. package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts +17 -0
  128. package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts.map +1 -0
  129. package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +29 -0
  130. package/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts +13 -0
  131. package/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts.map +1 -0
  132. package/node_modules/mdast-util-to-markdown/lib/handle/break.js +30 -0
  133. package/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts +13 -0
  134. package/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts.map +1 -0
  135. package/node_modules/mdast-util-to-markdown/lib/handle/code.js +75 -0
  136. package/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts +13 -0
  137. package/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts.map +1 -0
  138. package/node_modules/mdast-util-to-markdown/lib/handle/definition.js +76 -0
  139. package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts +24 -0
  140. package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts.map +1 -0
  141. package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +69 -0
  142. package/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts +13 -0
  143. package/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts.map +1 -0
  144. package/node_modules/mdast-util-to-markdown/lib/handle/heading.js +75 -0
  145. package/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts +15 -0
  146. package/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts.map +1 -0
  147. package/node_modules/mdast-util-to-markdown/lib/handle/html.js +20 -0
  148. package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts +21 -0
  149. package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts.map +1 -0
  150. package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +63 -0
  151. package/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts +21 -0
  152. package/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts.map +1 -0
  153. package/node_modules/mdast-util-to-markdown/lib/handle/image.js +82 -0
  154. package/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts +42 -0
  155. package/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts.map +1 -0
  156. package/node_modules/mdast-util-to-markdown/lib/handle/index.js +45 -0
  157. package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts +19 -0
  158. package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts.map +1 -0
  159. package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +76 -0
  160. package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts +21 -0
  161. package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts.map +1 -0
  162. package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +63 -0
  163. package/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts +24 -0
  164. package/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts.map +1 -0
  165. package/node_modules/mdast-util-to-markdown/lib/handle/link.js +114 -0
  166. package/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts +13 -0
  167. package/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts.map +1 -0
  168. package/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +62 -0
  169. package/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts +13 -0
  170. package/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts.map +1 -0
  171. package/node_modules/mdast-util-to-markdown/lib/handle/list.js +100 -0
  172. package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts +17 -0
  173. package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts.map +1 -0
  174. package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +20 -0
  175. package/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts +13 -0
  176. package/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts.map +1 -0
  177. package/node_modules/mdast-util-to-markdown/lib/handle/root.js +23 -0
  178. package/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts +24 -0
  179. package/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts.map +1 -0
  180. package/node_modules/mdast-util-to-markdown/lib/handle/strong.js +69 -0
  181. package/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts +17 -0
  182. package/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts.map +1 -0
  183. package/node_modules/mdast-util-to-markdown/lib/handle/text.js +15 -0
  184. package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts +11 -0
  185. package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts.map +1 -0
  186. package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +21 -0
  187. package/node_modules/mdast-util-to-markdown/lib/index.d.ts +14 -0
  188. package/node_modules/mdast-util-to-markdown/lib/index.d.ts.map +1 -0
  189. package/node_modules/mdast-util-to-markdown/lib/index.js +187 -0
  190. package/node_modules/mdast-util-to-markdown/lib/join.d.ts +4 -0
  191. package/node_modules/mdast-util-to-markdown/lib/join.d.ts.map +1 -0
  192. package/node_modules/mdast-util-to-markdown/lib/join.js +39 -0
  193. package/node_modules/mdast-util-to-markdown/lib/types.d.ts +965 -0
  194. package/node_modules/mdast-util-to-markdown/lib/types.js +2 -0
  195. package/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts +4 -0
  196. package/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts.map +1 -0
  197. package/node_modules/mdast-util-to-markdown/lib/unsafe.js +146 -0
  198. package/node_modules/mdast-util-to-markdown/lib/util/association.d.ts +2 -0
  199. package/node_modules/mdast-util-to-markdown/lib/util/association.d.ts.map +1 -0
  200. package/node_modules/mdast-util-to-markdown/lib/util/association.js +33 -0
  201. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts +11 -0
  202. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts.map +1 -0
  203. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +21 -0
  204. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts +8 -0
  205. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts.map +1 -0
  206. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +38 -0
  207. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts +11 -0
  208. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts.map +1 -0
  209. package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +21 -0
  210. package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts +11 -0
  211. package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts.map +1 -0
  212. package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +21 -0
  213. package/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts +11 -0
  214. package/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts.map +1 -0
  215. package/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +21 -0
  216. package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts +11 -0
  217. package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts.map +1 -0
  218. package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +21 -0
  219. package/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts +11 -0
  220. package/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts.map +1 -0
  221. package/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +21 -0
  222. package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts +11 -0
  223. package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts.map +1 -0
  224. package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +21 -0
  225. package/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts +11 -0
  226. package/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts.map +1 -0
  227. package/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +21 -0
  228. package/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts +11 -0
  229. package/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts.map +1 -0
  230. package/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +21 -0
  231. package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts +2 -0
  232. package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts.map +1 -0
  233. package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +24 -0
  234. package/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts +19 -0
  235. package/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts.map +1 -0
  236. package/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +84 -0
  237. package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts +19 -0
  238. package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts.map +1 -0
  239. package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +125 -0
  240. package/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts +7 -0
  241. package/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts.map +1 -0
  242. package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts +10 -0
  243. package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts.map +1 -0
  244. package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +11 -0
  245. package/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts +33 -0
  246. package/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts.map +1 -0
  247. package/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +82 -0
  248. package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts +13 -0
  249. package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts.map +1 -0
  250. package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +22 -0
  251. package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts +9 -0
  252. package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts.map +1 -0
  253. package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +34 -0
  254. package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts +9 -0
  255. package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts.map +1 -0
  256. package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +34 -0
  257. package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts +2 -0
  258. package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts.map +1 -0
  259. package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +35 -0
  260. package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts +12 -0
  261. package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts.map +1 -0
  262. package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +41 -0
  263. package/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts +29 -0
  264. package/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts.map +1 -0
  265. package/node_modules/mdast-util-to-markdown/lib/util/safe.js +174 -0
  266. package/node_modules/mdast-util-to-markdown/lib/util/track.d.ts +2 -0
  267. package/node_modules/mdast-util-to-markdown/lib/util/track.d.ts.map +1 -0
  268. package/node_modules/mdast-util-to-markdown/lib/util/track.js +55 -0
  269. package/node_modules/mdast-util-to-markdown/license +22 -0
  270. package/node_modules/mdast-util-to-markdown/package.json +132 -0
  271. package/node_modules/mdast-util-to-markdown/readme.md +750 -0
  272. package/node_modules/mdast-util-to-string/index.d.ts +2 -0
  273. package/node_modules/mdast-util-to-string/index.js +5 -0
  274. package/node_modules/mdast-util-to-string/lib/index.d.ts +31 -0
  275. package/node_modules/mdast-util-to-string/lib/index.js +108 -0
  276. package/node_modules/mdast-util-to-string/license +22 -0
  277. package/node_modules/mdast-util-to-string/package.json +78 -0
  278. package/node_modules/mdast-util-to-string/readme.md +218 -0
  279. package/node_modules/micromark/dev/index.d.ts +82 -0
  280. package/node_modules/micromark/dev/index.d.ts.map +1 -0
  281. package/node_modules/micromark/dev/index.js +68 -0
  282. package/node_modules/micromark/dev/lib/compile.d.ts +16 -0
  283. package/node_modules/micromark/dev/lib/compile.d.ts.map +1 -0
  284. package/node_modules/micromark/dev/lib/compile.js +1152 -0
  285. package/node_modules/micromark/dev/lib/constructs.d.ts +73 -0
  286. package/node_modules/micromark/dev/lib/constructs.d.ts.map +1 -0
  287. package/node_modules/micromark/dev/lib/constructs.js +101 -0
  288. package/node_modules/micromark/dev/lib/create-tokenizer.d.ts +46 -0
  289. package/node_modules/micromark/dev/lib/create-tokenizer.d.ts.map +1 -0
  290. package/node_modules/micromark/dev/lib/create-tokenizer.js +717 -0
  291. package/node_modules/micromark/dev/lib/initialize/content.d.ts +4 -0
  292. package/node_modules/micromark/dev/lib/initialize/content.d.ts.map +1 -0
  293. package/node_modules/micromark/dev/lib/initialize/content.js +99 -0
  294. package/node_modules/micromark/dev/lib/initialize/document.d.ts +10 -0
  295. package/node_modules/micromark/dev/lib/initialize/document.d.ts.map +1 -0
  296. package/node_modules/micromark/dev/lib/initialize/document.js +445 -0
  297. package/node_modules/micromark/dev/lib/initialize/flow.d.ts +4 -0
  298. package/node_modules/micromark/dev/lib/initialize/flow.d.ts.map +1 -0
  299. package/node_modules/micromark/dev/lib/initialize/flow.js +86 -0
  300. package/node_modules/micromark/dev/lib/initialize/text.d.ts +8 -0
  301. package/node_modules/micromark/dev/lib/initialize/text.d.ts.map +1 -0
  302. package/node_modules/micromark/dev/lib/initialize/text.js +244 -0
  303. package/node_modules/micromark/dev/lib/parse.d.ts +10 -0
  304. package/node_modules/micromark/dev/lib/parse.d.ts.map +1 -0
  305. package/node_modules/micromark/dev/lib/parse.js +58 -0
  306. package/node_modules/micromark/dev/lib/postprocess.d.ts +9 -0
  307. package/node_modules/micromark/dev/lib/postprocess.d.ts.map +1 -0
  308. package/node_modules/micromark/dev/lib/postprocess.js +19 -0
  309. package/node_modules/micromark/dev/lib/preprocess.d.ts +13 -0
  310. package/node_modules/micromark/dev/lib/preprocess.d.ts.map +1 -0
  311. package/node_modules/micromark/dev/lib/preprocess.js +141 -0
  312. package/node_modules/micromark/dev/stream.d.ts +35 -0
  313. package/node_modules/micromark/dev/stream.d.ts.map +1 -0
  314. package/node_modules/micromark/dev/stream.js +270 -0
  315. package/node_modules/micromark/index.d.ts +82 -0
  316. package/node_modules/micromark/index.d.ts.map +1 -0
  317. package/node_modules/micromark/index.js +60 -0
  318. package/node_modules/micromark/lib/compile.d.ts +16 -0
  319. package/node_modules/micromark/lib/compile.d.ts.map +1 -0
  320. package/node_modules/micromark/lib/compile.js +1060 -0
  321. package/node_modules/micromark/lib/constructs.d.ts +73 -0
  322. package/node_modules/micromark/lib/constructs.d.ts.map +1 -0
  323. package/node_modules/micromark/lib/constructs.js +85 -0
  324. package/node_modules/micromark/lib/create-tokenizer.d.ts +46 -0
  325. package/node_modules/micromark/lib/create-tokenizer.d.ts.map +1 -0
  326. package/node_modules/micromark/lib/create-tokenizer.js +611 -0
  327. package/node_modules/micromark/lib/initialize/content.d.ts +4 -0
  328. package/node_modules/micromark/lib/initialize/content.d.ts.map +1 -0
  329. package/node_modules/micromark/lib/initialize/content.js +79 -0
  330. package/node_modules/micromark/lib/initialize/document.d.ts +10 -0
  331. package/node_modules/micromark/lib/initialize/document.d.ts.map +1 -0
  332. package/node_modules/micromark/lib/initialize/document.js +362 -0
  333. package/node_modules/micromark/lib/initialize/flow.d.ts +4 -0
  334. package/node_modules/micromark/lib/initialize/flow.d.ts.map +1 -0
  335. package/node_modules/micromark/lib/initialize/flow.js +58 -0
  336. package/node_modules/micromark/lib/initialize/text.d.ts +8 -0
  337. package/node_modules/micromark/lib/initialize/text.d.ts.map +1 -0
  338. package/node_modules/micromark/lib/initialize/text.js +212 -0
  339. package/node_modules/micromark/lib/parse.d.ts +10 -0
  340. package/node_modules/micromark/lib/parse.d.ts.map +1 -0
  341. package/node_modules/micromark/lib/parse.js +56 -0
  342. package/node_modules/micromark/lib/postprocess.d.ts +9 -0
  343. package/node_modules/micromark/lib/postprocess.d.ts.map +1 -0
  344. package/node_modules/micromark/lib/postprocess.js +18 -0
  345. package/node_modules/micromark/lib/preprocess.d.ts +13 -0
  346. package/node_modules/micromark/lib/preprocess.d.ts.map +1 -0
  347. package/node_modules/micromark/lib/preprocess.js +115 -0
  348. package/node_modules/micromark/license +22 -0
  349. package/node_modules/micromark/package.json +100 -0
  350. package/node_modules/micromark/readme.md +488 -0
  351. package/node_modules/micromark/stream.d.ts +35 -0
  352. package/node_modules/micromark/stream.d.ts.map +1 -0
  353. package/node_modules/micromark/stream.js +256 -0
  354. package/node_modules/micromark-core-commonmark/dev/index.d.ts +23 -0
  355. package/node_modules/micromark-core-commonmark/dev/index.d.ts.map +1 -0
  356. package/node_modules/micromark-core-commonmark/dev/index.js +22 -0
  357. package/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts +4 -0
  358. package/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts.map +1 -0
  359. package/node_modules/micromark-core-commonmark/dev/lib/attention.js +300 -0
  360. package/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts +4 -0
  361. package/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts.map +1 -0
  362. package/node_modules/micromark-core-commonmark/dev/lib/autolink.js +269 -0
  363. package/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts +4 -0
  364. package/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts.map +1 -0
  365. package/node_modules/micromark-core-commonmark/dev/lib/blank-line.js +62 -0
  366. package/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts +4 -0
  367. package/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts.map +1 -0
  368. package/node_modules/micromark-core-commonmark/dev/lib/block-quote.js +162 -0
  369. package/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts +4 -0
  370. package/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts.map +1 -0
  371. package/node_modules/micromark-core-commonmark/dev/lib/character-escape.js +69 -0
  372. package/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts +4 -0
  373. package/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts.map +1 -0
  374. package/node_modules/micromark-core-commonmark/dev/lib/character-reference.js +166 -0
  375. package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts +4 -0
  376. package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts.map +1 -0
  377. package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.js +514 -0
  378. package/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts +4 -0
  379. package/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts.map +1 -0
  380. package/node_modules/micromark-core-commonmark/dev/lib/code-indented.js +202 -0
  381. package/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts +4 -0
  382. package/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts.map +1 -0
  383. package/node_modules/micromark-core-commonmark/dev/lib/code-text.js +257 -0
  384. package/node_modules/micromark-core-commonmark/dev/lib/content.d.ts +7 -0
  385. package/node_modules/micromark-core-commonmark/dev/lib/content.d.ts.map +1 -0
  386. package/node_modules/micromark-core-commonmark/dev/lib/content.js +185 -0
  387. package/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts +4 -0
  388. package/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts.map +1 -0
  389. package/node_modules/micromark-core-commonmark/dev/lib/definition.js +295 -0
  390. package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts +4 -0
  391. package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts.map +1 -0
  392. package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.js +65 -0
  393. package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts +4 -0
  394. package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts.map +1 -0
  395. package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.js +233 -0
  396. package/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts +4 -0
  397. package/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts.map +1 -0
  398. package/node_modules/micromark-core-commonmark/dev/lib/html-flow.js +989 -0
  399. package/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts +4 -0
  400. package/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts.map +1 -0
  401. package/node_modules/micromark-core-commonmark/dev/lib/html-text.js +783 -0
  402. package/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts +4 -0
  403. package/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts.map +1 -0
  404. package/node_modules/micromark-core-commonmark/dev/lib/label-end.js +656 -0
  405. package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts +4 -0
  406. package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts.map +1 -0
  407. package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.js +110 -0
  408. package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts +4 -0
  409. package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts.map +1 -0
  410. package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.js +62 -0
  411. package/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts +4 -0
  412. package/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts.map +1 -0
  413. package/node_modules/micromark-core-commonmark/dev/lib/line-ending.js +34 -0
  414. package/node_modules/micromark-core-commonmark/dev/lib/list.d.ts +4 -0
  415. package/node_modules/micromark-core-commonmark/dev/lib/list.d.ts.map +1 -0
  416. package/node_modules/micromark-core-commonmark/dev/lib/list.js +306 -0
  417. package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts +4 -0
  418. package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts.map +1 -0
  419. package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.js +210 -0
  420. package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts +4 -0
  421. package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts.map +1 -0
  422. package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.js +120 -0
  423. package/node_modules/micromark-core-commonmark/index.d.ts +23 -0
  424. package/node_modules/micromark-core-commonmark/index.d.ts.map +1 -0
  425. package/node_modules/micromark-core-commonmark/index.js +22 -0
  426. package/node_modules/micromark-core-commonmark/lib/attention.d.ts +4 -0
  427. package/node_modules/micromark-core-commonmark/lib/attention.d.ts.map +1 -0
  428. package/node_modules/micromark-core-commonmark/lib/attention.js +241 -0
  429. package/node_modules/micromark-core-commonmark/lib/autolink.d.ts +4 -0
  430. package/node_modules/micromark-core-commonmark/lib/autolink.d.ts.map +1 -0
  431. package/node_modules/micromark-core-commonmark/lib/autolink.js +233 -0
  432. package/node_modules/micromark-core-commonmark/lib/blank-line.d.ts +4 -0
  433. package/node_modules/micromark-core-commonmark/lib/blank-line.d.ts.map +1 -0
  434. package/node_modules/micromark-core-commonmark/lib/blank-line.js +61 -0
  435. package/node_modules/micromark-core-commonmark/lib/block-quote.d.ts +4 -0
  436. package/node_modules/micromark-core-commonmark/lib/block-quote.d.ts.map +1 -0
  437. package/node_modules/micromark-core-commonmark/lib/block-quote.js +143 -0
  438. package/node_modules/micromark-core-commonmark/lib/character-escape.d.ts +4 -0
  439. package/node_modules/micromark-core-commonmark/lib/character-escape.d.ts.map +1 -0
  440. package/node_modules/micromark-core-commonmark/lib/character-escape.js +64 -0
  441. package/node_modules/micromark-core-commonmark/lib/character-reference.d.ts +4 -0
  442. package/node_modules/micromark-core-commonmark/lib/character-reference.d.ts.map +1 -0
  443. package/node_modules/micromark-core-commonmark/lib/character-reference.js +149 -0
  444. package/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts +4 -0
  445. package/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts.map +1 -0
  446. package/node_modules/micromark-core-commonmark/lib/code-fenced.js +460 -0
  447. package/node_modules/micromark-core-commonmark/lib/code-indented.d.ts +4 -0
  448. package/node_modules/micromark-core-commonmark/lib/code-indented.d.ts.map +1 -0
  449. package/node_modules/micromark-core-commonmark/lib/code-indented.js +177 -0
  450. package/node_modules/micromark-core-commonmark/lib/code-text.d.ts +4 -0
  451. package/node_modules/micromark-core-commonmark/lib/code-text.d.ts.map +1 -0
  452. package/node_modules/micromark-core-commonmark/lib/code-text.js +225 -0
  453. package/node_modules/micromark-core-commonmark/lib/content.d.ts +7 -0
  454. package/node_modules/micromark-core-commonmark/lib/content.d.ts.map +1 -0
  455. package/node_modules/micromark-core-commonmark/lib/content.js +163 -0
  456. package/node_modules/micromark-core-commonmark/lib/definition.d.ts +4 -0
  457. package/node_modules/micromark-core-commonmark/lib/definition.d.ts.map +1 -0
  458. package/node_modules/micromark-core-commonmark/lib/definition.js +254 -0
  459. package/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts +4 -0
  460. package/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts.map +1 -0
  461. package/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +60 -0
  462. package/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts +4 -0
  463. package/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts.map +1 -0
  464. package/node_modules/micromark-core-commonmark/lib/heading-atx.js +195 -0
  465. package/node_modules/micromark-core-commonmark/lib/html-flow.d.ts +4 -0
  466. package/node_modules/micromark-core-commonmark/lib/html-flow.d.ts.map +1 -0
  467. package/node_modules/micromark-core-commonmark/lib/html-flow.js +876 -0
  468. package/node_modules/micromark-core-commonmark/lib/html-text.d.ts +4 -0
  469. package/node_modules/micromark-core-commonmark/lib/html-text.d.ts.map +1 -0
  470. package/node_modules/micromark-core-commonmark/lib/html-text.js +678 -0
  471. package/node_modules/micromark-core-commonmark/lib/label-end.d.ts +4 -0
  472. package/node_modules/micromark-core-commonmark/lib/label-end.d.ts.map +1 -0
  473. package/node_modules/micromark-core-commonmark/lib/label-end.js +560 -0
  474. package/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts +4 -0
  475. package/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts.map +1 -0
  476. package/node_modules/micromark-core-commonmark/lib/label-start-image.js +102 -0
  477. package/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts +4 -0
  478. package/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts.map +1 -0
  479. package/node_modules/micromark-core-commonmark/lib/label-start-link.js +55 -0
  480. package/node_modules/micromark-core-commonmark/lib/line-ending.d.ts +4 -0
  481. package/node_modules/micromark-core-commonmark/lib/line-ending.d.ts.map +1 -0
  482. package/node_modules/micromark-core-commonmark/lib/line-ending.js +33 -0
  483. package/node_modules/micromark-core-commonmark/lib/list.d.ts +4 -0
  484. package/node_modules/micromark-core-commonmark/lib/list.d.ts.map +1 -0
  485. package/node_modules/micromark-core-commonmark/lib/list.js +213 -0
  486. package/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts +4 -0
  487. package/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts.map +1 -0
  488. package/node_modules/micromark-core-commonmark/lib/setext-underline.js +185 -0
  489. package/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts +4 -0
  490. package/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts.map +1 -0
  491. package/node_modules/micromark-core-commonmark/lib/thematic-break.js +102 -0
  492. package/node_modules/micromark-core-commonmark/license +22 -0
  493. package/node_modules/micromark-core-commonmark/package.json +74 -0
  494. package/node_modules/micromark-core-commonmark/readme.md +171 -0
  495. package/node_modules/micromark-extension-gfm-table/dev/index.d.ts +55 -0
  496. package/node_modules/micromark-extension-gfm-table/dev/index.js +2 -0
  497. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts +38 -0
  498. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts.map +1 -0
  499. package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.js +212 -0
  500. package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts +11 -0
  501. package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts.map +1 -0
  502. package/node_modules/micromark-extension-gfm-table/dev/lib/html.js +148 -0
  503. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts +14 -0
  504. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts.map +1 -0
  505. package/node_modules/micromark-extension-gfm-table/dev/lib/infer.js +64 -0
  506. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts +18 -0
  507. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts.map +1 -0
  508. package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.js +941 -0
  509. package/node_modules/micromark-extension-gfm-table/index.d.ts +55 -0
  510. package/node_modules/micromark-extension-gfm-table/index.js +2 -0
  511. package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts +38 -0
  512. package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts.map +1 -0
  513. package/node_modules/micromark-extension-gfm-table/lib/edit-map.js +202 -0
  514. package/node_modules/micromark-extension-gfm-table/lib/html.d.ts +11 -0
  515. package/node_modules/micromark-extension-gfm-table/lib/html.d.ts.map +1 -0
  516. package/node_modules/micromark-extension-gfm-table/lib/html.js +130 -0
  517. package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts +14 -0
  518. package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts.map +1 -0
  519. package/node_modules/micromark-extension-gfm-table/lib/infer.js +52 -0
  520. package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts +18 -0
  521. package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts.map +1 -0
  522. package/node_modules/micromark-extension-gfm-table/lib/syntax.js +819 -0
  523. package/node_modules/micromark-extension-gfm-table/license +22 -0
  524. package/node_modules/micromark-extension-gfm-table/package.json +128 -0
  525. package/node_modules/micromark-extension-gfm-table/readme.md +515 -0
  526. package/node_modules/micromark-factory-destination/dev/index.d.ts +42 -0
  527. package/node_modules/micromark-factory-destination/dev/index.d.ts.map +1 -0
  528. package/node_modules/micromark-factory-destination/dev/index.js +255 -0
  529. package/node_modules/micromark-factory-destination/index.d.ts +42 -0
  530. package/node_modules/micromark-factory-destination/index.d.ts.map +1 -0
  531. package/node_modules/micromark-factory-destination/index.js +206 -0
  532. package/node_modules/micromark-factory-destination/license +22 -0
  533. package/node_modules/micromark-factory-destination/package.json +57 -0
  534. package/node_modules/micromark-factory-destination/readme.md +234 -0
  535. package/node_modules/micromark-factory-label/dev/index.d.ts +37 -0
  536. package/node_modules/micromark-factory-label/dev/index.d.ts.map +1 -0
  537. package/node_modules/micromark-factory-label/dev/index.js +172 -0
  538. package/node_modules/micromark-factory-label/index.d.ts +37 -0
  539. package/node_modules/micromark-factory-label/index.d.ts.map +1 -0
  540. package/node_modules/micromark-factory-label/index.js +148 -0
  541. package/node_modules/micromark-factory-label/license +22 -0
  542. package/node_modules/micromark-factory-label/package.json +60 -0
  543. package/node_modules/micromark-factory-label/readme.md +224 -0
  544. package/node_modules/micromark-factory-space/dev/index.d.ts +37 -0
  545. package/node_modules/micromark-factory-space/dev/index.d.ts.map +1 -0
  546. package/node_modules/micromark-factory-space/dev/index.js +67 -0
  547. package/node_modules/micromark-factory-space/index.d.ts +37 -0
  548. package/node_modules/micromark-factory-space/index.d.ts.map +1 -0
  549. package/node_modules/micromark-factory-space/index.js +64 -0
  550. package/node_modules/micromark-factory-space/license +22 -0
  551. package/node_modules/micromark-factory-space/package.json +55 -0
  552. package/node_modules/micromark-factory-space/readme.md +225 -0
  553. package/node_modules/micromark-factory-title/dev/index.d.ts +36 -0
  554. package/node_modules/micromark-factory-title/dev/index.d.ts.map +1 -0
  555. package/node_modules/micromark-factory-title/dev/index.js +169 -0
  556. package/node_modules/micromark-factory-title/index.d.ts +36 -0
  557. package/node_modules/micromark-factory-title/index.d.ts.map +1 -0
  558. package/node_modules/micromark-factory-title/index.js +158 -0
  559. package/node_modules/micromark-factory-title/license +22 -0
  560. package/node_modules/micromark-factory-title/package.json +58 -0
  561. package/node_modules/micromark-factory-title/readme.md +229 -0
  562. package/node_modules/micromark-factory-whitespace/dev/index.d.ts +22 -0
  563. package/node_modules/micromark-factory-whitespace/dev/index.d.ts.map +1 -0
  564. package/node_modules/micromark-factory-whitespace/dev/index.js +53 -0
  565. package/node_modules/micromark-factory-whitespace/index.d.ts +22 -0
  566. package/node_modules/micromark-factory-whitespace/index.d.ts.map +1 -0
  567. package/node_modules/micromark-factory-whitespace/index.js +44 -0
  568. package/node_modules/micromark-factory-whitespace/license +22 -0
  569. package/node_modules/micromark-factory-whitespace/package.json +57 -0
  570. package/node_modules/micromark-factory-whitespace/readme.md +205 -0
  571. package/node_modules/micromark-util-character/dev/index.d.ts +195 -0
  572. package/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
  573. package/node_modules/micromark-util-character/dev/index.js +252 -0
  574. package/node_modules/micromark-util-character/index.d.ts +195 -0
  575. package/node_modules/micromark-util-character/index.d.ts.map +1 -0
  576. package/node_modules/micromark-util-character/index.js +246 -0
  577. package/node_modules/micromark-util-character/license +22 -0
  578. package/node_modules/micromark-util-character/package.json +57 -0
  579. package/node_modules/micromark-util-character/readme.md +446 -0
  580. package/node_modules/micromark-util-chunked/dev/index.d.ts +41 -0
  581. package/node_modules/micromark-util-chunked/dev/index.d.ts.map +1 -0
  582. package/node_modules/micromark-util-chunked/dev/index.js +89 -0
  583. package/node_modules/micromark-util-chunked/index.d.ts +41 -0
  584. package/node_modules/micromark-util-chunked/index.d.ts.map +1 -0
  585. package/node_modules/micromark-util-chunked/index.js +81 -0
  586. package/node_modules/micromark-util-chunked/license +22 -0
  587. package/node_modules/micromark-util-chunked/package.json +57 -0
  588. package/node_modules/micromark-util-chunked/readme.md +219 -0
  589. package/node_modules/micromark-util-classify-character/dev/index.d.ts +18 -0
  590. package/node_modules/micromark-util-classify-character/dev/index.d.ts.map +1 -0
  591. package/node_modules/micromark-util-classify-character/dev/index.js +38 -0
  592. package/node_modules/micromark-util-classify-character/index.d.ts +18 -0
  593. package/node_modules/micromark-util-classify-character/index.d.ts.map +1 -0
  594. package/node_modules/micromark-util-classify-character/index.js +27 -0
  595. package/node_modules/micromark-util-classify-character/license +22 -0
  596. package/node_modules/micromark-util-classify-character/package.json +59 -0
  597. package/node_modules/micromark-util-classify-character/readme.md +205 -0
  598. package/node_modules/micromark-util-combine-extensions/index.d.ts +22 -0
  599. package/node_modules/micromark-util-combine-extensions/index.d.ts.map +1 -0
  600. package/node_modules/micromark-util-combine-extensions/index.js +143 -0
  601. package/node_modules/micromark-util-combine-extensions/license +22 -0
  602. package/node_modules/micromark-util-combine-extensions/package.json +52 -0
  603. package/node_modules/micromark-util-combine-extensions/readme.md +201 -0
  604. package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +16 -0
  605. package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +1 -0
  606. package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +42 -0
  607. package/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +16 -0
  608. package/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +1 -0
  609. package/node_modules/micromark-util-decode-numeric-character-reference/index.js +32 -0
  610. package/node_modules/micromark-util-decode-numeric-character-reference/license +22 -0
  611. package/node_modules/micromark-util-decode-numeric-character-reference/package.json +59 -0
  612. package/node_modules/micromark-util-decode-numeric-character-reference/readme.md +184 -0
  613. package/node_modules/micromark-util-decode-string/dev/index.d.ts +14 -0
  614. package/node_modules/micromark-util-decode-string/dev/index.d.ts.map +1 -0
  615. package/node_modules/micromark-util-decode-string/dev/index.js +53 -0
  616. package/node_modules/micromark-util-decode-string/index.d.ts +14 -0
  617. package/node_modules/micromark-util-decode-string/index.d.ts.map +1 -0
  618. package/node_modules/micromark-util-decode-string/index.js +45 -0
  619. package/node_modules/micromark-util-decode-string/license +22 -0
  620. package/node_modules/micromark-util-decode-string/package.json +63 -0
  621. package/node_modules/micromark-util-decode-string/readme.md +179 -0
  622. package/node_modules/micromark-util-encode/index.d.ts +14 -0
  623. package/node_modules/micromark-util-encode/index.d.ts.map +1 -0
  624. package/node_modules/micromark-util-encode/index.js +33 -0
  625. package/node_modules/micromark-util-encode/license +22 -0
  626. package/node_modules/micromark-util-encode/package.json +47 -0
  627. package/node_modules/micromark-util-encode/readme.md +176 -0
  628. package/node_modules/micromark-util-html-tag-name/index.d.ts +30 -0
  629. package/node_modules/micromark-util-html-tag-name/index.d.ts.map +1 -0
  630. package/node_modules/micromark-util-html-tag-name/index.js +93 -0
  631. package/node_modules/micromark-util-html-tag-name/license +22 -0
  632. package/node_modules/micromark-util-html-tag-name/package.json +47 -0
  633. package/node_modules/micromark-util-html-tag-name/readme.md +193 -0
  634. package/node_modules/micromark-util-normalize-identifier/dev/index.d.ts +21 -0
  635. package/node_modules/micromark-util-normalize-identifier/dev/index.d.ts.map +1 -0
  636. package/node_modules/micromark-util-normalize-identifier/dev/index.js +38 -0
  637. package/node_modules/micromark-util-normalize-identifier/index.d.ts +21 -0
  638. package/node_modules/micromark-util-normalize-identifier/index.d.ts.map +1 -0
  639. package/node_modules/micromark-util-normalize-identifier/index.js +33 -0
  640. package/node_modules/micromark-util-normalize-identifier/license +22 -0
  641. package/node_modules/micromark-util-normalize-identifier/package.json +58 -0
  642. package/node_modules/micromark-util-normalize-identifier/readme.md +187 -0
  643. package/node_modules/micromark-util-resolve-all/index.d.ts +22 -0
  644. package/node_modules/micromark-util-resolve-all/index.d.ts.map +1 -0
  645. package/node_modules/micromark-util-resolve-all/index.js +32 -0
  646. package/node_modules/micromark-util-resolve-all/license +22 -0
  647. package/node_modules/micromark-util-resolve-all/package.json +48 -0
  648. package/node_modules/micromark-util-resolve-all/readme.md +238 -0
  649. package/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +36 -0
  650. package/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +1 -0
  651. package/node_modules/micromark-util-sanitize-uri/dev/index.js +124 -0
  652. package/node_modules/micromark-util-sanitize-uri/index.d.ts +36 -0
  653. package/node_modules/micromark-util-sanitize-uri/index.d.ts.map +1 -0
  654. package/node_modules/micromark-util-sanitize-uri/index.js +107 -0
  655. package/node_modules/micromark-util-sanitize-uri/license +22 -0
  656. package/node_modules/micromark-util-sanitize-uri/package.json +59 -0
  657. package/node_modules/micromark-util-sanitize-uri/readme.md +214 -0
  658. package/node_modules/micromark-util-subtokenize/dev/index.d.ts +12 -0
  659. package/node_modules/micromark-util-subtokenize/dev/index.d.ts.map +1 -0
  660. package/node_modules/micromark-util-subtokenize/dev/index.js +284 -0
  661. package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts +161 -0
  662. package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts.map +1 -0
  663. package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.js +288 -0
  664. package/node_modules/micromark-util-subtokenize/index.d.ts +12 -0
  665. package/node_modules/micromark-util-subtokenize/index.d.ts.map +1 -0
  666. package/node_modules/micromark-util-subtokenize/index.js +228 -0
  667. package/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts +161 -0
  668. package/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts.map +1 -0
  669. package/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +251 -0
  670. package/node_modules/micromark-util-subtokenize/license +22 -0
  671. package/node_modules/micromark-util-subtokenize/package.json +60 -0
  672. package/node_modules/micromark-util-subtokenize/readme.md +181 -0
  673. package/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
  674. package/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
  675. package/node_modules/micromark-util-symbol/lib/codes.js +158 -0
  676. package/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
  677. package/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
  678. package/node_modules/micromark-util-symbol/lib/constants.js +44 -0
  679. package/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
  680. package/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
  681. package/node_modules/micromark-util-symbol/lib/default.js +4 -0
  682. package/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
  683. package/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
  684. package/node_modules/micromark-util-symbol/lib/types.js +453 -0
  685. package/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
  686. package/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
  687. package/node_modules/micromark-util-symbol/lib/values.js +109 -0
  688. package/node_modules/micromark-util-symbol/license +22 -0
  689. package/node_modules/micromark-util-symbol/package.json +43 -0
  690. package/node_modules/micromark-util-symbol/readme.md +168 -0
  691. package/node_modules/micromark-util-types/index.d.ts +1312 -0
  692. package/node_modules/micromark-util-types/index.js +2 -0
  693. package/node_modules/micromark-util-types/license +22 -0
  694. package/node_modules/micromark-util-types/package.json +71 -0
  695. package/node_modules/micromark-util-types/readme.md +151 -0
  696. package/node_modules/ms/index.js +162 -0
  697. package/node_modules/ms/license.md +21 -0
  698. package/node_modules/ms/package.json +38 -0
  699. package/node_modules/ms/readme.md +59 -0
  700. package/node_modules/unist-util-is/index.d.ts +5 -0
  701. package/node_modules/unist-util-is/index.d.ts.map +1 -0
  702. package/node_modules/unist-util-is/index.js +7 -0
  703. package/node_modules/unist-util-is/lib/index.d.ts +111 -0
  704. package/node_modules/unist-util-is/lib/index.d.ts.map +1 -0
  705. package/node_modules/unist-util-is/lib/index.js +296 -0
  706. package/node_modules/unist-util-is/license +22 -0
  707. package/node_modules/unist-util-is/package.json +103 -0
  708. package/node_modules/unist-util-is/readme.md +351 -0
  709. package/node_modules/unist-util-stringify-position/index.d.ts +1 -0
  710. package/node_modules/unist-util-stringify-position/index.js +1 -0
  711. package/node_modules/unist-util-stringify-position/lib/index.d.ts +61 -0
  712. package/node_modules/unist-util-stringify-position/lib/index.js +84 -0
  713. package/node_modules/unist-util-stringify-position/license +22 -0
  714. package/node_modules/unist-util-stringify-position/package.json +80 -0
  715. package/node_modules/unist-util-stringify-position/readme.md +206 -0
  716. package/node_modules/unist-util-visit/index.d.ts +9 -0
  717. package/node_modules/unist-util-visit/index.js +2 -0
  718. package/node_modules/unist-util-visit/lib/index.d.ts +195 -0
  719. package/node_modules/unist-util-visit/lib/index.d.ts.map +1 -0
  720. package/node_modules/unist-util-visit/lib/index.js +312 -0
  721. package/node_modules/unist-util-visit/license +22 -0
  722. package/node_modules/unist-util-visit/package.json +108 -0
  723. package/node_modules/unist-util-visit/readme.md +313 -0
  724. package/node_modules/unist-util-visit-parents/index.d.ts +14 -0
  725. package/node_modules/unist-util-visit-parents/index.js +2 -0
  726. package/node_modules/unist-util-visit-parents/lib/color.d.ts +6 -0
  727. package/node_modules/unist-util-visit-parents/lib/color.d.ts.map +1 -0
  728. package/node_modules/unist-util-visit-parents/lib/color.js +7 -0
  729. package/node_modules/unist-util-visit-parents/lib/color.node.d.ts +6 -0
  730. package/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +1 -0
  731. package/node_modules/unist-util-visit-parents/lib/color.node.js +7 -0
  732. package/node_modules/unist-util-visit-parents/lib/index.d.ts +219 -0
  733. package/node_modules/unist-util-visit-parents/lib/index.d.ts.map +1 -0
  734. package/node_modules/unist-util-visit-parents/lib/index.js +399 -0
  735. package/node_modules/unist-util-visit-parents/license +22 -0
  736. package/node_modules/unist-util-visit-parents/package.json +106 -0
  737. package/node_modules/unist-util-visit-parents/readme.md +388 -0
  738. package/node_modules/zwitch/index.d.ts +67 -0
  739. package/node_modules/zwitch/index.js +118 -0
  740. package/node_modules/zwitch/license +22 -0
  741. package/node_modules/zwitch/package.json +72 -0
  742. package/node_modules/zwitch/readme.md +226 -0
  743. package/npm-shrinkwrap.json +737 -3
  744. package/openclaw.plugin.json +154 -81
  745. package/package.json +10 -7
  746. package/skills/feishu-drive/SKILL.md +5 -2
  747. package/dist/legacy-state-migrations-api.js +0 -73
  748. package/dist/monitor.state-DAHbcR2N.js +0 -173
  749. package/dist/send-result-BMQw-YhV.js +0 -287
@@ -0,0 +1,2132 @@
1
+ /**
2
+ * Map of named character references.
3
+ *
4
+ * @type {Record<string, string>}
5
+ */
6
+ export const characterEntities = {
7
+ AElig: 'Æ',
8
+ AMP: '&',
9
+ Aacute: 'Á',
10
+ Abreve: 'Ă',
11
+ Acirc: 'Â',
12
+ Acy: 'А',
13
+ Afr: '𝔄',
14
+ Agrave: 'À',
15
+ Alpha: 'Α',
16
+ Amacr: 'Ā',
17
+ And: '⩓',
18
+ Aogon: 'Ą',
19
+ Aopf: '𝔸',
20
+ ApplyFunction: '⁡',
21
+ Aring: 'Å',
22
+ Ascr: '𝒜',
23
+ Assign: '≔',
24
+ Atilde: 'Ã',
25
+ Auml: 'Ä',
26
+ Backslash: '∖',
27
+ Barv: '⫧',
28
+ Barwed: '⌆',
29
+ Bcy: 'Б',
30
+ Because: '∵',
31
+ Bernoullis: 'ℬ',
32
+ Beta: 'Β',
33
+ Bfr: '𝔅',
34
+ Bopf: '𝔹',
35
+ Breve: '˘',
36
+ Bscr: 'ℬ',
37
+ Bumpeq: '≎',
38
+ CHcy: 'Ч',
39
+ COPY: '©',
40
+ Cacute: 'Ć',
41
+ Cap: '⋒',
42
+ CapitalDifferentialD: 'ⅅ',
43
+ Cayleys: 'ℭ',
44
+ Ccaron: 'Č',
45
+ Ccedil: 'Ç',
46
+ Ccirc: 'Ĉ',
47
+ Cconint: '∰',
48
+ Cdot: 'Ċ',
49
+ Cedilla: '¸',
50
+ CenterDot: '·',
51
+ Cfr: 'ℭ',
52
+ Chi: 'Χ',
53
+ CircleDot: '⊙',
54
+ CircleMinus: '⊖',
55
+ CirclePlus: '⊕',
56
+ CircleTimes: '⊗',
57
+ ClockwiseContourIntegral: '∲',
58
+ CloseCurlyDoubleQuote: '”',
59
+ CloseCurlyQuote: '’',
60
+ Colon: '∷',
61
+ Colone: '⩴',
62
+ Congruent: '≡',
63
+ Conint: '∯',
64
+ ContourIntegral: '∮',
65
+ Copf: 'ℂ',
66
+ Coproduct: '∐',
67
+ CounterClockwiseContourIntegral: '∳',
68
+ Cross: '⨯',
69
+ Cscr: '𝒞',
70
+ Cup: '⋓',
71
+ CupCap: '≍',
72
+ DD: 'ⅅ',
73
+ DDotrahd: '⤑',
74
+ DJcy: 'Ђ',
75
+ DScy: 'Ѕ',
76
+ DZcy: 'Џ',
77
+ Dagger: '‡',
78
+ Darr: '↡',
79
+ Dashv: '⫤',
80
+ Dcaron: 'Ď',
81
+ Dcy: 'Д',
82
+ Del: '∇',
83
+ Delta: 'Δ',
84
+ Dfr: '𝔇',
85
+ DiacriticalAcute: '´',
86
+ DiacriticalDot: '˙',
87
+ DiacriticalDoubleAcute: '˝',
88
+ DiacriticalGrave: '`',
89
+ DiacriticalTilde: '˜',
90
+ Diamond: '⋄',
91
+ DifferentialD: 'ⅆ',
92
+ Dopf: '𝔻',
93
+ Dot: '¨',
94
+ DotDot: '⃜',
95
+ DotEqual: '≐',
96
+ DoubleContourIntegral: '∯',
97
+ DoubleDot: '¨',
98
+ DoubleDownArrow: '⇓',
99
+ DoubleLeftArrow: '⇐',
100
+ DoubleLeftRightArrow: '⇔',
101
+ DoubleLeftTee: '⫤',
102
+ DoubleLongLeftArrow: '⟸',
103
+ DoubleLongLeftRightArrow: '⟺',
104
+ DoubleLongRightArrow: '⟹',
105
+ DoubleRightArrow: '⇒',
106
+ DoubleRightTee: '⊨',
107
+ DoubleUpArrow: '⇑',
108
+ DoubleUpDownArrow: '⇕',
109
+ DoubleVerticalBar: '∥',
110
+ DownArrow: '↓',
111
+ DownArrowBar: '⤓',
112
+ DownArrowUpArrow: '⇵',
113
+ DownBreve: '̑',
114
+ DownLeftRightVector: '⥐',
115
+ DownLeftTeeVector: '⥞',
116
+ DownLeftVector: '↽',
117
+ DownLeftVectorBar: '⥖',
118
+ DownRightTeeVector: '⥟',
119
+ DownRightVector: '⇁',
120
+ DownRightVectorBar: '⥗',
121
+ DownTee: '⊤',
122
+ DownTeeArrow: '↧',
123
+ Downarrow: '⇓',
124
+ Dscr: '𝒟',
125
+ Dstrok: 'Đ',
126
+ ENG: 'Ŋ',
127
+ ETH: 'Ð',
128
+ Eacute: 'É',
129
+ Ecaron: 'Ě',
130
+ Ecirc: 'Ê',
131
+ Ecy: 'Э',
132
+ Edot: 'Ė',
133
+ Efr: '𝔈',
134
+ Egrave: 'È',
135
+ Element: '∈',
136
+ Emacr: 'Ē',
137
+ EmptySmallSquare: '◻',
138
+ EmptyVerySmallSquare: '▫',
139
+ Eogon: 'Ę',
140
+ Eopf: '𝔼',
141
+ Epsilon: 'Ε',
142
+ Equal: '⩵',
143
+ EqualTilde: '≂',
144
+ Equilibrium: '⇌',
145
+ Escr: 'ℰ',
146
+ Esim: '⩳',
147
+ Eta: 'Η',
148
+ Euml: 'Ë',
149
+ Exists: '∃',
150
+ ExponentialE: 'ⅇ',
151
+ Fcy: 'Ф',
152
+ Ffr: '𝔉',
153
+ FilledSmallSquare: '◼',
154
+ FilledVerySmallSquare: '▪',
155
+ Fopf: '𝔽',
156
+ ForAll: '∀',
157
+ Fouriertrf: 'ℱ',
158
+ Fscr: 'ℱ',
159
+ GJcy: 'Ѓ',
160
+ GT: '>',
161
+ Gamma: 'Γ',
162
+ Gammad: 'Ϝ',
163
+ Gbreve: 'Ğ',
164
+ Gcedil: 'Ģ',
165
+ Gcirc: 'Ĝ',
166
+ Gcy: 'Г',
167
+ Gdot: 'Ġ',
168
+ Gfr: '𝔊',
169
+ Gg: '⋙',
170
+ Gopf: '𝔾',
171
+ GreaterEqual: '≥',
172
+ GreaterEqualLess: '⋛',
173
+ GreaterFullEqual: '≧',
174
+ GreaterGreater: '⪢',
175
+ GreaterLess: '≷',
176
+ GreaterSlantEqual: '⩾',
177
+ GreaterTilde: '≳',
178
+ Gscr: '𝒢',
179
+ Gt: '≫',
180
+ HARDcy: 'Ъ',
181
+ Hacek: 'ˇ',
182
+ Hat: '^',
183
+ Hcirc: 'Ĥ',
184
+ Hfr: 'ℌ',
185
+ HilbertSpace: 'ℋ',
186
+ Hopf: 'ℍ',
187
+ HorizontalLine: '─',
188
+ Hscr: 'ℋ',
189
+ Hstrok: 'Ħ',
190
+ HumpDownHump: '≎',
191
+ HumpEqual: '≏',
192
+ IEcy: 'Е',
193
+ IJlig: 'IJ',
194
+ IOcy: 'Ё',
195
+ Iacute: 'Í',
196
+ Icirc: 'Î',
197
+ Icy: 'И',
198
+ Idot: 'İ',
199
+ Ifr: 'ℑ',
200
+ Igrave: 'Ì',
201
+ Im: 'ℑ',
202
+ Imacr: 'Ī',
203
+ ImaginaryI: 'ⅈ',
204
+ Implies: '⇒',
205
+ Int: '∬',
206
+ Integral: '∫',
207
+ Intersection: '⋂',
208
+ InvisibleComma: '⁣',
209
+ InvisibleTimes: '⁢',
210
+ Iogon: 'Į',
211
+ Iopf: '𝕀',
212
+ Iota: 'Ι',
213
+ Iscr: 'ℐ',
214
+ Itilde: 'Ĩ',
215
+ Iukcy: 'І',
216
+ Iuml: 'Ï',
217
+ Jcirc: 'Ĵ',
218
+ Jcy: 'Й',
219
+ Jfr: '𝔍',
220
+ Jopf: '𝕁',
221
+ Jscr: '𝒥',
222
+ Jsercy: 'Ј',
223
+ Jukcy: 'Є',
224
+ KHcy: 'Х',
225
+ KJcy: 'Ќ',
226
+ Kappa: 'Κ',
227
+ Kcedil: 'Ķ',
228
+ Kcy: 'К',
229
+ Kfr: '𝔎',
230
+ Kopf: '𝕂',
231
+ Kscr: '𝒦',
232
+ LJcy: 'Љ',
233
+ LT: '<',
234
+ Lacute: 'Ĺ',
235
+ Lambda: 'Λ',
236
+ Lang: '⟪',
237
+ Laplacetrf: 'ℒ',
238
+ Larr: '↞',
239
+ Lcaron: 'Ľ',
240
+ Lcedil: 'Ļ',
241
+ Lcy: 'Л',
242
+ LeftAngleBracket: '⟨',
243
+ LeftArrow: '←',
244
+ LeftArrowBar: '⇤',
245
+ LeftArrowRightArrow: '⇆',
246
+ LeftCeiling: '⌈',
247
+ LeftDoubleBracket: '⟦',
248
+ LeftDownTeeVector: '⥡',
249
+ LeftDownVector: '⇃',
250
+ LeftDownVectorBar: '⥙',
251
+ LeftFloor: '⌊',
252
+ LeftRightArrow: '↔',
253
+ LeftRightVector: '⥎',
254
+ LeftTee: '⊣',
255
+ LeftTeeArrow: '↤',
256
+ LeftTeeVector: '⥚',
257
+ LeftTriangle: '⊲',
258
+ LeftTriangleBar: '⧏',
259
+ LeftTriangleEqual: '⊴',
260
+ LeftUpDownVector: '⥑',
261
+ LeftUpTeeVector: '⥠',
262
+ LeftUpVector: '↿',
263
+ LeftUpVectorBar: '⥘',
264
+ LeftVector: '↼',
265
+ LeftVectorBar: '⥒',
266
+ Leftarrow: '⇐',
267
+ Leftrightarrow: '⇔',
268
+ LessEqualGreater: '⋚',
269
+ LessFullEqual: '≦',
270
+ LessGreater: '≶',
271
+ LessLess: '⪡',
272
+ LessSlantEqual: '⩽',
273
+ LessTilde: '≲',
274
+ Lfr: '𝔏',
275
+ Ll: '⋘',
276
+ Lleftarrow: '⇚',
277
+ Lmidot: 'Ŀ',
278
+ LongLeftArrow: '⟵',
279
+ LongLeftRightArrow: '⟷',
280
+ LongRightArrow: '⟶',
281
+ Longleftarrow: '⟸',
282
+ Longleftrightarrow: '⟺',
283
+ Longrightarrow: '⟹',
284
+ Lopf: '𝕃',
285
+ LowerLeftArrow: '↙',
286
+ LowerRightArrow: '↘',
287
+ Lscr: 'ℒ',
288
+ Lsh: '↰',
289
+ Lstrok: 'Ł',
290
+ Lt: '≪',
291
+ Map: '⤅',
292
+ Mcy: 'М',
293
+ MediumSpace: ' ',
294
+ Mellintrf: 'ℳ',
295
+ Mfr: '𝔐',
296
+ MinusPlus: '∓',
297
+ Mopf: '𝕄',
298
+ Mscr: 'ℳ',
299
+ Mu: 'Μ',
300
+ NJcy: 'Њ',
301
+ Nacute: 'Ń',
302
+ Ncaron: 'Ň',
303
+ Ncedil: 'Ņ',
304
+ Ncy: 'Н',
305
+ NegativeMediumSpace: '​',
306
+ NegativeThickSpace: '​',
307
+ NegativeThinSpace: '​',
308
+ NegativeVeryThinSpace: '​',
309
+ NestedGreaterGreater: '≫',
310
+ NestedLessLess: '≪',
311
+ NewLine: '\n',
312
+ Nfr: '𝔑',
313
+ NoBreak: '⁠',
314
+ NonBreakingSpace: ' ',
315
+ Nopf: 'ℕ',
316
+ Not: '⫬',
317
+ NotCongruent: '≢',
318
+ NotCupCap: '≭',
319
+ NotDoubleVerticalBar: '∦',
320
+ NotElement: '∉',
321
+ NotEqual: '≠',
322
+ NotEqualTilde: '≂̸',
323
+ NotExists: '∄',
324
+ NotGreater: '≯',
325
+ NotGreaterEqual: '≱',
326
+ NotGreaterFullEqual: '≧̸',
327
+ NotGreaterGreater: '≫̸',
328
+ NotGreaterLess: '≹',
329
+ NotGreaterSlantEqual: '⩾̸',
330
+ NotGreaterTilde: '≵',
331
+ NotHumpDownHump: '≎̸',
332
+ NotHumpEqual: '≏̸',
333
+ NotLeftTriangle: '⋪',
334
+ NotLeftTriangleBar: '⧏̸',
335
+ NotLeftTriangleEqual: '⋬',
336
+ NotLess: '≮',
337
+ NotLessEqual: '≰',
338
+ NotLessGreater: '≸',
339
+ NotLessLess: '≪̸',
340
+ NotLessSlantEqual: '⩽̸',
341
+ NotLessTilde: '≴',
342
+ NotNestedGreaterGreater: '⪢̸',
343
+ NotNestedLessLess: '⪡̸',
344
+ NotPrecedes: '⊀',
345
+ NotPrecedesEqual: '⪯̸',
346
+ NotPrecedesSlantEqual: '⋠',
347
+ NotReverseElement: '∌',
348
+ NotRightTriangle: '⋫',
349
+ NotRightTriangleBar: '⧐̸',
350
+ NotRightTriangleEqual: '⋭',
351
+ NotSquareSubset: '⊏̸',
352
+ NotSquareSubsetEqual: '⋢',
353
+ NotSquareSuperset: '⊐̸',
354
+ NotSquareSupersetEqual: '⋣',
355
+ NotSubset: '⊂⃒',
356
+ NotSubsetEqual: '⊈',
357
+ NotSucceeds: '⊁',
358
+ NotSucceedsEqual: '⪰̸',
359
+ NotSucceedsSlantEqual: '⋡',
360
+ NotSucceedsTilde: '≿̸',
361
+ NotSuperset: '⊃⃒',
362
+ NotSupersetEqual: '⊉',
363
+ NotTilde: '≁',
364
+ NotTildeEqual: '≄',
365
+ NotTildeFullEqual: '≇',
366
+ NotTildeTilde: '≉',
367
+ NotVerticalBar: '∤',
368
+ Nscr: '𝒩',
369
+ Ntilde: 'Ñ',
370
+ Nu: 'Ν',
371
+ OElig: 'Œ',
372
+ Oacute: 'Ó',
373
+ Ocirc: 'Ô',
374
+ Ocy: 'О',
375
+ Odblac: 'Ő',
376
+ Ofr: '𝔒',
377
+ Ograve: 'Ò',
378
+ Omacr: 'Ō',
379
+ Omega: 'Ω',
380
+ Omicron: 'Ο',
381
+ Oopf: '𝕆',
382
+ OpenCurlyDoubleQuote: '“',
383
+ OpenCurlyQuote: '‘',
384
+ Or: '⩔',
385
+ Oscr: '𝒪',
386
+ Oslash: 'Ø',
387
+ Otilde: 'Õ',
388
+ Otimes: '⨷',
389
+ Ouml: 'Ö',
390
+ OverBar: '‾',
391
+ OverBrace: '⏞',
392
+ OverBracket: '⎴',
393
+ OverParenthesis: '⏜',
394
+ PartialD: '∂',
395
+ Pcy: 'П',
396
+ Pfr: '𝔓',
397
+ Phi: 'Φ',
398
+ Pi: 'Π',
399
+ PlusMinus: '±',
400
+ Poincareplane: 'ℌ',
401
+ Popf: 'ℙ',
402
+ Pr: '⪻',
403
+ Precedes: '≺',
404
+ PrecedesEqual: '⪯',
405
+ PrecedesSlantEqual: '≼',
406
+ PrecedesTilde: '≾',
407
+ Prime: '″',
408
+ Product: '∏',
409
+ Proportion: '∷',
410
+ Proportional: '∝',
411
+ Pscr: '𝒫',
412
+ Psi: 'Ψ',
413
+ QUOT: '"',
414
+ Qfr: '𝔔',
415
+ Qopf: 'ℚ',
416
+ Qscr: '𝒬',
417
+ RBarr: '⤐',
418
+ REG: '®',
419
+ Racute: 'Ŕ',
420
+ Rang: '⟫',
421
+ Rarr: '↠',
422
+ Rarrtl: '⤖',
423
+ Rcaron: 'Ř',
424
+ Rcedil: 'Ŗ',
425
+ Rcy: 'Р',
426
+ Re: 'ℜ',
427
+ ReverseElement: '∋',
428
+ ReverseEquilibrium: '⇋',
429
+ ReverseUpEquilibrium: '⥯',
430
+ Rfr: 'ℜ',
431
+ Rho: 'Ρ',
432
+ RightAngleBracket: '⟩',
433
+ RightArrow: '→',
434
+ RightArrowBar: '⇥',
435
+ RightArrowLeftArrow: '⇄',
436
+ RightCeiling: '⌉',
437
+ RightDoubleBracket: '⟧',
438
+ RightDownTeeVector: '⥝',
439
+ RightDownVector: '⇂',
440
+ RightDownVectorBar: '⥕',
441
+ RightFloor: '⌋',
442
+ RightTee: '⊢',
443
+ RightTeeArrow: '↦',
444
+ RightTeeVector: '⥛',
445
+ RightTriangle: '⊳',
446
+ RightTriangleBar: '⧐',
447
+ RightTriangleEqual: '⊵',
448
+ RightUpDownVector: '⥏',
449
+ RightUpTeeVector: '⥜',
450
+ RightUpVector: '↾',
451
+ RightUpVectorBar: '⥔',
452
+ RightVector: '⇀',
453
+ RightVectorBar: '⥓',
454
+ Rightarrow: '⇒',
455
+ Ropf: 'ℝ',
456
+ RoundImplies: '⥰',
457
+ Rrightarrow: '⇛',
458
+ Rscr: 'ℛ',
459
+ Rsh: '↱',
460
+ RuleDelayed: '⧴',
461
+ SHCHcy: 'Щ',
462
+ SHcy: 'Ш',
463
+ SOFTcy: 'Ь',
464
+ Sacute: 'Ś',
465
+ Sc: '⪼',
466
+ Scaron: 'Š',
467
+ Scedil: 'Ş',
468
+ Scirc: 'Ŝ',
469
+ Scy: 'С',
470
+ Sfr: '𝔖',
471
+ ShortDownArrow: '↓',
472
+ ShortLeftArrow: '←',
473
+ ShortRightArrow: '→',
474
+ ShortUpArrow: '↑',
475
+ Sigma: 'Σ',
476
+ SmallCircle: '∘',
477
+ Sopf: '𝕊',
478
+ Sqrt: '√',
479
+ Square: '□',
480
+ SquareIntersection: '⊓',
481
+ SquareSubset: '⊏',
482
+ SquareSubsetEqual: '⊑',
483
+ SquareSuperset: '⊐',
484
+ SquareSupersetEqual: '⊒',
485
+ SquareUnion: '⊔',
486
+ Sscr: '𝒮',
487
+ Star: '⋆',
488
+ Sub: '⋐',
489
+ Subset: '⋐',
490
+ SubsetEqual: '⊆',
491
+ Succeeds: '≻',
492
+ SucceedsEqual: '⪰',
493
+ SucceedsSlantEqual: '≽',
494
+ SucceedsTilde: '≿',
495
+ SuchThat: '∋',
496
+ Sum: '∑',
497
+ Sup: '⋑',
498
+ Superset: '⊃',
499
+ SupersetEqual: '⊇',
500
+ Supset: '⋑',
501
+ THORN: 'Þ',
502
+ TRADE: '™',
503
+ TSHcy: 'Ћ',
504
+ TScy: 'Ц',
505
+ Tab: '\t',
506
+ Tau: 'Τ',
507
+ Tcaron: 'Ť',
508
+ Tcedil: 'Ţ',
509
+ Tcy: 'Т',
510
+ Tfr: '𝔗',
511
+ Therefore: '∴',
512
+ Theta: 'Θ',
513
+ ThickSpace: '  ',
514
+ ThinSpace: ' ',
515
+ Tilde: '∼',
516
+ TildeEqual: '≃',
517
+ TildeFullEqual: '≅',
518
+ TildeTilde: '≈',
519
+ Topf: '𝕋',
520
+ TripleDot: '⃛',
521
+ Tscr: '𝒯',
522
+ Tstrok: 'Ŧ',
523
+ Uacute: 'Ú',
524
+ Uarr: '↟',
525
+ Uarrocir: '⥉',
526
+ Ubrcy: 'Ў',
527
+ Ubreve: 'Ŭ',
528
+ Ucirc: 'Û',
529
+ Ucy: 'У',
530
+ Udblac: 'Ű',
531
+ Ufr: '𝔘',
532
+ Ugrave: 'Ù',
533
+ Umacr: 'Ū',
534
+ UnderBar: '_',
535
+ UnderBrace: '⏟',
536
+ UnderBracket: '⎵',
537
+ UnderParenthesis: '⏝',
538
+ Union: '⋃',
539
+ UnionPlus: '⊎',
540
+ Uogon: 'Ų',
541
+ Uopf: '𝕌',
542
+ UpArrow: '↑',
543
+ UpArrowBar: '⤒',
544
+ UpArrowDownArrow: '⇅',
545
+ UpDownArrow: '↕',
546
+ UpEquilibrium: '⥮',
547
+ UpTee: '⊥',
548
+ UpTeeArrow: '↥',
549
+ Uparrow: '⇑',
550
+ Updownarrow: '⇕',
551
+ UpperLeftArrow: '↖',
552
+ UpperRightArrow: '↗',
553
+ Upsi: 'ϒ',
554
+ Upsilon: 'Υ',
555
+ Uring: 'Ů',
556
+ Uscr: '𝒰',
557
+ Utilde: 'Ũ',
558
+ Uuml: 'Ü',
559
+ VDash: '⊫',
560
+ Vbar: '⫫',
561
+ Vcy: 'В',
562
+ Vdash: '⊩',
563
+ Vdashl: '⫦',
564
+ Vee: '⋁',
565
+ Verbar: '‖',
566
+ Vert: '‖',
567
+ VerticalBar: '∣',
568
+ VerticalLine: '|',
569
+ VerticalSeparator: '❘',
570
+ VerticalTilde: '≀',
571
+ VeryThinSpace: ' ',
572
+ Vfr: '𝔙',
573
+ Vopf: '𝕍',
574
+ Vscr: '𝒱',
575
+ Vvdash: '⊪',
576
+ Wcirc: 'Ŵ',
577
+ Wedge: '⋀',
578
+ Wfr: '𝔚',
579
+ Wopf: '𝕎',
580
+ Wscr: '𝒲',
581
+ Xfr: '𝔛',
582
+ Xi: 'Ξ',
583
+ Xopf: '𝕏',
584
+ Xscr: '𝒳',
585
+ YAcy: 'Я',
586
+ YIcy: 'Ї',
587
+ YUcy: 'Ю',
588
+ Yacute: 'Ý',
589
+ Ycirc: 'Ŷ',
590
+ Ycy: 'Ы',
591
+ Yfr: '𝔜',
592
+ Yopf: '𝕐',
593
+ Yscr: '𝒴',
594
+ Yuml: 'Ÿ',
595
+ ZHcy: 'Ж',
596
+ Zacute: 'Ź',
597
+ Zcaron: 'Ž',
598
+ Zcy: 'З',
599
+ Zdot: 'Ż',
600
+ ZeroWidthSpace: '​',
601
+ Zeta: 'Ζ',
602
+ Zfr: 'ℨ',
603
+ Zopf: 'ℤ',
604
+ Zscr: '𝒵',
605
+ aacute: 'á',
606
+ abreve: 'ă',
607
+ ac: '∾',
608
+ acE: '∾̳',
609
+ acd: '∿',
610
+ acirc: 'â',
611
+ acute: '´',
612
+ acy: 'а',
613
+ aelig: 'æ',
614
+ af: '⁡',
615
+ afr: '𝔞',
616
+ agrave: 'à',
617
+ alefsym: 'ℵ',
618
+ aleph: 'ℵ',
619
+ alpha: 'α',
620
+ amacr: 'ā',
621
+ amalg: '⨿',
622
+ amp: '&',
623
+ and: '∧',
624
+ andand: '⩕',
625
+ andd: '⩜',
626
+ andslope: '⩘',
627
+ andv: '⩚',
628
+ ang: '∠',
629
+ ange: '⦤',
630
+ angle: '∠',
631
+ angmsd: '∡',
632
+ angmsdaa: '⦨',
633
+ angmsdab: '⦩',
634
+ angmsdac: '⦪',
635
+ angmsdad: '⦫',
636
+ angmsdae: '⦬',
637
+ angmsdaf: '⦭',
638
+ angmsdag: '⦮',
639
+ angmsdah: '⦯',
640
+ angrt: '∟',
641
+ angrtvb: '⊾',
642
+ angrtvbd: '⦝',
643
+ angsph: '∢',
644
+ angst: 'Å',
645
+ angzarr: '⍼',
646
+ aogon: 'ą',
647
+ aopf: '𝕒',
648
+ ap: '≈',
649
+ apE: '⩰',
650
+ apacir: '⩯',
651
+ ape: '≊',
652
+ apid: '≋',
653
+ apos: "'",
654
+ approx: '≈',
655
+ approxeq: '≊',
656
+ aring: 'å',
657
+ ascr: '𝒶',
658
+ ast: '*',
659
+ asymp: '≈',
660
+ asympeq: '≍',
661
+ atilde: 'ã',
662
+ auml: 'ä',
663
+ awconint: '∳',
664
+ awint: '⨑',
665
+ bNot: '⫭',
666
+ backcong: '≌',
667
+ backepsilon: '϶',
668
+ backprime: '‵',
669
+ backsim: '∽',
670
+ backsimeq: '⋍',
671
+ barvee: '⊽',
672
+ barwed: '⌅',
673
+ barwedge: '⌅',
674
+ bbrk: '⎵',
675
+ bbrktbrk: '⎶',
676
+ bcong: '≌',
677
+ bcy: 'б',
678
+ bdquo: '„',
679
+ becaus: '∵',
680
+ because: '∵',
681
+ bemptyv: '⦰',
682
+ bepsi: '϶',
683
+ bernou: 'ℬ',
684
+ beta: 'β',
685
+ beth: 'ℶ',
686
+ between: '≬',
687
+ bfr: '𝔟',
688
+ bigcap: '⋂',
689
+ bigcirc: '◯',
690
+ bigcup: '⋃',
691
+ bigodot: '⨀',
692
+ bigoplus: '⨁',
693
+ bigotimes: '⨂',
694
+ bigsqcup: '⨆',
695
+ bigstar: '★',
696
+ bigtriangledown: '▽',
697
+ bigtriangleup: '△',
698
+ biguplus: '⨄',
699
+ bigvee: '⋁',
700
+ bigwedge: '⋀',
701
+ bkarow: '⤍',
702
+ blacklozenge: '⧫',
703
+ blacksquare: '▪',
704
+ blacktriangle: '▴',
705
+ blacktriangledown: '▾',
706
+ blacktriangleleft: '◂',
707
+ blacktriangleright: '▸',
708
+ blank: '␣',
709
+ blk12: '▒',
710
+ blk14: '░',
711
+ blk34: '▓',
712
+ block: '█',
713
+ bne: '=⃥',
714
+ bnequiv: '≡⃥',
715
+ bnot: '⌐',
716
+ bopf: '𝕓',
717
+ bot: '⊥',
718
+ bottom: '⊥',
719
+ bowtie: '⋈',
720
+ boxDL: '╗',
721
+ boxDR: '╔',
722
+ boxDl: '╖',
723
+ boxDr: '╓',
724
+ boxH: '═',
725
+ boxHD: '╦',
726
+ boxHU: '╩',
727
+ boxHd: '╤',
728
+ boxHu: '╧',
729
+ boxUL: '╝',
730
+ boxUR: '╚',
731
+ boxUl: '╜',
732
+ boxUr: '╙',
733
+ boxV: '║',
734
+ boxVH: '╬',
735
+ boxVL: '╣',
736
+ boxVR: '╠',
737
+ boxVh: '╫',
738
+ boxVl: '╢',
739
+ boxVr: '╟',
740
+ boxbox: '⧉',
741
+ boxdL: '╕',
742
+ boxdR: '╒',
743
+ boxdl: '┐',
744
+ boxdr: '┌',
745
+ boxh: '─',
746
+ boxhD: '╥',
747
+ boxhU: '╨',
748
+ boxhd: '┬',
749
+ boxhu: '┴',
750
+ boxminus: '⊟',
751
+ boxplus: '⊞',
752
+ boxtimes: '⊠',
753
+ boxuL: '╛',
754
+ boxuR: '╘',
755
+ boxul: '┘',
756
+ boxur: '└',
757
+ boxv: '│',
758
+ boxvH: '╪',
759
+ boxvL: '╡',
760
+ boxvR: '╞',
761
+ boxvh: '┼',
762
+ boxvl: '┤',
763
+ boxvr: '├',
764
+ bprime: '‵',
765
+ breve: '˘',
766
+ brvbar: '¦',
767
+ bscr: '𝒷',
768
+ bsemi: '⁏',
769
+ bsim: '∽',
770
+ bsime: '⋍',
771
+ bsol: '\\',
772
+ bsolb: '⧅',
773
+ bsolhsub: '⟈',
774
+ bull: '•',
775
+ bullet: '•',
776
+ bump: '≎',
777
+ bumpE: '⪮',
778
+ bumpe: '≏',
779
+ bumpeq: '≏',
780
+ cacute: 'ć',
781
+ cap: '∩',
782
+ capand: '⩄',
783
+ capbrcup: '⩉',
784
+ capcap: '⩋',
785
+ capcup: '⩇',
786
+ capdot: '⩀',
787
+ caps: '∩︀',
788
+ caret: '⁁',
789
+ caron: 'ˇ',
790
+ ccaps: '⩍',
791
+ ccaron: 'č',
792
+ ccedil: 'ç',
793
+ ccirc: 'ĉ',
794
+ ccups: '⩌',
795
+ ccupssm: '⩐',
796
+ cdot: 'ċ',
797
+ cedil: '¸',
798
+ cemptyv: '⦲',
799
+ cent: '¢',
800
+ centerdot: '·',
801
+ cfr: '𝔠',
802
+ chcy: 'ч',
803
+ check: '✓',
804
+ checkmark: '✓',
805
+ chi: 'χ',
806
+ cir: '○',
807
+ cirE: '⧃',
808
+ circ: 'ˆ',
809
+ circeq: '≗',
810
+ circlearrowleft: '↺',
811
+ circlearrowright: '↻',
812
+ circledR: '®',
813
+ circledS: 'Ⓢ',
814
+ circledast: '⊛',
815
+ circledcirc: '⊚',
816
+ circleddash: '⊝',
817
+ cire: '≗',
818
+ cirfnint: '⨐',
819
+ cirmid: '⫯',
820
+ cirscir: '⧂',
821
+ clubs: '♣',
822
+ clubsuit: '♣',
823
+ colon: ':',
824
+ colone: '≔',
825
+ coloneq: '≔',
826
+ comma: ',',
827
+ commat: '@',
828
+ comp: '∁',
829
+ compfn: '∘',
830
+ complement: '∁',
831
+ complexes: 'ℂ',
832
+ cong: '≅',
833
+ congdot: '⩭',
834
+ conint: '∮',
835
+ copf: '𝕔',
836
+ coprod: '∐',
837
+ copy: '©',
838
+ copysr: '℗',
839
+ crarr: '↵',
840
+ cross: '✗',
841
+ cscr: '𝒸',
842
+ csub: '⫏',
843
+ csube: '⫑',
844
+ csup: '⫐',
845
+ csupe: '⫒',
846
+ ctdot: '⋯',
847
+ cudarrl: '⤸',
848
+ cudarrr: '⤵',
849
+ cuepr: '⋞',
850
+ cuesc: '⋟',
851
+ cularr: '↶',
852
+ cularrp: '⤽',
853
+ cup: '∪',
854
+ cupbrcap: '⩈',
855
+ cupcap: '⩆',
856
+ cupcup: '⩊',
857
+ cupdot: '⊍',
858
+ cupor: '⩅',
859
+ cups: '∪︀',
860
+ curarr: '↷',
861
+ curarrm: '⤼',
862
+ curlyeqprec: '⋞',
863
+ curlyeqsucc: '⋟',
864
+ curlyvee: '⋎',
865
+ curlywedge: '⋏',
866
+ curren: '¤',
867
+ curvearrowleft: '↶',
868
+ curvearrowright: '↷',
869
+ cuvee: '⋎',
870
+ cuwed: '⋏',
871
+ cwconint: '∲',
872
+ cwint: '∱',
873
+ cylcty: '⌭',
874
+ dArr: '⇓',
875
+ dHar: '⥥',
876
+ dagger: '†',
877
+ daleth: 'ℸ',
878
+ darr: '↓',
879
+ dash: '‐',
880
+ dashv: '⊣',
881
+ dbkarow: '⤏',
882
+ dblac: '˝',
883
+ dcaron: 'ď',
884
+ dcy: 'д',
885
+ dd: 'ⅆ',
886
+ ddagger: '‡',
887
+ ddarr: '⇊',
888
+ ddotseq: '⩷',
889
+ deg: '°',
890
+ delta: 'δ',
891
+ demptyv: '⦱',
892
+ dfisht: '⥿',
893
+ dfr: '𝔡',
894
+ dharl: '⇃',
895
+ dharr: '⇂',
896
+ diam: '⋄',
897
+ diamond: '⋄',
898
+ diamondsuit: '♦',
899
+ diams: '♦',
900
+ die: '¨',
901
+ digamma: 'ϝ',
902
+ disin: '⋲',
903
+ div: '÷',
904
+ divide: '÷',
905
+ divideontimes: '⋇',
906
+ divonx: '⋇',
907
+ djcy: 'ђ',
908
+ dlcorn: '⌞',
909
+ dlcrop: '⌍',
910
+ dollar: '$',
911
+ dopf: '𝕕',
912
+ dot: '˙',
913
+ doteq: '≐',
914
+ doteqdot: '≑',
915
+ dotminus: '∸',
916
+ dotplus: '∔',
917
+ dotsquare: '⊡',
918
+ doublebarwedge: '⌆',
919
+ downarrow: '↓',
920
+ downdownarrows: '⇊',
921
+ downharpoonleft: '⇃',
922
+ downharpoonright: '⇂',
923
+ drbkarow: '⤐',
924
+ drcorn: '⌟',
925
+ drcrop: '⌌',
926
+ dscr: '𝒹',
927
+ dscy: 'ѕ',
928
+ dsol: '⧶',
929
+ dstrok: 'đ',
930
+ dtdot: '⋱',
931
+ dtri: '▿',
932
+ dtrif: '▾',
933
+ duarr: '⇵',
934
+ duhar: '⥯',
935
+ dwangle: '⦦',
936
+ dzcy: 'џ',
937
+ dzigrarr: '⟿',
938
+ eDDot: '⩷',
939
+ eDot: '≑',
940
+ eacute: 'é',
941
+ easter: '⩮',
942
+ ecaron: 'ě',
943
+ ecir: '≖',
944
+ ecirc: 'ê',
945
+ ecolon: '≕',
946
+ ecy: 'э',
947
+ edot: 'ė',
948
+ ee: 'ⅇ',
949
+ efDot: '≒',
950
+ efr: '𝔢',
951
+ eg: '⪚',
952
+ egrave: 'è',
953
+ egs: '⪖',
954
+ egsdot: '⪘',
955
+ el: '⪙',
956
+ elinters: '⏧',
957
+ ell: 'ℓ',
958
+ els: '⪕',
959
+ elsdot: '⪗',
960
+ emacr: 'ē',
961
+ empty: '∅',
962
+ emptyset: '∅',
963
+ emptyv: '∅',
964
+ emsp13: ' ',
965
+ emsp14: ' ',
966
+ emsp: ' ',
967
+ eng: 'ŋ',
968
+ ensp: ' ',
969
+ eogon: 'ę',
970
+ eopf: '𝕖',
971
+ epar: '⋕',
972
+ eparsl: '⧣',
973
+ eplus: '⩱',
974
+ epsi: 'ε',
975
+ epsilon: 'ε',
976
+ epsiv: 'ϵ',
977
+ eqcirc: '≖',
978
+ eqcolon: '≕',
979
+ eqsim: '≂',
980
+ eqslantgtr: '⪖',
981
+ eqslantless: '⪕',
982
+ equals: '=',
983
+ equest: '≟',
984
+ equiv: '≡',
985
+ equivDD: '⩸',
986
+ eqvparsl: '⧥',
987
+ erDot: '≓',
988
+ erarr: '⥱',
989
+ escr: 'ℯ',
990
+ esdot: '≐',
991
+ esim: '≂',
992
+ eta: 'η',
993
+ eth: 'ð',
994
+ euml: 'ë',
995
+ euro: '€',
996
+ excl: '!',
997
+ exist: '∃',
998
+ expectation: 'ℰ',
999
+ exponentiale: 'ⅇ',
1000
+ fallingdotseq: '≒',
1001
+ fcy: 'ф',
1002
+ female: '♀',
1003
+ ffilig: 'ffi',
1004
+ fflig: 'ff',
1005
+ ffllig: 'ffl',
1006
+ ffr: '𝔣',
1007
+ filig: 'fi',
1008
+ fjlig: 'fj',
1009
+ flat: '♭',
1010
+ fllig: 'fl',
1011
+ fltns: '▱',
1012
+ fnof: 'ƒ',
1013
+ fopf: '𝕗',
1014
+ forall: '∀',
1015
+ fork: '⋔',
1016
+ forkv: '⫙',
1017
+ fpartint: '⨍',
1018
+ frac12: '½',
1019
+ frac13: '⅓',
1020
+ frac14: '¼',
1021
+ frac15: '⅕',
1022
+ frac16: '⅙',
1023
+ frac18: '⅛',
1024
+ frac23: '⅔',
1025
+ frac25: '⅖',
1026
+ frac34: '¾',
1027
+ frac35: '⅗',
1028
+ frac38: '⅜',
1029
+ frac45: '⅘',
1030
+ frac56: '⅚',
1031
+ frac58: '⅝',
1032
+ frac78: '⅞',
1033
+ frasl: '⁄',
1034
+ frown: '⌢',
1035
+ fscr: '𝒻',
1036
+ gE: '≧',
1037
+ gEl: '⪌',
1038
+ gacute: 'ǵ',
1039
+ gamma: 'γ',
1040
+ gammad: 'ϝ',
1041
+ gap: '⪆',
1042
+ gbreve: 'ğ',
1043
+ gcirc: 'ĝ',
1044
+ gcy: 'г',
1045
+ gdot: 'ġ',
1046
+ ge: '≥',
1047
+ gel: '⋛',
1048
+ geq: '≥',
1049
+ geqq: '≧',
1050
+ geqslant: '⩾',
1051
+ ges: '⩾',
1052
+ gescc: '⪩',
1053
+ gesdot: '⪀',
1054
+ gesdoto: '⪂',
1055
+ gesdotol: '⪄',
1056
+ gesl: '⋛︀',
1057
+ gesles: '⪔',
1058
+ gfr: '𝔤',
1059
+ gg: '≫',
1060
+ ggg: '⋙',
1061
+ gimel: 'ℷ',
1062
+ gjcy: 'ѓ',
1063
+ gl: '≷',
1064
+ glE: '⪒',
1065
+ gla: '⪥',
1066
+ glj: '⪤',
1067
+ gnE: '≩',
1068
+ gnap: '⪊',
1069
+ gnapprox: '⪊',
1070
+ gne: '⪈',
1071
+ gneq: '⪈',
1072
+ gneqq: '≩',
1073
+ gnsim: '⋧',
1074
+ gopf: '𝕘',
1075
+ grave: '`',
1076
+ gscr: 'ℊ',
1077
+ gsim: '≳',
1078
+ gsime: '⪎',
1079
+ gsiml: '⪐',
1080
+ gt: '>',
1081
+ gtcc: '⪧',
1082
+ gtcir: '⩺',
1083
+ gtdot: '⋗',
1084
+ gtlPar: '⦕',
1085
+ gtquest: '⩼',
1086
+ gtrapprox: '⪆',
1087
+ gtrarr: '⥸',
1088
+ gtrdot: '⋗',
1089
+ gtreqless: '⋛',
1090
+ gtreqqless: '⪌',
1091
+ gtrless: '≷',
1092
+ gtrsim: '≳',
1093
+ gvertneqq: '≩︀',
1094
+ gvnE: '≩︀',
1095
+ hArr: '⇔',
1096
+ hairsp: ' ',
1097
+ half: '½',
1098
+ hamilt: 'ℋ',
1099
+ hardcy: 'ъ',
1100
+ harr: '↔',
1101
+ harrcir: '⥈',
1102
+ harrw: '↭',
1103
+ hbar: 'ℏ',
1104
+ hcirc: 'ĥ',
1105
+ hearts: '♥',
1106
+ heartsuit: '♥',
1107
+ hellip: '…',
1108
+ hercon: '⊹',
1109
+ hfr: '𝔥',
1110
+ hksearow: '⤥',
1111
+ hkswarow: '⤦',
1112
+ hoarr: '⇿',
1113
+ homtht: '∻',
1114
+ hookleftarrow: '↩',
1115
+ hookrightarrow: '↪',
1116
+ hopf: '𝕙',
1117
+ horbar: '―',
1118
+ hscr: '𝒽',
1119
+ hslash: 'ℏ',
1120
+ hstrok: 'ħ',
1121
+ hybull: '⁃',
1122
+ hyphen: '‐',
1123
+ iacute: 'í',
1124
+ ic: '⁣',
1125
+ icirc: 'î',
1126
+ icy: 'и',
1127
+ iecy: 'е',
1128
+ iexcl: '¡',
1129
+ iff: '⇔',
1130
+ ifr: '𝔦',
1131
+ igrave: 'ì',
1132
+ ii: 'ⅈ',
1133
+ iiiint: '⨌',
1134
+ iiint: '∭',
1135
+ iinfin: '⧜',
1136
+ iiota: '℩',
1137
+ ijlig: 'ij',
1138
+ imacr: 'ī',
1139
+ image: 'ℑ',
1140
+ imagline: 'ℐ',
1141
+ imagpart: 'ℑ',
1142
+ imath: 'ı',
1143
+ imof: '⊷',
1144
+ imped: 'Ƶ',
1145
+ in: '∈',
1146
+ incare: '℅',
1147
+ infin: '∞',
1148
+ infintie: '⧝',
1149
+ inodot: 'ı',
1150
+ int: '∫',
1151
+ intcal: '⊺',
1152
+ integers: 'ℤ',
1153
+ intercal: '⊺',
1154
+ intlarhk: '⨗',
1155
+ intprod: '⨼',
1156
+ iocy: 'ё',
1157
+ iogon: 'į',
1158
+ iopf: '𝕚',
1159
+ iota: 'ι',
1160
+ iprod: '⨼',
1161
+ iquest: '¿',
1162
+ iscr: '𝒾',
1163
+ isin: '∈',
1164
+ isinE: '⋹',
1165
+ isindot: '⋵',
1166
+ isins: '⋴',
1167
+ isinsv: '⋳',
1168
+ isinv: '∈',
1169
+ it: '⁢',
1170
+ itilde: 'ĩ',
1171
+ iukcy: 'і',
1172
+ iuml: 'ï',
1173
+ jcirc: 'ĵ',
1174
+ jcy: 'й',
1175
+ jfr: '𝔧',
1176
+ jmath: 'ȷ',
1177
+ jopf: '𝕛',
1178
+ jscr: '𝒿',
1179
+ jsercy: 'ј',
1180
+ jukcy: 'є',
1181
+ kappa: 'κ',
1182
+ kappav: 'ϰ',
1183
+ kcedil: 'ķ',
1184
+ kcy: 'к',
1185
+ kfr: '𝔨',
1186
+ kgreen: 'ĸ',
1187
+ khcy: 'х',
1188
+ kjcy: 'ќ',
1189
+ kopf: '𝕜',
1190
+ kscr: '𝓀',
1191
+ lAarr: '⇚',
1192
+ lArr: '⇐',
1193
+ lAtail: '⤛',
1194
+ lBarr: '⤎',
1195
+ lE: '≦',
1196
+ lEg: '⪋',
1197
+ lHar: '⥢',
1198
+ lacute: 'ĺ',
1199
+ laemptyv: '⦴',
1200
+ lagran: 'ℒ',
1201
+ lambda: 'λ',
1202
+ lang: '⟨',
1203
+ langd: '⦑',
1204
+ langle: '⟨',
1205
+ lap: '⪅',
1206
+ laquo: '«',
1207
+ larr: '←',
1208
+ larrb: '⇤',
1209
+ larrbfs: '⤟',
1210
+ larrfs: '⤝',
1211
+ larrhk: '↩',
1212
+ larrlp: '↫',
1213
+ larrpl: '⤹',
1214
+ larrsim: '⥳',
1215
+ larrtl: '↢',
1216
+ lat: '⪫',
1217
+ latail: '⤙',
1218
+ late: '⪭',
1219
+ lates: '⪭︀',
1220
+ lbarr: '⤌',
1221
+ lbbrk: '❲',
1222
+ lbrace: '{',
1223
+ lbrack: '[',
1224
+ lbrke: '⦋',
1225
+ lbrksld: '⦏',
1226
+ lbrkslu: '⦍',
1227
+ lcaron: 'ľ',
1228
+ lcedil: 'ļ',
1229
+ lceil: '⌈',
1230
+ lcub: '{',
1231
+ lcy: 'л',
1232
+ ldca: '⤶',
1233
+ ldquo: '“',
1234
+ ldquor: '„',
1235
+ ldrdhar: '⥧',
1236
+ ldrushar: '⥋',
1237
+ ldsh: '↲',
1238
+ le: '≤',
1239
+ leftarrow: '←',
1240
+ leftarrowtail: '↢',
1241
+ leftharpoondown: '↽',
1242
+ leftharpoonup: '↼',
1243
+ leftleftarrows: '⇇',
1244
+ leftrightarrow: '↔',
1245
+ leftrightarrows: '⇆',
1246
+ leftrightharpoons: '⇋',
1247
+ leftrightsquigarrow: '↭',
1248
+ leftthreetimes: '⋋',
1249
+ leg: '⋚',
1250
+ leq: '≤',
1251
+ leqq: '≦',
1252
+ leqslant: '⩽',
1253
+ les: '⩽',
1254
+ lescc: '⪨',
1255
+ lesdot: '⩿',
1256
+ lesdoto: '⪁',
1257
+ lesdotor: '⪃',
1258
+ lesg: '⋚︀',
1259
+ lesges: '⪓',
1260
+ lessapprox: '⪅',
1261
+ lessdot: '⋖',
1262
+ lesseqgtr: '⋚',
1263
+ lesseqqgtr: '⪋',
1264
+ lessgtr: '≶',
1265
+ lesssim: '≲',
1266
+ lfisht: '⥼',
1267
+ lfloor: '⌊',
1268
+ lfr: '𝔩',
1269
+ lg: '≶',
1270
+ lgE: '⪑',
1271
+ lhard: '↽',
1272
+ lharu: '↼',
1273
+ lharul: '⥪',
1274
+ lhblk: '▄',
1275
+ ljcy: 'љ',
1276
+ ll: '≪',
1277
+ llarr: '⇇',
1278
+ llcorner: '⌞',
1279
+ llhard: '⥫',
1280
+ lltri: '◺',
1281
+ lmidot: 'ŀ',
1282
+ lmoust: '⎰',
1283
+ lmoustache: '⎰',
1284
+ lnE: '≨',
1285
+ lnap: '⪉',
1286
+ lnapprox: '⪉',
1287
+ lne: '⪇',
1288
+ lneq: '⪇',
1289
+ lneqq: '≨',
1290
+ lnsim: '⋦',
1291
+ loang: '⟬',
1292
+ loarr: '⇽',
1293
+ lobrk: '⟦',
1294
+ longleftarrow: '⟵',
1295
+ longleftrightarrow: '⟷',
1296
+ longmapsto: '⟼',
1297
+ longrightarrow: '⟶',
1298
+ looparrowleft: '↫',
1299
+ looparrowright: '↬',
1300
+ lopar: '⦅',
1301
+ lopf: '𝕝',
1302
+ loplus: '⨭',
1303
+ lotimes: '⨴',
1304
+ lowast: '∗',
1305
+ lowbar: '_',
1306
+ loz: '◊',
1307
+ lozenge: '◊',
1308
+ lozf: '⧫',
1309
+ lpar: '(',
1310
+ lparlt: '⦓',
1311
+ lrarr: '⇆',
1312
+ lrcorner: '⌟',
1313
+ lrhar: '⇋',
1314
+ lrhard: '⥭',
1315
+ lrm: '‎',
1316
+ lrtri: '⊿',
1317
+ lsaquo: '‹',
1318
+ lscr: '𝓁',
1319
+ lsh: '↰',
1320
+ lsim: '≲',
1321
+ lsime: '⪍',
1322
+ lsimg: '⪏',
1323
+ lsqb: '[',
1324
+ lsquo: '‘',
1325
+ lsquor: '‚',
1326
+ lstrok: 'ł',
1327
+ lt: '<',
1328
+ ltcc: '⪦',
1329
+ ltcir: '⩹',
1330
+ ltdot: '⋖',
1331
+ lthree: '⋋',
1332
+ ltimes: '⋉',
1333
+ ltlarr: '⥶',
1334
+ ltquest: '⩻',
1335
+ ltrPar: '⦖',
1336
+ ltri: '◃',
1337
+ ltrie: '⊴',
1338
+ ltrif: '◂',
1339
+ lurdshar: '⥊',
1340
+ luruhar: '⥦',
1341
+ lvertneqq: '≨︀',
1342
+ lvnE: '≨︀',
1343
+ mDDot: '∺',
1344
+ macr: '¯',
1345
+ male: '♂',
1346
+ malt: '✠',
1347
+ maltese: '✠',
1348
+ map: '↦',
1349
+ mapsto: '↦',
1350
+ mapstodown: '↧',
1351
+ mapstoleft: '↤',
1352
+ mapstoup: '↥',
1353
+ marker: '▮',
1354
+ mcomma: '⨩',
1355
+ mcy: 'м',
1356
+ mdash: '—',
1357
+ measuredangle: '∡',
1358
+ mfr: '𝔪',
1359
+ mho: '℧',
1360
+ micro: 'µ',
1361
+ mid: '∣',
1362
+ midast: '*',
1363
+ midcir: '⫰',
1364
+ middot: '·',
1365
+ minus: '−',
1366
+ minusb: '⊟',
1367
+ minusd: '∸',
1368
+ minusdu: '⨪',
1369
+ mlcp: '⫛',
1370
+ mldr: '…',
1371
+ mnplus: '∓',
1372
+ models: '⊧',
1373
+ mopf: '𝕞',
1374
+ mp: '∓',
1375
+ mscr: '𝓂',
1376
+ mstpos: '∾',
1377
+ mu: 'μ',
1378
+ multimap: '⊸',
1379
+ mumap: '⊸',
1380
+ nGg: '⋙̸',
1381
+ nGt: '≫⃒',
1382
+ nGtv: '≫̸',
1383
+ nLeftarrow: '⇍',
1384
+ nLeftrightarrow: '⇎',
1385
+ nLl: '⋘̸',
1386
+ nLt: '≪⃒',
1387
+ nLtv: '≪̸',
1388
+ nRightarrow: '⇏',
1389
+ nVDash: '⊯',
1390
+ nVdash: '⊮',
1391
+ nabla: '∇',
1392
+ nacute: 'ń',
1393
+ nang: '∠⃒',
1394
+ nap: '≉',
1395
+ napE: '⩰̸',
1396
+ napid: '≋̸',
1397
+ napos: 'ʼn',
1398
+ napprox: '≉',
1399
+ natur: '♮',
1400
+ natural: '♮',
1401
+ naturals: 'ℕ',
1402
+ nbsp: ' ',
1403
+ nbump: '≎̸',
1404
+ nbumpe: '≏̸',
1405
+ ncap: '⩃',
1406
+ ncaron: 'ň',
1407
+ ncedil: 'ņ',
1408
+ ncong: '≇',
1409
+ ncongdot: '⩭̸',
1410
+ ncup: '⩂',
1411
+ ncy: 'н',
1412
+ ndash: '–',
1413
+ ne: '≠',
1414
+ neArr: '⇗',
1415
+ nearhk: '⤤',
1416
+ nearr: '↗',
1417
+ nearrow: '↗',
1418
+ nedot: '≐̸',
1419
+ nequiv: '≢',
1420
+ nesear: '⤨',
1421
+ nesim: '≂̸',
1422
+ nexist: '∄',
1423
+ nexists: '∄',
1424
+ nfr: '𝔫',
1425
+ ngE: '≧̸',
1426
+ nge: '≱',
1427
+ ngeq: '≱',
1428
+ ngeqq: '≧̸',
1429
+ ngeqslant: '⩾̸',
1430
+ nges: '⩾̸',
1431
+ ngsim: '≵',
1432
+ ngt: '≯',
1433
+ ngtr: '≯',
1434
+ nhArr: '⇎',
1435
+ nharr: '↮',
1436
+ nhpar: '⫲',
1437
+ ni: '∋',
1438
+ nis: '⋼',
1439
+ nisd: '⋺',
1440
+ niv: '∋',
1441
+ njcy: 'њ',
1442
+ nlArr: '⇍',
1443
+ nlE: '≦̸',
1444
+ nlarr: '↚',
1445
+ nldr: '‥',
1446
+ nle: '≰',
1447
+ nleftarrow: '↚',
1448
+ nleftrightarrow: '↮',
1449
+ nleq: '≰',
1450
+ nleqq: '≦̸',
1451
+ nleqslant: '⩽̸',
1452
+ nles: '⩽̸',
1453
+ nless: '≮',
1454
+ nlsim: '≴',
1455
+ nlt: '≮',
1456
+ nltri: '⋪',
1457
+ nltrie: '⋬',
1458
+ nmid: '∤',
1459
+ nopf: '𝕟',
1460
+ not: '¬',
1461
+ notin: '∉',
1462
+ notinE: '⋹̸',
1463
+ notindot: '⋵̸',
1464
+ notinva: '∉',
1465
+ notinvb: '⋷',
1466
+ notinvc: '⋶',
1467
+ notni: '∌',
1468
+ notniva: '∌',
1469
+ notnivb: '⋾',
1470
+ notnivc: '⋽',
1471
+ npar: '∦',
1472
+ nparallel: '∦',
1473
+ nparsl: '⫽⃥',
1474
+ npart: '∂̸',
1475
+ npolint: '⨔',
1476
+ npr: '⊀',
1477
+ nprcue: '⋠',
1478
+ npre: '⪯̸',
1479
+ nprec: '⊀',
1480
+ npreceq: '⪯̸',
1481
+ nrArr: '⇏',
1482
+ nrarr: '↛',
1483
+ nrarrc: '⤳̸',
1484
+ nrarrw: '↝̸',
1485
+ nrightarrow: '↛',
1486
+ nrtri: '⋫',
1487
+ nrtrie: '⋭',
1488
+ nsc: '⊁',
1489
+ nsccue: '⋡',
1490
+ nsce: '⪰̸',
1491
+ nscr: '𝓃',
1492
+ nshortmid: '∤',
1493
+ nshortparallel: '∦',
1494
+ nsim: '≁',
1495
+ nsime: '≄',
1496
+ nsimeq: '≄',
1497
+ nsmid: '∤',
1498
+ nspar: '∦',
1499
+ nsqsube: '⋢',
1500
+ nsqsupe: '⋣',
1501
+ nsub: '⊄',
1502
+ nsubE: '⫅̸',
1503
+ nsube: '⊈',
1504
+ nsubset: '⊂⃒',
1505
+ nsubseteq: '⊈',
1506
+ nsubseteqq: '⫅̸',
1507
+ nsucc: '⊁',
1508
+ nsucceq: '⪰̸',
1509
+ nsup: '⊅',
1510
+ nsupE: '⫆̸',
1511
+ nsupe: '⊉',
1512
+ nsupset: '⊃⃒',
1513
+ nsupseteq: '⊉',
1514
+ nsupseteqq: '⫆̸',
1515
+ ntgl: '≹',
1516
+ ntilde: 'ñ',
1517
+ ntlg: '≸',
1518
+ ntriangleleft: '⋪',
1519
+ ntrianglelefteq: '⋬',
1520
+ ntriangleright: '⋫',
1521
+ ntrianglerighteq: '⋭',
1522
+ nu: 'ν',
1523
+ num: '#',
1524
+ numero: '№',
1525
+ numsp: ' ',
1526
+ nvDash: '⊭',
1527
+ nvHarr: '⤄',
1528
+ nvap: '≍⃒',
1529
+ nvdash: '⊬',
1530
+ nvge: '≥⃒',
1531
+ nvgt: '>⃒',
1532
+ nvinfin: '⧞',
1533
+ nvlArr: '⤂',
1534
+ nvle: '≤⃒',
1535
+ nvlt: '<⃒',
1536
+ nvltrie: '⊴⃒',
1537
+ nvrArr: '⤃',
1538
+ nvrtrie: '⊵⃒',
1539
+ nvsim: '∼⃒',
1540
+ nwArr: '⇖',
1541
+ nwarhk: '⤣',
1542
+ nwarr: '↖',
1543
+ nwarrow: '↖',
1544
+ nwnear: '⤧',
1545
+ oS: 'Ⓢ',
1546
+ oacute: 'ó',
1547
+ oast: '⊛',
1548
+ ocir: '⊚',
1549
+ ocirc: 'ô',
1550
+ ocy: 'о',
1551
+ odash: '⊝',
1552
+ odblac: 'ő',
1553
+ odiv: '⨸',
1554
+ odot: '⊙',
1555
+ odsold: '⦼',
1556
+ oelig: 'œ',
1557
+ ofcir: '⦿',
1558
+ ofr: '𝔬',
1559
+ ogon: '˛',
1560
+ ograve: 'ò',
1561
+ ogt: '⧁',
1562
+ ohbar: '⦵',
1563
+ ohm: 'Ω',
1564
+ oint: '∮',
1565
+ olarr: '↺',
1566
+ olcir: '⦾',
1567
+ olcross: '⦻',
1568
+ oline: '‾',
1569
+ olt: '⧀',
1570
+ omacr: 'ō',
1571
+ omega: 'ω',
1572
+ omicron: 'ο',
1573
+ omid: '⦶',
1574
+ ominus: '⊖',
1575
+ oopf: '𝕠',
1576
+ opar: '⦷',
1577
+ operp: '⦹',
1578
+ oplus: '⊕',
1579
+ or: '∨',
1580
+ orarr: '↻',
1581
+ ord: '⩝',
1582
+ order: 'ℴ',
1583
+ orderof: 'ℴ',
1584
+ ordf: 'ª',
1585
+ ordm: 'º',
1586
+ origof: '⊶',
1587
+ oror: '⩖',
1588
+ orslope: '⩗',
1589
+ orv: '⩛',
1590
+ oscr: 'ℴ',
1591
+ oslash: 'ø',
1592
+ osol: '⊘',
1593
+ otilde: 'õ',
1594
+ otimes: '⊗',
1595
+ otimesas: '⨶',
1596
+ ouml: 'ö',
1597
+ ovbar: '⌽',
1598
+ par: '∥',
1599
+ para: '¶',
1600
+ parallel: '∥',
1601
+ parsim: '⫳',
1602
+ parsl: '⫽',
1603
+ part: '∂',
1604
+ pcy: 'п',
1605
+ percnt: '%',
1606
+ period: '.',
1607
+ permil: '‰',
1608
+ perp: '⊥',
1609
+ pertenk: '‱',
1610
+ pfr: '𝔭',
1611
+ phi: 'φ',
1612
+ phiv: 'ϕ',
1613
+ phmmat: 'ℳ',
1614
+ phone: '☎',
1615
+ pi: 'π',
1616
+ pitchfork: '⋔',
1617
+ piv: 'ϖ',
1618
+ planck: 'ℏ',
1619
+ planckh: 'ℎ',
1620
+ plankv: 'ℏ',
1621
+ plus: '+',
1622
+ plusacir: '⨣',
1623
+ plusb: '⊞',
1624
+ pluscir: '⨢',
1625
+ plusdo: '∔',
1626
+ plusdu: '⨥',
1627
+ pluse: '⩲',
1628
+ plusmn: '±',
1629
+ plussim: '⨦',
1630
+ plustwo: '⨧',
1631
+ pm: '±',
1632
+ pointint: '⨕',
1633
+ popf: '𝕡',
1634
+ pound: '£',
1635
+ pr: '≺',
1636
+ prE: '⪳',
1637
+ prap: '⪷',
1638
+ prcue: '≼',
1639
+ pre: '⪯',
1640
+ prec: '≺',
1641
+ precapprox: '⪷',
1642
+ preccurlyeq: '≼',
1643
+ preceq: '⪯',
1644
+ precnapprox: '⪹',
1645
+ precneqq: '⪵',
1646
+ precnsim: '⋨',
1647
+ precsim: '≾',
1648
+ prime: '′',
1649
+ primes: 'ℙ',
1650
+ prnE: '⪵',
1651
+ prnap: '⪹',
1652
+ prnsim: '⋨',
1653
+ prod: '∏',
1654
+ profalar: '⌮',
1655
+ profline: '⌒',
1656
+ profsurf: '⌓',
1657
+ prop: '∝',
1658
+ propto: '∝',
1659
+ prsim: '≾',
1660
+ prurel: '⊰',
1661
+ pscr: '𝓅',
1662
+ psi: 'ψ',
1663
+ puncsp: ' ',
1664
+ qfr: '𝔮',
1665
+ qint: '⨌',
1666
+ qopf: '𝕢',
1667
+ qprime: '⁗',
1668
+ qscr: '𝓆',
1669
+ quaternions: 'ℍ',
1670
+ quatint: '⨖',
1671
+ quest: '?',
1672
+ questeq: '≟',
1673
+ quot: '"',
1674
+ rAarr: '⇛',
1675
+ rArr: '⇒',
1676
+ rAtail: '⤜',
1677
+ rBarr: '⤏',
1678
+ rHar: '⥤',
1679
+ race: '∽̱',
1680
+ racute: 'ŕ',
1681
+ radic: '√',
1682
+ raemptyv: '⦳',
1683
+ rang: '⟩',
1684
+ rangd: '⦒',
1685
+ range: '⦥',
1686
+ rangle: '⟩',
1687
+ raquo: '»',
1688
+ rarr: '→',
1689
+ rarrap: '⥵',
1690
+ rarrb: '⇥',
1691
+ rarrbfs: '⤠',
1692
+ rarrc: '⤳',
1693
+ rarrfs: '⤞',
1694
+ rarrhk: '↪',
1695
+ rarrlp: '↬',
1696
+ rarrpl: '⥅',
1697
+ rarrsim: '⥴',
1698
+ rarrtl: '↣',
1699
+ rarrw: '↝',
1700
+ ratail: '⤚',
1701
+ ratio: '∶',
1702
+ rationals: 'ℚ',
1703
+ rbarr: '⤍',
1704
+ rbbrk: '❳',
1705
+ rbrace: '}',
1706
+ rbrack: ']',
1707
+ rbrke: '⦌',
1708
+ rbrksld: '⦎',
1709
+ rbrkslu: '⦐',
1710
+ rcaron: 'ř',
1711
+ rcedil: 'ŗ',
1712
+ rceil: '⌉',
1713
+ rcub: '}',
1714
+ rcy: 'р',
1715
+ rdca: '⤷',
1716
+ rdldhar: '⥩',
1717
+ rdquo: '”',
1718
+ rdquor: '”',
1719
+ rdsh: '↳',
1720
+ real: 'ℜ',
1721
+ realine: 'ℛ',
1722
+ realpart: 'ℜ',
1723
+ reals: 'ℝ',
1724
+ rect: '▭',
1725
+ reg: '®',
1726
+ rfisht: '⥽',
1727
+ rfloor: '⌋',
1728
+ rfr: '𝔯',
1729
+ rhard: '⇁',
1730
+ rharu: '⇀',
1731
+ rharul: '⥬',
1732
+ rho: 'ρ',
1733
+ rhov: 'ϱ',
1734
+ rightarrow: '→',
1735
+ rightarrowtail: '↣',
1736
+ rightharpoondown: '⇁',
1737
+ rightharpoonup: '⇀',
1738
+ rightleftarrows: '⇄',
1739
+ rightleftharpoons: '⇌',
1740
+ rightrightarrows: '⇉',
1741
+ rightsquigarrow: '↝',
1742
+ rightthreetimes: '⋌',
1743
+ ring: '˚',
1744
+ risingdotseq: '≓',
1745
+ rlarr: '⇄',
1746
+ rlhar: '⇌',
1747
+ rlm: '‏',
1748
+ rmoust: '⎱',
1749
+ rmoustache: '⎱',
1750
+ rnmid: '⫮',
1751
+ roang: '⟭',
1752
+ roarr: '⇾',
1753
+ robrk: '⟧',
1754
+ ropar: '⦆',
1755
+ ropf: '𝕣',
1756
+ roplus: '⨮',
1757
+ rotimes: '⨵',
1758
+ rpar: ')',
1759
+ rpargt: '⦔',
1760
+ rppolint: '⨒',
1761
+ rrarr: '⇉',
1762
+ rsaquo: '›',
1763
+ rscr: '𝓇',
1764
+ rsh: '↱',
1765
+ rsqb: ']',
1766
+ rsquo: '’',
1767
+ rsquor: '’',
1768
+ rthree: '⋌',
1769
+ rtimes: '⋊',
1770
+ rtri: '▹',
1771
+ rtrie: '⊵',
1772
+ rtrif: '▸',
1773
+ rtriltri: '⧎',
1774
+ ruluhar: '⥨',
1775
+ rx: '℞',
1776
+ sacute: 'ś',
1777
+ sbquo: '‚',
1778
+ sc: '≻',
1779
+ scE: '⪴',
1780
+ scap: '⪸',
1781
+ scaron: 'š',
1782
+ sccue: '≽',
1783
+ sce: '⪰',
1784
+ scedil: 'ş',
1785
+ scirc: 'ŝ',
1786
+ scnE: '⪶',
1787
+ scnap: '⪺',
1788
+ scnsim: '⋩',
1789
+ scpolint: '⨓',
1790
+ scsim: '≿',
1791
+ scy: 'с',
1792
+ sdot: '⋅',
1793
+ sdotb: '⊡',
1794
+ sdote: '⩦',
1795
+ seArr: '⇘',
1796
+ searhk: '⤥',
1797
+ searr: '↘',
1798
+ searrow: '↘',
1799
+ sect: '§',
1800
+ semi: ';',
1801
+ seswar: '⤩',
1802
+ setminus: '∖',
1803
+ setmn: '∖',
1804
+ sext: '✶',
1805
+ sfr: '𝔰',
1806
+ sfrown: '⌢',
1807
+ sharp: '♯',
1808
+ shchcy: 'щ',
1809
+ shcy: 'ш',
1810
+ shortmid: '∣',
1811
+ shortparallel: '∥',
1812
+ shy: '­',
1813
+ sigma: 'σ',
1814
+ sigmaf: 'ς',
1815
+ sigmav: 'ς',
1816
+ sim: '∼',
1817
+ simdot: '⩪',
1818
+ sime: '≃',
1819
+ simeq: '≃',
1820
+ simg: '⪞',
1821
+ simgE: '⪠',
1822
+ siml: '⪝',
1823
+ simlE: '⪟',
1824
+ simne: '≆',
1825
+ simplus: '⨤',
1826
+ simrarr: '⥲',
1827
+ slarr: '←',
1828
+ smallsetminus: '∖',
1829
+ smashp: '⨳',
1830
+ smeparsl: '⧤',
1831
+ smid: '∣',
1832
+ smile: '⌣',
1833
+ smt: '⪪',
1834
+ smte: '⪬',
1835
+ smtes: '⪬︀',
1836
+ softcy: 'ь',
1837
+ sol: '/',
1838
+ solb: '⧄',
1839
+ solbar: '⌿',
1840
+ sopf: '𝕤',
1841
+ spades: '♠',
1842
+ spadesuit: '♠',
1843
+ spar: '∥',
1844
+ sqcap: '⊓',
1845
+ sqcaps: '⊓︀',
1846
+ sqcup: '⊔',
1847
+ sqcups: '⊔︀',
1848
+ sqsub: '⊏',
1849
+ sqsube: '⊑',
1850
+ sqsubset: '⊏',
1851
+ sqsubseteq: '⊑',
1852
+ sqsup: '⊐',
1853
+ sqsupe: '⊒',
1854
+ sqsupset: '⊐',
1855
+ sqsupseteq: '⊒',
1856
+ squ: '□',
1857
+ square: '□',
1858
+ squarf: '▪',
1859
+ squf: '▪',
1860
+ srarr: '→',
1861
+ sscr: '𝓈',
1862
+ ssetmn: '∖',
1863
+ ssmile: '⌣',
1864
+ sstarf: '⋆',
1865
+ star: '☆',
1866
+ starf: '★',
1867
+ straightepsilon: 'ϵ',
1868
+ straightphi: 'ϕ',
1869
+ strns: '¯',
1870
+ sub: '⊂',
1871
+ subE: '⫅',
1872
+ subdot: '⪽',
1873
+ sube: '⊆',
1874
+ subedot: '⫃',
1875
+ submult: '⫁',
1876
+ subnE: '⫋',
1877
+ subne: '⊊',
1878
+ subplus: '⪿',
1879
+ subrarr: '⥹',
1880
+ subset: '⊂',
1881
+ subseteq: '⊆',
1882
+ subseteqq: '⫅',
1883
+ subsetneq: '⊊',
1884
+ subsetneqq: '⫋',
1885
+ subsim: '⫇',
1886
+ subsub: '⫕',
1887
+ subsup: '⫓',
1888
+ succ: '≻',
1889
+ succapprox: '⪸',
1890
+ succcurlyeq: '≽',
1891
+ succeq: '⪰',
1892
+ succnapprox: '⪺',
1893
+ succneqq: '⪶',
1894
+ succnsim: '⋩',
1895
+ succsim: '≿',
1896
+ sum: '∑',
1897
+ sung: '♪',
1898
+ sup1: '¹',
1899
+ sup2: '²',
1900
+ sup3: '³',
1901
+ sup: '⊃',
1902
+ supE: '⫆',
1903
+ supdot: '⪾',
1904
+ supdsub: '⫘',
1905
+ supe: '⊇',
1906
+ supedot: '⫄',
1907
+ suphsol: '⟉',
1908
+ suphsub: '⫗',
1909
+ suplarr: '⥻',
1910
+ supmult: '⫂',
1911
+ supnE: '⫌',
1912
+ supne: '⊋',
1913
+ supplus: '⫀',
1914
+ supset: '⊃',
1915
+ supseteq: '⊇',
1916
+ supseteqq: '⫆',
1917
+ supsetneq: '⊋',
1918
+ supsetneqq: '⫌',
1919
+ supsim: '⫈',
1920
+ supsub: '⫔',
1921
+ supsup: '⫖',
1922
+ swArr: '⇙',
1923
+ swarhk: '⤦',
1924
+ swarr: '↙',
1925
+ swarrow: '↙',
1926
+ swnwar: '⤪',
1927
+ szlig: 'ß',
1928
+ target: '⌖',
1929
+ tau: 'τ',
1930
+ tbrk: '⎴',
1931
+ tcaron: 'ť',
1932
+ tcedil: 'ţ',
1933
+ tcy: 'т',
1934
+ tdot: '⃛',
1935
+ telrec: '⌕',
1936
+ tfr: '𝔱',
1937
+ there4: '∴',
1938
+ therefore: '∴',
1939
+ theta: 'θ',
1940
+ thetasym: 'ϑ',
1941
+ thetav: 'ϑ',
1942
+ thickapprox: '≈',
1943
+ thicksim: '∼',
1944
+ thinsp: ' ',
1945
+ thkap: '≈',
1946
+ thksim: '∼',
1947
+ thorn: 'þ',
1948
+ tilde: '˜',
1949
+ times: '×',
1950
+ timesb: '⊠',
1951
+ timesbar: '⨱',
1952
+ timesd: '⨰',
1953
+ tint: '∭',
1954
+ toea: '⤨',
1955
+ top: '⊤',
1956
+ topbot: '⌶',
1957
+ topcir: '⫱',
1958
+ topf: '𝕥',
1959
+ topfork: '⫚',
1960
+ tosa: '⤩',
1961
+ tprime: '‴',
1962
+ trade: '™',
1963
+ triangle: '▵',
1964
+ triangledown: '▿',
1965
+ triangleleft: '◃',
1966
+ trianglelefteq: '⊴',
1967
+ triangleq: '≜',
1968
+ triangleright: '▹',
1969
+ trianglerighteq: '⊵',
1970
+ tridot: '◬',
1971
+ trie: '≜',
1972
+ triminus: '⨺',
1973
+ triplus: '⨹',
1974
+ trisb: '⧍',
1975
+ tritime: '⨻',
1976
+ trpezium: '⏢',
1977
+ tscr: '𝓉',
1978
+ tscy: 'ц',
1979
+ tshcy: 'ћ',
1980
+ tstrok: 'ŧ',
1981
+ twixt: '≬',
1982
+ twoheadleftarrow: '↞',
1983
+ twoheadrightarrow: '↠',
1984
+ uArr: '⇑',
1985
+ uHar: '⥣',
1986
+ uacute: 'ú',
1987
+ uarr: '↑',
1988
+ ubrcy: 'ў',
1989
+ ubreve: 'ŭ',
1990
+ ucirc: 'û',
1991
+ ucy: 'у',
1992
+ udarr: '⇅',
1993
+ udblac: 'ű',
1994
+ udhar: '⥮',
1995
+ ufisht: '⥾',
1996
+ ufr: '𝔲',
1997
+ ugrave: 'ù',
1998
+ uharl: '↿',
1999
+ uharr: '↾',
2000
+ uhblk: '▀',
2001
+ ulcorn: '⌜',
2002
+ ulcorner: '⌜',
2003
+ ulcrop: '⌏',
2004
+ ultri: '◸',
2005
+ umacr: 'ū',
2006
+ uml: '¨',
2007
+ uogon: 'ų',
2008
+ uopf: '𝕦',
2009
+ uparrow: '↑',
2010
+ updownarrow: '↕',
2011
+ upharpoonleft: '↿',
2012
+ upharpoonright: '↾',
2013
+ uplus: '⊎',
2014
+ upsi: 'υ',
2015
+ upsih: 'ϒ',
2016
+ upsilon: 'υ',
2017
+ upuparrows: '⇈',
2018
+ urcorn: '⌝',
2019
+ urcorner: '⌝',
2020
+ urcrop: '⌎',
2021
+ uring: 'ů',
2022
+ urtri: '◹',
2023
+ uscr: '𝓊',
2024
+ utdot: '⋰',
2025
+ utilde: 'ũ',
2026
+ utri: '▵',
2027
+ utrif: '▴',
2028
+ uuarr: '⇈',
2029
+ uuml: 'ü',
2030
+ uwangle: '⦧',
2031
+ vArr: '⇕',
2032
+ vBar: '⫨',
2033
+ vBarv: '⫩',
2034
+ vDash: '⊨',
2035
+ vangrt: '⦜',
2036
+ varepsilon: 'ϵ',
2037
+ varkappa: 'ϰ',
2038
+ varnothing: '∅',
2039
+ varphi: 'ϕ',
2040
+ varpi: 'ϖ',
2041
+ varpropto: '∝',
2042
+ varr: '↕',
2043
+ varrho: 'ϱ',
2044
+ varsigma: 'ς',
2045
+ varsubsetneq: '⊊︀',
2046
+ varsubsetneqq: '⫋︀',
2047
+ varsupsetneq: '⊋︀',
2048
+ varsupsetneqq: '⫌︀',
2049
+ vartheta: 'ϑ',
2050
+ vartriangleleft: '⊲',
2051
+ vartriangleright: '⊳',
2052
+ vcy: 'в',
2053
+ vdash: '⊢',
2054
+ vee: '∨',
2055
+ veebar: '⊻',
2056
+ veeeq: '≚',
2057
+ vellip: '⋮',
2058
+ verbar: '|',
2059
+ vert: '|',
2060
+ vfr: '𝔳',
2061
+ vltri: '⊲',
2062
+ vnsub: '⊂⃒',
2063
+ vnsup: '⊃⃒',
2064
+ vopf: '𝕧',
2065
+ vprop: '∝',
2066
+ vrtri: '⊳',
2067
+ vscr: '𝓋',
2068
+ vsubnE: '⫋︀',
2069
+ vsubne: '⊊︀',
2070
+ vsupnE: '⫌︀',
2071
+ vsupne: '⊋︀',
2072
+ vzigzag: '⦚',
2073
+ wcirc: 'ŵ',
2074
+ wedbar: '⩟',
2075
+ wedge: '∧',
2076
+ wedgeq: '≙',
2077
+ weierp: '℘',
2078
+ wfr: '𝔴',
2079
+ wopf: '𝕨',
2080
+ wp: '℘',
2081
+ wr: '≀',
2082
+ wreath: '≀',
2083
+ wscr: '𝓌',
2084
+ xcap: '⋂',
2085
+ xcirc: '◯',
2086
+ xcup: '⋃',
2087
+ xdtri: '▽',
2088
+ xfr: '𝔵',
2089
+ xhArr: '⟺',
2090
+ xharr: '⟷',
2091
+ xi: 'ξ',
2092
+ xlArr: '⟸',
2093
+ xlarr: '⟵',
2094
+ xmap: '⟼',
2095
+ xnis: '⋻',
2096
+ xodot: '⨀',
2097
+ xopf: '𝕩',
2098
+ xoplus: '⨁',
2099
+ xotime: '⨂',
2100
+ xrArr: '⟹',
2101
+ xrarr: '⟶',
2102
+ xscr: '𝓍',
2103
+ xsqcup: '⨆',
2104
+ xuplus: '⨄',
2105
+ xutri: '△',
2106
+ xvee: '⋁',
2107
+ xwedge: '⋀',
2108
+ yacute: 'ý',
2109
+ yacy: 'я',
2110
+ ycirc: 'ŷ',
2111
+ ycy: 'ы',
2112
+ yen: '¥',
2113
+ yfr: '𝔶',
2114
+ yicy: 'ї',
2115
+ yopf: '𝕪',
2116
+ yscr: '𝓎',
2117
+ yucy: 'ю',
2118
+ yuml: 'ÿ',
2119
+ zacute: 'ź',
2120
+ zcaron: 'ž',
2121
+ zcy: 'з',
2122
+ zdot: 'ż',
2123
+ zeetrf: 'ℨ',
2124
+ zeta: 'ζ',
2125
+ zfr: '𝔷',
2126
+ zhcy: 'ж',
2127
+ zigrarr: '⇝',
2128
+ zopf: '𝕫',
2129
+ zscr: '𝓏',
2130
+ zwj: '‍',
2131
+ zwnj: '‌'
2132
+ }