mathpix-markdown-it 1.0.75 → 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.
Files changed (32) hide show
  1. package/.idea/codeStyles/Project.xml +0 -24
  2. package/.idea/workspace.xml +564 -360
  3. package/README.md +2 -0
  4. package/es5/bundle.js +1 -1
  5. package/es5/index.js +1 -1
  6. package/lib/components/mathpix-markdown/index.js +3 -2
  7. package/lib/components/mathpix-markdown/index.js.map +1 -1
  8. package/lib/markdown/index.js +3 -2
  9. package/lib/markdown/index.js.map +1 -1
  10. package/lib/markdown/mathpix-markdown-plugins.js +3 -2
  11. package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
  12. package/lib/markdown/md-block-rule/begin-table.js +3 -1
  13. package/lib/markdown/md-block-rule/begin-table.js.map +1 -1
  14. package/lib/markdown/md-block-rule/lists/index.d.ts +1 -0
  15. package/lib/markdown/md-block-rule/lists/index.js +11 -6
  16. package/lib/markdown/md-block-rule/lists/index.js.map +1 -1
  17. package/lib/markdown/md-inline-rule/lists.js +4 -1
  18. package/lib/markdown/md-inline-rule/lists.js.map +1 -1
  19. package/lib/markdown/mdPluginRaw.js +2 -1
  20. package/lib/markdown/mdPluginRaw.js.map +1 -1
  21. package/lib/mathjax/index.d.ts +2 -1
  22. package/lib/mathjax/index.js +18 -9
  23. package/lib/mathjax/index.js.map +1 -1
  24. package/lib/mathjax/mathjax.d.ts +5 -5
  25. package/lib/mathjax/mathjax.js +23 -8
  26. package/lib/mathjax/mathjax.js.map +1 -1
  27. package/lib/mathjax/serialized-ascii/index.js +44 -6
  28. package/lib/mathjax/serialized-ascii/index.js.map +1 -1
  29. package/lib/mathpix-markdown-model/index.d.ts +2 -0
  30. package/lib/mathpix-markdown-model/index.js +3 -2
  31. package/lib/mathpix-markdown-model/index.js.map +1 -1
  32. package/package.json +1 -1
@@ -1,12 +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/mathpix-markdown-model/index.ts" line="315" mnemonic="0" />
5
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="422" mnemonic="2" />
6
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="433" mnemonic="4" />
7
4
  <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="900" mnemonic="5" />
8
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="364" mnemonic="3" />
9
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="845" mnemonic="1" />
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" />
10
10
  </component>
11
11
  <component name="ChangeListManager">
12
12
  <list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
@@ -24,147 +24,193 @@
24
24
  <session id="1706553226">
25
25
  <usages-collector id="statistics.lifecycle.project">
26
26
  <counts>
27
- <entry key="project.closed" value="25" />
27
+ <entry key="project.closed" value="43" />
28
28
  <entry key="project.open.time.10" value="2" />
29
- <entry key="project.open.time.11" value="2" />
30
- <entry key="project.open.time.14" value="1" />
29
+ <entry key="project.open.time.11" value="3" />
30
+ <entry key="project.open.time.12" value="1" />
31
+ <entry key="project.open.time.13" value="3" />
32
+ <entry key="project.open.time.14" value="2" />
31
33
  <entry key="project.open.time.15" value="1" />
32
34
  <entry key="project.open.time.18" value="2" />
33
- <entry key="project.open.time.22" value="1" />
34
- <entry key="project.open.time.3" value="1" />
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" />
35
40
  <entry key="project.open.time.31" value="1" />
36
41
  <entry key="project.open.time.34" value="1" />
37
- <entry key="project.open.time.4" value="5" />
38
- <entry key="project.open.time.5" value="5" />
39
- <entry key="project.open.time.6" value="4" />
40
- <entry key="project.open.time.7" value="1" />
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" />
41
47
  <entry key="project.open.time.9" value="1" />
42
- <entry key="project.opened" value="28" />
48
+ <entry key="project.opened" value="50" />
43
49
  </counts>
44
50
  </usages-collector>
45
51
  <usages-collector id="statistics.js.language.service.starts">
46
52
  <counts>
47
- <entry key="TypeScriptServerServiceImpl" value="26" />
53
+ <entry key="TypeScriptServerServiceImpl" value="48" />
48
54
  </counts>
49
55
  </usages-collector>
50
56
  <usages-collector id="statistics.file.extensions.open">
51
57
  <counts>
52
- <entry key="html" value="2" />
53
- <entry key="js" value="95" />
54
- <entry key="json" value="17" />
55
- <entry key="jsx" value="2" />
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" />
56
64
  <entry key="lock" value="8" />
57
- <entry key="md" value="20" />
65
+ <entry key="md" value="23" />
58
66
  <entry key="sre" value="1" />
59
- <entry key="ts" value="228" />
60
- <entry key="tsx" value="11" />
67
+ <entry key="ts" value="274" />
68
+ <entry key="tsx" value="14" />
61
69
  </counts>
62
70
  </usages-collector>
63
71
  <usages-collector id="statistics.file.types.open">
64
72
  <counts>
65
- <entry key="HTML" value="2" />
66
- <entry key="JSON" value="17" />
67
- <entry key="JSX Harmony" value="2" />
68
- <entry key="JavaScript" value="96" />
69
- <entry key="Markdown" value="20" />
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" />
70
79
  <entry key="PLAIN_TEXT" value="1" />
71
- <entry key="TypeScript" value="228" />
72
- <entry key="TypeScript JSX" value="11" />
80
+ <entry key="TypeScript" value="274" />
81
+ <entry key="TypeScript JSX" value="14" />
73
82
  <entry key="yarn.lock" value="7" />
74
83
  </counts>
75
84
  </usages-collector>
76
85
  <usages-collector id="statistics.file.extensions.edit">
77
86
  <counts>
78
- <entry key="js" value="2424" />
79
- <entry key="json" value="10" />
80
- <entry key="md" value="1879" />
81
- <entry key="ts" value="19552" />
82
- <entry key="tsx" value="205" />
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" />
83
94
  </counts>
84
95
  </usages-collector>
85
96
  <usages-collector id="statistics.file.types.edit">
86
97
  <counts>
87
- <entry key="HTML" value="65" />
88
- <entry key="JSON" value="10" />
89
- <entry key="JavaScript" value="2439" />
90
- <entry key="Markdown" value="1799" />
91
- <entry key="TypeScript" value="19552" />
92
- <entry key="TypeScript JSX" value="205" />
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" />
93
105
  </counts>
94
106
  </usages-collector>
95
107
  </session>
96
108
  </component>
109
+ <component name="FavoritesManager">
110
+ <favorites_list name="mathpix-markdown-it" />
111
+ </component>
97
112
  <component name="FileEditorManager">
98
- <splitter split-orientation="horizontal" split-proportion="0.5365854">
113
+ <splitter split-orientation="horizontal" split-proportion="0.5703186">
99
114
  <split-first>
100
115
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
101
- <file pinned="false" current-in-tab="true">
102
- <entry file="file://$PROJECT_DIR$/package.json">
103
- <provider selected="true" editor-type-id="text-editor">
104
- <state relative-caret-position="30">
105
- <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
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 />
106
124
  </state>
107
125
  </provider>
108
126
  </entry>
109
127
  </file>
110
128
  <file pinned="false" current-in-tab="false">
111
- <entry file="file://$PROJECT_DIR$/yarn.lock">
129
+ <entry file="file://$PROJECT_DIR$/tests/_data/_accessibility/_data.js">
130
+ <provider selected="true" editor-type-id="text-editor">
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" />
133
+ </state>
134
+ </provider>
135
+ </entry>
136
+ </file>
137
+ <file pinned="false" current-in-tab="true">
138
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
112
139
  <provider selected="true" editor-type-id="text-editor">
113
- <state relative-caret-position="175">
114
- <caret line="1804" selection-start-line="1804" selection-end-line="1804" />
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>
115
145
  </state>
116
146
  </provider>
117
147
  </entry>
118
148
  </file>
119
149
  <file pinned="false" current-in-tab="false">
120
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
150
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
121
151
  <provider selected="true" editor-type-id="text-editor">
122
- <state relative-caret-position="270">
123
- <caret line="18" column="87" selection-start-line="18" selection-start-column="87" selection-end-line="18" selection-end-column="87" />
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" />
154
+ <folding>
155
+ <element signature="e#0#48#0" expanded="true" />
156
+ </folding>
124
157
  </state>
125
158
  </provider>
126
159
  </entry>
127
160
  </file>
128
161
  <file pinned="false" current-in-tab="false">
129
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
162
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
130
163
  <provider selected="true" editor-type-id="text-editor">
131
- <state relative-caret-position="12660">
132
- <caret line="846" column="76" selection-start-line="846" selection-start-column="62" selection-end-line="846" selection-end-column="76" />
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" />
133
166
  <folding>
134
- <element signature="e#0#81#0" expanded="true" />
167
+ <element signature="e#0#41#0" expanded="true" />
135
168
  </folding>
136
169
  </state>
137
170
  </provider>
138
171
  </entry>
139
172
  </file>
140
173
  <file pinned="false" current-in-tab="false">
141
- <entry file="file://$PROJECT_DIR$/tests/_sepatation_span.js">
174
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
142
175
  <provider selected="true" editor-type-id="text-editor">
143
- <state relative-caret-position="270">
144
- <caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
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" />
145
178
  </state>
146
179
  </provider>
147
180
  </entry>
148
181
  </file>
149
182
  <file pinned="false" current-in-tab="false">
150
- <entry file="file://$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js">
183
+ <entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
151
184
  <provider selected="true" editor-type-id="text-editor">
152
- <state relative-caret-position="79">
153
- <caret line="27" column="22" selection-start-line="27" selection-start-column="22" selection-end-line="27" selection-end-column="39" />
185
+ <state relative-caret-position="105">
186
+ <caret line="7" selection-start-line="7" selection-end-line="7" />
154
187
  </state>
155
188
  </provider>
156
189
  </entry>
157
190
  </file>
158
191
  <file pinned="false" current-in-tab="false">
159
- <entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
160
- <provider selected="true" editor-type-id="text-editor" />
192
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
193
+ <provider selected="true" editor-type-id="text-editor">
194
+ <state relative-caret-position="7425">
195
+ <caret line="505" selection-start-line="505" selection-end-line="505" />
196
+ </state>
197
+ </provider>
161
198
  </entry>
162
199
  </file>
163
200
  <file pinned="false" current-in-tab="false">
164
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
201
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
165
202
  <provider selected="true" editor-type-id="text-editor">
166
- <state relative-caret-position="45">
167
- <caret line="3" column="56" selection-start-line="3" selection-start-column="56" selection-end-line="3" selection-end-column="56" />
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" />
205
+ </state>
206
+ </provider>
207
+ </entry>
208
+ </file>
209
+ <file pinned="false" current-in-tab="false">
210
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
211
+ <provider selected="true" editor-type-id="text-editor">
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" />
168
214
  </state>
169
215
  </provider>
170
216
  </entry>
@@ -174,85 +220,98 @@
174
220
  <split-second>
175
221
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
176
222
  <file pinned="false" current-in-tab="false">
177
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
223
+ <entry file="file://$PROJECT_DIR$/package-lock.json">
178
224
  <provider selected="true" editor-type-id="text-editor">
179
- <state>
180
- <folding>
181
- <element signature="e#0#41#0" expanded="true" />
182
- </folding>
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" />
183
227
  </state>
184
228
  </provider>
185
229
  </entry>
186
230
  </file>
187
231
  <file pinned="false" current-in-tab="true">
188
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
232
+ <entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
189
233
  <provider selected="true" editor-type-id="text-editor">
190
- <state relative-caret-position="210">
191
- <caret line="14" column="23" selection-start-line="14" selection-start-column="23" selection-end-line="14" selection-end-column="23" />
234
+ <state>
235
+ <caret column="18" selection-start-column="18" selection-end-column="18" />
192
236
  <folding>
193
- <element signature="e#0#41#0" expanded="true" />
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" />
194
239
  </folding>
195
240
  </state>
196
241
  </provider>
197
242
  </entry>
198
243
  </file>
199
244
  <file pinned="false" current-in-tab="false">
200
- <entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
245
+ <entry file="file://$PROJECT_DIR$/package.json">
246
+ <provider selected="true" editor-type-id="text-editor">
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" />
249
+ </state>
250
+ </provider>
251
+ </entry>
252
+ </file>
253
+ <file pinned="false" current-in-tab="false">
254
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
201
255
  <provider selected="true" editor-type-id="text-editor">
202
- <state relative-caret-position="285">
203
- <caret line="19" selection-start-line="19" selection-end-line="19" />
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" />
204
258
  </state>
205
259
  </provider>
206
260
  </entry>
207
261
  </file>
208
262
  <file pinned="false" current-in-tab="false">
209
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
263
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
210
264
  <provider selected="true" editor-type-id="text-editor">
211
- <state>
212
- <folding>
213
- <element signature="e#0#59#0" expanded="true" />
214
- </folding>
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" />
215
267
  </state>
216
268
  </provider>
217
269
  </entry>
218
270
  </file>
219
271
  <file pinned="false" current-in-tab="false">
220
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
221
- <provider selected="true" editor-type-id="text-editor" />
272
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
273
+ <provider selected="true" editor-type-id="text-editor">
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" />
276
+ </state>
277
+ </provider>
222
278
  </entry>
223
279
  </file>
224
280
  <file pinned="false" current-in-tab="false">
225
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
281
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
226
282
  <provider selected="true" editor-type-id="text-editor">
227
- <state>
228
- <folding>
229
- <element signature="e#0#42#0" expanded="true" />
230
- </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" />
231
285
  </state>
232
286
  </provider>
233
287
  </entry>
234
288
  </file>
235
289
  <file pinned="false" current-in-tab="false">
236
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
290
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
237
291
  <provider selected="true" editor-type-id="text-editor">
238
- <state>
239
- <folding>
240
- <element signature="e#0#41#0" expanded="true" />
241
- </folding>
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" />
242
294
  </state>
243
295
  </provider>
244
296
  </entry>
245
297
  </file>
246
298
  <file pinned="false" current-in-tab="false">
247
- <entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
248
- <provider selected="true" editor-type-id="text-editor" />
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>
249
305
  </entry>
250
306
  </file>
251
307
  <file pinned="false" current-in-tab="false">
252
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
308
+ <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
253
309
  <provider selected="true" editor-type-id="text-editor">
254
- <state relative-caret-position="885">
255
- <caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
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>
256
315
  </state>
257
316
  </provider>
258
317
  </entry>
@@ -261,38 +320,45 @@
261
320
  </split-second>
262
321
  </splitter>
263
322
  </component>
323
+ <component name="FileTemplateManagerImpl">
324
+ <option name="RECENT_TEMPLATES">
325
+ <list>
326
+ <option value="HTML File" />
327
+ </list>
328
+ </option>
329
+ </component>
264
330
  <component name="FindInProjectRecents">
265
331
  <findStrings>
266
- <find>state.line</find>
267
- <find>separatingSpan</find>
268
- <find>regex</find>
269
- <find>lineText = state.src.slice(pos, max).trim();</find>
270
- <find>renderInlineClass</find>
271
- <find>classInline</find>
272
- <find>err</find>
273
- <find>reg</find>
274
- <find>RegExpMatchArray</find>
275
- <find>latexClass</find>
276
- <find>inlineClass</find>
277
- <find>openTagSpan</find>
278
- <find>closeTagSpan</find>
279
- <find>space</find>
280
- <find>while</find>
281
- <find>0x20</find>
282
- <find>console</find>
283
- <find>reSpan</find>
284
- <find>resString</find>
285
- <find>findEndMarker</find>
286
- <find>nextPos</find>
287
- <find>spanToClass</find>
288
- <find>console.log</find>
289
- <find>openTag</find>
290
- <find>closeTag</find>
291
- <find>\\</find>
292
- <find>lineText</find>
293
- <find>...</find>
294
- <find>..</find>
295
- <find>postcss</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]=&gt;state&gt;</find>
340
+ <find>begin{equation}</find>
341
+ <find>reset</find>
342
+ <find>changeHandler</find>
343
+ <find>equation</find>
344
+ <find>setHandler</find>
345
+ <find>Reset</find>
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>
296
362
  </findStrings>
297
363
  <replaceStrings>
298
364
  <replace>MJSimple</replace>
@@ -303,30 +369,32 @@
303
369
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/components</dir>
304
370
  <dir>$PROJECT_DIR$/node_modules</dir>
305
371
  <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
306
- <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
307
372
  <dir>$PROJECT_DIR$/node_modules/speech-rule-engine</dir>
308
373
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/a11y</dir>
309
374
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
310
- <dir>$PROJECT_DIR$/tests/_data</dir>
311
375
  <dir>$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular</dir>
312
376
  <dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
313
377
  <dir>$PROJECT_DIR$/node_modules/speech-rule-engine/js</dir>
314
- <dir>$PROJECT_DIR$/tests</dir>
315
378
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui/menu</dir>
316
379
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui</dir>
317
380
  <dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
318
- <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
319
381
  <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
320
382
  <dir>$PROJECT_DIR$/src/styles</dir>
321
383
  <dir>$PROJECT_DIR$/src/mathjax/contex-menu</dir>
322
384
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
323
- <dir>$PROJECT_DIR$/src</dir>
324
385
  <dir>$PROJECT_DIR$</dir>
325
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
326
- <dir>$PROJECT_DIR$/src/mathjax</dir>
327
- <dir>$PROJECT_DIR$/src/markdown</dir>
328
386
  <dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
329
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>
391
+ <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
392
+ <dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
393
+ <dir>$PROJECT_DIR$/tests/_data</dir>
394
+ <dir>$PROJECT_DIR$/src/markdown</dir>
395
+ <dir>$PROJECT_DIR$/src</dir>
396
+ <dir>$PROJECT_DIR$/tests</dir>
397
+ <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
330
398
  </dirStrings>
331
399
  </component>
332
400
  <component name="Git.Settings">
@@ -335,56 +403,56 @@
335
403
  <component name="IdeDocumentHistory">
336
404
  <option name="CHANGED_PATHS">
337
405
  <list>
338
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/index.ts" />
339
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/helper.ts" />
340
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/consts.ts" />
341
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/menu-item.ts" />
342
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/index.ts" />
343
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/test.ts" />
344
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/styles.ts" />
345
- <option value="$PROJECT_DIR$/src/mathjax/contex-menu/styles.ts" />
346
- <option value="$PROJECT_DIR$/src/contex-menu/consts.ts" />
347
- <option value="$PROJECT_DIR$/src/contex-menu/helper.ts" />
348
- <option value="$PROJECT_DIR$/src/contex-menu/menu/styles.ts" />
349
- <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts" />
350
- <option value="$PROJECT_DIR$/src/sre/index.ts" />
351
- <option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
352
- <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts" />
353
- <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts" />
354
- <option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
355
- <option value="$PROJECT_DIR$/src/components/mathpix-loader/index.tsx" />
356
- <option value="$PROJECT_DIR$/src/components/mathpix-loader-sre/index.tsx" />
357
- <option value="$PROJECT_DIR$/src/components/mathpix-loader-accessibility/index.tsx" />
358
- <option value="$PROJECT_DIR$/src/sre/sre-browser.ts" />
359
- <option value="$PROJECT_DIR$/src/index.tsx" />
360
- <option value="$PROJECT_DIR$/examples/react-app/use-components/src/App.js" />
361
- <option value="$PROJECT_DIR$/src/context-menu.tsx" />
362
- <option value="$PROJECT_DIR$/webpack.config.js" />
363
- <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
364
- <option value="$PROJECT_DIR$/src/contex-menu/index.ts" />
365
- <option value="$PROJECT_DIR$/src/contex-menu/styles.ts" />
366
- <option value="$PROJECT_DIR$/src/contex-menu/menu/consts.ts" />
367
- <option value="$PROJECT_DIR$/src/contex-menu/menu/interfaces.ts" />
368
- <option value="$PROJECT_DIR$/src/contex-menu/menu/helper.ts" />
369
- <option value="$PROJECT_DIR$/src/contex-menu/menu/index.ts" />
370
- <option value="$PROJECT_DIR$/examples/app.js" />
371
- <option value="$PROJECT_DIR$/README.md" />
372
- <option value="$PROJECT_DIR$/yarn1.lock" />
373
- <option value="$PROJECT_DIR$/yarn.lock" />
374
- <option value="$PROJECT_DIR$/src/test.md" />
375
- <option value="$PROJECT_DIR$/src/mathjax/utils.ts" />
376
- <option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
377
- <option value="$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
378
- <option value="$PROJECT_DIR$/examples/test1.md" />
379
- <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
380
- <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
381
- <option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
382
406
  <option value="$PROJECT_DIR$/examples/test.md" />
383
407
  <option value="$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js" />
384
408
  <option value="$PROJECT_DIR$/examples/tests-md/test2.md" />
385
409
  <option value="$PROJECT_DIR$/examples/tests-md/test1.md" />
386
410
  <option value="$PROJECT_DIR$/tests/_sepatation_span.js" />
387
411
  <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
412
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
413
+ <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
414
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
415
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
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" />
388
456
  <option value="$PROJECT_DIR$/package.json" />
389
457
  </list>
390
458
  </option>
@@ -398,8 +466,8 @@
398
466
  <sorting>DEFINITION_ORDER</sorting>
399
467
  </component>
400
468
  <component name="NodeModulesDirectoryManager">
401
- <handled-path value="$PROJECT_DIR$/examples/mathpix-markdown-it-node-examples/node_modules" />
402
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" />
403
471
  <handled-path value="$PROJECT_DIR$/node_modules" />
404
472
  </component>
405
473
  <component name="NodePackageJsonFileManager">
@@ -414,10 +482,9 @@
414
482
  </packageJsonPaths>
415
483
  </component>
416
484
  <component name="ProjectFrameBounds">
417
- <option name="x" value="66" />
418
485
  <option name="y" value="23" />
419
- <option name="width" value="1570" />
420
- <option name="height" value="976" />
486
+ <option name="width" value="1591" />
487
+ <option name="height" value="975" />
421
488
  </component>
422
489
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
423
490
  <component name="ProjectView">
@@ -432,6 +499,131 @@
432
499
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
433
500
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
434
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>
548
+ <path>
549
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
550
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
551
+ <item name="src" type="462c0819:PsiDirectoryNode" />
552
+ <item name="components" type="462c0819:PsiDirectoryNode" />
553
+ <item name="mathpix-markdown" type="462c0819:PsiDirectoryNode" />
554
+ </path>
555
+ <path>
556
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
557
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
558
+ <item name="src" type="462c0819:PsiDirectoryNode" />
559
+ <item name="markdown" type="462c0819:PsiDirectoryNode" />
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>
576
+ <path>
577
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
578
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
579
+ <item name="src" type="462c0819:PsiDirectoryNode" />
580
+ <item name="mathjax" type="462c0819:PsiDirectoryNode" />
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>
588
+ <path>
589
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
590
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
591
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
592
+ </path>
593
+ <path>
594
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
595
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
596
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
597
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
598
+ </path>
599
+ <path>
600
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
601
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
602
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
603
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
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" />
626
+ </path>
435
627
  </expand>
436
628
  <select />
437
629
  </subPane>
@@ -440,6 +632,7 @@
440
632
  </panes>
441
633
  </component>
442
634
  <component name="PropertiesComponent">
635
+ <property name="DefaultHtmlFileTemplate" value="HTML File" />
443
636
  <property name="WebServerToolWindowFactoryState" value="false" />
444
637
  <property name="last_opened_file_path" value="$PROJECT_DIR$" />
445
638
  <property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
@@ -451,11 +644,14 @@
451
644
  </component>
452
645
  <component name="RecentsManager">
453
646
  <key name="MoveFile.RECENT_KEYS">
647
+ <recent name="$PROJECT_DIR$/tests" />
454
648
  <recent name="$PROJECT_DIR$/examples/tests-md" />
455
649
  <recent name="$PROJECT_DIR$/src/contex-menu" />
456
650
  <recent name="$PROJECT_DIR$/src/contex-menu/menu" />
457
651
  <recent name="$PROJECT_DIR$/src" />
458
- <recent name="$PROJECT_DIR$/src/mathjax/contex-menu" />
652
+ </key>
653
+ <key name="CopyFile.RECENT_KEYS">
654
+ <recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
459
655
  </key>
460
656
  </component>
461
657
  <component name="RunDashboard">
@@ -517,18 +713,40 @@
517
713
  <workItem from="1652175125565" duration="18000" />
518
714
  <workItem from="1652175421066" duration="327000" />
519
715
  <workItem from="1652254324189" duration="42000" />
520
- <workItem from="1652265539611" duration="6048000" />
716
+ <workItem from="1652265539611" duration="6360000" />
717
+ <workItem from="1655809210576" duration="1375000" />
718
+ <workItem from="1655825868831" duration="34000" />
719
+ <workItem from="1655825961625" duration="2871000" />
720
+ <workItem from="1657792764349" duration="3353000" />
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" />
521
739
  </task>
522
740
  <servers />
523
741
  </component>
524
742
  <component name="TimeTrackingManager">
525
- <option name="totallyTimeSpent" value="342281000" />
743
+ <option name="totallyTimeSpent" value="621626000" />
526
744
  </component>
527
745
  <component name="ToolWindowManager">
528
- <frame x="66" y="23" width="1570" height="976" extended-state="0" />
746
+ <frame x="-154" y="-1080" width="1920" height="1080" extended-state="0" />
529
747
  <layout>
530
- <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.17947063" />
531
- <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
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" />
532
750
  <window_info id="npm" order="2" side_tool="true" />
533
751
  <window_info id="DB Browser" order="3" />
534
752
  <window_info id="Project Explorer" order="4" />
@@ -546,7 +764,7 @@
546
764
  <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
547
765
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
548
766
  <window_info anchor="bottom" id="TypeScript" order="11" />
549
- <window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.4852941" />
767
+ <window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.3019802" />
550
768
  <window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
551
769
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
552
770
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -569,7 +787,7 @@
569
787
  </line-breakpoint>
570
788
  <line-breakpoint enabled="true" type="javascript">
571
789
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
572
- <line>352</line>
790
+ <line>342</line>
573
791
  <option name="timeStamp" value="16" />
574
792
  </line-breakpoint>
575
793
  <line-breakpoint enabled="true" type="javascript">
@@ -577,302 +795,288 @@
577
795
  <line>54</line>
578
796
  <option name="timeStamp" value="17" />
579
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>
580
803
  </breakpoints>
581
804
  </breakpoint-manager>
582
805
  </component>
583
806
  <component name="editorHistoryManager">
584
- <entry file="file://$PROJECT_DIR$/src/context-menu.tsx">
585
- <provider selected="true" editor-type-id="text-editor">
586
- <state relative-caret-position="225">
587
- <caret line="15" selection-start-line="15" selection-end-line="15" />
807
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiOperationSymbols.js">
808
+ <provider selected="true" editor-type-id="text-editor" />
809
+ </entry>
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">
827
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
828
+ <state split_layout="FIRST">
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" />
831
+ </first_editor>
832
+ <second_editor />
588
833
  </state>
589
834
  </provider>
590
835
  </entry>
591
- <entry file="file://$PROJECT_DIR$/lib/context-menu.js">
836
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package-lock.json">
592
837
  <provider selected="true" editor-type-id="text-editor">
593
- <state relative-caret-position="135">
594
- <caret line="9" column="21" selection-start-line="9" selection-start-column="21" selection-end-line="9" selection-end-column="21" />
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" />
595
840
  </state>
596
841
  </provider>
597
842
  </entry>
598
- <entry file="file://$PROJECT_DIR$/es5/context-menu.js">
843
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-markdownToHTML-method/src/form.jsx">
599
844
  <provider selected="true" editor-type-id="text-editor">
600
- <state>
601
- <caret column="55" selection-end-column="16591" />
845
+ <state relative-caret-position="192">
846
+ <caret line="28" selection-start-line="28" selection-end-line="28" />
602
847
  </state>
603
848
  </provider>
604
849
  </entry>
605
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/helper.ts">
850
+ <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
606
851
  <provider selected="true" editor-type-id="text-editor">
607
- <state relative-caret-position="1080">
608
- <caret line="81" column="69" selection-start-line="81" selection-start-column="69" selection-end-line="81" selection-end-column="69" />
609
- <folding>
610
- <element signature="e#0#170#0" expanded="true" />
611
- </folding>
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" />
612
854
  </state>
613
855
  </provider>
614
856
  </entry>
615
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
857
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/html-page.ts">
858
+ <provider selected="true" editor-type-id="text-editor" />
859
+ </entry>
860
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/check-formula.ts">
861
+ <provider selected="true" editor-type-id="text-editor" />
862
+ </entry>
863
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
616
864
  <provider selected="true" editor-type-id="text-editor">
617
- <state relative-caret-position="900">
618
- <caret line="64" column="38" selection-start-line="64" selection-start-column="38" selection-end-line="64" selection-end-column="38" />
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>
619
870
  </state>
620
871
  </provider>
621
872
  </entry>
622
- <entry file="file://$PROJECT_DIR$/examples/app.js">
873
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package.json">
874
+ <provider selected="true" editor-type-id="text-editor" />
875
+ </entry>
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">
883
+ <provider selected="true" editor-type-id="text-editor" />
884
+ </entry>
885
+ <entry file="file://$PROJECT_DIR$/tests/_data/_lists/_data.js">
623
886
  <provider selected="true" editor-type-id="text-editor">
624
- <state relative-caret-position="480">
625
- <caret line="32" column="58" selection-start-line="32" selection-start-column="58" selection-end-line="32" selection-end-column="58" />
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" />
626
889
  </state>
627
890
  </provider>
628
891
  </entry>
629
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/consts.ts">
892
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiMore.js">
630
893
  <provider selected="true" editor-type-id="text-editor">
631
- <state relative-caret-position="300">
632
- <caret line="20" selection-start-line="20" selection-end-line="20" />
894
+ <state relative-caret-position="165">
895
+ <caret line="11" selection-start-line="11" selection-end-line="14" selection-end-column="3" />
633
896
  </state>
634
897
  </provider>
635
898
  </entry>
636
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/interfaces.ts">
899
+ <entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data.js">
637
900
  <provider selected="true" editor-type-id="text-editor">
638
- <state relative-caret-position="30">
639
- <caret line="2" column="6" selection-start-line="2" selection-start-column="6" selection-end-line="2" selection-end-column="6" />
901
+ <state>
902
+ <caret selection-end-line="5" selection-end-column="4" />
640
903
  </state>
641
904
  </provider>
642
905
  </entry>
643
- <entry file="file://$PROJECT_DIR$/src/contex-menu/styles.ts">
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">
644
909
  <provider selected="true" editor-type-id="text-editor">
645
- <state>
646
- <caret column="60" selection-start-column="38" selection-end-column="60" />
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" />
647
912
  </state>
648
913
  </provider>
649
914
  </entry>
650
- <entry file="file://$PROJECT_DIR$/src/contex-menu/index.ts">
915
+ <entry file="file://$PROJECT_DIR$/tests/_mathjax.js">
651
916
  <provider selected="true" editor-type-id="text-editor">
652
- <state relative-caret-position="555">
653
- <caret line="40" column="17" selection-start-line="40" selection-start-column="17" selection-end-line="40" selection-end-column="17" />
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" />
654
919
  </state>
655
920
  </provider>
656
921
  </entry>
657
- <entry file="file://$PROJECT_DIR$/package-lock.json" />
658
- <entry file="file://$PROJECT_DIR$/yarn1.lock" />
659
- <entry file="file://$PROJECT_DIR$/es5/index.js">
660
- <provider selected="true" editor-type-id="text-editor" />
661
- </entry>
662
922
  <entry file="file://$PROJECT_DIR$/README.md">
663
923
  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
664
924
  <state split_layout="FIRST">
665
- <first_editor relative-caret-position="9030">
666
- <caret line="602" selection-start-line="602" selection-end-line="602" />
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" />
667
927
  </first_editor>
668
928
  <second_editor />
669
929
  </state>
670
930
  </provider>
671
931
  </entry>
672
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-components/src/App.js">
932
+ <entry file="file://$PROJECT_DIR$/tests/_data/_accessibility/_data.js">
673
933
  <provider selected="true" editor-type-id="text-editor">
674
- <state relative-caret-position="180">
675
- <caret line="18" column="21" selection-start-line="18" selection-start-column="21" selection-end-line="18" selection-end-column="21" />
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" />
676
936
  </state>
677
937
  </provider>
678
938
  </entry>
679
- <entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
939
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
680
940
  <provider selected="true" editor-type-id="text-editor">
681
- <state relative-caret-position="285">
682
- <caret line="20" selection-start-line="20" selection-end-line="20" />
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>
683
946
  </state>
684
947
  </provider>
685
948
  </entry>
686
- <entry file="file://$PROJECT_DIR$/src/index.tsx">
949
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
687
950
  <provider selected="true" editor-type-id="text-editor">
688
- <state relative-caret-position="195">
689
- <caret line="13" column="15" selection-start-line="13" selection-start-column="15" selection-end-line="13" selection-end-column="15" />
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>
690
956
  </state>
691
957
  </provider>
692
958
  </entry>
693
- <entry file="file://$PROJECT_DIR$/src/bundle.tsx">
959
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
694
960
  <provider selected="true" editor-type-id="text-editor">
695
- <state relative-caret-position="345">
696
- <caret line="23" selection-end-line="23" />
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" />
697
963
  </state>
698
964
  </provider>
699
965
  </entry>
700
- <entry file="file://$PROJECT_DIR$/src/test.md" />
701
- <entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
966
+ <entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
702
967
  <provider selected="true" editor-type-id="text-editor">
703
- <state relative-caret-position="54435">
704
- <caret line="3642" column="13" selection-start-line="3642" selection-start-column="13" selection-end-line="3642" selection-end-column="13" />
968
+ <state relative-caret-position="105">
969
+ <caret line="7" selection-start-line="7" selection-end-line="7" />
705
970
  </state>
706
971
  </provider>
707
972
  </entry>
708
- <entry file="file://$PROJECT_DIR$/webpack.config.js">
973
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
709
974
  <provider selected="true" editor-type-id="text-editor">
710
- <state relative-caret-position="150">
711
- <caret line="10" column="12" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
975
+ <state relative-caret-position="7425">
976
+ <caret line="505" selection-start-line="505" selection-end-line="505" />
712
977
  </state>
713
978
  </provider>
714
979
  </entry>
715
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/index.js">
716
- <provider selected="true" editor-type-id="text-editor" />
717
- </entry>
718
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/App.jsx">
719
- <provider selected="true" editor-type-id="text-editor" />
720
- </entry>
721
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
722
- <provider selected="true" editor-type-id="text-editor" />
723
- </entry>
724
- <entry file="file://$PROJECT_DIR$/src/mathjax/utils.ts" />
725
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
980
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
726
981
  <provider selected="true" editor-type-id="text-editor">
727
- <state relative-caret-position="264">
728
- <caret line="326" column="46" selection-start-line="326" selection-start-column="46" selection-end-line="326" selection-end-column="46" />
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" />
729
984
  </state>
730
985
  </provider>
731
986
  </entry>
732
- <entry file="file://$PROJECT_DIR$/examples/test1.md" />
733
- <entry file="file://$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
734
- <entry file="file://$PROJECT_DIR$/examples/tests-md/test.md" />
735
- <entry file="file://$PROJECT_DIR$/examples/tests-md/test2.md" />
736
- <entry file="file://$PROJECT_DIR$/examples/tests-md/test1.md" />
737
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
987
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
738
988
  <provider selected="true" editor-type-id="text-editor">
739
- <state relative-caret-position="270">
740
- <caret line="18" column="87" selection-start-line="18" selection-start-column="87" selection-end-line="18" selection-end-column="87" />
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" />
741
991
  </state>
742
992
  </provider>
743
993
  </entry>
744
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
994
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
745
995
  <provider selected="true" editor-type-id="text-editor">
746
- <state relative-caret-position="12660">
747
- <caret line="846" column="76" selection-start-line="846" selection-start-column="62" selection-end-line="846" selection-end-column="76" />
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" />
748
998
  <folding>
749
- <element signature="e#0#81#0" expanded="true" />
999
+ <element signature="e#0#47#0" expanded="true" />
750
1000
  </folding>
751
1001
  </state>
752
1002
  </provider>
753
1003
  </entry>
754
- <entry file="file://$PROJECT_DIR$/tests/_sepatation_span.js">
1004
+ <entry file="file://$PROJECT_DIR$/package-lock.json">
755
1005
  <provider selected="true" editor-type-id="text-editor">
756
- <state relative-caret-position="270">
757
- <caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
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" />
758
1008
  </state>
759
1009
  </provider>
760
1010
  </entry>
761
- <entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
762
- <provider selected="true" editor-type-id="text-editor" />
763
- </entry>
764
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
1011
+ <entry file="file://$PROJECT_DIR$/package.json">
765
1012
  <provider selected="true" editor-type-id="text-editor">
766
- <state relative-caret-position="45">
767
- <caret line="3" column="56" selection-start-line="3" selection-start-column="56" selection-end-line="3" selection-end-column="56" />
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" />
768
1015
  </state>
769
1016
  </provider>
770
1017
  </entry>
771
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
1018
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
772
1019
  <provider selected="true" editor-type-id="text-editor">
773
- <state relative-caret-position="360">
774
- <caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="57" />
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" />
775
1022
  </state>
776
1023
  </provider>
777
1024
  </entry>
778
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1025
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
779
1026
  <provider selected="true" editor-type-id="text-editor">
780
- <state relative-caret-position="75">
781
- <caret line="5" column="24" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
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" />
782
1029
  </state>
783
1030
  </provider>
784
1031
  </entry>
785
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
1032
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
786
1033
  <provider selected="true" editor-type-id="text-editor">
787
- <state>
788
- <folding>
789
- <element signature="e#0#41#0" expanded="true" />
790
- </folding>
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" />
791
1036
  </state>
792
1037
  </provider>
793
1038
  </entry>
794
- <entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
1039
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
795
1040
  <provider selected="true" editor-type-id="text-editor">
796
- <state relative-caret-position="285">
797
- <caret line="19" selection-start-line="19" selection-end-line="19" />
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" />
798
1043
  </state>
799
1044
  </provider>
800
1045
  </entry>
801
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
1046
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
802
1047
  <provider selected="true" editor-type-id="text-editor">
803
- <state>
804
- <folding>
805
- <element signature="e#0#59#0" expanded="true" />
806
- </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" />
807
1050
  </state>
808
1051
  </provider>
809
1052
  </entry>
810
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
811
- <provider selected="true" editor-type-id="text-editor" />
812
- </entry>
813
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
1053
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
814
1054
  <provider selected="true" editor-type-id="text-editor">
815
- <state>
816
- <folding>
817
- <element signature="e#0#42#0" expanded="true" />
818
- </folding>
1055
+ <state relative-caret-position="930">
1056
+ <caret line="67" selection-start-line="67" selection-end-line="67" />
819
1057
  </state>
820
1058
  </provider>
821
1059
  </entry>
822
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
1060
+ <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
823
1061
  <provider selected="true" editor-type-id="text-editor">
824
- <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" />
825
1064
  <folding>
826
- <element signature="e#0#41#0" expanded="true" />
1065
+ <element signature="e#0#31#0" expanded="true" />
827
1066
  </folding>
828
1067
  </state>
829
1068
  </provider>
830
1069
  </entry>
831
- <entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
832
- <provider selected="true" editor-type-id="text-editor" />
833
- </entry>
834
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
1070
+ <entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
835
1071
  <provider selected="true" editor-type-id="text-editor">
836
- <state relative-caret-position="885">
837
- <caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
838
- </state>
839
- </provider>
840
- </entry>
841
- <entry file="file://$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js">
842
- <provider selected="true" editor-type-id="text-editor">
843
- <state relative-caret-position="79">
844
- <caret line="27" column="22" selection-start-line="27" selection-start-column="22" selection-end-line="27" selection-end-column="39" />
845
- </state>
846
- </provider>
847
- </entry>
848
- <entry file="file://$PROJECT_DIR$/node_modules/postcss/lib/declaration.js">
849
- <provider selected="true" editor-type-id="text-editor">
850
- <state relative-caret-position="-794" />
851
- </provider>
852
- </entry>
853
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
854
- <provider selected="true" editor-type-id="text-editor">
855
- <state relative-caret-position="210">
856
- <caret line="14" column="23" selection-start-line="14" selection-start-column="23" selection-end-line="14" selection-end-column="23" />
1072
+ <state>
1073
+ <caret column="18" selection-start-column="18" selection-end-column="18" />
857
1074
  <folding>
858
- <element signature="e#0#41#0" expanded="true" />
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" />
859
1077
  </folding>
860
1078
  </state>
861
1079
  </provider>
862
1080
  </entry>
863
- <entry file="file://$PROJECT_DIR$/yarn.lock">
864
- <provider selected="true" editor-type-id="text-editor">
865
- <state relative-caret-position="175">
866
- <caret line="1804" selection-start-line="1804" selection-end-line="1804" />
867
- </state>
868
- </provider>
869
- </entry>
870
- <entry file="file://$PROJECT_DIR$/package.json">
871
- <provider selected="true" editor-type-id="text-editor">
872
- <state relative-caret-position="30">
873
- <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
874
- </state>
875
- </provider>
876
- </entry>
877
1081
  </component>
878
1082
  </project>