@collabchron/notiq 0.3.0 → 1.0.0

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 (282) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +230 -39
  3. package/dist/CodeActionMenuPlugin-EINOY4U4.mjs +15 -0
  4. package/dist/DynamicBlockComponent-NRQJ4WW4.mjs +161 -0
  5. package/dist/EquationComponent-CB6DFIHV.mjs +154 -0
  6. package/dist/ExcalidrawComponent-XW6646OH.mjs +528 -0
  7. package/dist/ExcalidrawPlugin-ZFHT62IF.mjs +14 -0
  8. package/dist/ExportPlugin-V2RLM63S.mjs +11 -0
  9. package/dist/FloatingLinkEditorPlugin-TRTCMSP4.mjs +12 -0
  10. package/dist/FloatingTextFormatToolbarPlugin-F2GY6LMI.mjs +30 -0
  11. package/dist/HintComponet-BRL6EAMS.mjs +217 -0
  12. package/dist/InlineImageComponent-UWIUWBHI.mjs +453 -0
  13. package/dist/MobileToolbar-BOOZAMQE.mjs +268 -0
  14. package/dist/SlashCommand-GMT5JI33.mjs +28 -0
  15. package/dist/StoryBuilderComponent-JGDBM5JU.mjs +562 -0
  16. package/{src/components/editor/plugins/TableCellActionMenuPlugin/index.tsx → dist/TableCellActionMenuPlugin-PGK2K3VG.mjs} +667 -759
  17. package/{src/components/editor/plugins/TableHoverActionsPlugin/index.tsx → dist/TableHoverActionsPlugin-GJVE6VRW.mjs} +258 -314
  18. package/dist/TemplatePlugin-ZD3QEVTI.mjs +9 -0
  19. package/dist/ToolbarPlugin-7TOZRD2R.mjs +1547 -0
  20. package/dist/babel-JZ2EV6AX.mjs +7233 -0
  21. package/dist/background-color-XZTYLGO2.mjs +362 -0
  22. package/dist/block-format-YJCV2DIY.mjs +15 -0
  23. package/dist/chunk-2FNEAMSP.mjs +127 -0
  24. package/dist/chunk-3CPBODXA.mjs +84 -0
  25. package/dist/chunk-3G37YKTV.mjs +83 -0
  26. package/dist/chunk-3JVFG7ER.mjs +184 -0
  27. package/dist/chunk-456TN7IM.mjs +110 -0
  28. package/dist/chunk-4EXYCTGJ.mjs +27 -0
  29. package/{src/utils/getSelectedNode.ts → dist/chunk-4HBCVSE6.mjs} +26 -27
  30. package/dist/chunk-4MEDW3T6.mjs +125 -0
  31. package/dist/chunk-4VWFVWYP.mjs +36 -0
  32. package/dist/chunk-5BAKY5KN.mjs +84 -0
  33. package/dist/chunk-5QSNIVIG.mjs +333 -0
  34. package/dist/chunk-64Z3FI7T.mjs +37 -0
  35. package/{src/components/editor/nodes/Stepper/index.tsx → dist/chunk-6RNZQOH2.mjs} +214 -260
  36. package/dist/chunk-77KXU36M.mjs +64 -0
  37. package/dist/chunk-77UA6HYR.mjs +165 -0
  38. package/dist/chunk-7NZAPJ4G.mjs +102 -0
  39. package/dist/chunk-7VUMHWWL.mjs +152 -0
  40. package/dist/chunk-AMMKBSST.mjs +1256 -0
  41. package/dist/chunk-BIU7WTLX.mjs +95 -0
  42. package/dist/chunk-EGMI62PP.mjs +83 -0
  43. package/dist/chunk-EHNQD5KO.mjs +88 -0
  44. package/dist/chunk-FSM26655.mjs +37 -0
  45. package/{src/components/editor/nodes/Hint/index.tsx → dist/chunk-G53GLEAY.mjs} +158 -190
  46. package/dist/chunk-GK35L7UY.mjs +28 -0
  47. package/dist/chunk-GXYD4VZM.mjs +193 -0
  48. package/dist/chunk-GYIOYVCN.mjs +538 -0
  49. package/dist/chunk-GZPNVR7L.mjs +157 -0
  50. package/dist/chunk-JXDPPUJI.mjs +52 -0
  51. package/dist/chunk-K36V4SIW.mjs +141 -0
  52. package/dist/chunk-KJ6AJ44Q.mjs +128 -0
  53. package/dist/chunk-KJV3FAZ7.mjs +142 -0
  54. package/{src/components/editor/plugins/ImagesPlugin/index.tsx → dist/chunk-LGG4IUIA.mjs} +189 -222
  55. package/dist/chunk-LQN3CMKV.mjs +1906 -0
  56. package/dist/chunk-N3WN46VL.mjs +236 -0
  57. package/dist/chunk-PBD6LMLC.mjs +366 -0
  58. package/dist/chunk-POGRR73N.mjs +33 -0
  59. package/{src/components/editor/utils/editorFormatting.ts → dist/chunk-PZSUSXQG.mjs} +238 -282
  60. package/dist/chunk-QEIFVK5M.mjs +29 -0
  61. package/dist/chunk-QHIQKMVN.mjs +427 -0
  62. package/dist/chunk-TCYK7DM7.mjs +36 -0
  63. package/dist/chunk-TTHQCW5F.mjs +47 -0
  64. package/dist/chunk-U47ABU5Z.mjs +53 -0
  65. package/dist/chunk-WDG7J2DY.mjs +116 -0
  66. package/dist/chunk-WJRHXI2C.mjs +733 -0
  67. package/dist/chunk-XLER2DHM.mjs +357 -0
  68. package/dist/chunk-XWC4TK2N.mjs +315 -0
  69. package/dist/chunk-YHPNOWFH.mjs +15 -0
  70. package/dist/chunk-YKC3SO4Z.mjs +32 -0
  71. package/dist/chunk-YMBXLRW5.mjs +374 -0
  72. package/dist/chunk-YPHOEJ46.mjs +64 -0
  73. package/dist/chunk-YUDCJRJM.mjs +25 -0
  74. package/dist/chunk-Z4EWP7BI.mjs +65 -0
  75. package/dist/chunk-ZB5LZQKC.mjs +191 -0
  76. package/dist/chunk-ZJRKATOJ.mjs +65 -0
  77. package/dist/color-BPKOPQKN.mjs +12 -0
  78. package/dist/estree-XC56IUFX.mjs +4414 -0
  79. package/dist/font-FEZ3GKSF.mjs +13 -0
  80. package/dist/font-size-EK775WRH.mjs +15 -0
  81. package/dist/html-S3ACX7NI.mjs +2738 -0
  82. package/dist/image-2PJIAYAT.mjs +993 -0
  83. package/dist/index.d.mts +145 -0
  84. package/dist/index.d.ts +145 -0
  85. package/dist/index.js +57855 -0
  86. package/dist/index.mjs +1790 -0
  87. package/dist/insert-gif-SAIDYURE.mjs +100 -0
  88. package/dist/insert-image-U3RJN3OW.mjs +259 -0
  89. package/dist/insert-node-5P2CRJ7S.mjs +201 -0
  90. package/dist/insert-poll-HCPM7MO6.mjs +33 -0
  91. package/dist/insert-table-24XYUS2W.mjs +66 -0
  92. package/dist/markdown-SNVBOSRA.mjs +3487 -0
  93. package/dist/poll-component-2R4MDLHS.mjs +303 -0
  94. package/dist/postcss-ONF3VDIM.mjs +5051 -0
  95. package/dist/standalone-EOIALU3M.mjs +2373 -0
  96. package/dist/stepper-FSARL6X6.mjs +304 -0
  97. package/dist/styles/notiq.css +1149 -0
  98. package/dist/text-align-VLECWO4H.mjs +118 -0
  99. package/dist/text-format-BG5WOOPZ.mjs +16 -0
  100. package/dist/typescript-AMPI6OVS.mjs +13135 -0
  101. package/package.json +66 -11
  102. package/src/styles/notiq.css +1149 -0
  103. package/src/styles/tailwind-plugin.ts +134 -0
  104. package/components.json +0 -21
  105. package/eslint.config.mjs +0 -16
  106. package/next.config.ts +0 -12
  107. package/postcss.config.mjs +0 -5
  108. package/public/file.svg +0 -1
  109. package/public/globe.svg +0 -1
  110. package/public/images/icons/plus.svg +0 -10
  111. package/public/next.svg +0 -1
  112. package/public/vercel.svg +0 -1
  113. package/public/window.svg +0 -1
  114. package/src/app/actions.ts +0 -2
  115. package/src/app/api/ai/route.ts +0 -175
  116. package/src/app/api/edgestore/[...edgestore]/route.ts +0 -28
  117. package/src/app/favicon.ico +0 -0
  118. package/src/app/globals.css +0 -205
  119. package/src/app/layout.tsx +0 -38
  120. package/src/app/page.tsx +0 -12
  121. package/src/components/editor/Core.tsx +0 -220
  122. package/src/components/editor/hooks/instructions-messages.ts +0 -300
  123. package/src/components/editor/hooks/use-mobile.ts +0 -19
  124. package/src/components/editor/hooks/useReport.ts +0 -67
  125. package/src/components/editor/hooks/useResizeObservert.ts +0 -22
  126. package/src/components/editor/index.tsx +0 -39
  127. package/src/components/editor/lexical-on-change.tsx +0 -28
  128. package/src/components/editor/nodes/CollapsibleNode/CollapsibleContainerNode.ts +0 -92
  129. package/src/components/editor/nodes/CollapsibleNode/CollapsibleContentNode.ts +0 -65
  130. package/src/components/editor/nodes/CollapsibleNode/CollapsibleTitleNode.ts +0 -105
  131. package/src/components/editor/nodes/EquationNode/EquationComponent.tsx +0 -143
  132. package/src/components/editor/nodes/EquationNode/EquationNode.tsx +0 -170
  133. package/src/components/editor/nodes/ExcalidrawNode/ExcalidrawComponent.tsx +0 -228
  134. package/src/components/editor/nodes/ExcalidrawNode/ExcalidrawImage.tsx +0 -137
  135. package/src/components/editor/nodes/ExcalidrawNode/ImageResizer.tsx +0 -317
  136. package/src/components/editor/nodes/ExcalidrawNode/index.tsx +0 -204
  137. package/src/components/editor/nodes/FigmaNode/FigmaNode.tsx +0 -134
  138. package/src/components/editor/nodes/Hint/HintComponet.tsx +0 -221
  139. package/src/components/editor/nodes/ImageNode/index.tsx +0 -328
  140. package/src/components/editor/nodes/InlineImageNode/InlineImageComponent.tsx +0 -383
  141. package/src/components/editor/nodes/InlineImageNode/InlineImageNode.css +0 -94
  142. package/src/components/editor/nodes/InlineImageNode/InlineImageNode.tsx +0 -309
  143. package/src/components/editor/nodes/LayoutNode/LayoutContainerNode.ts +0 -146
  144. package/src/components/editor/nodes/LayoutNode/LayoutItemNode.ts +0 -79
  145. package/src/components/editor/nodes/PollNode/index.tsx +0 -204
  146. package/src/components/editor/nodes/TweetNode/index.tsx +0 -214
  147. package/src/components/editor/nodes/index.ts +0 -81
  148. package/src/components/editor/plugins/AutoEmbedPlugin/index.tsx +0 -350
  149. package/src/components/editor/plugins/AutoLinkPlugin/index.tsx +0 -56
  150. package/src/components/editor/plugins/CodeActionMenuPlugin/components/CopyButton.tsx +0 -70
  151. package/src/components/editor/plugins/CodeActionMenuPlugin/components/PrettierButton.tsx +0 -192
  152. package/src/components/editor/plugins/CodeActionMenuPlugin/index.tsx +0 -217
  153. package/src/components/editor/plugins/CodeActionMenuPlugin/utils.ts +0 -26
  154. package/src/components/editor/plugins/CodeHighlightPlugin/index.ts +0 -21
  155. package/src/components/editor/plugins/CollapsiblePlugin/Collapsible.css +0 -76
  156. package/src/components/editor/plugins/CollapsiblePlugin/index.ts +0 -228
  157. package/src/components/editor/plugins/DragDropPastePlugin/index.tsx +0 -44
  158. package/src/components/editor/plugins/DraggableBlockPlugin/index.tsx +0 -52
  159. package/src/components/editor/plugins/EquationsPlugin/index.tsx +0 -85
  160. package/src/components/editor/plugins/ExcalidrawPlugin/index.tsx +0 -98
  161. package/src/components/editor/plugins/FigmaPlugin/index.tsx +0 -42
  162. package/src/components/editor/plugins/FloatingLinkEditorPlugin/index.tsx +0 -445
  163. package/src/components/editor/plugins/FloatingTextFormatToolbarPlugin/index.tsx +0 -275
  164. package/src/components/editor/plugins/InlineImagePlugin/index.tsx +0 -351
  165. package/src/components/editor/plugins/LayoutPlugin/index.tsx +0 -238
  166. package/src/components/editor/plugins/LinkPlugin/index.tsx +0 -36
  167. package/src/components/editor/plugins/LinkWithMetaData/index.tsx +0 -271
  168. package/src/components/editor/plugins/MarkdownShortcutPlugin/index.tsx +0 -11
  169. package/src/components/editor/plugins/MarkdownTransformers/index.tsx +0 -304
  170. package/src/components/editor/plugins/PollPlugin/index.tsx +0 -49
  171. package/src/components/editor/plugins/ShortcutsPlugin/index.tsx +0 -180
  172. package/src/components/editor/plugins/ShortcutsPlugin/shortcuts.ts +0 -253
  173. package/src/components/editor/plugins/SlashCommand/index.tsx +0 -621
  174. package/src/components/editor/plugins/SpeechToTextPlugin/index.ts +0 -127
  175. package/src/components/editor/plugins/TabFocusPlugin/index.ts +0 -58
  176. package/src/components/editor/plugins/TableCellResizer/index.tsx +0 -438
  177. package/src/components/editor/plugins/TablePlugin/index.tsx +0 -99
  178. package/src/components/editor/plugins/ToolbarPlugin/index.tsx +0 -522
  179. package/src/components/editor/plugins/TwitterPlugin/index.ts +0 -35
  180. package/src/components/editor/plugins/YouTubeNode/index.tsx +0 -179
  181. package/src/components/editor/plugins/YouTubePlugin/index.ts +0 -41
  182. package/src/components/editor/themes/editor-theme.ts +0 -113
  183. package/src/components/editor/themes/theme.css +0 -377
  184. package/src/components/editor/utils/ai.ts +0 -291
  185. package/src/components/editor/utils/canUseDOM.ts +0 -12
  186. package/src/components/editor/utils/environment.ts +0 -50
  187. package/src/components/editor/utils/extract-data.ts +0 -166
  188. package/src/components/editor/utils/getAllLexicalChildren.ts +0 -13
  189. package/src/components/editor/utils/getDOMRangeRect.ts +0 -27
  190. package/src/components/editor/utils/getSelectedNode.ts +0 -27
  191. package/src/components/editor/utils/gif.ts +0 -29
  192. package/src/components/editor/utils/invariant.ts +0 -15
  193. package/src/components/editor/utils/setFloatingElemPosition.ts +0 -51
  194. package/src/components/editor/utils/setFloatingElemPositionForLinkEditor.ts +0 -40
  195. package/src/components/editor/utils/setNodePlaceholderFromSelection/getNodePlaceholder.ts +0 -51
  196. package/src/components/editor/utils/setNodePlaceholderFromSelection/setNodePlaceholderFromSelection.ts +0 -15
  197. package/src/components/editor/utils/setNodePlaceholderFromSelection/setPlaceholderOnSelection.ts +0 -114
  198. package/src/components/editor/utils/setNodePlaceholderFromSelection/styles.css +0 -6
  199. package/src/components/editor/utils/url.ts +0 -109
  200. package/src/components/editor/utils/useLayoutEffect.ts +0 -13
  201. package/src/components/providers/QueryProvider.tsx +0 -15
  202. package/src/components/providers/SharedHistoryContext.tsx +0 -28
  203. package/src/components/providers/ToolbarContext.tsx +0 -123
  204. package/src/components/providers/theme-provider.tsx +0 -11
  205. package/src/components/theme/ModeToggle.tsx +0 -40
  206. package/src/components/ui/FileInput.tsx +0 -40
  207. package/src/components/ui/Input.css +0 -32
  208. package/src/components/ui/Select.css +0 -42
  209. package/src/components/ui/Select.tsx +0 -36
  210. package/src/components/ui/TextInput.tsx +0 -48
  211. package/src/components/ui/ai/ai-button.tsx +0 -574
  212. package/src/components/ui/ai/border.tsx +0 -99
  213. package/src/components/ui/ai/placeholder-input-vanish.tsx +0 -282
  214. package/src/components/ui/button.tsx +0 -89
  215. package/src/components/ui/card.tsx +0 -76
  216. package/src/components/ui/checkbox.tsx +0 -30
  217. package/src/components/ui/command.tsx +0 -153
  218. package/src/components/ui/dialog/Dialog.css +0 -25
  219. package/src/components/ui/dialog/Dialog.tsx +0 -34
  220. package/src/components/ui/dialog.tsx +0 -122
  221. package/src/components/ui/drop-downs/background-color.tsx +0 -183
  222. package/src/components/ui/drop-downs/block-format.tsx +0 -159
  223. package/src/components/ui/drop-downs/code.tsx +0 -42
  224. package/src/components/ui/drop-downs/color.tsx +0 -177
  225. package/src/components/ui/drop-downs/font-size.tsx +0 -138
  226. package/src/components/ui/drop-downs/font.tsx +0 -155
  227. package/src/components/ui/drop-downs/index.tsx +0 -122
  228. package/src/components/ui/drop-downs/insert-node.tsx +0 -213
  229. package/src/components/ui/drop-downs/text-align.tsx +0 -123
  230. package/src/components/ui/drop-downs/text-format.tsx +0 -104
  231. package/src/components/ui/dropdown-menu.tsx +0 -201
  232. package/src/components/ui/equation/EquationEditor.css +0 -38
  233. package/src/components/ui/equation/EquationEditor.tsx +0 -56
  234. package/src/components/ui/equation/KatexEquationAlterer.css +0 -41
  235. package/src/components/ui/equation/KatexEquationAlterer.tsx +0 -83
  236. package/src/components/ui/equation/KatexRenderer.tsx +0 -66
  237. package/src/components/ui/excalidraw/ExcalidrawModal.css +0 -64
  238. package/src/components/ui/excalidraw/ExcalidrawModal.tsx +0 -234
  239. package/src/components/ui/excalidraw/Modal.css +0 -62
  240. package/src/components/ui/excalidraw/Modal.tsx +0 -110
  241. package/src/components/ui/hover-card.tsx +0 -29
  242. package/src/components/ui/image/error-image.tsx +0 -17
  243. package/src/components/ui/image/file-upload.tsx +0 -240
  244. package/src/components/ui/image/image-resizer.tsx +0 -297
  245. package/src/components/ui/image/image-toolbar.tsx +0 -264
  246. package/src/components/ui/image/index.tsx +0 -408
  247. package/src/components/ui/image/lazy-image.tsx +0 -68
  248. package/src/components/ui/image/lazy-video.tsx +0 -71
  249. package/src/components/ui/input.tsx +0 -22
  250. package/src/components/ui/models/custom-dialog.tsx +0 -320
  251. package/src/components/ui/models/insert-gif.tsx +0 -90
  252. package/src/components/ui/models/insert-image.tsx +0 -52
  253. package/src/components/ui/models/insert-poll.tsx +0 -29
  254. package/src/components/ui/models/insert-table.tsx +0 -62
  255. package/src/components/ui/models/use-model.tsx +0 -91
  256. package/src/components/ui/poll/poll-component.tsx +0 -304
  257. package/src/components/ui/popover.tsx +0 -33
  258. package/src/components/ui/progress.tsx +0 -28
  259. package/src/components/ui/scroll-area.tsx +0 -48
  260. package/src/components/ui/separator.tsx +0 -31
  261. package/src/components/ui/skeleton.tsx +0 -15
  262. package/src/components/ui/sonner.tsx +0 -31
  263. package/src/components/ui/stepper/step.tsx +0 -179
  264. package/src/components/ui/stepper/stepper.tsx +0 -89
  265. package/src/components/ui/textarea.tsx +0 -22
  266. package/src/components/ui/toggle.tsx +0 -71
  267. package/src/components/ui/tooltip.tsx +0 -32
  268. package/src/components/ui/write/text-format-floting-toolbar.tsx +0 -346
  269. package/src/lib/edgestore.ts +0 -9
  270. package/src/lib/pinecone-client.ts +0 -0
  271. package/src/lib/utils.ts +0 -6
  272. package/src/utils/docSerialization.ts +0 -77
  273. package/src/utils/emoji-list.ts +0 -16615
  274. package/src/utils/getDOMRangeRect.ts +0 -27
  275. package/src/utils/getThemeSelector.ts +0 -25
  276. package/src/utils/isMobileWidth.ts +0 -7
  277. package/src/utils/joinClasses.ts +0 -13
  278. package/src/utils/setFloatingElemPosition.ts +0 -74
  279. package/src/utils/setFloatingElemPositionForLinkEditor.ts +0 -46
  280. package/src/utils/swipe.ts +0 -127
  281. package/src/utils/url.ts +0 -38
  282. package/tsconfig.json +0 -27
@@ -0,0 +1,3487 @@
1
+ import {
2
+ __commonJS,
3
+ __publicField,
4
+ __spreadProps,
5
+ __spreadValues,
6
+ init_react_shim
7
+ } from "./chunk-77KXU36M.mjs";
8
+
9
+ // node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/plugins/markdown.js
10
+ var require_markdown = __commonJS({
11
+ "node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/plugins/markdown.js"(exports, module) {
12
+ init_react_shim();
13
+ (function(n) {
14
+ function e() {
15
+ var i = n();
16
+ return i.default || i;
17
+ }
18
+ if (typeof exports == "object" && typeof module == "object") module.exports = e();
19
+ else if (typeof define == "function" && define.amd) define(e);
20
+ else {
21
+ var t = typeof globalThis < "u" ? globalThis : typeof global < "u" ? global : typeof self < "u" ? self : this || {};
22
+ t.prettierPlugins = t.prettierPlugins || {}, t.prettierPlugins.markdown = e();
23
+ }
24
+ })(function() {
25
+ "use strict";
26
+ var yl = Object.create;
27
+ var kr = Object.defineProperty;
28
+ var wl = Object.getOwnPropertyDescriptor;
29
+ var xl = Object.getOwnPropertyNames;
30
+ var kl = Object.getPrototypeOf, Bl = Object.prototype.hasOwnProperty;
31
+ var Gn = (e) => {
32
+ throw TypeError(e);
33
+ };
34
+ var C = (e, r) => () => (r || e((r = { exports: {} }).exports, r), r.exports), Yn = (e, r) => {
35
+ for (var t in r) kr(e, t, { get: r[t], enumerable: true });
36
+ }, $n = (e, r, t, n) => {
37
+ if (r && typeof r == "object" || typeof r == "function") for (let a of xl(r)) !Bl.call(e, a) && a !== t && kr(e, a, { get: () => r[a], enumerable: !(n = wl(r, a)) || n.enumerable });
38
+ return e;
39
+ };
40
+ var Me = (e, r, t) => (t = e != null ? yl(kl(e)) : {}, $n(r || !e || !e.__esModule ? kr(t, "default", { value: e, enumerable: true }) : t, e)), Tl = (e) => $n(kr({}, "__esModule", { value: true }), e);
41
+ var Vn = (e, r, t) => r.has(e) || Gn("Cannot " + t);
42
+ var ce = (e, r, t) => (Vn(e, r, "read from private field"), t ? t.call(e) : r.get(e)), jn = (e, r, t) => r.has(e) ? Gn("Cannot add the same private member more than once") : r instanceof WeakSet ? r.add(e) : r.set(e, t), Wn = (e, r, t, n) => (Vn(e, r, "write to private field"), n ? n.call(e, t) : r.set(e, t), t);
43
+ var Br = C((cF, Hn) => {
44
+ "use strict";
45
+ Hn.exports = Sl;
46
+ function Sl(e) {
47
+ return String(e).replace(/\s+/g, " ");
48
+ }
49
+ });
50
+ var iu = C((cv, nu) => {
51
+ "use strict";
52
+ nu.exports = Vf;
53
+ var Dr = 9, Gr = 10, je = 32, zf = 33, Gf = 58, We = 91, Yf = 92, Pt = 93, pr = 94, Yr = 96, $r = 4, $f = 1024;
54
+ function Vf(e) {
55
+ var r = this.Parser, t = this.Compiler;
56
+ jf(r) && Hf(r, e), Wf(t) && Kf(t);
57
+ }
58
+ function jf(e) {
59
+ return !!(e && e.prototype && e.prototype.blockTokenizers);
60
+ }
61
+ function Wf(e) {
62
+ return !!(e && e.prototype && e.prototype.visitors);
63
+ }
64
+ function Hf(e, r) {
65
+ for (var t = r || {}, n = e.prototype, a = n.blockTokenizers, i = n.inlineTokenizers, u = n.blockMethods, o = n.inlineMethods, s = a.definition, l = i.reference, c = [], f = -1, p = u.length, d; ++f < p; ) d = u[f], !(d === "newline" || d === "indentedCode" || d === "paragraph" || d === "footnoteDefinition") && c.push([d]);
66
+ c.push(["footnoteDefinition"]), t.inlineNotes && (Ot(o, "reference", "inlineNote"), i.inlineNote = m), Ot(u, "definition", "footnoteDefinition"), Ot(o, "reference", "footnoteCall"), a.definition = A, a.footnoteDefinition = D, i.footnoteCall = h, i.reference = F, n.interruptFootnoteDefinition = c, F.locator = l.locator, h.locator = v, m.locator = B;
67
+ function D(b, g, y) {
68
+ for (var w = this, E = w.interruptFootnoteDefinition, x = w.offset, k = g.length + 1, T = 0, q = [], N, P, S, _, O, Be, W, I, ee, Z, Ee, ve, U; T < k && (_ = g.charCodeAt(T), !(_ !== Dr && _ !== je)); ) T++;
69
+ if (g.charCodeAt(T++) === We && g.charCodeAt(T++) === pr) {
70
+ for (P = T; T < k; ) {
71
+ if (_ = g.charCodeAt(T), _ !== _ || _ === Gr || _ === Dr || _ === je) return;
72
+ if (_ === Pt) {
73
+ S = T, T++;
74
+ break;
75
+ }
76
+ T++;
77
+ }
78
+ if (!(S === void 0 || P === S || g.charCodeAt(T++) !== Gf)) {
79
+ if (y) return true;
80
+ for (N = g.slice(P, S), O = b.now(), ee = 0, Z = 0, Ee = T, ve = []; T < k; ) {
81
+ if (_ = g.charCodeAt(T), _ !== _ || _ === Gr) U = { start: ee, contentStart: Ee || T, contentEnd: T, end: T }, ve.push(U), _ === Gr && (ee = T + 1, Z = 0, Ee = void 0, U.end = ee);
82
+ else if (Z !== void 0) if (_ === je || _ === Dr) Z += _ === je ? 1 : $r - Z % $r, Z > $r && (Z = void 0, Ee = T);
83
+ else {
84
+ if (Z < $r && U && (U.contentStart === U.contentEnd || Xf(E, a, w, [b, g.slice(T, $f), true]))) break;
85
+ Z = void 0, Ee = T;
86
+ }
87
+ T++;
88
+ }
89
+ for (T = -1, k = ve.length; k > 0 && (U = ve[k - 1], U.contentStart === U.contentEnd); ) k--;
90
+ for (Be = b(g.slice(0, U.contentEnd)); ++T < k; ) U = ve[T], x[O.line + T] = (x[O.line + T] || 0) + (U.contentStart - U.start), q.push(g.slice(U.contentStart, U.end));
91
+ return W = w.enterBlock(), I = w.tokenizeBlock(q.join(""), O), W(), Be({ type: "footnoteDefinition", identifier: N.toLowerCase(), label: N, children: I });
92
+ }
93
+ }
94
+ }
95
+ function h(b, g, y) {
96
+ var w = g.length + 1, E = 0, x, k, T, q;
97
+ if (g.charCodeAt(E++) === We && g.charCodeAt(E++) === pr) {
98
+ for (k = E; E < w; ) {
99
+ if (q = g.charCodeAt(E), q !== q || q === Gr || q === Dr || q === je) return;
100
+ if (q === Pt) {
101
+ T = E, E++;
102
+ break;
103
+ }
104
+ E++;
105
+ }
106
+ if (!(T === void 0 || k === T)) return y ? true : (x = g.slice(k, T), b(g.slice(0, E))({ type: "footnoteReference", identifier: x.toLowerCase(), label: x }));
107
+ }
108
+ }
109
+ function m(b, g, y) {
110
+ var w = this, E = g.length + 1, x = 0, k = 0, T, q, N, P, S, _, O;
111
+ if (g.charCodeAt(x++) === pr && g.charCodeAt(x++) === We) {
112
+ for (N = x; x < E; ) {
113
+ if (q = g.charCodeAt(x), q !== q) return;
114
+ if (_ === void 0) if (q === Yf) x += 2;
115
+ else if (q === We) k++, x++;
116
+ else if (q === Pt) if (k === 0) {
117
+ P = x, x++;
118
+ break;
119
+ } else k--, x++;
120
+ else if (q === Yr) {
121
+ for (S = x, _ = 1; g.charCodeAt(S + _) === Yr; ) _++;
122
+ x += _;
123
+ } else x++;
124
+ else if (q === Yr) {
125
+ for (S = x, O = 1; g.charCodeAt(S + O) === Yr; ) O++;
126
+ x += O, _ === O && (_ = void 0), O = void 0;
127
+ } else x++;
128
+ }
129
+ if (P !== void 0) return y ? true : (T = b.now(), T.column += 2, T.offset += 2, b(g.slice(0, x))({ type: "footnote", children: w.tokenizeInline(g.slice(N, P), T) }));
130
+ }
131
+ }
132
+ function F(b, g, y) {
133
+ var w = 0;
134
+ if (g.charCodeAt(w) === zf && w++, g.charCodeAt(w) === We && g.charCodeAt(w + 1) !== pr) return l.call(this, b, g, y);
135
+ }
136
+ function A(b, g, y) {
137
+ for (var w = 0, E = g.charCodeAt(w); E === je || E === Dr; ) E = g.charCodeAt(++w);
138
+ if (E === We && g.charCodeAt(w + 1) !== pr) return s.call(this, b, g, y);
139
+ }
140
+ function v(b, g) {
141
+ return b.indexOf("[", g);
142
+ }
143
+ function B(b, g) {
144
+ return b.indexOf("^[", g);
145
+ }
146
+ }
147
+ function Kf(e) {
148
+ var r = e.prototype.visitors, t = " ";
149
+ r.footnote = n, r.footnoteReference = a, r.footnoteDefinition = i;
150
+ function n(u) {
151
+ return "^[" + this.all(u).join("") + "]";
152
+ }
153
+ function a(u) {
154
+ return "[^" + (u.label || u.identifier) + "]";
155
+ }
156
+ function i(u) {
157
+ for (var o = this.all(u).join(`
158
+
159
+ `).split(`
160
+ `), s = 0, l = o.length, c; ++s < l; ) c = o[s], c !== "" && (o[s] = t + c);
161
+ return "[^" + (u.label || u.identifier) + "]: " + o.join(`
162
+ `);
163
+ }
164
+ }
165
+ function Ot(e, r, t) {
166
+ e.splice(e.indexOf(r), 0, t);
167
+ }
168
+ function Xf(e, r, t, n) {
169
+ for (var a = e.length, i = -1; ++i < a; ) if (r[e[i][0]].apply(t, n)) return true;
170
+ return false;
171
+ }
172
+ });
173
+ var It = C((Lt) => {
174
+ Lt.isRemarkParser = Jf;
175
+ Lt.isRemarkCompiler = Qf;
176
+ function Jf(e) {
177
+ return !!(e && e.prototype && e.prototype.blockTokenizers);
178
+ }
179
+ function Qf(e) {
180
+ return !!(e && e.prototype && e.prototype.visitors);
181
+ }
182
+ });
183
+ var fu = C((fv, lu) => {
184
+ var uu = It();
185
+ lu.exports = tD;
186
+ var au = 9, ou = 32, Vr = 36, Zf = 48, eD = 57, su = 92, rD = ["math", "math-inline"], cu = "math-display";
187
+ function tD(e) {
188
+ let r = this.Parser, t = this.Compiler;
189
+ uu.isRemarkParser(r) && nD(r, e), uu.isRemarkCompiler(t) && iD(t, e);
190
+ }
191
+ function nD(e, r) {
192
+ let t = e.prototype, n = t.inlineMethods;
193
+ i.locator = a, t.inlineTokenizers.math = i, n.splice(n.indexOf("text"), 0, "math");
194
+ function a(u, o) {
195
+ return u.indexOf("$", o);
196
+ }
197
+ function i(u, o, s) {
198
+ let l = o.length, c = false, f = false, p = 0, d, D, h, m, F, A, v;
199
+ if (o.charCodeAt(p) === su && (f = true, p++), o.charCodeAt(p) === Vr) {
200
+ if (p++, f) return s ? true : u(o.slice(0, p))({ type: "text", value: "$" });
201
+ if (o.charCodeAt(p) === Vr && (c = true, p++), h = o.charCodeAt(p), !(h === ou || h === au)) {
202
+ for (m = p; p < l; ) {
203
+ if (D = h, h = o.charCodeAt(p + 1), D === Vr) {
204
+ if (d = o.charCodeAt(p - 1), d !== ou && d !== au && (h !== h || h < Zf || h > eD) && (!c || h === Vr)) {
205
+ F = p - 1, p++, c && p++, A = p;
206
+ break;
207
+ }
208
+ } else D === su && (p++, h = o.charCodeAt(p + 1));
209
+ p++;
210
+ }
211
+ if (A !== void 0) return s ? true : (v = o.slice(m, F + 1), u(o.slice(0, A))({ type: "inlineMath", value: v, data: { hName: "span", hProperties: { className: rD.concat(c && r.inlineMathDouble ? [cu] : []) }, hChildren: [{ type: "text", value: v }] } }));
212
+ }
213
+ }
214
+ }
215
+ }
216
+ function iD(e) {
217
+ let r = e.prototype;
218
+ r.visitors.inlineMath = t;
219
+ function t(n) {
220
+ let a = "$";
221
+ return (n.data && n.data.hProperties && n.data.hProperties.className || []).includes(cu) && (a = "$$"), a + n.value + a;
222
+ }
223
+ }
224
+ });
225
+ var mu = C((Dv, du) => {
226
+ var Du = It();
227
+ du.exports = sD;
228
+ var pu = 10, hr = 32, Rt = 36, hu = `
229
+ `, uD = "$", aD = 2, oD = ["math", "math-display"];
230
+ function sD() {
231
+ let e = this.Parser, r = this.Compiler;
232
+ Du.isRemarkParser(e) && cD(e), Du.isRemarkCompiler(r) && lD(r);
233
+ }
234
+ function cD(e) {
235
+ let r = e.prototype, t = r.blockMethods, n = r.interruptParagraph, a = r.interruptList, i = r.interruptBlockquote;
236
+ r.blockTokenizers.math = u, t.splice(t.indexOf("fencedCode") + 1, 0, "math"), n.splice(n.indexOf("fencedCode") + 1, 0, ["math"]), a.splice(a.indexOf("fencedCode") + 1, 0, ["math"]), i.splice(i.indexOf("fencedCode") + 1, 0, ["math"]);
237
+ function u(o, s, l) {
238
+ var c = s.length, f = 0;
239
+ let p, d, D, h, m, F, A, v, B, b, g;
240
+ for (; f < c && s.charCodeAt(f) === hr; ) f++;
241
+ for (m = f; f < c && s.charCodeAt(f) === Rt; ) f++;
242
+ if (F = f - m, !(F < aD)) {
243
+ for (; f < c && s.charCodeAt(f) === hr; ) f++;
244
+ for (A = f; f < c; ) {
245
+ if (p = s.charCodeAt(f), p === Rt) return;
246
+ if (p === pu) break;
247
+ f++;
248
+ }
249
+ if (s.charCodeAt(f) === pu) {
250
+ if (l) return true;
251
+ for (d = [], A !== f && d.push(s.slice(A, f)), f++, D = s.indexOf(hu, f + 1), D = D === -1 ? c : D; f < c; ) {
252
+ for (v = false, b = f, g = D, h = D, B = 0; h > b && s.charCodeAt(h - 1) === hr; ) h--;
253
+ for (; h > b && s.charCodeAt(h - 1) === Rt; ) B++, h--;
254
+ for (F <= B && s.indexOf(uD, b) === h && (v = true, g = h); b <= g && b - f < m && s.charCodeAt(b) === hr; ) b++;
255
+ if (v) for (; g > b && s.charCodeAt(g - 1) === hr; ) g--;
256
+ if ((!v || b !== g) && d.push(s.slice(b, g)), v) break;
257
+ f = D + 1, D = s.indexOf(hu, f + 1), D = D === -1 ? c : D;
258
+ }
259
+ return d = d.join(`
260
+ `), o(s.slice(0, D))({ type: "math", value: d, data: { hName: "div", hProperties: { className: oD.concat() }, hChildren: [{ type: "text", value: d }] } });
261
+ }
262
+ }
263
+ }
264
+ }
265
+ function lD(e) {
266
+ let r = e.prototype;
267
+ r.visitors.math = t;
268
+ function t(n) {
269
+ return `$$
270
+ ` + n.value + `
271
+ $$`;
272
+ }
273
+ }
274
+ });
275
+ var gu = C((pv, Fu) => {
276
+ var fD = fu(), DD = mu();
277
+ Fu.exports = pD;
278
+ function pD(e) {
279
+ var r = e || {};
280
+ DD.call(this, r), fD.call(this, r);
281
+ }
282
+ });
283
+ var Ie = C((hv, Eu) => {
284
+ Eu.exports = dD;
285
+ var hD = Object.prototype.hasOwnProperty;
286
+ function dD() {
287
+ for (var e = {}, r = 0; r < arguments.length; r++) {
288
+ var t = arguments[r];
289
+ for (var n in t) hD.call(t, n) && (e[n] = t[n]);
290
+ }
291
+ return e;
292
+ }
293
+ });
294
+ var vu = C((dv, Nt) => {
295
+ typeof Object.create == "function" ? Nt.exports = function(r, t) {
296
+ t && (r.super_ = t, r.prototype = Object.create(t.prototype, { constructor: { value: r, enumerable: false, writable: true, configurable: true } }));
297
+ } : Nt.exports = function(r, t) {
298
+ if (t) {
299
+ r.super_ = t;
300
+ var n = function() {
301
+ };
302
+ n.prototype = t.prototype, r.prototype = new n(), r.prototype.constructor = r;
303
+ }
304
+ };
305
+ });
306
+ var Au = C((mv, bu) => {
307
+ "use strict";
308
+ var mD = Ie(), Cu = vu();
309
+ bu.exports = FD;
310
+ function FD(e) {
311
+ var r, t, n;
312
+ Cu(i, e), Cu(a, i), r = i.prototype;
313
+ for (t in r) n = r[t], n && typeof n == "object" && (r[t] = "concat" in n ? n.concat() : mD(n));
314
+ return i;
315
+ function a(u) {
316
+ return e.apply(this, u);
317
+ }
318
+ function i() {
319
+ return this instanceof i ? e.apply(this, arguments) : new a(arguments);
320
+ }
321
+ }
322
+ });
323
+ var wu = C((Fv, yu) => {
324
+ "use strict";
325
+ yu.exports = gD;
326
+ function gD(e, r, t) {
327
+ return n;
328
+ function n() {
329
+ var a = t || this, i = a[e];
330
+ return a[e] = !r, u;
331
+ function u() {
332
+ a[e] = i;
333
+ }
334
+ }
335
+ }
336
+ });
337
+ var ku = C((gv, xu) => {
338
+ "use strict";
339
+ xu.exports = ED;
340
+ function ED(e) {
341
+ for (var r = String(e), t = [], n = /\r?\n|\r/g; n.exec(r); ) t.push(n.lastIndex);
342
+ return t.push(r.length + 1), { toPoint: a, toPosition: a, toOffset: i };
343
+ function a(u) {
344
+ var o = -1;
345
+ if (u > -1 && u < t[t.length - 1]) {
346
+ for (; ++o < t.length; ) if (t[o] > u) return { line: o + 1, column: u - (t[o - 1] || 0) + 1, offset: u };
347
+ }
348
+ return {};
349
+ }
350
+ function i(u) {
351
+ var o = u && u.line, s = u && u.column, l;
352
+ return !isNaN(o) && !isNaN(s) && o - 1 in t && (l = (t[o - 2] || 0) + s - 1 || 0), l > -1 && l < t[t.length - 1] ? l : -1;
353
+ }
354
+ }
355
+ });
356
+ var Tu = C((Ev, Bu) => {
357
+ "use strict";
358
+ Bu.exports = vD;
359
+ var Mt = "\\";
360
+ function vD(e, r) {
361
+ return t;
362
+ function t(n) {
363
+ for (var a = 0, i = n.indexOf(Mt), u = e[r], o = [], s; i !== -1; ) o.push(n.slice(a, i)), a = i + 1, s = n.charAt(a), (!s || u.indexOf(s) === -1) && o.push(Mt), i = n.indexOf(Mt, a + 1);
364
+ return o.push(n.slice(a)), o.join("");
365
+ }
366
+ }
367
+ });
368
+ var qu = C((vv, CD) => {
369
+ CD.exports = { AElig: "\xC6", AMP: "&", Aacute: "\xC1", Acirc: "\xC2", Agrave: "\xC0", Aring: "\xC5", Atilde: "\xC3", Auml: "\xC4", COPY: "\xA9", Ccedil: "\xC7", ETH: "\xD0", Eacute: "\xC9", Ecirc: "\xCA", Egrave: "\xC8", Euml: "\xCB", GT: ">", Iacute: "\xCD", Icirc: "\xCE", Igrave: "\xCC", Iuml: "\xCF", LT: "<", Ntilde: "\xD1", Oacute: "\xD3", Ocirc: "\xD4", Ograve: "\xD2", Oslash: "\xD8", Otilde: "\xD5", Ouml: "\xD6", QUOT: '"', REG: "\xAE", THORN: "\xDE", Uacute: "\xDA", Ucirc: "\xDB", Ugrave: "\xD9", Uuml: "\xDC", Yacute: "\xDD", aacute: "\xE1", acirc: "\xE2", acute: "\xB4", aelig: "\xE6", agrave: "\xE0", amp: "&", aring: "\xE5", atilde: "\xE3", auml: "\xE4", brvbar: "\xA6", ccedil: "\xE7", cedil: "\xB8", cent: "\xA2", copy: "\xA9", curren: "\xA4", deg: "\xB0", divide: "\xF7", eacute: "\xE9", ecirc: "\xEA", egrave: "\xE8", eth: "\xF0", euml: "\xEB", frac12: "\xBD", frac14: "\xBC", frac34: "\xBE", gt: ">", iacute: "\xED", icirc: "\xEE", iexcl: "\xA1", igrave: "\xEC", iquest: "\xBF", iuml: "\xEF", laquo: "\xAB", lt: "<", macr: "\xAF", micro: "\xB5", middot: "\xB7", nbsp: "\xA0", not: "\xAC", ntilde: "\xF1", oacute: "\xF3", ocirc: "\xF4", ograve: "\xF2", ordf: "\xAA", ordm: "\xBA", oslash: "\xF8", otilde: "\xF5", ouml: "\xF6", para: "\xB6", plusmn: "\xB1", pound: "\xA3", quot: '"', raquo: "\xBB", reg: "\xAE", sect: "\xA7", shy: "\xAD", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", szlig: "\xDF", thorn: "\xFE", times: "\xD7", uacute: "\xFA", ucirc: "\xFB", ugrave: "\xF9", uml: "\xA8", uuml: "\xFC", yacute: "\xFD", yen: "\xA5", yuml: "\xFF" };
370
+ });
371
+ var _u = C((Cv, bD) => {
372
+ bD.exports = { "0": "\uFFFD", "128": "\u20AC", "130": "\u201A", "131": "\u0192", "132": "\u201E", "133": "\u2026", "134": "\u2020", "135": "\u2021", "136": "\u02C6", "137": "\u2030", "138": "\u0160", "139": "\u2039", "140": "\u0152", "142": "\u017D", "145": "\u2018", "146": "\u2019", "147": "\u201C", "148": "\u201D", "149": "\u2022", "150": "\u2013", "151": "\u2014", "152": "\u02DC", "153": "\u2122", "154": "\u0161", "155": "\u203A", "156": "\u0153", "158": "\u017E", "159": "\u0178" };
373
+ });
374
+ var Re = C((bv, Su) => {
375
+ "use strict";
376
+ Su.exports = AD;
377
+ function AD(e) {
378
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
379
+ return r >= 48 && r <= 57;
380
+ }
381
+ });
382
+ var Ou = C((Av, Pu) => {
383
+ "use strict";
384
+ Pu.exports = yD;
385
+ function yD(e) {
386
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
387
+ return r >= 97 && r <= 102 || r >= 65 && r <= 70 || r >= 48 && r <= 57;
388
+ }
389
+ });
390
+ var He = C((yv, Lu) => {
391
+ "use strict";
392
+ Lu.exports = wD;
393
+ function wD(e) {
394
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
395
+ return r >= 97 && r <= 122 || r >= 65 && r <= 90;
396
+ }
397
+ });
398
+ var Ru = C((wv, Iu) => {
399
+ "use strict";
400
+ var xD = He(), kD = Re();
401
+ Iu.exports = BD;
402
+ function BD(e) {
403
+ return xD(e) || kD(e);
404
+ }
405
+ });
406
+ var Nu = C((xv, TD) => {
407
+ TD.exports = { AEli: "\xC6", AElig: "\xC6", AM: "&", AMP: "&", Aacut: "\xC1", Aacute: "\xC1", Abreve: "\u0102", Acir: "\xC2", Acirc: "\xC2", Acy: "\u0410", Afr: "\u{1D504}", Agrav: "\xC0", Agrave: "\xC0", Alpha: "\u0391", Amacr: "\u0100", And: "\u2A53", Aogon: "\u0104", Aopf: "\u{1D538}", ApplyFunction: "\u2061", Arin: "\xC5", Aring: "\xC5", Ascr: "\u{1D49C}", Assign: "\u2254", Atild: "\xC3", Atilde: "\xC3", Aum: "\xC4", Auml: "\xC4", Backslash: "\u2216", Barv: "\u2AE7", Barwed: "\u2306", Bcy: "\u0411", Because: "\u2235", Bernoullis: "\u212C", Beta: "\u0392", Bfr: "\u{1D505}", Bopf: "\u{1D539}", Breve: "\u02D8", Bscr: "\u212C", Bumpeq: "\u224E", CHcy: "\u0427", COP: "\xA9", COPY: "\xA9", Cacute: "\u0106", Cap: "\u22D2", CapitalDifferentialD: "\u2145", Cayleys: "\u212D", Ccaron: "\u010C", Ccedi: "\xC7", Ccedil: "\xC7", Ccirc: "\u0108", Cconint: "\u2230", Cdot: "\u010A", Cedilla: "\xB8", CenterDot: "\xB7", Cfr: "\u212D", Chi: "\u03A7", CircleDot: "\u2299", CircleMinus: "\u2296", CirclePlus: "\u2295", CircleTimes: "\u2297", ClockwiseContourIntegral: "\u2232", CloseCurlyDoubleQuote: "\u201D", CloseCurlyQuote: "\u2019", Colon: "\u2237", Colone: "\u2A74", Congruent: "\u2261", Conint: "\u222F", ContourIntegral: "\u222E", Copf: "\u2102", Coproduct: "\u2210", CounterClockwiseContourIntegral: "\u2233", Cross: "\u2A2F", Cscr: "\u{1D49E}", Cup: "\u22D3", CupCap: "\u224D", DD: "\u2145", DDotrahd: "\u2911", DJcy: "\u0402", DScy: "\u0405", DZcy: "\u040F", Dagger: "\u2021", Darr: "\u21A1", Dashv: "\u2AE4", Dcaron: "\u010E", Dcy: "\u0414", Del: "\u2207", Delta: "\u0394", Dfr: "\u{1D507}", DiacriticalAcute: "\xB4", DiacriticalDot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", DiacriticalGrave: "`", DiacriticalTilde: "\u02DC", Diamond: "\u22C4", DifferentialD: "\u2146", Dopf: "\u{1D53B}", Dot: "\xA8", DotDot: "\u20DC", DotEqual: "\u2250", DoubleContourIntegral: "\u222F", DoubleDot: "\xA8", DoubleDownArrow: "\u21D3", DoubleLeftArrow: "\u21D0", DoubleLeftRightArrow: "\u21D4", DoubleLeftTee: "\u2AE4", DoubleLongLeftArrow: "\u27F8", DoubleLongLeftRightArrow: "\u27FA", DoubleLongRightArrow: "\u27F9", DoubleRightArrow: "\u21D2", DoubleRightTee: "\u22A8", DoubleUpArrow: "\u21D1", DoubleUpDownArrow: "\u21D5", DoubleVerticalBar: "\u2225", DownArrow: "\u2193", DownArrowBar: "\u2913", DownArrowUpArrow: "\u21F5", DownBreve: "\u0311", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVector: "\u21BD", DownLeftVectorBar: "\u2956", DownRightTeeVector: "\u295F", DownRightVector: "\u21C1", DownRightVectorBar: "\u2957", DownTee: "\u22A4", DownTeeArrow: "\u21A7", Downarrow: "\u21D3", Dscr: "\u{1D49F}", Dstrok: "\u0110", ENG: "\u014A", ET: "\xD0", ETH: "\xD0", Eacut: "\xC9", Eacute: "\xC9", Ecaron: "\u011A", Ecir: "\xCA", Ecirc: "\xCA", Ecy: "\u042D", Edot: "\u0116", Efr: "\u{1D508}", Egrav: "\xC8", Egrave: "\xC8", Element: "\u2208", Emacr: "\u0112", EmptySmallSquare: "\u25FB", EmptyVerySmallSquare: "\u25AB", Eogon: "\u0118", Eopf: "\u{1D53C}", Epsilon: "\u0395", Equal: "\u2A75", EqualTilde: "\u2242", Equilibrium: "\u21CC", Escr: "\u2130", Esim: "\u2A73", Eta: "\u0397", Eum: "\xCB", Euml: "\xCB", Exists: "\u2203", ExponentialE: "\u2147", Fcy: "\u0424", Ffr: "\u{1D509}", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", Fopf: "\u{1D53D}", ForAll: "\u2200", Fouriertrf: "\u2131", Fscr: "\u2131", GJcy: "\u0403", G: ">", GT: ">", Gamma: "\u0393", Gammad: "\u03DC", Gbreve: "\u011E", Gcedil: "\u0122", Gcirc: "\u011C", Gcy: "\u0413", Gdot: "\u0120", Gfr: "\u{1D50A}", Gg: "\u22D9", Gopf: "\u{1D53E}", GreaterEqual: "\u2265", GreaterEqualLess: "\u22DB", GreaterFullEqual: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", GreaterSlantEqual: "\u2A7E", GreaterTilde: "\u2273", Gscr: "\u{1D4A2}", Gt: "\u226B", HARDcy: "\u042A", Hacek: "\u02C7", Hat: "^", Hcirc: "\u0124", Hfr: "\u210C", HilbertSpace: "\u210B", Hopf: "\u210D", HorizontalLine: "\u2500", Hscr: "\u210B", Hstrok: "\u0126", HumpDownHump: "\u224E", HumpEqual: "\u224F", IEcy: "\u0415", IJlig: "\u0132", IOcy: "\u0401", Iacut: "\xCD", Iacute: "\xCD", Icir: "\xCE", Icirc: "\xCE", Icy: "\u0418", Idot: "\u0130", Ifr: "\u2111", Igrav: "\xCC", Igrave: "\xCC", Im: "\u2111", Imacr: "\u012A", ImaginaryI: "\u2148", Implies: "\u21D2", Int: "\u222C", Integral: "\u222B", Intersection: "\u22C2", InvisibleComma: "\u2063", InvisibleTimes: "\u2062", Iogon: "\u012E", Iopf: "\u{1D540}", Iota: "\u0399", Iscr: "\u2110", Itilde: "\u0128", Iukcy: "\u0406", Ium: "\xCF", Iuml: "\xCF", Jcirc: "\u0134", Jcy: "\u0419", Jfr: "\u{1D50D}", Jopf: "\u{1D541}", Jscr: "\u{1D4A5}", Jsercy: "\u0408", Jukcy: "\u0404", KHcy: "\u0425", KJcy: "\u040C", Kappa: "\u039A", Kcedil: "\u0136", Kcy: "\u041A", Kfr: "\u{1D50E}", Kopf: "\u{1D542}", Kscr: "\u{1D4A6}", LJcy: "\u0409", L: "<", LT: "<", Lacute: "\u0139", Lambda: "\u039B", Lang: "\u27EA", Laplacetrf: "\u2112", Larr: "\u219E", Lcaron: "\u013D", Lcedil: "\u013B", Lcy: "\u041B", LeftAngleBracket: "\u27E8", LeftArrow: "\u2190", LeftArrowBar: "\u21E4", LeftArrowRightArrow: "\u21C6", LeftCeiling: "\u2308", LeftDoubleBracket: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVector: "\u21C3", LeftDownVectorBar: "\u2959", LeftFloor: "\u230A", LeftRightArrow: "\u2194", LeftRightVector: "\u294E", LeftTee: "\u22A3", LeftTeeArrow: "\u21A4", LeftTeeVector: "\u295A", LeftTriangle: "\u22B2", LeftTriangleBar: "\u29CF", LeftTriangleEqual: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVector: "\u21BF", LeftUpVectorBar: "\u2958", LeftVector: "\u21BC", LeftVectorBar: "\u2952", Leftarrow: "\u21D0", Leftrightarrow: "\u21D4", LessEqualGreater: "\u22DA", LessFullEqual: "\u2266", LessGreater: "\u2276", LessLess: "\u2AA1", LessSlantEqual: "\u2A7D", LessTilde: "\u2272", Lfr: "\u{1D50F}", Ll: "\u22D8", Lleftarrow: "\u21DA", Lmidot: "\u013F", LongLeftArrow: "\u27F5", LongLeftRightArrow: "\u27F7", LongRightArrow: "\u27F6", Longleftarrow: "\u27F8", Longleftrightarrow: "\u27FA", Longrightarrow: "\u27F9", Lopf: "\u{1D543}", LowerLeftArrow: "\u2199", LowerRightArrow: "\u2198", Lscr: "\u2112", Lsh: "\u21B0", Lstrok: "\u0141", Lt: "\u226A", Map: "\u2905", Mcy: "\u041C", MediumSpace: "\u205F", Mellintrf: "\u2133", Mfr: "\u{1D510}", MinusPlus: "\u2213", Mopf: "\u{1D544}", Mscr: "\u2133", Mu: "\u039C", NJcy: "\u040A", Nacute: "\u0143", Ncaron: "\u0147", Ncedil: "\u0145", Ncy: "\u041D", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", NestedGreaterGreater: "\u226B", NestedLessLess: "\u226A", NewLine: `
408
+ `, Nfr: "\u{1D511}", NoBreak: "\u2060", NonBreakingSpace: "\xA0", Nopf: "\u2115", Not: "\u2AEC", NotCongruent: "\u2262", NotCupCap: "\u226D", NotDoubleVerticalBar: "\u2226", NotElement: "\u2209", NotEqual: "\u2260", NotEqualTilde: "\u2242\u0338", NotExists: "\u2204", NotGreater: "\u226F", NotGreaterEqual: "\u2271", NotGreaterFullEqual: "\u2267\u0338", NotGreaterGreater: "\u226B\u0338", NotGreaterLess: "\u2279", NotGreaterSlantEqual: "\u2A7E\u0338", NotGreaterTilde: "\u2275", NotHumpDownHump: "\u224E\u0338", NotHumpEqual: "\u224F\u0338", NotLeftTriangle: "\u22EA", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangleEqual: "\u22EC", NotLess: "\u226E", NotLessEqual: "\u2270", NotLessGreater: "\u2278", NotLessLess: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", NotLessTilde: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", NotPrecedes: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", NotReverseElement: "\u220C", NotRightTriangle: "\u22EB", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangleEqual: "\u22ED", NotSquareSubset: "\u228F\u0338", NotSquareSubsetEqual: "\u22E2", NotSquareSuperset: "\u2290\u0338", NotSquareSupersetEqual: "\u22E3", NotSubset: "\u2282\u20D2", NotSubsetEqual: "\u2288", NotSucceeds: "\u2281", NotSucceedsEqual: "\u2AB0\u0338", NotSucceedsSlantEqual: "\u22E1", NotSucceedsTilde: "\u227F\u0338", NotSuperset: "\u2283\u20D2", NotSupersetEqual: "\u2289", NotTilde: "\u2241", NotTildeEqual: "\u2244", NotTildeFullEqual: "\u2247", NotTildeTilde: "\u2249", NotVerticalBar: "\u2224", Nscr: "\u{1D4A9}", Ntild: "\xD1", Ntilde: "\xD1", Nu: "\u039D", OElig: "\u0152", Oacut: "\xD3", Oacute: "\xD3", Ocir: "\xD4", Ocirc: "\xD4", Ocy: "\u041E", Odblac: "\u0150", Ofr: "\u{1D512}", Ograv: "\xD2", Ograve: "\xD2", Omacr: "\u014C", Omega: "\u03A9", Omicron: "\u039F", Oopf: "\u{1D546}", OpenCurlyDoubleQuote: "\u201C", OpenCurlyQuote: "\u2018", Or: "\u2A54", Oscr: "\u{1D4AA}", Oslas: "\xD8", Oslash: "\xD8", Otild: "\xD5", Otilde: "\xD5", Otimes: "\u2A37", Oum: "\xD6", Ouml: "\xD6", OverBar: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", OverParenthesis: "\u23DC", PartialD: "\u2202", Pcy: "\u041F", Pfr: "\u{1D513}", Phi: "\u03A6", Pi: "\u03A0", PlusMinus: "\xB1", Poincareplane: "\u210C", Popf: "\u2119", Pr: "\u2ABB", Precedes: "\u227A", PrecedesEqual: "\u2AAF", PrecedesSlantEqual: "\u227C", PrecedesTilde: "\u227E", Prime: "\u2033", Product: "\u220F", Proportion: "\u2237", Proportional: "\u221D", Pscr: "\u{1D4AB}", Psi: "\u03A8", QUO: '"', QUOT: '"', Qfr: "\u{1D514}", Qopf: "\u211A", Qscr: "\u{1D4AC}", RBarr: "\u2910", RE: "\xAE", REG: "\xAE", Racute: "\u0154", Rang: "\u27EB", Rarr: "\u21A0", Rarrtl: "\u2916", Rcaron: "\u0158", Rcedil: "\u0156", Rcy: "\u0420", Re: "\u211C", ReverseElement: "\u220B", ReverseEquilibrium: "\u21CB", ReverseUpEquilibrium: "\u296F", Rfr: "\u211C", Rho: "\u03A1", RightAngleBracket: "\u27E9", RightArrow: "\u2192", RightArrowBar: "\u21E5", RightArrowLeftArrow: "\u21C4", RightCeiling: "\u2309", RightDoubleBracket: "\u27E7", RightDownTeeVector: "\u295D", RightDownVector: "\u21C2", RightDownVectorBar: "\u2955", RightFloor: "\u230B", RightTee: "\u22A2", RightTeeArrow: "\u21A6", RightTeeVector: "\u295B", RightTriangle: "\u22B3", RightTriangleBar: "\u29D0", RightTriangleEqual: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVector: "\u21BE", RightUpVectorBar: "\u2954", RightVector: "\u21C0", RightVectorBar: "\u2953", Rightarrow: "\u21D2", Ropf: "\u211D", RoundImplies: "\u2970", Rrightarrow: "\u21DB", Rscr: "\u211B", Rsh: "\u21B1", RuleDelayed: "\u29F4", SHCHcy: "\u0429", SHcy: "\u0428", SOFTcy: "\u042C", Sacute: "\u015A", Sc: "\u2ABC", Scaron: "\u0160", Scedil: "\u015E", Scirc: "\u015C", Scy: "\u0421", Sfr: "\u{1D516}", ShortDownArrow: "\u2193", ShortLeftArrow: "\u2190", ShortRightArrow: "\u2192", ShortUpArrow: "\u2191", Sigma: "\u03A3", SmallCircle: "\u2218", Sopf: "\u{1D54A}", Sqrt: "\u221A", Square: "\u25A1", SquareIntersection: "\u2293", SquareSubset: "\u228F", SquareSubsetEqual: "\u2291", SquareSuperset: "\u2290", SquareSupersetEqual: "\u2292", SquareUnion: "\u2294", Sscr: "\u{1D4AE}", Star: "\u22C6", Sub: "\u22D0", Subset: "\u22D0", SubsetEqual: "\u2286", Succeeds: "\u227B", SucceedsEqual: "\u2AB0", SucceedsSlantEqual: "\u227D", SucceedsTilde: "\u227F", SuchThat: "\u220B", Sum: "\u2211", Sup: "\u22D1", Superset: "\u2283", SupersetEqual: "\u2287", Supset: "\u22D1", THOR: "\xDE", THORN: "\xDE", TRADE: "\u2122", TSHcy: "\u040B", TScy: "\u0426", Tab: " ", Tau: "\u03A4", Tcaron: "\u0164", Tcedil: "\u0162", Tcy: "\u0422", Tfr: "\u{1D517}", Therefore: "\u2234", Theta: "\u0398", ThickSpace: "\u205F\u200A", ThinSpace: "\u2009", Tilde: "\u223C", TildeEqual: "\u2243", TildeFullEqual: "\u2245", TildeTilde: "\u2248", Topf: "\u{1D54B}", TripleDot: "\u20DB", Tscr: "\u{1D4AF}", Tstrok: "\u0166", Uacut: "\xDA", Uacute: "\xDA", Uarr: "\u219F", Uarrocir: "\u2949", Ubrcy: "\u040E", Ubreve: "\u016C", Ucir: "\xDB", Ucirc: "\xDB", Ucy: "\u0423", Udblac: "\u0170", Ufr: "\u{1D518}", Ugrav: "\xD9", Ugrave: "\xD9", Umacr: "\u016A", UnderBar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", UnionPlus: "\u228E", Uogon: "\u0172", Uopf: "\u{1D54C}", UpArrow: "\u2191", UpArrowBar: "\u2912", UpArrowDownArrow: "\u21C5", UpDownArrow: "\u2195", UpEquilibrium: "\u296E", UpTee: "\u22A5", UpTeeArrow: "\u21A5", Uparrow: "\u21D1", Updownarrow: "\u21D5", UpperLeftArrow: "\u2196", UpperRightArrow: "\u2197", Upsi: "\u03D2", Upsilon: "\u03A5", Uring: "\u016E", Uscr: "\u{1D4B0}", Utilde: "\u0168", Uum: "\xDC", Uuml: "\xDC", VDash: "\u22AB", Vbar: "\u2AEB", Vcy: "\u0412", Vdash: "\u22A9", Vdashl: "\u2AE6", Vee: "\u22C1", Verbar: "\u2016", Vert: "\u2016", VerticalBar: "\u2223", VerticalLine: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", VeryThinSpace: "\u200A", Vfr: "\u{1D519}", Vopf: "\u{1D54D}", Vscr: "\u{1D4B1}", Vvdash: "\u22AA", Wcirc: "\u0174", Wedge: "\u22C0", Wfr: "\u{1D51A}", Wopf: "\u{1D54E}", Wscr: "\u{1D4B2}", Xfr: "\u{1D51B}", Xi: "\u039E", Xopf: "\u{1D54F}", Xscr: "\u{1D4B3}", YAcy: "\u042F", YIcy: "\u0407", YUcy: "\u042E", Yacut: "\xDD", Yacute: "\xDD", Ycirc: "\u0176", Ycy: "\u042B", Yfr: "\u{1D51C}", Yopf: "\u{1D550}", Yscr: "\u{1D4B4}", Yuml: "\u0178", ZHcy: "\u0416", Zacute: "\u0179", Zcaron: "\u017D", Zcy: "\u0417", Zdot: "\u017B", ZeroWidthSpace: "\u200B", Zeta: "\u0396", Zfr: "\u2128", Zopf: "\u2124", Zscr: "\u{1D4B5}", aacut: "\xE1", aacute: "\xE1", abreve: "\u0103", ac: "\u223E", acE: "\u223E\u0333", acd: "\u223F", acir: "\xE2", acirc: "\xE2", acut: "\xB4", acute: "\xB4", acy: "\u0430", aeli: "\xE6", aelig: "\xE6", af: "\u2061", afr: "\u{1D51E}", agrav: "\xE0", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", alpha: "\u03B1", amacr: "\u0101", amalg: "\u2A3F", am: "&", amp: "&", and: "\u2227", andand: "\u2A55", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", ange: "\u29A4", angle: "\u2220", angmsd: "\u2221", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angst: "\xC5", angzarr: "\u237C", aogon: "\u0105", aopf: "\u{1D552}", ap: "\u2248", apE: "\u2A70", apacir: "\u2A6F", ape: "\u224A", apid: "\u224B", apos: "'", approx: "\u2248", approxeq: "\u224A", arin: "\xE5", aring: "\xE5", ascr: "\u{1D4B6}", ast: "*", asymp: "\u2248", asympeq: "\u224D", atild: "\xE3", atilde: "\xE3", aum: "\xE4", auml: "\xE4", awconint: "\u2233", awint: "\u2A11", bNot: "\u2AED", backcong: "\u224C", backepsilon: "\u03F6", backprime: "\u2035", backsim: "\u223D", backsimeq: "\u22CD", barvee: "\u22BD", barwed: "\u2305", barwedge: "\u2305", bbrk: "\u23B5", bbrktbrk: "\u23B6", bcong: "\u224C", bcy: "\u0431", bdquo: "\u201E", becaus: "\u2235", because: "\u2235", bemptyv: "\u29B0", bepsi: "\u03F6", bernou: "\u212C", beta: "\u03B2", beth: "\u2136", between: "\u226C", bfr: "\u{1D51F}", bigcap: "\u22C2", bigcirc: "\u25EF", bigcup: "\u22C3", bigodot: "\u2A00", bigoplus: "\u2A01", bigotimes: "\u2A02", bigsqcup: "\u2A06", bigstar: "\u2605", bigtriangledown: "\u25BD", bigtriangleup: "\u25B3", biguplus: "\u2A04", bigvee: "\u22C1", bigwedge: "\u22C0", bkarow: "\u290D", blacklozenge: "\u29EB", blacksquare: "\u25AA", blacktriangle: "\u25B4", blacktriangledown: "\u25BE", blacktriangleleft: "\u25C2", blacktriangleright: "\u25B8", blank: "\u2423", blk12: "\u2592", blk14: "\u2591", blk34: "\u2593", block: "\u2588", bne: "=\u20E5", bnequiv: "\u2261\u20E5", bnot: "\u2310", bopf: "\u{1D553}", bot: "\u22A5", bottom: "\u22A5", bowtie: "\u22C8", boxDL: "\u2557", boxDR: "\u2554", boxDl: "\u2556", boxDr: "\u2553", boxH: "\u2550", boxHD: "\u2566", boxHU: "\u2569", boxHd: "\u2564", boxHu: "\u2567", boxUL: "\u255D", boxUR: "\u255A", boxUl: "\u255C", boxUr: "\u2559", boxV: "\u2551", boxVH: "\u256C", boxVL: "\u2563", boxVR: "\u2560", boxVh: "\u256B", boxVl: "\u2562", boxVr: "\u255F", boxbox: "\u29C9", boxdL: "\u2555", boxdR: "\u2552", boxdl: "\u2510", boxdr: "\u250C", boxh: "\u2500", boxhD: "\u2565", boxhU: "\u2568", boxhd: "\u252C", boxhu: "\u2534", boxminus: "\u229F", boxplus: "\u229E", boxtimes: "\u22A0", boxuL: "\u255B", boxuR: "\u2558", boxul: "\u2518", boxur: "\u2514", boxv: "\u2502", boxvH: "\u256A", boxvL: "\u2561", boxvR: "\u255E", boxvh: "\u253C", boxvl: "\u2524", boxvr: "\u251C", bprime: "\u2035", breve: "\u02D8", brvba: "\xA6", brvbar: "\xA6", bscr: "\u{1D4B7}", bsemi: "\u204F", bsim: "\u223D", bsime: "\u22CD", bsol: "\\", bsolb: "\u29C5", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bump: "\u224E", bumpE: "\u2AAE", bumpe: "\u224F", bumpeq: "\u224F", cacute: "\u0107", cap: "\u2229", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", capcup: "\u2A47", capdot: "\u2A40", caps: "\u2229\uFE00", caret: "\u2041", caron: "\u02C7", ccaps: "\u2A4D", ccaron: "\u010D", ccedi: "\xE7", ccedil: "\xE7", ccirc: "\u0109", ccups: "\u2A4C", ccupssm: "\u2A50", cdot: "\u010B", cedi: "\xB8", cedil: "\xB8", cemptyv: "\u29B2", cen: "\xA2", cent: "\xA2", centerdot: "\xB7", cfr: "\u{1D520}", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", chi: "\u03C7", cir: "\u25CB", cirE: "\u29C3", circ: "\u02C6", circeq: "\u2257", circlearrowleft: "\u21BA", circlearrowright: "\u21BB", circledR: "\xAE", circledS: "\u24C8", circledast: "\u229B", circledcirc: "\u229A", circleddash: "\u229D", cire: "\u2257", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", clubs: "\u2663", clubsuit: "\u2663", colon: ":", colone: "\u2254", coloneq: "\u2254", comma: ",", commat: "@", comp: "\u2201", compfn: "\u2218", complement: "\u2201", complexes: "\u2102", cong: "\u2245", congdot: "\u2A6D", conint: "\u222E", copf: "\u{1D554}", coprod: "\u2210", cop: "\xA9", copy: "\xA9", copysr: "\u2117", crarr: "\u21B5", cross: "\u2717", cscr: "\u{1D4B8}", csub: "\u2ACF", csube: "\u2AD1", csup: "\u2AD0", csupe: "\u2AD2", ctdot: "\u22EF", cudarrl: "\u2938", cudarrr: "\u2935", cuepr: "\u22DE", cuesc: "\u22DF", cularr: "\u21B6", cularrp: "\u293D", cup: "\u222A", cupbrcap: "\u2A48", cupcap: "\u2A46", cupcup: "\u2A4A", cupdot: "\u228D", cupor: "\u2A45", cups: "\u222A\uFE00", curarr: "\u21B7", curarrm: "\u293C", curlyeqprec: "\u22DE", curlyeqsucc: "\u22DF", curlyvee: "\u22CE", curlywedge: "\u22CF", curre: "\xA4", curren: "\xA4", curvearrowleft: "\u21B6", curvearrowright: "\u21B7", cuvee: "\u22CE", cuwed: "\u22CF", cwconint: "\u2232", cwint: "\u2231", cylcty: "\u232D", dArr: "\u21D3", dHar: "\u2965", dagger: "\u2020", daleth: "\u2138", darr: "\u2193", dash: "\u2010", dashv: "\u22A3", dbkarow: "\u290F", dblac: "\u02DD", dcaron: "\u010F", dcy: "\u0434", dd: "\u2146", ddagger: "\u2021", ddarr: "\u21CA", ddotseq: "\u2A77", de: "\xB0", deg: "\xB0", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", dfr: "\u{1D521}", dharl: "\u21C3", dharr: "\u21C2", diam: "\u22C4", diamond: "\u22C4", diamondsuit: "\u2666", diams: "\u2666", die: "\xA8", digamma: "\u03DD", disin: "\u22F2", div: "\xF7", divid: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", djcy: "\u0452", dlcorn: "\u231E", dlcrop: "\u230D", dollar: "$", dopf: "\u{1D555}", dot: "\u02D9", doteq: "\u2250", doteqdot: "\u2251", dotminus: "\u2238", dotplus: "\u2214", dotsquare: "\u22A1", doublebarwedge: "\u2306", downarrow: "\u2193", downdownarrows: "\u21CA", downharpoonleft: "\u21C3", downharpoonright: "\u21C2", drbkarow: "\u2910", drcorn: "\u231F", drcrop: "\u230C", dscr: "\u{1D4B9}", dscy: "\u0455", dsol: "\u29F6", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", dtrif: "\u25BE", duarr: "\u21F5", duhar: "\u296F", dwangle: "\u29A6", dzcy: "\u045F", dzigrarr: "\u27FF", eDDot: "\u2A77", eDot: "\u2251", eacut: "\xE9", eacute: "\xE9", easter: "\u2A6E", ecaron: "\u011B", ecir: "\xEA", ecirc: "\xEA", ecolon: "\u2255", ecy: "\u044D", edot: "\u0117", ee: "\u2147", efDot: "\u2252", efr: "\u{1D522}", eg: "\u2A9A", egrav: "\xE8", egrave: "\xE8", egs: "\u2A96", egsdot: "\u2A98", el: "\u2A99", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", elsdot: "\u2A97", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", emptyv: "\u2205", emsp13: "\u2004", emsp14: "\u2005", emsp: "\u2003", eng: "\u014B", ensp: "\u2002", eogon: "\u0119", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", epsilon: "\u03B5", epsiv: "\u03F5", eqcirc: "\u2256", eqcolon: "\u2255", eqsim: "\u2242", eqslantgtr: "\u2A96", eqslantless: "\u2A95", equals: "=", equest: "\u225F", equiv: "\u2261", equivDD: "\u2A78", eqvparsl: "\u29E5", erDot: "\u2253", erarr: "\u2971", escr: "\u212F", esdot: "\u2250", esim: "\u2242", eta: "\u03B7", et: "\xF0", eth: "\xF0", eum: "\xEB", euml: "\xEB", euro: "\u20AC", excl: "!", exist: "\u2203", expectation: "\u2130", exponentiale: "\u2147", fallingdotseq: "\u2252", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", ffr: "\u{1D523}", filig: "\uFB01", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", fopf: "\u{1D557}", forall: "\u2200", fork: "\u22D4", forkv: "\u2AD9", fpartint: "\u2A0D", frac1: "\xBC", frac12: "\xBD", frac13: "\u2153", frac14: "\xBC", frac15: "\u2155", frac16: "\u2159", frac18: "\u215B", frac23: "\u2154", frac25: "\u2156", frac3: "\xBE", frac34: "\xBE", frac35: "\u2157", frac38: "\u215C", frac45: "\u2158", frac56: "\u215A", frac58: "\u215D", frac78: "\u215E", frasl: "\u2044", frown: "\u2322", fscr: "\u{1D4BB}", gE: "\u2267", gEl: "\u2A8C", gacute: "\u01F5", gamma: "\u03B3", gammad: "\u03DD", gap: "\u2A86", gbreve: "\u011F", gcirc: "\u011D", gcy: "\u0433", gdot: "\u0121", ge: "\u2265", gel: "\u22DB", geq: "\u2265", geqq: "\u2267", geqslant: "\u2A7E", ges: "\u2A7E", gescc: "\u2AA9", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", gfr: "\u{1D524}", gg: "\u226B", ggg: "\u22D9", gimel: "\u2137", gjcy: "\u0453", gl: "\u2277", glE: "\u2A92", gla: "\u2AA5", glj: "\u2AA4", gnE: "\u2269", gnap: "\u2A8A", gnapprox: "\u2A8A", gne: "\u2A88", gneq: "\u2A88", gneqq: "\u2269", gnsim: "\u22E7", gopf: "\u{1D558}", grave: "`", gscr: "\u210A", gsim: "\u2273", gsime: "\u2A8E", gsiml: "\u2A90", g: ">", gt: ">", gtcc: "\u2AA7", gtcir: "\u2A7A", gtdot: "\u22D7", gtlPar: "\u2995", gtquest: "\u2A7C", gtrapprox: "\u2A86", gtrarr: "\u2978", gtrdot: "\u22D7", gtreqless: "\u22DB", gtreqqless: "\u2A8C", gtrless: "\u2277", gtrsim: "\u2273", gvertneqq: "\u2269\uFE00", gvnE: "\u2269\uFE00", hArr: "\u21D4", hairsp: "\u200A", half: "\xBD", hamilt: "\u210B", hardcy: "\u044A", harr: "\u2194", harrcir: "\u2948", harrw: "\u21AD", hbar: "\u210F", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", hercon: "\u22B9", hfr: "\u{1D525}", hksearow: "\u2925", hkswarow: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", hookrightarrow: "\u21AA", hopf: "\u{1D559}", horbar: "\u2015", hscr: "\u{1D4BD}", hslash: "\u210F", hstrok: "\u0127", hybull: "\u2043", hyphen: "\u2010", iacut: "\xED", iacute: "\xED", ic: "\u2063", icir: "\xEE", icirc: "\xEE", icy: "\u0438", iecy: "\u0435", iexc: "\xA1", iexcl: "\xA1", iff: "\u21D4", ifr: "\u{1D526}", igrav: "\xEC", igrave: "\xEC", ii: "\u2148", iiiint: "\u2A0C", iiint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", ijlig: "\u0133", imacr: "\u012B", image: "\u2111", imagline: "\u2110", imagpart: "\u2111", imath: "\u0131", imof: "\u22B7", imped: "\u01B5", in: "\u2208", incare: "\u2105", infin: "\u221E", infintie: "\u29DD", inodot: "\u0131", int: "\u222B", intcal: "\u22BA", integers: "\u2124", intercal: "\u22BA", intlarhk: "\u2A17", intprod: "\u2A3C", iocy: "\u0451", iogon: "\u012F", iopf: "\u{1D55A}", iota: "\u03B9", iprod: "\u2A3C", iques: "\xBF", iquest: "\xBF", iscr: "\u{1D4BE}", isin: "\u2208", isinE: "\u22F9", isindot: "\u22F5", isins: "\u22F4", isinsv: "\u22F3", isinv: "\u2208", it: "\u2062", itilde: "\u0129", iukcy: "\u0456", ium: "\xEF", iuml: "\xEF", jcirc: "\u0135", jcy: "\u0439", jfr: "\u{1D527}", jmath: "\u0237", jopf: "\u{1D55B}", jscr: "\u{1D4BF}", jsercy: "\u0458", jukcy: "\u0454", kappa: "\u03BA", kappav: "\u03F0", kcedil: "\u0137", kcy: "\u043A", kfr: "\u{1D528}", kgreen: "\u0138", khcy: "\u0445", kjcy: "\u045C", kopf: "\u{1D55C}", kscr: "\u{1D4C0}", lAarr: "\u21DA", lArr: "\u21D0", lAtail: "\u291B", lBarr: "\u290E", lE: "\u2266", lEg: "\u2A8B", lHar: "\u2962", lacute: "\u013A", laemptyv: "\u29B4", lagran: "\u2112", lambda: "\u03BB", lang: "\u27E8", langd: "\u2991", langle: "\u27E8", lap: "\u2A85", laqu: "\xAB", laquo: "\xAB", larr: "\u2190", larrb: "\u21E4", larrbfs: "\u291F", larrfs: "\u291D", larrhk: "\u21A9", larrlp: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", lat: "\u2AAB", latail: "\u2919", late: "\u2AAD", lates: "\u2AAD\uFE00", lbarr: "\u290C", lbbrk: "\u2772", lbrace: "{", lbrack: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", lcaron: "\u013E", lcedil: "\u013C", lceil: "\u2308", lcub: "{", lcy: "\u043B", ldca: "\u2936", ldquo: "\u201C", ldquor: "\u201E", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", le: "\u2264", leftarrow: "\u2190", leftarrowtail: "\u21A2", leftharpoondown: "\u21BD", leftharpoonup: "\u21BC", leftleftarrows: "\u21C7", leftrightarrow: "\u2194", leftrightarrows: "\u21C6", leftrightharpoons: "\u21CB", leftrightsquigarrow: "\u21AD", leftthreetimes: "\u22CB", leg: "\u22DA", leq: "\u2264", leqq: "\u2266", leqslant: "\u2A7D", les: "\u2A7D", lescc: "\u2AA8", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessapprox: "\u2A85", lessdot: "\u22D6", lesseqgtr: "\u22DA", lesseqqgtr: "\u2A8B", lessgtr: "\u2276", lesssim: "\u2272", lfisht: "\u297C", lfloor: "\u230A", lfr: "\u{1D529}", lg: "\u2276", lgE: "\u2A91", lhard: "\u21BD", lharu: "\u21BC", lharul: "\u296A", lhblk: "\u2584", ljcy: "\u0459", ll: "\u226A", llarr: "\u21C7", llcorner: "\u231E", llhard: "\u296B", lltri: "\u25FA", lmidot: "\u0140", lmoust: "\u23B0", lmoustache: "\u23B0", lnE: "\u2268", lnap: "\u2A89", lnapprox: "\u2A89", lne: "\u2A87", lneq: "\u2A87", lneqq: "\u2268", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", lobrk: "\u27E6", longleftarrow: "\u27F5", longleftrightarrow: "\u27F7", longmapsto: "\u27FC", longrightarrow: "\u27F6", looparrowleft: "\u21AB", looparrowright: "\u21AC", lopar: "\u2985", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", lowbar: "_", loz: "\u25CA", lozenge: "\u25CA", lozf: "\u29EB", lpar: "(", lparlt: "\u2993", lrarr: "\u21C6", lrcorner: "\u231F", lrhar: "\u21CB", lrhard: "\u296D", lrm: "\u200E", lrtri: "\u22BF", lsaquo: "\u2039", lscr: "\u{1D4C1}", lsh: "\u21B0", lsim: "\u2272", lsime: "\u2A8D", lsimg: "\u2A8F", lsqb: "[", lsquo: "\u2018", lsquor: "\u201A", lstrok: "\u0142", l: "<", lt: "<", ltcc: "\u2AA6", ltcir: "\u2A79", ltdot: "\u22D6", lthree: "\u22CB", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltrPar: "\u2996", ltri: "\u25C3", ltrie: "\u22B4", ltrif: "\u25C2", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", mDDot: "\u223A", mac: "\xAF", macr: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", map: "\u21A6", mapsto: "\u21A6", mapstodown: "\u21A7", mapstoleft: "\u21A4", mapstoup: "\u21A5", marker: "\u25AE", mcomma: "\u2A29", mcy: "\u043C", mdash: "\u2014", measuredangle: "\u2221", mfr: "\u{1D52A}", mho: "\u2127", micr: "\xB5", micro: "\xB5", mid: "\u2223", midast: "*", midcir: "\u2AF0", middo: "\xB7", middot: "\xB7", minus: "\u2212", minusb: "\u229F", minusd: "\u2238", minusdu: "\u2A2A", mlcp: "\u2ADB", mldr: "\u2026", mnplus: "\u2213", models: "\u22A7", mopf: "\u{1D55E}", mp: "\u2213", mscr: "\u{1D4C2}", mstpos: "\u223E", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nGg: "\u22D9\u0338", nGt: "\u226B\u20D2", nGtv: "\u226B\u0338", nLeftarrow: "\u21CD", nLeftrightarrow: "\u21CE", nLl: "\u22D8\u0338", nLt: "\u226A\u20D2", nLtv: "\u226A\u0338", nRightarrow: "\u21CF", nVDash: "\u22AF", nVdash: "\u22AE", nabla: "\u2207", nacute: "\u0144", nang: "\u2220\u20D2", nap: "\u2249", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", napprox: "\u2249", natur: "\u266E", natural: "\u266E", naturals: "\u2115", nbs: "\xA0", nbsp: "\xA0", nbump: "\u224E\u0338", nbumpe: "\u224F\u0338", ncap: "\u2A43", ncaron: "\u0148", ncedil: "\u0146", ncong: "\u2247", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", ncy: "\u043D", ndash: "\u2013", ne: "\u2260", neArr: "\u21D7", nearhk: "\u2924", nearr: "\u2197", nearrow: "\u2197", nedot: "\u2250\u0338", nequiv: "\u2262", nesear: "\u2928", nesim: "\u2242\u0338", nexist: "\u2204", nexists: "\u2204", nfr: "\u{1D52B}", ngE: "\u2267\u0338", nge: "\u2271", ngeq: "\u2271", ngeqq: "\u2267\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", ngsim: "\u2275", ngt: "\u226F", ngtr: "\u226F", nhArr: "\u21CE", nharr: "\u21AE", nhpar: "\u2AF2", ni: "\u220B", nis: "\u22FC", nisd: "\u22FA", niv: "\u220B", njcy: "\u045A", nlArr: "\u21CD", nlE: "\u2266\u0338", nlarr: "\u219A", nldr: "\u2025", nle: "\u2270", nleftarrow: "\u219A", nleftrightarrow: "\u21AE", nleq: "\u2270", nleqq: "\u2266\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", nless: "\u226E", nlsim: "\u2274", nlt: "\u226E", nltri: "\u22EA", nltrie: "\u22EC", nmid: "\u2224", nopf: "\u{1D55F}", no: "\xAC", not: "\xAC", notin: "\u2209", notinE: "\u22F9\u0338", notindot: "\u22F5\u0338", notinva: "\u2209", notinvb: "\u22F7", notinvc: "\u22F6", notni: "\u220C", notniva: "\u220C", notnivb: "\u22FE", notnivc: "\u22FD", npar: "\u2226", nparallel: "\u2226", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", npr: "\u2280", nprcue: "\u22E0", npre: "\u2AAF\u0338", nprec: "\u2280", npreceq: "\u2AAF\u0338", nrArr: "\u21CF", nrarr: "\u219B", nrarrc: "\u2933\u0338", nrarrw: "\u219D\u0338", nrightarrow: "\u219B", nrtri: "\u22EB", nrtrie: "\u22ED", nsc: "\u2281", nsccue: "\u22E1", nsce: "\u2AB0\u0338", nscr: "\u{1D4C3}", nshortmid: "\u2224", nshortparallel: "\u2226", nsim: "\u2241", nsime: "\u2244", nsimeq: "\u2244", nsmid: "\u2224", nspar: "\u2226", nsqsube: "\u22E2", nsqsupe: "\u22E3", nsub: "\u2284", nsubE: "\u2AC5\u0338", nsube: "\u2288", nsubset: "\u2282\u20D2", nsubseteq: "\u2288", nsubseteqq: "\u2AC5\u0338", nsucc: "\u2281", nsucceq: "\u2AB0\u0338", nsup: "\u2285", nsupE: "\u2AC6\u0338", nsupe: "\u2289", nsupset: "\u2283\u20D2", nsupseteq: "\u2289", nsupseteqq: "\u2AC6\u0338", ntgl: "\u2279", ntild: "\xF1", ntilde: "\xF1", ntlg: "\u2278", ntriangleleft: "\u22EA", ntrianglelefteq: "\u22EC", ntriangleright: "\u22EB", ntrianglerighteq: "\u22ED", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvDash: "\u22AD", nvHarr: "\u2904", nvap: "\u224D\u20D2", nvdash: "\u22AC", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwArr: "\u21D6", nwarhk: "\u2923", nwarr: "\u2196", nwarrow: "\u2196", nwnear: "\u2927", oS: "\u24C8", oacut: "\xF3", oacute: "\xF3", oast: "\u229B", ocir: "\xF4", ocirc: "\xF4", ocy: "\u043E", odash: "\u229D", odblac: "\u0151", odiv: "\u2A38", odot: "\u2299", odsold: "\u29BC", oelig: "\u0153", ofcir: "\u29BF", ofr: "\u{1D52C}", ogon: "\u02DB", ograv: "\xF2", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", ohm: "\u03A9", oint: "\u222E", olarr: "\u21BA", olcir: "\u29BE", olcross: "\u29BB", oline: "\u203E", olt: "\u29C0", omacr: "\u014D", omega: "\u03C9", omicron: "\u03BF", omid: "\u29B6", ominus: "\u2296", oopf: "\u{1D560}", opar: "\u29B7", operp: "\u29B9", oplus: "\u2295", or: "\u2228", orarr: "\u21BB", ord: "\xBA", order: "\u2134", orderof: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oscr: "\u2134", oslas: "\xF8", oslash: "\xF8", osol: "\u2298", otild: "\xF5", otilde: "\xF5", otimes: "\u2297", otimesas: "\u2A36", oum: "\xF6", ouml: "\xF6", ovbar: "\u233D", par: "\xB6", para: "\xB6", parallel: "\u2225", parsim: "\u2AF3", parsl: "\u2AFD", part: "\u2202", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", perp: "\u22A5", pertenk: "\u2031", pfr: "\u{1D52D}", phi: "\u03C6", phiv: "\u03D5", phmmat: "\u2133", phone: "\u260E", pi: "\u03C0", pitchfork: "\u22D4", piv: "\u03D6", planck: "\u210F", planckh: "\u210E", plankv: "\u210F", plus: "+", plusacir: "\u2A23", plusb: "\u229E", pluscir: "\u2A22", plusdo: "\u2214", plusdu: "\u2A25", pluse: "\u2A72", plusm: "\xB1", plusmn: "\xB1", plussim: "\u2A26", plustwo: "\u2A27", pm: "\xB1", pointint: "\u2A15", popf: "\u{1D561}", poun: "\xA3", pound: "\xA3", pr: "\u227A", prE: "\u2AB3", prap: "\u2AB7", prcue: "\u227C", pre: "\u2AAF", prec: "\u227A", precapprox: "\u2AB7", preccurlyeq: "\u227C", preceq: "\u2AAF", precnapprox: "\u2AB9", precneqq: "\u2AB5", precnsim: "\u22E8", precsim: "\u227E", prime: "\u2032", primes: "\u2119", prnE: "\u2AB5", prnap: "\u2AB9", prnsim: "\u22E8", prod: "\u220F", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prop: "\u221D", propto: "\u221D", prsim: "\u227E", prurel: "\u22B0", pscr: "\u{1D4C5}", psi: "\u03C8", puncsp: "\u2008", qfr: "\u{1D52E}", qint: "\u2A0C", qopf: "\u{1D562}", qprime: "\u2057", qscr: "\u{1D4C6}", quaternions: "\u210D", quatint: "\u2A16", quest: "?", questeq: "\u225F", quo: '"', quot: '"', rAarr: "\u21DB", rArr: "\u21D2", rAtail: "\u291C", rBarr: "\u290F", rHar: "\u2964", race: "\u223D\u0331", racute: "\u0155", radic: "\u221A", raemptyv: "\u29B3", rang: "\u27E9", rangd: "\u2992", range: "\u29A5", rangle: "\u27E9", raqu: "\xBB", raquo: "\xBB", rarr: "\u2192", rarrap: "\u2975", rarrb: "\u21E5", rarrbfs: "\u2920", rarrc: "\u2933", rarrfs: "\u291E", rarrhk: "\u21AA", rarrlp: "\u21AC", rarrpl: "\u2945", rarrsim: "\u2974", rarrtl: "\u21A3", rarrw: "\u219D", ratail: "\u291A", ratio: "\u2236", rationals: "\u211A", rbarr: "\u290D", rbbrk: "\u2773", rbrace: "}", rbrack: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", rcaron: "\u0159", rcedil: "\u0157", rceil: "\u2309", rcub: "}", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdquo: "\u201D", rdquor: "\u201D", rdsh: "\u21B3", real: "\u211C", realine: "\u211B", realpart: "\u211C", reals: "\u211D", rect: "\u25AD", re: "\xAE", reg: "\xAE", rfisht: "\u297D", rfloor: "\u230B", rfr: "\u{1D52F}", rhard: "\u21C1", rharu: "\u21C0", rharul: "\u296C", rho: "\u03C1", rhov: "\u03F1", rightarrow: "\u2192", rightarrowtail: "\u21A3", rightharpoondown: "\u21C1", rightharpoonup: "\u21C0", rightleftarrows: "\u21C4", rightleftharpoons: "\u21CC", rightrightarrows: "\u21C9", rightsquigarrow: "\u219D", rightthreetimes: "\u22CC", ring: "\u02DA", risingdotseq: "\u2253", rlarr: "\u21C4", rlhar: "\u21CC", rlm: "\u200F", rmoust: "\u23B1", rmoustache: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", robrk: "\u27E7", ropar: "\u2986", ropf: "\u{1D563}", roplus: "\u2A2E", rotimes: "\u2A35", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rrarr: "\u21C9", rsaquo: "\u203A", rscr: "\u{1D4C7}", rsh: "\u21B1", rsqb: "]", rsquo: "\u2019", rsquor: "\u2019", rthree: "\u22CC", rtimes: "\u22CA", rtri: "\u25B9", rtrie: "\u22B5", rtrif: "\u25B8", rtriltri: "\u29CE", ruluhar: "\u2968", rx: "\u211E", sacute: "\u015B", sbquo: "\u201A", sc: "\u227B", scE: "\u2AB4", scap: "\u2AB8", scaron: "\u0161", sccue: "\u227D", sce: "\u2AB0", scedil: "\u015F", scirc: "\u015D", scnE: "\u2AB6", scnap: "\u2ABA", scnsim: "\u22E9", scpolint: "\u2A13", scsim: "\u227F", scy: "\u0441", sdot: "\u22C5", sdotb: "\u22A1", sdote: "\u2A66", seArr: "\u21D8", searhk: "\u2925", searr: "\u2198", searrow: "\u2198", sec: "\xA7", sect: "\xA7", semi: ";", seswar: "\u2929", setminus: "\u2216", setmn: "\u2216", sext: "\u2736", sfr: "\u{1D530}", sfrown: "\u2322", sharp: "\u266F", shchcy: "\u0449", shcy: "\u0448", shortmid: "\u2223", shortparallel: "\u2225", sh: "\xAD", shy: "\xAD", sigma: "\u03C3", sigmaf: "\u03C2", sigmav: "\u03C2", sim: "\u223C", simdot: "\u2A6A", sime: "\u2243", simeq: "\u2243", simg: "\u2A9E", simgE: "\u2AA0", siml: "\u2A9D", simlE: "\u2A9F", simne: "\u2246", simplus: "\u2A24", simrarr: "\u2972", slarr: "\u2190", smallsetminus: "\u2216", smashp: "\u2A33", smeparsl: "\u29E4", smid: "\u2223", smile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", softcy: "\u044C", sol: "/", solb: "\u29C4", solbar: "\u233F", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", spar: "\u2225", sqcap: "\u2293", sqcaps: "\u2293\uFE00", sqcup: "\u2294", sqcups: "\u2294\uFE00", sqsub: "\u228F", sqsube: "\u2291", sqsubset: "\u228F", sqsubseteq: "\u2291", sqsup: "\u2290", sqsupe: "\u2292", sqsupset: "\u2290", sqsupseteq: "\u2292", squ: "\u25A1", square: "\u25A1", squarf: "\u25AA", squf: "\u25AA", srarr: "\u2192", sscr: "\u{1D4C8}", ssetmn: "\u2216", ssmile: "\u2323", sstarf: "\u22C6", star: "\u2606", starf: "\u2605", straightepsilon: "\u03F5", straightphi: "\u03D5", strns: "\xAF", sub: "\u2282", subE: "\u2AC5", subdot: "\u2ABD", sube: "\u2286", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subne: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", subset: "\u2282", subseteq: "\u2286", subseteqq: "\u2AC5", subsetneq: "\u228A", subsetneqq: "\u2ACB", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", succ: "\u227B", succapprox: "\u2AB8", succcurlyeq: "\u227D", succeq: "\u2AB0", succnapprox: "\u2ABA", succneqq: "\u2AB6", succnsim: "\u22E9", succsim: "\u227F", sum: "\u2211", sung: "\u266A", sup: "\u2283", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", supE: "\u2AC6", supdot: "\u2ABE", supdsub: "\u2AD8", supe: "\u2287", supedot: "\u2AC4", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supne: "\u228B", supplus: "\u2AC0", supset: "\u2283", supseteq: "\u2287", supseteqq: "\u2AC6", supsetneq: "\u228B", supsetneqq: "\u2ACC", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swArr: "\u21D9", swarhk: "\u2926", swarr: "\u2199", swarrow: "\u2199", swnwar: "\u292A", szli: "\xDF", szlig: "\xDF", target: "\u2316", tau: "\u03C4", tbrk: "\u23B4", tcaron: "\u0165", tcedil: "\u0163", tcy: "\u0442", tdot: "\u20DB", telrec: "\u2315", tfr: "\u{1D531}", there4: "\u2234", therefore: "\u2234", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", thickapprox: "\u2248", thicksim: "\u223C", thinsp: "\u2009", thkap: "\u2248", thksim: "\u223C", thor: "\xFE", thorn: "\xFE", tilde: "\u02DC", time: "\xD7", times: "\xD7", timesb: "\u22A0", timesbar: "\u2A31", timesd: "\u2A30", tint: "\u222D", toea: "\u2928", top: "\u22A4", topbot: "\u2336", topcir: "\u2AF1", topf: "\u{1D565}", topfork: "\u2ADA", tosa: "\u2929", tprime: "\u2034", trade: "\u2122", triangle: "\u25B5", triangledown: "\u25BF", triangleleft: "\u25C3", trianglelefteq: "\u22B4", triangleq: "\u225C", triangleright: "\u25B9", trianglerighteq: "\u22B5", tridot: "\u25EC", trie: "\u225C", triminus: "\u2A3A", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", tscr: "\u{1D4C9}", tscy: "\u0446", tshcy: "\u045B", tstrok: "\u0167", twixt: "\u226C", twoheadleftarrow: "\u219E", twoheadrightarrow: "\u21A0", uArr: "\u21D1", uHar: "\u2963", uacut: "\xFA", uacute: "\xFA", uarr: "\u2191", ubrcy: "\u045E", ubreve: "\u016D", ucir: "\xFB", ucirc: "\xFB", ucy: "\u0443", udarr: "\u21C5", udblac: "\u0171", udhar: "\u296E", ufisht: "\u297E", ufr: "\u{1D532}", ugrav: "\xF9", ugrave: "\xF9", uharl: "\u21BF", uharr: "\u21BE", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", umacr: "\u016B", um: "\xA8", uml: "\xA8", uogon: "\u0173", uopf: "\u{1D566}", uparrow: "\u2191", updownarrow: "\u2195", upharpoonleft: "\u21BF", upharpoonright: "\u21BE", uplus: "\u228E", upsi: "\u03C5", upsih: "\u03D2", upsilon: "\u03C5", upuparrows: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", uring: "\u016F", urtri: "\u25F9", uscr: "\u{1D4CA}", utdot: "\u22F0", utilde: "\u0169", utri: "\u25B5", utrif: "\u25B4", uuarr: "\u21C8", uum: "\xFC", uuml: "\xFC", uwangle: "\u29A7", vArr: "\u21D5", vBar: "\u2AE8", vBarv: "\u2AE9", vDash: "\u22A8", vangrt: "\u299C", varepsilon: "\u03F5", varkappa: "\u03F0", varnothing: "\u2205", varphi: "\u03D5", varpi: "\u03D6", varpropto: "\u221D", varr: "\u2195", varrho: "\u03F1", varsigma: "\u03C2", varsubsetneq: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vartheta: "\u03D1", vartriangleleft: "\u22B2", vartriangleright: "\u22B3", vcy: "\u0432", vdash: "\u22A2", vee: "\u2228", veebar: "\u22BB", veeeq: "\u225A", vellip: "\u22EE", verbar: "|", vert: "|", vfr: "\u{1D533}", vltri: "\u22B2", vnsub: "\u2282\u20D2", vnsup: "\u2283\u20D2", vopf: "\u{1D567}", vprop: "\u221D", vrtri: "\u22B3", vscr: "\u{1D4CB}", vsubnE: "\u2ACB\uFE00", vsubne: "\u228A\uFE00", vsupnE: "\u2ACC\uFE00", vsupne: "\u228B\uFE00", vzigzag: "\u299A", wcirc: "\u0175", wedbar: "\u2A5F", wedge: "\u2227", wedgeq: "\u2259", weierp: "\u2118", wfr: "\u{1D534}", wopf: "\u{1D568}", wp: "\u2118", wr: "\u2240", wreath: "\u2240", wscr: "\u{1D4CC}", xcap: "\u22C2", xcirc: "\u25EF", xcup: "\u22C3", xdtri: "\u25BD", xfr: "\u{1D535}", xhArr: "\u27FA", xharr: "\u27F7", xi: "\u03BE", xlArr: "\u27F8", xlarr: "\u27F5", xmap: "\u27FC", xnis: "\u22FB", xodot: "\u2A00", xopf: "\u{1D569}", xoplus: "\u2A01", xotime: "\u2A02", xrArr: "\u27F9", xrarr: "\u27F6", xscr: "\u{1D4CD}", xsqcup: "\u2A06", xuplus: "\u2A04", xutri: "\u25B3", xvee: "\u22C1", xwedge: "\u22C0", yacut: "\xFD", yacute: "\xFD", yacy: "\u044F", ycirc: "\u0177", ycy: "\u044B", ye: "\xA5", yen: "\xA5", yfr: "\u{1D536}", yicy: "\u0457", yopf: "\u{1D56A}", yscr: "\u{1D4CE}", yucy: "\u044E", yum: "\xFF", yuml: "\xFF", zacute: "\u017A", zcaron: "\u017E", zcy: "\u0437", zdot: "\u017C", zeetrf: "\u2128", zeta: "\u03B6", zfr: "\u{1D537}", zhcy: "\u0436", zigrarr: "\u21DD", zopf: "\u{1D56B}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" };
409
+ });
410
+ var zu = C((kv, Uu) => {
411
+ "use strict";
412
+ var Mu = Nu();
413
+ Uu.exports = _D;
414
+ var qD = {}.hasOwnProperty;
415
+ function _D(e) {
416
+ return qD.call(Mu, e) ? Mu[e] : false;
417
+ }
418
+ });
419
+ var dr = C((Bv, ea) => {
420
+ "use strict";
421
+ var Gu = qu(), Yu = _u(), SD = Re(), PD = Ou(), Wu = Ru(), OD = zu();
422
+ ea.exports = WD;
423
+ var LD = {}.hasOwnProperty, Ke = String.fromCharCode, ID = Function.prototype, $u = { warning: null, reference: null, text: null, warningContext: null, referenceContext: null, textContext: null, position: {}, additional: null, attribute: false, nonTerminated: true }, RD = 9, Vu = 10, ND = 12, MD = 32, ju = 38, UD = 59, zD = 60, GD = 61, YD = 35, $D = 88, VD = 120, jD = 65533, Xe = "named", zt = "hexadecimal", Gt = "decimal", Yt = {};
424
+ Yt[zt] = 16;
425
+ Yt[Gt] = 10;
426
+ var jr = {};
427
+ jr[Xe] = Wu;
428
+ jr[Gt] = SD;
429
+ jr[zt] = PD;
430
+ var Hu = 1, Ku = 2, Xu = 3, Ju = 4, Qu = 5, Ut = 6, Zu = 7, we = {};
431
+ we[Hu] = "Named character references must be terminated by a semicolon";
432
+ we[Ku] = "Numeric character references must be terminated by a semicolon";
433
+ we[Xu] = "Named character references cannot be empty";
434
+ we[Ju] = "Numeric character references cannot be empty";
435
+ we[Qu] = "Named character references must be known";
436
+ we[Ut] = "Numeric character references cannot be disallowed";
437
+ we[Zu] = "Numeric character references cannot be outside the permissible Unicode range";
438
+ function WD(e, r) {
439
+ var t = {}, n, a;
440
+ r || (r = {});
441
+ for (a in $u) n = r[a], t[a] = n != null ? n : $u[a];
442
+ return (t.position.indent || t.position.start) && (t.indent = t.position.indent || [], t.position = t.position.start), HD(e, t);
443
+ }
444
+ function HD(e, r) {
445
+ var t = r.additional, n = r.nonTerminated, a = r.text, i = r.reference, u = r.warning, o = r.textContext, s = r.referenceContext, l = r.warningContext, c = r.position, f = r.indent || [], p = e.length, d = 0, D = -1, h = c.column || 1, m = c.line || 1, F = "", A = [], v, B, b, g, y, w, E, x, k, T, q, N, P, S, _, O, Be, W, I;
446
+ for (typeof t == "string" && (t = t.charCodeAt(0)), O = ee(), x = u ? Z : ID, d--, p++; ++d < p; ) if (y === Vu && (h = f[D] || 1), y = e.charCodeAt(d), y === ju) {
447
+ if (E = e.charCodeAt(d + 1), E === RD || E === Vu || E === ND || E === MD || E === ju || E === zD || E !== E || t && E === t) {
448
+ F += Ke(y), h++;
449
+ continue;
450
+ }
451
+ for (P = d + 1, N = P, I = P, E === YD ? (I = ++N, E = e.charCodeAt(I), E === $D || E === VD ? (S = zt, I = ++N) : S = Gt) : S = Xe, v = "", q = "", g = "", _ = jr[S], I--; ++I < p && (E = e.charCodeAt(I), !!_(E)); ) g += Ke(E), S === Xe && LD.call(Gu, g) && (v = g, q = Gu[g]);
452
+ b = e.charCodeAt(I) === UD, b && (I++, B = S === Xe ? OD(g) : false, B && (v = g, q = B)), W = 1 + I - P, !b && !n || (g ? S === Xe ? (b && !q ? x(Qu, 1) : (v !== g && (I = N + v.length, W = 1 + I - N, b = false), b || (k = v ? Hu : Xu, r.attribute ? (E = e.charCodeAt(I), E === GD ? (x(k, W), q = null) : Wu(E) ? q = null : x(k, W)) : x(k, W))), w = q) : (b || x(Ku, W), w = parseInt(g, Yt[S]), KD(w) ? (x(Zu, W), w = Ke(jD)) : w in Yu ? (x(Ut, W), w = Yu[w]) : (T = "", XD(w) && x(Ut, W), w > 65535 && (w -= 65536, T += Ke(w >>> 10 | 55296), w = 56320 | w & 1023), w = T + Ke(w))) : S !== Xe && x(Ju, W)), w ? (Ee(), O = ee(), d = I - 1, h += I - P + 1, A.push(w), Be = ee(), Be.offset++, i && i.call(s, w, { start: O, end: Be }, e.slice(P - 1, I)), O = Be) : (g = e.slice(P - 1, I), F += g, h += g.length, d = I - 1);
453
+ } else y === 10 && (m++, D++, h = 0), y === y ? (F += Ke(y), h++) : Ee();
454
+ return A.join("");
455
+ function ee() {
456
+ return { line: m, column: h, offset: d + (c.offset || 0) };
457
+ }
458
+ function Z(ve, U) {
459
+ var ht = ee();
460
+ ht.column += U, ht.offset += U, u.call(l, we[ve], ht, ve);
461
+ }
462
+ function Ee() {
463
+ F && (A.push(F), a && a.call(o, F, { start: O, end: ee() }), F = "");
464
+ }
465
+ }
466
+ function KD(e) {
467
+ return e >= 55296 && e <= 57343 || e > 1114111;
468
+ }
469
+ function XD(e) {
470
+ return e >= 1 && e <= 8 || e === 11 || e >= 13 && e <= 31 || e >= 127 && e <= 159 || e >= 64976 && e <= 65007 || (e & 65535) === 65535 || (e & 65535) === 65534;
471
+ }
472
+ });
473
+ var na = C((Tv, ta) => {
474
+ "use strict";
475
+ var JD = Ie(), ra = dr();
476
+ ta.exports = QD;
477
+ function QD(e) {
478
+ return t.raw = n, t;
479
+ function r(i) {
480
+ for (var u = e.offset, o = i.line, s = []; ++o && o in u; ) s.push((u[o] || 0) + 1);
481
+ return { start: i, indent: s };
482
+ }
483
+ function t(i, u, o) {
484
+ ra(i, { position: r(u), warning: a, text: o, reference: o, textContext: e, referenceContext: e });
485
+ }
486
+ function n(i, u, o) {
487
+ return ra(i, JD(o, { position: r(u), warning: a }));
488
+ }
489
+ function a(i, u, o) {
490
+ o !== 3 && e.file.message(i, u);
491
+ }
492
+ }
493
+ });
494
+ var aa = C((qv, ua) => {
495
+ "use strict";
496
+ ua.exports = ZD;
497
+ function ZD(e) {
498
+ return r;
499
+ function r(t, n) {
500
+ var a = this, i = a.offset, u = [], o = a[e + "Methods"], s = a[e + "Tokenizers"], l = n.line, c = n.column, f, p, d, D, h, m;
501
+ if (!t) return u;
502
+ for (w.now = v, w.file = a.file, F(""); t; ) {
503
+ for (f = -1, p = o.length, h = false; ++f < p && (D = o[f], d = s[D], !(d && (!d.onlyAtStart || a.atStart) && (!d.notInList || !a.inList) && (!d.notInBlock || !a.inBlock) && (!d.notInLink || !a.inLink) && (m = t.length, d.apply(a, [w, t]), h = m !== t.length, h))); ) ;
504
+ h || a.file.fail(new Error("Infinite loop"), w.now());
505
+ }
506
+ return a.eof = v(), u;
507
+ function F(E) {
508
+ for (var x = -1, k = E.indexOf(`
509
+ `); k !== -1; ) l++, x = k, k = E.indexOf(`
510
+ `, k + 1);
511
+ x === -1 ? c += E.length : c = E.length - x, l in i && (x !== -1 ? c += i[l] : c <= i[l] && (c = i[l] + 1));
512
+ }
513
+ function A() {
514
+ var E = [], x = l + 1;
515
+ return function() {
516
+ for (var k = l + 1; x < k; ) E.push((i[x] || 0) + 1), x++;
517
+ return E;
518
+ };
519
+ }
520
+ function v() {
521
+ var E = { line: l, column: c };
522
+ return E.offset = a.toOffset(E), E;
523
+ }
524
+ function B(E) {
525
+ this.start = E, this.end = v();
526
+ }
527
+ function b(E) {
528
+ t.slice(0, E.length) !== E && a.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"), v());
529
+ }
530
+ function g() {
531
+ var E = v();
532
+ return x;
533
+ function x(k, T) {
534
+ var q = k.position, N = q ? q.start : E, P = [], S = q && q.end.line, _ = E.line;
535
+ if (k.position = new B(N), q && T && q.indent) {
536
+ if (P = q.indent, S < _) {
537
+ for (; ++S < _; ) P.push((i[S] || 0) + 1);
538
+ P.push(E.column);
539
+ }
540
+ T = P.concat(T);
541
+ }
542
+ return k.position.indent = T || [], k;
543
+ }
544
+ }
545
+ function y(E, x) {
546
+ var k = x ? x.children : u, T = k[k.length - 1], q;
547
+ return T && E.type === T.type && (E.type === "text" || E.type === "blockquote") && ia(T) && ia(E) && (q = E.type === "text" ? ep : rp, E = q.call(a, T, E)), E !== T && k.push(E), a.atStart && u.length !== 0 && a.exitStart(), E;
548
+ }
549
+ function w(E) {
550
+ var x = A(), k = g(), T = v();
551
+ return b(E), q.reset = N, N.test = P, q.test = P, t = t.slice(E.length), F(E), x = x(), q;
552
+ function q(S, _) {
553
+ return k(y(k(S), _), x);
554
+ }
555
+ function N() {
556
+ var S = q.apply(null, arguments);
557
+ return l = T.line, c = T.column, t = E + t, S;
558
+ }
559
+ function P() {
560
+ var S = k({});
561
+ return l = T.line, c = T.column, t = E + t, S.position;
562
+ }
563
+ }
564
+ }
565
+ }
566
+ function ia(e) {
567
+ var r, t;
568
+ return e.type !== "text" || !e.position ? true : (r = e.position.start, t = e.position.end, r.line !== t.line || t.column - r.column === e.value.length);
569
+ }
570
+ function ep(e, r) {
571
+ return e.value += r.value, e;
572
+ }
573
+ function rp(e, r) {
574
+ return this.options.commonmark || this.options.gfm ? r : (e.children = e.children.concat(r.children), e);
575
+ }
576
+ });
577
+ var ca = C((_v, sa) => {
578
+ "use strict";
579
+ sa.exports = Wr;
580
+ var $t = ["\\", "`", "*", "{", "}", "[", "]", "(", ")", "#", "+", "-", ".", "!", "_", ">"], Vt = $t.concat(["~", "|"]), oa = Vt.concat([`
581
+ `, '"', "$", "%", "&", "'", ",", "/", ":", ";", "<", "=", "?", "@", "^"]);
582
+ Wr.default = $t;
583
+ Wr.gfm = Vt;
584
+ Wr.commonmark = oa;
585
+ function Wr(e) {
586
+ var r = e || {};
587
+ return r.commonmark ? oa : r.gfm ? Vt : $t;
588
+ }
589
+ });
590
+ var fa = C((Sv, la) => {
591
+ "use strict";
592
+ la.exports = ["address", "article", "aside", "base", "basefont", "blockquote", "body", "caption", "center", "col", "colgroup", "dd", "details", "dialog", "dir", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "iframe", "legend", "li", "link", "main", "menu", "menuitem", "meta", "nav", "noframes", "ol", "optgroup", "option", "p", "param", "pre", "section", "source", "title", "summary", "table", "tbody", "td", "tfoot", "th", "thead", "title", "tr", "track", "ul"];
593
+ });
594
+ var jt = C((Pv, Da) => {
595
+ "use strict";
596
+ Da.exports = { position: true, gfm: true, commonmark: false, pedantic: false, blocks: fa() };
597
+ });
598
+ var ha = C((Ov, pa) => {
599
+ "use strict";
600
+ var tp = Ie(), np = ca(), ip = jt();
601
+ pa.exports = up;
602
+ function up(e) {
603
+ var r = this, t = r.options, n, a;
604
+ if (e == null) e = {};
605
+ else if (typeof e == "object") e = tp(e);
606
+ else throw new Error("Invalid value `" + e + "` for setting `options`");
607
+ for (n in ip) {
608
+ if (a = e[n], a == null && (a = t[n]), n !== "blocks" && typeof a != "boolean" || n === "blocks" && typeof a != "object") throw new Error("Invalid value `" + a + "` for setting `options." + n + "`");
609
+ e[n] = a;
610
+ }
611
+ return r.options = e, r.escape = np(e), r;
612
+ }
613
+ });
614
+ var Fa = C((Lv, ma) => {
615
+ "use strict";
616
+ ma.exports = da;
617
+ function da(e) {
618
+ if (e == null) return cp;
619
+ if (typeof e == "string") return sp(e);
620
+ if (typeof e == "object") return "length" in e ? op(e) : ap(e);
621
+ if (typeof e == "function") return e;
622
+ throw new Error("Expected function, string, or object as test");
623
+ }
624
+ function ap(e) {
625
+ return r;
626
+ function r(t) {
627
+ var n;
628
+ for (n in e) if (t[n] !== e[n]) return false;
629
+ return true;
630
+ }
631
+ }
632
+ function op(e) {
633
+ for (var r = [], t = -1; ++t < e.length; ) r[t] = da(e[t]);
634
+ return n;
635
+ function n() {
636
+ for (var a = -1; ++a < r.length; ) if (r[a].apply(this, arguments)) return true;
637
+ return false;
638
+ }
639
+ }
640
+ function sp(e) {
641
+ return r;
642
+ function r(t) {
643
+ return !!(t && t.type === e);
644
+ }
645
+ }
646
+ function cp() {
647
+ return true;
648
+ }
649
+ });
650
+ var Ea = C((Iv, ga) => {
651
+ ga.exports = lp;
652
+ function lp(e) {
653
+ return e;
654
+ }
655
+ });
656
+ var Aa = C((Rv, ba) => {
657
+ "use strict";
658
+ ba.exports = Hr;
659
+ var fp = Fa(), Dp = Ea(), va = true, Ca = "skip", Wt = false;
660
+ Hr.CONTINUE = va;
661
+ Hr.SKIP = Ca;
662
+ Hr.EXIT = Wt;
663
+ function Hr(e, r, t, n) {
664
+ var a, i;
665
+ typeof r == "function" && typeof t != "function" && (n = t, t = r, r = null), i = fp(r), a = n ? -1 : 1, u(e, null, [])();
666
+ function u(o, s, l) {
667
+ var c = typeof o == "object" && o !== null ? o : {}, f;
668
+ return typeof c.type == "string" && (f = typeof c.tagName == "string" ? c.tagName : typeof c.name == "string" ? c.name : void 0, p.displayName = "node (" + Dp(c.type + (f ? "<" + f + ">" : "")) + ")"), p;
669
+ function p() {
670
+ var d = l.concat(o), D = [], h, m;
671
+ if ((!r || i(o, s, l[l.length - 1] || null)) && (D = pp(t(o, l)), D[0] === Wt)) return D;
672
+ if (o.children && D[0] !== Ca) for (m = (n ? o.children.length : -1) + a; m > -1 && m < o.children.length; ) {
673
+ if (h = u(o.children[m], m, d)(), h[0] === Wt) return h;
674
+ m = typeof h[1] == "number" ? h[1] : m + a;
675
+ }
676
+ return D;
677
+ }
678
+ }
679
+ }
680
+ function pp(e) {
681
+ return e !== null && typeof e == "object" && "length" in e ? e : typeof e == "number" ? [va, e] : [e];
682
+ }
683
+ });
684
+ var wa = C((Nv, ya) => {
685
+ "use strict";
686
+ ya.exports = Xr;
687
+ var Kr = Aa(), hp = Kr.CONTINUE, dp = Kr.SKIP, mp = Kr.EXIT;
688
+ Xr.CONTINUE = hp;
689
+ Xr.SKIP = dp;
690
+ Xr.EXIT = mp;
691
+ function Xr(e, r, t, n) {
692
+ typeof r == "function" && typeof t != "function" && (n = t, t = r, r = null), Kr(e, r, a, n);
693
+ function a(i, u) {
694
+ var o = u[u.length - 1], s = o ? o.children.indexOf(i) : null;
695
+ return t(i, s, o);
696
+ }
697
+ }
698
+ });
699
+ var ka = C((Mv, xa) => {
700
+ "use strict";
701
+ var Fp = wa();
702
+ xa.exports = gp;
703
+ function gp(e, r) {
704
+ return Fp(e, r ? Ep : vp), e;
705
+ }
706
+ function Ep(e) {
707
+ delete e.position;
708
+ }
709
+ function vp(e) {
710
+ e.position = void 0;
711
+ }
712
+ });
713
+ var qa = C((Uv, Ta) => {
714
+ "use strict";
715
+ var Ba = Ie(), Cp = ka();
716
+ Ta.exports = yp;
717
+ var bp = `
718
+ `, Ap = /\r\n|\r/g;
719
+ function yp() {
720
+ var e = this, r = String(e.file), t = { line: 1, column: 1, offset: 0 }, n = Ba(t), a;
721
+ return r = r.replace(Ap, bp), r.charCodeAt(0) === 65279 && (r = r.slice(1), n.column++, n.offset++), a = { type: "root", children: e.tokenizeBlock(r, n), position: { start: t, end: e.eof || Ba(t) } }, e.options.position || Cp(a, true), a;
722
+ }
723
+ });
724
+ var Sa = C((zv, _a) => {
725
+ "use strict";
726
+ var wp = /^[ \t]*(\n|$)/;
727
+ _a.exports = xp;
728
+ function xp(e, r, t) {
729
+ for (var n, a = "", i = 0, u = r.length; i < u && (n = wp.exec(r.slice(i)), n != null); ) i += n[0].length, a += n[0];
730
+ if (a !== "") {
731
+ if (t) return true;
732
+ e(a);
733
+ }
734
+ }
735
+ });
736
+ var Jr = C((Gv, Pa) => {
737
+ "use strict";
738
+ var me = "", Ht;
739
+ Pa.exports = kp;
740
+ function kp(e, r) {
741
+ if (typeof e != "string") throw new TypeError("expected a string");
742
+ if (r === 1) return e;
743
+ if (r === 2) return e + e;
744
+ var t = e.length * r;
745
+ if (Ht !== e || typeof Ht > "u") Ht = e, me = "";
746
+ else if (me.length >= t) return me.substr(0, t);
747
+ for (; t > me.length && r > 1; ) r & 1 && (me += e), r >>= 1, e += e;
748
+ return me += e, me = me.substr(0, t), me;
749
+ }
750
+ });
751
+ var Kt = C((Yv, Oa) => {
752
+ "use strict";
753
+ Oa.exports = Bp;
754
+ function Bp(e) {
755
+ return String(e).replace(/\n+$/, "");
756
+ }
757
+ });
758
+ var Ra = C(($v, Ia) => {
759
+ "use strict";
760
+ var Tp = Jr(), qp = Kt();
761
+ Ia.exports = Pp;
762
+ var Xt = `
763
+ `, La = " ", Jt = " ", _p = 4, Sp = Tp(Jt, _p);
764
+ function Pp(e, r, t) {
765
+ for (var n = -1, a = r.length, i = "", u = "", o = "", s = "", l, c, f; ++n < a; ) if (l = r.charAt(n), f) if (f = false, i += o, u += s, o = "", s = "", l === Xt) o = l, s = l;
766
+ else for (i += l, u += l; ++n < a; ) {
767
+ if (l = r.charAt(n), !l || l === Xt) {
768
+ s = l, o = l;
769
+ break;
770
+ }
771
+ i += l, u += l;
772
+ }
773
+ else if (l === Jt && r.charAt(n + 1) === l && r.charAt(n + 2) === l && r.charAt(n + 3) === l) o += Sp, n += 3, f = true;
774
+ else if (l === La) o += l, f = true;
775
+ else {
776
+ for (c = ""; l === La || l === Jt; ) c += l, l = r.charAt(++n);
777
+ if (l !== Xt) break;
778
+ o += c + l, s += l;
779
+ }
780
+ if (u) return t ? true : e(i)({ type: "code", lang: null, meta: null, value: qp(u) });
781
+ }
782
+ });
783
+ var Ua = C((Vv, Ma) => {
784
+ "use strict";
785
+ Ma.exports = Rp;
786
+ var Qr = `
787
+ `, mr = " ", Je = " ", Op = "~", Na = "`", Lp = 3, Ip = 4;
788
+ function Rp(e, r, t) {
789
+ var n = this, a = n.options.gfm, i = r.length + 1, u = 0, o = "", s, l, c, f, p, d, D, h, m, F, A, v, B;
790
+ if (a) {
791
+ for (; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); ) o += c, u++;
792
+ if (v = u, c = r.charAt(u), !(c !== Op && c !== Na)) {
793
+ for (u++, l = c, s = 1, o += c; u < i && (c = r.charAt(u), c === l); ) o += c, s++, u++;
794
+ if (!(s < Lp)) {
795
+ for (; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); ) o += c, u++;
796
+ for (f = "", D = ""; u < i && (c = r.charAt(u), !(c === Qr || l === Na && c === l)); ) c === Je || c === mr ? D += c : (f += D + c, D = ""), u++;
797
+ if (c = r.charAt(u), !(c && c !== Qr)) {
798
+ if (t) return true;
799
+ B = e.now(), B.column += o.length, B.offset += o.length, o += f, f = n.decode.raw(n.unescape(f), B), D && (o += D), D = "", F = "", A = "", h = "", m = "";
800
+ for (var b = true; u < i; ) {
801
+ if (c = r.charAt(u), h += F, m += A, F = "", A = "", c !== Qr) {
802
+ h += c, A += c, u++;
803
+ continue;
804
+ }
805
+ for (b ? (o += c, b = false) : (F += c, A += c), D = "", u++; u < i && (c = r.charAt(u), c === Je); ) D += c, u++;
806
+ if (F += D, A += D.slice(v), !(D.length >= Ip)) {
807
+ for (D = ""; u < i && (c = r.charAt(u), c === l); ) D += c, u++;
808
+ if (F += D, A += D, !(D.length < s)) {
809
+ for (D = ""; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); ) F += c, A += c, u++;
810
+ if (!c || c === Qr) break;
811
+ }
812
+ }
813
+ }
814
+ for (o += h + F, u = -1, i = f.length; ++u < i; ) if (c = f.charAt(u), c === Je || c === mr) p || (p = f.slice(0, u));
815
+ else if (p) {
816
+ d = f.slice(u);
817
+ break;
818
+ }
819
+ return e(o)({ type: "code", lang: p || f || null, meta: d || null, value: m });
820
+ }
821
+ }
822
+ }
823
+ }
824
+ }
825
+ });
826
+ var Ne = C((Qe, za) => {
827
+ Qe = za.exports = Np;
828
+ function Np(e) {
829
+ return e.trim ? e.trim() : Qe.right(Qe.left(e));
830
+ }
831
+ Qe.left = function(e) {
832
+ return e.trimLeft ? e.trimLeft() : e.replace(/^\s\s*/, "");
833
+ };
834
+ Qe.right = function(e) {
835
+ if (e.trimRight) return e.trimRight();
836
+ for (var r = /\s/, t = e.length; r.test(e.charAt(--t)); ) ;
837
+ return e.slice(0, t + 1);
838
+ };
839
+ });
840
+ var Zr = C((jv, Ga) => {
841
+ "use strict";
842
+ Ga.exports = Mp;
843
+ function Mp(e, r, t, n) {
844
+ for (var a = e.length, i = -1, u, o; ++i < a; ) if (u = e[i], o = u[1] || {}, !(o.pedantic !== void 0 && o.pedantic !== t.options.pedantic) && !(o.commonmark !== void 0 && o.commonmark !== t.options.commonmark) && r[u[0]].apply(t, n)) return true;
845
+ return false;
846
+ }
847
+ });
848
+ var ja = C((Wv, Va) => {
849
+ "use strict";
850
+ var Up = Ne(), zp = Zr();
851
+ Va.exports = Gp;
852
+ var Qt = `
853
+ `, Ya = " ", Zt = " ", $a = ">";
854
+ function Gp(e, r, t) {
855
+ for (var n = this, a = n.offset, i = n.blockTokenizers, u = n.interruptBlockquote, o = e.now(), s = o.line, l = r.length, c = [], f = [], p = [], d, D = 0, h, m, F, A, v, B, b, g; D < l && (h = r.charAt(D), !(h !== Zt && h !== Ya)); ) D++;
856
+ if (r.charAt(D) === $a) {
857
+ if (t) return true;
858
+ for (D = 0; D < l; ) {
859
+ for (F = r.indexOf(Qt, D), B = D, b = false, F === -1 && (F = l); D < l && (h = r.charAt(D), !(h !== Zt && h !== Ya)); ) D++;
860
+ if (r.charAt(D) === $a ? (D++, b = true, r.charAt(D) === Zt && D++) : D = B, A = r.slice(D, F), !b && !Up(A)) {
861
+ D = B;
862
+ break;
863
+ }
864
+ if (!b && (m = r.slice(D), zp(u, i, n, [e, m, true]))) break;
865
+ v = B === D ? A : r.slice(B, F), p.push(D - B), c.push(v), f.push(A), D = F + 1;
866
+ }
867
+ for (D = -1, l = p.length, d = e(c.join(Qt)); ++D < l; ) a[s] = (a[s] || 0) + p[D], s++;
868
+ return g = n.enterBlock(), f = n.tokenizeBlock(f.join(Qt), o), g(), d({ type: "blockquote", children: f });
869
+ }
870
+ }
871
+ });
872
+ var Ka = C((Hv, Ha) => {
873
+ "use strict";
874
+ Ha.exports = $p;
875
+ var Wa = `
876
+ `, Fr = " ", gr = " ", Er = "#", Yp = 6;
877
+ function $p(e, r, t) {
878
+ for (var n = this, a = n.options.pedantic, i = r.length + 1, u = -1, o = e.now(), s = "", l = "", c, f, p; ++u < i; ) {
879
+ if (c = r.charAt(u), c !== gr && c !== Fr) {
880
+ u--;
881
+ break;
882
+ }
883
+ s += c;
884
+ }
885
+ for (p = 0; ++u <= i; ) {
886
+ if (c = r.charAt(u), c !== Er) {
887
+ u--;
888
+ break;
889
+ }
890
+ s += c, p++;
891
+ }
892
+ if (!(p > Yp) && !(!p || !a && r.charAt(u + 1) === Er)) {
893
+ for (i = r.length + 1, f = ""; ++u < i; ) {
894
+ if (c = r.charAt(u), c !== gr && c !== Fr) {
895
+ u--;
896
+ break;
897
+ }
898
+ f += c;
899
+ }
900
+ if (!(!a && f.length === 0 && c && c !== Wa)) {
901
+ if (t) return true;
902
+ for (s += f, f = "", l = ""; ++u < i && (c = r.charAt(u), !(!c || c === Wa)); ) {
903
+ if (c !== gr && c !== Fr && c !== Er) {
904
+ l += f + c, f = "";
905
+ continue;
906
+ }
907
+ for (; c === gr || c === Fr; ) f += c, c = r.charAt(++u);
908
+ if (!a && l && !f && c === Er) {
909
+ l += c;
910
+ continue;
911
+ }
912
+ for (; c === Er; ) f += c, c = r.charAt(++u);
913
+ for (; c === gr || c === Fr; ) f += c, c = r.charAt(++u);
914
+ u--;
915
+ }
916
+ return o.column += s.length, o.offset += s.length, s += l + f, e(s)({ type: "heading", depth: p, children: n.tokenizeInline(l, o) });
917
+ }
918
+ }
919
+ }
920
+ });
921
+ var Qa = C((Kv, Ja) => {
922
+ "use strict";
923
+ Ja.exports = Jp;
924
+ var Vp = " ", jp = `
925
+ `, Xa = " ", Wp = "*", Hp = "-", Kp = "_", Xp = 3;
926
+ function Jp(e, r, t) {
927
+ for (var n = -1, a = r.length + 1, i = "", u, o, s, l; ++n < a && (u = r.charAt(n), !(u !== Vp && u !== Xa)); ) i += u;
928
+ if (!(u !== Wp && u !== Hp && u !== Kp)) for (o = u, i += u, s = 1, l = ""; ++n < a; ) if (u = r.charAt(n), u === o) s++, i += l + o, l = "";
929
+ else if (u === Xa) l += u;
930
+ else return s >= Xp && (!u || u === jp) ? (i += l, t ? true : e(i)({ type: "thematicBreak" })) : void 0;
931
+ }
932
+ });
933
+ var en = C((Xv, eo) => {
934
+ "use strict";
935
+ eo.exports = rh;
936
+ var Za = " ", Qp = " ", Zp = 1, eh = 4;
937
+ function rh(e) {
938
+ for (var r = 0, t = 0, n = e.charAt(r), a = {}, i, u = 0; n === Za || n === Qp; ) {
939
+ for (i = n === Za ? eh : Zp, t += i, i > 1 && (t = Math.floor(t / i) * i); u < t; ) a[++u] = r;
940
+ n = e.charAt(++r);
941
+ }
942
+ return { indent: t, stops: a };
943
+ }
944
+ });
945
+ var no = C((Jv, to) => {
946
+ "use strict";
947
+ var th = Ne(), nh = Jr(), ih = en();
948
+ to.exports = oh;
949
+ var ro = `
950
+ `, uh = " ", ah = "!";
951
+ function oh(e, r) {
952
+ var t = e.split(ro), n = t.length + 1, a = 1 / 0, i = [], u, o, s;
953
+ for (t.unshift(nh(uh, r) + ah); n--; ) if (o = ih(t[n]), i[n] = o.stops, th(t[n]).length !== 0) if (o.indent) o.indent > 0 && o.indent < a && (a = o.indent);
954
+ else {
955
+ a = 1 / 0;
956
+ break;
957
+ }
958
+ if (a !== 1 / 0) for (n = t.length; n--; ) {
959
+ for (s = i[n], u = a; u && !(u in s); ) u--;
960
+ t[n] = t[n].slice(s[u] + 1);
961
+ }
962
+ return t.shift(), t.join(ro);
963
+ }
964
+ });
965
+ var co = C((Qv, so) => {
966
+ "use strict";
967
+ var sh = Ne(), ch = Jr(), io = Re(), lh = en(), fh = no(), Dh = Zr();
968
+ so.exports = vh;
969
+ var rn = "*", ph = "_", uo = "+", tn = "-", ao = ".", Fe = " ", ae = `
970
+ `, et = " ", oo = ")", hh = "x", xe = 4, dh = /\n\n(?!\s*$)/, mh = /^\[([ X\tx])][ \t]/, Fh = /^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/, gh = /^([ \t]*)([*+-]|\d+[.)])([ \t]+)/, Eh = /^( {1,4}|\t)?/gm;
971
+ function vh(e, r, t) {
972
+ for (var n = this, a = n.options.commonmark, i = n.options.pedantic, u = n.blockTokenizers, o = n.interruptList, s = 0, l = r.length, c = null, f, p, d, D, h, m, F, A, v, B, b, g, y, w, E, x, k, T, q, N = false, P, S, _, O; s < l && (D = r.charAt(s), !(D !== et && D !== Fe)); ) s++;
973
+ if (D = r.charAt(s), D === rn || D === uo || D === tn) h = D, d = false;
974
+ else {
975
+ for (d = true, p = ""; s < l && (D = r.charAt(s), !!io(D)); ) p += D, s++;
976
+ if (D = r.charAt(s), !p || !(D === ao || a && D === oo) || t && p !== "1") return;
977
+ c = parseInt(p, 10), h = D;
978
+ }
979
+ if (D = r.charAt(++s), !(D !== Fe && D !== et && (i || D !== ae && D !== ""))) {
980
+ if (t) return true;
981
+ for (s = 0, w = [], E = [], x = []; s < l; ) {
982
+ for (m = r.indexOf(ae, s), F = s, A = false, O = false, m === -1 && (m = l), f = 0; s < l; ) {
983
+ if (D = r.charAt(s), D === et) f += xe - f % xe;
984
+ else if (D === Fe) f++;
985
+ else break;
986
+ s++;
987
+ }
988
+ if (k && f >= k.indent && (O = true), D = r.charAt(s), v = null, !O) {
989
+ if (D === rn || D === uo || D === tn) v = D, s++, f++;
990
+ else {
991
+ for (p = ""; s < l && (D = r.charAt(s), !!io(D)); ) p += D, s++;
992
+ D = r.charAt(s), s++, p && (D === ao || a && D === oo) && (v = D, f += p.length + 1);
993
+ }
994
+ if (v) if (D = r.charAt(s), D === et) f += xe - f % xe, s++;
995
+ else if (D === Fe) {
996
+ for (_ = s + xe; s < _ && r.charAt(s) === Fe; ) s++, f++;
997
+ s === _ && r.charAt(s) === Fe && (s -= xe - 1, f -= xe - 1);
998
+ } else D !== ae && D !== "" && (v = null);
999
+ }
1000
+ if (v) {
1001
+ if (!i && h !== v) break;
1002
+ A = true;
1003
+ } else !a && !O && r.charAt(F) === Fe ? O = true : a && k && (O = f >= k.indent || f > xe), A = false, s = F;
1004
+ if (b = r.slice(F, m), B = F === s ? b : r.slice(s, m), (v === rn || v === ph || v === tn) && u.thematicBreak.call(n, e, b, true)) break;
1005
+ if (g = y, y = !A && !sh(B).length, O && k) k.value = k.value.concat(x, b), E = E.concat(x, b), x = [];
1006
+ else if (A) x.length !== 0 && (N = true, k.value.push(""), k.trail = x.concat()), k = { value: [b], indent: f, trail: [] }, w.push(k), E = E.concat(x, b), x = [];
1007
+ else if (y) {
1008
+ if (g && !a) break;
1009
+ x.push(b);
1010
+ } else {
1011
+ if (g || Dh(o, u, n, [e, b, true])) break;
1012
+ k.value = k.value.concat(x, b), E = E.concat(x, b), x = [];
1013
+ }
1014
+ s = m + 1;
1015
+ }
1016
+ for (P = e(E.join(ae)).reset({ type: "list", ordered: d, start: c, spread: N, children: [] }), T = n.enterList(), q = n.enterBlock(), s = -1, l = w.length; ++s < l; ) k = w[s].value.join(ae), S = e.now(), e(k)(Ch(n, k, S), P), k = w[s].trail.join(ae), s !== l - 1 && (k += ae), e(k);
1017
+ return T(), q(), P;
1018
+ }
1019
+ }
1020
+ function Ch(e, r, t) {
1021
+ var n = e.offset, a = e.options.pedantic ? bh : Ah, i = null, u, o;
1022
+ return r = a.apply(null, arguments), e.options.gfm && (u = r.match(mh), u && (o = u[0].length, i = u[1].toLowerCase() === hh, n[t.line] += o, r = r.slice(o))), { type: "listItem", spread: dh.test(r), checked: i, children: e.tokenizeBlock(r, t) };
1023
+ }
1024
+ function bh(e, r, t) {
1025
+ var n = e.offset, a = t.line;
1026
+ return r = r.replace(gh, i), a = t.line, r.replace(Eh, i);
1027
+ function i(u) {
1028
+ return n[a] = (n[a] || 0) + u.length, a++, "";
1029
+ }
1030
+ }
1031
+ function Ah(e, r, t) {
1032
+ var n = e.offset, a = t.line, i, u, o, s, l, c, f;
1033
+ for (r = r.replace(Fh, p), s = r.split(ae), l = fh(r, lh(i).indent).split(ae), l[0] = o, n[a] = (n[a] || 0) + u.length, a++, c = 0, f = s.length; ++c < f; ) n[a] = (n[a] || 0) + s[c].length - l[c].length, a++;
1034
+ return l.join(ae);
1035
+ function p(d, D, h, m, F) {
1036
+ return u = D + h + m, o = F, Number(h) < 10 && u.length % 2 === 1 && (h = Fe + h), i = D + ch(Fe, h.length) + m, i + o;
1037
+ }
1038
+ }
1039
+ });
1040
+ var po = C((Zv, Do) => {
1041
+ "use strict";
1042
+ Do.exports = Th;
1043
+ var nn = `
1044
+ `, yh = " ", lo = " ", fo = "=", wh = "-", xh = 3, kh = 1, Bh = 2;
1045
+ function Th(e, r, t) {
1046
+ for (var n = this, a = e.now(), i = r.length, u = -1, o = "", s, l, c, f, p; ++u < i; ) {
1047
+ if (c = r.charAt(u), c !== lo || u >= xh) {
1048
+ u--;
1049
+ break;
1050
+ }
1051
+ o += c;
1052
+ }
1053
+ for (s = "", l = ""; ++u < i; ) {
1054
+ if (c = r.charAt(u), c === nn) {
1055
+ u--;
1056
+ break;
1057
+ }
1058
+ c === lo || c === yh ? l += c : (s += l + c, l = "");
1059
+ }
1060
+ if (a.column += o.length, a.offset += o.length, o += s + l, c = r.charAt(++u), f = r.charAt(++u), !(c !== nn || f !== fo && f !== wh)) {
1061
+ for (o += c, l = f, p = f === fo ? kh : Bh; ++u < i; ) {
1062
+ if (c = r.charAt(u), c !== f) {
1063
+ if (c !== nn) return;
1064
+ u--;
1065
+ break;
1066
+ }
1067
+ l += c;
1068
+ }
1069
+ return t ? true : e(o + l)({ type: "heading", depth: p, children: n.tokenizeInline(s, a) });
1070
+ }
1071
+ }
1072
+ });
1073
+ var an = C((un) => {
1074
+ "use strict";
1075
+ var qh = "[a-zA-Z_:][a-zA-Z0-9:._-]*", _h = "[^\"'=<>`\\u0000-\\u0020]+", Sh = "'[^']*'", Ph = '"[^"]*"', Oh = "(?:" + _h + "|" + Sh + "|" + Ph + ")", Lh = "(?:\\s+" + qh + "(?:\\s*=\\s*" + Oh + ")?)", ho = "<[A-Za-z][A-Za-z0-9\\-]*" + Lh + "*\\s*\\/?>", mo = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", Ih = "<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->", Rh = "<[?].*?[?]>", Nh = "<![A-Za-z]+\\s+[^>]*>", Mh = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";
1076
+ un.openCloseTag = new RegExp("^(?:" + ho + "|" + mo + ")");
1077
+ un.tag = new RegExp("^(?:" + ho + "|" + mo + "|" + Ih + "|" + Rh + "|" + Nh + "|" + Mh + ")");
1078
+ });
1079
+ var vo = C((rC, Eo) => {
1080
+ "use strict";
1081
+ var Uh = an().openCloseTag;
1082
+ Eo.exports = rd;
1083
+ var zh = " ", Gh = " ", Fo = `
1084
+ `, Yh = "<", $h = /^<(script|pre|style)(?=(\s|>|$))/i, Vh = /<\/(script|pre|style)>/i, jh = /^<!--/, Wh = /-->/, Hh = /^<\?/, Kh = /\?>/, Xh = /^<![A-Za-z]/, Jh = />/, Qh = /^<!\[CDATA\[/, Zh = /]]>/, go = /^$/, ed = new RegExp(Uh.source + "\\s*$");
1085
+ function rd(e, r, t) {
1086
+ for (var n = this, a = n.options.blocks.join("|"), i = new RegExp("^</?(" + a + ")(?=(\\s|/?>|$))", "i"), u = r.length, o = 0, s, l, c, f, p, d, D, h = [[$h, Vh, true], [jh, Wh, true], [Hh, Kh, true], [Xh, Jh, true], [Qh, Zh, true], [i, go, true], [ed, go, false]]; o < u && (f = r.charAt(o), !(f !== zh && f !== Gh)); ) o++;
1087
+ if (r.charAt(o) === Yh) {
1088
+ for (s = r.indexOf(Fo, o + 1), s = s === -1 ? u : s, l = r.slice(o, s), c = -1, p = h.length; ++c < p; ) if (h[c][0].test(l)) {
1089
+ d = h[c];
1090
+ break;
1091
+ }
1092
+ if (d) {
1093
+ if (t) return d[2];
1094
+ if (o = s, !d[1].test(l)) for (; o < u; ) {
1095
+ if (s = r.indexOf(Fo, o + 1), s = s === -1 ? u : s, l = r.slice(o + 1, s), d[1].test(l)) {
1096
+ l && (o = s);
1097
+ break;
1098
+ }
1099
+ o = s;
1100
+ }
1101
+ return D = r.slice(0, o), e(D)({ type: "html", value: D });
1102
+ }
1103
+ }
1104
+ }
1105
+ });
1106
+ var oe = C((tC, Co) => {
1107
+ "use strict";
1108
+ Co.exports = id;
1109
+ var td = String.fromCharCode, nd = /\s/;
1110
+ function id(e) {
1111
+ return nd.test(typeof e == "number" ? td(e) : e.charAt(0));
1112
+ }
1113
+ });
1114
+ var on = C((nC, bo) => {
1115
+ "use strict";
1116
+ var ud = Br();
1117
+ bo.exports = ad;
1118
+ function ad(e) {
1119
+ return ud(e).toLowerCase();
1120
+ }
1121
+ });
1122
+ var To = C((iC, Bo) => {
1123
+ "use strict";
1124
+ var od = oe(), sd = on();
1125
+ Bo.exports = Dd;
1126
+ var Ao = '"', yo = "'", cd = "\\", Ze = `
1127
+ `, rt = " ", tt = " ", cn = "[", vr = "]", ld = "(", fd = ")", wo = ":", xo = "<", ko = ">";
1128
+ function Dd(e, r, t) {
1129
+ for (var n = this, a = n.options.commonmark, i = 0, u = r.length, o = "", s, l, c, f, p, d, D, h; i < u && (f = r.charAt(i), !(f !== tt && f !== rt)); ) o += f, i++;
1130
+ if (f = r.charAt(i), f === cn) {
1131
+ for (i++, o += f, c = ""; i < u && (f = r.charAt(i), f !== vr); ) f === cd && (c += f, i++, f = r.charAt(i)), c += f, i++;
1132
+ if (!(!c || r.charAt(i) !== vr || r.charAt(i + 1) !== wo)) {
1133
+ for (d = c, o += c + vr + wo, i = o.length, c = ""; i < u && (f = r.charAt(i), !(f !== rt && f !== tt && f !== Ze)); ) o += f, i++;
1134
+ if (f = r.charAt(i), c = "", s = o, f === xo) {
1135
+ for (i++; i < u && (f = r.charAt(i), !!sn(f)); ) c += f, i++;
1136
+ if (f = r.charAt(i), f === sn.delimiter) o += xo + c + f, i++;
1137
+ else {
1138
+ if (a) return;
1139
+ i -= c.length + 1, c = "";
1140
+ }
1141
+ }
1142
+ if (!c) {
1143
+ for (; i < u && (f = r.charAt(i), !!pd(f)); ) c += f, i++;
1144
+ o += c;
1145
+ }
1146
+ if (c) {
1147
+ for (D = c, c = ""; i < u && (f = r.charAt(i), !(f !== rt && f !== tt && f !== Ze)); ) c += f, i++;
1148
+ if (f = r.charAt(i), p = null, f === Ao ? p = Ao : f === yo ? p = yo : f === ld && (p = fd), !p) c = "", i = o.length;
1149
+ else if (c) {
1150
+ for (o += c + f, i = o.length, c = ""; i < u && (f = r.charAt(i), f !== p); ) {
1151
+ if (f === Ze) {
1152
+ if (i++, f = r.charAt(i), f === Ze || f === p) return;
1153
+ c += Ze;
1154
+ }
1155
+ c += f, i++;
1156
+ }
1157
+ if (f = r.charAt(i), f !== p) return;
1158
+ l = o, o += c + f, i++, h = c, c = "";
1159
+ } else return;
1160
+ for (; i < u && (f = r.charAt(i), !(f !== rt && f !== tt)); ) o += f, i++;
1161
+ if (f = r.charAt(i), !f || f === Ze) return t ? true : (s = e(s).test().end, D = n.decode.raw(n.unescape(D), s, { nonTerminated: false }), h && (l = e(l).test().end, h = n.decode.raw(n.unescape(h), l)), e(o)({ type: "definition", identifier: sd(d), label: d, title: h || null, url: D }));
1162
+ }
1163
+ }
1164
+ }
1165
+ }
1166
+ function sn(e) {
1167
+ return e !== ko && e !== cn && e !== vr;
1168
+ }
1169
+ sn.delimiter = ko;
1170
+ function pd(e) {
1171
+ return e !== cn && e !== vr && !od(e);
1172
+ }
1173
+ });
1174
+ var So = C((uC, _o) => {
1175
+ "use strict";
1176
+ var hd = oe();
1177
+ _o.exports = yd;
1178
+ var dd = " ", nt = `
1179
+ `, md = " ", Fd = "-", gd = ":", Ed = "\\", ln = "|", vd = 1, Cd = 2, qo = "left", bd = "center", Ad = "right";
1180
+ function yd(e, r, t) {
1181
+ var n = this, a, i, u, o, s, l, c, f, p, d, D, h, m, F, A, v, B, b, g, y, w, E;
1182
+ if (n.options.gfm) {
1183
+ for (a = 0, v = 0, l = r.length + 1, c = []; a < l; ) {
1184
+ if (y = r.indexOf(nt, a), w = r.indexOf(ln, a + 1), y === -1 && (y = r.length), w === -1 || w > y) {
1185
+ if (v < Cd) return;
1186
+ break;
1187
+ }
1188
+ c.push(r.slice(a, y)), v++, a = y + 1;
1189
+ }
1190
+ for (o = c.join(nt), i = c.splice(1, 1)[0] || [], a = 0, l = i.length, v--, u = false, D = []; a < l; ) {
1191
+ if (p = i.charAt(a), p === ln) {
1192
+ if (d = null, u === false) {
1193
+ if (E === false) return;
1194
+ } else D.push(u), u = false;
1195
+ E = false;
1196
+ } else if (p === Fd) d = true, u = u || null;
1197
+ else if (p === gd) u === qo ? u = bd : d && u === null ? u = Ad : u = qo;
1198
+ else if (!hd(p)) return;
1199
+ a++;
1200
+ }
1201
+ if (u !== false && D.push(u), !(D.length < vd)) {
1202
+ if (t) return true;
1203
+ for (A = -1, b = [], g = e(o).reset({ type: "table", align: D, children: b }); ++A < v; ) {
1204
+ for (B = c[A], s = { type: "tableRow", children: [] }, A && e(nt), e(B).reset(s, g), l = B.length + 1, a = 0, f = "", h = "", m = true; a < l; ) {
1205
+ if (p = B.charAt(a), p === dd || p === md) {
1206
+ h ? f += p : e(p), a++;
1207
+ continue;
1208
+ }
1209
+ p === "" || p === ln ? m ? e(p) : ((h || p) && !m && (o = h, f.length > 1 && (p ? (o += f.slice(0, -1), f = f.charAt(f.length - 1)) : (o += f, f = "")), F = e.now(), e(o)({ type: "tableCell", children: n.tokenizeInline(h, F) }, s)), e(f + p), f = "", h = "") : (f && (h += f, f = ""), h += p, p === Ed && a !== l - 2 && (h += B.charAt(a + 1), a++)), m = false, a++;
1210
+ }
1211
+ A || e(nt + i);
1212
+ }
1213
+ return g;
1214
+ }
1215
+ }
1216
+ }
1217
+ });
1218
+ var Lo = C((aC, Oo) => {
1219
+ "use strict";
1220
+ var wd = Ne(), xd = Kt(), kd = Zr();
1221
+ Oo.exports = qd;
1222
+ var Bd = " ", Cr = `
1223
+ `, Td = " ", Po = 4;
1224
+ function qd(e, r, t) {
1225
+ for (var n = this, a = n.options, i = a.commonmark, u = n.blockTokenizers, o = n.interruptParagraph, s = r.indexOf(Cr), l = r.length, c, f, p, d, D; s < l; ) {
1226
+ if (s === -1) {
1227
+ s = l;
1228
+ break;
1229
+ }
1230
+ if (r.charAt(s + 1) === Cr) break;
1231
+ if (i) {
1232
+ for (d = 0, c = s + 1; c < l; ) {
1233
+ if (p = r.charAt(c), p === Bd) {
1234
+ d = Po;
1235
+ break;
1236
+ } else if (p === Td) d++;
1237
+ else break;
1238
+ c++;
1239
+ }
1240
+ if (d >= Po && p !== Cr) {
1241
+ s = r.indexOf(Cr, s + 1);
1242
+ continue;
1243
+ }
1244
+ }
1245
+ if (f = r.slice(s + 1), kd(o, u, n, [e, f, true])) break;
1246
+ if (c = s, s = r.indexOf(Cr, s + 1), s !== -1 && wd(r.slice(c, s)) === "") {
1247
+ s = c;
1248
+ break;
1249
+ }
1250
+ }
1251
+ return f = r.slice(0, s), t ? true : (D = e.now(), f = xd(f), e(f)({ type: "paragraph", children: n.tokenizeInline(f, D) }));
1252
+ }
1253
+ });
1254
+ var Ro = C((oC, Io) => {
1255
+ "use strict";
1256
+ Io.exports = _d;
1257
+ function _d(e, r) {
1258
+ return e.indexOf("\\", r);
1259
+ }
1260
+ });
1261
+ var zo = C((sC, Uo) => {
1262
+ "use strict";
1263
+ var Sd = Ro();
1264
+ Uo.exports = Mo;
1265
+ Mo.locator = Sd;
1266
+ var Pd = `
1267
+ `, No = "\\";
1268
+ function Mo(e, r, t) {
1269
+ var n = this, a, i;
1270
+ if (r.charAt(0) === No && (a = r.charAt(1), n.escape.indexOf(a) !== -1)) return t ? true : (a === Pd ? i = { type: "break" } : i = { type: "text", value: a }, e(No + a)(i));
1271
+ }
1272
+ });
1273
+ var fn = C((cC, Go) => {
1274
+ "use strict";
1275
+ Go.exports = Od;
1276
+ function Od(e, r) {
1277
+ return e.indexOf("<", r);
1278
+ }
1279
+ });
1280
+ var Wo = C((lC, jo) => {
1281
+ "use strict";
1282
+ var Yo = oe(), Ld = dr(), Id = fn();
1283
+ jo.exports = dn;
1284
+ dn.locator = Id;
1285
+ dn.notInLink = true;
1286
+ var $o = "<", Dn = ">", Vo = "@", pn = "/", hn = "mailto:", it = hn.length;
1287
+ function dn(e, r, t) {
1288
+ var n = this, a = "", i = r.length, u = 0, o = "", s = false, l = "", c, f, p, d, D;
1289
+ if (r.charAt(0) === $o) {
1290
+ for (u++, a = $o; u < i && (c = r.charAt(u), !(Yo(c) || c === Dn || c === Vo || c === ":" && r.charAt(u + 1) === pn)); ) o += c, u++;
1291
+ if (o) {
1292
+ if (l += o, o = "", c = r.charAt(u), l += c, u++, c === Vo) s = true;
1293
+ else {
1294
+ if (c !== ":" || r.charAt(u + 1) !== pn) return;
1295
+ l += pn, u++;
1296
+ }
1297
+ for (; u < i && (c = r.charAt(u), !(Yo(c) || c === Dn)); ) o += c, u++;
1298
+ if (c = r.charAt(u), !(!o || c !== Dn)) return t ? true : (l += o, p = l, a += l + c, f = e.now(), f.column++, f.offset++, s && (l.slice(0, it).toLowerCase() === hn ? (p = p.slice(it), f.column += it, f.offset += it) : l = hn + l), d = n.inlineTokenizers, n.inlineTokenizers = { text: d.text }, D = n.enterLink(), p = n.tokenizeInline(p, f), n.inlineTokenizers = d, D(), e(a)({ type: "link", title: null, url: Ld(l, { nonTerminated: false }), children: p }));
1299
+ }
1300
+ }
1301
+ }
1302
+ });
1303
+ var Ko = C((fC, Ho) => {
1304
+ "use strict";
1305
+ Ho.exports = Rd;
1306
+ function Rd(e, r) {
1307
+ var t = String(e), n = 0, a;
1308
+ if (typeof r != "string") throw new Error("Expected character");
1309
+ for (a = t.indexOf(r); a !== -1; ) n++, a = t.indexOf(r, a + r.length);
1310
+ return n;
1311
+ }
1312
+ });
1313
+ var Qo = C((DC, Jo) => {
1314
+ "use strict";
1315
+ Jo.exports = Nd;
1316
+ var Xo = ["www.", "http://", "https://"];
1317
+ function Nd(e, r) {
1318
+ var t = -1, n, a, i;
1319
+ if (!this.options.gfm) return t;
1320
+ for (a = Xo.length, n = -1; ++n < a; ) i = e.indexOf(Xo[n], r), i !== -1 && (t === -1 || i < t) && (t = i);
1321
+ return t;
1322
+ }
1323
+ });
1324
+ var ns = C((pC, ts) => {
1325
+ "use strict";
1326
+ var Zo = Ko(), Md = dr(), Ud = Re(), mn = He(), zd = oe(), Gd = Qo();
1327
+ ts.exports = gn;
1328
+ gn.locator = Gd;
1329
+ gn.notInLink = true;
1330
+ var Yd = 33, $d = 38, Vd = 41, jd = 42, Wd = 44, Hd = 45, Fn = 46, Kd = 58, Xd = 59, Jd = 63, Qd = 60, es = 95, Zd = 126, e0 = "(", rs = ")";
1331
+ function gn(e, r, t) {
1332
+ var n = this, a = n.options.gfm, i = n.inlineTokenizers, u = r.length, o = -1, s = false, l, c, f, p, d, D, h, m, F, A, v, B, b, g;
1333
+ if (a) {
1334
+ if (r.slice(0, 4) === "www.") s = true, p = 4;
1335
+ else if (r.slice(0, 7).toLowerCase() === "http://") p = 7;
1336
+ else if (r.slice(0, 8).toLowerCase() === "https://") p = 8;
1337
+ else return;
1338
+ for (o = p - 1, f = p, l = []; p < u; ) {
1339
+ if (h = r.charCodeAt(p), h === Fn) {
1340
+ if (o === p - 1) break;
1341
+ l.push(p), o = p, p++;
1342
+ continue;
1343
+ }
1344
+ if (Ud(h) || mn(h) || h === Hd || h === es) {
1345
+ p++;
1346
+ continue;
1347
+ }
1348
+ break;
1349
+ }
1350
+ if (h === Fn && (l.pop(), p--), l[0] !== void 0 && (c = l.length < 2 ? f : l[l.length - 2] + 1, r.slice(c, p).indexOf("_") === -1)) {
1351
+ if (t) return true;
1352
+ for (m = p, d = p; p < u && (h = r.charCodeAt(p), !(zd(h) || h === Qd)); ) p++, h === Yd || h === jd || h === Wd || h === Fn || h === Kd || h === Jd || h === es || h === Zd || (m = p);
1353
+ if (p = m, r.charCodeAt(p - 1) === Vd) for (D = r.slice(d, p), F = Zo(D, e0), A = Zo(D, rs); A > F; ) p = d + D.lastIndexOf(rs), D = r.slice(d, p), A--;
1354
+ if (r.charCodeAt(p - 1) === Xd && (p--, mn(r.charCodeAt(p - 1)))) {
1355
+ for (m = p - 2; mn(r.charCodeAt(m)); ) m--;
1356
+ r.charCodeAt(m) === $d && (p = m);
1357
+ }
1358
+ return v = r.slice(0, p), b = Md(v, { nonTerminated: false }), s && (b = "http://" + b), g = n.enterLink(), n.inlineTokenizers = { text: i.text }, B = n.tokenizeInline(v, e.now()), n.inlineTokenizers = i, g(), e(v)({ type: "link", title: null, url: b, children: B });
1359
+ }
1360
+ }
1361
+ }
1362
+ });
1363
+ var os = C((hC, as) => {
1364
+ "use strict";
1365
+ var r0 = Re(), t0 = He(), n0 = 43, i0 = 45, u0 = 46, a0 = 95;
1366
+ as.exports = us;
1367
+ function us(e, r) {
1368
+ var t = this, n, a;
1369
+ if (!this.options.gfm || (n = e.indexOf("@", r), n === -1)) return -1;
1370
+ if (a = n, a === r || !is(e.charCodeAt(a - 1))) return us.call(t, e, n + 1);
1371
+ for (; a > r && is(e.charCodeAt(a - 1)); ) a--;
1372
+ return a;
1373
+ }
1374
+ function is(e) {
1375
+ return r0(e) || t0(e) || e === n0 || e === i0 || e === u0 || e === a0;
1376
+ }
1377
+ });
1378
+ var fs = C((dC, ls) => {
1379
+ "use strict";
1380
+ var o0 = dr(), ss = Re(), cs = He(), s0 = os();
1381
+ ls.exports = Cn;
1382
+ Cn.locator = s0;
1383
+ Cn.notInLink = true;
1384
+ var c0 = 43, En = 45, ut = 46, l0 = 64, vn = 95;
1385
+ function Cn(e, r, t) {
1386
+ var n = this, a = n.options.gfm, i = n.inlineTokenizers, u = 0, o = r.length, s = -1, l, c, f, p;
1387
+ if (a) {
1388
+ for (l = r.charCodeAt(u); ss(l) || cs(l) || l === c0 || l === En || l === ut || l === vn; ) l = r.charCodeAt(++u);
1389
+ if (u !== 0 && l === l0) {
1390
+ for (u++; u < o; ) {
1391
+ if (l = r.charCodeAt(u), ss(l) || cs(l) || l === En || l === ut || l === vn) {
1392
+ u++, s === -1 && l === ut && (s = u);
1393
+ continue;
1394
+ }
1395
+ break;
1396
+ }
1397
+ if (!(s === -1 || s === u || l === En || l === vn)) return l === ut && u--, c = r.slice(0, u), t ? true : (p = n.enterLink(), n.inlineTokenizers = { text: i.text }, f = n.tokenizeInline(c, e.now()), n.inlineTokenizers = i, p(), e(c)({ type: "link", title: null, url: "mailto:" + o0(c, { nonTerminated: false }), children: f }));
1398
+ }
1399
+ }
1400
+ }
1401
+ });
1402
+ var hs = C((mC, ps) => {
1403
+ "use strict";
1404
+ var f0 = He(), D0 = fn(), p0 = an().tag;
1405
+ ps.exports = Ds;
1406
+ Ds.locator = D0;
1407
+ var h0 = "<", d0 = "?", m0 = "!", F0 = "/", g0 = /^<a /i, E0 = /^<\/a>/i;
1408
+ function Ds(e, r, t) {
1409
+ var n = this, a = r.length, i, u;
1410
+ if (!(r.charAt(0) !== h0 || a < 3) && (i = r.charAt(1), !(!f0(i) && i !== d0 && i !== m0 && i !== F0) && (u = r.match(p0), !!u))) return t ? true : (u = u[0], !n.inLink && g0.test(u) ? n.inLink = true : n.inLink && E0.test(u) && (n.inLink = false), e(u)({ type: "html", value: u }));
1411
+ }
1412
+ });
1413
+ var bn = C((FC, ds) => {
1414
+ "use strict";
1415
+ ds.exports = v0;
1416
+ function v0(e, r) {
1417
+ var t = e.indexOf("[", r), n = e.indexOf("![", r);
1418
+ return n === -1 || t < n ? t : n;
1419
+ }
1420
+ });
1421
+ var bs = C((gC, Cs) => {
1422
+ "use strict";
1423
+ var br = oe(), C0 = bn();
1424
+ Cs.exports = vs;
1425
+ vs.locator = C0;
1426
+ var b0 = `
1427
+ `, A0 = "!", ms = '"', Fs = "'", er = "(", Ar = ")", An = "<", yn = ">", gs = "[", yr = "\\", y0 = "]", Es = "`";
1428
+ function vs(e, r, t) {
1429
+ var n = this, a = "", i = 0, u = r.charAt(0), o = n.options.pedantic, s = n.options.commonmark, l = n.options.gfm, c, f, p, d, D, h, m, F, A, v, B, b, g, y, w, E, x, k;
1430
+ if (u === A0 && (F = true, a = u, u = r.charAt(++i)), u === gs && !(!F && n.inLink)) {
1431
+ for (a += u, y = "", i++, B = r.length, E = e.now(), g = 0, E.column += i, E.offset += i; i < B; ) {
1432
+ if (u = r.charAt(i), h = u, u === Es) {
1433
+ for (f = 1; r.charAt(i + 1) === Es; ) h += u, i++, f++;
1434
+ p ? f >= p && (p = 0) : p = f;
1435
+ } else if (u === yr) i++, h += r.charAt(i);
1436
+ else if ((!p || l) && u === gs) g++;
1437
+ else if ((!p || l) && u === y0) if (g) g--;
1438
+ else {
1439
+ if (r.charAt(i + 1) !== er) return;
1440
+ h += er, c = true, i++;
1441
+ break;
1442
+ }
1443
+ y += h, h = "", i++;
1444
+ }
1445
+ if (c) {
1446
+ for (A = y, a += y + h, i++; i < B && (u = r.charAt(i), !!br(u)); ) a += u, i++;
1447
+ if (u = r.charAt(i), y = "", d = a, u === An) {
1448
+ for (i++, d += An; i < B && (u = r.charAt(i), u !== yn); ) {
1449
+ if (s && u === b0) return;
1450
+ y += u, i++;
1451
+ }
1452
+ if (r.charAt(i) !== yn) return;
1453
+ a += An + y + yn, w = y, i++;
1454
+ } else {
1455
+ for (u = null, h = ""; i < B && (u = r.charAt(i), !(h && (u === ms || u === Fs || s && u === er))); ) {
1456
+ if (br(u)) {
1457
+ if (!o) break;
1458
+ h += u;
1459
+ } else {
1460
+ if (u === er) g++;
1461
+ else if (u === Ar) {
1462
+ if (g === 0) break;
1463
+ g--;
1464
+ }
1465
+ y += h, h = "", u === yr && (y += yr, u = r.charAt(++i)), y += u;
1466
+ }
1467
+ i++;
1468
+ }
1469
+ a += y, w = y, i = a.length;
1470
+ }
1471
+ for (y = ""; i < B && (u = r.charAt(i), !!br(u)); ) y += u, i++;
1472
+ if (u = r.charAt(i), a += y, y && (u === ms || u === Fs || s && u === er)) if (i++, a += u, y = "", v = u === er ? Ar : u, D = a, s) {
1473
+ for (; i < B && (u = r.charAt(i), u !== v); ) u === yr && (y += yr, u = r.charAt(++i)), i++, y += u;
1474
+ if (u = r.charAt(i), u !== v) return;
1475
+ for (b = y, a += y + u, i++; i < B && (u = r.charAt(i), !!br(u)); ) a += u, i++;
1476
+ } else for (h = ""; i < B; ) {
1477
+ if (u = r.charAt(i), u === v) m && (y += v + h, h = ""), m = true;
1478
+ else if (!m) y += u;
1479
+ else if (u === Ar) {
1480
+ a += y + v + h, b = y;
1481
+ break;
1482
+ } else br(u) ? h += u : (y += v + h + u, h = "", m = false);
1483
+ i++;
1484
+ }
1485
+ if (r.charAt(i) === Ar) return t ? true : (a += Ar, w = n.decode.raw(n.unescape(w), e(d).test().end, { nonTerminated: false }), b && (D = e(D).test().end, b = n.decode.raw(n.unescape(b), D)), k = { type: F ? "image" : "link", title: b || null, url: w }, F ? k.alt = n.decode.raw(n.unescape(A), E) || null : (x = n.enterLink(), k.children = n.tokenizeInline(A, E), x()), e(a)(k));
1486
+ }
1487
+ }
1488
+ }
1489
+ });
1490
+ var ws = C((EC, ys) => {
1491
+ "use strict";
1492
+ var w0 = oe(), x0 = bn(), k0 = on();
1493
+ ys.exports = As;
1494
+ As.locator = x0;
1495
+ var wn = "link", B0 = "image", T0 = "shortcut", q0 = "collapsed", xn = "full", _0 = "!", at = "[", ot = "\\", st = "]";
1496
+ function As(e, r, t) {
1497
+ var n = this, a = n.options.commonmark, i = r.charAt(0), u = 0, o = r.length, s = "", l = "", c = wn, f = T0, p, d, D, h, m, F, A, v;
1498
+ if (i === _0 && (c = B0, l = i, i = r.charAt(++u)), i === at) {
1499
+ for (u++, l += i, F = "", v = 0; u < o; ) {
1500
+ if (i = r.charAt(u), i === at) A = true, v++;
1501
+ else if (i === st) {
1502
+ if (!v) break;
1503
+ v--;
1504
+ }
1505
+ i === ot && (F += ot, i = r.charAt(++u)), F += i, u++;
1506
+ }
1507
+ if (s = F, p = F, i = r.charAt(u), i === st) {
1508
+ if (u++, s += i, F = "", !a) for (; u < o && (i = r.charAt(u), !!w0(i)); ) F += i, u++;
1509
+ if (i = r.charAt(u), i === at) {
1510
+ for (d = "", F += i, u++; u < o && (i = r.charAt(u), !(i === at || i === st)); ) i === ot && (d += ot, i = r.charAt(++u)), d += i, u++;
1511
+ i = r.charAt(u), i === st ? (f = d ? xn : q0, F += d + i, u++) : d = "", s += F, F = "";
1512
+ } else {
1513
+ if (!p) return;
1514
+ d = p;
1515
+ }
1516
+ if (!(f !== xn && A)) return s = l + s, c === wn && n.inLink ? null : t ? true : (D = e.now(), D.column += l.length, D.offset += l.length, d = f === xn ? d : p, h = { type: c + "Reference", identifier: k0(d), label: d, referenceType: f }, c === wn ? (m = n.enterLink(), h.children = n.tokenizeInline(p, D), m()) : h.alt = n.decode.raw(n.unescape(p), D) || null, e(s)(h));
1517
+ }
1518
+ }
1519
+ }
1520
+ });
1521
+ var ks = C((vC, xs) => {
1522
+ "use strict";
1523
+ xs.exports = S0;
1524
+ function S0(e, r) {
1525
+ var t = e.indexOf("**", r), n = e.indexOf("__", r);
1526
+ return n === -1 ? t : t === -1 || n < t ? n : t;
1527
+ }
1528
+ });
1529
+ var _s = C((CC, qs) => {
1530
+ "use strict";
1531
+ var P0 = Ne(), Bs = oe(), O0 = ks();
1532
+ qs.exports = Ts;
1533
+ Ts.locator = O0;
1534
+ var L0 = "\\", I0 = "*", R0 = "_";
1535
+ function Ts(e, r, t) {
1536
+ var n = this, a = 0, i = r.charAt(a), u, o, s, l, c, f, p;
1537
+ if (!(i !== I0 && i !== R0 || r.charAt(++a) !== i) && (o = n.options.pedantic, s = i, c = s + s, f = r.length, a++, l = "", i = "", !(o && Bs(r.charAt(a))))) for (; a < f; ) {
1538
+ if (p = i, i = r.charAt(a), i === s && r.charAt(a + 1) === s && (!o || !Bs(p)) && (i = r.charAt(a + 2), i !== s)) return P0(l) ? t ? true : (u = e.now(), u.column += 2, u.offset += 2, e(c + l + c)({ type: "strong", children: n.tokenizeInline(l, u) })) : void 0;
1539
+ !o && i === L0 && (l += i, i = r.charAt(++a)), l += i, a++;
1540
+ }
1541
+ }
1542
+ });
1543
+ var Ps = C((bC, Ss) => {
1544
+ "use strict";
1545
+ Ss.exports = U0;
1546
+ var N0 = String.fromCharCode, M0 = /\w/;
1547
+ function U0(e) {
1548
+ return M0.test(typeof e == "number" ? N0(e) : e.charAt(0));
1549
+ }
1550
+ });
1551
+ var Ls = C((AC, Os) => {
1552
+ "use strict";
1553
+ Os.exports = z0;
1554
+ function z0(e, r) {
1555
+ var t = e.indexOf("*", r), n = e.indexOf("_", r);
1556
+ return n === -1 ? t : t === -1 || n < t ? n : t;
1557
+ }
1558
+ });
1559
+ var Us = C((yC, Ms) => {
1560
+ "use strict";
1561
+ var G0 = Ne(), Y0 = Ps(), Is = oe(), $0 = Ls();
1562
+ Ms.exports = Ns;
1563
+ Ns.locator = $0;
1564
+ var V0 = "*", Rs = "_", j0 = "\\";
1565
+ function Ns(e, r, t) {
1566
+ var n = this, a = 0, i = r.charAt(a), u, o, s, l, c, f, p;
1567
+ if (!(i !== V0 && i !== Rs) && (o = n.options.pedantic, c = i, s = i, f = r.length, a++, l = "", i = "", !(o && Is(r.charAt(a))))) for (; a < f; ) {
1568
+ if (p = i, i = r.charAt(a), i === s && (!o || !Is(p))) {
1569
+ if (i = r.charAt(++a), i !== s) {
1570
+ if (!G0(l) || p === s) return;
1571
+ if (!o && s === Rs && Y0(i)) {
1572
+ l += s;
1573
+ continue;
1574
+ }
1575
+ return t ? true : (u = e.now(), u.column++, u.offset++, e(c + l + s)({ type: "emphasis", children: n.tokenizeInline(l, u) }));
1576
+ }
1577
+ l += s;
1578
+ }
1579
+ !o && i === j0 && (l += i, i = r.charAt(++a)), l += i, a++;
1580
+ }
1581
+ }
1582
+ });
1583
+ var Gs = C((wC, zs) => {
1584
+ "use strict";
1585
+ zs.exports = W0;
1586
+ function W0(e, r) {
1587
+ return e.indexOf("~~", r);
1588
+ }
1589
+ });
1590
+ var Ws = C((xC, js) => {
1591
+ "use strict";
1592
+ var Ys = oe(), H0 = Gs();
1593
+ js.exports = Vs;
1594
+ Vs.locator = H0;
1595
+ var ct = "~", $s = "~~";
1596
+ function Vs(e, r, t) {
1597
+ var n = this, a = "", i = "", u = "", o = "", s, l, c;
1598
+ if (!(!n.options.gfm || r.charAt(0) !== ct || r.charAt(1) !== ct || Ys(r.charAt(2)))) for (s = 1, l = r.length, c = e.now(), c.column += 2, c.offset += 2; ++s < l; ) {
1599
+ if (a = r.charAt(s), a === ct && i === ct && (!u || !Ys(u))) return t ? true : e($s + o + $s)({ type: "delete", children: n.tokenizeInline(o, c) });
1600
+ o += i, u = i, i = a;
1601
+ }
1602
+ }
1603
+ });
1604
+ var Ks = C((kC, Hs) => {
1605
+ "use strict";
1606
+ Hs.exports = K0;
1607
+ function K0(e, r) {
1608
+ return e.indexOf("`", r);
1609
+ }
1610
+ });
1611
+ var Qs = C((BC, Js) => {
1612
+ "use strict";
1613
+ var X0 = Ks();
1614
+ Js.exports = Xs;
1615
+ Xs.locator = X0;
1616
+ var kn = 10, Bn = 32, Tn = 96;
1617
+ function Xs(e, r, t) {
1618
+ for (var n = r.length, a = 0, i, u, o, s, l, c; a < n && r.charCodeAt(a) === Tn; ) a++;
1619
+ if (!(a === 0 || a === n)) {
1620
+ for (i = a, l = r.charCodeAt(a); a < n; ) {
1621
+ if (s = l, l = r.charCodeAt(a + 1), s === Tn) {
1622
+ if (u === void 0 && (u = a), o = a + 1, l !== Tn && o - u === i) {
1623
+ c = true;
1624
+ break;
1625
+ }
1626
+ } else u !== void 0 && (u = void 0, o = void 0);
1627
+ a++;
1628
+ }
1629
+ if (c) {
1630
+ if (t) return true;
1631
+ if (a = i, n = u, s = r.charCodeAt(a), l = r.charCodeAt(n - 1), c = false, n - a > 2 && (s === Bn || s === kn) && (l === Bn || l === kn)) {
1632
+ for (a++, n--; a < n; ) {
1633
+ if (s = r.charCodeAt(a), s !== Bn && s !== kn) {
1634
+ c = true;
1635
+ break;
1636
+ }
1637
+ a++;
1638
+ }
1639
+ c === true && (i++, u--);
1640
+ }
1641
+ return e(r.slice(0, o))({ type: "inlineCode", value: r.slice(i, u) });
1642
+ }
1643
+ }
1644
+ }
1645
+ });
1646
+ var ec = C((TC, Zs) => {
1647
+ "use strict";
1648
+ Zs.exports = J0;
1649
+ function J0(e, r) {
1650
+ for (var t = e.indexOf(`
1651
+ `, r); t > r && e.charAt(t - 1) === " "; ) t--;
1652
+ return t;
1653
+ }
1654
+ });
1655
+ var nc = C((qC, tc) => {
1656
+ "use strict";
1657
+ var Q0 = ec();
1658
+ tc.exports = rc;
1659
+ rc.locator = Q0;
1660
+ var Z0 = " ", em = `
1661
+ `, rm = 2;
1662
+ function rc(e, r, t) {
1663
+ for (var n = r.length, a = -1, i = "", u; ++a < n; ) {
1664
+ if (u = r.charAt(a), u === em) return a < rm ? void 0 : t ? true : (i += u, e(i)({ type: "break" }));
1665
+ if (u !== Z0) return;
1666
+ i += u;
1667
+ }
1668
+ }
1669
+ });
1670
+ var uc = C((_C, ic) => {
1671
+ "use strict";
1672
+ ic.exports = tm;
1673
+ function tm(e, r, t) {
1674
+ var n = this, a, i, u, o, s, l, c, f, p, d;
1675
+ if (t) return true;
1676
+ for (a = n.inlineMethods, o = a.length, i = n.inlineTokenizers, u = -1, p = r.length; ++u < o; ) f = a[u], !(f === "text" || !i[f]) && (c = i[f].locator, c || e.file.fail("Missing locator: `" + f + "`"), l = c.call(n, r, 1), l !== -1 && l < p && (p = l));
1677
+ s = r.slice(0, p), d = e.now(), n.decode(s, d, D);
1678
+ function D(h, m, F) {
1679
+ e(F || h)({ type: "text", value: h });
1680
+ }
1681
+ }
1682
+ });
1683
+ var cc = C((SC, sc) => {
1684
+ "use strict";
1685
+ var nm = Ie(), lt = wu(), im = ku(), um = Tu(), am = na(), qn = aa();
1686
+ sc.exports = ac;
1687
+ function ac(e, r) {
1688
+ this.file = r, this.offset = {}, this.options = nm(this.options), this.setOptions({}), this.inList = false, this.inBlock = false, this.inLink = false, this.atStart = true, this.toOffset = im(r).toOffset, this.unescape = um(this, "escape"), this.decode = am(this);
1689
+ }
1690
+ var M = ac.prototype;
1691
+ M.setOptions = ha();
1692
+ M.parse = qa();
1693
+ M.options = jt();
1694
+ M.exitStart = lt("atStart", true);
1695
+ M.enterList = lt("inList", false);
1696
+ M.enterLink = lt("inLink", false);
1697
+ M.enterBlock = lt("inBlock", false);
1698
+ M.interruptParagraph = [["thematicBreak"], ["list"], ["atxHeading"], ["fencedCode"], ["blockquote"], ["html"], ["setextHeading", { commonmark: false }], ["definition", { commonmark: false }]];
1699
+ M.interruptList = [["atxHeading", { pedantic: false }], ["fencedCode", { pedantic: false }], ["thematicBreak", { pedantic: false }], ["definition", { commonmark: false }]];
1700
+ M.interruptBlockquote = [["indentedCode", { commonmark: true }], ["fencedCode", { commonmark: true }], ["atxHeading", { commonmark: true }], ["setextHeading", { commonmark: true }], ["thematicBreak", { commonmark: true }], ["html", { commonmark: true }], ["list", { commonmark: true }], ["definition", { commonmark: false }]];
1701
+ M.blockTokenizers = { blankLine: Sa(), indentedCode: Ra(), fencedCode: Ua(), blockquote: ja(), atxHeading: Ka(), thematicBreak: Qa(), list: co(), setextHeading: po(), html: vo(), definition: To(), table: So(), paragraph: Lo() };
1702
+ M.inlineTokenizers = { escape: zo(), autoLink: Wo(), url: ns(), email: fs(), html: hs(), link: bs(), reference: ws(), strong: _s(), emphasis: Us(), deletion: Ws(), code: Qs(), break: nc(), text: uc() };
1703
+ M.blockMethods = oc(M.blockTokenizers);
1704
+ M.inlineMethods = oc(M.inlineTokenizers);
1705
+ M.tokenizeBlock = qn("block");
1706
+ M.tokenizeInline = qn("inline");
1707
+ M.tokenizeFactory = qn;
1708
+ function oc(e) {
1709
+ var r = [], t;
1710
+ for (t in e) r.push(t);
1711
+ return r;
1712
+ }
1713
+ });
1714
+ var pc = C((PC, Dc) => {
1715
+ "use strict";
1716
+ var om = Au(), sm = Ie(), lc = cc();
1717
+ Dc.exports = fc;
1718
+ fc.Parser = lc;
1719
+ function fc(e) {
1720
+ var r = this.data("settings"), t = om(lc);
1721
+ t.prototype.options = sm(t.prototype.options, r, e), this.Parser = t;
1722
+ }
1723
+ });
1724
+ var dc = C((OC, hc) => {
1725
+ "use strict";
1726
+ hc.exports = cm;
1727
+ function cm(e) {
1728
+ if (e) throw e;
1729
+ }
1730
+ });
1731
+ var _n = C((LC, mc) => {
1732
+ mc.exports = function(r) {
1733
+ return r != null && r.constructor != null && typeof r.constructor.isBuffer == "function" && r.constructor.isBuffer(r);
1734
+ };
1735
+ });
1736
+ var wc = C((IC, yc) => {
1737
+ "use strict";
1738
+ var ft = Object.prototype.hasOwnProperty, Ac = Object.prototype.toString, Fc = Object.defineProperty, gc = Object.getOwnPropertyDescriptor, Ec = function(r) {
1739
+ return typeof Array.isArray == "function" ? Array.isArray(r) : Ac.call(r) === "[object Array]";
1740
+ }, vc = function(r) {
1741
+ if (!r || Ac.call(r) !== "[object Object]") return false;
1742
+ var t = ft.call(r, "constructor"), n = r.constructor && r.constructor.prototype && ft.call(r.constructor.prototype, "isPrototypeOf");
1743
+ if (r.constructor && !t && !n) return false;
1744
+ var a;
1745
+ for (a in r) ;
1746
+ return typeof a > "u" || ft.call(r, a);
1747
+ }, Cc = function(r, t) {
1748
+ Fc && t.name === "__proto__" ? Fc(r, t.name, { enumerable: true, configurable: true, value: t.newValue, writable: true }) : r[t.name] = t.newValue;
1749
+ }, bc = function(r, t) {
1750
+ if (t === "__proto__") if (ft.call(r, t)) {
1751
+ if (gc) return gc(r, t).value;
1752
+ } else return;
1753
+ return r[t];
1754
+ };
1755
+ yc.exports = function e() {
1756
+ var r, t, n, a, i, u, o = arguments[0], s = 1, l = arguments.length, c = false;
1757
+ for (typeof o == "boolean" && (c = o, o = arguments[1] || {}, s = 2), (o == null || typeof o != "object" && typeof o != "function") && (o = {}); s < l; ++s) if (r = arguments[s], r != null) for (t in r) n = bc(o, t), a = bc(r, t), o !== a && (c && a && (vc(a) || (i = Ec(a))) ? (i ? (i = false, u = n && Ec(n) ? n : []) : u = n && vc(n) ? n : {}, Cc(o, { name: t, newValue: e(c, u, a) })) : typeof a < "u" && Cc(o, { name: t, newValue: a }));
1758
+ return o;
1759
+ };
1760
+ });
1761
+ var kc = C((RC, xc) => {
1762
+ "use strict";
1763
+ xc.exports = (e) => {
1764
+ if (Object.prototype.toString.call(e) !== "[object Object]") return false;
1765
+ let r = Object.getPrototypeOf(e);
1766
+ return r === null || r === Object.prototype;
1767
+ };
1768
+ });
1769
+ var Tc = C((NC, Bc) => {
1770
+ "use strict";
1771
+ var lm = [].slice;
1772
+ Bc.exports = fm;
1773
+ function fm(e, r) {
1774
+ var t;
1775
+ return n;
1776
+ function n() {
1777
+ var u = lm.call(arguments, 0), o = e.length > u.length, s;
1778
+ o && u.push(a);
1779
+ try {
1780
+ s = e.apply(null, u);
1781
+ } catch (l) {
1782
+ if (o && t) throw l;
1783
+ return a(l);
1784
+ }
1785
+ o || (s && typeof s.then == "function" ? s.then(i, a) : s instanceof Error ? a(s) : i(s));
1786
+ }
1787
+ function a() {
1788
+ t || (t = true, r.apply(null, arguments));
1789
+ }
1790
+ function i(u) {
1791
+ a(null, u);
1792
+ }
1793
+ }
1794
+ });
1795
+ var Oc = C((MC, Pc) => {
1796
+ "use strict";
1797
+ var _c = Tc();
1798
+ Pc.exports = Sc;
1799
+ Sc.wrap = _c;
1800
+ var qc = [].slice;
1801
+ function Sc() {
1802
+ var e = [], r = {};
1803
+ return r.run = t, r.use = n, r;
1804
+ function t() {
1805
+ var a = -1, i = qc.call(arguments, 0, -1), u = arguments[arguments.length - 1];
1806
+ if (typeof u != "function") throw new Error("Expected function as last argument, not " + u);
1807
+ o.apply(null, [null].concat(i));
1808
+ function o(s) {
1809
+ var l = e[++a], c = qc.call(arguments, 0), f = c.slice(1), p = i.length, d = -1;
1810
+ if (s) {
1811
+ u(s);
1812
+ return;
1813
+ }
1814
+ for (; ++d < p; ) (f[d] === null || f[d] === void 0) && (f[d] = i[d]);
1815
+ i = f, l ? _c(l, o).apply(null, i) : u.apply(null, [null].concat(i));
1816
+ }
1817
+ }
1818
+ function n(a) {
1819
+ if (typeof a != "function") throw new Error("Expected `fn` to be a function, not " + a);
1820
+ return e.push(a), r;
1821
+ }
1822
+ }
1823
+ });
1824
+ var Nc = C((UC, Rc) => {
1825
+ "use strict";
1826
+ var rr = {}.hasOwnProperty;
1827
+ Rc.exports = Dm;
1828
+ function Dm(e) {
1829
+ return !e || typeof e != "object" ? "" : rr.call(e, "position") || rr.call(e, "type") ? Lc(e.position) : rr.call(e, "start") || rr.call(e, "end") ? Lc(e) : rr.call(e, "line") || rr.call(e, "column") ? Sn(e) : "";
1830
+ }
1831
+ function Sn(e) {
1832
+ return (!e || typeof e != "object") && (e = {}), Ic(e.line) + ":" + Ic(e.column);
1833
+ }
1834
+ function Lc(e) {
1835
+ return (!e || typeof e != "object") && (e = {}), Sn(e.start) + "-" + Sn(e.end);
1836
+ }
1837
+ function Ic(e) {
1838
+ return e && typeof e == "number" ? e : 1;
1839
+ }
1840
+ });
1841
+ var zc = C((zC, Uc) => {
1842
+ "use strict";
1843
+ var pm = Nc();
1844
+ Uc.exports = Pn;
1845
+ function Mc() {
1846
+ }
1847
+ Mc.prototype = Error.prototype;
1848
+ Pn.prototype = new Mc();
1849
+ var ke = Pn.prototype;
1850
+ ke.file = "";
1851
+ ke.name = "";
1852
+ ke.reason = "";
1853
+ ke.message = "";
1854
+ ke.stack = "";
1855
+ ke.fatal = null;
1856
+ ke.column = null;
1857
+ ke.line = null;
1858
+ function Pn(e, r, t) {
1859
+ var n, a, i;
1860
+ typeof r == "string" && (t = r, r = null), n = hm(t), a = pm(r) || "1:1", i = { start: { line: null, column: null }, end: { line: null, column: null } }, r && r.position && (r = r.position), r && (r.start ? (i = r, r = r.start) : i.start = r), e.stack && (this.stack = e.stack, e = e.message), this.message = e, this.name = a, this.reason = e, this.line = r ? r.line : null, this.column = r ? r.column : null, this.location = i, this.source = n[0], this.ruleId = n[1];
1861
+ }
1862
+ function hm(e) {
1863
+ var r = [null, null], t;
1864
+ return typeof e == "string" && (t = e.indexOf(":"), t === -1 ? r[1] = e : (r[0] = e.slice(0, t), r[1] = e.slice(t + 1))), r;
1865
+ }
1866
+ });
1867
+ var Gc = C((tr) => {
1868
+ "use strict";
1869
+ tr.basename = dm;
1870
+ tr.dirname = mm;
1871
+ tr.extname = Fm;
1872
+ tr.join = gm;
1873
+ tr.sep = "/";
1874
+ function dm(e, r) {
1875
+ var t = 0, n = -1, a, i, u, o;
1876
+ if (r !== void 0 && typeof r != "string") throw new TypeError('"ext" argument must be a string');
1877
+ if (wr(e), a = e.length, r === void 0 || !r.length || r.length > e.length) {
1878
+ for (; a--; ) if (e.charCodeAt(a) === 47) {
1879
+ if (u) {
1880
+ t = a + 1;
1881
+ break;
1882
+ }
1883
+ } else n < 0 && (u = true, n = a + 1);
1884
+ return n < 0 ? "" : e.slice(t, n);
1885
+ }
1886
+ if (r === e) return "";
1887
+ for (i = -1, o = r.length - 1; a--; ) if (e.charCodeAt(a) === 47) {
1888
+ if (u) {
1889
+ t = a + 1;
1890
+ break;
1891
+ }
1892
+ } else i < 0 && (u = true, i = a + 1), o > -1 && (e.charCodeAt(a) === r.charCodeAt(o--) ? o < 0 && (n = a) : (o = -1, n = i));
1893
+ return t === n ? n = i : n < 0 && (n = e.length), e.slice(t, n);
1894
+ }
1895
+ function mm(e) {
1896
+ var r, t, n;
1897
+ if (wr(e), !e.length) return ".";
1898
+ for (r = -1, n = e.length; --n; ) if (e.charCodeAt(n) === 47) {
1899
+ if (t) {
1900
+ r = n;
1901
+ break;
1902
+ }
1903
+ } else t || (t = true);
1904
+ return r < 0 ? e.charCodeAt(0) === 47 ? "/" : "." : r === 1 && e.charCodeAt(0) === 47 ? "//" : e.slice(0, r);
1905
+ }
1906
+ function Fm(e) {
1907
+ var r = -1, t = 0, n = -1, a = 0, i, u, o;
1908
+ for (wr(e), o = e.length; o--; ) {
1909
+ if (u = e.charCodeAt(o), u === 47) {
1910
+ if (i) {
1911
+ t = o + 1;
1912
+ break;
1913
+ }
1914
+ continue;
1915
+ }
1916
+ n < 0 && (i = true, n = o + 1), u === 46 ? r < 0 ? r = o : a !== 1 && (a = 1) : r > -1 && (a = -1);
1917
+ }
1918
+ return r < 0 || n < 0 || a === 0 || a === 1 && r === n - 1 && r === t + 1 ? "" : e.slice(r, n);
1919
+ }
1920
+ function gm() {
1921
+ for (var e = -1, r; ++e < arguments.length; ) wr(arguments[e]), arguments[e] && (r = r === void 0 ? arguments[e] : r + "/" + arguments[e]);
1922
+ return r === void 0 ? "." : Em(r);
1923
+ }
1924
+ function Em(e) {
1925
+ var r, t;
1926
+ return wr(e), r = e.charCodeAt(0) === 47, t = vm(e, !r), !t.length && !r && (t = "."), t.length && e.charCodeAt(e.length - 1) === 47 && (t += "/"), r ? "/" + t : t;
1927
+ }
1928
+ function vm(e, r) {
1929
+ for (var t = "", n = 0, a = -1, i = 0, u = -1, o, s; ++u <= e.length; ) {
1930
+ if (u < e.length) o = e.charCodeAt(u);
1931
+ else {
1932
+ if (o === 47) break;
1933
+ o = 47;
1934
+ }
1935
+ if (o === 47) {
1936
+ if (!(a === u - 1 || i === 1)) if (a !== u - 1 && i === 2) {
1937
+ if (t.length < 2 || n !== 2 || t.charCodeAt(t.length - 1) !== 46 || t.charCodeAt(t.length - 2) !== 46) {
1938
+ if (t.length > 2) {
1939
+ if (s = t.lastIndexOf("/"), s !== t.length - 1) {
1940
+ s < 0 ? (t = "", n = 0) : (t = t.slice(0, s), n = t.length - 1 - t.lastIndexOf("/")), a = u, i = 0;
1941
+ continue;
1942
+ }
1943
+ } else if (t.length) {
1944
+ t = "", n = 0, a = u, i = 0;
1945
+ continue;
1946
+ }
1947
+ }
1948
+ r && (t = t.length ? t + "/.." : "..", n = 2);
1949
+ } else t.length ? t += "/" + e.slice(a + 1, u) : t = e.slice(a + 1, u), n = u - a - 1;
1950
+ a = u, i = 0;
1951
+ } else o === 46 && i > -1 ? i++ : i = -1;
1952
+ }
1953
+ return t;
1954
+ }
1955
+ function wr(e) {
1956
+ if (typeof e != "string") throw new TypeError("Path must be a string. Received " + JSON.stringify(e));
1957
+ }
1958
+ });
1959
+ var $c = C((Yc) => {
1960
+ "use strict";
1961
+ Yc.cwd = Cm;
1962
+ function Cm() {
1963
+ return "/";
1964
+ }
1965
+ });
1966
+ var Wc = C(($C, jc) => {
1967
+ "use strict";
1968
+ var se = Gc(), bm = $c(), Am = _n();
1969
+ jc.exports = ge;
1970
+ var ym = {}.hasOwnProperty, On = ["history", "path", "basename", "stem", "extname", "dirname"];
1971
+ ge.prototype.toString = Lm;
1972
+ Object.defineProperty(ge.prototype, "path", { get: wm, set: xm });
1973
+ Object.defineProperty(ge.prototype, "dirname", { get: km, set: Bm });
1974
+ Object.defineProperty(ge.prototype, "basename", { get: Tm, set: qm });
1975
+ Object.defineProperty(ge.prototype, "extname", { get: _m, set: Sm });
1976
+ Object.defineProperty(ge.prototype, "stem", { get: Pm, set: Om });
1977
+ function ge(e) {
1978
+ var r, t;
1979
+ if (!e) e = {};
1980
+ else if (typeof e == "string" || Am(e)) e = { contents: e };
1981
+ else if ("message" in e && "messages" in e) return e;
1982
+ if (!(this instanceof ge)) return new ge(e);
1983
+ for (this.data = {}, this.messages = [], this.history = [], this.cwd = bm.cwd(), t = -1; ++t < On.length; ) r = On[t], ym.call(e, r) && (this[r] = e[r]);
1984
+ for (r in e) On.indexOf(r) < 0 && (this[r] = e[r]);
1985
+ }
1986
+ function wm() {
1987
+ return this.history[this.history.length - 1];
1988
+ }
1989
+ function xm(e) {
1990
+ In(e, "path"), this.path !== e && this.history.push(e);
1991
+ }
1992
+ function km() {
1993
+ return typeof this.path == "string" ? se.dirname(this.path) : void 0;
1994
+ }
1995
+ function Bm(e) {
1996
+ Vc(this.path, "dirname"), this.path = se.join(e || "", this.basename);
1997
+ }
1998
+ function Tm() {
1999
+ return typeof this.path == "string" ? se.basename(this.path) : void 0;
2000
+ }
2001
+ function qm(e) {
2002
+ In(e, "basename"), Ln(e, "basename"), this.path = se.join(this.dirname || "", e);
2003
+ }
2004
+ function _m() {
2005
+ return typeof this.path == "string" ? se.extname(this.path) : void 0;
2006
+ }
2007
+ function Sm(e) {
2008
+ if (Ln(e, "extname"), Vc(this.path, "extname"), e) {
2009
+ if (e.charCodeAt(0) !== 46) throw new Error("`extname` must start with `.`");
2010
+ if (e.indexOf(".", 1) > -1) throw new Error("`extname` cannot contain multiple dots");
2011
+ }
2012
+ this.path = se.join(this.dirname, this.stem + (e || ""));
2013
+ }
2014
+ function Pm() {
2015
+ return typeof this.path == "string" ? se.basename(this.path, this.extname) : void 0;
2016
+ }
2017
+ function Om(e) {
2018
+ In(e, "stem"), Ln(e, "stem"), this.path = se.join(this.dirname || "", e + (this.extname || ""));
2019
+ }
2020
+ function Lm(e) {
2021
+ return (this.contents || "").toString(e);
2022
+ }
2023
+ function Ln(e, r) {
2024
+ if (e && e.indexOf(se.sep) > -1) throw new Error("`" + r + "` cannot be a path: did not expect `" + se.sep + "`");
2025
+ }
2026
+ function In(e, r) {
2027
+ if (!e) throw new Error("`" + r + "` cannot be empty");
2028
+ }
2029
+ function Vc(e, r) {
2030
+ if (!e) throw new Error("Setting `" + r + "` requires `path` to be set too");
2031
+ }
2032
+ });
2033
+ var Kc = C((VC, Hc) => {
2034
+ "use strict";
2035
+ var Im = zc(), Dt = Wc();
2036
+ Hc.exports = Dt;
2037
+ Dt.prototype.message = Rm;
2038
+ Dt.prototype.info = Mm;
2039
+ Dt.prototype.fail = Nm;
2040
+ function Rm(e, r, t) {
2041
+ var n = new Im(e, r, t);
2042
+ return this.path && (n.name = this.path + ":" + n.name, n.file = this.path), n.fatal = false, this.messages.push(n), n;
2043
+ }
2044
+ function Nm() {
2045
+ var e = this.message.apply(this, arguments);
2046
+ throw e.fatal = true, e;
2047
+ }
2048
+ function Mm() {
2049
+ var e = this.message.apply(this, arguments);
2050
+ return e.fatal = null, e;
2051
+ }
2052
+ });
2053
+ var Jc = C((jC, Xc) => {
2054
+ "use strict";
2055
+ Xc.exports = Kc();
2056
+ });
2057
+ var al = C((WC, ul) => {
2058
+ "use strict";
2059
+ var Qc = dc(), Um = _n(), pt = wc(), Zc = kc(), nl = Oc(), xr = Jc();
2060
+ ul.exports = il().freeze();
2061
+ var zm = [].slice, Gm = {}.hasOwnProperty, Ym = nl().use($m).use(Vm).use(jm);
2062
+ function $m(e, r) {
2063
+ r.tree = e.parse(r.file);
2064
+ }
2065
+ function Vm(e, r, t) {
2066
+ e.run(r.tree, r.file, n);
2067
+ function n(a, i, u) {
2068
+ a ? t(a) : (r.tree = i, r.file = u, t());
2069
+ }
2070
+ }
2071
+ function jm(e, r) {
2072
+ var t = e.stringify(r.tree, r.file);
2073
+ t == null || (typeof t == "string" || Um(t) ? ("value" in r.file && (r.file.value = t), r.file.contents = t) : r.file.result = t);
2074
+ }
2075
+ function il() {
2076
+ var e = [], r = nl(), t = {}, n = -1, a;
2077
+ return i.data = o, i.freeze = u, i.attachers = e, i.use = s, i.parse = c, i.stringify = d, i.run = f, i.runSync = p, i.process = D, i.processSync = h, i;
2078
+ function i() {
2079
+ for (var m = il(), F = -1; ++F < e.length; ) m.use.apply(null, e[F]);
2080
+ return m.data(pt(true, {}, t)), m;
2081
+ }
2082
+ function u() {
2083
+ var m, F;
2084
+ if (a) return i;
2085
+ for (; ++n < e.length; ) m = e[n], m[1] !== false && (m[1] === true && (m[1] = void 0), F = m[0].apply(i, m.slice(1)), typeof F == "function" && r.use(F));
2086
+ return a = true, n = 1 / 0, i;
2087
+ }
2088
+ function o(m, F) {
2089
+ return typeof m == "string" ? arguments.length === 2 ? (Mn("data", a), t[m] = F, i) : Gm.call(t, m) && t[m] || null : m ? (Mn("data", a), t = m, i) : t;
2090
+ }
2091
+ function s(m) {
2092
+ var F;
2093
+ if (Mn("use", a), m != null) if (typeof m == "function") b.apply(null, arguments);
2094
+ else if (typeof m == "object") "length" in m ? B(m) : A(m);
2095
+ else throw new Error("Expected usable value, not `" + m + "`");
2096
+ return F && (t.settings = pt(t.settings || {}, F)), i;
2097
+ function A(g) {
2098
+ B(g.plugins), g.settings && (F = pt(F || {}, g.settings));
2099
+ }
2100
+ function v(g) {
2101
+ if (typeof g == "function") b(g);
2102
+ else if (typeof g == "object") "length" in g ? b.apply(null, g) : A(g);
2103
+ else throw new Error("Expected usable value, not `" + g + "`");
2104
+ }
2105
+ function B(g) {
2106
+ var y = -1;
2107
+ if (g != null) if (typeof g == "object" && "length" in g) for (; ++y < g.length; ) v(g[y]);
2108
+ else throw new Error("Expected a list of plugins, not `" + g + "`");
2109
+ }
2110
+ function b(g, y) {
2111
+ var w = l(g);
2112
+ w ? (Zc(w[1]) && Zc(y) && (y = pt(true, w[1], y)), w[1] = y) : e.push(zm.call(arguments));
2113
+ }
2114
+ }
2115
+ function l(m) {
2116
+ for (var F = -1; ++F < e.length; ) if (e[F][0] === m) return e[F];
2117
+ }
2118
+ function c(m) {
2119
+ var F = xr(m), A;
2120
+ return u(), A = i.Parser, Rn("parse", A), el(A, "parse") ? new A(String(F), F).parse() : A(String(F), F);
2121
+ }
2122
+ function f(m, F, A) {
2123
+ if (rl(m), u(), !A && typeof F == "function" && (A = F, F = null), !A) return new Promise(v);
2124
+ v(null, A);
2125
+ function v(B, b) {
2126
+ r.run(m, xr(F), g);
2127
+ function g(y, w, E) {
2128
+ w = w || m, y ? b(y) : B ? B(w) : A(null, w, E);
2129
+ }
2130
+ }
2131
+ }
2132
+ function p(m, F) {
2133
+ var A, v;
2134
+ return f(m, F, B), tl("runSync", "run", v), A;
2135
+ function B(b, g) {
2136
+ v = true, A = g, Qc(b);
2137
+ }
2138
+ }
2139
+ function d(m, F) {
2140
+ var A = xr(F), v;
2141
+ return u(), v = i.Compiler, Nn("stringify", v), rl(m), el(v, "compile") ? new v(m, A).compile() : v(m, A);
2142
+ }
2143
+ function D(m, F) {
2144
+ if (u(), Rn("process", i.Parser), Nn("process", i.Compiler), !F) return new Promise(A);
2145
+ A(null, F);
2146
+ function A(v, B) {
2147
+ var b = xr(m);
2148
+ Ym.run(i, { file: b }, g);
2149
+ function g(y) {
2150
+ y ? B(y) : v ? v(b) : F(null, b);
2151
+ }
2152
+ }
2153
+ }
2154
+ function h(m) {
2155
+ var F, A;
2156
+ return u(), Rn("processSync", i.Parser), Nn("processSync", i.Compiler), F = xr(m), D(F, v), tl("processSync", "process", A), F;
2157
+ function v(B) {
2158
+ A = true, Qc(B);
2159
+ }
2160
+ }
2161
+ }
2162
+ function el(e, r) {
2163
+ return typeof e == "function" && e.prototype && (Wm(e.prototype) || r in e.prototype);
2164
+ }
2165
+ function Wm(e) {
2166
+ var r;
2167
+ for (r in e) return true;
2168
+ return false;
2169
+ }
2170
+ function Rn(e, r) {
2171
+ if (typeof r != "function") throw new Error("Cannot `" + e + "` without `Parser`");
2172
+ }
2173
+ function Nn(e, r) {
2174
+ if (typeof r != "function") throw new Error("Cannot `" + e + "` without `Compiler`");
2175
+ }
2176
+ function Mn(e, r) {
2177
+ if (r) throw new Error("Cannot invoke `" + e + "` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.");
2178
+ }
2179
+ function rl(e) {
2180
+ if (!e || typeof e.type != "string") throw new Error("Expected node, got `" + e + "`");
2181
+ }
2182
+ function tl(e, r, t) {
2183
+ if (!t) throw new Error("`" + e + "` finished async. Use `" + r + "` instead");
2184
+ }
2185
+ });
2186
+ var uF = {};
2187
+ Yn(uF, { languages: () => ru, options: () => tu, parsers: () => zn, printers: () => iF });
2188
+ var ql = (e, r, t) => {
2189
+ if (!(e && r == null)) return Array.isArray(r) || typeof r == "string" ? r[t < 0 ? r.length + t : t] : r.at(t);
2190
+ }, z = ql;
2191
+ var _l = (e, r, t, n) => {
2192
+ if (!(e && r == null)) return r.replaceAll ? r.replaceAll(t, n) : t.global ? r.replace(t, n) : r.split(t).join(n);
2193
+ }, R = _l;
2194
+ var Zi = Me(Br(), 1);
2195
+ function le(e) {
2196
+ if (typeof e != "string") throw new TypeError("Expected a string");
2197
+ return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
2198
+ }
2199
+ var Y = "string", H = "array", Ce = "cursor", re = "indent", te = "align", fe = "trim", X = "group", J = "fill", K = "if-break", De = "indent-if-break", pe = "line-suffix", he = "line-suffix-boundary", $ = "line", de = "label", ne = "break-parent", Tr = /* @__PURE__ */ new Set([Ce, re, te, fe, X, J, K, De, pe, he, $, de, ne]);
2200
+ function Pl(e) {
2201
+ if (typeof e == "string") return Y;
2202
+ if (Array.isArray(e)) return H;
2203
+ if (!e) return;
2204
+ let { type: r } = e;
2205
+ if (Tr.has(r)) return r;
2206
+ }
2207
+ var G = Pl;
2208
+ var Ol = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e);
2209
+ function Ll(e) {
2210
+ let r = e === null ? "null" : typeof e;
2211
+ if (r !== "string" && r !== "object") return `Unexpected doc '${r}',
2212
+ Expected it to be 'string' or 'object'.`;
2213
+ if (G(e)) throw new Error("doc is valid.");
2214
+ let t = Object.prototype.toString.call(e);
2215
+ if (t !== "[object Object]") return `Unexpected doc '${t}'.`;
2216
+ let n = Ol([...Tr].map((a) => `'${a}'`));
2217
+ return `Unexpected doc.type '${e.type}'.
2218
+ Expected it to be ${n}.`;
2219
+ }
2220
+ var dt = class extends Error {
2221
+ constructor(r) {
2222
+ super(Ll(r));
2223
+ __publicField(this, "name", "InvalidDocError");
2224
+ this.doc = r;
2225
+ }
2226
+ }, Te = dt;
2227
+ var Kn = {};
2228
+ function Il(e, r, t, n) {
2229
+ let a = [e];
2230
+ for (; a.length > 0; ) {
2231
+ let i = a.pop();
2232
+ if (i === Kn) {
2233
+ t(a.pop());
2234
+ continue;
2235
+ }
2236
+ t && a.push(i, Kn);
2237
+ let u = G(i);
2238
+ if (!u) throw new Te(i);
2239
+ if ((r == null ? void 0 : r(i)) !== false) switch (u) {
2240
+ case H:
2241
+ case J: {
2242
+ let o = u === H ? i : i.parts;
2243
+ for (let s = o.length, l = s - 1; l >= 0; --l) a.push(o[l]);
2244
+ break;
2245
+ }
2246
+ case K:
2247
+ a.push(i.flatContents, i.breakContents);
2248
+ break;
2249
+ case X:
2250
+ if (n && i.expandedStates) for (let o = i.expandedStates.length, s = o - 1; s >= 0; --s) a.push(i.expandedStates[s]);
2251
+ else a.push(i.contents);
2252
+ break;
2253
+ case te:
2254
+ case re:
2255
+ case De:
2256
+ case de:
2257
+ case pe:
2258
+ a.push(i.contents);
2259
+ break;
2260
+ case Y:
2261
+ case Ce:
2262
+ case fe:
2263
+ case he:
2264
+ case $:
2265
+ case ne:
2266
+ break;
2267
+ default:
2268
+ throw new Te(i);
2269
+ }
2270
+ }
2271
+ }
2272
+ var mt = Il;
2273
+ function Rl(e, r) {
2274
+ if (typeof e == "string") return r(e);
2275
+ let t = /* @__PURE__ */ new Map();
2276
+ return n(e);
2277
+ function n(i) {
2278
+ if (t.has(i)) return t.get(i);
2279
+ let u = a(i);
2280
+ return t.set(i, u), u;
2281
+ }
2282
+ function a(i) {
2283
+ switch (G(i)) {
2284
+ case H:
2285
+ return r(i.map(n));
2286
+ case J:
2287
+ return r(__spreadProps(__spreadValues({}, i), { parts: i.parts.map(n) }));
2288
+ case K:
2289
+ return r(__spreadProps(__spreadValues({}, i), { breakContents: n(i.breakContents), flatContents: n(i.flatContents) }));
2290
+ case X: {
2291
+ let { expandedStates: u, contents: o } = i;
2292
+ return u ? (u = u.map(n), o = u[0]) : o = n(o), r(__spreadProps(__spreadValues({}, i), { contents: o, expandedStates: u }));
2293
+ }
2294
+ case te:
2295
+ case re:
2296
+ case De:
2297
+ case de:
2298
+ case pe:
2299
+ return r(__spreadProps(__spreadValues({}, i), { contents: n(i.contents) }));
2300
+ case Y:
2301
+ case Ce:
2302
+ case fe:
2303
+ case he:
2304
+ case $:
2305
+ case ne:
2306
+ return r(i);
2307
+ default:
2308
+ throw new Te(i);
2309
+ }
2310
+ }
2311
+ }
2312
+ function Xn(e) {
2313
+ if (e.length > 0) {
2314
+ let r = z(false, e, -1);
2315
+ !r.expandedStates && !r.break && (r.break = "propagated");
2316
+ }
2317
+ return null;
2318
+ }
2319
+ function Jn(e) {
2320
+ let r = /* @__PURE__ */ new Set(), t = [];
2321
+ function n(i) {
2322
+ if (i.type === ne && Xn(t), i.type === X) {
2323
+ if (t.push(i), r.has(i)) return false;
2324
+ r.add(i);
2325
+ }
2326
+ }
2327
+ function a(i) {
2328
+ i.type === X && t.pop().break && Xn(t);
2329
+ }
2330
+ mt(e, n, a, true);
2331
+ }
2332
+ function be(e, r = nr) {
2333
+ return Rl(e, (t) => typeof t == "string" ? qr(r, t.split(`
2334
+ `)) : t);
2335
+ }
2336
+ var Ft = () => {
2337
+ }, qe = Ft, gt = Ft, Qn = Ft;
2338
+ function ir(e) {
2339
+ return qe(e), { type: re, contents: e };
2340
+ }
2341
+ function Ae(e, r) {
2342
+ return qe(r), { type: te, contents: r, n: e };
2343
+ }
2344
+ function Ue(e, r = {}) {
2345
+ return qe(e), gt(r.expandedStates, true), { type: X, id: r.id, contents: e, break: !!r.shouldBreak, expandedStates: r.expandedStates };
2346
+ }
2347
+ function _e(e) {
2348
+ return Ae({ type: "root" }, e);
2349
+ }
2350
+ function ze(e) {
2351
+ return Qn(e), { type: J, parts: e };
2352
+ }
2353
+ function Zn(e, r = "", t = {}) {
2354
+ return qe(e), r !== "" && qe(r), { type: K, breakContents: e, flatContents: r, groupId: t.groupId };
2355
+ }
2356
+ var ur = { type: ne };
2357
+ var ar = { type: $, hard: true }, Nl = { type: $, hard: true, literal: true }, _r = { type: $ }, Sr = { type: $, soft: true }, L = [ar, ur], nr = [Nl, ur];
2358
+ function qr(e, r) {
2359
+ qe(e), gt(r);
2360
+ let t = [];
2361
+ for (let n = 0; n < r.length; n++) n !== 0 && t.push(e), t.push(r[n]);
2362
+ return t;
2363
+ }
2364
+ function Ml(e, r) {
2365
+ let t = e.match(new RegExp(`(${le(r)})+`, "gu"));
2366
+ return t === null ? 0 : t.reduce((n, a) => Math.max(n, a.length / r.length), 0);
2367
+ }
2368
+ var Pr = Ml;
2369
+ function Ul(e, r) {
2370
+ let t = e.match(new RegExp(`(${le(r)})+`, "gu"));
2371
+ if (t === null) return 0;
2372
+ let n = /* @__PURE__ */ new Map(), a = 0;
2373
+ for (let i of t) {
2374
+ let u = i.length / r.length;
2375
+ n.set(u, true), u > a && (a = u);
2376
+ }
2377
+ for (let i = 1; i < a; i++) if (!n.get(i)) return i;
2378
+ return a + 1;
2379
+ }
2380
+ var ei = Ul;
2381
+ var Or = "'", ri = '"';
2382
+ function zl(e, r) {
2383
+ let t = r === true || r === Or ? Or : ri, n = t === Or ? ri : Or, a = 0, i = 0;
2384
+ for (let u of e) u === t ? a++ : u === n && i++;
2385
+ return a > i ? n : t;
2386
+ }
2387
+ var ti = zl;
2388
+ var Et = class extends Error {
2389
+ constructor(r, t, n = "type") {
2390
+ super(`Unexpected ${t} node ${n}: ${JSON.stringify(r[n])}.`);
2391
+ __publicField(this, "name", "UnexpectedNodeError");
2392
+ this.node = r;
2393
+ }
2394
+ }, ni = Et;
2395
+ var li = Me(Br(), 1);
2396
+ function Gl(e) {
2397
+ return (e == null ? void 0 : e.type) === "front-matter";
2398
+ }
2399
+ var ii = Gl;
2400
+ var ui = ["noformat", "noprettier"], Lr = ["format", "prettier"], ai = "format";
2401
+ var or = 3;
2402
+ function Yl(e) {
2403
+ let r = e.slice(0, or);
2404
+ if (r !== "---" && r !== "+++") return;
2405
+ let t = e.indexOf(`
2406
+ `, or);
2407
+ if (t === -1) return;
2408
+ let n = e.slice(or, t).trim(), a = e.indexOf(`
2409
+ ${r}`, t), i = n;
2410
+ if (i || (i = r === "+++" ? "toml" : "yaml"), a === -1 && r === "---" && i === "yaml" && (a = e.indexOf(`
2411
+ ...`, t)), a === -1) return;
2412
+ let u = a + 1 + or, o = e.charAt(u + 1);
2413
+ if (!/\s?/u.test(o)) return;
2414
+ let s = e.slice(0, u);
2415
+ return { type: "front-matter", language: i, explicitLanguage: n, value: e.slice(t + 1, a), startDelimiter: r, endDelimiter: s.slice(-or), raw: s };
2416
+ }
2417
+ function $l(e) {
2418
+ let r = Yl(e);
2419
+ if (!r) return { content: e };
2420
+ let { raw: t } = r;
2421
+ return { frontMatter: r, content: R(false, t, /[^\n]/gu, " ") + e.slice(t.length) };
2422
+ }
2423
+ var Ge = $l;
2424
+ function Ir(e, r) {
2425
+ let t = `@(${r.join("|")})`, n = new RegExp([`<!--\\s*${t}\\s*-->`, `\\{\\s*\\/\\*\\s*${t}\\s*\\*\\/\\s*\\}`, `<!--.*\r?
2426
+ [\\s\\S]*(^|
2427
+ )[^\\S
2428
+ ]*${t}[^\\S
2429
+ ]*($|
2430
+ )[\\s\\S]*
2431
+ .*-->`].join("|"), "mu"), a = e.match(n);
2432
+ return (a == null ? void 0 : a.index) === 0;
2433
+ }
2434
+ var oi = (e) => Ir(Ge(e).content.trimStart(), Lr), si = (e) => Ir(Ge(e).content.trimStart(), ui), ci = (e) => {
2435
+ let r = Ge(e), t = `<!-- @${ai} -->`;
2436
+ return r.frontMatter ? `${r.frontMatter.raw}
2437
+
2438
+ ${t}
2439
+
2440
+ ${r.content}` : `${t}
2441
+
2442
+ ${r.content}`;
2443
+ };
2444
+ var Vl = /* @__PURE__ */ new Set(["position", "raw"]);
2445
+ function fi(e, r, t) {
2446
+ if ((e.type === "front-matter" || e.type === "code" || e.type === "yaml" || e.type === "import" || e.type === "export" || e.type === "jsx") && delete r.value, e.type === "list" && delete r.isAligned, (e.type === "list" || e.type === "listItem") && delete r.spread, e.type === "text") return null;
2447
+ if (e.type === "inlineCode" && (r.value = R(false, e.value, `
2448
+ `, " ")), e.type === "wikiLink" && (r.value = R(false, e.value.trim(), /[\t\n]+/gu, " ")), (e.type === "definition" || e.type === "linkReference" || e.type === "imageReference") && (r.label = (0, li.default)(e.label)), (e.type === "link" || e.type === "image") && e.url && e.url.includes("(")) for (let n of "<>") r.url = R(false, e.url, n, encodeURIComponent(n));
2449
+ if ((e.type === "definition" || e.type === "link" || e.type === "image") && e.title && (r.title = R(false, e.title, /\\(?=["')])/gu, "")), (t == null ? void 0 : t.type) === "root" && t.children.length > 0 && (t.children[0] === e || ii(t.children[0]) && t.children[1] === e) && e.type === "html" && Ir(e.value, Lr)) return null;
2450
+ }
2451
+ fi.ignoredProperties = Vl;
2452
+ var Di = fi;
2453
+ var pi = /(?:[\u{2c7}\u{2c9}-\u{2cb}\u{2d9}\u{2ea}-\u{2eb}\u{305}\u{323}\u{1100}-\u{11ff}\u{2e80}-\u{2e99}\u{2e9b}-\u{2ef3}\u{2f00}-\u{2fd5}\u{2ff0}-\u{303f}\u{3041}-\u{3096}\u{3099}-\u{30ff}\u{3105}-\u{312f}\u{3131}-\u{318e}\u{3190}-\u{4dbf}\u{4e00}-\u{9fff}\u{a700}-\u{a707}\u{a960}-\u{a97c}\u{ac00}-\u{d7a3}\u{d7b0}-\u{d7c6}\u{d7cb}-\u{d7fb}\u{f900}-\u{fa6d}\u{fa70}-\u{fad9}\u{fe10}-\u{fe1f}\u{fe30}-\u{fe6f}\u{ff00}-\u{ffef}\u{16fe3}\u{1aff0}-\u{1aff3}\u{1aff5}-\u{1affb}\u{1affd}-\u{1affe}\u{1b000}-\u{1b122}\u{1b132}\u{1b150}-\u{1b152}\u{1b155}\u{1b164}-\u{1b167}\u{1f200}\u{1f250}-\u{1f251}\u{20000}-\u{2a6df}\u{2a700}-\u{2b739}\u{2b740}-\u{2b81d}\u{2b820}-\u{2cea1}\u{2ceb0}-\u{2ebe0}\u{2ebf0}-\u{2ee5d}\u{2f800}-\u{2fa1d}\u{30000}-\u{3134a}\u{31350}-\u{323af}])(?:[\u{fe00}-\u{fe0f}\u{e0100}-\u{e01ef}])?/u, Se = new RegExp("(?:[\\u{21}-\\u{2f}\\u{3a}-\\u{40}\\u{5b}-\\u{60}\\u{7b}-\\u{7e}]|\\p{General_Category=Connector_Punctuation}|\\p{General_Category=Dash_Punctuation}|\\p{General_Category=Close_Punctuation}|\\p{General_Category=Final_Punctuation}|\\p{General_Category=Initial_Punctuation}|\\p{General_Category=Other_Punctuation}|\\p{General_Category=Open_Punctuation})", "u");
2454
+ async function jl(e, r) {
2455
+ if (e.language === "yaml") {
2456
+ let t = e.value.trim(), n = t ? await r(t, { parser: "yaml" }) : "";
2457
+ return _e([e.startDelimiter, e.explicitLanguage, L, n, n ? L : "", e.endDelimiter]);
2458
+ }
2459
+ }
2460
+ var hi = jl;
2461
+ var Wl = (e, r) => {
2462
+ if (!(e && r == null)) return r.toReversed || !Array.isArray(r) ? r.toReversed() : [...r].reverse();
2463
+ }, di = Wl;
2464
+ var mi, Fi, gi, Ei, vi, Hl = ((mi = globalThis.Deno) == null ? void 0 : mi.build.os) === "windows" || ((gi = (Fi = globalThis.navigator) == null ? void 0 : Fi.platform) == null ? void 0 : gi.startsWith("Win")) || ((vi = (Ei = globalThis.process) == null ? void 0 : Ei.platform) == null ? void 0 : vi.startsWith("win")) || false;
2465
+ function Ci(e) {
2466
+ if (e = e instanceof URL ? e : new URL(e), e.protocol !== "file:") throw new TypeError(`URL must be a file URL: received "${e.protocol}"`);
2467
+ return e;
2468
+ }
2469
+ function Kl(e) {
2470
+ return e = Ci(e), decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
2471
+ }
2472
+ function Xl(e) {
2473
+ e = Ci(e);
2474
+ let r = decodeURIComponent(e.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
2475
+ return e.hostname !== "" && (r = `\\\\${e.hostname}${r}`), r;
2476
+ }
2477
+ function bi(e) {
2478
+ return Hl ? Xl(e) : Kl(e);
2479
+ }
2480
+ var Ai = bi;
2481
+ var Jl = (e) => String(e).split(/[/\\]/u).pop();
2482
+ function yi(e, r) {
2483
+ var _a;
2484
+ if (!r) return;
2485
+ let t = Jl(r).toLowerCase();
2486
+ return (_a = e.find(({ filenames: n }) => n == null ? void 0 : n.some((a) => a.toLowerCase() === t))) != null ? _a : e.find(({ extensions: n }) => n == null ? void 0 : n.some((a) => t.endsWith(a)));
2487
+ }
2488
+ function Ql(e, r) {
2489
+ var _a, _b;
2490
+ if (r) return (_b = (_a = e.find(({ name: t }) => t.toLowerCase() === r)) != null ? _a : e.find(({ aliases: t }) => t == null ? void 0 : t.includes(r))) != null ? _b : e.find(({ extensions: t }) => t == null ? void 0 : t.includes(`.${r}`));
2491
+ }
2492
+ function wi(e, r) {
2493
+ if (r) {
2494
+ if (String(r).startsWith("file:")) try {
2495
+ r = Ai(r);
2496
+ } catch (e2) {
2497
+ return;
2498
+ }
2499
+ if (typeof r == "string") return e.find(({ isSupported: t }) => t == null ? void 0 : t({ filepath: r }));
2500
+ }
2501
+ }
2502
+ function Zl(e, r) {
2503
+ var _a, _b, _c, _d, _e2;
2504
+ let t = di(false, e.plugins).flatMap((a) => {
2505
+ var _a2;
2506
+ return (_a2 = a.languages) != null ? _a2 : [];
2507
+ }), n = (_e2 = (_d = (_c = (_b = (_a = Ql(t, r.language)) != null ? _a : yi(t, r.physicalFile)) != null ? _b : yi(t, r.file)) != null ? _c : wi(t, r.physicalFile)) != null ? _d : wi(t, r.file)) != null ? _e2 : (r.physicalFile, void 0);
2508
+ return n == null ? void 0 : n.parsers[0];
2509
+ }
2510
+ var xi = Zl;
2511
+ var ef = new Proxy(() => {
2512
+ }, { get: () => ef });
2513
+ function Pe(e) {
2514
+ return e.position.start.offset;
2515
+ }
2516
+ function Oe(e) {
2517
+ return e.position.end.offset;
2518
+ }
2519
+ var vt = /* @__PURE__ */ new Set(["liquidNode", "inlineCode", "emphasis", "esComment", "strong", "delete", "wikiLink", "link", "linkReference", "image", "imageReference", "footnote", "footnoteReference", "sentence", "whitespace", "word", "break", "inlineMath"]), Rr = /* @__PURE__ */ new Set([...vt, "tableCell", "paragraph", "heading"]), $e = "non-cjk", ie = "cj-letter", Le = "k-letter", sr = "cjk-punctuation", rf = new RegExp("\\p{Script_Extensions=Hangul}", "u");
2520
+ function Nr(e) {
2521
+ let r = [], t = e.split(/([\t\n ]+)/u);
2522
+ for (let [a, i] of t.entries()) {
2523
+ if (a % 2 === 1) {
2524
+ r.push({ type: "whitespace", value: /\n/u.test(i) ? `
2525
+ ` : " " });
2526
+ continue;
2527
+ }
2528
+ if ((a === 0 || a === t.length - 1) && i === "") continue;
2529
+ let u = i.split(new RegExp(`(${pi.source})`, "u"));
2530
+ for (let [o, s] of u.entries()) if (!((o === 0 || o === u.length - 1) && s === "")) {
2531
+ if (o % 2 === 0) {
2532
+ s !== "" && n({ type: "word", value: s, kind: $e, isCJ: false, hasLeadingPunctuation: Se.test(s[0]), hasTrailingPunctuation: Se.test(z(false, s, -1)) });
2533
+ continue;
2534
+ }
2535
+ if (Se.test(s)) {
2536
+ n({ type: "word", value: s, kind: sr, isCJ: true, hasLeadingPunctuation: true, hasTrailingPunctuation: true });
2537
+ continue;
2538
+ }
2539
+ if (rf.test(s)) {
2540
+ n({ type: "word", value: s, kind: Le, isCJ: false, hasLeadingPunctuation: false, hasTrailingPunctuation: false });
2541
+ continue;
2542
+ }
2543
+ n({ type: "word", value: s, kind: ie, isCJ: true, hasLeadingPunctuation: false, hasTrailingPunctuation: false });
2544
+ }
2545
+ }
2546
+ return r;
2547
+ function n(a) {
2548
+ let i = z(false, r, -1);
2549
+ (i == null ? void 0 : i.type) === "word" && !u($e, sr) && ![i.value, a.value].some((o) => /\u3000/u.test(o)) && r.push({ type: "whitespace", value: "" }), r.push(a);
2550
+ function u(o, s) {
2551
+ return i.kind === o && a.kind === s || i.kind === s && a.kind === o;
2552
+ }
2553
+ }
2554
+ }
2555
+ function Ye(e, r) {
2556
+ let t = r.originalText.slice(e.position.start.offset, e.position.end.offset), { numberText: n, leadingSpaces: a } = t.match(new RegExp("^\\s*(?<numberText>\\d+)(\\.|\\))(?<leadingSpaces>\\s*)", "u")).groups;
2557
+ return { number: Number(n), leadingSpaces: a };
2558
+ }
2559
+ function ki(e, r) {
2560
+ return !e.ordered || e.children.length < 2 || Ye(e.children[1], r).number !== 1 ? false : Ye(e.children[0], r).number !== 0 ? true : e.children.length > 2 && Ye(e.children[2], r).number === 1;
2561
+ }
2562
+ function Mr(e, r) {
2563
+ let { value: t } = e;
2564
+ return e.position.end.offset === r.length && t.endsWith(`
2565
+ `) && r.endsWith(`
2566
+ `) ? t.slice(0, -1) : t;
2567
+ }
2568
+ function ye(e, r) {
2569
+ return (function t(n, a, i) {
2570
+ let u = __spreadValues({}, r(n, a, i));
2571
+ return u.children && (u.children = u.children.map((o, s) => t(o, s, [u, ...i]))), u;
2572
+ })(e, null, []);
2573
+ }
2574
+ function Ct(e) {
2575
+ if ((e == null ? void 0 : e.type) !== "link" || e.children.length !== 1) return false;
2576
+ let [r] = e.children;
2577
+ return Pe(e) === Pe(r) && Oe(e) === Oe(r);
2578
+ }
2579
+ function tf(e, r) {
2580
+ let { node: t } = e;
2581
+ if (t.type === "code" && t.lang !== null) {
2582
+ let n = xi(r, { language: t.lang });
2583
+ if (n) return async (a) => {
2584
+ let i = r.__inJsTemplate ? "~" : "`", u = i.repeat(Math.max(3, Pr(t.value, i) + 1)), o = { parser: n };
2585
+ t.lang === "ts" || t.lang === "typescript" ? o.filepath = "dummy.ts" : t.lang === "tsx" && (o.filepath = "dummy.tsx");
2586
+ let s = await a(Mr(t, r.originalText), o);
2587
+ return _e([u, t.lang, t.meta ? " " + t.meta : "", L, be(s), L, u]);
2588
+ };
2589
+ }
2590
+ switch (t.type) {
2591
+ case "front-matter":
2592
+ return (n) => hi(t, n);
2593
+ case "import":
2594
+ case "export":
2595
+ return (n) => n(t.value, { parser: "babel" });
2596
+ case "jsx":
2597
+ return (n) => n(`<$>${t.value}</$>`, { parser: "__js_expression", rootMarker: "mdx" });
2598
+ }
2599
+ return null;
2600
+ }
2601
+ var Bi = tf;
2602
+ var cr = null;
2603
+ function lr(e) {
2604
+ if (cr !== null && typeof cr.property) {
2605
+ let r = cr;
2606
+ return cr = lr.prototype = null, r;
2607
+ }
2608
+ return cr = lr.prototype = e != null ? e : /* @__PURE__ */ Object.create(null), new lr();
2609
+ }
2610
+ var nf = 10;
2611
+ for (let e = 0; e <= nf; e++) lr();
2612
+ function bt(e) {
2613
+ return lr(e);
2614
+ }
2615
+ function uf(e, r = "type") {
2616
+ bt(e);
2617
+ function t(n) {
2618
+ let a = n[r], i = e[a];
2619
+ if (!Array.isArray(i)) throw Object.assign(new Error(`Missing visitor keys for '${a}'.`), { node: n });
2620
+ return i;
2621
+ }
2622
+ return t;
2623
+ }
2624
+ var Ti = uf;
2625
+ var af = { "front-matter": [], root: ["children"], paragraph: ["children"], sentence: ["children"], word: [], whitespace: [], emphasis: ["children"], strong: ["children"], delete: ["children"], inlineCode: [], wikiLink: [], link: ["children"], image: [], blockquote: ["children"], heading: ["children"], code: [], html: [], list: ["children"], thematicBreak: [], linkReference: ["children"], imageReference: [], definition: [], footnote: ["children"], footnoteReference: [], footnoteDefinition: ["children"], table: ["children"], tableCell: ["children"], break: [], liquidNode: [], import: [], export: [], esComment: [], jsx: [], math: [], inlineMath: [], tableRow: ["children"], listItem: ["children"], text: [] }, qi = af;
2626
+ var of = Ti(qi), _i = of;
2627
+ function Si(e) {
2628
+ switch (e) {
2629
+ case "cr":
2630
+ return "\r";
2631
+ case "crlf":
2632
+ return `\r
2633
+ `;
2634
+ default:
2635
+ return `
2636
+ `;
2637
+ }
2638
+ }
2639
+ var Pi = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
2640
+ function Oi(e) {
2641
+ return e === 12288 || e >= 65281 && e <= 65376 || e >= 65504 && e <= 65510;
2642
+ }
2643
+ function Li(e) {
2644
+ return e >= 4352 && e <= 4447 || e === 8986 || e === 8987 || e === 9001 || e === 9002 || e >= 9193 && e <= 9196 || e === 9200 || e === 9203 || e === 9725 || e === 9726 || e === 9748 || e === 9749 || e >= 9776 && e <= 9783 || e >= 9800 && e <= 9811 || e === 9855 || e >= 9866 && e <= 9871 || e === 9875 || e === 9889 || e === 9898 || e === 9899 || e === 9917 || e === 9918 || e === 9924 || e === 9925 || e === 9934 || e === 9940 || e === 9962 || e === 9970 || e === 9971 || e === 9973 || e === 9978 || e === 9981 || e === 9989 || e === 9994 || e === 9995 || e === 10024 || e === 10060 || e === 10062 || e >= 10067 && e <= 10069 || e === 10071 || e >= 10133 && e <= 10135 || e === 10160 || e === 10175 || e === 11035 || e === 11036 || e === 11088 || e === 11093 || e >= 11904 && e <= 11929 || e >= 11931 && e <= 12019 || e >= 12032 && e <= 12245 || e >= 12272 && e <= 12287 || e >= 12289 && e <= 12350 || e >= 12353 && e <= 12438 || e >= 12441 && e <= 12543 || e >= 12549 && e <= 12591 || e >= 12593 && e <= 12686 || e >= 12688 && e <= 12773 || e >= 12783 && e <= 12830 || e >= 12832 && e <= 12871 || e >= 12880 && e <= 42124 || e >= 42128 && e <= 42182 || e >= 43360 && e <= 43388 || e >= 44032 && e <= 55203 || e >= 63744 && e <= 64255 || e >= 65040 && e <= 65049 || e >= 65072 && e <= 65106 || e >= 65108 && e <= 65126 || e >= 65128 && e <= 65131 || e >= 94176 && e <= 94180 || e === 94192 || e === 94193 || e >= 94208 && e <= 100343 || e >= 100352 && e <= 101589 || e >= 101631 && e <= 101640 || e >= 110576 && e <= 110579 || e >= 110581 && e <= 110587 || e === 110589 || e === 110590 || e >= 110592 && e <= 110882 || e === 110898 || e >= 110928 && e <= 110930 || e === 110933 || e >= 110948 && e <= 110951 || e >= 110960 && e <= 111355 || e >= 119552 && e <= 119638 || e >= 119648 && e <= 119670 || e === 126980 || e === 127183 || e === 127374 || e >= 127377 && e <= 127386 || e >= 127488 && e <= 127490 || e >= 127504 && e <= 127547 || e >= 127552 && e <= 127560 || e === 127568 || e === 127569 || e >= 127584 && e <= 127589 || e >= 127744 && e <= 127776 || e >= 127789 && e <= 127797 || e >= 127799 && e <= 127868 || e >= 127870 && e <= 127891 || e >= 127904 && e <= 127946 || e >= 127951 && e <= 127955 || e >= 127968 && e <= 127984 || e === 127988 || e >= 127992 && e <= 128062 || e === 128064 || e >= 128066 && e <= 128252 || e >= 128255 && e <= 128317 || e >= 128331 && e <= 128334 || e >= 128336 && e <= 128359 || e === 128378 || e === 128405 || e === 128406 || e === 128420 || e >= 128507 && e <= 128591 || e >= 128640 && e <= 128709 || e === 128716 || e >= 128720 && e <= 128722 || e >= 128725 && e <= 128727 || e >= 128732 && e <= 128735 || e === 128747 || e === 128748 || e >= 128756 && e <= 128764 || e >= 128992 && e <= 129003 || e === 129008 || e >= 129292 && e <= 129338 || e >= 129340 && e <= 129349 || e >= 129351 && e <= 129535 || e >= 129648 && e <= 129660 || e >= 129664 && e <= 129673 || e >= 129679 && e <= 129734 || e >= 129742 && e <= 129756 || e >= 129759 && e <= 129769 || e >= 129776 && e <= 129784 || e >= 131072 && e <= 196605 || e >= 196608 && e <= 262141;
2645
+ }
2646
+ var Ii = (e) => !(Oi(e) || Li(e));
2647
+ var sf = /[^\x20-\x7F]/u;
2648
+ function cf(e) {
2649
+ if (!e) return 0;
2650
+ if (!sf.test(e)) return e.length;
2651
+ e = e.replace(Pi(), " ");
2652
+ let r = 0;
2653
+ for (let t of e) {
2654
+ let n = t.codePointAt(0);
2655
+ n <= 31 || n >= 127 && n <= 159 || n >= 768 && n <= 879 || (r += Ii(n) ? 1 : 2);
2656
+ }
2657
+ return r;
2658
+ }
2659
+ var fr = cf;
2660
+ var V = /* @__PURE__ */ Symbol("MODE_BREAK"), ue = /* @__PURE__ */ Symbol("MODE_FLAT"), Ve = /* @__PURE__ */ Symbol("cursor"), At = /* @__PURE__ */ Symbol("DOC_FILL_PRINTED_LENGTH");
2661
+ function Ri() {
2662
+ return { value: "", length: 0, queue: [] };
2663
+ }
2664
+ function lf(e, r) {
2665
+ return yt(e, { type: "indent" }, r);
2666
+ }
2667
+ function ff(e, r, t) {
2668
+ return r === Number.NEGATIVE_INFINITY ? e.root || Ri() : r < 0 ? yt(e, { type: "dedent" }, t) : r ? r.type === "root" ? __spreadProps(__spreadValues({}, e), { root: e }) : yt(e, { type: typeof r == "string" ? "stringAlign" : "numberAlign", n: r }, t) : e;
2669
+ }
2670
+ function yt(e, r, t) {
2671
+ let n = r.type === "dedent" ? e.queue.slice(0, -1) : [...e.queue, r], a = "", i = 0, u = 0, o = 0;
2672
+ for (let D of n) switch (D.type) {
2673
+ case "indent":
2674
+ c(), t.useTabs ? s(1) : l(t.tabWidth);
2675
+ break;
2676
+ case "stringAlign":
2677
+ c(), a += D.n, i += D.n.length;
2678
+ break;
2679
+ case "numberAlign":
2680
+ u += 1, o += D.n;
2681
+ break;
2682
+ default:
2683
+ throw new Error(`Unexpected type '${D.type}'`);
2684
+ }
2685
+ return p(), __spreadProps(__spreadValues({}, e), { value: a, length: i, queue: n });
2686
+ function s(D) {
2687
+ a += " ".repeat(D), i += t.tabWidth * D;
2688
+ }
2689
+ function l(D) {
2690
+ a += " ".repeat(D), i += D;
2691
+ }
2692
+ function c() {
2693
+ t.useTabs ? f() : p();
2694
+ }
2695
+ function f() {
2696
+ u > 0 && s(u), d();
2697
+ }
2698
+ function p() {
2699
+ o > 0 && l(o), d();
2700
+ }
2701
+ function d() {
2702
+ u = 0, o = 0;
2703
+ }
2704
+ }
2705
+ function wt(e) {
2706
+ let r = 0, t = 0, n = e.length;
2707
+ e: for (; n--; ) {
2708
+ let a = e[n];
2709
+ if (a === Ve) {
2710
+ t++;
2711
+ continue;
2712
+ }
2713
+ for (let i = a.length - 1; i >= 0; i--) {
2714
+ let u = a[i];
2715
+ if (u === " " || u === " ") r++;
2716
+ else {
2717
+ e[n] = a.slice(0, i + 1);
2718
+ break e;
2719
+ }
2720
+ }
2721
+ }
2722
+ if (r > 0 || t > 0) for (e.length = n + 1; t-- > 0; ) e.push(Ve);
2723
+ return r;
2724
+ }
2725
+ function Ur(e, r, t, n, a, i) {
2726
+ var _a;
2727
+ if (t === Number.POSITIVE_INFINITY) return true;
2728
+ let u = r.length, o = [e], s = [];
2729
+ for (; t >= 0; ) {
2730
+ if (o.length === 0) {
2731
+ if (u === 0) return true;
2732
+ o.push(r[--u]);
2733
+ continue;
2734
+ }
2735
+ let { mode: l, doc: c } = o.pop(), f = G(c);
2736
+ switch (f) {
2737
+ case Y:
2738
+ s.push(c), t -= fr(c);
2739
+ break;
2740
+ case H:
2741
+ case J: {
2742
+ let p = f === H ? c : c.parts, d = (_a = c[At]) != null ? _a : 0;
2743
+ for (let D = p.length - 1; D >= d; D--) o.push({ mode: l, doc: p[D] });
2744
+ break;
2745
+ }
2746
+ case re:
2747
+ case te:
2748
+ case De:
2749
+ case de:
2750
+ o.push({ mode: l, doc: c.contents });
2751
+ break;
2752
+ case fe:
2753
+ t += wt(s);
2754
+ break;
2755
+ case X: {
2756
+ if (i && c.break) return false;
2757
+ let p = c.break ? V : l, d = c.expandedStates && p === V ? z(false, c.expandedStates, -1) : c.contents;
2758
+ o.push({ mode: p, doc: d });
2759
+ break;
2760
+ }
2761
+ case K: {
2762
+ let d = (c.groupId ? a[c.groupId] || ue : l) === V ? c.breakContents : c.flatContents;
2763
+ d && o.push({ mode: l, doc: d });
2764
+ break;
2765
+ }
2766
+ case $:
2767
+ if (l === V || c.hard) return true;
2768
+ c.soft || (s.push(" "), t--);
2769
+ break;
2770
+ case pe:
2771
+ n = true;
2772
+ break;
2773
+ case he:
2774
+ if (n) return false;
2775
+ break;
2776
+ }
2777
+ }
2778
+ return false;
2779
+ }
2780
+ function Ni(e, r) {
2781
+ var _a;
2782
+ let t = {}, n = r.printWidth, a = Si(r.endOfLine), i = 0, u = [{ ind: Ri(), mode: V, doc: e }], o = [], s = false, l = [], c = 0;
2783
+ for (Jn(e); u.length > 0; ) {
2784
+ let { ind: p, mode: d, doc: D } = u.pop();
2785
+ switch (G(D)) {
2786
+ case Y: {
2787
+ let h = a !== `
2788
+ ` ? R(false, D, `
2789
+ `, a) : D;
2790
+ o.push(h), u.length > 0 && (i += fr(h));
2791
+ break;
2792
+ }
2793
+ case H:
2794
+ for (let h = D.length - 1; h >= 0; h--) u.push({ ind: p, mode: d, doc: D[h] });
2795
+ break;
2796
+ case Ce:
2797
+ if (c >= 2) throw new Error("There are too many 'cursor' in doc.");
2798
+ o.push(Ve), c++;
2799
+ break;
2800
+ case re:
2801
+ u.push({ ind: lf(p, r), mode: d, doc: D.contents });
2802
+ break;
2803
+ case te:
2804
+ u.push({ ind: ff(p, D.n, r), mode: d, doc: D.contents });
2805
+ break;
2806
+ case fe:
2807
+ i -= wt(o);
2808
+ break;
2809
+ case X:
2810
+ switch (d) {
2811
+ case ue:
2812
+ if (!s) {
2813
+ u.push({ ind: p, mode: D.break ? V : ue, doc: D.contents });
2814
+ break;
2815
+ }
2816
+ case V: {
2817
+ s = false;
2818
+ let h = { ind: p, mode: ue, doc: D.contents }, m = n - i, F = l.length > 0;
2819
+ if (!D.break && Ur(h, u, m, F, t)) u.push(h);
2820
+ else if (D.expandedStates) {
2821
+ let A = z(false, D.expandedStates, -1);
2822
+ if (D.break) {
2823
+ u.push({ ind: p, mode: V, doc: A });
2824
+ break;
2825
+ } else for (let v = 1; v < D.expandedStates.length + 1; v++) if (v >= D.expandedStates.length) {
2826
+ u.push({ ind: p, mode: V, doc: A });
2827
+ break;
2828
+ } else {
2829
+ let B = D.expandedStates[v], b = { ind: p, mode: ue, doc: B };
2830
+ if (Ur(b, u, m, F, t)) {
2831
+ u.push(b);
2832
+ break;
2833
+ }
2834
+ }
2835
+ } else u.push({ ind: p, mode: V, doc: D.contents });
2836
+ break;
2837
+ }
2838
+ }
2839
+ D.id && (t[D.id] = z(false, u, -1).mode);
2840
+ break;
2841
+ case J: {
2842
+ let h = n - i, m = (_a = D[At]) != null ? _a : 0, { parts: F } = D, A = F.length - m;
2843
+ if (A === 0) break;
2844
+ let v = F[m + 0], B = F[m + 1], b = { ind: p, mode: ue, doc: v }, g = { ind: p, mode: V, doc: v }, y = Ur(b, [], h, l.length > 0, t, true);
2845
+ if (A === 1) {
2846
+ y ? u.push(b) : u.push(g);
2847
+ break;
2848
+ }
2849
+ let w = { ind: p, mode: ue, doc: B }, E = { ind: p, mode: V, doc: B };
2850
+ if (A === 2) {
2851
+ y ? u.push(w, b) : u.push(E, g);
2852
+ break;
2853
+ }
2854
+ let x = F[m + 2], k = { ind: p, mode: d, doc: __spreadProps(__spreadValues({}, D), { [At]: m + 2 }) };
2855
+ Ur({ ind: p, mode: ue, doc: [v, B, x] }, [], h, l.length > 0, t, true) ? u.push(k, w, b) : y ? u.push(k, E, b) : u.push(k, E, g);
2856
+ break;
2857
+ }
2858
+ case K:
2859
+ case De: {
2860
+ let h = D.groupId ? t[D.groupId] : d;
2861
+ if (h === V) {
2862
+ let m = D.type === K ? D.breakContents : D.negate ? D.contents : ir(D.contents);
2863
+ m && u.push({ ind: p, mode: d, doc: m });
2864
+ }
2865
+ if (h === ue) {
2866
+ let m = D.type === K ? D.flatContents : D.negate ? ir(D.contents) : D.contents;
2867
+ m && u.push({ ind: p, mode: d, doc: m });
2868
+ }
2869
+ break;
2870
+ }
2871
+ case pe:
2872
+ l.push({ ind: p, mode: d, doc: D.contents });
2873
+ break;
2874
+ case he:
2875
+ l.length > 0 && u.push({ ind: p, mode: d, doc: ar });
2876
+ break;
2877
+ case $:
2878
+ switch (d) {
2879
+ case ue:
2880
+ if (D.hard) s = true;
2881
+ else {
2882
+ D.soft || (o.push(" "), i += 1);
2883
+ break;
2884
+ }
2885
+ case V:
2886
+ if (l.length > 0) {
2887
+ u.push({ ind: p, mode: d, doc: D }, ...l.reverse()), l.length = 0;
2888
+ break;
2889
+ }
2890
+ D.literal ? p.root ? (o.push(a, p.root.value), i = p.root.length) : (o.push(a), i = 0) : (i -= wt(o), o.push(a + p.value), i = p.length);
2891
+ break;
2892
+ }
2893
+ break;
2894
+ case de:
2895
+ u.push({ ind: p, mode: d, doc: D.contents });
2896
+ break;
2897
+ case ne:
2898
+ break;
2899
+ default:
2900
+ throw new Te(D);
2901
+ }
2902
+ u.length === 0 && l.length > 0 && (u.push(...l.reverse()), l.length = 0);
2903
+ }
2904
+ let f = o.indexOf(Ve);
2905
+ if (f !== -1) {
2906
+ let p = o.indexOf(Ve, f + 1);
2907
+ if (p === -1) return { formatted: o.filter((m) => m !== Ve).join("") };
2908
+ let d = o.slice(0, f).join(""), D = o.slice(f + 1, p).join(""), h = o.slice(p + 1).join("");
2909
+ return { formatted: d + D + h, cursorNodeStart: d.length, cursorNodeText: D };
2910
+ }
2911
+ return { formatted: o.join("") };
2912
+ }
2913
+ function Mi(e, r, t) {
2914
+ let { node: n } = e, a = [], i = e.map(() => e.map(({ index: f }) => {
2915
+ var _a;
2916
+ let p = Ni(t(), r).formatted, d = fr(p);
2917
+ return a[f] = Math.max((_a = a[f]) != null ? _a : 3, d), { text: p, width: d };
2918
+ }, "children"), "children"), u = s(false);
2919
+ if (r.proseWrap !== "never") return [ur, u];
2920
+ let o = s(true);
2921
+ return [ur, Ue(Zn(o, u))];
2922
+ function s(f) {
2923
+ return qr(ar, [c(i[0], f), l(f), ...i.slice(1).map((p) => c(p, f))].map((p) => `| ${p.join(" | ")} |`));
2924
+ }
2925
+ function l(f) {
2926
+ return a.map((p, d) => {
2927
+ let D = n.align[d], h = D === "center" || D === "left" ? ":" : "-", m = D === "center" || D === "right" ? ":" : "-", F = f ? "-" : "-".repeat(p - 2);
2928
+ return `${h}${F}${m}`;
2929
+ });
2930
+ }
2931
+ function c(f, p) {
2932
+ return f.map(({ text: d, width: D }, h) => {
2933
+ if (p) return d;
2934
+ let m = a[h] - D, F = n.align[h], A = 0;
2935
+ F === "right" ? A = m : F === "center" && (A = Math.floor(m / 2));
2936
+ let v = m - A;
2937
+ return `${" ".repeat(A)}${d}${" ".repeat(v)}`;
2938
+ });
2939
+ }
2940
+ }
2941
+ function Ui(e, r, t) {
2942
+ let n = e.map(t, "children");
2943
+ return Df(n);
2944
+ }
2945
+ function Df(e) {
2946
+ let r = [""];
2947
+ return (function t(n) {
2948
+ for (let a of n) {
2949
+ let i = G(a);
2950
+ if (i === H) {
2951
+ t(a);
2952
+ continue;
2953
+ }
2954
+ let u = a, o = [];
2955
+ i === J && ([u, ...o] = a.parts), r.push([r.pop(), u], ...o);
2956
+ }
2957
+ })(e), ze(r);
2958
+ }
2959
+ var Q, xt = class {
2960
+ constructor(r) {
2961
+ jn(this, Q);
2962
+ Wn(this, Q, new Set(r));
2963
+ }
2964
+ getLeadingWhitespaceCount(r) {
2965
+ let t = ce(this, Q), n = 0;
2966
+ for (let a = 0; a < r.length && t.has(r.charAt(a)); a++) n++;
2967
+ return n;
2968
+ }
2969
+ getTrailingWhitespaceCount(r) {
2970
+ let t = ce(this, Q), n = 0;
2971
+ for (let a = r.length - 1; a >= 0 && t.has(r.charAt(a)); a--) n++;
2972
+ return n;
2973
+ }
2974
+ getLeadingWhitespace(r) {
2975
+ let t = this.getLeadingWhitespaceCount(r);
2976
+ return r.slice(0, t);
2977
+ }
2978
+ getTrailingWhitespace(r) {
2979
+ let t = this.getTrailingWhitespaceCount(r);
2980
+ return r.slice(r.length - t);
2981
+ }
2982
+ hasLeadingWhitespace(r) {
2983
+ return ce(this, Q).has(r.charAt(0));
2984
+ }
2985
+ hasTrailingWhitespace(r) {
2986
+ return ce(this, Q).has(z(false, r, -1));
2987
+ }
2988
+ trimStart(r) {
2989
+ let t = this.getLeadingWhitespaceCount(r);
2990
+ return r.slice(t);
2991
+ }
2992
+ trimEnd(r) {
2993
+ let t = this.getTrailingWhitespaceCount(r);
2994
+ return r.slice(0, r.length - t);
2995
+ }
2996
+ trim(r) {
2997
+ return this.trimEnd(this.trimStart(r));
2998
+ }
2999
+ split(r, t = false) {
3000
+ let n = `[${le([...ce(this, Q)].join(""))}]+`, a = new RegExp(t ? `(${n})` : n, "u");
3001
+ return r.split(a);
3002
+ }
3003
+ hasWhitespaceCharacter(r) {
3004
+ let t = ce(this, Q);
3005
+ return Array.prototype.some.call(r, (n) => t.has(n));
3006
+ }
3007
+ hasNonWhitespaceCharacter(r) {
3008
+ let t = ce(this, Q);
3009
+ return Array.prototype.some.call(r, (n) => !t.has(n));
3010
+ }
3011
+ isWhitespaceOnly(r) {
3012
+ let t = ce(this, Q);
3013
+ return Array.prototype.every.call(r, (n) => t.has(n));
3014
+ }
3015
+ };
3016
+ Q = /* @__PURE__ */ new WeakMap();
3017
+ var zi = xt;
3018
+ var pf = [" ", `
3019
+ `, "\f", "\r", " "], hf = new zi(pf), kt = hf;
3020
+ var df = new RegExp("^\\\\?.$", "su"), mf = /^\n *>[ >]*$/u;
3021
+ function Ff(e, r) {
3022
+ return e = gf(e, r), e = vf(e), e = bf(e, r), e = Af(e, r), e = Cf(e), e;
3023
+ }
3024
+ function gf(e, r) {
3025
+ return ye(e, (t) => {
3026
+ if (t.type !== "text") return t;
3027
+ let { value: n } = t;
3028
+ if (n === "*" || n === "_" || !df.test(n) || t.position.end.offset - t.position.start.offset === n.length) return t;
3029
+ let a = r.originalText.slice(t.position.start.offset, t.position.end.offset);
3030
+ return mf.test(a) ? t : __spreadProps(__spreadValues({}, t), { value: a });
3031
+ });
3032
+ }
3033
+ function Ef(e, r, t) {
3034
+ return ye(e, (n) => {
3035
+ if (!n.children) return n;
3036
+ let a = n.children.reduce((i, u) => {
3037
+ let o = z(false, i, -1);
3038
+ return o && r(o, u) ? i.splice(-1, 1, t(o, u)) : i.push(u), i;
3039
+ }, []);
3040
+ return __spreadProps(__spreadValues({}, n), { children: a });
3041
+ });
3042
+ }
3043
+ function vf(e) {
3044
+ return Ef(e, (r, t) => r.type === "text" && t.type === "text", (r, t) => ({ type: "text", value: r.value + t.value, position: { start: r.position.start, end: t.position.end } }));
3045
+ }
3046
+ function Cf(e) {
3047
+ return ye(e, (r, t, [n]) => {
3048
+ if (r.type !== "text") return r;
3049
+ let { value: a } = r;
3050
+ return n.type === "paragraph" && (t === 0 && (a = kt.trimStart(a)), t === n.children.length - 1 && (a = kt.trimEnd(a))), { type: "sentence", position: r.position, children: Nr(a) };
3051
+ });
3052
+ }
3053
+ function bf(e, r) {
3054
+ return ye(e, (t, n, a) => {
3055
+ if (t.type === "code") {
3056
+ let i = /^\n?(?: {4,}|\t)/u.test(r.originalText.slice(t.position.start.offset, t.position.end.offset));
3057
+ if (t.isIndented = i, i) for (let u = 0; u < a.length; u++) {
3058
+ let o = a[u];
3059
+ if (o.hasIndentedCodeblock) break;
3060
+ o.type === "list" && (o.hasIndentedCodeblock = true);
3061
+ }
3062
+ }
3063
+ return t;
3064
+ });
3065
+ }
3066
+ function Af(e, r) {
3067
+ return ye(e, (a, i, u) => {
3068
+ if (a.type === "list" && a.children.length > 0) {
3069
+ for (let o = 0; o < u.length; o++) {
3070
+ let s = u[o];
3071
+ if (s.type === "list" && !s.isAligned) return a.isAligned = false, a;
3072
+ }
3073
+ a.isAligned = n(a);
3074
+ }
3075
+ return a;
3076
+ });
3077
+ function t(a) {
3078
+ return a.children.length === 0 ? -1 : a.children[0].position.start.column - 1;
3079
+ }
3080
+ function n(a) {
3081
+ if (!a.ordered) return true;
3082
+ let [i, u] = a.children;
3083
+ if (Ye(i, r).leadingSpaces.length > 1) return true;
3084
+ let s = t(i);
3085
+ if (s === -1) return false;
3086
+ if (a.children.length === 1) return s % r.tabWidth === 0;
3087
+ let l = t(u);
3088
+ return s !== l ? false : s % r.tabWidth === 0 ? true : Ye(u, r).leadingSpaces.length > 1;
3089
+ }
3090
+ }
3091
+ var Gi = Ff;
3092
+ function Yi(e, r) {
3093
+ let t = [""];
3094
+ return e.each(() => {
3095
+ let { node: n } = e, a = r();
3096
+ switch (n.type) {
3097
+ case "whitespace":
3098
+ if (G(a) !== Y) {
3099
+ t.push(a, "");
3100
+ break;
3101
+ }
3102
+ default:
3103
+ t.push([t.pop(), a]);
3104
+ }
3105
+ }, "children"), ze(t);
3106
+ }
3107
+ var yf = /* @__PURE__ */ new Set(["heading", "tableCell", "link", "wikiLink"]), $i = new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");
3108
+ function wf({ parent: e }) {
3109
+ if (e.usesCJSpaces === void 0) {
3110
+ let r = { " ": 0, "": 0 }, { children: t } = e;
3111
+ for (let n = 1; n < t.length - 1; ++n) {
3112
+ let a = t[n];
3113
+ if (a.type === "whitespace" && (a.value === " " || a.value === "")) {
3114
+ let i = t[n - 1].kind, u = t[n + 1].kind;
3115
+ (i === ie && u === $e || i === $e && u === ie) && ++r[a.value];
3116
+ }
3117
+ }
3118
+ e.usesCJSpaces = r[" "] > r[""];
3119
+ }
3120
+ return e.usesCJSpaces;
3121
+ }
3122
+ function xf(e, r) {
3123
+ if (r) return true;
3124
+ let { previous: t, next: n } = e;
3125
+ if (!t || !n) return true;
3126
+ let a = t.kind, i = n.kind;
3127
+ return Vi(a) && Vi(i) || a === Le && i === ie || i === Le && a === ie ? true : a === sr || i === sr || a === ie && i === ie ? false : $i.has(n.value[0]) || $i.has(z(false, t.value, -1)) ? true : t.hasTrailingPunctuation || n.hasLeadingPunctuation ? false : wf(e);
3128
+ }
3129
+ function Vi(e) {
3130
+ return e === $e || e === Le;
3131
+ }
3132
+ function kf(e, r, t, n) {
3133
+ if (t !== "always" || e.hasAncestor((u) => yf.has(u.type))) return false;
3134
+ if (n) return r !== "";
3135
+ let { previous: a, next: i } = e;
3136
+ return !a || !i ? true : r === "" ? false : a.kind === Le && i.kind === ie || i.kind === Le && a.kind === ie ? true : !(a.isCJ || i.isCJ);
3137
+ }
3138
+ function Bt(e, r, t, n) {
3139
+ if (t === "preserve" && r === `
3140
+ `) return L;
3141
+ let a = r === " " || r === `
3142
+ ` && xf(e, n);
3143
+ return kf(e, r, t, n) ? a ? _r : Sr : a ? " " : "";
3144
+ }
3145
+ var Bf = /* @__PURE__ */ new Set(["listItem", "definition"]);
3146
+ function ji(e) {
3147
+ var a, i;
3148
+ let { previous: r, next: t } = e;
3149
+ return (r == null ? void 0 : r.type) === "sentence" && ((a = z(false, r.children, -1)) == null ? void 0 : a.type) === "word" && !z(false, r.children, -1).hasTrailingPunctuation || (t == null ? void 0 : t.type) === "sentence" && ((i = t.children[0]) == null ? void 0 : i.type) === "word" && !t.children[0].hasLeadingPunctuation;
3150
+ }
3151
+ function Tf(e, r, t) {
3152
+ var a;
3153
+ let { node: n } = e;
3154
+ if (Lf(e)) {
3155
+ let i = [""], u = Nr(r.originalText.slice(n.position.start.offset, n.position.end.offset));
3156
+ for (let o of u) {
3157
+ if (o.type === "word") {
3158
+ i.push([i.pop(), o.value]);
3159
+ continue;
3160
+ }
3161
+ let s = Bt(e, o.value, r.proseWrap, true);
3162
+ if (G(s) === Y) {
3163
+ i.push([i.pop(), s]);
3164
+ continue;
3165
+ }
3166
+ i.push(s, "");
3167
+ }
3168
+ return ze(i);
3169
+ }
3170
+ switch (n.type) {
3171
+ case "front-matter":
3172
+ return r.originalText.slice(n.position.start.offset, n.position.end.offset);
3173
+ case "root":
3174
+ return n.children.length === 0 ? "" : [Sf(e, r, t), L];
3175
+ case "paragraph":
3176
+ return Ui(e, r, t);
3177
+ case "sentence":
3178
+ return Yi(e, t);
3179
+ case "word": {
3180
+ let i = R(false, R(false, n.value, "*", String.raw`\*`), new RegExp([`(^|${Se.source})(_+)`, `(_+)(${Se.source}|$)`].join("|"), "gu"), (s, l, c, f, p) => R(false, c ? `${l}${c}` : `${f}${p}`, "_", String.raw`\_`)), u = (s, l, c) => s.type === "sentence" && c === 0, o = (s, l, c) => Ct(s.children[c - 1]);
3181
+ return i !== n.value && (e.match(void 0, u, o) || e.match(void 0, u, (s, l, c) => s.type === "emphasis" && c === 0, o)) && (i = i.replace(/^(\\?[*_])+/u, (s) => R(false, s, "\\", ""))), i;
3182
+ }
3183
+ case "whitespace": {
3184
+ let { next: i } = e, u = i && /^>|^(?:[*+-]|#{1,6}|\d+[).])$/u.test(i.value) ? "never" : r.proseWrap;
3185
+ return Bt(e, n.value, u);
3186
+ }
3187
+ case "emphasis": {
3188
+ let i;
3189
+ if (Ct(n.children[0])) i = r.originalText[n.position.start.offset];
3190
+ else {
3191
+ let u = ji(e), o = ((a = e.parent) == null ? void 0 : a.type) === "strong" && ji(e.ancestors);
3192
+ i = u || o || e.hasAncestor((s) => s.type === "emphasis") ? "*" : "_";
3193
+ }
3194
+ return [i, j(e, r, t), i];
3195
+ }
3196
+ case "strong":
3197
+ return ["**", j(e, r, t), "**"];
3198
+ case "delete":
3199
+ return ["~~", j(e, r, t), "~~"];
3200
+ case "inlineCode": {
3201
+ let i = r.proseWrap === "preserve" ? n.value : R(false, n.value, `
3202
+ `, " "), u = ei(i, "`"), o = "`".repeat(u || 1), s = i.startsWith("`") || i.endsWith("`") || /^[\n ]/u.test(i) && /[\n ]$/u.test(i) && /[^\n ]/u.test(i) ? " " : "";
3203
+ return [o, s, i, s, o];
3204
+ }
3205
+ case "wikiLink": {
3206
+ let i = "";
3207
+ return r.proseWrap === "preserve" ? i = n.value : i = R(false, n.value, /[\t\n]+/gu, " "), ["[[", i, "]]"];
3208
+ }
3209
+ case "link":
3210
+ switch (r.originalText[n.position.start.offset]) {
3211
+ case "<": {
3212
+ let i = "mailto:";
3213
+ return ["<", n.url.startsWith(i) && r.originalText.slice(n.position.start.offset + 1, n.position.start.offset + 1 + i.length) !== i ? n.url.slice(i.length) : n.url, ">"];
3214
+ }
3215
+ case "[":
3216
+ return ["[", j(e, r, t), "](", Tt(n.url, ")"), zr(n.title, r), ")"];
3217
+ default:
3218
+ return r.originalText.slice(n.position.start.offset, n.position.end.offset);
3219
+ }
3220
+ case "image":
3221
+ return ["![", n.alt || "", "](", Tt(n.url, ")"), zr(n.title, r), ")"];
3222
+ case "blockquote":
3223
+ return ["> ", Ae("> ", j(e, r, t))];
3224
+ case "heading":
3225
+ return ["#".repeat(n.depth) + " ", j(e, r, t)];
3226
+ case "code": {
3227
+ if (n.isIndented) {
3228
+ let o = " ".repeat(4);
3229
+ return Ae(o, [o, be(n.value, L)]);
3230
+ }
3231
+ let i = r.__inJsTemplate ? "~" : "`", u = i.repeat(Math.max(3, Pr(n.value, i) + 1));
3232
+ return [u, n.lang || "", n.meta ? " " + n.meta : "", L, be(Mr(n, r.originalText), L), L, u];
3233
+ }
3234
+ case "html": {
3235
+ let { parent: i, isLast: u } = e, o = i.type === "root" && u ? n.value.trimEnd() : n.value, s = new RegExp("^<!--.*-->$", "su").test(o);
3236
+ return be(o, s ? L : _e(nr));
3237
+ }
3238
+ case "list": {
3239
+ let i = Hi(n, e.parent), u = ki(n, r);
3240
+ return j(e, r, t, { processor(o) {
3241
+ let s = c(), l = o.node;
3242
+ if (l.children.length === 2 && l.children[1].type === "html" && l.children[0].position.start.column !== l.children[1].position.start.column) return [s, Wi(o, r, t, s)];
3243
+ return [s, Ae(" ".repeat(s.length), Wi(o, r, t, s))];
3244
+ function c() {
3245
+ let f = n.ordered ? (o.isFirst ? n.start : u ? 1 : n.start + o.index) + (i % 2 === 0 ? ". " : ") ") : i % 2 === 0 ? "- " : "* ";
3246
+ return (n.isAligned || n.hasIndentedCodeblock) && n.ordered ? qf(f, r) : f;
3247
+ }
3248
+ } });
3249
+ }
3250
+ case "thematicBreak": {
3251
+ let { ancestors: i } = e, u = i.findIndex((s) => s.type === "list");
3252
+ return u === -1 ? "---" : Hi(i[u], i[u + 1]) % 2 === 0 ? "***" : "---";
3253
+ }
3254
+ case "linkReference":
3255
+ return ["[", j(e, r, t), "]", n.referenceType === "full" ? qt(n) : n.referenceType === "collapsed" ? "[]" : ""];
3256
+ case "imageReference":
3257
+ switch (n.referenceType) {
3258
+ case "full":
3259
+ return ["![", n.alt || "", "]", qt(n)];
3260
+ default:
3261
+ return ["![", n.alt, "]", n.referenceType === "collapsed" ? "[]" : ""];
3262
+ }
3263
+ case "definition": {
3264
+ let i = r.proseWrap === "always" ? _r : " ";
3265
+ return Ue([qt(n), ":", ir([i, Tt(n.url), n.title === null ? "" : [i, zr(n.title, r, false)]])]);
3266
+ }
3267
+ case "footnote":
3268
+ return ["[^", j(e, r, t), "]"];
3269
+ case "footnoteReference":
3270
+ return Qi(n);
3271
+ case "footnoteDefinition": {
3272
+ let i = n.children.length === 1 && n.children[0].type === "paragraph" && (r.proseWrap === "never" || r.proseWrap === "preserve" && n.children[0].position.start.line === n.children[0].position.end.line);
3273
+ return [Qi(n), ": ", i ? j(e, r, t) : Ue([Ae(" ".repeat(4), j(e, r, t, { processor: ({ isFirst: u }) => u ? Ue([Sr, t()]) : t() }))])];
3274
+ }
3275
+ case "table":
3276
+ return Mi(e, r, t);
3277
+ case "tableCell":
3278
+ return j(e, r, t);
3279
+ case "break":
3280
+ return /\s/u.test(r.originalText[n.position.start.offset]) ? [" ", _e(nr)] : ["\\", L];
3281
+ case "liquidNode":
3282
+ return be(n.value, L);
3283
+ case "import":
3284
+ case "export":
3285
+ case "jsx":
3286
+ return n.value;
3287
+ case "esComment":
3288
+ return ["{/* ", n.value, " */}"];
3289
+ case "math":
3290
+ return ["$$", L, n.value ? [be(n.value, L), L] : "", "$$"];
3291
+ case "inlineMath":
3292
+ return r.originalText.slice(Pe(n), Oe(n));
3293
+ case "tableRow":
3294
+ case "listItem":
3295
+ case "text":
3296
+ default:
3297
+ throw new ni(n, "Markdown");
3298
+ }
3299
+ }
3300
+ function Wi(e, r, t, n) {
3301
+ let { node: a } = e, i = a.checked === null ? "" : a.checked ? "[x] " : "[ ] ";
3302
+ return [i, j(e, r, t, { processor({ node: u, isFirst: o }) {
3303
+ if (o && u.type !== "list") return Ae(" ".repeat(i.length), t());
3304
+ let s = " ".repeat(Rf(r.tabWidth - n.length, 0, 3));
3305
+ return [s, Ae(s, t())];
3306
+ } })];
3307
+ }
3308
+ function qf(e, r) {
3309
+ let t = n();
3310
+ return e + " ".repeat(t >= 4 ? 0 : t);
3311
+ function n() {
3312
+ let a = e.length % r.tabWidth;
3313
+ return a === 0 ? 0 : r.tabWidth - a;
3314
+ }
3315
+ }
3316
+ function Hi(e, r) {
3317
+ return _f(e, r, (t) => t.ordered === e.ordered);
3318
+ }
3319
+ function _f(e, r, t) {
3320
+ let n = -1;
3321
+ for (let a of r.children) if (a.type === e.type && t(a) ? n++ : n = -1, a === e) return n;
3322
+ }
3323
+ function Sf(e, r, t) {
3324
+ let n = [], a = null, { children: i } = e.node;
3325
+ for (let [u, o] of i.entries()) switch (_t(o)) {
3326
+ case "start":
3327
+ a === null && (a = { index: u, offset: o.position.end.offset });
3328
+ break;
3329
+ case "end":
3330
+ a !== null && (n.push({ start: a, end: { index: u, offset: o.position.start.offset } }), a = null);
3331
+ break;
3332
+ default:
3333
+ break;
3334
+ }
3335
+ return j(e, r, t, { processor({ index: u }) {
3336
+ if (n.length > 0) {
3337
+ let o = n[0];
3338
+ if (u === o.start.index) return [Ki(i[o.start.index]), r.originalText.slice(o.start.offset, o.end.offset), Ki(i[o.end.index])];
3339
+ if (o.start.index < u && u < o.end.index) return false;
3340
+ if (u === o.end.index) return n.shift(), false;
3341
+ }
3342
+ return t();
3343
+ } });
3344
+ }
3345
+ function j(e, r, t, n = {}) {
3346
+ let { processor: a = t } = n, i = [];
3347
+ return e.each(() => {
3348
+ let u = a(e);
3349
+ u !== false && (i.length > 0 && Pf(e) && (i.push(L), (Of(e, r) || Ji(e)) && i.push(L), Ji(e) && i.push(L)), i.push(u));
3350
+ }, "children"), i;
3351
+ }
3352
+ function Ki(e) {
3353
+ if (e.type === "html") return e.value;
3354
+ if (e.type === "paragraph" && Array.isArray(e.children) && e.children.length === 1 && e.children[0].type === "esComment") return ["{/* ", e.children[0].value, " */}"];
3355
+ }
3356
+ function _t(e) {
3357
+ let r;
3358
+ if (e.type === "html") r = e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/u);
3359
+ else {
3360
+ let t;
3361
+ e.type === "esComment" ? t = e : e.type === "paragraph" && e.children.length === 1 && e.children[0].type === "esComment" && (t = e.children[0]), t && (r = t.value.match(/^prettier-ignore(?:-(start|end))?$/u));
3362
+ }
3363
+ return r ? r[1] || "next" : false;
3364
+ }
3365
+ function Pf({ node: e, parent: r }) {
3366
+ let t = vt.has(e.type), n = e.type === "html" && Rr.has(r.type);
3367
+ return !t && !n;
3368
+ }
3369
+ function Xi(e, r) {
3370
+ return e.type === "listItem" && (e.spread || r.originalText.charAt(e.position.end.offset - 1) === `
3371
+ `);
3372
+ }
3373
+ function Of({ node: e, previous: r, parent: t }, n) {
3374
+ if (Xi(r, n) || e.type === "list" && t.type === "listItem" && r.type === "code") return true;
3375
+ let i = r.type === e.type && Bf.has(e.type), u = t.type === "listItem" && (e.type === "list" || !Xi(t, n)), o = _t(r) === "next", s = e.type === "html" && r.type === "html" && r.position.end.line + 1 === e.position.start.line, l = e.type === "html" && t.type === "listItem" && r.type === "paragraph" && r.position.end.line + 1 === e.position.start.line;
3376
+ return !(i || u || o || s || l);
3377
+ }
3378
+ function Ji({ node: e, previous: r }) {
3379
+ let t = r.type === "list", n = e.type === "code" && e.isIndented;
3380
+ return t && n;
3381
+ }
3382
+ function Lf(e) {
3383
+ let r = e.findAncestor((t) => t.type === "linkReference" || t.type === "imageReference");
3384
+ return r && (r.type !== "linkReference" || r.referenceType !== "full");
3385
+ }
3386
+ var If = (e, r) => {
3387
+ for (let t of r) e = R(false, e, t, encodeURIComponent(t));
3388
+ return e;
3389
+ };
3390
+ function Tt(e, r = []) {
3391
+ let t = [" ", ...Array.isArray(r) ? r : [r]];
3392
+ return new RegExp(t.map((n) => le(n)).join("|"), "u").test(e) ? `<${If(e, "<>")}>` : e;
3393
+ }
3394
+ function zr(e, r, t = true) {
3395
+ if (!e) return "";
3396
+ if (t) return " " + zr(e, r, false);
3397
+ if (e = R(false, e, /\\(?=["')])/gu, ""), e.includes('"') && e.includes("'") && !e.includes(")")) return `(${e})`;
3398
+ let n = ti(e, r.singleQuote);
3399
+ return e = R(false, e, "\\", "\\\\"), e = R(false, e, n, `\\${n}`), `${n}${e}${n}`;
3400
+ }
3401
+ function Rf(e, r, t) {
3402
+ return Math.max(r, Math.min(e, t));
3403
+ }
3404
+ function Nf(e) {
3405
+ return e.index > 0 && _t(e.previous) === "next";
3406
+ }
3407
+ function qt(e) {
3408
+ return `[${(0, Zi.default)(e.label)}]`;
3409
+ }
3410
+ function Qi(e) {
3411
+ return `[^${e.label}]`;
3412
+ }
3413
+ var Mf = { preprocess: Gi, print: Tf, embed: Bi, massageAstNode: Di, hasPrettierIgnore: Nf, insertPragma: ci, getVisitorKeys: _i }, eu = Mf;
3414
+ var ru = [{ name: "Markdown", type: "prose", extensions: [".md", ".livemd", ".markdown", ".mdown", ".mdwn", ".mkd", ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"], tmScope: "text.md", aceMode: "markdown", aliases: ["md", "pandoc"], codemirrorMode: "gfm", codemirrorMimeType: "text/x-gfm", filenames: ["contents.lr", "README"], wrap: true, parsers: ["markdown"], vscodeLanguageIds: ["markdown"], linguistLanguageId: 222 }, { name: "MDX", type: "prose", extensions: [".mdx"], tmScope: "text.md", aceMode: "markdown", aliases: ["md", "pandoc"], codemirrorMode: "gfm", codemirrorMimeType: "text/x-gfm", filenames: [], wrap: true, parsers: ["mdx"], vscodeLanguageIds: ["mdx"], linguistLanguageId: 222 }];
3415
+ var St = { bracketSpacing: { category: "Common", type: "boolean", default: true, description: "Print spaces between brackets.", oppositeDescription: "Do not print spaces between brackets." }, objectWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap object literals.", choices: [{ value: "preserve", description: "Keep as multi-line, if there is a newline between the opening brace and first property." }, { value: "collapse", description: "Fit to a single line when possible." }] }, singleQuote: { category: "Common", type: "boolean", default: false, description: "Use single quotes instead of double quotes." }, proseWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap prose.", choices: [{ value: "always", description: "Wrap prose if it exceeds the print width." }, { value: "never", description: "Do not wrap prose." }, { value: "preserve", description: "Wrap prose as-is." }] }, bracketSameLine: { category: "Common", type: "boolean", default: false, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: false, description: "Enforce single attribute per line in HTML, Vue and JSX." } };
3416
+ var Uf = { proseWrap: St.proseWrap, singleQuote: St.singleQuote }, tu = Uf;
3417
+ var zn = {};
3418
+ Yn(zn, { markdown: () => tF, mdx: () => nF, remark: () => tF });
3419
+ var gl = Me(iu(), 1), El = Me(gu(), 1), vl = Me(pc(), 1), Cl = Me(al(), 1);
3420
+ var Hm = /^import\s/u, Km = /^export\s/u, ol = String.raw`[a-z][a-z0-9]*(\.[a-z][a-z0-9]*)*|`, sl = /<!---->|<!---?[^>-](?:-?[^-])*-->/u, Xm = /^\{\s*\/\*(.*)\*\/\s*\}/u, Jm = `
3421
+
3422
+ `, cl = (e) => Hm.test(e), Un = (e) => Km.test(e), ll = (e, r) => {
3423
+ let t = r.indexOf(Jm), n = r.slice(0, t);
3424
+ if (Un(n) || cl(n)) return e(n)({ type: Un(n) ? "export" : "import", value: n });
3425
+ }, fl = (e, r) => {
3426
+ let t = Xm.exec(r);
3427
+ if (t) return e(t[0])({ type: "esComment", value: t[1].trim() });
3428
+ };
3429
+ ll.locator = (e) => Un(e) || cl(e) ? -1 : 1;
3430
+ fl.locator = (e, r) => e.indexOf("{", r);
3431
+ var Dl = function() {
3432
+ let { Parser: e } = this, { blockTokenizers: r, blockMethods: t, inlineTokenizers: n, inlineMethods: a } = e.prototype;
3433
+ r.esSyntax = ll, n.esComment = fl, t.splice(t.indexOf("paragraph"), 0, "esSyntax"), a.splice(a.indexOf("text"), 0, "esComment");
3434
+ };
3435
+ var Qm = function() {
3436
+ let e = this.Parser.prototype;
3437
+ e.blockMethods = ["frontMatter", ...e.blockMethods], e.blockTokenizers.frontMatter = r;
3438
+ function r(t, n) {
3439
+ let a = Ge(n);
3440
+ if (a.frontMatter) return t(a.frontMatter.raw)(a.frontMatter);
3441
+ }
3442
+ r.onlyAtStart = true;
3443
+ }, pl = Qm;
3444
+ function Zm() {
3445
+ return (e) => ye(e, (r, t, [n]) => r.type !== "html" || sl.test(r.value) || Rr.has(n.type) ? r : __spreadProps(__spreadValues({}, r), { type: "jsx" }));
3446
+ }
3447
+ var hl = Zm;
3448
+ var eF = function() {
3449
+ let e = this.Parser.prototype, r = e.inlineMethods;
3450
+ r.splice(r.indexOf("text"), 0, "liquid"), e.inlineTokenizers.liquid = t;
3451
+ function t(n, a) {
3452
+ let i = a.match(new RegExp("^(\\{%.*?%\\}|\\{\\{.*?\\}\\})", "su"));
3453
+ if (i) return n(i[0])({ type: "liquidNode", value: i[0] });
3454
+ }
3455
+ t.locator = function(n, a) {
3456
+ return n.indexOf("{", a);
3457
+ };
3458
+ }, dl = eF;
3459
+ var rF = function() {
3460
+ let e = "wikiLink", r = new RegExp("^\\[\\[(?<linkContents>.+?)\\]\\]", "su"), t = this.Parser.prototype, n = t.inlineMethods;
3461
+ n.splice(n.indexOf("link"), 0, e), t.inlineTokenizers.wikiLink = a;
3462
+ function a(i, u) {
3463
+ let o = r.exec(u);
3464
+ if (o) {
3465
+ let s = o.groups.linkContents.trim();
3466
+ return i(o[0])({ type: e, value: s });
3467
+ }
3468
+ }
3469
+ a.locator = function(i, u) {
3470
+ return i.indexOf("[", u);
3471
+ };
3472
+ }, ml = rF;
3473
+ function bl({ isMDX: e }) {
3474
+ return (r) => {
3475
+ let t = (0, Cl.default)().use(vl.default, __spreadValues({ commonmark: true }, e && { blocks: [ol] })).use(gl.default).use(pl).use(El.default).use(e ? Dl : Fl).use(dl).use(e ? hl : Fl).use(ml);
3476
+ return t.run(t.parse(r));
3477
+ };
3478
+ }
3479
+ function Fl() {
3480
+ }
3481
+ var Al = { astFormat: "mdast", hasPragma: oi, hasIgnorePragma: si, locStart: Pe, locEnd: Oe }, tF = __spreadProps(__spreadValues({}, Al), { parse: bl({ isMDX: false }) }), nF = __spreadProps(__spreadValues({}, Al), { parse: bl({ isMDX: true }) });
3482
+ var iF = { mdast: eu };
3483
+ return Tl(uF);
3484
+ });
3485
+ }
3486
+ });
3487
+ export default require_markdown();