mathpix-markdown-it 1.0.76 → 1.0.77
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/codeStyles/Project.xml +0 -24
- package/.idea/workspace.xml +497 -341
- package/README.md +2 -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/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-block-rule/begin-table.js +3 -1
- package/lib/markdown/md-block-rule/begin-table.js.map +1 -1
- package/lib/markdown/md-block-rule/lists/index.d.ts +1 -0
- package/lib/markdown/md-block-rule/lists/index.js +11 -6
- package/lib/markdown/md-block-rule/lists/index.js.map +1 -1
- package/lib/markdown/md-inline-rule/lists.js +4 -1
- package/lib/markdown/md-inline-rule/lists.js.map +1 -1
- package/lib/markdown/mdPluginRaw.js +2 -1
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/mathjax/index.d.ts +2 -1
- package/lib/mathjax/index.js +18 -9
- package/lib/mathjax/index.js.map +1 -1
- package/lib/mathjax/mathjax.d.ts +5 -5
- package/lib/mathjax/mathjax.js +23 -8
- package/lib/mathjax/mathjax.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +2 -0
- package/lib/mathpix-markdown-model/index.js +3 -2
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
4
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="900" mnemonic="5" />
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="148" mnemonic="0" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" line="404" mnemonic="1" />
|
|
7
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" line="73" mnemonic="2" />
|
|
8
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" line="18" mnemonic="3" />
|
|
9
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" line="126" mnemonic="4" />
|
|
6
10
|
</component>
|
|
7
11
|
<component name="ChangeListManager">
|
|
8
12
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
|
|
@@ -20,173 +24,193 @@
|
|
|
20
24
|
<session id="1706553226">
|
|
21
25
|
<usages-collector id="statistics.lifecycle.project">
|
|
22
26
|
<counts>
|
|
23
|
-
<entry key="project.closed" value="
|
|
27
|
+
<entry key="project.closed" value="43" />
|
|
24
28
|
<entry key="project.open.time.10" value="2" />
|
|
25
|
-
<entry key="project.open.time.11" value="
|
|
29
|
+
<entry key="project.open.time.11" value="3" />
|
|
26
30
|
<entry key="project.open.time.12" value="1" />
|
|
27
|
-
<entry key="project.open.time.
|
|
31
|
+
<entry key="project.open.time.13" value="3" />
|
|
32
|
+
<entry key="project.open.time.14" value="2" />
|
|
28
33
|
<entry key="project.open.time.15" value="1" />
|
|
29
34
|
<entry key="project.open.time.18" value="2" />
|
|
30
|
-
<entry key="project.open.time.
|
|
31
|
-
<entry key="project.open.time.
|
|
35
|
+
<entry key="project.open.time.2" value="1" />
|
|
36
|
+
<entry key="project.open.time.20" value="1" />
|
|
37
|
+
<entry key="project.open.time.22" value="2" />
|
|
38
|
+
<entry key="project.open.time.3" value="3" />
|
|
39
|
+
<entry key="project.open.time.30" value="1" />
|
|
32
40
|
<entry key="project.open.time.31" value="1" />
|
|
33
41
|
<entry key="project.open.time.34" value="1" />
|
|
34
|
-
<entry key="project.open.time.4" value="
|
|
35
|
-
<entry key="project.open.time.
|
|
36
|
-
<entry key="project.open.time.
|
|
37
|
-
<entry key="project.open.time.
|
|
42
|
+
<entry key="project.open.time.4" value="9" />
|
|
43
|
+
<entry key="project.open.time.48" value="1" />
|
|
44
|
+
<entry key="project.open.time.5" value="7" />
|
|
45
|
+
<entry key="project.open.time.6" value="6" />
|
|
46
|
+
<entry key="project.open.time.7" value="2" />
|
|
38
47
|
<entry key="project.open.time.9" value="1" />
|
|
39
|
-
<entry key="project.opened" value="
|
|
48
|
+
<entry key="project.opened" value="50" />
|
|
40
49
|
</counts>
|
|
41
50
|
</usages-collector>
|
|
42
51
|
<usages-collector id="statistics.js.language.service.starts">
|
|
43
52
|
<counts>
|
|
44
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
53
|
+
<entry key="TypeScriptServerServiceImpl" value="48" />
|
|
45
54
|
</counts>
|
|
46
55
|
</usages-collector>
|
|
47
56
|
<usages-collector id="statistics.file.extensions.open">
|
|
48
57
|
<counts>
|
|
49
|
-
<entry key="
|
|
50
|
-
<entry key="
|
|
51
|
-
<entry key="
|
|
52
|
-
<entry key="
|
|
58
|
+
<entry key="babelrc" value="1" />
|
|
59
|
+
<entry key="env" value="1" />
|
|
60
|
+
<entry key="html" value="5" />
|
|
61
|
+
<entry key="js" value="135" />
|
|
62
|
+
<entry key="json" value="23" />
|
|
63
|
+
<entry key="jsx" value="4" />
|
|
53
64
|
<entry key="lock" value="8" />
|
|
54
|
-
<entry key="md" value="
|
|
65
|
+
<entry key="md" value="23" />
|
|
55
66
|
<entry key="sre" value="1" />
|
|
56
|
-
<entry key="ts" value="
|
|
57
|
-
<entry key="tsx" value="
|
|
67
|
+
<entry key="ts" value="274" />
|
|
68
|
+
<entry key="tsx" value="14" />
|
|
58
69
|
</counts>
|
|
59
70
|
</usages-collector>
|
|
60
71
|
<usages-collector id="statistics.file.types.open">
|
|
61
72
|
<counts>
|
|
62
|
-
<entry key="
|
|
63
|
-
<entry key="
|
|
64
|
-
<entry key="
|
|
65
|
-
<entry key="
|
|
66
|
-
<entry key="
|
|
73
|
+
<entry key=".env file" value="1" />
|
|
74
|
+
<entry key="HTML" value="5" />
|
|
75
|
+
<entry key="JSON" value="24" />
|
|
76
|
+
<entry key="JSX Harmony" value="4" />
|
|
77
|
+
<entry key="JavaScript" value="136" />
|
|
78
|
+
<entry key="Markdown" value="23" />
|
|
67
79
|
<entry key="PLAIN_TEXT" value="1" />
|
|
68
|
-
<entry key="TypeScript" value="
|
|
69
|
-
<entry key="TypeScript JSX" value="
|
|
80
|
+
<entry key="TypeScript" value="274" />
|
|
81
|
+
<entry key="TypeScript JSX" value="14" />
|
|
70
82
|
<entry key="yarn.lock" value="7" />
|
|
71
83
|
</counts>
|
|
72
84
|
</usages-collector>
|
|
73
85
|
<usages-collector id="statistics.file.extensions.edit">
|
|
74
86
|
<counts>
|
|
75
|
-
<entry key="
|
|
76
|
-
<entry key="
|
|
77
|
-
<entry key="
|
|
78
|
-
<entry key="
|
|
79
|
-
<entry key="
|
|
87
|
+
<entry key="html" value="14" />
|
|
88
|
+
<entry key="js" value="4677" />
|
|
89
|
+
<entry key="json" value="13" />
|
|
90
|
+
<entry key="jsx" value="28" />
|
|
91
|
+
<entry key="md" value="1892" />
|
|
92
|
+
<entry key="ts" value="28377" />
|
|
93
|
+
<entry key="tsx" value="245" />
|
|
80
94
|
</counts>
|
|
81
95
|
</usages-collector>
|
|
82
96
|
<usages-collector id="statistics.file.types.edit">
|
|
83
97
|
<counts>
|
|
84
|
-
<entry key="HTML" value="
|
|
85
|
-
<entry key="JSON" value="
|
|
86
|
-
<entry key="
|
|
87
|
-
<entry key="
|
|
88
|
-
<entry key="
|
|
89
|
-
<entry key="TypeScript
|
|
98
|
+
<entry key="HTML" value="80" />
|
|
99
|
+
<entry key="JSON" value="13" />
|
|
100
|
+
<entry key="JSX Harmony" value="28" />
|
|
101
|
+
<entry key="JavaScript" value="4691" />
|
|
102
|
+
<entry key="Markdown" value="1812" />
|
|
103
|
+
<entry key="TypeScript" value="28377" />
|
|
104
|
+
<entry key="TypeScript JSX" value="245" />
|
|
90
105
|
</counts>
|
|
91
106
|
</usages-collector>
|
|
92
107
|
</session>
|
|
93
108
|
</component>
|
|
109
|
+
<component name="FavoritesManager">
|
|
110
|
+
<favorites_list name="mathpix-markdown-it" />
|
|
111
|
+
</component>
|
|
94
112
|
<component name="FileEditorManager">
|
|
95
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
113
|
+
<splitter split-orientation="horizontal" split-proportion="0.5703186">
|
|
96
114
|
<split-first>
|
|
97
115
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
98
|
-
<file pinned="false" current-in-tab="
|
|
99
|
-
<entry file="file://$PROJECT_DIR$/
|
|
100
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
101
|
-
<state
|
|
102
|
-
<
|
|
116
|
+
<file pinned="false" current-in-tab="false">
|
|
117
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
118
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
119
|
+
<state split_layout="FIRST">
|
|
120
|
+
<first_editor relative-caret-position="6555">
|
|
121
|
+
<caret line="437" column="5" selection-start-line="437" selection-start-column="5" selection-end-line="437" selection-end-column="5" />
|
|
122
|
+
</first_editor>
|
|
123
|
+
<second_editor />
|
|
103
124
|
</state>
|
|
104
125
|
</provider>
|
|
105
126
|
</entry>
|
|
106
127
|
</file>
|
|
107
128
|
<file pinned="false" current-in-tab="false">
|
|
108
|
-
<entry file="file://$PROJECT_DIR$/
|
|
129
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_accessibility/_data.js">
|
|
109
130
|
<provider selected="true" editor-type-id="text-editor">
|
|
110
|
-
<state relative-caret-position="
|
|
111
|
-
<caret line="
|
|
131
|
+
<state relative-caret-position="195">
|
|
132
|
+
<caret line="13" column="3" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
|
|
112
133
|
</state>
|
|
113
134
|
</provider>
|
|
114
135
|
</entry>
|
|
115
136
|
</file>
|
|
116
|
-
<file pinned="false" current-in-tab="
|
|
117
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
137
|
+
<file pinned="false" current-in-tab="true">
|
|
138
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
|
|
118
139
|
<provider selected="true" editor-type-id="text-editor">
|
|
119
|
-
<state relative-caret-position="
|
|
120
|
-
<caret line="
|
|
140
|
+
<state relative-caret-position="168">
|
|
141
|
+
<caret line="18" column="29" selection-start-line="18" selection-start-column="15" selection-end-line="18" selection-end-column="29" />
|
|
142
|
+
<folding>
|
|
143
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
144
|
+
</folding>
|
|
121
145
|
</state>
|
|
122
146
|
</provider>
|
|
123
147
|
</entry>
|
|
124
148
|
</file>
|
|
125
149
|
<file pinned="false" current-in-tab="false">
|
|
126
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
150
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
127
151
|
<provider selected="true" editor-type-id="text-editor">
|
|
128
|
-
<state relative-caret-position="
|
|
129
|
-
<caret line="
|
|
152
|
+
<state relative-caret-position="1800">
|
|
153
|
+
<caret line="121" column="27" selection-start-line="121" selection-start-column="17" selection-end-line="121" selection-end-column="27" />
|
|
130
154
|
<folding>
|
|
131
|
-
<element signature="e#0#
|
|
155
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
132
156
|
</folding>
|
|
133
157
|
</state>
|
|
134
158
|
</provider>
|
|
135
159
|
</entry>
|
|
136
160
|
</file>
|
|
137
161
|
<file pinned="false" current-in-tab="false">
|
|
138
|
-
<entry file="file://$PROJECT_DIR$/
|
|
162
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
|
|
139
163
|
<provider selected="true" editor-type-id="text-editor">
|
|
140
|
-
<state relative-caret-position="
|
|
141
|
-
<caret line="
|
|
164
|
+
<state relative-caret-position="150">
|
|
165
|
+
<caret line="30" column="12" selection-start-line="30" selection-start-column="12" selection-end-line="30" selection-end-column="12" />
|
|
166
|
+
<folding>
|
|
167
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
168
|
+
</folding>
|
|
142
169
|
</state>
|
|
143
170
|
</provider>
|
|
144
171
|
</entry>
|
|
145
172
|
</file>
|
|
146
173
|
<file pinned="false" current-in-tab="false">
|
|
147
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
174
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
148
175
|
<provider selected="true" editor-type-id="text-editor">
|
|
149
|
-
<state relative-caret-position="
|
|
150
|
-
<caret line="
|
|
151
|
-
<folding>
|
|
152
|
-
<element signature="e#0#59#0" expanded="true" />
|
|
153
|
-
</folding>
|
|
176
|
+
<state relative-caret-position="750">
|
|
177
|
+
<caret line="52" column="30" selection-start-line="52" selection-start-column="13" selection-end-line="52" selection-end-column="20" />
|
|
154
178
|
</state>
|
|
155
179
|
</provider>
|
|
156
180
|
</entry>
|
|
157
181
|
</file>
|
|
158
182
|
<file pinned="false" current-in-tab="false">
|
|
159
|
-
<entry file="file://$PROJECT_DIR$/
|
|
183
|
+
<entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
|
|
160
184
|
<provider selected="true" editor-type-id="text-editor">
|
|
161
|
-
<state relative-caret-position="
|
|
162
|
-
<caret line="
|
|
185
|
+
<state relative-caret-position="105">
|
|
186
|
+
<caret line="7" selection-start-line="7" selection-end-line="7" />
|
|
163
187
|
</state>
|
|
164
188
|
</provider>
|
|
165
189
|
</entry>
|
|
166
190
|
</file>
|
|
167
191
|
<file pinned="false" current-in-tab="false">
|
|
168
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
192
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
169
193
|
<provider selected="true" editor-type-id="text-editor">
|
|
170
|
-
<state relative-caret-position="
|
|
171
|
-
<caret line="
|
|
194
|
+
<state relative-caret-position="7425">
|
|
195
|
+
<caret line="505" selection-start-line="505" selection-end-line="505" />
|
|
172
196
|
</state>
|
|
173
197
|
</provider>
|
|
174
198
|
</entry>
|
|
175
199
|
</file>
|
|
176
200
|
<file pinned="false" current-in-tab="false">
|
|
177
|
-
<entry file="file://$PROJECT_DIR$/
|
|
201
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
|
|
178
202
|
<provider selected="true" editor-type-id="text-editor">
|
|
179
|
-
<state relative-caret-position="
|
|
180
|
-
<caret line="
|
|
203
|
+
<state relative-caret-position="1470">
|
|
204
|
+
<caret line="110" column="65" selection-start-line="81" selection-start-column="25" selection-end-line="81" selection-end-column="34" />
|
|
181
205
|
</state>
|
|
182
206
|
</provider>
|
|
183
207
|
</entry>
|
|
184
208
|
</file>
|
|
185
209
|
<file pinned="false" current-in-tab="false">
|
|
186
|
-
<entry file="file://$PROJECT_DIR$/src/mathjax/
|
|
210
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
187
211
|
<provider selected="true" editor-type-id="text-editor">
|
|
188
|
-
<state relative-caret-position="
|
|
189
|
-
<caret line="
|
|
212
|
+
<state relative-caret-position="3990">
|
|
213
|
+
<caret line="273" column="16" selection-start-line="273" selection-start-column="16" selection-end-line="273" selection-end-column="16" />
|
|
190
214
|
</state>
|
|
191
215
|
</provider>
|
|
192
216
|
</entry>
|
|
@@ -196,80 +220,98 @@
|
|
|
196
220
|
<split-second>
|
|
197
221
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
198
222
|
<file pinned="false" current-in-tab="false">
|
|
199
|
-
<entry file="file://$PROJECT_DIR$/
|
|
223
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
200
224
|
<provider selected="true" editor-type-id="text-editor">
|
|
201
|
-
<state relative-caret-position="
|
|
202
|
-
<caret line="
|
|
225
|
+
<state relative-caret-position="36915">
|
|
226
|
+
<caret line="2461" column="7" selection-start-line="2461" selection-start-column="7" selection-end-line="2461" selection-end-column="7" />
|
|
203
227
|
</state>
|
|
204
228
|
</provider>
|
|
205
229
|
</entry>
|
|
206
230
|
</file>
|
|
207
231
|
<file pinned="false" current-in-tab="true">
|
|
208
|
-
<entry file="file://$PROJECT_DIR$/
|
|
232
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
|
|
209
233
|
<provider selected="true" editor-type-id="text-editor">
|
|
210
|
-
<state
|
|
211
|
-
<caret
|
|
234
|
+
<state>
|
|
235
|
+
<caret column="18" selection-start-column="18" selection-end-column="18" />
|
|
236
|
+
<folding>
|
|
237
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
238
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
239
|
+
</folding>
|
|
212
240
|
</state>
|
|
213
241
|
</provider>
|
|
214
242
|
</entry>
|
|
215
243
|
</file>
|
|
216
244
|
<file pinned="false" current-in-tab="false">
|
|
217
|
-
<entry file="file://$PROJECT_DIR$/
|
|
245
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
218
246
|
<provider selected="true" editor-type-id="text-editor">
|
|
219
|
-
<state relative-caret-position="
|
|
220
|
-
<caret line="
|
|
247
|
+
<state relative-caret-position="30">
|
|
248
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
221
249
|
</state>
|
|
222
250
|
</provider>
|
|
223
251
|
</entry>
|
|
224
252
|
</file>
|
|
225
253
|
<file pinned="false" current-in-tab="false">
|
|
226
|
-
<entry file="file://$PROJECT_DIR$/
|
|
254
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
|
|
227
255
|
<provider selected="true" editor-type-id="text-editor">
|
|
228
|
-
<state>
|
|
229
|
-
<
|
|
230
|
-
<element signature="e#0#59#0" expanded="true" />
|
|
231
|
-
</folding>
|
|
256
|
+
<state relative-caret-position="1845">
|
|
257
|
+
<caret line="123" column="3" selection-start-line="123" selection-start-column="3" selection-end-line="123" selection-end-column="3" />
|
|
232
258
|
</state>
|
|
233
259
|
</provider>
|
|
234
260
|
</entry>
|
|
235
261
|
</file>
|
|
236
262
|
<file pinned="false" current-in-tab="false">
|
|
237
|
-
<entry file="file://$PROJECT_DIR$/
|
|
238
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
263
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
|
|
264
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
265
|
+
<state relative-caret-position="225">
|
|
266
|
+
<caret line="16" column="4" selection-start-line="16" selection-start-column="4" selection-end-line="16" selection-end-column="4" />
|
|
267
|
+
</state>
|
|
268
|
+
</provider>
|
|
239
269
|
</entry>
|
|
240
270
|
</file>
|
|
241
271
|
<file pinned="false" current-in-tab="false">
|
|
242
|
-
<entry file="file://$PROJECT_DIR$/
|
|
272
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
|
|
243
273
|
<provider selected="true" editor-type-id="text-editor">
|
|
244
|
-
<state>
|
|
245
|
-
<
|
|
246
|
-
<element signature="e#0#42#0" expanded="true" />
|
|
247
|
-
</folding>
|
|
274
|
+
<state relative-caret-position="5790">
|
|
275
|
+
<caret line="387" column="10" selection-start-line="387" selection-start-column="10" selection-end-line="387" selection-end-column="15" />
|
|
248
276
|
</state>
|
|
249
277
|
</provider>
|
|
250
278
|
</entry>
|
|
251
279
|
</file>
|
|
252
280
|
<file pinned="false" current-in-tab="false">
|
|
253
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
281
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
|
|
254
282
|
<provider selected="true" editor-type-id="text-editor">
|
|
255
|
-
<state>
|
|
256
|
-
<
|
|
257
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
258
|
-
</folding>
|
|
283
|
+
<state relative-caret-position="2925">
|
|
284
|
+
<caret line="195" column="15" selection-start-line="195" selection-start-column="10" selection-end-line="195" selection-end-column="15" />
|
|
259
285
|
</state>
|
|
260
286
|
</provider>
|
|
261
287
|
</entry>
|
|
262
288
|
</file>
|
|
263
289
|
<file pinned="false" current-in-tab="false">
|
|
264
|
-
<entry file="file://$PROJECT_DIR$/
|
|
265
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
290
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
291
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
292
|
+
<state relative-caret-position="2475">
|
|
293
|
+
<caret line="179" column="18" selection-start-line="179" selection-start-column="18" selection-end-line="179" selection-end-column="18" />
|
|
294
|
+
</state>
|
|
295
|
+
</provider>
|
|
296
|
+
</entry>
|
|
297
|
+
</file>
|
|
298
|
+
<file pinned="false" current-in-tab="false">
|
|
299
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
300
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
301
|
+
<state relative-caret-position="930">
|
|
302
|
+
<caret line="67" selection-start-line="67" selection-end-line="67" />
|
|
303
|
+
</state>
|
|
304
|
+
</provider>
|
|
266
305
|
</entry>
|
|
267
306
|
</file>
|
|
268
307
|
<file pinned="false" current-in-tab="false">
|
|
269
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
308
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
270
309
|
<provider selected="true" editor-type-id="text-editor">
|
|
271
|
-
<state relative-caret-position="
|
|
272
|
-
<caret line="
|
|
310
|
+
<state relative-caret-position="660">
|
|
311
|
+
<caret line="45" column="64" selection-start-line="45" selection-start-column="64" selection-end-line="45" selection-end-column="64" />
|
|
312
|
+
<folding>
|
|
313
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
314
|
+
</folding>
|
|
273
315
|
</state>
|
|
274
316
|
</provider>
|
|
275
317
|
</entry>
|
|
@@ -278,38 +320,45 @@
|
|
|
278
320
|
</split-second>
|
|
279
321
|
</splitter>
|
|
280
322
|
</component>
|
|
323
|
+
<component name="FileTemplateManagerImpl">
|
|
324
|
+
<option name="RECENT_TEMPLATES">
|
|
325
|
+
<list>
|
|
326
|
+
<option value="HTML File" />
|
|
327
|
+
</list>
|
|
328
|
+
</option>
|
|
329
|
+
</component>
|
|
281
330
|
<component name="FindInProjectRecents">
|
|
282
331
|
<findStrings>
|
|
283
|
-
<find>
|
|
284
|
-
<find>
|
|
285
|
-
<find>
|
|
286
|
-
<find>
|
|
287
|
-
<find
|
|
288
|
-
<find
|
|
289
|
-
<find>
|
|
290
|
-
<find
|
|
291
|
-
<find
|
|
292
|
-
<find>
|
|
293
|
-
<find>
|
|
294
|
-
<find>
|
|
295
|
-
<find>
|
|
296
|
-
<find>getLastFigureNumber</find>
|
|
297
|
-
<find>ClearFigureNumbers</find>
|
|
298
|
-
<find>svgo</find>
|
|
299
|
-
<find>@types</find>
|
|
300
|
-
<find>texReset</find>
|
|
332
|
+
<find>mlabeledtr</find>
|
|
333
|
+
<find>wolfram</find>
|
|
334
|
+
<find>getA</find>
|
|
335
|
+
<find>get</find>
|
|
336
|
+
<find>.get</find>
|
|
337
|
+
<find>hasO</find>
|
|
338
|
+
<find>li</find>
|
|
339
|
+
<find>[MMD]=>state></find>
|
|
340
|
+
<find>begin{equation}</find>
|
|
341
|
+
<find>reset</find>
|
|
342
|
+
<find>changeHandler</find>
|
|
343
|
+
<find>equation</find>
|
|
344
|
+
<find>setHandler</find>
|
|
301
345
|
<find>Reset</find>
|
|
302
|
-
<find>markdownToHTML</find>
|
|
303
|
-
<find>linkTables</find>
|
|
304
|
-
<find>typographer</find>
|
|
305
|
-
<find>long</find>
|
|
306
|
-
<find>longdiv</find>
|
|
307
|
-
<find>divident</find>
|
|
308
|
-
<find>((24)/(12))</find>
|
|
309
|
-
<find>lcm</find>
|
|
310
|
-
<find>(x^(5)+x^(4)-2x^(3)+0+x+1)/(x^(2)+x-1))</find>
|
|
311
|
-
<find>MathJaxConfig</find>
|
|
312
346
|
<find>texConfig</find>
|
|
347
|
+
<find>test</find>
|
|
348
|
+
<find>svg</find>
|
|
349
|
+
<find>optionsMathpixMarkdown</find>
|
|
350
|
+
<find>markdownHTML</find>
|
|
351
|
+
<find>markdownToHTML</find>
|
|
352
|
+
<find>TMarkdownItOptions</find>
|
|
353
|
+
<find>start</find>
|
|
354
|
+
<find>listSetCounterInline</find>
|
|
355
|
+
<find>Lists</find>
|
|
356
|
+
<find>render_item_inline</find>
|
|
357
|
+
<find>render_setcounter</find>
|
|
358
|
+
<find>reNumber</find>
|
|
359
|
+
<find>setcounter</find>
|
|
360
|
+
<find>nonumbers</find>
|
|
361
|
+
<find>after</find>
|
|
313
362
|
</findStrings>
|
|
314
363
|
<replaceStrings>
|
|
315
364
|
<replace>MJSimple</replace>
|
|
@@ -329,21 +378,23 @@
|
|
|
329
378
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui/menu</dir>
|
|
330
379
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui</dir>
|
|
331
380
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
|
|
332
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
333
381
|
<dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
|
|
334
382
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
335
383
|
<dir>$PROJECT_DIR$/src/mathjax/contex-menu</dir>
|
|
336
384
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
337
385
|
<dir>$PROJECT_DIR$</dir>
|
|
338
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
339
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
340
386
|
<dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
|
|
341
387
|
<dir>$PROJECT_DIR$/node_modules/postcss</dir>
|
|
388
|
+
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
389
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
390
|
+
<dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
|
|
342
391
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
392
|
+
<dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
|
|
343
393
|
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
344
|
-
<dir>$PROJECT_DIR$/
|
|
394
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
345
395
|
<dir>$PROJECT_DIR$/src</dir>
|
|
346
|
-
<dir>$PROJECT_DIR$/
|
|
396
|
+
<dir>$PROJECT_DIR$/tests</dir>
|
|
397
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
347
398
|
</dirStrings>
|
|
348
399
|
</component>
|
|
349
400
|
<component name="Git.Settings">
|
|
@@ -352,43 +403,6 @@
|
|
|
352
403
|
<component name="IdeDocumentHistory">
|
|
353
404
|
<option name="CHANGED_PATHS">
|
|
354
405
|
<list>
|
|
355
|
-
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/styles.ts" />
|
|
356
|
-
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/styles.ts" />
|
|
357
|
-
<option value="$PROJECT_DIR$/src/contex-menu/consts.ts" />
|
|
358
|
-
<option value="$PROJECT_DIR$/src/contex-menu/helper.ts" />
|
|
359
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/styles.ts" />
|
|
360
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts" />
|
|
361
|
-
<option value="$PROJECT_DIR$/src/sre/index.ts" />
|
|
362
|
-
<option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
|
|
363
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts" />
|
|
364
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts" />
|
|
365
|
-
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
366
|
-
<option value="$PROJECT_DIR$/src/components/mathpix-loader/index.tsx" />
|
|
367
|
-
<option value="$PROJECT_DIR$/src/components/mathpix-loader-sre/index.tsx" />
|
|
368
|
-
<option value="$PROJECT_DIR$/src/components/mathpix-loader-accessibility/index.tsx" />
|
|
369
|
-
<option value="$PROJECT_DIR$/src/sre/sre-browser.ts" />
|
|
370
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
371
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-components/src/App.js" />
|
|
372
|
-
<option value="$PROJECT_DIR$/src/context-menu.tsx" />
|
|
373
|
-
<option value="$PROJECT_DIR$/webpack.config.js" />
|
|
374
|
-
<option value="$PROJECT_DIR$/src/contex-menu/index.ts" />
|
|
375
|
-
<option value="$PROJECT_DIR$/src/contex-menu/styles.ts" />
|
|
376
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/consts.ts" />
|
|
377
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/interfaces.ts" />
|
|
378
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/helper.ts" />
|
|
379
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/index.ts" />
|
|
380
|
-
<option value="$PROJECT_DIR$/examples/app.js" />
|
|
381
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
382
|
-
<option value="$PROJECT_DIR$/yarn1.lock" />
|
|
383
|
-
<option value="$PROJECT_DIR$/yarn.lock" />
|
|
384
|
-
<option value="$PROJECT_DIR$/src/test.md" />
|
|
385
|
-
<option value="$PROJECT_DIR$/src/mathjax/utils.ts" />
|
|
386
|
-
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
387
|
-
<option value="$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
|
|
388
|
-
<option value="$PROJECT_DIR$/examples/test1.md" />
|
|
389
|
-
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
390
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
391
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
392
406
|
<option value="$PROJECT_DIR$/examples/test.md" />
|
|
393
407
|
<option value="$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js" />
|
|
394
408
|
<option value="$PROJECT_DIR$/examples/tests-md/test2.md" />
|
|
@@ -396,12 +410,49 @@
|
|
|
396
410
|
<option value="$PROJECT_DIR$/tests/_sepatation_span.js" />
|
|
397
411
|
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
398
412
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
399
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
400
413
|
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
401
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
402
414
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
403
415
|
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
|
|
404
416
|
<option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiLongDiv.js" />
|
|
417
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
418
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
|
|
419
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts" />
|
|
420
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_product.js" />
|
|
421
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
422
|
+
<option value="$PROJECT_DIR$/examples/mathpix-markdown-it-node-examples/conversion/math_outMath.js" />
|
|
423
|
+
<option value="$PROJECT_DIR$/examples/test.html" />
|
|
424
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_longDiv.js" />
|
|
425
|
+
<option value="$PROJECT_DIR$/tests/_wolfram.js" />
|
|
426
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_differentiation.js" />
|
|
427
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_integrals.js" />
|
|
428
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_sum.js" />
|
|
429
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_systems-of-equations.js" />
|
|
430
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/helperA.ts" />
|
|
431
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_data.js" />
|
|
432
|
+
<option value="$PROJECT_DIR$/src/mathjax/wolfram.ts" />
|
|
433
|
+
<option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package-lock.json" />
|
|
434
|
+
<option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
|
|
435
|
+
<option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
|
|
436
|
+
<option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx" />
|
|
437
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts" />
|
|
438
|
+
<option value="$PROJECT_DIR$/tests/_data/_lists/_data.js" />
|
|
439
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
440
|
+
<option value="$PROJECT_DIR$/tests/_data/_mathjax/_data.js" />
|
|
441
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
442
|
+
<option value="$PROJECT_DIR$/tests/_data/_accessibility/_data.js" />
|
|
443
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
|
|
444
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
445
|
+
<option value="$PROJECT_DIR$/tests/_data/_mathjax/_data-nonumbers.js" />
|
|
446
|
+
<option value="$PROJECT_DIR$/tests/_mathjax.js" />
|
|
447
|
+
<option value="$PROJECT_DIR$/tests/_accessibility.js" />
|
|
448
|
+
<option value="$PROJECT_DIR$/src/test.html" />
|
|
449
|
+
<option value="$PROJECT_DIR$/tests/_data/_nonumbers/_data.js" />
|
|
450
|
+
<option value="$PROJECT_DIR$/tests/_nonumbers.js" />
|
|
451
|
+
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
452
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
453
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginLists.ts" />
|
|
454
|
+
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
|
|
455
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
405
456
|
<option value="$PROJECT_DIR$/package.json" />
|
|
406
457
|
</list>
|
|
407
458
|
</option>
|
|
@@ -415,8 +466,8 @@
|
|
|
415
466
|
<sorting>DEFINITION_ORDER</sorting>
|
|
416
467
|
</component>
|
|
417
468
|
<component name="NodeModulesDirectoryManager">
|
|
418
|
-
<handled-path value="$PROJECT_DIR$/examples/mathpix-markdown-it-node-examples/node_modules" />
|
|
419
469
|
<handled-path value="$PROJECT_DIR$/examples/react-app/use-components/node_modules" />
|
|
470
|
+
<handled-path value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/node_modules" />
|
|
420
471
|
<handled-path value="$PROJECT_DIR$/node_modules" />
|
|
421
472
|
</component>
|
|
422
473
|
<component name="NodePackageJsonFileManager">
|
|
@@ -431,10 +482,9 @@
|
|
|
431
482
|
</packageJsonPaths>
|
|
432
483
|
</component>
|
|
433
484
|
<component name="ProjectFrameBounds">
|
|
434
|
-
<option name="x" value="75" />
|
|
435
485
|
<option name="y" value="23" />
|
|
436
|
-
<option name="width" value="
|
|
437
|
-
<option name="height" value="
|
|
486
|
+
<option name="width" value="1591" />
|
|
487
|
+
<option name="height" value="975" />
|
|
438
488
|
</component>
|
|
439
489
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
440
490
|
<component name="ProjectView">
|
|
@@ -442,7 +492,6 @@
|
|
|
442
492
|
<foldersAlwaysOnTop value="true" />
|
|
443
493
|
</navigator>
|
|
444
494
|
<panes>
|
|
445
|
-
<pane id="Scope" />
|
|
446
495
|
<pane id="ProjectPane">
|
|
447
496
|
<subPane>
|
|
448
497
|
<expand>
|
|
@@ -450,10 +499,58 @@
|
|
|
450
499
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
451
500
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
452
501
|
</path>
|
|
502
|
+
<path>
|
|
503
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
504
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
505
|
+
<item name="examples" type="462c0819:PsiDirectoryNode" />
|
|
506
|
+
</path>
|
|
507
|
+
<path>
|
|
508
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
509
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
510
|
+
<item name="examples" type="462c0819:PsiDirectoryNode" />
|
|
511
|
+
<item name="mathpix-markdown-it-node-examples" type="462c0819:PsiDirectoryNode" />
|
|
512
|
+
</path>
|
|
513
|
+
<path>
|
|
514
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
515
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
516
|
+
<item name="examples" type="462c0819:PsiDirectoryNode" />
|
|
517
|
+
<item name="react-app" type="462c0819:PsiDirectoryNode" />
|
|
518
|
+
</path>
|
|
519
|
+
<path>
|
|
520
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
521
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
522
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
523
|
+
</path>
|
|
524
|
+
<path>
|
|
525
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
526
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
527
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
528
|
+
<item name="markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
529
|
+
</path>
|
|
530
|
+
<path>
|
|
531
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
532
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
533
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
534
|
+
<item name="markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
535
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
536
|
+
</path>
|
|
537
|
+
<path>
|
|
538
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
539
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
540
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
541
|
+
</path>
|
|
542
|
+
<path>
|
|
543
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
544
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
545
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
546
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
547
|
+
</path>
|
|
453
548
|
<path>
|
|
454
549
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
455
550
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
456
551
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
552
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
553
|
+
<item name="mathpix-markdown" type="462c0819:PsiDirectoryNode" />
|
|
457
554
|
</path>
|
|
458
555
|
<path>
|
|
459
556
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -461,12 +558,33 @@
|
|
|
461
558
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
462
559
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
463
560
|
</path>
|
|
561
|
+
<path>
|
|
562
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
563
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
564
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
565
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
566
|
+
<item name="md-block-rule" type="462c0819:PsiDirectoryNode" />
|
|
567
|
+
</path>
|
|
568
|
+
<path>
|
|
569
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
570
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
571
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
572
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
573
|
+
<item name="md-block-rule" type="462c0819:PsiDirectoryNode" />
|
|
574
|
+
<item name="lists" type="462c0819:PsiDirectoryNode" />
|
|
575
|
+
</path>
|
|
464
576
|
<path>
|
|
465
577
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
466
578
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
467
579
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
468
580
|
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
469
581
|
</path>
|
|
582
|
+
<path>
|
|
583
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
584
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
585
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
586
|
+
<item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
|
|
587
|
+
</path>
|
|
470
588
|
<path>
|
|
471
589
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
472
590
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
@@ -483,15 +601,38 @@
|
|
|
483
601
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
484
602
|
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
485
603
|
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
486
|
-
<item name="
|
|
604
|
+
<item name="_accessibility" type="462c0819:PsiDirectoryNode" />
|
|
605
|
+
</path>
|
|
606
|
+
<path>
|
|
607
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
608
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
609
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
610
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
611
|
+
<item name="_lists" type="462c0819:PsiDirectoryNode" />
|
|
612
|
+
</path>
|
|
613
|
+
<path>
|
|
614
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
615
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
616
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
617
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
618
|
+
<item name="_mathjax" type="462c0819:PsiDirectoryNode" />
|
|
619
|
+
</path>
|
|
620
|
+
<path>
|
|
621
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
622
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
623
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
624
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
625
|
+
<item name="_nonumbers" type="462c0819:PsiDirectoryNode" />
|
|
487
626
|
</path>
|
|
488
627
|
</expand>
|
|
489
628
|
<select />
|
|
490
629
|
</subPane>
|
|
491
630
|
</pane>
|
|
631
|
+
<pane id="Scope" />
|
|
492
632
|
</panes>
|
|
493
633
|
</component>
|
|
494
634
|
<component name="PropertiesComponent">
|
|
635
|
+
<property name="DefaultHtmlFileTemplate" value="HTML File" />
|
|
495
636
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
496
637
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
497
638
|
<property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
|
|
@@ -503,11 +644,14 @@
|
|
|
503
644
|
</component>
|
|
504
645
|
<component name="RecentsManager">
|
|
505
646
|
<key name="MoveFile.RECENT_KEYS">
|
|
647
|
+
<recent name="$PROJECT_DIR$/tests" />
|
|
506
648
|
<recent name="$PROJECT_DIR$/examples/tests-md" />
|
|
507
649
|
<recent name="$PROJECT_DIR$/src/contex-menu" />
|
|
508
650
|
<recent name="$PROJECT_DIR$/src/contex-menu/menu" />
|
|
509
651
|
<recent name="$PROJECT_DIR$/src" />
|
|
510
|
-
|
|
652
|
+
</key>
|
|
653
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
654
|
+
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
511
655
|
</key>
|
|
512
656
|
</component>
|
|
513
657
|
<component name="RunDashboard">
|
|
@@ -574,18 +718,35 @@
|
|
|
574
718
|
<workItem from="1655825868831" duration="34000" />
|
|
575
719
|
<workItem from="1655825961625" duration="2871000" />
|
|
576
720
|
<workItem from="1657792764349" duration="3353000" />
|
|
577
|
-
<workItem from="1657815268774" duration="
|
|
721
|
+
<workItem from="1657815268774" duration="685000" />
|
|
722
|
+
<workItem from="1663583936047" duration="215000" />
|
|
723
|
+
<workItem from="1663591227847" duration="436000" />
|
|
724
|
+
<workItem from="1664780730709" duration="619000" />
|
|
725
|
+
<workItem from="1664865431071" duration="1136000" />
|
|
726
|
+
<workItem from="1664868661235" duration="166378000" />
|
|
727
|
+
<workItem from="1665771455401" duration="593000" />
|
|
728
|
+
<workItem from="1665989693544" duration="3701000" />
|
|
729
|
+
<workItem from="1666092572568" duration="6598000" />
|
|
730
|
+
<workItem from="1666108679775" duration="48311000" />
|
|
731
|
+
<workItem from="1666337681190" duration="10541000" />
|
|
732
|
+
<workItem from="1667283200915" duration="8552000" />
|
|
733
|
+
<workItem from="1667325331392" duration="1139000" />
|
|
734
|
+
<workItem from="1667390610059" duration="8399000" />
|
|
735
|
+
<workItem from="1667453728740" duration="4298000" />
|
|
736
|
+
<workItem from="1667476569789" duration="8774000" />
|
|
737
|
+
<workItem from="1667795134470" duration="14000" />
|
|
738
|
+
<workItem from="1667809964144" duration="1011000" />
|
|
578
739
|
</task>
|
|
579
740
|
<servers />
|
|
580
741
|
</component>
|
|
581
742
|
<component name="TimeTrackingManager">
|
|
582
|
-
<option name="totallyTimeSpent" value="
|
|
743
|
+
<option name="totallyTimeSpent" value="621626000" />
|
|
583
744
|
</component>
|
|
584
745
|
<component name="ToolWindowManager">
|
|
585
|
-
<frame x="
|
|
746
|
+
<frame x="-154" y="-1080" width="1920" height="1080" extended-state="0" />
|
|
586
747
|
<layout>
|
|
587
|
-
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.
|
|
588
|
-
<window_info id="Structure" order="1" side_tool="true" weight="0.
|
|
748
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.16008425" />
|
|
749
|
+
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
589
750
|
<window_info id="npm" order="2" side_tool="true" />
|
|
590
751
|
<window_info id="DB Browser" order="3" />
|
|
591
752
|
<window_info id="Project Explorer" order="4" />
|
|
@@ -603,7 +764,7 @@
|
|
|
603
764
|
<window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
604
765
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
605
766
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
606
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.
|
|
767
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.3019802" />
|
|
607
768
|
<window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
|
|
608
769
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
609
770
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -626,7 +787,7 @@
|
|
|
626
787
|
</line-breakpoint>
|
|
627
788
|
<line-breakpoint enabled="true" type="javascript">
|
|
628
789
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
629
|
-
<line>
|
|
790
|
+
<line>342</line>
|
|
630
791
|
<option name="timeStamp" value="16" />
|
|
631
792
|
</line-breakpoint>
|
|
632
793
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -634,291 +795,286 @@
|
|
|
634
795
|
<line>54</line>
|
|
635
796
|
<option name="timeStamp" value="17" />
|
|
636
797
|
</line-breakpoint>
|
|
798
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
799
|
+
<url>file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx</url>
|
|
800
|
+
<line>95</line>
|
|
801
|
+
<option name="timeStamp" value="18" />
|
|
802
|
+
</line-breakpoint>
|
|
637
803
|
</breakpoints>
|
|
638
804
|
</breakpoint-manager>
|
|
639
805
|
</component>
|
|
640
806
|
<component name="editorHistoryManager">
|
|
641
|
-
<entry file="file://$PROJECT_DIR$/
|
|
642
|
-
<entry file="file://$PROJECT_DIR$/yarn1.lock" />
|
|
643
|
-
<entry file="file://$PROJECT_DIR$/es5/index.js">
|
|
807
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiOperationSymbols.js">
|
|
644
808
|
<provider selected="true" editor-type-id="text-editor" />
|
|
645
809
|
</entry>
|
|
646
|
-
<entry file="file://$PROJECT_DIR$/
|
|
810
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiSpace.js">
|
|
811
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
812
|
+
</entry>
|
|
813
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_sum.js" />
|
|
814
|
+
<entry file="file://$PROJECT_DIR$/.babelrc">
|
|
815
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
816
|
+
</entry>
|
|
817
|
+
<entry file="file://$PROJECT_DIR$/tests/_wolfram.js" />
|
|
818
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiTimes.js">
|
|
819
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
820
|
+
</entry>
|
|
821
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_differentiation.js" />
|
|
822
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-wolfram/helperA.ts" />
|
|
823
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-markdownToHTML-method/src/index.js">
|
|
824
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
825
|
+
</entry>
|
|
826
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/README.md">
|
|
647
827
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
648
828
|
<state split_layout="FIRST">
|
|
649
|
-
<first_editor relative-caret-position="
|
|
650
|
-
<caret line="
|
|
829
|
+
<first_editor relative-caret-position="114">
|
|
830
|
+
<caret line="13" column="8" selection-start-line="13" selection-start-column="8" selection-end-line="13" selection-end-column="8" />
|
|
651
831
|
</first_editor>
|
|
652
832
|
<second_editor />
|
|
653
833
|
</state>
|
|
654
834
|
</provider>
|
|
655
835
|
</entry>
|
|
656
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-
|
|
836
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package-lock.json">
|
|
657
837
|
<provider selected="true" editor-type-id="text-editor">
|
|
658
|
-
<state relative-caret-position="
|
|
659
|
-
<caret line="
|
|
838
|
+
<state relative-caret-position="153">
|
|
839
|
+
<caret line="16" column="33" selection-start-line="16" selection-start-column="33" selection-end-line="16" selection-end-column="33" />
|
|
660
840
|
</state>
|
|
661
841
|
</provider>
|
|
662
842
|
</entry>
|
|
663
|
-
<entry file="file://$PROJECT_DIR$/
|
|
843
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-markdownToHTML-method/src/form.jsx">
|
|
664
844
|
<provider selected="true" editor-type-id="text-editor">
|
|
665
|
-
<state relative-caret-position="
|
|
666
|
-
<caret line="
|
|
845
|
+
<state relative-caret-position="192">
|
|
846
|
+
<caret line="28" selection-start-line="28" selection-end-line="28" />
|
|
667
847
|
</state>
|
|
668
848
|
</provider>
|
|
669
849
|
</entry>
|
|
670
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
850
|
+
<entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
|
|
671
851
|
<provider selected="true" editor-type-id="text-editor">
|
|
672
|
-
<state relative-caret-position="
|
|
673
|
-
<caret line="
|
|
852
|
+
<state relative-caret-position="540">
|
|
853
|
+
<caret line="36" column="38" selection-start-line="36" selection-start-column="38" selection-end-line="36" selection-end-column="38" />
|
|
674
854
|
</state>
|
|
675
855
|
</provider>
|
|
676
856
|
</entry>
|
|
677
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
678
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
679
|
-
<state relative-caret-position="345">
|
|
680
|
-
<caret line="23" selection-end-line="23" />
|
|
681
|
-
</state>
|
|
682
|
-
</provider>
|
|
857
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/html-page.ts">
|
|
858
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
683
859
|
</entry>
|
|
684
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
685
|
-
|
|
686
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
687
|
-
<state relative-caret-position="54435">
|
|
688
|
-
<caret line="3642" column="13" selection-start-line="3642" selection-start-column="13" selection-end-line="3642" selection-end-column="13" />
|
|
689
|
-
</state>
|
|
690
|
-
</provider>
|
|
860
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/check-formula.ts">
|
|
861
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
691
862
|
</entry>
|
|
692
|
-
<entry file="file://$PROJECT_DIR$/
|
|
863
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
|
|
693
864
|
<provider selected="true" editor-type-id="text-editor">
|
|
694
|
-
<state relative-caret-position="
|
|
695
|
-
<caret line="
|
|
865
|
+
<state relative-caret-position="165">
|
|
866
|
+
<caret line="12" column="29" selection-start-line="12" selection-start-column="29" selection-end-line="12" selection-end-column="29" />
|
|
867
|
+
<folding>
|
|
868
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
869
|
+
</folding>
|
|
696
870
|
</state>
|
|
697
871
|
</provider>
|
|
698
872
|
</entry>
|
|
699
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/
|
|
700
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
701
|
-
</entry>
|
|
702
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/App.jsx">
|
|
873
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package.json">
|
|
703
874
|
<provider selected="true" editor-type-id="text-editor" />
|
|
704
875
|
</entry>
|
|
705
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method
|
|
876
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
|
|
877
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts" />
|
|
878
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/wolfram.ts" />
|
|
879
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_integrals.js" />
|
|
880
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_systems-of-equations.js" />
|
|
881
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_data.js" />
|
|
882
|
+
<entry file="file://$PROJECT_DIR$/tests/_lists.js">
|
|
706
883
|
<provider selected="true" editor-type-id="text-editor" />
|
|
707
884
|
</entry>
|
|
708
|
-
<entry file="file://$PROJECT_DIR$/
|
|
709
|
-
<entry file="file://$PROJECT_DIR$/examples/test1.md" />
|
|
710
|
-
<entry file="file://$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
|
|
711
|
-
<entry file="file://$PROJECT_DIR$/examples/tests-md/test.md" />
|
|
712
|
-
<entry file="file://$PROJECT_DIR$/examples/tests-md/test2.md" />
|
|
713
|
-
<entry file="file://$PROJECT_DIR$/examples/tests-md/test1.md" />
|
|
714
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
885
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_lists/_data.js">
|
|
715
886
|
<provider selected="true" editor-type-id="text-editor">
|
|
716
|
-
<state relative-caret-position="
|
|
717
|
-
<caret line="
|
|
887
|
+
<state relative-caret-position="3060">
|
|
888
|
+
<caret line="204" column="3" selection-start-line="204" selection-start-column="3" selection-end-line="204" selection-end-column="3" />
|
|
718
889
|
</state>
|
|
719
890
|
</provider>
|
|
720
891
|
</entry>
|
|
721
|
-
<entry file="file://$PROJECT_DIR$/
|
|
892
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiMore.js">
|
|
722
893
|
<provider selected="true" editor-type-id="text-editor">
|
|
723
|
-
<state relative-caret-position="
|
|
724
|
-
<caret line="
|
|
894
|
+
<state relative-caret-position="165">
|
|
895
|
+
<caret line="11" selection-start-line="11" selection-end-line="14" selection-end-column="3" />
|
|
725
896
|
</state>
|
|
726
897
|
</provider>
|
|
727
898
|
</entry>
|
|
728
|
-
<entry file="file://$PROJECT_DIR$/
|
|
729
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
730
|
-
<state relative-caret-position="-794" />
|
|
731
|
-
</provider>
|
|
732
|
-
</entry>
|
|
733
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
899
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data.js">
|
|
734
900
|
<provider selected="true" editor-type-id="text-editor">
|
|
735
|
-
<state
|
|
736
|
-
<caret
|
|
901
|
+
<state>
|
|
902
|
+
<caret selection-end-line="5" selection-end-column="4" />
|
|
737
903
|
</state>
|
|
738
904
|
</provider>
|
|
739
905
|
</entry>
|
|
740
|
-
<entry file="file://$PROJECT_DIR$/
|
|
906
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data-nonumbers.js" />
|
|
907
|
+
<entry file="file://$PROJECT_DIR$/src/test.html" />
|
|
908
|
+
<entry file="file://$PROJECT_DIR$/tests/_nonumbers.js">
|
|
741
909
|
<provider selected="true" editor-type-id="text-editor">
|
|
742
|
-
<state relative-caret-position="
|
|
743
|
-
<caret line="
|
|
910
|
+
<state relative-caret-position="375">
|
|
911
|
+
<caret line="25" column="15" selection-start-line="25" selection-start-column="15" selection-end-line="25" selection-end-column="15" />
|
|
744
912
|
</state>
|
|
745
913
|
</provider>
|
|
746
914
|
</entry>
|
|
747
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
915
|
+
<entry file="file://$PROJECT_DIR$/tests/_mathjax.js">
|
|
748
916
|
<provider selected="true" editor-type-id="text-editor">
|
|
749
|
-
<state relative-caret-position="
|
|
750
|
-
<caret line="
|
|
917
|
+
<state relative-caret-position="405">
|
|
918
|
+
<caret line="27" column="5" selection-start-line="27" selection-start-column="5" selection-end-line="27" selection-end-column="5" />
|
|
751
919
|
</state>
|
|
752
920
|
</provider>
|
|
753
921
|
</entry>
|
|
754
|
-
<entry file="file://$PROJECT_DIR$/
|
|
755
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
756
|
-
<state
|
|
757
|
-
<
|
|
922
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
923
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
924
|
+
<state split_layout="FIRST">
|
|
925
|
+
<first_editor relative-caret-position="6555">
|
|
926
|
+
<caret line="437" column="5" selection-start-line="437" selection-start-column="5" selection-end-line="437" selection-end-column="5" />
|
|
927
|
+
</first_editor>
|
|
928
|
+
<second_editor />
|
|
758
929
|
</state>
|
|
759
930
|
</provider>
|
|
760
931
|
</entry>
|
|
761
|
-
<entry file="file://$PROJECT_DIR$/
|
|
932
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_accessibility/_data.js">
|
|
762
933
|
<provider selected="true" editor-type-id="text-editor">
|
|
763
|
-
<state relative-caret-position="
|
|
764
|
-
<caret line="
|
|
934
|
+
<state relative-caret-position="195">
|
|
935
|
+
<caret line="13" column="3" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
|
|
765
936
|
</state>
|
|
766
937
|
</provider>
|
|
767
938
|
</entry>
|
|
768
|
-
<entry file="file://$PROJECT_DIR$/
|
|
939
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
769
940
|
<provider selected="true" editor-type-id="text-editor">
|
|
770
|
-
<state relative-caret-position="
|
|
771
|
-
<caret line="
|
|
941
|
+
<state relative-caret-position="1800">
|
|
942
|
+
<caret line="121" column="27" selection-start-line="121" selection-start-column="17" selection-end-line="121" selection-end-column="27" />
|
|
943
|
+
<folding>
|
|
944
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
945
|
+
</folding>
|
|
772
946
|
</state>
|
|
773
947
|
</provider>
|
|
774
948
|
</entry>
|
|
775
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
776
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
777
|
-
</entry>
|
|
778
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
949
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
|
|
779
950
|
<provider selected="true" editor-type-id="text-editor">
|
|
780
|
-
<state relative-caret-position="
|
|
781
|
-
<caret line="
|
|
951
|
+
<state relative-caret-position="150">
|
|
952
|
+
<caret line="30" column="12" selection-start-line="30" selection-start-column="12" selection-end-line="30" selection-end-column="12" />
|
|
953
|
+
<folding>
|
|
954
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
955
|
+
</folding>
|
|
782
956
|
</state>
|
|
783
957
|
</provider>
|
|
784
958
|
</entry>
|
|
785
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
786
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
787
|
-
</entry>
|
|
788
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
959
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
789
960
|
<provider selected="true" editor-type-id="text-editor">
|
|
790
|
-
<state relative-caret-position="
|
|
791
|
-
<caret line="
|
|
961
|
+
<state relative-caret-position="750">
|
|
962
|
+
<caret line="52" column="30" selection-start-line="52" selection-start-column="13" selection-end-line="52" selection-end-column="20" />
|
|
792
963
|
</state>
|
|
793
964
|
</provider>
|
|
794
965
|
</entry>
|
|
795
|
-
<entry file="file://$PROJECT_DIR$/
|
|
966
|
+
<entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
|
|
796
967
|
<provider selected="true" editor-type-id="text-editor">
|
|
797
|
-
<state relative-caret-position="
|
|
798
|
-
<caret line="
|
|
968
|
+
<state relative-caret-position="105">
|
|
969
|
+
<caret line="7" selection-start-line="7" selection-end-line="7" />
|
|
799
970
|
</state>
|
|
800
971
|
</provider>
|
|
801
972
|
</entry>
|
|
802
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
973
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
803
974
|
<provider selected="true" editor-type-id="text-editor">
|
|
804
|
-
<state relative-caret-position="
|
|
805
|
-
<caret line="
|
|
975
|
+
<state relative-caret-position="7425">
|
|
976
|
+
<caret line="505" selection-start-line="505" selection-end-line="505" />
|
|
806
977
|
</state>
|
|
807
978
|
</provider>
|
|
808
979
|
</entry>
|
|
809
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
980
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
|
|
810
981
|
<provider selected="true" editor-type-id="text-editor">
|
|
811
|
-
<state relative-caret-position="
|
|
812
|
-
<caret line="
|
|
813
|
-
<folding>
|
|
814
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
815
|
-
</folding>
|
|
982
|
+
<state relative-caret-position="1470">
|
|
983
|
+
<caret line="110" column="65" selection-start-line="81" selection-start-column="25" selection-end-line="81" selection-end-column="34" />
|
|
816
984
|
</state>
|
|
817
985
|
</provider>
|
|
818
986
|
</entry>
|
|
819
|
-
<entry file="file://$PROJECT_DIR$/
|
|
987
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
820
988
|
<provider selected="true" editor-type-id="text-editor">
|
|
821
|
-
<state relative-caret-position="
|
|
822
|
-
<caret line="
|
|
989
|
+
<state relative-caret-position="3990">
|
|
990
|
+
<caret line="273" column="16" selection-start-line="273" selection-start-column="16" selection-end-line="273" selection-end-column="16" />
|
|
823
991
|
</state>
|
|
824
992
|
</provider>
|
|
825
993
|
</entry>
|
|
826
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
994
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
|
|
827
995
|
<provider selected="true" editor-type-id="text-editor">
|
|
828
|
-
<state relative-caret-position="
|
|
829
|
-
<caret line="
|
|
996
|
+
<state relative-caret-position="168">
|
|
997
|
+
<caret line="18" column="29" selection-start-line="18" selection-start-column="15" selection-end-line="18" selection-end-column="29" />
|
|
830
998
|
<folding>
|
|
831
|
-
<element signature="e#0#
|
|
999
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
832
1000
|
</folding>
|
|
833
1001
|
</state>
|
|
834
1002
|
</provider>
|
|
835
1003
|
</entry>
|
|
836
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1004
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
837
1005
|
<provider selected="true" editor-type-id="text-editor">
|
|
838
|
-
<state relative-caret-position="
|
|
839
|
-
<caret line="
|
|
1006
|
+
<state relative-caret-position="36915">
|
|
1007
|
+
<caret line="2461" column="7" selection-start-line="2461" selection-start-column="7" selection-end-line="2461" selection-end-column="7" />
|
|
840
1008
|
</state>
|
|
841
1009
|
</provider>
|
|
842
1010
|
</entry>
|
|
843
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1011
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
844
1012
|
<provider selected="true" editor-type-id="text-editor">
|
|
845
|
-
<state relative-caret-position="
|
|
846
|
-
<caret line="
|
|
1013
|
+
<state relative-caret-position="30">
|
|
1014
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
847
1015
|
</state>
|
|
848
1016
|
</provider>
|
|
849
1017
|
</entry>
|
|
850
1018
|
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
|
|
851
1019
|
<provider selected="true" editor-type-id="text-editor">
|
|
852
|
-
<state relative-caret-position="
|
|
853
|
-
<caret line="
|
|
1020
|
+
<state relative-caret-position="1845">
|
|
1021
|
+
<caret line="123" column="3" selection-start-line="123" selection-start-column="3" selection-end-line="123" selection-end-column="3" />
|
|
854
1022
|
</state>
|
|
855
1023
|
</provider>
|
|
856
1024
|
</entry>
|
|
857
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1025
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
|
|
858
1026
|
<provider selected="true" editor-type-id="text-editor">
|
|
859
|
-
<state relative-caret-position="
|
|
860
|
-
<caret line="
|
|
1027
|
+
<state relative-caret-position="225">
|
|
1028
|
+
<caret line="16" column="4" selection-start-line="16" selection-start-column="4" selection-end-line="16" selection-end-column="4" />
|
|
861
1029
|
</state>
|
|
862
1030
|
</provider>
|
|
863
1031
|
</entry>
|
|
864
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1032
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
|
|
865
1033
|
<provider selected="true" editor-type-id="text-editor">
|
|
866
|
-
<state relative-caret-position="
|
|
867
|
-
<caret line="
|
|
1034
|
+
<state relative-caret-position="5790">
|
|
1035
|
+
<caret line="387" column="10" selection-start-line="387" selection-start-column="10" selection-end-line="387" selection-end-column="15" />
|
|
868
1036
|
</state>
|
|
869
1037
|
</provider>
|
|
870
1038
|
</entry>
|
|
871
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1039
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
|
|
872
1040
|
<provider selected="true" editor-type-id="text-editor">
|
|
873
|
-
<state relative-caret-position="
|
|
874
|
-
<caret line="
|
|
1041
|
+
<state relative-caret-position="2925">
|
|
1042
|
+
<caret line="195" column="15" selection-start-line="195" selection-start-column="10" selection-end-line="195" selection-end-column="15" />
|
|
875
1043
|
</state>
|
|
876
1044
|
</provider>
|
|
877
1045
|
</entry>
|
|
878
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1046
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
879
1047
|
<provider selected="true" editor-type-id="text-editor">
|
|
880
|
-
<state>
|
|
881
|
-
<
|
|
882
|
-
<element signature="e#0#59#0" expanded="true" />
|
|
883
|
-
</folding>
|
|
1048
|
+
<state relative-caret-position="2475">
|
|
1049
|
+
<caret line="179" column="18" selection-start-line="179" selection-start-column="18" selection-end-line="179" selection-end-column="18" />
|
|
884
1050
|
</state>
|
|
885
1051
|
</provider>
|
|
886
1052
|
</entry>
|
|
887
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
888
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
889
|
-
</entry>
|
|
890
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
1053
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
891
1054
|
<provider selected="true" editor-type-id="text-editor">
|
|
892
|
-
<state>
|
|
893
|
-
<
|
|
894
|
-
<element signature="e#0#42#0" expanded="true" />
|
|
895
|
-
</folding>
|
|
1055
|
+
<state relative-caret-position="930">
|
|
1056
|
+
<caret line="67" selection-start-line="67" selection-end-line="67" />
|
|
896
1057
|
</state>
|
|
897
1058
|
</provider>
|
|
898
1059
|
</entry>
|
|
899
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1060
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
900
1061
|
<provider selected="true" editor-type-id="text-editor">
|
|
901
|
-
<state>
|
|
1062
|
+
<state relative-caret-position="660">
|
|
1063
|
+
<caret line="45" column="64" selection-start-line="45" selection-start-column="64" selection-end-line="45" selection-end-column="64" />
|
|
902
1064
|
<folding>
|
|
903
|
-
<element signature="e#0#
|
|
1065
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
904
1066
|
</folding>
|
|
905
1067
|
</state>
|
|
906
1068
|
</provider>
|
|
907
1069
|
</entry>
|
|
908
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
909
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
910
|
-
</entry>
|
|
911
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
|
|
912
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
913
|
-
<state relative-caret-position="885">
|
|
914
|
-
<caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
|
|
915
|
-
</state>
|
|
916
|
-
</provider>
|
|
917
|
-
</entry>
|
|
918
|
-
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1070
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
|
|
919
1071
|
<provider selected="true" editor-type-id="text-editor">
|
|
920
|
-
<state
|
|
921
|
-
<caret
|
|
1072
|
+
<state>
|
|
1073
|
+
<caret column="18" selection-start-column="18" selection-end-column="18" />
|
|
1074
|
+
<folding>
|
|
1075
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1076
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1077
|
+
</folding>
|
|
922
1078
|
</state>
|
|
923
1079
|
</provider>
|
|
924
1080
|
</entry>
|