mathpix-markdown-it 1.2.11 → 1.2.13
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/.idea/workspace.xml +744 -371
- package/README.md +39 -13
- package/doc/images/latex-footnotes/latex-footnotes_02.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_03.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_04.png +0 -0
- package/doc/images/latex-underline/latex-underline_01.png +0 -0
- package/doc/images/latex-underline/latex-underline_02.png +0 -0
- package/doc/images/latex-underline/latex-underline_03.png +0 -0
- package/doc/images/latex-underline/latex-underline_04.png +0 -0
- package/doc/images/latex-underline/latex-underline_05.png +0 -0
- package/doc/images/latex-underline/latex-underline_06.png +0 -0
- package/doc/images/latex-underline/latex-underline_07.png +0 -0
- package/doc/latex-footnotes.md +15 -0
- package/doc/latex-underline.md +83 -0
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/components/mathpix-markdown/index.js +3 -2
- package/lib/components/mathpix-markdown/index.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/lib/markdown/common/consts.js +2 -2
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/index.js +3 -2
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +3 -2
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/md-core-rules/set-positions.js +8 -3
- package/lib/markdown/md-core-rules/set-positions.js.map +1 -1
- package/lib/markdown/md-inline-rule/core-inline.js +12 -2
- package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
- package/lib/markdown/md-inline-rule/underline.d.ts +3 -0
- package/lib/markdown/md-inline-rule/underline.js +200 -0
- package/lib/markdown/md-inline-rule/underline.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/block-rule.js +80 -21
- package/lib/markdown/md-latex-footnotes/block-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/core-rule.js +58 -12
- package/lib/markdown/md-latex-footnotes/core-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/index.js +8 -2
- package/lib/markdown/md-latex-footnotes/index.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-rule.js +12 -3
- package/lib/markdown/md-latex-footnotes/inline-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js +14 -0
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/interfaces.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/render-rule.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/render-rule.js +45 -10
- package/lib/markdown/md-latex-footnotes/render-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/utils.d.ts +1 -0
- package/lib/markdown/md-latex-footnotes/utils.js +72 -21
- package/lib/markdown/md-latex-footnotes/utils.js.map +1 -1
- package/lib/markdown/md-renderer-rules/underline.d.ts +5 -0
- package/lib/markdown/md-renderer-rules/underline.js +141 -0
- package/lib/markdown/md-renderer-rules/underline.js.map +1 -0
- package/lib/markdown/mdPluginText.js +46 -1
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/markdown/rules.js +1 -1
- package/lib/markdown/rules.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +5 -0
- package/lib/mathpix-markdown-model/index.js +3 -2
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/lib/styles/index.js +1 -1
- package/lib/styles/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/
|
|
4
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="809" mnemonic="9" />
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" line="149" mnemonic="2" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" line="122" mnemonic="1" />
|
|
6
7
|
</component>
|
|
7
8
|
<component name="ChangeListManager">
|
|
8
|
-
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts"
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/bundle.js" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/index.js" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js.map" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/mathjax/serialized-ascii/common.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/mathjax/serialized-ascii/common.ts" afterDir="false" />
|
|
16
|
-
<change beforePath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js" afterDir="false" />
|
|
17
|
-
<change beforePath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js.map" afterDir="false" />
|
|
18
|
-
<change beforePath="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" afterDir="false" />
|
|
19
|
-
</list>
|
|
9
|
+
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts" />
|
|
20
10
|
<ignored path="$PROJECT_DIR$/es5/" />
|
|
21
11
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
22
12
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -31,39 +21,40 @@
|
|
|
31
21
|
<session id="1706553226">
|
|
32
22
|
<usages-collector id="statistics.lifecycle.project">
|
|
33
23
|
<counts>
|
|
34
|
-
<entry key="project.closed" value="
|
|
35
|
-
<entry key="project.open.time.10" value="
|
|
36
|
-
<entry key="project.open.time.11" value="
|
|
24
|
+
<entry key="project.closed" value="272" />
|
|
25
|
+
<entry key="project.open.time.10" value="7" />
|
|
26
|
+
<entry key="project.open.time.11" value="13" />
|
|
37
27
|
<entry key="project.open.time.12" value="5" />
|
|
38
28
|
<entry key="project.open.time.13" value="17" />
|
|
39
29
|
<entry key="project.open.time.14" value="4" />
|
|
40
|
-
<entry key="project.open.time.15" value="
|
|
30
|
+
<entry key="project.open.time.15" value="6" />
|
|
31
|
+
<entry key="project.open.time.16" value="1" />
|
|
41
32
|
<entry key="project.open.time.17" value="2" />
|
|
42
33
|
<entry key="project.open.time.18" value="3" />
|
|
43
34
|
<entry key="project.open.time.19" value="1" />
|
|
44
|
-
<entry key="project.open.time.2" value="
|
|
35
|
+
<entry key="project.open.time.2" value="30" />
|
|
45
36
|
<entry key="project.open.time.20" value="3" />
|
|
46
37
|
<entry key="project.open.time.22" value="4" />
|
|
47
|
-
<entry key="project.open.time.3" value="
|
|
38
|
+
<entry key="project.open.time.3" value="71" />
|
|
48
39
|
<entry key="project.open.time.30" value="1" />
|
|
49
40
|
<entry key="project.open.time.31" value="1" />
|
|
50
41
|
<entry key="project.open.time.32" value="1" />
|
|
51
42
|
<entry key="project.open.time.34" value="2" />
|
|
52
|
-
<entry key="project.open.time.4" value="
|
|
43
|
+
<entry key="project.open.time.4" value="68" />
|
|
53
44
|
<entry key="project.open.time.43" value="1" />
|
|
54
45
|
<entry key="project.open.time.48" value="1" />
|
|
55
|
-
<entry key="project.open.time.5" value="
|
|
56
|
-
<entry key="project.open.time.6" value="
|
|
57
|
-
<entry key="project.open.time.7" value="
|
|
46
|
+
<entry key="project.open.time.5" value="24" />
|
|
47
|
+
<entry key="project.open.time.6" value="19" />
|
|
48
|
+
<entry key="project.open.time.7" value="7" />
|
|
58
49
|
<entry key="project.open.time.8" value="2" />
|
|
59
50
|
<entry key="project.open.time.81" value="1" />
|
|
60
51
|
<entry key="project.open.time.9" value="2" />
|
|
61
|
-
<entry key="project.opened" value="
|
|
52
|
+
<entry key="project.opened" value="299" />
|
|
62
53
|
</counts>
|
|
63
54
|
</usages-collector>
|
|
64
55
|
<usages-collector id="statistics.js.language.service.starts">
|
|
65
56
|
<counts>
|
|
66
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
57
|
+
<entry key="TypeScriptServerServiceImpl" value="284" />
|
|
67
58
|
</counts>
|
|
68
59
|
</usages-collector>
|
|
69
60
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -76,19 +67,19 @@
|
|
|
76
67
|
<entry key="gitignore" value="8" />
|
|
77
68
|
<entry key="gitmodules" value="1" />
|
|
78
69
|
<entry key="html" value="22" />
|
|
79
|
-
<entry key="js" value="
|
|
70
|
+
<entry key="js" value="700" />
|
|
80
71
|
<entry key="jshintignore" value="1" />
|
|
81
72
|
<entry key="jshintrc" value="1" />
|
|
82
|
-
<entry key="json" value="
|
|
73
|
+
<entry key="json" value="88" />
|
|
83
74
|
<entry key="jsx" value="23" />
|
|
84
75
|
<entry key="lock" value="17" />
|
|
85
|
-
<entry key="md" value="
|
|
76
|
+
<entry key="md" value="65" />
|
|
86
77
|
<entry key="npmignore" value="3" />
|
|
87
78
|
<entry key="npmrc" value="1" />
|
|
88
|
-
<entry key="png" value="
|
|
79
|
+
<entry key="png" value="12" />
|
|
89
80
|
<entry key="sre" value="1" />
|
|
90
|
-
<entry key="ts" value="
|
|
91
|
-
<entry key="tsx" value="
|
|
81
|
+
<entry key="ts" value="1519" />
|
|
82
|
+
<entry key="tsx" value="71" />
|
|
92
83
|
<entry key="yarnignore" value="2" />
|
|
93
84
|
<entry key="yml" value="3" />
|
|
94
85
|
</counts>
|
|
@@ -99,15 +90,15 @@
|
|
|
99
90
|
<entry key="CSS" value="5" />
|
|
100
91
|
<entry key="EJS" value="1" />
|
|
101
92
|
<entry key="HTML" value="22" />
|
|
102
|
-
<entry key="Image" value="
|
|
93
|
+
<entry key="Image" value="13" />
|
|
103
94
|
<entry key="JSHint" value="1" />
|
|
104
|
-
<entry key="JSON" value="
|
|
95
|
+
<entry key="JSON" value="83" />
|
|
105
96
|
<entry key="JSX Harmony" value="23" />
|
|
106
|
-
<entry key="JavaScript" value="
|
|
107
|
-
<entry key="Markdown" value="
|
|
97
|
+
<entry key="JavaScript" value="701" />
|
|
98
|
+
<entry key="Markdown" value="65" />
|
|
108
99
|
<entry key="PLAIN_TEXT" value="17" />
|
|
109
|
-
<entry key="TypeScript" value="
|
|
110
|
-
<entry key="TypeScript JSX" value="
|
|
100
|
+
<entry key="TypeScript" value="1519" />
|
|
101
|
+
<entry key="TypeScript JSX" value="71" />
|
|
111
102
|
<entry key="YAML" value="3" />
|
|
112
103
|
<entry key="tsconfig" value="6" />
|
|
113
104
|
<entry key="yarn.lock" value="16" />
|
|
@@ -117,12 +108,12 @@
|
|
|
117
108
|
<counts>
|
|
118
109
|
<entry key="css" value="98" />
|
|
119
110
|
<entry key="html" value="48" />
|
|
120
|
-
<entry key="js" value="
|
|
121
|
-
<entry key="json" value="
|
|
111
|
+
<entry key="js" value="14929" />
|
|
112
|
+
<entry key="json" value="130" />
|
|
122
113
|
<entry key="jsx" value="1587" />
|
|
123
|
-
<entry key="md" value="
|
|
124
|
-
<entry key="ts" value="
|
|
125
|
-
<entry key="tsx" value="
|
|
114
|
+
<entry key="md" value="3163" />
|
|
115
|
+
<entry key="ts" value="138108" />
|
|
116
|
+
<entry key="tsx" value="1604" />
|
|
126
117
|
<entry key="yml" value="41" />
|
|
127
118
|
</counts>
|
|
128
119
|
</usages-collector>
|
|
@@ -130,12 +121,12 @@
|
|
|
130
121
|
<counts>
|
|
131
122
|
<entry key="CSS" value="98" />
|
|
132
123
|
<entry key="HTML" value="126" />
|
|
133
|
-
<entry key="JSON" value="
|
|
124
|
+
<entry key="JSON" value="99" />
|
|
134
125
|
<entry key="JSX Harmony" value="1587" />
|
|
135
|
-
<entry key="JavaScript" value="
|
|
136
|
-
<entry key="Markdown" value="
|
|
137
|
-
<entry key="TypeScript" value="
|
|
138
|
-
<entry key="TypeScript JSX" value="
|
|
126
|
+
<entry key="JavaScript" value="14942" />
|
|
127
|
+
<entry key="Markdown" value="3083" />
|
|
128
|
+
<entry key="TypeScript" value="138097" />
|
|
129
|
+
<entry key="TypeScript JSX" value="1604" />
|
|
139
130
|
<entry key="YAML" value="41" />
|
|
140
131
|
<entry key="tsconfig" value="31" />
|
|
141
132
|
</counts>
|
|
@@ -146,98 +137,156 @@
|
|
|
146
137
|
<favorites_list name="mathpix-markdown-it" />
|
|
147
138
|
</component>
|
|
148
139
|
<component name="FileEditorManager">
|
|
149
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
140
|
+
<splitter split-orientation="horizontal" split-proportion="0.5808198">
|
|
150
141
|
<split-first>
|
|
151
142
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
152
143
|
<file pinned="false" current-in-tab="false">
|
|
153
|
-
<entry file="file://$PROJECT_DIR$/
|
|
154
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
155
|
-
<state
|
|
156
|
-
<
|
|
144
|
+
<entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
|
|
145
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
146
|
+
<state split_layout="FIRST">
|
|
147
|
+
<first_editor relative-caret-position="296">
|
|
148
|
+
<caret line="74" column="45" selection-start-line="74" selection-start-column="45" selection-end-line="74" selection-end-column="45" />
|
|
149
|
+
</first_editor>
|
|
150
|
+
<second_editor />
|
|
157
151
|
</state>
|
|
158
152
|
</provider>
|
|
159
153
|
</entry>
|
|
160
154
|
</file>
|
|
161
155
|
<file pinned="false" current-in-tab="false">
|
|
162
|
-
<entry file="file://$PROJECT_DIR$/
|
|
156
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_06.png">
|
|
157
|
+
<provider selected="true" editor-type-id="images" />
|
|
158
|
+
</entry>
|
|
159
|
+
</file>
|
|
160
|
+
<file pinned="false" current-in-tab="false">
|
|
161
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_01.png">
|
|
162
|
+
<provider selected="true" editor-type-id="images" />
|
|
163
|
+
</entry>
|
|
164
|
+
</file>
|
|
165
|
+
<file pinned="false" current-in-tab="false">
|
|
166
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_02.png">
|
|
167
|
+
<provider selected="true" editor-type-id="images" />
|
|
168
|
+
</entry>
|
|
169
|
+
</file>
|
|
170
|
+
<file pinned="false" current-in-tab="false">
|
|
171
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_03.png">
|
|
172
|
+
<provider selected="true" editor-type-id="images" />
|
|
173
|
+
</entry>
|
|
174
|
+
</file>
|
|
175
|
+
<file pinned="false" current-in-tab="false">
|
|
176
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
177
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
178
|
+
<state split_layout="FIRST">
|
|
179
|
+
<first_editor relative-caret-position="348">
|
|
180
|
+
<caret line="124" column="54" lean-forward="true" selection-start-line="124" selection-start-column="54" selection-end-line="124" selection-end-column="54" />
|
|
181
|
+
<folding>
|
|
182
|
+
<element signature="e#130#338#0" expanded="true" />
|
|
183
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
184
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
185
|
+
<element signature="e#618#955#0" expanded="true" />
|
|
186
|
+
<element signature="e#632#852#0" expanded="true" />
|
|
187
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
188
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
189
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
190
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
191
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
192
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
193
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
194
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
195
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
196
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
197
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
198
|
+
<element signature="e#0#121#1" expanded="true" />
|
|
199
|
+
</folding>
|
|
200
|
+
</first_editor>
|
|
201
|
+
<second_editor />
|
|
202
|
+
</state>
|
|
203
|
+
</provider>
|
|
204
|
+
</entry>
|
|
205
|
+
</file>
|
|
206
|
+
<file pinned="false" current-in-tab="true">
|
|
207
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
163
208
|
<provider selected="true" editor-type-id="text-editor">
|
|
164
|
-
<state relative-caret-position="
|
|
165
|
-
<caret line="
|
|
166
|
-
<folding>
|
|
167
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
168
|
-
</folding>
|
|
209
|
+
<state relative-caret-position="30">
|
|
210
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
169
211
|
</state>
|
|
170
212
|
</provider>
|
|
171
213
|
</entry>
|
|
172
214
|
</file>
|
|
173
215
|
<file pinned="false" current-in-tab="false">
|
|
174
|
-
<entry file="file://$PROJECT_DIR$/
|
|
216
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
175
217
|
<provider selected="true" editor-type-id="text-editor">
|
|
176
|
-
<state relative-caret-position="
|
|
177
|
-
<caret line="
|
|
178
|
-
<folding>
|
|
179
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
180
|
-
</folding>
|
|
218
|
+
<state relative-caret-position="207">
|
|
219
|
+
<caret line="116" column="56" selection-start-line="116" selection-start-column="56" selection-end-line="116" selection-end-column="56" />
|
|
181
220
|
</state>
|
|
182
221
|
</provider>
|
|
183
222
|
</entry>
|
|
184
223
|
</file>
|
|
185
224
|
<file pinned="false" current-in-tab="false">
|
|
186
|
-
<entry file="file://$PROJECT_DIR$/
|
|
225
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js">
|
|
187
226
|
<provider selected="true" editor-type-id="text-editor">
|
|
188
|
-
<state relative-caret-position="
|
|
189
|
-
<caret line="
|
|
227
|
+
<state relative-caret-position="330">
|
|
228
|
+
<caret line="22" column="49" selection-start-column="18" selection-end-line="22" selection-end-column="49" />
|
|
190
229
|
</state>
|
|
191
230
|
</provider>
|
|
192
231
|
</entry>
|
|
193
232
|
</file>
|
|
194
233
|
<file pinned="false" current-in-tab="false">
|
|
195
|
-
<entry file="file://$PROJECT_DIR$/
|
|
234
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js">
|
|
196
235
|
<provider selected="true" editor-type-id="text-editor">
|
|
197
|
-
<state relative-caret-position="
|
|
198
|
-
<caret line="
|
|
236
|
+
<state relative-caret-position="615">
|
|
237
|
+
<caret line="41" column="13" selection-start-line="41" selection-start-column="13" selection-end-line="41" selection-end-column="13" />
|
|
199
238
|
<folding>
|
|
200
|
-
<element signature="
|
|
239
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
240
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
241
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
242
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
243
|
+
<element signature="n#style#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
244
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
245
|
+
<element signature="n#style#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
246
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
247
|
+
<element signature="n#style#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
248
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
249
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
250
|
+
<element signature="n#style#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
251
|
+
<element signature="n#style#0;n#li#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
252
|
+
<element signature="n#style#0;n#ol#4;n#section#0;n#!!top" expanded="true" />
|
|
253
|
+
<element signature="n#style#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
254
|
+
<element signature="n#style#0;n#li#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
201
255
|
</folding>
|
|
202
256
|
</state>
|
|
203
257
|
</provider>
|
|
204
258
|
</entry>
|
|
205
259
|
</file>
|
|
260
|
+
</leaf>
|
|
261
|
+
</split-first>
|
|
262
|
+
<split-second>
|
|
263
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
206
264
|
<file pinned="false" current-in-tab="false">
|
|
207
|
-
<entry file="file://$PROJECT_DIR$/src/markdown
|
|
265
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
208
266
|
<provider selected="true" editor-type-id="text-editor">
|
|
209
|
-
<state relative-caret-position="
|
|
210
|
-
<caret line="
|
|
267
|
+
<state relative-caret-position="221">
|
|
268
|
+
<caret line="595" column="45" selection-start-line="595" selection-start-column="31" selection-end-line="595" selection-end-column="45" />
|
|
211
269
|
<folding>
|
|
212
|
-
<element signature="e#0#
|
|
213
|
-
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#li#0;n#!!top" expanded="true" />
|
|
214
|
-
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
215
|
-
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
216
|
-
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
217
|
-
<element signature="n#style#0;n#liEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
270
|
+
<element signature="e#0#45#0" expanded="true" />
|
|
218
271
|
</folding>
|
|
219
272
|
</state>
|
|
220
273
|
</provider>
|
|
221
274
|
</entry>
|
|
222
275
|
</file>
|
|
223
|
-
<file pinned="false" current-in-tab="
|
|
224
|
-
<entry file="file://$PROJECT_DIR$/
|
|
276
|
+
<file pinned="false" current-in-tab="false">
|
|
277
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
|
|
225
278
|
<provider selected="true" editor-type-id="text-editor">
|
|
226
|
-
<state
|
|
227
|
-
<caret
|
|
279
|
+
<state>
|
|
280
|
+
<caret selection-end-column="16" />
|
|
228
281
|
</state>
|
|
229
282
|
</provider>
|
|
230
283
|
</entry>
|
|
231
284
|
</file>
|
|
232
|
-
</leaf>
|
|
233
|
-
</split-first>
|
|
234
|
-
<split-second>
|
|
235
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
236
285
|
<file pinned="false" current-in-tab="false">
|
|
237
|
-
<entry file="file://$PROJECT_DIR$/
|
|
286
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
238
287
|
<provider selected="true" editor-type-id="text-editor">
|
|
239
|
-
<state relative-caret-position="
|
|
240
|
-
<caret line="
|
|
288
|
+
<state relative-caret-position="75">
|
|
289
|
+
<caret line="11" column="1" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" />
|
|
241
290
|
</state>
|
|
242
291
|
</provider>
|
|
243
292
|
</entry>
|
|
@@ -245,37 +294,65 @@
|
|
|
245
294
|
<file pinned="false" current-in-tab="false">
|
|
246
295
|
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
247
296
|
<provider selected="true" editor-type-id="text-editor">
|
|
248
|
-
<state relative-caret-position="
|
|
249
|
-
<caret line="
|
|
297
|
+
<state relative-caret-position="885">
|
|
298
|
+
<caret line="59" column="73" selection-start-line="59" selection-start-column="73" selection-end-line="59" selection-end-column="73" />
|
|
250
299
|
</state>
|
|
251
300
|
</provider>
|
|
252
301
|
</entry>
|
|
253
302
|
</file>
|
|
254
|
-
<file pinned="false" current-in-tab="
|
|
255
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
303
|
+
<file pinned="false" current-in-tab="false">
|
|
304
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
256
305
|
<provider selected="true" editor-type-id="text-editor">
|
|
257
|
-
<state relative-caret-position="
|
|
306
|
+
<state relative-caret-position="570">
|
|
307
|
+
<caret line="43" column="24" selection-start-line="43" selection-start-column="15" selection-end-line="43" selection-end-column="24" />
|
|
308
|
+
</state>
|
|
309
|
+
</provider>
|
|
310
|
+
</entry>
|
|
311
|
+
</file>
|
|
312
|
+
<file pinned="false" current-in-tab="false">
|
|
313
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
314
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
315
|
+
<state relative-caret-position="600">
|
|
316
|
+
<caret line="60" column="24" selection-start-line="60" selection-start-column="24" selection-end-line="60" selection-end-column="24" />
|
|
317
|
+
</state>
|
|
318
|
+
</provider>
|
|
319
|
+
</entry>
|
|
320
|
+
</file>
|
|
321
|
+
<file pinned="false" current-in-tab="false">
|
|
322
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
323
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
324
|
+
</entry>
|
|
325
|
+
</file>
|
|
326
|
+
<file pinned="false" current-in-tab="false">
|
|
327
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
328
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
329
|
+
<state relative-caret-position="338">
|
|
330
|
+
<caret line="337" column="32" selection-start-line="337" selection-start-column="20" selection-end-line="337" selection-end-column="32" />
|
|
258
331
|
<folding>
|
|
259
|
-
<element signature="e#0#
|
|
332
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
333
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
260
334
|
</folding>
|
|
261
335
|
</state>
|
|
262
336
|
</provider>
|
|
263
337
|
</entry>
|
|
264
338
|
</file>
|
|
265
|
-
<file pinned="false" current-in-tab="
|
|
266
|
-
<entry file="file://$PROJECT_DIR$/
|
|
339
|
+
<file pinned="false" current-in-tab="true">
|
|
340
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
267
341
|
<provider selected="true" editor-type-id="text-editor">
|
|
268
|
-
<state relative-caret-position="
|
|
269
|
-
<caret line="
|
|
342
|
+
<state relative-caret-position="225">
|
|
343
|
+
<caret line="37" column="18" selection-start-line="37" selection-start-column="18" selection-end-line="37" selection-end-column="18" />
|
|
270
344
|
</state>
|
|
271
345
|
</provider>
|
|
272
346
|
</entry>
|
|
273
347
|
</file>
|
|
274
348
|
<file pinned="false" current-in-tab="false">
|
|
275
|
-
<entry file="file://$PROJECT_DIR$/
|
|
349
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
276
350
|
<provider selected="true" editor-type-id="text-editor">
|
|
277
|
-
<state>
|
|
278
|
-
<caret selection-end-column="
|
|
351
|
+
<state relative-caret-position="429">
|
|
352
|
+
<caret line="48" column="25" selection-start-line="48" selection-start-column="25" selection-end-line="48" selection-end-column="25" />
|
|
353
|
+
<folding>
|
|
354
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
355
|
+
</folding>
|
|
279
356
|
</state>
|
|
280
357
|
</provider>
|
|
281
358
|
</entry>
|
|
@@ -293,36 +370,36 @@
|
|
|
293
370
|
</component>
|
|
294
371
|
<component name="FindInProjectRecents">
|
|
295
372
|
<findStrings>
|
|
296
|
-
<find>
|
|
297
|
-
<find>
|
|
298
|
-
<find>
|
|
299
|
-
<find>
|
|
373
|
+
<find>isNotMarkerList</find>
|
|
374
|
+
<find>blfootnotetext</find>
|
|
375
|
+
<find>footnotetext_latex</find>
|
|
376
|
+
<find>meta</find>
|
|
377
|
+
<find>blfootnotetext_latex</find>
|
|
378
|
+
<find>reFootNoteText</find>
|
|
379
|
+
<find>nonumbers</find>
|
|
300
380
|
<find>console</find>
|
|
301
|
-
<find>
|
|
302
|
-
<find>
|
|
303
|
-
<find
|
|
304
|
-
<find
|
|
305
|
-
<find>
|
|
306
|
-
<find>
|
|
307
|
-
<find>
|
|
381
|
+
<find>Footnote with table</find>
|
|
382
|
+
<find>font</find>
|
|
383
|
+
<find>render_footnote_block_open</find>
|
|
384
|
+
<find><section</find>
|
|
385
|
+
<find>font-size: 85%</find>
|
|
386
|
+
<find>footnotetext</find>
|
|
387
|
+
<find>autonumbers</find>
|
|
388
|
+
<find>markdownHTML</find>
|
|
308
389
|
<find>markdownToHTML</find>
|
|
309
|
-
<find>
|
|
310
|
-
<find>
|
|
311
|
-
<find>
|
|
312
|
-
<find>
|
|
313
|
-
<find>
|
|
314
|
-
<find>
|
|
315
|
-
<find>
|
|
316
|
-
<find>
|
|
317
|
-
<find>
|
|
318
|
-
<find>
|
|
390
|
+
<find>MM.markdownToHTML</find>
|
|
391
|
+
<find>mathjax</find>
|
|
392
|
+
<find>addFootnoteToListForBlFootnotetext</find>
|
|
393
|
+
<find>addFootnoteToListForFootnotetext</find>
|
|
394
|
+
<find>lastNumber</find>
|
|
395
|
+
<find>mmd_footnote_anchor_name</find>
|
|
396
|
+
<find>footnoteId</find>
|
|
397
|
+
<find>FootnoteMeta</find>
|
|
398
|
+
<find>createFootnotesTokens</find>
|
|
399
|
+
<find>hasContent</find>
|
|
400
|
+
<find>incrementNumber</find>
|
|
319
401
|
<find>console.log</find>
|
|
320
|
-
<find
|
|
321
|
-
<find>nextPos</find>
|
|
322
|
-
<find>silent</find>
|
|
323
|
-
<find>label</find>
|
|
324
|
-
<find>isDisableFootnote</find>
|
|
325
|
-
<find>needFirstSpaceBeforeLetter</find>
|
|
402
|
+
<find>isBlock</find>
|
|
326
403
|
</findStrings>
|
|
327
404
|
<replaceStrings>
|
|
328
405
|
<replace>MJSimple</replace>
|
|
@@ -334,9 +411,6 @@
|
|
|
334
411
|
<replace />
|
|
335
412
|
</replaceStrings>
|
|
336
413
|
<dirStrings>
|
|
337
|
-
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
338
|
-
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
339
|
-
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
340
414
|
<dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
|
|
341
415
|
<dir>$PROJECT_DIR$/examples</dir>
|
|
342
416
|
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
@@ -350,20 +424,23 @@
|
|
|
350
424
|
<dir>$PROJECT_DIR$/src/components</dir>
|
|
351
425
|
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
352
426
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
353
|
-
<dir>$PROJECT_DIR$/tests</dir>
|
|
354
427
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
355
|
-
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
356
428
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
357
429
|
<dir>$PROJECT_DIR$/lib/markdown</dir>
|
|
358
430
|
<dir>$PROJECT_DIR$/lib</dir>
|
|
359
431
|
<dir>$PROJECT_DIR$/es5</dir>
|
|
360
432
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
361
|
-
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
362
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
363
433
|
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
364
434
|
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
365
|
-
<dir>$PROJECT_DIR$/src</dir>
|
|
366
435
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
436
|
+
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
437
|
+
<dir>$PROJECT_DIR$/tests/_data/_footnotes_latex/_html</dir>
|
|
438
|
+
<dir>$PROJECT_DIR$/tests/_data/_footnotes</dir>
|
|
439
|
+
<dir>$PROJECT_DIR$/tests/_data/_refs</dir>
|
|
440
|
+
<dir>$PROJECT_DIR$/src</dir>
|
|
441
|
+
<dir>$PROJECT_DIR$/tests</dir>
|
|
442
|
+
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
443
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
367
444
|
</dirStrings>
|
|
368
445
|
</component>
|
|
369
446
|
<component name="Git.Settings">
|
|
@@ -372,57 +449,57 @@
|
|
|
372
449
|
<component name="IdeDocumentHistory">
|
|
373
450
|
<option name="CHANGED_PATHS">
|
|
374
451
|
<list>
|
|
375
|
-
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
|
|
376
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
|
|
377
|
-
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
378
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd.js" />
|
|
379
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html.js" />
|
|
380
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd_02.js" />
|
|
381
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html_02.js" />
|
|
382
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/test.html" />
|
|
383
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
384
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js" />
|
|
385
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
386
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js" />
|
|
387
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
388
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js" />
|
|
389
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
390
|
-
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
391
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
392
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js" />
|
|
393
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
394
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js" />
|
|
395
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
396
452
|
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
397
453
|
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
398
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
399
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
400
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
401
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
402
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
403
454
|
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
404
455
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js" />
|
|
405
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
406
|
-
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
407
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
408
|
-
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
409
|
-
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
410
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
411
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
412
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
413
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
414
456
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
415
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
416
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
417
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
418
457
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
419
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
420
458
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/refs.ts" />
|
|
421
459
|
<option value="$PROJECT_DIR$/tests/_data/_refs/data.js" />
|
|
422
460
|
<option value="$PROJECT_DIR$/tests/_data/_refs/test.html" />
|
|
461
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
|
|
462
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/underline.ts" />
|
|
463
|
+
<option value="$PROJECT_DIR$/doc/latex-underline.md" />
|
|
464
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
465
|
+
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
466
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
467
|
+
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
468
|
+
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
469
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
470
|
+
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
471
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
472
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
473
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
474
|
+
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
475
|
+
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
476
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
|
|
477
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
478
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
479
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
480
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
481
|
+
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
482
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
483
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_11.js" />
|
|
484
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_11.js" />
|
|
485
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
486
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
487
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js" />
|
|
488
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
489
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
490
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
491
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
492
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
493
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js" />
|
|
494
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
495
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
423
496
|
<option value="$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
424
497
|
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
425
|
-
<option value="$PROJECT_DIR$/
|
|
498
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js" />
|
|
499
|
+
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
500
|
+
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
501
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
502
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
426
503
|
</list>
|
|
427
504
|
</option>
|
|
428
505
|
</component>
|
|
@@ -453,10 +530,9 @@
|
|
|
453
530
|
</packageJsonPaths>
|
|
454
531
|
</component>
|
|
455
532
|
<component name="ProjectFrameBounds">
|
|
456
|
-
<option name="
|
|
457
|
-
<option name="
|
|
458
|
-
<option name="
|
|
459
|
-
<option name="height" value="974" />
|
|
533
|
+
<option name="y" value="23" />
|
|
534
|
+
<option name="width" value="1548" />
|
|
535
|
+
<option name="height" value="978" />
|
|
460
536
|
</component>
|
|
461
537
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
462
538
|
<component name="ProjectView">
|
|
@@ -464,6 +540,7 @@
|
|
|
464
540
|
<foldersAlwaysOnTop value="true" />
|
|
465
541
|
</navigator>
|
|
466
542
|
<panes>
|
|
543
|
+
<pane id="Scope" />
|
|
467
544
|
<pane id="ProjectPane">
|
|
468
545
|
<subPane>
|
|
469
546
|
<expand>
|
|
@@ -474,7 +551,27 @@
|
|
|
474
551
|
<path>
|
|
475
552
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
476
553
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
477
|
-
<item name="
|
|
554
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
555
|
+
</path>
|
|
556
|
+
<path>
|
|
557
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
558
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
559
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
560
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
561
|
+
</path>
|
|
562
|
+
<path>
|
|
563
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
564
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
565
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
566
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
567
|
+
<item name="latex-footnotes" type="462c0819:PsiDirectoryNode" />
|
|
568
|
+
</path>
|
|
569
|
+
<path>
|
|
570
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
571
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
572
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
573
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
574
|
+
<item name="latex-underline" type="462c0819:PsiDirectoryNode" />
|
|
478
575
|
</path>
|
|
479
576
|
<path>
|
|
480
577
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -485,26 +582,80 @@
|
|
|
485
582
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
486
583
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
487
584
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
488
|
-
<item name="
|
|
585
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
489
586
|
</path>
|
|
490
587
|
<path>
|
|
491
588
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
492
589
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
493
590
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
494
|
-
<item name="
|
|
495
|
-
<item name="
|
|
591
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
592
|
+
<item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
|
|
496
593
|
</path>
|
|
497
594
|
<path>
|
|
498
595
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
499
596
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
500
597
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
501
|
-
<item name="
|
|
598
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
599
|
+
<item name="md-latex-footnotes" type="462c0819:PsiDirectoryNode" />
|
|
600
|
+
</path>
|
|
601
|
+
<path>
|
|
602
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
603
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
604
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
605
|
+
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
606
|
+
</path>
|
|
607
|
+
<path>
|
|
608
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
609
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
610
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
611
|
+
</path>
|
|
612
|
+
<path>
|
|
613
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
614
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
615
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
616
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
617
|
+
</path>
|
|
618
|
+
<path>
|
|
619
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
620
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
621
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
622
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
623
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
624
|
+
</path>
|
|
625
|
+
<path>
|
|
626
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
627
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
628
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
629
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
630
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
631
|
+
<item name="_html" type="462c0819:PsiDirectoryNode" />
|
|
632
|
+
</path>
|
|
633
|
+
<path>
|
|
634
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
635
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
636
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
637
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
638
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
639
|
+
<item name="_mmd" type="462c0819:PsiDirectoryNode" />
|
|
640
|
+
</path>
|
|
641
|
+
<path>
|
|
642
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
643
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
644
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
645
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
646
|
+
<item name="_mathjax" type="462c0819:PsiDirectoryNode" />
|
|
647
|
+
</path>
|
|
648
|
+
<path>
|
|
649
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
650
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
651
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
652
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
653
|
+
<item name="_refs" type="462c0819:PsiDirectoryNode" />
|
|
502
654
|
</path>
|
|
503
655
|
</expand>
|
|
504
656
|
<select />
|
|
505
657
|
</subPane>
|
|
506
658
|
</pane>
|
|
507
|
-
<pane id="Scope" />
|
|
508
659
|
</panes>
|
|
509
660
|
</component>
|
|
510
661
|
<component name="PropertiesComponent">
|
|
@@ -521,13 +672,6 @@
|
|
|
521
672
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
522
673
|
</component>
|
|
523
674
|
<component name="RecentsManager">
|
|
524
|
-
<key name="CopyFile.RECENT_KEYS">
|
|
525
|
-
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
526
|
-
<recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
|
|
527
|
-
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
528
|
-
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
529
|
-
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
530
|
-
</key>
|
|
531
675
|
<key name="MoveFile.RECENT_KEYS">
|
|
532
676
|
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
533
677
|
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
@@ -535,6 +679,13 @@
|
|
|
535
679
|
<recent name="$PROJECT_DIR$/src/markdown/highlight" />
|
|
536
680
|
<recent name="$PROJECT_DIR$/tests" />
|
|
537
681
|
</key>
|
|
682
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
683
|
+
<recent name="$PROJECT_DIR$/doc/images/latex-underline" />
|
|
684
|
+
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
685
|
+
<recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
|
|
686
|
+
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
687
|
+
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
688
|
+
</key>
|
|
538
689
|
</component>
|
|
539
690
|
<component name="RunDashboard">
|
|
540
691
|
<option name="ruleStates">
|
|
@@ -849,12 +1000,36 @@
|
|
|
849
1000
|
<workItem from="1692950148508" duration="14189000" />
|
|
850
1001
|
<workItem from="1693211405525" duration="5172000" />
|
|
851
1002
|
<workItem from="1693223309085" duration="195000" />
|
|
852
|
-
<workItem from="1693229473403" duration="
|
|
1003
|
+
<workItem from="1693229473403" duration="3363000" />
|
|
1004
|
+
<workItem from="1693234287351" duration="1962000" />
|
|
1005
|
+
<workItem from="1693294240519" duration="446000" />
|
|
1006
|
+
<workItem from="1693311208845" duration="1392000" />
|
|
1007
|
+
<workItem from="1693315105965" duration="22000" />
|
|
1008
|
+
<workItem from="1693315407094" duration="3000" />
|
|
1009
|
+
<workItem from="1694006455980" duration="1554000" />
|
|
1010
|
+
<workItem from="1694008169305" duration="12000" />
|
|
1011
|
+
<workItem from="1694168406155" duration="1391000" />
|
|
1012
|
+
<workItem from="1694176741639" duration="683000" />
|
|
1013
|
+
<workItem from="1694181137561" duration="6080000" />
|
|
1014
|
+
<workItem from="1694427224638" duration="562000" />
|
|
1015
|
+
<workItem from="1694518070891" duration="6487000" />
|
|
1016
|
+
<workItem from="1694610470740" duration="18906000" />
|
|
1017
|
+
<workItem from="1694694813884" duration="3617000" />
|
|
1018
|
+
<workItem from="1694785853421" duration="1910000" />
|
|
1019
|
+
<workItem from="1695028416687" duration="14000000" />
|
|
1020
|
+
<workItem from="1695056030089" duration="833000" />
|
|
1021
|
+
<workItem from="1695102462878" duration="1508000" />
|
|
1022
|
+
<workItem from="1695107507123" duration="4734000" />
|
|
1023
|
+
<workItem from="1695113103011" duration="5765000" />
|
|
1024
|
+
<workItem from="1695125067145" duration="2556000" />
|
|
1025
|
+
<workItem from="1695128850899" duration="1878000" />
|
|
1026
|
+
<workItem from="1695289838219" duration="6240000" />
|
|
1027
|
+
<workItem from="1695311186819" duration="11413000" />
|
|
853
1028
|
</task>
|
|
854
1029
|
<servers />
|
|
855
1030
|
</component>
|
|
856
1031
|
<component name="TimeTrackingManager">
|
|
857
|
-
<option name="totallyTimeSpent" value="
|
|
1032
|
+
<option name="totallyTimeSpent" value="3035000000" />
|
|
858
1033
|
</component>
|
|
859
1034
|
<component name="TodoView">
|
|
860
1035
|
<todo-panel id="selected-file">
|
|
@@ -866,9 +1041,9 @@
|
|
|
866
1041
|
</todo-panel>
|
|
867
1042
|
</component>
|
|
868
1043
|
<component name="ToolWindowManager">
|
|
869
|
-
<frame x="
|
|
1044
|
+
<frame x="0" y="23" width="1548" height="978" extended-state="0" />
|
|
870
1045
|
<layout>
|
|
871
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.
|
|
1046
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.17092338" />
|
|
872
1047
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
873
1048
|
<window_info id="npm" order="2" side_tool="true" />
|
|
874
1049
|
<window_info id="DB Browser" order="3" />
|
|
@@ -887,7 +1062,7 @@
|
|
|
887
1062
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
888
1063
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
889
1064
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
890
|
-
<window_info
|
|
1065
|
+
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.5090293" />
|
|
891
1066
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
892
1067
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
893
1068
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -931,7 +1106,7 @@
|
|
|
931
1106
|
<breakpoints>
|
|
932
1107
|
<line-breakpoint enabled="true" type="javascript">
|
|
933
1108
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
934
|
-
<line>
|
|
1109
|
+
<line>391</line>
|
|
935
1110
|
<option name="timeStamp" value="16" />
|
|
936
1111
|
</line-breakpoint>
|
|
937
1112
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -986,17 +1161,17 @@
|
|
|
986
1161
|
</line-breakpoint>
|
|
987
1162
|
<line-breakpoint enabled="true" type="javascript">
|
|
988
1163
|
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
989
|
-
<line>
|
|
1164
|
+
<line>894</line>
|
|
990
1165
|
<option name="timeStamp" value="32" />
|
|
991
1166
|
</line-breakpoint>
|
|
992
1167
|
<line-breakpoint enabled="true" type="javascript">
|
|
993
1168
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
994
|
-
<line>
|
|
1169
|
+
<line>1021</line>
|
|
995
1170
|
<option name="timeStamp" value="36" />
|
|
996
1171
|
</line-breakpoint>
|
|
997
1172
|
<line-breakpoint enabled="true" type="javascript">
|
|
998
1173
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginText.ts</url>
|
|
999
|
-
<line>
|
|
1174
|
+
<line>350</line>
|
|
1000
1175
|
<option name="timeStamp" value="37" />
|
|
1001
1176
|
</line-breakpoint>
|
|
1002
1177
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1006,7 +1181,7 @@
|
|
|
1006
1181
|
</line-breakpoint>
|
|
1007
1182
|
<line-breakpoint enabled="true" type="javascript">
|
|
1008
1183
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1009
|
-
<line>
|
|
1184
|
+
<line>81</line>
|
|
1010
1185
|
<option name="timeStamp" value="43" />
|
|
1011
1186
|
</line-breakpoint>
|
|
1012
1187
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1021,7 +1196,7 @@
|
|
|
1021
1196
|
</line-breakpoint>
|
|
1022
1197
|
<line-breakpoint enabled="true" type="javascript">
|
|
1023
1198
|
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
1024
|
-
<line>
|
|
1199
|
+
<line>662</line>
|
|
1025
1200
|
<option name="timeStamp" value="46" />
|
|
1026
1201
|
</line-breakpoint>
|
|
1027
1202
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1048,331 +1223,529 @@
|
|
|
1048
1223
|
</line-breakpoint>
|
|
1049
1224
|
<line-breakpoint enabled="true" type="javascript">
|
|
1050
1225
|
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1051
|
-
<line>
|
|
1226
|
+
<line>136</line>
|
|
1052
1227
|
<option name="timeStamp" value="54" />
|
|
1053
1228
|
</line-breakpoint>
|
|
1054
1229
|
<line-breakpoint enabled="true" type="javascript">
|
|
1055
1230
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
1056
|
-
<line>
|
|
1231
|
+
<line>1026</line>
|
|
1057
1232
|
<option name="timeStamp" value="55" />
|
|
1058
1233
|
</line-breakpoint>
|
|
1059
1234
|
<line-breakpoint enabled="true" type="javascript">
|
|
1060
1235
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
1061
|
-
<line>
|
|
1236
|
+
<line>1025</line>
|
|
1062
1237
|
<option name="timeStamp" value="56" />
|
|
1063
1238
|
</line-breakpoint>
|
|
1064
1239
|
</breakpoints>
|
|
1065
1240
|
</breakpoint-manager>
|
|
1066
1241
|
</component>
|
|
1067
1242
|
<component name="editorHistoryManager">
|
|
1068
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/
|
|
1069
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1070
|
-
</entry>
|
|
1071
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js">
|
|
1243
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js">
|
|
1072
1244
|
<provider selected="true" editor-type-id="text-editor">
|
|
1073
|
-
<state relative-caret-position="
|
|
1074
|
-
<caret line="
|
|
1245
|
+
<state relative-caret-position="165">
|
|
1246
|
+
<caret line="11" column="11" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="11" />
|
|
1075
1247
|
</state>
|
|
1076
1248
|
</provider>
|
|
1077
1249
|
</entry>
|
|
1078
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1250
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js">
|
|
1079
1251
|
<provider selected="true" editor-type-id="text-editor">
|
|
1080
|
-
<state relative-caret-position="
|
|
1081
|
-
<caret line="
|
|
1082
|
-
<folding>
|
|
1083
|
-
<element signature="e#147#220#0" expanded="true" />
|
|
1084
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1085
|
-
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
1086
|
-
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1087
|
-
</folding>
|
|
1252
|
+
<state relative-caret-position="75">
|
|
1253
|
+
<caret line="5" column="64" selection-start-line="5" selection-start-column="64" selection-end-line="5" selection-end-column="64" />
|
|
1088
1254
|
</state>
|
|
1089
1255
|
</provider>
|
|
1090
1256
|
</entry>
|
|
1091
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1257
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js">
|
|
1258
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1259
|
+
<state relative-caret-position="420">
|
|
1260
|
+
<caret line="28" selection-start-line="28" selection-end-line="28" />
|
|
1261
|
+
</state>
|
|
1262
|
+
</provider>
|
|
1098
1263
|
</entry>
|
|
1099
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1264
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js">
|
|
1100
1265
|
<provider selected="true" editor-type-id="text-editor">
|
|
1101
|
-
<state relative-caret-position="
|
|
1102
|
-
<caret line="
|
|
1266
|
+
<state relative-caret-position="300">
|
|
1267
|
+
<caret line="20" column="37" selection-start-line="20" selection-start-column="37" selection-end-line="20" selection-end-column="37" />
|
|
1103
1268
|
</state>
|
|
1104
1269
|
</provider>
|
|
1105
1270
|
</entry>
|
|
1106
|
-
<entry file="file://$PROJECT_DIR$/doc/
|
|
1107
|
-
<provider selected="true" editor-type-id="
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1271
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_01.png">
|
|
1272
|
+
<provider selected="true" editor-type-id="images" />
|
|
1273
|
+
</entry>
|
|
1274
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_04.png" />
|
|
1275
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_03.png">
|
|
1276
|
+
<provider selected="true" editor-type-id="images" />
|
|
1277
|
+
</entry>
|
|
1278
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_02.png">
|
|
1279
|
+
<provider selected="true" editor-type-id="images" />
|
|
1280
|
+
</entry>
|
|
1281
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1282
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1283
|
+
<state relative-caret-position="3405">
|
|
1284
|
+
<caret line="235" column="15" lean-forward="true" selection-start-line="235" selection-start-column="15" selection-end-line="235" selection-end-column="15" />
|
|
1111
1285
|
</state>
|
|
1112
1286
|
</provider>
|
|
1113
1287
|
</entry>
|
|
1114
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1115
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/balance_pairs.js" />
|
|
1116
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js" />
|
|
1117
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
1118
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_inline.js" />
|
|
1119
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/text_collapse.js" />
|
|
1120
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1288
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js">
|
|
1121
1289
|
<provider selected="true" editor-type-id="text-editor">
|
|
1122
|
-
<state relative-caret-position="
|
|
1123
|
-
<caret line="
|
|
1124
|
-
<folding>
|
|
1125
|
-
<element signature="e#0#36#0" expanded="true" />
|
|
1126
|
-
</folding>
|
|
1290
|
+
<state relative-caret-position="346">
|
|
1291
|
+
<caret line="30" column="13" selection-start-line="30" selection-start-column="13" selection-end-line="30" selection-end-column="13" />
|
|
1127
1292
|
</state>
|
|
1128
1293
|
</provider>
|
|
1129
1294
|
</entry>
|
|
1130
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/
|
|
1295
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
|
|
1131
1296
|
<provider selected="true" editor-type-id="text-editor">
|
|
1132
|
-
<state relative-caret-position="
|
|
1133
|
-
<caret line="
|
|
1297
|
+
<state relative-caret-position="-448">
|
|
1298
|
+
<caret line="6" column="59" selection-start-line="6" selection-start-column="59" selection-end-line="6" selection-end-column="59" />
|
|
1134
1299
|
</state>
|
|
1135
1300
|
</provider>
|
|
1136
1301
|
</entry>
|
|
1137
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1302
|
+
<entry file="file://$PROJECT_DIR$/tests/_pluginText.js">
|
|
1138
1303
|
<provider selected="true" editor-type-id="text-editor">
|
|
1139
1304
|
<state relative-caret-position="390">
|
|
1140
|
-
<caret line="26" column="
|
|
1305
|
+
<caret line="26" column="20" selection-start-line="26" selection-start-column="20" selection-end-line="26" selection-end-column="20" />
|
|
1141
1306
|
</state>
|
|
1142
1307
|
</provider>
|
|
1143
1308
|
</entry>
|
|
1144
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1145
|
-
<provider selected="true" editor-type-id="
|
|
1146
|
-
<state
|
|
1147
|
-
<
|
|
1148
|
-
<caret line="115" selection-start-line="115" selection-end-line="115" />
|
|
1149
|
-
</first_editor>
|
|
1150
|
-
<second_editor />
|
|
1309
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_pluginText/_data.js">
|
|
1310
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1311
|
+
<state>
|
|
1312
|
+
<caret selection-end-column="18" />
|
|
1151
1313
|
</state>
|
|
1152
1314
|
</provider>
|
|
1153
1315
|
</entry>
|
|
1154
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1316
|
+
<entry file="file://$PROJECT_DIR$/tests/_ascii.js">
|
|
1317
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1318
|
+
</entry>
|
|
1319
|
+
<entry file="file://$PROJECT_DIR$/tests/_mathjax.js">
|
|
1320
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1321
|
+
</entry>
|
|
1322
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data.js">
|
|
1155
1323
|
<provider selected="true" editor-type-id="text-editor">
|
|
1156
|
-
<state relative-caret-position="
|
|
1157
|
-
<caret line="
|
|
1324
|
+
<state relative-caret-position="60">
|
|
1325
|
+
<caret line="4" column="1534" selection-start-line="4" selection-start-column="1534" selection-end-line="4" selection-end-column="1569" />
|
|
1158
1326
|
</state>
|
|
1159
1327
|
</provider>
|
|
1160
1328
|
</entry>
|
|
1161
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1329
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1162
1330
|
<provider selected="true" editor-type-id="text-editor">
|
|
1163
|
-
<state relative-caret-position="
|
|
1164
|
-
<caret line="
|
|
1331
|
+
<state relative-caret-position="195">
|
|
1332
|
+
<caret line="399" column="17" selection-start-line="399" selection-start-column="17" selection-end-line="399" selection-end-column="61" />
|
|
1165
1333
|
<folding>
|
|
1166
|
-
<element signature="e#0#
|
|
1334
|
+
<element signature="e#0#50#0" expanded="true" />
|
|
1167
1335
|
</folding>
|
|
1168
1336
|
</state>
|
|
1169
1337
|
</provider>
|
|
1170
1338
|
</entry>
|
|
1171
|
-
<entry file="file://$PROJECT_DIR$/src/index.
|
|
1339
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1172
1340
|
<provider selected="true" editor-type-id="text-editor">
|
|
1173
|
-
<state relative-caret-position="
|
|
1174
|
-
<caret line="
|
|
1341
|
+
<state relative-caret-position="4995">
|
|
1342
|
+
<caret line="333" column="5" selection-start-line="333" selection-start-column="5" selection-end-line="333" selection-end-column="5" />
|
|
1175
1343
|
</state>
|
|
1176
1344
|
</provider>
|
|
1177
1345
|
</entry>
|
|
1178
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1346
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
1179
1347
|
<provider selected="true" editor-type-id="text-editor">
|
|
1180
|
-
<state relative-caret-position="
|
|
1181
|
-
<caret line="
|
|
1348
|
+
<state relative-caret-position="255">
|
|
1349
|
+
<caret line="63" column="12" selection-start-line="63" selection-start-column="12" selection-end-line="63" selection-end-column="12" />
|
|
1350
|
+
<folding>
|
|
1351
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
1352
|
+
</folding>
|
|
1182
1353
|
</state>
|
|
1183
1354
|
</provider>
|
|
1184
1355
|
</entry>
|
|
1185
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1356
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
1186
1357
|
<provider selected="true" editor-type-id="text-editor">
|
|
1187
|
-
<state relative-caret-position="
|
|
1188
|
-
<caret line="
|
|
1358
|
+
<state relative-caret-position="75">
|
|
1359
|
+
<caret line="11" column="1" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" />
|
|
1189
1360
|
</state>
|
|
1190
1361
|
</provider>
|
|
1191
1362
|
</entry>
|
|
1192
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1363
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1193
1364
|
<provider selected="true" editor-type-id="text-editor">
|
|
1194
|
-
<state relative-caret-position="
|
|
1195
|
-
<caret line="
|
|
1365
|
+
<state relative-caret-position="885">
|
|
1366
|
+
<caret line="59" column="73" selection-start-line="59" selection-start-column="73" selection-end-line="59" selection-end-column="73" />
|
|
1196
1367
|
</state>
|
|
1197
1368
|
</provider>
|
|
1198
1369
|
</entry>
|
|
1199
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1370
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1200
1371
|
<provider selected="true" editor-type-id="text-editor">
|
|
1201
|
-
<state relative-caret-position="
|
|
1202
|
-
<caret line="
|
|
1372
|
+
<state relative-caret-position="570">
|
|
1373
|
+
<caret line="43" column="24" selection-start-line="43" selection-start-column="15" selection-end-line="43" selection-end-column="24" />
|
|
1203
1374
|
</state>
|
|
1204
1375
|
</provider>
|
|
1205
1376
|
</entry>
|
|
1206
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1377
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1207
1378
|
<provider selected="true" editor-type-id="text-editor">
|
|
1208
|
-
<state relative-caret-position="
|
|
1209
|
-
<caret line="
|
|
1379
|
+
<state relative-caret-position="600">
|
|
1380
|
+
<caret line="60" column="24" selection-start-line="60" selection-start-column="24" selection-end-line="60" selection-end-column="24" />
|
|
1210
1381
|
</state>
|
|
1211
1382
|
</provider>
|
|
1212
1383
|
</entry>
|
|
1384
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
1385
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1386
|
+
</entry>
|
|
1213
1387
|
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
|
|
1214
1388
|
<provider selected="true" editor-type-id="text-editor">
|
|
1215
|
-
<state
|
|
1216
|
-
<caret
|
|
1389
|
+
<state>
|
|
1390
|
+
<caret selection-end-column="16" />
|
|
1217
1391
|
</state>
|
|
1218
1392
|
</provider>
|
|
1219
1393
|
</entry>
|
|
1220
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/
|
|
1394
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_11.js">
|
|
1221
1395
|
<provider selected="true" editor-type-id="text-editor">
|
|
1222
|
-
<state relative-caret-position="
|
|
1223
|
-
<caret line="
|
|
1396
|
+
<state relative-caret-position="315">
|
|
1397
|
+
<caret line="21" column="13" selection-start-line="21" selection-start-column="13" selection-end-line="21" selection-end-column="13" />
|
|
1398
|
+
<folding>
|
|
1399
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1400
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1401
|
+
<element signature="n#style#0;n#li#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1402
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1403
|
+
<element signature="n#style#0;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1404
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1405
|
+
<element signature="n#style#0;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1406
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1407
|
+
<element signature="n#style#0;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1408
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1409
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1410
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1411
|
+
</folding>
|
|
1224
1412
|
</state>
|
|
1225
1413
|
</provider>
|
|
1226
1414
|
</entry>
|
|
1227
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1228
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1415
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1229
1416
|
<provider selected="true" editor-type-id="text-editor">
|
|
1230
|
-
<state relative-caret-position="
|
|
1231
|
-
<caret line="
|
|
1417
|
+
<state relative-caret-position="221">
|
|
1418
|
+
<caret line="595" column="45" selection-start-line="595" selection-start-column="31" selection-end-line="595" selection-end-column="45" />
|
|
1419
|
+
<folding>
|
|
1420
|
+
<element signature="e#0#45#0" expanded="true" />
|
|
1421
|
+
</folding>
|
|
1232
1422
|
</state>
|
|
1233
1423
|
</provider>
|
|
1234
1424
|
</entry>
|
|
1235
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1425
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1236
1426
|
<provider selected="true" editor-type-id="text-editor">
|
|
1237
|
-
<state relative-caret-position="
|
|
1238
|
-
<caret line="
|
|
1427
|
+
<state relative-caret-position="429">
|
|
1428
|
+
<caret line="48" column="25" selection-start-line="48" selection-start-column="25" selection-end-line="48" selection-end-column="25" />
|
|
1429
|
+
<folding>
|
|
1430
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1431
|
+
</folding>
|
|
1432
|
+
</state>
|
|
1433
|
+
</provider>
|
|
1434
|
+
</entry>
|
|
1435
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_11.js">
|
|
1436
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1437
|
+
<state relative-caret-position="285">
|
|
1438
|
+
<caret line="19" column="165" selection-start-line="19" selection-start-column="165" selection-end-line="19" selection-end-column="165" />
|
|
1239
1439
|
</state>
|
|
1240
1440
|
</provider>
|
|
1241
1441
|
</entry>
|
|
1242
|
-
<entry file="file://$PROJECT_DIR$/tests/_refs.js" />
|
|
1243
1442
|
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
|
|
1244
1443
|
<provider selected="true" editor-type-id="text-editor">
|
|
1245
|
-
<state relative-caret-position="
|
|
1246
|
-
<caret line="
|
|
1444
|
+
<state relative-caret-position="360">
|
|
1445
|
+
<caret line="24" column="20" selection-start-line="24" selection-start-column="20" selection-end-line="24" selection-end-column="20" />
|
|
1247
1446
|
</state>
|
|
1248
1447
|
</provider>
|
|
1249
1448
|
</entry>
|
|
1250
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/
|
|
1449
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
1251
1450
|
<provider selected="true" editor-type-id="text-editor">
|
|
1252
|
-
<state relative-caret-position="
|
|
1253
|
-
<caret line="
|
|
1451
|
+
<state relative-caret-position="338">
|
|
1452
|
+
<caret line="337" column="32" selection-start-line="337" selection-start-column="20" selection-end-line="337" selection-end-column="32" />
|
|
1453
|
+
<folding>
|
|
1454
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1455
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
1456
|
+
</folding>
|
|
1254
1457
|
</state>
|
|
1255
1458
|
</provider>
|
|
1256
1459
|
</entry>
|
|
1257
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1258
|
-
<provider selected="true" editor-type-id="
|
|
1259
|
-
<state
|
|
1260
|
-
<
|
|
1261
|
-
<caret line="59" column="50" selection-start-line="59" selection-start-column="50" selection-end-line="59" selection-end-column="50" />
|
|
1262
|
-
</first_editor>
|
|
1263
|
-
<second_editor />
|
|
1460
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1461
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1462
|
+
<state relative-caret-position="225">
|
|
1463
|
+
<caret line="37" column="18" selection-start-line="37" selection-start-column="18" selection-end-line="37" selection-end-column="18" />
|
|
1264
1464
|
</state>
|
|
1265
1465
|
</provider>
|
|
1266
1466
|
</entry>
|
|
1267
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1268
|
-
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js">
|
|
1467
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1269
1468
|
<provider selected="true" editor-type-id="text-editor">
|
|
1270
|
-
<state relative-caret-position="
|
|
1271
|
-
<caret line="
|
|
1469
|
+
<state relative-caret-position="505">
|
|
1470
|
+
<caret line="134" column="13" selection-start-line="134" selection-start-column="13" selection-end-line="134" selection-end-column="13" />
|
|
1471
|
+
<folding>
|
|
1472
|
+
<element signature="n#style#0;n#ol#0;n#!!top" expanded="true" />
|
|
1473
|
+
<element signature="n#style#0;n#ol#0;n#!!top" expanded="true" />
|
|
1474
|
+
<element signature="n#style#0;n#li#0;n#!!top" expanded="true" />
|
|
1475
|
+
</folding>
|
|
1272
1476
|
</state>
|
|
1273
1477
|
</provider>
|
|
1274
1478
|
</entry>
|
|
1275
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1276
|
-
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1479
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1277
1480
|
<provider selected="true" editor-type-id="text-editor">
|
|
1278
|
-
<state relative-caret-position="
|
|
1279
|
-
<caret line="
|
|
1481
|
+
<state relative-caret-position="-245">
|
|
1482
|
+
<caret line="199" selection-start-line="199" selection-end-line="199" />
|
|
1280
1483
|
</state>
|
|
1281
1484
|
</provider>
|
|
1282
1485
|
</entry>
|
|
1283
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1486
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
1284
1487
|
<provider selected="true" editor-type-id="text-editor">
|
|
1285
|
-
<state relative-caret-position="
|
|
1286
|
-
<caret line="
|
|
1287
|
-
<folding>
|
|
1288
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
1289
|
-
</folding>
|
|
1488
|
+
<state relative-caret-position="-1940">
|
|
1489
|
+
<caret line="9" column="76" selection-start-line="9" selection-start-column="76" selection-end-line="9" selection-end-column="76" />
|
|
1290
1490
|
</state>
|
|
1291
1491
|
</provider>
|
|
1292
1492
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1493
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts">
|
|
1294
1494
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1297
|
-
<folding>
|
|
1298
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1299
|
-
</folding>
|
|
1495
|
+
<state relative-caret-position="75">
|
|
1496
|
+
<caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" />
|
|
1300
1497
|
</state>
|
|
1301
1498
|
</provider>
|
|
1302
1499
|
</entry>
|
|
1303
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1500
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js">
|
|
1304
1501
|
<provider selected="true" editor-type-id="text-editor">
|
|
1305
|
-
<state relative-caret-position="
|
|
1306
|
-
<caret line="
|
|
1502
|
+
<state relative-caret-position="360">
|
|
1503
|
+
<caret line="24" column="13" selection-start-line="24" selection-start-column="13" selection-end-line="24" selection-end-column="13" />
|
|
1504
|
+
<folding>
|
|
1505
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1506
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1507
|
+
</folding>
|
|
1307
1508
|
</state>
|
|
1308
1509
|
</provider>
|
|
1309
1510
|
</entry>
|
|
1310
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1511
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js">
|
|
1311
1512
|
<provider selected="true" editor-type-id="text-editor">
|
|
1312
|
-
<state relative-caret-position="
|
|
1313
|
-
<caret line="
|
|
1513
|
+
<state relative-caret-position="405">
|
|
1514
|
+
<caret line="27" lean-forward="true" selection-start-line="27" selection-end-line="27" />
|
|
1314
1515
|
<folding>
|
|
1315
|
-
<element signature="
|
|
1516
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1517
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1316
1518
|
</folding>
|
|
1317
1519
|
</state>
|
|
1318
1520
|
</provider>
|
|
1319
1521
|
</entry>
|
|
1320
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1522
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js">
|
|
1321
1523
|
<provider selected="true" editor-type-id="text-editor">
|
|
1322
|
-
<state relative-caret-position="
|
|
1323
|
-
<caret line="
|
|
1524
|
+
<state relative-caret-position="15">
|
|
1525
|
+
<caret line="1" column="42" lean-forward="true" selection-start-line="1" selection-start-column="42" selection-end-line="1" selection-end-column="42" />
|
|
1526
|
+
<folding>
|
|
1527
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1528
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1529
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1530
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1531
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1532
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1533
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1534
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1535
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1536
|
+
<element signature="n#style#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1537
|
+
<element signature="n#style#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1538
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1539
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1540
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1541
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1542
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1543
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1544
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1545
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1546
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1547
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1548
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1549
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1550
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1551
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1552
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1553
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1554
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1555
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1556
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1557
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1558
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1559
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1560
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1561
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1562
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1563
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1564
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1565
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1566
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1567
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1568
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1569
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1570
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1571
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1572
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1573
|
+
<element signature="n#style#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1574
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1575
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1576
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1577
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1578
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1579
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1580
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1581
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1582
|
+
<element signature="n#style#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1583
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1584
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1585
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1586
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1587
|
+
<element signature="n#style#0;n#td#3;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1588
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1589
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1590
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1591
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1592
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1593
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1594
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1595
|
+
<element signature="n#style#0;n#td#3;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1596
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#3;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1597
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1598
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1599
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1600
|
+
<element signature="n#style#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1601
|
+
<element signature="n#style#0;n#td#3;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1602
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1603
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1604
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1605
|
+
<element signature="n#style#0;n#td#2;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1606
|
+
<element signature="n#style#0;n#td#3;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1607
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1608
|
+
<element signature="n#style#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1609
|
+
<element signature="n#style#0;n#td#1;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1610
|
+
<element signature="n#style#0;n#td#2;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1611
|
+
<element signature="n#style#0;n#td#3;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1612
|
+
<element signature="n#style#0;n#ul#0;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1613
|
+
</folding>
|
|
1324
1614
|
</state>
|
|
1325
1615
|
</provider>
|
|
1326
1616
|
</entry>
|
|
1327
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1617
|
+
<entry file="file://$PROJECT_DIR$/tests/_refs.js">
|
|
1328
1618
|
<provider selected="true" editor-type-id="text-editor">
|
|
1329
|
-
<state relative-caret-position="
|
|
1330
|
-
<caret line="
|
|
1619
|
+
<state relative-caret-position="345">
|
|
1620
|
+
<caret line="23" column="39" selection-start-line="23" selection-start-column="39" selection-end-line="23" selection-end-column="39" />
|
|
1331
1621
|
</state>
|
|
1332
1622
|
</provider>
|
|
1333
1623
|
</entry>
|
|
1334
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
1624
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_refs/_data.js">
|
|
1335
1625
|
<provider selected="true" editor-type-id="text-editor">
|
|
1336
|
-
<state>
|
|
1337
|
-
<caret selection-end-column="
|
|
1626
|
+
<state relative-caret-position="-1027">
|
|
1627
|
+
<caret line="106" column="17" selection-start-line="106" selection-start-column="17" selection-end-line="106" selection-end-column="17" />
|
|
1628
|
+
<folding>
|
|
1629
|
+
<element signature="n#style#0;n#a#0;n#div#0;n#!!top" expanded="true" />
|
|
1630
|
+
<element signature="n#style#0;n#a#1;n#div#0;n#!!top" expanded="true" />
|
|
1631
|
+
<element signature="n#style#0;n#a#0;n#div#1;n#!!top" expanded="true" />
|
|
1632
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1633
|
+
<element signature="n#style#0;n#a#0;n#div#3;n#!!top" expanded="true" />
|
|
1634
|
+
<element signature="n#style#0;n#a#1;n#div#3;n#!!top" expanded="true" />
|
|
1635
|
+
<element signature="n#style#0;n#a#0;n#div#4;n#!!top" expanded="true" />
|
|
1636
|
+
<element signature="n#style#0;n#a#0;n#div#5;n#!!top" expanded="true" />
|
|
1637
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1638
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1639
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1640
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1641
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1642
|
+
<element signature="n#style#0;n#a#0;n#div#0;n#!!top" expanded="true" />
|
|
1643
|
+
<element signature="n#style#0;n#a#1;n#div#0;n#!!top" expanded="true" />
|
|
1644
|
+
<element signature="n#style#0;n#a#0;n#div#1;n#!!top" expanded="true" />
|
|
1645
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1646
|
+
<element signature="n#style#0;n#a#0;n#div#3;n#!!top" expanded="true" />
|
|
1647
|
+
<element signature="n#style#0;n#a#1;n#div#3;n#!!top" expanded="true" />
|
|
1648
|
+
<element signature="n#style#0;n#a#0;n#div#4;n#!!top" expanded="true" />
|
|
1649
|
+
<element signature="n#style#0;n#a#0;n#div#5;n#!!top" expanded="true" />
|
|
1650
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1651
|
+
</folding>
|
|
1338
1652
|
</state>
|
|
1339
1653
|
</provider>
|
|
1340
1654
|
</entry>
|
|
1341
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1655
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js">
|
|
1342
1656
|
<provider selected="true" editor-type-id="text-editor">
|
|
1343
|
-
<state relative-caret-position="
|
|
1344
|
-
<caret line="
|
|
1657
|
+
<state relative-caret-position="330">
|
|
1658
|
+
<caret line="22" column="49" selection-start-column="18" selection-end-line="22" selection-end-column="49" />
|
|
1345
1659
|
</state>
|
|
1346
1660
|
</provider>
|
|
1347
1661
|
</entry>
|
|
1348
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1662
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js">
|
|
1349
1663
|
<provider selected="true" editor-type-id="text-editor">
|
|
1350
|
-
<state relative-caret-position="
|
|
1664
|
+
<state relative-caret-position="615">
|
|
1665
|
+
<caret line="41" column="13" selection-start-line="41" selection-start-column="13" selection-end-line="41" selection-end-column="13" />
|
|
1351
1666
|
<folding>
|
|
1352
|
-
<element signature="
|
|
1667
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1668
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1669
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1670
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1671
|
+
<element signature="n#style#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1672
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1673
|
+
<element signature="n#style#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1674
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1675
|
+
<element signature="n#style#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1676
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1677
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1678
|
+
<element signature="n#style#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
1679
|
+
<element signature="n#style#0;n#li#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
1680
|
+
<element signature="n#style#0;n#ol#4;n#section#0;n#!!top" expanded="true" />
|
|
1681
|
+
<element signature="n#style#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
1682
|
+
<element signature="n#style#0;n#li#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
1353
1683
|
</folding>
|
|
1354
1684
|
</state>
|
|
1355
1685
|
</provider>
|
|
1356
1686
|
</entry>
|
|
1357
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1687
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
1358
1688
|
<provider selected="true" editor-type-id="text-editor">
|
|
1359
|
-
<state relative-caret-position="
|
|
1360
|
-
<caret line="
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1689
|
+
<state relative-caret-position="207">
|
|
1690
|
+
<caret line="116" column="56" selection-start-line="116" selection-start-column="56" selection-end-line="116" selection-end-column="56" />
|
|
1691
|
+
</state>
|
|
1692
|
+
</provider>
|
|
1693
|
+
</entry>
|
|
1694
|
+
<entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
|
|
1695
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1696
|
+
<state split_layout="FIRST">
|
|
1697
|
+
<first_editor relative-caret-position="296">
|
|
1698
|
+
<caret line="74" column="45" selection-start-line="74" selection-start-column="45" selection-end-line="74" selection-end-column="45" />
|
|
1699
|
+
</first_editor>
|
|
1700
|
+
<second_editor />
|
|
1369
1701
|
</state>
|
|
1370
1702
|
</provider>
|
|
1371
1703
|
</entry>
|
|
1372
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1704
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_06.png">
|
|
1705
|
+
<provider selected="true" editor-type-id="images" />
|
|
1706
|
+
</entry>
|
|
1707
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_01.png">
|
|
1708
|
+
<provider selected="true" editor-type-id="images" />
|
|
1709
|
+
</entry>
|
|
1710
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_02.png">
|
|
1711
|
+
<provider selected="true" editor-type-id="images" />
|
|
1712
|
+
</entry>
|
|
1713
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_03.png">
|
|
1714
|
+
<provider selected="true" editor-type-id="images" />
|
|
1715
|
+
</entry>
|
|
1716
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1717
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1718
|
+
<state split_layout="FIRST">
|
|
1719
|
+
<first_editor relative-caret-position="348">
|
|
1720
|
+
<caret line="124" column="54" lean-forward="true" selection-start-line="124" selection-start-column="54" selection-end-line="124" selection-end-column="54" />
|
|
1721
|
+
<folding>
|
|
1722
|
+
<element signature="e#130#338#0" expanded="true" />
|
|
1723
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1724
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
1725
|
+
<element signature="e#618#955#0" expanded="true" />
|
|
1726
|
+
<element signature="e#632#852#0" expanded="true" />
|
|
1727
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
1728
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
1729
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
1730
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1731
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1732
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1733
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1734
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1735
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
1736
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1737
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1738
|
+
<element signature="e#0#121#1" expanded="true" />
|
|
1739
|
+
</folding>
|
|
1740
|
+
</first_editor>
|
|
1741
|
+
<second_editor />
|
|
1742
|
+
</state>
|
|
1743
|
+
</provider>
|
|
1744
|
+
</entry>
|
|
1745
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1373
1746
|
<provider selected="true" editor-type-id="text-editor">
|
|
1374
|
-
<state relative-caret-position="
|
|
1375
|
-
<caret line="
|
|
1747
|
+
<state relative-caret-position="30">
|
|
1748
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
1376
1749
|
</state>
|
|
1377
1750
|
</provider>
|
|
1378
1751
|
</entry>
|