@savvy-web/silk 3.13.2 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2953,7 +2953,7 @@ const DependencyTableRowSchema = Schema.Struct({
2953
2953
  const DependencyTableSchema = Schema.Array(DependencyTableRowSchema).check(Schema.isMinLength(1));
2954
2954
 
2955
2955
  //#endregion
2956
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/MarkdownNode.js
2956
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/MarkdownNode.js
2957
2957
  /**
2958
2958
  * A single point in a source document: 1-based `line` and `column`, 0-based
2959
2959
  * `offset`.
@@ -3760,7 +3760,7 @@ const MarkdownNode = Schema.suspend(() => Schema.Union([
3760
3760
  ]));
3761
3761
 
3762
3762
  //#endregion
3763
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/frontmatter.js
3763
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/frontmatter.js
3764
3764
  const FENCES = /* @__PURE__ */ new Map([
3765
3765
  ["---", {
3766
3766
  format: "yaml",
@@ -5635,7 +5635,7 @@ var JsoncModifier = class {
5635
5635
  };
5636
5636
 
5637
5637
  //#endregion
5638
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/carriers.js
5638
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/carriers.js
5639
5639
  /**
5640
5640
  * P1's error-code vocabulary. Widens as later phases add parse-error kinds;
5641
5641
  * P1 registers exactly one, the hardening-guard trip.
@@ -5676,7 +5676,7 @@ var GuardExceeded$1 = class extends Error {
5676
5676
  const isGuardExceeded$1 = (u) => u instanceof GuardExceeded$1;
5677
5677
 
5678
5678
  //#endregion
5679
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/MarkdownDiagnostic.js
5679
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/MarkdownDiagnostic.js
5680
5680
  /**
5681
5681
  * Error codes `Markdown.parse`/`MarkdownDocument.parse` can fail with. P1
5682
5682
  * registers exactly the hardening-guard trip; later phases widen the union
@@ -5757,7 +5757,7 @@ function lineChar(text, offset) {
5757
5757
  }
5758
5758
 
5759
5759
  //#endregion
5760
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blockTypes.js
5760
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blockTypes.js
5761
5761
  /** Narrow materialized children to the flow content most constructs contain. */
5762
5762
  const flowChildren = (children) => children.filter((child) => child.type !== "root" && child.type !== "listItem" && child.type !== "tableRow" && child.type !== "tableCell");
5763
5763
  /** Narrow materialized children to the list items a list contains. */
@@ -5783,7 +5783,7 @@ const makeBlockNode = (type, startOffset, startLine, depth = 0) => ({
5783
5783
  });
5784
5784
 
5785
5785
  //#endregion
5786
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/preprocess.js
5786
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/preprocess.js
5787
5787
  /**
5788
5788
  * Split `text` into lines, preserving each line's absolute start offset.
5789
5789
  *
@@ -5838,7 +5838,7 @@ const peekCode = (line, position) => position >= 0 && position < line.length ? l
5838
5838
  const columnsToNextTabStop = (column) => 4 - column % 4;
5839
5839
 
5840
5840
  //#endregion
5841
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/htmlTags.js
5841
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/htmlTags.js
5842
5842
  const TAGNAME = "[A-Za-z][A-Za-z0-9-]*";
5843
5843
  /** An opening tag, with any attributes and an optional self-closing slash. */
5844
5844
  const OPENTAG = `<${TAGNAME}(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^"'=<>\`\\x00-\\x20]+|'[^']*'|"[^"]*"))?)*\\s*/?>`;
@@ -5850,7 +5850,7 @@ const HTMLTAG = `(?:${OPENTAG}|${CLOSETAG}|<!-->|<!--->|<!--[\\s\\S]*?-->|[<][?]
5850
5850
  const reHtmlTag = new RegExp(`^${HTMLTAG}`);
5851
5851
 
5852
5852
  //#endregion
5853
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/htmlBlock.js
5853
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/htmlBlock.js
5854
5854
  const C_LESSTHAN$3 = 60;
5855
5855
  const reHtmlBlockOpen = [
5856
5856
  /./,
@@ -5917,7 +5917,7 @@ const htmlBlockStart = {
5917
5917
  };
5918
5918
 
5919
5919
  //#endregion
5920
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/atxHeading.js
5920
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/atxHeading.js
5921
5921
  const reATXHeadingMarker = /^#{1,6}(?:[ \t]+|$)/;
5922
5922
  const reOnlyTrailingHashes = /^[ \t]*#+[ \t]*$/;
5923
5923
  const reClosingHashes = /[ \t]+#+[ \t]*$/;
@@ -5968,7 +5968,7 @@ const atxHeadingStart = {
5968
5968
  };
5969
5969
 
5970
5970
  //#endregion
5971
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/blockquote.js
5971
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/blockquote.js
5972
5972
  const C_GREATERTHAN = 62;
5973
5973
  /** Blockquote: continues while each line carries its `>` marker. */
5974
5974
  const blockquoteConstruct = {
@@ -6003,12 +6003,12 @@ const blockquoteStart = {
6003
6003
  };
6004
6004
 
6005
6005
  //#endregion
6006
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/entityMap.js
6006
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/entityMap.js
6007
6007
  /** The HTML5 named character references, keyed without `&` or `;`. */
6008
6008
  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\",\"‌\"]]"));
6009
6009
 
6010
6010
  //#endregion
6011
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/entities.js
6011
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/entities.js
6012
6012
  /** The largest code point Unicode defines. */
6013
6013
  const MAX_CODE_POINT = 1114111;
6014
6014
  /**
@@ -6031,7 +6031,7 @@ const decodeEntity = (entity) => {
6031
6031
  };
6032
6032
 
6033
6033
  //#endregion
6034
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/unescape.js
6034
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/unescape.js
6035
6035
  /** The punctuation set a backslash may escape, per the spec. */
6036
6036
  const ESCAPABLE$1 = "[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]";
6037
6037
  /** One entity, in any of the three spec forms. */
@@ -6046,7 +6046,7 @@ const unescapeChar = (source) => {
6046
6046
  const unescapeString = (source) => reBackslashOrAmp.test(source) ? source.replace(reEntityOrEscapedChar, unescapeChar) : source;
6047
6047
 
6048
6048
  //#endregion
6049
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/code.js
6049
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/code.js
6050
6050
  const reBlankLine = /^[ \t]*$/;
6051
6051
  const reClosingCodeFence = /^(?:`{3,}|~{3,})(?=[ \t]*$)/;
6052
6052
  /**
@@ -6131,7 +6131,7 @@ const codeConstruct = {
6131
6131
  };
6132
6132
 
6133
6133
  //#endregion
6134
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/document.js
6134
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/document.js
6135
6135
  /** The document root: contains everything except a bare list item. */
6136
6136
  const documentConstruct = {
6137
6137
  type: "document",
@@ -6145,7 +6145,7 @@ const documentConstruct = {
6145
6145
  };
6146
6146
 
6147
6147
  //#endregion
6148
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/fencedCode.js
6148
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/fencedCode.js
6149
6149
  const reCodeFence = /^`{3,}(?!.*`)|^~{3,}/;
6150
6150
  const fenceCharOf = (char) => char === "`" || char === "~" ? char : void 0;
6151
6151
  /** The fenced-code block start: three or more backticks or tildes. */
@@ -6170,7 +6170,7 @@ const fencedCodeStart = {
6170
6170
  };
6171
6171
 
6172
6172
  //#endregion
6173
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/patterns.js
6173
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/patterns.js
6174
6174
  const stickyCache = /* @__PURE__ */ new WeakMap();
6175
6175
  const globalCache = /* @__PURE__ */ new WeakMap();
6176
6176
  const clone = (pattern, flag, dropCaret) => {
@@ -6195,7 +6195,7 @@ const globalOf = (pattern) => {
6195
6195
  };
6196
6196
 
6197
6197
  //#endregion
6198
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/references.js
6198
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/references.js
6199
6199
  const ESCAPABLE = "[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^_`{|}~-]";
6200
6200
  const ESCAPED_CHAR = `\\\\${ESCAPABLE}`;
6201
6201
  const reLinkTitle = new RegExp(`^(?:"(${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\"\\x00])*"|'(${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\'\\x00])*'|\\((${ESCAPED_CHAR}|\\\\[^\\\\]|[^\\\\()\\x00])*\\))`);
@@ -6370,7 +6370,7 @@ const parseReference = (text) => {
6370
6370
  };
6371
6371
 
6372
6372
  //#endregion
6373
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/footnoteDefinition.js
6373
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/footnoteDefinition.js
6374
6374
  /**
6375
6375
  * `_scan_footnote_definition` from `src/scanners.re`:
6376
6376
  *
@@ -6448,7 +6448,7 @@ const footnoteDefinitionStart = {
6448
6448
  };
6449
6449
 
6450
6450
  //#endregion
6451
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/indentedCode.js
6451
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/indentedCode.js
6452
6452
  /** The indented-code block start: four columns of indentation. */
6453
6453
  const indentedCodeStart = {
6454
6454
  name: "indentedCode",
@@ -6463,7 +6463,7 @@ const indentedCodeStart = {
6463
6463
  };
6464
6464
 
6465
6465
  //#endregion
6466
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/segments.js
6466
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/segments.js
6467
6467
  /**
6468
6468
  * The absolute source offset of `textIndex` within a segmented content run.
6469
6469
  *
@@ -6498,7 +6498,7 @@ const sliceWithSegments = (segments, from, to) => {
6498
6498
  };
6499
6499
 
6500
6500
  //#endregion
6501
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/linkReferenceDefinition.js
6501
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/linkReferenceDefinition.js
6502
6502
  const C_OPEN_BRACKET$1 = 91;
6503
6503
  /**
6504
6504
  * Split every leading link reference definition out of `block`, inserting one
@@ -6564,7 +6564,7 @@ const definitionConstruct = {
6564
6564
  };
6565
6565
 
6566
6566
  //#endregion
6567
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/list.js
6567
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/list.js
6568
6568
  const reBulletListMarker = /^[*+-]/;
6569
6569
  const reOrderedListMarker = /^(\d{1,9})([.)])/;
6570
6570
  const reNonSpace$1 = /[^ \t\f\v\r\n]/;
@@ -6718,7 +6718,7 @@ const listItemStart = {
6718
6718
  };
6719
6719
 
6720
6720
  //#endregion
6721
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/paragraph.js
6721
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/paragraph.js
6722
6722
  /** Paragraph: absorbs lines until a blank one, and contains nothing. */
6723
6723
  const paragraphConstruct = {
6724
6724
  type: "paragraph",
@@ -6741,7 +6741,7 @@ const paragraphConstruct = {
6741
6741
  };
6742
6742
 
6743
6743
  //#endregion
6744
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/setextHeading.js
6744
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/setextHeading.js
6745
6745
  const reSetextHeadingLine = /^(?:=+|-+)[ \t]*$/;
6746
6746
  /** The setext heading block start: a run of `=` or `-` under a paragraph. */
6747
6747
  const setextHeadingStart = {
@@ -6762,7 +6762,7 @@ const setextHeadingStart = {
6762
6762
  };
6763
6763
 
6764
6764
  //#endregion
6765
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/table.js
6765
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/table.js
6766
6766
  /**
6767
6767
  * Upstream's `MAX_AUTOCOMPLETED_CELLS`: the ceiling on cells the parser
6768
6768
  * invents to pad short rows, which is what stops a wide header followed by a
@@ -7134,7 +7134,7 @@ const tableCellConstruct = {
7134
7134
  };
7135
7135
 
7136
7136
  //#endregion
7137
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/taskListItem.js
7137
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/taskListItem.js
7138
7138
  /**
7139
7139
  * `_scan_tasklist`, as the generated scanner accepts it.
7140
7140
  *
@@ -7169,7 +7169,7 @@ const taskListItemStart = {
7169
7169
  };
7170
7170
 
7171
7171
  //#endregion
7172
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blocks/thematicBreak.js
7172
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blocks/thematicBreak.js
7173
7173
  const reThematicBreak = /^(?:\*[ \t]*){3,}$|^(?:_[ \t]*){3,}$|^(?:-[ \t]*){3,}$/;
7174
7174
  const markerCharOf$1 = (char) => char === "-" || char === "_" || char === "*" ? char : void 0;
7175
7175
  /** Thematic break: one line, no children. */
@@ -7201,7 +7201,7 @@ const thematicBreakStart = {
7201
7201
  };
7202
7202
 
7203
7203
  //#endregion
7204
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blockRegistry.js
7204
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blockRegistry.js
7205
7205
  const constructTable = (constructs) => new Map(constructs.map((construct) => [construct.type, construct]));
7206
7206
  const commonmarkDialect$1 = {
7207
7207
  constructs: constructTable([
@@ -7274,7 +7274,7 @@ const blockDialect = (dialect) => {
7274
7274
  };
7275
7275
 
7276
7276
  //#endregion
7277
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/lineIndex.js
7277
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/lineIndex.js
7278
7278
  /**
7279
7279
  * A precomputed index of line-start offsets over a fixed source text,
7280
7280
  * answering `positionAt(offset)` in `O(log n)` via binary search rather than
@@ -7349,7 +7349,7 @@ var LineIndex = class LineIndex {
7349
7349
  };
7350
7350
 
7351
7351
  //#endregion
7352
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlineNode.js
7352
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlineNode.js
7353
7353
  /** Open a node with no links. */
7354
7354
  const makeInlineNode = (type, start, end, value = "") => ({
7355
7355
  type,
@@ -7402,7 +7402,7 @@ const childrenOf = (node) => {
7402
7402
  };
7403
7403
 
7404
7404
  //#endregion
7405
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/emphasis.js
7405
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/emphasis.js
7406
7406
  const C_ASTERISK$1 = 42;
7407
7407
  const C_UNDERSCORE$1 = 95;
7408
7408
  const rePunctuation = /^[!"#$%&'()*+,\-./:;<=>?@[\]\\^_`{|}~\p{P}\p{S}]/u;
@@ -7480,7 +7480,7 @@ const emphasisConstruct = {
7480
7480
  };
7481
7481
 
7482
7482
  //#endregion
7483
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/strikethrough.js
7483
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/strikethrough.js
7484
7484
  /**
7485
7485
  * Consume a `~` run as literal text and, when it is a viable one- or
7486
7486
  * two-tilde run, push it onto the shared delimiter stack.
@@ -7555,7 +7555,7 @@ const strikethroughConstruct = {
7555
7555
  };
7556
7556
 
7557
7557
  //#endregion
7558
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/autolink.js
7558
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/autolink.js
7559
7559
  const C_LESSTHAN$1 = 60;
7560
7560
  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])?)*)>/;
7561
7561
  const reAutolink = /^<[A-Za-z][A-Za-z0-9.+-]{1,31}:[^<>\0- ]*>/i;
@@ -7588,7 +7588,7 @@ const autolinkConstruct = {
7588
7588
  };
7589
7589
 
7590
7590
  //#endregion
7591
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/autolinkLiteral.js
7591
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/autolinkLiteral.js
7592
7592
  const C_LOWER_W = 119;
7593
7593
  const C_COLON = 58;
7594
7594
  /** `cmark_isspace`: ASCII only, deliberately — upstream's URL scan uses it. */
@@ -7959,7 +7959,7 @@ const linkifyEmails = (root) => {
7959
7959
  };
7960
7960
 
7961
7961
  //#endregion
7962
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/codeSpan.js
7962
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/codeSpan.js
7963
7963
  const C_BACKTICK$1 = 96;
7964
7964
  const reTicksHere = /^`+/;
7965
7965
  const reNewline = /\n/gm;
@@ -7988,7 +7988,7 @@ const codeSpanConstruct = {
7988
7988
  };
7989
7989
 
7990
7990
  //#endregion
7991
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/entity.js
7991
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/entity.js
7992
7992
  const C_AMPERSAND = 38;
7993
7993
  const reEntityHere = new RegExp(`^${ENTITY}`, "i");
7994
7994
  /** A named, decimal or hexadecimal character reference. */
@@ -8005,7 +8005,7 @@ const entityConstruct = {
8005
8005
  };
8006
8006
 
8007
8007
  //#endregion
8008
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/escape.js
8008
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/escape.js
8009
8009
  const C_BACKSLASH = 92;
8010
8010
  const C_NEWLINE$1 = 10;
8011
8011
  const reEscapable = new RegExp(`^${ESCAPABLE$1}`);
@@ -8035,7 +8035,7 @@ const escapeConstruct = {
8035
8035
  };
8036
8036
 
8037
8037
  //#endregion
8038
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/link.js
8038
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/link.js
8039
8039
  const C_BANG = 33;
8040
8040
  const C_CARET$1 = 94;
8041
8041
  const C_OPEN_BRACKET = 91;
@@ -8243,7 +8243,7 @@ const makeLinkCloseConstruct = (onNoMatch) => ({
8243
8243
  const linkCloseConstruct = makeLinkCloseConstruct();
8244
8244
 
8245
8245
  //#endregion
8246
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/footnoteReference.js
8246
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/footnoteReference.js
8247
8247
  const C_CARET = 94;
8248
8248
  /**
8249
8249
  * Whether the bracket that just closed looks like `[^...]` with something
@@ -8301,7 +8301,7 @@ const gfmLinkCloseConstruct = makeLinkCloseConstruct(footnoteReferenceFallback);
8301
8301
  const gfmImageOpenConstruct = makeImageOpenConstruct(false);
8302
8302
 
8303
8303
  //#endregion
8304
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/lineBreak.js
8304
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/lineBreak.js
8305
8305
  const C_NEWLINE = 10;
8306
8306
  const reInitialSpace = /^ */;
8307
8307
  /** A soft or hard line break. */
@@ -8323,7 +8323,7 @@ const lineBreakConstruct = {
8323
8323
  };
8324
8324
 
8325
8325
  //#endregion
8326
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/rawHtml.js
8326
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/rawHtml.js
8327
8327
  const C_LESSTHAN = 60;
8328
8328
  /** The raw-HTML forms that scan forward for a fixed closing sequence. */
8329
8329
  const UNTERMINATED_FORMS = [
@@ -8346,7 +8346,7 @@ const rawHtmlConstruct = {
8346
8346
  };
8347
8347
 
8348
8348
  //#endregion
8349
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlines/text.js
8349
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlines/text.js
8350
8350
  const reMain = /^[^\n`[\]\\!<&*_'"]+/;
8351
8351
  const reMainGfm = /^[^\n`[\]\\!<&*_'"~w:]+/;
8352
8352
  /** Consume a run of ordinary characters, stopping before any construct's. */
@@ -8367,7 +8367,7 @@ const textConstruct = runConstruct("text", reMain);
8367
8367
  const gfmTextConstruct = runConstruct("text", reMainGfm);
8368
8368
 
8369
8369
  //#endregion
8370
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlineRegistry.js
8370
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlineRegistry.js
8371
8371
  const triggerTable = (constructs) => {
8372
8372
  const table = /* @__PURE__ */ new Map();
8373
8373
  for (const construct of constructs) for (const trigger of construct.triggers) {
@@ -8421,7 +8421,7 @@ const inlineDialect = (dialect) => {
8421
8421
  };
8422
8422
 
8423
8423
  //#endregion
8424
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/inlineParser.js
8424
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/inlineParser.js
8425
8425
  const C_UNDERSCORE = 95;
8426
8426
  const C_ASTERISK = 42;
8427
8427
  const reTrailingSpaces = / +$/;
@@ -8816,7 +8816,7 @@ var InlineParser = class {
8816
8816
  const parseInlines = (source, refmap, position, dialect = "commonmark", footnoteLabels = /* @__PURE__ */ new Set()) => new InlineParser(source, inlineDialect(dialect), position, refmap, footnoteLabels).parse();
8817
8817
 
8818
8818
  //#endregion
8819
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/rawInline.js
8819
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/rawInline.js
8820
8820
  const reWhitespace = /\s/;
8821
8821
  const reCmarkSpace = /[ \t\n\r]/;
8822
8822
  /**
@@ -8872,7 +8872,7 @@ const prepareInline = (block, position, refmap, dialect = "commonmark", footnote
8872
8872
  };
8873
8873
 
8874
8874
  //#endregion
8875
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/blockParser.js
8875
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/blockParser.js
8876
8876
  /** Upstream's cheap pre-filter: a line that cannot start any block. */
8877
8877
  const reMaybeSpecial = /^[#`~*+_=<>0-9-]/;
8878
8878
  var BlockParser = class {
@@ -9280,7 +9280,7 @@ var BlockParser = class {
9280
9280
  const parseBlocks = (text, dialect = "commonmark", frontmatter = false) => new BlockParser(text, blockDialect(dialect), dialect, frontmatter).parse();
9281
9281
 
9282
9282
  //#endregion
9283
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/phrasing.js
9283
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/phrasing.js
9284
9284
  const EMPTY_REFMAP = /* @__PURE__ */ new Map();
9285
9285
  const EMPTY_FOOTNOTE_LABELS = /* @__PURE__ */ new Set();
9286
9286
  /**
@@ -9330,7 +9330,7 @@ const parsePhrasingText = (text, dialect) => {
9330
9330
  };
9331
9331
 
9332
9332
  //#endregion
9333
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/internal/stringify.js
9333
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/internal/stringify.js
9334
9334
  const FLOW_CONTEXT = {
9335
9335
  singleLine: false,
9336
9336
  inTable: false,
@@ -10027,7 +10027,7 @@ const stringifyTree = (root) => {
10027
10027
  };
10028
10028
 
10029
10029
  //#endregion
10030
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/Markdown.js
10030
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/Markdown.js
10031
10031
  /**
10032
10032
  * The markdown dialects the parser can be pointed at. `"gfm"` — CommonMark
10033
10033
  * 0.31.2 plus the GitHub extensions (tables, strikethrough, autolink
@@ -10421,7 +10421,7 @@ var Markdown = class Markdown {
10421
10421
  };
10422
10422
 
10423
10423
  //#endregion
10424
- //#region ../../node_modules/.pnpm/@effected+markdown@0.9.0_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._1d7c4c4fb26cfaac2d06f140978178dc/node_modules/@effected/markdown/Mdast.js
10424
+ //#region ../../node_modules/.pnpm/@effected+markdown@0.9.1_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@effected+toml@0.6._0ab5922234f3f49b1f06bf2c0ce581fc/node_modules/@effected/markdown/Mdast.js
10425
10425
  /**
10426
10426
  * The remark-ecosystem interop boundary: projection between this package's
10427
10427
  * node classes and plain mdast JSON.
@@ -35984,9 +35984,9 @@ var GlobPattern = class GlobPattern extends Schema.Class("GlobPattern")(Schema.S
35984
35984
  };
35985
35985
 
35986
35986
  //#endregion
35987
- //#region ../../node_modules/.pnpm/@effected+walker@0.6.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/Descend.js
35987
+ //#region ../../node_modules/.pnpm/@effected+walker@0.7.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/Descend.js
35988
35988
  /**
35989
- * Typed failure raised by {@link descend}: a directory mid-walk was unreadable
35989
+ * Typed failure raised by `descend`: a directory mid-walk was unreadable
35990
35990
  * (under `onUnreadable: "fail"`), or the walk descended past `maxDepth`. Depth
35991
35991
  * exhaustion is a typed failure, never a truncation — silent truncation
35992
35992
  * silently changes match semantics.
@@ -36025,57 +36025,32 @@ const escapesCwd = (relative) => {
36025
36025
  }
36026
36026
  return false;
36027
36027
  };
36028
- /**
36029
- * Expand a compiled glob pattern against the filesystem, returning matching
36030
- * FILE paths relative to `cwd` (POSIX separators), sorted by relative path.
36031
- *
36032
- * @remarks
36033
- * A literal pattern (no magic, not negated) fast-paths to a single stat: the
36034
- * result is `[source]` when it resolves to a file, `[]` otherwise — a missing
36035
- * path is zero matches, not an error. A magic pattern walks from its literal
36036
- * directory prefix (`GlobPattern.enumerationPrefix`); a NEGATED pattern can
36037
- * match paths outside that prefix, so it walks from `cwd` itself. A missing
36038
- * base directory is likewise an empty result, because zero matches is a
36039
- * normal glob answer — as is any pattern that lexically climbs above `cwd`
36040
- * via `..` segments (walked paths never contain `..`, and the walk never
36041
- * reads outside its documented root). Only an unreadable directory mid-walk
36042
- * (under the default `onUnreadable: "fail"`) or a walk past `maxDepth` fails,
36043
- * typed as {@link DescendError}.
36044
- *
36045
- * Only files match. A symlink counts when it stat-resolves to a file
36046
- * (`FileSystem.stat` follows links, as node's does); a symlinked directory is
36047
- * never descended into (cycle safety — detected by a `readLink` probe); a
36048
- * dangling symlink is not a match. A directory that vanishes between its
36049
- * parent's listing and its own read is a benign race and reads as empty. A
36050
- * pattern that cannot match below one level (no globstar, no mid-pattern
36051
- * magic segment) reads a single level and never descends.
36052
- *
36053
- * The descent is a worklist, not a recursion — it cannot overflow the stack —
36054
- * dequeued by head index, never `Array.shift()`. Like `ascend`, `maxDepth`
36055
- * must be a positive integer: anything else is a defect, never a
36056
- * silently-empty result.
36057
- *
36058
- * @public
36059
- */
36060
- const descend = Effect.fn("Walker.descend")(function* (pattern, options) {
36028
+ /** Not exported — `descend`'s overloads below carry the public documentation. */
36029
+ const descendImpl = Effect.fn("Walker.descend")(function* (pattern, options) {
36061
36030
  const fs = yield* FileSystem.FileSystem;
36062
36031
  const path = yield* Path.Path;
36063
36032
  const maxDepth = options.maxDepth ?? 256;
36064
36033
  if (!Number.isInteger(maxDepth) || maxDepth < 1) return yield* Effect.die(/* @__PURE__ */ new Error(`Walker.descend: maxDepth must be a positive integer, received ${maxDepth}`));
36065
36034
  const prune = new Set(options.prune ?? DEFAULT_PRUNE);
36066
36035
  const onUnreadable = options.onUnreadable ?? "fail";
36036
+ const unreadable = [];
36067
36037
  /** The stat-resolved type of `absolute`, or `undefined` when it does not resolve (missing, dangling symlink, unstatable). */
36068
36038
  const typeOf = (absolute) => fs.stat(absolute).pipe(Effect.map((info) => info.type), Effect.orElseSucceed(() => void 0));
36069
36039
  /** Whether `absolute` is itself a symlink. `readLink` succeeds only on links; any failure means "not one". */
36070
36040
  const isSymbolicLink = (absolute) => fs.readLink(absolute).pipe(Effect.map(() => true), Effect.orElseSucceed(() => false));
36041
+ /** Wrap the walk's success value per `onUnreadable`: a plain array unless "record" asked for the pair. */
36042
+ const finish = (matches) => onUnreadable === "record" ? {
36043
+ matches,
36044
+ unreadable
36045
+ } : matches;
36071
36046
  if (!pattern.hasMagic && !pattern.negated) {
36072
- if (escapesCwd(pattern.source)) return [];
36073
- return (yield* typeOf(path.join(options.cwd, pattern.source))) === "File" ? [pattern.source] : [];
36047
+ if (escapesCwd(pattern.source)) return finish([]);
36048
+ return finish((yield* typeOf(path.join(options.cwd, pattern.source))) === "File" ? [pattern.source] : []);
36074
36049
  }
36075
36050
  const base = pattern.negated ? "" : pattern.enumerationPrefix.replace(/\/+$/, "");
36076
- if (escapesCwd(base)) return [];
36051
+ if (escapesCwd(base)) return finish([]);
36077
36052
  const absoluteBase = base === "" ? options.cwd : path.join(options.cwd, base);
36078
- if ((yield* typeOf(absoluteBase)) !== "Directory") return [];
36053
+ if ((yield* typeOf(absoluteBase)) !== "Directory") return finish([]);
36079
36054
  const deep = pattern.crossesSegments || pattern.negated;
36080
36055
  const results = [];
36081
36056
  const frames = [{
@@ -36086,11 +36061,16 @@ const descend = Effect.fn("Walker.descend")(function* (pattern, options) {
36086
36061
  for (let head = 0; head < frames.length; head += 1) {
36087
36062
  const frame = frames[head];
36088
36063
  if (frame === void 0) break;
36089
- const entries = yield* fs.readDirectory(frame.absolute).pipe(Effect.catch((error) => error.reason._tag === "NotFound" || onUnreadable === "skip" ? Effect.succeed([]) : Effect.fail(new DescendError({
36090
- pattern: pattern.source,
36091
- reason: "unreadableDirectory",
36092
- path: frame.relative
36093
- }))));
36064
+ const entries = yield* fs.readDirectory(frame.absolute).pipe(Effect.catch((error) => {
36065
+ if (error.reason._tag === "NotFound") return Effect.succeed([]);
36066
+ if (onUnreadable === "fail") return Effect.fail(new DescendError({
36067
+ pattern: pattern.source,
36068
+ reason: "unreadableDirectory",
36069
+ path: frame.relative
36070
+ }));
36071
+ if (onUnreadable === "record") unreadable.push(frame.relative);
36072
+ return Effect.succeed([]);
36073
+ }));
36094
36074
  for (const entry of entries) {
36095
36075
  const relative = frame.relative === "" ? entry : `${frame.relative}/${entry}`;
36096
36076
  const absolute = path.join(frame.absolute, entry);
@@ -36116,11 +36096,14 @@ const descend = Effect.fn("Walker.descend")(function* (pattern, options) {
36116
36096
  }
36117
36097
  }
36118
36098
  results.sort((a, b) => a < b ? -1 : a > b ? 1 : 0);
36119
- return results;
36099
+ return finish(results);
36120
36100
  });
36101
+ function descend(pattern, options) {
36102
+ return descendImpl(pattern, options);
36103
+ }
36121
36104
 
36122
36105
  //#endregion
36123
- //#region ../../node_modules/.pnpm/@effected+walker@0.6.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/Expand.js
36106
+ //#region ../../node_modules/.pnpm/@effected+walker@0.7.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/Expand.js
36124
36107
  /**
36125
36108
  * Typed failure raised by {@link compileAndExpand}: the single error the
36126
36109
  * compile+expand recipe fails with, so a caller catches one tag rather than
@@ -36163,7 +36146,7 @@ var GlobExpansionError = class extends Schema.TaggedError()("GlobExpansionError"
36163
36146
  * matching FILE paths relative to `options.cwd`, POSIX separators, sorted.
36164
36147
  *
36165
36148
  * @remarks
36166
- * The recipe form of {@link descend}. Everything `descend` documents about
36149
+ * The recipe form of `descend`. Everything `descend` documents about
36167
36150
  * traversal holds unchanged — the literal fast-path, the negated-pattern walk
36168
36151
  * from `cwd`, files-only matching, symlink and prune handling, `maxDepth`,
36169
36152
  * `onUnreadable` — because this delegates to it. What this adds is the seam: