mathpix-markdown-it 1.0.76 → 1.0.78

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 (38) hide show
  1. package/.idea/codeStyles/Project.xml +0 -24
  2. package/.idea/workspace.xml +477 -383
  3. package/README.md +4 -0
  4. package/es5/bundle.js +1 -1
  5. package/es5/index.js +1 -1
  6. package/lib/components/mathpix-markdown/index.js +4 -2
  7. package/lib/components/mathpix-markdown/index.js.map +1 -1
  8. package/lib/markdown/index.js +4 -2
  9. package/lib/markdown/index.js.map +1 -1
  10. package/lib/markdown/mathpix-markdown-plugins.js +4 -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/md-renderer-rules/render-lists.d.ts +1 -1
  20. package/lib/markdown/md-renderer-rules/render-lists.js +6 -0
  21. package/lib/markdown/md-renderer-rules/render-lists.js.map +1 -1
  22. package/lib/markdown/mdPluginRaw.js +2 -1
  23. package/lib/markdown/mdPluginRaw.js.map +1 -1
  24. package/lib/markdown/mdPluginText.js +88 -0
  25. package/lib/markdown/mdPluginText.js.map +1 -1
  26. package/lib/mathjax/index.d.ts +2 -1
  27. package/lib/mathjax/index.js +18 -9
  28. package/lib/mathjax/index.js.map +1 -1
  29. package/lib/mathjax/mathjax.d.ts +5 -5
  30. package/lib/mathjax/mathjax.js +23 -8
  31. package/lib/mathjax/mathjax.js.map +1 -1
  32. package/lib/mathpix-markdown-model/index.d.ts +4 -0
  33. package/lib/mathpix-markdown-model/index.js +4 -2
  34. package/lib/mathpix-markdown-model/index.js.map +1 -1
  35. package/lib/styles/styles-lists.d.ts +1 -1
  36. package/lib/styles/styles-lists.js +1 -1
  37. package/lib/styles/styles-lists.js.map +1 -1
  38. package/package.json +1 -1
@@ -3,9 +3,13 @@
3
3
  <component name="BookmarkManager">
4
4
  <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="900" mnemonic="5" />
5
5
  <bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="150" mnemonic="0" />
6
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" line="126" mnemonic="4" />
7
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="545" mnemonic="2" />
6
8
  </component>
7
9
  <component name="ChangeListManager">
8
- <list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
10
+ <list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="">
11
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
12
+ </list>
9
13
  <ignored path="$PROJECT_DIR$/es5/" />
10
14
  <ignored path="$PROJECT_DIR$/.tmp/" />
11
15
  <ignored path="$PROJECT_DIR$/temp/" />
@@ -20,256 +24,278 @@
20
24
  <session id="1706553226">
21
25
  <usages-collector id="statistics.lifecycle.project">
22
26
  <counts>
23
- <entry key="project.closed" value="30" />
27
+ <entry key="project.closed" value="45" />
24
28
  <entry key="project.open.time.10" value="2" />
25
- <entry key="project.open.time.11" value="2" />
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.14" value="1" />
31
+ <entry key="project.open.time.13" value="5" />
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.22" value="1" />
31
- <entry key="project.open.time.3" value="2" />
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" />
41
+ <entry key="project.open.time.32" value="1" />
33
42
  <entry key="project.open.time.34" value="1" />
34
- <entry key="project.open.time.4" value="7" />
35
- <entry key="project.open.time.5" value="5" />
36
- <entry key="project.open.time.6" value="5" />
37
- <entry key="project.open.time.7" value="1" />
43
+ <entry key="project.open.time.4" value="10" />
44
+ <entry key="project.open.time.48" value="1" />
45
+ <entry key="project.open.time.5" value="7" />
46
+ <entry key="project.open.time.6" value="6" />
47
+ <entry key="project.open.time.7" value="2" />
38
48
  <entry key="project.open.time.9" value="1" />
39
- <entry key="project.opened" value="33" />
49
+ <entry key="project.opened" value="54" />
40
50
  </counts>
41
51
  </usages-collector>
42
52
  <usages-collector id="statistics.js.language.service.starts">
43
53
  <counts>
44
- <entry key="TypeScriptServerServiceImpl" value="31" />
54
+ <entry key="TypeScriptServerServiceImpl" value="52" />
45
55
  </counts>
46
56
  </usages-collector>
47
57
  <usages-collector id="statistics.file.extensions.open">
48
58
  <counts>
49
- <entry key="html" value="2" />
50
- <entry key="js" value="98" />
51
- <entry key="json" value="18" />
52
- <entry key="jsx" value="2" />
59
+ <entry key="babelrc" value="1" />
60
+ <entry key="env" value="1" />
61
+ <entry key="gitignore" value="1" />
62
+ <entry key="html" value="5" />
63
+ <entry key="js" value="142" />
64
+ <entry key="json" value="25" />
65
+ <entry key="jsx" value="4" />
53
66
  <entry key="lock" value="8" />
54
- <entry key="md" value="20" />
67
+ <entry key="md" value="25" />
55
68
  <entry key="sre" value="1" />
56
- <entry key="ts" value="236" />
57
- <entry key="tsx" value="13" />
69
+ <entry key="ts" value="287" />
70
+ <entry key="tsx" value="14" />
58
71
  </counts>
59
72
  </usages-collector>
60
73
  <usages-collector id="statistics.file.types.open">
61
74
  <counts>
62
- <entry key="HTML" value="2" />
63
- <entry key="JSON" value="18" />
64
- <entry key="JSX Harmony" value="2" />
65
- <entry key="JavaScript" value="99" />
66
- <entry key="Markdown" value="20" />
67
- <entry key="PLAIN_TEXT" value="1" />
68
- <entry key="TypeScript" value="236" />
69
- <entry key="TypeScript JSX" value="13" />
75
+ <entry key=".env file" value="1" />
76
+ <entry key="HTML" value="5" />
77
+ <entry key="JSON" value="25" />
78
+ <entry key="JSX Harmony" value="4" />
79
+ <entry key="JavaScript" value="143" />
80
+ <entry key="Markdown" value="25" />
81
+ <entry key="PLAIN_TEXT" value="2" />
82
+ <entry key="TypeScript" value="287" />
83
+ <entry key="TypeScript JSX" value="14" />
84
+ <entry key="tsconfig" value="1" />
70
85
  <entry key="yarn.lock" value="7" />
71
86
  </counts>
72
87
  </usages-collector>
73
88
  <usages-collector id="statistics.file.extensions.edit">
74
89
  <counts>
75
- <entry key="js" value="2484" />
76
- <entry key="json" value="11" />
77
- <entry key="md" value="1879" />
78
- <entry key="ts" value="19777" />
79
- <entry key="tsx" value="230" />
90
+ <entry key="html" value="14" />
91
+ <entry key="js" value="4867" />
92
+ <entry key="json" value="14" />
93
+ <entry key="jsx" value="28" />
94
+ <entry key="md" value="1914" />
95
+ <entry key="ts" value="29602" />
96
+ <entry key="tsx" value="278" />
80
97
  </counts>
81
98
  </usages-collector>
82
99
  <usages-collector id="statistics.file.types.edit">
83
100
  <counts>
84
- <entry key="HTML" value="65" />
85
- <entry key="JSON" value="11" />
86
- <entry key="JavaScript" value="2499" />
87
- <entry key="Markdown" value="1799" />
88
- <entry key="TypeScript" value="19777" />
89
- <entry key="TypeScript JSX" value="230" />
101
+ <entry key="HTML" value="88" />
102
+ <entry key="JSON" value="14" />
103
+ <entry key="JSX Harmony" value="28" />
104
+ <entry key="JavaScript" value="4881" />
105
+ <entry key="Markdown" value="1834" />
106
+ <entry key="TypeScript" value="29594" />
107
+ <entry key="TypeScript JSX" value="278" />
90
108
  </counts>
91
109
  </usages-collector>
92
110
  </session>
93
111
  </component>
112
+ <component name="FavoritesManager">
113
+ <favorites_list name="mathpix-markdown-it" />
114
+ </component>
94
115
  <component name="FileEditorManager">
95
- <splitter split-orientation="horizontal" split-proportion="0.5565611">
116
+ <splitter split-orientation="horizontal" split-proportion="0.4196028">
96
117
  <split-first>
97
118
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
98
- <file pinned="false" current-in-tab="true">
99
- <entry file="file://$PROJECT_DIR$/package.json">
119
+ <file pinned="false" current-in-tab="false">
120
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
100
121
  <provider selected="true" editor-type-id="text-editor">
101
- <state relative-caret-position="30">
102
- <caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
122
+ <state relative-caret-position="7320">
123
+ <caret line="489" column="7" selection-start-line="489" selection-start-column="7" selection-end-line="489" selection-end-column="7" />
124
+ <folding>
125
+ <element signature="e#0#47#0" expanded="true" />
126
+ </folding>
103
127
  </state>
104
128
  </provider>
105
129
  </entry>
106
130
  </file>
107
- <file pinned="false" current-in-tab="false">
108
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
131
+ <file pinned="false" current-in-tab="true">
132
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
109
133
  <provider selected="true" editor-type-id="text-editor">
110
- <state relative-caret-position="15">
111
- <caret line="1" column="19" selection-start-line="1" selection-start-column="6" selection-end-line="1" selection-end-column="19" />
134
+ <state relative-caret-position="196">
135
+ <caret line="49" column="66" lean-forward="true" selection-start-line="49" selection-start-column="66" selection-end-line="49" selection-end-column="66" />
136
+ <folding>
137
+ <element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#li#0;n#!!top" expanded="true" />
138
+ <element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
139
+ <element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
140
+ </folding>
112
141
  </state>
113
142
  </provider>
114
143
  </entry>
115
144
  </file>
116
145
  <file pinned="false" current-in-tab="false">
117
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
146
+ <entry file="file://$PROJECT_DIR$/tests/_lists.js">
118
147
  <provider selected="true" editor-type-id="text-editor">
119
- <state relative-caret-position="120">
120
- <caret line="20" column="15" selection-start-line="20" selection-start-column="6" selection-end-line="20" selection-end-column="15" />
148
+ <state relative-caret-position="330">
149
+ <caret line="22" column="56" selection-start-line="22" selection-start-column="56" selection-end-line="22" selection-end-column="56" />
121
150
  </state>
122
151
  </provider>
123
152
  </entry>
124
153
  </file>
125
154
  <file pinned="false" current-in-tab="false">
126
- <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
155
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
127
156
  <provider selected="true" editor-type-id="text-editor">
128
- <state relative-caret-position="105">
129
- <caret line="7" selection-start-line="7" selection-end-line="7" />
157
+ <state>
130
158
  <folding>
131
- <element signature="e#0#31#0" expanded="true" />
159
+ <element signature="e#0#47#0" expanded="true" />
132
160
  </folding>
133
161
  </state>
134
162
  </provider>
135
163
  </entry>
136
164
  </file>
137
165
  <file pinned="false" current-in-tab="false">
138
- <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiLongDiv.js">
139
- <provider selected="true" editor-type-id="text-editor">
140
- <state relative-caret-position="1710">
141
- <caret line="114" selection-start-line="114" selection-end-line="114" />
142
- </state>
143
- </provider>
166
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts">
167
+ <provider selected="true" editor-type-id="text-editor" />
144
168
  </entry>
145
169
  </file>
146
170
  <file pinned="false" current-in-tab="false">
147
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
171
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
148
172
  <provider selected="true" editor-type-id="text-editor">
149
- <state relative-caret-position="630">
150
- <caret line="42" column="44" selection-start-line="42" selection-start-column="44" selection-end-line="42" selection-end-column="44" />
173
+ <state relative-caret-position="1065">
174
+ <caret line="76" column="56" selection-start-line="76" selection-start-column="56" selection-end-line="76" selection-end-column="56" />
151
175
  <folding>
152
- <element signature="e#0#59#0" expanded="true" />
176
+ <element signature="e#0#47#0" expanded="true" />
153
177
  </folding>
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$/src/mathpix-markdown-model/index.ts">
183
+ <entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.es5.d.ts">
160
184
  <provider selected="true" editor-type-id="text-editor">
161
- <state relative-caret-position="240">
162
- <caret line="30" column="15" selection-start-line="30" selection-start-column="4" selection-end-line="30" selection-end-column="15" />
185
+ <state relative-caret-position="1035">
186
+ <caret line="82" column="17" selection-start-line="82" selection-start-column="17" selection-end-line="82" selection-end-column="17" />
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/mathpix-markdown-plugins.tsx">
192
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-deflist/dist/markdown-it-deflist.js">
169
193
  <provider selected="true" editor-type-id="text-editor">
170
- <state relative-caret-position="795">
171
- <caret line="69" column="54" selection-start-line="69" selection-start-column="54" selection-end-line="69" selection-end-column="54" />
194
+ <state>
195
+ <folding>
196
+ <element signature="n#!!doc" expanded="true" />
197
+ </folding>
172
198
  </state>
173
199
  </provider>
174
200
  </entry>
175
201
  </file>
176
202
  <file pinned="false" current-in-tab="false">
177
- <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
203
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-deflist/index.js">
178
204
  <provider selected="true" editor-type-id="text-editor">
179
- <state relative-caret-position="30">
180
- <caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="28" />
205
+ <state relative-caret-position="3165">
206
+ <caret line="212" selection-start-line="212" selection-end-line="212" />
207
+ <folding>
208
+ <element signature="n#!!doc" expanded="true" />
209
+ </folding>
181
210
  </state>
182
211
  </provider>
183
212
  </entry>
184
213
  </file>
185
214
  <file pinned="false" current-in-tab="false">
186
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
187
- <provider selected="true" editor-type-id="text-editor">
188
- <state relative-caret-position="2715">
189
- <caret line="182" column="7" lean-forward="true" selection-start-line="182" selection-start-column="7" selection-end-line="182" selection-end-column="7" />
190
- </state>
191
- </provider>
215
+ <entry file="file://$PROJECT_DIR$/tsconfig.json">
216
+ <provider selected="true" editor-type-id="text-editor" />
192
217
  </entry>
193
218
  </file>
194
219
  </leaf>
195
220
  </split-first>
196
221
  <split-second>
197
222
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
198
- <file pinned="false" current-in-tab="false">
199
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
223
+ <file pinned="false" current-in-tab="true">
224
+ <entry file="file://$PROJECT_DIR$/package.json">
200
225
  <provider selected="true" editor-type-id="text-editor">
201
- <state relative-caret-position="375">
202
- <caret line="30" column="2" selection-start-line="30" selection-start-column="2" selection-end-line="30" selection-end-column="2" />
226
+ <state relative-caret-position="30">
227
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
203
228
  </state>
204
229
  </provider>
205
230
  </entry>
206
231
  </file>
207
- <file pinned="false" current-in-tab="true">
208
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
209
- <provider selected="true" editor-type-id="text-editor">
210
- <state relative-caret-position="15">
211
- <caret line="95" column="26" selection-start-line="95" selection-start-column="26" selection-end-line="95" selection-end-column="26" />
212
- </state>
213
- </provider>
232
+ <file pinned="false" current-in-tab="false">
233
+ <entry file="file://$PROJECT_DIR$/.gitignore">
234
+ <provider selected="true" editor-type-id="text-editor" />
214
235
  </entry>
215
236
  </file>
216
237
  <file pinned="false" current-in-tab="false">
217
- <entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
238
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
218
239
  <provider selected="true" editor-type-id="text-editor">
219
- <state relative-caret-position="285">
220
- <caret line="19" selection-start-line="19" selection-end-line="19" />
240
+ <state relative-caret-position="1080">
241
+ <caret line="86" column="27" selection-start-line="86" selection-start-column="27" selection-end-line="86" selection-end-column="27" />
221
242
  </state>
222
243
  </provider>
223
244
  </entry>
224
245
  </file>
225
246
  <file pinned="false" current-in-tab="false">
226
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
247
+ <entry file="file://$PROJECT_DIR$/src/styles/styles-lists.ts">
227
248
  <provider selected="true" editor-type-id="text-editor">
228
- <state>
229
- <folding>
230
- <element signature="e#0#59#0" expanded="true" />
231
- </folding>
249
+ <state relative-caret-position="435">
250
+ <caret line="29" column="34" selection-start-line="29" selection-start-column="34" selection-end-line="29" selection-end-column="34" />
232
251
  </state>
233
252
  </provider>
234
253
  </entry>
235
254
  </file>
236
255
  <file pinned="false" current-in-tab="false">
237
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
238
- <provider selected="true" editor-type-id="text-editor" />
256
+ <entry file="file://$PROJECT_DIR$/tests/_data/_lists/_data.js">
257
+ <provider selected="true" editor-type-id="text-editor">
258
+ <state relative-caret-position="2445">
259
+ <caret line="163" selection-start-line="163" selection-end-line="163" />
260
+ </state>
261
+ </provider>
239
262
  </entry>
240
263
  </file>
241
264
  <file pinned="false" current-in-tab="false">
242
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
265
+ <entry file="file://$PROJECT_DIR$/src/styles/styles-container.ts">
243
266
  <provider selected="true" editor-type-id="text-editor">
244
- <state>
245
- <folding>
246
- <element signature="e#0#42#0" expanded="true" />
247
- </folding>
267
+ <state relative-caret-position="450">
268
+ <caret line="30" column="23" selection-start-line="30" selection-start-column="23" selection-end-line="30" selection-end-column="23" />
248
269
  </state>
249
270
  </provider>
250
271
  </entry>
251
272
  </file>
252
273
  <file pinned="false" current-in-tab="false">
253
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
274
+ <entry file="file://$PROJECT_DIR$/tests/_data/_latex-text/_data.js">
254
275
  <provider selected="true" editor-type-id="text-editor">
255
- <state>
256
- <folding>
257
- <element signature="e#0#41#0" expanded="true" />
258
- </folding>
276
+ <state relative-caret-position="5580">
277
+ <caret line="372" column="4" selection-start-line="372" selection-start-column="4" selection-end-line="372" selection-end-column="4" />
259
278
  </state>
260
279
  </provider>
261
280
  </entry>
262
281
  </file>
263
282
  <file pinned="false" current-in-tab="false">
264
- <entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
265
- <provider selected="true" editor-type-id="text-editor" />
283
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
284
+ <provider selected="true" editor-type-id="text-editor">
285
+ <state relative-caret-position="359">
286
+ <caret line="33" column="18" selection-start-line="33" selection-start-column="4" selection-end-line="33" selection-end-column="18" />
287
+ </state>
288
+ </provider>
266
289
  </entry>
267
290
  </file>
268
291
  <file pinned="false" current-in-tab="false">
269
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
292
+ <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
270
293
  <provider selected="true" editor-type-id="text-editor">
271
- <state relative-caret-position="885">
272
- <caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
294
+ <state relative-caret-position="690">
295
+ <caret line="47" column="64" selection-start-line="47" selection-start-column="64" selection-end-line="47" selection-end-column="64" />
296
+ <folding>
297
+ <element signature="e#0#31#0" expanded="true" />
298
+ </folding>
273
299
  </state>
274
300
  </provider>
275
301
  </entry>
@@ -278,38 +304,45 @@
278
304
  </split-second>
279
305
  </splitter>
280
306
  </component>
307
+ <component name="FileTemplateManagerImpl">
308
+ <option name="RECENT_TEMPLATES">
309
+ <list>
310
+ <option value="HTML File" />
311
+ </list>
312
+ </option>
313
+ </component>
281
314
  <component name="FindInProjectRecents">
282
315
  <findStrings>
283
- <find>nextPos</find>
284
- <find>spanToClass</find>
285
- <find>console.log</find>
286
- <find>openTag</find>
287
- <find>closeTag</find>
288
- <find>\\</find>
289
- <find>lineText</find>
290
- <find>...</find>
291
- <find>..</find>
292
- <find>postcss</find>
293
- <find>figure</find>
294
- <find>clear</find>
295
- <find>couterFigures</find>
296
- <find>getLastFigureNumber</find>
297
- <find>ClearFigureNumbers</find>
298
- <find>svgo</find>
299
- <find>@types</find>
300
- <find>texReset</find>
301
- <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
- <find>texConfig</find>
316
+ <find>render_setcounter</find>
317
+ <find>reNumber</find>
318
+ <find>setcounter</find>
319
+ <find>mappingTextStyles</find>
320
+ <find>TextBold</find>
321
+ <find>textbf_open</find>
322
+ <find>texttt</find>
323
+ <find>textTypes</find>
324
+ <find>hr</find>
325
+ <find>forla</find>
326
+ <find>forLatex</find>
327
+ <find>.latex</find>
328
+ <find>after</find>
329
+ <find>nextLine</find>
330
+ <find>paragraph_open</find>
331
+ <find>token.map</find>
332
+ <find>nonumbers</find>
333
+ <find>span</find>
334
+ <find>before</find>
335
+ <find>style</find>
336
+ <find>id</find>
337
+ <find>li</find>
338
+ <find>data</find>
339
+ <find>Check Lists</find>
340
+ <find>uuid</find>
341
+ <find>&lt;ul class=&quot;itemize preview-paragraph-0 preview-line 0 1 2 3 4 5 6 7 8 9 10 11&quot; data_line_start=&quot;0&quot; data_line_end=&quot;11&quot; data_line=&quot;0,12&quot; count_line=&quot;12&quot; style=&quot;list-style-type: none&quot;&gt;&lt;li class=&quot;li_itemize preview-paragraph-1 prev</find>
342
+ <find>&lt;mjx-container class=&quot;MathJax&quot; jax=&quot;SVG&quot;&gt;&lt;svg style=&quot;vertical-align: 0&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;1.76ex&quot; height=&quot;1.559ex&quot; role=&quot;img&quot; focusable=&quot;false&quot; viewBox=&quot;0 -689 778 689&quot;&gt;&lt;g stroke=&quot;currentColor&quot; fill=&quot;currentColor&quot; stroke-width=&quot;0&quot; transform=&quot;matrix(1 0 0 -1 0 0)&quot;&gt;&lt;g data-mml-node=&quot;math&quot;&gt;&lt;g data-mml-node=&quot;mi&quot;&gt;&lt;path data-c=&quot;25FC&quot; d=&quot;M71 0Q59 4 55 16V</find>
343
+ <find>&lt;ul class=&quot;itemize preview-paragraph-0 preview-line 0&quot; data_line_start=&quot;0&quot; data_line_end=&quot;0&quot; data_line=&quot;0,1&quot; count_line=&quot;1&quot; style=&quot;list-style-type: none&quot;&gt;&lt;li class=&quot;li_itemize preview-paragraph-0 preview-line &quot; data_line_start=&quot;0&quot; data_line_end=&quot;-1&quot; data_line=&quot;0,0&quot; count_line=&quot;0&quot; data_parent_line_start=&quot;0&quot;&gt;&lt;span class=&quot;li_level&quot;&gt;•&lt;/span&gt;One entry in the list&lt;/li&gt;&lt;li class=&quot;li_itemize preview-paragraph-0 preview-line &quot; data_line_start=&quot;0&quot; data_line_end=&quot;-1&quot; data_line=&quot;0,0&quot; count_line=&quot;0&quot; data_parent_line_start=&quot;0&quot;&gt;&lt;span class=&quot;li_level&quot;&gt;•&lt;/span&gt;Another entry in the list&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&quot;itemize preview-paragraph-3 preview-line 3 4 5 6 7 8 9 10 11 12 13 14 15&quot; data_line_start=&quot;3&quot; data_line_end=&quot;1</find>
344
+ <find>showHiddenTags</find>
345
+ <find>showPageBreaks</find>
313
346
  </findStrings>
314
347
  <replaceStrings>
315
348
  <replace>MJSimple</replace>
@@ -317,33 +350,36 @@
317
350
  <replace>\</replace>
318
351
  </replaceStrings>
319
352
  <dirStrings>
320
- <dir>$PROJECT_DIR$/node_modules/mathjax-full/components</dir>
321
353
  <dir>$PROJECT_DIR$/node_modules</dir>
322
354
  <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
323
355
  <dir>$PROJECT_DIR$/node_modules/speech-rule-engine</dir>
324
356
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/a11y</dir>
325
357
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
326
358
  <dir>$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular</dir>
327
- <dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
328
359
  <dir>$PROJECT_DIR$/node_modules/speech-rule-engine/js</dir>
329
360
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui/menu</dir>
330
361
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui</dir>
331
362
  <dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
332
- <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
333
363
  <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
334
- <dir>$PROJECT_DIR$/src/styles</dir>
335
364
  <dir>$PROJECT_DIR$/src/mathjax/contex-menu</dir>
336
365
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
337
- <dir>$PROJECT_DIR$</dir>
338
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
339
- <dir>$PROJECT_DIR$/src/markdown</dir>
340
366
  <dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
341
367
  <dir>$PROJECT_DIR$/node_modules/postcss</dir>
368
+ <dir>$PROJECT_DIR$/src/mathjax</dir>
369
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
370
+ <dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
342
371
  <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
372
+ <dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
343
373
  <dir>$PROJECT_DIR$/tests/_data</dir>
374
+ <dir>$PROJECT_DIR$/src/markdown</dir>
375
+ <dir>$PROJECT_DIR$/src/components</dir>
376
+ <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
377
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-deflist/dist</dir>
378
+ <dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
379
+ <dir>$PROJECT_DIR$/src/styles</dir>
344
380
  <dir>$PROJECT_DIR$/tests</dir>
381
+ <dir>$PROJECT_DIR$</dir>
345
382
  <dir>$PROJECT_DIR$/src</dir>
346
- <dir>$PROJECT_DIR$/src/mathjax</dir>
347
383
  </dirStrings>
348
384
  </component>
349
385
  <component name="Git.Settings">
@@ -352,56 +388,56 @@
352
388
  <component name="IdeDocumentHistory">
353
389
  <option name="CHANGED_PATHS">
354
390
  <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
- <option value="$PROJECT_DIR$/examples/test.md" />
393
- <option value="$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js" />
394
- <option value="$PROJECT_DIR$/examples/tests-md/test2.md" />
395
- <option value="$PROJECT_DIR$/examples/tests-md/test1.md" />
396
- <option value="$PROJECT_DIR$/tests/_sepatation_span.js" />
397
- <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
398
391
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
399
- <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
400
392
  <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
401
- <option value="$PROJECT_DIR$/src/markdown/index.ts" />
402
393
  <option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
403
394
  <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
404
395
  <option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiLongDiv.js" />
396
+ <option value="$PROJECT_DIR$/src/markdown/index.ts" />
397
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
398
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts" />
399
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_product.js" />
400
+ <option value="$PROJECT_DIR$/examples/mathpix-markdown-it-node-examples/conversion/math_outMath.js" />
401
+ <option value="$PROJECT_DIR$/examples/test.html" />
402
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_longDiv.js" />
403
+ <option value="$PROJECT_DIR$/tests/_wolfram.js" />
404
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_differentiation.js" />
405
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_integrals.js" />
406
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_sum.js" />
407
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_systems-of-equations.js" />
408
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/helperA.ts" />
409
+ <option value="$PROJECT_DIR$/tests/_data/_wolfram/_data.js" />
410
+ <option value="$PROJECT_DIR$/src/mathjax/wolfram.ts" />
411
+ <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package-lock.json" />
412
+ <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
413
+ <option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
414
+ <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx" />
415
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts" />
416
+ <option value="$PROJECT_DIR$/tests/_data/_mathjax/_data.js" />
417
+ <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
418
+ <option value="$PROJECT_DIR$/tests/_data/_accessibility/_data.js" />
419
+ <option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
420
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
421
+ <option value="$PROJECT_DIR$/tests/_data/_mathjax/_data-nonumbers.js" />
422
+ <option value="$PROJECT_DIR$/tests/_mathjax.js" />
423
+ <option value="$PROJECT_DIR$/tests/_accessibility.js" />
424
+ <option value="$PROJECT_DIR$/src/test.html" />
425
+ <option value="$PROJECT_DIR$/tests/_data/_nonumbers/_data.js" />
426
+ <option value="$PROJECT_DIR$/tests/_nonumbers.js" />
427
+ <option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
428
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
429
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginLists.ts" />
430
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
431
+ <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
432
+ <option value="$PROJECT_DIR$/tests/_data/_latex-text/_data.js" />
433
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
434
+ <option value="$PROJECT_DIR$/tests/_data/_latex-text/_pageBreak.js" />
435
+ <option value="$PROJECT_DIR$/tests/_latex-text.js" />
436
+ <option value="$PROJECT_DIR$/README.md" />
437
+ <option value="$PROJECT_DIR$/src/styles/styles-lists.ts" />
438
+ <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
439
+ <option value="$PROJECT_DIR$/tests/_data/_lists/_data.js" />
440
+ <option value="$PROJECT_DIR$/tests/_lists.js" />
405
441
  <option value="$PROJECT_DIR$/package.json" />
406
442
  </list>
407
443
  </option>
@@ -415,8 +451,8 @@
415
451
  <sorting>DEFINITION_ORDER</sorting>
416
452
  </component>
417
453
  <component name="NodeModulesDirectoryManager">
418
- <handled-path value="$PROJECT_DIR$/examples/mathpix-markdown-it-node-examples/node_modules" />
419
454
  <handled-path value="$PROJECT_DIR$/examples/react-app/use-components/node_modules" />
455
+ <handled-path value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/node_modules" />
420
456
  <handled-path value="$PROJECT_DIR$/node_modules" />
421
457
  </component>
422
458
  <component name="NodePackageJsonFileManager">
@@ -431,10 +467,10 @@
431
467
  </packageJsonPaths>
432
468
  </component>
433
469
  <component name="ProjectFrameBounds">
434
- <option name="x" value="75" />
470
+ <option name="x" value="43" />
435
471
  <option name="y" value="23" />
436
- <option name="width" value="1570" />
437
- <option name="height" value="976" />
472
+ <option name="width" value="1920" />
473
+ <option name="height" value="977" />
438
474
  </component>
439
475
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
440
476
  <component name="ProjectView">
@@ -442,7 +478,6 @@
442
478
  <foldersAlwaysOnTop value="true" />
443
479
  </navigator>
444
480
  <panes>
445
- <pane id="Scope" />
446
481
  <pane id="ProjectPane">
447
482
  <subPane>
448
483
  <expand>
@@ -450,48 +485,15 @@
450
485
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
451
486
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
452
487
  </path>
453
- <path>
454
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
455
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
456
- <item name="src" type="462c0819:PsiDirectoryNode" />
457
- </path>
458
- <path>
459
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
460
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
461
- <item name="src" type="462c0819:PsiDirectoryNode" />
462
- <item name="markdown" type="462c0819:PsiDirectoryNode" />
463
- </path>
464
- <path>
465
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
466
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
467
- <item name="src" type="462c0819:PsiDirectoryNode" />
468
- <item name="mathjax" type="462c0819:PsiDirectoryNode" />
469
- </path>
470
- <path>
471
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
472
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
473
- <item name="tests" type="462c0819:PsiDirectoryNode" />
474
- </path>
475
- <path>
476
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
477
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
478
- <item name="tests" type="462c0819:PsiDirectoryNode" />
479
- <item name="_data" type="462c0819:PsiDirectoryNode" />
480
- </path>
481
- <path>
482
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
483
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
484
- <item name="tests" type="462c0819:PsiDirectoryNode" />
485
- <item name="_data" type="462c0819:PsiDirectoryNode" />
486
- <item name="_ascii" type="462c0819:PsiDirectoryNode" />
487
- </path>
488
488
  </expand>
489
489
  <select />
490
490
  </subPane>
491
491
  </pane>
492
+ <pane id="Scope" />
492
493
  </panes>
493
494
  </component>
494
495
  <component name="PropertiesComponent">
496
+ <property name="DefaultHtmlFileTemplate" value="HTML File" />
495
497
  <property name="WebServerToolWindowFactoryState" value="false" />
496
498
  <property name="last_opened_file_path" value="$PROJECT_DIR$" />
497
499
  <property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
@@ -503,11 +505,14 @@
503
505
  </component>
504
506
  <component name="RecentsManager">
505
507
  <key name="MoveFile.RECENT_KEYS">
508
+ <recent name="$PROJECT_DIR$/tests" />
506
509
  <recent name="$PROJECT_DIR$/examples/tests-md" />
507
510
  <recent name="$PROJECT_DIR$/src/contex-menu" />
508
511
  <recent name="$PROJECT_DIR$/src/contex-menu/menu" />
509
512
  <recent name="$PROJECT_DIR$/src" />
510
- <recent name="$PROJECT_DIR$/src/mathjax/contex-menu" />
513
+ </key>
514
+ <key name="CopyFile.RECENT_KEYS">
515
+ <recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
511
516
  </key>
512
517
  </component>
513
518
  <component name="RunDashboard">
@@ -574,18 +579,40 @@
574
579
  <workItem from="1655825868831" duration="34000" />
575
580
  <workItem from="1655825961625" duration="2871000" />
576
581
  <workItem from="1657792764349" duration="3353000" />
577
- <workItem from="1657815268774" duration="287000" />
582
+ <workItem from="1657815268774" duration="685000" />
583
+ <workItem from="1663583936047" duration="215000" />
584
+ <workItem from="1663591227847" duration="436000" />
585
+ <workItem from="1664780730709" duration="619000" />
586
+ <workItem from="1664865431071" duration="1136000" />
587
+ <workItem from="1664868661235" duration="166378000" />
588
+ <workItem from="1665771455401" duration="593000" />
589
+ <workItem from="1665989693544" duration="3701000" />
590
+ <workItem from="1666092572568" duration="6598000" />
591
+ <workItem from="1666108679775" duration="48311000" />
592
+ <workItem from="1666337681190" duration="10541000" />
593
+ <workItem from="1667283200915" duration="8552000" />
594
+ <workItem from="1667325331392" duration="1139000" />
595
+ <workItem from="1667390610059" duration="8399000" />
596
+ <workItem from="1667453728740" duration="4298000" />
597
+ <workItem from="1667476569789" duration="8774000" />
598
+ <workItem from="1667795134470" duration="14000" />
599
+ <workItem from="1667809964144" duration="1011000" />
600
+ <workItem from="1667840583515" duration="275000" />
601
+ <workItem from="1668060082502" duration="21451000" />
602
+ <workItem from="1668140247125" duration="19125000" />
603
+ <workItem from="1668421160305" duration="2272000" />
578
604
  </task>
579
605
  <servers />
580
606
  </component>
581
607
  <component name="TimeTrackingManager">
582
- <option name="totallyTimeSpent" value="350513000" />
608
+ <option name="totallyTimeSpent" value="664749000" />
583
609
  </component>
584
610
  <component name="ToolWindowManager">
585
- <frame x="75" y="23" width="1570" height="976" extended-state="0" />
611
+ <frame x="43" y="23" width="1920" height="977" extended-state="0" />
612
+ <editor active="true" />
586
613
  <layout>
587
- <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.14396384" />
588
- <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
614
+ <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.17798841" />
615
+ <window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
589
616
  <window_info id="npm" order="2" side_tool="true" />
590
617
  <window_info id="DB Browser" order="3" />
591
618
  <window_info id="Project Explorer" order="4" />
@@ -603,7 +630,7 @@
603
630
  <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
604
631
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
605
632
  <window_info anchor="bottom" id="TypeScript" order="11" />
606
- <window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.30769232" />
633
+ <window_info anchor="bottom" id="Terminal" order="12" visible="true" weight="0.42372882" />
607
634
  <window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
608
635
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
609
636
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -626,7 +653,7 @@
626
653
  </line-breakpoint>
627
654
  <line-breakpoint enabled="true" type="javascript">
628
655
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
629
- <line>352</line>
656
+ <line>344</line>
630
657
  <option name="timeStamp" value="16" />
631
658
  </line-breakpoint>
632
659
  <line-breakpoint enabled="true" type="javascript">
@@ -634,291 +661,358 @@
634
661
  <line>54</line>
635
662
  <option name="timeStamp" value="17" />
636
663
  </line-breakpoint>
664
+ <line-breakpoint enabled="true" type="javascript">
665
+ <url>file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx</url>
666
+ <line>95</line>
667
+ <option name="timeStamp" value="18" />
668
+ </line-breakpoint>
669
+ <line-breakpoint enabled="true" type="javascript">
670
+ <url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
671
+ <line>240</line>
672
+ <option name="timeStamp" value="19" />
673
+ </line-breakpoint>
637
674
  </breakpoints>
638
675
  </breakpoint-manager>
639
676
  </component>
640
677
  <component name="editorHistoryManager">
641
- <entry file="file://$PROJECT_DIR$/package-lock.json" />
642
- <entry file="file://$PROJECT_DIR$/yarn1.lock" />
643
- <entry file="file://$PROJECT_DIR$/es5/index.js">
644
- <provider selected="true" editor-type-id="text-editor" />
645
- </entry>
646
- <entry file="file://$PROJECT_DIR$/README.md">
647
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
648
- <state split_layout="FIRST">
649
- <first_editor relative-caret-position="9030">
650
- <caret line="602" selection-start-line="602" selection-end-line="602" />
651
- </first_editor>
652
- <second_editor />
678
+ <entry file="file://$PROJECT_DIR$/src/mathjax/wolfram.ts" />
679
+ <entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_integrals.js" />
680
+ <entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_systems-of-equations.js" />
681
+ <entry file="file://$PROJECT_DIR$/tests/_data/_wolfram/_data.js" />
682
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiMore.js">
683
+ <provider selected="true" editor-type-id="text-editor">
684
+ <state relative-caret-position="165">
685
+ <caret line="11" selection-start-line="11" selection-end-line="14" selection-end-column="3" />
653
686
  </state>
654
687
  </provider>
655
688
  </entry>
656
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-components/src/App.js">
689
+ <entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data.js">
657
690
  <provider selected="true" editor-type-id="text-editor">
658
- <state relative-caret-position="180">
659
- <caret line="18" column="21" selection-start-line="18" selection-start-column="21" selection-end-line="18" selection-end-column="21" />
691
+ <state>
692
+ <caret selection-end-line="5" selection-end-column="4" />
660
693
  </state>
661
694
  </provider>
662
695
  </entry>
663
- <entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
696
+ <entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data-nonumbers.js" />
697
+ <entry file="file://$PROJECT_DIR$/src/test.html" />
698
+ <entry file="file://$PROJECT_DIR$/tests/_nonumbers.js">
664
699
  <provider selected="true" editor-type-id="text-editor">
665
- <state relative-caret-position="285">
666
- <caret line="20" selection-start-line="20" selection-end-line="20" />
700
+ <state relative-caret-position="375">
701
+ <caret line="25" column="15" selection-start-line="25" selection-start-column="15" selection-end-line="25" selection-end-column="15" />
667
702
  </state>
668
703
  </provider>
669
704
  </entry>
670
- <entry file="file://$PROJECT_DIR$/src/index.tsx">
705
+ <entry file="file://$PROJECT_DIR$/tests/_mathjax.js">
671
706
  <provider selected="true" editor-type-id="text-editor">
672
- <state relative-caret-position="195">
673
- <caret line="13" column="15" selection-start-line="13" selection-start-column="15" selection-end-line="13" selection-end-column="15" />
707
+ <state relative-caret-position="405">
708
+ <caret line="27" column="5" selection-start-line="27" selection-start-column="5" selection-end-line="27" selection-end-column="5" />
674
709
  </state>
675
710
  </provider>
676
711
  </entry>
677
- <entry file="file://$PROJECT_DIR$/src/bundle.tsx">
712
+ <entry file="file://$PROJECT_DIR$/tests/_data/_accessibility/_data.js">
678
713
  <provider selected="true" editor-type-id="text-editor">
679
- <state relative-caret-position="345">
680
- <caret line="23" selection-end-line="23" />
714
+ <state relative-caret-position="195">
715
+ <caret line="13" column="3" selection-start-line="13" selection-start-column="3" selection-end-line="13" selection-end-column="3" />
681
716
  </state>
682
717
  </provider>
683
718
  </entry>
684
- <entry file="file://$PROJECT_DIR$/src/test.md" />
685
- <entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
719
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
686
720
  <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" />
721
+ <state relative-caret-position="1800">
722
+ <caret line="121" column="27" selection-start-line="121" selection-start-column="17" selection-end-line="121" selection-end-column="27" />
723
+ <folding>
724
+ <element signature="e#0#48#0" expanded="true" />
725
+ </folding>
689
726
  </state>
690
727
  </provider>
691
728
  </entry>
692
- <entry file="file://$PROJECT_DIR$/webpack.config.js">
729
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
693
730
  <provider selected="true" editor-type-id="text-editor">
694
731
  <state relative-caret-position="150">
695
- <caret line="10" column="12" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
732
+ <caret line="30" column="12" selection-start-line="30" selection-start-column="12" selection-end-line="30" selection-end-column="12" />
696
733
  </state>
697
734
  </provider>
698
735
  </entry>
699
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/index.js">
700
- <provider selected="true" editor-type-id="text-editor" />
736
+ <entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
737
+ <provider selected="true" editor-type-id="text-editor">
738
+ <state relative-caret-position="105">
739
+ <caret line="7" selection-start-line="7" selection-end-line="7" />
740
+ </state>
741
+ </provider>
701
742
  </entry>
702
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/App.jsx">
703
- <provider selected="true" editor-type-id="text-editor" />
743
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
744
+ <provider selected="true" editor-type-id="text-editor">
745
+ <state relative-caret-position="1470">
746
+ <caret line="110" column="65" selection-start-line="81" selection-start-column="25" selection-end-line="81" selection-end-column="34" />
747
+ </state>
748
+ </provider>
704
749
  </entry>
705
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
706
- <provider selected="true" editor-type-id="text-editor" />
750
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
751
+ <provider selected="true" editor-type-id="text-editor">
752
+ <state relative-caret-position="3990">
753
+ <caret line="273" column="16" selection-start-line="273" selection-start-column="16" selection-end-line="273" selection-end-column="16" />
754
+ </state>
755
+ </provider>
707
756
  </entry>
708
- <entry file="file://$PROJECT_DIR$/src/mathjax/utils.ts" />
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">
757
+ <entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
715
758
  <provider selected="true" editor-type-id="text-editor">
716
- <state relative-caret-position="360">
717
- <caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="57" />
759
+ <state>
760
+ <caret column="18" selection-start-column="18" selection-end-column="18" />
718
761
  </state>
719
762
  </provider>
720
763
  </entry>
721
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
764
+ <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
722
765
  <provider selected="true" editor-type-id="text-editor">
723
- <state relative-caret-position="75">
724
- <caret line="5" column="24" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
766
+ <state relative-caret-position="1845">
767
+ <caret line="123" column="3" selection-start-line="123" selection-start-column="3" selection-end-line="123" selection-end-column="3" />
725
768
  </state>
726
769
  </provider>
727
770
  </entry>
728
- <entry file="file://$PROJECT_DIR$/node_modules/postcss/lib/declaration.js">
771
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
729
772
  <provider selected="true" editor-type-id="text-editor">
730
- <state relative-caret-position="-794" />
773
+ <state relative-caret-position="225">
774
+ <caret line="16" column="4" selection-start-line="16" selection-start-column="4" selection-end-line="16" selection-end-column="4" />
775
+ </state>
731
776
  </provider>
732
777
  </entry>
733
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
778
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
734
779
  <provider selected="true" editor-type-id="text-editor">
735
- <state relative-caret-position="270">
736
- <caret line="18" column="87" selection-start-line="18" selection-start-column="87" selection-end-line="18" selection-end-column="87" />
780
+ <state relative-caret-position="5790">
781
+ <caret line="387" column="10" selection-start-line="387" selection-start-column="10" selection-end-line="387" selection-end-column="15" />
737
782
  </state>
738
783
  </provider>
739
784
  </entry>
740
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
785
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
741
786
  <provider selected="true" editor-type-id="text-editor">
742
- <state relative-caret-position="12690">
743
- <caret line="846" column="76" selection-start-line="846" selection-start-column="62" selection-end-line="846" selection-end-column="76" />
787
+ <state relative-caret-position="2925">
788
+ <caret line="195" column="15" selection-start-line="195" selection-start-column="10" selection-end-line="195" selection-end-column="15" />
744
789
  </state>
745
790
  </provider>
746
791
  </entry>
747
- <entry file="file://$PROJECT_DIR$/tests/_sepatation_span.js">
792
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
793
+ <provider selected="true" editor-type-id="text-editor" />
794
+ </entry>
795
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
796
+ <provider selected="true" editor-type-id="text-editor" />
797
+ </entry>
798
+ <entry file="file://$PROJECT_DIR$/package-lock.json">
748
799
  <provider selected="true" editor-type-id="text-editor">
749
- <state relative-caret-position="270">
750
- <caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
800
+ <state relative-caret-position="268">
801
+ <caret line="2470" column="35" lean-forward="true" selection-start-line="2470" selection-start-column="35" selection-end-line="2470" selection-end-column="35" />
751
802
  </state>
752
803
  </provider>
753
804
  </entry>
754
- <entry file="file://$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js">
805
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
755
806
  <provider selected="true" editor-type-id="text-editor">
756
- <state relative-caret-position="405">
757
- <caret line="27" column="22" selection-start-line="27" selection-start-column="22" selection-end-line="27" selection-end-column="39" />
807
+ <state relative-caret-position="5895">
808
+ <caret line="395" column="31" selection-start-line="395" selection-start-column="22" selection-end-line="395" selection-end-column="31" />
809
+ <folding>
810
+ <element signature="e#0#81#0" expanded="true" />
811
+ </folding>
758
812
  </state>
759
813
  </provider>
760
814
  </entry>
761
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
815
+ <entry file="file://$PROJECT_DIR$/tests/_latex-text.js">
762
816
  <provider selected="true" editor-type-id="text-editor">
763
- <state relative-caret-position="5475">
764
- <caret line="372" column="7" selection-start-line="372" selection-start-column="2" selection-end-line="372" selection-end-column="7" />
817
+ <state relative-caret-position="750">
818
+ <caret line="50" column="7" selection-start-line="50" selection-start-column="7" selection-end-line="50" selection-end-column="7" />
765
819
  </state>
766
820
  </provider>
767
821
  </entry>
768
- <entry file="file://$PROJECT_DIR$/yarn.lock">
822
+ <entry file="file://$PROJECT_DIR$/tests/_data/_latex-text/_pageBreak.js">
769
823
  <provider selected="true" editor-type-id="text-editor">
770
- <state relative-caret-position="55710">
771
- <caret line="3714" column="11" selection-start-line="3714" selection-start-column="11" selection-end-line="3714" selection-end-column="11" />
824
+ <state relative-caret-position="300">
825
+ <caret line="20" selection-start-line="20" selection-end-line="20" />
772
826
  </state>
773
827
  </provider>
774
828
  </entry>
775
- <entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
829
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTOC.ts">
776
830
  <provider selected="true" editor-type-id="text-editor" />
777
831
  </entry>
778
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
832
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
779
833
  <provider selected="true" editor-type-id="text-editor">
780
- <state relative-caret-position="105">
781
- <caret line="14" column="23" selection-start-line="14" selection-start-column="23" selection-end-line="14" selection-end-column="23" />
834
+ <state relative-caret-position="540">
835
+ <caret line="477" column="42" selection-start-line="477" selection-start-column="42" selection-end-line="477" selection-end-column="42" />
836
+ <folding>
837
+ <element signature="e#0#38#0" expanded="true" />
838
+ <element signature="n#!!block;n#MathML#0" />
839
+ <element signature="n#!!block;n#inlineMathML#0" />
840
+ <element signature="n#!!block;n#mathMLBlock#0" />
841
+ <element signature="n#!!block;n#multiMath#0" />
842
+ <element signature="e#6734#6948#0" />
843
+ <element signature="n#!!block;n#refs#0" />
844
+ <element signature="n#!!block;n#simpleMath#0" />
845
+ <element signature="n#!!block;n#usepackage#0" />
846
+ <element signature="n#!!block;n#extend#0" />
847
+ <element signature="e#12693#12843#0" />
848
+ <element signature="e#12888#15836#0" />
849
+ <element signature="e#15865#16588#0" />
850
+ <element signature="e#16637#17248#0" />
851
+ <element signature="e#17284#17872#0" />
852
+ <element signature="e#17977#18480#0" />
853
+ <element signature="n#!!block;n#paragraphDiv#0" />
854
+ <element signature="e#23645#24613#0" />
855
+ <element signature="e#24632#25097#0" />
856
+ <element signature="e#25126#27034#0" />
857
+ </folding>
782
858
  </state>
783
859
  </provider>
784
860
  </entry>
785
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
861
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
786
862
  <provider selected="true" editor-type-id="text-editor" />
787
863
  </entry>
788
- <entry file="file://$PROJECT_DIR$/package.json">
789
- <provider selected="true" editor-type-id="text-editor">
790
- <state relative-caret-position="30">
791
- <caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
864
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
865
+ <provider selected="true" editor-type-id="text-editor" />
866
+ </entry>
867
+ <entry file="file://$PROJECT_DIR$/README.md">
868
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
869
+ <state split_layout="FIRST">
870
+ <first_editor relative-caret-position="11910">
871
+ <caret line="794" selection-start-line="794" selection-end-line="794" />
872
+ </first_editor>
873
+ <second_editor />
792
874
  </state>
793
875
  </provider>
794
876
  </entry>
795
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
877
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
796
878
  <provider selected="true" editor-type-id="text-editor">
797
- <state relative-caret-position="15">
798
- <caret line="1" column="19" selection-start-line="1" selection-start-column="6" selection-end-line="1" selection-end-column="19" />
879
+ <state relative-caret-position="7320">
880
+ <caret line="489" column="7" selection-start-line="489" selection-start-column="7" selection-end-line="489" selection-end-column="7" />
881
+ <folding>
882
+ <element signature="e#0#47#0" expanded="true" />
883
+ </folding>
799
884
  </state>
800
885
  </provider>
801
886
  </entry>
802
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
887
+ <entry file="file://$PROJECT_DIR$/tests/_lists.js">
803
888
  <provider selected="true" editor-type-id="text-editor">
804
- <state relative-caret-position="120">
805
- <caret line="20" column="15" selection-start-line="20" selection-start-column="6" selection-end-line="20" selection-end-column="15" />
889
+ <state relative-caret-position="330">
890
+ <caret line="22" column="56" selection-start-line="22" selection-start-column="56" selection-end-line="22" selection-end-column="56" />
806
891
  </state>
807
892
  </provider>
808
893
  </entry>
809
- <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
894
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
810
895
  <provider selected="true" editor-type-id="text-editor">
811
- <state relative-caret-position="105">
812
- <caret line="7" selection-start-line="7" selection-end-line="7" />
896
+ <state>
813
897
  <folding>
814
- <element signature="e#0#31#0" expanded="true" />
898
+ <element signature="e#0#47#0" expanded="true" />
815
899
  </folding>
816
900
  </state>
817
901
  </provider>
818
902
  </entry>
819
- <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiLongDiv.js">
820
- <provider selected="true" editor-type-id="text-editor">
821
- <state relative-caret-position="1710">
822
- <caret line="114" selection-start-line="114" selection-end-line="114" />
823
- </state>
824
- </provider>
903
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts">
904
+ <provider selected="true" editor-type-id="text-editor" />
825
905
  </entry>
826
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
906
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
827
907
  <provider selected="true" editor-type-id="text-editor">
828
- <state relative-caret-position="630">
829
- <caret line="42" column="44" selection-start-line="42" selection-start-column="44" selection-end-line="42" selection-end-column="44" />
908
+ <state relative-caret-position="1065">
909
+ <caret line="76" column="56" selection-start-line="76" selection-start-column="56" selection-end-line="76" selection-end-column="56" />
830
910
  <folding>
831
- <element signature="e#0#59#0" expanded="true" />
911
+ <element signature="e#0#47#0" expanded="true" />
832
912
  </folding>
833
913
  </state>
834
914
  </provider>
835
915
  </entry>
836
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
916
+ <entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.es5.d.ts">
837
917
  <provider selected="true" editor-type-id="text-editor">
838
- <state relative-caret-position="240">
839
- <caret line="30" column="15" selection-start-line="30" selection-start-column="4" selection-end-line="30" selection-end-column="15" />
918
+ <state relative-caret-position="1035">
919
+ <caret line="82" column="17" selection-start-line="82" selection-start-column="17" selection-end-line="82" selection-end-column="17" />
840
920
  </state>
841
921
  </provider>
842
922
  </entry>
843
- <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
923
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-deflist/dist/markdown-it-deflist.js">
844
924
  <provider selected="true" editor-type-id="text-editor">
845
- <state relative-caret-position="795">
846
- <caret line="69" column="54" selection-start-line="69" selection-start-column="54" selection-end-line="69" selection-end-column="54" />
925
+ <state>
926
+ <folding>
927
+ <element signature="n#!!doc" expanded="true" />
928
+ </folding>
847
929
  </state>
848
930
  </provider>
849
931
  </entry>
850
- <entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
932
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-deflist/index.js">
851
933
  <provider selected="true" editor-type-id="text-editor">
852
- <state relative-caret-position="30">
853
- <caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="28" />
934
+ <state relative-caret-position="3165">
935
+ <caret line="212" selection-start-line="212" selection-end-line="212" />
936
+ <folding>
937
+ <element signature="n#!!doc" expanded="true" />
938
+ </folding>
854
939
  </state>
855
940
  </provider>
856
941
  </entry>
857
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
942
+ <entry file="file://$PROJECT_DIR$/tsconfig.json">
943
+ <provider selected="true" editor-type-id="text-editor" />
944
+ </entry>
945
+ <entry file="file://$PROJECT_DIR$/.gitignore">
946
+ <provider selected="true" editor-type-id="text-editor" />
947
+ </entry>
948
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
858
949
  <provider selected="true" editor-type-id="text-editor">
859
- <state relative-caret-position="2715">
860
- <caret line="182" column="7" lean-forward="true" selection-start-line="182" selection-start-column="7" selection-end-line="182" selection-end-column="7" />
950
+ <state relative-caret-position="1080">
951
+ <caret line="86" column="27" selection-start-line="86" selection-start-column="27" selection-end-line="86" selection-end-column="27" />
861
952
  </state>
862
953
  </provider>
863
954
  </entry>
864
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
955
+ <entry file="file://$PROJECT_DIR$/src/styles/styles-lists.ts">
865
956
  <provider selected="true" editor-type-id="text-editor">
866
- <state relative-caret-position="375">
867
- <caret line="30" column="2" selection-start-line="30" selection-start-column="2" selection-end-line="30" selection-end-column="2" />
957
+ <state relative-caret-position="435">
958
+ <caret line="29" column="34" selection-start-line="29" selection-start-column="34" selection-end-line="29" selection-end-column="34" />
868
959
  </state>
869
960
  </provider>
870
961
  </entry>
871
- <entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
962
+ <entry file="file://$PROJECT_DIR$/tests/_data/_lists/_data.js">
872
963
  <provider selected="true" editor-type-id="text-editor">
873
- <state relative-caret-position="285">
874
- <caret line="19" selection-start-line="19" selection-end-line="19" />
964
+ <state relative-caret-position="2445">
965
+ <caret line="163" selection-start-line="163" selection-end-line="163" />
875
966
  </state>
876
967
  </provider>
877
968
  </entry>
878
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
969
+ <entry file="file://$PROJECT_DIR$/src/styles/styles-container.ts">
879
970
  <provider selected="true" editor-type-id="text-editor">
880
- <state>
881
- <folding>
882
- <element signature="e#0#59#0" expanded="true" />
883
- </folding>
971
+ <state relative-caret-position="450">
972
+ <caret line="30" column="23" selection-start-line="30" selection-start-column="23" selection-end-line="30" selection-end-column="23" />
884
973
  </state>
885
974
  </provider>
886
975
  </entry>
887
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
888
- <provider selected="true" editor-type-id="text-editor" />
976
+ <entry file="file://$PROJECT_DIR$/tests/_data/_latex-text/_data.js">
977
+ <provider selected="true" editor-type-id="text-editor">
978
+ <state relative-caret-position="5580">
979
+ <caret line="372" column="4" selection-start-line="372" selection-start-column="4" selection-end-line="372" selection-end-column="4" />
980
+ </state>
981
+ </provider>
889
982
  </entry>
890
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
983
+ <entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
891
984
  <provider selected="true" editor-type-id="text-editor">
892
- <state>
985
+ <state relative-caret-position="690">
986
+ <caret line="47" column="64" selection-start-line="47" selection-start-column="64" selection-end-line="47" selection-end-column="64" />
893
987
  <folding>
894
- <element signature="e#0#42#0" expanded="true" />
988
+ <element signature="e#0#31#0" expanded="true" />
895
989
  </folding>
896
990
  </state>
897
991
  </provider>
898
992
  </entry>
899
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
993
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
900
994
  <provider selected="true" editor-type-id="text-editor">
901
- <state>
995
+ <state relative-caret-position="196">
996
+ <caret line="49" column="66" lean-forward="true" selection-start-line="49" selection-start-column="66" selection-end-line="49" selection-end-column="66" />
902
997
  <folding>
903
- <element signature="e#0#41#0" expanded="true" />
998
+ <element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#li#0;n#!!top" expanded="true" />
999
+ <element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
1000
+ <element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
904
1001
  </folding>
905
1002
  </state>
906
1003
  </provider>
907
1004
  </entry>
908
- <entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
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">
1005
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
912
1006
  <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" />
1007
+ <state relative-caret-position="359">
1008
+ <caret line="33" column="18" selection-start-line="33" selection-start-column="4" selection-end-line="33" selection-end-column="18" />
915
1009
  </state>
916
1010
  </provider>
917
1011
  </entry>
918
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
1012
+ <entry file="file://$PROJECT_DIR$/package.json">
919
1013
  <provider selected="true" editor-type-id="text-editor">
920
- <state relative-caret-position="15">
921
- <caret line="95" column="26" selection-start-line="95" selection-start-column="26" selection-end-line="95" selection-end-column="26" />
1014
+ <state relative-caret-position="30">
1015
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
922
1016
  </state>
923
1017
  </provider>
924
1018
  </entry>