eddyter 1.3.44 → 1.3.51

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 (241) hide show
  1. package/LICENSE +24 -0
  2. package/README.md +489 -483
  3. package/dist/App.d.ts +2 -3
  4. package/dist/Provider/EditorProvider.d.ts +31 -32
  5. package/dist/Provider/LexicalProvider.d.ts +5 -6
  6. package/dist/api/ai/index.d.ts +83 -83
  7. package/dist/api/analytics.d.ts +21 -21
  8. package/dist/api/auth.d.ts +108 -108
  9. package/dist/api/bugReport.d.ts +27 -27
  10. package/dist/api/config/axios.d.ts +1 -2
  11. package/dist/api/config/endpoints.d.ts +24 -24
  12. package/dist/api/featureSuggestion.d.ts +23 -23
  13. package/dist/api/feedback.d.ts +26 -26
  14. package/dist/api/linkPreview.d.ts +15 -15
  15. package/dist/api/transcript/index.d.ts +21 -21
  16. package/dist/assets/style.css +1 -7989
  17. package/dist/{babel-d155920e.js → babel-44680aef.js} +4343 -4102
  18. package/dist/components/AiPlugin/index.d.ts +6 -6
  19. package/dist/components/AlignMenu/AlignMenu.d.ts +8 -9
  20. package/dist/components/AlignMenu/AlignMenuDrop.d.ts +2 -3
  21. package/dist/components/AlignMenu/index.d.ts +1 -1
  22. package/dist/components/AutoExpandingDemo.d.ts +5 -6
  23. package/dist/components/BlockFormatMenu/BlockFormatMenu.d.ts +2 -3
  24. package/dist/components/BlockFormatMenu/constants.d.ts +14 -14
  25. package/dist/components/BlockFormatMenu/index.d.ts +1 -1
  26. package/dist/components/BugReportDialog/index.d.ts +6 -6
  27. package/dist/components/ChartEditDialog.d.ts +8 -9
  28. package/dist/components/ChartInsertDialog.d.ts +7 -8
  29. package/dist/components/CodeActionMenuPlugin/components/CopyButton/index.d.ts +6 -7
  30. package/dist/components/CodeActionMenuPlugin/components/PrettierButton/index.d.ts +8 -9
  31. package/dist/components/CodeActionMenuPlugin/index.d.ts +4 -5
  32. package/dist/components/CodeActionMenuPlugin/utils.d.ts +1 -1
  33. package/dist/components/ColorPicker/ColorPicker.d.ts +2 -3
  34. package/dist/components/ColorPicker/index.d.ts +1 -1
  35. package/dist/components/CommentSidebar/CommentSidebar.d.ts +7 -8
  36. package/dist/components/CommentSidebar/index.d.ts +1 -1
  37. package/dist/components/CommentToggle/CommentToggle.d.ts +7 -8
  38. package/dist/components/CommentToggle/index.d.ts +1 -1
  39. package/dist/components/CommentView/CommentView.d.ts +8 -9
  40. package/dist/components/CommentView/index.d.ts +1 -1
  41. package/dist/components/ConfigurableEditorWithAuth.d.ts +34 -35
  42. package/dist/components/ContentPreview/index.d.ts +36 -37
  43. package/dist/components/DatePicker/DatePickerWidget.d.ts +6 -7
  44. package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +2 -3
  45. package/dist/components/EmojiPickerWidget/index.d.ts +1 -1
  46. package/dist/components/FeatureSuggestionDialog/index.d.ts +6 -6
  47. package/dist/components/FeedbackDialog/index.d.ts +7 -7
  48. package/dist/components/FileUpload/InsertFileDialog.d.ts +7 -7
  49. package/dist/components/FileUpload/InsertFileUploadedDialogBody.d.ts +4 -5
  50. package/dist/components/FileView/index.d.ts +8 -9
  51. package/dist/components/FontFamilySelect/FontFamilyMenu.d.ts +6 -7
  52. package/dist/components/FontSizePicker/FontSizeControl.d.ts +2 -3
  53. package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +2 -3
  54. package/dist/components/FormatTextMenu/FormatTextMenuDrop.d.ts +2 -3
  55. package/dist/components/FormatTextMenu/index.d.ts +1 -1
  56. package/dist/components/HighlightColorPicker/HighlightColorPicker.d.ts +6 -7
  57. package/dist/components/HtmlViewDisplay.d.ts +2 -3
  58. package/dist/components/ImageComparisonDialog/index.d.ts +10 -11
  59. package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +10 -11
  60. package/dist/components/ImageGenerationDialog/index.d.ts +10 -11
  61. package/dist/components/ImageInsertTest.d.ts +2 -3
  62. package/dist/components/ImageView/ImageDialog/ImageUploadDialogBody.d.ts +8 -9
  63. package/dist/components/ImageView/ImageDialog/index.d.ts +5 -6
  64. package/dist/components/ImageView/ImageResizer.d.ts +15 -16
  65. package/dist/components/ImageView/index.d.ts +16 -17
  66. package/dist/components/InsertMenu/InsertMenu.d.ts +8 -9
  67. package/dist/components/InsertMenu/InsertMenuDrop.d.ts +8 -9
  68. package/dist/components/InsertMenu/index.d.ts +1 -1
  69. package/dist/components/LanguageSelectorDialog/index.d.ts +7 -8
  70. package/dist/components/LinkPreviewHover/index.d.ts +40 -40
  71. package/dist/components/NotePanelMenu/NotePanelMenu.d.ts +5 -6
  72. package/dist/components/NotePanelMenu/index.d.ts +1 -1
  73. package/dist/components/NotePanelView/NotePanelView.d.ts +8 -9
  74. package/dist/components/NotePanelView/index.d.ts +1 -1
  75. package/dist/components/Placeholder/Placeholder.d.ts +2 -3
  76. package/dist/components/Placeholder/index.d.ts +1 -1
  77. package/dist/components/Placeholder/styles.d.ts +1 -1
  78. package/dist/components/ScopedEditor.d.ts +8 -8
  79. package/dist/components/SignatureCaption/index.d.ts +5 -6
  80. package/dist/components/TableColorPicker/index.d.ts +7 -8
  81. package/dist/components/TableModal/TableModal.d.ts +9 -10
  82. package/dist/components/TextEnhanceDialog/index.d.ts +9 -10
  83. package/dist/components/ToneAdjustDialog/index.d.ts +7 -8
  84. package/dist/components/Toolbar/Toolbar.d.ts +2 -3
  85. package/dist/components/Toolbar/index.d.ts +1 -1
  86. package/dist/components/Toolbar/styles.d.ts +6 -6
  87. package/dist/components/VoiceTranscriptIcon/VoiceTranscriptIcon.d.ts +1 -2
  88. package/dist/components/VoiceTranscriptIcon/index.d.ts +1 -1
  89. package/dist/components/ui/avatar.d.ts +6 -6
  90. package/dist/components/ui/badge.d.ts +8 -9
  91. package/dist/components/ui/button.d.ts +10 -11
  92. package/dist/components/ui/calendar.d.ts +7 -8
  93. package/dist/components/ui/card.d.ts +8 -8
  94. package/dist/components/ui/checkbox.d.ts +4 -4
  95. package/dist/components/ui/dialog.d.ts +19 -19
  96. package/dist/components/ui/dropdown-menu.d.ts +27 -27
  97. package/dist/components/ui/input.d.ts +3 -3
  98. package/dist/components/ui/label.d.ts +4 -4
  99. package/dist/components/ui/popover.d.ts +7 -7
  100. package/dist/components/ui/select.d.ts +13 -13
  101. package/dist/components/ui/separator.d.ts +4 -4
  102. package/dist/components/ui/sheet.d.ts +24 -24
  103. package/dist/components/ui/skeleton.d.ts +3 -3
  104. package/dist/components/ui/tabs.d.ts +7 -7
  105. package/dist/components/ui/textarea.d.ts +3 -3
  106. package/dist/components/ui/tooltip.d.ts +7 -7
  107. package/dist/constants.d.ts +21 -22
  108. package/dist/context/CommentContext.d.ts +42 -43
  109. package/dist/context/HtmlViewContext.d.ts +16 -17
  110. package/dist/context/ToolbarContext.d.ts +55 -56
  111. package/dist/editorConfig.d.ts +70 -70
  112. package/dist/estree-a7dc9ac5.js +4647 -0
  113. package/dist/hooks/useAutoExpandingHeight.d.ts +15 -15
  114. package/dist/hooks/useBlockFormat.d.ts +16 -17
  115. package/dist/hooks/useColorPicker.d.ts +6 -6
  116. package/dist/hooks/useCustomCommands.d.ts +2 -3
  117. package/dist/hooks/useDebounce.d.ts +1 -1
  118. package/dist/hooks/useEditorToolbar.d.ts +9 -10
  119. package/dist/hooks/useFeedbackEligibility.d.ts +18 -18
  120. package/dist/hooks/useInsertMenu.d.ts +9 -9
  121. package/dist/hooks/useModal.d.ts +5 -5
  122. package/dist/hooks/useReactNativeBridge.d.ts +54 -54
  123. package/dist/hooks/useS3Uploader.d.ts +21 -21
  124. package/dist/hooks/useVoiceToText.d.ts +20 -20
  125. package/dist/html-f2fcab26.js +2882 -0
  126. package/dist/html2pdf.bundle-09e49a74.js +34001 -0
  127. package/dist/html2pdf.bundle.min-5c629a1a.js +21964 -0
  128. package/dist/index-1cd4fd49.js +1002 -0
  129. package/dist/index-269df0bf.js +35387 -0
  130. package/dist/index-28f8506d.js +111 -0
  131. package/dist/index.d.ts +14 -14
  132. package/dist/index.js +13 -14
  133. package/dist/lib/utils.d.ts +1 -2
  134. package/dist/main.d.ts +0 -1
  135. package/dist/markdown-48d2f5f1.js +3592 -0
  136. package/dist/nodes/ChartNode.d.ts +40 -41
  137. package/dist/nodes/CommentNode.d.ts +33 -34
  138. package/dist/nodes/CommentedTextNode.d.ts +28 -29
  139. package/dist/nodes/EmbedNode.d.ts +31 -32
  140. package/dist/nodes/FileNode.d.ts +31 -32
  141. package/dist/nodes/ImageNode.d.ts +64 -65
  142. package/dist/nodes/MentionNode.d.ts +74 -75
  143. package/dist/nodes/NotePanelNode.d.ts +30 -31
  144. package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +24 -25
  145. package/dist/pages/ConfigurableEditor/index.d.ts +2 -2
  146. package/dist/pages/NotFound.d.ts +2 -2
  147. package/dist/pages/RichTextEditor.d.ts +6 -6
  148. package/dist/pages/TextareaEditor.d.ts +6 -6
  149. package/dist/pages/styles.d.ts +5 -5
  150. package/dist/plugins/AIChatPlugin.d.ts +10 -11
  151. package/dist/plugins/AndroidKeyboardFixPlugin.d.ts +16 -16
  152. package/dist/plugins/AutocompletePlugin.d.ts +22 -22
  153. package/dist/plugins/CodeBlockNormalizerPlugin.d.ts +8 -8
  154. package/dist/plugins/CodeBlockSelectAllPlugin.d.ts +8 -8
  155. package/dist/plugins/CodeHighlightPlugin.d.ts +2 -3
  156. package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +20 -21
  157. package/dist/plugins/CommentBubblePlugin.d.ts +2 -3
  158. package/dist/plugins/CommentPlugin.d.ts +6 -7
  159. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRuleNode.d.ts +28 -29
  160. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRulePlugin.d.ts +3 -3
  161. package/dist/plugins/CustomHorizontalRulePlugin/HorizontalRuleCustomizationDialog.d.ts +6 -7
  162. package/dist/plugins/CustomHorizontalRulePlugin/index.d.ts +3 -3
  163. package/dist/plugins/DragDropPastePlugin/index.d.ts +8 -8
  164. package/dist/plugins/EmbedPreviewPlugin/FloatingEmbedMenuPlugin.d.ts +3 -4
  165. package/dist/plugins/EmbedPreviewPlugin/index.d.ts +5 -6
  166. package/dist/plugins/FilePlugin.d.ts +7 -8
  167. package/dist/plugins/FloatingLinkEditorPlugin/index.d.ts +5 -6
  168. package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +26 -27
  169. package/dist/plugins/GrammarCheckPlugin.d.ts +1 -2
  170. package/dist/plugins/HtmlCodeViewPlugin/index.d.ts +2 -2
  171. package/dist/plugins/HtmlImportPlugin.d.ts +5 -5
  172. package/dist/plugins/HtmlSyncPlugin.d.ts +3 -3
  173. package/dist/plugins/ImagePlugin.d.ts +6 -7
  174. package/dist/plugins/LinkPlugin/index.d.ts +5 -6
  175. package/dist/plugins/LinkPreviewPlugin/index.d.ts +4 -4
  176. package/dist/plugins/LocalStoragePlugin.d.ts +6 -7
  177. package/dist/plugins/MarkdownShortcutsPlugin/index.d.ts +20 -20
  178. package/dist/plugins/MentionsPlugin/index.d.ts +6 -7
  179. package/dist/plugins/NotePanelPlugin.d.ts +6 -7
  180. package/dist/plugins/PasteOptionsPlugin/index.d.ts +17 -17
  181. package/dist/plugins/RichTextPastePlugin/index.d.ts +5 -6
  182. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +5 -6
  183. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +9 -9
  184. package/dist/plugins/SignatureCanvasPlugin/index.d.ts +2 -2
  185. package/dist/plugins/SlashCommandPlugin/index.d.ts +2 -2
  186. package/dist/plugins/TableActionMenuPlugin/index.d.ts +5 -6
  187. package/dist/plugins/TableCellResizer/index.d.ts +1 -2
  188. package/dist/plugins/TableHoverActionsPlugin/index.d.ts +4 -4
  189. package/dist/plugins/TablePlugin.d.ts +4 -5
  190. package/dist/plugins/Tableimageautoresizeplugin.d.ts +1 -1
  191. package/dist/plugins/TextEnhancePlugin.d.ts +6 -6
  192. package/dist/plugins/TreeViewPlugin.d.ts +2 -3
  193. package/dist/plugins/UsageTrackingPlugin.d.ts +15 -15
  194. package/dist/plugins/VoiceTranscriptPlugin.d.ts +22 -22
  195. package/dist/plugins/WordCountPlugin.d.ts +2 -3
  196. package/dist/postcss-9ac167c3.js +5172 -0
  197. package/dist/services/chartService.d.ts +18 -19
  198. package/dist/standalone-2029bc8b.js +2467 -0
  199. package/dist/styles/PlaygroundEditorTheme.d.ts +2 -3
  200. package/dist/types.d.ts +201 -202
  201. package/dist/typescript-bd1bb88f.js +13632 -0
  202. package/dist/ui/ColorPicker.d.ts +13 -14
  203. package/dist/ui/Icons.d.ts +80 -80
  204. package/dist/ui/TextInput.d.ts +10 -11
  205. package/dist/utils/dateFormats.d.ts +33 -33
  206. package/dist/utils/debounce.d.ts +5 -6
  207. package/dist/utils/editorStyleConverter.d.ts +16 -17
  208. package/dist/utils/export.d.ts +1 -2
  209. package/dist/utils/getDOMRangeRect.d.ts +13 -13
  210. package/dist/utils/getSelectedNode.d.ts +2 -3
  211. package/dist/utils/helper.d.ts +3 -3
  212. package/dist/utils/index.d.ts +3 -4
  213. package/dist/utils/invarient.d.ts +1 -1
  214. package/dist/utils/setFloatingElemPosition.d.ts +8 -8
  215. package/dist/utils/setFloatingElemPositionForLinkEditor.d.ts +1 -1
  216. package/dist/utils/url.d.ts +9 -9
  217. package/package.json +150 -149
  218. package/dist/babel-d155920e.js.map +0 -1
  219. package/dist/estree-b1fff53b.js +0 -4706
  220. package/dist/estree-b1fff53b.js.map +0 -1
  221. package/dist/html-f95ee5dc.js +0 -2885
  222. package/dist/html-f95ee5dc.js.map +0 -1
  223. package/dist/html2pdf.bundle-71c6840e.js +0 -46128
  224. package/dist/html2pdf.bundle-71c6840e.js.map +0 -1
  225. package/dist/html2pdf.bundle.min-570c9085.js +0 -21987
  226. package/dist/html2pdf.bundle.min-570c9085.js.map +0 -1
  227. package/dist/index-6eb4d179.js +0 -46618
  228. package/dist/index-6eb4d179.js.map +0 -1
  229. package/dist/index-92744040.js +0 -1282
  230. package/dist/index-92744040.js.map +0 -1
  231. package/dist/index-bb293cb2.js +0 -161
  232. package/dist/index-bb293cb2.js.map +0 -1
  233. package/dist/index.js.map +0 -1
  234. package/dist/markdown-1d9e6c3f.js +0 -3759
  235. package/dist/markdown-1d9e6c3f.js.map +0 -1
  236. package/dist/postcss-c2592f3f.js +0 -5399
  237. package/dist/postcss-c2592f3f.js.map +0 -1
  238. package/dist/standalone-bcc7f37a.js +0 -2649
  239. package/dist/standalone-bcc7f37a.js.map +0 -1
  240. package/dist/typescript-48c10f50.js +0 -13601
  241. package/dist/typescript-48c10f50.js.map +0 -1
@@ -0,0 +1,3592 @@
1
+ var ur = Object.defineProperty;
2
+ var er = (u, e, t) => e in u ? ur(u, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : u[e] = t;
3
+ var ke = (u, e, t) => (er(u, typeof e != "symbol" ? e + "" : e, t), t);
4
+ var tr = Object.create, Pe = Object.defineProperty, rr = Object.getOwnPropertyDescriptor, nr = Object.getOwnPropertyNames, ir = Object.getPrototypeOf, or = Object.prototype.hasOwnProperty, Et = (u) => {
5
+ throw TypeError(u);
6
+ }, N = (u, e) => () => (e || u((e = { exports: {} }).exports, e), e.exports), vt = (u, e) => {
7
+ for (var t in e)
8
+ Pe(u, t, { get: e[t], enumerable: !0 });
9
+ }, ar = (u, e, t, n) => {
10
+ if (e && typeof e == "object" || typeof e == "function")
11
+ for (let r of nr(e))
12
+ !or.call(u, r) && r !== t && Pe(u, r, { get: () => e[r], enumerable: !(n = rr(e, r)) || n.enumerable });
13
+ return u;
14
+ }, Mu = (u, e, t) => (t = u != null ? tr(ir(u)) : {}, ar(e || !u || !u.__esModule ? Pe(t, "default", { value: u, enumerable: !0 }) : t, u)), xt = (u, e, t) => e.has(u) || Et("Cannot " + t), ku = (u, e, t) => (xt(u, e, "read from private field"), t ? t.call(u) : e.get(u)), Dr = (u, e, t) => e.has(u) ? Et("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(u) : e.set(u, t), lr = (u, e, t, n) => (xt(u, e, "write to private field"), n ? n.call(u, t) : e.set(u, t), t), je = N((u, e) => {
15
+ e.exports = t;
16
+ function t(n) {
17
+ return String(n).replace(/\s+/g, " ");
18
+ }
19
+ }), sr = N((u, e) => {
20
+ e.exports = p;
21
+ var t = 9, n = 10, r = 32, i = 33, a = 58, o = 91, D = 92, s = 93, l = 94, c = 96, f = 4, h = 1024;
22
+ function p(d) {
23
+ var C = this.Parser, g = this.Compiler;
24
+ E(C) && v(C, d), A(g) && F(g);
25
+ }
26
+ function E(d) {
27
+ return !!(d && d.prototype && d.prototype.blockTokenizers);
28
+ }
29
+ function A(d) {
30
+ return !!(d && d.prototype && d.prototype.visitors);
31
+ }
32
+ function v(d, C) {
33
+ for (var g = C || {}, y = d.prototype, w = y.blockTokenizers, T = y.inlineTokenizers, b = y.blockMethods, k = y.inlineMethods, L = w.definition, I = T.reference, x = [], S = -1, M = b.length, z; ++S < M; )
34
+ z = b[S], !(z === "newline" || z === "indentedCode" || z === "paragraph" || z === "footnoteDefinition") && x.push([z]);
35
+ x.push(["footnoteDefinition"]), g.inlineNotes && (B(k, "reference", "inlineNote"), T.inlineNote = J), B(b, "definition", "footnoteDefinition"), B(k, "reference", "footnoteCall"), w.definition = O, w.footnoteDefinition = V, T.footnoteCall = q, T.reference = j, y.interruptFootnoteDefinition = x, j.locator = I.locator, q.locator = $, J.locator = U;
36
+ function V(R, P, G) {
37
+ for (var W = this, Y = W.interruptFootnoteDefinition, K = W.offset, eu = P.length + 1, H = 0, Q = [], su, lu, uu, _, X, pu, yu, hu, Fu, nu, du, tu, Z; H < eu && (_ = P.charCodeAt(H), !(_ !== t && _ !== r)); )
38
+ H++;
39
+ if (P.charCodeAt(H++) === o && P.charCodeAt(H++) === l) {
40
+ for (lu = H; H < eu; ) {
41
+ if (_ = P.charCodeAt(H), _ !== _ || _ === n || _ === t || _ === r)
42
+ return;
43
+ if (_ === s) {
44
+ uu = H, H++;
45
+ break;
46
+ }
47
+ H++;
48
+ }
49
+ if (!(uu === void 0 || lu === uu || P.charCodeAt(H++) !== a)) {
50
+ if (G)
51
+ return !0;
52
+ for (su = P.slice(lu, uu), X = R.now(), Fu = 0, nu = 0, du = H, tu = []; H < eu; ) {
53
+ if (_ = P.charCodeAt(H), _ !== _ || _ === n)
54
+ Z = { start: Fu, contentStart: du || H, contentEnd: H, end: H }, tu.push(Z), _ === n && (Fu = H + 1, nu = 0, du = void 0, Z.end = Fu);
55
+ else if (nu !== void 0)
56
+ if (_ === r || _ === t)
57
+ nu += _ === r ? 1 : f - nu % f, nu > f && (nu = void 0, du = H);
58
+ else {
59
+ if (nu < f && Z && (Z.contentStart === Z.contentEnd || m(Y, w, W, [R, P.slice(H, h), !0])))
60
+ break;
61
+ nu = void 0, du = H;
62
+ }
63
+ H++;
64
+ }
65
+ for (H = -1, eu = tu.length; eu > 0 && (Z = tu[eu - 1], Z.contentStart === Z.contentEnd); )
66
+ eu--;
67
+ for (pu = R(P.slice(0, Z.contentEnd)); ++H < eu; )
68
+ Z = tu[H], K[X.line + H] = (K[X.line + H] || 0) + (Z.contentStart - Z.start), Q.push(P.slice(Z.contentStart, Z.end));
69
+ return yu = W.enterBlock(), hu = W.tokenizeBlock(Q.join(""), X), yu(), pu({ type: "footnoteDefinition", identifier: su.toLowerCase(), label: su, children: hu });
70
+ }
71
+ }
72
+ }
73
+ function q(R, P, G) {
74
+ var W = P.length + 1, Y = 0, K, eu, H, Q;
75
+ if (P.charCodeAt(Y++) === o && P.charCodeAt(Y++) === l) {
76
+ for (eu = Y; Y < W; ) {
77
+ if (Q = P.charCodeAt(Y), Q !== Q || Q === n || Q === t || Q === r)
78
+ return;
79
+ if (Q === s) {
80
+ H = Y, Y++;
81
+ break;
82
+ }
83
+ Y++;
84
+ }
85
+ if (!(H === void 0 || eu === H))
86
+ return G ? !0 : (K = P.slice(eu, H), R(P.slice(0, Y))({ type: "footnoteReference", identifier: K.toLowerCase(), label: K }));
87
+ }
88
+ }
89
+ function J(R, P, G) {
90
+ var W = this, Y = P.length + 1, K = 0, eu = 0, H, Q, su, lu, uu, _, X;
91
+ if (P.charCodeAt(K++) === l && P.charCodeAt(K++) === o) {
92
+ for (su = K; K < Y; ) {
93
+ if (Q = P.charCodeAt(K), Q !== Q)
94
+ return;
95
+ if (_ === void 0)
96
+ if (Q === D)
97
+ K += 2;
98
+ else if (Q === o)
99
+ eu++, K++;
100
+ else if (Q === s)
101
+ if (eu === 0) {
102
+ lu = K, K++;
103
+ break;
104
+ } else
105
+ eu--, K++;
106
+ else if (Q === c) {
107
+ for (uu = K, _ = 1; P.charCodeAt(uu + _) === c; )
108
+ _++;
109
+ K += _;
110
+ } else
111
+ K++;
112
+ else if (Q === c) {
113
+ for (uu = K, X = 1; P.charCodeAt(uu + X) === c; )
114
+ X++;
115
+ K += X, _ === X && (_ = void 0), X = void 0;
116
+ } else
117
+ K++;
118
+ }
119
+ if (lu !== void 0)
120
+ return G ? !0 : (H = R.now(), H.column += 2, H.offset += 2, R(P.slice(0, K))({ type: "footnote", children: W.tokenizeInline(P.slice(su, lu), H) }));
121
+ }
122
+ }
123
+ function j(R, P, G) {
124
+ var W = 0;
125
+ if (P.charCodeAt(W) === i && W++, P.charCodeAt(W) === o && P.charCodeAt(W + 1) !== l)
126
+ return I.call(this, R, P, G);
127
+ }
128
+ function O(R, P, G) {
129
+ for (var W = 0, Y = P.charCodeAt(W); Y === r || Y === t; )
130
+ Y = P.charCodeAt(++W);
131
+ if (Y === o && P.charCodeAt(W + 1) !== l)
132
+ return L.call(this, R, P, G);
133
+ }
134
+ function $(R, P) {
135
+ return R.indexOf("[", P);
136
+ }
137
+ function U(R, P) {
138
+ return R.indexOf("^[", P);
139
+ }
140
+ }
141
+ function F(d) {
142
+ var C = d.prototype.visitors, g = " ";
143
+ C.footnote = y, C.footnoteReference = w, C.footnoteDefinition = T;
144
+ function y(b) {
145
+ return "^[" + this.all(b).join("") + "]";
146
+ }
147
+ function w(b) {
148
+ return "[^" + (b.label || b.identifier) + "]";
149
+ }
150
+ function T(b) {
151
+ for (var k = this.all(b).join(`
152
+
153
+ `).split(`
154
+ `), L = 0, I = k.length, x; ++L < I; )
155
+ x = k[L], x !== "" && (k[L] = g + x);
156
+ return "[^" + (b.label || b.identifier) + "]: " + k.join(`
157
+ `);
158
+ }
159
+ }
160
+ function B(d, C, g) {
161
+ d.splice(d.indexOf(C), 0, g);
162
+ }
163
+ function m(d, C, g, y) {
164
+ for (var w = d.length, T = -1; ++T < w; )
165
+ if (C[d[T][0]].apply(g, y))
166
+ return !0;
167
+ return !1;
168
+ }
169
+ }), Bt = N((u) => {
170
+ u.isRemarkParser = e, u.isRemarkCompiler = t;
171
+ function e(n) {
172
+ return !!(n && n.prototype && n.prototype.blockTokenizers);
173
+ }
174
+ function t(n) {
175
+ return !!(n && n.prototype && n.prototype.visitors);
176
+ }
177
+ }), cr = N((u, e) => {
178
+ var t = Bt();
179
+ e.exports = c;
180
+ var n = 9, r = 32, i = 36, a = 48, o = 57, D = 92, s = ["math", "math-inline"], l = "math-display";
181
+ function c(p) {
182
+ let E = this.Parser, A = this.Compiler;
183
+ t.isRemarkParser(E) && f(E, p), t.isRemarkCompiler(A) && h(A);
184
+ }
185
+ function f(p, E) {
186
+ let A = p.prototype, v = A.inlineMethods;
187
+ B.locator = F, A.inlineTokenizers.math = B, v.splice(v.indexOf("text"), 0, "math");
188
+ function F(m, d) {
189
+ return m.indexOf("$", d);
190
+ }
191
+ function B(m, d, C) {
192
+ let g = d.length, y = !1, w = !1, T = 0, b, k, L, I, x, S, M;
193
+ if (d.charCodeAt(T) === D && (w = !0, T++), d.charCodeAt(T) === i) {
194
+ if (T++, w)
195
+ return C ? !0 : m(d.slice(0, T))({ type: "text", value: "$" });
196
+ if (d.charCodeAt(T) === i && (y = !0, T++), L = d.charCodeAt(T), !(L === r || L === n)) {
197
+ for (I = T; T < g; ) {
198
+ if (k = L, L = d.charCodeAt(T + 1), k === i) {
199
+ if (b = d.charCodeAt(T - 1), b !== r && b !== n && (L !== L || L < a || L > o) && (!y || L === i)) {
200
+ x = T - 1, T++, y && T++, S = T;
201
+ break;
202
+ }
203
+ } else
204
+ k === D && (T++, L = d.charCodeAt(T + 1));
205
+ T++;
206
+ }
207
+ if (S !== void 0)
208
+ return C ? !0 : (M = d.slice(I, x + 1), m(d.slice(0, S))({ type: "inlineMath", value: M, data: { hName: "span", hProperties: { className: s.concat(y && E.inlineMathDouble ? [l] : []) }, hChildren: [{ type: "text", value: M }] } }));
209
+ }
210
+ }
211
+ }
212
+ }
213
+ function h(p) {
214
+ let E = p.prototype;
215
+ E.visitors.inlineMath = A;
216
+ function A(v) {
217
+ let F = "$";
218
+ return (v.data && v.data.hProperties && v.data.hProperties.className || []).includes(l) && (F = "$$"), F + v.value + F;
219
+ }
220
+ }
221
+ }), fr = N((u, e) => {
222
+ var t = Bt();
223
+ e.exports = l;
224
+ var n = 10, r = 32, i = 36, a = `
225
+ `, o = "$", D = 2, s = ["math", "math-display"];
226
+ function l() {
227
+ let h = this.Parser, p = this.Compiler;
228
+ t.isRemarkParser(h) && c(h), t.isRemarkCompiler(p) && f(p);
229
+ }
230
+ function c(h) {
231
+ let p = h.prototype, E = p.blockMethods, A = p.interruptParagraph, v = p.interruptList, F = p.interruptBlockquote;
232
+ p.blockTokenizers.math = B, E.splice(E.indexOf("fencedCode") + 1, 0, "math"), A.splice(A.indexOf("fencedCode") + 1, 0, ["math"]), v.splice(v.indexOf("fencedCode") + 1, 0, ["math"]), F.splice(F.indexOf("fencedCode") + 1, 0, ["math"]);
233
+ function B(m, d, C) {
234
+ var g = d.length, y = 0;
235
+ let w, T, b, k, L, I, x, S, M, z, V;
236
+ for (; y < g && d.charCodeAt(y) === r; )
237
+ y++;
238
+ for (L = y; y < g && d.charCodeAt(y) === i; )
239
+ y++;
240
+ if (I = y - L, !(I < D)) {
241
+ for (; y < g && d.charCodeAt(y) === r; )
242
+ y++;
243
+ for (x = y; y < g; ) {
244
+ if (w = d.charCodeAt(y), w === i)
245
+ return;
246
+ if (w === n)
247
+ break;
248
+ y++;
249
+ }
250
+ if (d.charCodeAt(y) === n) {
251
+ if (C)
252
+ return !0;
253
+ for (T = [], x !== y && T.push(d.slice(x, y)), y++, b = d.indexOf(a, y + 1), b = b === -1 ? g : b; y < g; ) {
254
+ for (S = !1, z = y, V = b, k = b, M = 0; k > z && d.charCodeAt(k - 1) === r; )
255
+ k--;
256
+ for (; k > z && d.charCodeAt(k - 1) === i; )
257
+ M++, k--;
258
+ for (I <= M && d.indexOf(o, z) === k && (S = !0, V = k); z <= V && z - y < L && d.charCodeAt(z) === r; )
259
+ z++;
260
+ if (S)
261
+ for (; V > z && d.charCodeAt(V - 1) === r; )
262
+ V--;
263
+ if ((!S || z !== V) && T.push(d.slice(z, V)), S)
264
+ break;
265
+ y = b + 1, b = d.indexOf(a, y + 1), b = b === -1 ? g : b;
266
+ }
267
+ return T = T.join(`
268
+ `), m(d.slice(0, b))({ type: "math", value: T, data: { hName: "div", hProperties: { className: s.concat() }, hChildren: [{ type: "text", value: T }] } });
269
+ }
270
+ }
271
+ }
272
+ }
273
+ function f(h) {
274
+ let p = h.prototype;
275
+ p.visitors.math = E;
276
+ function E(A) {
277
+ return `$$
278
+ ` + A.value + `
279
+ $$`;
280
+ }
281
+ }
282
+ }), pr = N((u, e) => {
283
+ var t = cr(), n = fr();
284
+ e.exports = r;
285
+ function r(i) {
286
+ var a = i || {};
287
+ n.call(this, a), t.call(this, a);
288
+ }
289
+ }), Uu = N((u, e) => {
290
+ e.exports = n;
291
+ var t = Object.prototype.hasOwnProperty;
292
+ function n() {
293
+ for (var r = {}, i = 0; i < arguments.length; i++) {
294
+ var a = arguments[i];
295
+ for (var o in a)
296
+ t.call(a, o) && (r[o] = a[o]);
297
+ }
298
+ return r;
299
+ }
300
+ }), hr = N((u, e) => {
301
+ typeof Object.create == "function" ? e.exports = function(t, n) {
302
+ n && (t.super_ = n, t.prototype = Object.create(n.prototype, { constructor: { value: t, enumerable: !1, writable: !0, configurable: !0 } }));
303
+ } : e.exports = function(t, n) {
304
+ if (n) {
305
+ t.super_ = n;
306
+ var r = function() {
307
+ };
308
+ r.prototype = n.prototype, t.prototype = new r(), t.prototype.constructor = t;
309
+ }
310
+ };
311
+ }), dr = N((u, e) => {
312
+ var t = Uu(), n = hr();
313
+ e.exports = r;
314
+ function r(i) {
315
+ var a, o, D;
316
+ n(l, i), n(s, l), a = l.prototype;
317
+ for (o in a)
318
+ D = a[o], D && typeof D == "object" && (a[o] = "concat" in D ? D.concat() : t(D));
319
+ return l;
320
+ function s(c) {
321
+ return i.apply(this, c);
322
+ }
323
+ function l() {
324
+ return this instanceof l ? i.apply(this, arguments) : new s(arguments);
325
+ }
326
+ }
327
+ }), Fr = N((u, e) => {
328
+ e.exports = t;
329
+ function t(n, r, i) {
330
+ return a;
331
+ function a() {
332
+ var o = i || this, D = o[n];
333
+ return o[n] = !r, s;
334
+ function s() {
335
+ o[n] = D;
336
+ }
337
+ }
338
+ }
339
+ }), Cr = N((u, e) => {
340
+ e.exports = t;
341
+ function t(n) {
342
+ for (var r = String(n), i = [], a = /\r?\n|\r/g; a.exec(r); )
343
+ i.push(a.lastIndex);
344
+ return i.push(r.length + 1), { toPoint: o, toPosition: o, toOffset: D };
345
+ function o(s) {
346
+ var l = -1;
347
+ if (s > -1 && s < i[i.length - 1]) {
348
+ for (; ++l < i.length; )
349
+ if (i[l] > s)
350
+ return { line: l + 1, column: s - (i[l - 1] || 0) + 1, offset: s };
351
+ }
352
+ return {};
353
+ }
354
+ function D(s) {
355
+ var l = s && s.line, c = s && s.column, f;
356
+ return !isNaN(l) && !isNaN(c) && l - 1 in i && (f = (i[l - 2] || 0) + c - 1 || 0), f > -1 && f < i[i.length - 1] ? f : -1;
357
+ }
358
+ }
359
+ }), Ar = N((u, e) => {
360
+ e.exports = n;
361
+ var t = "\\";
362
+ function n(r, i) {
363
+ return a;
364
+ function a(o) {
365
+ for (var D = 0, s = o.indexOf(t), l = r[i], c = [], f; s !== -1; )
366
+ c.push(o.slice(D, s)), D = s + 1, f = o.charAt(D), (!f || l.indexOf(f) === -1) && c.push(t), s = o.indexOf(t, D + 1);
367
+ return c.push(o.slice(D)), c.join("");
368
+ }
369
+ }
370
+ }), gr = N((u, e) => {
371
+ e.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: "ÿ" };
372
+ }), mr = N((u, e) => {
373
+ e.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: "Ÿ" };
374
+ }), Vu = N((u, e) => {
375
+ e.exports = t;
376
+ function t(n) {
377
+ var r = typeof n == "string" ? n.charCodeAt(0) : n;
378
+ return r >= 48 && r <= 57;
379
+ }
380
+ }), Er = N((u, e) => {
381
+ e.exports = t;
382
+ function t(n) {
383
+ var r = typeof n == "string" ? n.charCodeAt(0) : n;
384
+ return r >= 97 && r <= 102 || r >= 65 && r <= 70 || r >= 48 && r <= 57;
385
+ }
386
+ }), ne = N((u, e) => {
387
+ e.exports = t;
388
+ function t(n) {
389
+ var r = typeof n == "string" ? n.charCodeAt(0) : n;
390
+ return r >= 97 && r <= 122 || r >= 65 && r <= 90;
391
+ }
392
+ }), vr = N((u, e) => {
393
+ var t = ne(), n = Vu();
394
+ e.exports = r;
395
+ function r(i) {
396
+ return t(i) || n(i);
397
+ }
398
+ }), xr = N((u, e) => {
399
+ e.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: `
400
+ `, 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: "‌" };
401
+ }), Br = N((u, e) => {
402
+ var t = xr();
403
+ e.exports = r;
404
+ var n = {}.hasOwnProperty;
405
+ function r(i) {
406
+ return n.call(t, i) ? t[i] : !1;
407
+ }
408
+ }), ve = N((u, e) => {
409
+ var t = gr(), n = mr(), r = Vu(), i = Er(), a = vr(), o = Br();
410
+ e.exports = J;
411
+ var D = {}.hasOwnProperty, s = String.fromCharCode, l = Function.prototype, c = { warning: null, reference: null, text: null, warningContext: null, referenceContext: null, textContext: null, position: {}, additional: null, attribute: !1, nonTerminated: !0 }, f = 9, h = 10, p = 12, E = 32, A = 38, v = 59, F = 60, B = 61, m = 35, d = 88, C = 120, g = 65533, y = "named", w = "hexadecimal", T = "decimal", b = {};
412
+ b[w] = 16, b[T] = 10;
413
+ var k = {};
414
+ k[y] = a, k[T] = r, k[w] = i;
415
+ var L = 1, I = 2, x = 3, S = 4, M = 5, z = 6, V = 7, q = {};
416
+ q[L] = "Named character references must be terminated by a semicolon", q[I] = "Numeric character references must be terminated by a semicolon", q[x] = "Named character references cannot be empty", q[S] = "Numeric character references cannot be empty", q[M] = "Named character references must be known", q[z] = "Numeric character references cannot be disallowed", q[V] = "Numeric character references cannot be outside the permissible Unicode range";
417
+ function J(U, R) {
418
+ var P = {}, G, W;
419
+ R || (R = {});
420
+ for (W in c)
421
+ G = R[W], P[W] = G ?? c[W];
422
+ return (P.position.indent || P.position.start) && (P.indent = P.position.indent || [], P.position = P.position.start), j(U, P);
423
+ }
424
+ function j(U, R) {
425
+ var P = R.additional, G = R.nonTerminated, W = R.text, Y = R.reference, K = R.warning, eu = R.textContext, H = R.referenceContext, Q = R.warningContext, su = R.position, lu = R.indent || [], uu = U.length, _ = 0, X = -1, pu = su.column || 1, yu = su.line || 1, hu = "", Fu = [], nu, du, tu, Z, wu, ou, ru, gu, se, ye, Ou, Yu, Ru, vu, He, Ku, ce, mu, au;
426
+ for (typeof P == "string" && (P = P.charCodeAt(0)), Ku = Xu(), gu = K ? Qt : l, _--, uu++; ++_ < uu; )
427
+ if (wu === h && (pu = lu[X] || 1), wu = U.charCodeAt(_), wu === A) {
428
+ if (ru = U.charCodeAt(_ + 1), ru === f || ru === h || ru === p || ru === E || ru === A || ru === F || ru !== ru || P && ru === P) {
429
+ hu += s(wu), pu++;
430
+ continue;
431
+ }
432
+ for (Ru = _ + 1, Yu = Ru, au = Ru, ru === m ? (au = ++Yu, ru = U.charCodeAt(au), ru === d || ru === C ? (vu = w, au = ++Yu) : vu = T) : vu = y, nu = "", Ou = "", Z = "", He = k[vu], au--; ++au < uu && (ru = U.charCodeAt(au), !!He(ru)); )
433
+ Z += s(ru), vu === y && D.call(t, Z) && (nu = Z, Ou = t[Z]);
434
+ tu = U.charCodeAt(au) === v, tu && (au++, du = vu === y ? o(Z) : !1, du && (nu = Z, Ou = du)), mu = 1 + au - Ru, !tu && !G || (Z ? vu === y ? (tu && !Ou ? gu(M, 1) : (nu !== Z && (au = Yu + nu.length, mu = 1 + au - Yu, tu = !1), tu || (se = nu ? L : x, R.attribute ? (ru = U.charCodeAt(au), ru === B ? (gu(se, mu), Ou = null) : a(ru) ? Ou = null : gu(se, mu)) : gu(se, mu))), ou = Ou) : (tu || gu(I, mu), ou = parseInt(Z, b[vu]), O(ou) ? (gu(V, mu), ou = s(g)) : ou in n ? (gu(z, mu), ou = n[ou]) : (ye = "", $(ou) && gu(z, mu), ou > 65535 && (ou -= 65536, ye += s(ou >>> 10 | 55296), ou = 56320 | ou & 1023), ou = ye + s(ou))) : vu !== y && gu(S, mu)), ou ? (_e(), Ku = Xu(), _ = au - 1, pu += au - Ru + 1, Fu.push(ou), ce = Xu(), ce.offset++, Y && Y.call(H, ou, { start: Ku, end: ce }, U.slice(Ru - 1, au)), Ku = ce) : (Z = U.slice(Ru - 1, au), hu += Z, pu += Z.length, _ = au - 1);
435
+ } else
436
+ wu === 10 && (yu++, X++, pu = 0), wu === wu ? (hu += s(wu), pu++) : _e();
437
+ return Fu.join("");
438
+ function Xu() {
439
+ return { line: yu, column: pu, offset: _ + (su.offset || 0) };
440
+ }
441
+ function Qt(Je, Ye) {
442
+ var we = Xu();
443
+ we.column += Ye, we.offset += Ye, K.call(Q, q[Je], we, Je);
444
+ }
445
+ function _e() {
446
+ hu && (Fu.push(hu), W && W.call(eu, hu, { start: Ku, end: Xu() }), hu = "");
447
+ }
448
+ }
449
+ function O(U) {
450
+ return U >= 55296 && U <= 57343 || U > 1114111;
451
+ }
452
+ function $(U) {
453
+ return U >= 1 && U <= 8 || U === 11 || U >= 13 && U <= 31 || U >= 127 && U <= 159 || U >= 64976 && U <= 65007 || (U & 65535) === 65535 || (U & 65535) === 65534;
454
+ }
455
+ }), br = N((u, e) => {
456
+ var t = Uu(), n = ve();
457
+ e.exports = r;
458
+ function r(i) {
459
+ return o.raw = D, o;
460
+ function a(l) {
461
+ for (var c = i.offset, f = l.line, h = []; ++f && f in c; )
462
+ h.push((c[f] || 0) + 1);
463
+ return { start: l, indent: h };
464
+ }
465
+ function o(l, c, f) {
466
+ n(l, { position: a(c), warning: s, text: f, reference: f, textContext: i, referenceContext: i });
467
+ }
468
+ function D(l, c, f) {
469
+ return n(l, t(f, { position: a(c), warning: s }));
470
+ }
471
+ function s(l, c, f) {
472
+ f !== 3 && i.file.message(l, c);
473
+ }
474
+ }
475
+ }), yr = N((u, e) => {
476
+ e.exports = t;
477
+ function t(a) {
478
+ return o;
479
+ function o(D, s) {
480
+ var l = this, c = l.offset, f = [], h = l[a + "Methods"], p = l[a + "Tokenizers"], E = s.line, A = s.column, v, F, B, m, d, C;
481
+ if (!D)
482
+ return f;
483
+ for (I.now = w, I.file = l.file, g(""); D; ) {
484
+ for (v = -1, F = h.length, d = !1; ++v < F && (m = h[v], B = p[m], !(B && (!B.onlyAtStart || l.atStart) && (!B.notInList || !l.inList) && (!B.notInBlock || !l.inBlock) && (!B.notInLink || !l.inLink) && (C = D.length, B.apply(l, [I, D]), d = C !== D.length, d))); )
485
+ ;
486
+ d || l.file.fail(new Error("Infinite loop"), I.now());
487
+ }
488
+ return l.eof = w(), f;
489
+ function g(x) {
490
+ for (var S = -1, M = x.indexOf(`
491
+ `); M !== -1; )
492
+ E++, S = M, M = x.indexOf(`
493
+ `, M + 1);
494
+ S === -1 ? A += x.length : A = x.length - S, E in c && (S !== -1 ? A += c[E] : A <= c[E] && (A = c[E] + 1));
495
+ }
496
+ function y() {
497
+ var x = [], S = E + 1;
498
+ return function() {
499
+ for (var M = E + 1; S < M; )
500
+ x.push((c[S] || 0) + 1), S++;
501
+ return x;
502
+ };
503
+ }
504
+ function w() {
505
+ var x = { line: E, column: A };
506
+ return x.offset = l.toOffset(x), x;
507
+ }
508
+ function T(x) {
509
+ this.start = x, this.end = w();
510
+ }
511
+ function b(x) {
512
+ D.slice(0, x.length) !== x && l.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"), w());
513
+ }
514
+ function k() {
515
+ var x = w();
516
+ return S;
517
+ function S(M, z) {
518
+ var V = M.position, q = V ? V.start : x, J = [], j = V && V.end.line, O = x.line;
519
+ if (M.position = new T(q), V && z && V.indent) {
520
+ if (J = V.indent, j < O) {
521
+ for (; ++j < O; )
522
+ J.push((c[j] || 0) + 1);
523
+ J.push(x.column);
524
+ }
525
+ z = J.concat(z);
526
+ }
527
+ return M.position.indent = z || [], M;
528
+ }
529
+ }
530
+ function L(x, S) {
531
+ var M = S ? S.children : f, z = M[M.length - 1], V;
532
+ return z && x.type === z.type && (x.type === "text" || x.type === "blockquote") && n(z) && n(x) && (V = x.type === "text" ? r : i, x = V.call(l, z, x)), x !== z && M.push(x), l.atStart && f.length !== 0 && l.exitStart(), x;
533
+ }
534
+ function I(x) {
535
+ var S = y(), M = k(), z = w();
536
+ return b(x), V.reset = q, q.test = J, V.test = J, D = D.slice(x.length), g(x), S = S(), V;
537
+ function V(j, O) {
538
+ return M(L(M(j), O), S);
539
+ }
540
+ function q() {
541
+ var j = V.apply(null, arguments);
542
+ return E = z.line, A = z.column, D = x + D, j;
543
+ }
544
+ function J() {
545
+ var j = M({});
546
+ return E = z.line, A = z.column, D = x + D, j.position;
547
+ }
548
+ }
549
+ }
550
+ }
551
+ function n(a) {
552
+ var o, D;
553
+ return a.type !== "text" || !a.position ? !0 : (o = a.position.start, D = a.position.end, o.line !== D.line || D.column - o.column === a.value.length);
554
+ }
555
+ function r(a, o) {
556
+ return a.value += o.value, a;
557
+ }
558
+ function i(a, o) {
559
+ return this.options.commonmark || this.options.gfm ? o : (a.children = a.children.concat(o.children), a);
560
+ }
561
+ }), wr = N((u, e) => {
562
+ e.exports = i;
563
+ var t = ["\\", "`", "*", "{", "}", "[", "]", "(", ")", "#", "+", "-", ".", "!", "_", ">"], n = t.concat(["~", "|"]), r = n.concat([`
564
+ `, '"', "$", "%", "&", "'", ",", "/", ":", ";", "<", "=", "?", "@", "^"]);
565
+ i.default = t, i.gfm = n, i.commonmark = r;
566
+ function i(a) {
567
+ var o = a || {};
568
+ return o.commonmark ? r : o.gfm ? n : t;
569
+ }
570
+ }), kr = N((u, e) => {
571
+ e.exports = ["address", "article", "aside", "base", "basefont", "blockquote", "body", "caption", "center", "col", "colgroup", "dd", "details", "dialog", "dir", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "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"];
572
+ }), bt = N((u, e) => {
573
+ e.exports = { position: !0, gfm: !0, commonmark: !1, pedantic: !1, blocks: kr() };
574
+ }), qr = N((u, e) => {
575
+ var t = Uu(), n = wr(), r = bt();
576
+ e.exports = i;
577
+ function i(a) {
578
+ var o = this, D = o.options, s, l;
579
+ if (a == null)
580
+ a = {};
581
+ else if (typeof a == "object")
582
+ a = t(a);
583
+ else
584
+ throw new Error("Invalid value `" + a + "` for setting `options`");
585
+ for (s in r) {
586
+ if (l = a[s], l == null && (l = D[s]), s !== "blocks" && typeof l != "boolean" || s === "blocks" && typeof l != "object")
587
+ throw new Error("Invalid value `" + l + "` for setting `options." + s + "`");
588
+ a[s] = l;
589
+ }
590
+ return o.options = a, o.escape = n(a), o;
591
+ }
592
+ }), Sr = N((u, e) => {
593
+ e.exports = t;
594
+ function t(o) {
595
+ if (o == null)
596
+ return a;
597
+ if (typeof o == "string")
598
+ return i(o);
599
+ if (typeof o == "object")
600
+ return "length" in o ? r(o) : n(o);
601
+ if (typeof o == "function")
602
+ return o;
603
+ throw new Error("Expected function, string, or object as test");
604
+ }
605
+ function n(o) {
606
+ return D;
607
+ function D(s) {
608
+ var l;
609
+ for (l in o)
610
+ if (s[l] !== o[l])
611
+ return !1;
612
+ return !0;
613
+ }
614
+ }
615
+ function r(o) {
616
+ for (var D = [], s = -1; ++s < o.length; )
617
+ D[s] = t(o[s]);
618
+ return l;
619
+ function l() {
620
+ for (var c = -1; ++c < D.length; )
621
+ if (D[c].apply(this, arguments))
622
+ return !0;
623
+ return !1;
624
+ }
625
+ }
626
+ function i(o) {
627
+ return D;
628
+ function D(s) {
629
+ return !!(s && s.type === o);
630
+ }
631
+ }
632
+ function a() {
633
+ return !0;
634
+ }
635
+ }), Lr = N((u, e) => {
636
+ e.exports = t;
637
+ function t(n) {
638
+ return n;
639
+ }
640
+ }), Tr = N((u, e) => {
641
+ e.exports = o;
642
+ var t = Sr(), n = Lr(), r = !0, i = "skip", a = !1;
643
+ o.CONTINUE = r, o.SKIP = i, o.EXIT = a;
644
+ function o(s, l, c, f) {
645
+ var h, p;
646
+ typeof l == "function" && typeof c != "function" && (f = c, c = l, l = null), p = t(l), h = f ? -1 : 1, E(s, null, [])();
647
+ function E(A, v, F) {
648
+ var B = typeof A == "object" && A !== null ? A : {}, m;
649
+ return typeof B.type == "string" && (m = typeof B.tagName == "string" ? B.tagName : typeof B.name == "string" ? B.name : void 0, d.displayName = "node (" + n(B.type + (m ? "<" + m + ">" : "")) + ")"), d;
650
+ function d() {
651
+ var C = F.concat(A), g = [], y, w;
652
+ if ((!l || p(A, v, F[F.length - 1] || null)) && (g = D(c(A, F)), g[0] === a))
653
+ return g;
654
+ if (A.children && g[0] !== i)
655
+ for (w = (f ? A.children.length : -1) + h; w > -1 && w < A.children.length; ) {
656
+ if (y = E(A.children[w], w, C)(), y[0] === a)
657
+ return y;
658
+ w = typeof y[1] == "number" ? y[1] : w + h;
659
+ }
660
+ return g;
661
+ }
662
+ }
663
+ }
664
+ function D(s) {
665
+ return s !== null && typeof s == "object" && "length" in s ? s : typeof s == "number" ? [r, s] : [s];
666
+ }
667
+ }), Or = N((u, e) => {
668
+ e.exports = a;
669
+ var t = Tr(), n = t.CONTINUE, r = t.SKIP, i = t.EXIT;
670
+ a.CONTINUE = n, a.SKIP = r, a.EXIT = i;
671
+ function a(o, D, s, l) {
672
+ typeof D == "function" && typeof s != "function" && (l = s, s = D, D = null), t(o, D, c, l);
673
+ function c(f, h) {
674
+ var p = h[h.length - 1], E = p ? p.children.indexOf(f) : null;
675
+ return s(f, E, p);
676
+ }
677
+ }
678
+ }), Rr = N((u, e) => {
679
+ var t = Or();
680
+ e.exports = n;
681
+ function n(a, o) {
682
+ return t(a, o ? r : i), a;
683
+ }
684
+ function r(a) {
685
+ delete a.position;
686
+ }
687
+ function i(a) {
688
+ a.position = void 0;
689
+ }
690
+ }), Nr = N((u, e) => {
691
+ var t = Uu(), n = Rr();
692
+ e.exports = a;
693
+ var r = `
694
+ `, i = /\r\n|\r/g;
695
+ function a() {
696
+ var o = this, D = String(o.file), s = { line: 1, column: 1, offset: 0 }, l = t(s), c;
697
+ return D = D.replace(i, r), D.charCodeAt(0) === 65279 && (D = D.slice(1), l.column++, l.offset++), c = { type: "root", children: o.tokenizeBlock(D, l), position: { start: s, end: o.eof || t(s) } }, o.options.position || n(c, !0), c;
698
+ }
699
+ }), Ir = N((u, e) => {
700
+ var t = /^[ \t]*(\n|$)/;
701
+ e.exports = n;
702
+ function n(r, i, a) {
703
+ for (var o, D = "", s = 0, l = i.length; s < l && (o = t.exec(i.slice(s)), o != null); )
704
+ s += o[0].length, D += o[0];
705
+ if (D !== "") {
706
+ if (a)
707
+ return !0;
708
+ r(D);
709
+ }
710
+ }
711
+ }), $e = N((u, e) => {
712
+ var t = "", n;
713
+ e.exports = r;
714
+ function r(i, a) {
715
+ if (typeof i != "string")
716
+ throw new TypeError("expected a string");
717
+ if (a === 1)
718
+ return i;
719
+ if (a === 2)
720
+ return i + i;
721
+ var o = i.length * a;
722
+ if (n !== i || typeof n > "u")
723
+ n = i, t = "";
724
+ else if (t.length >= o)
725
+ return t.substr(0, o);
726
+ for (; o > t.length && a > 1; )
727
+ a & 1 && (t += i), a >>= 1, i += i;
728
+ return t += i, t = t.substr(0, o), t;
729
+ }
730
+ }), yt = N((u, e) => {
731
+ e.exports = t;
732
+ function t(n) {
733
+ return String(n).replace(/\n+$/, "");
734
+ }
735
+ }), Pr = N((u, e) => {
736
+ var t = $e(), n = yt();
737
+ e.exports = s;
738
+ var r = `
739
+ `, i = " ", a = " ", o = 4, D = t(a, o);
740
+ function s(l, c, f) {
741
+ for (var h = -1, p = c.length, E = "", A = "", v = "", F = "", B, m, d; ++h < p; )
742
+ if (B = c.charAt(h), d)
743
+ if (d = !1, E += v, A += F, v = "", F = "", B === r)
744
+ v = B, F = B;
745
+ else
746
+ for (E += B, A += B; ++h < p; ) {
747
+ if (B = c.charAt(h), !B || B === r) {
748
+ F = B, v = B;
749
+ break;
750
+ }
751
+ E += B, A += B;
752
+ }
753
+ else if (B === a && c.charAt(h + 1) === B && c.charAt(h + 2) === B && c.charAt(h + 3) === B)
754
+ v += D, h += 3, d = !0;
755
+ else if (B === i)
756
+ v += B, d = !0;
757
+ else {
758
+ for (m = ""; B === i || B === a; )
759
+ m += B, B = c.charAt(++h);
760
+ if (B !== r)
761
+ break;
762
+ v += m + B, F += B;
763
+ }
764
+ if (A)
765
+ return f ? !0 : l(E)({ type: "code", lang: null, meta: null, value: n(A) });
766
+ }
767
+ }), jr = N((u, e) => {
768
+ e.exports = s;
769
+ var t = `
770
+ `, n = " ", r = " ", i = "~", a = "`", o = 3, D = 4;
771
+ function s(l, c, f) {
772
+ var h = this, p = h.options.gfm, E = c.length + 1, A = 0, v = "", F, B, m, d, C, g, y, w, T, b, k, L, I;
773
+ if (p) {
774
+ for (; A < E && (m = c.charAt(A), !(m !== r && m !== n)); )
775
+ v += m, A++;
776
+ if (L = A, m = c.charAt(A), !(m !== i && m !== a)) {
777
+ for (A++, B = m, F = 1, v += m; A < E && (m = c.charAt(A), m === B); )
778
+ v += m, F++, A++;
779
+ if (!(F < o)) {
780
+ for (; A < E && (m = c.charAt(A), !(m !== r && m !== n)); )
781
+ v += m, A++;
782
+ for (d = "", y = ""; A < E && (m = c.charAt(A), !(m === t || B === a && m === B)); )
783
+ m === r || m === n ? y += m : (d += y + m, y = ""), A++;
784
+ if (m = c.charAt(A), !(m && m !== t)) {
785
+ if (f)
786
+ return !0;
787
+ I = l.now(), I.column += v.length, I.offset += v.length, v += d, d = h.decode.raw(h.unescape(d), I), y && (v += y), y = "", b = "", k = "", w = "", T = "";
788
+ for (var x = !0; A < E; ) {
789
+ if (m = c.charAt(A), w += b, T += k, b = "", k = "", m !== t) {
790
+ w += m, k += m, A++;
791
+ continue;
792
+ }
793
+ for (x ? (v += m, x = !1) : (b += m, k += m), y = "", A++; A < E && (m = c.charAt(A), m === r); )
794
+ y += m, A++;
795
+ if (b += y, k += y.slice(L), !(y.length >= D)) {
796
+ for (y = ""; A < E && (m = c.charAt(A), m === B); )
797
+ y += m, A++;
798
+ if (b += y, k += y, !(y.length < F)) {
799
+ for (y = ""; A < E && (m = c.charAt(A), !(m !== r && m !== n)); )
800
+ b += m, k += m, A++;
801
+ if (!m || m === t)
802
+ break;
803
+ }
804
+ }
805
+ }
806
+ for (v += w + b, A = -1, E = d.length; ++A < E; )
807
+ if (m = d.charAt(A), m === r || m === n)
808
+ C || (C = d.slice(0, A));
809
+ else if (C) {
810
+ g = d.slice(A);
811
+ break;
812
+ }
813
+ return l(v)({ type: "code", lang: C || d || null, meta: g || null, value: T });
814
+ }
815
+ }
816
+ }
817
+ }
818
+ }
819
+ }), Gu = N((u, e) => {
820
+ u = e.exports = t;
821
+ function t(n) {
822
+ return n.trim ? n.trim() : u.right(u.left(n));
823
+ }
824
+ u.left = function(n) {
825
+ return n.trimLeft ? n.trimLeft() : n.replace(/^\s\s*/, "");
826
+ }, u.right = function(n) {
827
+ if (n.trimRight)
828
+ return n.trimRight();
829
+ for (var r = /\s/, i = n.length; r.test(n.charAt(--i)); )
830
+ ;
831
+ return n.slice(0, i + 1);
832
+ };
833
+ }), ze = N((u, e) => {
834
+ e.exports = t;
835
+ function t(n, r, i, a) {
836
+ for (var o = n.length, D = -1, s, l; ++D < o; )
837
+ if (s = n[D], l = s[1] || {}, !(l.pedantic !== void 0 && l.pedantic !== i.options.pedantic) && !(l.commonmark !== void 0 && l.commonmark !== i.options.commonmark) && r[s[0]].apply(i, a))
838
+ return !0;
839
+ return !1;
840
+ }
841
+ }), $r = N((u, e) => {
842
+ var t = Gu(), n = ze();
843
+ e.exports = D;
844
+ var r = `
845
+ `, i = " ", a = " ", o = ">";
846
+ function D(s, l, c) {
847
+ for (var f = this, h = f.offset, p = f.blockTokenizers, E = f.interruptBlockquote, A = s.now(), v = A.line, F = l.length, B = [], m = [], d = [], C, g = 0, y, w, T, b, k, L, I, x; g < F && (y = l.charAt(g), !(y !== a && y !== i)); )
848
+ g++;
849
+ if (l.charAt(g) === o) {
850
+ if (c)
851
+ return !0;
852
+ for (g = 0; g < F; ) {
853
+ for (T = l.indexOf(r, g), L = g, I = !1, T === -1 && (T = F); g < F && (y = l.charAt(g), !(y !== a && y !== i)); )
854
+ g++;
855
+ if (l.charAt(g) === o ? (g++, I = !0, l.charAt(g) === a && g++) : g = L, b = l.slice(g, T), !I && !t(b)) {
856
+ g = L;
857
+ break;
858
+ }
859
+ if (!I && (w = l.slice(g), n(E, p, f, [s, w, !0])))
860
+ break;
861
+ k = L === g ? b : l.slice(L, T), d.push(g - L), B.push(k), m.push(b), g = T + 1;
862
+ }
863
+ for (g = -1, F = d.length, C = s(B.join(r)); ++g < F; )
864
+ h[v] = (h[v] || 0) + d[g], v++;
865
+ return x = f.enterBlock(), m = f.tokenizeBlock(m.join(r), A), x(), C({ type: "blockquote", children: m });
866
+ }
867
+ }
868
+ }), zr = N((u, e) => {
869
+ e.exports = o;
870
+ var t = `
871
+ `, n = " ", r = " ", i = "#", a = 6;
872
+ function o(D, s, l) {
873
+ for (var c = this, f = c.options.pedantic, h = s.length + 1, p = -1, E = D.now(), A = "", v = "", F, B, m; ++p < h; ) {
874
+ if (F = s.charAt(p), F !== r && F !== n) {
875
+ p--;
876
+ break;
877
+ }
878
+ A += F;
879
+ }
880
+ for (m = 0; ++p <= h; ) {
881
+ if (F = s.charAt(p), F !== i) {
882
+ p--;
883
+ break;
884
+ }
885
+ A += F, m++;
886
+ }
887
+ if (!(m > a) && !(!m || !f && s.charAt(p + 1) === i)) {
888
+ for (h = s.length + 1, B = ""; ++p < h; ) {
889
+ if (F = s.charAt(p), F !== r && F !== n) {
890
+ p--;
891
+ break;
892
+ }
893
+ B += F;
894
+ }
895
+ if (!(!f && B.length === 0 && F && F !== t)) {
896
+ if (l)
897
+ return !0;
898
+ for (A += B, B = "", v = ""; ++p < h && (F = s.charAt(p), !(!F || F === t)); ) {
899
+ if (F !== r && F !== n && F !== i) {
900
+ v += B + F, B = "";
901
+ continue;
902
+ }
903
+ for (; F === r || F === n; )
904
+ B += F, F = s.charAt(++p);
905
+ if (!f && v && !B && F === i) {
906
+ v += F;
907
+ continue;
908
+ }
909
+ for (; F === i; )
910
+ B += F, F = s.charAt(++p);
911
+ for (; F === r || F === n; )
912
+ B += F, F = s.charAt(++p);
913
+ p--;
914
+ }
915
+ return E.column += A.length, E.offset += A.length, A += v + B, D(A)({ type: "heading", depth: m, children: c.tokenizeInline(v, E) });
916
+ }
917
+ }
918
+ }
919
+ }), Mr = N((u, e) => {
920
+ e.exports = s;
921
+ var t = " ", n = `
922
+ `, r = " ", i = "*", a = "-", o = "_", D = 3;
923
+ function s(l, c, f) {
924
+ for (var h = -1, p = c.length + 1, E = "", A, v, F, B; ++h < p && (A = c.charAt(h), !(A !== t && A !== r)); )
925
+ E += A;
926
+ if (!(A !== i && A !== a && A !== o))
927
+ for (v = A, E += A, F = 1, B = ""; ++h < p; )
928
+ if (A = c.charAt(h), A === v)
929
+ F++, E += B + v, B = "";
930
+ else if (A === r)
931
+ B += A;
932
+ else
933
+ return F >= D && (!A || A === n) ? (E += B, f ? !0 : l(E)({ type: "thematicBreak" })) : void 0;
934
+ }
935
+ }), wt = N((u, e) => {
936
+ e.exports = a;
937
+ var t = " ", n = " ", r = 1, i = 4;
938
+ function a(o) {
939
+ for (var D = 0, s = 0, l = o.charAt(D), c = {}, f, h = 0; l === t || l === n; ) {
940
+ for (f = l === t ? i : r, s += f, f > 1 && (s = Math.floor(s / f) * f); h < s; )
941
+ c[++h] = D;
942
+ l = o.charAt(++D);
943
+ }
944
+ return { indent: s, stops: c };
945
+ }
946
+ }), Ur = N((u, e) => {
947
+ var t = Gu(), n = $e(), r = wt();
948
+ e.exports = D;
949
+ var i = `
950
+ `, a = " ", o = "!";
951
+ function D(s, l) {
952
+ var c = s.split(i), f = c.length + 1, h = 1 / 0, p = [], E, A, v;
953
+ for (c.unshift(n(a, l) + o); f--; )
954
+ if (A = r(c[f]), p[f] = A.stops, t(c[f]).length !== 0)
955
+ if (A.indent)
956
+ A.indent > 0 && A.indent < h && (h = A.indent);
957
+ else {
958
+ h = 1 / 0;
959
+ break;
960
+ }
961
+ if (h !== 1 / 0)
962
+ for (f = c.length; f--; ) {
963
+ for (v = p[f], E = h; E && !(E in v); )
964
+ E--;
965
+ c[f] = c[f].slice(v[E] + 1);
966
+ }
967
+ return c.shift(), c.join(i);
968
+ }
969
+ }), Vr = N((u, e) => {
970
+ var t = Gu(), n = $e(), r = Vu(), i = wt(), a = Ur(), o = ze();
971
+ e.exports = y;
972
+ var D = "*", s = "_", l = "+", c = "-", f = ".", h = " ", p = `
973
+ `, E = " ", A = ")", v = "x", F = 4, B = /\n\n(?!\s*$)/, m = /^\[([ X\tx])][ \t]/, d = /^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/, C = /^([ \t]*)([*+-]|\d+[.)])([ \t]+)/, g = /^( {1,4}|\t)?/gm;
974
+ function y(k, L, I) {
975
+ for (var x = this, S = x.options.commonmark, M = x.options.pedantic, z = x.blockTokenizers, V = x.interruptList, q = 0, J = L.length, j = null, O, $, U, R, P, G, W, Y, K, eu, H, Q, su, lu, uu, _, X, pu, yu, hu = !1, Fu, nu, du, tu; q < J && (R = L.charAt(q), !(R !== E && R !== h)); )
976
+ q++;
977
+ if (R = L.charAt(q), R === D || R === l || R === c)
978
+ P = R, U = !1;
979
+ else {
980
+ for (U = !0, $ = ""; q < J && (R = L.charAt(q), !!r(R)); )
981
+ $ += R, q++;
982
+ if (R = L.charAt(q), !$ || !(R === f || S && R === A) || I && $ !== "1")
983
+ return;
984
+ j = parseInt($, 10), P = R;
985
+ }
986
+ if (R = L.charAt(++q), !(R !== h && R !== E && (M || R !== p && R !== ""))) {
987
+ if (I)
988
+ return !0;
989
+ for (q = 0, lu = [], uu = [], _ = []; q < J; ) {
990
+ for (G = L.indexOf(p, q), W = q, Y = !1, tu = !1, G === -1 && (G = J), O = 0; q < J; ) {
991
+ if (R = L.charAt(q), R === E)
992
+ O += F - O % F;
993
+ else if (R === h)
994
+ O++;
995
+ else
996
+ break;
997
+ q++;
998
+ }
999
+ if (X && O >= X.indent && (tu = !0), R = L.charAt(q), K = null, !tu) {
1000
+ if (R === D || R === l || R === c)
1001
+ K = R, q++, O++;
1002
+ else {
1003
+ for ($ = ""; q < J && (R = L.charAt(q), !!r(R)); )
1004
+ $ += R, q++;
1005
+ R = L.charAt(q), q++, $ && (R === f || S && R === A) && (K = R, O += $.length + 1);
1006
+ }
1007
+ if (K)
1008
+ if (R = L.charAt(q), R === E)
1009
+ O += F - O % F, q++;
1010
+ else if (R === h) {
1011
+ for (du = q + F; q < du && L.charAt(q) === h; )
1012
+ q++, O++;
1013
+ q === du && L.charAt(q) === h && (q -= F - 1, O -= F - 1);
1014
+ } else
1015
+ R !== p && R !== "" && (K = null);
1016
+ }
1017
+ if (K) {
1018
+ if (!M && P !== K)
1019
+ break;
1020
+ Y = !0;
1021
+ } else
1022
+ !S && !tu && L.charAt(W) === h ? tu = !0 : S && X && (tu = O >= X.indent || O > F), Y = !1, q = W;
1023
+ if (H = L.slice(W, G), eu = W === q ? H : L.slice(q, G), (K === D || K === s || K === c) && z.thematicBreak.call(x, k, H, !0))
1024
+ break;
1025
+ if (Q = su, su = !Y && !t(eu).length, tu && X)
1026
+ X.value = X.value.concat(_, H), uu = uu.concat(_, H), _ = [];
1027
+ else if (Y)
1028
+ _.length !== 0 && (hu = !0, X.value.push(""), X.trail = _.concat()), X = { value: [H], indent: O, trail: [] }, lu.push(X), uu = uu.concat(_, H), _ = [];
1029
+ else if (su) {
1030
+ if (Q && !S)
1031
+ break;
1032
+ _.push(H);
1033
+ } else {
1034
+ if (Q || o(V, z, x, [k, H, !0]))
1035
+ break;
1036
+ X.value = X.value.concat(_, H), uu = uu.concat(_, H), _ = [];
1037
+ }
1038
+ q = G + 1;
1039
+ }
1040
+ for (Fu = k(uu.join(p)).reset({ type: "list", ordered: U, start: j, spread: hu, children: [] }), pu = x.enterList(), yu = x.enterBlock(), q = -1, J = lu.length; ++q < J; )
1041
+ X = lu[q].value.join(p), nu = k.now(), k(X)(w(x, X, nu), Fu), X = lu[q].trail.join(p), q !== J - 1 && (X += p), k(X);
1042
+ return pu(), yu(), Fu;
1043
+ }
1044
+ }
1045
+ function w(k, L, I) {
1046
+ var x = k.offset, S = k.options.pedantic ? T : b, M = null, z, V;
1047
+ return L = S.apply(null, arguments), k.options.gfm && (z = L.match(m), z && (V = z[0].length, M = z[1].toLowerCase() === v, x[I.line] += V, L = L.slice(V))), { type: "listItem", spread: B.test(L), checked: M, children: k.tokenizeBlock(L, I) };
1048
+ }
1049
+ function T(k, L, I) {
1050
+ var x = k.offset, S = I.line;
1051
+ return L = L.replace(C, M), S = I.line, L.replace(g, M);
1052
+ function M(z) {
1053
+ return x[S] = (x[S] || 0) + z.length, S++, "";
1054
+ }
1055
+ }
1056
+ function b(k, L, I) {
1057
+ var x = k.offset, S = I.line, M, z, V, q, J, j, O;
1058
+ for (L = L.replace(d, $), q = L.split(p), J = a(L, i(M).indent).split(p), J[0] = V, x[S] = (x[S] || 0) + z.length, S++, j = 0, O = q.length; ++j < O; )
1059
+ x[S] = (x[S] || 0) + q[j].length - J[j].length, S++;
1060
+ return J.join(p);
1061
+ function $(U, R, P, G, W) {
1062
+ return z = R + P + G, V = W, Number(P) < 10 && z.length % 2 === 1 && (P = h + P), M = R + n(h, P.length) + G, M + V;
1063
+ }
1064
+ }
1065
+ }), Gr = N((u, e) => {
1066
+ e.exports = l;
1067
+ var t = `
1068
+ `, n = " ", r = " ", i = "=", a = "-", o = 3, D = 1, s = 2;
1069
+ function l(c, f, h) {
1070
+ for (var p = this, E = c.now(), A = f.length, v = -1, F = "", B, m, d, C, g; ++v < A; ) {
1071
+ if (d = f.charAt(v), d !== r || v >= o) {
1072
+ v--;
1073
+ break;
1074
+ }
1075
+ F += d;
1076
+ }
1077
+ for (B = "", m = ""; ++v < A; ) {
1078
+ if (d = f.charAt(v), d === t) {
1079
+ v--;
1080
+ break;
1081
+ }
1082
+ d === r || d === n ? m += d : (B += m + d, m = "");
1083
+ }
1084
+ if (E.column += F.length, E.offset += F.length, F += B + m, d = f.charAt(++v), C = f.charAt(++v), !(d !== t || C !== i && C !== a)) {
1085
+ for (F += d, m = C, g = C === i ? D : s; ++v < A; ) {
1086
+ if (d = f.charAt(v), d !== C) {
1087
+ if (d !== t)
1088
+ return;
1089
+ v--;
1090
+ break;
1091
+ }
1092
+ m += d;
1093
+ }
1094
+ return h ? !0 : c(F + m)({ type: "heading", depth: g, children: p.tokenizeInline(B, E) });
1095
+ }
1096
+ }
1097
+ }), kt = N((u) => {
1098
+ var e = "[a-zA-Z_:][a-zA-Z0-9:._-]*", t = "[^\"'=<>`\\u0000-\\u0020]+", n = "'[^']*'", r = '"[^"]*"', i = "(?:" + t + "|" + n + "|" + r + ")", a = "(?:\\s+" + e + "(?:\\s*=\\s*" + i + ")?)", o = "<[A-Za-z][A-Za-z0-9\\-]*" + a + "*\\s*\\/?>", D = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", s = "<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->", l = "<[?].*?[?]>", c = "<![A-Za-z]+\\s+[^>]*>", f = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";
1099
+ u.openCloseTag = new RegExp("^(?:" + o + "|" + D + ")"), u.tag = new RegExp("^(?:" + o + "|" + D + "|" + s + "|" + l + "|" + c + "|" + f + ")");
1100
+ }), Wr = N((u, e) => {
1101
+ var t = kt().openCloseTag;
1102
+ e.exports = B;
1103
+ var n = " ", r = " ", i = `
1104
+ `, a = "<", o = /^<(script|pre|style)(?=(\s|>|$))/i, D = /<\/(script|pre|style)>/i, s = /^<!--/, l = /-->/, c = /^<\?/, f = /\?>/, h = /^<![A-Za-z]/, p = />/, E = /^<!\[CDATA\[/, A = /]]>/, v = /^$/, F = new RegExp(t.source + "\\s*$");
1105
+ function B(m, d, C) {
1106
+ for (var g = this, y = g.options.blocks.join("|"), w = new RegExp("^</?(" + y + ")(?=(\\s|/?>|$))", "i"), T = d.length, b = 0, k, L, I, x, S, M, z, V = [[o, D, !0], [s, l, !0], [c, f, !0], [h, p, !0], [E, A, !0], [w, v, !0], [F, v, !1]]; b < T && (x = d.charAt(b), !(x !== n && x !== r)); )
1107
+ b++;
1108
+ if (d.charAt(b) === a) {
1109
+ for (k = d.indexOf(i, b + 1), k = k === -1 ? T : k, L = d.slice(b, k), I = -1, S = V.length; ++I < S; )
1110
+ if (V[I][0].test(L)) {
1111
+ M = V[I];
1112
+ break;
1113
+ }
1114
+ if (M) {
1115
+ if (C)
1116
+ return M[2];
1117
+ if (b = k, !M[1].test(L))
1118
+ for (; b < T; ) {
1119
+ if (k = d.indexOf(i, b + 1), k = k === -1 ? T : k, L = d.slice(b + 1, k), M[1].test(L)) {
1120
+ L && (b = k);
1121
+ break;
1122
+ }
1123
+ b = k;
1124
+ }
1125
+ return z = d.slice(0, b), m(z)({ type: "html", value: z });
1126
+ }
1127
+ }
1128
+ }
1129
+ }), Bu = N((u, e) => {
1130
+ e.exports = r;
1131
+ var t = String.fromCharCode, n = /\s/;
1132
+ function r(i) {
1133
+ return n.test(typeof i == "number" ? t(i) : i.charAt(0));
1134
+ }
1135
+ }), qt = N((u, e) => {
1136
+ var t = je();
1137
+ e.exports = n;
1138
+ function n(r) {
1139
+ return t(r).toLowerCase();
1140
+ }
1141
+ }), Hr = N((u, e) => {
1142
+ var t = Bu(), n = qt();
1143
+ e.exports = v;
1144
+ var r = '"', i = "'", a = "\\", o = `
1145
+ `, D = " ", s = " ", l = "[", c = "]", f = "(", h = ")", p = ":", E = "<", A = ">";
1146
+ function v(m, d, C) {
1147
+ for (var g = this, y = g.options.commonmark, w = 0, T = d.length, b = "", k, L, I, x, S, M, z, V; w < T && (x = d.charAt(w), !(x !== s && x !== D)); )
1148
+ b += x, w++;
1149
+ if (x = d.charAt(w), x === l) {
1150
+ for (w++, b += x, I = ""; w < T && (x = d.charAt(w), x !== c); )
1151
+ x === a && (I += x, w++, x = d.charAt(w)), I += x, w++;
1152
+ if (!(!I || d.charAt(w) !== c || d.charAt(w + 1) !== p)) {
1153
+ for (M = I, b += I + c + p, w = b.length, I = ""; w < T && (x = d.charAt(w), !(x !== D && x !== s && x !== o)); )
1154
+ b += x, w++;
1155
+ if (x = d.charAt(w), I = "", k = b, x === E) {
1156
+ for (w++; w < T && (x = d.charAt(w), !!F(x)); )
1157
+ I += x, w++;
1158
+ if (x = d.charAt(w), x === F.delimiter)
1159
+ b += E + I + x, w++;
1160
+ else {
1161
+ if (y)
1162
+ return;
1163
+ w -= I.length + 1, I = "";
1164
+ }
1165
+ }
1166
+ if (!I) {
1167
+ for (; w < T && (x = d.charAt(w), !!B(x)); )
1168
+ I += x, w++;
1169
+ b += I;
1170
+ }
1171
+ if (I) {
1172
+ for (z = I, I = ""; w < T && (x = d.charAt(w), !(x !== D && x !== s && x !== o)); )
1173
+ I += x, w++;
1174
+ if (x = d.charAt(w), S = null, x === r ? S = r : x === i ? S = i : x === f && (S = h), !S)
1175
+ I = "", w = b.length;
1176
+ else if (I) {
1177
+ for (b += I + x, w = b.length, I = ""; w < T && (x = d.charAt(w), x !== S); ) {
1178
+ if (x === o) {
1179
+ if (w++, x = d.charAt(w), x === o || x === S)
1180
+ return;
1181
+ I += o;
1182
+ }
1183
+ I += x, w++;
1184
+ }
1185
+ if (x = d.charAt(w), x !== S)
1186
+ return;
1187
+ L = b, b += I + x, w++, V = I, I = "";
1188
+ } else
1189
+ return;
1190
+ for (; w < T && (x = d.charAt(w), !(x !== D && x !== s)); )
1191
+ b += x, w++;
1192
+ if (x = d.charAt(w), !x || x === o)
1193
+ return C ? !0 : (k = m(k).test().end, z = g.decode.raw(g.unescape(z), k, { nonTerminated: !1 }), V && (L = m(L).test().end, V = g.decode.raw(g.unescape(V), L)), m(b)({ type: "definition", identifier: n(M), label: M, title: V || null, url: z }));
1194
+ }
1195
+ }
1196
+ }
1197
+ }
1198
+ function F(m) {
1199
+ return m !== A && m !== l && m !== c;
1200
+ }
1201
+ F.delimiter = A;
1202
+ function B(m) {
1203
+ return m !== l && m !== c && !t(m);
1204
+ }
1205
+ }), _r = N((u, e) => {
1206
+ var t = Bu();
1207
+ e.exports = E;
1208
+ var n = " ", r = `
1209
+ `, i = " ", a = "-", o = ":", D = "\\", s = "|", l = 1, c = 2, f = "left", h = "center", p = "right";
1210
+ function E(A, v, F) {
1211
+ var B = this, m, d, C, g, y, w, T, b, k, L, I, x, S, M, z, V, q, J, j, O, $, U;
1212
+ if (B.options.gfm) {
1213
+ for (m = 0, V = 0, w = v.length + 1, T = []; m < w; ) {
1214
+ if (O = v.indexOf(r, m), $ = v.indexOf(s, m + 1), O === -1 && (O = v.length), $ === -1 || $ > O) {
1215
+ if (V < c)
1216
+ return;
1217
+ break;
1218
+ }
1219
+ T.push(v.slice(m, O)), V++, m = O + 1;
1220
+ }
1221
+ for (g = T.join(r), d = T.splice(1, 1)[0] || [], m = 0, w = d.length, V--, C = !1, I = []; m < w; ) {
1222
+ if (k = d.charAt(m), k === s) {
1223
+ if (L = null, C === !1) {
1224
+ if (U === !1)
1225
+ return;
1226
+ } else
1227
+ I.push(C), C = !1;
1228
+ U = !1;
1229
+ } else if (k === a)
1230
+ L = !0, C = C || null;
1231
+ else if (k === o)
1232
+ C === f ? C = h : L && C === null ? C = p : C = f;
1233
+ else if (!t(k))
1234
+ return;
1235
+ m++;
1236
+ }
1237
+ if (C !== !1 && I.push(C), !(I.length < l)) {
1238
+ if (F)
1239
+ return !0;
1240
+ for (z = -1, J = [], j = A(g).reset({ type: "table", align: I, children: J }); ++z < V; ) {
1241
+ for (q = T[z], y = { type: "tableRow", children: [] }, z && A(r), A(q).reset(y, j), w = q.length + 1, m = 0, b = "", x = "", S = !0; m < w; ) {
1242
+ if (k = q.charAt(m), k === n || k === i) {
1243
+ x ? b += k : A(k), m++;
1244
+ continue;
1245
+ }
1246
+ k === "" || k === s ? S ? A(k) : ((x || k) && !S && (g = x, b.length > 1 && (k ? (g += b.slice(0, -1), b = b.charAt(b.length - 1)) : (g += b, b = "")), M = A.now(), A(g)({ type: "tableCell", children: B.tokenizeInline(x, M) }, y)), A(b + k), b = "", x = "") : (b && (x += b, b = ""), x += k, k === D && m !== w - 2 && (x += q.charAt(m + 1), m++)), S = !1, m++;
1247
+ }
1248
+ z || A(r + d);
1249
+ }
1250
+ return j;
1251
+ }
1252
+ }
1253
+ }
1254
+ }), Jr = N((u, e) => {
1255
+ var t = Gu(), n = yt(), r = ze();
1256
+ e.exports = s;
1257
+ var i = " ", a = `
1258
+ `, o = " ", D = 4;
1259
+ function s(l, c, f) {
1260
+ for (var h = this, p = h.options, E = p.commonmark, A = h.blockTokenizers, v = h.interruptParagraph, F = c.indexOf(a), B = c.length, m, d, C, g, y; F < B; ) {
1261
+ if (F === -1) {
1262
+ F = B;
1263
+ break;
1264
+ }
1265
+ if (c.charAt(F + 1) === a)
1266
+ break;
1267
+ if (E) {
1268
+ for (g = 0, m = F + 1; m < B; ) {
1269
+ if (C = c.charAt(m), C === i) {
1270
+ g = D;
1271
+ break;
1272
+ } else if (C === o)
1273
+ g++;
1274
+ else
1275
+ break;
1276
+ m++;
1277
+ }
1278
+ if (g >= D && C !== a) {
1279
+ F = c.indexOf(a, F + 1);
1280
+ continue;
1281
+ }
1282
+ }
1283
+ if (d = c.slice(F + 1), r(v, A, h, [l, d, !0]))
1284
+ break;
1285
+ if (m = F, F = c.indexOf(a, F + 1), F !== -1 && t(c.slice(m, F)) === "") {
1286
+ F = m;
1287
+ break;
1288
+ }
1289
+ }
1290
+ return d = c.slice(0, F), f ? !0 : (y = l.now(), d = n(d), l(d)({ type: "paragraph", children: h.tokenizeInline(d, y) }));
1291
+ }
1292
+ }), Yr = N((u, e) => {
1293
+ e.exports = t;
1294
+ function t(n, r) {
1295
+ return n.indexOf("\\", r);
1296
+ }
1297
+ }), Kr = N((u, e) => {
1298
+ var t = Yr();
1299
+ e.exports = i, i.locator = t;
1300
+ var n = `
1301
+ `, r = "\\";
1302
+ function i(a, o, D) {
1303
+ var s = this, l, c;
1304
+ if (o.charAt(0) === r && (l = o.charAt(1), s.escape.indexOf(l) !== -1))
1305
+ return D ? !0 : (l === n ? c = { type: "break" } : c = { type: "text", value: l }, a(r + l)(c));
1306
+ }
1307
+ }), St = N((u, e) => {
1308
+ e.exports = t;
1309
+ function t(n, r) {
1310
+ return n.indexOf("<", r);
1311
+ }
1312
+ }), Xr = N((u, e) => {
1313
+ var t = Bu(), n = ve(), r = St();
1314
+ e.exports = c, c.locator = r, c.notInLink = !0;
1315
+ var i = "<", a = ">", o = "@", D = "/", s = "mailto:", l = s.length;
1316
+ function c(f, h, p) {
1317
+ var E = this, A = "", v = h.length, F = 0, B = "", m = !1, d = "", C, g, y, w, T;
1318
+ if (h.charAt(0) === i) {
1319
+ for (F++, A = i; F < v && (C = h.charAt(F), !(t(C) || C === a || C === o || C === ":" && h.charAt(F + 1) === D)); )
1320
+ B += C, F++;
1321
+ if (B) {
1322
+ if (d += B, B = "", C = h.charAt(F), d += C, F++, C === o)
1323
+ m = !0;
1324
+ else {
1325
+ if (C !== ":" || h.charAt(F + 1) !== D)
1326
+ return;
1327
+ d += D, F++;
1328
+ }
1329
+ for (; F < v && (C = h.charAt(F), !(t(C) || C === a)); )
1330
+ B += C, F++;
1331
+ if (C = h.charAt(F), !(!B || C !== a))
1332
+ return p ? !0 : (d += B, y = d, A += d + C, g = f.now(), g.column++, g.offset++, m && (d.slice(0, l).toLowerCase() === s ? (y = y.slice(l), g.column += l, g.offset += l) : d = s + d), w = E.inlineTokenizers, E.inlineTokenizers = { text: w.text }, T = E.enterLink(), y = E.tokenizeInline(y, g), E.inlineTokenizers = w, T(), f(A)({ type: "link", title: null, url: n(d, { nonTerminated: !1 }), children: y }));
1333
+ }
1334
+ }
1335
+ }
1336
+ }), Zr = N((u, e) => {
1337
+ e.exports = t;
1338
+ function t(n, r) {
1339
+ var i = String(n), a = 0, o;
1340
+ if (typeof r != "string")
1341
+ throw new Error("Expected character");
1342
+ for (o = i.indexOf(r); o !== -1; )
1343
+ a++, o = i.indexOf(r, o + r.length);
1344
+ return a;
1345
+ }
1346
+ }), Qr = N((u, e) => {
1347
+ e.exports = n;
1348
+ var t = ["www.", "http://", "https://"];
1349
+ function n(r, i) {
1350
+ var a = -1, o, D, s;
1351
+ if (!this.options.gfm)
1352
+ return a;
1353
+ for (D = t.length, o = -1; ++o < D; )
1354
+ s = r.indexOf(t[o], i), s !== -1 && (a === -1 || s < a) && (a = s);
1355
+ return a;
1356
+ }
1357
+ }), un = N((u, e) => {
1358
+ var t = Zr(), n = ve(), r = Vu(), i = ne(), a = Bu(), o = Qr();
1359
+ e.exports = g, g.locator = o, g.notInLink = !0;
1360
+ var D = 33, s = 38, l = 41, c = 42, f = 44, h = 45, p = 46, E = 58, A = 59, v = 63, F = 60, B = 95, m = 126, d = "(", C = ")";
1361
+ function g(y, w, T) {
1362
+ var b = this, k = b.options.gfm, L = b.inlineTokenizers, I = w.length, x = -1, S = !1, M, z, V, q, J, j, O, $, U, R, P, G, W, Y;
1363
+ if (k) {
1364
+ if (w.slice(0, 4) === "www.")
1365
+ S = !0, q = 4;
1366
+ else if (w.slice(0, 7).toLowerCase() === "http://")
1367
+ q = 7;
1368
+ else if (w.slice(0, 8).toLowerCase() === "https://")
1369
+ q = 8;
1370
+ else
1371
+ return;
1372
+ for (x = q - 1, V = q, M = []; q < I; ) {
1373
+ if (O = w.charCodeAt(q), O === p) {
1374
+ if (x === q - 1)
1375
+ break;
1376
+ M.push(q), x = q, q++;
1377
+ continue;
1378
+ }
1379
+ if (r(O) || i(O) || O === h || O === B) {
1380
+ q++;
1381
+ continue;
1382
+ }
1383
+ break;
1384
+ }
1385
+ if (O === p && (M.pop(), q--), M[0] !== void 0 && (z = M.length < 2 ? V : M[M.length - 2] + 1, w.slice(z, q).indexOf("_") === -1)) {
1386
+ if (T)
1387
+ return !0;
1388
+ for ($ = q, J = q; q < I && (O = w.charCodeAt(q), !(a(O) || O === F)); )
1389
+ q++, O === D || O === c || O === f || O === p || O === E || O === v || O === B || O === m || ($ = q);
1390
+ if (q = $, w.charCodeAt(q - 1) === l)
1391
+ for (j = w.slice(J, q), U = t(j, d), R = t(j, C); R > U; )
1392
+ q = J + j.lastIndexOf(C), j = w.slice(J, q), R--;
1393
+ if (w.charCodeAt(q - 1) === A && (q--, i(w.charCodeAt(q - 1)))) {
1394
+ for ($ = q - 2; i(w.charCodeAt($)); )
1395
+ $--;
1396
+ w.charCodeAt($) === s && (q = $);
1397
+ }
1398
+ return P = w.slice(0, q), W = n(P, { nonTerminated: !1 }), S && (W = "http://" + W), Y = b.enterLink(), b.inlineTokenizers = { text: L.text }, G = b.tokenizeInline(P, y.now()), b.inlineTokenizers = L, Y(), y(P)({ type: "link", title: null, url: W, children: G });
1399
+ }
1400
+ }
1401
+ }
1402
+ }), en = N((u, e) => {
1403
+ var t = Vu(), n = ne(), r = 43, i = 45, a = 46, o = 95;
1404
+ e.exports = D;
1405
+ function D(l, c) {
1406
+ var f = this, h, p;
1407
+ if (!this.options.gfm || (h = l.indexOf("@", c), h === -1))
1408
+ return -1;
1409
+ if (p = h, p === c || !s(l.charCodeAt(p - 1)))
1410
+ return D.call(f, l, h + 1);
1411
+ for (; p > c && s(l.charCodeAt(p - 1)); )
1412
+ p--;
1413
+ return p;
1414
+ }
1415
+ function s(l) {
1416
+ return t(l) || n(l) || l === r || l === i || l === a || l === o;
1417
+ }
1418
+ }), tn = N((u, e) => {
1419
+ var t = ve(), n = Vu(), r = ne(), i = en();
1420
+ e.exports = c, c.locator = i, c.notInLink = !0;
1421
+ var a = 43, o = 45, D = 46, s = 64, l = 95;
1422
+ function c(f, h, p) {
1423
+ var E = this, A = E.options.gfm, v = E.inlineTokenizers, F = 0, B = h.length, m = -1, d, C, g, y;
1424
+ if (A) {
1425
+ for (d = h.charCodeAt(F); n(d) || r(d) || d === a || d === o || d === D || d === l; )
1426
+ d = h.charCodeAt(++F);
1427
+ if (F !== 0 && d === s) {
1428
+ for (F++; F < B; ) {
1429
+ if (d = h.charCodeAt(F), n(d) || r(d) || d === o || d === D || d === l) {
1430
+ F++, m === -1 && d === D && (m = F);
1431
+ continue;
1432
+ }
1433
+ break;
1434
+ }
1435
+ if (!(m === -1 || m === F || d === o || d === l))
1436
+ return d === D && F--, C = h.slice(0, F), p ? !0 : (y = E.enterLink(), E.inlineTokenizers = { text: v.text }, g = E.tokenizeInline(C, f.now()), E.inlineTokenizers = v, y(), f(C)({ type: "link", title: null, url: "mailto:" + t(C, { nonTerminated: !1 }), children: g }));
1437
+ }
1438
+ }
1439
+ }
1440
+ }), rn = N((u, e) => {
1441
+ var t = ne(), n = St(), r = kt().tag;
1442
+ e.exports = c, c.locator = n;
1443
+ var i = "<", a = "?", o = "!", D = "/", s = /^<a /i, l = /^<\/a>/i;
1444
+ function c(f, h, p) {
1445
+ var E = this, A = h.length, v, F;
1446
+ if (!(h.charAt(0) !== i || A < 3) && (v = h.charAt(1), !(!t(v) && v !== a && v !== o && v !== D) && (F = h.match(r), !!F)))
1447
+ return p ? !0 : (F = F[0], !E.inLink && s.test(F) ? E.inLink = !0 : E.inLink && l.test(F) && (E.inLink = !1), f(F)({ type: "html", value: F }));
1448
+ }
1449
+ }), Lt = N((u, e) => {
1450
+ e.exports = t;
1451
+ function t(n, r) {
1452
+ var i = n.indexOf("[", r), a = n.indexOf("![", r);
1453
+ return a === -1 || i < a ? i : a;
1454
+ }
1455
+ }), nn = N((u, e) => {
1456
+ var t = Bu(), n = Lt();
1457
+ e.exports = A, A.locator = n;
1458
+ var r = `
1459
+ `, i = "!", a = '"', o = "'", D = "(", s = ")", l = "<", c = ">", f = "[", h = "\\", p = "]", E = "`";
1460
+ function A(v, F, B) {
1461
+ var m = this, d = "", C = 0, g = F.charAt(0), y = m.options.pedantic, w = m.options.commonmark, T = m.options.gfm, b, k, L, I, x, S, M, z, V, q, J, j, O, $, U, R, P, G;
1462
+ if (g === i && (z = !0, d = g, g = F.charAt(++C)), g === f && !(!z && m.inLink)) {
1463
+ for (d += g, $ = "", C++, J = F.length, R = v.now(), O = 0, R.column += C, R.offset += C; C < J; ) {
1464
+ if (g = F.charAt(C), S = g, g === E) {
1465
+ for (k = 1; F.charAt(C + 1) === E; )
1466
+ S += g, C++, k++;
1467
+ L ? k >= L && (L = 0) : L = k;
1468
+ } else if (g === h)
1469
+ C++, S += F.charAt(C);
1470
+ else if ((!L || T) && g === f)
1471
+ O++;
1472
+ else if ((!L || T) && g === p)
1473
+ if (O)
1474
+ O--;
1475
+ else {
1476
+ if (F.charAt(C + 1) !== D)
1477
+ return;
1478
+ S += D, b = !0, C++;
1479
+ break;
1480
+ }
1481
+ $ += S, S = "", C++;
1482
+ }
1483
+ if (b) {
1484
+ for (V = $, d += $ + S, C++; C < J && (g = F.charAt(C), !!t(g)); )
1485
+ d += g, C++;
1486
+ if (g = F.charAt(C), $ = "", I = d, g === l) {
1487
+ for (C++, I += l; C < J && (g = F.charAt(C), g !== c); ) {
1488
+ if (w && g === r)
1489
+ return;
1490
+ $ += g, C++;
1491
+ }
1492
+ if (F.charAt(C) !== c)
1493
+ return;
1494
+ d += l + $ + c, U = $, C++;
1495
+ } else {
1496
+ for (g = null, S = ""; C < J && (g = F.charAt(C), !(S && (g === a || g === o || w && g === D))); ) {
1497
+ if (t(g)) {
1498
+ if (!y)
1499
+ break;
1500
+ S += g;
1501
+ } else {
1502
+ if (g === D)
1503
+ O++;
1504
+ else if (g === s) {
1505
+ if (O === 0)
1506
+ break;
1507
+ O--;
1508
+ }
1509
+ $ += S, S = "", g === h && ($ += h, g = F.charAt(++C)), $ += g;
1510
+ }
1511
+ C++;
1512
+ }
1513
+ d += $, U = $, C = d.length;
1514
+ }
1515
+ for ($ = ""; C < J && (g = F.charAt(C), !!t(g)); )
1516
+ $ += g, C++;
1517
+ if (g = F.charAt(C), d += $, $ && (g === a || g === o || w && g === D))
1518
+ if (C++, d += g, $ = "", q = g === D ? s : g, x = d, w) {
1519
+ for (; C < J && (g = F.charAt(C), g !== q); )
1520
+ g === h && ($ += h, g = F.charAt(++C)), C++, $ += g;
1521
+ if (g = F.charAt(C), g !== q)
1522
+ return;
1523
+ for (j = $, d += $ + g, C++; C < J && (g = F.charAt(C), !!t(g)); )
1524
+ d += g, C++;
1525
+ } else
1526
+ for (S = ""; C < J; ) {
1527
+ if (g = F.charAt(C), g === q)
1528
+ M && ($ += q + S, S = ""), M = !0;
1529
+ else if (!M)
1530
+ $ += g;
1531
+ else if (g === s) {
1532
+ d += $ + q + S, j = $;
1533
+ break;
1534
+ } else
1535
+ t(g) ? S += g : ($ += q + S + g, S = "", M = !1);
1536
+ C++;
1537
+ }
1538
+ if (F.charAt(C) === s)
1539
+ return B ? !0 : (d += s, U = m.decode.raw(m.unescape(U), v(I).test().end, { nonTerminated: !1 }), j && (x = v(x).test().end, j = m.decode.raw(m.unescape(j), x)), G = { type: z ? "image" : "link", title: j || null, url: U }, z ? G.alt = m.decode.raw(m.unescape(V), R) || null : (P = m.enterLink(), G.children = m.tokenizeInline(V, R), P()), v(d)(G));
1540
+ }
1541
+ }
1542
+ }
1543
+ }), on = N((u, e) => {
1544
+ var t = Bu(), n = Lt(), r = qt();
1545
+ e.exports = p, p.locator = n;
1546
+ var i = "link", a = "image", o = "shortcut", D = "collapsed", s = "full", l = "!", c = "[", f = "\\", h = "]";
1547
+ function p(E, A, v) {
1548
+ var F = this, B = F.options.commonmark, m = A.charAt(0), d = 0, C = A.length, g = "", y = "", w = i, T = o, b, k, L, I, x, S, M, z;
1549
+ if (m === l && (w = a, y = m, m = A.charAt(++d)), m === c) {
1550
+ for (d++, y += m, S = "", z = 0; d < C; ) {
1551
+ if (m = A.charAt(d), m === c)
1552
+ M = !0, z++;
1553
+ else if (m === h) {
1554
+ if (!z)
1555
+ break;
1556
+ z--;
1557
+ }
1558
+ m === f && (S += f, m = A.charAt(++d)), S += m, d++;
1559
+ }
1560
+ if (g = S, b = S, m = A.charAt(d), m === h) {
1561
+ if (d++, g += m, S = "", !B)
1562
+ for (; d < C && (m = A.charAt(d), !!t(m)); )
1563
+ S += m, d++;
1564
+ if (m = A.charAt(d), m === c) {
1565
+ for (k = "", S += m, d++; d < C && (m = A.charAt(d), !(m === c || m === h)); )
1566
+ m === f && (k += f, m = A.charAt(++d)), k += m, d++;
1567
+ m = A.charAt(d), m === h ? (T = k ? s : D, S += k + m, d++) : k = "", g += S, S = "";
1568
+ } else {
1569
+ if (!b)
1570
+ return;
1571
+ k = b;
1572
+ }
1573
+ if (!(T !== s && M))
1574
+ return g = y + g, w === i && F.inLink ? null : v ? !0 : (L = E.now(), L.column += y.length, L.offset += y.length, k = T === s ? k : b, I = { type: w + "Reference", identifier: r(k), label: k, referenceType: T }, w === i ? (x = F.enterLink(), I.children = F.tokenizeInline(b, L), x()) : I.alt = F.decode.raw(F.unescape(b), L) || null, E(g)(I));
1575
+ }
1576
+ }
1577
+ }
1578
+ }), an = N((u, e) => {
1579
+ e.exports = t;
1580
+ function t(n, r) {
1581
+ var i = n.indexOf("**", r), a = n.indexOf("__", r);
1582
+ return a === -1 ? i : i === -1 || a < i ? a : i;
1583
+ }
1584
+ }), Dn = N((u, e) => {
1585
+ var t = Gu(), n = Bu(), r = an();
1586
+ e.exports = D, D.locator = r;
1587
+ var i = "\\", a = "*", o = "_";
1588
+ function D(s, l, c) {
1589
+ var f = this, h = 0, p = l.charAt(h), E, A, v, F, B, m, d;
1590
+ if (!(p !== a && p !== o || l.charAt(++h) !== p) && (A = f.options.pedantic, v = p, B = v + v, m = l.length, h++, F = "", p = "", !(A && n(l.charAt(h)))))
1591
+ for (; h < m; ) {
1592
+ if (d = p, p = l.charAt(h), p === v && l.charAt(h + 1) === v && (!A || !n(d)) && (p = l.charAt(h + 2), p !== v))
1593
+ return t(F) ? c ? !0 : (E = s.now(), E.column += 2, E.offset += 2, s(B + F + B)({ type: "strong", children: f.tokenizeInline(F, E) })) : void 0;
1594
+ !A && p === i && (F += p, p = l.charAt(++h)), F += p, h++;
1595
+ }
1596
+ }
1597
+ }), ln = N((u, e) => {
1598
+ e.exports = r;
1599
+ var t = String.fromCharCode, n = /\w/;
1600
+ function r(i) {
1601
+ return n.test(typeof i == "number" ? t(i) : i.charAt(0));
1602
+ }
1603
+ }), sn = N((u, e) => {
1604
+ e.exports = t;
1605
+ function t(n, r) {
1606
+ var i = n.indexOf("*", r), a = n.indexOf("_", r);
1607
+ return a === -1 ? i : i === -1 || a < i ? a : i;
1608
+ }
1609
+ }), cn = N((u, e) => {
1610
+ var t = Gu(), n = ln(), r = Bu(), i = sn();
1611
+ e.exports = s, s.locator = i;
1612
+ var a = "*", o = "_", D = "\\";
1613
+ function s(l, c, f) {
1614
+ var h = this, p = 0, E = c.charAt(p), A, v, F, B, m, d, C;
1615
+ if (!(E !== a && E !== o) && (v = h.options.pedantic, m = E, F = E, d = c.length, p++, B = "", E = "", !(v && r(c.charAt(p)))))
1616
+ for (; p < d; ) {
1617
+ if (C = E, E = c.charAt(p), E === F && (!v || !r(C))) {
1618
+ if (E = c.charAt(++p), E !== F) {
1619
+ if (!t(B) || C === F)
1620
+ return;
1621
+ if (!v && F === o && n(E)) {
1622
+ B += F;
1623
+ continue;
1624
+ }
1625
+ return f ? !0 : (A = l.now(), A.column++, A.offset++, l(m + B + F)({ type: "emphasis", children: h.tokenizeInline(B, A) }));
1626
+ }
1627
+ B += F;
1628
+ }
1629
+ !v && E === D && (B += E, E = c.charAt(++p)), B += E, p++;
1630
+ }
1631
+ }
1632
+ }), fn = N((u, e) => {
1633
+ e.exports = t;
1634
+ function t(n, r) {
1635
+ return n.indexOf("~~", r);
1636
+ }
1637
+ }), pn = N((u, e) => {
1638
+ var t = Bu(), n = fn();
1639
+ e.exports = a, a.locator = n;
1640
+ var r = "~", i = "~~";
1641
+ function a(o, D, s) {
1642
+ var l = this, c = "", f = "", h = "", p = "", E, A, v;
1643
+ if (!(!l.options.gfm || D.charAt(0) !== r || D.charAt(1) !== r || t(D.charAt(2))))
1644
+ for (E = 1, A = D.length, v = o.now(), v.column += 2, v.offset += 2; ++E < A; ) {
1645
+ if (c = D.charAt(E), c === r && f === r && (!h || !t(h)))
1646
+ return s ? !0 : o(i + p + i)({ type: "delete", children: l.tokenizeInline(p, v) });
1647
+ p += f, h = f, f = c;
1648
+ }
1649
+ }
1650
+ }), hn = N((u, e) => {
1651
+ e.exports = t;
1652
+ function t(n, r) {
1653
+ return n.indexOf("`", r);
1654
+ }
1655
+ }), dn = N((u, e) => {
1656
+ var t = hn();
1657
+ e.exports = a, a.locator = t;
1658
+ var n = 10, r = 32, i = 96;
1659
+ function a(o, D, s) {
1660
+ for (var l = D.length, c = 0, f, h, p, E, A, v; c < l && D.charCodeAt(c) === i; )
1661
+ c++;
1662
+ if (!(c === 0 || c === l)) {
1663
+ for (f = c, A = D.charCodeAt(c); c < l; ) {
1664
+ if (E = A, A = D.charCodeAt(c + 1), E === i) {
1665
+ if (h === void 0 && (h = c), p = c + 1, A !== i && p - h === f) {
1666
+ v = !0;
1667
+ break;
1668
+ }
1669
+ } else
1670
+ h !== void 0 && (h = void 0, p = void 0);
1671
+ c++;
1672
+ }
1673
+ if (v) {
1674
+ if (s)
1675
+ return !0;
1676
+ if (c = f, l = h, E = D.charCodeAt(c), A = D.charCodeAt(l - 1), v = !1, l - c > 2 && (E === r || E === n) && (A === r || A === n)) {
1677
+ for (c++, l--; c < l; ) {
1678
+ if (E = D.charCodeAt(c), E !== r && E !== n) {
1679
+ v = !0;
1680
+ break;
1681
+ }
1682
+ c++;
1683
+ }
1684
+ v === !0 && (f++, h--);
1685
+ }
1686
+ return o(D.slice(0, p))({ type: "inlineCode", value: D.slice(f, h) });
1687
+ }
1688
+ }
1689
+ }
1690
+ }), Fn = N((u, e) => {
1691
+ e.exports = t;
1692
+ function t(n, r) {
1693
+ for (var i = n.indexOf(`
1694
+ `, r); i > r && n.charAt(i - 1) === " "; )
1695
+ i--;
1696
+ return i;
1697
+ }
1698
+ }), Cn = N((u, e) => {
1699
+ var t = Fn();
1700
+ e.exports = a, a.locator = t;
1701
+ var n = " ", r = `
1702
+ `, i = 2;
1703
+ function a(o, D, s) {
1704
+ for (var l = D.length, c = -1, f = "", h; ++c < l; ) {
1705
+ if (h = D.charAt(c), h === r)
1706
+ return c < i ? void 0 : s ? !0 : (f += h, o(f)({ type: "break" }));
1707
+ if (h !== n)
1708
+ return;
1709
+ f += h;
1710
+ }
1711
+ }
1712
+ }), An = N((u, e) => {
1713
+ e.exports = t;
1714
+ function t(n, r, i) {
1715
+ var a = this, o, D, s, l, c, f, h, p, E, A;
1716
+ if (i)
1717
+ return !0;
1718
+ for (o = a.inlineMethods, l = o.length, D = a.inlineTokenizers, s = -1, E = r.length; ++s < l; )
1719
+ p = o[s], !(p === "text" || !D[p]) && (h = D[p].locator, h || n.file.fail("Missing locator: `" + p + "`"), f = h.call(a, r, 1), f !== -1 && f < E && (E = f));
1720
+ c = r.slice(0, E), A = n.now(), a.decode(c, A, v);
1721
+ function v(F, B, m) {
1722
+ n(m || F)({ type: "text", value: F });
1723
+ }
1724
+ }
1725
+ }), gn = N((u, e) => {
1726
+ var t = Uu(), n = Fr(), r = Cr(), i = Ar(), a = br(), o = yr();
1727
+ e.exports = D;
1728
+ function D(c, f) {
1729
+ this.file = f, this.offset = {}, this.options = t(this.options), this.setOptions({}), this.inList = !1, this.inBlock = !1, this.inLink = !1, this.atStart = !0, this.toOffset = r(f).toOffset, this.unescape = i(this, "escape"), this.decode = a(this);
1730
+ }
1731
+ var s = D.prototype;
1732
+ s.setOptions = qr(), s.parse = Nr(), s.options = bt(), s.exitStart = n("atStart", !0), s.enterList = n("inList", !1), s.enterLink = n("inLink", !1), s.enterBlock = n("inBlock", !1), s.interruptParagraph = [["thematicBreak"], ["list"], ["atxHeading"], ["fencedCode"], ["blockquote"], ["html"], ["setextHeading", { commonmark: !1 }], ["definition", { commonmark: !1 }]], s.interruptList = [["atxHeading", { pedantic: !1 }], ["fencedCode", { pedantic: !1 }], ["thematicBreak", { pedantic: !1 }], ["definition", { commonmark: !1 }]], s.interruptBlockquote = [["indentedCode", { commonmark: !0 }], ["fencedCode", { commonmark: !0 }], ["atxHeading", { commonmark: !0 }], ["setextHeading", { commonmark: !0 }], ["thematicBreak", { commonmark: !0 }], ["html", { commonmark: !0 }], ["list", { commonmark: !0 }], ["definition", { commonmark: !1 }]], s.blockTokenizers = { blankLine: Ir(), indentedCode: Pr(), fencedCode: jr(), blockquote: $r(), atxHeading: zr(), thematicBreak: Mr(), list: Vr(), setextHeading: Gr(), html: Wr(), definition: Hr(), table: _r(), paragraph: Jr() }, s.inlineTokenizers = { escape: Kr(), autoLink: Xr(), url: un(), email: tn(), html: rn(), link: nn(), reference: on(), strong: Dn(), emphasis: cn(), deletion: pn(), code: dn(), break: Cn(), text: An() }, s.blockMethods = l(s.blockTokenizers), s.inlineMethods = l(s.inlineTokenizers), s.tokenizeBlock = o("block"), s.tokenizeInline = o("inline"), s.tokenizeFactory = o;
1733
+ function l(c) {
1734
+ var f = [], h;
1735
+ for (h in c)
1736
+ f.push(h);
1737
+ return f;
1738
+ }
1739
+ }), mn = N((u, e) => {
1740
+ var t = dr(), n = Uu(), r = gn();
1741
+ e.exports = i, i.Parser = r;
1742
+ function i(a) {
1743
+ var o = this.data("settings"), D = t(r);
1744
+ D.prototype.options = n(D.prototype.options, o, a), this.Parser = D;
1745
+ }
1746
+ }), En = N((u, e) => {
1747
+ e.exports = t;
1748
+ function t(n) {
1749
+ if (n)
1750
+ throw n;
1751
+ }
1752
+ }), Tt = N((u, e) => {
1753
+ e.exports = function(t) {
1754
+ return t != null && t.constructor != null && typeof t.constructor.isBuffer == "function" && t.constructor.isBuffer(t);
1755
+ };
1756
+ }), vn = N((u, e) => {
1757
+ var t = Object.prototype.hasOwnProperty, n = Object.prototype.toString, r = Object.defineProperty, i = Object.getOwnPropertyDescriptor, a = function(l) {
1758
+ return typeof Array.isArray == "function" ? Array.isArray(l) : n.call(l) === "[object Array]";
1759
+ }, o = function(l) {
1760
+ if (!l || n.call(l) !== "[object Object]")
1761
+ return !1;
1762
+ var c = t.call(l, "constructor"), f = l.constructor && l.constructor.prototype && t.call(l.constructor.prototype, "isPrototypeOf");
1763
+ if (l.constructor && !c && !f)
1764
+ return !1;
1765
+ var h;
1766
+ for (h in l)
1767
+ ;
1768
+ return typeof h > "u" || t.call(l, h);
1769
+ }, D = function(l, c) {
1770
+ r && c.name === "__proto__" ? r(l, c.name, { enumerable: !0, configurable: !0, value: c.newValue, writable: !0 }) : l[c.name] = c.newValue;
1771
+ }, s = function(l, c) {
1772
+ if (c === "__proto__")
1773
+ if (t.call(l, c)) {
1774
+ if (i)
1775
+ return i(l, c).value;
1776
+ } else
1777
+ return;
1778
+ return l[c];
1779
+ };
1780
+ e.exports = function l() {
1781
+ var c, f, h, p, E, A, v = arguments[0], F = 1, B = arguments.length, m = !1;
1782
+ for (typeof v == "boolean" && (m = v, v = arguments[1] || {}, F = 2), (v == null || typeof v != "object" && typeof v != "function") && (v = {}); F < B; ++F)
1783
+ if (c = arguments[F], c != null)
1784
+ for (f in c)
1785
+ h = s(v, f), p = s(c, f), v !== p && (m && p && (o(p) || (E = a(p))) ? (E ? (E = !1, A = h && a(h) ? h : []) : A = h && o(h) ? h : {}, D(v, { name: f, newValue: l(m, A, p) })) : typeof p < "u" && D(v, { name: f, newValue: p }));
1786
+ return v;
1787
+ };
1788
+ }), xn = N((u, e) => {
1789
+ e.exports = (t) => {
1790
+ if (Object.prototype.toString.call(t) !== "[object Object]")
1791
+ return !1;
1792
+ let n = Object.getPrototypeOf(t);
1793
+ return n === null || n === Object.prototype;
1794
+ };
1795
+ }), Bn = N((u, e) => {
1796
+ var t = [].slice;
1797
+ e.exports = n;
1798
+ function n(r, i) {
1799
+ var a;
1800
+ return o;
1801
+ function o() {
1802
+ var l = t.call(arguments, 0), c = r.length > l.length, f;
1803
+ c && l.push(D);
1804
+ try {
1805
+ f = r.apply(null, l);
1806
+ } catch (h) {
1807
+ if (c && a)
1808
+ throw h;
1809
+ return D(h);
1810
+ }
1811
+ c || (f && typeof f.then == "function" ? f.then(s, D) : f instanceof Error ? D(f) : s(f));
1812
+ }
1813
+ function D() {
1814
+ a || (a = !0, i.apply(null, arguments));
1815
+ }
1816
+ function s(l) {
1817
+ D(null, l);
1818
+ }
1819
+ }
1820
+ }), bn = N((u, e) => {
1821
+ var t = Bn();
1822
+ e.exports = r, r.wrap = t;
1823
+ var n = [].slice;
1824
+ function r() {
1825
+ var i = [], a = {};
1826
+ return a.run = o, a.use = D, a;
1827
+ function o() {
1828
+ var s = -1, l = n.call(arguments, 0, -1), c = arguments[arguments.length - 1];
1829
+ if (typeof c != "function")
1830
+ throw new Error("Expected function as last argument, not " + c);
1831
+ f.apply(null, [null].concat(l));
1832
+ function f(h) {
1833
+ var p = i[++s], E = n.call(arguments, 0), A = E.slice(1), v = l.length, F = -1;
1834
+ if (h) {
1835
+ c(h);
1836
+ return;
1837
+ }
1838
+ for (; ++F < v; )
1839
+ (A[F] === null || A[F] === void 0) && (A[F] = l[F]);
1840
+ l = A, p ? t(p, f).apply(null, l) : c.apply(null, [null].concat(l));
1841
+ }
1842
+ }
1843
+ function D(s) {
1844
+ if (typeof s != "function")
1845
+ throw new Error("Expected `fn` to be a function, not " + s);
1846
+ return i.push(s), a;
1847
+ }
1848
+ }
1849
+ }), yn = N((u, e) => {
1850
+ var t = {}.hasOwnProperty;
1851
+ e.exports = n;
1852
+ function n(o) {
1853
+ return !o || typeof o != "object" ? "" : t.call(o, "position") || t.call(o, "type") ? i(o.position) : t.call(o, "start") || t.call(o, "end") ? i(o) : t.call(o, "line") || t.call(o, "column") ? r(o) : "";
1854
+ }
1855
+ function r(o) {
1856
+ return (!o || typeof o != "object") && (o = {}), a(o.line) + ":" + a(o.column);
1857
+ }
1858
+ function i(o) {
1859
+ return (!o || typeof o != "object") && (o = {}), r(o.start) + "-" + r(o.end);
1860
+ }
1861
+ function a(o) {
1862
+ return o && typeof o == "number" ? o : 1;
1863
+ }
1864
+ }), wn = N((u, e) => {
1865
+ var t = yn();
1866
+ e.exports = i;
1867
+ function n() {
1868
+ }
1869
+ n.prototype = Error.prototype, i.prototype = new n();
1870
+ var r = i.prototype;
1871
+ r.file = "", r.name = "", r.reason = "", r.message = "", r.stack = "", r.fatal = null, r.column = null, r.line = null;
1872
+ function i(o, D, s) {
1873
+ var l, c, f;
1874
+ typeof D == "string" && (s = D, D = null), l = a(s), c = t(D) || "1:1", f = { start: { line: null, column: null }, end: { line: null, column: null } }, D && D.position && (D = D.position), D && (D.start ? (f = D, D = D.start) : f.start = D), o.stack && (this.stack = o.stack, o = o.message), this.message = o, this.name = c, this.reason = o, this.line = D ? D.line : null, this.column = D ? D.column : null, this.location = f, this.source = l[0], this.ruleId = l[1];
1875
+ }
1876
+ function a(o) {
1877
+ var D = [null, null], s;
1878
+ return typeof o == "string" && (s = o.indexOf(":"), s === -1 ? D[1] = o : (D[0] = o.slice(0, s), D[1] = o.slice(s + 1))), D;
1879
+ }
1880
+ }), kn = N((u) => {
1881
+ u.basename = e, u.dirname = t, u.extname = n, u.join = r, u.sep = "/";
1882
+ function e(D, s) {
1883
+ var l = 0, c = -1, f, h, p, E;
1884
+ if (s !== void 0 && typeof s != "string")
1885
+ throw new TypeError('"ext" argument must be a string');
1886
+ if (o(D), f = D.length, s === void 0 || !s.length || s.length > D.length) {
1887
+ for (; f--; )
1888
+ if (D.charCodeAt(f) === 47) {
1889
+ if (p) {
1890
+ l = f + 1;
1891
+ break;
1892
+ }
1893
+ } else
1894
+ c < 0 && (p = !0, c = f + 1);
1895
+ return c < 0 ? "" : D.slice(l, c);
1896
+ }
1897
+ if (s === D)
1898
+ return "";
1899
+ for (h = -1, E = s.length - 1; f--; )
1900
+ if (D.charCodeAt(f) === 47) {
1901
+ if (p) {
1902
+ l = f + 1;
1903
+ break;
1904
+ }
1905
+ } else
1906
+ h < 0 && (p = !0, h = f + 1), E > -1 && (D.charCodeAt(f) === s.charCodeAt(E--) ? E < 0 && (c = f) : (E = -1, c = h));
1907
+ return l === c ? c = h : c < 0 && (c = D.length), D.slice(l, c);
1908
+ }
1909
+ function t(D) {
1910
+ var s, l, c;
1911
+ if (o(D), !D.length)
1912
+ return ".";
1913
+ for (s = -1, c = D.length; --c; )
1914
+ if (D.charCodeAt(c) === 47) {
1915
+ if (l) {
1916
+ s = c;
1917
+ break;
1918
+ }
1919
+ } else
1920
+ l || (l = !0);
1921
+ return s < 0 ? D.charCodeAt(0) === 47 ? "/" : "." : s === 1 && D.charCodeAt(0) === 47 ? "//" : D.slice(0, s);
1922
+ }
1923
+ function n(D) {
1924
+ var s = -1, l = 0, c = -1, f = 0, h, p, E;
1925
+ for (o(D), E = D.length; E--; ) {
1926
+ if (p = D.charCodeAt(E), p === 47) {
1927
+ if (h) {
1928
+ l = E + 1;
1929
+ break;
1930
+ }
1931
+ continue;
1932
+ }
1933
+ c < 0 && (h = !0, c = E + 1), p === 46 ? s < 0 ? s = E : f !== 1 && (f = 1) : s > -1 && (f = -1);
1934
+ }
1935
+ return s < 0 || c < 0 || f === 0 || f === 1 && s === c - 1 && s === l + 1 ? "" : D.slice(s, c);
1936
+ }
1937
+ function r() {
1938
+ for (var D = -1, s; ++D < arguments.length; )
1939
+ o(arguments[D]), arguments[D] && (s = s === void 0 ? arguments[D] : s + "/" + arguments[D]);
1940
+ return s === void 0 ? "." : i(s);
1941
+ }
1942
+ function i(D) {
1943
+ var s, l;
1944
+ return o(D), s = D.charCodeAt(0) === 47, l = a(D, !s), !l.length && !s && (l = "."), l.length && D.charCodeAt(D.length - 1) === 47 && (l += "/"), s ? "/" + l : l;
1945
+ }
1946
+ function a(D, s) {
1947
+ for (var l = "", c = 0, f = -1, h = 0, p = -1, E, A; ++p <= D.length; ) {
1948
+ if (p < D.length)
1949
+ E = D.charCodeAt(p);
1950
+ else {
1951
+ if (E === 47)
1952
+ break;
1953
+ E = 47;
1954
+ }
1955
+ if (E === 47) {
1956
+ if (!(f === p - 1 || h === 1))
1957
+ if (f !== p - 1 && h === 2) {
1958
+ if (l.length < 2 || c !== 2 || l.charCodeAt(l.length - 1) !== 46 || l.charCodeAt(l.length - 2) !== 46) {
1959
+ if (l.length > 2) {
1960
+ if (A = l.lastIndexOf("/"), A !== l.length - 1) {
1961
+ A < 0 ? (l = "", c = 0) : (l = l.slice(0, A), c = l.length - 1 - l.lastIndexOf("/")), f = p, h = 0;
1962
+ continue;
1963
+ }
1964
+ } else if (l.length) {
1965
+ l = "", c = 0, f = p, h = 0;
1966
+ continue;
1967
+ }
1968
+ }
1969
+ s && (l = l.length ? l + "/.." : "..", c = 2);
1970
+ } else
1971
+ l.length ? l += "/" + D.slice(f + 1, p) : l = D.slice(f + 1, p), c = p - f - 1;
1972
+ f = p, h = 0;
1973
+ } else
1974
+ E === 46 && h > -1 ? h++ : h = -1;
1975
+ }
1976
+ return l;
1977
+ }
1978
+ function o(D) {
1979
+ if (typeof D != "string")
1980
+ throw new TypeError("Path must be a string. Received " + JSON.stringify(D));
1981
+ }
1982
+ }), qn = N((u) => {
1983
+ u.cwd = e;
1984
+ function e() {
1985
+ return "/";
1986
+ }
1987
+ }), Sn = N((u, e) => {
1988
+ var t = kn(), n = qn(), r = Tt();
1989
+ e.exports = o;
1990
+ var i = {}.hasOwnProperty, a = ["history", "path", "basename", "stem", "extname", "dirname"];
1991
+ o.prototype.toString = F, Object.defineProperty(o.prototype, "path", { get: D, set: s }), Object.defineProperty(o.prototype, "dirname", { get: l, set: c }), Object.defineProperty(o.prototype, "basename", { get: f, set: h }), Object.defineProperty(o.prototype, "extname", { get: p, set: E }), Object.defineProperty(o.prototype, "stem", { get: A, set: v });
1992
+ function o(C) {
1993
+ var g, y;
1994
+ if (!C)
1995
+ C = {};
1996
+ else if (typeof C == "string" || r(C))
1997
+ C = { contents: C };
1998
+ else if ("message" in C && "messages" in C)
1999
+ return C;
2000
+ if (!(this instanceof o))
2001
+ return new o(C);
2002
+ for (this.data = {}, this.messages = [], this.history = [], this.cwd = n.cwd(), y = -1; ++y < a.length; )
2003
+ g = a[y], i.call(C, g) && (this[g] = C[g]);
2004
+ for (g in C)
2005
+ a.indexOf(g) < 0 && (this[g] = C[g]);
2006
+ }
2007
+ function D() {
2008
+ return this.history[this.history.length - 1];
2009
+ }
2010
+ function s(C) {
2011
+ m(C, "path"), this.path !== C && this.history.push(C);
2012
+ }
2013
+ function l() {
2014
+ return typeof this.path == "string" ? t.dirname(this.path) : void 0;
2015
+ }
2016
+ function c(C) {
2017
+ d(this.path, "dirname"), this.path = t.join(C || "", this.basename);
2018
+ }
2019
+ function f() {
2020
+ return typeof this.path == "string" ? t.basename(this.path) : void 0;
2021
+ }
2022
+ function h(C) {
2023
+ m(C, "basename"), B(C, "basename"), this.path = t.join(this.dirname || "", C);
2024
+ }
2025
+ function p() {
2026
+ return typeof this.path == "string" ? t.extname(this.path) : void 0;
2027
+ }
2028
+ function E(C) {
2029
+ if (B(C, "extname"), d(this.path, "extname"), C) {
2030
+ if (C.charCodeAt(0) !== 46)
2031
+ throw new Error("`extname` must start with `.`");
2032
+ if (C.indexOf(".", 1) > -1)
2033
+ throw new Error("`extname` cannot contain multiple dots");
2034
+ }
2035
+ this.path = t.join(this.dirname, this.stem + (C || ""));
2036
+ }
2037
+ function A() {
2038
+ return typeof this.path == "string" ? t.basename(this.path, this.extname) : void 0;
2039
+ }
2040
+ function v(C) {
2041
+ m(C, "stem"), B(C, "stem"), this.path = t.join(this.dirname || "", C + (this.extname || ""));
2042
+ }
2043
+ function F(C) {
2044
+ return (this.contents || "").toString(C);
2045
+ }
2046
+ function B(C, g) {
2047
+ if (C && C.indexOf(t.sep) > -1)
2048
+ throw new Error("`" + g + "` cannot be a path: did not expect `" + t.sep + "`");
2049
+ }
2050
+ function m(C, g) {
2051
+ if (!C)
2052
+ throw new Error("`" + g + "` cannot be empty");
2053
+ }
2054
+ function d(C, g) {
2055
+ if (!C)
2056
+ throw new Error("Setting `" + g + "` requires `path` to be set too");
2057
+ }
2058
+ }), Ln = N((u, e) => {
2059
+ var t = wn(), n = Sn();
2060
+ e.exports = n, n.prototype.message = r, n.prototype.info = a, n.prototype.fail = i;
2061
+ function r(o, D, s) {
2062
+ var l = new t(o, D, s);
2063
+ return this.path && (l.name = this.path + ":" + l.name, l.file = this.path), l.fatal = !1, this.messages.push(l), l;
2064
+ }
2065
+ function i() {
2066
+ var o = this.message.apply(this, arguments);
2067
+ throw o.fatal = !0, o;
2068
+ }
2069
+ function a() {
2070
+ var o = this.message.apply(this, arguments);
2071
+ return o.fatal = null, o;
2072
+ }
2073
+ }), Tn = N((u, e) => {
2074
+ e.exports = Ln();
2075
+ }), On = N((u, e) => {
2076
+ var t = En(), n = Tt(), r = vn(), i = xn(), a = bn(), o = Tn();
2077
+ e.exports = p().freeze();
2078
+ var D = [].slice, s = {}.hasOwnProperty, l = a().use(c).use(f).use(h);
2079
+ function c(C, g) {
2080
+ g.tree = C.parse(g.file);
2081
+ }
2082
+ function f(C, g, y) {
2083
+ C.run(g.tree, g.file, w);
2084
+ function w(T, b, k) {
2085
+ T ? y(T) : (g.tree = b, g.file = k, y());
2086
+ }
2087
+ }
2088
+ function h(C, g) {
2089
+ var y = C.stringify(g.tree, g.file);
2090
+ y == null || (typeof y == "string" || n(y) ? ("value" in g.file && (g.file.value = y), g.file.contents = y) : g.file.result = y);
2091
+ }
2092
+ function p() {
2093
+ var C = [], g = a(), y = {}, w = -1, T;
2094
+ return b.data = L, b.freeze = k, b.attachers = C, b.use = I, b.parse = S, b.stringify = V, b.run = M, b.runSync = z, b.process = q, b.processSync = J, b;
2095
+ function b() {
2096
+ for (var j = p(), O = -1; ++O < C.length; )
2097
+ j.use.apply(null, C[O]);
2098
+ return j.data(r(!0, {}, y)), j;
2099
+ }
2100
+ function k() {
2101
+ var j, O;
2102
+ if (T)
2103
+ return b;
2104
+ for (; ++w < C.length; )
2105
+ j = C[w], j[1] !== !1 && (j[1] === !0 && (j[1] = void 0), O = j[0].apply(b, j.slice(1)), typeof O == "function" && g.use(O));
2106
+ return T = !0, w = 1 / 0, b;
2107
+ }
2108
+ function L(j, O) {
2109
+ return typeof j == "string" ? arguments.length === 2 ? (B("data", T), y[j] = O, b) : s.call(y, j) && y[j] || null : j ? (B("data", T), y = j, b) : y;
2110
+ }
2111
+ function I(j) {
2112
+ var O;
2113
+ if (B("use", T), j != null)
2114
+ if (typeof j == "function")
2115
+ P.apply(null, arguments);
2116
+ else if (typeof j == "object")
2117
+ "length" in j ? R(j) : $(j);
2118
+ else
2119
+ throw new Error("Expected usable value, not `" + j + "`");
2120
+ return O && (y.settings = r(y.settings || {}, O)), b;
2121
+ function $(G) {
2122
+ R(G.plugins), G.settings && (O = r(O || {}, G.settings));
2123
+ }
2124
+ function U(G) {
2125
+ if (typeof G == "function")
2126
+ P(G);
2127
+ else if (typeof G == "object")
2128
+ "length" in G ? P.apply(null, G) : $(G);
2129
+ else
2130
+ throw new Error("Expected usable value, not `" + G + "`");
2131
+ }
2132
+ function R(G) {
2133
+ var W = -1;
2134
+ if (G != null)
2135
+ if (typeof G == "object" && "length" in G)
2136
+ for (; ++W < G.length; )
2137
+ U(G[W]);
2138
+ else
2139
+ throw new Error("Expected a list of plugins, not `" + G + "`");
2140
+ }
2141
+ function P(G, W) {
2142
+ var Y = x(G);
2143
+ Y ? (i(Y[1]) && i(W) && (W = r(!0, Y[1], W)), Y[1] = W) : C.push(D.call(arguments));
2144
+ }
2145
+ }
2146
+ function x(j) {
2147
+ for (var O = -1; ++O < C.length; )
2148
+ if (C[O][0] === j)
2149
+ return C[O];
2150
+ }
2151
+ function S(j) {
2152
+ var O = o(j), $;
2153
+ return k(), $ = b.Parser, v("parse", $), E($, "parse") ? new $(String(O), O).parse() : $(String(O), O);
2154
+ }
2155
+ function M(j, O, $) {
2156
+ if (m(j), k(), !$ && typeof O == "function" && ($ = O, O = null), !$)
2157
+ return new Promise(U);
2158
+ U(null, $);
2159
+ function U(R, P) {
2160
+ g.run(j, o(O), G);
2161
+ function G(W, Y, K) {
2162
+ Y = Y || j, W ? P(W) : R ? R(Y) : $(null, Y, K);
2163
+ }
2164
+ }
2165
+ }
2166
+ function z(j, O) {
2167
+ var $, U;
2168
+ return M(j, O, R), d("runSync", "run", U), $;
2169
+ function R(P, G) {
2170
+ U = !0, $ = G, t(P);
2171
+ }
2172
+ }
2173
+ function V(j, O) {
2174
+ var $ = o(O), U;
2175
+ return k(), U = b.Compiler, F("stringify", U), m(j), E(U, "compile") ? new U(j, $).compile() : U(j, $);
2176
+ }
2177
+ function q(j, O) {
2178
+ if (k(), v("process", b.Parser), F("process", b.Compiler), !O)
2179
+ return new Promise($);
2180
+ $(null, O);
2181
+ function $(U, R) {
2182
+ var P = o(j);
2183
+ l.run(b, { file: P }, G);
2184
+ function G(W) {
2185
+ W ? R(W) : U ? U(P) : O(null, P);
2186
+ }
2187
+ }
2188
+ }
2189
+ function J(j) {
2190
+ var O, $;
2191
+ return k(), v("processSync", b.Parser), F("processSync", b.Compiler), O = o(j), q(O, U), d("processSync", "process", $), O;
2192
+ function U(R) {
2193
+ $ = !0, t(R);
2194
+ }
2195
+ }
2196
+ }
2197
+ function E(C, g) {
2198
+ return typeof C == "function" && C.prototype && (A(C.prototype) || g in C.prototype);
2199
+ }
2200
+ function A(C) {
2201
+ var g;
2202
+ for (g in C)
2203
+ return !0;
2204
+ return !1;
2205
+ }
2206
+ function v(C, g) {
2207
+ if (typeof g != "function")
2208
+ throw new Error("Cannot `" + C + "` without `Parser`");
2209
+ }
2210
+ function F(C, g) {
2211
+ if (typeof g != "function")
2212
+ throw new Error("Cannot `" + C + "` without `Compiler`");
2213
+ }
2214
+ function B(C, g) {
2215
+ if (g)
2216
+ throw new Error("Cannot invoke `" + C + "` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.");
2217
+ }
2218
+ function m(C) {
2219
+ if (!C || typeof C.type != "string")
2220
+ throw new Error("Expected node, got `" + C + "`");
2221
+ }
2222
+ function d(C, g, y) {
2223
+ if (!y)
2224
+ throw new Error("`" + C + "` finished async. Use `" + g + "` instead");
2225
+ }
2226
+ }), Ot = {};
2227
+ vt(Ot, { languages: () => Oo, options: () => No, parsers: () => _t, printers: () => ta });
2228
+ var Rn = (u, e, t) => {
2229
+ if (!(u && e == null))
2230
+ return Array.isArray(e) || typeof e == "string" ? e[t < 0 ? e.length + t : t] : e.at(t);
2231
+ }, Au = Rn, Nn = (u, e, t, n) => {
2232
+ if (!(u && e == null))
2233
+ return e.replaceAll ? e.replaceAll(t, n) : t.global ? e.replace(t, n) : e.split(t).join(n);
2234
+ }, Du = Nn, In = Mu(je(), 1);
2235
+ function xe(u) {
2236
+ if (typeof u != "string")
2237
+ throw new TypeError("Expected a string");
2238
+ return u.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
2239
+ }
2240
+ var Iu = "string", Su = "array", Be = "cursor", Wu = "indent", Hu = "align", ie = "trim", Lu = "group", Pu = "fill", qu = "if-break", oe = "indent-if-break", ae = "line-suffix", De = "line-suffix-boundary", bu = "line", le = "label", _u = "break-parent", Rt = /* @__PURE__ */ new Set([Be, Wu, Hu, ie, Lu, Pu, qu, oe, ae, De, bu, le, _u]);
2241
+ function Pn(u) {
2242
+ if (typeof u == "string")
2243
+ return Iu;
2244
+ if (Array.isArray(u))
2245
+ return Su;
2246
+ if (!u)
2247
+ return;
2248
+ let { type: e } = u;
2249
+ if (Rt.has(e))
2250
+ return e;
2251
+ }
2252
+ var Tu = Pn, jn = (u) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(u);
2253
+ function $n(u) {
2254
+ let e = u === null ? "null" : typeof u;
2255
+ if (e !== "string" && e !== "object")
2256
+ return `Unexpected doc '${e}',
2257
+ Expected it to be 'string' or 'object'.`;
2258
+ if (Tu(u))
2259
+ throw new Error("doc is valid.");
2260
+ let t = Object.prototype.toString.call(u);
2261
+ if (t !== "[object Object]")
2262
+ return `Unexpected doc '${t}'.`;
2263
+ let n = jn([...Rt].map((r) => `'${r}'`));
2264
+ return `Unexpected doc.type '${u.type}'.
2265
+ Expected it to be ${n}.`;
2266
+ }
2267
+ var zn = class extends Error {
2268
+ constructor(e) {
2269
+ super($n(e));
2270
+ ke(this, "name", "InvalidDocError");
2271
+ this.doc = e;
2272
+ }
2273
+ }, Fe = zn, Ke = {};
2274
+ function Mn(u, e, t, n) {
2275
+ let r = [u];
2276
+ for (; r.length > 0; ) {
2277
+ let i = r.pop();
2278
+ if (i === Ke) {
2279
+ t(r.pop());
2280
+ continue;
2281
+ }
2282
+ t && r.push(i, Ke);
2283
+ let a = Tu(i);
2284
+ if (!a)
2285
+ throw new Fe(i);
2286
+ if ((e == null ? void 0 : e(i)) !== !1)
2287
+ switch (a) {
2288
+ case Su:
2289
+ case Pu: {
2290
+ let o = a === Su ? i : i.parts;
2291
+ for (let D = o.length, s = D - 1; s >= 0; --s)
2292
+ r.push(o[s]);
2293
+ break;
2294
+ }
2295
+ case qu:
2296
+ r.push(i.flatContents, i.breakContents);
2297
+ break;
2298
+ case Lu:
2299
+ if (n && i.expandedStates)
2300
+ for (let o = i.expandedStates.length, D = o - 1; D >= 0; --D)
2301
+ r.push(i.expandedStates[D]);
2302
+ else
2303
+ r.push(i.contents);
2304
+ break;
2305
+ case Hu:
2306
+ case Wu:
2307
+ case oe:
2308
+ case le:
2309
+ case ae:
2310
+ r.push(i.contents);
2311
+ break;
2312
+ case Iu:
2313
+ case Be:
2314
+ case ie:
2315
+ case De:
2316
+ case bu:
2317
+ case _u:
2318
+ break;
2319
+ default:
2320
+ throw new Fe(i);
2321
+ }
2322
+ }
2323
+ }
2324
+ var Un = Mn;
2325
+ function Vn(u, e) {
2326
+ if (typeof u == "string")
2327
+ return e(u);
2328
+ let t = /* @__PURE__ */ new Map();
2329
+ return n(u);
2330
+ function n(i) {
2331
+ if (t.has(i))
2332
+ return t.get(i);
2333
+ let a = r(i);
2334
+ return t.set(i, a), a;
2335
+ }
2336
+ function r(i) {
2337
+ switch (Tu(i)) {
2338
+ case Su:
2339
+ return e(i.map(n));
2340
+ case Pu:
2341
+ return e({ ...i, parts: i.parts.map(n) });
2342
+ case qu:
2343
+ return e({ ...i, breakContents: n(i.breakContents), flatContents: n(i.flatContents) });
2344
+ case Lu: {
2345
+ let { expandedStates: a, contents: o } = i;
2346
+ return a ? (a = a.map(n), o = a[0]) : o = n(o), e({ ...i, contents: o, expandedStates: a });
2347
+ }
2348
+ case Hu:
2349
+ case Wu:
2350
+ case oe:
2351
+ case le:
2352
+ case ae:
2353
+ return e({ ...i, contents: n(i.contents) });
2354
+ case Iu:
2355
+ case Be:
2356
+ case ie:
2357
+ case De:
2358
+ case bu:
2359
+ case _u:
2360
+ return e(i);
2361
+ default:
2362
+ throw new Fe(i);
2363
+ }
2364
+ }
2365
+ }
2366
+ function Xe(u) {
2367
+ if (u.length > 0) {
2368
+ let e = Au(!1, u, -1);
2369
+ !e.expandedStates && !e.break && (e.break = "propagated");
2370
+ }
2371
+ return null;
2372
+ }
2373
+ function Gn(u) {
2374
+ let e = /* @__PURE__ */ new Set(), t = [];
2375
+ function n(i) {
2376
+ if (i.type === _u && Xe(t), i.type === Lu) {
2377
+ if (t.push(i), e.has(i))
2378
+ return !1;
2379
+ e.add(i);
2380
+ }
2381
+ }
2382
+ function r(i) {
2383
+ i.type === Lu && t.pop().break && Xe(t);
2384
+ }
2385
+ Un(u, n, r, !0);
2386
+ }
2387
+ function ju(u, e = Te) {
2388
+ return Vn(u, (t) => typeof t == "string" ? Pt(e, t.split(`
2389
+ `)) : t);
2390
+ }
2391
+ var Wn = () => {
2392
+ }, Hn = Wn;
2393
+ function Le(u) {
2394
+ return { type: Wu, contents: u };
2395
+ }
2396
+ function Nu(u, e) {
2397
+ return { type: Hu, contents: e, n: u };
2398
+ }
2399
+ function he(u, e = {}) {
2400
+ return Hn(e.expandedStates), { type: Lu, id: e.id, contents: u, break: !!e.shouldBreak, expandedStates: e.expandedStates };
2401
+ }
2402
+ function Ce(u) {
2403
+ return Nu({ type: "root" }, u);
2404
+ }
2405
+ function Me(u) {
2406
+ return { type: Pu, parts: u };
2407
+ }
2408
+ function _n(u, e = "", t = {}) {
2409
+ return { type: qu, breakContents: u, flatContents: e, groupId: t.groupId };
2410
+ }
2411
+ var Ae = { type: _u }, Ue = { type: bu, hard: !0 }, Jn = { type: bu, hard: !0, literal: !0 }, Nt = { type: bu }, It = { type: bu, soft: !0 }, iu = [Ue, Ae], Te = [Jn, Ae];
2412
+ function Pt(u, e) {
2413
+ let t = [];
2414
+ for (let n = 0; n < e.length; n++)
2415
+ n !== 0 && t.push(u), t.push(e[n]);
2416
+ return t;
2417
+ }
2418
+ function Yn(u, e) {
2419
+ let t = u.match(new RegExp(`(${xe(e)})+`, "gu"));
2420
+ return t === null ? 0 : t.reduce((n, r) => Math.max(n, r.length / e.length), 0);
2421
+ }
2422
+ var jt = Yn;
2423
+ function Kn(u, e) {
2424
+ let t = u.match(new RegExp(`(${xe(e)})+`, "gu"));
2425
+ if (t === null)
2426
+ return 0;
2427
+ let n = /* @__PURE__ */ new Map(), r = 0;
2428
+ for (let i of t) {
2429
+ let a = i.length / e.length;
2430
+ n.set(a, !0), a > r && (r = a);
2431
+ }
2432
+ for (let i = 1; i < r; i++)
2433
+ if (!n.get(i))
2434
+ return i;
2435
+ return r + 1;
2436
+ }
2437
+ var Xn = Kn, fe = "'", Ze = '"';
2438
+ function Zn(u, e) {
2439
+ let t = e === !0 || e === fe ? fe : Ze, n = t === fe ? Ze : fe, r = 0, i = 0;
2440
+ for (let a of u)
2441
+ a === t ? r++ : a === n && i++;
2442
+ return r > i ? n : t;
2443
+ }
2444
+ var Qn = Zn, ui = class extends Error {
2445
+ constructor(e, t, n = "type") {
2446
+ super(`Unexpected ${t} node ${n}: ${JSON.stringify(e[n])}.`);
2447
+ ke(this, "name", "UnexpectedNodeError");
2448
+ this.node = e;
2449
+ }
2450
+ }, ei = ui, ti = Mu(je(), 1);
2451
+ function ri(u) {
2452
+ return (u == null ? void 0 : u.type) === "front-matter";
2453
+ }
2454
+ var ni = ri, ii = ["noformat", "noprettier"], $t = ["format", "prettier"], oi = "format", Zu = 3;
2455
+ function ai(u) {
2456
+ let e = u.slice(0, Zu);
2457
+ if (e !== "---" && e !== "+++")
2458
+ return;
2459
+ let t = u.indexOf(`
2460
+ `, Zu);
2461
+ if (t === -1)
2462
+ return;
2463
+ let n = u.slice(Zu, t).trim(), r = u.indexOf(`
2464
+ ${e}`, t), i = n;
2465
+ if (i || (i = e === "+++" ? "toml" : "yaml"), r === -1 && e === "---" && i === "yaml" && (r = u.indexOf(`
2466
+ ...`, t)), r === -1)
2467
+ return;
2468
+ let a = r + 1 + Zu, o = u.charAt(a + 1);
2469
+ if (!/\s?/u.test(o))
2470
+ return;
2471
+ let D = u.slice(0, a);
2472
+ return { type: "front-matter", language: i, explicitLanguage: n, value: u.slice(t + 1, r), startDelimiter: e, endDelimiter: D.slice(-Zu), raw: D };
2473
+ }
2474
+ function Di(u) {
2475
+ let e = ai(u);
2476
+ if (!e)
2477
+ return { content: u };
2478
+ let { raw: t } = e;
2479
+ return { frontMatter: e, content: Du(!1, t, /[^\n]/gu, " ") + u.slice(t.length) };
2480
+ }
2481
+ var be = Di;
2482
+ function Ve(u, e) {
2483
+ let t = `@(${e.join("|")})`, n = new RegExp([`<!--\\s*${t}\\s*-->`, `\\{\\s*\\/\\*\\s*${t}\\s*\\*\\/\\s*\\}`, `<!--.*\r?
2484
+ [\\s\\S]*(^|
2485
+ )[^\\S
2486
+ ]*${t}[^\\S
2487
+ ]*($|
2488
+ )[\\s\\S]*
2489
+ .*-->`].join("|"), "mu"), r = u.match(n);
2490
+ return (r == null ? void 0 : r.index) === 0;
2491
+ }
2492
+ var li = (u) => Ve(be(u).content.trimStart(), $t), si = (u) => Ve(be(u).content.trimStart(), ii), ci = (u) => {
2493
+ let e = be(u), t = `<!-- @${oi} -->`;
2494
+ return e.frontMatter ? `${e.frontMatter.raw}
2495
+
2496
+ ${t}
2497
+
2498
+ ${e.content}` : `${t}
2499
+
2500
+ ${e.content}`;
2501
+ }, fi = /* @__PURE__ */ new Set(["position", "raw"]);
2502
+ function zt(u, e, t) {
2503
+ if ((u.type === "front-matter" || u.type === "code" || u.type === "yaml" || u.type === "import" || u.type === "export" || u.type === "jsx") && delete e.value, u.type === "list" && delete e.isAligned, (u.type === "list" || u.type === "listItem") && delete e.spread, u.type === "text")
2504
+ return null;
2505
+ if (u.type === "inlineCode" && (e.value = Du(!1, u.value, `
2506
+ `, " ")), u.type === "wikiLink" && (e.value = Du(!1, u.value.trim(), /[\t\n]+/gu, " ")), (u.type === "definition" || u.type === "linkReference" || u.type === "imageReference") && (e.label = (0, ti.default)(u.label)), (u.type === "link" || u.type === "image") && u.url && u.url.includes("("))
2507
+ for (let n of "<>")
2508
+ e.url = Du(!1, u.url, n, encodeURIComponent(n));
2509
+ if ((u.type === "definition" || u.type === "link" || u.type === "image") && u.title && (e.title = Du(!1, u.title, /\\(?=["')])/gu, "")), (t == null ? void 0 : t.type) === "root" && t.children.length > 0 && (t.children[0] === u || ni(t.children[0]) && t.children[1] === u) && u.type === "html" && Ve(u.value, $t))
2510
+ return null;
2511
+ }
2512
+ zt.ignoredProperties = fi;
2513
+ var pi = zt, hi = /(?:[\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, ue = /(?:[\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;
2514
+ async function di(u, e) {
2515
+ if (u.language === "yaml") {
2516
+ let t = u.value.trim(), n = t ? await e(t, { parser: "yaml" }) : "";
2517
+ return Ce([u.startDelimiter, u.explicitLanguage, iu, n, n ? iu : "", u.endDelimiter]);
2518
+ }
2519
+ }
2520
+ var Fi = di, Ci = (u, e) => {
2521
+ if (!(u && e == null))
2522
+ return e.toReversed || !Array.isArray(e) ? e.toReversed() : [...e].reverse();
2523
+ }, Ai = Ci, Qe, ut, et, tt, rt, gi = ((Qe = globalThis.Deno) == null ? void 0 : Qe.build.os) === "windows" || ((et = (ut = globalThis.navigator) == null ? void 0 : ut.platform) == null ? void 0 : et.startsWith("Win")) || ((rt = (tt = globalThis.process) == null ? void 0 : tt.platform) == null ? void 0 : rt.startsWith("win")) || !1;
2524
+ function Mt(u) {
2525
+ if (u = u instanceof URL ? u : new URL(u), u.protocol !== "file:")
2526
+ throw new TypeError(`URL must be a file URL: received "${u.protocol}"`);
2527
+ return u;
2528
+ }
2529
+ function mi(u) {
2530
+ return u = Mt(u), decodeURIComponent(u.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
2531
+ }
2532
+ function Ei(u) {
2533
+ u = Mt(u);
2534
+ let e = decodeURIComponent(u.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
2535
+ return u.hostname !== "" && (e = `\\\\${u.hostname}${e}`), e;
2536
+ }
2537
+ function vi(u) {
2538
+ return gi ? Ei(u) : mi(u);
2539
+ }
2540
+ var xi = vi, Bi = (u) => String(u).split(/[/\\]/u).pop();
2541
+ function nt(u, e) {
2542
+ if (!e)
2543
+ return;
2544
+ let t = Bi(e).toLowerCase();
2545
+ return u.find(({ filenames: n }) => n == null ? void 0 : n.some((r) => r.toLowerCase() === t)) ?? u.find(({ extensions: n }) => n == null ? void 0 : n.some((r) => t.endsWith(r)));
2546
+ }
2547
+ function bi(u, e) {
2548
+ if (e)
2549
+ return u.find(({ name: t }) => t.toLowerCase() === e) ?? u.find(({ aliases: t }) => t == null ? void 0 : t.includes(e)) ?? u.find(({ extensions: t }) => t == null ? void 0 : t.includes(`.${e}`));
2550
+ }
2551
+ function it(u, e) {
2552
+ if (e) {
2553
+ if (String(e).startsWith("file:"))
2554
+ try {
2555
+ e = xi(e);
2556
+ } catch {
2557
+ return;
2558
+ }
2559
+ if (typeof e == "string")
2560
+ return u.find(({ isSupported: t }) => t == null ? void 0 : t({ filepath: e }));
2561
+ }
2562
+ }
2563
+ function yi(u, e) {
2564
+ let t = Ai(!1, u.plugins).flatMap((r) => r.languages ?? []), n = bi(t, e.language) ?? nt(t, e.physicalFile) ?? nt(t, e.file) ?? it(t, e.physicalFile) ?? it(t, e.file) ?? (e.physicalFile, void 0);
2565
+ return n == null ? void 0 : n.parsers[0];
2566
+ }
2567
+ var wi = yi, ki = new Proxy(() => {
2568
+ }, { get: () => ki });
2569
+ function ge(u) {
2570
+ return u.position.start.offset;
2571
+ }
2572
+ function me(u) {
2573
+ return u.position.end.offset;
2574
+ }
2575
+ var Ut = /* @__PURE__ */ new Set(["liquidNode", "inlineCode", "emphasis", "esComment", "strong", "delete", "wikiLink", "link", "linkReference", "image", "imageReference", "footnote", "footnoteReference", "sentence", "whitespace", "word", "break", "inlineMath"]), Vt = /* @__PURE__ */ new Set([...Ut, "tableCell", "paragraph", "heading"]), re = "non-cjk", xu = "cj-letter", zu = "k-letter", Ee = "cjk-punctuation", qi = /\p{Script_Extensions=Hangul}/u;
2576
+ function Gt(u) {
2577
+ let e = [], t = u.split(/([\t\n ]+)/u);
2578
+ for (let [r, i] of t.entries()) {
2579
+ if (r % 2 === 1) {
2580
+ e.push({ type: "whitespace", value: /\n/u.test(i) ? `
2581
+ ` : " " });
2582
+ continue;
2583
+ }
2584
+ if ((r === 0 || r === t.length - 1) && i === "")
2585
+ continue;
2586
+ let a = i.split(new RegExp(`(${hi.source})`, "u"));
2587
+ for (let [o, D] of a.entries())
2588
+ if (!((o === 0 || o === a.length - 1) && D === "")) {
2589
+ if (o % 2 === 0) {
2590
+ D !== "" && n({ type: "word", value: D, kind: re, isCJ: !1, hasLeadingPunctuation: ue.test(D[0]), hasTrailingPunctuation: ue.test(Au(!1, D, -1)) });
2591
+ continue;
2592
+ }
2593
+ if (ue.test(D)) {
2594
+ n({ type: "word", value: D, kind: Ee, isCJ: !0, hasLeadingPunctuation: !0, hasTrailingPunctuation: !0 });
2595
+ continue;
2596
+ }
2597
+ if (qi.test(D)) {
2598
+ n({ type: "word", value: D, kind: zu, isCJ: !1, hasLeadingPunctuation: !1, hasTrailingPunctuation: !1 });
2599
+ continue;
2600
+ }
2601
+ n({ type: "word", value: D, kind: xu, isCJ: !0, hasLeadingPunctuation: !1, hasTrailingPunctuation: !1 });
2602
+ }
2603
+ }
2604
+ return e;
2605
+ function n(r) {
2606
+ let i = Au(!1, e, -1);
2607
+ (i == null ? void 0 : i.type) === "word" && !a(re, Ee) && ![i.value, r.value].some((o) => /\u3000/u.test(o)) && e.push({ type: "whitespace", value: "" }), e.push(r);
2608
+ function a(o, D) {
2609
+ return i.kind === o && r.kind === D || i.kind === D && r.kind === o;
2610
+ }
2611
+ }
2612
+ }
2613
+ function ee(u, e) {
2614
+ let t = e.originalText.slice(u.position.start.offset, u.position.end.offset), { numberText: n, leadingSpaces: r } = t.match(/^\s*(?<numberText>\d+)(\.|\))(?<leadingSpaces>\s*)/u).groups;
2615
+ return { number: Number(n), leadingSpaces: r };
2616
+ }
2617
+ function Si(u, e) {
2618
+ return !u.ordered || u.children.length < 2 || ee(u.children[1], e).number !== 1 ? !1 : ee(u.children[0], e).number !== 0 ? !0 : u.children.length > 2 && ee(u.children[2], e).number === 1;
2619
+ }
2620
+ function Wt(u, e) {
2621
+ let { value: t } = u;
2622
+ return u.position.end.offset === e.length && t.endsWith(`
2623
+ `) && e.endsWith(`
2624
+ `) ? t.slice(0, -1) : t;
2625
+ }
2626
+ function Ju(u, e) {
2627
+ return function t(n, r, i) {
2628
+ let a = { ...e(n, r, i) };
2629
+ return a.children && (a.children = a.children.map((o, D) => t(o, D, [a, ...i]))), a;
2630
+ }(u, null, []);
2631
+ }
2632
+ function ot(u) {
2633
+ if ((u == null ? void 0 : u.type) !== "link" || u.children.length !== 1)
2634
+ return !1;
2635
+ let [e] = u.children;
2636
+ return ge(u) === ge(e) && me(u) === me(e);
2637
+ }
2638
+ function Li(u, e) {
2639
+ let { node: t } = u;
2640
+ if (t.type === "code" && t.lang !== null) {
2641
+ let n = wi(e, { language: t.lang });
2642
+ if (n)
2643
+ return async (r) => {
2644
+ let i = e.__inJsTemplate ? "~" : "`", a = i.repeat(Math.max(3, jt(t.value, i) + 1)), o = { parser: n };
2645
+ t.lang === "ts" || t.lang === "typescript" ? o.filepath = "dummy.ts" : t.lang === "tsx" && (o.filepath = "dummy.tsx");
2646
+ let D = await r(Wt(t, e.originalText), o);
2647
+ return Ce([a, t.lang, t.meta ? " " + t.meta : "", iu, ju(D), iu, a]);
2648
+ };
2649
+ }
2650
+ switch (t.type) {
2651
+ case "front-matter":
2652
+ return (n) => Fi(t, n);
2653
+ case "import":
2654
+ case "export":
2655
+ return (n) => n(t.value, { parser: "babel" });
2656
+ case "jsx":
2657
+ return (n) => n(`<$>${t.value}</$>`, { parser: "__js_expression", rootMarker: "mdx" });
2658
+ }
2659
+ return null;
2660
+ }
2661
+ var Ti = Li, Qu = null;
2662
+ function te(u) {
2663
+ if (Qu !== null && typeof Qu.property) {
2664
+ let e = Qu;
2665
+ return Qu = te.prototype = null, e;
2666
+ }
2667
+ return Qu = te.prototype = u ?? /* @__PURE__ */ Object.create(null), new te();
2668
+ }
2669
+ var Oi = 10;
2670
+ for (let u = 0; u <= Oi; u++)
2671
+ te();
2672
+ function Ri(u) {
2673
+ return te(u);
2674
+ }
2675
+ function Ni(u, e = "type") {
2676
+ Ri(u);
2677
+ function t(n) {
2678
+ let r = n[e], i = u[r];
2679
+ if (!Array.isArray(i))
2680
+ throw Object.assign(new Error(`Missing visitor keys for '${r}'.`), { node: n });
2681
+ return i;
2682
+ }
2683
+ return t;
2684
+ }
2685
+ var Ii = Ni, Pi = { "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: [] }, ji = Pi, $i = Ii(ji), zi = $i;
2686
+ function Mi(u) {
2687
+ switch (u) {
2688
+ case "cr":
2689
+ return "\r";
2690
+ case "crlf":
2691
+ return `\r
2692
+ `;
2693
+ default:
2694
+ return `
2695
+ `;
2696
+ }
2697
+ }
2698
+ var Ui = () => /[#*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;
2699
+ function Vi(u) {
2700
+ return u === 12288 || u >= 65281 && u <= 65376 || u >= 65504 && u <= 65510;
2701
+ }
2702
+ function Gi(u) {
2703
+ return u >= 4352 && u <= 4447 || u === 8986 || u === 8987 || u === 9001 || u === 9002 || u >= 9193 && u <= 9196 || u === 9200 || u === 9203 || u === 9725 || u === 9726 || u === 9748 || u === 9749 || u >= 9776 && u <= 9783 || u >= 9800 && u <= 9811 || u === 9855 || u >= 9866 && u <= 9871 || u === 9875 || u === 9889 || u === 9898 || u === 9899 || u === 9917 || u === 9918 || u === 9924 || u === 9925 || u === 9934 || u === 9940 || u === 9962 || u === 9970 || u === 9971 || u === 9973 || u === 9978 || u === 9981 || u === 9989 || u === 9994 || u === 9995 || u === 10024 || u === 10060 || u === 10062 || u >= 10067 && u <= 10069 || u === 10071 || u >= 10133 && u <= 10135 || u === 10160 || u === 10175 || u === 11035 || u === 11036 || u === 11088 || u === 11093 || u >= 11904 && u <= 11929 || u >= 11931 && u <= 12019 || u >= 12032 && u <= 12245 || u >= 12272 && u <= 12287 || u >= 12289 && u <= 12350 || u >= 12353 && u <= 12438 || u >= 12441 && u <= 12543 || u >= 12549 && u <= 12591 || u >= 12593 && u <= 12686 || u >= 12688 && u <= 12773 || u >= 12783 && u <= 12830 || u >= 12832 && u <= 12871 || u >= 12880 && u <= 42124 || u >= 42128 && u <= 42182 || u >= 43360 && u <= 43388 || u >= 44032 && u <= 55203 || u >= 63744 && u <= 64255 || u >= 65040 && u <= 65049 || u >= 65072 && u <= 65106 || u >= 65108 && u <= 65126 || u >= 65128 && u <= 65131 || u >= 94176 && u <= 94180 || u === 94192 || u === 94193 || u >= 94208 && u <= 100343 || u >= 100352 && u <= 101589 || u >= 101631 && u <= 101640 || u >= 110576 && u <= 110579 || u >= 110581 && u <= 110587 || u === 110589 || u === 110590 || u >= 110592 && u <= 110882 || u === 110898 || u >= 110928 && u <= 110930 || u === 110933 || u >= 110948 && u <= 110951 || u >= 110960 && u <= 111355 || u >= 119552 && u <= 119638 || u >= 119648 && u <= 119670 || u === 126980 || u === 127183 || u === 127374 || u >= 127377 && u <= 127386 || u >= 127488 && u <= 127490 || u >= 127504 && u <= 127547 || u >= 127552 && u <= 127560 || u === 127568 || u === 127569 || u >= 127584 && u <= 127589 || u >= 127744 && u <= 127776 || u >= 127789 && u <= 127797 || u >= 127799 && u <= 127868 || u >= 127870 && u <= 127891 || u >= 127904 && u <= 127946 || u >= 127951 && u <= 127955 || u >= 127968 && u <= 127984 || u === 127988 || u >= 127992 && u <= 128062 || u === 128064 || u >= 128066 && u <= 128252 || u >= 128255 && u <= 128317 || u >= 128331 && u <= 128334 || u >= 128336 && u <= 128359 || u === 128378 || u === 128405 || u === 128406 || u === 128420 || u >= 128507 && u <= 128591 || u >= 128640 && u <= 128709 || u === 128716 || u >= 128720 && u <= 128722 || u >= 128725 && u <= 128727 || u >= 128732 && u <= 128735 || u === 128747 || u === 128748 || u >= 128756 && u <= 128764 || u >= 128992 && u <= 129003 || u === 129008 || u >= 129292 && u <= 129338 || u >= 129340 && u <= 129349 || u >= 129351 && u <= 129535 || u >= 129648 && u <= 129660 || u >= 129664 && u <= 129673 || u >= 129679 && u <= 129734 || u >= 129742 && u <= 129756 || u >= 129759 && u <= 129769 || u >= 129776 && u <= 129784 || u >= 131072 && u <= 196605 || u >= 196608 && u <= 262141;
2704
+ }
2705
+ var Wi = (u) => !(Vi(u) || Gi(u)), Hi = /[^\x20-\x7F]/u;
2706
+ function _i(u) {
2707
+ if (!u)
2708
+ return 0;
2709
+ if (!Hi.test(u))
2710
+ return u.length;
2711
+ u = u.replace(Ui(), " ");
2712
+ let e = 0;
2713
+ for (let t of u) {
2714
+ let n = t.codePointAt(0);
2715
+ n <= 31 || n >= 127 && n <= 159 || n >= 768 && n <= 879 || (e += Wi(n) ? 1 : 2);
2716
+ }
2717
+ return e;
2718
+ }
2719
+ var Ge = _i, fu = Symbol("MODE_BREAK"), Eu = Symbol("MODE_FLAT"), $u = Symbol("cursor"), Oe = Symbol("DOC_FILL_PRINTED_LENGTH");
2720
+ function Ht() {
2721
+ return { value: "", length: 0, queue: [] };
2722
+ }
2723
+ function Ji(u, e) {
2724
+ return Re(u, { type: "indent" }, e);
2725
+ }
2726
+ function Yi(u, e, t) {
2727
+ return e === Number.NEGATIVE_INFINITY ? u.root || Ht() : e < 0 ? Re(u, { type: "dedent" }, t) : e ? e.type === "root" ? { ...u, root: u } : Re(u, { type: typeof e == "string" ? "stringAlign" : "numberAlign", n: e }, t) : u;
2728
+ }
2729
+ function Re(u, e, t) {
2730
+ let n = e.type === "dedent" ? u.queue.slice(0, -1) : [...u.queue, e], r = "", i = 0, a = 0, o = 0;
2731
+ for (let p of n)
2732
+ switch (p.type) {
2733
+ case "indent":
2734
+ l(), t.useTabs ? D(1) : s(t.tabWidth);
2735
+ break;
2736
+ case "stringAlign":
2737
+ l(), r += p.n, i += p.n.length;
2738
+ break;
2739
+ case "numberAlign":
2740
+ a += 1, o += p.n;
2741
+ break;
2742
+ default:
2743
+ throw new Error(`Unexpected type '${p.type}'`);
2744
+ }
2745
+ return f(), { ...u, value: r, length: i, queue: n };
2746
+ function D(p) {
2747
+ r += " ".repeat(p), i += t.tabWidth * p;
2748
+ }
2749
+ function s(p) {
2750
+ r += " ".repeat(p), i += p;
2751
+ }
2752
+ function l() {
2753
+ t.useTabs ? c() : f();
2754
+ }
2755
+ function c() {
2756
+ a > 0 && D(a), h();
2757
+ }
2758
+ function f() {
2759
+ o > 0 && s(o), h();
2760
+ }
2761
+ function h() {
2762
+ a = 0, o = 0;
2763
+ }
2764
+ }
2765
+ function Ne(u) {
2766
+ let e = 0, t = 0, n = u.length;
2767
+ u:
2768
+ for (; n--; ) {
2769
+ let r = u[n];
2770
+ if (r === $u) {
2771
+ t++;
2772
+ continue;
2773
+ }
2774
+ for (let i = r.length - 1; i >= 0; i--) {
2775
+ let a = r[i];
2776
+ if (a === " " || a === " ")
2777
+ e++;
2778
+ else {
2779
+ u[n] = r.slice(0, i + 1);
2780
+ break u;
2781
+ }
2782
+ }
2783
+ }
2784
+ if (e > 0 || t > 0)
2785
+ for (u.length = n + 1; t-- > 0; )
2786
+ u.push($u);
2787
+ return e;
2788
+ }
2789
+ function pe(u, e, t, n, r, i) {
2790
+ if (t === Number.POSITIVE_INFINITY)
2791
+ return !0;
2792
+ let a = e.length, o = [u], D = [];
2793
+ for (; t >= 0; ) {
2794
+ if (o.length === 0) {
2795
+ if (a === 0)
2796
+ return !0;
2797
+ o.push(e[--a]);
2798
+ continue;
2799
+ }
2800
+ let { mode: s, doc: l } = o.pop(), c = Tu(l);
2801
+ switch (c) {
2802
+ case Iu:
2803
+ D.push(l), t -= Ge(l);
2804
+ break;
2805
+ case Su:
2806
+ case Pu: {
2807
+ let f = c === Su ? l : l.parts, h = l[Oe] ?? 0;
2808
+ for (let p = f.length - 1; p >= h; p--)
2809
+ o.push({ mode: s, doc: f[p] });
2810
+ break;
2811
+ }
2812
+ case Wu:
2813
+ case Hu:
2814
+ case oe:
2815
+ case le:
2816
+ o.push({ mode: s, doc: l.contents });
2817
+ break;
2818
+ case ie:
2819
+ t += Ne(D);
2820
+ break;
2821
+ case Lu: {
2822
+ if (i && l.break)
2823
+ return !1;
2824
+ let f = l.break ? fu : s, h = l.expandedStates && f === fu ? Au(!1, l.expandedStates, -1) : l.contents;
2825
+ o.push({ mode: f, doc: h });
2826
+ break;
2827
+ }
2828
+ case qu: {
2829
+ let f = (l.groupId ? r[l.groupId] || Eu : s) === fu ? l.breakContents : l.flatContents;
2830
+ f && o.push({ mode: s, doc: f });
2831
+ break;
2832
+ }
2833
+ case bu:
2834
+ if (s === fu || l.hard)
2835
+ return !0;
2836
+ l.soft || (D.push(" "), t--);
2837
+ break;
2838
+ case ae:
2839
+ n = !0;
2840
+ break;
2841
+ case De:
2842
+ if (n)
2843
+ return !1;
2844
+ break;
2845
+ }
2846
+ }
2847
+ return !1;
2848
+ }
2849
+ function Ki(u, e) {
2850
+ let t = {}, n = e.printWidth, r = Mi(e.endOfLine), i = 0, a = [{ ind: Ht(), mode: fu, doc: u }], o = [], D = !1, s = [], l = 0;
2851
+ for (Gn(u); a.length > 0; ) {
2852
+ let { ind: f, mode: h, doc: p } = a.pop();
2853
+ switch (Tu(p)) {
2854
+ case Iu: {
2855
+ let E = r !== `
2856
+ ` ? Du(!1, p, `
2857
+ `, r) : p;
2858
+ o.push(E), a.length > 0 && (i += Ge(E));
2859
+ break;
2860
+ }
2861
+ case Su:
2862
+ for (let E = p.length - 1; E >= 0; E--)
2863
+ a.push({ ind: f, mode: h, doc: p[E] });
2864
+ break;
2865
+ case Be:
2866
+ if (l >= 2)
2867
+ throw new Error("There are too many 'cursor' in doc.");
2868
+ o.push($u), l++;
2869
+ break;
2870
+ case Wu:
2871
+ a.push({ ind: Ji(f, e), mode: h, doc: p.contents });
2872
+ break;
2873
+ case Hu:
2874
+ a.push({ ind: Yi(f, p.n, e), mode: h, doc: p.contents });
2875
+ break;
2876
+ case ie:
2877
+ i -= Ne(o);
2878
+ break;
2879
+ case Lu:
2880
+ switch (h) {
2881
+ case Eu:
2882
+ if (!D) {
2883
+ a.push({ ind: f, mode: p.break ? fu : Eu, doc: p.contents });
2884
+ break;
2885
+ }
2886
+ case fu: {
2887
+ D = !1;
2888
+ let E = { ind: f, mode: Eu, doc: p.contents }, A = n - i, v = s.length > 0;
2889
+ if (!p.break && pe(E, a, A, v, t))
2890
+ a.push(E);
2891
+ else if (p.expandedStates) {
2892
+ let F = Au(!1, p.expandedStates, -1);
2893
+ if (p.break) {
2894
+ a.push({ ind: f, mode: fu, doc: F });
2895
+ break;
2896
+ } else
2897
+ for (let B = 1; B < p.expandedStates.length + 1; B++)
2898
+ if (B >= p.expandedStates.length) {
2899
+ a.push({ ind: f, mode: fu, doc: F });
2900
+ break;
2901
+ } else {
2902
+ let m = p.expandedStates[B], d = { ind: f, mode: Eu, doc: m };
2903
+ if (pe(d, a, A, v, t)) {
2904
+ a.push(d);
2905
+ break;
2906
+ }
2907
+ }
2908
+ } else
2909
+ a.push({ ind: f, mode: fu, doc: p.contents });
2910
+ break;
2911
+ }
2912
+ }
2913
+ p.id && (t[p.id] = Au(!1, a, -1).mode);
2914
+ break;
2915
+ case Pu: {
2916
+ let E = n - i, A = p[Oe] ?? 0, { parts: v } = p, F = v.length - A;
2917
+ if (F === 0)
2918
+ break;
2919
+ let B = v[A + 0], m = v[A + 1], d = { ind: f, mode: Eu, doc: B }, C = { ind: f, mode: fu, doc: B }, g = pe(d, [], E, s.length > 0, t, !0);
2920
+ if (F === 1) {
2921
+ g ? a.push(d) : a.push(C);
2922
+ break;
2923
+ }
2924
+ let y = { ind: f, mode: Eu, doc: m }, w = { ind: f, mode: fu, doc: m };
2925
+ if (F === 2) {
2926
+ g ? a.push(y, d) : a.push(w, C);
2927
+ break;
2928
+ }
2929
+ let T = v[A + 2], b = { ind: f, mode: h, doc: { ...p, [Oe]: A + 2 } };
2930
+ pe({ ind: f, mode: Eu, doc: [B, m, T] }, [], E, s.length > 0, t, !0) ? a.push(b, y, d) : g ? a.push(b, w, d) : a.push(b, w, C);
2931
+ break;
2932
+ }
2933
+ case qu:
2934
+ case oe: {
2935
+ let E = p.groupId ? t[p.groupId] : h;
2936
+ if (E === fu) {
2937
+ let A = p.type === qu ? p.breakContents : p.negate ? p.contents : Le(p.contents);
2938
+ A && a.push({ ind: f, mode: h, doc: A });
2939
+ }
2940
+ if (E === Eu) {
2941
+ let A = p.type === qu ? p.flatContents : p.negate ? Le(p.contents) : p.contents;
2942
+ A && a.push({ ind: f, mode: h, doc: A });
2943
+ }
2944
+ break;
2945
+ }
2946
+ case ae:
2947
+ s.push({ ind: f, mode: h, doc: p.contents });
2948
+ break;
2949
+ case De:
2950
+ s.length > 0 && a.push({ ind: f, mode: h, doc: Ue });
2951
+ break;
2952
+ case bu:
2953
+ switch (h) {
2954
+ case Eu:
2955
+ if (p.hard)
2956
+ D = !0;
2957
+ else {
2958
+ p.soft || (o.push(" "), i += 1);
2959
+ break;
2960
+ }
2961
+ case fu:
2962
+ if (s.length > 0) {
2963
+ a.push({ ind: f, mode: h, doc: p }, ...s.reverse()), s.length = 0;
2964
+ break;
2965
+ }
2966
+ p.literal ? f.root ? (o.push(r, f.root.value), i = f.root.length) : (o.push(r), i = 0) : (i -= Ne(o), o.push(r + f.value), i = f.length);
2967
+ break;
2968
+ }
2969
+ break;
2970
+ case le:
2971
+ a.push({ ind: f, mode: h, doc: p.contents });
2972
+ break;
2973
+ case _u:
2974
+ break;
2975
+ default:
2976
+ throw new Fe(p);
2977
+ }
2978
+ a.length === 0 && s.length > 0 && (a.push(...s.reverse()), s.length = 0);
2979
+ }
2980
+ let c = o.indexOf($u);
2981
+ if (c !== -1) {
2982
+ let f = o.indexOf($u, c + 1);
2983
+ if (f === -1)
2984
+ return { formatted: o.filter((A) => A !== $u).join("") };
2985
+ let h = o.slice(0, c).join(""), p = o.slice(c + 1, f).join(""), E = o.slice(f + 1).join("");
2986
+ return { formatted: h + p + E, cursorNodeStart: h.length, cursorNodeText: p };
2987
+ }
2988
+ return { formatted: o.join("") };
2989
+ }
2990
+ function Xi(u, e, t) {
2991
+ let { node: n } = u, r = [], i = u.map(() => u.map(({ index: c }) => {
2992
+ let f = Ki(t(), e).formatted, h = Ge(f);
2993
+ return r[c] = Math.max(r[c] ?? 3, h), { text: f, width: h };
2994
+ }, "children"), "children"), a = D(!1);
2995
+ if (e.proseWrap !== "never")
2996
+ return [Ae, a];
2997
+ let o = D(!0);
2998
+ return [Ae, he(_n(o, a))];
2999
+ function D(c) {
3000
+ return Pt(Ue, [l(i[0], c), s(c), ...i.slice(1).map((f) => l(f, c))].map((f) => `| ${f.join(" | ")} |`));
3001
+ }
3002
+ function s(c) {
3003
+ return r.map((f, h) => {
3004
+ let p = n.align[h], E = p === "center" || p === "left" ? ":" : "-", A = p === "center" || p === "right" ? ":" : "-", v = c ? "-" : "-".repeat(f - 2);
3005
+ return `${E}${v}${A}`;
3006
+ });
3007
+ }
3008
+ function l(c, f) {
3009
+ return c.map(({ text: h, width: p }, E) => {
3010
+ if (f)
3011
+ return h;
3012
+ let A = r[E] - p, v = n.align[E], F = 0;
3013
+ v === "right" ? F = A : v === "center" && (F = Math.floor(A / 2));
3014
+ let B = A - F;
3015
+ return `${" ".repeat(F)}${h}${" ".repeat(B)}`;
3016
+ });
3017
+ }
3018
+ }
3019
+ function Zi(u, e, t) {
3020
+ let n = u.map(t, "children");
3021
+ return Qi(n);
3022
+ }
3023
+ function Qi(u) {
3024
+ let e = [""];
3025
+ return function t(n) {
3026
+ for (let r of n) {
3027
+ let i = Tu(r);
3028
+ if (i === Su) {
3029
+ t(r);
3030
+ continue;
3031
+ }
3032
+ let a = r, o = [];
3033
+ i === Pu && ([a, ...o] = r.parts), e.push([e.pop(), a], ...o);
3034
+ }
3035
+ }(u), Me(e);
3036
+ }
3037
+ var Cu, uo = class {
3038
+ constructor(u) {
3039
+ Dr(this, Cu), lr(this, Cu, new Set(u));
3040
+ }
3041
+ getLeadingWhitespaceCount(u) {
3042
+ let e = ku(this, Cu), t = 0;
3043
+ for (let n = 0; n < u.length && e.has(u.charAt(n)); n++)
3044
+ t++;
3045
+ return t;
3046
+ }
3047
+ getTrailingWhitespaceCount(u) {
3048
+ let e = ku(this, Cu), t = 0;
3049
+ for (let n = u.length - 1; n >= 0 && e.has(u.charAt(n)); n--)
3050
+ t++;
3051
+ return t;
3052
+ }
3053
+ getLeadingWhitespace(u) {
3054
+ let e = this.getLeadingWhitespaceCount(u);
3055
+ return u.slice(0, e);
3056
+ }
3057
+ getTrailingWhitespace(u) {
3058
+ let e = this.getTrailingWhitespaceCount(u);
3059
+ return u.slice(u.length - e);
3060
+ }
3061
+ hasLeadingWhitespace(u) {
3062
+ return ku(this, Cu).has(u.charAt(0));
3063
+ }
3064
+ hasTrailingWhitespace(u) {
3065
+ return ku(this, Cu).has(Au(!1, u, -1));
3066
+ }
3067
+ trimStart(u) {
3068
+ let e = this.getLeadingWhitespaceCount(u);
3069
+ return u.slice(e);
3070
+ }
3071
+ trimEnd(u) {
3072
+ let e = this.getTrailingWhitespaceCount(u);
3073
+ return u.slice(0, u.length - e);
3074
+ }
3075
+ trim(u) {
3076
+ return this.trimEnd(this.trimStart(u));
3077
+ }
3078
+ split(u, e = !1) {
3079
+ let t = `[${xe([...ku(this, Cu)].join(""))}]+`, n = new RegExp(e ? `(${t})` : t, "u");
3080
+ return u.split(n);
3081
+ }
3082
+ hasWhitespaceCharacter(u) {
3083
+ let e = ku(this, Cu);
3084
+ return Array.prototype.some.call(u, (t) => e.has(t));
3085
+ }
3086
+ hasNonWhitespaceCharacter(u) {
3087
+ let e = ku(this, Cu);
3088
+ return Array.prototype.some.call(u, (t) => !e.has(t));
3089
+ }
3090
+ isWhitespaceOnly(u) {
3091
+ let e = ku(this, Cu);
3092
+ return Array.prototype.every.call(u, (t) => e.has(t));
3093
+ }
3094
+ };
3095
+ Cu = /* @__PURE__ */ new WeakMap();
3096
+ var eo = uo, to = [" ", `
3097
+ `, "\f", "\r", " "], ro = new eo(to), at = ro, no = /^\\?.$/su, io = /^\n *>[ >]*$/u;
3098
+ function oo(u, e) {
3099
+ return u = ao(u, e), u = lo(u), u = co(u, e), u = fo(u, e), u = so(u), u;
3100
+ }
3101
+ function ao(u, e) {
3102
+ return Ju(u, (t) => {
3103
+ if (t.type !== "text")
3104
+ return t;
3105
+ let { value: n } = t;
3106
+ if (n === "*" || n === "_" || !no.test(n) || t.position.end.offset - t.position.start.offset === n.length)
3107
+ return t;
3108
+ let r = e.originalText.slice(t.position.start.offset, t.position.end.offset);
3109
+ return io.test(r) ? t : { ...t, value: r };
3110
+ });
3111
+ }
3112
+ function Do(u, e, t) {
3113
+ return Ju(u, (n) => {
3114
+ if (!n.children)
3115
+ return n;
3116
+ let r = n.children.reduce((i, a) => {
3117
+ let o = Au(!1, i, -1);
3118
+ return o && e(o, a) ? i.splice(-1, 1, t(o, a)) : i.push(a), i;
3119
+ }, []);
3120
+ return { ...n, children: r };
3121
+ });
3122
+ }
3123
+ function lo(u) {
3124
+ return Do(u, (e, t) => e.type === "text" && t.type === "text", (e, t) => ({ type: "text", value: e.value + t.value, position: { start: e.position.start, end: t.position.end } }));
3125
+ }
3126
+ function so(u) {
3127
+ return Ju(u, (e, t, [n]) => {
3128
+ if (e.type !== "text")
3129
+ return e;
3130
+ let { value: r } = e;
3131
+ return n.type === "paragraph" && (t === 0 && (r = at.trimStart(r)), t === n.children.length - 1 && (r = at.trimEnd(r))), { type: "sentence", position: e.position, children: Gt(r) };
3132
+ });
3133
+ }
3134
+ function co(u, e) {
3135
+ return Ju(u, (t, n, r) => {
3136
+ if (t.type === "code") {
3137
+ let i = /^\n?(?: {4,}|\t)/u.test(e.originalText.slice(t.position.start.offset, t.position.end.offset));
3138
+ if (t.isIndented = i, i)
3139
+ for (let a = 0; a < r.length; a++) {
3140
+ let o = r[a];
3141
+ if (o.hasIndentedCodeblock)
3142
+ break;
3143
+ o.type === "list" && (o.hasIndentedCodeblock = !0);
3144
+ }
3145
+ }
3146
+ return t;
3147
+ });
3148
+ }
3149
+ function fo(u, e) {
3150
+ return Ju(u, (r, i, a) => {
3151
+ if (r.type === "list" && r.children.length > 0) {
3152
+ for (let o = 0; o < a.length; o++) {
3153
+ let D = a[o];
3154
+ if (D.type === "list" && !D.isAligned)
3155
+ return r.isAligned = !1, r;
3156
+ }
3157
+ r.isAligned = n(r);
3158
+ }
3159
+ return r;
3160
+ });
3161
+ function t(r) {
3162
+ return r.children.length === 0 ? -1 : r.children[0].position.start.column - 1;
3163
+ }
3164
+ function n(r) {
3165
+ if (!r.ordered)
3166
+ return !0;
3167
+ let [i, a] = r.children;
3168
+ if (ee(i, e).leadingSpaces.length > 1)
3169
+ return !0;
3170
+ let o = t(i);
3171
+ if (o === -1)
3172
+ return !1;
3173
+ if (r.children.length === 1)
3174
+ return o % e.tabWidth === 0;
3175
+ let D = t(a);
3176
+ return o !== D ? !1 : o % e.tabWidth === 0 ? !0 : ee(a, e).leadingSpaces.length > 1;
3177
+ }
3178
+ }
3179
+ var po = oo;
3180
+ function ho(u, e) {
3181
+ let t = [""];
3182
+ return u.each(() => {
3183
+ let { node: n } = u, r = e();
3184
+ switch (n.type) {
3185
+ case "whitespace":
3186
+ if (Tu(r) !== Iu) {
3187
+ t.push(r, "");
3188
+ break;
3189
+ }
3190
+ default:
3191
+ t.push([t.pop(), r]);
3192
+ }
3193
+ }, "children"), Me(t);
3194
+ }
3195
+ var Fo = /* @__PURE__ */ new Set(["heading", "tableCell", "link", "wikiLink"]), Dt = new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");
3196
+ function Co({ parent: u }) {
3197
+ if (u.usesCJSpaces === void 0) {
3198
+ let e = { " ": 0, "": 0 }, { children: t } = u;
3199
+ for (let n = 1; n < t.length - 1; ++n) {
3200
+ let r = t[n];
3201
+ if (r.type === "whitespace" && (r.value === " " || r.value === "")) {
3202
+ let i = t[n - 1].kind, a = t[n + 1].kind;
3203
+ (i === xu && a === re || i === re && a === xu) && ++e[r.value];
3204
+ }
3205
+ }
3206
+ u.usesCJSpaces = e[" "] > e[""];
3207
+ }
3208
+ return u.usesCJSpaces;
3209
+ }
3210
+ function Ao(u, e) {
3211
+ if (e)
3212
+ return !0;
3213
+ let { previous: t, next: n } = u;
3214
+ if (!t || !n)
3215
+ return !0;
3216
+ let r = t.kind, i = n.kind;
3217
+ return lt(r) && lt(i) || r === zu && i === xu || i === zu && r === xu ? !0 : r === Ee || i === Ee || r === xu && i === xu ? !1 : Dt.has(n.value[0]) || Dt.has(Au(!1, t.value, -1)) ? !0 : t.hasTrailingPunctuation || n.hasLeadingPunctuation ? !1 : Co(u);
3218
+ }
3219
+ function lt(u) {
3220
+ return u === re || u === zu;
3221
+ }
3222
+ function go(u, e, t, n) {
3223
+ if (t !== "always" || u.hasAncestor((a) => Fo.has(a.type)))
3224
+ return !1;
3225
+ if (n)
3226
+ return e !== "";
3227
+ let { previous: r, next: i } = u;
3228
+ return !r || !i ? !0 : e === "" ? !1 : r.kind === zu && i.kind === xu || i.kind === zu && r.kind === xu ? !0 : !(r.isCJ || i.isCJ);
3229
+ }
3230
+ function st(u, e, t, n) {
3231
+ if (t === "preserve" && e === `
3232
+ `)
3233
+ return iu;
3234
+ let r = e === " " || e === `
3235
+ ` && Ao(u, n);
3236
+ return go(u, e, t, n) ? r ? Nt : It : r ? " " : "";
3237
+ }
3238
+ var mo = /* @__PURE__ */ new Set(["listItem", "definition"]);
3239
+ function ct(u) {
3240
+ var e, t;
3241
+ let { previous: n, next: r } = u;
3242
+ return (n == null ? void 0 : n.type) === "sentence" && ((e = Au(!1, n.children, -1)) == null ? void 0 : e.type) === "word" && !Au(!1, n.children, -1).hasTrailingPunctuation || (r == null ? void 0 : r.type) === "sentence" && ((t = r.children[0]) == null ? void 0 : t.type) === "word" && !r.children[0].hasLeadingPunctuation;
3243
+ }
3244
+ function Eo(u, e, t) {
3245
+ var n;
3246
+ let { node: r } = u;
3247
+ if (wo(u)) {
3248
+ let i = [""], a = Gt(e.originalText.slice(r.position.start.offset, r.position.end.offset));
3249
+ for (let o of a) {
3250
+ if (o.type === "word") {
3251
+ i.push([i.pop(), o.value]);
3252
+ continue;
3253
+ }
3254
+ let D = st(u, o.value, e.proseWrap, !0);
3255
+ if (Tu(D) === Iu) {
3256
+ i.push([i.pop(), D]);
3257
+ continue;
3258
+ }
3259
+ i.push(D, "");
3260
+ }
3261
+ return Me(i);
3262
+ }
3263
+ switch (r.type) {
3264
+ case "front-matter":
3265
+ return e.originalText.slice(r.position.start.offset, r.position.end.offset);
3266
+ case "root":
3267
+ return r.children.length === 0 ? "" : [Bo(u, e, t), iu];
3268
+ case "paragraph":
3269
+ return Zi(u, e, t);
3270
+ case "sentence":
3271
+ return ho(u, t);
3272
+ case "word": {
3273
+ let i = Du(!1, Du(!1, r.value, "*", String.raw`\*`), new RegExp([`(^|${ue.source})(_+)`, `(_+)(${ue.source}|$)`].join("|"), "gu"), (D, s, l, c, f) => Du(!1, l ? `${s}${l}` : `${c}${f}`, "_", String.raw`\_`)), a = (D, s, l) => D.type === "sentence" && l === 0, o = (D, s, l) => ot(D.children[l - 1]);
3274
+ return i !== r.value && (u.match(void 0, a, o) || u.match(void 0, a, (D, s, l) => D.type === "emphasis" && l === 0, o)) && (i = i.replace(/^(\\?[*_])+/u, (D) => Du(!1, D, "\\", ""))), i;
3275
+ }
3276
+ case "whitespace": {
3277
+ let { next: i } = u, a = i && /^>|^(?:[*+-]|#{1,6}|\d+[).])$/u.test(i.value) ? "never" : e.proseWrap;
3278
+ return st(u, r.value, a);
3279
+ }
3280
+ case "emphasis": {
3281
+ let i;
3282
+ if (ot(r.children[0]))
3283
+ i = e.originalText[r.position.start.offset];
3284
+ else {
3285
+ let a = ct(u), o = ((n = u.parent) == null ? void 0 : n.type) === "strong" && ct(u.ancestors);
3286
+ i = a || o || u.hasAncestor((D) => D.type === "emphasis") ? "*" : "_";
3287
+ }
3288
+ return [i, cu(u, e, t), i];
3289
+ }
3290
+ case "strong":
3291
+ return ["**", cu(u, e, t), "**"];
3292
+ case "delete":
3293
+ return ["~~", cu(u, e, t), "~~"];
3294
+ case "inlineCode": {
3295
+ let i = e.proseWrap === "preserve" ? r.value : Du(!1, r.value, `
3296
+ `, " "), a = Xn(i, "`"), o = "`".repeat(a || 1), D = i.startsWith("`") || i.endsWith("`") || /^[\n ]/u.test(i) && /[\n ]$/u.test(i) && /[^\n ]/u.test(i) ? " " : "";
3297
+ return [o, D, i, D, o];
3298
+ }
3299
+ case "wikiLink": {
3300
+ let i = "";
3301
+ return e.proseWrap === "preserve" ? i = r.value : i = Du(!1, r.value, /[\t\n]+/gu, " "), ["[[", i, "]]"];
3302
+ }
3303
+ case "link":
3304
+ switch (e.originalText[r.position.start.offset]) {
3305
+ case "<": {
3306
+ let i = "mailto:";
3307
+ return ["<", r.url.startsWith(i) && e.originalText.slice(r.position.start.offset + 1, r.position.start.offset + 1 + i.length) !== i ? r.url.slice(i.length) : r.url, ">"];
3308
+ }
3309
+ case "[":
3310
+ return ["[", cu(u, e, t), "](", qe(r.url, ")"), de(r.title, e), ")"];
3311
+ default:
3312
+ return e.originalText.slice(r.position.start.offset, r.position.end.offset);
3313
+ }
3314
+ case "image":
3315
+ return ["![", r.alt || "", "](", qe(r.url, ")"), de(r.title, e), ")"];
3316
+ case "blockquote":
3317
+ return ["> ", Nu("> ", cu(u, e, t))];
3318
+ case "heading":
3319
+ return ["#".repeat(r.depth) + " ", cu(u, e, t)];
3320
+ case "code": {
3321
+ if (r.isIndented) {
3322
+ let o = " ".repeat(4);
3323
+ return Nu(o, [o, ju(r.value, iu)]);
3324
+ }
3325
+ let i = e.__inJsTemplate ? "~" : "`", a = i.repeat(Math.max(3, jt(r.value, i) + 1));
3326
+ return [a, r.lang || "", r.meta ? " " + r.meta : "", iu, ju(Wt(r, e.originalText), iu), iu, a];
3327
+ }
3328
+ case "html": {
3329
+ let { parent: i, isLast: a } = u, o = i.type === "root" && a ? r.value.trimEnd() : r.value, D = /^<!--.*-->$/su.test(o);
3330
+ return ju(o, D ? iu : Ce(Te));
3331
+ }
3332
+ case "list": {
3333
+ let i = pt(r, u.parent), a = Si(r, e);
3334
+ return cu(u, e, t, { processor(o) {
3335
+ let D = l(), s = o.node;
3336
+ if (s.children.length === 2 && s.children[1].type === "html" && s.children[0].position.start.column !== s.children[1].position.start.column)
3337
+ return [D, ft(o, e, t, D)];
3338
+ return [D, Nu(" ".repeat(D.length), ft(o, e, t, D))];
3339
+ function l() {
3340
+ let c = r.ordered ? (o.isFirst ? r.start : a ? 1 : r.start + o.index) + (i % 2 === 0 ? ". " : ") ") : i % 2 === 0 ? "- " : "* ";
3341
+ return (r.isAligned || r.hasIndentedCodeblock) && r.ordered ? vo(c, e) : c;
3342
+ }
3343
+ } });
3344
+ }
3345
+ case "thematicBreak": {
3346
+ let { ancestors: i } = u, a = i.findIndex((o) => o.type === "list");
3347
+ return a === -1 ? "---" : pt(i[a], i[a + 1]) % 2 === 0 ? "***" : "---";
3348
+ }
3349
+ case "linkReference":
3350
+ return ["[", cu(u, e, t), "]", r.referenceType === "full" ? Se(r) : r.referenceType === "collapsed" ? "[]" : ""];
3351
+ case "imageReference":
3352
+ switch (r.referenceType) {
3353
+ case "full":
3354
+ return ["![", r.alt || "", "]", Se(r)];
3355
+ default:
3356
+ return ["![", r.alt, "]", r.referenceType === "collapsed" ? "[]" : ""];
3357
+ }
3358
+ case "definition": {
3359
+ let i = e.proseWrap === "always" ? Nt : " ";
3360
+ return he([Se(r), ":", Le([i, qe(r.url), r.title === null ? "" : [i, de(r.title, e, !1)]])]);
3361
+ }
3362
+ case "footnote":
3363
+ return ["[^", cu(u, e, t), "]"];
3364
+ case "footnoteReference":
3365
+ return Ct(r);
3366
+ case "footnoteDefinition": {
3367
+ let i = r.children.length === 1 && r.children[0].type === "paragraph" && (e.proseWrap === "never" || e.proseWrap === "preserve" && r.children[0].position.start.line === r.children[0].position.end.line);
3368
+ return [Ct(r), ": ", i ? cu(u, e, t) : he([Nu(" ".repeat(4), cu(u, e, t, { processor: ({ isFirst: a }) => a ? he([It, t()]) : t() }))])];
3369
+ }
3370
+ case "table":
3371
+ return Xi(u, e, t);
3372
+ case "tableCell":
3373
+ return cu(u, e, t);
3374
+ case "break":
3375
+ return /\s/u.test(e.originalText[r.position.start.offset]) ? [" ", Ce(Te)] : ["\\", iu];
3376
+ case "liquidNode":
3377
+ return ju(r.value, iu);
3378
+ case "import":
3379
+ case "export":
3380
+ case "jsx":
3381
+ return r.value;
3382
+ case "esComment":
3383
+ return ["{/* ", r.value, " */}"];
3384
+ case "math":
3385
+ return ["$$", iu, r.value ? [ju(r.value, iu), iu] : "", "$$"];
3386
+ case "inlineMath":
3387
+ return e.originalText.slice(ge(r), me(r));
3388
+ case "tableRow":
3389
+ case "listItem":
3390
+ case "text":
3391
+ default:
3392
+ throw new ei(r, "Markdown");
3393
+ }
3394
+ }
3395
+ function ft(u, e, t, n) {
3396
+ let { node: r } = u, i = r.checked === null ? "" : r.checked ? "[x] " : "[ ] ";
3397
+ return [i, cu(u, e, t, { processor({ node: a, isFirst: o }) {
3398
+ if (o && a.type !== "list")
3399
+ return Nu(" ".repeat(i.length), t());
3400
+ let D = " ".repeat(qo(e.tabWidth - n.length, 0, 3));
3401
+ return [D, Nu(D, t())];
3402
+ } })];
3403
+ }
3404
+ function vo(u, e) {
3405
+ let t = n();
3406
+ return u + " ".repeat(t >= 4 ? 0 : t);
3407
+ function n() {
3408
+ let r = u.length % e.tabWidth;
3409
+ return r === 0 ? 0 : e.tabWidth - r;
3410
+ }
3411
+ }
3412
+ function pt(u, e) {
3413
+ return xo(u, e, (t) => t.ordered === u.ordered);
3414
+ }
3415
+ function xo(u, e, t) {
3416
+ let n = -1;
3417
+ for (let r of e.children)
3418
+ if (r.type === u.type && t(r) ? n++ : n = -1, r === u)
3419
+ return n;
3420
+ }
3421
+ function Bo(u, e, t) {
3422
+ let n = [], r = null, { children: i } = u.node;
3423
+ for (let [a, o] of i.entries())
3424
+ switch (We(o)) {
3425
+ case "start":
3426
+ r === null && (r = { index: a, offset: o.position.end.offset });
3427
+ break;
3428
+ case "end":
3429
+ r !== null && (n.push({ start: r, end: { index: a, offset: o.position.start.offset } }), r = null);
3430
+ break;
3431
+ }
3432
+ return cu(u, e, t, { processor({ index: a }) {
3433
+ if (n.length > 0) {
3434
+ let o = n[0];
3435
+ if (a === o.start.index)
3436
+ return [ht(i[o.start.index]), e.originalText.slice(o.start.offset, o.end.offset), ht(i[o.end.index])];
3437
+ if (o.start.index < a && a < o.end.index)
3438
+ return !1;
3439
+ if (a === o.end.index)
3440
+ return n.shift(), !1;
3441
+ }
3442
+ return t();
3443
+ } });
3444
+ }
3445
+ function cu(u, e, t, n = {}) {
3446
+ let { processor: r = t } = n, i = [];
3447
+ return u.each(() => {
3448
+ let a = r(u);
3449
+ a !== !1 && (i.length > 0 && bo(u) && (i.push(iu), (yo(u, e) || Ft(u)) && i.push(iu), Ft(u) && i.push(iu)), i.push(a));
3450
+ }, "children"), i;
3451
+ }
3452
+ function ht(u) {
3453
+ if (u.type === "html")
3454
+ return u.value;
3455
+ if (u.type === "paragraph" && Array.isArray(u.children) && u.children.length === 1 && u.children[0].type === "esComment")
3456
+ return ["{/* ", u.children[0].value, " */}"];
3457
+ }
3458
+ function We(u) {
3459
+ let e;
3460
+ if (u.type === "html")
3461
+ e = u.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/u);
3462
+ else {
3463
+ let t;
3464
+ u.type === "esComment" ? t = u : u.type === "paragraph" && u.children.length === 1 && u.children[0].type === "esComment" && (t = u.children[0]), t && (e = t.value.match(/^prettier-ignore(?:-(start|end))?$/u));
3465
+ }
3466
+ return e ? e[1] || "next" : !1;
3467
+ }
3468
+ function bo({ node: u, parent: e }) {
3469
+ let t = Ut.has(u.type), n = u.type === "html" && Vt.has(e.type);
3470
+ return !t && !n;
3471
+ }
3472
+ function dt(u, e) {
3473
+ return u.type === "listItem" && (u.spread || e.originalText.charAt(u.position.end.offset - 1) === `
3474
+ `);
3475
+ }
3476
+ function yo({ node: u, previous: e, parent: t }, n) {
3477
+ if (dt(e, n) || u.type === "list" && t.type === "listItem" && e.type === "code")
3478
+ return !0;
3479
+ let r = e.type === u.type && mo.has(u.type), i = t.type === "listItem" && (u.type === "list" || !dt(t, n)), a = We(e) === "next", o = u.type === "html" && e.type === "html" && e.position.end.line + 1 === u.position.start.line, D = u.type === "html" && t.type === "listItem" && e.type === "paragraph" && e.position.end.line + 1 === u.position.start.line;
3480
+ return !(r || i || a || o || D);
3481
+ }
3482
+ function Ft({ node: u, previous: e }) {
3483
+ let t = e.type === "list", n = u.type === "code" && u.isIndented;
3484
+ return t && n;
3485
+ }
3486
+ function wo(u) {
3487
+ let e = u.findAncestor((t) => t.type === "linkReference" || t.type === "imageReference");
3488
+ return e && (e.type !== "linkReference" || e.referenceType !== "full");
3489
+ }
3490
+ var ko = (u, e) => {
3491
+ for (let t of e)
3492
+ u = Du(!1, u, t, encodeURIComponent(t));
3493
+ return u;
3494
+ };
3495
+ function qe(u, e = []) {
3496
+ let t = [" ", ...Array.isArray(e) ? e : [e]];
3497
+ return new RegExp(t.map((n) => xe(n)).join("|"), "u").test(u) ? `<${ko(u, "<>")}>` : u;
3498
+ }
3499
+ function de(u, e, t = !0) {
3500
+ if (!u)
3501
+ return "";
3502
+ if (t)
3503
+ return " " + de(u, e, !1);
3504
+ if (u = Du(!1, u, /\\(?=["')])/gu, ""), u.includes('"') && u.includes("'") && !u.includes(")"))
3505
+ return `(${u})`;
3506
+ let n = Qn(u, e.singleQuote);
3507
+ return u = Du(!1, u, "\\", "\\\\"), u = Du(!1, u, n, `\\${n}`), `${n}${u}${n}`;
3508
+ }
3509
+ function qo(u, e, t) {
3510
+ return Math.max(e, Math.min(u, t));
3511
+ }
3512
+ function So(u) {
3513
+ return u.index > 0 && We(u.previous) === "next";
3514
+ }
3515
+ function Se(u) {
3516
+ return `[${(0, In.default)(u.label)}]`;
3517
+ }
3518
+ function Ct(u) {
3519
+ return `[^${u.label}]`;
3520
+ }
3521
+ var Lo = { preprocess: po, print: Eo, embed: Ti, massageAstNode: pi, hasPrettierIgnore: So, insertPragma: ci, getVisitorKeys: zi }, To = Lo, Oo = [{ 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: !0, 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: !0, parsers: ["mdx"], vscodeLanguageIds: ["mdx"], linguistLanguageId: 222 }], At = { bracketSpacing: { category: "Common", type: "boolean", default: !0, 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: !1, 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: !1, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: !1, description: "Enforce single attribute per line in HTML, Vue and JSX." } }, Ro = { proseWrap: At.proseWrap, singleQuote: At.singleQuote }, No = Ro, _t = {};
3522
+ vt(_t, { markdown: () => mt, mdx: () => ea, remark: () => mt });
3523
+ var Io = Mu(sr(), 1), Po = Mu(pr(), 1), jo = Mu(mn(), 1), $o = Mu(On(), 1), zo = /^import\s/u, Mo = /^export\s/u, Uo = String.raw`[a-z][a-z0-9]*(\.[a-z][a-z0-9]*)*|`, Vo = /<!---->|<!---?[^>-](?:-?[^-])*-->/u, Go = /^\{\s*\/\*(.*)\*\/\s*\}/u, Wo = `
3524
+
3525
+ `, Jt = (u) => zo.test(u), Ie = (u) => Mo.test(u), Yt = (u, e) => {
3526
+ let t = e.indexOf(Wo), n = e.slice(0, t);
3527
+ if (Ie(n) || Jt(n))
3528
+ return u(n)({ type: Ie(n) ? "export" : "import", value: n });
3529
+ }, Kt = (u, e) => {
3530
+ let t = Go.exec(e);
3531
+ if (t)
3532
+ return u(t[0])({ type: "esComment", value: t[1].trim() });
3533
+ };
3534
+ Yt.locator = (u) => Ie(u) || Jt(u) ? -1 : 1;
3535
+ Kt.locator = (u, e) => u.indexOf("{", e);
3536
+ var Ho = function() {
3537
+ let { Parser: u } = this, { blockTokenizers: e, blockMethods: t, inlineTokenizers: n, inlineMethods: r } = u.prototype;
3538
+ e.esSyntax = Yt, n.esComment = Kt, t.splice(t.indexOf("paragraph"), 0, "esSyntax"), r.splice(r.indexOf("text"), 0, "esComment");
3539
+ }, _o = function() {
3540
+ let u = this.Parser.prototype;
3541
+ u.blockMethods = ["frontMatter", ...u.blockMethods], u.blockTokenizers.frontMatter = e;
3542
+ function e(t, n) {
3543
+ let r = be(n);
3544
+ if (r.frontMatter)
3545
+ return t(r.frontMatter.raw)(r.frontMatter);
3546
+ }
3547
+ e.onlyAtStart = !0;
3548
+ }, Jo = _o;
3549
+ function Yo() {
3550
+ return (u) => Ju(u, (e, t, [n]) => e.type !== "html" || Vo.test(e.value) || Vt.has(n.type) ? e : { ...e, type: "jsx" });
3551
+ }
3552
+ var Ko = Yo, Xo = function() {
3553
+ let u = this.Parser.prototype, e = u.inlineMethods;
3554
+ e.splice(e.indexOf("text"), 0, "liquid"), u.inlineTokenizers.liquid = t;
3555
+ function t(n, r) {
3556
+ let i = r.match(/^(\{%.*?%\}|\{\{.*?\}\})/su);
3557
+ if (i)
3558
+ return n(i[0])({ type: "liquidNode", value: i[0] });
3559
+ }
3560
+ t.locator = function(n, r) {
3561
+ return n.indexOf("{", r);
3562
+ };
3563
+ }, Zo = Xo, Qo = function() {
3564
+ let u = "wikiLink", e = /^\[\[(?<linkContents>.+?)\]\]/su, t = this.Parser.prototype, n = t.inlineMethods;
3565
+ n.splice(n.indexOf("link"), 0, u), t.inlineTokenizers.wikiLink = r;
3566
+ function r(i, a) {
3567
+ let o = e.exec(a);
3568
+ if (o) {
3569
+ let D = o.groups.linkContents.trim();
3570
+ return i(o[0])({ type: u, value: D });
3571
+ }
3572
+ }
3573
+ r.locator = function(i, a) {
3574
+ return i.indexOf("[", a);
3575
+ };
3576
+ }, ua = Qo;
3577
+ function Xt({ isMDX: u }) {
3578
+ return (e) => {
3579
+ let t = (0, $o.default)().use(jo.default, { commonmark: !0, ...u && { blocks: [Uo] } }).use(Io.default).use(Jo).use(Po.default).use(u ? Ho : gt).use(Zo).use(u ? Ko : gt).use(ua);
3580
+ return t.run(t.parse(e));
3581
+ };
3582
+ }
3583
+ function gt() {
3584
+ }
3585
+ var Zt = { astFormat: "mdast", hasPragma: li, hasIgnorePragma: si, locStart: ge, locEnd: me }, mt = { ...Zt, parse: Xt({ isMDX: !1 }) }, ea = { ...Zt, parse: Xt({ isMDX: !0 }) }, ta = { mdast: To }, na = Ot;
3586
+ export {
3587
+ na as default,
3588
+ Oo as languages,
3589
+ No as options,
3590
+ _t as parsers,
3591
+ ta as printers
3592
+ };