eddyter 1.3.30

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 (223) hide show
  1. package/README.md +444 -0
  2. package/dist/App.d.ts +3 -0
  3. package/dist/Provider/EditorProvider.d.ts +27 -0
  4. package/dist/Provider/LexicalProvider.d.ts +6 -0
  5. package/dist/api/ai/index.d.ts +31 -0
  6. package/dist/api/auth.d.ts +108 -0
  7. package/dist/api/config/axios.d.ts +2 -0
  8. package/dist/api/config/endpoints.d.ts +21 -0
  9. package/dist/api/featureSuggestion.d.ts +23 -0
  10. package/dist/api/linkPreview.d.ts +15 -0
  11. package/dist/api/transcript/index.d.ts +1 -0
  12. package/dist/assets/style.css +7990 -0
  13. package/dist/babel-d3085146.js +7776 -0
  14. package/dist/babel-d3085146.js.map +1 -0
  15. package/dist/components/AiPlugin/index.d.ts +6 -0
  16. package/dist/components/AlignMenu/AlignMenu.d.ts +9 -0
  17. package/dist/components/AlignMenu/AlignMenuDrop.d.ts +3 -0
  18. package/dist/components/AlignMenu/index.d.ts +1 -0
  19. package/dist/components/AutoExpandingDemo.d.ts +6 -0
  20. package/dist/components/BlockFormatMenu/BlockFormatMenu.d.ts +4 -0
  21. package/dist/components/BlockFormatMenu/constants.d.ts +14 -0
  22. package/dist/components/BlockFormatMenu/index.d.ts +1 -0
  23. package/dist/components/ChartEditDialog.d.ts +9 -0
  24. package/dist/components/ChartInsertDialog.d.ts +8 -0
  25. package/dist/components/CodeActionMenuPlugin/components/CopyButton/index.d.ts +7 -0
  26. package/dist/components/CodeActionMenuPlugin/components/PrettierButton/index.d.ts +9 -0
  27. package/dist/components/CodeActionMenuPlugin/index.d.ts +4 -0
  28. package/dist/components/CodeActionMenuPlugin/utils.d.ts +1 -0
  29. package/dist/components/ColorPicker/ColorPicker.d.ts +4 -0
  30. package/dist/components/ColorPicker/index.d.ts +1 -0
  31. package/dist/components/CommentSidebar/CommentSidebar.d.ts +8 -0
  32. package/dist/components/CommentSidebar/index.d.ts +1 -0
  33. package/dist/components/CommentToggle/CommentToggle.d.ts +8 -0
  34. package/dist/components/CommentToggle/index.d.ts +1 -0
  35. package/dist/components/CommentView/CommentView.d.ts +9 -0
  36. package/dist/components/CommentView/index.d.ts +1 -0
  37. package/dist/components/ConfigurableEditorWithAuth.d.ts +24 -0
  38. package/dist/components/DatePicker/DatePickerWidget.d.ts +8 -0
  39. package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +4 -0
  40. package/dist/components/EmojiPickerWidget/index.d.ts +1 -0
  41. package/dist/components/FeatureSuggestionDialog/index.d.ts +6 -0
  42. package/dist/components/FileUpload/InsertFileDialog.d.ts +7 -0
  43. package/dist/components/FileUpload/InsertFileUploadedDialogBody.d.ts +5 -0
  44. package/dist/components/FileView/index.d.ts +9 -0
  45. package/dist/components/FontFamilySelect/FontFamilyMenu.d.ts +8 -0
  46. package/dist/components/FontSizePicker/FontSizeControl.d.ts +3 -0
  47. package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +4 -0
  48. package/dist/components/FormatTextMenu/FormatTextMenuDrop.d.ts +4 -0
  49. package/dist/components/FormatTextMenu/index.d.ts +1 -0
  50. package/dist/components/HighlightColorPicker/HighlightColorPicker.d.ts +7 -0
  51. package/dist/components/HtmlViewDisplay.d.ts +3 -0
  52. package/dist/components/ImageComparisonDialog/index.d.ts +11 -0
  53. package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +11 -0
  54. package/dist/components/ImageGenerationDialog/index.d.ts +11 -0
  55. package/dist/components/ImageInsertTest.d.ts +3 -0
  56. package/dist/components/ImageView/ImageDialog/ImageUploadDialogBody.d.ts +9 -0
  57. package/dist/components/ImageView/ImageDialog/index.d.ts +6 -0
  58. package/dist/components/ImageView/ImageResizer.d.ts +16 -0
  59. package/dist/components/ImageView/index.d.ts +18 -0
  60. package/dist/components/InsertMenu/InsertMenu.d.ts +9 -0
  61. package/dist/components/InsertMenu/InsertMenuDrop.d.ts +9 -0
  62. package/dist/components/InsertMenu/index.d.ts +1 -0
  63. package/dist/components/LanguageSelectorDialog/index.d.ts +8 -0
  64. package/dist/components/NotePanelMenu/NotePanelMenu.d.ts +6 -0
  65. package/dist/components/NotePanelMenu/index.d.ts +1 -0
  66. package/dist/components/NotePanelView/NotePanelView.d.ts +10 -0
  67. package/dist/components/NotePanelView/index.d.ts +1 -0
  68. package/dist/components/Placeholder/Placeholder.d.ts +4 -0
  69. package/dist/components/Placeholder/index.d.ts +1 -0
  70. package/dist/components/Placeholder/styles.d.ts +1 -0
  71. package/dist/components/ScopedEditor.d.ts +8 -0
  72. package/dist/components/SignatureCaption/index.d.ts +6 -0
  73. package/dist/components/TableColorPicker/index.d.ts +8 -0
  74. package/dist/components/TableModal/TableModal.d.ts +10 -0
  75. package/dist/components/TextEnhanceDialog/index.d.ts +10 -0
  76. package/dist/components/ToneAdjustDialog/index.d.ts +8 -0
  77. package/dist/components/Toolbar/Toolbar.d.ts +4 -0
  78. package/dist/components/Toolbar/index.d.ts +1 -0
  79. package/dist/components/Toolbar/styles.d.ts +6 -0
  80. package/dist/components/VoiceTranscriptIcon/VoiceTranscriptIcon.d.ts +2 -0
  81. package/dist/components/VoiceTranscriptIcon/index.d.ts +1 -0
  82. package/dist/components/ui/avatar.d.ts +6 -0
  83. package/dist/components/ui/badge.d.ts +9 -0
  84. package/dist/components/ui/button.d.ts +11 -0
  85. package/dist/components/ui/calendar.d.ts +8 -0
  86. package/dist/components/ui/card.d.ts +8 -0
  87. package/dist/components/ui/checkbox.d.ts +4 -0
  88. package/dist/components/ui/dialog.d.ts +19 -0
  89. package/dist/components/ui/dropdown-menu.d.ts +27 -0
  90. package/dist/components/ui/input.d.ts +3 -0
  91. package/dist/components/ui/label.d.ts +5 -0
  92. package/dist/components/ui/popover.d.ts +7 -0
  93. package/dist/components/ui/select.d.ts +13 -0
  94. package/dist/components/ui/separator.d.ts +4 -0
  95. package/dist/components/ui/sheet.d.ts +25 -0
  96. package/dist/components/ui/skeleton.d.ts +3 -0
  97. package/dist/components/ui/tabs.d.ts +7 -0
  98. package/dist/components/ui/textarea.d.ts +3 -0
  99. package/dist/components/ui/tooltip.d.ts +7 -0
  100. package/dist/constants.d.ts +40 -0
  101. package/dist/context/CommentContext.d.ts +43 -0
  102. package/dist/context/HtmlViewContext.d.ts +17 -0
  103. package/dist/context/ToolbarContext.d.ts +57 -0
  104. package/dist/editorConfig.d.ts +48 -0
  105. package/dist/estree-164983f6.js +4691 -0
  106. package/dist/estree-164983f6.js.map +1 -0
  107. package/dist/hooks/useAutoExpandingHeight.d.ts +15 -0
  108. package/dist/hooks/useBlockFormat.d.ts +20 -0
  109. package/dist/hooks/useColorPicker.d.ts +6 -0
  110. package/dist/hooks/useCustomCommands.d.ts +3 -0
  111. package/dist/hooks/useDebounce.d.ts +1 -0
  112. package/dist/hooks/useEditorToolbar.d.ts +10 -0
  113. package/dist/hooks/useInsertMenu.d.ts +9 -0
  114. package/dist/hooks/useModal.d.ts +5 -0
  115. package/dist/hooks/useReactNativeBridge.d.ts +54 -0
  116. package/dist/hooks/useS3Uploader.d.ts +11 -0
  117. package/dist/hooks/useVoiceToText.d.ts +15 -0
  118. package/dist/html-5586dbf6.js +2930 -0
  119. package/dist/html-5586dbf6.js.map +1 -0
  120. package/dist/html2pdf.bundle-8d3a50b2.js +46128 -0
  121. package/dist/html2pdf.bundle-8d3a50b2.js.map +1 -0
  122. package/dist/html2pdf.bundle.min-d80d5aa7.js +21987 -0
  123. package/dist/html2pdf.bundle.min-d80d5aa7.js.map +1 -0
  124. package/dist/index-68349a2f.js +1286 -0
  125. package/dist/index-68349a2f.js.map +1 -0
  126. package/dist/index-e6dfde84.js +41188 -0
  127. package/dist/index-e6dfde84.js.map +1 -0
  128. package/dist/index-e7705f79.js +190 -0
  129. package/dist/index-e7705f79.js.map +1 -0
  130. package/dist/index.d.ts +10 -0
  131. package/dist/index.js +50 -0
  132. package/dist/index.js.map +1 -0
  133. package/dist/lib/utils.d.ts +2 -0
  134. package/dist/main.d.ts +0 -0
  135. package/dist/markdown-d513479b.js +3806 -0
  136. package/dist/markdown-d513479b.js.map +1 -0
  137. package/dist/nodes/ChartNode.d.ts +41 -0
  138. package/dist/nodes/CommentNode.d.ts +34 -0
  139. package/dist/nodes/CommentedTextNode.d.ts +29 -0
  140. package/dist/nodes/EmbedNode.d.ts +32 -0
  141. package/dist/nodes/FileNode.d.ts +32 -0
  142. package/dist/nodes/ImageNode.d.ts +65 -0
  143. package/dist/nodes/MentionNode.d.ts +75 -0
  144. package/dist/nodes/NotePanelNode.d.ts +31 -0
  145. package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +26 -0
  146. package/dist/pages/ConfigurableEditor/index.d.ts +2 -0
  147. package/dist/pages/NotFound.d.ts +2 -0
  148. package/dist/pages/RichTextEditor.d.ts +6 -0
  149. package/dist/pages/TextareaEditor.d.ts +6 -0
  150. package/dist/pages/styles.d.ts +5 -0
  151. package/dist/pcm-processor.js +50 -0
  152. package/dist/plugins/AIChatPlugin.d.ts +11 -0
  153. package/dist/plugins/AndroidKeyboardFixPlugin.d.ts +16 -0
  154. package/dist/plugins/AutocompletePlugin.d.ts +22 -0
  155. package/dist/plugins/CodeBlockNormalizerPlugin.d.ts +8 -0
  156. package/dist/plugins/CodeBlockSelectAllPlugin.d.ts +8 -0
  157. package/dist/plugins/CodeHighlightPlugin.d.ts +3 -0
  158. package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +20 -0
  159. package/dist/plugins/CommentBubblePlugin.d.ts +3 -0
  160. package/dist/plugins/CommentPlugin.d.ts +8 -0
  161. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRuleNode.d.ts +30 -0
  162. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRulePlugin.d.ts +3 -0
  163. package/dist/plugins/CustomHorizontalRulePlugin/HorizontalRuleCustomizationDialog.d.ts +8 -0
  164. package/dist/plugins/CustomHorizontalRulePlugin/index.d.ts +3 -0
  165. package/dist/plugins/DragDropPastePlugin/index.d.ts +8 -0
  166. package/dist/plugins/EmbedPreviewPlugin/FloatingEmbedMenuPlugin.d.ts +3 -0
  167. package/dist/plugins/EmbedPreviewPlugin/index.d.ts +6 -0
  168. package/dist/plugins/FilePlugin.d.ts +8 -0
  169. package/dist/plugins/FloatingEnhanceButton/index.d.ts +4 -0
  170. package/dist/plugins/FloatingLinkEditorPlugin/index.d.ts +6 -0
  171. package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +27 -0
  172. package/dist/plugins/GrammarCheckPlugin.d.ts +1 -0
  173. package/dist/plugins/HtmlCodeViewPlugin/index.d.ts +2 -0
  174. package/dist/plugins/HtmlImportPlugin.d.ts +5 -0
  175. package/dist/plugins/HtmlSyncPlugin.d.ts +3 -0
  176. package/dist/plugins/ImagePlugin.d.ts +9 -0
  177. package/dist/plugins/LinkPlugin/index.d.ts +6 -0
  178. package/dist/plugins/LinkPreviewPlugin/index.d.ts +4 -0
  179. package/dist/plugins/LocalStoragePlugin.d.ts +8 -0
  180. package/dist/plugins/MarkdownShortcutsPlugin/index.d.ts +20 -0
  181. package/dist/plugins/MentionsPlugin/index.d.ts +7 -0
  182. package/dist/plugins/NotePanelPlugin.d.ts +7 -0
  183. package/dist/plugins/PasteOptionsPlugin/index.d.ts +17 -0
  184. package/dist/plugins/RichTextPastePlugin/index.d.ts +6 -0
  185. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +6 -0
  186. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +9 -0
  187. package/dist/plugins/SignatureCanvasPlugin/index.d.ts +2 -0
  188. package/dist/plugins/SlashCommandPlugin/index.d.ts +2 -0
  189. package/dist/plugins/TableActionMenuPlugin/index.d.ts +6 -0
  190. package/dist/plugins/TableCellResizer/index.d.ts +2 -0
  191. package/dist/plugins/TableHoverActionsPlugin/index.d.ts +4 -0
  192. package/dist/plugins/TablePlugin.d.ts +5 -0
  193. package/dist/plugins/Tableimageautoresizeplugin.d.ts +1 -0
  194. package/dist/plugins/TextEnhancePlugin.d.ts +6 -0
  195. package/dist/plugins/TreeViewPlugin.d.ts +3 -0
  196. package/dist/plugins/UsageTrackingPlugin.d.ts +15 -0
  197. package/dist/plugins/VoiceTranscriptPlugin.d.ts +21 -0
  198. package/dist/plugins/WordCountPlugin.d.ts +3 -0
  199. package/dist/postcss-f084f74d.js +5420 -0
  200. package/dist/postcss-f084f74d.js.map +1 -0
  201. package/dist/standalone-5a8c6b7e.js +2518 -0
  202. package/dist/standalone-5a8c6b7e.js.map +1 -0
  203. package/dist/styles/PlaygroundEditorTheme.d.ts +3 -0
  204. package/dist/types.d.ts +155 -0
  205. package/dist/typescript-b1005db4.js +13705 -0
  206. package/dist/typescript-b1005db4.js.map +1 -0
  207. package/dist/ui/ColorPicker.d.ts +14 -0
  208. package/dist/ui/Icons.d.ts +48 -0
  209. package/dist/ui/TextInput.d.ts +11 -0
  210. package/dist/utils/dateFormats.d.ts +33 -0
  211. package/dist/utils/debounce.d.ts +6 -0
  212. package/dist/utils/editorStyleConverter.d.ts +17 -0
  213. package/dist/utils/export.d.ts +2 -0
  214. package/dist/utils/getDOMRangeRect.d.ts +13 -0
  215. package/dist/utils/getSelectedNode.d.ts +3 -0
  216. package/dist/utils/helper.d.ts +3 -0
  217. package/dist/utils/index.d.ts +5 -0
  218. package/dist/utils/invarient.d.ts +1 -0
  219. package/dist/utils/setFloatingElemPosition.d.ts +8 -0
  220. package/dist/utils/setFloatingElemPositionForLinkEditor.d.ts +1 -0
  221. package/dist/utils/url.d.ts +9 -0
  222. package/dist/vite.svg +1 -0
  223. package/package.json +127 -0
@@ -0,0 +1,3806 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
+ var __publicField = (obj, key, value) => {
4
+ __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
+ return value;
6
+ };
7
+ var yl = Object.create;
8
+ var ht = Object.defineProperty;
9
+ var xl = Object.getOwnPropertyDescriptor;
10
+ var wl = Object.getOwnPropertyNames;
11
+ var kl = Object.getPrototypeOf, Bl = Object.prototype.hasOwnProperty;
12
+ var Yn = (e) => {
13
+ throw TypeError(e);
14
+ };
15
+ var C = (e, r) => () => (r || e((r = { exports: {} }).exports, r), r.exports), $n = (e, r) => {
16
+ for (var t in r)
17
+ ht(e, t, { get: r[t], enumerable: true });
18
+ }, Tl = (e, r, t, n) => {
19
+ if (r && typeof r == "object" || typeof r == "function")
20
+ for (let a of wl(r))
21
+ !Bl.call(e, a) && a !== t && ht(e, a, { get: () => r[a], enumerable: !(n = xl(r, a)) || n.enumerable });
22
+ return e;
23
+ };
24
+ var Me = (e, r, t) => (t = e != null ? yl(kl(e)) : {}, Tl(r || !e || !e.__esModule ? ht(t, "default", { value: e, enumerable: true }) : t, e));
25
+ var Vn = (e, r, t) => r.has(e) || Yn("Cannot " + t);
26
+ 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) ? Yn("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);
27
+ var kr = C((sF, Hn) => {
28
+ Hn.exports = Sl;
29
+ function Sl(e) {
30
+ return String(e).replace(/\s+/g, " ");
31
+ }
32
+ });
33
+ var iu = C((sv, nu) => {
34
+ nu.exports = Vf;
35
+ var Dr = 9, zr = 10, je = 32, zf = 33, Gf = 58, We = 91, Yf = 92, Pt = 93, pr = 94, Gr = 96, Yr = 4, $f = 1024;
36
+ function Vf(e) {
37
+ var r = this.Parser, t = this.Compiler;
38
+ jf(r) && Hf(r, e), Wf(t) && Kf(t);
39
+ }
40
+ function jf(e) {
41
+ return !!(e && e.prototype && e.prototype.blockTokenizers);
42
+ }
43
+ function Wf(e) {
44
+ return !!(e && e.prototype && e.prototype.visitors);
45
+ }
46
+ function Hf(e, r) {
47
+ 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; )
48
+ d = u[f], !(d === "newline" || d === "indentedCode" || d === "paragraph" || d === "footnoteDefinition") && c.push([d]);
49
+ 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;
50
+ function D(b, g, y) {
51
+ for (var x = this, E = x.interruptFootnoteDefinition, w = x.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)); )
52
+ T++;
53
+ if (g.charCodeAt(T++) === We && g.charCodeAt(T++) === pr) {
54
+ for (P = T; T < k; ) {
55
+ if (_ = g.charCodeAt(T), _ !== _ || _ === zr || _ === Dr || _ === je)
56
+ return;
57
+ if (_ === Pt) {
58
+ S = T, T++;
59
+ break;
60
+ }
61
+ T++;
62
+ }
63
+ if (!(S === void 0 || P === S || g.charCodeAt(T++) !== Gf)) {
64
+ if (y)
65
+ return true;
66
+ for (N = g.slice(P, S), O = b.now(), ee = 0, Z = 0, Ee = T, ve = []; T < k; ) {
67
+ if (_ = g.charCodeAt(T), _ !== _ || _ === zr)
68
+ U = { start: ee, contentStart: Ee || T, contentEnd: T, end: T }, ve.push(U), _ === zr && (ee = T + 1, Z = 0, Ee = void 0, U.end = ee);
69
+ else if (Z !== void 0)
70
+ if (_ === je || _ === Dr)
71
+ Z += _ === je ? 1 : Yr - Z % Yr, Z > Yr && (Z = void 0, Ee = T);
72
+ else {
73
+ if (Z < Yr && U && (U.contentStart === U.contentEnd || Xf(E, a, x, [b, g.slice(T, $f), true])))
74
+ break;
75
+ Z = void 0, Ee = T;
76
+ }
77
+ T++;
78
+ }
79
+ for (T = -1, k = ve.length; k > 0 && (U = ve[k - 1], U.contentStart === U.contentEnd); )
80
+ k--;
81
+ for (Be = b(g.slice(0, U.contentEnd)); ++T < k; )
82
+ U = ve[T], w[O.line + T] = (w[O.line + T] || 0) + (U.contentStart - U.start), q.push(g.slice(U.contentStart, U.end));
83
+ return W = x.enterBlock(), I = x.tokenizeBlock(q.join(""), O), W(), Be({ type: "footnoteDefinition", identifier: N.toLowerCase(), label: N, children: I });
84
+ }
85
+ }
86
+ }
87
+ function h(b, g, y) {
88
+ var x = g.length + 1, E = 0, w, k, T, q;
89
+ if (g.charCodeAt(E++) === We && g.charCodeAt(E++) === pr) {
90
+ for (k = E; E < x; ) {
91
+ if (q = g.charCodeAt(E), q !== q || q === zr || q === Dr || q === je)
92
+ return;
93
+ if (q === Pt) {
94
+ T = E, E++;
95
+ break;
96
+ }
97
+ E++;
98
+ }
99
+ if (!(T === void 0 || k === T))
100
+ return y ? true : (w = g.slice(k, T), b(g.slice(0, E))({ type: "footnoteReference", identifier: w.toLowerCase(), label: w }));
101
+ }
102
+ }
103
+ function m(b, g, y) {
104
+ var x = this, E = g.length + 1, w = 0, k = 0, T, q, N, P, S, _, O;
105
+ if (g.charCodeAt(w++) === pr && g.charCodeAt(w++) === We) {
106
+ for (N = w; w < E; ) {
107
+ if (q = g.charCodeAt(w), q !== q)
108
+ return;
109
+ if (_ === void 0)
110
+ if (q === Yf)
111
+ w += 2;
112
+ else if (q === We)
113
+ k++, w++;
114
+ else if (q === Pt)
115
+ if (k === 0) {
116
+ P = w, w++;
117
+ break;
118
+ } else
119
+ k--, w++;
120
+ else if (q === Gr) {
121
+ for (S = w, _ = 1; g.charCodeAt(S + _) === Gr; )
122
+ _++;
123
+ w += _;
124
+ } else
125
+ w++;
126
+ else if (q === Gr) {
127
+ for (S = w, O = 1; g.charCodeAt(S + O) === Gr; )
128
+ O++;
129
+ w += O, _ === O && (_ = void 0), O = void 0;
130
+ } else
131
+ w++;
132
+ }
133
+ if (P !== void 0)
134
+ return y ? true : (T = b.now(), T.column += 2, T.offset += 2, b(g.slice(0, w))({ type: "footnote", children: x.tokenizeInline(g.slice(N, P), T) }));
135
+ }
136
+ }
137
+ function F(b, g, y) {
138
+ var x = 0;
139
+ if (g.charCodeAt(x) === zf && x++, g.charCodeAt(x) === We && g.charCodeAt(x + 1) !== pr)
140
+ return l.call(this, b, g, y);
141
+ }
142
+ function A(b, g, y) {
143
+ for (var x = 0, E = g.charCodeAt(x); E === je || E === Dr; )
144
+ E = g.charCodeAt(++x);
145
+ if (E === We && g.charCodeAt(x + 1) !== pr)
146
+ return s.call(this, b, g, y);
147
+ }
148
+ function v(b, g) {
149
+ return b.indexOf("[", g);
150
+ }
151
+ function B(b, g) {
152
+ return b.indexOf("^[", g);
153
+ }
154
+ }
155
+ function Kf(e) {
156
+ var r = e.prototype.visitors, t = " ";
157
+ r.footnote = n, r.footnoteReference = a, r.footnoteDefinition = i;
158
+ function n(u) {
159
+ return "^[" + this.all(u).join("") + "]";
160
+ }
161
+ function a(u) {
162
+ return "[^" + (u.label || u.identifier) + "]";
163
+ }
164
+ function i(u) {
165
+ for (var o = this.all(u).join(`
166
+
167
+ `).split(`
168
+ `), s = 0, l = o.length, c; ++s < l; )
169
+ c = o[s], c !== "" && (o[s] = t + c);
170
+ return "[^" + (u.label || u.identifier) + "]: " + o.join(`
171
+ `);
172
+ }
173
+ }
174
+ function Ot(e, r, t) {
175
+ e.splice(e.indexOf(r), 0, t);
176
+ }
177
+ function Xf(e, r, t, n) {
178
+ for (var a = e.length, i = -1; ++i < a; )
179
+ if (r[e[i][0]].apply(t, n))
180
+ return true;
181
+ return false;
182
+ }
183
+ });
184
+ var It = C((Lt) => {
185
+ Lt.isRemarkParser = Jf;
186
+ Lt.isRemarkCompiler = Qf;
187
+ function Jf(e) {
188
+ return !!(e && e.prototype && e.prototype.blockTokenizers);
189
+ }
190
+ function Qf(e) {
191
+ return !!(e && e.prototype && e.prototype.visitors);
192
+ }
193
+ });
194
+ var fu = C((lv, lu) => {
195
+ var uu = It();
196
+ lu.exports = tD;
197
+ var au = 9, ou = 32, $r = 36, Zf = 48, eD = 57, su = 92, rD = ["math", "math-inline"], cu = "math-display";
198
+ function tD(e) {
199
+ let r = this.Parser, t = this.Compiler;
200
+ uu.isRemarkParser(r) && nD(r, e), uu.isRemarkCompiler(t) && iD(t);
201
+ }
202
+ function nD(e, r) {
203
+ let t = e.prototype, n = t.inlineMethods;
204
+ i.locator = a, t.inlineTokenizers.math = i, n.splice(n.indexOf("text"), 0, "math");
205
+ function a(u, o) {
206
+ return u.indexOf("$", o);
207
+ }
208
+ function i(u, o, s) {
209
+ let l = o.length, c = false, f = false, p = 0, d, D, h, m, F, A, v;
210
+ if (o.charCodeAt(p) === su && (f = true, p++), o.charCodeAt(p) === $r) {
211
+ if (p++, f)
212
+ return s ? true : u(o.slice(0, p))({ type: "text", value: "$" });
213
+ if (o.charCodeAt(p) === $r && (c = true, p++), h = o.charCodeAt(p), !(h === ou || h === au)) {
214
+ for (m = p; p < l; ) {
215
+ if (D = h, h = o.charCodeAt(p + 1), D === $r) {
216
+ if (d = o.charCodeAt(p - 1), d !== ou && d !== au && (h !== h || h < Zf || h > eD) && (!c || h === $r)) {
217
+ F = p - 1, p++, c && p++, A = p;
218
+ break;
219
+ }
220
+ } else
221
+ D === su && (p++, h = o.charCodeAt(p + 1));
222
+ p++;
223
+ }
224
+ if (A !== void 0)
225
+ 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 }] } }));
226
+ }
227
+ }
228
+ }
229
+ }
230
+ function iD(e) {
231
+ let r = e.prototype;
232
+ r.visitors.inlineMath = t;
233
+ function t(n) {
234
+ let a = "$";
235
+ return (n.data && n.data.hProperties && n.data.hProperties.className || []).includes(cu) && (a = "$$"), a + n.value + a;
236
+ }
237
+ }
238
+ });
239
+ var mu = C((fv, du) => {
240
+ var Du = It();
241
+ du.exports = sD;
242
+ var pu = 10, hr = 32, Rt = 36, hu = `
243
+ `, uD = "$", aD = 2, oD = ["math", "math-display"];
244
+ function sD() {
245
+ let e = this.Parser, r = this.Compiler;
246
+ Du.isRemarkParser(e) && cD(e), Du.isRemarkCompiler(r) && lD(r);
247
+ }
248
+ function cD(e) {
249
+ let r = e.prototype, t = r.blockMethods, n = r.interruptParagraph, a = r.interruptList, i = r.interruptBlockquote;
250
+ 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"]);
251
+ function u(o, s, l) {
252
+ var c = s.length, f = 0;
253
+ let p, d, D, h, m, F, A, v, B, b, g;
254
+ for (; f < c && s.charCodeAt(f) === hr; )
255
+ f++;
256
+ for (m = f; f < c && s.charCodeAt(f) === Rt; )
257
+ f++;
258
+ if (F = f - m, !(F < aD)) {
259
+ for (; f < c && s.charCodeAt(f) === hr; )
260
+ f++;
261
+ for (A = f; f < c; ) {
262
+ if (p = s.charCodeAt(f), p === Rt)
263
+ return;
264
+ if (p === pu)
265
+ break;
266
+ f++;
267
+ }
268
+ if (s.charCodeAt(f) === pu) {
269
+ if (l)
270
+ return true;
271
+ for (d = [], A !== f && d.push(s.slice(A, f)), f++, D = s.indexOf(hu, f + 1), D = D === -1 ? c : D; f < c; ) {
272
+ for (v = false, b = f, g = D, h = D, B = 0; h > b && s.charCodeAt(h - 1) === hr; )
273
+ h--;
274
+ for (; h > b && s.charCodeAt(h - 1) === Rt; )
275
+ B++, h--;
276
+ for (F <= B && s.indexOf(uD, b) === h && (v = true, g = h); b <= g && b - f < m && s.charCodeAt(b) === hr; )
277
+ b++;
278
+ if (v)
279
+ for (; g > b && s.charCodeAt(g - 1) === hr; )
280
+ g--;
281
+ if ((!v || b !== g) && d.push(s.slice(b, g)), v)
282
+ break;
283
+ f = D + 1, D = s.indexOf(hu, f + 1), D = D === -1 ? c : D;
284
+ }
285
+ return d = d.join(`
286
+ `), o(s.slice(0, D))({ type: "math", value: d, data: { hName: "div", hProperties: { className: oD.concat() }, hChildren: [{ type: "text", value: d }] } });
287
+ }
288
+ }
289
+ }
290
+ }
291
+ function lD(e) {
292
+ let r = e.prototype;
293
+ r.visitors.math = t;
294
+ function t(n) {
295
+ return `$$
296
+ ` + n.value + `
297
+ $$`;
298
+ }
299
+ }
300
+ });
301
+ var gu = C((Dv, Fu) => {
302
+ var fD = fu(), DD = mu();
303
+ Fu.exports = pD;
304
+ function pD(e) {
305
+ var r = e || {};
306
+ DD.call(this, r), fD.call(this, r);
307
+ }
308
+ });
309
+ var Ie = C((pv, Eu) => {
310
+ Eu.exports = dD;
311
+ var hD = Object.prototype.hasOwnProperty;
312
+ function dD() {
313
+ for (var e = {}, r = 0; r < arguments.length; r++) {
314
+ var t = arguments[r];
315
+ for (var n in t)
316
+ hD.call(t, n) && (e[n] = t[n]);
317
+ }
318
+ return e;
319
+ }
320
+ });
321
+ var vu = C((hv, Nt) => {
322
+ typeof Object.create == "function" ? Nt.exports = function(r, t) {
323
+ t && (r.super_ = t, r.prototype = Object.create(t.prototype, { constructor: { value: r, enumerable: false, writable: true, configurable: true } }));
324
+ } : Nt.exports = function(r, t) {
325
+ if (t) {
326
+ r.super_ = t;
327
+ var n = function() {
328
+ };
329
+ n.prototype = t.prototype, r.prototype = new n(), r.prototype.constructor = r;
330
+ }
331
+ };
332
+ });
333
+ var Au = C((dv, bu) => {
334
+ var mD = Ie(), Cu = vu();
335
+ bu.exports = FD;
336
+ function FD(e) {
337
+ var r, t, n;
338
+ Cu(i, e), Cu(a, i), r = i.prototype;
339
+ for (t in r)
340
+ n = r[t], n && typeof n == "object" && (r[t] = "concat" in n ? n.concat() : mD(n));
341
+ return i;
342
+ function a(u) {
343
+ return e.apply(this, u);
344
+ }
345
+ function i() {
346
+ return this instanceof i ? e.apply(this, arguments) : new a(arguments);
347
+ }
348
+ }
349
+ });
350
+ var xu = C((mv, yu) => {
351
+ yu.exports = gD;
352
+ function gD(e, r, t) {
353
+ return n;
354
+ function n() {
355
+ var a = t || this, i = a[e];
356
+ return a[e] = !r, u;
357
+ function u() {
358
+ a[e] = i;
359
+ }
360
+ }
361
+ }
362
+ });
363
+ var ku = C((Fv, wu) => {
364
+ wu.exports = ED;
365
+ function ED(e) {
366
+ for (var r = String(e), t = [], n = /\r?\n|\r/g; n.exec(r); )
367
+ t.push(n.lastIndex);
368
+ return t.push(r.length + 1), { toPoint: a, toPosition: a, toOffset: i };
369
+ function a(u) {
370
+ var o = -1;
371
+ if (u > -1 && u < t[t.length - 1]) {
372
+ for (; ++o < t.length; )
373
+ if (t[o] > u)
374
+ return { line: o + 1, column: u - (t[o - 1] || 0) + 1, offset: u };
375
+ }
376
+ return {};
377
+ }
378
+ function i(u) {
379
+ var o = u && u.line, s = u && u.column, l;
380
+ 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;
381
+ }
382
+ }
383
+ });
384
+ var Tu = C((gv, Bu) => {
385
+ Bu.exports = vD;
386
+ var Mt = "\\";
387
+ function vD(e, r) {
388
+ return t;
389
+ function t(n) {
390
+ for (var a = 0, i = n.indexOf(Mt), u = e[r], o = [], s; i !== -1; )
391
+ 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);
392
+ return o.push(n.slice(a)), o.join("");
393
+ }
394
+ }
395
+ });
396
+ var qu = C((Ev, CD) => {
397
+ CD.exports = { AElig: "Æ", AMP: "&", Aacute: "Á", Acirc: "Â", Agrave: "À", Aring: "Å", Atilde: "Ã", Auml: "Ä", COPY: "©", Ccedil: "Ç", ETH: "Ð", Eacute: "É", Ecirc: "Ê", Egrave: "È", Euml: "Ë", GT: ">", Iacute: "Í", Icirc: "Î", Igrave: "Ì", Iuml: "Ï", LT: "<", Ntilde: "Ñ", Oacute: "Ó", Ocirc: "Ô", Ograve: "Ò", Oslash: "Ø", Otilde: "Õ", Ouml: "Ö", QUOT: '"', REG: "®", THORN: "Þ", Uacute: "Ú", Ucirc: "Û", Ugrave: "Ù", Uuml: "Ü", Yacute: "Ý", aacute: "á", acirc: "â", acute: "´", aelig: "æ", agrave: "à", amp: "&", aring: "å", atilde: "ã", auml: "ä", brvbar: "¦", ccedil: "ç", cedil: "¸", cent: "¢", copy: "©", curren: "¤", deg: "°", divide: "÷", eacute: "é", ecirc: "ê", egrave: "è", eth: "ð", euml: "ë", frac12: "½", frac14: "¼", frac34: "¾", gt: ">", iacute: "í", icirc: "î", iexcl: "¡", igrave: "ì", iquest: "¿", iuml: "ï", laquo: "«", lt: "<", macr: "¯", micro: "µ", middot: "·", nbsp: " ", not: "¬", ntilde: "ñ", oacute: "ó", ocirc: "ô", ograve: "ò", ordf: "ª", ordm: "º", oslash: "ø", otilde: "õ", ouml: "ö", para: "¶", plusmn: "±", pound: "£", quot: '"', raquo: "»", reg: "®", sect: "§", shy: "­", sup1: "¹", sup2: "²", sup3: "³", szlig: "ß", thorn: "þ", times: "×", uacute: "ú", ucirc: "û", ugrave: "ù", uml: "¨", uuml: "ü", yacute: "ý", yen: "¥", yuml: "ÿ" };
398
+ });
399
+ var _u = C((vv, bD) => {
400
+ bD.exports = { "0": "�", "128": "€", "130": "‚", "131": "ƒ", "132": "„", "133": "…", "134": "†", "135": "‡", "136": "ˆ", "137": "‰", "138": "Š", "139": "‹", "140": "Œ", "142": "Ž", "145": "‘", "146": "’", "147": "“", "148": "”", "149": "•", "150": "–", "151": "—", "152": "˜", "153": "™", "154": "š", "155": "›", "156": "œ", "158": "ž", "159": "Ÿ" };
401
+ });
402
+ var Re = C((Cv, Su) => {
403
+ Su.exports = AD;
404
+ function AD(e) {
405
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
406
+ return r >= 48 && r <= 57;
407
+ }
408
+ });
409
+ var Ou = C((bv, Pu) => {
410
+ Pu.exports = yD;
411
+ function yD(e) {
412
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
413
+ return r >= 97 && r <= 102 || r >= 65 && r <= 70 || r >= 48 && r <= 57;
414
+ }
415
+ });
416
+ var He = C((Av, Lu) => {
417
+ Lu.exports = xD;
418
+ function xD(e) {
419
+ var r = typeof e == "string" ? e.charCodeAt(0) : e;
420
+ return r >= 97 && r <= 122 || r >= 65 && r <= 90;
421
+ }
422
+ });
423
+ var Ru = C((yv, Iu) => {
424
+ var wD = He(), kD = Re();
425
+ Iu.exports = BD;
426
+ function BD(e) {
427
+ return wD(e) || kD(e);
428
+ }
429
+ });
430
+ var Nu = C((xv, TD) => {
431
+ TD.exports = { AEli: "Æ", AElig: "Æ", AM: "&", AMP: "&", Aacut: "Á", Aacute: "Á", Abreve: "Ă", Acir: "Â", Acirc: "Â", Acy: "А", Afr: "𝔄", Agrav: "À", Agrave: "À", Alpha: "Α", Amacr: "Ā", And: "⩓", Aogon: "Ą", Aopf: "𝔸", ApplyFunction: "⁡", Arin: "Å", Aring: "Å", Ascr: "𝒜", Assign: "≔", Atild: "Ã", Atilde: "Ã", Aum: "Ä", Auml: "Ä", Backslash: "∖", Barv: "⫧", Barwed: "⌆", Bcy: "Б", Because: "∵", Bernoullis: "ℬ", Beta: "Β", Bfr: "𝔅", Bopf: "𝔹", Breve: "˘", Bscr: "ℬ", Bumpeq: "≎", CHcy: "Ч", COP: "©", COPY: "©", Cacute: "Ć", Cap: "⋒", CapitalDifferentialD: "ⅅ", Cayleys: "ℭ", Ccaron: "Č", Ccedi: "Ç", Ccedil: "Ç", Ccirc: "Ĉ", Cconint: "∰", Cdot: "Ċ", Cedilla: "¸", CenterDot: "·", Cfr: "ℭ", Chi: "Χ", CircleDot: "⊙", CircleMinus: "⊖", CirclePlus: "⊕", CircleTimes: "⊗", ClockwiseContourIntegral: "∲", CloseCurlyDoubleQuote: "”", CloseCurlyQuote: "’", Colon: "∷", Colone: "⩴", Congruent: "≡", Conint: "∯", ContourIntegral: "∮", Copf: "ℂ", Coproduct: "∐", CounterClockwiseContourIntegral: "∳", Cross: "⨯", Cscr: "𝒞", Cup: "⋓", CupCap: "≍", DD: "ⅅ", DDotrahd: "⤑", DJcy: "Ђ", DScy: "Ѕ", DZcy: "Џ", Dagger: "‡", Darr: "↡", Dashv: "⫤", Dcaron: "Ď", Dcy: "Д", Del: "∇", Delta: "Δ", Dfr: "𝔇", DiacriticalAcute: "´", DiacriticalDot: "˙", DiacriticalDoubleAcute: "˝", DiacriticalGrave: "`", DiacriticalTilde: "˜", Diamond: "⋄", DifferentialD: "ⅆ", Dopf: "𝔻", Dot: "¨", DotDot: "⃜", DotEqual: "≐", DoubleContourIntegral: "∯", DoubleDot: "¨", DoubleDownArrow: "⇓", DoubleLeftArrow: "⇐", DoubleLeftRightArrow: "⇔", DoubleLeftTee: "⫤", DoubleLongLeftArrow: "⟸", DoubleLongLeftRightArrow: "⟺", DoubleLongRightArrow: "⟹", DoubleRightArrow: "⇒", DoubleRightTee: "⊨", DoubleUpArrow: "⇑", DoubleUpDownArrow: "⇕", DoubleVerticalBar: "∥", DownArrow: "↓", DownArrowBar: "⤓", DownArrowUpArrow: "⇵", DownBreve: "̑", DownLeftRightVector: "⥐", DownLeftTeeVector: "⥞", DownLeftVector: "↽", DownLeftVectorBar: "⥖", DownRightTeeVector: "⥟", DownRightVector: "⇁", DownRightVectorBar: "⥗", DownTee: "⊤", DownTeeArrow: "↧", Downarrow: "⇓", Dscr: "𝒟", Dstrok: "Đ", ENG: "Ŋ", ET: "Ð", ETH: "Ð", Eacut: "É", Eacute: "É", Ecaron: "Ě", Ecir: "Ê", Ecirc: "Ê", Ecy: "Э", Edot: "Ė", Efr: "𝔈", Egrav: "È", Egrave: "È", Element: "∈", Emacr: "Ē", EmptySmallSquare: "◻", EmptyVerySmallSquare: "▫", Eogon: "Ę", Eopf: "𝔼", Epsilon: "Ε", Equal: "⩵", EqualTilde: "≂", Equilibrium: "⇌", Escr: "ℰ", Esim: "⩳", Eta: "Η", Eum: "Ë", Euml: "Ë", Exists: "∃", ExponentialE: "ⅇ", Fcy: "Ф", Ffr: "𝔉", FilledSmallSquare: "◼", FilledVerySmallSquare: "▪", Fopf: "𝔽", ForAll: "∀", Fouriertrf: "ℱ", Fscr: "ℱ", GJcy: "Ѓ", G: ">", GT: ">", Gamma: "Γ", Gammad: "Ϝ", Gbreve: "Ğ", Gcedil: "Ģ", Gcirc: "Ĝ", Gcy: "Г", Gdot: "Ġ", Gfr: "𝔊", Gg: "⋙", Gopf: "𝔾", GreaterEqual: "≥", GreaterEqualLess: "⋛", GreaterFullEqual: "≧", GreaterGreater: "⪢", GreaterLess: "≷", GreaterSlantEqual: "⩾", GreaterTilde: "≳", Gscr: "𝒢", Gt: "≫", HARDcy: "Ъ", Hacek: "ˇ", Hat: "^", Hcirc: "Ĥ", Hfr: "ℌ", HilbertSpace: "ℋ", Hopf: "ℍ", HorizontalLine: "─", Hscr: "ℋ", Hstrok: "Ħ", HumpDownHump: "≎", HumpEqual: "≏", IEcy: "Е", IJlig: "IJ", IOcy: "Ё", Iacut: "Í", Iacute: "Í", Icir: "Î", Icirc: "Î", Icy: "И", Idot: "İ", Ifr: "ℑ", Igrav: "Ì", Igrave: "Ì", Im: "ℑ", Imacr: "Ī", ImaginaryI: "ⅈ", Implies: "⇒", Int: "∬", Integral: "∫", Intersection: "⋂", InvisibleComma: "⁣", InvisibleTimes: "⁢", Iogon: "Į", Iopf: "𝕀", Iota: "Ι", Iscr: "ℐ", Itilde: "Ĩ", Iukcy: "І", Ium: "Ï", Iuml: "Ï", Jcirc: "Ĵ", Jcy: "Й", Jfr: "𝔍", Jopf: "𝕁", Jscr: "𝒥", Jsercy: "Ј", Jukcy: "Є", KHcy: "Х", KJcy: "Ќ", Kappa: "Κ", Kcedil: "Ķ", Kcy: "К", Kfr: "𝔎", Kopf: "𝕂", Kscr: "𝒦", LJcy: "Љ", L: "<", LT: "<", Lacute: "Ĺ", Lambda: "Λ", Lang: "⟪", Laplacetrf: "ℒ", Larr: "↞", Lcaron: "Ľ", Lcedil: "Ļ", Lcy: "Л", LeftAngleBracket: "⟨", LeftArrow: "←", LeftArrowBar: "⇤", LeftArrowRightArrow: "⇆", LeftCeiling: "⌈", LeftDoubleBracket: "⟦", LeftDownTeeVector: "⥡", LeftDownVector: "⇃", LeftDownVectorBar: "⥙", LeftFloor: "⌊", LeftRightArrow: "↔", LeftRightVector: "⥎", LeftTee: "⊣", LeftTeeArrow: "↤", LeftTeeVector: "⥚", LeftTriangle: "⊲", LeftTriangleBar: "⧏", LeftTriangleEqual: "⊴", LeftUpDownVector: "⥑", LeftUpTeeVector: "⥠", LeftUpVector: "↿", LeftUpVectorBar: "⥘", LeftVector: "↼", LeftVectorBar: "⥒", Leftarrow: "⇐", Leftrightarrow: "⇔", LessEqualGreater: "⋚", LessFullEqual: "≦", LessGreater: "≶", LessLess: "⪡", LessSlantEqual: "⩽", LessTilde: "≲", Lfr: "𝔏", Ll: "⋘", Lleftarrow: "⇚", Lmidot: "Ŀ", LongLeftArrow: "⟵", LongLeftRightArrow: "⟷", LongRightArrow: "⟶", Longleftarrow: "⟸", Longleftrightarrow: "⟺", Longrightarrow: "⟹", Lopf: "𝕃", LowerLeftArrow: "↙", LowerRightArrow: "↘", Lscr: "ℒ", Lsh: "↰", Lstrok: "Ł", Lt: "≪", Map: "⤅", Mcy: "М", MediumSpace: " ", Mellintrf: "ℳ", Mfr: "𝔐", MinusPlus: "∓", Mopf: "𝕄", Mscr: "ℳ", Mu: "Μ", NJcy: "Њ", Nacute: "Ń", Ncaron: "Ň", Ncedil: "Ņ", Ncy: "Н", NegativeMediumSpace: "​", NegativeThickSpace: "​", NegativeThinSpace: "​", NegativeVeryThinSpace: "​", NestedGreaterGreater: "≫", NestedLessLess: "≪", NewLine: `
432
+ `, Nfr: "𝔑", NoBreak: "⁠", NonBreakingSpace: " ", Nopf: "ℕ", Not: "⫬", NotCongruent: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", NotElement: "∉", NotEqual: "≠", NotEqualTilde: "≂̸", NotExists: "∄", NotGreater: "≯", NotGreaterEqual: "≱", NotGreaterFullEqual: "≧̸", NotGreaterGreater: "≫̸", NotGreaterLess: "≹", NotGreaterSlantEqual: "⩾̸", NotGreaterTilde: "≵", NotHumpDownHump: "≎̸", NotHumpEqual: "≏̸", NotLeftTriangle: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", NotLess: "≮", NotLessEqual: "≰", NotLessGreater: "≸", NotLessLess: "≪̸", NotLessSlantEqual: "⩽̸", NotLessTilde: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", NotPrecedes: "⊀", NotPrecedesEqual: "⪯̸", NotPrecedesSlantEqual: "⋠", NotReverseElement: "∌", NotRightTriangle: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", NotSubset: "⊂⃒", NotSubsetEqual: "⊈", NotSucceeds: "⊁", NotSucceedsEqual: "⪰̸", NotSucceedsSlantEqual: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", NotSupersetEqual: "⊉", NotTilde: "≁", NotTildeEqual: "≄", NotTildeFullEqual: "≇", NotTildeTilde: "≉", NotVerticalBar: "∤", Nscr: "𝒩", Ntild: "Ñ", Ntilde: "Ñ", Nu: "Ν", OElig: "Œ", Oacut: "Ó", Oacute: "Ó", Ocir: "Ô", Ocirc: "Ô", Ocy: "О", Odblac: "Ő", Ofr: "𝔒", Ograv: "Ò", Ograve: "Ò", Omacr: "Ō", Omega: "Ω", Omicron: "Ο", Oopf: "𝕆", OpenCurlyDoubleQuote: "“", OpenCurlyQuote: "‘", Or: "⩔", Oscr: "𝒪", Oslas: "Ø", Oslash: "Ø", Otild: "Õ", Otilde: "Õ", Otimes: "⨷", Oum: "Ö", Ouml: "Ö", OverBar: "‾", OverBrace: "⏞", OverBracket: "⎴", OverParenthesis: "⏜", PartialD: "∂", Pcy: "П", Pfr: "𝔓", Phi: "Φ", Pi: "Π", PlusMinus: "±", Poincareplane: "ℌ", Popf: "ℙ", Pr: "⪻", Precedes: "≺", PrecedesEqual: "⪯", PrecedesSlantEqual: "≼", PrecedesTilde: "≾", Prime: "″", Product: "∏", Proportion: "∷", Proportional: "∝", Pscr: "𝒫", Psi: "Ψ", QUO: '"', QUOT: '"', Qfr: "𝔔", Qopf: "ℚ", Qscr: "𝒬", RBarr: "⤐", RE: "®", REG: "®", Racute: "Ŕ", Rang: "⟫", Rarr: "↠", Rarrtl: "⤖", Rcaron: "Ř", Rcedil: "Ŗ", Rcy: "Р", Re: "ℜ", ReverseElement: "∋", ReverseEquilibrium: "⇋", ReverseUpEquilibrium: "⥯", Rfr: "ℜ", Rho: "Ρ", RightAngleBracket: "⟩", RightArrow: "→", RightArrowBar: "⇥", RightArrowLeftArrow: "⇄", RightCeiling: "⌉", RightDoubleBracket: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", RightTee: "⊢", RightTeeArrow: "↦", RightTeeVector: "⥛", RightTriangle: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", RightVectorBar: "⥓", Rightarrow: "⇒", Ropf: "ℝ", RoundImplies: "⥰", Rrightarrow: "⇛", Rscr: "ℛ", Rsh: "↱", RuleDelayed: "⧴", SHCHcy: "Щ", SHcy: "Ш", SOFTcy: "Ь", Sacute: "Ś", Sc: "⪼", Scaron: "Š", Scedil: "Ş", Scirc: "Ŝ", Scy: "С", Sfr: "𝔖", ShortDownArrow: "↓", ShortLeftArrow: "←", ShortRightArrow: "→", ShortUpArrow: "↑", Sigma: "Σ", SmallCircle: "∘", Sopf: "𝕊", Sqrt: "√", Square: "□", SquareIntersection: "⊓", SquareSubset: "⊏", SquareSubsetEqual: "⊑", SquareSuperset: "⊐", SquareSupersetEqual: "⊒", SquareUnion: "⊔", Sscr: "𝒮", Star: "⋆", Sub: "⋐", Subset: "⋐", SubsetEqual: "⊆", Succeeds: "≻", SucceedsEqual: "⪰", SucceedsSlantEqual: "≽", SucceedsTilde: "≿", SuchThat: "∋", Sum: "∑", Sup: "⋑", Superset: "⊃", SupersetEqual: "⊇", Supset: "⋑", THOR: "Þ", THORN: "Þ", TRADE: "™", TSHcy: "Ћ", TScy: "Ц", Tab: " ", Tau: "Τ", Tcaron: "Ť", Tcedil: "Ţ", Tcy: "Т", Tfr: "𝔗", Therefore: "∴", Theta: "Θ", ThickSpace: "  ", ThinSpace: " ", Tilde: "∼", TildeEqual: "≃", TildeFullEqual: "≅", TildeTilde: "≈", Topf: "𝕋", TripleDot: "⃛", Tscr: "𝒯", Tstrok: "Ŧ", Uacut: "Ú", Uacute: "Ú", Uarr: "↟", Uarrocir: "⥉", Ubrcy: "Ў", Ubreve: "Ŭ", Ucir: "Û", Ucirc: "Û", Ucy: "У", Udblac: "Ű", Ufr: "𝔘", Ugrav: "Ù", Ugrave: "Ù", Umacr: "Ū", UnderBar: "_", UnderBrace: "⏟", UnderBracket: "⎵", UnderParenthesis: "⏝", Union: "⋃", UnionPlus: "⊎", Uogon: "Ų", Uopf: "𝕌", UpArrow: "↑", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", UpDownArrow: "↕", UpEquilibrium: "⥮", UpTee: "⊥", UpTeeArrow: "↥", Uparrow: "⇑", Updownarrow: "⇕", UpperLeftArrow: "↖", UpperRightArrow: "↗", Upsi: "ϒ", Upsilon: "Υ", Uring: "Ů", Uscr: "𝒰", Utilde: "Ũ", Uum: "Ü", Uuml: "Ü", VDash: "⊫", Vbar: "⫫", Vcy: "В", Vdash: "⊩", Vdashl: "⫦", Vee: "⋁", Verbar: "‖", Vert: "‖", VerticalBar: "∣", VerticalLine: "|", VerticalSeparator: "❘", VerticalTilde: "≀", VeryThinSpace: " ", Vfr: "𝔙", Vopf: "𝕍", Vscr: "𝒱", Vvdash: "⊪", Wcirc: "Ŵ", Wedge: "⋀", Wfr: "𝔚", Wopf: "𝕎", Wscr: "𝒲", Xfr: "𝔛", Xi: "Ξ", Xopf: "𝕏", Xscr: "𝒳", YAcy: "Я", YIcy: "Ї", YUcy: "Ю", Yacut: "Ý", Yacute: "Ý", Ycirc: "Ŷ", Ycy: "Ы", Yfr: "𝔜", Yopf: "𝕐", Yscr: "𝒴", Yuml: "Ÿ", ZHcy: "Ж", Zacute: "Ź", Zcaron: "Ž", Zcy: "З", Zdot: "Ż", ZeroWidthSpace: "​", Zeta: "Ζ", Zfr: "ℨ", Zopf: "ℤ", Zscr: "𝒵", aacut: "á", aacute: "á", abreve: "ă", ac: "∾", acE: "∾̳", acd: "∿", acir: "â", acirc: "â", acut: "´", acute: "´", acy: "а", aeli: "æ", aelig: "æ", af: "⁡", afr: "𝔞", agrav: "à", agrave: "à", alefsym: "ℵ", aleph: "ℵ", alpha: "α", amacr: "ā", amalg: "⨿", am: "&", amp: "&", and: "∧", andand: "⩕", andd: "⩜", andslope: "⩘", andv: "⩚", ang: "∠", ange: "⦤", angle: "∠", angmsd: "∡", angmsdaa: "⦨", angmsdab: "⦩", angmsdac: "⦪", angmsdad: "⦫", angmsdae: "⦬", angmsdaf: "⦭", angmsdag: "⦮", angmsdah: "⦯", angrt: "∟", angrtvb: "⊾", angrtvbd: "⦝", angsph: "∢", angst: "Å", angzarr: "⍼", aogon: "ą", aopf: "𝕒", ap: "≈", apE: "⩰", apacir: "⩯", ape: "≊", apid: "≋", apos: "'", approx: "≈", approxeq: "≊", arin: "å", aring: "å", ascr: "𝒶", ast: "*", asymp: "≈", asympeq: "≍", atild: "ã", atilde: "ã", aum: "ä", auml: "ä", awconint: "∳", awint: "⨑", bNot: "⫭", backcong: "≌", backepsilon: "϶", backprime: "‵", backsim: "∽", backsimeq: "⋍", barvee: "⊽", barwed: "⌅", barwedge: "⌅", bbrk: "⎵", bbrktbrk: "⎶", bcong: "≌", bcy: "б", bdquo: "„", becaus: "∵", because: "∵", bemptyv: "⦰", bepsi: "϶", bernou: "ℬ", beta: "β", beth: "ℶ", between: "≬", bfr: "𝔟", bigcap: "⋂", bigcirc: "◯", bigcup: "⋃", bigodot: "⨀", bigoplus: "⨁", bigotimes: "⨂", bigsqcup: "⨆", bigstar: "★", bigtriangledown: "▽", bigtriangleup: "△", biguplus: "⨄", bigvee: "⋁", bigwedge: "⋀", bkarow: "⤍", blacklozenge: "⧫", blacksquare: "▪", blacktriangle: "▴", blacktriangledown: "▾", blacktriangleleft: "◂", blacktriangleright: "▸", blank: "␣", blk12: "▒", blk14: "░", blk34: "▓", block: "█", bne: "=⃥", bnequiv: "≡⃥", bnot: "⌐", bopf: "𝕓", bot: "⊥", bottom: "⊥", bowtie: "⋈", boxDL: "╗", boxDR: "╔", boxDl: "╖", boxDr: "╓", boxH: "═", boxHD: "╦", boxHU: "╩", boxHd: "╤", boxHu: "╧", boxUL: "╝", boxUR: "╚", boxUl: "╜", boxUr: "╙", boxV: "║", boxVH: "╬", boxVL: "╣", boxVR: "╠", boxVh: "╫", boxVl: "╢", boxVr: "╟", boxbox: "⧉", boxdL: "╕", boxdR: "╒", boxdl: "┐", boxdr: "┌", boxh: "─", boxhD: "╥", boxhU: "╨", boxhd: "┬", boxhu: "┴", boxminus: "⊟", boxplus: "⊞", boxtimes: "⊠", boxuL: "╛", boxuR: "╘", boxul: "┘", boxur: "└", boxv: "│", boxvH: "╪", boxvL: "╡", boxvR: "╞", boxvh: "┼", boxvl: "┤", boxvr: "├", bprime: "‵", breve: "˘", brvba: "¦", brvbar: "¦", bscr: "𝒷", bsemi: "⁏", bsim: "∽", bsime: "⋍", bsol: "\\", bsolb: "⧅", bsolhsub: "⟈", bull: "•", bullet: "•", bump: "≎", bumpE: "⪮", bumpe: "≏", bumpeq: "≏", cacute: "ć", cap: "∩", capand: "⩄", capbrcup: "⩉", capcap: "⩋", capcup: "⩇", capdot: "⩀", caps: "∩︀", caret: "⁁", caron: "ˇ", ccaps: "⩍", ccaron: "č", ccedi: "ç", ccedil: "ç", ccirc: "ĉ", ccups: "⩌", ccupssm: "⩐", cdot: "ċ", cedi: "¸", cedil: "¸", cemptyv: "⦲", cen: "¢", cent: "¢", centerdot: "·", cfr: "𝔠", chcy: "ч", check: "✓", checkmark: "✓", chi: "χ", cir: "○", cirE: "⧃", circ: "ˆ", circeq: "≗", circlearrowleft: "↺", circlearrowright: "↻", circledR: "®", circledS: "Ⓢ", circledast: "⊛", circledcirc: "⊚", circleddash: "⊝", cire: "≗", cirfnint: "⨐", cirmid: "⫯", cirscir: "⧂", clubs: "♣", clubsuit: "♣", colon: ":", colone: "≔", coloneq: "≔", comma: ",", commat: "@", comp: "∁", compfn: "∘", complement: "∁", complexes: "ℂ", cong: "≅", congdot: "⩭", conint: "∮", copf: "𝕔", coprod: "∐", cop: "©", copy: "©", copysr: "℗", crarr: "↵", cross: "✗", cscr: "𝒸", csub: "⫏", csube: "⫑", csup: "⫐", csupe: "⫒", ctdot: "⋯", cudarrl: "⤸", cudarrr: "⤵", cuepr: "⋞", cuesc: "⋟", cularr: "↶", cularrp: "⤽", cup: "∪", cupbrcap: "⩈", cupcap: "⩆", cupcup: "⩊", cupdot: "⊍", cupor: "⩅", cups: "∪︀", curarr: "↷", curarrm: "⤼", curlyeqprec: "⋞", curlyeqsucc: "⋟", curlyvee: "⋎", curlywedge: "⋏", curre: "¤", curren: "¤", curvearrowleft: "↶", curvearrowright: "↷", cuvee: "⋎", cuwed: "⋏", cwconint: "∲", cwint: "∱", cylcty: "⌭", dArr: "⇓", dHar: "⥥", dagger: "†", daleth: "ℸ", darr: "↓", dash: "‐", dashv: "⊣", dbkarow: "⤏", dblac: "˝", dcaron: "ď", dcy: "д", dd: "ⅆ", ddagger: "‡", ddarr: "⇊", ddotseq: "⩷", de: "°", deg: "°", delta: "δ", demptyv: "⦱", dfisht: "⥿", dfr: "𝔡", dharl: "⇃", dharr: "⇂", diam: "⋄", diamond: "⋄", diamondsuit: "♦", diams: "♦", die: "¨", digamma: "ϝ", disin: "⋲", div: "÷", divid: "÷", divide: "÷", divideontimes: "⋇", divonx: "⋇", djcy: "ђ", dlcorn: "⌞", dlcrop: "⌍", dollar: "$", dopf: "𝕕", dot: "˙", doteq: "≐", doteqdot: "≑", dotminus: "∸", dotplus: "∔", dotsquare: "⊡", doublebarwedge: "⌆", downarrow: "↓", downdownarrows: "⇊", downharpoonleft: "⇃", downharpoonright: "⇂", drbkarow: "⤐", drcorn: "⌟", drcrop: "⌌", dscr: "𝒹", dscy: "ѕ", dsol: "⧶", dstrok: "đ", dtdot: "⋱", dtri: "▿", dtrif: "▾", duarr: "⇵", duhar: "⥯", dwangle: "⦦", dzcy: "џ", dzigrarr: "⟿", eDDot: "⩷", eDot: "≑", eacut: "é", eacute: "é", easter: "⩮", ecaron: "ě", ecir: "ê", ecirc: "ê", ecolon: "≕", ecy: "э", edot: "ė", ee: "ⅇ", efDot: "≒", efr: "𝔢", eg: "⪚", egrav: "è", egrave: "è", egs: "⪖", egsdot: "⪘", el: "⪙", elinters: "⏧", ell: "ℓ", els: "⪕", elsdot: "⪗", emacr: "ē", empty: "∅", emptyset: "∅", emptyv: "∅", emsp13: " ", emsp14: " ", emsp: " ", eng: "ŋ", ensp: " ", eogon: "ę", eopf: "𝕖", epar: "⋕", eparsl: "⧣", eplus: "⩱", epsi: "ε", epsilon: "ε", epsiv: "ϵ", eqcirc: "≖", eqcolon: "≕", eqsim: "≂", eqslantgtr: "⪖", eqslantless: "⪕", equals: "=", equest: "≟", equiv: "≡", equivDD: "⩸", eqvparsl: "⧥", erDot: "≓", erarr: "⥱", escr: "ℯ", esdot: "≐", esim: "≂", eta: "η", et: "ð", eth: "ð", eum: "ë", euml: "ë", euro: "€", excl: "!", exist: "∃", expectation: "ℰ", exponentiale: "ⅇ", fallingdotseq: "≒", fcy: "ф", female: "♀", ffilig: "ffi", fflig: "ff", ffllig: "ffl", ffr: "𝔣", filig: "fi", fjlig: "fj", flat: "♭", fllig: "fl", fltns: "▱", fnof: "ƒ", fopf: "𝕗", forall: "∀", fork: "⋔", forkv: "⫙", fpartint: "⨍", frac1: "¼", frac12: "½", frac13: "⅓", frac14: "¼", frac15: "⅕", frac16: "⅙", frac18: "⅛", frac23: "⅔", frac25: "⅖", frac3: "¾", frac34: "¾", frac35: "⅗", frac38: "⅜", frac45: "⅘", frac56: "⅚", frac58: "⅝", frac78: "⅞", frasl: "⁄", frown: "⌢", fscr: "𝒻", gE: "≧", gEl: "⪌", gacute: "ǵ", gamma: "γ", gammad: "ϝ", gap: "⪆", gbreve: "ğ", gcirc: "ĝ", gcy: "г", gdot: "ġ", ge: "≥", gel: "⋛", geq: "≥", geqq: "≧", geqslant: "⩾", ges: "⩾", gescc: "⪩", gesdot: "⪀", gesdoto: "⪂", gesdotol: "⪄", gesl: "⋛︀", gesles: "⪔", gfr: "𝔤", gg: "≫", ggg: "⋙", gimel: "ℷ", gjcy: "ѓ", gl: "≷", glE: "⪒", gla: "⪥", glj: "⪤", gnE: "≩", gnap: "⪊", gnapprox: "⪊", gne: "⪈", gneq: "⪈", gneqq: "≩", gnsim: "⋧", gopf: "𝕘", grave: "`", gscr: "ℊ", gsim: "≳", gsime: "⪎", gsiml: "⪐", g: ">", gt: ">", gtcc: "⪧", gtcir: "⩺", gtdot: "⋗", gtlPar: "⦕", gtquest: "⩼", gtrapprox: "⪆", gtrarr: "⥸", gtrdot: "⋗", gtreqless: "⋛", gtreqqless: "⪌", gtrless: "≷", gtrsim: "≳", gvertneqq: "≩︀", gvnE: "≩︀", hArr: "⇔", hairsp: " ", half: "½", hamilt: "ℋ", hardcy: "ъ", harr: "↔", harrcir: "⥈", harrw: "↭", hbar: "ℏ", hcirc: "ĥ", hearts: "♥", heartsuit: "♥", hellip: "…", hercon: "⊹", hfr: "𝔥", hksearow: "⤥", hkswarow: "⤦", hoarr: "⇿", homtht: "∻", hookleftarrow: "↩", hookrightarrow: "↪", hopf: "𝕙", horbar: "―", hscr: "𝒽", hslash: "ℏ", hstrok: "ħ", hybull: "⁃", hyphen: "‐", iacut: "í", iacute: "í", ic: "⁣", icir: "î", icirc: "î", icy: "и", iecy: "е", iexc: "¡", iexcl: "¡", iff: "⇔", ifr: "𝔦", igrav: "ì", igrave: "ì", ii: "ⅈ", iiiint: "⨌", iiint: "∭", iinfin: "⧜", iiota: "℩", ijlig: "ij", imacr: "ī", image: "ℑ", imagline: "ℐ", imagpart: "ℑ", imath: "ı", imof: "⊷", imped: "Ƶ", in: "∈", incare: "℅", infin: "∞", infintie: "⧝", inodot: "ı", int: "∫", intcal: "⊺", integers: "ℤ", intercal: "⊺", intlarhk: "⨗", intprod: "⨼", iocy: "ё", iogon: "į", iopf: "𝕚", iota: "ι", iprod: "⨼", iques: "¿", iquest: "¿", iscr: "𝒾", isin: "∈", isinE: "⋹", isindot: "⋵", isins: "⋴", isinsv: "⋳", isinv: "∈", it: "⁢", itilde: "ĩ", iukcy: "і", ium: "ï", iuml: "ï", jcirc: "ĵ", jcy: "й", jfr: "𝔧", jmath: "ȷ", jopf: "𝕛", jscr: "𝒿", jsercy: "ј", jukcy: "є", kappa: "κ", kappav: "ϰ", kcedil: "ķ", kcy: "к", kfr: "𝔨", kgreen: "ĸ", khcy: "х", kjcy: "ќ", kopf: "𝕜", kscr: "𝓀", lAarr: "⇚", lArr: "⇐", lAtail: "⤛", lBarr: "⤎", lE: "≦", lEg: "⪋", lHar: "⥢", lacute: "ĺ", laemptyv: "⦴", lagran: "ℒ", lambda: "λ", lang: "⟨", langd: "⦑", langle: "⟨", lap: "⪅", laqu: "«", laquo: "«", larr: "←", larrb: "⇤", larrbfs: "⤟", larrfs: "⤝", larrhk: "↩", larrlp: "↫", larrpl: "⤹", larrsim: "⥳", larrtl: "↢", lat: "⪫", latail: "⤙", late: "⪭", lates: "⪭︀", lbarr: "⤌", lbbrk: "❲", lbrace: "{", lbrack: "[", lbrke: "⦋", lbrksld: "⦏", lbrkslu: "⦍", lcaron: "ľ", lcedil: "ļ", lceil: "⌈", lcub: "{", lcy: "л", ldca: "⤶", ldquo: "“", ldquor: "„", ldrdhar: "⥧", ldrushar: "⥋", ldsh: "↲", le: "≤", leftarrow: "←", leftarrowtail: "↢", leftharpoondown: "↽", leftharpoonup: "↼", leftleftarrows: "⇇", leftrightarrow: "↔", leftrightarrows: "⇆", leftrightharpoons: "⇋", leftrightsquigarrow: "↭", leftthreetimes: "⋋", leg: "⋚", leq: "≤", leqq: "≦", leqslant: "⩽", les: "⩽", lescc: "⪨", lesdot: "⩿", lesdoto: "⪁", lesdotor: "⪃", lesg: "⋚︀", lesges: "⪓", lessapprox: "⪅", lessdot: "⋖", lesseqgtr: "⋚", lesseqqgtr: "⪋", lessgtr: "≶", lesssim: "≲", lfisht: "⥼", lfloor: "⌊", lfr: "𝔩", lg: "≶", lgE: "⪑", lhard: "↽", lharu: "↼", lharul: "⥪", lhblk: "▄", ljcy: "љ", ll: "≪", llarr: "⇇", llcorner: "⌞", llhard: "⥫", lltri: "◺", lmidot: "ŀ", lmoust: "⎰", lmoustache: "⎰", lnE: "≨", lnap: "⪉", lnapprox: "⪉", lne: "⪇", lneq: "⪇", lneqq: "≨", lnsim: "⋦", loang: "⟬", loarr: "⇽", lobrk: "⟦", longleftarrow: "⟵", longleftrightarrow: "⟷", longmapsto: "⟼", longrightarrow: "⟶", looparrowleft: "↫", looparrowright: "↬", lopar: "⦅", lopf: "𝕝", loplus: "⨭", lotimes: "⨴", lowast: "∗", lowbar: "_", loz: "◊", lozenge: "◊", lozf: "⧫", lpar: "(", lparlt: "⦓", lrarr: "⇆", lrcorner: "⌟", lrhar: "⇋", lrhard: "⥭", lrm: "‎", lrtri: "⊿", lsaquo: "‹", lscr: "𝓁", lsh: "↰", lsim: "≲", lsime: "⪍", lsimg: "⪏", lsqb: "[", lsquo: "‘", lsquor: "‚", lstrok: "ł", l: "<", lt: "<", ltcc: "⪦", ltcir: "⩹", ltdot: "⋖", lthree: "⋋", ltimes: "⋉", ltlarr: "⥶", ltquest: "⩻", ltrPar: "⦖", ltri: "◃", ltrie: "⊴", ltrif: "◂", lurdshar: "⥊", luruhar: "⥦", lvertneqq: "≨︀", lvnE: "≨︀", mDDot: "∺", mac: "¯", macr: "¯", male: "♂", malt: "✠", maltese: "✠", map: "↦", mapsto: "↦", mapstodown: "↧", mapstoleft: "↤", mapstoup: "↥", marker: "▮", mcomma: "⨩", mcy: "м", mdash: "—", measuredangle: "∡", mfr: "𝔪", mho: "℧", micr: "µ", micro: "µ", mid: "∣", midast: "*", midcir: "⫰", middo: "·", middot: "·", minus: "−", minusb: "⊟", minusd: "∸", minusdu: "⨪", mlcp: "⫛", mldr: "…", mnplus: "∓", models: "⊧", mopf: "𝕞", mp: "∓", mscr: "𝓂", mstpos: "∾", mu: "μ", multimap: "⊸", mumap: "⊸", nGg: "⋙̸", nGt: "≫⃒", nGtv: "≫̸", nLeftarrow: "⇍", nLeftrightarrow: "⇎", nLl: "⋘̸", nLt: "≪⃒", nLtv: "≪̸", nRightarrow: "⇏", nVDash: "⊯", nVdash: "⊮", nabla: "∇", nacute: "ń", nang: "∠⃒", nap: "≉", napE: "⩰̸", napid: "≋̸", napos: "ʼn", napprox: "≉", natur: "♮", natural: "♮", naturals: "ℕ", nbs: " ", nbsp: " ", nbump: "≎̸", nbumpe: "≏̸", ncap: "⩃", ncaron: "ň", ncedil: "ņ", ncong: "≇", ncongdot: "⩭̸", ncup: "⩂", ncy: "н", ndash: "–", ne: "≠", neArr: "⇗", nearhk: "⤤", nearr: "↗", nearrow: "↗", nedot: "≐̸", nequiv: "≢", nesear: "⤨", nesim: "≂̸", nexist: "∄", nexists: "∄", nfr: "𝔫", ngE: "≧̸", nge: "≱", ngeq: "≱", ngeqq: "≧̸", ngeqslant: "⩾̸", nges: "⩾̸", ngsim: "≵", ngt: "≯", ngtr: "≯", nhArr: "⇎", nharr: "↮", nhpar: "⫲", ni: "∋", nis: "⋼", nisd: "⋺", niv: "∋", njcy: "њ", nlArr: "⇍", nlE: "≦̸", nlarr: "↚", nldr: "‥", nle: "≰", nleftarrow: "↚", nleftrightarrow: "↮", nleq: "≰", nleqq: "≦̸", nleqslant: "⩽̸", nles: "⩽̸", nless: "≮", nlsim: "≴", nlt: "≮", nltri: "⋪", nltrie: "⋬", nmid: "∤", nopf: "𝕟", no: "¬", not: "¬", notin: "∉", notinE: "⋹̸", notindot: "⋵̸", notinva: "∉", notinvb: "⋷", notinvc: "⋶", notni: "∌", notniva: "∌", notnivb: "⋾", notnivc: "⋽", npar: "∦", nparallel: "∦", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", npr: "⊀", nprcue: "⋠", npre: "⪯̸", nprec: "⊀", npreceq: "⪯̸", nrArr: "⇏", nrarr: "↛", nrarrc: "⤳̸", nrarrw: "↝̸", nrightarrow: "↛", nrtri: "⋫", nrtrie: "⋭", nsc: "⊁", nsccue: "⋡", nsce: "⪰̸", nscr: "𝓃", nshortmid: "∤", nshortparallel: "∦", nsim: "≁", nsime: "≄", nsimeq: "≄", nsmid: "∤", nspar: "∦", nsqsube: "⋢", nsqsupe: "⋣", nsub: "⊄", nsubE: "⫅̸", nsube: "⊈", nsubset: "⊂⃒", nsubseteq: "⊈", nsubseteqq: "⫅̸", nsucc: "⊁", nsucceq: "⪰̸", nsup: "⊅", nsupE: "⫆̸", nsupe: "⊉", nsupset: "⊃⃒", nsupseteq: "⊉", nsupseteqq: "⫆̸", ntgl: "≹", ntild: "ñ", ntilde: "ñ", ntlg: "≸", ntriangleleft: "⋪", ntrianglelefteq: "⋬", ntriangleright: "⋫", ntrianglerighteq: "⋭", nu: "ν", num: "#", numero: "№", numsp: " ", nvDash: "⊭", nvHarr: "⤄", nvap: "≍⃒", nvdash: "⊬", nvge: "≥⃒", nvgt: ">⃒", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwArr: "⇖", nwarhk: "⤣", nwarr: "↖", nwarrow: "↖", nwnear: "⤧", oS: "Ⓢ", oacut: "ó", oacute: "ó", oast: "⊛", ocir: "ô", ocirc: "ô", ocy: "о", odash: "⊝", odblac: "ő", odiv: "⨸", odot: "⊙", odsold: "⦼", oelig: "œ", ofcir: "⦿", ofr: "𝔬", ogon: "˛", ograv: "ò", ograve: "ò", ogt: "⧁", ohbar: "⦵", ohm: "Ω", oint: "∮", olarr: "↺", olcir: "⦾", olcross: "⦻", oline: "‾", olt: "⧀", omacr: "ō", omega: "ω", omicron: "ο", omid: "⦶", ominus: "⊖", oopf: "𝕠", opar: "⦷", operp: "⦹", oplus: "⊕", or: "∨", orarr: "↻", ord: "º", order: "ℴ", orderof: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oscr: "ℴ", oslas: "ø", oslash: "ø", osol: "⊘", otild: "õ", otilde: "õ", otimes: "⊗", otimesas: "⨶", oum: "ö", ouml: "ö", ovbar: "⌽", par: "¶", para: "¶", parallel: "∥", parsim: "⫳", parsl: "⫽", part: "∂", pcy: "п", percnt: "%", period: ".", permil: "‰", perp: "⊥", pertenk: "‱", pfr: "𝔭", phi: "φ", phiv: "ϕ", phmmat: "ℳ", phone: "☎", pi: "π", pitchfork: "⋔", piv: "ϖ", planck: "ℏ", planckh: "ℎ", plankv: "ℏ", plus: "+", plusacir: "⨣", plusb: "⊞", pluscir: "⨢", plusdo: "∔", plusdu: "⨥", pluse: "⩲", plusm: "±", plusmn: "±", plussim: "⨦", plustwo: "⨧", pm: "±", pointint: "⨕", popf: "𝕡", poun: "£", pound: "£", pr: "≺", prE: "⪳", prap: "⪷", prcue: "≼", pre: "⪯", prec: "≺", precapprox: "⪷", preccurlyeq: "≼", preceq: "⪯", precnapprox: "⪹", precneqq: "⪵", precnsim: "⋨", precsim: "≾", prime: "′", primes: "ℙ", prnE: "⪵", prnap: "⪹", prnsim: "⋨", prod: "∏", profalar: "⌮", profline: "⌒", profsurf: "⌓", prop: "∝", propto: "∝", prsim: "≾", prurel: "⊰", pscr: "𝓅", psi: "ψ", puncsp: " ", qfr: "𝔮", qint: "⨌", qopf: "𝕢", qprime: "⁗", qscr: "𝓆", quaternions: "ℍ", quatint: "⨖", quest: "?", questeq: "≟", quo: '"', quot: '"', rAarr: "⇛", rArr: "⇒", rAtail: "⤜", rBarr: "⤏", rHar: "⥤", race: "∽̱", racute: "ŕ", radic: "√", raemptyv: "⦳", rang: "⟩", rangd: "⦒", range: "⦥", rangle: "⟩", raqu: "»", raquo: "»", rarr: "→", rarrap: "⥵", rarrb: "⇥", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrhk: "↪", rarrlp: "↬", rarrpl: "⥅", rarrsim: "⥴", rarrtl: "↣", rarrw: "↝", ratail: "⤚", ratio: "∶", rationals: "ℚ", rbarr: "⤍", rbbrk: "❳", rbrace: "}", rbrack: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", rcaron: "ř", rcedil: "ŗ", rceil: "⌉", rcub: "}", rcy: "р", rdca: "⤷", rdldhar: "⥩", rdquo: "”", rdquor: "”", rdsh: "↳", real: "ℜ", realine: "ℛ", realpart: "ℜ", reals: "ℝ", rect: "▭", re: "®", reg: "®", rfisht: "⥽", rfloor: "⌋", rfr: "𝔯", rhard: "⇁", rharu: "⇀", rharul: "⥬", rho: "ρ", rhov: "ϱ", rightarrow: "→", rightarrowtail: "↣", rightharpoondown: "⇁", rightharpoonup: "⇀", rightleftarrows: "⇄", rightleftharpoons: "⇌", rightrightarrows: "⇉", rightsquigarrow: "↝", rightthreetimes: "⋌", ring: "˚", risingdotseq: "≓", rlarr: "⇄", rlhar: "⇌", rlm: "‏", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", robrk: "⟧", ropar: "⦆", ropf: "𝕣", roplus: "⨮", rotimes: "⨵", rpar: ")", rpargt: "⦔", rppolint: "⨒", rrarr: "⇉", rsaquo: "›", rscr: "𝓇", rsh: "↱", rsqb: "]", rsquo: "’", rsquor: "’", rthree: "⋌", rtimes: "⋊", rtri: "▹", rtrie: "⊵", rtrif: "▸", rtriltri: "⧎", ruluhar: "⥨", rx: "℞", sacute: "ś", sbquo: "‚", sc: "≻", scE: "⪴", scap: "⪸", scaron: "š", sccue: "≽", sce: "⪰", scedil: "ş", scirc: "ŝ", scnE: "⪶", scnap: "⪺", scnsim: "⋩", scpolint: "⨓", scsim: "≿", scy: "с", sdot: "⋅", sdotb: "⊡", sdote: "⩦", seArr: "⇘", searhk: "⤥", searr: "↘", searrow: "↘", sec: "§", sect: "§", semi: ";", seswar: "⤩", setminus: "∖", setmn: "∖", sext: "✶", sfr: "𝔰", sfrown: "⌢", sharp: "♯", shchcy: "щ", shcy: "ш", shortmid: "∣", shortparallel: "∥", sh: "­", shy: "­", sigma: "σ", sigmaf: "ς", sigmav: "ς", sim: "∼", simdot: "⩪", sime: "≃", simeq: "≃", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", slarr: "←", smallsetminus: "∖", smashp: "⨳", smeparsl: "⧤", smid: "∣", smile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", softcy: "ь", sol: "/", solb: "⧄", solbar: "⌿", sopf: "𝕤", spades: "♠", spadesuit: "♠", spar: "∥", sqcap: "⊓", sqcaps: "⊓︀", sqcup: "⊔", sqcups: "⊔︀", sqsub: "⊏", sqsube: "⊑", sqsubset: "⊏", sqsubseteq: "⊑", sqsup: "⊐", sqsupe: "⊒", sqsupset: "⊐", sqsupseteq: "⊒", squ: "□", square: "□", squarf: "▪", squf: "▪", srarr: "→", sscr: "𝓈", ssetmn: "∖", ssmile: "⌣", sstarf: "⋆", star: "☆", starf: "★", straightepsilon: "ϵ", straightphi: "ϕ", strns: "¯", sub: "⊂", subE: "⫅", subdot: "⪽", sube: "⊆", subedot: "⫃", submult: "⫁", subnE: "⫋", subne: "⊊", subplus: "⪿", subrarr: "⥹", subset: "⊂", subseteq: "⊆", subseteqq: "⫅", subsetneq: "⊊", subsetneqq: "⫋", subsim: "⫇", subsub: "⫕", subsup: "⫓", succ: "≻", succapprox: "⪸", succcurlyeq: "≽", succeq: "⪰", succnapprox: "⪺", succneqq: "⪶", succnsim: "⋩", succsim: "≿", sum: "∑", sung: "♪", sup: "⊃", sup1: "¹", sup2: "²", sup3: "³", supE: "⫆", supdot: "⪾", supdsub: "⫘", supe: "⊇", supedot: "⫄", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supnE: "⫌", supne: "⊋", supplus: "⫀", supset: "⊃", supseteq: "⊇", supseteqq: "⫆", supsetneq: "⊋", supsetneqq: "⫌", supsim: "⫈", supsub: "⫔", supsup: "⫖", swArr: "⇙", swarhk: "⤦", swarr: "↙", swarrow: "↙", swnwar: "⤪", szli: "ß", szlig: "ß", target: "⌖", tau: "τ", tbrk: "⎴", tcaron: "ť", tcedil: "ţ", tcy: "т", tdot: "⃛", telrec: "⌕", tfr: "𝔱", there4: "∴", therefore: "∴", theta: "θ", thetasym: "ϑ", thetav: "ϑ", thickapprox: "≈", thicksim: "∼", thinsp: " ", thkap: "≈", thksim: "∼", thor: "þ", thorn: "þ", tilde: "˜", time: "×", times: "×", timesb: "⊠", timesbar: "⨱", timesd: "⨰", tint: "∭", toea: "⤨", top: "⊤", topbot: "⌶", topcir: "⫱", topf: "𝕥", topfork: "⫚", tosa: "⤩", tprime: "‴", trade: "™", triangle: "▵", triangledown: "▿", triangleleft: "◃", trianglelefteq: "⊴", triangleq: "≜", triangleright: "▹", trianglerighteq: "⊵", tridot: "◬", trie: "≜", triminus: "⨺", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", tscr: "𝓉", tscy: "ц", tshcy: "ћ", tstrok: "ŧ", twixt: "≬", twoheadleftarrow: "↞", twoheadrightarrow: "↠", uArr: "⇑", uHar: "⥣", uacut: "ú", uacute: "ú", uarr: "↑", ubrcy: "ў", ubreve: "ŭ", ucir: "û", ucirc: "û", ucy: "у", udarr: "⇅", udblac: "ű", udhar: "⥮", ufisht: "⥾", ufr: "𝔲", ugrav: "ù", ugrave: "ù", uharl: "↿", uharr: "↾", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", umacr: "ū", um: "¨", uml: "¨", uogon: "ų", uopf: "𝕦", uparrow: "↑", updownarrow: "↕", upharpoonleft: "↿", upharpoonright: "↾", uplus: "⊎", upsi: "υ", upsih: "ϒ", upsilon: "υ", upuparrows: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", uring: "ů", urtri: "◹", uscr: "𝓊", utdot: "⋰", utilde: "ũ", utri: "▵", utrif: "▴", uuarr: "⇈", uum: "ü", uuml: "ü", uwangle: "⦧", vArr: "⇕", vBar: "⫨", vBarv: "⫩", vDash: "⊨", vangrt: "⦜", varepsilon: "ϵ", varkappa: "ϰ", varnothing: "∅", varphi: "ϕ", varpi: "ϖ", varpropto: "∝", varr: "↕", varrho: "ϱ", varsigma: "ς", varsubsetneq: "⊊︀", varsubsetneqq: "⫋︀", varsupsetneq: "⊋︀", varsupsetneqq: "⫌︀", vartheta: "ϑ", vartriangleleft: "⊲", vartriangleright: "⊳", vcy: "в", vdash: "⊢", vee: "∨", veebar: "⊻", veeeq: "≚", vellip: "⋮", verbar: "|", vert: "|", vfr: "𝔳", vltri: "⊲", vnsub: "⊂⃒", vnsup: "⊃⃒", vopf: "𝕧", vprop: "∝", vrtri: "⊳", vscr: "𝓋", vsubnE: "⫋︀", vsubne: "⊊︀", vsupnE: "⫌︀", vsupne: "⊋︀", vzigzag: "⦚", wcirc: "ŵ", wedbar: "⩟", wedge: "∧", wedgeq: "≙", weierp: "℘", wfr: "𝔴", wopf: "𝕨", wp: "℘", wr: "≀", wreath: "≀", wscr: "𝓌", xcap: "⋂", xcirc: "◯", xcup: "⋃", xdtri: "▽", xfr: "𝔵", xhArr: "⟺", xharr: "⟷", xi: "ξ", xlArr: "⟸", xlarr: "⟵", xmap: "⟼", xnis: "⋻", xodot: "⨀", xopf: "𝕩", xoplus: "⨁", xotime: "⨂", xrArr: "⟹", xrarr: "⟶", xscr: "𝓍", xsqcup: "⨆", xuplus: "⨄", xutri: "△", xvee: "⋁", xwedge: "⋀", yacut: "ý", yacute: "ý", yacy: "я", ycirc: "ŷ", ycy: "ы", ye: "¥", yen: "¥", yfr: "𝔶", yicy: "ї", yopf: "𝕪", yscr: "𝓎", yucy: "ю", yum: "ÿ", yuml: "ÿ", zacute: "ź", zcaron: "ž", zcy: "з", zdot: "ż", zeetrf: "ℨ", zeta: "ζ", zfr: "𝔷", zhcy: "ж", zigrarr: "⇝", zopf: "𝕫", zscr: "𝓏", zwj: "‍", zwnj: "‌" };
433
+ });
434
+ var zu = C((wv, Uu) => {
435
+ var Mu = Nu();
436
+ Uu.exports = _D;
437
+ var qD = {}.hasOwnProperty;
438
+ function _D(e) {
439
+ return qD.call(Mu, e) ? Mu[e] : false;
440
+ }
441
+ });
442
+ var dr = C((kv, ea) => {
443
+ var Gu = qu(), Yu = _u(), SD = Re(), PD = Ou(), Wu = Ru(), OD = zu();
444
+ ea.exports = WD;
445
+ 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 = {};
446
+ Yt[zt] = 16;
447
+ Yt[Gt] = 10;
448
+ var Vr = {};
449
+ Vr[Xe] = Wu;
450
+ Vr[Gt] = SD;
451
+ Vr[zt] = PD;
452
+ var Hu = 1, Ku = 2, Xu = 3, Ju = 4, Qu = 5, Ut = 6, Zu = 7, xe = {};
453
+ xe[Hu] = "Named character references must be terminated by a semicolon";
454
+ xe[Ku] = "Numeric character references must be terminated by a semicolon";
455
+ xe[Xu] = "Named character references cannot be empty";
456
+ xe[Ju] = "Numeric character references cannot be empty";
457
+ xe[Qu] = "Named character references must be known";
458
+ xe[Ut] = "Numeric character references cannot be disallowed";
459
+ xe[Zu] = "Numeric character references cannot be outside the permissible Unicode range";
460
+ function WD(e, r) {
461
+ var t = {}, n, a;
462
+ r || (r = {});
463
+ for (a in $u)
464
+ n = r[a], t[a] = n ?? $u[a];
465
+ return (t.position.indent || t.position.start) && (t.indent = t.position.indent || [], t.position = t.position.start), HD(e, t);
466
+ }
467
+ function HD(e, r) {
468
+ 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, x, E, w, k, T, q, N, P, S, _, O, Be, W, I;
469
+ for (typeof t == "string" && (t = t.charCodeAt(0)), O = ee(), w = u ? Z : ID, d--, p++; ++d < p; )
470
+ if (y === Vu && (h = f[D] || 1), y = e.charCodeAt(d), y === ju) {
471
+ if (E = e.charCodeAt(d + 1), E === RD || E === Vu || E === ND || E === MD || E === ju || E === zD || E !== E || t && E === t) {
472
+ F += Ke(y), h++;
473
+ continue;
474
+ }
475
+ 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 = "", _ = Vr[S], I--; ++I < p && (E = e.charCodeAt(I), !!_(E)); )
476
+ g += Ke(E), S === Xe && LD.call(Gu, g) && (v = g, q = Gu[g]);
477
+ 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 ? w(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 ? (w(k, W), q = null) : Wu(E) ? q = null : w(k, W)) : w(k, W))), x = q) : (b || w(Ku, W), x = parseInt(g, Yt[S]), KD(x) ? (w(Zu, W), x = Ke(jD)) : x in Yu ? (w(Ut, W), x = Yu[x]) : (T = "", XD(x) && w(Ut, W), x > 65535 && (x -= 65536, T += Ke(x >>> 10 | 55296), x = 56320 | x & 1023), x = T + Ke(x))) : S !== Xe && w(Ju, W)), x ? (Ee(), O = ee(), d = I - 1, h += I - P + 1, A.push(x), Be = ee(), Be.offset++, i && i.call(s, x, { 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);
478
+ } else
479
+ y === 10 && (m++, D++, h = 0), y === y ? (F += Ke(y), h++) : Ee();
480
+ return A.join("");
481
+ function ee() {
482
+ return { line: m, column: h, offset: d + (c.offset || 0) };
483
+ }
484
+ function Z(ve, U) {
485
+ var pt = ee();
486
+ pt.column += U, pt.offset += U, u.call(l, xe[ve], pt, ve);
487
+ }
488
+ function Ee() {
489
+ F && (A.push(F), a && a.call(o, F, { start: O, end: ee() }), F = "");
490
+ }
491
+ }
492
+ function KD(e) {
493
+ return e >= 55296 && e <= 57343 || e > 1114111;
494
+ }
495
+ function XD(e) {
496
+ 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;
497
+ }
498
+ });
499
+ var na = C((Bv, ta) => {
500
+ var JD = Ie(), ra = dr();
501
+ ta.exports = QD;
502
+ function QD(e) {
503
+ return t.raw = n, t;
504
+ function r(i) {
505
+ for (var u = e.offset, o = i.line, s = []; ++o && o in u; )
506
+ s.push((u[o] || 0) + 1);
507
+ return { start: i, indent: s };
508
+ }
509
+ function t(i, u, o) {
510
+ ra(i, { position: r(u), warning: a, text: o, reference: o, textContext: e, referenceContext: e });
511
+ }
512
+ function n(i, u, o) {
513
+ return ra(i, JD(o, { position: r(u), warning: a }));
514
+ }
515
+ function a(i, u, o) {
516
+ o !== 3 && e.file.message(i, u);
517
+ }
518
+ }
519
+ });
520
+ var aa = C((Tv, ua) => {
521
+ ua.exports = ZD;
522
+ function ZD(e) {
523
+ return r;
524
+ function r(t, n) {
525
+ 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;
526
+ if (!t)
527
+ return u;
528
+ for (x.now = v, x.file = a.file, F(""); t; ) {
529
+ 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, [x, t]), h = m !== t.length, h))); )
530
+ ;
531
+ h || a.file.fail(new Error("Infinite loop"), x.now());
532
+ }
533
+ return a.eof = v(), u;
534
+ function F(E) {
535
+ for (var w = -1, k = E.indexOf(`
536
+ `); k !== -1; )
537
+ l++, w = k, k = E.indexOf(`
538
+ `, k + 1);
539
+ w === -1 ? c += E.length : c = E.length - w, l in i && (w !== -1 ? c += i[l] : c <= i[l] && (c = i[l] + 1));
540
+ }
541
+ function A() {
542
+ var E = [], w = l + 1;
543
+ return function() {
544
+ for (var k = l + 1; w < k; )
545
+ E.push((i[w] || 0) + 1), w++;
546
+ return E;
547
+ };
548
+ }
549
+ function v() {
550
+ var E = { line: l, column: c };
551
+ return E.offset = a.toOffset(E), E;
552
+ }
553
+ function B(E) {
554
+ this.start = E, this.end = v();
555
+ }
556
+ function b(E) {
557
+ t.slice(0, E.length) !== E && a.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"), v());
558
+ }
559
+ function g() {
560
+ var E = v();
561
+ return w;
562
+ function w(k, T) {
563
+ var q = k.position, N = q ? q.start : E, P = [], S = q && q.end.line, _ = E.line;
564
+ if (k.position = new B(N), q && T && q.indent) {
565
+ if (P = q.indent, S < _) {
566
+ for (; ++S < _; )
567
+ P.push((i[S] || 0) + 1);
568
+ P.push(E.column);
569
+ }
570
+ T = P.concat(T);
571
+ }
572
+ return k.position.indent = T || [], k;
573
+ }
574
+ }
575
+ function y(E, w) {
576
+ var k = w ? w.children : u, T = k[k.length - 1], q;
577
+ 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;
578
+ }
579
+ function x(E) {
580
+ var w = A(), k = g(), T = v();
581
+ return b(E), q.reset = N, N.test = P, q.test = P, t = t.slice(E.length), F(E), w = w(), q;
582
+ function q(S, _) {
583
+ return k(y(k(S), _), w);
584
+ }
585
+ function N() {
586
+ var S = q.apply(null, arguments);
587
+ return l = T.line, c = T.column, t = E + t, S;
588
+ }
589
+ function P() {
590
+ var S = k({});
591
+ return l = T.line, c = T.column, t = E + t, S.position;
592
+ }
593
+ }
594
+ }
595
+ }
596
+ function ia(e) {
597
+ var r, t;
598
+ 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);
599
+ }
600
+ function ep(e, r) {
601
+ return e.value += r.value, e;
602
+ }
603
+ function rp(e, r) {
604
+ return this.options.commonmark || this.options.gfm ? r : (e.children = e.children.concat(r.children), e);
605
+ }
606
+ });
607
+ var ca = C((qv, sa) => {
608
+ sa.exports = jr;
609
+ var $t = ["\\", "`", "*", "{", "}", "[", "]", "(", ")", "#", "+", "-", ".", "!", "_", ">"], Vt = $t.concat(["~", "|"]), oa = Vt.concat([`
610
+ `, '"', "$", "%", "&", "'", ",", "/", ":", ";", "<", "=", "?", "@", "^"]);
611
+ jr.default = $t;
612
+ jr.gfm = Vt;
613
+ jr.commonmark = oa;
614
+ function jr(e) {
615
+ var r = e || {};
616
+ return r.commonmark ? oa : r.gfm ? Vt : $t;
617
+ }
618
+ });
619
+ var fa = C((_v, la) => {
620
+ 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"];
621
+ });
622
+ var jt = C((Sv, Da) => {
623
+ Da.exports = { position: true, gfm: true, commonmark: false, pedantic: false, blocks: fa() };
624
+ });
625
+ var ha = C((Pv, pa) => {
626
+ var tp = Ie(), np = ca(), ip = jt();
627
+ pa.exports = up;
628
+ function up(e) {
629
+ var r = this, t = r.options, n, a;
630
+ if (e == null)
631
+ e = {};
632
+ else if (typeof e == "object")
633
+ e = tp(e);
634
+ else
635
+ throw new Error("Invalid value `" + e + "` for setting `options`");
636
+ for (n in ip) {
637
+ if (a = e[n], a == null && (a = t[n]), n !== "blocks" && typeof a != "boolean" || n === "blocks" && typeof a != "object")
638
+ throw new Error("Invalid value `" + a + "` for setting `options." + n + "`");
639
+ e[n] = a;
640
+ }
641
+ return r.options = e, r.escape = np(e), r;
642
+ }
643
+ });
644
+ var Fa = C((Ov, ma) => {
645
+ ma.exports = da;
646
+ function da(e) {
647
+ if (e == null)
648
+ return cp;
649
+ if (typeof e == "string")
650
+ return sp(e);
651
+ if (typeof e == "object")
652
+ return "length" in e ? op(e) : ap(e);
653
+ if (typeof e == "function")
654
+ return e;
655
+ throw new Error("Expected function, string, or object as test");
656
+ }
657
+ function ap(e) {
658
+ return r;
659
+ function r(t) {
660
+ var n;
661
+ for (n in e)
662
+ if (t[n] !== e[n])
663
+ return false;
664
+ return true;
665
+ }
666
+ }
667
+ function op(e) {
668
+ for (var r = [], t = -1; ++t < e.length; )
669
+ r[t] = da(e[t]);
670
+ return n;
671
+ function n() {
672
+ for (var a = -1; ++a < r.length; )
673
+ if (r[a].apply(this, arguments))
674
+ return true;
675
+ return false;
676
+ }
677
+ }
678
+ function sp(e) {
679
+ return r;
680
+ function r(t) {
681
+ return !!(t && t.type === e);
682
+ }
683
+ }
684
+ function cp() {
685
+ return true;
686
+ }
687
+ });
688
+ var Ea = C((Lv, ga) => {
689
+ ga.exports = lp;
690
+ function lp(e) {
691
+ return e;
692
+ }
693
+ });
694
+ var Aa = C((Iv, ba) => {
695
+ ba.exports = Wr;
696
+ var fp = Fa(), Dp = Ea(), va = true, Ca = "skip", Wt = false;
697
+ Wr.CONTINUE = va;
698
+ Wr.SKIP = Ca;
699
+ Wr.EXIT = Wt;
700
+ function Wr(e, r, t, n) {
701
+ var a, i;
702
+ typeof r == "function" && typeof t != "function" && (n = t, t = r, r = null), i = fp(r), a = n ? -1 : 1, u(e, null, [])();
703
+ function u(o, s, l) {
704
+ var c = typeof o == "object" && o !== null ? o : {}, f;
705
+ 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;
706
+ function p() {
707
+ var d = l.concat(o), D = [], h, m;
708
+ if ((!r || i(o, s, l[l.length - 1] || null)) && (D = pp(t(o, l)), D[0] === Wt))
709
+ return D;
710
+ if (o.children && D[0] !== Ca)
711
+ for (m = (n ? o.children.length : -1) + a; m > -1 && m < o.children.length; ) {
712
+ if (h = u(o.children[m], m, d)(), h[0] === Wt)
713
+ return h;
714
+ m = typeof h[1] == "number" ? h[1] : m + a;
715
+ }
716
+ return D;
717
+ }
718
+ }
719
+ }
720
+ function pp(e) {
721
+ return e !== null && typeof e == "object" && "length" in e ? e : typeof e == "number" ? [va, e] : [e];
722
+ }
723
+ });
724
+ var xa = C((Rv, ya) => {
725
+ ya.exports = Kr;
726
+ var Hr = Aa(), hp = Hr.CONTINUE, dp = Hr.SKIP, mp = Hr.EXIT;
727
+ Kr.CONTINUE = hp;
728
+ Kr.SKIP = dp;
729
+ Kr.EXIT = mp;
730
+ function Kr(e, r, t, n) {
731
+ typeof r == "function" && typeof t != "function" && (n = t, t = r, r = null), Hr(e, r, a, n);
732
+ function a(i, u) {
733
+ var o = u[u.length - 1], s = o ? o.children.indexOf(i) : null;
734
+ return t(i, s, o);
735
+ }
736
+ }
737
+ });
738
+ var ka = C((Nv, wa) => {
739
+ var Fp = xa();
740
+ wa.exports = gp;
741
+ function gp(e, r) {
742
+ return Fp(e, r ? Ep : vp), e;
743
+ }
744
+ function Ep(e) {
745
+ delete e.position;
746
+ }
747
+ function vp(e) {
748
+ e.position = void 0;
749
+ }
750
+ });
751
+ var qa = C((Mv, Ta) => {
752
+ var Ba = Ie(), Cp = ka();
753
+ Ta.exports = yp;
754
+ var bp = `
755
+ `, Ap = /\r\n|\r/g;
756
+ function yp() {
757
+ var e = this, r = String(e.file), t = { line: 1, column: 1, offset: 0 }, n = Ba(t), a;
758
+ 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;
759
+ }
760
+ });
761
+ var Sa = C((Uv, _a) => {
762
+ var xp = /^[ \t]*(\n|$)/;
763
+ _a.exports = wp;
764
+ function wp(e, r, t) {
765
+ for (var n, a = "", i = 0, u = r.length; i < u && (n = xp.exec(r.slice(i)), n != null); )
766
+ i += n[0].length, a += n[0];
767
+ if (a !== "") {
768
+ if (t)
769
+ return true;
770
+ e(a);
771
+ }
772
+ }
773
+ });
774
+ var Xr = C((zv, Pa) => {
775
+ var me = "", Ht;
776
+ Pa.exports = kp;
777
+ function kp(e, r) {
778
+ if (typeof e != "string")
779
+ throw new TypeError("expected a string");
780
+ if (r === 1)
781
+ return e;
782
+ if (r === 2)
783
+ return e + e;
784
+ var t = e.length * r;
785
+ if (Ht !== e || typeof Ht > "u")
786
+ Ht = e, me = "";
787
+ else if (me.length >= t)
788
+ return me.substr(0, t);
789
+ for (; t > me.length && r > 1; )
790
+ r & 1 && (me += e), r >>= 1, e += e;
791
+ return me += e, me = me.substr(0, t), me;
792
+ }
793
+ });
794
+ var Kt = C((Gv, Oa) => {
795
+ Oa.exports = Bp;
796
+ function Bp(e) {
797
+ return String(e).replace(/\n+$/, "");
798
+ }
799
+ });
800
+ var Ra = C((Yv, Ia) => {
801
+ var Tp = Xr(), qp = Kt();
802
+ Ia.exports = Pp;
803
+ var Xt = `
804
+ `, La = " ", Jt = " ", _p = 4, Sp = Tp(Jt, _p);
805
+ function Pp(e, r, t) {
806
+ for (var n = -1, a = r.length, i = "", u = "", o = "", s = "", l, c, f; ++n < a; )
807
+ if (l = r.charAt(n), f)
808
+ if (f = false, i += o, u += s, o = "", s = "", l === Xt)
809
+ o = l, s = l;
810
+ else
811
+ for (i += l, u += l; ++n < a; ) {
812
+ if (l = r.charAt(n), !l || l === Xt) {
813
+ s = l, o = l;
814
+ break;
815
+ }
816
+ i += l, u += l;
817
+ }
818
+ else if (l === Jt && r.charAt(n + 1) === l && r.charAt(n + 2) === l && r.charAt(n + 3) === l)
819
+ o += Sp, n += 3, f = true;
820
+ else if (l === La)
821
+ o += l, f = true;
822
+ else {
823
+ for (c = ""; l === La || l === Jt; )
824
+ c += l, l = r.charAt(++n);
825
+ if (l !== Xt)
826
+ break;
827
+ o += c + l, s += l;
828
+ }
829
+ if (u)
830
+ return t ? true : e(i)({ type: "code", lang: null, meta: null, value: qp(u) });
831
+ }
832
+ });
833
+ var Ua = C(($v, Ma) => {
834
+ Ma.exports = Rp;
835
+ var Jr = `
836
+ `, mr = " ", Je = " ", Op = "~", Na = "`", Lp = 3, Ip = 4;
837
+ function Rp(e, r, t) {
838
+ 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;
839
+ if (a) {
840
+ for (; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); )
841
+ o += c, u++;
842
+ if (v = u, c = r.charAt(u), !(c !== Op && c !== Na)) {
843
+ for (u++, l = c, s = 1, o += c; u < i && (c = r.charAt(u), c === l); )
844
+ o += c, s++, u++;
845
+ if (!(s < Lp)) {
846
+ for (; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); )
847
+ o += c, u++;
848
+ for (f = "", D = ""; u < i && (c = r.charAt(u), !(c === Jr || l === Na && c === l)); )
849
+ c === Je || c === mr ? D += c : (f += D + c, D = ""), u++;
850
+ if (c = r.charAt(u), !(c && c !== Jr)) {
851
+ if (t)
852
+ return true;
853
+ 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 = "";
854
+ for (var b = true; u < i; ) {
855
+ if (c = r.charAt(u), h += F, m += A, F = "", A = "", c !== Jr) {
856
+ h += c, A += c, u++;
857
+ continue;
858
+ }
859
+ for (b ? (o += c, b = false) : (F += c, A += c), D = "", u++; u < i && (c = r.charAt(u), c === Je); )
860
+ D += c, u++;
861
+ if (F += D, A += D.slice(v), !(D.length >= Ip)) {
862
+ for (D = ""; u < i && (c = r.charAt(u), c === l); )
863
+ D += c, u++;
864
+ if (F += D, A += D, !(D.length < s)) {
865
+ for (D = ""; u < i && (c = r.charAt(u), !(c !== Je && c !== mr)); )
866
+ F += c, A += c, u++;
867
+ if (!c || c === Jr)
868
+ break;
869
+ }
870
+ }
871
+ }
872
+ for (o += h + F, u = -1, i = f.length; ++u < i; )
873
+ if (c = f.charAt(u), c === Je || c === mr)
874
+ p || (p = f.slice(0, u));
875
+ else if (p) {
876
+ d = f.slice(u);
877
+ break;
878
+ }
879
+ return e(o)({ type: "code", lang: p || f || null, meta: d || null, value: m });
880
+ }
881
+ }
882
+ }
883
+ }
884
+ }
885
+ });
886
+ var Ne = C((Qe, za) => {
887
+ Qe = za.exports = Np;
888
+ function Np(e) {
889
+ return e.trim ? e.trim() : Qe.right(Qe.left(e));
890
+ }
891
+ Qe.left = function(e) {
892
+ return e.trimLeft ? e.trimLeft() : e.replace(/^\s\s*/, "");
893
+ };
894
+ Qe.right = function(e) {
895
+ if (e.trimRight)
896
+ return e.trimRight();
897
+ for (var r = /\s/, t = e.length; r.test(e.charAt(--t)); )
898
+ ;
899
+ return e.slice(0, t + 1);
900
+ };
901
+ });
902
+ var Qr = C((Vv, Ga) => {
903
+ Ga.exports = Mp;
904
+ function Mp(e, r, t, n) {
905
+ for (var a = e.length, i = -1, u, o; ++i < a; )
906
+ 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))
907
+ return true;
908
+ return false;
909
+ }
910
+ });
911
+ var ja = C((jv, Va) => {
912
+ var Up = Ne(), zp = Qr();
913
+ Va.exports = Gp;
914
+ var Qt = `
915
+ `, Ya = " ", Zt = " ", $a = ">";
916
+ function Gp(e, r, t) {
917
+ 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)); )
918
+ D++;
919
+ if (r.charAt(D) === $a) {
920
+ if (t)
921
+ return true;
922
+ for (D = 0; D < l; ) {
923
+ for (F = r.indexOf(Qt, D), B = D, b = false, F === -1 && (F = l); D < l && (h = r.charAt(D), !(h !== Zt && h !== Ya)); )
924
+ D++;
925
+ if (r.charAt(D) === $a ? (D++, b = true, r.charAt(D) === Zt && D++) : D = B, A = r.slice(D, F), !b && !Up(A)) {
926
+ D = B;
927
+ break;
928
+ }
929
+ if (!b && (m = r.slice(D), zp(u, i, n, [e, m, true])))
930
+ break;
931
+ v = B === D ? A : r.slice(B, F), p.push(D - B), c.push(v), f.push(A), D = F + 1;
932
+ }
933
+ for (D = -1, l = p.length, d = e(c.join(Qt)); ++D < l; )
934
+ a[s] = (a[s] || 0) + p[D], s++;
935
+ return g = n.enterBlock(), f = n.tokenizeBlock(f.join(Qt), o), g(), d({ type: "blockquote", children: f });
936
+ }
937
+ }
938
+ });
939
+ var Ka = C((Wv, Ha) => {
940
+ Ha.exports = $p;
941
+ var Wa = `
942
+ `, Fr = " ", gr = " ", Er = "#", Yp = 6;
943
+ function $p(e, r, t) {
944
+ for (var n = this, a = n.options.pedantic, i = r.length + 1, u = -1, o = e.now(), s = "", l = "", c, f, p; ++u < i; ) {
945
+ if (c = r.charAt(u), c !== gr && c !== Fr) {
946
+ u--;
947
+ break;
948
+ }
949
+ s += c;
950
+ }
951
+ for (p = 0; ++u <= i; ) {
952
+ if (c = r.charAt(u), c !== Er) {
953
+ u--;
954
+ break;
955
+ }
956
+ s += c, p++;
957
+ }
958
+ if (!(p > Yp) && !(!p || !a && r.charAt(u + 1) === Er)) {
959
+ for (i = r.length + 1, f = ""; ++u < i; ) {
960
+ if (c = r.charAt(u), c !== gr && c !== Fr) {
961
+ u--;
962
+ break;
963
+ }
964
+ f += c;
965
+ }
966
+ if (!(!a && f.length === 0 && c && c !== Wa)) {
967
+ if (t)
968
+ return true;
969
+ for (s += f, f = "", l = ""; ++u < i && (c = r.charAt(u), !(!c || c === Wa)); ) {
970
+ if (c !== gr && c !== Fr && c !== Er) {
971
+ l += f + c, f = "";
972
+ continue;
973
+ }
974
+ for (; c === gr || c === Fr; )
975
+ f += c, c = r.charAt(++u);
976
+ if (!a && l && !f && c === Er) {
977
+ l += c;
978
+ continue;
979
+ }
980
+ for (; c === Er; )
981
+ f += c, c = r.charAt(++u);
982
+ for (; c === gr || c === Fr; )
983
+ f += c, c = r.charAt(++u);
984
+ u--;
985
+ }
986
+ return o.column += s.length, o.offset += s.length, s += l + f, e(s)({ type: "heading", depth: p, children: n.tokenizeInline(l, o) });
987
+ }
988
+ }
989
+ }
990
+ });
991
+ var Qa = C((Hv, Ja) => {
992
+ Ja.exports = Jp;
993
+ var Vp = " ", jp = `
994
+ `, Xa = " ", Wp = "*", Hp = "-", Kp = "_", Xp = 3;
995
+ function Jp(e, r, t) {
996
+ for (var n = -1, a = r.length + 1, i = "", u, o, s, l; ++n < a && (u = r.charAt(n), !(u !== Vp && u !== Xa)); )
997
+ i += u;
998
+ if (!(u !== Wp && u !== Hp && u !== Kp))
999
+ for (o = u, i += u, s = 1, l = ""; ++n < a; )
1000
+ if (u = r.charAt(n), u === o)
1001
+ s++, i += l + o, l = "";
1002
+ else if (u === Xa)
1003
+ l += u;
1004
+ else
1005
+ return s >= Xp && (!u || u === jp) ? (i += l, t ? true : e(i)({ type: "thematicBreak" })) : void 0;
1006
+ }
1007
+ });
1008
+ var en = C((Kv, eo) => {
1009
+ eo.exports = rh;
1010
+ var Za = " ", Qp = " ", Zp = 1, eh = 4;
1011
+ function rh(e) {
1012
+ for (var r = 0, t = 0, n = e.charAt(r), a = {}, i, u = 0; n === Za || n === Qp; ) {
1013
+ for (i = n === Za ? eh : Zp, t += i, i > 1 && (t = Math.floor(t / i) * i); u < t; )
1014
+ a[++u] = r;
1015
+ n = e.charAt(++r);
1016
+ }
1017
+ return { indent: t, stops: a };
1018
+ }
1019
+ });
1020
+ var no = C((Xv, to) => {
1021
+ var th = Ne(), nh = Xr(), ih = en();
1022
+ to.exports = oh;
1023
+ var ro = `
1024
+ `, uh = " ", ah = "!";
1025
+ function oh(e, r) {
1026
+ var t = e.split(ro), n = t.length + 1, a = 1 / 0, i = [], u, o, s;
1027
+ for (t.unshift(nh(uh, r) + ah); n--; )
1028
+ if (o = ih(t[n]), i[n] = o.stops, th(t[n]).length !== 0)
1029
+ if (o.indent)
1030
+ o.indent > 0 && o.indent < a && (a = o.indent);
1031
+ else {
1032
+ a = 1 / 0;
1033
+ break;
1034
+ }
1035
+ if (a !== 1 / 0)
1036
+ for (n = t.length; n--; ) {
1037
+ for (s = i[n], u = a; u && !(u in s); )
1038
+ u--;
1039
+ t[n] = t[n].slice(s[u] + 1);
1040
+ }
1041
+ return t.shift(), t.join(ro);
1042
+ }
1043
+ });
1044
+ var co = C((Jv, so) => {
1045
+ var sh = Ne(), ch = Xr(), io = Re(), lh = en(), fh = no(), Dh = Qr();
1046
+ so.exports = vh;
1047
+ var rn = "*", ph = "_", uo = "+", tn = "-", ao = ".", Fe = " ", ae = `
1048
+ `, Zr = " ", oo = ")", hh = "x", we = 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;
1049
+ function vh(e, r, t) {
1050
+ 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, x, E, w, k, T, q, N = false, P, S, _, O; s < l && (D = r.charAt(s), !(D !== Zr && D !== Fe)); )
1051
+ s++;
1052
+ if (D = r.charAt(s), D === rn || D === uo || D === tn)
1053
+ h = D, d = false;
1054
+ else {
1055
+ for (d = true, p = ""; s < l && (D = r.charAt(s), !!io(D)); )
1056
+ p += D, s++;
1057
+ if (D = r.charAt(s), !p || !(D === ao || a && D === oo) || t && p !== "1")
1058
+ return;
1059
+ c = parseInt(p, 10), h = D;
1060
+ }
1061
+ if (D = r.charAt(++s), !(D !== Fe && D !== Zr && (i || D !== ae && D !== ""))) {
1062
+ if (t)
1063
+ return true;
1064
+ for (s = 0, x = [], E = [], w = []; s < l; ) {
1065
+ for (m = r.indexOf(ae, s), F = s, A = false, O = false, m === -1 && (m = l), f = 0; s < l; ) {
1066
+ if (D = r.charAt(s), D === Zr)
1067
+ f += we - f % we;
1068
+ else if (D === Fe)
1069
+ f++;
1070
+ else
1071
+ break;
1072
+ s++;
1073
+ }
1074
+ if (k && f >= k.indent && (O = true), D = r.charAt(s), v = null, !O) {
1075
+ if (D === rn || D === uo || D === tn)
1076
+ v = D, s++, f++;
1077
+ else {
1078
+ for (p = ""; s < l && (D = r.charAt(s), !!io(D)); )
1079
+ p += D, s++;
1080
+ D = r.charAt(s), s++, p && (D === ao || a && D === oo) && (v = D, f += p.length + 1);
1081
+ }
1082
+ if (v)
1083
+ if (D = r.charAt(s), D === Zr)
1084
+ f += we - f % we, s++;
1085
+ else if (D === Fe) {
1086
+ for (_ = s + we; s < _ && r.charAt(s) === Fe; )
1087
+ s++, f++;
1088
+ s === _ && r.charAt(s) === Fe && (s -= we - 1, f -= we - 1);
1089
+ } else
1090
+ D !== ae && D !== "" && (v = null);
1091
+ }
1092
+ if (v) {
1093
+ if (!i && h !== v)
1094
+ break;
1095
+ A = true;
1096
+ } else
1097
+ !a && !O && r.charAt(F) === Fe ? O = true : a && k && (O = f >= k.indent || f > we), A = false, s = F;
1098
+ 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))
1099
+ break;
1100
+ if (g = y, y = !A && !sh(B).length, O && k)
1101
+ k.value = k.value.concat(w, b), E = E.concat(w, b), w = [];
1102
+ else if (A)
1103
+ w.length !== 0 && (N = true, k.value.push(""), k.trail = w.concat()), k = { value: [b], indent: f, trail: [] }, x.push(k), E = E.concat(w, b), w = [];
1104
+ else if (y) {
1105
+ if (g && !a)
1106
+ break;
1107
+ w.push(b);
1108
+ } else {
1109
+ if (g || Dh(o, u, n, [e, b, true]))
1110
+ break;
1111
+ k.value = k.value.concat(w, b), E = E.concat(w, b), w = [];
1112
+ }
1113
+ s = m + 1;
1114
+ }
1115
+ 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 = x.length; ++s < l; )
1116
+ k = x[s].value.join(ae), S = e.now(), e(k)(Ch(n, k, S), P), k = x[s].trail.join(ae), s !== l - 1 && (k += ae), e(k);
1117
+ return T(), q(), P;
1118
+ }
1119
+ }
1120
+ function Ch(e, r, t) {
1121
+ var n = e.offset, a = e.options.pedantic ? bh : Ah, i = null, u, o;
1122
+ 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) };
1123
+ }
1124
+ function bh(e, r, t) {
1125
+ var n = e.offset, a = t.line;
1126
+ return r = r.replace(gh, i), a = t.line, r.replace(Eh, i);
1127
+ function i(u) {
1128
+ return n[a] = (n[a] || 0) + u.length, a++, "";
1129
+ }
1130
+ }
1131
+ function Ah(e, r, t) {
1132
+ var n = e.offset, a = t.line, i, u, o, s, l, c, f;
1133
+ 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; )
1134
+ n[a] = (n[a] || 0) + s[c].length - l[c].length, a++;
1135
+ return l.join(ae);
1136
+ function p(d, D, h, m, F) {
1137
+ 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;
1138
+ }
1139
+ }
1140
+ });
1141
+ var po = C((Qv, Do) => {
1142
+ Do.exports = Th;
1143
+ var nn = `
1144
+ `, yh = " ", lo = " ", fo = "=", xh = "-", wh = 3, kh = 1, Bh = 2;
1145
+ function Th(e, r, t) {
1146
+ for (var n = this, a = e.now(), i = r.length, u = -1, o = "", s, l, c, f, p; ++u < i; ) {
1147
+ if (c = r.charAt(u), c !== lo || u >= wh) {
1148
+ u--;
1149
+ break;
1150
+ }
1151
+ o += c;
1152
+ }
1153
+ for (s = "", l = ""; ++u < i; ) {
1154
+ if (c = r.charAt(u), c === nn) {
1155
+ u--;
1156
+ break;
1157
+ }
1158
+ c === lo || c === yh ? l += c : (s += l + c, l = "");
1159
+ }
1160
+ 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 !== xh)) {
1161
+ for (o += c, l = f, p = f === fo ? kh : Bh; ++u < i; ) {
1162
+ if (c = r.charAt(u), c !== f) {
1163
+ if (c !== nn)
1164
+ return;
1165
+ u--;
1166
+ break;
1167
+ }
1168
+ l += c;
1169
+ }
1170
+ return t ? true : e(o + l)({ type: "heading", depth: p, children: n.tokenizeInline(s, a) });
1171
+ }
1172
+ }
1173
+ });
1174
+ var an = C((un) => {
1175
+ 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]*?\\]\\]>";
1176
+ un.openCloseTag = new RegExp("^(?:" + ho + "|" + mo + ")");
1177
+ un.tag = new RegExp("^(?:" + ho + "|" + mo + "|" + Ih + "|" + Rh + "|" + Nh + "|" + Mh + ")");
1178
+ });
1179
+ var vo = C((eC, Eo) => {
1180
+ var Uh = an().openCloseTag;
1181
+ Eo.exports = rd;
1182
+ var zh = " ", Gh = " ", Fo = `
1183
+ `, 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*$");
1184
+ function rd(e, r, t) {
1185
+ 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)); )
1186
+ o++;
1187
+ if (r.charAt(o) === Yh) {
1188
+ for (s = r.indexOf(Fo, o + 1), s = s === -1 ? u : s, l = r.slice(o, s), c = -1, p = h.length; ++c < p; )
1189
+ if (h[c][0].test(l)) {
1190
+ d = h[c];
1191
+ break;
1192
+ }
1193
+ if (d) {
1194
+ if (t)
1195
+ return d[2];
1196
+ if (o = s, !d[1].test(l))
1197
+ for (; o < u; ) {
1198
+ if (s = r.indexOf(Fo, o + 1), s = s === -1 ? u : s, l = r.slice(o + 1, s), d[1].test(l)) {
1199
+ l && (o = s);
1200
+ break;
1201
+ }
1202
+ o = s;
1203
+ }
1204
+ return D = r.slice(0, o), e(D)({ type: "html", value: D });
1205
+ }
1206
+ }
1207
+ }
1208
+ });
1209
+ var oe = C((rC, Co) => {
1210
+ Co.exports = id;
1211
+ var td = String.fromCharCode, nd = /\s/;
1212
+ function id(e) {
1213
+ return nd.test(typeof e == "number" ? td(e) : e.charAt(0));
1214
+ }
1215
+ });
1216
+ var on = C((tC, bo) => {
1217
+ var ud = kr();
1218
+ bo.exports = ad;
1219
+ function ad(e) {
1220
+ return ud(e).toLowerCase();
1221
+ }
1222
+ });
1223
+ var To = C((nC, Bo) => {
1224
+ var od = oe(), sd = on();
1225
+ Bo.exports = Dd;
1226
+ var Ao = '"', yo = "'", cd = "\\", Ze = `
1227
+ `, et = " ", rt = " ", cn = "[", vr = "]", ld = "(", fd = ")", xo = ":", wo = "<", ko = ">";
1228
+ function Dd(e, r, t) {
1229
+ 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 !== rt && f !== et)); )
1230
+ o += f, i++;
1231
+ if (f = r.charAt(i), f === cn) {
1232
+ for (i++, o += f, c = ""; i < u && (f = r.charAt(i), f !== vr); )
1233
+ f === cd && (c += f, i++, f = r.charAt(i)), c += f, i++;
1234
+ if (!(!c || r.charAt(i) !== vr || r.charAt(i + 1) !== xo)) {
1235
+ for (d = c, o += c + vr + xo, i = o.length, c = ""; i < u && (f = r.charAt(i), !(f !== et && f !== rt && f !== Ze)); )
1236
+ o += f, i++;
1237
+ if (f = r.charAt(i), c = "", s = o, f === wo) {
1238
+ for (i++; i < u && (f = r.charAt(i), !!sn(f)); )
1239
+ c += f, i++;
1240
+ if (f = r.charAt(i), f === sn.delimiter)
1241
+ o += wo + c + f, i++;
1242
+ else {
1243
+ if (a)
1244
+ return;
1245
+ i -= c.length + 1, c = "";
1246
+ }
1247
+ }
1248
+ if (!c) {
1249
+ for (; i < u && (f = r.charAt(i), !!pd(f)); )
1250
+ c += f, i++;
1251
+ o += c;
1252
+ }
1253
+ if (c) {
1254
+ for (D = c, c = ""; i < u && (f = r.charAt(i), !(f !== et && f !== rt && f !== Ze)); )
1255
+ c += f, i++;
1256
+ if (f = r.charAt(i), p = null, f === Ao ? p = Ao : f === yo ? p = yo : f === ld && (p = fd), !p)
1257
+ c = "", i = o.length;
1258
+ else if (c) {
1259
+ for (o += c + f, i = o.length, c = ""; i < u && (f = r.charAt(i), f !== p); ) {
1260
+ if (f === Ze) {
1261
+ if (i++, f = r.charAt(i), f === Ze || f === p)
1262
+ return;
1263
+ c += Ze;
1264
+ }
1265
+ c += f, i++;
1266
+ }
1267
+ if (f = r.charAt(i), f !== p)
1268
+ return;
1269
+ l = o, o += c + f, i++, h = c, c = "";
1270
+ } else
1271
+ return;
1272
+ for (; i < u && (f = r.charAt(i), !(f !== et && f !== rt)); )
1273
+ o += f, i++;
1274
+ if (f = r.charAt(i), !f || f === Ze)
1275
+ 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 }));
1276
+ }
1277
+ }
1278
+ }
1279
+ }
1280
+ function sn(e) {
1281
+ return e !== ko && e !== cn && e !== vr;
1282
+ }
1283
+ sn.delimiter = ko;
1284
+ function pd(e) {
1285
+ return e !== cn && e !== vr && !od(e);
1286
+ }
1287
+ });
1288
+ var So = C((iC, _o) => {
1289
+ var hd = oe();
1290
+ _o.exports = yd;
1291
+ var dd = " ", tt = `
1292
+ `, md = " ", Fd = "-", gd = ":", Ed = "\\", ln = "|", vd = 1, Cd = 2, qo = "left", bd = "center", Ad = "right";
1293
+ function yd(e, r, t) {
1294
+ var n = this, a, i, u, o, s, l, c, f, p, d, D, h, m, F, A, v, B, b, g, y, x, E;
1295
+ if (n.options.gfm) {
1296
+ for (a = 0, v = 0, l = r.length + 1, c = []; a < l; ) {
1297
+ if (y = r.indexOf(tt, a), x = r.indexOf(ln, a + 1), y === -1 && (y = r.length), x === -1 || x > y) {
1298
+ if (v < Cd)
1299
+ return;
1300
+ break;
1301
+ }
1302
+ c.push(r.slice(a, y)), v++, a = y + 1;
1303
+ }
1304
+ for (o = c.join(tt), i = c.splice(1, 1)[0] || [], a = 0, l = i.length, v--, u = false, D = []; a < l; ) {
1305
+ if (p = i.charAt(a), p === ln) {
1306
+ if (d = null, u === false) {
1307
+ if (E === false)
1308
+ return;
1309
+ } else
1310
+ D.push(u), u = false;
1311
+ E = false;
1312
+ } else if (p === Fd)
1313
+ d = true, u = u || null;
1314
+ else if (p === gd)
1315
+ u === qo ? u = bd : d && u === null ? u = Ad : u = qo;
1316
+ else if (!hd(p))
1317
+ return;
1318
+ a++;
1319
+ }
1320
+ if (u !== false && D.push(u), !(D.length < vd)) {
1321
+ if (t)
1322
+ return true;
1323
+ for (A = -1, b = [], g = e(o).reset({ type: "table", align: D, children: b }); ++A < v; ) {
1324
+ for (B = c[A], s = { type: "tableRow", children: [] }, A && e(tt), e(B).reset(s, g), l = B.length + 1, a = 0, f = "", h = "", m = true; a < l; ) {
1325
+ if (p = B.charAt(a), p === dd || p === md) {
1326
+ h ? f += p : e(p), a++;
1327
+ continue;
1328
+ }
1329
+ 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++;
1330
+ }
1331
+ A || e(tt + i);
1332
+ }
1333
+ return g;
1334
+ }
1335
+ }
1336
+ }
1337
+ });
1338
+ var Lo = C((uC, Oo) => {
1339
+ var xd = Ne(), wd = Kt(), kd = Qr();
1340
+ Oo.exports = qd;
1341
+ var Bd = " ", Cr = `
1342
+ `, Td = " ", Po = 4;
1343
+ function qd(e, r, t) {
1344
+ 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; ) {
1345
+ if (s === -1) {
1346
+ s = l;
1347
+ break;
1348
+ }
1349
+ if (r.charAt(s + 1) === Cr)
1350
+ break;
1351
+ if (i) {
1352
+ for (d = 0, c = s + 1; c < l; ) {
1353
+ if (p = r.charAt(c), p === Bd) {
1354
+ d = Po;
1355
+ break;
1356
+ } else if (p === Td)
1357
+ d++;
1358
+ else
1359
+ break;
1360
+ c++;
1361
+ }
1362
+ if (d >= Po && p !== Cr) {
1363
+ s = r.indexOf(Cr, s + 1);
1364
+ continue;
1365
+ }
1366
+ }
1367
+ if (f = r.slice(s + 1), kd(o, u, n, [e, f, true]))
1368
+ break;
1369
+ if (c = s, s = r.indexOf(Cr, s + 1), s !== -1 && xd(r.slice(c, s)) === "") {
1370
+ s = c;
1371
+ break;
1372
+ }
1373
+ }
1374
+ return f = r.slice(0, s), t ? true : (D = e.now(), f = wd(f), e(f)({ type: "paragraph", children: n.tokenizeInline(f, D) }));
1375
+ }
1376
+ });
1377
+ var Ro = C((aC, Io) => {
1378
+ Io.exports = _d;
1379
+ function _d(e, r) {
1380
+ return e.indexOf("\\", r);
1381
+ }
1382
+ });
1383
+ var zo = C((oC, Uo) => {
1384
+ var Sd = Ro();
1385
+ Uo.exports = Mo;
1386
+ Mo.locator = Sd;
1387
+ var Pd = `
1388
+ `, No = "\\";
1389
+ function Mo(e, r, t) {
1390
+ var n = this, a, i;
1391
+ if (r.charAt(0) === No && (a = r.charAt(1), n.escape.indexOf(a) !== -1))
1392
+ return t ? true : (a === Pd ? i = { type: "break" } : i = { type: "text", value: a }, e(No + a)(i));
1393
+ }
1394
+ });
1395
+ var fn = C((sC, Go) => {
1396
+ Go.exports = Od;
1397
+ function Od(e, r) {
1398
+ return e.indexOf("<", r);
1399
+ }
1400
+ });
1401
+ var Wo = C((cC, jo) => {
1402
+ var Yo = oe(), Ld = dr(), Id = fn();
1403
+ jo.exports = dn;
1404
+ dn.locator = Id;
1405
+ dn.notInLink = true;
1406
+ var $o = "<", Dn = ">", Vo = "@", pn = "/", hn = "mailto:", nt = hn.length;
1407
+ function dn(e, r, t) {
1408
+ var n = this, a = "", i = r.length, u = 0, o = "", s = false, l = "", c, f, p, d, D;
1409
+ if (r.charAt(0) === $o) {
1410
+ for (u++, a = $o; u < i && (c = r.charAt(u), !(Yo(c) || c === Dn || c === Vo || c === ":" && r.charAt(u + 1) === pn)); )
1411
+ o += c, u++;
1412
+ if (o) {
1413
+ if (l += o, o = "", c = r.charAt(u), l += c, u++, c === Vo)
1414
+ s = true;
1415
+ else {
1416
+ if (c !== ":" || r.charAt(u + 1) !== pn)
1417
+ return;
1418
+ l += pn, u++;
1419
+ }
1420
+ for (; u < i && (c = r.charAt(u), !(Yo(c) || c === Dn)); )
1421
+ o += c, u++;
1422
+ if (c = r.charAt(u), !(!o || c !== Dn))
1423
+ return t ? true : (l += o, p = l, a += l + c, f = e.now(), f.column++, f.offset++, s && (l.slice(0, nt).toLowerCase() === hn ? (p = p.slice(nt), f.column += nt, f.offset += nt) : 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 }));
1424
+ }
1425
+ }
1426
+ }
1427
+ });
1428
+ var Ko = C((lC, Ho) => {
1429
+ Ho.exports = Rd;
1430
+ function Rd(e, r) {
1431
+ var t = String(e), n = 0, a;
1432
+ if (typeof r != "string")
1433
+ throw new Error("Expected character");
1434
+ for (a = t.indexOf(r); a !== -1; )
1435
+ n++, a = t.indexOf(r, a + r.length);
1436
+ return n;
1437
+ }
1438
+ });
1439
+ var Qo = C((fC, Jo) => {
1440
+ Jo.exports = Nd;
1441
+ var Xo = ["www.", "http://", "https://"];
1442
+ function Nd(e, r) {
1443
+ var t = -1, n, a, i;
1444
+ if (!this.options.gfm)
1445
+ return t;
1446
+ for (a = Xo.length, n = -1; ++n < a; )
1447
+ i = e.indexOf(Xo[n], r), i !== -1 && (t === -1 || i < t) && (t = i);
1448
+ return t;
1449
+ }
1450
+ });
1451
+ var ns = C((DC, ts) => {
1452
+ var Zo = Ko(), Md = dr(), Ud = Re(), mn = He(), zd = oe(), Gd = Qo();
1453
+ ts.exports = gn;
1454
+ gn.locator = Gd;
1455
+ gn.notInLink = true;
1456
+ 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 = ")";
1457
+ function gn(e, r, t) {
1458
+ 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;
1459
+ if (a) {
1460
+ if (r.slice(0, 4) === "www.")
1461
+ s = true, p = 4;
1462
+ else if (r.slice(0, 7).toLowerCase() === "http://")
1463
+ p = 7;
1464
+ else if (r.slice(0, 8).toLowerCase() === "https://")
1465
+ p = 8;
1466
+ else
1467
+ return;
1468
+ for (o = p - 1, f = p, l = []; p < u; ) {
1469
+ if (h = r.charCodeAt(p), h === Fn) {
1470
+ if (o === p - 1)
1471
+ break;
1472
+ l.push(p), o = p, p++;
1473
+ continue;
1474
+ }
1475
+ if (Ud(h) || mn(h) || h === Hd || h === es) {
1476
+ p++;
1477
+ continue;
1478
+ }
1479
+ break;
1480
+ }
1481
+ 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)) {
1482
+ if (t)
1483
+ return true;
1484
+ for (m = p, d = p; p < u && (h = r.charCodeAt(p), !(zd(h) || h === Qd)); )
1485
+ p++, h === Yd || h === jd || h === Wd || h === Fn || h === Kd || h === Jd || h === es || h === Zd || (m = p);
1486
+ if (p = m, r.charCodeAt(p - 1) === Vd)
1487
+ for (D = r.slice(d, p), F = Zo(D, e0), A = Zo(D, rs); A > F; )
1488
+ p = d + D.lastIndexOf(rs), D = r.slice(d, p), A--;
1489
+ if (r.charCodeAt(p - 1) === Xd && (p--, mn(r.charCodeAt(p - 1)))) {
1490
+ for (m = p - 2; mn(r.charCodeAt(m)); )
1491
+ m--;
1492
+ r.charCodeAt(m) === $d && (p = m);
1493
+ }
1494
+ 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 });
1495
+ }
1496
+ }
1497
+ }
1498
+ });
1499
+ var os = C((pC, as) => {
1500
+ var r0 = Re(), t0 = He(), n0 = 43, i0 = 45, u0 = 46, a0 = 95;
1501
+ as.exports = us;
1502
+ function us(e, r) {
1503
+ var t = this, n, a;
1504
+ if (!this.options.gfm || (n = e.indexOf("@", r), n === -1))
1505
+ return -1;
1506
+ if (a = n, a === r || !is(e.charCodeAt(a - 1)))
1507
+ return us.call(t, e, n + 1);
1508
+ for (; a > r && is(e.charCodeAt(a - 1)); )
1509
+ a--;
1510
+ return a;
1511
+ }
1512
+ function is(e) {
1513
+ return r0(e) || t0(e) || e === n0 || e === i0 || e === u0 || e === a0;
1514
+ }
1515
+ });
1516
+ var fs = C((hC, ls) => {
1517
+ var o0 = dr(), ss = Re(), cs = He(), s0 = os();
1518
+ ls.exports = Cn;
1519
+ Cn.locator = s0;
1520
+ Cn.notInLink = true;
1521
+ var c0 = 43, En = 45, it = 46, l0 = 64, vn = 95;
1522
+ function Cn(e, r, t) {
1523
+ var n = this, a = n.options.gfm, i = n.inlineTokenizers, u = 0, o = r.length, s = -1, l, c, f, p;
1524
+ if (a) {
1525
+ for (l = r.charCodeAt(u); ss(l) || cs(l) || l === c0 || l === En || l === it || l === vn; )
1526
+ l = r.charCodeAt(++u);
1527
+ if (u !== 0 && l === l0) {
1528
+ for (u++; u < o; ) {
1529
+ if (l = r.charCodeAt(u), ss(l) || cs(l) || l === En || l === it || l === vn) {
1530
+ u++, s === -1 && l === it && (s = u);
1531
+ continue;
1532
+ }
1533
+ break;
1534
+ }
1535
+ if (!(s === -1 || s === u || l === En || l === vn))
1536
+ return l === it && 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 }));
1537
+ }
1538
+ }
1539
+ }
1540
+ });
1541
+ var hs = C((dC, ps) => {
1542
+ var f0 = He(), D0 = fn(), p0 = an().tag;
1543
+ ps.exports = Ds;
1544
+ Ds.locator = D0;
1545
+ var h0 = "<", d0 = "?", m0 = "!", F0 = "/", g0 = /^<a /i, E0 = /^<\/a>/i;
1546
+ function Ds(e, r, t) {
1547
+ var n = this, a = r.length, i, u;
1548
+ if (!(r.charAt(0) !== h0 || a < 3) && (i = r.charAt(1), !(!f0(i) && i !== d0 && i !== m0 && i !== F0) && (u = r.match(p0), !!u)))
1549
+ 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 }));
1550
+ }
1551
+ });
1552
+ var bn = C((mC, ds) => {
1553
+ ds.exports = v0;
1554
+ function v0(e, r) {
1555
+ var t = e.indexOf("[", r), n = e.indexOf("![", r);
1556
+ return n === -1 || t < n ? t : n;
1557
+ }
1558
+ });
1559
+ var bs = C((FC, Cs) => {
1560
+ var br = oe(), C0 = bn();
1561
+ Cs.exports = vs;
1562
+ vs.locator = C0;
1563
+ var b0 = `
1564
+ `, A0 = "!", ms = '"', Fs = "'", er = "(", Ar = ")", An = "<", yn = ">", gs = "[", yr = "\\", y0 = "]", Es = "`";
1565
+ function vs(e, r, t) {
1566
+ 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, x, E, w, k;
1567
+ if (u === A0 && (F = true, a = u, u = r.charAt(++i)), u === gs && !(!F && n.inLink)) {
1568
+ for (a += u, y = "", i++, B = r.length, E = e.now(), g = 0, E.column += i, E.offset += i; i < B; ) {
1569
+ if (u = r.charAt(i), h = u, u === Es) {
1570
+ for (f = 1; r.charAt(i + 1) === Es; )
1571
+ h += u, i++, f++;
1572
+ p ? f >= p && (p = 0) : p = f;
1573
+ } else if (u === yr)
1574
+ i++, h += r.charAt(i);
1575
+ else if ((!p || l) && u === gs)
1576
+ g++;
1577
+ else if ((!p || l) && u === y0)
1578
+ if (g)
1579
+ g--;
1580
+ else {
1581
+ if (r.charAt(i + 1) !== er)
1582
+ return;
1583
+ h += er, c = true, i++;
1584
+ break;
1585
+ }
1586
+ y += h, h = "", i++;
1587
+ }
1588
+ if (c) {
1589
+ for (A = y, a += y + h, i++; i < B && (u = r.charAt(i), !!br(u)); )
1590
+ a += u, i++;
1591
+ if (u = r.charAt(i), y = "", d = a, u === An) {
1592
+ for (i++, d += An; i < B && (u = r.charAt(i), u !== yn); ) {
1593
+ if (s && u === b0)
1594
+ return;
1595
+ y += u, i++;
1596
+ }
1597
+ if (r.charAt(i) !== yn)
1598
+ return;
1599
+ a += An + y + yn, x = y, i++;
1600
+ } else {
1601
+ for (u = null, h = ""; i < B && (u = r.charAt(i), !(h && (u === ms || u === Fs || s && u === er))); ) {
1602
+ if (br(u)) {
1603
+ if (!o)
1604
+ break;
1605
+ h += u;
1606
+ } else {
1607
+ if (u === er)
1608
+ g++;
1609
+ else if (u === Ar) {
1610
+ if (g === 0)
1611
+ break;
1612
+ g--;
1613
+ }
1614
+ y += h, h = "", u === yr && (y += yr, u = r.charAt(++i)), y += u;
1615
+ }
1616
+ i++;
1617
+ }
1618
+ a += y, x = y, i = a.length;
1619
+ }
1620
+ for (y = ""; i < B && (u = r.charAt(i), !!br(u)); )
1621
+ y += u, i++;
1622
+ if (u = r.charAt(i), a += y, y && (u === ms || u === Fs || s && u === er))
1623
+ if (i++, a += u, y = "", v = u === er ? Ar : u, D = a, s) {
1624
+ for (; i < B && (u = r.charAt(i), u !== v); )
1625
+ u === yr && (y += yr, u = r.charAt(++i)), i++, y += u;
1626
+ if (u = r.charAt(i), u !== v)
1627
+ return;
1628
+ for (b = y, a += y + u, i++; i < B && (u = r.charAt(i), !!br(u)); )
1629
+ a += u, i++;
1630
+ } else
1631
+ for (h = ""; i < B; ) {
1632
+ if (u = r.charAt(i), u === v)
1633
+ m && (y += v + h, h = ""), m = true;
1634
+ else if (!m)
1635
+ y += u;
1636
+ else if (u === Ar) {
1637
+ a += y + v + h, b = y;
1638
+ break;
1639
+ } else
1640
+ br(u) ? h += u : (y += v + h + u, h = "", m = false);
1641
+ i++;
1642
+ }
1643
+ if (r.charAt(i) === Ar)
1644
+ return t ? true : (a += Ar, x = n.decode.raw(n.unescape(x), 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: x }, F ? k.alt = n.decode.raw(n.unescape(A), E) || null : (w = n.enterLink(), k.children = n.tokenizeInline(A, E), w()), e(a)(k));
1645
+ }
1646
+ }
1647
+ }
1648
+ });
1649
+ var xs = C((gC, ys) => {
1650
+ var x0 = oe(), w0 = bn(), k0 = on();
1651
+ ys.exports = As;
1652
+ As.locator = w0;
1653
+ var xn = "link", B0 = "image", T0 = "shortcut", q0 = "collapsed", wn = "full", _0 = "!", ut = "[", at = "\\", ot = "]";
1654
+ function As(e, r, t) {
1655
+ var n = this, a = n.options.commonmark, i = r.charAt(0), u = 0, o = r.length, s = "", l = "", c = xn, f = T0, p, d, D, h, m, F, A, v;
1656
+ if (i === _0 && (c = B0, l = i, i = r.charAt(++u)), i === ut) {
1657
+ for (u++, l += i, F = "", v = 0; u < o; ) {
1658
+ if (i = r.charAt(u), i === ut)
1659
+ A = true, v++;
1660
+ else if (i === ot) {
1661
+ if (!v)
1662
+ break;
1663
+ v--;
1664
+ }
1665
+ i === at && (F += at, i = r.charAt(++u)), F += i, u++;
1666
+ }
1667
+ if (s = F, p = F, i = r.charAt(u), i === ot) {
1668
+ if (u++, s += i, F = "", !a)
1669
+ for (; u < o && (i = r.charAt(u), !!x0(i)); )
1670
+ F += i, u++;
1671
+ if (i = r.charAt(u), i === ut) {
1672
+ for (d = "", F += i, u++; u < o && (i = r.charAt(u), !(i === ut || i === ot)); )
1673
+ i === at && (d += at, i = r.charAt(++u)), d += i, u++;
1674
+ i = r.charAt(u), i === ot ? (f = d ? wn : q0, F += d + i, u++) : d = "", s += F, F = "";
1675
+ } else {
1676
+ if (!p)
1677
+ return;
1678
+ d = p;
1679
+ }
1680
+ if (!(f !== wn && A))
1681
+ return s = l + s, c === xn && n.inLink ? null : t ? true : (D = e.now(), D.column += l.length, D.offset += l.length, d = f === wn ? d : p, h = { type: c + "Reference", identifier: k0(d), label: d, referenceType: f }, c === xn ? (m = n.enterLink(), h.children = n.tokenizeInline(p, D), m()) : h.alt = n.decode.raw(n.unescape(p), D) || null, e(s)(h));
1682
+ }
1683
+ }
1684
+ }
1685
+ });
1686
+ var ks = C((EC, ws) => {
1687
+ ws.exports = S0;
1688
+ function S0(e, r) {
1689
+ var t = e.indexOf("**", r), n = e.indexOf("__", r);
1690
+ return n === -1 ? t : t === -1 || n < t ? n : t;
1691
+ }
1692
+ });
1693
+ var _s = C((vC, qs) => {
1694
+ var P0 = Ne(), Bs = oe(), O0 = ks();
1695
+ qs.exports = Ts;
1696
+ Ts.locator = O0;
1697
+ var L0 = "\\", I0 = "*", R0 = "_";
1698
+ function Ts(e, r, t) {
1699
+ var n = this, a = 0, i = r.charAt(a), u, o, s, l, c, f, p;
1700
+ 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)))))
1701
+ for (; a < f; ) {
1702
+ if (p = i, i = r.charAt(a), i === s && r.charAt(a + 1) === s && (!o || !Bs(p)) && (i = r.charAt(a + 2), i !== s))
1703
+ 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;
1704
+ !o && i === L0 && (l += i, i = r.charAt(++a)), l += i, a++;
1705
+ }
1706
+ }
1707
+ });
1708
+ var Ps = C((CC, Ss) => {
1709
+ Ss.exports = U0;
1710
+ var N0 = String.fromCharCode, M0 = /\w/;
1711
+ function U0(e) {
1712
+ return M0.test(typeof e == "number" ? N0(e) : e.charAt(0));
1713
+ }
1714
+ });
1715
+ var Ls = C((bC, Os) => {
1716
+ Os.exports = z0;
1717
+ function z0(e, r) {
1718
+ var t = e.indexOf("*", r), n = e.indexOf("_", r);
1719
+ return n === -1 ? t : t === -1 || n < t ? n : t;
1720
+ }
1721
+ });
1722
+ var Us = C((AC, Ms) => {
1723
+ var G0 = Ne(), Y0 = Ps(), Is = oe(), $0 = Ls();
1724
+ Ms.exports = Ns;
1725
+ Ns.locator = $0;
1726
+ var V0 = "*", Rs = "_", j0 = "\\";
1727
+ function Ns(e, r, t) {
1728
+ var n = this, a = 0, i = r.charAt(a), u, o, s, l, c, f, p;
1729
+ if (!(i !== V0 && i !== Rs) && (o = n.options.pedantic, c = i, s = i, f = r.length, a++, l = "", i = "", !(o && Is(r.charAt(a)))))
1730
+ for (; a < f; ) {
1731
+ if (p = i, i = r.charAt(a), i === s && (!o || !Is(p))) {
1732
+ if (i = r.charAt(++a), i !== s) {
1733
+ if (!G0(l) || p === s)
1734
+ return;
1735
+ if (!o && s === Rs && Y0(i)) {
1736
+ l += s;
1737
+ continue;
1738
+ }
1739
+ return t ? true : (u = e.now(), u.column++, u.offset++, e(c + l + s)({ type: "emphasis", children: n.tokenizeInline(l, u) }));
1740
+ }
1741
+ l += s;
1742
+ }
1743
+ !o && i === j0 && (l += i, i = r.charAt(++a)), l += i, a++;
1744
+ }
1745
+ }
1746
+ });
1747
+ var Gs = C((yC, zs) => {
1748
+ zs.exports = W0;
1749
+ function W0(e, r) {
1750
+ return e.indexOf("~~", r);
1751
+ }
1752
+ });
1753
+ var Ws = C((xC, js) => {
1754
+ var Ys = oe(), H0 = Gs();
1755
+ js.exports = Vs;
1756
+ Vs.locator = H0;
1757
+ var st = "~", $s = "~~";
1758
+ function Vs(e, r, t) {
1759
+ var n = this, a = "", i = "", u = "", o = "", s, l, c;
1760
+ if (!(!n.options.gfm || r.charAt(0) !== st || r.charAt(1) !== st || Ys(r.charAt(2))))
1761
+ for (s = 1, l = r.length, c = e.now(), c.column += 2, c.offset += 2; ++s < l; ) {
1762
+ if (a = r.charAt(s), a === st && i === st && (!u || !Ys(u)))
1763
+ return t ? true : e($s + o + $s)({ type: "delete", children: n.tokenizeInline(o, c) });
1764
+ o += i, u = i, i = a;
1765
+ }
1766
+ }
1767
+ });
1768
+ var Ks = C((wC, Hs) => {
1769
+ Hs.exports = K0;
1770
+ function K0(e, r) {
1771
+ return e.indexOf("`", r);
1772
+ }
1773
+ });
1774
+ var Qs = C((kC, Js) => {
1775
+ var X0 = Ks();
1776
+ Js.exports = Xs;
1777
+ Xs.locator = X0;
1778
+ var kn = 10, Bn = 32, Tn = 96;
1779
+ function Xs(e, r, t) {
1780
+ for (var n = r.length, a = 0, i, u, o, s, l, c; a < n && r.charCodeAt(a) === Tn; )
1781
+ a++;
1782
+ if (!(a === 0 || a === n)) {
1783
+ for (i = a, l = r.charCodeAt(a); a < n; ) {
1784
+ if (s = l, l = r.charCodeAt(a + 1), s === Tn) {
1785
+ if (u === void 0 && (u = a), o = a + 1, l !== Tn && o - u === i) {
1786
+ c = true;
1787
+ break;
1788
+ }
1789
+ } else
1790
+ u !== void 0 && (u = void 0, o = void 0);
1791
+ a++;
1792
+ }
1793
+ if (c) {
1794
+ if (t)
1795
+ return true;
1796
+ 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)) {
1797
+ for (a++, n--; a < n; ) {
1798
+ if (s = r.charCodeAt(a), s !== Bn && s !== kn) {
1799
+ c = true;
1800
+ break;
1801
+ }
1802
+ a++;
1803
+ }
1804
+ c === true && (i++, u--);
1805
+ }
1806
+ return e(r.slice(0, o))({ type: "inlineCode", value: r.slice(i, u) });
1807
+ }
1808
+ }
1809
+ }
1810
+ });
1811
+ var ec = C((BC, Zs) => {
1812
+ Zs.exports = J0;
1813
+ function J0(e, r) {
1814
+ for (var t = e.indexOf(`
1815
+ `, r); t > r && e.charAt(t - 1) === " "; )
1816
+ t--;
1817
+ return t;
1818
+ }
1819
+ });
1820
+ var nc = C((TC, tc) => {
1821
+ var Q0 = ec();
1822
+ tc.exports = rc;
1823
+ rc.locator = Q0;
1824
+ var Z0 = " ", em = `
1825
+ `, rm = 2;
1826
+ function rc(e, r, t) {
1827
+ for (var n = r.length, a = -1, i = "", u; ++a < n; ) {
1828
+ if (u = r.charAt(a), u === em)
1829
+ return a < rm ? void 0 : t ? true : (i += u, e(i)({ type: "break" }));
1830
+ if (u !== Z0)
1831
+ return;
1832
+ i += u;
1833
+ }
1834
+ }
1835
+ });
1836
+ var uc = C((qC, ic) => {
1837
+ ic.exports = tm;
1838
+ function tm(e, r, t) {
1839
+ var n = this, a, i, u, o, s, l, c, f, p, d;
1840
+ if (t)
1841
+ return true;
1842
+ for (a = n.inlineMethods, o = a.length, i = n.inlineTokenizers, u = -1, p = r.length; ++u < o; )
1843
+ 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));
1844
+ s = r.slice(0, p), d = e.now(), n.decode(s, d, D);
1845
+ function D(h, m, F) {
1846
+ e(F || h)({ type: "text", value: h });
1847
+ }
1848
+ }
1849
+ });
1850
+ var cc = C((_C, sc) => {
1851
+ var nm = Ie(), ct = xu(), im = ku(), um = Tu(), am = na(), qn = aa();
1852
+ sc.exports = ac;
1853
+ function ac(e, r) {
1854
+ 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);
1855
+ }
1856
+ var M = ac.prototype;
1857
+ M.setOptions = ha();
1858
+ M.parse = qa();
1859
+ M.options = jt();
1860
+ M.exitStart = ct("atStart", true);
1861
+ M.enterList = ct("inList", false);
1862
+ M.enterLink = ct("inLink", false);
1863
+ M.enterBlock = ct("inBlock", false);
1864
+ M.interruptParagraph = [["thematicBreak"], ["list"], ["atxHeading"], ["fencedCode"], ["blockquote"], ["html"], ["setextHeading", { commonmark: false }], ["definition", { commonmark: false }]];
1865
+ M.interruptList = [["atxHeading", { pedantic: false }], ["fencedCode", { pedantic: false }], ["thematicBreak", { pedantic: false }], ["definition", { commonmark: false }]];
1866
+ 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 }]];
1867
+ 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() };
1868
+ M.inlineTokenizers = { escape: zo(), autoLink: Wo(), url: ns(), email: fs(), html: hs(), link: bs(), reference: xs(), strong: _s(), emphasis: Us(), deletion: Ws(), code: Qs(), break: nc(), text: uc() };
1869
+ M.blockMethods = oc(M.blockTokenizers);
1870
+ M.inlineMethods = oc(M.inlineTokenizers);
1871
+ M.tokenizeBlock = qn("block");
1872
+ M.tokenizeInline = qn("inline");
1873
+ M.tokenizeFactory = qn;
1874
+ function oc(e) {
1875
+ var r = [], t;
1876
+ for (t in e)
1877
+ r.push(t);
1878
+ return r;
1879
+ }
1880
+ });
1881
+ var pc = C((SC, Dc) => {
1882
+ var om = Au(), sm = Ie(), lc = cc();
1883
+ Dc.exports = fc;
1884
+ fc.Parser = lc;
1885
+ function fc(e) {
1886
+ var r = this.data("settings"), t = om(lc);
1887
+ t.prototype.options = sm(t.prototype.options, r, e), this.Parser = t;
1888
+ }
1889
+ });
1890
+ var dc = C((PC, hc) => {
1891
+ hc.exports = cm;
1892
+ function cm(e) {
1893
+ if (e)
1894
+ throw e;
1895
+ }
1896
+ });
1897
+ var _n = C((OC, mc) => {
1898
+ mc.exports = function(r) {
1899
+ return r != null && r.constructor != null && typeof r.constructor.isBuffer == "function" && r.constructor.isBuffer(r);
1900
+ };
1901
+ });
1902
+ var xc = C((LC, yc) => {
1903
+ var lt = Object.prototype.hasOwnProperty, Ac = Object.prototype.toString, Fc = Object.defineProperty, gc = Object.getOwnPropertyDescriptor, Ec = function(r) {
1904
+ return typeof Array.isArray == "function" ? Array.isArray(r) : Ac.call(r) === "[object Array]";
1905
+ }, vc = function(r) {
1906
+ if (!r || Ac.call(r) !== "[object Object]")
1907
+ return false;
1908
+ var t = lt.call(r, "constructor"), n = r.constructor && r.constructor.prototype && lt.call(r.constructor.prototype, "isPrototypeOf");
1909
+ if (r.constructor && !t && !n)
1910
+ return false;
1911
+ var a;
1912
+ for (a in r)
1913
+ ;
1914
+ return typeof a > "u" || lt.call(r, a);
1915
+ }, Cc = function(r, t) {
1916
+ Fc && t.name === "__proto__" ? Fc(r, t.name, { enumerable: true, configurable: true, value: t.newValue, writable: true }) : r[t.name] = t.newValue;
1917
+ }, bc = function(r, t) {
1918
+ if (t === "__proto__")
1919
+ if (lt.call(r, t)) {
1920
+ if (gc)
1921
+ return gc(r, t).value;
1922
+ } else
1923
+ return;
1924
+ return r[t];
1925
+ };
1926
+ yc.exports = function e() {
1927
+ var r, t, n, a, i, u, o = arguments[0], s = 1, l = arguments.length, c = false;
1928
+ for (typeof o == "boolean" && (c = o, o = arguments[1] || {}, s = 2), (o == null || typeof o != "object" && typeof o != "function") && (o = {}); s < l; ++s)
1929
+ if (r = arguments[s], r != null)
1930
+ for (t in r)
1931
+ 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 }));
1932
+ return o;
1933
+ };
1934
+ });
1935
+ var kc = C((IC, wc) => {
1936
+ wc.exports = (e) => {
1937
+ if (Object.prototype.toString.call(e) !== "[object Object]")
1938
+ return false;
1939
+ let r = Object.getPrototypeOf(e);
1940
+ return r === null || r === Object.prototype;
1941
+ };
1942
+ });
1943
+ var Tc = C((RC, Bc) => {
1944
+ var lm = [].slice;
1945
+ Bc.exports = fm;
1946
+ function fm(e, r) {
1947
+ var t;
1948
+ return n;
1949
+ function n() {
1950
+ var u = lm.call(arguments, 0), o = e.length > u.length, s;
1951
+ o && u.push(a);
1952
+ try {
1953
+ s = e.apply(null, u);
1954
+ } catch (l) {
1955
+ if (o && t)
1956
+ throw l;
1957
+ return a(l);
1958
+ }
1959
+ o || (s && typeof s.then == "function" ? s.then(i, a) : s instanceof Error ? a(s) : i(s));
1960
+ }
1961
+ function a() {
1962
+ t || (t = true, r.apply(null, arguments));
1963
+ }
1964
+ function i(u) {
1965
+ a(null, u);
1966
+ }
1967
+ }
1968
+ });
1969
+ var Oc = C((NC, Pc) => {
1970
+ var _c = Tc();
1971
+ Pc.exports = Sc;
1972
+ Sc.wrap = _c;
1973
+ var qc = [].slice;
1974
+ function Sc() {
1975
+ var e = [], r = {};
1976
+ return r.run = t, r.use = n, r;
1977
+ function t() {
1978
+ var a = -1, i = qc.call(arguments, 0, -1), u = arguments[arguments.length - 1];
1979
+ if (typeof u != "function")
1980
+ throw new Error("Expected function as last argument, not " + u);
1981
+ o.apply(null, [null].concat(i));
1982
+ function o(s) {
1983
+ var l = e[++a], c = qc.call(arguments, 0), f = c.slice(1), p = i.length, d = -1;
1984
+ if (s) {
1985
+ u(s);
1986
+ return;
1987
+ }
1988
+ for (; ++d < p; )
1989
+ (f[d] === null || f[d] === void 0) && (f[d] = i[d]);
1990
+ i = f, l ? _c(l, o).apply(null, i) : u.apply(null, [null].concat(i));
1991
+ }
1992
+ }
1993
+ function n(a) {
1994
+ if (typeof a != "function")
1995
+ throw new Error("Expected `fn` to be a function, not " + a);
1996
+ return e.push(a), r;
1997
+ }
1998
+ }
1999
+ });
2000
+ var Nc = C((MC, Rc) => {
2001
+ var rr = {}.hasOwnProperty;
2002
+ Rc.exports = Dm;
2003
+ function Dm(e) {
2004
+ 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) : "";
2005
+ }
2006
+ function Sn(e) {
2007
+ return (!e || typeof e != "object") && (e = {}), Ic(e.line) + ":" + Ic(e.column);
2008
+ }
2009
+ function Lc(e) {
2010
+ return (!e || typeof e != "object") && (e = {}), Sn(e.start) + "-" + Sn(e.end);
2011
+ }
2012
+ function Ic(e) {
2013
+ return e && typeof e == "number" ? e : 1;
2014
+ }
2015
+ });
2016
+ var zc = C((UC, Uc) => {
2017
+ var pm = Nc();
2018
+ Uc.exports = Pn;
2019
+ function Mc() {
2020
+ }
2021
+ Mc.prototype = Error.prototype;
2022
+ Pn.prototype = new Mc();
2023
+ var ke = Pn.prototype;
2024
+ ke.file = "";
2025
+ ke.name = "";
2026
+ ke.reason = "";
2027
+ ke.message = "";
2028
+ ke.stack = "";
2029
+ ke.fatal = null;
2030
+ ke.column = null;
2031
+ ke.line = null;
2032
+ function Pn(e, r, t) {
2033
+ var n, a, i;
2034
+ 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];
2035
+ }
2036
+ function hm(e) {
2037
+ var r = [null, null], t;
2038
+ 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;
2039
+ }
2040
+ });
2041
+ var Gc = C((tr) => {
2042
+ tr.basename = dm;
2043
+ tr.dirname = mm;
2044
+ tr.extname = Fm;
2045
+ tr.join = gm;
2046
+ tr.sep = "/";
2047
+ function dm(e, r) {
2048
+ var t = 0, n = -1, a, i, u, o;
2049
+ if (r !== void 0 && typeof r != "string")
2050
+ throw new TypeError('"ext" argument must be a string');
2051
+ if (xr(e), a = e.length, r === void 0 || !r.length || r.length > e.length) {
2052
+ for (; a--; )
2053
+ if (e.charCodeAt(a) === 47) {
2054
+ if (u) {
2055
+ t = a + 1;
2056
+ break;
2057
+ }
2058
+ } else
2059
+ n < 0 && (u = true, n = a + 1);
2060
+ return n < 0 ? "" : e.slice(t, n);
2061
+ }
2062
+ if (r === e)
2063
+ return "";
2064
+ for (i = -1, o = r.length - 1; a--; )
2065
+ if (e.charCodeAt(a) === 47) {
2066
+ if (u) {
2067
+ t = a + 1;
2068
+ break;
2069
+ }
2070
+ } else
2071
+ i < 0 && (u = true, i = a + 1), o > -1 && (e.charCodeAt(a) === r.charCodeAt(o--) ? o < 0 && (n = a) : (o = -1, n = i));
2072
+ return t === n ? n = i : n < 0 && (n = e.length), e.slice(t, n);
2073
+ }
2074
+ function mm(e) {
2075
+ var r, t, n;
2076
+ if (xr(e), !e.length)
2077
+ return ".";
2078
+ for (r = -1, n = e.length; --n; )
2079
+ if (e.charCodeAt(n) === 47) {
2080
+ if (t) {
2081
+ r = n;
2082
+ break;
2083
+ }
2084
+ } else
2085
+ t || (t = true);
2086
+ return r < 0 ? e.charCodeAt(0) === 47 ? "/" : "." : r === 1 && e.charCodeAt(0) === 47 ? "//" : e.slice(0, r);
2087
+ }
2088
+ function Fm(e) {
2089
+ var r = -1, t = 0, n = -1, a = 0, i, u, o;
2090
+ for (xr(e), o = e.length; o--; ) {
2091
+ if (u = e.charCodeAt(o), u === 47) {
2092
+ if (i) {
2093
+ t = o + 1;
2094
+ break;
2095
+ }
2096
+ continue;
2097
+ }
2098
+ n < 0 && (i = true, n = o + 1), u === 46 ? r < 0 ? r = o : a !== 1 && (a = 1) : r > -1 && (a = -1);
2099
+ }
2100
+ return r < 0 || n < 0 || a === 0 || a === 1 && r === n - 1 && r === t + 1 ? "" : e.slice(r, n);
2101
+ }
2102
+ function gm() {
2103
+ for (var e = -1, r; ++e < arguments.length; )
2104
+ xr(arguments[e]), arguments[e] && (r = r === void 0 ? arguments[e] : r + "/" + arguments[e]);
2105
+ return r === void 0 ? "." : Em(r);
2106
+ }
2107
+ function Em(e) {
2108
+ var r, t;
2109
+ return xr(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;
2110
+ }
2111
+ function vm(e, r) {
2112
+ for (var t = "", n = 0, a = -1, i = 0, u = -1, o, s; ++u <= e.length; ) {
2113
+ if (u < e.length)
2114
+ o = e.charCodeAt(u);
2115
+ else {
2116
+ if (o === 47)
2117
+ break;
2118
+ o = 47;
2119
+ }
2120
+ if (o === 47) {
2121
+ if (!(a === u - 1 || i === 1))
2122
+ if (a !== u - 1 && i === 2) {
2123
+ if (t.length < 2 || n !== 2 || t.charCodeAt(t.length - 1) !== 46 || t.charCodeAt(t.length - 2) !== 46) {
2124
+ if (t.length > 2) {
2125
+ if (s = t.lastIndexOf("/"), s !== t.length - 1) {
2126
+ s < 0 ? (t = "", n = 0) : (t = t.slice(0, s), n = t.length - 1 - t.lastIndexOf("/")), a = u, i = 0;
2127
+ continue;
2128
+ }
2129
+ } else if (t.length) {
2130
+ t = "", n = 0, a = u, i = 0;
2131
+ continue;
2132
+ }
2133
+ }
2134
+ r && (t = t.length ? t + "/.." : "..", n = 2);
2135
+ } else
2136
+ t.length ? t += "/" + e.slice(a + 1, u) : t = e.slice(a + 1, u), n = u - a - 1;
2137
+ a = u, i = 0;
2138
+ } else
2139
+ o === 46 && i > -1 ? i++ : i = -1;
2140
+ }
2141
+ return t;
2142
+ }
2143
+ function xr(e) {
2144
+ if (typeof e != "string")
2145
+ throw new TypeError("Path must be a string. Received " + JSON.stringify(e));
2146
+ }
2147
+ });
2148
+ var $c = C((Yc) => {
2149
+ Yc.cwd = Cm;
2150
+ function Cm() {
2151
+ return "/";
2152
+ }
2153
+ });
2154
+ var Wc = C((YC, jc) => {
2155
+ var se = Gc(), bm = $c(), Am = _n();
2156
+ jc.exports = ge;
2157
+ var ym = {}.hasOwnProperty, On = ["history", "path", "basename", "stem", "extname", "dirname"];
2158
+ ge.prototype.toString = Lm;
2159
+ Object.defineProperty(ge.prototype, "path", { get: xm, set: wm });
2160
+ Object.defineProperty(ge.prototype, "dirname", { get: km, set: Bm });
2161
+ Object.defineProperty(ge.prototype, "basename", { get: Tm, set: qm });
2162
+ Object.defineProperty(ge.prototype, "extname", { get: _m, set: Sm });
2163
+ Object.defineProperty(ge.prototype, "stem", { get: Pm, set: Om });
2164
+ function ge(e) {
2165
+ var r, t;
2166
+ if (!e)
2167
+ e = {};
2168
+ else if (typeof e == "string" || Am(e))
2169
+ e = { contents: e };
2170
+ else if ("message" in e && "messages" in e)
2171
+ return e;
2172
+ if (!(this instanceof ge))
2173
+ return new ge(e);
2174
+ for (this.data = {}, this.messages = [], this.history = [], this.cwd = bm.cwd(), t = -1; ++t < On.length; )
2175
+ r = On[t], ym.call(e, r) && (this[r] = e[r]);
2176
+ for (r in e)
2177
+ On.indexOf(r) < 0 && (this[r] = e[r]);
2178
+ }
2179
+ function xm() {
2180
+ return this.history[this.history.length - 1];
2181
+ }
2182
+ function wm(e) {
2183
+ In(e, "path"), this.path !== e && this.history.push(e);
2184
+ }
2185
+ function km() {
2186
+ return typeof this.path == "string" ? se.dirname(this.path) : void 0;
2187
+ }
2188
+ function Bm(e) {
2189
+ Vc(this.path, "dirname"), this.path = se.join(e || "", this.basename);
2190
+ }
2191
+ function Tm() {
2192
+ return typeof this.path == "string" ? se.basename(this.path) : void 0;
2193
+ }
2194
+ function qm(e) {
2195
+ In(e, "basename"), Ln(e, "basename"), this.path = se.join(this.dirname || "", e);
2196
+ }
2197
+ function _m() {
2198
+ return typeof this.path == "string" ? se.extname(this.path) : void 0;
2199
+ }
2200
+ function Sm(e) {
2201
+ if (Ln(e, "extname"), Vc(this.path, "extname"), e) {
2202
+ if (e.charCodeAt(0) !== 46)
2203
+ throw new Error("`extname` must start with `.`");
2204
+ if (e.indexOf(".", 1) > -1)
2205
+ throw new Error("`extname` cannot contain multiple dots");
2206
+ }
2207
+ this.path = se.join(this.dirname, this.stem + (e || ""));
2208
+ }
2209
+ function Pm() {
2210
+ return typeof this.path == "string" ? se.basename(this.path, this.extname) : void 0;
2211
+ }
2212
+ function Om(e) {
2213
+ In(e, "stem"), Ln(e, "stem"), this.path = se.join(this.dirname || "", e + (this.extname || ""));
2214
+ }
2215
+ function Lm(e) {
2216
+ return (this.contents || "").toString(e);
2217
+ }
2218
+ function Ln(e, r) {
2219
+ if (e && e.indexOf(se.sep) > -1)
2220
+ throw new Error("`" + r + "` cannot be a path: did not expect `" + se.sep + "`");
2221
+ }
2222
+ function In(e, r) {
2223
+ if (!e)
2224
+ throw new Error("`" + r + "` cannot be empty");
2225
+ }
2226
+ function Vc(e, r) {
2227
+ if (!e)
2228
+ throw new Error("Setting `" + r + "` requires `path` to be set too");
2229
+ }
2230
+ });
2231
+ var Kc = C(($C, Hc) => {
2232
+ var Im = zc(), ft = Wc();
2233
+ Hc.exports = ft;
2234
+ ft.prototype.message = Rm;
2235
+ ft.prototype.info = Mm;
2236
+ ft.prototype.fail = Nm;
2237
+ function Rm(e, r, t) {
2238
+ var n = new Im(e, r, t);
2239
+ return this.path && (n.name = this.path + ":" + n.name, n.file = this.path), n.fatal = false, this.messages.push(n), n;
2240
+ }
2241
+ function Nm() {
2242
+ var e = this.message.apply(this, arguments);
2243
+ throw e.fatal = true, e;
2244
+ }
2245
+ function Mm() {
2246
+ var e = this.message.apply(this, arguments);
2247
+ return e.fatal = null, e;
2248
+ }
2249
+ });
2250
+ var Jc = C((VC, Xc) => {
2251
+ Xc.exports = Kc();
2252
+ });
2253
+ var al = C((jC, ul) => {
2254
+ var Qc = dc(), Um = _n(), Dt = xc(), Zc = kc(), nl = Oc(), wr = Jc();
2255
+ ul.exports = il().freeze();
2256
+ var zm = [].slice, Gm = {}.hasOwnProperty, Ym = nl().use($m).use(Vm).use(jm);
2257
+ function $m(e, r) {
2258
+ r.tree = e.parse(r.file);
2259
+ }
2260
+ function Vm(e, r, t) {
2261
+ e.run(r.tree, r.file, n);
2262
+ function n(a, i, u) {
2263
+ a ? t(a) : (r.tree = i, r.file = u, t());
2264
+ }
2265
+ }
2266
+ function jm(e, r) {
2267
+ var t = e.stringify(r.tree, r.file);
2268
+ t == null || (typeof t == "string" || Um(t) ? ("value" in r.file && (r.file.value = t), r.file.contents = t) : r.file.result = t);
2269
+ }
2270
+ function il() {
2271
+ var e = [], r = nl(), t = {}, n = -1, a;
2272
+ 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;
2273
+ function i() {
2274
+ for (var m = il(), F = -1; ++F < e.length; )
2275
+ m.use.apply(null, e[F]);
2276
+ return m.data(Dt(true, {}, t)), m;
2277
+ }
2278
+ function u() {
2279
+ var m, F;
2280
+ if (a)
2281
+ return i;
2282
+ for (; ++n < e.length; )
2283
+ 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));
2284
+ return a = true, n = 1 / 0, i;
2285
+ }
2286
+ function o(m, F) {
2287
+ 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;
2288
+ }
2289
+ function s(m) {
2290
+ var F;
2291
+ if (Mn("use", a), m != null)
2292
+ if (typeof m == "function")
2293
+ b.apply(null, arguments);
2294
+ else if (typeof m == "object")
2295
+ "length" in m ? B(m) : A(m);
2296
+ else
2297
+ throw new Error("Expected usable value, not `" + m + "`");
2298
+ return F && (t.settings = Dt(t.settings || {}, F)), i;
2299
+ function A(g) {
2300
+ B(g.plugins), g.settings && (F = Dt(F || {}, g.settings));
2301
+ }
2302
+ function v(g) {
2303
+ if (typeof g == "function")
2304
+ b(g);
2305
+ else if (typeof g == "object")
2306
+ "length" in g ? b.apply(null, g) : A(g);
2307
+ else
2308
+ throw new Error("Expected usable value, not `" + g + "`");
2309
+ }
2310
+ function B(g) {
2311
+ var y = -1;
2312
+ if (g != null)
2313
+ if (typeof g == "object" && "length" in g)
2314
+ for (; ++y < g.length; )
2315
+ v(g[y]);
2316
+ else
2317
+ throw new Error("Expected a list of plugins, not `" + g + "`");
2318
+ }
2319
+ function b(g, y) {
2320
+ var x = l(g);
2321
+ x ? (Zc(x[1]) && Zc(y) && (y = Dt(true, x[1], y)), x[1] = y) : e.push(zm.call(arguments));
2322
+ }
2323
+ }
2324
+ function l(m) {
2325
+ for (var F = -1; ++F < e.length; )
2326
+ if (e[F][0] === m)
2327
+ return e[F];
2328
+ }
2329
+ function c(m) {
2330
+ var F = wr(m), A;
2331
+ return u(), A = i.Parser, Rn("parse", A), el(A, "parse") ? new A(String(F), F).parse() : A(String(F), F);
2332
+ }
2333
+ function f(m, F, A) {
2334
+ if (rl(m), u(), !A && typeof F == "function" && (A = F, F = null), !A)
2335
+ return new Promise(v);
2336
+ v(null, A);
2337
+ function v(B, b) {
2338
+ r.run(m, wr(F), g);
2339
+ function g(y, x, E) {
2340
+ x = x || m, y ? b(y) : B ? B(x) : A(null, x, E);
2341
+ }
2342
+ }
2343
+ }
2344
+ function p(m, F) {
2345
+ var A, v;
2346
+ return f(m, F, B), tl("runSync", "run", v), A;
2347
+ function B(b, g) {
2348
+ v = true, A = g, Qc(b);
2349
+ }
2350
+ }
2351
+ function d(m, F) {
2352
+ var A = wr(F), v;
2353
+ return u(), v = i.Compiler, Nn("stringify", v), rl(m), el(v, "compile") ? new v(m, A).compile() : v(m, A);
2354
+ }
2355
+ function D(m, F) {
2356
+ if (u(), Rn("process", i.Parser), Nn("process", i.Compiler), !F)
2357
+ return new Promise(A);
2358
+ A(null, F);
2359
+ function A(v, B) {
2360
+ var b = wr(m);
2361
+ Ym.run(i, { file: b }, g);
2362
+ function g(y) {
2363
+ y ? B(y) : v ? v(b) : F(null, b);
2364
+ }
2365
+ }
2366
+ }
2367
+ function h(m) {
2368
+ var F, A;
2369
+ return u(), Rn("processSync", i.Parser), Nn("processSync", i.Compiler), F = wr(m), D(F, v), tl("processSync", "process", A), F;
2370
+ function v(B) {
2371
+ A = true, Qc(B);
2372
+ }
2373
+ }
2374
+ }
2375
+ function el(e, r) {
2376
+ return typeof e == "function" && e.prototype && (Wm(e.prototype) || r in e.prototype);
2377
+ }
2378
+ function Wm(e) {
2379
+ var r;
2380
+ for (r in e)
2381
+ return true;
2382
+ return false;
2383
+ }
2384
+ function Rn(e, r) {
2385
+ if (typeof r != "function")
2386
+ throw new Error("Cannot `" + e + "` without `Parser`");
2387
+ }
2388
+ function Nn(e, r) {
2389
+ if (typeof r != "function")
2390
+ throw new Error("Cannot `" + e + "` without `Compiler`");
2391
+ }
2392
+ function Mn(e, r) {
2393
+ if (r)
2394
+ throw new Error("Cannot invoke `" + e + "` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.");
2395
+ }
2396
+ function rl(e) {
2397
+ if (!e || typeof e.type != "string")
2398
+ throw new Error("Expected node, got `" + e + "`");
2399
+ }
2400
+ function tl(e, r, t) {
2401
+ if (!t)
2402
+ throw new Error("`" + e + "` finished async. Use `" + r + "` instead");
2403
+ }
2404
+ });
2405
+ var Gn = {};
2406
+ $n(Gn, { languages: () => ru, options: () => tu, parsers: () => zn, printers: () => iF });
2407
+ var ql = (e, r, t) => {
2408
+ if (!(e && r == null))
2409
+ return Array.isArray(r) || typeof r == "string" ? r[t < 0 ? r.length + t : t] : r.at(t);
2410
+ }, z = ql;
2411
+ var _l = (e, r, t, n) => {
2412
+ if (!(e && r == null))
2413
+ return r.replaceAll ? r.replaceAll(t, n) : t.global ? r.replace(t, n) : r.split(t).join(n);
2414
+ }, R = _l;
2415
+ var Zi = Me(kr(), 1);
2416
+ function le(e) {
2417
+ if (typeof e != "string")
2418
+ throw new TypeError("Expected a string");
2419
+ return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
2420
+ }
2421
+ 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", Br = /* @__PURE__ */ new Set([Ce, re, te, fe, X, J, K, De, pe, he, $, de, ne]);
2422
+ function Pl(e) {
2423
+ if (typeof e == "string")
2424
+ return Y;
2425
+ if (Array.isArray(e))
2426
+ return H;
2427
+ if (!e)
2428
+ return;
2429
+ let { type: r } = e;
2430
+ if (Br.has(r))
2431
+ return r;
2432
+ }
2433
+ var G = Pl;
2434
+ var Ol = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e);
2435
+ function Ll(e) {
2436
+ let r = e === null ? "null" : typeof e;
2437
+ if (r !== "string" && r !== "object")
2438
+ return `Unexpected doc '${r}',
2439
+ Expected it to be 'string' or 'object'.`;
2440
+ if (G(e))
2441
+ throw new Error("doc is valid.");
2442
+ let t = Object.prototype.toString.call(e);
2443
+ if (t !== "[object Object]")
2444
+ return `Unexpected doc '${t}'.`;
2445
+ let n = Ol([...Br].map((a) => `'${a}'`));
2446
+ return `Unexpected doc.type '${e.type}'.
2447
+ Expected it to be ${n}.`;
2448
+ }
2449
+ var dt = class extends Error {
2450
+ constructor(r) {
2451
+ super(Ll(r));
2452
+ __publicField(this, "name", "InvalidDocError");
2453
+ this.doc = r;
2454
+ }
2455
+ }, Te = dt;
2456
+ var Kn = {};
2457
+ function Il(e, r, t, n) {
2458
+ let a = [e];
2459
+ for (; a.length > 0; ) {
2460
+ let i = a.pop();
2461
+ if (i === Kn) {
2462
+ t(a.pop());
2463
+ continue;
2464
+ }
2465
+ t && a.push(i, Kn);
2466
+ let u = G(i);
2467
+ if (!u)
2468
+ throw new Te(i);
2469
+ if ((r == null ? void 0 : r(i)) !== false)
2470
+ switch (u) {
2471
+ case H:
2472
+ case J: {
2473
+ let o = u === H ? i : i.parts;
2474
+ for (let s = o.length, l = s - 1; l >= 0; --l)
2475
+ a.push(o[l]);
2476
+ break;
2477
+ }
2478
+ case K:
2479
+ a.push(i.flatContents, i.breakContents);
2480
+ break;
2481
+ case X:
2482
+ if (n && i.expandedStates)
2483
+ for (let o = i.expandedStates.length, s = o - 1; s >= 0; --s)
2484
+ a.push(i.expandedStates[s]);
2485
+ else
2486
+ a.push(i.contents);
2487
+ break;
2488
+ case te:
2489
+ case re:
2490
+ case De:
2491
+ case de:
2492
+ case pe:
2493
+ a.push(i.contents);
2494
+ break;
2495
+ case Y:
2496
+ case Ce:
2497
+ case fe:
2498
+ case he:
2499
+ case $:
2500
+ case ne:
2501
+ break;
2502
+ default:
2503
+ throw new Te(i);
2504
+ }
2505
+ }
2506
+ }
2507
+ var mt = Il;
2508
+ function Rl(e, r) {
2509
+ if (typeof e == "string")
2510
+ return r(e);
2511
+ let t = /* @__PURE__ */ new Map();
2512
+ return n(e);
2513
+ function n(i) {
2514
+ if (t.has(i))
2515
+ return t.get(i);
2516
+ let u = a(i);
2517
+ return t.set(i, u), u;
2518
+ }
2519
+ function a(i) {
2520
+ switch (G(i)) {
2521
+ case H:
2522
+ return r(i.map(n));
2523
+ case J:
2524
+ return r({ ...i, parts: i.parts.map(n) });
2525
+ case K:
2526
+ return r({ ...i, breakContents: n(i.breakContents), flatContents: n(i.flatContents) });
2527
+ case X: {
2528
+ let { expandedStates: u, contents: o } = i;
2529
+ return u ? (u = u.map(n), o = u[0]) : o = n(o), r({ ...i, contents: o, expandedStates: u });
2530
+ }
2531
+ case te:
2532
+ case re:
2533
+ case De:
2534
+ case de:
2535
+ case pe:
2536
+ return r({ ...i, contents: n(i.contents) });
2537
+ case Y:
2538
+ case Ce:
2539
+ case fe:
2540
+ case he:
2541
+ case $:
2542
+ case ne:
2543
+ return r(i);
2544
+ default:
2545
+ throw new Te(i);
2546
+ }
2547
+ }
2548
+ }
2549
+ function Xn(e) {
2550
+ if (e.length > 0) {
2551
+ let r = z(false, e, -1);
2552
+ !r.expandedStates && !r.break && (r.break = "propagated");
2553
+ }
2554
+ return null;
2555
+ }
2556
+ function Jn(e) {
2557
+ let r = /* @__PURE__ */ new Set(), t = [];
2558
+ function n(i) {
2559
+ if (i.type === ne && Xn(t), i.type === X) {
2560
+ if (t.push(i), r.has(i))
2561
+ return false;
2562
+ r.add(i);
2563
+ }
2564
+ }
2565
+ function a(i) {
2566
+ i.type === X && t.pop().break && Xn(t);
2567
+ }
2568
+ mt(e, n, a, true);
2569
+ }
2570
+ function be(e, r = nr) {
2571
+ return Rl(e, (t) => typeof t == "string" ? Tr(r, t.split(`
2572
+ `)) : t);
2573
+ }
2574
+ var Ft = () => {
2575
+ }, gt = Ft;
2576
+ function ir(e) {
2577
+ return { type: re, contents: e };
2578
+ }
2579
+ function Ae(e, r) {
2580
+ return { type: te, contents: r, n: e };
2581
+ }
2582
+ function Ue(e, r = {}) {
2583
+ return gt(r.expandedStates), { type: X, id: r.id, contents: e, break: !!r.shouldBreak, expandedStates: r.expandedStates };
2584
+ }
2585
+ function _e(e) {
2586
+ return Ae({ type: "root" }, e);
2587
+ }
2588
+ function ze(e) {
2589
+ return { type: J, parts: e };
2590
+ }
2591
+ function Zn(e, r = "", t = {}) {
2592
+ return { type: K, breakContents: e, flatContents: r, groupId: t.groupId };
2593
+ }
2594
+ var ur = { type: ne };
2595
+ var ar = { type: $, hard: true }, Nl = { type: $, hard: true, literal: true }, qr = { type: $ }, _r = { type: $, soft: true }, L = [ar, ur], nr = [Nl, ur];
2596
+ function Tr(e, r) {
2597
+ let t = [];
2598
+ for (let n = 0; n < r.length; n++)
2599
+ n !== 0 && t.push(e), t.push(r[n]);
2600
+ return t;
2601
+ }
2602
+ function Ml(e, r) {
2603
+ let t = e.match(new RegExp(`(${le(r)})+`, "gu"));
2604
+ return t === null ? 0 : t.reduce((n, a) => Math.max(n, a.length / r.length), 0);
2605
+ }
2606
+ var Sr = Ml;
2607
+ function Ul(e, r) {
2608
+ let t = e.match(new RegExp(`(${le(r)})+`, "gu"));
2609
+ if (t === null)
2610
+ return 0;
2611
+ let n = /* @__PURE__ */ new Map(), a = 0;
2612
+ for (let i of t) {
2613
+ let u = i.length / r.length;
2614
+ n.set(u, true), u > a && (a = u);
2615
+ }
2616
+ for (let i = 1; i < a; i++)
2617
+ if (!n.get(i))
2618
+ return i;
2619
+ return a + 1;
2620
+ }
2621
+ var ei = Ul;
2622
+ var Pr = "'", ri = '"';
2623
+ function zl(e, r) {
2624
+ let t = r === true || r === Pr ? Pr : ri, n = t === Pr ? ri : Pr, a = 0, i = 0;
2625
+ for (let u of e)
2626
+ u === t ? a++ : u === n && i++;
2627
+ return a > i ? n : t;
2628
+ }
2629
+ var ti = zl;
2630
+ var Et = class extends Error {
2631
+ constructor(r, t, n = "type") {
2632
+ super(`Unexpected ${t} node ${n}: ${JSON.stringify(r[n])}.`);
2633
+ __publicField(this, "name", "UnexpectedNodeError");
2634
+ this.node = r;
2635
+ }
2636
+ }, ni = Et;
2637
+ var li = Me(kr(), 1);
2638
+ function Gl(e) {
2639
+ return (e == null ? void 0 : e.type) === "front-matter";
2640
+ }
2641
+ var ii = Gl;
2642
+ var ui = ["noformat", "noprettier"], Or = ["format", "prettier"], ai = "format";
2643
+ var or = 3;
2644
+ function Yl(e) {
2645
+ let r = e.slice(0, or);
2646
+ if (r !== "---" && r !== "+++")
2647
+ return;
2648
+ let t = e.indexOf(`
2649
+ `, or);
2650
+ if (t === -1)
2651
+ return;
2652
+ let n = e.slice(or, t).trim(), a = e.indexOf(`
2653
+ ${r}`, t), i = n;
2654
+ if (i || (i = r === "+++" ? "toml" : "yaml"), a === -1 && r === "---" && i === "yaml" && (a = e.indexOf(`
2655
+ ...`, t)), a === -1)
2656
+ return;
2657
+ let u = a + 1 + or, o = e.charAt(u + 1);
2658
+ if (!/\s?/u.test(o))
2659
+ return;
2660
+ let s = e.slice(0, u);
2661
+ return { type: "front-matter", language: i, explicitLanguage: n, value: e.slice(t + 1, a), startDelimiter: r, endDelimiter: s.slice(-or), raw: s };
2662
+ }
2663
+ function $l(e) {
2664
+ let r = Yl(e);
2665
+ if (!r)
2666
+ return { content: e };
2667
+ let { raw: t } = r;
2668
+ return { frontMatter: r, content: R(false, t, /[^\n]/gu, " ") + e.slice(t.length) };
2669
+ }
2670
+ var Ge = $l;
2671
+ function Lr(e, r) {
2672
+ let t = `@(${r.join("|")})`, n = new RegExp([`<!--\\s*${t}\\s*-->`, `\\{\\s*\\/\\*\\s*${t}\\s*\\*\\/\\s*\\}`, `<!--.*\r?
2673
+ [\\s\\S]*(^|
2674
+ )[^\\S
2675
+ ]*${t}[^\\S
2676
+ ]*($|
2677
+ )[\\s\\S]*
2678
+ .*-->`].join("|"), "mu"), a = e.match(n);
2679
+ return (a == null ? void 0 : a.index) === 0;
2680
+ }
2681
+ var oi = (e) => Lr(Ge(e).content.trimStart(), Or), si = (e) => Lr(Ge(e).content.trimStart(), ui), ci = (e) => {
2682
+ let r = Ge(e), t = `<!-- @${ai} -->`;
2683
+ return r.frontMatter ? `${r.frontMatter.raw}
2684
+
2685
+ ${t}
2686
+
2687
+ ${r.content}` : `${t}
2688
+
2689
+ ${r.content}`;
2690
+ };
2691
+ var Vl = /* @__PURE__ */ new Set(["position", "raw"]);
2692
+ function fi(e, r, t) {
2693
+ 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")
2694
+ return null;
2695
+ if (e.type === "inlineCode" && (r.value = R(false, e.value, `
2696
+ `, " ")), 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("("))
2697
+ for (let n of "<>")
2698
+ r.url = R(false, e.url, n, encodeURIComponent(n));
2699
+ 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" && Lr(e.value, Or))
2700
+ return null;
2701
+ }
2702
+ fi.ignoredProperties = Vl;
2703
+ var Di = fi;
2704
+ 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 = /(?:[\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;
2705
+ async function jl(e, r) {
2706
+ if (e.language === "yaml") {
2707
+ let t = e.value.trim(), n = t ? await r(t, { parser: "yaml" }) : "";
2708
+ return _e([e.startDelimiter, e.explicitLanguage, L, n, n ? L : "", e.endDelimiter]);
2709
+ }
2710
+ }
2711
+ var hi = jl;
2712
+ var Wl = (e, r) => {
2713
+ if (!(e && r == null))
2714
+ return r.toReversed || !Array.isArray(r) ? r.toReversed() : [...r].reverse();
2715
+ }, di = Wl;
2716
+ 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;
2717
+ function Ci(e) {
2718
+ if (e = e instanceof URL ? e : new URL(e), e.protocol !== "file:")
2719
+ throw new TypeError(`URL must be a file URL: received "${e.protocol}"`);
2720
+ return e;
2721
+ }
2722
+ function Kl(e) {
2723
+ return e = Ci(e), decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
2724
+ }
2725
+ function Xl(e) {
2726
+ e = Ci(e);
2727
+ let r = decodeURIComponent(e.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
2728
+ return e.hostname !== "" && (r = `\\\\${e.hostname}${r}`), r;
2729
+ }
2730
+ function bi(e) {
2731
+ return Hl ? Xl(e) : Kl(e);
2732
+ }
2733
+ var Ai = bi;
2734
+ var Jl = (e) => String(e).split(/[/\\]/u).pop();
2735
+ function yi(e, r) {
2736
+ if (!r)
2737
+ return;
2738
+ let t = Jl(r).toLowerCase();
2739
+ return e.find(({ filenames: n }) => n == null ? void 0 : n.some((a) => a.toLowerCase() === t)) ?? e.find(({ extensions: n }) => n == null ? void 0 : n.some((a) => t.endsWith(a)));
2740
+ }
2741
+ function Ql(e, r) {
2742
+ if (r)
2743
+ return e.find(({ name: t }) => t.toLowerCase() === r) ?? e.find(({ aliases: t }) => t == null ? void 0 : t.includes(r)) ?? e.find(({ extensions: t }) => t == null ? void 0 : t.includes(`.${r}`));
2744
+ }
2745
+ function xi(e, r) {
2746
+ if (r) {
2747
+ if (String(r).startsWith("file:"))
2748
+ try {
2749
+ r = Ai(r);
2750
+ } catch {
2751
+ return;
2752
+ }
2753
+ if (typeof r == "string")
2754
+ return e.find(({ isSupported: t }) => t == null ? void 0 : t({ filepath: r }));
2755
+ }
2756
+ }
2757
+ function Zl(e, r) {
2758
+ let t = di(false, e.plugins).flatMap((a) => a.languages ?? []), n = Ql(t, r.language) ?? yi(t, r.physicalFile) ?? yi(t, r.file) ?? xi(t, r.physicalFile) ?? xi(t, r.file) ?? (r.physicalFile, void 0);
2759
+ return n == null ? void 0 : n.parsers[0];
2760
+ }
2761
+ var wi = Zl;
2762
+ var ef = new Proxy(() => {
2763
+ }, { get: () => ef });
2764
+ function Pe(e) {
2765
+ return e.position.start.offset;
2766
+ }
2767
+ function Oe(e) {
2768
+ return e.position.end.offset;
2769
+ }
2770
+ var vt = /* @__PURE__ */ new Set(["liquidNode", "inlineCode", "emphasis", "esComment", "strong", "delete", "wikiLink", "link", "linkReference", "image", "imageReference", "footnote", "footnoteReference", "sentence", "whitespace", "word", "break", "inlineMath"]), Ir = /* @__PURE__ */ new Set([...vt, "tableCell", "paragraph", "heading"]), $e = "non-cjk", ie = "cj-letter", Le = "k-letter", sr = "cjk-punctuation", rf = /\p{Script_Extensions=Hangul}/u;
2771
+ function Rr(e) {
2772
+ let r = [], t = e.split(/([\t\n ]+)/u);
2773
+ for (let [a, i] of t.entries()) {
2774
+ if (a % 2 === 1) {
2775
+ r.push({ type: "whitespace", value: /\n/u.test(i) ? `
2776
+ ` : " " });
2777
+ continue;
2778
+ }
2779
+ if ((a === 0 || a === t.length - 1) && i === "")
2780
+ continue;
2781
+ let u = i.split(new RegExp(`(${pi.source})`, "u"));
2782
+ for (let [o, s] of u.entries())
2783
+ if (!((o === 0 || o === u.length - 1) && s === "")) {
2784
+ if (o % 2 === 0) {
2785
+ s !== "" && n({ type: "word", value: s, kind: $e, isCJ: false, hasLeadingPunctuation: Se.test(s[0]), hasTrailingPunctuation: Se.test(z(false, s, -1)) });
2786
+ continue;
2787
+ }
2788
+ if (Se.test(s)) {
2789
+ n({ type: "word", value: s, kind: sr, isCJ: true, hasLeadingPunctuation: true, hasTrailingPunctuation: true });
2790
+ continue;
2791
+ }
2792
+ if (rf.test(s)) {
2793
+ n({ type: "word", value: s, kind: Le, isCJ: false, hasLeadingPunctuation: false, hasTrailingPunctuation: false });
2794
+ continue;
2795
+ }
2796
+ n({ type: "word", value: s, kind: ie, isCJ: true, hasLeadingPunctuation: false, hasTrailingPunctuation: false });
2797
+ }
2798
+ }
2799
+ return r;
2800
+ function n(a) {
2801
+ let i = z(false, r, -1);
2802
+ (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);
2803
+ function u(o, s) {
2804
+ return i.kind === o && a.kind === s || i.kind === s && a.kind === o;
2805
+ }
2806
+ }
2807
+ }
2808
+ function Ye(e, r) {
2809
+ let t = r.originalText.slice(e.position.start.offset, e.position.end.offset), { numberText: n, leadingSpaces: a } = t.match(/^\s*(?<numberText>\d+)(\.|\))(?<leadingSpaces>\s*)/u).groups;
2810
+ return { number: Number(n), leadingSpaces: a };
2811
+ }
2812
+ function ki(e, r) {
2813
+ 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;
2814
+ }
2815
+ function Nr(e, r) {
2816
+ let { value: t } = e;
2817
+ return e.position.end.offset === r.length && t.endsWith(`
2818
+ `) && r.endsWith(`
2819
+ `) ? t.slice(0, -1) : t;
2820
+ }
2821
+ function ye(e, r) {
2822
+ return function t(n, a, i) {
2823
+ let u = { ...r(n, a, i) };
2824
+ return u.children && (u.children = u.children.map((o, s) => t(o, s, [u, ...i]))), u;
2825
+ }(e, null, []);
2826
+ }
2827
+ function Ct(e) {
2828
+ if ((e == null ? void 0 : e.type) !== "link" || e.children.length !== 1)
2829
+ return false;
2830
+ let [r] = e.children;
2831
+ return Pe(e) === Pe(r) && Oe(e) === Oe(r);
2832
+ }
2833
+ function tf(e, r) {
2834
+ let { node: t } = e;
2835
+ if (t.type === "code" && t.lang !== null) {
2836
+ let n = wi(r, { language: t.lang });
2837
+ if (n)
2838
+ return async (a) => {
2839
+ let i = r.__inJsTemplate ? "~" : "`", u = i.repeat(Math.max(3, Sr(t.value, i) + 1)), o = { parser: n };
2840
+ t.lang === "ts" || t.lang === "typescript" ? o.filepath = "dummy.ts" : t.lang === "tsx" && (o.filepath = "dummy.tsx");
2841
+ let s = await a(Nr(t, r.originalText), o);
2842
+ return _e([u, t.lang, t.meta ? " " + t.meta : "", L, be(s), L, u]);
2843
+ };
2844
+ }
2845
+ switch (t.type) {
2846
+ case "front-matter":
2847
+ return (n) => hi(t, n);
2848
+ case "import":
2849
+ case "export":
2850
+ return (n) => n(t.value, { parser: "babel" });
2851
+ case "jsx":
2852
+ return (n) => n(`<$>${t.value}</$>`, { parser: "__js_expression", rootMarker: "mdx" });
2853
+ }
2854
+ return null;
2855
+ }
2856
+ var Bi = tf;
2857
+ var cr = null;
2858
+ function lr(e) {
2859
+ if (cr !== null && typeof cr.property) {
2860
+ let r = cr;
2861
+ return cr = lr.prototype = null, r;
2862
+ }
2863
+ return cr = lr.prototype = e ?? /* @__PURE__ */ Object.create(null), new lr();
2864
+ }
2865
+ var nf = 10;
2866
+ for (let e = 0; e <= nf; e++)
2867
+ lr();
2868
+ function bt(e) {
2869
+ return lr(e);
2870
+ }
2871
+ function uf(e, r = "type") {
2872
+ bt(e);
2873
+ function t(n) {
2874
+ let a = n[r], i = e[a];
2875
+ if (!Array.isArray(i))
2876
+ throw Object.assign(new Error(`Missing visitor keys for '${a}'.`), { node: n });
2877
+ return i;
2878
+ }
2879
+ return t;
2880
+ }
2881
+ var Ti = uf;
2882
+ 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;
2883
+ var of = Ti(qi), _i = of;
2884
+ function Si(e) {
2885
+ switch (e) {
2886
+ case "cr":
2887
+ return "\r";
2888
+ case "crlf":
2889
+ return `\r
2890
+ `;
2891
+ default:
2892
+ return `
2893
+ `;
2894
+ }
2895
+ }
2896
+ 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;
2897
+ function Oi(e) {
2898
+ return e === 12288 || e >= 65281 && e <= 65376 || e >= 65504 && e <= 65510;
2899
+ }
2900
+ function Li(e) {
2901
+ 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;
2902
+ }
2903
+ var Ii = (e) => !(Oi(e) || Li(e));
2904
+ var sf = /[^\x20-\x7F]/u;
2905
+ function cf(e) {
2906
+ if (!e)
2907
+ return 0;
2908
+ if (!sf.test(e))
2909
+ return e.length;
2910
+ e = e.replace(Pi(), " ");
2911
+ let r = 0;
2912
+ for (let t of e) {
2913
+ let n = t.codePointAt(0);
2914
+ n <= 31 || n >= 127 && n <= 159 || n >= 768 && n <= 879 || (r += Ii(n) ? 1 : 2);
2915
+ }
2916
+ return r;
2917
+ }
2918
+ var fr = cf;
2919
+ var V = Symbol("MODE_BREAK"), ue = Symbol("MODE_FLAT"), Ve = Symbol("cursor"), At = Symbol("DOC_FILL_PRINTED_LENGTH");
2920
+ function Ri() {
2921
+ return { value: "", length: 0, queue: [] };
2922
+ }
2923
+ function lf(e, r) {
2924
+ return yt(e, { type: "indent" }, r);
2925
+ }
2926
+ function ff(e, r, t) {
2927
+ return r === Number.NEGATIVE_INFINITY ? e.root || Ri() : r < 0 ? yt(e, { type: "dedent" }, t) : r ? r.type === "root" ? { ...e, root: e } : yt(e, { type: typeof r == "string" ? "stringAlign" : "numberAlign", n: r }, t) : e;
2928
+ }
2929
+ function yt(e, r, t) {
2930
+ let n = r.type === "dedent" ? e.queue.slice(0, -1) : [...e.queue, r], a = "", i = 0, u = 0, o = 0;
2931
+ for (let D of n)
2932
+ switch (D.type) {
2933
+ case "indent":
2934
+ c(), t.useTabs ? s(1) : l(t.tabWidth);
2935
+ break;
2936
+ case "stringAlign":
2937
+ c(), a += D.n, i += D.n.length;
2938
+ break;
2939
+ case "numberAlign":
2940
+ u += 1, o += D.n;
2941
+ break;
2942
+ default:
2943
+ throw new Error(`Unexpected type '${D.type}'`);
2944
+ }
2945
+ return p(), { ...e, value: a, length: i, queue: n };
2946
+ function s(D) {
2947
+ a += " ".repeat(D), i += t.tabWidth * D;
2948
+ }
2949
+ function l(D) {
2950
+ a += " ".repeat(D), i += D;
2951
+ }
2952
+ function c() {
2953
+ t.useTabs ? f() : p();
2954
+ }
2955
+ function f() {
2956
+ u > 0 && s(u), d();
2957
+ }
2958
+ function p() {
2959
+ o > 0 && l(o), d();
2960
+ }
2961
+ function d() {
2962
+ u = 0, o = 0;
2963
+ }
2964
+ }
2965
+ function xt(e) {
2966
+ let r = 0, t = 0, n = e.length;
2967
+ e:
2968
+ for (; n--; ) {
2969
+ let a = e[n];
2970
+ if (a === Ve) {
2971
+ t++;
2972
+ continue;
2973
+ }
2974
+ for (let i = a.length - 1; i >= 0; i--) {
2975
+ let u = a[i];
2976
+ if (u === " " || u === " ")
2977
+ r++;
2978
+ else {
2979
+ e[n] = a.slice(0, i + 1);
2980
+ break e;
2981
+ }
2982
+ }
2983
+ }
2984
+ if (r > 0 || t > 0)
2985
+ for (e.length = n + 1; t-- > 0; )
2986
+ e.push(Ve);
2987
+ return r;
2988
+ }
2989
+ function Mr(e, r, t, n, a, i) {
2990
+ if (t === Number.POSITIVE_INFINITY)
2991
+ return true;
2992
+ let u = r.length, o = [e], s = [];
2993
+ for (; t >= 0; ) {
2994
+ if (o.length === 0) {
2995
+ if (u === 0)
2996
+ return true;
2997
+ o.push(r[--u]);
2998
+ continue;
2999
+ }
3000
+ let { mode: l, doc: c } = o.pop(), f = G(c);
3001
+ switch (f) {
3002
+ case Y:
3003
+ s.push(c), t -= fr(c);
3004
+ break;
3005
+ case H:
3006
+ case J: {
3007
+ let p = f === H ? c : c.parts, d = c[At] ?? 0;
3008
+ for (let D = p.length - 1; D >= d; D--)
3009
+ o.push({ mode: l, doc: p[D] });
3010
+ break;
3011
+ }
3012
+ case re:
3013
+ case te:
3014
+ case De:
3015
+ case de:
3016
+ o.push({ mode: l, doc: c.contents });
3017
+ break;
3018
+ case fe:
3019
+ t += xt(s);
3020
+ break;
3021
+ case X: {
3022
+ if (i && c.break)
3023
+ return false;
3024
+ let p = c.break ? V : l, d = c.expandedStates && p === V ? z(false, c.expandedStates, -1) : c.contents;
3025
+ o.push({ mode: p, doc: d });
3026
+ break;
3027
+ }
3028
+ case K: {
3029
+ let d = (c.groupId ? a[c.groupId] || ue : l) === V ? c.breakContents : c.flatContents;
3030
+ d && o.push({ mode: l, doc: d });
3031
+ break;
3032
+ }
3033
+ case $:
3034
+ if (l === V || c.hard)
3035
+ return true;
3036
+ c.soft || (s.push(" "), t--);
3037
+ break;
3038
+ case pe:
3039
+ n = true;
3040
+ break;
3041
+ case he:
3042
+ if (n)
3043
+ return false;
3044
+ break;
3045
+ }
3046
+ }
3047
+ return false;
3048
+ }
3049
+ function Ni(e, r) {
3050
+ let t = {}, n = r.printWidth, a = Si(r.endOfLine), i = 0, u = [{ ind: Ri(), mode: V, doc: e }], o = [], s = false, l = [], c = 0;
3051
+ for (Jn(e); u.length > 0; ) {
3052
+ let { ind: p, mode: d, doc: D } = u.pop();
3053
+ switch (G(D)) {
3054
+ case Y: {
3055
+ let h = a !== `
3056
+ ` ? R(false, D, `
3057
+ `, a) : D;
3058
+ o.push(h), u.length > 0 && (i += fr(h));
3059
+ break;
3060
+ }
3061
+ case H:
3062
+ for (let h = D.length - 1; h >= 0; h--)
3063
+ u.push({ ind: p, mode: d, doc: D[h] });
3064
+ break;
3065
+ case Ce:
3066
+ if (c >= 2)
3067
+ throw new Error("There are too many 'cursor' in doc.");
3068
+ o.push(Ve), c++;
3069
+ break;
3070
+ case re:
3071
+ u.push({ ind: lf(p, r), mode: d, doc: D.contents });
3072
+ break;
3073
+ case te:
3074
+ u.push({ ind: ff(p, D.n, r), mode: d, doc: D.contents });
3075
+ break;
3076
+ case fe:
3077
+ i -= xt(o);
3078
+ break;
3079
+ case X:
3080
+ switch (d) {
3081
+ case ue:
3082
+ if (!s) {
3083
+ u.push({ ind: p, mode: D.break ? V : ue, doc: D.contents });
3084
+ break;
3085
+ }
3086
+ case V: {
3087
+ s = false;
3088
+ let h = { ind: p, mode: ue, doc: D.contents }, m = n - i, F = l.length > 0;
3089
+ if (!D.break && Mr(h, u, m, F, t))
3090
+ u.push(h);
3091
+ else if (D.expandedStates) {
3092
+ let A = z(false, D.expandedStates, -1);
3093
+ if (D.break) {
3094
+ u.push({ ind: p, mode: V, doc: A });
3095
+ break;
3096
+ } else
3097
+ for (let v = 1; v < D.expandedStates.length + 1; v++)
3098
+ if (v >= D.expandedStates.length) {
3099
+ u.push({ ind: p, mode: V, doc: A });
3100
+ break;
3101
+ } else {
3102
+ let B = D.expandedStates[v], b = { ind: p, mode: ue, doc: B };
3103
+ if (Mr(b, u, m, F, t)) {
3104
+ u.push(b);
3105
+ break;
3106
+ }
3107
+ }
3108
+ } else
3109
+ u.push({ ind: p, mode: V, doc: D.contents });
3110
+ break;
3111
+ }
3112
+ }
3113
+ D.id && (t[D.id] = z(false, u, -1).mode);
3114
+ break;
3115
+ case J: {
3116
+ let h = n - i, m = D[At] ?? 0, { parts: F } = D, A = F.length - m;
3117
+ if (A === 0)
3118
+ break;
3119
+ let v = F[m + 0], B = F[m + 1], b = { ind: p, mode: ue, doc: v }, g = { ind: p, mode: V, doc: v }, y = Mr(b, [], h, l.length > 0, t, true);
3120
+ if (A === 1) {
3121
+ y ? u.push(b) : u.push(g);
3122
+ break;
3123
+ }
3124
+ let x = { ind: p, mode: ue, doc: B }, E = { ind: p, mode: V, doc: B };
3125
+ if (A === 2) {
3126
+ y ? u.push(x, b) : u.push(E, g);
3127
+ break;
3128
+ }
3129
+ let w = F[m + 2], k = { ind: p, mode: d, doc: { ...D, [At]: m + 2 } };
3130
+ Mr({ ind: p, mode: ue, doc: [v, B, w] }, [], h, l.length > 0, t, true) ? u.push(k, x, b) : y ? u.push(k, E, b) : u.push(k, E, g);
3131
+ break;
3132
+ }
3133
+ case K:
3134
+ case De: {
3135
+ let h = D.groupId ? t[D.groupId] : d;
3136
+ if (h === V) {
3137
+ let m = D.type === K ? D.breakContents : D.negate ? D.contents : ir(D.contents);
3138
+ m && u.push({ ind: p, mode: d, doc: m });
3139
+ }
3140
+ if (h === ue) {
3141
+ let m = D.type === K ? D.flatContents : D.negate ? ir(D.contents) : D.contents;
3142
+ m && u.push({ ind: p, mode: d, doc: m });
3143
+ }
3144
+ break;
3145
+ }
3146
+ case pe:
3147
+ l.push({ ind: p, mode: d, doc: D.contents });
3148
+ break;
3149
+ case he:
3150
+ l.length > 0 && u.push({ ind: p, mode: d, doc: ar });
3151
+ break;
3152
+ case $:
3153
+ switch (d) {
3154
+ case ue:
3155
+ if (D.hard)
3156
+ s = true;
3157
+ else {
3158
+ D.soft || (o.push(" "), i += 1);
3159
+ break;
3160
+ }
3161
+ case V:
3162
+ if (l.length > 0) {
3163
+ u.push({ ind: p, mode: d, doc: D }, ...l.reverse()), l.length = 0;
3164
+ break;
3165
+ }
3166
+ D.literal ? p.root ? (o.push(a, p.root.value), i = p.root.length) : (o.push(a), i = 0) : (i -= xt(o), o.push(a + p.value), i = p.length);
3167
+ break;
3168
+ }
3169
+ break;
3170
+ case de:
3171
+ u.push({ ind: p, mode: d, doc: D.contents });
3172
+ break;
3173
+ case ne:
3174
+ break;
3175
+ default:
3176
+ throw new Te(D);
3177
+ }
3178
+ u.length === 0 && l.length > 0 && (u.push(...l.reverse()), l.length = 0);
3179
+ }
3180
+ let f = o.indexOf(Ve);
3181
+ if (f !== -1) {
3182
+ let p = o.indexOf(Ve, f + 1);
3183
+ if (p === -1)
3184
+ return { formatted: o.filter((m) => m !== Ve).join("") };
3185
+ let d = o.slice(0, f).join(""), D = o.slice(f + 1, p).join(""), h = o.slice(p + 1).join("");
3186
+ return { formatted: d + D + h, cursorNodeStart: d.length, cursorNodeText: D };
3187
+ }
3188
+ return { formatted: o.join("") };
3189
+ }
3190
+ function Mi(e, r, t) {
3191
+ let { node: n } = e, a = [], i = e.map(() => e.map(({ index: f }) => {
3192
+ let p = Ni(t(), r).formatted, d = fr(p);
3193
+ return a[f] = Math.max(a[f] ?? 3, d), { text: p, width: d };
3194
+ }, "children"), "children"), u = s(false);
3195
+ if (r.proseWrap !== "never")
3196
+ return [ur, u];
3197
+ let o = s(true);
3198
+ return [ur, Ue(Zn(o, u))];
3199
+ function s(f) {
3200
+ return Tr(ar, [c(i[0], f), l(f), ...i.slice(1).map((p) => c(p, f))].map((p) => `| ${p.join(" | ")} |`));
3201
+ }
3202
+ function l(f) {
3203
+ return a.map((p, d) => {
3204
+ let D = n.align[d], h = D === "center" || D === "left" ? ":" : "-", m = D === "center" || D === "right" ? ":" : "-", F = f ? "-" : "-".repeat(p - 2);
3205
+ return `${h}${F}${m}`;
3206
+ });
3207
+ }
3208
+ function c(f, p) {
3209
+ return f.map(({ text: d, width: D }, h) => {
3210
+ if (p)
3211
+ return d;
3212
+ let m = a[h] - D, F = n.align[h], A = 0;
3213
+ F === "right" ? A = m : F === "center" && (A = Math.floor(m / 2));
3214
+ let v = m - A;
3215
+ return `${" ".repeat(A)}${d}${" ".repeat(v)}`;
3216
+ });
3217
+ }
3218
+ }
3219
+ function Ui(e, r, t) {
3220
+ let n = e.map(t, "children");
3221
+ return Df(n);
3222
+ }
3223
+ function Df(e) {
3224
+ let r = [""];
3225
+ return function t(n) {
3226
+ for (let a of n) {
3227
+ let i = G(a);
3228
+ if (i === H) {
3229
+ t(a);
3230
+ continue;
3231
+ }
3232
+ let u = a, o = [];
3233
+ i === J && ([u, ...o] = a.parts), r.push([r.pop(), u], ...o);
3234
+ }
3235
+ }(e), ze(r);
3236
+ }
3237
+ var Q, wt = class {
3238
+ constructor(r) {
3239
+ jn(this, Q);
3240
+ Wn(this, Q, new Set(r));
3241
+ }
3242
+ getLeadingWhitespaceCount(r) {
3243
+ let t = ce(this, Q), n = 0;
3244
+ for (let a = 0; a < r.length && t.has(r.charAt(a)); a++)
3245
+ n++;
3246
+ return n;
3247
+ }
3248
+ getTrailingWhitespaceCount(r) {
3249
+ let t = ce(this, Q), n = 0;
3250
+ for (let a = r.length - 1; a >= 0 && t.has(r.charAt(a)); a--)
3251
+ n++;
3252
+ return n;
3253
+ }
3254
+ getLeadingWhitespace(r) {
3255
+ let t = this.getLeadingWhitespaceCount(r);
3256
+ return r.slice(0, t);
3257
+ }
3258
+ getTrailingWhitespace(r) {
3259
+ let t = this.getTrailingWhitespaceCount(r);
3260
+ return r.slice(r.length - t);
3261
+ }
3262
+ hasLeadingWhitespace(r) {
3263
+ return ce(this, Q).has(r.charAt(0));
3264
+ }
3265
+ hasTrailingWhitespace(r) {
3266
+ return ce(this, Q).has(z(false, r, -1));
3267
+ }
3268
+ trimStart(r) {
3269
+ let t = this.getLeadingWhitespaceCount(r);
3270
+ return r.slice(t);
3271
+ }
3272
+ trimEnd(r) {
3273
+ let t = this.getTrailingWhitespaceCount(r);
3274
+ return r.slice(0, r.length - t);
3275
+ }
3276
+ trim(r) {
3277
+ return this.trimEnd(this.trimStart(r));
3278
+ }
3279
+ split(r, t = false) {
3280
+ let n = `[${le([...ce(this, Q)].join(""))}]+`, a = new RegExp(t ? `(${n})` : n, "u");
3281
+ return r.split(a);
3282
+ }
3283
+ hasWhitespaceCharacter(r) {
3284
+ let t = ce(this, Q);
3285
+ return Array.prototype.some.call(r, (n) => t.has(n));
3286
+ }
3287
+ hasNonWhitespaceCharacter(r) {
3288
+ let t = ce(this, Q);
3289
+ return Array.prototype.some.call(r, (n) => !t.has(n));
3290
+ }
3291
+ isWhitespaceOnly(r) {
3292
+ let t = ce(this, Q);
3293
+ return Array.prototype.every.call(r, (n) => t.has(n));
3294
+ }
3295
+ };
3296
+ Q = /* @__PURE__ */ new WeakMap();
3297
+ var zi = wt;
3298
+ var pf = [" ", `
3299
+ `, "\f", "\r", " "], hf = new zi(pf), kt = hf;
3300
+ var df = /^\\?.$/su, mf = /^\n *>[ >]*$/u;
3301
+ function Ff(e, r) {
3302
+ return e = gf(e, r), e = vf(e), e = bf(e, r), e = Af(e, r), e = Cf(e), e;
3303
+ }
3304
+ function gf(e, r) {
3305
+ return ye(e, (t) => {
3306
+ if (t.type !== "text")
3307
+ return t;
3308
+ let { value: n } = t;
3309
+ if (n === "*" || n === "_" || !df.test(n) || t.position.end.offset - t.position.start.offset === n.length)
3310
+ return t;
3311
+ let a = r.originalText.slice(t.position.start.offset, t.position.end.offset);
3312
+ return mf.test(a) ? t : { ...t, value: a };
3313
+ });
3314
+ }
3315
+ function Ef(e, r, t) {
3316
+ return ye(e, (n) => {
3317
+ if (!n.children)
3318
+ return n;
3319
+ let a = n.children.reduce((i, u) => {
3320
+ let o = z(false, i, -1);
3321
+ return o && r(o, u) ? i.splice(-1, 1, t(o, u)) : i.push(u), i;
3322
+ }, []);
3323
+ return { ...n, children: a };
3324
+ });
3325
+ }
3326
+ function vf(e) {
3327
+ 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 } }));
3328
+ }
3329
+ function Cf(e) {
3330
+ return ye(e, (r, t, [n]) => {
3331
+ if (r.type !== "text")
3332
+ return r;
3333
+ let { value: a } = r;
3334
+ 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: Rr(a) };
3335
+ });
3336
+ }
3337
+ function bf(e, r) {
3338
+ return ye(e, (t, n, a) => {
3339
+ if (t.type === "code") {
3340
+ let i = /^\n?(?: {4,}|\t)/u.test(r.originalText.slice(t.position.start.offset, t.position.end.offset));
3341
+ if (t.isIndented = i, i)
3342
+ for (let u = 0; u < a.length; u++) {
3343
+ let o = a[u];
3344
+ if (o.hasIndentedCodeblock)
3345
+ break;
3346
+ o.type === "list" && (o.hasIndentedCodeblock = true);
3347
+ }
3348
+ }
3349
+ return t;
3350
+ });
3351
+ }
3352
+ function Af(e, r) {
3353
+ return ye(e, (a, i, u) => {
3354
+ if (a.type === "list" && a.children.length > 0) {
3355
+ for (let o = 0; o < u.length; o++) {
3356
+ let s = u[o];
3357
+ if (s.type === "list" && !s.isAligned)
3358
+ return a.isAligned = false, a;
3359
+ }
3360
+ a.isAligned = n(a);
3361
+ }
3362
+ return a;
3363
+ });
3364
+ function t(a) {
3365
+ return a.children.length === 0 ? -1 : a.children[0].position.start.column - 1;
3366
+ }
3367
+ function n(a) {
3368
+ if (!a.ordered)
3369
+ return true;
3370
+ let [i, u] = a.children;
3371
+ if (Ye(i, r).leadingSpaces.length > 1)
3372
+ return true;
3373
+ let s = t(i);
3374
+ if (s === -1)
3375
+ return false;
3376
+ if (a.children.length === 1)
3377
+ return s % r.tabWidth === 0;
3378
+ let l = t(u);
3379
+ return s !== l ? false : s % r.tabWidth === 0 ? true : Ye(u, r).leadingSpaces.length > 1;
3380
+ }
3381
+ }
3382
+ var Gi = Ff;
3383
+ function Yi(e, r) {
3384
+ let t = [""];
3385
+ return e.each(() => {
3386
+ let { node: n } = e, a = r();
3387
+ switch (n.type) {
3388
+ case "whitespace":
3389
+ if (G(a) !== Y) {
3390
+ t.push(a, "");
3391
+ break;
3392
+ }
3393
+ default:
3394
+ t.push([t.pop(), a]);
3395
+ }
3396
+ }, "children"), ze(t);
3397
+ }
3398
+ var yf = /* @__PURE__ */ new Set(["heading", "tableCell", "link", "wikiLink"]), $i = new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");
3399
+ function xf({ parent: e }) {
3400
+ if (e.usesCJSpaces === void 0) {
3401
+ let r = { " ": 0, "": 0 }, { children: t } = e;
3402
+ for (let n = 1; n < t.length - 1; ++n) {
3403
+ let a = t[n];
3404
+ if (a.type === "whitespace" && (a.value === " " || a.value === "")) {
3405
+ let i = t[n - 1].kind, u = t[n + 1].kind;
3406
+ (i === ie && u === $e || i === $e && u === ie) && ++r[a.value];
3407
+ }
3408
+ }
3409
+ e.usesCJSpaces = r[" "] > r[""];
3410
+ }
3411
+ return e.usesCJSpaces;
3412
+ }
3413
+ function wf(e, r) {
3414
+ if (r)
3415
+ return true;
3416
+ let { previous: t, next: n } = e;
3417
+ if (!t || !n)
3418
+ return true;
3419
+ let a = t.kind, i = n.kind;
3420
+ 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 : xf(e);
3421
+ }
3422
+ function Vi(e) {
3423
+ return e === $e || e === Le;
3424
+ }
3425
+ function kf(e, r, t, n) {
3426
+ if (t !== "always" || e.hasAncestor((u) => yf.has(u.type)))
3427
+ return false;
3428
+ if (n)
3429
+ return r !== "";
3430
+ let { previous: a, next: i } = e;
3431
+ return !a || !i ? true : r === "" ? false : a.kind === Le && i.kind === ie || i.kind === Le && a.kind === ie ? true : !(a.isCJ || i.isCJ);
3432
+ }
3433
+ function Bt(e, r, t, n) {
3434
+ if (t === "preserve" && r === `
3435
+ `)
3436
+ return L;
3437
+ let a = r === " " || r === `
3438
+ ` && wf(e, n);
3439
+ return kf(e, r, t, n) ? a ? qr : _r : a ? " " : "";
3440
+ }
3441
+ var Bf = /* @__PURE__ */ new Set(["listItem", "definition"]);
3442
+ function ji(e) {
3443
+ var a, i;
3444
+ let { previous: r, next: t } = e;
3445
+ 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;
3446
+ }
3447
+ function Tf(e, r, t) {
3448
+ var a;
3449
+ let { node: n } = e;
3450
+ if (Lf(e)) {
3451
+ let i = [""], u = Rr(r.originalText.slice(n.position.start.offset, n.position.end.offset));
3452
+ for (let o of u) {
3453
+ if (o.type === "word") {
3454
+ i.push([i.pop(), o.value]);
3455
+ continue;
3456
+ }
3457
+ let s = Bt(e, o.value, r.proseWrap, true);
3458
+ if (G(s) === Y) {
3459
+ i.push([i.pop(), s]);
3460
+ continue;
3461
+ }
3462
+ i.push(s, "");
3463
+ }
3464
+ return ze(i);
3465
+ }
3466
+ switch (n.type) {
3467
+ case "front-matter":
3468
+ return r.originalText.slice(n.position.start.offset, n.position.end.offset);
3469
+ case "root":
3470
+ return n.children.length === 0 ? "" : [Sf(e, r, t), L];
3471
+ case "paragraph":
3472
+ return Ui(e, r, t);
3473
+ case "sentence":
3474
+ return Yi(e, t);
3475
+ case "word": {
3476
+ 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]);
3477
+ 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;
3478
+ }
3479
+ case "whitespace": {
3480
+ let { next: i } = e, u = i && /^>|^(?:[*+-]|#{1,6}|\d+[).])$/u.test(i.value) ? "never" : r.proseWrap;
3481
+ return Bt(e, n.value, u);
3482
+ }
3483
+ case "emphasis": {
3484
+ let i;
3485
+ if (Ct(n.children[0]))
3486
+ i = r.originalText[n.position.start.offset];
3487
+ else {
3488
+ let u = ji(e), o = ((a = e.parent) == null ? void 0 : a.type) === "strong" && ji(e.ancestors);
3489
+ i = u || o || e.hasAncestor((s) => s.type === "emphasis") ? "*" : "_";
3490
+ }
3491
+ return [i, j(e, r, t), i];
3492
+ }
3493
+ case "strong":
3494
+ return ["**", j(e, r, t), "**"];
3495
+ case "delete":
3496
+ return ["~~", j(e, r, t), "~~"];
3497
+ case "inlineCode": {
3498
+ let i = r.proseWrap === "preserve" ? n.value : R(false, n.value, `
3499
+ `, " "), u = ei(i, "`"), o = "`".repeat(u || 1), s = i.startsWith("`") || i.endsWith("`") || /^[\n ]/u.test(i) && /[\n ]$/u.test(i) && /[^\n ]/u.test(i) ? " " : "";
3500
+ return [o, s, i, s, o];
3501
+ }
3502
+ case "wikiLink": {
3503
+ let i = "";
3504
+ return r.proseWrap === "preserve" ? i = n.value : i = R(false, n.value, /[\t\n]+/gu, " "), ["[[", i, "]]"];
3505
+ }
3506
+ case "link":
3507
+ switch (r.originalText[n.position.start.offset]) {
3508
+ case "<": {
3509
+ let i = "mailto:";
3510
+ 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, ">"];
3511
+ }
3512
+ case "[":
3513
+ return ["[", j(e, r, t), "](", Tt(n.url, ")"), Ur(n.title, r), ")"];
3514
+ default:
3515
+ return r.originalText.slice(n.position.start.offset, n.position.end.offset);
3516
+ }
3517
+ case "image":
3518
+ return ["![", n.alt || "", "](", Tt(n.url, ")"), Ur(n.title, r), ")"];
3519
+ case "blockquote":
3520
+ return ["> ", Ae("> ", j(e, r, t))];
3521
+ case "heading":
3522
+ return ["#".repeat(n.depth) + " ", j(e, r, t)];
3523
+ case "code": {
3524
+ if (n.isIndented) {
3525
+ let o = " ".repeat(4);
3526
+ return Ae(o, [o, be(n.value, L)]);
3527
+ }
3528
+ let i = r.__inJsTemplate ? "~" : "`", u = i.repeat(Math.max(3, Sr(n.value, i) + 1));
3529
+ return [u, n.lang || "", n.meta ? " " + n.meta : "", L, be(Nr(n, r.originalText), L), L, u];
3530
+ }
3531
+ case "html": {
3532
+ let { parent: i, isLast: u } = e, o = i.type === "root" && u ? n.value.trimEnd() : n.value, s = /^<!--.*-->$/su.test(o);
3533
+ return be(o, s ? L : _e(nr));
3534
+ }
3535
+ case "list": {
3536
+ let i = Hi(n, e.parent), u = ki(n, r);
3537
+ return j(e, r, t, { processor(o) {
3538
+ let s = c(), l = o.node;
3539
+ if (l.children.length === 2 && l.children[1].type === "html" && l.children[0].position.start.column !== l.children[1].position.start.column)
3540
+ return [s, Wi(o, r, t, s)];
3541
+ return [s, Ae(" ".repeat(s.length), Wi(o, r, t, s))];
3542
+ function c() {
3543
+ let f = n.ordered ? (o.isFirst ? n.start : u ? 1 : n.start + o.index) + (i % 2 === 0 ? ". " : ") ") : i % 2 === 0 ? "- " : "* ";
3544
+ return (n.isAligned || n.hasIndentedCodeblock) && n.ordered ? qf(f, r) : f;
3545
+ }
3546
+ } });
3547
+ }
3548
+ case "thematicBreak": {
3549
+ let { ancestors: i } = e, u = i.findIndex((s) => s.type === "list");
3550
+ return u === -1 ? "---" : Hi(i[u], i[u + 1]) % 2 === 0 ? "***" : "---";
3551
+ }
3552
+ case "linkReference":
3553
+ return ["[", j(e, r, t), "]", n.referenceType === "full" ? qt(n) : n.referenceType === "collapsed" ? "[]" : ""];
3554
+ case "imageReference":
3555
+ switch (n.referenceType) {
3556
+ case "full":
3557
+ return ["![", n.alt || "", "]", qt(n)];
3558
+ default:
3559
+ return ["![", n.alt, "]", n.referenceType === "collapsed" ? "[]" : ""];
3560
+ }
3561
+ case "definition": {
3562
+ let i = r.proseWrap === "always" ? qr : " ";
3563
+ return Ue([qt(n), ":", ir([i, Tt(n.url), n.title === null ? "" : [i, Ur(n.title, r, false)]])]);
3564
+ }
3565
+ case "footnote":
3566
+ return ["[^", j(e, r, t), "]"];
3567
+ case "footnoteReference":
3568
+ return Qi(n);
3569
+ case "footnoteDefinition": {
3570
+ 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);
3571
+ return [Qi(n), ": ", i ? j(e, r, t) : Ue([Ae(" ".repeat(4), j(e, r, t, { processor: ({ isFirst: u }) => u ? Ue([_r, t()]) : t() }))])];
3572
+ }
3573
+ case "table":
3574
+ return Mi(e, r, t);
3575
+ case "tableCell":
3576
+ return j(e, r, t);
3577
+ case "break":
3578
+ return /\s/u.test(r.originalText[n.position.start.offset]) ? [" ", _e(nr)] : ["\\", L];
3579
+ case "liquidNode":
3580
+ return be(n.value, L);
3581
+ case "import":
3582
+ case "export":
3583
+ case "jsx":
3584
+ return n.value;
3585
+ case "esComment":
3586
+ return ["{/* ", n.value, " */}"];
3587
+ case "math":
3588
+ return ["$$", L, n.value ? [be(n.value, L), L] : "", "$$"];
3589
+ case "inlineMath":
3590
+ return r.originalText.slice(Pe(n), Oe(n));
3591
+ case "tableRow":
3592
+ case "listItem":
3593
+ case "text":
3594
+ default:
3595
+ throw new ni(n, "Markdown");
3596
+ }
3597
+ }
3598
+ function Wi(e, r, t, n) {
3599
+ let { node: a } = e, i = a.checked === null ? "" : a.checked ? "[x] " : "[ ] ";
3600
+ return [i, j(e, r, t, { processor({ node: u, isFirst: o }) {
3601
+ if (o && u.type !== "list")
3602
+ return Ae(" ".repeat(i.length), t());
3603
+ let s = " ".repeat(Rf(r.tabWidth - n.length, 0, 3));
3604
+ return [s, Ae(s, t())];
3605
+ } })];
3606
+ }
3607
+ function qf(e, r) {
3608
+ let t = n();
3609
+ return e + " ".repeat(t >= 4 ? 0 : t);
3610
+ function n() {
3611
+ let a = e.length % r.tabWidth;
3612
+ return a === 0 ? 0 : r.tabWidth - a;
3613
+ }
3614
+ }
3615
+ function Hi(e, r) {
3616
+ return _f(e, r, (t) => t.ordered === e.ordered);
3617
+ }
3618
+ function _f(e, r, t) {
3619
+ let n = -1;
3620
+ for (let a of r.children)
3621
+ if (a.type === e.type && t(a) ? n++ : n = -1, a === e)
3622
+ return n;
3623
+ }
3624
+ function Sf(e, r, t) {
3625
+ let n = [], a = null, { children: i } = e.node;
3626
+ for (let [u, o] of i.entries())
3627
+ switch (_t(o)) {
3628
+ case "start":
3629
+ a === null && (a = { index: u, offset: o.position.end.offset });
3630
+ break;
3631
+ case "end":
3632
+ a !== null && (n.push({ start: a, end: { index: u, offset: o.position.start.offset } }), a = null);
3633
+ break;
3634
+ }
3635
+ return j(e, r, t, { processor({ index: u }) {
3636
+ if (n.length > 0) {
3637
+ let o = n[0];
3638
+ if (u === o.start.index)
3639
+ return [Ki(i[o.start.index]), r.originalText.slice(o.start.offset, o.end.offset), Ki(i[o.end.index])];
3640
+ if (o.start.index < u && u < o.end.index)
3641
+ return false;
3642
+ if (u === o.end.index)
3643
+ return n.shift(), false;
3644
+ }
3645
+ return t();
3646
+ } });
3647
+ }
3648
+ function j(e, r, t, n = {}) {
3649
+ let { processor: a = t } = n, i = [];
3650
+ return e.each(() => {
3651
+ let u = a(e);
3652
+ 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));
3653
+ }, "children"), i;
3654
+ }
3655
+ function Ki(e) {
3656
+ if (e.type === "html")
3657
+ return e.value;
3658
+ if (e.type === "paragraph" && Array.isArray(e.children) && e.children.length === 1 && e.children[0].type === "esComment")
3659
+ return ["{/* ", e.children[0].value, " */}"];
3660
+ }
3661
+ function _t(e) {
3662
+ let r;
3663
+ if (e.type === "html")
3664
+ r = e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/u);
3665
+ else {
3666
+ let t;
3667
+ 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));
3668
+ }
3669
+ return r ? r[1] || "next" : false;
3670
+ }
3671
+ function Pf({ node: e, parent: r }) {
3672
+ let t = vt.has(e.type), n = e.type === "html" && Ir.has(r.type);
3673
+ return !t && !n;
3674
+ }
3675
+ function Xi(e, r) {
3676
+ return e.type === "listItem" && (e.spread || r.originalText.charAt(e.position.end.offset - 1) === `
3677
+ `);
3678
+ }
3679
+ function Of({ node: e, previous: r, parent: t }, n) {
3680
+ if (Xi(r, n) || e.type === "list" && t.type === "listItem" && r.type === "code")
3681
+ return true;
3682
+ 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;
3683
+ return !(i || u || o || s || l);
3684
+ }
3685
+ function Ji({ node: e, previous: r }) {
3686
+ let t = r.type === "list", n = e.type === "code" && e.isIndented;
3687
+ return t && n;
3688
+ }
3689
+ function Lf(e) {
3690
+ let r = e.findAncestor((t) => t.type === "linkReference" || t.type === "imageReference");
3691
+ return r && (r.type !== "linkReference" || r.referenceType !== "full");
3692
+ }
3693
+ var If = (e, r) => {
3694
+ for (let t of r)
3695
+ e = R(false, e, t, encodeURIComponent(t));
3696
+ return e;
3697
+ };
3698
+ function Tt(e, r = []) {
3699
+ let t = [" ", ...Array.isArray(r) ? r : [r]];
3700
+ return new RegExp(t.map((n) => le(n)).join("|"), "u").test(e) ? `<${If(e, "<>")}>` : e;
3701
+ }
3702
+ function Ur(e, r, t = true) {
3703
+ if (!e)
3704
+ return "";
3705
+ if (t)
3706
+ return " " + Ur(e, r, false);
3707
+ if (e = R(false, e, /\\(?=["')])/gu, ""), e.includes('"') && e.includes("'") && !e.includes(")"))
3708
+ return `(${e})`;
3709
+ let n = ti(e, r.singleQuote);
3710
+ return e = R(false, e, "\\", "\\\\"), e = R(false, e, n, `\\${n}`), `${n}${e}${n}`;
3711
+ }
3712
+ function Rf(e, r, t) {
3713
+ return Math.max(r, Math.min(e, t));
3714
+ }
3715
+ function Nf(e) {
3716
+ return e.index > 0 && _t(e.previous) === "next";
3717
+ }
3718
+ function qt(e) {
3719
+ return `[${(0, Zi.default)(e.label)}]`;
3720
+ }
3721
+ function Qi(e) {
3722
+ return `[^${e.label}]`;
3723
+ }
3724
+ var Mf = { preprocess: Gi, print: Tf, embed: Bi, massageAstNode: Di, hasPrettierIgnore: Nf, insertPragma: ci, getVisitorKeys: _i }, eu = Mf;
3725
+ 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 }];
3726
+ 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." } };
3727
+ var Uf = { proseWrap: St.proseWrap, singleQuote: St.singleQuote }, tu = Uf;
3728
+ var zn = {};
3729
+ $n(zn, { markdown: () => tF, mdx: () => nF, remark: () => tF });
3730
+ var gl = Me(iu(), 1), El = Me(gu(), 1), vl = Me(pc(), 1), Cl = Me(al(), 1);
3731
+ 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 = `
3732
+
3733
+ `, cl = (e) => Hm.test(e), Un = (e) => Km.test(e), ll = (e, r) => {
3734
+ let t = r.indexOf(Jm), n = r.slice(0, t);
3735
+ if (Un(n) || cl(n))
3736
+ return e(n)({ type: Un(n) ? "export" : "import", value: n });
3737
+ }, fl = (e, r) => {
3738
+ let t = Xm.exec(r);
3739
+ if (t)
3740
+ return e(t[0])({ type: "esComment", value: t[1].trim() });
3741
+ };
3742
+ ll.locator = (e) => Un(e) || cl(e) ? -1 : 1;
3743
+ fl.locator = (e, r) => e.indexOf("{", r);
3744
+ var Dl = function() {
3745
+ let { Parser: e } = this, { blockTokenizers: r, blockMethods: t, inlineTokenizers: n, inlineMethods: a } = e.prototype;
3746
+ r.esSyntax = ll, n.esComment = fl, t.splice(t.indexOf("paragraph"), 0, "esSyntax"), a.splice(a.indexOf("text"), 0, "esComment");
3747
+ };
3748
+ var Qm = function() {
3749
+ let e = this.Parser.prototype;
3750
+ e.blockMethods = ["frontMatter", ...e.blockMethods], e.blockTokenizers.frontMatter = r;
3751
+ function r(t, n) {
3752
+ let a = Ge(n);
3753
+ if (a.frontMatter)
3754
+ return t(a.frontMatter.raw)(a.frontMatter);
3755
+ }
3756
+ r.onlyAtStart = true;
3757
+ }, pl = Qm;
3758
+ function Zm() {
3759
+ return (e) => ye(e, (r, t, [n]) => r.type !== "html" || sl.test(r.value) || Ir.has(n.type) ? r : { ...r, type: "jsx" });
3760
+ }
3761
+ var hl = Zm;
3762
+ var eF = function() {
3763
+ let e = this.Parser.prototype, r = e.inlineMethods;
3764
+ r.splice(r.indexOf("text"), 0, "liquid"), e.inlineTokenizers.liquid = t;
3765
+ function t(n, a) {
3766
+ let i = a.match(/^(\{%.*?%\}|\{\{.*?\}\})/su);
3767
+ if (i)
3768
+ return n(i[0])({ type: "liquidNode", value: i[0] });
3769
+ }
3770
+ t.locator = function(n, a) {
3771
+ return n.indexOf("{", a);
3772
+ };
3773
+ }, dl = eF;
3774
+ var rF = function() {
3775
+ let e = "wikiLink", r = /^\[\[(?<linkContents>.+?)\]\]/su, t = this.Parser.prototype, n = t.inlineMethods;
3776
+ n.splice(n.indexOf("link"), 0, e), t.inlineTokenizers.wikiLink = a;
3777
+ function a(i, u) {
3778
+ let o = r.exec(u);
3779
+ if (o) {
3780
+ let s = o.groups.linkContents.trim();
3781
+ return i(o[0])({ type: e, value: s });
3782
+ }
3783
+ }
3784
+ a.locator = function(i, u) {
3785
+ return i.indexOf("[", u);
3786
+ };
3787
+ }, ml = rF;
3788
+ function bl({ isMDX: e }) {
3789
+ return (r) => {
3790
+ let t = (0, Cl.default)().use(vl.default, { 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);
3791
+ return t.run(t.parse(r));
3792
+ };
3793
+ }
3794
+ function Fl() {
3795
+ }
3796
+ var Al = { astFormat: "mdast", hasPragma: oi, hasIgnorePragma: si, locStart: Pe, locEnd: Oe }, tF = { ...Al, parse: bl({ isMDX: false }) }, nF = { ...Al, parse: bl({ isMDX: true }) };
3797
+ var iF = { mdast: eu };
3798
+ var p2 = Gn;
3799
+ export {
3800
+ p2 as default,
3801
+ ru as languages,
3802
+ tu as options,
3803
+ zn as parsers,
3804
+ iF as printers
3805
+ };
3806
+ //# sourceMappingURL=markdown-d513479b.js.map