@savvy-web/silk 3.11.4 → 3.11.5

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.
@@ -2925,7 +2925,7 @@ const DependencyTableRowSchema = effect.Schema.Struct({
2925
2925
  */
2926
2926
  const DependencyTableSchema = effect.Schema.Array(DependencyTableRowSchema).check(effect.Schema.isMinLength(1));
2927
2927
  //#endregion
2928
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/MarkdownNode.js
2928
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/MarkdownNode.js
2929
2929
  /**
2930
2930
  * A single point in a source document: 1-based `line` and `column`, 0-based
2931
2931
  * `offset`.
@@ -3726,7 +3726,7 @@ effect.Schema.suspend(() => effect.Schema.Union([
3726
3726
  TableContent
3727
3727
  ]));
3728
3728
  //#endregion
3729
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/frontmatter.js
3729
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/frontmatter.js
3730
3730
  const FENCES = /* @__PURE__ */ new Map([
3731
3731
  ["---", {
3732
3732
  format: "yaml",
@@ -5558,7 +5558,7 @@ var JsoncModifier = class {
5558
5558
  });
5559
5559
  };
5560
5560
  //#endregion
5561
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/carriers.js
5561
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/carriers.js
5562
5562
  /**
5563
5563
  * P1's error-code vocabulary. Widens as later phases add parse-error kinds;
5564
5564
  * P1 registers exactly one, the hardening-guard trip.
@@ -5598,7 +5598,7 @@ var GuardExceeded$1 = class extends Error {
5598
5598
  /** Narrows `unknown` to {@link GuardExceeded}; never a bare `instanceof` at a call site. */
5599
5599
  const isGuardExceeded$1 = (u) => u instanceof GuardExceeded$1;
5600
5600
  //#endregion
5601
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/MarkdownDiagnostic.js
5601
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/MarkdownDiagnostic.js
5602
5602
  /**
5603
5603
  * Error codes `Markdown.parse`/`MarkdownDocument.parse` can fail with. P1
5604
5604
  * registers exactly the hardening-guard trip; later phases widen the union
@@ -5678,7 +5678,7 @@ function lineChar(text, offset) {
5678
5678
  };
5679
5679
  }
5680
5680
  //#endregion
5681
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blockTypes.js
5681
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blockTypes.js
5682
5682
  /** Narrow materialized children to the flow content most constructs contain. */
5683
5683
  const flowChildren = (children) => children.filter((child) => child.type !== "root" && child.type !== "listItem" && child.type !== "tableRow" && child.type !== "tableCell");
5684
5684
  /** Narrow materialized children to the list items a list contains. */
@@ -5703,7 +5703,7 @@ const makeBlockNode = (type, startOffset, startLine, depth = 0) => ({
5703
5703
  data: {}
5704
5704
  });
5705
5705
  //#endregion
5706
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/preprocess.js
5706
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/preprocess.js
5707
5707
  /**
5708
5708
  * Split `text` into lines, preserving each line's absolute start offset.
5709
5709
  *
@@ -5757,7 +5757,7 @@ const peekCode = (line, position) => position >= 0 && position < line.length ? l
5757
5757
  */
5758
5758
  const columnsToNextTabStop = (column) => 4 - column % 4;
5759
5759
  //#endregion
5760
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/htmlTags.js
5760
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/htmlTags.js
5761
5761
  const TAGNAME = "[A-Za-z][A-Za-z0-9-]*";
5762
5762
  /** An opening tag, with any attributes and an optional self-closing slash. */
5763
5763
  const OPENTAG = `<${TAGNAME}(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^"'=<>\`\\x00-\\x20]+|'[^']*'|"[^"]*"))?)*\\s*/?>`;
@@ -5768,7 +5768,7 @@ const HTMLTAG = `(?:${OPENTAG}|${CLOSETAG}|<!-->|<!--->|<!--[\\s\\S]*?-->|[<][?]
5768
5768
  /** {@link HTMLTAG}, anchored for matching at a cursor. */
5769
5769
  const reHtmlTag = new RegExp(`^${HTMLTAG}`);
5770
5770
  //#endregion
5771
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/htmlBlock.js
5771
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/htmlBlock.js
5772
5772
  const C_LESSTHAN$3 = 60;
5773
5773
  const reHtmlBlockOpen = [
5774
5774
  /./,
@@ -5834,7 +5834,7 @@ const htmlBlockStart = {
5834
5834
  }
5835
5835
  };
5836
5836
  //#endregion
5837
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/atxHeading.js
5837
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/atxHeading.js
5838
5838
  const reATXHeadingMarker = /^#{1,6}(?:[ \t]+|$)/;
5839
5839
  const reOnlyTrailingHashes = /^[ \t]*#+[ \t]*$/;
5840
5840
  const reClosingHashes = /[ \t]+#+[ \t]*$/;
@@ -5884,7 +5884,7 @@ const atxHeadingStart = {
5884
5884
  }
5885
5885
  };
5886
5886
  //#endregion
5887
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/blockquote.js
5887
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/blockquote.js
5888
5888
  const C_GREATERTHAN = 62;
5889
5889
  /** Blockquote: continues while each line carries its `>` marker. */
5890
5890
  const blockquoteConstruct = {
@@ -5918,11 +5918,11 @@ const blockquoteStart = {
5918
5918
  }
5919
5919
  };
5920
5920
  //#endregion
5921
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/entityMap.js
5921
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/entityMap.js
5922
5922
  /** The HTML5 named character references, keyed without `&` or `;`. */
5923
5923
  const ENTITY_MAP = new Map(JSON.parse("[[\"AElig\",\"Æ\"],[\"AMP\",\"&\"],[\"Aacute\",\"Á\"],[\"Abreve\",\"Ă\"],[\"Acirc\",\"Â\"],[\"Acy\",\"А\"],[\"Afr\",\"𝔄\"],[\"Agrave\",\"À\"],[\"Alpha\",\"Α\"],[\"Amacr\",\"Ā\"],[\"And\",\"⩓\"],[\"Aogon\",\"Ą\"],[\"Aopf\",\"𝔸\"],[\"ApplyFunction\",\"⁡\"],[\"Aring\",\"Å\"],[\"Ascr\",\"𝒜\"],[\"Assign\",\"≔\"],[\"Atilde\",\"Ã\"],[\"Auml\",\"Ä\"],[\"Backslash\",\"∖\"],[\"Barv\",\"⫧\"],[\"Barwed\",\"⌆\"],[\"Bcy\",\"Б\"],[\"Because\",\"∵\"],[\"Bernoullis\",\"ℬ\"],[\"Beta\",\"Β\"],[\"Bfr\",\"𝔅\"],[\"Bopf\",\"𝔹\"],[\"Breve\",\"˘\"],[\"Bscr\",\"ℬ\"],[\"Bumpeq\",\"≎\"],[\"CHcy\",\"Ч\"],[\"COPY\",\"©\"],[\"Cacute\",\"Ć\"],[\"Cap\",\"⋒\"],[\"CapitalDifferentialD\",\"ⅅ\"],[\"Cayleys\",\"ℭ\"],[\"Ccaron\",\"Č\"],[\"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\",\"Ŋ\"],[\"ETH\",\"Ð\"],[\"Eacute\",\"É\"],[\"Ecaron\",\"Ě\"],[\"Ecirc\",\"Ê\"],[\"Ecy\",\"Э\"],[\"Edot\",\"Ė\"],[\"Efr\",\"𝔈\"],[\"Egrave\",\"È\"],[\"Element\",\"∈\"],[\"Emacr\",\"Ē\"],[\"EmptySmallSquare\",\"◻\"],[\"EmptyVerySmallSquare\",\"▫\"],[\"Eogon\",\"Ę\"],[\"Eopf\",\"𝔼\"],[\"Epsilon\",\"Ε\"],[\"Equal\",\"⩵\"],[\"EqualTilde\",\"≂\"],[\"Equilibrium\",\"⇌\"],[\"Escr\",\"ℰ\"],[\"Esim\",\"⩳\"],[\"Eta\",\"Η\"],[\"Euml\",\"Ë\"],[\"Exists\",\"∃\"],[\"ExponentialE\",\"ⅇ\"],[\"Fcy\",\"Ф\"],[\"Ffr\",\"𝔉\"],[\"FilledSmallSquare\",\"◼\"],[\"FilledVerySmallSquare\",\"▪\"],[\"Fopf\",\"𝔽\"],[\"ForAll\",\"∀\"],[\"Fouriertrf\",\"ℱ\"],[\"Fscr\",\"ℱ\"],[\"GJcy\",\"Ѓ\"],[\"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\",\"Ё\"],[\"Iacute\",\"Í\"],[\"Icirc\",\"Î\"],[\"Icy\",\"И\"],[\"Idot\",\"İ\"],[\"Ifr\",\"ℑ\"],[\"Igrave\",\"Ì\"],[\"Im\",\"ℑ\"],[\"Imacr\",\"Ī\"],[\"ImaginaryI\",\"ⅈ\"],[\"Implies\",\"⇒\"],[\"Int\",\"∬\"],[\"Integral\",\"∫\"],[\"Intersection\",\"⋂\"],[\"InvisibleComma\",\"⁣\"],[\"InvisibleTimes\",\"⁢\"],[\"Iogon\",\"Į\"],[\"Iopf\",\"𝕀\"],[\"Iota\",\"Ι\"],[\"Iscr\",\"ℐ\"],[\"Itilde\",\"Ĩ\"],[\"Iukcy\",\"І\"],[\"Iuml\",\"Ï\"],[\"Jcirc\",\"Ĵ\"],[\"Jcy\",\"Й\"],[\"Jfr\",\"𝔍\"],[\"Jopf\",\"𝕁\"],[\"Jscr\",\"𝒥\"],[\"Jsercy\",\"Ј\"],[\"Jukcy\",\"Є\"],[\"KHcy\",\"Х\"],[\"KJcy\",\"Ќ\"],[\"Kappa\",\"Κ\"],[\"Kcedil\",\"Ķ\"],[\"Kcy\",\"К\"],[\"Kfr\",\"𝔎\"],[\"Kopf\",\"𝕂\"],[\"Kscr\",\"𝒦\"],[\"LJcy\",\"Љ\"],[\"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\",\"\\n\"],[\"Nfr\",\"𝔑\"],[\"NoBreak\",\"⁠\"],[\"NonBreakingSpace\",\"\xA0\"],[\"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\",\"𝒩\"],[\"Ntilde\",\"Ñ\"],[\"Nu\",\"Ν\"],[\"OElig\",\"Œ\"],[\"Oacute\",\"Ó\"],[\"Ocirc\",\"Ô\"],[\"Ocy\",\"О\"],[\"Odblac\",\"Ő\"],[\"Ofr\",\"𝔒\"],[\"Ograve\",\"Ò\"],[\"Omacr\",\"Ō\"],[\"Omega\",\"Ω\"],[\"Omicron\",\"Ο\"],[\"Oopf\",\"𝕆\"],[\"OpenCurlyDoubleQuote\",\"“\"],[\"OpenCurlyQuote\",\"‘\"],[\"Or\",\"⩔\"],[\"Oscr\",\"𝒪\"],[\"Oslash\",\"Ø\"],[\"Otilde\",\"Õ\"],[\"Otimes\",\"⨷\"],[\"Ouml\",\"Ö\"],[\"OverBar\",\"‾\"],[\"OverBrace\",\"⏞\"],[\"OverBracket\",\"⎴\"],[\"OverParenthesis\",\"⏜\"],[\"PartialD\",\"∂\"],[\"Pcy\",\"П\"],[\"Pfr\",\"𝔓\"],[\"Phi\",\"Φ\"],[\"Pi\",\"Π\"],[\"PlusMinus\",\"±\"],[\"Poincareplane\",\"ℌ\"],[\"Popf\",\"ℙ\"],[\"Pr\",\"⪻\"],[\"Precedes\",\"≺\"],[\"PrecedesEqual\",\"⪯\"],[\"PrecedesSlantEqual\",\"≼\"],[\"PrecedesTilde\",\"≾\"],[\"Prime\",\"″\"],[\"Product\",\"∏\"],[\"Proportion\",\"∷\"],[\"Proportional\",\"∝\"],[\"Pscr\",\"𝒫\"],[\"Psi\",\"Ψ\"],[\"QUOT\",\"\\\"\"],[\"Qfr\",\"𝔔\"],[\"Qopf\",\"ℚ\"],[\"Qscr\",\"𝒬\"],[\"RBarr\",\"⤐\"],[\"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\",\"⋑\"],[\"THORN\",\"Þ\"],[\"TRADE\",\"™\"],[\"TSHcy\",\"Ћ\"],[\"TScy\",\"Ц\"],[\"Tab\",\"\\t\"],[\"Tau\",\"Τ\"],[\"Tcaron\",\"Ť\"],[\"Tcedil\",\"Ţ\"],[\"Tcy\",\"Т\"],[\"Tfr\",\"𝔗\"],[\"Therefore\",\"∴\"],[\"Theta\",\"Θ\"],[\"ThickSpace\",\"  \"],[\"ThinSpace\",\" \"],[\"Tilde\",\"∼\"],[\"TildeEqual\",\"≃\"],[\"TildeFullEqual\",\"≅\"],[\"TildeTilde\",\"≈\"],[\"Topf\",\"𝕋\"],[\"TripleDot\",\"⃛\"],[\"Tscr\",\"𝒯\"],[\"Tstrok\",\"Ŧ\"],[\"Uacute\",\"Ú\"],[\"Uarr\",\"↟\"],[\"Uarrocir\",\"⥉\"],[\"Ubrcy\",\"Ў\"],[\"Ubreve\",\"Ŭ\"],[\"Ucirc\",\"Û\"],[\"Ucy\",\"У\"],[\"Udblac\",\"Ű\"],[\"Ufr\",\"𝔘\"],[\"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\",\"Ũ\"],[\"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\",\"Ю\"],[\"Yacute\",\"Ý\"],[\"Ycirc\",\"Ŷ\"],[\"Ycy\",\"Ы\"],[\"Yfr\",\"𝔜\"],[\"Yopf\",\"𝕐\"],[\"Yscr\",\"𝒴\"],[\"Yuml\",\"Ÿ\"],[\"ZHcy\",\"Ж\"],[\"Zacute\",\"Ź\"],[\"Zcaron\",\"Ž\"],[\"Zcy\",\"З\"],[\"Zdot\",\"Ż\"],[\"ZeroWidthSpace\",\"​\"],[\"Zeta\",\"Ζ\"],[\"Zfr\",\"ℨ\"],[\"Zopf\",\"ℤ\"],[\"Zscr\",\"𝒵\"],[\"aacute\",\"á\"],[\"abreve\",\"ă\"],[\"ac\",\"∾\"],[\"acE\",\"∾̳\"],[\"acd\",\"∿\"],[\"acirc\",\"â\"],[\"acute\",\"´\"],[\"acy\",\"а\"],[\"aelig\",\"æ\"],[\"af\",\"⁡\"],[\"afr\",\"𝔞\"],[\"agrave\",\"à\"],[\"alefsym\",\"ℵ\"],[\"aleph\",\"ℵ\"],[\"alpha\",\"α\"],[\"amacr\",\"ā\"],[\"amalg\",\"⨿\"],[\"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\",\"≊\"],[\"aring\",\"å\"],[\"ascr\",\"𝒶\"],[\"ast\",\"*\"],[\"asymp\",\"≈\"],[\"asympeq\",\"≍\"],[\"atilde\",\"ã\"],[\"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\",\"˘\"],[\"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\",\"č\"],[\"ccedil\",\"ç\"],[\"ccirc\",\"ĉ\"],[\"ccups\",\"⩌\"],[\"ccupssm\",\"⩐\"],[\"cdot\",\"ċ\"],[\"cedil\",\"¸\"],[\"cemptyv\",\"⦲\"],[\"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\",\"∐\"],[\"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\",\"⋏\"],[\"curren\",\"¤\"],[\"curvearrowleft\",\"↶\"],[\"curvearrowright\",\"↷\"],[\"cuvee\",\"⋎\"],[\"cuwed\",\"⋏\"],[\"cwconint\",\"∲\"],[\"cwint\",\"∱\"],[\"cylcty\",\"⌭\"],[\"dArr\",\"⇓\"],[\"dHar\",\"⥥\"],[\"dagger\",\"†\"],[\"daleth\",\"ℸ\"],[\"darr\",\"↓\"],[\"dash\",\"‐\"],[\"dashv\",\"⊣\"],[\"dbkarow\",\"⤏\"],[\"dblac\",\"˝\"],[\"dcaron\",\"ď\"],[\"dcy\",\"д\"],[\"dd\",\"ⅆ\"],[\"ddagger\",\"‡\"],[\"ddarr\",\"⇊\"],[\"ddotseq\",\"⩷\"],[\"deg\",\"°\"],[\"delta\",\"δ\"],[\"demptyv\",\"⦱\"],[\"dfisht\",\"⥿\"],[\"dfr\",\"𝔡\"],[\"dharl\",\"⇃\"],[\"dharr\",\"⇂\"],[\"diam\",\"⋄\"],[\"diamond\",\"⋄\"],[\"diamondsuit\",\"♦\"],[\"diams\",\"♦\"],[\"die\",\"¨\"],[\"digamma\",\"ϝ\"],[\"disin\",\"⋲\"],[\"div\",\"÷\"],[\"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\",\"≑\"],[\"eacute\",\"é\"],[\"easter\",\"⩮\"],[\"ecaron\",\"ě\"],[\"ecir\",\"≖\"],[\"ecirc\",\"ê\"],[\"ecolon\",\"≕\"],[\"ecy\",\"э\"],[\"edot\",\"ė\"],[\"ee\",\"ⅇ\"],[\"efDot\",\"≒\"],[\"efr\",\"𝔢\"],[\"eg\",\"⪚\"],[\"egrave\",\"è\"],[\"egs\",\"⪖\"],[\"egsdot\",\"⪘\"],[\"el\",\"⪙\"],[\"elinters\",\"⏧\"],[\"ell\",\"ℓ\"],[\"els\",\"⪕\"],[\"elsdot\",\"⪗\"],[\"emacr\",\"ē\"],[\"empty\",\"∅\"],[\"emptyset\",\"∅\"],[\"emptyv\",\"∅\"],[\"emsp\",\" \"],[\"emsp13\",\" \"],[\"emsp14\",\" \"],[\"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\",\"η\"],[\"eth\",\"ð\"],[\"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\",\"⨍\"],[\"frac12\",\"½\"],[\"frac13\",\"⅓\"],[\"frac14\",\"¼\"],[\"frac15\",\"⅕\"],[\"frac16\",\"⅙\"],[\"frac18\",\"⅛\"],[\"frac23\",\"⅔\"],[\"frac25\",\"⅖\"],[\"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\",\"⪐\"],[\"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\",\"‐\"],[\"iacute\",\"í\"],[\"ic\",\"⁣\"],[\"icirc\",\"î\"],[\"icy\",\"и\"],[\"iecy\",\"е\"],[\"iexcl\",\"¡\"],[\"iff\",\"⇔\"],[\"ifr\",\"𝔦\"],[\"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\",\"⨼\"],[\"iquest\",\"¿\"],[\"iscr\",\"𝒾\"],[\"isin\",\"∈\"],[\"isinE\",\"⋹\"],[\"isindot\",\"⋵\"],[\"isins\",\"⋴\"],[\"isinsv\",\"⋳\"],[\"isinv\",\"∈\"],[\"it\",\"⁢\"],[\"itilde\",\"ĩ\"],[\"iukcy\",\"і\"],[\"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\",\"⪅\"],[\"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\",\"ł\"],[\"lt\",\"<\"],[\"ltcc\",\"⪦\"],[\"ltcir\",\"⩹\"],[\"ltdot\",\"⋖\"],[\"lthree\",\"⋋\"],[\"ltimes\",\"⋉\"],[\"ltlarr\",\"⥶\"],[\"ltquest\",\"⩻\"],[\"ltrPar\",\"⦖\"],[\"ltri\",\"◃\"],[\"ltrie\",\"⊴\"],[\"ltrif\",\"◂\"],[\"lurdshar\",\"⥊\"],[\"luruhar\",\"⥦\"],[\"lvertneqq\",\"≨︀\"],[\"lvnE\",\"≨︀\"],[\"mDDot\",\"∺\"],[\"macr\",\"¯\"],[\"male\",\"♂\"],[\"malt\",\"✠\"],[\"maltese\",\"✠\"],[\"map\",\"↦\"],[\"mapsto\",\"↦\"],[\"mapstodown\",\"↧\"],[\"mapstoleft\",\"↤\"],[\"mapstoup\",\"↥\"],[\"marker\",\"▮\"],[\"mcomma\",\"⨩\"],[\"mcy\",\"м\"],[\"mdash\",\"—\"],[\"measuredangle\",\"∡\"],[\"mfr\",\"𝔪\"],[\"mho\",\"℧\"],[\"micro\",\"µ\"],[\"mid\",\"∣\"],[\"midast\",\"*\"],[\"midcir\",\"⫰\"],[\"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\",\"ℕ\"],[\"nbsp\",\"\xA0\"],[\"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\",\"𝕟\"],[\"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\",\"≹\"],[\"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\",\"Ⓢ\"],[\"oacute\",\"ó\"],[\"oast\",\"⊛\"],[\"ocir\",\"⊚\"],[\"ocirc\",\"ô\"],[\"ocy\",\"о\"],[\"odash\",\"⊝\"],[\"odblac\",\"ő\"],[\"odiv\",\"⨸\"],[\"odot\",\"⊙\"],[\"odsold\",\"⦼\"],[\"oelig\",\"œ\"],[\"ofcir\",\"⦿\"],[\"ofr\",\"𝔬\"],[\"ogon\",\"˛\"],[\"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\",\"ℴ\"],[\"oslash\",\"ø\"],[\"osol\",\"⊘\"],[\"otilde\",\"õ\"],[\"otimes\",\"⊗\"],[\"otimesas\",\"⨶\"],[\"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\",\"⩲\"],[\"plusmn\",\"±\"],[\"plussim\",\"⨦\"],[\"plustwo\",\"⨧\"],[\"pm\",\"±\"],[\"pointint\",\"⨕\"],[\"popf\",\"𝕡\"],[\"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\",\"≟\"],[\"quot\",\"\\\"\"],[\"rAarr\",\"⇛\"],[\"rArr\",\"⇒\"],[\"rAtail\",\"⤜\"],[\"rBarr\",\"⤏\"],[\"rHar\",\"⥤\"],[\"race\",\"∽̱\"],[\"racute\",\"ŕ\"],[\"radic\",\"√\"],[\"raemptyv\",\"⦳\"],[\"rang\",\"⟩\"],[\"rangd\",\"⦒\"],[\"range\",\"⦥\"],[\"rangle\",\"⟩\"],[\"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\",\"▭\"],[\"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\",\"↘\"],[\"sect\",\"§\"],[\"semi\",\";\"],[\"seswar\",\"⤩\"],[\"setminus\",\"∖\"],[\"setmn\",\"∖\"],[\"sext\",\"✶\"],[\"sfr\",\"𝔰\"],[\"sfrown\",\"⌢\"],[\"sharp\",\"♯\"],[\"shchcy\",\"щ\"],[\"shcy\",\"ш\"],[\"shortmid\",\"∣\"],[\"shortparallel\",\"∥\"],[\"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\",\"⤪\"],[\"szlig\",\"ß\"],[\"target\",\"⌖\"],[\"tau\",\"τ\"],[\"tbrk\",\"⎴\"],[\"tcaron\",\"ť\"],[\"tcedil\",\"ţ\"],[\"tcy\",\"т\"],[\"tdot\",\"⃛\"],[\"telrec\",\"⌕\"],[\"tfr\",\"𝔱\"],[\"there4\",\"∴\"],[\"therefore\",\"∴\"],[\"theta\",\"θ\"],[\"thetasym\",\"ϑ\"],[\"thetav\",\"ϑ\"],[\"thickapprox\",\"≈\"],[\"thicksim\",\"∼\"],[\"thinsp\",\" \"],[\"thkap\",\"≈\"],[\"thksim\",\"∼\"],[\"thorn\",\"þ\"],[\"tilde\",\"˜\"],[\"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\",\"⥣\"],[\"uacute\",\"ú\"],[\"uarr\",\"↑\"],[\"ubrcy\",\"ў\"],[\"ubreve\",\"ŭ\"],[\"ucirc\",\"û\"],[\"ucy\",\"у\"],[\"udarr\",\"⇅\"],[\"udblac\",\"ű\"],[\"udhar\",\"⥮\"],[\"ufisht\",\"⥾\"],[\"ufr\",\"𝔲\"],[\"ugrave\",\"ù\"],[\"uharl\",\"↿\"],[\"uharr\",\"↾\"],[\"uhblk\",\"▀\"],[\"ulcorn\",\"⌜\"],[\"ulcorner\",\"⌜\"],[\"ulcrop\",\"⌏\"],[\"ultri\",\"◸\"],[\"umacr\",\"ū\"],[\"uml\",\"¨\"],[\"uogon\",\"ų\"],[\"uopf\",\"𝕦\"],[\"uparrow\",\"↑\"],[\"updownarrow\",\"↕\"],[\"upharpoonleft\",\"↿\"],[\"upharpoonright\",\"↾\"],[\"uplus\",\"⊎\"],[\"upsi\",\"υ\"],[\"upsih\",\"ϒ\"],[\"upsilon\",\"υ\"],[\"upuparrows\",\"⇈\"],[\"urcorn\",\"⌝\"],[\"urcorner\",\"⌝\"],[\"urcrop\",\"⌎\"],[\"uring\",\"ů\"],[\"urtri\",\"◹\"],[\"uscr\",\"𝓊\"],[\"utdot\",\"⋰\"],[\"utilde\",\"ũ\"],[\"utri\",\"▵\"],[\"utrif\",\"▴\"],[\"uuarr\",\"⇈\"],[\"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\",\"⋀\"],[\"yacute\",\"ý\"],[\"yacy\",\"я\"],[\"ycirc\",\"ŷ\"],[\"ycy\",\"ы\"],[\"yen\",\"¥\"],[\"yfr\",\"𝔶\"],[\"yicy\",\"ї\"],[\"yopf\",\"𝕪\"],[\"yscr\",\"𝓎\"],[\"yucy\",\"ю\"],[\"yuml\",\"ÿ\"],[\"zacute\",\"ź\"],[\"zcaron\",\"ž\"],[\"zcy\",\"з\"],[\"zdot\",\"ż\"],[\"zeetrf\",\"ℨ\"],[\"zeta\",\"ζ\"],[\"zfr\",\"𝔷\"],[\"zhcy\",\"ж\"],[\"zigrarr\",\"⇝\"],[\"zopf\",\"𝕫\"],[\"zscr\",\"𝓏\"],[\"zwj\",\"‍\"],[\"zwnj\",\"‌\"]]"));
5924
5924
  //#endregion
5925
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/entities.js
5925
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/entities.js
5926
5926
  /** The largest code point Unicode defines. */
5927
5927
  const MAX_CODE_POINT = 1114111;
5928
5928
  /**
@@ -5944,7 +5944,7 @@ const decodeEntity = (entity) => {
5944
5944
  return String.fromCodePoint(code);
5945
5945
  };
5946
5946
  //#endregion
5947
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/unescape.js
5947
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/unescape.js
5948
5948
  /** The punctuation set a backslash may escape, per the spec. */
5949
5949
  const ESCAPABLE$1 = "[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]";
5950
5950
  /** One entity, in any of the three spec forms. */
@@ -5958,7 +5958,7 @@ const unescapeChar = (source) => {
5958
5958
  /** Replace every backslash escape and character reference with its literal. */
5959
5959
  const unescapeString = (source) => reBackslashOrAmp.test(source) ? source.replace(reEntityOrEscapedChar, unescapeChar) : source;
5960
5960
  //#endregion
5961
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/code.js
5961
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/code.js
5962
5962
  const reBlankLine = /^[ \t]*$/;
5963
5963
  const reClosingCodeFence = /^(?:`{3,}|~{3,})(?=[ \t]*$)/;
5964
5964
  /**
@@ -6042,7 +6042,7 @@ const codeConstruct = {
6042
6042
  }
6043
6043
  };
6044
6044
  //#endregion
6045
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/document.js
6045
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/document.js
6046
6046
  /** The document root: contains everything except a bare list item. */
6047
6047
  const documentConstruct = {
6048
6048
  type: "document",
@@ -6055,7 +6055,7 @@ const documentConstruct = {
6055
6055
  })
6056
6056
  };
6057
6057
  //#endregion
6058
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/fencedCode.js
6058
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/fencedCode.js
6059
6059
  const reCodeFence = /^`{3,}(?!.*`)|^~{3,}/;
6060
6060
  const fenceCharOf = (char) => char === "`" || char === "~" ? char : void 0;
6061
6061
  /** The fenced-code block start: three or more backticks or tildes. */
@@ -6079,7 +6079,7 @@ const fencedCodeStart = {
6079
6079
  }
6080
6080
  };
6081
6081
  //#endregion
6082
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/patterns.js
6082
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/patterns.js
6083
6083
  const stickyCache = /* @__PURE__ */ new WeakMap();
6084
6084
  const globalCache = /* @__PURE__ */ new WeakMap();
6085
6085
  const clone = (pattern, flag, dropCaret) => {
@@ -6103,7 +6103,7 @@ const globalOf = (pattern) => {
6103
6103
  return made;
6104
6104
  };
6105
6105
  //#endregion
6106
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/references.js
6106
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/references.js
6107
6107
  const ESCAPABLE = "[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]";
6108
6108
  const ESCAPED_CHAR = `\\\\${ESCAPABLE}`;
6109
6109
  const reLinkTitle = new RegExp(`^(?:"(${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\"\\x00])*"|'(${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\'\\x00])*'|\\((${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\()\\x00])*\\))`);
@@ -6277,7 +6277,7 @@ const parseReference = (text) => {
6277
6277
  };
6278
6278
  };
6279
6279
  //#endregion
6280
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/footnoteDefinition.js
6280
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/footnoteDefinition.js
6281
6281
  /**
6282
6282
  * `_scan_footnote_definition` from `src/scanners.re`:
6283
6283
  *
@@ -6354,7 +6354,7 @@ const footnoteDefinitionStart = {
6354
6354
  }
6355
6355
  };
6356
6356
  //#endregion
6357
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/indentedCode.js
6357
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/indentedCode.js
6358
6358
  /** The indented-code block start: four columns of indentation. */
6359
6359
  const indentedCodeStart = {
6360
6360
  name: "indentedCode",
@@ -6368,7 +6368,7 @@ const indentedCodeStart = {
6368
6368
  }
6369
6369
  };
6370
6370
  //#endregion
6371
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/segments.js
6371
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/segments.js
6372
6372
  /**
6373
6373
  * The absolute source offset of `textIndex` within a segmented content run.
6374
6374
  *
@@ -6402,7 +6402,7 @@ const sliceWithSegments = (segments, from, to) => {
6402
6402
  return sliced;
6403
6403
  };
6404
6404
  //#endregion
6405
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/linkReferenceDefinition.js
6405
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/linkReferenceDefinition.js
6406
6406
  const C_OPEN_BRACKET$1 = 91;
6407
6407
  /**
6408
6408
  * Split every leading link reference definition out of `block`, inserting one
@@ -6467,7 +6467,7 @@ const definitionConstruct = {
6467
6467
  }
6468
6468
  };
6469
6469
  //#endregion
6470
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/list.js
6470
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/list.js
6471
6471
  const reBulletListMarker = /^[*+-]/;
6472
6472
  const reOrderedListMarker = /^(\d{1,9})([.)])/;
6473
6473
  const reNonSpace$1 = /[^ \t\f\v\r\n]/;
@@ -6620,7 +6620,7 @@ const listItemStart = {
6620
6620
  }
6621
6621
  };
6622
6622
  //#endregion
6623
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/paragraph.js
6623
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/paragraph.js
6624
6624
  /** Paragraph: absorbs lines until a blank one, and contains nothing. */
6625
6625
  const paragraphConstruct = {
6626
6626
  type: "paragraph",
@@ -6642,7 +6642,7 @@ const paragraphConstruct = {
6642
6642
  }
6643
6643
  };
6644
6644
  //#endregion
6645
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/setextHeading.js
6645
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/setextHeading.js
6646
6646
  const reSetextHeadingLine = /^(?:=+|-+)[ \t]*$/;
6647
6647
  /** The setext heading block start: a run of `=` or `-` under a paragraph. */
6648
6648
  const setextHeadingStart = {
@@ -6662,7 +6662,7 @@ const setextHeadingStart = {
6662
6662
  }
6663
6663
  };
6664
6664
  //#endregion
6665
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/table.js
6665
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/table.js
6666
6666
  /**
6667
6667
  * Upstream's `MAX_AUTOCOMPLETED_CELLS`: the ceiling on cells the parser
6668
6668
  * invents to pad short rows, which is what stops a wide header followed by a
@@ -7033,7 +7033,7 @@ const tableCellConstruct = {
7033
7033
  }
7034
7034
  };
7035
7035
  //#endregion
7036
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/taskListItem.js
7036
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/taskListItem.js
7037
7037
  /**
7038
7038
  * `_scan_tasklist`, as the generated scanner accepts it.
7039
7039
  *
@@ -7067,7 +7067,7 @@ const taskListItemStart = {
7067
7067
  }
7068
7068
  };
7069
7069
  //#endregion
7070
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blocks/thematicBreak.js
7070
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blocks/thematicBreak.js
7071
7071
  const reThematicBreak = /^(?:\*[ \t]*){3,}$|^(?:_[ \t]*){3,}$|^(?:-[ \t]*){3,}$/;
7072
7072
  const markerCharOf$1 = (char) => char === "-" || char === "_" || char === "*" ? char : void 0;
7073
7073
  /** Thematic break: one line, no children. */
@@ -7098,7 +7098,7 @@ const thematicBreakStart = {
7098
7098
  }
7099
7099
  };
7100
7100
  //#endregion
7101
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blockRegistry.js
7101
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blockRegistry.js
7102
7102
  const constructTable = (constructs) => new Map(constructs.map((construct) => [construct.type, construct]));
7103
7103
  const commonmarkDialect$1 = {
7104
7104
  constructs: constructTable([
@@ -7170,7 +7170,7 @@ const blockDialect = (dialect) => {
7170
7170
  return found;
7171
7171
  };
7172
7172
  //#endregion
7173
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/lineIndex.js
7173
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/lineIndex.js
7174
7174
  /**
7175
7175
  * A precomputed index of line-start offsets over a fixed source text,
7176
7176
  * answering `positionAt(offset)` in `O(log n)` via binary search rather than
@@ -7244,7 +7244,7 @@ var LineIndex = class LineIndex {
7244
7244
  }
7245
7245
  };
7246
7246
  //#endregion
7247
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlineNode.js
7247
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlineNode.js
7248
7248
  /** Open a node with no links. */
7249
7249
  const makeInlineNode = (type, start, end, value = "") => ({
7250
7250
  type,
@@ -7296,7 +7296,7 @@ const childrenOf = (node) => {
7296
7296
  return children;
7297
7297
  };
7298
7298
  //#endregion
7299
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/emphasis.js
7299
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/emphasis.js
7300
7300
  const C_ASTERISK$1 = 42;
7301
7301
  const C_UNDERSCORE$1 = 95;
7302
7302
  const rePunctuation = /^[!"#$%&'()*+,\-./:;<=>?@[\]\\^_`{|}~\p{P}\p{S}]/u;
@@ -7373,7 +7373,7 @@ const emphasisConstruct = {
7373
7373
  parse: (scanner) => handleDelim(scanner, scanner.peek())
7374
7374
  };
7375
7375
  //#endregion
7376
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/strikethrough.js
7376
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/strikethrough.js
7377
7377
  /**
7378
7378
  * Consume a `~` run as literal text and, when it is a viable one- or
7379
7379
  * two-tilde run, push it onto the shared delimiter stack.
@@ -7447,7 +7447,7 @@ const strikethroughConstruct = {
7447
7447
  parse: (scanner) => handleTilde(scanner)
7448
7448
  };
7449
7449
  //#endregion
7450
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/autolink.js
7450
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/autolink.js
7451
7451
  const C_LESSTHAN$1 = 60;
7452
7452
  const reEmailAutolink = /^<([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/;
7453
7453
  const reAutolink = /^<[A-Za-z][A-Za-z0-9.+-]{1,31}:[^<>\0- ]*>/i;
@@ -7479,7 +7479,7 @@ const autolinkConstruct = {
7479
7479
  }
7480
7480
  };
7481
7481
  //#endregion
7482
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/autolinkLiteral.js
7482
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/autolinkLiteral.js
7483
7483
  const C_LOWER_W = 119;
7484
7484
  const C_COLON = 58;
7485
7485
  /** `cmark_isspace`: ASCII only, deliberately — upstream's URL scan uses it. */
@@ -7849,7 +7849,7 @@ const linkifyEmails = (root) => {
7849
7849
  }
7850
7850
  };
7851
7851
  //#endregion
7852
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/codeSpan.js
7852
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/codeSpan.js
7853
7853
  const C_BACKTICK$1 = 96;
7854
7854
  const reTicksHere = /^`+/;
7855
7855
  const reNewline = /\n/gm;
@@ -7877,7 +7877,7 @@ const codeSpanConstruct = {
7877
7877
  }
7878
7878
  };
7879
7879
  //#endregion
7880
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/entity.js
7880
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/entity.js
7881
7881
  const C_AMPERSAND = 38;
7882
7882
  const reEntityHere = new RegExp(`^${ENTITY}`, "i");
7883
7883
  /** A named, decimal or hexadecimal character reference. */
@@ -7893,7 +7893,7 @@ const entityConstruct = {
7893
7893
  }
7894
7894
  };
7895
7895
  //#endregion
7896
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/escape.js
7896
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/escape.js
7897
7897
  const C_BACKSLASH = 92;
7898
7898
  const C_NEWLINE$1 = 10;
7899
7899
  const reEscapable = new RegExp(`^${ESCAPABLE$1}`);
@@ -7922,7 +7922,7 @@ const escapeConstruct = {
7922
7922
  }
7923
7923
  };
7924
7924
  //#endregion
7925
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/link.js
7925
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/link.js
7926
7926
  const C_BANG = 33;
7927
7927
  const C_CARET$1 = 94;
7928
7928
  const C_OPEN_BRACKET = 91;
@@ -8129,7 +8129,7 @@ const makeLinkCloseConstruct = (onNoMatch) => ({
8129
8129
  /** `]` — closes a link or image, or stays literal. The CommonMark spelling. */
8130
8130
  const linkCloseConstruct = makeLinkCloseConstruct();
8131
8131
  //#endregion
8132
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/footnoteReference.js
8132
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/footnoteReference.js
8133
8133
  const C_CARET = 94;
8134
8134
  /**
8135
8135
  * Whether the bracket that just closed looks like `[^...]` with something
@@ -8186,7 +8186,7 @@ const gfmLinkCloseConstruct = makeLinkCloseConstruct(footnoteReferenceFallback);
8186
8186
  */
8187
8187
  const gfmImageOpenConstruct = makeImageOpenConstruct(false);
8188
8188
  //#endregion
8189
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/lineBreak.js
8189
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/lineBreak.js
8190
8190
  const C_NEWLINE = 10;
8191
8191
  const reInitialSpace = /^ */;
8192
8192
  /** A soft or hard line break. */
@@ -8207,7 +8207,7 @@ const lineBreakConstruct = {
8207
8207
  }
8208
8208
  };
8209
8209
  //#endregion
8210
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/rawHtml.js
8210
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/rawHtml.js
8211
8211
  const C_LESSTHAN = 60;
8212
8212
  /** The raw-HTML forms that scan forward for a fixed closing sequence. */
8213
8213
  const UNTERMINATED_FORMS = [
@@ -8229,7 +8229,7 @@ const rawHtmlConstruct = {
8229
8229
  }
8230
8230
  };
8231
8231
  //#endregion
8232
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlines/text.js
8232
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlines/text.js
8233
8233
  const reMain = /^[^\n`[\]\\!<&*_'"]+/;
8234
8234
  const reMainGfm = /^[^\n`[\]\\!<&*_'"~w:]+/;
8235
8235
  /** Consume a run of ordinary characters, stopping before any construct's. */
@@ -8249,7 +8249,7 @@ const textConstruct = runConstruct("text", reMain);
8249
8249
  /** Ordinary text under `gfm`, which has three more characters to yield to. */
8250
8250
  const gfmTextConstruct = runConstruct("text", reMainGfm);
8251
8251
  //#endregion
8252
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlineRegistry.js
8252
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlineRegistry.js
8253
8253
  const triggerTable = (constructs) => {
8254
8254
  const table = /* @__PURE__ */ new Map();
8255
8255
  for (const construct of constructs) for (const trigger of construct.triggers) {
@@ -8302,7 +8302,7 @@ const inlineDialect = (dialect) => {
8302
8302
  return found;
8303
8303
  };
8304
8304
  //#endregion
8305
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/inlineParser.js
8305
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/inlineParser.js
8306
8306
  const C_UNDERSCORE = 95;
8307
8307
  const C_ASTERISK = 42;
8308
8308
  const reTrailingSpaces = / +$/;
@@ -8696,7 +8696,7 @@ var InlineParser = class {
8696
8696
  */
8697
8697
  const parseInlines = (source, refmap, position, dialect = "commonmark", footnoteLabels = /* @__PURE__ */ new Set()) => new InlineParser(source, inlineDialect(dialect), position, refmap, footnoteLabels).parse();
8698
8698
  //#endregion
8699
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/rawInline.js
8699
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/rawInline.js
8700
8700
  const reWhitespace = /\s/;
8701
8701
  const reCmarkSpace = /[ \t\n\r]/;
8702
8702
  /**
@@ -8751,7 +8751,7 @@ const prepareInline = (block, position, refmap, dialect = "commonmark", footnote
8751
8751
  };
8752
8752
  };
8753
8753
  //#endregion
8754
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/blockParser.js
8754
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/blockParser.js
8755
8755
  /** Upstream's cheap pre-filter: a line that cannot start any block. */
8756
8756
  const reMaybeSpecial = /^[#`~*+_=<>0-9-]/;
8757
8757
  var BlockParser = class {
@@ -9158,7 +9158,7 @@ var BlockParser = class {
9158
9158
  */
9159
9159
  const parseBlocks = (text, dialect = "commonmark", frontmatter = false) => new BlockParser(text, blockDialect(dialect), dialect, frontmatter).parse();
9160
9160
  //#endregion
9161
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/phrasing.js
9161
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/phrasing.js
9162
9162
  const EMPTY_REFMAP = /* @__PURE__ */ new Map();
9163
9163
  const EMPTY_FOOTNOTE_LABELS = /* @__PURE__ */ new Set();
9164
9164
  /**
@@ -9207,7 +9207,7 @@ const parsePhrasingText = (text, dialect) => {
9207
9207
  }, EMPTY_REFMAP, positionOf, dialect, EMPTY_FOOTNOTE_LABELS);
9208
9208
  };
9209
9209
  //#endregion
9210
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/internal/stringify.js
9210
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/internal/stringify.js
9211
9211
  const FLOW_CONTEXT = {
9212
9212
  singleLine: false,
9213
9213
  inTable: false,
@@ -9228,15 +9228,15 @@ const ALWAYS_ESCAPE = /* @__PURE__ */ new Set([
9228
9228
  "\\",
9229
9229
  "`",
9230
9230
  "*",
9231
- "_",
9232
9231
  "[",
9233
9232
  "]",
9234
9233
  "<",
9235
- ">",
9236
- "&",
9237
9234
  "~",
9238
9235
  "|"
9239
9236
  ]);
9237
+ /** A character reference at the head of the string: the engine's own grammar. */
9238
+ const reEntityAhead = new RegExp(`^${ENTITY}`, "i");
9239
+ const reAlphanumeric = /[\p{L}\p{N}]/u;
9240
9240
  /** Line-start characters that could open a block construct. */
9241
9241
  const LINE_START_ESCAPE = /* @__PURE__ */ new Set([
9242
9242
  "#",
@@ -9275,11 +9275,37 @@ const isSchemeColon = (value, index) => {
9275
9275
  while (start > 0 && /[a-zA-Z]/.test(value[start - 1])) start -= 1;
9276
9276
  return SCHEME_WORDS.has(value.slice(start, index).toLowerCase());
9277
9277
  };
9278
+ /** Whether `value[index]` is a Unicode letter or number (`undefined` is not). */
9279
+ const isAlphanumericAt = (value, index) => {
9280
+ const char = value[index];
9281
+ return char !== void 0 && reAlphanumeric.test(char);
9282
+ };
9283
+ /**
9284
+ * Whether the `#` at `value[index]` heads a run that would read as an ATX
9285
+ * closing sequence: preceded by whitespace or the value start, and followed
9286
+ * by nothing but whitespace to the end of the contiguous text (this value
9287
+ * plus `followingText`). A non-text sibling after that may contribute only
9288
+ * blank content, so it keeps the escape (conservative).
9289
+ */
9290
+ const isClosingHashRun = (value, index, followingText, nonTextFollows) => {
9291
+ const before = value[index - 1];
9292
+ if (before !== void 0 && before !== " " && before !== " ") return false;
9293
+ const rest = value.slice(index) + followingText;
9294
+ let end = 0;
9295
+ while (rest[end] === "#") end += 1;
9296
+ return nonTextFollows || /^[ \t\n]*$/.test(rest.slice(end));
9297
+ };
9298
+ /** A run that a later sibling could still complete into a character reference. */
9299
+ const reEntityPrefix = /^&[#a-z0-9]*$/i;
9278
9300
  /**
9279
9301
  * Escape one text value into `out`, tracking line starts. Returns whether the
9280
- * emission ended at a line start.
9302
+ * emission ended at a line start. `followingText` is the concatenated value
9303
+ * of the contiguous text siblings after this one (the parser never splits a
9304
+ * text run, but a synthesized tree may), and `nonTextFollows` says whether a
9305
+ * non-text inline comes after those; together they decide the value-end
9306
+ * cases (`&`, and `#` in a heading) against what will actually be emitted.
9281
9307
  */
9282
- const escapeText = (value, context, atLineStart, mdx) => {
9308
+ const escapeText = (value, context, atLineStart, mdx, followingText, nonTextFollows) => {
9283
9309
  let out = "";
9284
9310
  let lineStart = atLineStart;
9285
9311
  for (let index = 0; index < value.length; index += 1) {
@@ -9336,7 +9362,17 @@ const escapeText = (value, context, atLineStart, mdx) => {
9336
9362
  out += "\\{";
9337
9363
  continue;
9338
9364
  }
9339
- if (context.inHeading && char === "#") {
9365
+ if (char === "_" && !(isAlphanumericAt(value, index - 1) && isAlphanumericAt(value, index + 1))) {
9366
+ out += "\\_";
9367
+ continue;
9368
+ }
9369
+ if (char === "&") {
9370
+ const ahead = value.slice(index) + followingText;
9371
+ const entityShaped = reEntityAhead.test(ahead) || nonTextFollows && reEntityPrefix.test(ahead);
9372
+ out += entityShaped ? "\\&" : "&";
9373
+ continue;
9374
+ }
9375
+ if (context.inHeading && char === "#" && isClosingHashRun(value, index, followingText, nonTextFollows)) {
9340
9376
  out += "\\#";
9341
9377
  continue;
9342
9378
  }
@@ -9425,7 +9461,13 @@ const serializeInlines = (children, context, state, startsLine, junctionGuard) =
9425
9461
  };
9426
9462
  switch (child.type) {
9427
9463
  case "text": {
9428
- const escaped = escapeText(child.value, context, atLineStart, state.mdx);
9464
+ let followingText = "";
9465
+ let next = index + 1;
9466
+ while (next < children.length && children[next]?.type === "text") {
9467
+ followingText += children[next].value;
9468
+ next += 1;
9469
+ }
9470
+ const escaped = escapeText(child.value, context, atLineStart, state.mdx, followingText, next < children.length);
9429
9471
  out += escaped.text;
9430
9472
  atLineStart = escaped.atLineStart;
9431
9473
  break;
@@ -9650,8 +9692,9 @@ const setextUnderline$1 = (heading, content) => {
9650
9692
  return (heading.depth === 1 ? "=" : "-").repeat(Math.max(1, lastLine.length));
9651
9693
  };
9652
9694
  const serializeHeading = (heading, state) => {
9653
- const content = serializeInlines(heading.children, HEADING_CONTEXT, state, false);
9654
- if (heading.headingStyle === "setext" && heading.depth <= 2 && content !== "") return `${content}\n${setextUnderline$1(heading, content)}`;
9695
+ const setext = heading.headingStyle === "setext" && heading.depth <= 2;
9696
+ const content = serializeInlines(heading.children, HEADING_CONTEXT, state, setext);
9697
+ if (setext && content !== "") return `${content}\n${setextUnderline$1(heading, content)}`;
9655
9698
  const hashes = "#".repeat(heading.depth);
9656
9699
  return content === "" ? hashes : `${hashes} ${content}`;
9657
9700
  };
@@ -9861,7 +9904,7 @@ const stringifyTree = (root) => {
9861
9904
  return body === "" ? "" : `${body}\n`;
9862
9905
  };
9863
9906
  //#endregion
9864
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/Markdown.js
9907
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/Markdown.js
9865
9908
  /**
9866
9909
  * The markdown dialects the parser can be pointed at. `"gfm"` — CommonMark
9867
9910
  * 0.31.2 plus the GitHub extensions (tables, strikethrough, autolink
@@ -10237,7 +10280,7 @@ var Markdown = class Markdown {
10237
10280
  static MarkdownFromString = Markdown.fromString();
10238
10281
  };
10239
10282
  //#endregion
10240
- //#region ../../node_modules/.pnpm/@effected+markdown@0.7.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._d4d60850a9b268008efc9049a0b0565c/node_modules/@effected/markdown/Mdast.js
10283
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.8.0_@effected+jsonc@0.8.1_effect@4.0.0-rc.109__@effected+toml@0.5._b1c77e89659c8a618d4576f864741455/node_modules/@effected/markdown/Mdast.js
10241
10284
  /**
10242
10285
  * The remark-ecosystem interop boundary: projection between this package's
10243
10286
  * node classes and plain mdast JSON.