elseware-ui 2.39.1 → 2.39.2
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.
- package/dist/index.js +548 -2506
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +548 -2504
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16,9 +16,6 @@ import { AiOutlineLoading } from 'react-icons/ai/index.js';
|
|
|
16
16
|
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
|
|
17
17
|
import { MdUpload, MdOutlineDone, MdOutlineRemoveCircleOutline } from 'react-icons/md/index.js';
|
|
18
18
|
import { BiCheckCircle, BiXCircle, BiChevronDown, BiChevronUp, BiSolidLike, BiLike, BiSolidDislike, BiDislike, BiDotsVerticalRounded, BiReply, BiEdit, BiTrash, BiFlag } from 'react-icons/bi/index.js';
|
|
19
|
-
import default2 from 'path';
|
|
20
|
-
import default3 from 'process';
|
|
21
|
-
import { fileURLToPath } from 'url';
|
|
22
19
|
import CodeMirror from '@uiw/react-codemirror';
|
|
23
20
|
import { markdown } from '@codemirror/lang-markdown';
|
|
24
21
|
import { oneDark } from '@codemirror/theme-one-dark';
|
|
@@ -54,7 +51,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
54
51
|
// file that has been converted to a CommonJS file using a Babel-
|
|
55
52
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
56
53
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
57
|
-
|
|
54
|
+
__defProp(target, "default", { value: mod, enumerable: true }) ,
|
|
58
55
|
mod
|
|
59
56
|
));
|
|
60
57
|
|
|
@@ -1704,2149 +1701,20 @@ var require_cjs3 = __commonJS({
|
|
|
1704
1701
|
}
|
|
1705
1702
|
});
|
|
1706
1703
|
|
|
1707
|
-
// node_modules/character-
|
|
1708
|
-
var characterEntities;
|
|
1709
|
-
var init_character_entities = __esm({
|
|
1710
|
-
"node_modules/character-entities/index.js"() {
|
|
1711
|
-
characterEntities = {
|
|
1712
|
-
AElig: "\xC6",
|
|
1713
|
-
AMP: "&",
|
|
1714
|
-
Aacute: "\xC1",
|
|
1715
|
-
Abreve: "\u0102",
|
|
1716
|
-
Acirc: "\xC2",
|
|
1717
|
-
Acy: "\u0410",
|
|
1718
|
-
Afr: "\u{1D504}",
|
|
1719
|
-
Agrave: "\xC0",
|
|
1720
|
-
Alpha: "\u0391",
|
|
1721
|
-
Amacr: "\u0100",
|
|
1722
|
-
And: "\u2A53",
|
|
1723
|
-
Aogon: "\u0104",
|
|
1724
|
-
Aopf: "\u{1D538}",
|
|
1725
|
-
ApplyFunction: "\u2061",
|
|
1726
|
-
Aring: "\xC5",
|
|
1727
|
-
Ascr: "\u{1D49C}",
|
|
1728
|
-
Assign: "\u2254",
|
|
1729
|
-
Atilde: "\xC3",
|
|
1730
|
-
Auml: "\xC4",
|
|
1731
|
-
Backslash: "\u2216",
|
|
1732
|
-
Barv: "\u2AE7",
|
|
1733
|
-
Barwed: "\u2306",
|
|
1734
|
-
Bcy: "\u0411",
|
|
1735
|
-
Because: "\u2235",
|
|
1736
|
-
Bernoullis: "\u212C",
|
|
1737
|
-
Beta: "\u0392",
|
|
1738
|
-
Bfr: "\u{1D505}",
|
|
1739
|
-
Bopf: "\u{1D539}",
|
|
1740
|
-
Breve: "\u02D8",
|
|
1741
|
-
Bscr: "\u212C",
|
|
1742
|
-
Bumpeq: "\u224E",
|
|
1743
|
-
CHcy: "\u0427",
|
|
1744
|
-
COPY: "\xA9",
|
|
1745
|
-
Cacute: "\u0106",
|
|
1746
|
-
Cap: "\u22D2",
|
|
1747
|
-
CapitalDifferentialD: "\u2145",
|
|
1748
|
-
Cayleys: "\u212D",
|
|
1749
|
-
Ccaron: "\u010C",
|
|
1750
|
-
Ccedil: "\xC7",
|
|
1751
|
-
Ccirc: "\u0108",
|
|
1752
|
-
Cconint: "\u2230",
|
|
1753
|
-
Cdot: "\u010A",
|
|
1754
|
-
Cedilla: "\xB8",
|
|
1755
|
-
CenterDot: "\xB7",
|
|
1756
|
-
Cfr: "\u212D",
|
|
1757
|
-
Chi: "\u03A7",
|
|
1758
|
-
CircleDot: "\u2299",
|
|
1759
|
-
CircleMinus: "\u2296",
|
|
1760
|
-
CirclePlus: "\u2295",
|
|
1761
|
-
CircleTimes: "\u2297",
|
|
1762
|
-
ClockwiseContourIntegral: "\u2232",
|
|
1763
|
-
CloseCurlyDoubleQuote: "\u201D",
|
|
1764
|
-
CloseCurlyQuote: "\u2019",
|
|
1765
|
-
Colon: "\u2237",
|
|
1766
|
-
Colone: "\u2A74",
|
|
1767
|
-
Congruent: "\u2261",
|
|
1768
|
-
Conint: "\u222F",
|
|
1769
|
-
ContourIntegral: "\u222E",
|
|
1770
|
-
Copf: "\u2102",
|
|
1771
|
-
Coproduct: "\u2210",
|
|
1772
|
-
CounterClockwiseContourIntegral: "\u2233",
|
|
1773
|
-
Cross: "\u2A2F",
|
|
1774
|
-
Cscr: "\u{1D49E}",
|
|
1775
|
-
Cup: "\u22D3",
|
|
1776
|
-
CupCap: "\u224D",
|
|
1777
|
-
DD: "\u2145",
|
|
1778
|
-
DDotrahd: "\u2911",
|
|
1779
|
-
DJcy: "\u0402",
|
|
1780
|
-
DScy: "\u0405",
|
|
1781
|
-
DZcy: "\u040F",
|
|
1782
|
-
Dagger: "\u2021",
|
|
1783
|
-
Darr: "\u21A1",
|
|
1784
|
-
Dashv: "\u2AE4",
|
|
1785
|
-
Dcaron: "\u010E",
|
|
1786
|
-
Dcy: "\u0414",
|
|
1787
|
-
Del: "\u2207",
|
|
1788
|
-
Delta: "\u0394",
|
|
1789
|
-
Dfr: "\u{1D507}",
|
|
1790
|
-
DiacriticalAcute: "\xB4",
|
|
1791
|
-
DiacriticalDot: "\u02D9",
|
|
1792
|
-
DiacriticalDoubleAcute: "\u02DD",
|
|
1793
|
-
DiacriticalGrave: "`",
|
|
1794
|
-
DiacriticalTilde: "\u02DC",
|
|
1795
|
-
Diamond: "\u22C4",
|
|
1796
|
-
DifferentialD: "\u2146",
|
|
1797
|
-
Dopf: "\u{1D53B}",
|
|
1798
|
-
Dot: "\xA8",
|
|
1799
|
-
DotDot: "\u20DC",
|
|
1800
|
-
DotEqual: "\u2250",
|
|
1801
|
-
DoubleContourIntegral: "\u222F",
|
|
1802
|
-
DoubleDot: "\xA8",
|
|
1803
|
-
DoubleDownArrow: "\u21D3",
|
|
1804
|
-
DoubleLeftArrow: "\u21D0",
|
|
1805
|
-
DoubleLeftRightArrow: "\u21D4",
|
|
1806
|
-
DoubleLeftTee: "\u2AE4",
|
|
1807
|
-
DoubleLongLeftArrow: "\u27F8",
|
|
1808
|
-
DoubleLongLeftRightArrow: "\u27FA",
|
|
1809
|
-
DoubleLongRightArrow: "\u27F9",
|
|
1810
|
-
DoubleRightArrow: "\u21D2",
|
|
1811
|
-
DoubleRightTee: "\u22A8",
|
|
1812
|
-
DoubleUpArrow: "\u21D1",
|
|
1813
|
-
DoubleUpDownArrow: "\u21D5",
|
|
1814
|
-
DoubleVerticalBar: "\u2225",
|
|
1815
|
-
DownArrow: "\u2193",
|
|
1816
|
-
DownArrowBar: "\u2913",
|
|
1817
|
-
DownArrowUpArrow: "\u21F5",
|
|
1818
|
-
DownBreve: "\u0311",
|
|
1819
|
-
DownLeftRightVector: "\u2950",
|
|
1820
|
-
DownLeftTeeVector: "\u295E",
|
|
1821
|
-
DownLeftVector: "\u21BD",
|
|
1822
|
-
DownLeftVectorBar: "\u2956",
|
|
1823
|
-
DownRightTeeVector: "\u295F",
|
|
1824
|
-
DownRightVector: "\u21C1",
|
|
1825
|
-
DownRightVectorBar: "\u2957",
|
|
1826
|
-
DownTee: "\u22A4",
|
|
1827
|
-
DownTeeArrow: "\u21A7",
|
|
1828
|
-
Downarrow: "\u21D3",
|
|
1829
|
-
Dscr: "\u{1D49F}",
|
|
1830
|
-
Dstrok: "\u0110",
|
|
1831
|
-
ENG: "\u014A",
|
|
1832
|
-
ETH: "\xD0",
|
|
1833
|
-
Eacute: "\xC9",
|
|
1834
|
-
Ecaron: "\u011A",
|
|
1835
|
-
Ecirc: "\xCA",
|
|
1836
|
-
Ecy: "\u042D",
|
|
1837
|
-
Edot: "\u0116",
|
|
1838
|
-
Efr: "\u{1D508}",
|
|
1839
|
-
Egrave: "\xC8",
|
|
1840
|
-
Element: "\u2208",
|
|
1841
|
-
Emacr: "\u0112",
|
|
1842
|
-
EmptySmallSquare: "\u25FB",
|
|
1843
|
-
EmptyVerySmallSquare: "\u25AB",
|
|
1844
|
-
Eogon: "\u0118",
|
|
1845
|
-
Eopf: "\u{1D53C}",
|
|
1846
|
-
Epsilon: "\u0395",
|
|
1847
|
-
Equal: "\u2A75",
|
|
1848
|
-
EqualTilde: "\u2242",
|
|
1849
|
-
Equilibrium: "\u21CC",
|
|
1850
|
-
Escr: "\u2130",
|
|
1851
|
-
Esim: "\u2A73",
|
|
1852
|
-
Eta: "\u0397",
|
|
1853
|
-
Euml: "\xCB",
|
|
1854
|
-
Exists: "\u2203",
|
|
1855
|
-
ExponentialE: "\u2147",
|
|
1856
|
-
Fcy: "\u0424",
|
|
1857
|
-
Ffr: "\u{1D509}",
|
|
1858
|
-
FilledSmallSquare: "\u25FC",
|
|
1859
|
-
FilledVerySmallSquare: "\u25AA",
|
|
1860
|
-
Fopf: "\u{1D53D}",
|
|
1861
|
-
ForAll: "\u2200",
|
|
1862
|
-
Fouriertrf: "\u2131",
|
|
1863
|
-
Fscr: "\u2131",
|
|
1864
|
-
GJcy: "\u0403",
|
|
1865
|
-
GT: ">",
|
|
1866
|
-
Gamma: "\u0393",
|
|
1867
|
-
Gammad: "\u03DC",
|
|
1868
|
-
Gbreve: "\u011E",
|
|
1869
|
-
Gcedil: "\u0122",
|
|
1870
|
-
Gcirc: "\u011C",
|
|
1871
|
-
Gcy: "\u0413",
|
|
1872
|
-
Gdot: "\u0120",
|
|
1873
|
-
Gfr: "\u{1D50A}",
|
|
1874
|
-
Gg: "\u22D9",
|
|
1875
|
-
Gopf: "\u{1D53E}",
|
|
1876
|
-
GreaterEqual: "\u2265",
|
|
1877
|
-
GreaterEqualLess: "\u22DB",
|
|
1878
|
-
GreaterFullEqual: "\u2267",
|
|
1879
|
-
GreaterGreater: "\u2AA2",
|
|
1880
|
-
GreaterLess: "\u2277",
|
|
1881
|
-
GreaterSlantEqual: "\u2A7E",
|
|
1882
|
-
GreaterTilde: "\u2273",
|
|
1883
|
-
Gscr: "\u{1D4A2}",
|
|
1884
|
-
Gt: "\u226B",
|
|
1885
|
-
HARDcy: "\u042A",
|
|
1886
|
-
Hacek: "\u02C7",
|
|
1887
|
-
Hat: "^",
|
|
1888
|
-
Hcirc: "\u0124",
|
|
1889
|
-
Hfr: "\u210C",
|
|
1890
|
-
HilbertSpace: "\u210B",
|
|
1891
|
-
Hopf: "\u210D",
|
|
1892
|
-
HorizontalLine: "\u2500",
|
|
1893
|
-
Hscr: "\u210B",
|
|
1894
|
-
Hstrok: "\u0126",
|
|
1895
|
-
HumpDownHump: "\u224E",
|
|
1896
|
-
HumpEqual: "\u224F",
|
|
1897
|
-
IEcy: "\u0415",
|
|
1898
|
-
IJlig: "\u0132",
|
|
1899
|
-
IOcy: "\u0401",
|
|
1900
|
-
Iacute: "\xCD",
|
|
1901
|
-
Icirc: "\xCE",
|
|
1902
|
-
Icy: "\u0418",
|
|
1903
|
-
Idot: "\u0130",
|
|
1904
|
-
Ifr: "\u2111",
|
|
1905
|
-
Igrave: "\xCC",
|
|
1906
|
-
Im: "\u2111",
|
|
1907
|
-
Imacr: "\u012A",
|
|
1908
|
-
ImaginaryI: "\u2148",
|
|
1909
|
-
Implies: "\u21D2",
|
|
1910
|
-
Int: "\u222C",
|
|
1911
|
-
Integral: "\u222B",
|
|
1912
|
-
Intersection: "\u22C2",
|
|
1913
|
-
InvisibleComma: "\u2063",
|
|
1914
|
-
InvisibleTimes: "\u2062",
|
|
1915
|
-
Iogon: "\u012E",
|
|
1916
|
-
Iopf: "\u{1D540}",
|
|
1917
|
-
Iota: "\u0399",
|
|
1918
|
-
Iscr: "\u2110",
|
|
1919
|
-
Itilde: "\u0128",
|
|
1920
|
-
Iukcy: "\u0406",
|
|
1921
|
-
Iuml: "\xCF",
|
|
1922
|
-
Jcirc: "\u0134",
|
|
1923
|
-
Jcy: "\u0419",
|
|
1924
|
-
Jfr: "\u{1D50D}",
|
|
1925
|
-
Jopf: "\u{1D541}",
|
|
1926
|
-
Jscr: "\u{1D4A5}",
|
|
1927
|
-
Jsercy: "\u0408",
|
|
1928
|
-
Jukcy: "\u0404",
|
|
1929
|
-
KHcy: "\u0425",
|
|
1930
|
-
KJcy: "\u040C",
|
|
1931
|
-
Kappa: "\u039A",
|
|
1932
|
-
Kcedil: "\u0136",
|
|
1933
|
-
Kcy: "\u041A",
|
|
1934
|
-
Kfr: "\u{1D50E}",
|
|
1935
|
-
Kopf: "\u{1D542}",
|
|
1936
|
-
Kscr: "\u{1D4A6}",
|
|
1937
|
-
LJcy: "\u0409",
|
|
1938
|
-
LT: "<",
|
|
1939
|
-
Lacute: "\u0139",
|
|
1940
|
-
Lambda: "\u039B",
|
|
1941
|
-
Lang: "\u27EA",
|
|
1942
|
-
Laplacetrf: "\u2112",
|
|
1943
|
-
Larr: "\u219E",
|
|
1944
|
-
Lcaron: "\u013D",
|
|
1945
|
-
Lcedil: "\u013B",
|
|
1946
|
-
Lcy: "\u041B",
|
|
1947
|
-
LeftAngleBracket: "\u27E8",
|
|
1948
|
-
LeftArrow: "\u2190",
|
|
1949
|
-
LeftArrowBar: "\u21E4",
|
|
1950
|
-
LeftArrowRightArrow: "\u21C6",
|
|
1951
|
-
LeftCeiling: "\u2308",
|
|
1952
|
-
LeftDoubleBracket: "\u27E6",
|
|
1953
|
-
LeftDownTeeVector: "\u2961",
|
|
1954
|
-
LeftDownVector: "\u21C3",
|
|
1955
|
-
LeftDownVectorBar: "\u2959",
|
|
1956
|
-
LeftFloor: "\u230A",
|
|
1957
|
-
LeftRightArrow: "\u2194",
|
|
1958
|
-
LeftRightVector: "\u294E",
|
|
1959
|
-
LeftTee: "\u22A3",
|
|
1960
|
-
LeftTeeArrow: "\u21A4",
|
|
1961
|
-
LeftTeeVector: "\u295A",
|
|
1962
|
-
LeftTriangle: "\u22B2",
|
|
1963
|
-
LeftTriangleBar: "\u29CF",
|
|
1964
|
-
LeftTriangleEqual: "\u22B4",
|
|
1965
|
-
LeftUpDownVector: "\u2951",
|
|
1966
|
-
LeftUpTeeVector: "\u2960",
|
|
1967
|
-
LeftUpVector: "\u21BF",
|
|
1968
|
-
LeftUpVectorBar: "\u2958",
|
|
1969
|
-
LeftVector: "\u21BC",
|
|
1970
|
-
LeftVectorBar: "\u2952",
|
|
1971
|
-
Leftarrow: "\u21D0",
|
|
1972
|
-
Leftrightarrow: "\u21D4",
|
|
1973
|
-
LessEqualGreater: "\u22DA",
|
|
1974
|
-
LessFullEqual: "\u2266",
|
|
1975
|
-
LessGreater: "\u2276",
|
|
1976
|
-
LessLess: "\u2AA1",
|
|
1977
|
-
LessSlantEqual: "\u2A7D",
|
|
1978
|
-
LessTilde: "\u2272",
|
|
1979
|
-
Lfr: "\u{1D50F}",
|
|
1980
|
-
Ll: "\u22D8",
|
|
1981
|
-
Lleftarrow: "\u21DA",
|
|
1982
|
-
Lmidot: "\u013F",
|
|
1983
|
-
LongLeftArrow: "\u27F5",
|
|
1984
|
-
LongLeftRightArrow: "\u27F7",
|
|
1985
|
-
LongRightArrow: "\u27F6",
|
|
1986
|
-
Longleftarrow: "\u27F8",
|
|
1987
|
-
Longleftrightarrow: "\u27FA",
|
|
1988
|
-
Longrightarrow: "\u27F9",
|
|
1989
|
-
Lopf: "\u{1D543}",
|
|
1990
|
-
LowerLeftArrow: "\u2199",
|
|
1991
|
-
LowerRightArrow: "\u2198",
|
|
1992
|
-
Lscr: "\u2112",
|
|
1993
|
-
Lsh: "\u21B0",
|
|
1994
|
-
Lstrok: "\u0141",
|
|
1995
|
-
Lt: "\u226A",
|
|
1996
|
-
Map: "\u2905",
|
|
1997
|
-
Mcy: "\u041C",
|
|
1998
|
-
MediumSpace: "\u205F",
|
|
1999
|
-
Mellintrf: "\u2133",
|
|
2000
|
-
Mfr: "\u{1D510}",
|
|
2001
|
-
MinusPlus: "\u2213",
|
|
2002
|
-
Mopf: "\u{1D544}",
|
|
2003
|
-
Mscr: "\u2133",
|
|
2004
|
-
Mu: "\u039C",
|
|
2005
|
-
NJcy: "\u040A",
|
|
2006
|
-
Nacute: "\u0143",
|
|
2007
|
-
Ncaron: "\u0147",
|
|
2008
|
-
Ncedil: "\u0145",
|
|
2009
|
-
Ncy: "\u041D",
|
|
2010
|
-
NegativeMediumSpace: "\u200B",
|
|
2011
|
-
NegativeThickSpace: "\u200B",
|
|
2012
|
-
NegativeThinSpace: "\u200B",
|
|
2013
|
-
NegativeVeryThinSpace: "\u200B",
|
|
2014
|
-
NestedGreaterGreater: "\u226B",
|
|
2015
|
-
NestedLessLess: "\u226A",
|
|
2016
|
-
NewLine: "\n",
|
|
2017
|
-
Nfr: "\u{1D511}",
|
|
2018
|
-
NoBreak: "\u2060",
|
|
2019
|
-
NonBreakingSpace: "\xA0",
|
|
2020
|
-
Nopf: "\u2115",
|
|
2021
|
-
Not: "\u2AEC",
|
|
2022
|
-
NotCongruent: "\u2262",
|
|
2023
|
-
NotCupCap: "\u226D",
|
|
2024
|
-
NotDoubleVerticalBar: "\u2226",
|
|
2025
|
-
NotElement: "\u2209",
|
|
2026
|
-
NotEqual: "\u2260",
|
|
2027
|
-
NotEqualTilde: "\u2242\u0338",
|
|
2028
|
-
NotExists: "\u2204",
|
|
2029
|
-
NotGreater: "\u226F",
|
|
2030
|
-
NotGreaterEqual: "\u2271",
|
|
2031
|
-
NotGreaterFullEqual: "\u2267\u0338",
|
|
2032
|
-
NotGreaterGreater: "\u226B\u0338",
|
|
2033
|
-
NotGreaterLess: "\u2279",
|
|
2034
|
-
NotGreaterSlantEqual: "\u2A7E\u0338",
|
|
2035
|
-
NotGreaterTilde: "\u2275",
|
|
2036
|
-
NotHumpDownHump: "\u224E\u0338",
|
|
2037
|
-
NotHumpEqual: "\u224F\u0338",
|
|
2038
|
-
NotLeftTriangle: "\u22EA",
|
|
2039
|
-
NotLeftTriangleBar: "\u29CF\u0338",
|
|
2040
|
-
NotLeftTriangleEqual: "\u22EC",
|
|
2041
|
-
NotLess: "\u226E",
|
|
2042
|
-
NotLessEqual: "\u2270",
|
|
2043
|
-
NotLessGreater: "\u2278",
|
|
2044
|
-
NotLessLess: "\u226A\u0338",
|
|
2045
|
-
NotLessSlantEqual: "\u2A7D\u0338",
|
|
2046
|
-
NotLessTilde: "\u2274",
|
|
2047
|
-
NotNestedGreaterGreater: "\u2AA2\u0338",
|
|
2048
|
-
NotNestedLessLess: "\u2AA1\u0338",
|
|
2049
|
-
NotPrecedes: "\u2280",
|
|
2050
|
-
NotPrecedesEqual: "\u2AAF\u0338",
|
|
2051
|
-
NotPrecedesSlantEqual: "\u22E0",
|
|
2052
|
-
NotReverseElement: "\u220C",
|
|
2053
|
-
NotRightTriangle: "\u22EB",
|
|
2054
|
-
NotRightTriangleBar: "\u29D0\u0338",
|
|
2055
|
-
NotRightTriangleEqual: "\u22ED",
|
|
2056
|
-
NotSquareSubset: "\u228F\u0338",
|
|
2057
|
-
NotSquareSubsetEqual: "\u22E2",
|
|
2058
|
-
NotSquareSuperset: "\u2290\u0338",
|
|
2059
|
-
NotSquareSupersetEqual: "\u22E3",
|
|
2060
|
-
NotSubset: "\u2282\u20D2",
|
|
2061
|
-
NotSubsetEqual: "\u2288",
|
|
2062
|
-
NotSucceeds: "\u2281",
|
|
2063
|
-
NotSucceedsEqual: "\u2AB0\u0338",
|
|
2064
|
-
NotSucceedsSlantEqual: "\u22E1",
|
|
2065
|
-
NotSucceedsTilde: "\u227F\u0338",
|
|
2066
|
-
NotSuperset: "\u2283\u20D2",
|
|
2067
|
-
NotSupersetEqual: "\u2289",
|
|
2068
|
-
NotTilde: "\u2241",
|
|
2069
|
-
NotTildeEqual: "\u2244",
|
|
2070
|
-
NotTildeFullEqual: "\u2247",
|
|
2071
|
-
NotTildeTilde: "\u2249",
|
|
2072
|
-
NotVerticalBar: "\u2224",
|
|
2073
|
-
Nscr: "\u{1D4A9}",
|
|
2074
|
-
Ntilde: "\xD1",
|
|
2075
|
-
Nu: "\u039D",
|
|
2076
|
-
OElig: "\u0152",
|
|
2077
|
-
Oacute: "\xD3",
|
|
2078
|
-
Ocirc: "\xD4",
|
|
2079
|
-
Ocy: "\u041E",
|
|
2080
|
-
Odblac: "\u0150",
|
|
2081
|
-
Ofr: "\u{1D512}",
|
|
2082
|
-
Ograve: "\xD2",
|
|
2083
|
-
Omacr: "\u014C",
|
|
2084
|
-
Omega: "\u03A9",
|
|
2085
|
-
Omicron: "\u039F",
|
|
2086
|
-
Oopf: "\u{1D546}",
|
|
2087
|
-
OpenCurlyDoubleQuote: "\u201C",
|
|
2088
|
-
OpenCurlyQuote: "\u2018",
|
|
2089
|
-
Or: "\u2A54",
|
|
2090
|
-
Oscr: "\u{1D4AA}",
|
|
2091
|
-
Oslash: "\xD8",
|
|
2092
|
-
Otilde: "\xD5",
|
|
2093
|
-
Otimes: "\u2A37",
|
|
2094
|
-
Ouml: "\xD6",
|
|
2095
|
-
OverBar: "\u203E",
|
|
2096
|
-
OverBrace: "\u23DE",
|
|
2097
|
-
OverBracket: "\u23B4",
|
|
2098
|
-
OverParenthesis: "\u23DC",
|
|
2099
|
-
PartialD: "\u2202",
|
|
2100
|
-
Pcy: "\u041F",
|
|
2101
|
-
Pfr: "\u{1D513}",
|
|
2102
|
-
Phi: "\u03A6",
|
|
2103
|
-
Pi: "\u03A0",
|
|
2104
|
-
PlusMinus: "\xB1",
|
|
2105
|
-
Poincareplane: "\u210C",
|
|
2106
|
-
Popf: "\u2119",
|
|
2107
|
-
Pr: "\u2ABB",
|
|
2108
|
-
Precedes: "\u227A",
|
|
2109
|
-
PrecedesEqual: "\u2AAF",
|
|
2110
|
-
PrecedesSlantEqual: "\u227C",
|
|
2111
|
-
PrecedesTilde: "\u227E",
|
|
2112
|
-
Prime: "\u2033",
|
|
2113
|
-
Product: "\u220F",
|
|
2114
|
-
Proportion: "\u2237",
|
|
2115
|
-
Proportional: "\u221D",
|
|
2116
|
-
Pscr: "\u{1D4AB}",
|
|
2117
|
-
Psi: "\u03A8",
|
|
2118
|
-
QUOT: '"',
|
|
2119
|
-
Qfr: "\u{1D514}",
|
|
2120
|
-
Qopf: "\u211A",
|
|
2121
|
-
Qscr: "\u{1D4AC}",
|
|
2122
|
-
RBarr: "\u2910",
|
|
2123
|
-
REG: "\xAE",
|
|
2124
|
-
Racute: "\u0154",
|
|
2125
|
-
Rang: "\u27EB",
|
|
2126
|
-
Rarr: "\u21A0",
|
|
2127
|
-
Rarrtl: "\u2916",
|
|
2128
|
-
Rcaron: "\u0158",
|
|
2129
|
-
Rcedil: "\u0156",
|
|
2130
|
-
Rcy: "\u0420",
|
|
2131
|
-
Re: "\u211C",
|
|
2132
|
-
ReverseElement: "\u220B",
|
|
2133
|
-
ReverseEquilibrium: "\u21CB",
|
|
2134
|
-
ReverseUpEquilibrium: "\u296F",
|
|
2135
|
-
Rfr: "\u211C",
|
|
2136
|
-
Rho: "\u03A1",
|
|
2137
|
-
RightAngleBracket: "\u27E9",
|
|
2138
|
-
RightArrow: "\u2192",
|
|
2139
|
-
RightArrowBar: "\u21E5",
|
|
2140
|
-
RightArrowLeftArrow: "\u21C4",
|
|
2141
|
-
RightCeiling: "\u2309",
|
|
2142
|
-
RightDoubleBracket: "\u27E7",
|
|
2143
|
-
RightDownTeeVector: "\u295D",
|
|
2144
|
-
RightDownVector: "\u21C2",
|
|
2145
|
-
RightDownVectorBar: "\u2955",
|
|
2146
|
-
RightFloor: "\u230B",
|
|
2147
|
-
RightTee: "\u22A2",
|
|
2148
|
-
RightTeeArrow: "\u21A6",
|
|
2149
|
-
RightTeeVector: "\u295B",
|
|
2150
|
-
RightTriangle: "\u22B3",
|
|
2151
|
-
RightTriangleBar: "\u29D0",
|
|
2152
|
-
RightTriangleEqual: "\u22B5",
|
|
2153
|
-
RightUpDownVector: "\u294F",
|
|
2154
|
-
RightUpTeeVector: "\u295C",
|
|
2155
|
-
RightUpVector: "\u21BE",
|
|
2156
|
-
RightUpVectorBar: "\u2954",
|
|
2157
|
-
RightVector: "\u21C0",
|
|
2158
|
-
RightVectorBar: "\u2953",
|
|
2159
|
-
Rightarrow: "\u21D2",
|
|
2160
|
-
Ropf: "\u211D",
|
|
2161
|
-
RoundImplies: "\u2970",
|
|
2162
|
-
Rrightarrow: "\u21DB",
|
|
2163
|
-
Rscr: "\u211B",
|
|
2164
|
-
Rsh: "\u21B1",
|
|
2165
|
-
RuleDelayed: "\u29F4",
|
|
2166
|
-
SHCHcy: "\u0429",
|
|
2167
|
-
SHcy: "\u0428",
|
|
2168
|
-
SOFTcy: "\u042C",
|
|
2169
|
-
Sacute: "\u015A",
|
|
2170
|
-
Sc: "\u2ABC",
|
|
2171
|
-
Scaron: "\u0160",
|
|
2172
|
-
Scedil: "\u015E",
|
|
2173
|
-
Scirc: "\u015C",
|
|
2174
|
-
Scy: "\u0421",
|
|
2175
|
-
Sfr: "\u{1D516}",
|
|
2176
|
-
ShortDownArrow: "\u2193",
|
|
2177
|
-
ShortLeftArrow: "\u2190",
|
|
2178
|
-
ShortRightArrow: "\u2192",
|
|
2179
|
-
ShortUpArrow: "\u2191",
|
|
2180
|
-
Sigma: "\u03A3",
|
|
2181
|
-
SmallCircle: "\u2218",
|
|
2182
|
-
Sopf: "\u{1D54A}",
|
|
2183
|
-
Sqrt: "\u221A",
|
|
2184
|
-
Square: "\u25A1",
|
|
2185
|
-
SquareIntersection: "\u2293",
|
|
2186
|
-
SquareSubset: "\u228F",
|
|
2187
|
-
SquareSubsetEqual: "\u2291",
|
|
2188
|
-
SquareSuperset: "\u2290",
|
|
2189
|
-
SquareSupersetEqual: "\u2292",
|
|
2190
|
-
SquareUnion: "\u2294",
|
|
2191
|
-
Sscr: "\u{1D4AE}",
|
|
2192
|
-
Star: "\u22C6",
|
|
2193
|
-
Sub: "\u22D0",
|
|
2194
|
-
Subset: "\u22D0",
|
|
2195
|
-
SubsetEqual: "\u2286",
|
|
2196
|
-
Succeeds: "\u227B",
|
|
2197
|
-
SucceedsEqual: "\u2AB0",
|
|
2198
|
-
SucceedsSlantEqual: "\u227D",
|
|
2199
|
-
SucceedsTilde: "\u227F",
|
|
2200
|
-
SuchThat: "\u220B",
|
|
2201
|
-
Sum: "\u2211",
|
|
2202
|
-
Sup: "\u22D1",
|
|
2203
|
-
Superset: "\u2283",
|
|
2204
|
-
SupersetEqual: "\u2287",
|
|
2205
|
-
Supset: "\u22D1",
|
|
2206
|
-
THORN: "\xDE",
|
|
2207
|
-
TRADE: "\u2122",
|
|
2208
|
-
TSHcy: "\u040B",
|
|
2209
|
-
TScy: "\u0426",
|
|
2210
|
-
Tab: " ",
|
|
2211
|
-
Tau: "\u03A4",
|
|
2212
|
-
Tcaron: "\u0164",
|
|
2213
|
-
Tcedil: "\u0162",
|
|
2214
|
-
Tcy: "\u0422",
|
|
2215
|
-
Tfr: "\u{1D517}",
|
|
2216
|
-
Therefore: "\u2234",
|
|
2217
|
-
Theta: "\u0398",
|
|
2218
|
-
ThickSpace: "\u205F\u200A",
|
|
2219
|
-
ThinSpace: "\u2009",
|
|
2220
|
-
Tilde: "\u223C",
|
|
2221
|
-
TildeEqual: "\u2243",
|
|
2222
|
-
TildeFullEqual: "\u2245",
|
|
2223
|
-
TildeTilde: "\u2248",
|
|
2224
|
-
Topf: "\u{1D54B}",
|
|
2225
|
-
TripleDot: "\u20DB",
|
|
2226
|
-
Tscr: "\u{1D4AF}",
|
|
2227
|
-
Tstrok: "\u0166",
|
|
2228
|
-
Uacute: "\xDA",
|
|
2229
|
-
Uarr: "\u219F",
|
|
2230
|
-
Uarrocir: "\u2949",
|
|
2231
|
-
Ubrcy: "\u040E",
|
|
2232
|
-
Ubreve: "\u016C",
|
|
2233
|
-
Ucirc: "\xDB",
|
|
2234
|
-
Ucy: "\u0423",
|
|
2235
|
-
Udblac: "\u0170",
|
|
2236
|
-
Ufr: "\u{1D518}",
|
|
2237
|
-
Ugrave: "\xD9",
|
|
2238
|
-
Umacr: "\u016A",
|
|
2239
|
-
UnderBar: "_",
|
|
2240
|
-
UnderBrace: "\u23DF",
|
|
2241
|
-
UnderBracket: "\u23B5",
|
|
2242
|
-
UnderParenthesis: "\u23DD",
|
|
2243
|
-
Union: "\u22C3",
|
|
2244
|
-
UnionPlus: "\u228E",
|
|
2245
|
-
Uogon: "\u0172",
|
|
2246
|
-
Uopf: "\u{1D54C}",
|
|
2247
|
-
UpArrow: "\u2191",
|
|
2248
|
-
UpArrowBar: "\u2912",
|
|
2249
|
-
UpArrowDownArrow: "\u21C5",
|
|
2250
|
-
UpDownArrow: "\u2195",
|
|
2251
|
-
UpEquilibrium: "\u296E",
|
|
2252
|
-
UpTee: "\u22A5",
|
|
2253
|
-
UpTeeArrow: "\u21A5",
|
|
2254
|
-
Uparrow: "\u21D1",
|
|
2255
|
-
Updownarrow: "\u21D5",
|
|
2256
|
-
UpperLeftArrow: "\u2196",
|
|
2257
|
-
UpperRightArrow: "\u2197",
|
|
2258
|
-
Upsi: "\u03D2",
|
|
2259
|
-
Upsilon: "\u03A5",
|
|
2260
|
-
Uring: "\u016E",
|
|
2261
|
-
Uscr: "\u{1D4B0}",
|
|
2262
|
-
Utilde: "\u0168",
|
|
2263
|
-
Uuml: "\xDC",
|
|
2264
|
-
VDash: "\u22AB",
|
|
2265
|
-
Vbar: "\u2AEB",
|
|
2266
|
-
Vcy: "\u0412",
|
|
2267
|
-
Vdash: "\u22A9",
|
|
2268
|
-
Vdashl: "\u2AE6",
|
|
2269
|
-
Vee: "\u22C1",
|
|
2270
|
-
Verbar: "\u2016",
|
|
2271
|
-
Vert: "\u2016",
|
|
2272
|
-
VerticalBar: "\u2223",
|
|
2273
|
-
VerticalLine: "|",
|
|
2274
|
-
VerticalSeparator: "\u2758",
|
|
2275
|
-
VerticalTilde: "\u2240",
|
|
2276
|
-
VeryThinSpace: "\u200A",
|
|
2277
|
-
Vfr: "\u{1D519}",
|
|
2278
|
-
Vopf: "\u{1D54D}",
|
|
2279
|
-
Vscr: "\u{1D4B1}",
|
|
2280
|
-
Vvdash: "\u22AA",
|
|
2281
|
-
Wcirc: "\u0174",
|
|
2282
|
-
Wedge: "\u22C0",
|
|
2283
|
-
Wfr: "\u{1D51A}",
|
|
2284
|
-
Wopf: "\u{1D54E}",
|
|
2285
|
-
Wscr: "\u{1D4B2}",
|
|
2286
|
-
Xfr: "\u{1D51B}",
|
|
2287
|
-
Xi: "\u039E",
|
|
2288
|
-
Xopf: "\u{1D54F}",
|
|
2289
|
-
Xscr: "\u{1D4B3}",
|
|
2290
|
-
YAcy: "\u042F",
|
|
2291
|
-
YIcy: "\u0407",
|
|
2292
|
-
YUcy: "\u042E",
|
|
2293
|
-
Yacute: "\xDD",
|
|
2294
|
-
Ycirc: "\u0176",
|
|
2295
|
-
Ycy: "\u042B",
|
|
2296
|
-
Yfr: "\u{1D51C}",
|
|
2297
|
-
Yopf: "\u{1D550}",
|
|
2298
|
-
Yscr: "\u{1D4B4}",
|
|
2299
|
-
Yuml: "\u0178",
|
|
2300
|
-
ZHcy: "\u0416",
|
|
2301
|
-
Zacute: "\u0179",
|
|
2302
|
-
Zcaron: "\u017D",
|
|
2303
|
-
Zcy: "\u0417",
|
|
2304
|
-
Zdot: "\u017B",
|
|
2305
|
-
ZeroWidthSpace: "\u200B",
|
|
2306
|
-
Zeta: "\u0396",
|
|
2307
|
-
Zfr: "\u2128",
|
|
2308
|
-
Zopf: "\u2124",
|
|
2309
|
-
Zscr: "\u{1D4B5}",
|
|
2310
|
-
aacute: "\xE1",
|
|
2311
|
-
abreve: "\u0103",
|
|
2312
|
-
ac: "\u223E",
|
|
2313
|
-
acE: "\u223E\u0333",
|
|
2314
|
-
acd: "\u223F",
|
|
2315
|
-
acirc: "\xE2",
|
|
2316
|
-
acute: "\xB4",
|
|
2317
|
-
acy: "\u0430",
|
|
2318
|
-
aelig: "\xE6",
|
|
2319
|
-
af: "\u2061",
|
|
2320
|
-
afr: "\u{1D51E}",
|
|
2321
|
-
agrave: "\xE0",
|
|
2322
|
-
alefsym: "\u2135",
|
|
2323
|
-
aleph: "\u2135",
|
|
2324
|
-
alpha: "\u03B1",
|
|
2325
|
-
amacr: "\u0101",
|
|
2326
|
-
amalg: "\u2A3F",
|
|
2327
|
-
amp: "&",
|
|
2328
|
-
and: "\u2227",
|
|
2329
|
-
andand: "\u2A55",
|
|
2330
|
-
andd: "\u2A5C",
|
|
2331
|
-
andslope: "\u2A58",
|
|
2332
|
-
andv: "\u2A5A",
|
|
2333
|
-
ang: "\u2220",
|
|
2334
|
-
ange: "\u29A4",
|
|
2335
|
-
angle: "\u2220",
|
|
2336
|
-
angmsd: "\u2221",
|
|
2337
|
-
angmsdaa: "\u29A8",
|
|
2338
|
-
angmsdab: "\u29A9",
|
|
2339
|
-
angmsdac: "\u29AA",
|
|
2340
|
-
angmsdad: "\u29AB",
|
|
2341
|
-
angmsdae: "\u29AC",
|
|
2342
|
-
angmsdaf: "\u29AD",
|
|
2343
|
-
angmsdag: "\u29AE",
|
|
2344
|
-
angmsdah: "\u29AF",
|
|
2345
|
-
angrt: "\u221F",
|
|
2346
|
-
angrtvb: "\u22BE",
|
|
2347
|
-
angrtvbd: "\u299D",
|
|
2348
|
-
angsph: "\u2222",
|
|
2349
|
-
angst: "\xC5",
|
|
2350
|
-
angzarr: "\u237C",
|
|
2351
|
-
aogon: "\u0105",
|
|
2352
|
-
aopf: "\u{1D552}",
|
|
2353
|
-
ap: "\u2248",
|
|
2354
|
-
apE: "\u2A70",
|
|
2355
|
-
apacir: "\u2A6F",
|
|
2356
|
-
ape: "\u224A",
|
|
2357
|
-
apid: "\u224B",
|
|
2358
|
-
apos: "'",
|
|
2359
|
-
approx: "\u2248",
|
|
2360
|
-
approxeq: "\u224A",
|
|
2361
|
-
aring: "\xE5",
|
|
2362
|
-
ascr: "\u{1D4B6}",
|
|
2363
|
-
ast: "*",
|
|
2364
|
-
asymp: "\u2248",
|
|
2365
|
-
asympeq: "\u224D",
|
|
2366
|
-
atilde: "\xE3",
|
|
2367
|
-
auml: "\xE4",
|
|
2368
|
-
awconint: "\u2233",
|
|
2369
|
-
awint: "\u2A11",
|
|
2370
|
-
bNot: "\u2AED",
|
|
2371
|
-
backcong: "\u224C",
|
|
2372
|
-
backepsilon: "\u03F6",
|
|
2373
|
-
backprime: "\u2035",
|
|
2374
|
-
backsim: "\u223D",
|
|
2375
|
-
backsimeq: "\u22CD",
|
|
2376
|
-
barvee: "\u22BD",
|
|
2377
|
-
barwed: "\u2305",
|
|
2378
|
-
barwedge: "\u2305",
|
|
2379
|
-
bbrk: "\u23B5",
|
|
2380
|
-
bbrktbrk: "\u23B6",
|
|
2381
|
-
bcong: "\u224C",
|
|
2382
|
-
bcy: "\u0431",
|
|
2383
|
-
bdquo: "\u201E",
|
|
2384
|
-
becaus: "\u2235",
|
|
2385
|
-
because: "\u2235",
|
|
2386
|
-
bemptyv: "\u29B0",
|
|
2387
|
-
bepsi: "\u03F6",
|
|
2388
|
-
bernou: "\u212C",
|
|
2389
|
-
beta: "\u03B2",
|
|
2390
|
-
beth: "\u2136",
|
|
2391
|
-
between: "\u226C",
|
|
2392
|
-
bfr: "\u{1D51F}",
|
|
2393
|
-
bigcap: "\u22C2",
|
|
2394
|
-
bigcirc: "\u25EF",
|
|
2395
|
-
bigcup: "\u22C3",
|
|
2396
|
-
bigodot: "\u2A00",
|
|
2397
|
-
bigoplus: "\u2A01",
|
|
2398
|
-
bigotimes: "\u2A02",
|
|
2399
|
-
bigsqcup: "\u2A06",
|
|
2400
|
-
bigstar: "\u2605",
|
|
2401
|
-
bigtriangledown: "\u25BD",
|
|
2402
|
-
bigtriangleup: "\u25B3",
|
|
2403
|
-
biguplus: "\u2A04",
|
|
2404
|
-
bigvee: "\u22C1",
|
|
2405
|
-
bigwedge: "\u22C0",
|
|
2406
|
-
bkarow: "\u290D",
|
|
2407
|
-
blacklozenge: "\u29EB",
|
|
2408
|
-
blacksquare: "\u25AA",
|
|
2409
|
-
blacktriangle: "\u25B4",
|
|
2410
|
-
blacktriangledown: "\u25BE",
|
|
2411
|
-
blacktriangleleft: "\u25C2",
|
|
2412
|
-
blacktriangleright: "\u25B8",
|
|
2413
|
-
blank: "\u2423",
|
|
2414
|
-
blk12: "\u2592",
|
|
2415
|
-
blk14: "\u2591",
|
|
2416
|
-
blk34: "\u2593",
|
|
2417
|
-
block: "\u2588",
|
|
2418
|
-
bne: "=\u20E5",
|
|
2419
|
-
bnequiv: "\u2261\u20E5",
|
|
2420
|
-
bnot: "\u2310",
|
|
2421
|
-
bopf: "\u{1D553}",
|
|
2422
|
-
bot: "\u22A5",
|
|
2423
|
-
bottom: "\u22A5",
|
|
2424
|
-
bowtie: "\u22C8",
|
|
2425
|
-
boxDL: "\u2557",
|
|
2426
|
-
boxDR: "\u2554",
|
|
2427
|
-
boxDl: "\u2556",
|
|
2428
|
-
boxDr: "\u2553",
|
|
2429
|
-
boxH: "\u2550",
|
|
2430
|
-
boxHD: "\u2566",
|
|
2431
|
-
boxHU: "\u2569",
|
|
2432
|
-
boxHd: "\u2564",
|
|
2433
|
-
boxHu: "\u2567",
|
|
2434
|
-
boxUL: "\u255D",
|
|
2435
|
-
boxUR: "\u255A",
|
|
2436
|
-
boxUl: "\u255C",
|
|
2437
|
-
boxUr: "\u2559",
|
|
2438
|
-
boxV: "\u2551",
|
|
2439
|
-
boxVH: "\u256C",
|
|
2440
|
-
boxVL: "\u2563",
|
|
2441
|
-
boxVR: "\u2560",
|
|
2442
|
-
boxVh: "\u256B",
|
|
2443
|
-
boxVl: "\u2562",
|
|
2444
|
-
boxVr: "\u255F",
|
|
2445
|
-
boxbox: "\u29C9",
|
|
2446
|
-
boxdL: "\u2555",
|
|
2447
|
-
boxdR: "\u2552",
|
|
2448
|
-
boxdl: "\u2510",
|
|
2449
|
-
boxdr: "\u250C",
|
|
2450
|
-
boxh: "\u2500",
|
|
2451
|
-
boxhD: "\u2565",
|
|
2452
|
-
boxhU: "\u2568",
|
|
2453
|
-
boxhd: "\u252C",
|
|
2454
|
-
boxhu: "\u2534",
|
|
2455
|
-
boxminus: "\u229F",
|
|
2456
|
-
boxplus: "\u229E",
|
|
2457
|
-
boxtimes: "\u22A0",
|
|
2458
|
-
boxuL: "\u255B",
|
|
2459
|
-
boxuR: "\u2558",
|
|
2460
|
-
boxul: "\u2518",
|
|
2461
|
-
boxur: "\u2514",
|
|
2462
|
-
boxv: "\u2502",
|
|
2463
|
-
boxvH: "\u256A",
|
|
2464
|
-
boxvL: "\u2561",
|
|
2465
|
-
boxvR: "\u255E",
|
|
2466
|
-
boxvh: "\u253C",
|
|
2467
|
-
boxvl: "\u2524",
|
|
2468
|
-
boxvr: "\u251C",
|
|
2469
|
-
bprime: "\u2035",
|
|
2470
|
-
breve: "\u02D8",
|
|
2471
|
-
brvbar: "\xA6",
|
|
2472
|
-
bscr: "\u{1D4B7}",
|
|
2473
|
-
bsemi: "\u204F",
|
|
2474
|
-
bsim: "\u223D",
|
|
2475
|
-
bsime: "\u22CD",
|
|
2476
|
-
bsol: "\\",
|
|
2477
|
-
bsolb: "\u29C5",
|
|
2478
|
-
bsolhsub: "\u27C8",
|
|
2479
|
-
bull: "\u2022",
|
|
2480
|
-
bullet: "\u2022",
|
|
2481
|
-
bump: "\u224E",
|
|
2482
|
-
bumpE: "\u2AAE",
|
|
2483
|
-
bumpe: "\u224F",
|
|
2484
|
-
bumpeq: "\u224F",
|
|
2485
|
-
cacute: "\u0107",
|
|
2486
|
-
cap: "\u2229",
|
|
2487
|
-
capand: "\u2A44",
|
|
2488
|
-
capbrcup: "\u2A49",
|
|
2489
|
-
capcap: "\u2A4B",
|
|
2490
|
-
capcup: "\u2A47",
|
|
2491
|
-
capdot: "\u2A40",
|
|
2492
|
-
caps: "\u2229\uFE00",
|
|
2493
|
-
caret: "\u2041",
|
|
2494
|
-
caron: "\u02C7",
|
|
2495
|
-
ccaps: "\u2A4D",
|
|
2496
|
-
ccaron: "\u010D",
|
|
2497
|
-
ccedil: "\xE7",
|
|
2498
|
-
ccirc: "\u0109",
|
|
2499
|
-
ccups: "\u2A4C",
|
|
2500
|
-
ccupssm: "\u2A50",
|
|
2501
|
-
cdot: "\u010B",
|
|
2502
|
-
cedil: "\xB8",
|
|
2503
|
-
cemptyv: "\u29B2",
|
|
2504
|
-
cent: "\xA2",
|
|
2505
|
-
centerdot: "\xB7",
|
|
2506
|
-
cfr: "\u{1D520}",
|
|
2507
|
-
chcy: "\u0447",
|
|
2508
|
-
check: "\u2713",
|
|
2509
|
-
checkmark: "\u2713",
|
|
2510
|
-
chi: "\u03C7",
|
|
2511
|
-
cir: "\u25CB",
|
|
2512
|
-
cirE: "\u29C3",
|
|
2513
|
-
circ: "\u02C6",
|
|
2514
|
-
circeq: "\u2257",
|
|
2515
|
-
circlearrowleft: "\u21BA",
|
|
2516
|
-
circlearrowright: "\u21BB",
|
|
2517
|
-
circledR: "\xAE",
|
|
2518
|
-
circledS: "\u24C8",
|
|
2519
|
-
circledast: "\u229B",
|
|
2520
|
-
circledcirc: "\u229A",
|
|
2521
|
-
circleddash: "\u229D",
|
|
2522
|
-
cire: "\u2257",
|
|
2523
|
-
cirfnint: "\u2A10",
|
|
2524
|
-
cirmid: "\u2AEF",
|
|
2525
|
-
cirscir: "\u29C2",
|
|
2526
|
-
clubs: "\u2663",
|
|
2527
|
-
clubsuit: "\u2663",
|
|
2528
|
-
colon: ":",
|
|
2529
|
-
colone: "\u2254",
|
|
2530
|
-
coloneq: "\u2254",
|
|
2531
|
-
comma: ",",
|
|
2532
|
-
commat: "@",
|
|
2533
|
-
comp: "\u2201",
|
|
2534
|
-
compfn: "\u2218",
|
|
2535
|
-
complement: "\u2201",
|
|
2536
|
-
complexes: "\u2102",
|
|
2537
|
-
cong: "\u2245",
|
|
2538
|
-
congdot: "\u2A6D",
|
|
2539
|
-
conint: "\u222E",
|
|
2540
|
-
copf: "\u{1D554}",
|
|
2541
|
-
coprod: "\u2210",
|
|
2542
|
-
copy: "\xA9",
|
|
2543
|
-
copysr: "\u2117",
|
|
2544
|
-
crarr: "\u21B5",
|
|
2545
|
-
cross: "\u2717",
|
|
2546
|
-
cscr: "\u{1D4B8}",
|
|
2547
|
-
csub: "\u2ACF",
|
|
2548
|
-
csube: "\u2AD1",
|
|
2549
|
-
csup: "\u2AD0",
|
|
2550
|
-
csupe: "\u2AD2",
|
|
2551
|
-
ctdot: "\u22EF",
|
|
2552
|
-
cudarrl: "\u2938",
|
|
2553
|
-
cudarrr: "\u2935",
|
|
2554
|
-
cuepr: "\u22DE",
|
|
2555
|
-
cuesc: "\u22DF",
|
|
2556
|
-
cularr: "\u21B6",
|
|
2557
|
-
cularrp: "\u293D",
|
|
2558
|
-
cup: "\u222A",
|
|
2559
|
-
cupbrcap: "\u2A48",
|
|
2560
|
-
cupcap: "\u2A46",
|
|
2561
|
-
cupcup: "\u2A4A",
|
|
2562
|
-
cupdot: "\u228D",
|
|
2563
|
-
cupor: "\u2A45",
|
|
2564
|
-
cups: "\u222A\uFE00",
|
|
2565
|
-
curarr: "\u21B7",
|
|
2566
|
-
curarrm: "\u293C",
|
|
2567
|
-
curlyeqprec: "\u22DE",
|
|
2568
|
-
curlyeqsucc: "\u22DF",
|
|
2569
|
-
curlyvee: "\u22CE",
|
|
2570
|
-
curlywedge: "\u22CF",
|
|
2571
|
-
curren: "\xA4",
|
|
2572
|
-
curvearrowleft: "\u21B6",
|
|
2573
|
-
curvearrowright: "\u21B7",
|
|
2574
|
-
cuvee: "\u22CE",
|
|
2575
|
-
cuwed: "\u22CF",
|
|
2576
|
-
cwconint: "\u2232",
|
|
2577
|
-
cwint: "\u2231",
|
|
2578
|
-
cylcty: "\u232D",
|
|
2579
|
-
dArr: "\u21D3",
|
|
2580
|
-
dHar: "\u2965",
|
|
2581
|
-
dagger: "\u2020",
|
|
2582
|
-
daleth: "\u2138",
|
|
2583
|
-
darr: "\u2193",
|
|
2584
|
-
dash: "\u2010",
|
|
2585
|
-
dashv: "\u22A3",
|
|
2586
|
-
dbkarow: "\u290F",
|
|
2587
|
-
dblac: "\u02DD",
|
|
2588
|
-
dcaron: "\u010F",
|
|
2589
|
-
dcy: "\u0434",
|
|
2590
|
-
dd: "\u2146",
|
|
2591
|
-
ddagger: "\u2021",
|
|
2592
|
-
ddarr: "\u21CA",
|
|
2593
|
-
ddotseq: "\u2A77",
|
|
2594
|
-
deg: "\xB0",
|
|
2595
|
-
delta: "\u03B4",
|
|
2596
|
-
demptyv: "\u29B1",
|
|
2597
|
-
dfisht: "\u297F",
|
|
2598
|
-
dfr: "\u{1D521}",
|
|
2599
|
-
dharl: "\u21C3",
|
|
2600
|
-
dharr: "\u21C2",
|
|
2601
|
-
diam: "\u22C4",
|
|
2602
|
-
diamond: "\u22C4",
|
|
2603
|
-
diamondsuit: "\u2666",
|
|
2604
|
-
diams: "\u2666",
|
|
2605
|
-
die: "\xA8",
|
|
2606
|
-
digamma: "\u03DD",
|
|
2607
|
-
disin: "\u22F2",
|
|
2608
|
-
div: "\xF7",
|
|
2609
|
-
divide: "\xF7",
|
|
2610
|
-
divideontimes: "\u22C7",
|
|
2611
|
-
divonx: "\u22C7",
|
|
2612
|
-
djcy: "\u0452",
|
|
2613
|
-
dlcorn: "\u231E",
|
|
2614
|
-
dlcrop: "\u230D",
|
|
2615
|
-
dollar: "$",
|
|
2616
|
-
dopf: "\u{1D555}",
|
|
2617
|
-
dot: "\u02D9",
|
|
2618
|
-
doteq: "\u2250",
|
|
2619
|
-
doteqdot: "\u2251",
|
|
2620
|
-
dotminus: "\u2238",
|
|
2621
|
-
dotplus: "\u2214",
|
|
2622
|
-
dotsquare: "\u22A1",
|
|
2623
|
-
doublebarwedge: "\u2306",
|
|
2624
|
-
downarrow: "\u2193",
|
|
2625
|
-
downdownarrows: "\u21CA",
|
|
2626
|
-
downharpoonleft: "\u21C3",
|
|
2627
|
-
downharpoonright: "\u21C2",
|
|
2628
|
-
drbkarow: "\u2910",
|
|
2629
|
-
drcorn: "\u231F",
|
|
2630
|
-
drcrop: "\u230C",
|
|
2631
|
-
dscr: "\u{1D4B9}",
|
|
2632
|
-
dscy: "\u0455",
|
|
2633
|
-
dsol: "\u29F6",
|
|
2634
|
-
dstrok: "\u0111",
|
|
2635
|
-
dtdot: "\u22F1",
|
|
2636
|
-
dtri: "\u25BF",
|
|
2637
|
-
dtrif: "\u25BE",
|
|
2638
|
-
duarr: "\u21F5",
|
|
2639
|
-
duhar: "\u296F",
|
|
2640
|
-
dwangle: "\u29A6",
|
|
2641
|
-
dzcy: "\u045F",
|
|
2642
|
-
dzigrarr: "\u27FF",
|
|
2643
|
-
eDDot: "\u2A77",
|
|
2644
|
-
eDot: "\u2251",
|
|
2645
|
-
eacute: "\xE9",
|
|
2646
|
-
easter: "\u2A6E",
|
|
2647
|
-
ecaron: "\u011B",
|
|
2648
|
-
ecir: "\u2256",
|
|
2649
|
-
ecirc: "\xEA",
|
|
2650
|
-
ecolon: "\u2255",
|
|
2651
|
-
ecy: "\u044D",
|
|
2652
|
-
edot: "\u0117",
|
|
2653
|
-
ee: "\u2147",
|
|
2654
|
-
efDot: "\u2252",
|
|
2655
|
-
efr: "\u{1D522}",
|
|
2656
|
-
eg: "\u2A9A",
|
|
2657
|
-
egrave: "\xE8",
|
|
2658
|
-
egs: "\u2A96",
|
|
2659
|
-
egsdot: "\u2A98",
|
|
2660
|
-
el: "\u2A99",
|
|
2661
|
-
elinters: "\u23E7",
|
|
2662
|
-
ell: "\u2113",
|
|
2663
|
-
els: "\u2A95",
|
|
2664
|
-
elsdot: "\u2A97",
|
|
2665
|
-
emacr: "\u0113",
|
|
2666
|
-
empty: "\u2205",
|
|
2667
|
-
emptyset: "\u2205",
|
|
2668
|
-
emptyv: "\u2205",
|
|
2669
|
-
emsp13: "\u2004",
|
|
2670
|
-
emsp14: "\u2005",
|
|
2671
|
-
emsp: "\u2003",
|
|
2672
|
-
eng: "\u014B",
|
|
2673
|
-
ensp: "\u2002",
|
|
2674
|
-
eogon: "\u0119",
|
|
2675
|
-
eopf: "\u{1D556}",
|
|
2676
|
-
epar: "\u22D5",
|
|
2677
|
-
eparsl: "\u29E3",
|
|
2678
|
-
eplus: "\u2A71",
|
|
2679
|
-
epsi: "\u03B5",
|
|
2680
|
-
epsilon: "\u03B5",
|
|
2681
|
-
epsiv: "\u03F5",
|
|
2682
|
-
eqcirc: "\u2256",
|
|
2683
|
-
eqcolon: "\u2255",
|
|
2684
|
-
eqsim: "\u2242",
|
|
2685
|
-
eqslantgtr: "\u2A96",
|
|
2686
|
-
eqslantless: "\u2A95",
|
|
2687
|
-
equals: "=",
|
|
2688
|
-
equest: "\u225F",
|
|
2689
|
-
equiv: "\u2261",
|
|
2690
|
-
equivDD: "\u2A78",
|
|
2691
|
-
eqvparsl: "\u29E5",
|
|
2692
|
-
erDot: "\u2253",
|
|
2693
|
-
erarr: "\u2971",
|
|
2694
|
-
escr: "\u212F",
|
|
2695
|
-
esdot: "\u2250",
|
|
2696
|
-
esim: "\u2242",
|
|
2697
|
-
eta: "\u03B7",
|
|
2698
|
-
eth: "\xF0",
|
|
2699
|
-
euml: "\xEB",
|
|
2700
|
-
euro: "\u20AC",
|
|
2701
|
-
excl: "!",
|
|
2702
|
-
exist: "\u2203",
|
|
2703
|
-
expectation: "\u2130",
|
|
2704
|
-
exponentiale: "\u2147",
|
|
2705
|
-
fallingdotseq: "\u2252",
|
|
2706
|
-
fcy: "\u0444",
|
|
2707
|
-
female: "\u2640",
|
|
2708
|
-
ffilig: "\uFB03",
|
|
2709
|
-
fflig: "\uFB00",
|
|
2710
|
-
ffllig: "\uFB04",
|
|
2711
|
-
ffr: "\u{1D523}",
|
|
2712
|
-
filig: "\uFB01",
|
|
2713
|
-
fjlig: "fj",
|
|
2714
|
-
flat: "\u266D",
|
|
2715
|
-
fllig: "\uFB02",
|
|
2716
|
-
fltns: "\u25B1",
|
|
2717
|
-
fnof: "\u0192",
|
|
2718
|
-
fopf: "\u{1D557}",
|
|
2719
|
-
forall: "\u2200",
|
|
2720
|
-
fork: "\u22D4",
|
|
2721
|
-
forkv: "\u2AD9",
|
|
2722
|
-
fpartint: "\u2A0D",
|
|
2723
|
-
frac12: "\xBD",
|
|
2724
|
-
frac13: "\u2153",
|
|
2725
|
-
frac14: "\xBC",
|
|
2726
|
-
frac15: "\u2155",
|
|
2727
|
-
frac16: "\u2159",
|
|
2728
|
-
frac18: "\u215B",
|
|
2729
|
-
frac23: "\u2154",
|
|
2730
|
-
frac25: "\u2156",
|
|
2731
|
-
frac34: "\xBE",
|
|
2732
|
-
frac35: "\u2157",
|
|
2733
|
-
frac38: "\u215C",
|
|
2734
|
-
frac45: "\u2158",
|
|
2735
|
-
frac56: "\u215A",
|
|
2736
|
-
frac58: "\u215D",
|
|
2737
|
-
frac78: "\u215E",
|
|
2738
|
-
frasl: "\u2044",
|
|
2739
|
-
frown: "\u2322",
|
|
2740
|
-
fscr: "\u{1D4BB}",
|
|
2741
|
-
gE: "\u2267",
|
|
2742
|
-
gEl: "\u2A8C",
|
|
2743
|
-
gacute: "\u01F5",
|
|
2744
|
-
gamma: "\u03B3",
|
|
2745
|
-
gammad: "\u03DD",
|
|
2746
|
-
gap: "\u2A86",
|
|
2747
|
-
gbreve: "\u011F",
|
|
2748
|
-
gcirc: "\u011D",
|
|
2749
|
-
gcy: "\u0433",
|
|
2750
|
-
gdot: "\u0121",
|
|
2751
|
-
ge: "\u2265",
|
|
2752
|
-
gel: "\u22DB",
|
|
2753
|
-
geq: "\u2265",
|
|
2754
|
-
geqq: "\u2267",
|
|
2755
|
-
geqslant: "\u2A7E",
|
|
2756
|
-
ges: "\u2A7E",
|
|
2757
|
-
gescc: "\u2AA9",
|
|
2758
|
-
gesdot: "\u2A80",
|
|
2759
|
-
gesdoto: "\u2A82",
|
|
2760
|
-
gesdotol: "\u2A84",
|
|
2761
|
-
gesl: "\u22DB\uFE00",
|
|
2762
|
-
gesles: "\u2A94",
|
|
2763
|
-
gfr: "\u{1D524}",
|
|
2764
|
-
gg: "\u226B",
|
|
2765
|
-
ggg: "\u22D9",
|
|
2766
|
-
gimel: "\u2137",
|
|
2767
|
-
gjcy: "\u0453",
|
|
2768
|
-
gl: "\u2277",
|
|
2769
|
-
glE: "\u2A92",
|
|
2770
|
-
gla: "\u2AA5",
|
|
2771
|
-
glj: "\u2AA4",
|
|
2772
|
-
gnE: "\u2269",
|
|
2773
|
-
gnap: "\u2A8A",
|
|
2774
|
-
gnapprox: "\u2A8A",
|
|
2775
|
-
gne: "\u2A88",
|
|
2776
|
-
gneq: "\u2A88",
|
|
2777
|
-
gneqq: "\u2269",
|
|
2778
|
-
gnsim: "\u22E7",
|
|
2779
|
-
gopf: "\u{1D558}",
|
|
2780
|
-
grave: "`",
|
|
2781
|
-
gscr: "\u210A",
|
|
2782
|
-
gsim: "\u2273",
|
|
2783
|
-
gsime: "\u2A8E",
|
|
2784
|
-
gsiml: "\u2A90",
|
|
2785
|
-
gt: ">",
|
|
2786
|
-
gtcc: "\u2AA7",
|
|
2787
|
-
gtcir: "\u2A7A",
|
|
2788
|
-
gtdot: "\u22D7",
|
|
2789
|
-
gtlPar: "\u2995",
|
|
2790
|
-
gtquest: "\u2A7C",
|
|
2791
|
-
gtrapprox: "\u2A86",
|
|
2792
|
-
gtrarr: "\u2978",
|
|
2793
|
-
gtrdot: "\u22D7",
|
|
2794
|
-
gtreqless: "\u22DB",
|
|
2795
|
-
gtreqqless: "\u2A8C",
|
|
2796
|
-
gtrless: "\u2277",
|
|
2797
|
-
gtrsim: "\u2273",
|
|
2798
|
-
gvertneqq: "\u2269\uFE00",
|
|
2799
|
-
gvnE: "\u2269\uFE00",
|
|
2800
|
-
hArr: "\u21D4",
|
|
2801
|
-
hairsp: "\u200A",
|
|
2802
|
-
half: "\xBD",
|
|
2803
|
-
hamilt: "\u210B",
|
|
2804
|
-
hardcy: "\u044A",
|
|
2805
|
-
harr: "\u2194",
|
|
2806
|
-
harrcir: "\u2948",
|
|
2807
|
-
harrw: "\u21AD",
|
|
2808
|
-
hbar: "\u210F",
|
|
2809
|
-
hcirc: "\u0125",
|
|
2810
|
-
hearts: "\u2665",
|
|
2811
|
-
heartsuit: "\u2665",
|
|
2812
|
-
hellip: "\u2026",
|
|
2813
|
-
hercon: "\u22B9",
|
|
2814
|
-
hfr: "\u{1D525}",
|
|
2815
|
-
hksearow: "\u2925",
|
|
2816
|
-
hkswarow: "\u2926",
|
|
2817
|
-
hoarr: "\u21FF",
|
|
2818
|
-
homtht: "\u223B",
|
|
2819
|
-
hookleftarrow: "\u21A9",
|
|
2820
|
-
hookrightarrow: "\u21AA",
|
|
2821
|
-
hopf: "\u{1D559}",
|
|
2822
|
-
horbar: "\u2015",
|
|
2823
|
-
hscr: "\u{1D4BD}",
|
|
2824
|
-
hslash: "\u210F",
|
|
2825
|
-
hstrok: "\u0127",
|
|
2826
|
-
hybull: "\u2043",
|
|
2827
|
-
hyphen: "\u2010",
|
|
2828
|
-
iacute: "\xED",
|
|
2829
|
-
ic: "\u2063",
|
|
2830
|
-
icirc: "\xEE",
|
|
2831
|
-
icy: "\u0438",
|
|
2832
|
-
iecy: "\u0435",
|
|
2833
|
-
iexcl: "\xA1",
|
|
2834
|
-
iff: "\u21D4",
|
|
2835
|
-
ifr: "\u{1D526}",
|
|
2836
|
-
igrave: "\xEC",
|
|
2837
|
-
ii: "\u2148",
|
|
2838
|
-
iiiint: "\u2A0C",
|
|
2839
|
-
iiint: "\u222D",
|
|
2840
|
-
iinfin: "\u29DC",
|
|
2841
|
-
iiota: "\u2129",
|
|
2842
|
-
ijlig: "\u0133",
|
|
2843
|
-
imacr: "\u012B",
|
|
2844
|
-
image: "\u2111",
|
|
2845
|
-
imagline: "\u2110",
|
|
2846
|
-
imagpart: "\u2111",
|
|
2847
|
-
imath: "\u0131",
|
|
2848
|
-
imof: "\u22B7",
|
|
2849
|
-
imped: "\u01B5",
|
|
2850
|
-
in: "\u2208",
|
|
2851
|
-
incare: "\u2105",
|
|
2852
|
-
infin: "\u221E",
|
|
2853
|
-
infintie: "\u29DD",
|
|
2854
|
-
inodot: "\u0131",
|
|
2855
|
-
int: "\u222B",
|
|
2856
|
-
intcal: "\u22BA",
|
|
2857
|
-
integers: "\u2124",
|
|
2858
|
-
intercal: "\u22BA",
|
|
2859
|
-
intlarhk: "\u2A17",
|
|
2860
|
-
intprod: "\u2A3C",
|
|
2861
|
-
iocy: "\u0451",
|
|
2862
|
-
iogon: "\u012F",
|
|
2863
|
-
iopf: "\u{1D55A}",
|
|
2864
|
-
iota: "\u03B9",
|
|
2865
|
-
iprod: "\u2A3C",
|
|
2866
|
-
iquest: "\xBF",
|
|
2867
|
-
iscr: "\u{1D4BE}",
|
|
2868
|
-
isin: "\u2208",
|
|
2869
|
-
isinE: "\u22F9",
|
|
2870
|
-
isindot: "\u22F5",
|
|
2871
|
-
isins: "\u22F4",
|
|
2872
|
-
isinsv: "\u22F3",
|
|
2873
|
-
isinv: "\u2208",
|
|
2874
|
-
it: "\u2062",
|
|
2875
|
-
itilde: "\u0129",
|
|
2876
|
-
iukcy: "\u0456",
|
|
2877
|
-
iuml: "\xEF",
|
|
2878
|
-
jcirc: "\u0135",
|
|
2879
|
-
jcy: "\u0439",
|
|
2880
|
-
jfr: "\u{1D527}",
|
|
2881
|
-
jmath: "\u0237",
|
|
2882
|
-
jopf: "\u{1D55B}",
|
|
2883
|
-
jscr: "\u{1D4BF}",
|
|
2884
|
-
jsercy: "\u0458",
|
|
2885
|
-
jukcy: "\u0454",
|
|
2886
|
-
kappa: "\u03BA",
|
|
2887
|
-
kappav: "\u03F0",
|
|
2888
|
-
kcedil: "\u0137",
|
|
2889
|
-
kcy: "\u043A",
|
|
2890
|
-
kfr: "\u{1D528}",
|
|
2891
|
-
kgreen: "\u0138",
|
|
2892
|
-
khcy: "\u0445",
|
|
2893
|
-
kjcy: "\u045C",
|
|
2894
|
-
kopf: "\u{1D55C}",
|
|
2895
|
-
kscr: "\u{1D4C0}",
|
|
2896
|
-
lAarr: "\u21DA",
|
|
2897
|
-
lArr: "\u21D0",
|
|
2898
|
-
lAtail: "\u291B",
|
|
2899
|
-
lBarr: "\u290E",
|
|
2900
|
-
lE: "\u2266",
|
|
2901
|
-
lEg: "\u2A8B",
|
|
2902
|
-
lHar: "\u2962",
|
|
2903
|
-
lacute: "\u013A",
|
|
2904
|
-
laemptyv: "\u29B4",
|
|
2905
|
-
lagran: "\u2112",
|
|
2906
|
-
lambda: "\u03BB",
|
|
2907
|
-
lang: "\u27E8",
|
|
2908
|
-
langd: "\u2991",
|
|
2909
|
-
langle: "\u27E8",
|
|
2910
|
-
lap: "\u2A85",
|
|
2911
|
-
laquo: "\xAB",
|
|
2912
|
-
larr: "\u2190",
|
|
2913
|
-
larrb: "\u21E4",
|
|
2914
|
-
larrbfs: "\u291F",
|
|
2915
|
-
larrfs: "\u291D",
|
|
2916
|
-
larrhk: "\u21A9",
|
|
2917
|
-
larrlp: "\u21AB",
|
|
2918
|
-
larrpl: "\u2939",
|
|
2919
|
-
larrsim: "\u2973",
|
|
2920
|
-
larrtl: "\u21A2",
|
|
2921
|
-
lat: "\u2AAB",
|
|
2922
|
-
latail: "\u2919",
|
|
2923
|
-
late: "\u2AAD",
|
|
2924
|
-
lates: "\u2AAD\uFE00",
|
|
2925
|
-
lbarr: "\u290C",
|
|
2926
|
-
lbbrk: "\u2772",
|
|
2927
|
-
lbrace: "{",
|
|
2928
|
-
lbrack: "[",
|
|
2929
|
-
lbrke: "\u298B",
|
|
2930
|
-
lbrksld: "\u298F",
|
|
2931
|
-
lbrkslu: "\u298D",
|
|
2932
|
-
lcaron: "\u013E",
|
|
2933
|
-
lcedil: "\u013C",
|
|
2934
|
-
lceil: "\u2308",
|
|
2935
|
-
lcub: "{",
|
|
2936
|
-
lcy: "\u043B",
|
|
2937
|
-
ldca: "\u2936",
|
|
2938
|
-
ldquo: "\u201C",
|
|
2939
|
-
ldquor: "\u201E",
|
|
2940
|
-
ldrdhar: "\u2967",
|
|
2941
|
-
ldrushar: "\u294B",
|
|
2942
|
-
ldsh: "\u21B2",
|
|
2943
|
-
le: "\u2264",
|
|
2944
|
-
leftarrow: "\u2190",
|
|
2945
|
-
leftarrowtail: "\u21A2",
|
|
2946
|
-
leftharpoondown: "\u21BD",
|
|
2947
|
-
leftharpoonup: "\u21BC",
|
|
2948
|
-
leftleftarrows: "\u21C7",
|
|
2949
|
-
leftrightarrow: "\u2194",
|
|
2950
|
-
leftrightarrows: "\u21C6",
|
|
2951
|
-
leftrightharpoons: "\u21CB",
|
|
2952
|
-
leftrightsquigarrow: "\u21AD",
|
|
2953
|
-
leftthreetimes: "\u22CB",
|
|
2954
|
-
leg: "\u22DA",
|
|
2955
|
-
leq: "\u2264",
|
|
2956
|
-
leqq: "\u2266",
|
|
2957
|
-
leqslant: "\u2A7D",
|
|
2958
|
-
les: "\u2A7D",
|
|
2959
|
-
lescc: "\u2AA8",
|
|
2960
|
-
lesdot: "\u2A7F",
|
|
2961
|
-
lesdoto: "\u2A81",
|
|
2962
|
-
lesdotor: "\u2A83",
|
|
2963
|
-
lesg: "\u22DA\uFE00",
|
|
2964
|
-
lesges: "\u2A93",
|
|
2965
|
-
lessapprox: "\u2A85",
|
|
2966
|
-
lessdot: "\u22D6",
|
|
2967
|
-
lesseqgtr: "\u22DA",
|
|
2968
|
-
lesseqqgtr: "\u2A8B",
|
|
2969
|
-
lessgtr: "\u2276",
|
|
2970
|
-
lesssim: "\u2272",
|
|
2971
|
-
lfisht: "\u297C",
|
|
2972
|
-
lfloor: "\u230A",
|
|
2973
|
-
lfr: "\u{1D529}",
|
|
2974
|
-
lg: "\u2276",
|
|
2975
|
-
lgE: "\u2A91",
|
|
2976
|
-
lhard: "\u21BD",
|
|
2977
|
-
lharu: "\u21BC",
|
|
2978
|
-
lharul: "\u296A",
|
|
2979
|
-
lhblk: "\u2584",
|
|
2980
|
-
ljcy: "\u0459",
|
|
2981
|
-
ll: "\u226A",
|
|
2982
|
-
llarr: "\u21C7",
|
|
2983
|
-
llcorner: "\u231E",
|
|
2984
|
-
llhard: "\u296B",
|
|
2985
|
-
lltri: "\u25FA",
|
|
2986
|
-
lmidot: "\u0140",
|
|
2987
|
-
lmoust: "\u23B0",
|
|
2988
|
-
lmoustache: "\u23B0",
|
|
2989
|
-
lnE: "\u2268",
|
|
2990
|
-
lnap: "\u2A89",
|
|
2991
|
-
lnapprox: "\u2A89",
|
|
2992
|
-
lne: "\u2A87",
|
|
2993
|
-
lneq: "\u2A87",
|
|
2994
|
-
lneqq: "\u2268",
|
|
2995
|
-
lnsim: "\u22E6",
|
|
2996
|
-
loang: "\u27EC",
|
|
2997
|
-
loarr: "\u21FD",
|
|
2998
|
-
lobrk: "\u27E6",
|
|
2999
|
-
longleftarrow: "\u27F5",
|
|
3000
|
-
longleftrightarrow: "\u27F7",
|
|
3001
|
-
longmapsto: "\u27FC",
|
|
3002
|
-
longrightarrow: "\u27F6",
|
|
3003
|
-
looparrowleft: "\u21AB",
|
|
3004
|
-
looparrowright: "\u21AC",
|
|
3005
|
-
lopar: "\u2985",
|
|
3006
|
-
lopf: "\u{1D55D}",
|
|
3007
|
-
loplus: "\u2A2D",
|
|
3008
|
-
lotimes: "\u2A34",
|
|
3009
|
-
lowast: "\u2217",
|
|
3010
|
-
lowbar: "_",
|
|
3011
|
-
loz: "\u25CA",
|
|
3012
|
-
lozenge: "\u25CA",
|
|
3013
|
-
lozf: "\u29EB",
|
|
3014
|
-
lpar: "(",
|
|
3015
|
-
lparlt: "\u2993",
|
|
3016
|
-
lrarr: "\u21C6",
|
|
3017
|
-
lrcorner: "\u231F",
|
|
3018
|
-
lrhar: "\u21CB",
|
|
3019
|
-
lrhard: "\u296D",
|
|
3020
|
-
lrm: "\u200E",
|
|
3021
|
-
lrtri: "\u22BF",
|
|
3022
|
-
lsaquo: "\u2039",
|
|
3023
|
-
lscr: "\u{1D4C1}",
|
|
3024
|
-
lsh: "\u21B0",
|
|
3025
|
-
lsim: "\u2272",
|
|
3026
|
-
lsime: "\u2A8D",
|
|
3027
|
-
lsimg: "\u2A8F",
|
|
3028
|
-
lsqb: "[",
|
|
3029
|
-
lsquo: "\u2018",
|
|
3030
|
-
lsquor: "\u201A",
|
|
3031
|
-
lstrok: "\u0142",
|
|
3032
|
-
lt: "<",
|
|
3033
|
-
ltcc: "\u2AA6",
|
|
3034
|
-
ltcir: "\u2A79",
|
|
3035
|
-
ltdot: "\u22D6",
|
|
3036
|
-
lthree: "\u22CB",
|
|
3037
|
-
ltimes: "\u22C9",
|
|
3038
|
-
ltlarr: "\u2976",
|
|
3039
|
-
ltquest: "\u2A7B",
|
|
3040
|
-
ltrPar: "\u2996",
|
|
3041
|
-
ltri: "\u25C3",
|
|
3042
|
-
ltrie: "\u22B4",
|
|
3043
|
-
ltrif: "\u25C2",
|
|
3044
|
-
lurdshar: "\u294A",
|
|
3045
|
-
luruhar: "\u2966",
|
|
3046
|
-
lvertneqq: "\u2268\uFE00",
|
|
3047
|
-
lvnE: "\u2268\uFE00",
|
|
3048
|
-
mDDot: "\u223A",
|
|
3049
|
-
macr: "\xAF",
|
|
3050
|
-
male: "\u2642",
|
|
3051
|
-
malt: "\u2720",
|
|
3052
|
-
maltese: "\u2720",
|
|
3053
|
-
map: "\u21A6",
|
|
3054
|
-
mapsto: "\u21A6",
|
|
3055
|
-
mapstodown: "\u21A7",
|
|
3056
|
-
mapstoleft: "\u21A4",
|
|
3057
|
-
mapstoup: "\u21A5",
|
|
3058
|
-
marker: "\u25AE",
|
|
3059
|
-
mcomma: "\u2A29",
|
|
3060
|
-
mcy: "\u043C",
|
|
3061
|
-
mdash: "\u2014",
|
|
3062
|
-
measuredangle: "\u2221",
|
|
3063
|
-
mfr: "\u{1D52A}",
|
|
3064
|
-
mho: "\u2127",
|
|
3065
|
-
micro: "\xB5",
|
|
3066
|
-
mid: "\u2223",
|
|
3067
|
-
midast: "*",
|
|
3068
|
-
midcir: "\u2AF0",
|
|
3069
|
-
middot: "\xB7",
|
|
3070
|
-
minus: "\u2212",
|
|
3071
|
-
minusb: "\u229F",
|
|
3072
|
-
minusd: "\u2238",
|
|
3073
|
-
minusdu: "\u2A2A",
|
|
3074
|
-
mlcp: "\u2ADB",
|
|
3075
|
-
mldr: "\u2026",
|
|
3076
|
-
mnplus: "\u2213",
|
|
3077
|
-
models: "\u22A7",
|
|
3078
|
-
mopf: "\u{1D55E}",
|
|
3079
|
-
mp: "\u2213",
|
|
3080
|
-
mscr: "\u{1D4C2}",
|
|
3081
|
-
mstpos: "\u223E",
|
|
3082
|
-
mu: "\u03BC",
|
|
3083
|
-
multimap: "\u22B8",
|
|
3084
|
-
mumap: "\u22B8",
|
|
3085
|
-
nGg: "\u22D9\u0338",
|
|
3086
|
-
nGt: "\u226B\u20D2",
|
|
3087
|
-
nGtv: "\u226B\u0338",
|
|
3088
|
-
nLeftarrow: "\u21CD",
|
|
3089
|
-
nLeftrightarrow: "\u21CE",
|
|
3090
|
-
nLl: "\u22D8\u0338",
|
|
3091
|
-
nLt: "\u226A\u20D2",
|
|
3092
|
-
nLtv: "\u226A\u0338",
|
|
3093
|
-
nRightarrow: "\u21CF",
|
|
3094
|
-
nVDash: "\u22AF",
|
|
3095
|
-
nVdash: "\u22AE",
|
|
3096
|
-
nabla: "\u2207",
|
|
3097
|
-
nacute: "\u0144",
|
|
3098
|
-
nang: "\u2220\u20D2",
|
|
3099
|
-
nap: "\u2249",
|
|
3100
|
-
napE: "\u2A70\u0338",
|
|
3101
|
-
napid: "\u224B\u0338",
|
|
3102
|
-
napos: "\u0149",
|
|
3103
|
-
napprox: "\u2249",
|
|
3104
|
-
natur: "\u266E",
|
|
3105
|
-
natural: "\u266E",
|
|
3106
|
-
naturals: "\u2115",
|
|
3107
|
-
nbsp: "\xA0",
|
|
3108
|
-
nbump: "\u224E\u0338",
|
|
3109
|
-
nbumpe: "\u224F\u0338",
|
|
3110
|
-
ncap: "\u2A43",
|
|
3111
|
-
ncaron: "\u0148",
|
|
3112
|
-
ncedil: "\u0146",
|
|
3113
|
-
ncong: "\u2247",
|
|
3114
|
-
ncongdot: "\u2A6D\u0338",
|
|
3115
|
-
ncup: "\u2A42",
|
|
3116
|
-
ncy: "\u043D",
|
|
3117
|
-
ndash: "\u2013",
|
|
3118
|
-
ne: "\u2260",
|
|
3119
|
-
neArr: "\u21D7",
|
|
3120
|
-
nearhk: "\u2924",
|
|
3121
|
-
nearr: "\u2197",
|
|
3122
|
-
nearrow: "\u2197",
|
|
3123
|
-
nedot: "\u2250\u0338",
|
|
3124
|
-
nequiv: "\u2262",
|
|
3125
|
-
nesear: "\u2928",
|
|
3126
|
-
nesim: "\u2242\u0338",
|
|
3127
|
-
nexist: "\u2204",
|
|
3128
|
-
nexists: "\u2204",
|
|
3129
|
-
nfr: "\u{1D52B}",
|
|
3130
|
-
ngE: "\u2267\u0338",
|
|
3131
|
-
nge: "\u2271",
|
|
3132
|
-
ngeq: "\u2271",
|
|
3133
|
-
ngeqq: "\u2267\u0338",
|
|
3134
|
-
ngeqslant: "\u2A7E\u0338",
|
|
3135
|
-
nges: "\u2A7E\u0338",
|
|
3136
|
-
ngsim: "\u2275",
|
|
3137
|
-
ngt: "\u226F",
|
|
3138
|
-
ngtr: "\u226F",
|
|
3139
|
-
nhArr: "\u21CE",
|
|
3140
|
-
nharr: "\u21AE",
|
|
3141
|
-
nhpar: "\u2AF2",
|
|
3142
|
-
ni: "\u220B",
|
|
3143
|
-
nis: "\u22FC",
|
|
3144
|
-
nisd: "\u22FA",
|
|
3145
|
-
niv: "\u220B",
|
|
3146
|
-
njcy: "\u045A",
|
|
3147
|
-
nlArr: "\u21CD",
|
|
3148
|
-
nlE: "\u2266\u0338",
|
|
3149
|
-
nlarr: "\u219A",
|
|
3150
|
-
nldr: "\u2025",
|
|
3151
|
-
nle: "\u2270",
|
|
3152
|
-
nleftarrow: "\u219A",
|
|
3153
|
-
nleftrightarrow: "\u21AE",
|
|
3154
|
-
nleq: "\u2270",
|
|
3155
|
-
nleqq: "\u2266\u0338",
|
|
3156
|
-
nleqslant: "\u2A7D\u0338",
|
|
3157
|
-
nles: "\u2A7D\u0338",
|
|
3158
|
-
nless: "\u226E",
|
|
3159
|
-
nlsim: "\u2274",
|
|
3160
|
-
nlt: "\u226E",
|
|
3161
|
-
nltri: "\u22EA",
|
|
3162
|
-
nltrie: "\u22EC",
|
|
3163
|
-
nmid: "\u2224",
|
|
3164
|
-
nopf: "\u{1D55F}",
|
|
3165
|
-
not: "\xAC",
|
|
3166
|
-
notin: "\u2209",
|
|
3167
|
-
notinE: "\u22F9\u0338",
|
|
3168
|
-
notindot: "\u22F5\u0338",
|
|
3169
|
-
notinva: "\u2209",
|
|
3170
|
-
notinvb: "\u22F7",
|
|
3171
|
-
notinvc: "\u22F6",
|
|
3172
|
-
notni: "\u220C",
|
|
3173
|
-
notniva: "\u220C",
|
|
3174
|
-
notnivb: "\u22FE",
|
|
3175
|
-
notnivc: "\u22FD",
|
|
3176
|
-
npar: "\u2226",
|
|
3177
|
-
nparallel: "\u2226",
|
|
3178
|
-
nparsl: "\u2AFD\u20E5",
|
|
3179
|
-
npart: "\u2202\u0338",
|
|
3180
|
-
npolint: "\u2A14",
|
|
3181
|
-
npr: "\u2280",
|
|
3182
|
-
nprcue: "\u22E0",
|
|
3183
|
-
npre: "\u2AAF\u0338",
|
|
3184
|
-
nprec: "\u2280",
|
|
3185
|
-
npreceq: "\u2AAF\u0338",
|
|
3186
|
-
nrArr: "\u21CF",
|
|
3187
|
-
nrarr: "\u219B",
|
|
3188
|
-
nrarrc: "\u2933\u0338",
|
|
3189
|
-
nrarrw: "\u219D\u0338",
|
|
3190
|
-
nrightarrow: "\u219B",
|
|
3191
|
-
nrtri: "\u22EB",
|
|
3192
|
-
nrtrie: "\u22ED",
|
|
3193
|
-
nsc: "\u2281",
|
|
3194
|
-
nsccue: "\u22E1",
|
|
3195
|
-
nsce: "\u2AB0\u0338",
|
|
3196
|
-
nscr: "\u{1D4C3}",
|
|
3197
|
-
nshortmid: "\u2224",
|
|
3198
|
-
nshortparallel: "\u2226",
|
|
3199
|
-
nsim: "\u2241",
|
|
3200
|
-
nsime: "\u2244",
|
|
3201
|
-
nsimeq: "\u2244",
|
|
3202
|
-
nsmid: "\u2224",
|
|
3203
|
-
nspar: "\u2226",
|
|
3204
|
-
nsqsube: "\u22E2",
|
|
3205
|
-
nsqsupe: "\u22E3",
|
|
3206
|
-
nsub: "\u2284",
|
|
3207
|
-
nsubE: "\u2AC5\u0338",
|
|
3208
|
-
nsube: "\u2288",
|
|
3209
|
-
nsubset: "\u2282\u20D2",
|
|
3210
|
-
nsubseteq: "\u2288",
|
|
3211
|
-
nsubseteqq: "\u2AC5\u0338",
|
|
3212
|
-
nsucc: "\u2281",
|
|
3213
|
-
nsucceq: "\u2AB0\u0338",
|
|
3214
|
-
nsup: "\u2285",
|
|
3215
|
-
nsupE: "\u2AC6\u0338",
|
|
3216
|
-
nsupe: "\u2289",
|
|
3217
|
-
nsupset: "\u2283\u20D2",
|
|
3218
|
-
nsupseteq: "\u2289",
|
|
3219
|
-
nsupseteqq: "\u2AC6\u0338",
|
|
3220
|
-
ntgl: "\u2279",
|
|
3221
|
-
ntilde: "\xF1",
|
|
3222
|
-
ntlg: "\u2278",
|
|
3223
|
-
ntriangleleft: "\u22EA",
|
|
3224
|
-
ntrianglelefteq: "\u22EC",
|
|
3225
|
-
ntriangleright: "\u22EB",
|
|
3226
|
-
ntrianglerighteq: "\u22ED",
|
|
3227
|
-
nu: "\u03BD",
|
|
3228
|
-
num: "#",
|
|
3229
|
-
numero: "\u2116",
|
|
3230
|
-
numsp: "\u2007",
|
|
3231
|
-
nvDash: "\u22AD",
|
|
3232
|
-
nvHarr: "\u2904",
|
|
3233
|
-
nvap: "\u224D\u20D2",
|
|
3234
|
-
nvdash: "\u22AC",
|
|
3235
|
-
nvge: "\u2265\u20D2",
|
|
3236
|
-
nvgt: ">\u20D2",
|
|
3237
|
-
nvinfin: "\u29DE",
|
|
3238
|
-
nvlArr: "\u2902",
|
|
3239
|
-
nvle: "\u2264\u20D2",
|
|
3240
|
-
nvlt: "<\u20D2",
|
|
3241
|
-
nvltrie: "\u22B4\u20D2",
|
|
3242
|
-
nvrArr: "\u2903",
|
|
3243
|
-
nvrtrie: "\u22B5\u20D2",
|
|
3244
|
-
nvsim: "\u223C\u20D2",
|
|
3245
|
-
nwArr: "\u21D6",
|
|
3246
|
-
nwarhk: "\u2923",
|
|
3247
|
-
nwarr: "\u2196",
|
|
3248
|
-
nwarrow: "\u2196",
|
|
3249
|
-
nwnear: "\u2927",
|
|
3250
|
-
oS: "\u24C8",
|
|
3251
|
-
oacute: "\xF3",
|
|
3252
|
-
oast: "\u229B",
|
|
3253
|
-
ocir: "\u229A",
|
|
3254
|
-
ocirc: "\xF4",
|
|
3255
|
-
ocy: "\u043E",
|
|
3256
|
-
odash: "\u229D",
|
|
3257
|
-
odblac: "\u0151",
|
|
3258
|
-
odiv: "\u2A38",
|
|
3259
|
-
odot: "\u2299",
|
|
3260
|
-
odsold: "\u29BC",
|
|
3261
|
-
oelig: "\u0153",
|
|
3262
|
-
ofcir: "\u29BF",
|
|
3263
|
-
ofr: "\u{1D52C}",
|
|
3264
|
-
ogon: "\u02DB",
|
|
3265
|
-
ograve: "\xF2",
|
|
3266
|
-
ogt: "\u29C1",
|
|
3267
|
-
ohbar: "\u29B5",
|
|
3268
|
-
ohm: "\u03A9",
|
|
3269
|
-
oint: "\u222E",
|
|
3270
|
-
olarr: "\u21BA",
|
|
3271
|
-
olcir: "\u29BE",
|
|
3272
|
-
olcross: "\u29BB",
|
|
3273
|
-
oline: "\u203E",
|
|
3274
|
-
olt: "\u29C0",
|
|
3275
|
-
omacr: "\u014D",
|
|
3276
|
-
omega: "\u03C9",
|
|
3277
|
-
omicron: "\u03BF",
|
|
3278
|
-
omid: "\u29B6",
|
|
3279
|
-
ominus: "\u2296",
|
|
3280
|
-
oopf: "\u{1D560}",
|
|
3281
|
-
opar: "\u29B7",
|
|
3282
|
-
operp: "\u29B9",
|
|
3283
|
-
oplus: "\u2295",
|
|
3284
|
-
or: "\u2228",
|
|
3285
|
-
orarr: "\u21BB",
|
|
3286
|
-
ord: "\u2A5D",
|
|
3287
|
-
order: "\u2134",
|
|
3288
|
-
orderof: "\u2134",
|
|
3289
|
-
ordf: "\xAA",
|
|
3290
|
-
ordm: "\xBA",
|
|
3291
|
-
origof: "\u22B6",
|
|
3292
|
-
oror: "\u2A56",
|
|
3293
|
-
orslope: "\u2A57",
|
|
3294
|
-
orv: "\u2A5B",
|
|
3295
|
-
oscr: "\u2134",
|
|
3296
|
-
oslash: "\xF8",
|
|
3297
|
-
osol: "\u2298",
|
|
3298
|
-
otilde: "\xF5",
|
|
3299
|
-
otimes: "\u2297",
|
|
3300
|
-
otimesas: "\u2A36",
|
|
3301
|
-
ouml: "\xF6",
|
|
3302
|
-
ovbar: "\u233D",
|
|
3303
|
-
par: "\u2225",
|
|
3304
|
-
para: "\xB6",
|
|
3305
|
-
parallel: "\u2225",
|
|
3306
|
-
parsim: "\u2AF3",
|
|
3307
|
-
parsl: "\u2AFD",
|
|
3308
|
-
part: "\u2202",
|
|
3309
|
-
pcy: "\u043F",
|
|
3310
|
-
percnt: "%",
|
|
3311
|
-
period: ".",
|
|
3312
|
-
permil: "\u2030",
|
|
3313
|
-
perp: "\u22A5",
|
|
3314
|
-
pertenk: "\u2031",
|
|
3315
|
-
pfr: "\u{1D52D}",
|
|
3316
|
-
phi: "\u03C6",
|
|
3317
|
-
phiv: "\u03D5",
|
|
3318
|
-
phmmat: "\u2133",
|
|
3319
|
-
phone: "\u260E",
|
|
3320
|
-
pi: "\u03C0",
|
|
3321
|
-
pitchfork: "\u22D4",
|
|
3322
|
-
piv: "\u03D6",
|
|
3323
|
-
planck: "\u210F",
|
|
3324
|
-
planckh: "\u210E",
|
|
3325
|
-
plankv: "\u210F",
|
|
3326
|
-
plus: "+",
|
|
3327
|
-
plusacir: "\u2A23",
|
|
3328
|
-
plusb: "\u229E",
|
|
3329
|
-
pluscir: "\u2A22",
|
|
3330
|
-
plusdo: "\u2214",
|
|
3331
|
-
plusdu: "\u2A25",
|
|
3332
|
-
pluse: "\u2A72",
|
|
3333
|
-
plusmn: "\xB1",
|
|
3334
|
-
plussim: "\u2A26",
|
|
3335
|
-
plustwo: "\u2A27",
|
|
3336
|
-
pm: "\xB1",
|
|
3337
|
-
pointint: "\u2A15",
|
|
3338
|
-
popf: "\u{1D561}",
|
|
3339
|
-
pound: "\xA3",
|
|
3340
|
-
pr: "\u227A",
|
|
3341
|
-
prE: "\u2AB3",
|
|
3342
|
-
prap: "\u2AB7",
|
|
3343
|
-
prcue: "\u227C",
|
|
3344
|
-
pre: "\u2AAF",
|
|
3345
|
-
prec: "\u227A",
|
|
3346
|
-
precapprox: "\u2AB7",
|
|
3347
|
-
preccurlyeq: "\u227C",
|
|
3348
|
-
preceq: "\u2AAF",
|
|
3349
|
-
precnapprox: "\u2AB9",
|
|
3350
|
-
precneqq: "\u2AB5",
|
|
3351
|
-
precnsim: "\u22E8",
|
|
3352
|
-
precsim: "\u227E",
|
|
3353
|
-
prime: "\u2032",
|
|
3354
|
-
primes: "\u2119",
|
|
3355
|
-
prnE: "\u2AB5",
|
|
3356
|
-
prnap: "\u2AB9",
|
|
3357
|
-
prnsim: "\u22E8",
|
|
3358
|
-
prod: "\u220F",
|
|
3359
|
-
profalar: "\u232E",
|
|
3360
|
-
profline: "\u2312",
|
|
3361
|
-
profsurf: "\u2313",
|
|
3362
|
-
prop: "\u221D",
|
|
3363
|
-
propto: "\u221D",
|
|
3364
|
-
prsim: "\u227E",
|
|
3365
|
-
prurel: "\u22B0",
|
|
3366
|
-
pscr: "\u{1D4C5}",
|
|
3367
|
-
psi: "\u03C8",
|
|
3368
|
-
puncsp: "\u2008",
|
|
3369
|
-
qfr: "\u{1D52E}",
|
|
3370
|
-
qint: "\u2A0C",
|
|
3371
|
-
qopf: "\u{1D562}",
|
|
3372
|
-
qprime: "\u2057",
|
|
3373
|
-
qscr: "\u{1D4C6}",
|
|
3374
|
-
quaternions: "\u210D",
|
|
3375
|
-
quatint: "\u2A16",
|
|
3376
|
-
quest: "?",
|
|
3377
|
-
questeq: "\u225F",
|
|
3378
|
-
quot: '"',
|
|
3379
|
-
rAarr: "\u21DB",
|
|
3380
|
-
rArr: "\u21D2",
|
|
3381
|
-
rAtail: "\u291C",
|
|
3382
|
-
rBarr: "\u290F",
|
|
3383
|
-
rHar: "\u2964",
|
|
3384
|
-
race: "\u223D\u0331",
|
|
3385
|
-
racute: "\u0155",
|
|
3386
|
-
radic: "\u221A",
|
|
3387
|
-
raemptyv: "\u29B3",
|
|
3388
|
-
rang: "\u27E9",
|
|
3389
|
-
rangd: "\u2992",
|
|
3390
|
-
range: "\u29A5",
|
|
3391
|
-
rangle: "\u27E9",
|
|
3392
|
-
raquo: "\xBB",
|
|
3393
|
-
rarr: "\u2192",
|
|
3394
|
-
rarrap: "\u2975",
|
|
3395
|
-
rarrb: "\u21E5",
|
|
3396
|
-
rarrbfs: "\u2920",
|
|
3397
|
-
rarrc: "\u2933",
|
|
3398
|
-
rarrfs: "\u291E",
|
|
3399
|
-
rarrhk: "\u21AA",
|
|
3400
|
-
rarrlp: "\u21AC",
|
|
3401
|
-
rarrpl: "\u2945",
|
|
3402
|
-
rarrsim: "\u2974",
|
|
3403
|
-
rarrtl: "\u21A3",
|
|
3404
|
-
rarrw: "\u219D",
|
|
3405
|
-
ratail: "\u291A",
|
|
3406
|
-
ratio: "\u2236",
|
|
3407
|
-
rationals: "\u211A",
|
|
3408
|
-
rbarr: "\u290D",
|
|
3409
|
-
rbbrk: "\u2773",
|
|
3410
|
-
rbrace: "}",
|
|
3411
|
-
rbrack: "]",
|
|
3412
|
-
rbrke: "\u298C",
|
|
3413
|
-
rbrksld: "\u298E",
|
|
3414
|
-
rbrkslu: "\u2990",
|
|
3415
|
-
rcaron: "\u0159",
|
|
3416
|
-
rcedil: "\u0157",
|
|
3417
|
-
rceil: "\u2309",
|
|
3418
|
-
rcub: "}",
|
|
3419
|
-
rcy: "\u0440",
|
|
3420
|
-
rdca: "\u2937",
|
|
3421
|
-
rdldhar: "\u2969",
|
|
3422
|
-
rdquo: "\u201D",
|
|
3423
|
-
rdquor: "\u201D",
|
|
3424
|
-
rdsh: "\u21B3",
|
|
3425
|
-
real: "\u211C",
|
|
3426
|
-
realine: "\u211B",
|
|
3427
|
-
realpart: "\u211C",
|
|
3428
|
-
reals: "\u211D",
|
|
3429
|
-
rect: "\u25AD",
|
|
3430
|
-
reg: "\xAE",
|
|
3431
|
-
rfisht: "\u297D",
|
|
3432
|
-
rfloor: "\u230B",
|
|
3433
|
-
rfr: "\u{1D52F}",
|
|
3434
|
-
rhard: "\u21C1",
|
|
3435
|
-
rharu: "\u21C0",
|
|
3436
|
-
rharul: "\u296C",
|
|
3437
|
-
rho: "\u03C1",
|
|
3438
|
-
rhov: "\u03F1",
|
|
3439
|
-
rightarrow: "\u2192",
|
|
3440
|
-
rightarrowtail: "\u21A3",
|
|
3441
|
-
rightharpoondown: "\u21C1",
|
|
3442
|
-
rightharpoonup: "\u21C0",
|
|
3443
|
-
rightleftarrows: "\u21C4",
|
|
3444
|
-
rightleftharpoons: "\u21CC",
|
|
3445
|
-
rightrightarrows: "\u21C9",
|
|
3446
|
-
rightsquigarrow: "\u219D",
|
|
3447
|
-
rightthreetimes: "\u22CC",
|
|
3448
|
-
ring: "\u02DA",
|
|
3449
|
-
risingdotseq: "\u2253",
|
|
3450
|
-
rlarr: "\u21C4",
|
|
3451
|
-
rlhar: "\u21CC",
|
|
3452
|
-
rlm: "\u200F",
|
|
3453
|
-
rmoust: "\u23B1",
|
|
3454
|
-
rmoustache: "\u23B1",
|
|
3455
|
-
rnmid: "\u2AEE",
|
|
3456
|
-
roang: "\u27ED",
|
|
3457
|
-
roarr: "\u21FE",
|
|
3458
|
-
robrk: "\u27E7",
|
|
3459
|
-
ropar: "\u2986",
|
|
3460
|
-
ropf: "\u{1D563}",
|
|
3461
|
-
roplus: "\u2A2E",
|
|
3462
|
-
rotimes: "\u2A35",
|
|
3463
|
-
rpar: ")",
|
|
3464
|
-
rpargt: "\u2994",
|
|
3465
|
-
rppolint: "\u2A12",
|
|
3466
|
-
rrarr: "\u21C9",
|
|
3467
|
-
rsaquo: "\u203A",
|
|
3468
|
-
rscr: "\u{1D4C7}",
|
|
3469
|
-
rsh: "\u21B1",
|
|
3470
|
-
rsqb: "]",
|
|
3471
|
-
rsquo: "\u2019",
|
|
3472
|
-
rsquor: "\u2019",
|
|
3473
|
-
rthree: "\u22CC",
|
|
3474
|
-
rtimes: "\u22CA",
|
|
3475
|
-
rtri: "\u25B9",
|
|
3476
|
-
rtrie: "\u22B5",
|
|
3477
|
-
rtrif: "\u25B8",
|
|
3478
|
-
rtriltri: "\u29CE",
|
|
3479
|
-
ruluhar: "\u2968",
|
|
3480
|
-
rx: "\u211E",
|
|
3481
|
-
sacute: "\u015B",
|
|
3482
|
-
sbquo: "\u201A",
|
|
3483
|
-
sc: "\u227B",
|
|
3484
|
-
scE: "\u2AB4",
|
|
3485
|
-
scap: "\u2AB8",
|
|
3486
|
-
scaron: "\u0161",
|
|
3487
|
-
sccue: "\u227D",
|
|
3488
|
-
sce: "\u2AB0",
|
|
3489
|
-
scedil: "\u015F",
|
|
3490
|
-
scirc: "\u015D",
|
|
3491
|
-
scnE: "\u2AB6",
|
|
3492
|
-
scnap: "\u2ABA",
|
|
3493
|
-
scnsim: "\u22E9",
|
|
3494
|
-
scpolint: "\u2A13",
|
|
3495
|
-
scsim: "\u227F",
|
|
3496
|
-
scy: "\u0441",
|
|
3497
|
-
sdot: "\u22C5",
|
|
3498
|
-
sdotb: "\u22A1",
|
|
3499
|
-
sdote: "\u2A66",
|
|
3500
|
-
seArr: "\u21D8",
|
|
3501
|
-
searhk: "\u2925",
|
|
3502
|
-
searr: "\u2198",
|
|
3503
|
-
searrow: "\u2198",
|
|
3504
|
-
sect: "\xA7",
|
|
3505
|
-
semi: ";",
|
|
3506
|
-
seswar: "\u2929",
|
|
3507
|
-
setminus: "\u2216",
|
|
3508
|
-
setmn: "\u2216",
|
|
3509
|
-
sext: "\u2736",
|
|
3510
|
-
sfr: "\u{1D530}",
|
|
3511
|
-
sfrown: "\u2322",
|
|
3512
|
-
sharp: "\u266F",
|
|
3513
|
-
shchcy: "\u0449",
|
|
3514
|
-
shcy: "\u0448",
|
|
3515
|
-
shortmid: "\u2223",
|
|
3516
|
-
shortparallel: "\u2225",
|
|
3517
|
-
shy: "\xAD",
|
|
3518
|
-
sigma: "\u03C3",
|
|
3519
|
-
sigmaf: "\u03C2",
|
|
3520
|
-
sigmav: "\u03C2",
|
|
3521
|
-
sim: "\u223C",
|
|
3522
|
-
simdot: "\u2A6A",
|
|
3523
|
-
sime: "\u2243",
|
|
3524
|
-
simeq: "\u2243",
|
|
3525
|
-
simg: "\u2A9E",
|
|
3526
|
-
simgE: "\u2AA0",
|
|
3527
|
-
siml: "\u2A9D",
|
|
3528
|
-
simlE: "\u2A9F",
|
|
3529
|
-
simne: "\u2246",
|
|
3530
|
-
simplus: "\u2A24",
|
|
3531
|
-
simrarr: "\u2972",
|
|
3532
|
-
slarr: "\u2190",
|
|
3533
|
-
smallsetminus: "\u2216",
|
|
3534
|
-
smashp: "\u2A33",
|
|
3535
|
-
smeparsl: "\u29E4",
|
|
3536
|
-
smid: "\u2223",
|
|
3537
|
-
smile: "\u2323",
|
|
3538
|
-
smt: "\u2AAA",
|
|
3539
|
-
smte: "\u2AAC",
|
|
3540
|
-
smtes: "\u2AAC\uFE00",
|
|
3541
|
-
softcy: "\u044C",
|
|
3542
|
-
sol: "/",
|
|
3543
|
-
solb: "\u29C4",
|
|
3544
|
-
solbar: "\u233F",
|
|
3545
|
-
sopf: "\u{1D564}",
|
|
3546
|
-
spades: "\u2660",
|
|
3547
|
-
spadesuit: "\u2660",
|
|
3548
|
-
spar: "\u2225",
|
|
3549
|
-
sqcap: "\u2293",
|
|
3550
|
-
sqcaps: "\u2293\uFE00",
|
|
3551
|
-
sqcup: "\u2294",
|
|
3552
|
-
sqcups: "\u2294\uFE00",
|
|
3553
|
-
sqsub: "\u228F",
|
|
3554
|
-
sqsube: "\u2291",
|
|
3555
|
-
sqsubset: "\u228F",
|
|
3556
|
-
sqsubseteq: "\u2291",
|
|
3557
|
-
sqsup: "\u2290",
|
|
3558
|
-
sqsupe: "\u2292",
|
|
3559
|
-
sqsupset: "\u2290",
|
|
3560
|
-
sqsupseteq: "\u2292",
|
|
3561
|
-
squ: "\u25A1",
|
|
3562
|
-
square: "\u25A1",
|
|
3563
|
-
squarf: "\u25AA",
|
|
3564
|
-
squf: "\u25AA",
|
|
3565
|
-
srarr: "\u2192",
|
|
3566
|
-
sscr: "\u{1D4C8}",
|
|
3567
|
-
ssetmn: "\u2216",
|
|
3568
|
-
ssmile: "\u2323",
|
|
3569
|
-
sstarf: "\u22C6",
|
|
3570
|
-
star: "\u2606",
|
|
3571
|
-
starf: "\u2605",
|
|
3572
|
-
straightepsilon: "\u03F5",
|
|
3573
|
-
straightphi: "\u03D5",
|
|
3574
|
-
strns: "\xAF",
|
|
3575
|
-
sub: "\u2282",
|
|
3576
|
-
subE: "\u2AC5",
|
|
3577
|
-
subdot: "\u2ABD",
|
|
3578
|
-
sube: "\u2286",
|
|
3579
|
-
subedot: "\u2AC3",
|
|
3580
|
-
submult: "\u2AC1",
|
|
3581
|
-
subnE: "\u2ACB",
|
|
3582
|
-
subne: "\u228A",
|
|
3583
|
-
subplus: "\u2ABF",
|
|
3584
|
-
subrarr: "\u2979",
|
|
3585
|
-
subset: "\u2282",
|
|
3586
|
-
subseteq: "\u2286",
|
|
3587
|
-
subseteqq: "\u2AC5",
|
|
3588
|
-
subsetneq: "\u228A",
|
|
3589
|
-
subsetneqq: "\u2ACB",
|
|
3590
|
-
subsim: "\u2AC7",
|
|
3591
|
-
subsub: "\u2AD5",
|
|
3592
|
-
subsup: "\u2AD3",
|
|
3593
|
-
succ: "\u227B",
|
|
3594
|
-
succapprox: "\u2AB8",
|
|
3595
|
-
succcurlyeq: "\u227D",
|
|
3596
|
-
succeq: "\u2AB0",
|
|
3597
|
-
succnapprox: "\u2ABA",
|
|
3598
|
-
succneqq: "\u2AB6",
|
|
3599
|
-
succnsim: "\u22E9",
|
|
3600
|
-
succsim: "\u227F",
|
|
3601
|
-
sum: "\u2211",
|
|
3602
|
-
sung: "\u266A",
|
|
3603
|
-
sup1: "\xB9",
|
|
3604
|
-
sup2: "\xB2",
|
|
3605
|
-
sup3: "\xB3",
|
|
3606
|
-
sup: "\u2283",
|
|
3607
|
-
supE: "\u2AC6",
|
|
3608
|
-
supdot: "\u2ABE",
|
|
3609
|
-
supdsub: "\u2AD8",
|
|
3610
|
-
supe: "\u2287",
|
|
3611
|
-
supedot: "\u2AC4",
|
|
3612
|
-
suphsol: "\u27C9",
|
|
3613
|
-
suphsub: "\u2AD7",
|
|
3614
|
-
suplarr: "\u297B",
|
|
3615
|
-
supmult: "\u2AC2",
|
|
3616
|
-
supnE: "\u2ACC",
|
|
3617
|
-
supne: "\u228B",
|
|
3618
|
-
supplus: "\u2AC0",
|
|
3619
|
-
supset: "\u2283",
|
|
3620
|
-
supseteq: "\u2287",
|
|
3621
|
-
supseteqq: "\u2AC6",
|
|
3622
|
-
supsetneq: "\u228B",
|
|
3623
|
-
supsetneqq: "\u2ACC",
|
|
3624
|
-
supsim: "\u2AC8",
|
|
3625
|
-
supsub: "\u2AD4",
|
|
3626
|
-
supsup: "\u2AD6",
|
|
3627
|
-
swArr: "\u21D9",
|
|
3628
|
-
swarhk: "\u2926",
|
|
3629
|
-
swarr: "\u2199",
|
|
3630
|
-
swarrow: "\u2199",
|
|
3631
|
-
swnwar: "\u292A",
|
|
3632
|
-
szlig: "\xDF",
|
|
3633
|
-
target: "\u2316",
|
|
3634
|
-
tau: "\u03C4",
|
|
3635
|
-
tbrk: "\u23B4",
|
|
3636
|
-
tcaron: "\u0165",
|
|
3637
|
-
tcedil: "\u0163",
|
|
3638
|
-
tcy: "\u0442",
|
|
3639
|
-
tdot: "\u20DB",
|
|
3640
|
-
telrec: "\u2315",
|
|
3641
|
-
tfr: "\u{1D531}",
|
|
3642
|
-
there4: "\u2234",
|
|
3643
|
-
therefore: "\u2234",
|
|
3644
|
-
theta: "\u03B8",
|
|
3645
|
-
thetasym: "\u03D1",
|
|
3646
|
-
thetav: "\u03D1",
|
|
3647
|
-
thickapprox: "\u2248",
|
|
3648
|
-
thicksim: "\u223C",
|
|
3649
|
-
thinsp: "\u2009",
|
|
3650
|
-
thkap: "\u2248",
|
|
3651
|
-
thksim: "\u223C",
|
|
3652
|
-
thorn: "\xFE",
|
|
3653
|
-
tilde: "\u02DC",
|
|
3654
|
-
times: "\xD7",
|
|
3655
|
-
timesb: "\u22A0",
|
|
3656
|
-
timesbar: "\u2A31",
|
|
3657
|
-
timesd: "\u2A30",
|
|
3658
|
-
tint: "\u222D",
|
|
3659
|
-
toea: "\u2928",
|
|
3660
|
-
top: "\u22A4",
|
|
3661
|
-
topbot: "\u2336",
|
|
3662
|
-
topcir: "\u2AF1",
|
|
3663
|
-
topf: "\u{1D565}",
|
|
3664
|
-
topfork: "\u2ADA",
|
|
3665
|
-
tosa: "\u2929",
|
|
3666
|
-
tprime: "\u2034",
|
|
3667
|
-
trade: "\u2122",
|
|
3668
|
-
triangle: "\u25B5",
|
|
3669
|
-
triangledown: "\u25BF",
|
|
3670
|
-
triangleleft: "\u25C3",
|
|
3671
|
-
trianglelefteq: "\u22B4",
|
|
3672
|
-
triangleq: "\u225C",
|
|
3673
|
-
triangleright: "\u25B9",
|
|
3674
|
-
trianglerighteq: "\u22B5",
|
|
3675
|
-
tridot: "\u25EC",
|
|
3676
|
-
trie: "\u225C",
|
|
3677
|
-
triminus: "\u2A3A",
|
|
3678
|
-
triplus: "\u2A39",
|
|
3679
|
-
trisb: "\u29CD",
|
|
3680
|
-
tritime: "\u2A3B",
|
|
3681
|
-
trpezium: "\u23E2",
|
|
3682
|
-
tscr: "\u{1D4C9}",
|
|
3683
|
-
tscy: "\u0446",
|
|
3684
|
-
tshcy: "\u045B",
|
|
3685
|
-
tstrok: "\u0167",
|
|
3686
|
-
twixt: "\u226C",
|
|
3687
|
-
twoheadleftarrow: "\u219E",
|
|
3688
|
-
twoheadrightarrow: "\u21A0",
|
|
3689
|
-
uArr: "\u21D1",
|
|
3690
|
-
uHar: "\u2963",
|
|
3691
|
-
uacute: "\xFA",
|
|
3692
|
-
uarr: "\u2191",
|
|
3693
|
-
ubrcy: "\u045E",
|
|
3694
|
-
ubreve: "\u016D",
|
|
3695
|
-
ucirc: "\xFB",
|
|
3696
|
-
ucy: "\u0443",
|
|
3697
|
-
udarr: "\u21C5",
|
|
3698
|
-
udblac: "\u0171",
|
|
3699
|
-
udhar: "\u296E",
|
|
3700
|
-
ufisht: "\u297E",
|
|
3701
|
-
ufr: "\u{1D532}",
|
|
3702
|
-
ugrave: "\xF9",
|
|
3703
|
-
uharl: "\u21BF",
|
|
3704
|
-
uharr: "\u21BE",
|
|
3705
|
-
uhblk: "\u2580",
|
|
3706
|
-
ulcorn: "\u231C",
|
|
3707
|
-
ulcorner: "\u231C",
|
|
3708
|
-
ulcrop: "\u230F",
|
|
3709
|
-
ultri: "\u25F8",
|
|
3710
|
-
umacr: "\u016B",
|
|
3711
|
-
uml: "\xA8",
|
|
3712
|
-
uogon: "\u0173",
|
|
3713
|
-
uopf: "\u{1D566}",
|
|
3714
|
-
uparrow: "\u2191",
|
|
3715
|
-
updownarrow: "\u2195",
|
|
3716
|
-
upharpoonleft: "\u21BF",
|
|
3717
|
-
upharpoonright: "\u21BE",
|
|
3718
|
-
uplus: "\u228E",
|
|
3719
|
-
upsi: "\u03C5",
|
|
3720
|
-
upsih: "\u03D2",
|
|
3721
|
-
upsilon: "\u03C5",
|
|
3722
|
-
upuparrows: "\u21C8",
|
|
3723
|
-
urcorn: "\u231D",
|
|
3724
|
-
urcorner: "\u231D",
|
|
3725
|
-
urcrop: "\u230E",
|
|
3726
|
-
uring: "\u016F",
|
|
3727
|
-
urtri: "\u25F9",
|
|
3728
|
-
uscr: "\u{1D4CA}",
|
|
3729
|
-
utdot: "\u22F0",
|
|
3730
|
-
utilde: "\u0169",
|
|
3731
|
-
utri: "\u25B5",
|
|
3732
|
-
utrif: "\u25B4",
|
|
3733
|
-
uuarr: "\u21C8",
|
|
3734
|
-
uuml: "\xFC",
|
|
3735
|
-
uwangle: "\u29A7",
|
|
3736
|
-
vArr: "\u21D5",
|
|
3737
|
-
vBar: "\u2AE8",
|
|
3738
|
-
vBarv: "\u2AE9",
|
|
3739
|
-
vDash: "\u22A8",
|
|
3740
|
-
vangrt: "\u299C",
|
|
3741
|
-
varepsilon: "\u03F5",
|
|
3742
|
-
varkappa: "\u03F0",
|
|
3743
|
-
varnothing: "\u2205",
|
|
3744
|
-
varphi: "\u03D5",
|
|
3745
|
-
varpi: "\u03D6",
|
|
3746
|
-
varpropto: "\u221D",
|
|
3747
|
-
varr: "\u2195",
|
|
3748
|
-
varrho: "\u03F1",
|
|
3749
|
-
varsigma: "\u03C2",
|
|
3750
|
-
varsubsetneq: "\u228A\uFE00",
|
|
3751
|
-
varsubsetneqq: "\u2ACB\uFE00",
|
|
3752
|
-
varsupsetneq: "\u228B\uFE00",
|
|
3753
|
-
varsupsetneqq: "\u2ACC\uFE00",
|
|
3754
|
-
vartheta: "\u03D1",
|
|
3755
|
-
vartriangleleft: "\u22B2",
|
|
3756
|
-
vartriangleright: "\u22B3",
|
|
3757
|
-
vcy: "\u0432",
|
|
3758
|
-
vdash: "\u22A2",
|
|
3759
|
-
vee: "\u2228",
|
|
3760
|
-
veebar: "\u22BB",
|
|
3761
|
-
veeeq: "\u225A",
|
|
3762
|
-
vellip: "\u22EE",
|
|
3763
|
-
verbar: "|",
|
|
3764
|
-
vert: "|",
|
|
3765
|
-
vfr: "\u{1D533}",
|
|
3766
|
-
vltri: "\u22B2",
|
|
3767
|
-
vnsub: "\u2282\u20D2",
|
|
3768
|
-
vnsup: "\u2283\u20D2",
|
|
3769
|
-
vopf: "\u{1D567}",
|
|
3770
|
-
vprop: "\u221D",
|
|
3771
|
-
vrtri: "\u22B3",
|
|
3772
|
-
vscr: "\u{1D4CB}",
|
|
3773
|
-
vsubnE: "\u2ACB\uFE00",
|
|
3774
|
-
vsubne: "\u228A\uFE00",
|
|
3775
|
-
vsupnE: "\u2ACC\uFE00",
|
|
3776
|
-
vsupne: "\u228B\uFE00",
|
|
3777
|
-
vzigzag: "\u299A",
|
|
3778
|
-
wcirc: "\u0175",
|
|
3779
|
-
wedbar: "\u2A5F",
|
|
3780
|
-
wedge: "\u2227",
|
|
3781
|
-
wedgeq: "\u2259",
|
|
3782
|
-
weierp: "\u2118",
|
|
3783
|
-
wfr: "\u{1D534}",
|
|
3784
|
-
wopf: "\u{1D568}",
|
|
3785
|
-
wp: "\u2118",
|
|
3786
|
-
wr: "\u2240",
|
|
3787
|
-
wreath: "\u2240",
|
|
3788
|
-
wscr: "\u{1D4CC}",
|
|
3789
|
-
xcap: "\u22C2",
|
|
3790
|
-
xcirc: "\u25EF",
|
|
3791
|
-
xcup: "\u22C3",
|
|
3792
|
-
xdtri: "\u25BD",
|
|
3793
|
-
xfr: "\u{1D535}",
|
|
3794
|
-
xhArr: "\u27FA",
|
|
3795
|
-
xharr: "\u27F7",
|
|
3796
|
-
xi: "\u03BE",
|
|
3797
|
-
xlArr: "\u27F8",
|
|
3798
|
-
xlarr: "\u27F5",
|
|
3799
|
-
xmap: "\u27FC",
|
|
3800
|
-
xnis: "\u22FB",
|
|
3801
|
-
xodot: "\u2A00",
|
|
3802
|
-
xopf: "\u{1D569}",
|
|
3803
|
-
xoplus: "\u2A01",
|
|
3804
|
-
xotime: "\u2A02",
|
|
3805
|
-
xrArr: "\u27F9",
|
|
3806
|
-
xrarr: "\u27F6",
|
|
3807
|
-
xscr: "\u{1D4CD}",
|
|
3808
|
-
xsqcup: "\u2A06",
|
|
3809
|
-
xuplus: "\u2A04",
|
|
3810
|
-
xutri: "\u25B3",
|
|
3811
|
-
xvee: "\u22C1",
|
|
3812
|
-
xwedge: "\u22C0",
|
|
3813
|
-
yacute: "\xFD",
|
|
3814
|
-
yacy: "\u044F",
|
|
3815
|
-
ycirc: "\u0177",
|
|
3816
|
-
ycy: "\u044B",
|
|
3817
|
-
yen: "\xA5",
|
|
3818
|
-
yfr: "\u{1D536}",
|
|
3819
|
-
yicy: "\u0457",
|
|
3820
|
-
yopf: "\u{1D56A}",
|
|
3821
|
-
yscr: "\u{1D4CE}",
|
|
3822
|
-
yucy: "\u044E",
|
|
3823
|
-
yuml: "\xFF",
|
|
3824
|
-
zacute: "\u017A",
|
|
3825
|
-
zcaron: "\u017E",
|
|
3826
|
-
zcy: "\u0437",
|
|
3827
|
-
zdot: "\u017C",
|
|
3828
|
-
zeetrf: "\u2128",
|
|
3829
|
-
zeta: "\u03B6",
|
|
3830
|
-
zfr: "\u{1D537}",
|
|
3831
|
-
zhcy: "\u0436",
|
|
3832
|
-
zigrarr: "\u21DD",
|
|
3833
|
-
zopf: "\u{1D56B}",
|
|
3834
|
-
zscr: "\u{1D4CF}",
|
|
3835
|
-
zwj: "\u200D",
|
|
3836
|
-
zwnj: "\u200C"
|
|
3837
|
-
};
|
|
3838
|
-
}
|
|
3839
|
-
});
|
|
3840
|
-
|
|
3841
|
-
// node_modules/decode-named-character-reference/index.js
|
|
1704
|
+
// node_modules/decode-named-character-reference/index.dom.js
|
|
3842
1705
|
function decodeNamedCharacterReference(value) {
|
|
3843
|
-
|
|
1706
|
+
const characterReference2 = "&" + value + ";";
|
|
1707
|
+
element2.innerHTML = characterReference2;
|
|
1708
|
+
const character = element2.textContent;
|
|
1709
|
+
if (character.charCodeAt(character.length - 1) === 59 && value !== "semi") {
|
|
1710
|
+
return false;
|
|
1711
|
+
}
|
|
1712
|
+
return character === characterReference2 ? false : character;
|
|
3844
1713
|
}
|
|
3845
|
-
var
|
|
3846
|
-
var
|
|
3847
|
-
"node_modules/decode-named-character-reference/index.js"() {
|
|
3848
|
-
|
|
3849
|
-
own2 = {}.hasOwnProperty;
|
|
1714
|
+
var element2;
|
|
1715
|
+
var init_index_dom = __esm({
|
|
1716
|
+
"node_modules/decode-named-character-reference/index.dom.js"() {
|
|
1717
|
+
element2 = document.createElement("i");
|
|
3850
1718
|
}
|
|
3851
1719
|
});
|
|
3852
1720
|
|
|
@@ -4216,189 +2084,6 @@ var init_hastscript = __esm({
|
|
|
4216
2084
|
}
|
|
4217
2085
|
});
|
|
4218
2086
|
|
|
4219
|
-
// node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
|
|
4220
|
-
var require_objectWithoutPropertiesLoose = __commonJS({
|
|
4221
|
-
"node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js"(exports, module) {
|
|
4222
|
-
function _objectWithoutPropertiesLoose(r2, e) {
|
|
4223
|
-
if (null == r2) return {};
|
|
4224
|
-
var t = {};
|
|
4225
|
-
for (var n in r2) if ({}.hasOwnProperty.call(r2, n)) {
|
|
4226
|
-
if (-1 !== e.indexOf(n)) continue;
|
|
4227
|
-
t[n] = r2[n];
|
|
4228
|
-
}
|
|
4229
|
-
return t;
|
|
4230
|
-
}
|
|
4231
|
-
module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4232
|
-
}
|
|
4233
|
-
});
|
|
4234
|
-
|
|
4235
|
-
// node_modules/@babel/runtime/helpers/objectWithoutProperties.js
|
|
4236
|
-
var require_objectWithoutProperties = __commonJS({
|
|
4237
|
-
"node_modules/@babel/runtime/helpers/objectWithoutProperties.js"(exports, module) {
|
|
4238
|
-
var objectWithoutPropertiesLoose = require_objectWithoutPropertiesLoose();
|
|
4239
|
-
function _objectWithoutProperties2(e, t) {
|
|
4240
|
-
if (null == e) return {};
|
|
4241
|
-
var o, r2, i = objectWithoutPropertiesLoose(e, t);
|
|
4242
|
-
if (Object.getOwnPropertySymbols) {
|
|
4243
|
-
var n = Object.getOwnPropertySymbols(e);
|
|
4244
|
-
for (r2 = 0; r2 < n.length; r2++) o = n[r2], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
4245
|
-
}
|
|
4246
|
-
return i;
|
|
4247
|
-
}
|
|
4248
|
-
module.exports = _objectWithoutProperties2, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4249
|
-
}
|
|
4250
|
-
});
|
|
4251
|
-
|
|
4252
|
-
// node_modules/@babel/runtime/helpers/arrayLikeToArray.js
|
|
4253
|
-
var require_arrayLikeToArray = __commonJS({
|
|
4254
|
-
"node_modules/@babel/runtime/helpers/arrayLikeToArray.js"(exports, module) {
|
|
4255
|
-
function _arrayLikeToArray(r2, a2) {
|
|
4256
|
-
(null == a2 || a2 > r2.length) && (a2 = r2.length);
|
|
4257
|
-
for (var e = 0, n = Array(a2); e < a2; e++) n[e] = r2[e];
|
|
4258
|
-
return n;
|
|
4259
|
-
}
|
|
4260
|
-
module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4261
|
-
}
|
|
4262
|
-
});
|
|
4263
|
-
|
|
4264
|
-
// node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
|
|
4265
|
-
var require_arrayWithoutHoles = __commonJS({
|
|
4266
|
-
"node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"(exports, module) {
|
|
4267
|
-
var arrayLikeToArray = require_arrayLikeToArray();
|
|
4268
|
-
function _arrayWithoutHoles(r2) {
|
|
4269
|
-
if (Array.isArray(r2)) return arrayLikeToArray(r2);
|
|
4270
|
-
}
|
|
4271
|
-
module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4272
|
-
}
|
|
4273
|
-
});
|
|
4274
|
-
|
|
4275
|
-
// node_modules/@babel/runtime/helpers/iterableToArray.js
|
|
4276
|
-
var require_iterableToArray = __commonJS({
|
|
4277
|
-
"node_modules/@babel/runtime/helpers/iterableToArray.js"(exports, module) {
|
|
4278
|
-
function _iterableToArray(r2) {
|
|
4279
|
-
if ("undefined" != typeof Symbol && null != r2[Symbol.iterator] || null != r2["@@iterator"]) return Array.from(r2);
|
|
4280
|
-
}
|
|
4281
|
-
module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4282
|
-
}
|
|
4283
|
-
});
|
|
4284
|
-
|
|
4285
|
-
// node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js
|
|
4286
|
-
var require_unsupportedIterableToArray = __commonJS({
|
|
4287
|
-
"node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"(exports, module) {
|
|
4288
|
-
var arrayLikeToArray = require_arrayLikeToArray();
|
|
4289
|
-
function _unsupportedIterableToArray(r2, a2) {
|
|
4290
|
-
if (r2) {
|
|
4291
|
-
if ("string" == typeof r2) return arrayLikeToArray(r2, a2);
|
|
4292
|
-
var t = {}.toString.call(r2).slice(8, -1);
|
|
4293
|
-
return "Object" === t && r2.constructor && (t = r2.constructor.name), "Map" === t || "Set" === t ? Array.from(r2) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r2, a2) : void 0;
|
|
4294
|
-
}
|
|
4295
|
-
}
|
|
4296
|
-
module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4297
|
-
}
|
|
4298
|
-
});
|
|
4299
|
-
|
|
4300
|
-
// node_modules/@babel/runtime/helpers/nonIterableSpread.js
|
|
4301
|
-
var require_nonIterableSpread = __commonJS({
|
|
4302
|
-
"node_modules/@babel/runtime/helpers/nonIterableSpread.js"(exports, module) {
|
|
4303
|
-
function _nonIterableSpread() {
|
|
4304
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4305
|
-
}
|
|
4306
|
-
module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4307
|
-
}
|
|
4308
|
-
});
|
|
4309
|
-
|
|
4310
|
-
// node_modules/@babel/runtime/helpers/toConsumableArray.js
|
|
4311
|
-
var require_toConsumableArray = __commonJS({
|
|
4312
|
-
"node_modules/@babel/runtime/helpers/toConsumableArray.js"(exports, module) {
|
|
4313
|
-
var arrayWithoutHoles = require_arrayWithoutHoles();
|
|
4314
|
-
var iterableToArray = require_iterableToArray();
|
|
4315
|
-
var unsupportedIterableToArray = require_unsupportedIterableToArray();
|
|
4316
|
-
var nonIterableSpread = require_nonIterableSpread();
|
|
4317
|
-
function _toConsumableArray2(r2) {
|
|
4318
|
-
return arrayWithoutHoles(r2) || iterableToArray(r2) || unsupportedIterableToArray(r2) || nonIterableSpread();
|
|
4319
|
-
}
|
|
4320
|
-
module.exports = _toConsumableArray2, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4321
|
-
}
|
|
4322
|
-
});
|
|
4323
|
-
|
|
4324
|
-
// node_modules/@babel/runtime/helpers/typeof.js
|
|
4325
|
-
var require_typeof = __commonJS({
|
|
4326
|
-
"node_modules/@babel/runtime/helpers/typeof.js"(exports, module) {
|
|
4327
|
-
function _typeof(o) {
|
|
4328
|
-
"@babel/helpers - typeof";
|
|
4329
|
-
return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
4330
|
-
return typeof o2;
|
|
4331
|
-
} : function(o2) {
|
|
4332
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
4333
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
|
|
4334
|
-
}
|
|
4335
|
-
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4336
|
-
}
|
|
4337
|
-
});
|
|
4338
|
-
|
|
4339
|
-
// node_modules/@babel/runtime/helpers/toPrimitive.js
|
|
4340
|
-
var require_toPrimitive = __commonJS({
|
|
4341
|
-
"node_modules/@babel/runtime/helpers/toPrimitive.js"(exports, module) {
|
|
4342
|
-
var _typeof = require_typeof()["default"];
|
|
4343
|
-
function toPrimitive(t, r2) {
|
|
4344
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
4345
|
-
var e = t[Symbol.toPrimitive];
|
|
4346
|
-
if (void 0 !== e) {
|
|
4347
|
-
var i = e.call(t, r2 || "default");
|
|
4348
|
-
if ("object" != _typeof(i)) return i;
|
|
4349
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4350
|
-
}
|
|
4351
|
-
return ("string" === r2 ? String : Number)(t);
|
|
4352
|
-
}
|
|
4353
|
-
module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4354
|
-
}
|
|
4355
|
-
});
|
|
4356
|
-
|
|
4357
|
-
// node_modules/@babel/runtime/helpers/toPropertyKey.js
|
|
4358
|
-
var require_toPropertyKey = __commonJS({
|
|
4359
|
-
"node_modules/@babel/runtime/helpers/toPropertyKey.js"(exports, module) {
|
|
4360
|
-
var _typeof = require_typeof()["default"];
|
|
4361
|
-
var toPrimitive = require_toPrimitive();
|
|
4362
|
-
function toPropertyKey(t) {
|
|
4363
|
-
var i = toPrimitive(t, "string");
|
|
4364
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
4365
|
-
}
|
|
4366
|
-
module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4367
|
-
}
|
|
4368
|
-
});
|
|
4369
|
-
|
|
4370
|
-
// node_modules/@babel/runtime/helpers/defineProperty.js
|
|
4371
|
-
var require_defineProperty = __commonJS({
|
|
4372
|
-
"node_modules/@babel/runtime/helpers/defineProperty.js"(exports, module) {
|
|
4373
|
-
var toPropertyKey = require_toPropertyKey();
|
|
4374
|
-
function _defineProperty3(e, r2, t) {
|
|
4375
|
-
return (r2 = toPropertyKey(r2)) in e ? Object.defineProperty(e, r2, {
|
|
4376
|
-
value: t,
|
|
4377
|
-
enumerable: true,
|
|
4378
|
-
configurable: true,
|
|
4379
|
-
writable: true
|
|
4380
|
-
}) : e[r2] = t, e;
|
|
4381
|
-
}
|
|
4382
|
-
module.exports = _defineProperty3, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4383
|
-
}
|
|
4384
|
-
});
|
|
4385
|
-
|
|
4386
|
-
// node_modules/@babel/runtime/helpers/extends.js
|
|
4387
|
-
var require_extends = __commonJS({
|
|
4388
|
-
"node_modules/@babel/runtime/helpers/extends.js"(exports, module) {
|
|
4389
|
-
function _extends2() {
|
|
4390
|
-
return module.exports = _extends2 = Object.assign ? Object.assign.bind() : function(n) {
|
|
4391
|
-
for (var e = 1; e < arguments.length; e++) {
|
|
4392
|
-
var t = arguments[e];
|
|
4393
|
-
for (var r2 in t) ({}).hasOwnProperty.call(t, r2) && (n[r2] = t[r2]);
|
|
4394
|
-
}
|
|
4395
|
-
return n;
|
|
4396
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _extends2.apply(null, arguments);
|
|
4397
|
-
}
|
|
4398
|
-
module.exports = _extends2, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4399
|
-
}
|
|
4400
|
-
});
|
|
4401
|
-
|
|
4402
2087
|
// node_modules/character-entities-legacy/index.js
|
|
4403
2088
|
var characterEntitiesLegacy;
|
|
4404
2089
|
var init_character_entities_legacy = __esm({
|
|
@@ -4819,7 +2504,7 @@ var init_lib3 = __esm({
|
|
|
4819
2504
|
init_is_decimal();
|
|
4820
2505
|
init_is_hexadecimal();
|
|
4821
2506
|
init_is_alphanumerical();
|
|
4822
|
-
|
|
2507
|
+
init_index_dom();
|
|
4823
2508
|
messages = [
|
|
4824
2509
|
"",
|
|
4825
2510
|
/* 1: Non terminated (named) */
|
|
@@ -8727,7 +6412,7 @@ function useChartData({
|
|
|
8727
6412
|
dataSource,
|
|
8728
6413
|
autoLoad = true,
|
|
8729
6414
|
maxDataPoints = CHART_DEFAULT_MAX_REALTIME_POINTS,
|
|
8730
|
-
normalize:
|
|
6415
|
+
normalize: normalize4 = true,
|
|
8731
6416
|
onDataChange,
|
|
8732
6417
|
onError
|
|
8733
6418
|
} = {}) {
|
|
@@ -8740,12 +6425,12 @@ function useChartData({
|
|
|
8740
6425
|
});
|
|
8741
6426
|
const prepareData = useCallback(
|
|
8742
6427
|
(nextData) => {
|
|
8743
|
-
if (!
|
|
6428
|
+
if (!normalize4) {
|
|
8744
6429
|
return nextData;
|
|
8745
6430
|
}
|
|
8746
6431
|
return normalizeChartData(nextData);
|
|
8747
6432
|
},
|
|
8748
|
-
[
|
|
6433
|
+
[normalize4]
|
|
8749
6434
|
);
|
|
8750
6435
|
const replaceData = useCallback(
|
|
8751
6436
|
(nextData) => {
|
|
@@ -8885,7 +6570,7 @@ function useChartData({
|
|
|
8885
6570
|
function useChartRealtime({
|
|
8886
6571
|
enabled = true,
|
|
8887
6572
|
maxDataPoints = CHART_DEFAULT_MAX_REALTIME_POINTS,
|
|
8888
|
-
normalize:
|
|
6573
|
+
normalize: normalize4 = true,
|
|
8889
6574
|
connect,
|
|
8890
6575
|
onData,
|
|
8891
6576
|
onError
|
|
@@ -8901,7 +6586,7 @@ function useChartRealtime({
|
|
|
8901
6586
|
}
|
|
8902
6587
|
const handleData = (incomingData) => {
|
|
8903
6588
|
const incomingArray = Array.isArray(incomingData) ? incomingData : [incomingData];
|
|
8904
|
-
const normalizedIncomingData =
|
|
6589
|
+
const normalizedIncomingData = normalize4 ? normalizeChartData(incomingArray) : incomingArray;
|
|
8905
6590
|
setData((currentData) => {
|
|
8906
6591
|
const nextData = limitRealtimePoints(
|
|
8907
6592
|
currentData,
|
|
@@ -8927,7 +6612,7 @@ function useChartRealtime({
|
|
|
8927
6612
|
unsubscribe?.();
|
|
8928
6613
|
setConnected(false);
|
|
8929
6614
|
};
|
|
8930
|
-
}, [connect, enabled, maxDataPoints,
|
|
6615
|
+
}, [connect, enabled, maxDataPoints, normalize4, onData, onError]);
|
|
8931
6616
|
return useMemo(
|
|
8932
6617
|
() => ({
|
|
8933
6618
|
data,
|
|
@@ -8945,7 +6630,7 @@ function useChartPolling({
|
|
|
8945
6630
|
enabled = true,
|
|
8946
6631
|
interval: interval2 = CHART_DEFAULT_POLLING_INTERVAL,
|
|
8947
6632
|
immediate = true,
|
|
8948
|
-
normalize:
|
|
6633
|
+
normalize: normalize4 = true,
|
|
8949
6634
|
fetcher,
|
|
8950
6635
|
onData,
|
|
8951
6636
|
onError
|
|
@@ -8965,7 +6650,7 @@ function useChartPolling({
|
|
|
8965
6650
|
setLoading(true);
|
|
8966
6651
|
setError(null);
|
|
8967
6652
|
const result = await fetcher();
|
|
8968
|
-
const nextData =
|
|
6653
|
+
const nextData = normalize4 ? normalizeChartData(result ?? []) : result ?? [];
|
|
8969
6654
|
if (!isMountedRef.current) {
|
|
8970
6655
|
return;
|
|
8971
6656
|
}
|
|
@@ -8984,7 +6669,7 @@ function useChartPolling({
|
|
|
8984
6669
|
}
|
|
8985
6670
|
isFetchingRef.current = false;
|
|
8986
6671
|
}
|
|
8987
|
-
}, [fetcher,
|
|
6672
|
+
}, [fetcher, normalize4, onData, onError]);
|
|
8988
6673
|
useEffect(() => {
|
|
8989
6674
|
isMountedRef.current = true;
|
|
8990
6675
|
return () => {
|
|
@@ -11038,9 +8723,9 @@ function renderTransitionChild(children3, className) {
|
|
|
11038
8723
|
if (!React26.isValidElement(child)) {
|
|
11039
8724
|
return /* @__PURE__ */ jsx("div", { className, children: child });
|
|
11040
8725
|
}
|
|
11041
|
-
const
|
|
11042
|
-
return React26.cloneElement(
|
|
11043
|
-
className: classNames77(
|
|
8726
|
+
const element7 = child;
|
|
8727
|
+
return React26.cloneElement(element7, {
|
|
8728
|
+
className: classNames77(element7.props.className, className)
|
|
11044
8729
|
});
|
|
11045
8730
|
}
|
|
11046
8731
|
function TransitionBase({
|
|
@@ -31474,8 +29159,8 @@ function InfiniteScrollTrigger({
|
|
|
31474
29159
|
}) {
|
|
31475
29160
|
const triggerRef = useRef(null);
|
|
31476
29161
|
useEffect(() => {
|
|
31477
|
-
const
|
|
31478
|
-
if (!
|
|
29162
|
+
const element7 = triggerRef.current;
|
|
29163
|
+
if (!element7 || !hasMore || isLoading) {
|
|
31479
29164
|
return;
|
|
31480
29165
|
}
|
|
31481
29166
|
const observer = new IntersectionObserver(
|
|
@@ -31490,7 +29175,7 @@ function InfiniteScrollTrigger({
|
|
|
31490
29175
|
threshold
|
|
31491
29176
|
}
|
|
31492
29177
|
);
|
|
31493
|
-
observer.observe(
|
|
29178
|
+
observer.observe(element7);
|
|
31494
29179
|
return () => {
|
|
31495
29180
|
observer.disconnect();
|
|
31496
29181
|
};
|
|
@@ -34974,9 +32659,9 @@ function useActiveHeading(options = {}) {
|
|
|
34974
32659
|
const scrollToHeading = useCallback(
|
|
34975
32660
|
(id2) => {
|
|
34976
32661
|
if (typeof document === "undefined") return;
|
|
34977
|
-
const
|
|
34978
|
-
if (!
|
|
34979
|
-
|
|
32662
|
+
const element7 = document.getElementById(id2);
|
|
32663
|
+
if (!element7) return;
|
|
32664
|
+
element7.scrollIntoView({
|
|
34980
32665
|
behavior: scrollBehavior,
|
|
34981
32666
|
block: scrollBlock
|
|
34982
32667
|
});
|
|
@@ -34992,7 +32677,7 @@ function useActiveHeading(options = {}) {
|
|
|
34992
32677
|
if (typeof window === "undefined") return;
|
|
34993
32678
|
if (!("IntersectionObserver" in window)) return;
|
|
34994
32679
|
if (headings.length === 0) return;
|
|
34995
|
-
const elements = headings.map((heading3) => document.getElementById(heading3.id)).filter((
|
|
32680
|
+
const elements = headings.map((heading3) => document.getElementById(heading3.id)).filter((element7) => Boolean(element7));
|
|
34996
32681
|
if (elements.length === 0) return;
|
|
34997
32682
|
const observer = new IntersectionObserver(
|
|
34998
32683
|
(entries) => {
|
|
@@ -35007,8 +32692,8 @@ function useActiveHeading(options = {}) {
|
|
|
35007
32692
|
threshold
|
|
35008
32693
|
}
|
|
35009
32694
|
);
|
|
35010
|
-
elements.forEach((
|
|
35011
|
-
observer.observe(
|
|
32695
|
+
elements.forEach((element7) => {
|
|
32696
|
+
observer.observe(element7);
|
|
35012
32697
|
});
|
|
35013
32698
|
return () => {
|
|
35014
32699
|
observer.disconnect();
|
|
@@ -35101,7 +32786,7 @@ function empty2(value) {
|
|
|
35101
32786
|
// node_modules/hast-util-to-jsx-runtime/lib/index.js
|
|
35102
32787
|
init_property_information();
|
|
35103
32788
|
init_space_separated_tokens();
|
|
35104
|
-
var import_style_to_js = __toESM(require_cjs3()
|
|
32789
|
+
var import_style_to_js = __toESM(require_cjs3());
|
|
35105
32790
|
|
|
35106
32791
|
// node_modules/unist-util-position/lib/index.js
|
|
35107
32792
|
var pointEnd = point("end");
|
|
@@ -36506,7 +34191,7 @@ function tokenizeCharacterEscape(effects, ok3, nok) {
|
|
|
36506
34191
|
}
|
|
36507
34192
|
|
|
36508
34193
|
// node_modules/micromark-core-commonmark/lib/character-reference.js
|
|
36509
|
-
|
|
34194
|
+
init_index_dom();
|
|
36510
34195
|
var characterReference = {
|
|
36511
34196
|
name: "characterReference",
|
|
36512
34197
|
tokenize: tokenizeCharacterReference
|
|
@@ -39767,7 +37452,7 @@ function preprocess() {
|
|
|
39767
37452
|
}
|
|
39768
37453
|
|
|
39769
37454
|
// node_modules/micromark-util-decode-string/index.js
|
|
39770
|
-
|
|
37455
|
+
init_index_dom();
|
|
39771
37456
|
var characterEscapeOrReference = /\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;
|
|
39772
37457
|
function decodeString(value) {
|
|
39773
37458
|
return value.replace(characterEscapeOrReference, decode);
|
|
@@ -39786,8 +37471,8 @@ function decode($0, $1, $2) {
|
|
|
39786
37471
|
}
|
|
39787
37472
|
|
|
39788
37473
|
// node_modules/mdast-util-from-markdown/lib/index.js
|
|
39789
|
-
|
|
39790
|
-
var
|
|
37474
|
+
init_index_dom();
|
|
37475
|
+
var own2 = {}.hasOwnProperty;
|
|
39791
37476
|
function fromMarkdown(value, encoding, options) {
|
|
39792
37477
|
if (encoding && typeof encoding === "object") {
|
|
39793
37478
|
options = encoding;
|
|
@@ -39927,7 +37612,7 @@ function compiler(options) {
|
|
|
39927
37612
|
index3 = -1;
|
|
39928
37613
|
while (++index3 < events.length) {
|
|
39929
37614
|
const handler = config[events[index3][0]];
|
|
39930
|
-
if (
|
|
37615
|
+
if (own2.call(handler, events[index3][1].type)) {
|
|
39931
37616
|
handler[events[index3][1].type].call(Object.assign({
|
|
39932
37617
|
sliceSerialize: events[index3][2].sliceSerialize
|
|
39933
37618
|
}, context), events[index3][1]);
|
|
@@ -40449,7 +38134,7 @@ function configure(combined, extensions) {
|
|
|
40449
38134
|
function extension(combined, extension2) {
|
|
40450
38135
|
let key;
|
|
40451
38136
|
for (key in extension2) {
|
|
40452
|
-
if (
|
|
38137
|
+
if (own2.call(extension2, key)) {
|
|
40453
38138
|
switch (key) {
|
|
40454
38139
|
case "canContainEols": {
|
|
40455
38140
|
const right = extension2[key];
|
|
@@ -41483,9 +39168,9 @@ function looksLikeANode(value) {
|
|
|
41483
39168
|
return value !== null && typeof value === "object" && "type" in value;
|
|
41484
39169
|
}
|
|
41485
39170
|
|
|
41486
|
-
// node_modules/unist-util-visit-parents/lib/color.
|
|
39171
|
+
// node_modules/unist-util-visit-parents/lib/color.js
|
|
41487
39172
|
function color2(d) {
|
|
41488
|
-
return
|
|
39173
|
+
return d;
|
|
41489
39174
|
}
|
|
41490
39175
|
|
|
41491
39176
|
// node_modules/unist-util-visit-parents/lib/index.js
|
|
@@ -41588,7 +39273,7 @@ function visit(tree, testOrVisitor, visitorOrReverse, maybeReverse) {
|
|
|
41588
39273
|
}
|
|
41589
39274
|
|
|
41590
39275
|
// node_modules/mdast-util-to-hast/lib/state.js
|
|
41591
|
-
var
|
|
39276
|
+
var own3 = {}.hasOwnProperty;
|
|
41592
39277
|
var emptyOptions3 = {};
|
|
41593
39278
|
function createState(tree, options) {
|
|
41594
39279
|
const settings = options || emptyOptions3;
|
|
@@ -41622,7 +39307,7 @@ function createState(tree, options) {
|
|
|
41622
39307
|
function one6(node2, parent) {
|
|
41623
39308
|
const type2 = node2.type;
|
|
41624
39309
|
const handle2 = state.handlers[type2];
|
|
41625
|
-
if (
|
|
39310
|
+
if (own3.call(state.handlers, type2) && handle2) {
|
|
41626
39311
|
return handle2(state, node2, parent);
|
|
41627
39312
|
}
|
|
41628
39313
|
if (state.options.passThrough && state.options.passThrough.includes(type2)) {
|
|
@@ -41695,7 +39380,7 @@ function applyData(from, to) {
|
|
|
41695
39380
|
}
|
|
41696
39381
|
function defaultUnknownHandler(state, node2) {
|
|
41697
39382
|
const data = node2.data || {};
|
|
41698
|
-
const result = "value" in node2 && !(
|
|
39383
|
+
const result = "value" in node2 && !(own3.call(data, "hProperties") || own3.call(data, "hChildren")) ? { type: "text", value: node2.value } : {
|
|
41699
39384
|
type: "element",
|
|
41700
39385
|
tagName: "div",
|
|
41701
39386
|
properties: {},
|
|
@@ -41768,7 +39453,7 @@ function bail(error) {
|
|
|
41768
39453
|
}
|
|
41769
39454
|
|
|
41770
39455
|
// node_modules/unified/lib/index.js
|
|
41771
|
-
var import_extend = __toESM(require_extend()
|
|
39456
|
+
var import_extend = __toESM(require_extend());
|
|
41772
39457
|
|
|
41773
39458
|
// node_modules/unified/node_modules/is-plain-obj/index.js
|
|
41774
39459
|
function isPlainObject(value) {
|
|
@@ -41863,6 +39548,224 @@ function wrap2(middleware, callback) {
|
|
|
41863
39548
|
}
|
|
41864
39549
|
}
|
|
41865
39550
|
|
|
39551
|
+
// node_modules/vfile/lib/minpath.browser.js
|
|
39552
|
+
var minpath = { basename, dirname, extname, join, sep: "/" };
|
|
39553
|
+
function basename(path2, extname2) {
|
|
39554
|
+
if (extname2 !== void 0 && typeof extname2 !== "string") {
|
|
39555
|
+
throw new TypeError('"ext" argument must be a string');
|
|
39556
|
+
}
|
|
39557
|
+
assertPath(path2);
|
|
39558
|
+
let start3 = 0;
|
|
39559
|
+
let end = -1;
|
|
39560
|
+
let index3 = path2.length;
|
|
39561
|
+
let seenNonSlash;
|
|
39562
|
+
if (extname2 === void 0 || extname2.length === 0 || extname2.length > path2.length) {
|
|
39563
|
+
while (index3--) {
|
|
39564
|
+
if (path2.codePointAt(index3) === 47) {
|
|
39565
|
+
if (seenNonSlash) {
|
|
39566
|
+
start3 = index3 + 1;
|
|
39567
|
+
break;
|
|
39568
|
+
}
|
|
39569
|
+
} else if (end < 0) {
|
|
39570
|
+
seenNonSlash = true;
|
|
39571
|
+
end = index3 + 1;
|
|
39572
|
+
}
|
|
39573
|
+
}
|
|
39574
|
+
return end < 0 ? "" : path2.slice(start3, end);
|
|
39575
|
+
}
|
|
39576
|
+
if (extname2 === path2) {
|
|
39577
|
+
return "";
|
|
39578
|
+
}
|
|
39579
|
+
let firstNonSlashEnd = -1;
|
|
39580
|
+
let extnameIndex = extname2.length - 1;
|
|
39581
|
+
while (index3--) {
|
|
39582
|
+
if (path2.codePointAt(index3) === 47) {
|
|
39583
|
+
if (seenNonSlash) {
|
|
39584
|
+
start3 = index3 + 1;
|
|
39585
|
+
break;
|
|
39586
|
+
}
|
|
39587
|
+
} else {
|
|
39588
|
+
if (firstNonSlashEnd < 0) {
|
|
39589
|
+
seenNonSlash = true;
|
|
39590
|
+
firstNonSlashEnd = index3 + 1;
|
|
39591
|
+
}
|
|
39592
|
+
if (extnameIndex > -1) {
|
|
39593
|
+
if (path2.codePointAt(index3) === extname2.codePointAt(extnameIndex--)) {
|
|
39594
|
+
if (extnameIndex < 0) {
|
|
39595
|
+
end = index3;
|
|
39596
|
+
}
|
|
39597
|
+
} else {
|
|
39598
|
+
extnameIndex = -1;
|
|
39599
|
+
end = firstNonSlashEnd;
|
|
39600
|
+
}
|
|
39601
|
+
}
|
|
39602
|
+
}
|
|
39603
|
+
}
|
|
39604
|
+
if (start3 === end) {
|
|
39605
|
+
end = firstNonSlashEnd;
|
|
39606
|
+
} else if (end < 0) {
|
|
39607
|
+
end = path2.length;
|
|
39608
|
+
}
|
|
39609
|
+
return path2.slice(start3, end);
|
|
39610
|
+
}
|
|
39611
|
+
function dirname(path2) {
|
|
39612
|
+
assertPath(path2);
|
|
39613
|
+
if (path2.length === 0) {
|
|
39614
|
+
return ".";
|
|
39615
|
+
}
|
|
39616
|
+
let end = -1;
|
|
39617
|
+
let index3 = path2.length;
|
|
39618
|
+
let unmatchedSlash;
|
|
39619
|
+
while (--index3) {
|
|
39620
|
+
if (path2.codePointAt(index3) === 47) {
|
|
39621
|
+
if (unmatchedSlash) {
|
|
39622
|
+
end = index3;
|
|
39623
|
+
break;
|
|
39624
|
+
}
|
|
39625
|
+
} else if (!unmatchedSlash) {
|
|
39626
|
+
unmatchedSlash = true;
|
|
39627
|
+
}
|
|
39628
|
+
}
|
|
39629
|
+
return end < 0 ? path2.codePointAt(0) === 47 ? "/" : "." : end === 1 && path2.codePointAt(0) === 47 ? "//" : path2.slice(0, end);
|
|
39630
|
+
}
|
|
39631
|
+
function extname(path2) {
|
|
39632
|
+
assertPath(path2);
|
|
39633
|
+
let index3 = path2.length;
|
|
39634
|
+
let end = -1;
|
|
39635
|
+
let startPart = 0;
|
|
39636
|
+
let startDot = -1;
|
|
39637
|
+
let preDotState = 0;
|
|
39638
|
+
let unmatchedSlash;
|
|
39639
|
+
while (index3--) {
|
|
39640
|
+
const code4 = path2.codePointAt(index3);
|
|
39641
|
+
if (code4 === 47) {
|
|
39642
|
+
if (unmatchedSlash) {
|
|
39643
|
+
startPart = index3 + 1;
|
|
39644
|
+
break;
|
|
39645
|
+
}
|
|
39646
|
+
continue;
|
|
39647
|
+
}
|
|
39648
|
+
if (end < 0) {
|
|
39649
|
+
unmatchedSlash = true;
|
|
39650
|
+
end = index3 + 1;
|
|
39651
|
+
}
|
|
39652
|
+
if (code4 === 46) {
|
|
39653
|
+
if (startDot < 0) {
|
|
39654
|
+
startDot = index3;
|
|
39655
|
+
} else if (preDotState !== 1) {
|
|
39656
|
+
preDotState = 1;
|
|
39657
|
+
}
|
|
39658
|
+
} else if (startDot > -1) {
|
|
39659
|
+
preDotState = -1;
|
|
39660
|
+
}
|
|
39661
|
+
}
|
|
39662
|
+
if (startDot < 0 || end < 0 || // We saw a non-dot character immediately before the dot.
|
|
39663
|
+
preDotState === 0 || // The (right-most) trimmed path component is exactly `..`.
|
|
39664
|
+
preDotState === 1 && startDot === end - 1 && startDot === startPart + 1) {
|
|
39665
|
+
return "";
|
|
39666
|
+
}
|
|
39667
|
+
return path2.slice(startDot, end);
|
|
39668
|
+
}
|
|
39669
|
+
function join(...segments) {
|
|
39670
|
+
let index3 = -1;
|
|
39671
|
+
let joined;
|
|
39672
|
+
while (++index3 < segments.length) {
|
|
39673
|
+
assertPath(segments[index3]);
|
|
39674
|
+
if (segments[index3]) {
|
|
39675
|
+
joined = joined === void 0 ? segments[index3] : joined + "/" + segments[index3];
|
|
39676
|
+
}
|
|
39677
|
+
}
|
|
39678
|
+
return joined === void 0 ? "." : normalize3(joined);
|
|
39679
|
+
}
|
|
39680
|
+
function normalize3(path2) {
|
|
39681
|
+
assertPath(path2);
|
|
39682
|
+
const absolute = path2.codePointAt(0) === 47;
|
|
39683
|
+
let value = normalizeString(path2, !absolute);
|
|
39684
|
+
if (value.length === 0 && !absolute) {
|
|
39685
|
+
value = ".";
|
|
39686
|
+
}
|
|
39687
|
+
if (value.length > 0 && path2.codePointAt(path2.length - 1) === 47) {
|
|
39688
|
+
value += "/";
|
|
39689
|
+
}
|
|
39690
|
+
return absolute ? "/" + value : value;
|
|
39691
|
+
}
|
|
39692
|
+
function normalizeString(path2, allowAboveRoot) {
|
|
39693
|
+
let result = "";
|
|
39694
|
+
let lastSegmentLength = 0;
|
|
39695
|
+
let lastSlash = -1;
|
|
39696
|
+
let dots = 0;
|
|
39697
|
+
let index3 = -1;
|
|
39698
|
+
let code4;
|
|
39699
|
+
let lastSlashIndex;
|
|
39700
|
+
while (++index3 <= path2.length) {
|
|
39701
|
+
if (index3 < path2.length) {
|
|
39702
|
+
code4 = path2.codePointAt(index3);
|
|
39703
|
+
} else if (code4 === 47) {
|
|
39704
|
+
break;
|
|
39705
|
+
} else {
|
|
39706
|
+
code4 = 47;
|
|
39707
|
+
}
|
|
39708
|
+
if (code4 === 47) {
|
|
39709
|
+
if (lastSlash === index3 - 1 || dots === 1) ; else if (lastSlash !== index3 - 1 && dots === 2) {
|
|
39710
|
+
if (result.length < 2 || lastSegmentLength !== 2 || result.codePointAt(result.length - 1) !== 46 || result.codePointAt(result.length - 2) !== 46) {
|
|
39711
|
+
if (result.length > 2) {
|
|
39712
|
+
lastSlashIndex = result.lastIndexOf("/");
|
|
39713
|
+
if (lastSlashIndex !== result.length - 1) {
|
|
39714
|
+
if (lastSlashIndex < 0) {
|
|
39715
|
+
result = "";
|
|
39716
|
+
lastSegmentLength = 0;
|
|
39717
|
+
} else {
|
|
39718
|
+
result = result.slice(0, lastSlashIndex);
|
|
39719
|
+
lastSegmentLength = result.length - 1 - result.lastIndexOf("/");
|
|
39720
|
+
}
|
|
39721
|
+
lastSlash = index3;
|
|
39722
|
+
dots = 0;
|
|
39723
|
+
continue;
|
|
39724
|
+
}
|
|
39725
|
+
} else if (result.length > 0) {
|
|
39726
|
+
result = "";
|
|
39727
|
+
lastSegmentLength = 0;
|
|
39728
|
+
lastSlash = index3;
|
|
39729
|
+
dots = 0;
|
|
39730
|
+
continue;
|
|
39731
|
+
}
|
|
39732
|
+
}
|
|
39733
|
+
if (allowAboveRoot) {
|
|
39734
|
+
result = result.length > 0 ? result + "/.." : "..";
|
|
39735
|
+
lastSegmentLength = 2;
|
|
39736
|
+
}
|
|
39737
|
+
} else {
|
|
39738
|
+
if (result.length > 0) {
|
|
39739
|
+
result += "/" + path2.slice(lastSlash + 1, index3);
|
|
39740
|
+
} else {
|
|
39741
|
+
result = path2.slice(lastSlash + 1, index3);
|
|
39742
|
+
}
|
|
39743
|
+
lastSegmentLength = index3 - lastSlash - 1;
|
|
39744
|
+
}
|
|
39745
|
+
lastSlash = index3;
|
|
39746
|
+
dots = 0;
|
|
39747
|
+
} else if (code4 === 46 && dots > -1) {
|
|
39748
|
+
dots++;
|
|
39749
|
+
} else {
|
|
39750
|
+
dots = -1;
|
|
39751
|
+
}
|
|
39752
|
+
}
|
|
39753
|
+
return result;
|
|
39754
|
+
}
|
|
39755
|
+
function assertPath(path2) {
|
|
39756
|
+
if (typeof path2 !== "string") {
|
|
39757
|
+
throw new TypeError(
|
|
39758
|
+
"Path must be a string. Received " + JSON.stringify(path2)
|
|
39759
|
+
);
|
|
39760
|
+
}
|
|
39761
|
+
}
|
|
39762
|
+
|
|
39763
|
+
// node_modules/vfile/lib/minproc.browser.js
|
|
39764
|
+
var minproc = { cwd };
|
|
39765
|
+
function cwd() {
|
|
39766
|
+
return "/";
|
|
39767
|
+
}
|
|
39768
|
+
|
|
41866
39769
|
// node_modules/vfile/lib/minurl.shared.js
|
|
41867
39770
|
function isUrl(fileUrlOrPath) {
|
|
41868
39771
|
return Boolean(
|
|
@@ -41871,6 +39774,49 @@ function isUrl(fileUrlOrPath) {
|
|
|
41871
39774
|
);
|
|
41872
39775
|
}
|
|
41873
39776
|
|
|
39777
|
+
// node_modules/vfile/lib/minurl.browser.js
|
|
39778
|
+
function urlToPath(path2) {
|
|
39779
|
+
if (typeof path2 === "string") {
|
|
39780
|
+
path2 = new URL(path2);
|
|
39781
|
+
} else if (!isUrl(path2)) {
|
|
39782
|
+
const error = new TypeError(
|
|
39783
|
+
'The "path" argument must be of type string or an instance of URL. Received `' + path2 + "`"
|
|
39784
|
+
);
|
|
39785
|
+
error.code = "ERR_INVALID_ARG_TYPE";
|
|
39786
|
+
throw error;
|
|
39787
|
+
}
|
|
39788
|
+
if (path2.protocol !== "file:") {
|
|
39789
|
+
const error = new TypeError("The URL must be of scheme file");
|
|
39790
|
+
error.code = "ERR_INVALID_URL_SCHEME";
|
|
39791
|
+
throw error;
|
|
39792
|
+
}
|
|
39793
|
+
return getPathFromURLPosix(path2);
|
|
39794
|
+
}
|
|
39795
|
+
function getPathFromURLPosix(url) {
|
|
39796
|
+
if (url.hostname !== "") {
|
|
39797
|
+
const error = new TypeError(
|
|
39798
|
+
'File URL host must be "localhost" or empty on darwin'
|
|
39799
|
+
);
|
|
39800
|
+
error.code = "ERR_INVALID_FILE_URL_HOST";
|
|
39801
|
+
throw error;
|
|
39802
|
+
}
|
|
39803
|
+
const pathname = url.pathname;
|
|
39804
|
+
let index3 = -1;
|
|
39805
|
+
while (++index3 < pathname.length) {
|
|
39806
|
+
if (pathname.codePointAt(index3) === 37 && pathname.codePointAt(index3 + 1) === 50) {
|
|
39807
|
+
const third = pathname.codePointAt(index3 + 2);
|
|
39808
|
+
if (third === 70 || third === 102) {
|
|
39809
|
+
const error = new TypeError(
|
|
39810
|
+
"File URL path must not include encoded / characters"
|
|
39811
|
+
);
|
|
39812
|
+
error.code = "ERR_INVALID_FILE_URL_PATH";
|
|
39813
|
+
throw error;
|
|
39814
|
+
}
|
|
39815
|
+
}
|
|
39816
|
+
}
|
|
39817
|
+
return decodeURIComponent(pathname);
|
|
39818
|
+
}
|
|
39819
|
+
|
|
41874
39820
|
// node_modules/vfile/lib/index.js
|
|
41875
39821
|
var order = (
|
|
41876
39822
|
/** @type {const} */
|
|
@@ -41917,7 +39863,7 @@ var VFile = class {
|
|
|
41917
39863
|
} else {
|
|
41918
39864
|
options = value;
|
|
41919
39865
|
}
|
|
41920
|
-
this.cwd = "cwd" in options ? "" :
|
|
39866
|
+
this.cwd = "cwd" in options ? "" : minproc.cwd();
|
|
41921
39867
|
this.data = {};
|
|
41922
39868
|
this.history = [];
|
|
41923
39869
|
this.messages = [];
|
|
@@ -41946,7 +39892,7 @@ var VFile = class {
|
|
|
41946
39892
|
* Basename.
|
|
41947
39893
|
*/
|
|
41948
39894
|
get basename() {
|
|
41949
|
-
return typeof this.path === "string" ?
|
|
39895
|
+
return typeof this.path === "string" ? minpath.basename(this.path) : void 0;
|
|
41950
39896
|
}
|
|
41951
39897
|
/**
|
|
41952
39898
|
* Set basename (including extname) (`'index.min.js'`).
|
|
@@ -41960,10 +39906,10 @@ var VFile = class {
|
|
|
41960
39906
|
* @returns {undefined}
|
|
41961
39907
|
* Nothing.
|
|
41962
39908
|
*/
|
|
41963
|
-
set basename(
|
|
41964
|
-
assertNonEmpty(
|
|
41965
|
-
assertPart(
|
|
41966
|
-
this.path =
|
|
39909
|
+
set basename(basename2) {
|
|
39910
|
+
assertNonEmpty(basename2, "basename");
|
|
39911
|
+
assertPart(basename2, "basename");
|
|
39912
|
+
this.path = minpath.join(this.dirname || "", basename2);
|
|
41967
39913
|
}
|
|
41968
39914
|
/**
|
|
41969
39915
|
* Get the parent path (example: `'~'`).
|
|
@@ -41972,7 +39918,7 @@ var VFile = class {
|
|
|
41972
39918
|
* Dirname.
|
|
41973
39919
|
*/
|
|
41974
39920
|
get dirname() {
|
|
41975
|
-
return typeof this.path === "string" ?
|
|
39921
|
+
return typeof this.path === "string" ? minpath.dirname(this.path) : void 0;
|
|
41976
39922
|
}
|
|
41977
39923
|
/**
|
|
41978
39924
|
* Set the parent path (example: `'~'`).
|
|
@@ -41984,9 +39930,9 @@ var VFile = class {
|
|
|
41984
39930
|
* @returns {undefined}
|
|
41985
39931
|
* Nothing.
|
|
41986
39932
|
*/
|
|
41987
|
-
set dirname(
|
|
41988
|
-
|
|
41989
|
-
this.path =
|
|
39933
|
+
set dirname(dirname2) {
|
|
39934
|
+
assertPath2(this.basename, "dirname");
|
|
39935
|
+
this.path = minpath.join(dirname2 || "", this.basename);
|
|
41990
39936
|
}
|
|
41991
39937
|
/**
|
|
41992
39938
|
* Get the extname (including dot) (example: `'.js'`).
|
|
@@ -41995,7 +39941,7 @@ var VFile = class {
|
|
|
41995
39941
|
* Extname.
|
|
41996
39942
|
*/
|
|
41997
39943
|
get extname() {
|
|
41998
|
-
return typeof this.path === "string" ?
|
|
39944
|
+
return typeof this.path === "string" ? minpath.extname(this.path) : void 0;
|
|
41999
39945
|
}
|
|
42000
39946
|
/**
|
|
42001
39947
|
* Set the extname (including dot) (example: `'.js'`).
|
|
@@ -42009,18 +39955,18 @@ var VFile = class {
|
|
|
42009
39955
|
* @returns {undefined}
|
|
42010
39956
|
* Nothing.
|
|
42011
39957
|
*/
|
|
42012
|
-
set extname(
|
|
42013
|
-
assertPart(
|
|
42014
|
-
|
|
42015
|
-
if (
|
|
42016
|
-
if (
|
|
39958
|
+
set extname(extname2) {
|
|
39959
|
+
assertPart(extname2, "extname");
|
|
39960
|
+
assertPath2(this.dirname, "extname");
|
|
39961
|
+
if (extname2) {
|
|
39962
|
+
if (extname2.codePointAt(0) !== 46) {
|
|
42017
39963
|
throw new Error("`extname` must start with `.`");
|
|
42018
39964
|
}
|
|
42019
|
-
if (
|
|
39965
|
+
if (extname2.includes(".", 1)) {
|
|
42020
39966
|
throw new Error("`extname` cannot contain multiple dots");
|
|
42021
39967
|
}
|
|
42022
39968
|
}
|
|
42023
|
-
this.path =
|
|
39969
|
+
this.path = minpath.join(this.dirname, this.stem + (extname2 || ""));
|
|
42024
39970
|
}
|
|
42025
39971
|
/**
|
|
42026
39972
|
* Get the full path (example: `'~/index.min.js'`).
|
|
@@ -42045,7 +39991,7 @@ var VFile = class {
|
|
|
42045
39991
|
*/
|
|
42046
39992
|
set path(path2) {
|
|
42047
39993
|
if (isUrl(path2)) {
|
|
42048
|
-
path2 =
|
|
39994
|
+
path2 = urlToPath(path2);
|
|
42049
39995
|
}
|
|
42050
39996
|
assertNonEmpty(path2, "path");
|
|
42051
39997
|
if (this.path !== path2) {
|
|
@@ -42059,7 +40005,7 @@ var VFile = class {
|
|
|
42059
40005
|
* Stem.
|
|
42060
40006
|
*/
|
|
42061
40007
|
get stem() {
|
|
42062
|
-
return typeof this.path === "string" ?
|
|
40008
|
+
return typeof this.path === "string" ? minpath.basename(this.path, this.extname) : void 0;
|
|
42063
40009
|
}
|
|
42064
40010
|
/**
|
|
42065
40011
|
* Set the stem (basename w/o extname) (example: `'index.min'`).
|
|
@@ -42076,7 +40022,7 @@ var VFile = class {
|
|
|
42076
40022
|
set stem(stem) {
|
|
42077
40023
|
assertNonEmpty(stem, "stem");
|
|
42078
40024
|
assertPart(stem, "stem");
|
|
42079
|
-
this.path =
|
|
40025
|
+
this.path = minpath.join(this.dirname || "", stem + (this.extname || ""));
|
|
42080
40026
|
}
|
|
42081
40027
|
// Normal prototypal methods.
|
|
42082
40028
|
/**
|
|
@@ -42305,9 +40251,9 @@ var VFile = class {
|
|
|
42305
40251
|
}
|
|
42306
40252
|
};
|
|
42307
40253
|
function assertPart(part, name2) {
|
|
42308
|
-
if (part && part.includes(
|
|
40254
|
+
if (part && part.includes(minpath.sep)) {
|
|
42309
40255
|
throw new Error(
|
|
42310
|
-
"`" + name2 + "` cannot be a path: did not expect `" +
|
|
40256
|
+
"`" + name2 + "` cannot be a path: did not expect `" + minpath.sep + "`"
|
|
42311
40257
|
);
|
|
42312
40258
|
}
|
|
42313
40259
|
}
|
|
@@ -42316,7 +40262,7 @@ function assertNonEmpty(part, name2) {
|
|
|
42316
40262
|
throw new Error("`" + name2 + "` cannot be empty");
|
|
42317
40263
|
}
|
|
42318
40264
|
}
|
|
42319
|
-
function
|
|
40265
|
+
function assertPath2(path2, name2) {
|
|
42320
40266
|
if (!path2) {
|
|
42321
40267
|
throw new Error("Setting `" + name2 + "` requires `path` to be set too");
|
|
42322
40268
|
}
|
|
@@ -42357,7 +40303,7 @@ var CallableInstance = (
|
|
|
42357
40303
|
);
|
|
42358
40304
|
|
|
42359
40305
|
// node_modules/unified/lib/index.js
|
|
42360
|
-
var
|
|
40306
|
+
var own4 = {}.hasOwnProperty;
|
|
42361
40307
|
var Processor = class _Processor extends CallableInstance {
|
|
42362
40308
|
/**
|
|
42363
40309
|
* Create a processor.
|
|
@@ -42464,7 +40410,7 @@ var Processor = class _Processor extends CallableInstance {
|
|
|
42464
40410
|
this.namespace[key] = value;
|
|
42465
40411
|
return this;
|
|
42466
40412
|
}
|
|
42467
|
-
return
|
|
40413
|
+
return own4.call(this.namespace, key) && this.namespace[key] || void 0;
|
|
42468
40414
|
}
|
|
42469
40415
|
if (key) {
|
|
42470
40416
|
assertUnfrozen("data", this.frozen);
|
|
@@ -43704,15 +41650,15 @@ function toAlignment(value) {
|
|
|
43704
41650
|
}
|
|
43705
41651
|
|
|
43706
41652
|
// node_modules/zwitch/index.js
|
|
43707
|
-
var
|
|
41653
|
+
var own5 = {}.hasOwnProperty;
|
|
43708
41654
|
function zwitch(key, options) {
|
|
43709
41655
|
const settings = options || {};
|
|
43710
41656
|
function one6(value, ...parameters) {
|
|
43711
41657
|
let fn = one6.invalid;
|
|
43712
41658
|
const handlers2 = one6.handlers;
|
|
43713
|
-
if (value &&
|
|
41659
|
+
if (value && own5.call(value, key)) {
|
|
43714
41660
|
const id2 = String(value[key]);
|
|
43715
|
-
fn =
|
|
41661
|
+
fn = own5.call(handlers2, id2) ? handlers2[id2] : one6.unknown;
|
|
43716
41662
|
}
|
|
43717
41663
|
if (fn) {
|
|
43718
41664
|
return fn.call(this, value, ...parameters);
|
|
@@ -45649,8 +43595,8 @@ var EditMap = class {
|
|
|
45649
43595
|
events.length = 0;
|
|
45650
43596
|
let slice = vecs.pop();
|
|
45651
43597
|
while (slice) {
|
|
45652
|
-
for (const
|
|
45653
|
-
events.push(
|
|
43598
|
+
for (const element7 of slice) {
|
|
43599
|
+
events.push(element7);
|
|
45654
43600
|
}
|
|
45655
43601
|
slice = vecs.pop();
|
|
45656
43602
|
}
|
|
@@ -46251,7 +44197,7 @@ var webNamespaces = {
|
|
|
46251
44197
|
};
|
|
46252
44198
|
|
|
46253
44199
|
// node_modules/hast-util-from-parse5/lib/index.js
|
|
46254
|
-
var
|
|
44200
|
+
var own6 = {}.hasOwnProperty;
|
|
46255
44201
|
var proto = Object.prototype;
|
|
46256
44202
|
function fromParse5(tree, options) {
|
|
46257
44203
|
const settings = options || {};
|
|
@@ -46322,7 +44268,7 @@ function one4(state, node2) {
|
|
|
46322
44268
|
/** @type {DefaultTreeAdapterMap['element']} */
|
|
46323
44269
|
node2
|
|
46324
44270
|
);
|
|
46325
|
-
result =
|
|
44271
|
+
result = element3(state, reference);
|
|
46326
44272
|
return result;
|
|
46327
44273
|
}
|
|
46328
44274
|
}
|
|
@@ -46339,7 +44285,7 @@ function all2(state, nodes) {
|
|
|
46339
44285
|
}
|
|
46340
44286
|
return results;
|
|
46341
44287
|
}
|
|
46342
|
-
function
|
|
44288
|
+
function element3(state, node2) {
|
|
46343
44289
|
const schema = state.schema;
|
|
46344
44290
|
state.schema = node2.namespaceURI === webNamespaces.svg ? svg2 : html2;
|
|
46345
44291
|
let index3 = -1;
|
|
@@ -46347,7 +44293,7 @@ function element2(state, node2) {
|
|
|
46347
44293
|
while (++index3 < node2.attrs.length) {
|
|
46348
44294
|
const attribute = node2.attrs[index3];
|
|
46349
44295
|
const name2 = (attribute.prefix ? attribute.prefix + ":" : "") + attribute.name;
|
|
46350
|
-
if (!
|
|
44296
|
+
if (!own6.call(proto, name2)) {
|
|
46351
44297
|
properties2[name2] = attribute.value;
|
|
46352
44298
|
}
|
|
46353
44299
|
}
|
|
@@ -46395,7 +44341,7 @@ function createLocation(state, node2, location2) {
|
|
|
46395
44341
|
let key;
|
|
46396
44342
|
if (location2.attrs) {
|
|
46397
44343
|
for (key in location2.attrs) {
|
|
46398
|
-
if (
|
|
44344
|
+
if (own6.call(location2.attrs, key)) {
|
|
46399
44345
|
properties2[find3(state.schema, key).property] = position3(
|
|
46400
44346
|
location2.attrs[key]
|
|
46401
44347
|
);
|
|
@@ -46435,8 +44381,8 @@ init_comma_separated_tokens();
|
|
|
46435
44381
|
init_property_information();
|
|
46436
44382
|
init_space_separated_tokens();
|
|
46437
44383
|
var emptyOptions5 = {};
|
|
46438
|
-
var
|
|
46439
|
-
var one5 = zwitch("type", { handlers: { root: root5, element:
|
|
44384
|
+
var own7 = {}.hasOwnProperty;
|
|
44385
|
+
var one5 = zwitch("type", { handlers: { root: root5, element: element4, text: text7, comment, doctype } });
|
|
46440
44386
|
function toParse5(tree, options) {
|
|
46441
44387
|
const settings = options || emptyOptions5;
|
|
46442
44388
|
const space2 = settings.space;
|
|
@@ -46488,7 +44434,7 @@ function comment(node2) {
|
|
|
46488
44434
|
patch3(node2, result);
|
|
46489
44435
|
return result;
|
|
46490
44436
|
}
|
|
46491
|
-
function
|
|
44437
|
+
function element4(node2, schema) {
|
|
46492
44438
|
const parentSchema = schema;
|
|
46493
44439
|
let currentSchema = parentSchema;
|
|
46494
44440
|
if (node2.type === "element" && node2.tagName.toLowerCase() === "svg" && parentSchema.space === "html") {
|
|
@@ -46498,7 +44444,7 @@ function element3(node2, schema) {
|
|
|
46498
44444
|
let prop;
|
|
46499
44445
|
if (node2.properties) {
|
|
46500
44446
|
for (prop in node2.properties) {
|
|
46501
|
-
if (prop !== "children" &&
|
|
44447
|
+
if (prop !== "children" && own7.call(node2.properties, prop)) {
|
|
46502
44448
|
const result2 = createProperty2(
|
|
46503
44449
|
currentSchema,
|
|
46504
44450
|
prop,
|
|
@@ -50523,8 +48469,8 @@ var OpenElementStack = class {
|
|
|
50523
48469
|
this.current = document4;
|
|
50524
48470
|
}
|
|
50525
48471
|
//Index of element
|
|
50526
|
-
_indexOf(
|
|
50527
|
-
return this.items.lastIndexOf(
|
|
48472
|
+
_indexOf(element7) {
|
|
48473
|
+
return this.items.lastIndexOf(element7, this.stackTop);
|
|
50528
48474
|
}
|
|
50529
48475
|
//Update current element
|
|
50530
48476
|
_isInTemplate() {
|
|
@@ -50535,16 +48481,16 @@ var OpenElementStack = class {
|
|
|
50535
48481
|
this.currentTagId = this.tagIDs[this.stackTop];
|
|
50536
48482
|
}
|
|
50537
48483
|
//Mutations
|
|
50538
|
-
push(
|
|
48484
|
+
push(element7, tagID) {
|
|
50539
48485
|
this.stackTop++;
|
|
50540
|
-
this.items[this.stackTop] =
|
|
50541
|
-
this.current =
|
|
48486
|
+
this.items[this.stackTop] = element7;
|
|
48487
|
+
this.current = element7;
|
|
50542
48488
|
this.tagIDs[this.stackTop] = tagID;
|
|
50543
48489
|
this.currentTagId = tagID;
|
|
50544
48490
|
if (this._isInTemplate()) {
|
|
50545
48491
|
this.tmplCount++;
|
|
50546
48492
|
}
|
|
50547
|
-
this.handler.onItemPush(
|
|
48493
|
+
this.handler.onItemPush(element7, tagID, true);
|
|
50548
48494
|
}
|
|
50549
48495
|
pop() {
|
|
50550
48496
|
const popped = this.current;
|
|
@@ -50592,8 +48538,8 @@ var OpenElementStack = class {
|
|
|
50592
48538
|
this.handler.onItemPop(popped, this.stackTop < idx);
|
|
50593
48539
|
}
|
|
50594
48540
|
}
|
|
50595
|
-
popUntilElementPopped(
|
|
50596
|
-
const idx = this._indexOf(
|
|
48541
|
+
popUntilElementPopped(element7) {
|
|
48542
|
+
const idx = this._indexOf(element7);
|
|
50597
48543
|
this.shortenToLength(Math.max(idx, 0));
|
|
50598
48544
|
}
|
|
50599
48545
|
popUntilPopped(tagNames, targetNS) {
|
|
@@ -50631,8 +48577,8 @@ var OpenElementStack = class {
|
|
|
50631
48577
|
clearBackToTableRowContext() {
|
|
50632
48578
|
this.clearBackTo(TABLE_ROW_CONTEXT, NS.HTML);
|
|
50633
48579
|
}
|
|
50634
|
-
remove(
|
|
50635
|
-
const idx = this._indexOf(
|
|
48580
|
+
remove(element7) {
|
|
48581
|
+
const idx = this._indexOf(element7);
|
|
50636
48582
|
if (idx >= 0) {
|
|
50637
48583
|
if (idx === this.stackTop) {
|
|
50638
48584
|
this.pop();
|
|
@@ -50641,7 +48587,7 @@ var OpenElementStack = class {
|
|
|
50641
48587
|
this.tagIDs.splice(idx, 1);
|
|
50642
48588
|
this.stackTop--;
|
|
50643
48589
|
this._updateCurrentElement();
|
|
50644
|
-
this.handler.onItemPop(
|
|
48590
|
+
this.handler.onItemPop(element7, false);
|
|
50645
48591
|
}
|
|
50646
48592
|
}
|
|
50647
48593
|
}
|
|
@@ -50649,11 +48595,11 @@ var OpenElementStack = class {
|
|
|
50649
48595
|
tryPeekProperlyNestedBodyElement() {
|
|
50650
48596
|
return this.stackTop >= 1 && this.tagIDs[1] === TAG_ID.BODY ? this.items[1] : null;
|
|
50651
48597
|
}
|
|
50652
|
-
contains(
|
|
50653
|
-
return this._indexOf(
|
|
48598
|
+
contains(element7) {
|
|
48599
|
+
return this._indexOf(element7) > -1;
|
|
50654
48600
|
}
|
|
50655
|
-
getCommonAncestor(
|
|
50656
|
-
const elementIdx = this._indexOf(
|
|
48601
|
+
getCommonAncestor(element7) {
|
|
48602
|
+
const elementIdx = this._indexOf(element7) - 1;
|
|
50657
48603
|
return elementIdx >= 0 ? this.items[elementIdx] : null;
|
|
50658
48604
|
}
|
|
50659
48605
|
isRootHtmlElementCurrent() {
|
|
@@ -50820,9 +48766,9 @@ var FormattingElementList = class {
|
|
|
50820
48766
|
if (entry.type === EntryType.Marker) {
|
|
50821
48767
|
break;
|
|
50822
48768
|
}
|
|
50823
|
-
const { element:
|
|
50824
|
-
if (this.treeAdapter.getTagName(
|
|
50825
|
-
const elementAttrs = this.treeAdapter.getAttrList(
|
|
48769
|
+
const { element: element7 } = entry;
|
|
48770
|
+
if (this.treeAdapter.getTagName(element7) === neTagName && this.treeAdapter.getNamespaceURI(element7) === neNamespaceURI) {
|
|
48771
|
+
const elementAttrs = this.treeAdapter.getAttrList(element7);
|
|
50826
48772
|
if (elementAttrs.length === neAttrsLength) {
|
|
50827
48773
|
candidates.push({ idx: i, attrs: elementAttrs });
|
|
50828
48774
|
}
|
|
@@ -50853,19 +48799,19 @@ var FormattingElementList = class {
|
|
|
50853
48799
|
insertMarker() {
|
|
50854
48800
|
this.entries.unshift(MARKER);
|
|
50855
48801
|
}
|
|
50856
|
-
pushElement(
|
|
50857
|
-
this._ensureNoahArkCondition(
|
|
48802
|
+
pushElement(element7, token) {
|
|
48803
|
+
this._ensureNoahArkCondition(element7);
|
|
50858
48804
|
this.entries.unshift({
|
|
50859
48805
|
type: EntryType.Element,
|
|
50860
|
-
element:
|
|
48806
|
+
element: element7,
|
|
50861
48807
|
token
|
|
50862
48808
|
});
|
|
50863
48809
|
}
|
|
50864
|
-
insertElementAfterBookmark(
|
|
48810
|
+
insertElementAfterBookmark(element7, token) {
|
|
50865
48811
|
const bookmarkIdx = this.entries.indexOf(this.bookmark);
|
|
50866
48812
|
this.entries.splice(bookmarkIdx, 0, {
|
|
50867
48813
|
type: EntryType.Element,
|
|
50868
|
-
element:
|
|
48814
|
+
element: element7,
|
|
50869
48815
|
token
|
|
50870
48816
|
});
|
|
50871
48817
|
}
|
|
@@ -50893,8 +48839,8 @@ var FormattingElementList = class {
|
|
|
50893
48839
|
const entry = this.entries.find((entry2) => entry2.type === EntryType.Marker || this.treeAdapter.getTagName(entry2.element) === tagName);
|
|
50894
48840
|
return entry && entry.type === EntryType.Element ? entry : null;
|
|
50895
48841
|
}
|
|
50896
|
-
getElementEntry(
|
|
50897
|
-
return this.entries.find((entry) => entry.type === EntryType.Element && entry.element ===
|
|
48842
|
+
getElementEntry(element7) {
|
|
48843
|
+
return this.entries.find((entry) => entry.type === EntryType.Element && entry.element === element7);
|
|
50898
48844
|
}
|
|
50899
48845
|
};
|
|
50900
48846
|
|
|
@@ -51020,15 +48966,15 @@ var defaultTreeAdapter = {
|
|
|
51020
48966
|
getParentNode(node2) {
|
|
51021
48967
|
return node2.parentNode;
|
|
51022
48968
|
},
|
|
51023
|
-
getAttrList(
|
|
51024
|
-
return
|
|
48969
|
+
getAttrList(element7) {
|
|
48970
|
+
return element7.attrs;
|
|
51025
48971
|
},
|
|
51026
48972
|
//Node data
|
|
51027
|
-
getTagName(
|
|
51028
|
-
return
|
|
48973
|
+
getTagName(element7) {
|
|
48974
|
+
return element7.tagName;
|
|
51029
48975
|
},
|
|
51030
|
-
getNamespaceURI(
|
|
51031
|
-
return
|
|
48976
|
+
getNamespaceURI(element7) {
|
|
48977
|
+
return element7.namespaceURI;
|
|
51032
48978
|
},
|
|
51033
48979
|
getTextNodeContent(textNode) {
|
|
51034
48980
|
return textNode.value;
|
|
@@ -51629,19 +49575,19 @@ var Parser = class {
|
|
|
51629
49575
|
}
|
|
51630
49576
|
}
|
|
51631
49577
|
/** @protected */
|
|
51632
|
-
_attachElementToTree(
|
|
49578
|
+
_attachElementToTree(element7, location2) {
|
|
51633
49579
|
if (this.options.sourceCodeLocationInfo) {
|
|
51634
49580
|
const loc = location2 && {
|
|
51635
49581
|
...location2,
|
|
51636
49582
|
startTag: location2
|
|
51637
49583
|
};
|
|
51638
|
-
this.treeAdapter.setNodeSourceCodeLocation(
|
|
49584
|
+
this.treeAdapter.setNodeSourceCodeLocation(element7, loc);
|
|
51639
49585
|
}
|
|
51640
49586
|
if (this._shouldFosterParentOnInsertion()) {
|
|
51641
|
-
this._fosterParentElement(
|
|
49587
|
+
this._fosterParentElement(element7);
|
|
51642
49588
|
} else {
|
|
51643
49589
|
const parent = this.openElements.currentTmplContentOrNode;
|
|
51644
|
-
this.treeAdapter.appendChild(parent !== null && parent !== void 0 ? parent : this.document,
|
|
49590
|
+
this.treeAdapter.appendChild(parent !== null && parent !== void 0 ? parent : this.document, element7);
|
|
51645
49591
|
}
|
|
51646
49592
|
}
|
|
51647
49593
|
/**
|
|
@@ -51650,20 +49596,20 @@ var Parser = class {
|
|
|
51650
49596
|
*/
|
|
51651
49597
|
/** @protected */
|
|
51652
49598
|
_appendElement(token, namespaceURI) {
|
|
51653
|
-
const
|
|
51654
|
-
this._attachElementToTree(
|
|
49599
|
+
const element7 = this.treeAdapter.createElement(token.tagName, namespaceURI, token.attrs);
|
|
49600
|
+
this._attachElementToTree(element7, token.location);
|
|
51655
49601
|
}
|
|
51656
49602
|
/** @protected */
|
|
51657
49603
|
_insertElement(token, namespaceURI) {
|
|
51658
|
-
const
|
|
51659
|
-
this._attachElementToTree(
|
|
51660
|
-
this.openElements.push(
|
|
49604
|
+
const element7 = this.treeAdapter.createElement(token.tagName, namespaceURI, token.attrs);
|
|
49605
|
+
this._attachElementToTree(element7, token.location);
|
|
49606
|
+
this.openElements.push(element7, token.tagID);
|
|
51661
49607
|
}
|
|
51662
49608
|
/** @protected */
|
|
51663
49609
|
_insertFakeElement(tagName, tagID) {
|
|
51664
|
-
const
|
|
51665
|
-
this._attachElementToTree(
|
|
51666
|
-
this.openElements.push(
|
|
49610
|
+
const element7 = this.treeAdapter.createElement(tagName, NS.HTML, []);
|
|
49611
|
+
this._attachElementToTree(element7, null);
|
|
49612
|
+
this.openElements.push(element7, tagID);
|
|
51667
49613
|
}
|
|
51668
49614
|
/** @protected */
|
|
51669
49615
|
_insertTemplate(token) {
|
|
@@ -51677,11 +49623,11 @@ var Parser = class {
|
|
|
51677
49623
|
}
|
|
51678
49624
|
/** @protected */
|
|
51679
49625
|
_insertFakeRootElement() {
|
|
51680
|
-
const
|
|
49626
|
+
const element7 = this.treeAdapter.createElement(TAG_NAMES.HTML, NS.HTML, []);
|
|
51681
49627
|
if (this.options.sourceCodeLocationInfo)
|
|
51682
|
-
this.treeAdapter.setNodeSourceCodeLocation(
|
|
51683
|
-
this.treeAdapter.appendChild(this.openElements.current,
|
|
51684
|
-
this.openElements.push(
|
|
49628
|
+
this.treeAdapter.setNodeSourceCodeLocation(element7, null);
|
|
49629
|
+
this.treeAdapter.appendChild(this.openElements.current, element7);
|
|
49630
|
+
this.openElements.push(element7, TAG_ID.HTML);
|
|
51685
49631
|
}
|
|
51686
49632
|
/** @protected */
|
|
51687
49633
|
_appendCommentNode(token, parent) {
|
|
@@ -51727,10 +49673,10 @@ var Parser = class {
|
|
|
51727
49673
|
}
|
|
51728
49674
|
}
|
|
51729
49675
|
/** @protected */
|
|
51730
|
-
_setEndLocation(
|
|
51731
|
-
if (this.treeAdapter.getNodeSourceCodeLocation(
|
|
49676
|
+
_setEndLocation(element7, closingToken) {
|
|
49677
|
+
if (this.treeAdapter.getNodeSourceCodeLocation(element7) && closingToken.location) {
|
|
51732
49678
|
const ctLoc = closingToken.location;
|
|
51733
|
-
const tn = this.treeAdapter.getTagName(
|
|
49679
|
+
const tn = this.treeAdapter.getTagName(element7);
|
|
51734
49680
|
const endLoc = (
|
|
51735
49681
|
// NOTE: For cases like <p> <p> </p> - First 'p' closes without a closing
|
|
51736
49682
|
// tag and for cases like <td> <p> </td> - 'p' closes without a closing tag.
|
|
@@ -51745,7 +49691,7 @@ var Parser = class {
|
|
|
51745
49691
|
endOffset: ctLoc.startOffset
|
|
51746
49692
|
}
|
|
51747
49693
|
);
|
|
51748
|
-
this.treeAdapter.updateNodeSourceCodeLocation(
|
|
49694
|
+
this.treeAdapter.updateNodeSourceCodeLocation(element7, endLoc);
|
|
51749
49695
|
}
|
|
51750
49696
|
}
|
|
51751
49697
|
//Token processing
|
|
@@ -51809,9 +49755,9 @@ var Parser = class {
|
|
|
51809
49755
|
}
|
|
51810
49756
|
//Integration points
|
|
51811
49757
|
/** @protected */
|
|
51812
|
-
_isIntegrationPoint(tid,
|
|
51813
|
-
const ns = this.treeAdapter.getNamespaceURI(
|
|
51814
|
-
const attrs = this.treeAdapter.getAttrList(
|
|
49758
|
+
_isIntegrationPoint(tid, element7, foreignNS) {
|
|
49759
|
+
const ns = this.treeAdapter.getNamespaceURI(element7);
|
|
49760
|
+
const attrs = this.treeAdapter.getAttrList(element7);
|
|
51815
49761
|
return isIntegrationPoint(tid, ns, attrs, foreignNS);
|
|
51816
49762
|
}
|
|
51817
49763
|
//Active formatting elements reconstruction
|
|
@@ -51954,18 +49900,18 @@ var Parser = class {
|
|
|
51954
49900
|
return { parent: this.openElements.items[0], beforeElement: null };
|
|
51955
49901
|
}
|
|
51956
49902
|
/** @protected */
|
|
51957
|
-
_fosterParentElement(
|
|
49903
|
+
_fosterParentElement(element7) {
|
|
51958
49904
|
const location2 = this._findFosterParentingLocation();
|
|
51959
49905
|
if (location2.beforeElement) {
|
|
51960
|
-
this.treeAdapter.insertBefore(location2.parent,
|
|
49906
|
+
this.treeAdapter.insertBefore(location2.parent, element7, location2.beforeElement);
|
|
51961
49907
|
} else {
|
|
51962
|
-
this.treeAdapter.appendChild(location2.parent,
|
|
49908
|
+
this.treeAdapter.appendChild(location2.parent, element7);
|
|
51963
49909
|
}
|
|
51964
49910
|
}
|
|
51965
49911
|
//Special elements
|
|
51966
49912
|
/** @protected */
|
|
51967
|
-
_isSpecialElement(
|
|
51968
|
-
const ns = this.treeAdapter.getNamespaceURI(
|
|
49913
|
+
_isSpecialElement(element7, id2) {
|
|
49914
|
+
const ns = this.treeAdapter.getNamespaceURI(element7);
|
|
51969
49915
|
return SPECIAL_ELEMENTS[ns].has(id2);
|
|
51970
49916
|
}
|
|
51971
49917
|
/** @internal */
|
|
@@ -52511,12 +50457,12 @@ function aaObtainFurthestBlock(p, formattingElementEntry) {
|
|
|
52511
50457
|
let furthestBlock = null;
|
|
52512
50458
|
let idx = p.openElements.stackTop;
|
|
52513
50459
|
for (; idx >= 0; idx--) {
|
|
52514
|
-
const
|
|
52515
|
-
if (
|
|
50460
|
+
const element7 = p.openElements.items[idx];
|
|
50461
|
+
if (element7 === formattingElementEntry.element) {
|
|
52516
50462
|
break;
|
|
52517
50463
|
}
|
|
52518
|
-
if (p._isSpecialElement(
|
|
52519
|
-
furthestBlock =
|
|
50464
|
+
if (p._isSpecialElement(element7, p.openElements.tagIDs[idx])) {
|
|
50465
|
+
furthestBlock = element7;
|
|
52520
50466
|
}
|
|
52521
50467
|
}
|
|
52522
50468
|
if (!furthestBlock) {
|
|
@@ -52528,24 +50474,24 @@ function aaObtainFurthestBlock(p, formattingElementEntry) {
|
|
|
52528
50474
|
function aaInnerLoop(p, furthestBlock, formattingElement) {
|
|
52529
50475
|
let lastElement = furthestBlock;
|
|
52530
50476
|
let nextElement = p.openElements.getCommonAncestor(furthestBlock);
|
|
52531
|
-
for (let i = 0,
|
|
52532
|
-
nextElement = p.openElements.getCommonAncestor(
|
|
52533
|
-
const elementEntry = p.activeFormattingElements.getElementEntry(
|
|
50477
|
+
for (let i = 0, element7 = nextElement; element7 !== formattingElement; i++, element7 = nextElement) {
|
|
50478
|
+
nextElement = p.openElements.getCommonAncestor(element7);
|
|
50479
|
+
const elementEntry = p.activeFormattingElements.getElementEntry(element7);
|
|
52534
50480
|
const counterOverflow = elementEntry && i >= AA_INNER_LOOP_ITER;
|
|
52535
50481
|
const shouldRemoveFromOpenElements = !elementEntry || counterOverflow;
|
|
52536
50482
|
if (shouldRemoveFromOpenElements) {
|
|
52537
50483
|
if (counterOverflow) {
|
|
52538
50484
|
p.activeFormattingElements.removeEntry(elementEntry);
|
|
52539
50485
|
}
|
|
52540
|
-
p.openElements.remove(
|
|
50486
|
+
p.openElements.remove(element7);
|
|
52541
50487
|
} else {
|
|
52542
|
-
|
|
50488
|
+
element7 = aaRecreateElementFromEntry(p, elementEntry);
|
|
52543
50489
|
if (lastElement === furthestBlock) {
|
|
52544
50490
|
p.activeFormattingElements.bookmark = elementEntry;
|
|
52545
50491
|
}
|
|
52546
50492
|
p.treeAdapter.detachNode(lastElement);
|
|
52547
|
-
p.treeAdapter.appendChild(
|
|
52548
|
-
lastElement =
|
|
50493
|
+
p.treeAdapter.appendChild(element7, lastElement);
|
|
50494
|
+
lastElement = element7;
|
|
52549
50495
|
}
|
|
52550
50496
|
}
|
|
52551
50497
|
return lastElement;
|
|
@@ -53478,15 +51424,15 @@ function genericEndTagInBody(p, token) {
|
|
|
53478
51424
|
const tn = token.tagName;
|
|
53479
51425
|
const tid = token.tagID;
|
|
53480
51426
|
for (let i = p.openElements.stackTop; i > 0; i--) {
|
|
53481
|
-
const
|
|
51427
|
+
const element7 = p.openElements.items[i];
|
|
53482
51428
|
const elementId = p.openElements.tagIDs[i];
|
|
53483
|
-
if (tid === elementId && (tid !== TAG_ID.UNKNOWN || p.treeAdapter.getTagName(
|
|
51429
|
+
if (tid === elementId && (tid !== TAG_ID.UNKNOWN || p.treeAdapter.getTagName(element7) === tn)) {
|
|
53484
51430
|
p.openElements.generateImpliedEndTagsWithExclusion(tid);
|
|
53485
51431
|
if (p.openElements.stackTop >= i)
|
|
53486
51432
|
p.openElements.shortenToLength(i);
|
|
53487
51433
|
break;
|
|
53488
51434
|
}
|
|
53489
|
-
if (p._isSpecialElement(
|
|
51435
|
+
if (p._isSpecialElement(element7, elementId)) {
|
|
53490
51436
|
break;
|
|
53491
51437
|
}
|
|
53492
51438
|
}
|
|
@@ -54394,12 +52340,12 @@ function endTagInForeignContent(p, token) {
|
|
|
54394
52340
|
return;
|
|
54395
52341
|
}
|
|
54396
52342
|
for (let i = p.openElements.stackTop; i > 0; i--) {
|
|
54397
|
-
const
|
|
54398
|
-
if (p.treeAdapter.getNamespaceURI(
|
|
52343
|
+
const element7 = p.openElements.items[i];
|
|
52344
|
+
if (p.treeAdapter.getNamespaceURI(element7) === NS.HTML) {
|
|
54399
52345
|
p._endTagOutsideForeignContent(token);
|
|
54400
52346
|
break;
|
|
54401
52347
|
}
|
|
54402
|
-
const tagName = p.treeAdapter.getTagName(
|
|
52348
|
+
const tagName = p.treeAdapter.getTagName(element7);
|
|
54403
52349
|
if (tagName.toLowerCase() === token.tagName) {
|
|
54404
52350
|
token.tagName = tagName;
|
|
54405
52351
|
p.openElements.shortenToLength(i);
|
|
@@ -54443,7 +52389,7 @@ var parseOptions = { sourceCodeLocationInfo: true, scriptingEnabled: false };
|
|
|
54443
52389
|
function raw(tree, options) {
|
|
54444
52390
|
const document4 = documentMode(tree);
|
|
54445
52391
|
const one6 = zwitch("type", {
|
|
54446
|
-
handlers: { root: root6, element:
|
|
52392
|
+
handlers: { root: root6, element: element5, text: text8, comment: comment2, doctype: doctype2, raw: handleRaw },
|
|
54447
52393
|
unknown
|
|
54448
52394
|
});
|
|
54449
52395
|
const state = {
|
|
@@ -54491,7 +52437,7 @@ function all4(nodes, state) {
|
|
|
54491
52437
|
function root6(node2, state) {
|
|
54492
52438
|
all4(node2.children, state);
|
|
54493
52439
|
}
|
|
54494
|
-
function
|
|
52440
|
+
function element5(node2, state) {
|
|
54495
52441
|
startTag(node2, state);
|
|
54496
52442
|
all4(node2.children, state);
|
|
54497
52443
|
endTag(node2, state);
|
|
@@ -54918,7 +52864,7 @@ var defaultSchema = {
|
|
|
54918
52864
|
};
|
|
54919
52865
|
|
|
54920
52866
|
// node_modules/hast-util-sanitize/lib/index.js
|
|
54921
|
-
var
|
|
52867
|
+
var own8 = {}.hasOwnProperty;
|
|
54922
52868
|
function sanitize(node2, options) {
|
|
54923
52869
|
let result = { type: "root", children: [] };
|
|
54924
52870
|
const state = {
|
|
@@ -54954,7 +52900,7 @@ function transform2(state, node2) {
|
|
|
54954
52900
|
return doctype3(state, unsafe);
|
|
54955
52901
|
}
|
|
54956
52902
|
case "element": {
|
|
54957
|
-
return
|
|
52903
|
+
return element6(state, unsafe);
|
|
54958
52904
|
}
|
|
54959
52905
|
case "root": {
|
|
54960
52906
|
return root7(state, unsafe);
|
|
@@ -54982,7 +52928,7 @@ function doctype3(state, unsafe) {
|
|
|
54982
52928
|
return node2;
|
|
54983
52929
|
}
|
|
54984
52930
|
}
|
|
54985
|
-
function
|
|
52931
|
+
function element6(state, unsafe) {
|
|
54986
52932
|
const name2 = typeof unsafe.tagName === "string" ? unsafe.tagName : "";
|
|
54987
52933
|
state.stack.push(name2);
|
|
54988
52934
|
const content3 = (
|
|
@@ -54994,7 +52940,7 @@ function element5(state, unsafe) {
|
|
|
54994
52940
|
let safeElement = false;
|
|
54995
52941
|
if (name2 && name2 !== "*" && (!state.schema.tagNames || state.schema.tagNames.includes(name2))) {
|
|
54996
52942
|
safeElement = true;
|
|
54997
|
-
if (state.schema.ancestors &&
|
|
52943
|
+
if (state.schema.ancestors && own8.call(state.schema.ancestors, name2)) {
|
|
54998
52944
|
const ancestors = state.schema.ancestors[name2];
|
|
54999
52945
|
let index3 = -1;
|
|
55000
52946
|
safeElement = false;
|
|
@@ -55057,8 +53003,8 @@ function properties(state, properties2) {
|
|
|
55057
53003
|
const tagName = state.stack[state.stack.length - 1];
|
|
55058
53004
|
const attributes2 = state.schema.attributes;
|
|
55059
53005
|
const required = state.schema.required;
|
|
55060
|
-
const specific = attributes2 &&
|
|
55061
|
-
const defaults = attributes2 &&
|
|
53006
|
+
const specific = attributes2 && own8.call(attributes2, tagName) ? attributes2[tagName] : void 0;
|
|
53007
|
+
const defaults = attributes2 && own8.call(attributes2, "*") ? attributes2["*"] : void 0;
|
|
55062
53008
|
const properties_ = (
|
|
55063
53009
|
/** @type {Readonly<Record<string, Readonly<unknown>>>} */
|
|
55064
53010
|
properties2 && typeof properties2 === "object" ? properties2 : {}
|
|
@@ -55066,7 +53012,7 @@ function properties(state, properties2) {
|
|
|
55066
53012
|
const result = {};
|
|
55067
53013
|
let key;
|
|
55068
53014
|
for (key in properties_) {
|
|
55069
|
-
if (
|
|
53015
|
+
if (own8.call(properties_, key)) {
|
|
55070
53016
|
const unsafe = properties_[key];
|
|
55071
53017
|
let safe = propertyValue(
|
|
55072
53018
|
state,
|
|
@@ -55082,10 +53028,10 @@ function properties(state, properties2) {
|
|
|
55082
53028
|
}
|
|
55083
53029
|
}
|
|
55084
53030
|
}
|
|
55085
|
-
if (required &&
|
|
53031
|
+
if (required && own8.call(required, tagName)) {
|
|
55086
53032
|
const properties3 = required[tagName];
|
|
55087
53033
|
for (key in properties3) {
|
|
55088
|
-
if (
|
|
53034
|
+
if (own8.call(properties3, key) && !own8.call(result, key)) {
|
|
55089
53035
|
result[key] = properties3[key];
|
|
55090
53036
|
}
|
|
55091
53037
|
}
|
|
@@ -55133,7 +53079,7 @@ function propertyValuePrimitive(state, definition3, key, value) {
|
|
|
55133
53079
|
return state.schema.clobber && state.schema.clobberPrefix && state.schema.clobber.includes(key) ? state.schema.clobberPrefix + value : value;
|
|
55134
53080
|
}
|
|
55135
53081
|
function safeProtocol2(state, key, value) {
|
|
55136
|
-
const protocols = state.schema.protocols &&
|
|
53082
|
+
const protocols = state.schema.protocols && own8.call(state.schema.protocols, key) ? state.schema.protocols[key] : void 0;
|
|
55137
53083
|
if (!protocols || protocols.length === 0) {
|
|
55138
53084
|
return true;
|
|
55139
53085
|
}
|
|
@@ -55241,14 +53187,112 @@ function MarkdownHeading({
|
|
|
55241
53187
|
}
|
|
55242
53188
|
var MarkdownHeading_default = MarkdownHeading;
|
|
55243
53189
|
|
|
55244
|
-
// node_modules/
|
|
55245
|
-
|
|
55246
|
-
|
|
55247
|
-
var
|
|
53190
|
+
// node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
53191
|
+
function _objectWithoutPropertiesLoose(r2, e) {
|
|
53192
|
+
if (null == r2) return {};
|
|
53193
|
+
var t = {};
|
|
53194
|
+
for (var n in r2) if ({}.hasOwnProperty.call(r2, n)) {
|
|
53195
|
+
if (-1 !== e.indexOf(n)) continue;
|
|
53196
|
+
t[n] = r2[n];
|
|
53197
|
+
}
|
|
53198
|
+
return t;
|
|
53199
|
+
}
|
|
53200
|
+
|
|
53201
|
+
// node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
|
53202
|
+
function _objectWithoutProperties(e, t) {
|
|
53203
|
+
if (null == e) return {};
|
|
53204
|
+
var o, r2, i = _objectWithoutPropertiesLoose(e, t);
|
|
53205
|
+
if (Object.getOwnPropertySymbols) {
|
|
53206
|
+
var n = Object.getOwnPropertySymbols(e);
|
|
53207
|
+
for (r2 = 0; r2 < n.length; r2++) o = n[r2], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
53208
|
+
}
|
|
53209
|
+
return i;
|
|
53210
|
+
}
|
|
55248
53211
|
|
|
55249
|
-
// node_modules/
|
|
55250
|
-
|
|
55251
|
-
|
|
53212
|
+
// node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
53213
|
+
function _arrayLikeToArray(r2, a2) {
|
|
53214
|
+
(null == a2 || a2 > r2.length) && (a2 = r2.length);
|
|
53215
|
+
for (var e = 0, n = Array(a2); e < a2; e++) n[e] = r2[e];
|
|
53216
|
+
return n;
|
|
53217
|
+
}
|
|
53218
|
+
|
|
53219
|
+
// node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
53220
|
+
function _arrayWithoutHoles(r2) {
|
|
53221
|
+
if (Array.isArray(r2)) return _arrayLikeToArray(r2);
|
|
53222
|
+
}
|
|
53223
|
+
|
|
53224
|
+
// node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
|
53225
|
+
function _iterableToArray(r2) {
|
|
53226
|
+
if ("undefined" != typeof Symbol && null != r2[Symbol.iterator] || null != r2["@@iterator"]) return Array.from(r2);
|
|
53227
|
+
}
|
|
53228
|
+
|
|
53229
|
+
// node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
53230
|
+
function _unsupportedIterableToArray(r2, a2) {
|
|
53231
|
+
if (r2) {
|
|
53232
|
+
if ("string" == typeof r2) return _arrayLikeToArray(r2, a2);
|
|
53233
|
+
var t = {}.toString.call(r2).slice(8, -1);
|
|
53234
|
+
return "Object" === t && r2.constructor && (t = r2.constructor.name), "Map" === t || "Set" === t ? Array.from(r2) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r2, a2) : void 0;
|
|
53235
|
+
}
|
|
53236
|
+
}
|
|
53237
|
+
|
|
53238
|
+
// node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
|
53239
|
+
function _nonIterableSpread() {
|
|
53240
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
53241
|
+
}
|
|
53242
|
+
|
|
53243
|
+
// node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
|
53244
|
+
function _toConsumableArray(r2) {
|
|
53245
|
+
return _arrayWithoutHoles(r2) || _iterableToArray(r2) || _unsupportedIterableToArray(r2) || _nonIterableSpread();
|
|
53246
|
+
}
|
|
53247
|
+
|
|
53248
|
+
// node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
53249
|
+
function _typeof(o) {
|
|
53250
|
+
"@babel/helpers - typeof";
|
|
53251
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
53252
|
+
return typeof o2;
|
|
53253
|
+
} : function(o2) {
|
|
53254
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
53255
|
+
}, _typeof(o);
|
|
53256
|
+
}
|
|
53257
|
+
|
|
53258
|
+
// node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
53259
|
+
function toPrimitive(t, r2) {
|
|
53260
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
53261
|
+
var e = t[Symbol.toPrimitive];
|
|
53262
|
+
if (void 0 !== e) {
|
|
53263
|
+
var i = e.call(t, r2);
|
|
53264
|
+
if ("object" != _typeof(i)) return i;
|
|
53265
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
53266
|
+
}
|
|
53267
|
+
return ("string" === r2 ? String : Number)(t);
|
|
53268
|
+
}
|
|
53269
|
+
|
|
53270
|
+
// node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
53271
|
+
function toPropertyKey(t) {
|
|
53272
|
+
var i = toPrimitive(t, "string");
|
|
53273
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
53274
|
+
}
|
|
53275
|
+
|
|
53276
|
+
// node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
53277
|
+
function _defineProperty(e, r2, t) {
|
|
53278
|
+
return (r2 = toPropertyKey(r2)) in e ? Object.defineProperty(e, r2, {
|
|
53279
|
+
value: t,
|
|
53280
|
+
enumerable: true,
|
|
53281
|
+
configurable: true,
|
|
53282
|
+
writable: true
|
|
53283
|
+
}) : e[r2] = t, e;
|
|
53284
|
+
}
|
|
53285
|
+
|
|
53286
|
+
// node_modules/@babel/runtime/helpers/esm/extends.js
|
|
53287
|
+
function _extends() {
|
|
53288
|
+
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
53289
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
53290
|
+
var t = arguments[e];
|
|
53291
|
+
for (var r2 in t) ({}).hasOwnProperty.call(t, r2) && (n[r2] = t[r2]);
|
|
53292
|
+
}
|
|
53293
|
+
return n;
|
|
53294
|
+
}, _extends.apply(null, arguments);
|
|
53295
|
+
}
|
|
55252
53296
|
function ownKeys(e, r2) {
|
|
55253
53297
|
var t = Object.keys(e);
|
|
55254
53298
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -55263,7 +53307,7 @@ function _objectSpread(e) {
|
|
|
55263
53307
|
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
55264
53308
|
var t = null != arguments[r2] ? arguments[r2] : {};
|
|
55265
53309
|
r2 % 2 ? ownKeys(Object(t), true).forEach(function(r3) {
|
|
55266
|
-
(
|
|
53310
|
+
_defineProperty(e, r3, t[r3]);
|
|
55267
53311
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r3) {
|
|
55268
53312
|
Object.defineProperty(e, r3, Object.getOwnPropertyDescriptor(t, r3));
|
|
55269
53313
|
});
|
|
@@ -55349,7 +53393,7 @@ function createElement2(_ref) {
|
|
|
55349
53393
|
});
|
|
55350
53394
|
}
|
|
55351
53395
|
var children3 = childrenCreator(node2.children);
|
|
55352
|
-
return /* @__PURE__ */ React26.createElement(TagName, (
|
|
53396
|
+
return /* @__PURE__ */ React26.createElement(TagName, _extends({
|
|
55353
53397
|
key
|
|
55354
53398
|
}, props), children3);
|
|
55355
53399
|
}
|
|
@@ -55377,7 +53421,7 @@ function _objectSpread2(e) {
|
|
|
55377
53421
|
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
55378
53422
|
var t = null != arguments[r2] ? arguments[r2] : {};
|
|
55379
53423
|
r2 % 2 ? ownKeys2(Object(t), true).forEach(function(r3) {
|
|
55380
|
-
(
|
|
53424
|
+
_defineProperty(e, r3, t[r3]);
|
|
55381
53425
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys2(Object(t)).forEach(function(r3) {
|
|
55382
53426
|
Object.defineProperty(e, r3, Object.getOwnPropertyDescriptor(t, r3));
|
|
55383
53427
|
});
|
|
@@ -55445,7 +53489,7 @@ function assembleLineNumberStyles(lineNumberStyle, lineNumber, largestLineNumber
|
|
|
55445
53489
|
function createLineElement(_ref3) {
|
|
55446
53490
|
var children3 = _ref3.children, lineNumber = _ref3.lineNumber, lineNumberStyle = _ref3.lineNumberStyle, largestLineNumber = _ref3.largestLineNumber, showInlineLineNumbers = _ref3.showInlineLineNumbers, _ref3$lineProps = _ref3.lineProps, lineProps = _ref3$lineProps === void 0 ? {} : _ref3$lineProps, _ref3$className = _ref3.className, className = _ref3$className === void 0 ? [] : _ref3$className, showLineNumbers = _ref3.showLineNumbers, wrapLongLines = _ref3.wrapLongLines, _ref3$wrapLines = _ref3.wrapLines, wrapLines = _ref3$wrapLines === void 0 ? false : _ref3$wrapLines;
|
|
55447
53491
|
var properties2 = wrapLines ? _objectSpread2({}, typeof lineProps === "function" ? lineProps(lineNumber) : lineProps) : {};
|
|
55448
|
-
properties2["className"] = properties2["className"] ? [].concat((
|
|
53492
|
+
properties2["className"] = properties2["className"] ? [].concat(_toConsumableArray(properties2["className"].trim().split(/\s+/)), _toConsumableArray(className)) : className;
|
|
55449
53493
|
if (lineNumber && showInlineLineNumbers) {
|
|
55450
53494
|
var inlineLineNumberStyle = assembleLineNumberStyles(lineNumberStyle, lineNumber, largestLineNumber);
|
|
55451
53495
|
children3.unshift(getInlineLineNumber(lineNumber, inlineLineNumberStyle));
|
|
@@ -55473,7 +53517,7 @@ function flattenCodeTree(tree) {
|
|
|
55473
53517
|
if (node2.type === "text") {
|
|
55474
53518
|
newTree.push(createLineElement({
|
|
55475
53519
|
children: [node2],
|
|
55476
|
-
className: (
|
|
53520
|
+
className: _toConsumableArray(new Set(className))
|
|
55477
53521
|
}));
|
|
55478
53522
|
} else if (node2.children) {
|
|
55479
53523
|
var _node$properties;
|
|
@@ -55623,7 +53667,7 @@ function highlight_default(defaultAstGenerator, defaultStyle) {
|
|
|
55623
53667
|
var language = _ref7.language, children3 = _ref7.children, _ref7$style = _ref7.style, style2 = _ref7$style === void 0 ? defaultStyle : _ref7$style, _ref7$customStyle = _ref7.customStyle, customStyle = _ref7$customStyle === void 0 ? {} : _ref7$customStyle, _ref7$codeTagProps = _ref7.codeTagProps, codeTagProps = _ref7$codeTagProps === void 0 ? {
|
|
55624
53668
|
className: language ? "language-".concat(language) : void 0,
|
|
55625
53669
|
style: _objectSpread2(_objectSpread2({}, style2['code[class*="language-"]']), style2['code[class*="language-'.concat(language, '"]')])
|
|
55626
|
-
} : _ref7$codeTagProps, _ref7$useInlineStyles = _ref7.useInlineStyles, useInlineStyles = _ref7$useInlineStyles === void 0 ? true : _ref7$useInlineStyles, _ref7$showLineNumbers = _ref7.showLineNumbers, showLineNumbers = _ref7$showLineNumbers === void 0 ? false : _ref7$showLineNumbers, _ref7$showInlineLineN = _ref7.showInlineLineNumbers, showInlineLineNumbers = _ref7$showInlineLineN === void 0 ? true : _ref7$showInlineLineN, _ref7$startingLineNum = _ref7.startingLineNumber, startingLineNumber = _ref7$startingLineNum === void 0 ? 1 : _ref7$startingLineNum, lineNumberContainerStyle = _ref7.lineNumberContainerStyle, _ref7$lineNumberStyle = _ref7.lineNumberStyle, lineNumberStyle = _ref7$lineNumberStyle === void 0 ? {} : _ref7$lineNumberStyle, wrapLines = _ref7.wrapLines, _ref7$wrapLongLines = _ref7.wrapLongLines, wrapLongLines = _ref7$wrapLongLines === void 0 ? false : _ref7$wrapLongLines, _ref7$lineProps = _ref7.lineProps, lineProps = _ref7$lineProps === void 0 ? {} : _ref7$lineProps, renderer = _ref7.renderer, _ref7$PreTag = _ref7.PreTag, PreTag = _ref7$PreTag === void 0 ? "pre" : _ref7$PreTag, _ref7$CodeTag = _ref7.CodeTag, CodeTag = _ref7$CodeTag === void 0 ? "code" : _ref7$CodeTag, _ref7$code = _ref7.code, code4 = _ref7$code === void 0 ? (Array.isArray(children3) ? children3[0] : children3) || "" : _ref7$code, astGenerator = _ref7.astGenerator, rest = (
|
|
53670
|
+
} : _ref7$codeTagProps, _ref7$useInlineStyles = _ref7.useInlineStyles, useInlineStyles = _ref7$useInlineStyles === void 0 ? true : _ref7$useInlineStyles, _ref7$showLineNumbers = _ref7.showLineNumbers, showLineNumbers = _ref7$showLineNumbers === void 0 ? false : _ref7$showLineNumbers, _ref7$showInlineLineN = _ref7.showInlineLineNumbers, showInlineLineNumbers = _ref7$showInlineLineN === void 0 ? true : _ref7$showInlineLineN, _ref7$startingLineNum = _ref7.startingLineNumber, startingLineNumber = _ref7$startingLineNum === void 0 ? 1 : _ref7$startingLineNum, lineNumberContainerStyle = _ref7.lineNumberContainerStyle, _ref7$lineNumberStyle = _ref7.lineNumberStyle, lineNumberStyle = _ref7$lineNumberStyle === void 0 ? {} : _ref7$lineNumberStyle, wrapLines = _ref7.wrapLines, _ref7$wrapLongLines = _ref7.wrapLongLines, wrapLongLines = _ref7$wrapLongLines === void 0 ? false : _ref7$wrapLongLines, _ref7$lineProps = _ref7.lineProps, lineProps = _ref7$lineProps === void 0 ? {} : _ref7$lineProps, renderer = _ref7.renderer, _ref7$PreTag = _ref7.PreTag, PreTag = _ref7$PreTag === void 0 ? "pre" : _ref7$PreTag, _ref7$CodeTag = _ref7.CodeTag, CodeTag = _ref7$CodeTag === void 0 ? "code" : _ref7$CodeTag, _ref7$code = _ref7.code, code4 = _ref7$code === void 0 ? (Array.isArray(children3) ? children3[0] : children3) || "" : _ref7$code, astGenerator = _ref7.astGenerator, rest = _objectWithoutProperties(_ref7, _excluded);
|
|
55627
53671
|
astGenerator = astGenerator || defaultAstGenerator;
|
|
55628
53672
|
var allLineNumbers = showLineNumbers ? /* @__PURE__ */ React26.createElement(AllLineNumbers, {
|
|
55629
53673
|
containerStyle: lineNumberContainerStyle,
|