mathpix-markdown-it 1.0.91 → 1.0.93

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 (72) hide show
  1. package/.idea/workspace.xml +310 -366
  2. package/es5/bundle.js +1 -1
  3. package/es5/index.js +1 -1
  4. package/lib/index.d.ts +2 -1
  5. package/lib/index.js +6 -1
  6. package/lib/index.js.map +1 -1
  7. package/lib/markdown/common/consts.d.ts +57 -0
  8. package/lib/markdown/common/consts.js +58 -1
  9. package/lib/markdown/common/consts.js.map +1 -1
  10. package/lib/markdown/common/labels.d.ts +38 -0
  11. package/lib/markdown/common/labels.js +84 -0
  12. package/lib/markdown/common/labels.js.map +1 -0
  13. package/lib/markdown/common.d.ts +1 -0
  14. package/lib/markdown/common.js +9 -1
  15. package/lib/markdown/common.js.map +1 -1
  16. package/lib/markdown/mathpix-markdown-plugins.js +2 -0
  17. package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
  18. package/lib/markdown/md-block-rule/begin-align.js +5 -1
  19. package/lib/markdown/md-block-rule/begin-align.js.map +1 -1
  20. package/lib/markdown/md-block-rule/begin-table.js +60 -86
  21. package/lib/markdown/md-block-rule/begin-table.js.map +1 -1
  22. package/lib/markdown/md-block-rule/begin-tabular/index.d.ts +1 -0
  23. package/lib/markdown/md-block-rule/begin-tabular/index.js +7 -1
  24. package/lib/markdown/md-block-rule/begin-tabular/index.js.map +1 -1
  25. package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js +2 -0
  26. package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js.map +1 -1
  27. package/lib/markdown/md-inline-rule/core-inline.d.ts +8 -0
  28. package/lib/markdown/md-inline-rule/core-inline.js +29 -0
  29. package/lib/markdown/md-inline-rule/core-inline.js.map +1 -0
  30. package/lib/markdown/md-inline-rule/includegraphics.js +3 -2
  31. package/lib/markdown/md-inline-rule/includegraphics.js.map +1 -1
  32. package/lib/markdown/md-renderer-rules/breaks.d.ts +6 -0
  33. package/lib/markdown/md-renderer-rules/breaks.js +22 -0
  34. package/lib/markdown/md-renderer-rules/breaks.js.map +1 -0
  35. package/lib/markdown/md-renderer-rules/render-tabular.js +4 -2
  36. package/lib/markdown/md-renderer-rules/render-tabular.js.map +1 -1
  37. package/lib/markdown/md-theorem/block-rule.js +39 -45
  38. package/lib/markdown/md-theorem/block-rule.js.map +1 -1
  39. package/lib/markdown/md-theorem/helper.d.ts +0 -13
  40. package/lib/markdown/md-theorem/helper.js +1 -23
  41. package/lib/markdown/md-theorem/helper.js.map +1 -1
  42. package/lib/markdown/md-theorem/index.js +5 -4
  43. package/lib/markdown/md-theorem/index.js.map +1 -1
  44. package/lib/markdown/md-theorem/inline-rule.d.ts +2 -0
  45. package/lib/markdown/md-theorem/inline-rule.js +72 -8
  46. package/lib/markdown/md-theorem/inline-rule.js.map +1 -1
  47. package/lib/markdown/mdPluginRaw.js +131 -71
  48. package/lib/markdown/mdPluginRaw.js.map +1 -1
  49. package/lib/markdown/mdPluginTableTabular.js +6 -5
  50. package/lib/markdown/mdPluginTableTabular.js.map +1 -1
  51. package/lib/markdown/mdPluginText.js +53 -14
  52. package/lib/markdown/mdPluginText.js.map +1 -1
  53. package/lib/markdown/rules.d.ts +1 -0
  54. package/lib/markdown/rules.js +29 -1
  55. package/lib/markdown/rules.js.map +1 -1
  56. package/lib/markdown/utils.d.ts +2 -0
  57. package/lib/markdown/utils.js +12 -1
  58. package/lib/markdown/utils.js.map +1 -1
  59. package/lib/mathjax/index.d.ts +32 -20
  60. package/lib/mathjax/index.js +26 -10
  61. package/lib/mathjax/index.js.map +1 -1
  62. package/lib/mathjax/serialized-ascii/common.d.ts +1 -0
  63. package/lib/mathjax/serialized-ascii/common.js +3 -1
  64. package/lib/mathjax/serialized-ascii/common.js.map +1 -1
  65. package/lib/mathjax/serialized-ascii/handlers.js +137 -47
  66. package/lib/mathjax/serialized-ascii/handlers.js.map +1 -1
  67. package/lib/mathjax/serialized-ascii/index.js +26 -16
  68. package/lib/mathjax/serialized-ascii/index.js.map +1 -1
  69. package/lib/mathpix-markdown-model/index.d.ts +4 -0
  70. package/lib/mathpix-markdown-model/index.js +7 -24
  71. package/lib/mathpix-markdown-model/index.js.map +1 -1
  72. package/package.json +1 -1
@@ -7,10 +7,10 @@
7
7
  <bookmark url="file://$PROJECT_DIR$/src/markdown/md-chemistry/smiles-drawer/src/Parser.ts" line="1782" mnemonic="8" />
8
8
  <bookmark url="file://$PROJECT_DIR$/src/markdown/md-chemistry/smiles-drawer/src/Parser.ts" line="351" mnemonic="3" />
9
9
  <bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" line="15" mnemonic="2" />
10
- <bookmark url="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" line="13" mnemonic="1" />
11
- <bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="177" mnemonic="7" />
12
- <bookmark url="file://$PROJECT_DIR$/src/markdown/rules.ts" line="137" mnemonic="0" />
13
- <bookmark url="file://$PROJECT_DIR$/src/markdown/rules.ts" line="31" mnemonic="9" />
10
+ <bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="185" mnemonic="7" />
11
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/rules.ts" line="52" mnemonic="9" />
12
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="593" mnemonic="0" />
13
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" line="203" mnemonic="1" />
14
14
  </component>
15
15
  <component name="ChangeListManager">
16
16
  <list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections&#10;&#10;# Conflicts:&#10;#&#9;es5/bundle.js&#10;#&#9;es5/index.js&#10;#&#9;lib/markdown/mdPluginRaw.js&#10;#&#9;lib/markdown/mdPluginRaw.js.map&#10;#&#9;lib/mathjax/index.d.ts&#10;#&#9;lib/mathjax/index.js&#10;#&#9;lib/mathjax/index.js.map&#10;#&#9;src/markdown/mdPluginRaw.ts&#10;#&#9;src/mathjax/index.ts" />
@@ -28,7 +28,7 @@
28
28
  <session id="1706553226">
29
29
  <usages-collector id="statistics.lifecycle.project">
30
30
  <counts>
31
- <entry key="project.closed" value="135" />
31
+ <entry key="project.closed" value="143" />
32
32
  <entry key="project.open.time.10" value="6" />
33
33
  <entry key="project.open.time.11" value="9" />
34
34
  <entry key="project.open.time.12" value="5" />
@@ -41,24 +41,24 @@
41
41
  <entry key="project.open.time.2" value="7" />
42
42
  <entry key="project.open.time.20" value="3" />
43
43
  <entry key="project.open.time.22" value="3" />
44
- <entry key="project.open.time.3" value="30" />
44
+ <entry key="project.open.time.3" value="32" />
45
45
  <entry key="project.open.time.30" value="1" />
46
46
  <entry key="project.open.time.31" value="1" />
47
47
  <entry key="project.open.time.32" value="1" />
48
48
  <entry key="project.open.time.34" value="2" />
49
- <entry key="project.open.time.4" value="31" />
49
+ <entry key="project.open.time.4" value="35" />
50
50
  <entry key="project.open.time.48" value="1" />
51
- <entry key="project.open.time.5" value="15" />
51
+ <entry key="project.open.time.5" value="16" />
52
52
  <entry key="project.open.time.6" value="8" />
53
53
  <entry key="project.open.time.7" value="6" />
54
54
  <entry key="project.open.time.8" value="2" />
55
55
  <entry key="project.open.time.9" value="2" />
56
- <entry key="project.opened" value="157" />
56
+ <entry key="project.opened" value="164" />
57
57
  </counts>
58
58
  </usages-collector>
59
59
  <usages-collector id="statistics.js.language.service.starts">
60
60
  <counts>
61
- <entry key="TypeScriptServerServiceImpl" value="150" />
61
+ <entry key="TypeScriptServerServiceImpl" value="157" />
62
62
  </counts>
63
63
  </usages-collector>
64
64
  <usages-collector id="statistics.file.extensions.open">
@@ -70,14 +70,14 @@
70
70
  <entry key="gif" value="1" />
71
71
  <entry key="gitignore" value="7" />
72
72
  <entry key="html" value="11" />
73
- <entry key="js" value="435" />
74
- <entry key="json" value="57" />
73
+ <entry key="js" value="440" />
74
+ <entry key="json" value="59" />
75
75
  <entry key="jsx" value="21" />
76
76
  <entry key="lock" value="11" />
77
- <entry key="md" value="41" />
77
+ <entry key="md" value="42" />
78
78
  <entry key="png" value="2" />
79
79
  <entry key="sre" value="1" />
80
- <entry key="ts" value="1049" />
80
+ <entry key="ts" value="1064" />
81
81
  <entry key="tsx" value="39" />
82
82
  </counts>
83
83
  </usages-collector>
@@ -88,12 +88,12 @@
88
88
  <entry key="EJS" value="1" />
89
89
  <entry key="HTML" value="11" />
90
90
  <entry key="Image" value="3" />
91
- <entry key="JSON" value="54" />
91
+ <entry key="JSON" value="56" />
92
92
  <entry key="JSX Harmony" value="21" />
93
- <entry key="JavaScript" value="436" />
94
- <entry key="Markdown" value="41" />
93
+ <entry key="JavaScript" value="441" />
94
+ <entry key="Markdown" value="42" />
95
95
  <entry key="PLAIN_TEXT" value="8" />
96
- <entry key="TypeScript" value="1049" />
96
+ <entry key="TypeScript" value="1064" />
97
97
  <entry key="TypeScript JSX" value="39" />
98
98
  <entry key="tsconfig" value="4" />
99
99
  <entry key="yarn.lock" value="10" />
@@ -103,11 +103,11 @@
103
103
  <counts>
104
104
  <entry key="css" value="98" />
105
105
  <entry key="html" value="47" />
106
- <entry key="js" value="12063" />
107
- <entry key="json" value="65" />
106
+ <entry key="js" value="12074" />
107
+ <entry key="json" value="70" />
108
108
  <entry key="jsx" value="1587" />
109
109
  <entry key="md" value="2232" />
110
- <entry key="ts" value="94227" />
110
+ <entry key="ts" value="95093" />
111
111
  <entry key="tsx" value="1069" />
112
112
  </counts>
113
113
  </usages-collector>
@@ -115,11 +115,11 @@
115
115
  <counts>
116
116
  <entry key="CSS" value="98" />
117
117
  <entry key="HTML" value="122" />
118
- <entry key="JSON" value="39" />
118
+ <entry key="JSON" value="44" />
119
119
  <entry key="JSX Harmony" value="1587" />
120
- <entry key="JavaScript" value="12076" />
120
+ <entry key="JavaScript" value="12087" />
121
121
  <entry key="Markdown" value="2152" />
122
- <entry key="TypeScript" value="94219" />
122
+ <entry key="TypeScript" value="95085" />
123
123
  <entry key="TypeScript JSX" value="1069" />
124
124
  <entry key="tsconfig" value="26" />
125
125
  </counts>
@@ -130,110 +130,104 @@
130
130
  <favorites_list name="mathpix-markdown-it" />
131
131
  </component>
132
132
  <component name="FileEditorManager">
133
- <splitter split-orientation="horizontal" split-proportion="0.5503356">
133
+ <splitter split-orientation="horizontal" split-proportion="0.5183284">
134
134
  <split-first>
135
135
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
136
- <file pinned="false" current-in-tab="false">
137
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
136
+ <file pinned="false" current-in-tab="true">
137
+ <entry file="file://$PROJECT_DIR$/package.json">
138
138
  <provider selected="true" editor-type-id="text-editor">
139
- <state relative-caret-position="3548">
140
- <caret line="1128" column="3" selection-start-line="1128" selection-start-column="3" selection-end-line="1128" selection-end-column="3" />
139
+ <state relative-caret-position="30">
140
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
141
141
  </state>
142
142
  </provider>
143
143
  </entry>
144
144
  </file>
145
145
  <file pinned="false" current-in-tab="false">
146
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts">
146
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
147
147
  <provider selected="true" editor-type-id="text-editor">
148
- <state relative-caret-position="405">
149
- <caret line="32" column="25" selection-start-line="32" selection-start-column="25" selection-end-line="32" selection-end-column="25" />
148
+ <state relative-caret-position="248">
149
+ <caret line="1127" column="25" selection-start-line="1127" selection-start-column="25" selection-end-line="1127" selection-end-column="25" />
150
150
  </state>
151
151
  </provider>
152
152
  </entry>
153
153
  </file>
154
154
  <file pinned="false" current-in-tab="false">
155
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
155
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
156
156
  <provider selected="true" editor-type-id="text-editor">
157
- <state relative-caret-position="1335">
158
- <caret line="91" selection-start-line="91" selection-end-line="91" />
157
+ <state relative-caret-position="-4758">
158
+ <caret line="92" selection-start-line="92" selection-end-line="92" />
159
159
  <folding>
160
- <element signature="e#0#42#0" expanded="true" />
160
+ <element signature="n#style#0;n#mathml#0;n#!!top" expanded="true" />
161
+ <element signature="n#style#0;n#mathmlword#0;n#!!top" expanded="true" />
162
+ <element signature="n#style#0;n#asciimath#0;n#!!top" expanded="true" />
163
+ <element signature="n#style#0;n#latex#0;n#!!top" expanded="true" />
164
+ <element signature="n#style#0;n#speech#0;n#!!top" expanded="true" />
165
+ <element signature="n#style#0;n#error#0;n#!!top" expanded="true" />
161
166
  </folding>
162
167
  </state>
163
168
  </provider>
164
169
  </entry>
165
170
  </file>
166
171
  <file pinned="false" current-in-tab="false">
167
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
172
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
168
173
  <provider selected="true" editor-type-id="text-editor">
169
- <state relative-caret-position="2828">
170
- <caret line="297" column="13" selection-start-line="297" selection-start-column="13" selection-end-line="297" selection-end-column="13" />
174
+ <state relative-caret-position="160">
175
+ <caret line="239" column="77" selection-start-line="239" selection-start-column="74" selection-end-line="239" selection-end-column="77" />
171
176
  <folding>
172
- <element signature="e#0#40#0" expanded="true" />
177
+ <element signature="e#0#70#0" expanded="true" />
173
178
  </folding>
174
179
  </state>
175
180
  </provider>
176
181
  </entry>
177
182
  </file>
178
183
  <file pinned="false" current-in-tab="false">
179
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
184
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
180
185
  <provider selected="true" editor-type-id="text-editor">
181
- <state relative-caret-position="159">
182
- <caret line="178" column="28" selection-start-line="178" selection-start-column="28" selection-end-line="178" selection-end-column="28" />
183
- <folding>
184
- <element signature="e#0#45#0" expanded="true" />
185
- <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
186
- </folding>
186
+ <state relative-caret-position="105">
187
+ <caret line="7" column="85" selection-start-line="7" selection-start-column="85" selection-end-line="7" selection-end-column="85" />
187
188
  </state>
188
189
  </provider>
189
190
  </entry>
190
191
  </file>
191
- <file pinned="false" current-in-tab="true">
192
- <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
192
+ <file pinned="false" current-in-tab="false">
193
+ <entry file="file://$PROJECT_DIR$/tests/_data/_table-markdown/_data.js">
193
194
  <provider selected="true" editor-type-id="text-editor">
194
- <state relative-caret-position="134">
195
- <caret line="71" column="110" selection-start-line="71" selection-start-column="110" selection-end-line="71" selection-end-column="110" />
195
+ <state relative-caret-position="89">
196
+ <caret line="914" column="16" selection-start-line="914" selection-start-column="16" selection-end-line="914" selection-end-column="16" />
196
197
  </state>
197
198
  </provider>
198
199
  </entry>
199
200
  </file>
200
201
  <file pinned="false" current-in-tab="false">
201
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
202
+ <entry file="file://$PROJECT_DIR$/tests/_tsv.js">
202
203
  <provider selected="true" editor-type-id="text-editor">
203
- <state relative-caret-position="-3204" />
204
+ <state relative-caret-position="3574">
205
+ <caret line="250" selection-start-line="250" selection-end-line="250" />
206
+ </state>
204
207
  </provider>
205
208
  </entry>
206
209
  </file>
207
210
  <file pinned="false" current-in-tab="false">
208
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
211
+ <entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
209
212
  <provider selected="true" editor-type-id="text-editor">
210
- <state relative-caret-position="358">
211
- <caret line="407" column="4" selection-start-line="407" selection-start-column="4" selection-end-line="407" selection-end-column="4" />
212
- <folding>
213
- <element signature="e#0#50#0" expanded="true" />
214
- </folding>
213
+ <state relative-caret-position="-116">
214
+ <caret line="59" column="7" selection-start-line="59" selection-start-column="7" selection-end-line="59" selection-end-column="7" />
215
215
  </state>
216
216
  </provider>
217
217
  </entry>
218
218
  </file>
219
219
  <file pinned="false" current-in-tab="false">
220
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
220
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv/_data.js">
221
221
  <provider selected="true" editor-type-id="text-editor">
222
- <state relative-caret-position="1665">
223
- <caret line="115" column="62" selection-start-line="115" selection-start-column="62" selection-end-line="115" selection-end-column="62" />
224
- <folding>
225
- <element signature="e#0#70#0" expanded="true" />
226
- </folding>
227
- </state>
222
+ <state relative-caret-position="-3019" />
228
223
  </provider>
229
224
  </entry>
230
225
  </file>
231
226
  <file pinned="false" current-in-tab="false">
232
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/README.md">
233
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
234
- <state split_layout="FIRST">
235
- <first_editor />
236
- <second_editor />
227
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
228
+ <provider selected="true" editor-type-id="text-editor">
229
+ <state relative-caret-position="276">
230
+ <caret line="110" column="25" selection-start-line="110" selection-start-column="25" selection-end-line="110" selection-end-column="25" />
237
231
  </state>
238
232
  </provider>
239
233
  </entry>
@@ -243,31 +237,19 @@
243
237
  <split-second>
244
238
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
245
239
  <file pinned="false" current-in-tab="false">
246
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
247
- <provider selected="true" editor-type-id="text-editor">
248
- <state relative-caret-position="1170">
249
- <caret line="83" column="16" selection-start-line="83" selection-start-column="16" selection-end-line="83" selection-end-column="16" />
250
- </state>
251
- </provider>
252
- </entry>
253
- </file>
254
- <file pinned="false" current-in-tab="true">
255
240
  <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
256
241
  <provider selected="true" editor-type-id="text-editor">
257
- <state relative-caret-position="-309">
258
- <caret line="41" column="57" selection-start-line="41" selection-start-column="57" selection-end-line="41" selection-end-column="57" />
259
- <folding>
260
- <element signature="e#0#38#0" expanded="true" />
261
- </folding>
242
+ <state relative-caret-position="92">
243
+ <caret line="49" column="3" selection-start-line="49" selection-start-column="3" selection-end-line="49" selection-end-column="3" />
262
244
  </state>
263
245
  </provider>
264
246
  </entry>
265
247
  </file>
266
- <file pinned="false" current-in-tab="false">
248
+ <file pinned="false" current-in-tab="true">
267
249
  <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js">
268
250
  <provider selected="true" editor-type-id="text-editor">
269
- <state relative-caret-position="5790">
270
- <caret line="386" column="27" selection-start-line="386" selection-start-column="27" selection-end-line="386" selection-end-column="27" />
251
+ <state relative-caret-position="-1">
252
+ <caret line="394" column="41" selection-start-line="394" selection-start-column="41" selection-end-line="394" selection-end-column="41" />
271
253
  </state>
272
254
  </provider>
273
255
  </entry>
@@ -275,7 +257,7 @@
275
257
  <file pinned="false" current-in-tab="false">
276
258
  <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
277
259
  <provider selected="true" editor-type-id="text-editor">
278
- <state relative-caret-position="945">
260
+ <state relative-caret-position="990">
279
261
  <caret line="66" column="3" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
280
262
  <folding>
281
263
  <element signature="e#0#31#0" expanded="true" />
@@ -284,15 +266,6 @@
284
266
  </provider>
285
267
  </entry>
286
268
  </file>
287
- <file pinned="false" current-in-tab="false">
288
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/table.js">
289
- <provider selected="true" editor-type-id="text-editor">
290
- <state relative-caret-position="2040">
291
- <caret line="136" column="51" selection-start-line="136" selection-start-column="51" selection-end-line="136" selection-end-column="51" />
292
- </state>
293
- </provider>
294
- </entry>
295
- </file>
296
269
  <file pinned="false" current-in-tab="false">
297
270
  <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-multimd-table/index.js">
298
271
  <provider selected="true" editor-type-id="text-editor">
@@ -305,7 +278,7 @@
305
278
  <file pinned="false" current-in-tab="false">
306
279
  <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js">
307
280
  <provider selected="true" editor-type-id="text-editor">
308
- <state relative-caret-position="480">
281
+ <state relative-caret-position="-7081">
309
282
  <caret line="32" column="176" selection-start-line="32" selection-start-column="176" selection-end-line="32" selection-end-column="176" />
310
283
  </state>
311
284
  </provider>
@@ -323,10 +296,12 @@
323
296
  <file pinned="false" current-in-tab="false">
324
297
  <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
325
298
  <provider selected="true" editor-type-id="text-editor">
326
- <state relative-caret-position="858">
327
- <caret line="1029" column="33" selection-start-line="1029" selection-start-column="33" selection-end-line="1029" selection-end-column="33" />
299
+ <state relative-caret-position="78">
300
+ <caret line="613" column="23" selection-start-line="613" selection-start-column="14" selection-end-line="613" selection-end-column="23" />
328
301
  <folding>
329
302
  <element signature="e#0#38#0" expanded="true" />
303
+ <element signature="e#1356#1422#0" expanded="true" />
304
+ <element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
330
305
  </folding>
331
306
  </state>
332
307
  </provider>
@@ -345,29 +320,6 @@
345
320
  </component>
346
321
  <component name="FindInProjectRecents">
347
322
  <findStrings>
348
- <find>&quot;</find>
349
- <find>THIS PROJEC</find>
350
- <find>matrix</find>
351
- <find>Human</find>
352
- <find>'&quot;'</find>
353
- <find>ANSI</find>
354
- <find>&quot;'</find>
355
- <find>saveAs</find>
356
- <find>token</find>
357
- <find>console</find>
358
- <find>isSubTable</find>
359
- <find>slf</find>
360
- <find>renderTabularInline</find>
361
- <find>table_open</find>
362
- <find>inline</find>
363
- <find>table</find>
364
- <find>renderInlineTokenBlock</find>
365
- <find>arrTsv</find>
366
- <find>arrCsv</find>
367
- <find>arrMd</find>
368
- <find>arrRow</find>
369
- <find>mr</find>
370
- <find>rowspan</find>
371
323
  <find>arrRowCsv</find>
372
324
  <find>cellCsv</find>
373
325
  <find>td_open</find>
@@ -375,6 +327,29 @@
375
327
  <find>md_table</find>
376
328
  <find>inline-tabular</find>
377
329
  <find>align</find>
330
+ <find>math_as_ascii</find>
331
+ <find>asciimath_tsv</find>
332
+ <find>tableToCsv</find>
333
+ <find>toCsv</find>
334
+ <find>AddToAsciiData</find>
335
+ <find>_md</find>
336
+ <find>tsv</find>
337
+ <find>&lt;br</find>
338
+ <find>csvSeparatorsDef</find>
339
+ <find>csv_separators</find>
340
+ <find>check</find>
341
+ <find>checkEquationNumber</find>
342
+ <find>multiMath</find>
343
+ <find>labels</find>
344
+ <find>ascii_tsv</find>
345
+ <find>cellMd</find>
346
+ <find>\n</find>
347
+ <find>console.log</find>
348
+ <find>csv</find>
349
+ <find>&quot;'</find>
350
+ <find>chiller condition</find>
351
+ <find>table_markdown</find>
352
+ <find>Current assets</find>
378
353
  </findStrings>
379
354
  <replaceStrings>
380
355
  <replace>MJSimple</replace>
@@ -385,7 +360,6 @@
385
360
  <replace>operation</replace>
386
361
  </replaceStrings>
387
362
  <dirStrings>
388
- <dir>$PROJECT_DIR$/node_modules/markdown-it-deflist</dir>
389
363
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/Tree</dir>
390
364
  <dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
391
365
  <dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
@@ -402,7 +376,6 @@
402
376
  <dir>$PROJECT_DIR$/node_modules</dir>
403
377
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
404
378
  <dir>$PROJECT_DIR$/src/components</dir>
405
- <dir>$PROJECT_DIR$/src/mathjax</dir>
406
379
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
407
380
  <dir>$PROJECT_DIR$/tests</dir>
408
381
  <dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
@@ -410,11 +383,13 @@
410
383
  <dir>$PROJECT_DIR$/tests/_data/_csv</dir>
411
384
  <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
412
385
  <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
413
- <dir>$PROJECT_DIR$/src</dir>
414
- <dir>$PROJECT_DIR$/src/markdown</dir>
415
386
  <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
416
387
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
417
388
  <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
389
+ <dir>$PROJECT_DIR$/src/mathjax</dir>
390
+ <dir>$PROJECT_DIR$/src/markdown</dir>
391
+ <dir>$PROJECT_DIR$/src</dir>
392
+ <dir>$PROJECT_DIR$/tests/_data</dir>
418
393
  </dirStrings>
419
394
  </component>
420
395
  <component name="Git.Settings">
@@ -423,7 +398,6 @@
423
398
  <component name="IdeDocumentHistory">
424
399
  <option name="CHANGED_PATHS">
425
400
  <list>
426
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-math.ts" />
427
401
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" />
428
402
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts" />
429
403
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" />
@@ -446,34 +420,35 @@
446
420
  <option value="$PROJECT_DIR$/src/contex-menu/menu/consts.ts" />
447
421
  <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts" />
448
422
  <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts" />
449
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
450
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
451
- <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
452
423
  <option value="$PROJECT_DIR$/src/contex-menu/menu/index.ts" />
453
424
  <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts" />
454
425
  <option value="$PROJECT_DIR$/src/markdown/common/csv.ts" />
455
- <option value="$PROJECT_DIR$/tests/_csv.js" />
456
426
  <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_gathered_aligned.js" />
457
427
  <option value="$PROJECT_DIR$/tests/_tsv_with_array.js" />
458
428
  <option value="$PROJECT_DIR$/tests/_ascii.js" />
459
- <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
460
- <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
461
429
  <option value="$PROJECT_DIR$/README.md" />
462
- <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
463
- <option value="$PROJECT_DIR$/package.json" />
464
430
  <option value="$PROJECT_DIR$/examples/run.js" />
465
431
  <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
466
432
  <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js" />
467
- <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js" />
468
- <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
469
433
  <option value="$PROJECT_DIR$/tests/_data/_csv/_data.js" />
470
434
  <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx" />
471
- <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
472
- <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
473
- <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" />
474
435
  <option value="$PROJECT_DIR$/src/markdown/md-core-rules/generate-tsv-csv.ts" />
475
436
  <option value="$PROJECT_DIR$/src/markdown/rules.ts" />
476
437
  <option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
438
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
439
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
440
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
441
+ <option value="$PROJECT_DIR$/tests/_csv.js" />
442
+ <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
443
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
444
+ <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" />
445
+ <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
446
+ <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
447
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
448
+ <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js" />
449
+ <option value="$PROJECT_DIR$/tests/_data/_table-markdown/_data.js" />
450
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
451
+ <option value="$PROJECT_DIR$/package.json" />
477
452
  </list>
478
453
  </option>
479
454
  </component>
@@ -504,10 +479,9 @@
504
479
  </packageJsonPaths>
505
480
  </component>
506
481
  <component name="ProjectFrameBounds">
507
- <option name="x" value="12" />
508
- <option name="y" value="25" />
509
- <option name="width" value="1610" />
510
- <option name="height" value="974" />
482
+ <option name="y" value="23" />
483
+ <option name="width" value="1617" />
484
+ <option name="height" value="981" />
511
485
  </component>
512
486
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
513
487
  <component name="ProjectView">
@@ -515,7 +489,6 @@
515
489
  <foldersAlwaysOnTop value="true" />
516
490
  </navigator>
517
491
  <panes>
518
- <pane id="Scope" />
519
492
  <pane id="ProjectPane">
520
493
  <subPane>
521
494
  <expand>
@@ -523,47 +496,10 @@
523
496
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
524
497
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
525
498
  </path>
526
- <path>
527
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
528
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
529
- <item name="node_modules" type="462c0819:PsiDirectoryNode" />
530
- </path>
531
- <path>
532
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
533
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
534
- <item name="node_modules" type="462c0819:PsiDirectoryNode" />
535
- <item name="markdown-it" 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="node_modules" type="462c0819:PsiDirectoryNode" />
541
- <item name="markdown-it" type="462c0819:PsiDirectoryNode" />
542
- <item name="lib" type="462c0819:PsiDirectoryNode" />
543
- </path>
544
- <path>
545
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
546
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
547
- <item name="src" type="462c0819:PsiDirectoryNode" />
548
- </path>
549
- <path>
550
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
551
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
552
- <item name="src" type="462c0819:PsiDirectoryNode" />
553
- <item name="contex-menu" 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="contex-menu" type="462c0819:PsiDirectoryNode" />
560
- <item name="menu" type="462c0819:PsiDirectoryNode" />
561
- </path>
562
499
  <path>
563
500
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
564
501
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
565
502
  <item name="src" type="462c0819:PsiDirectoryNode" />
566
- <item name="markdown" type="462c0819:PsiDirectoryNode" />
567
503
  </path>
568
504
  <path>
569
505
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
@@ -581,19 +517,20 @@
581
517
  <path>
582
518
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
583
519
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
584
- <item name="src" type="462c0819:PsiDirectoryNode" />
585
- <item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
520
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
586
521
  </path>
587
522
  <path>
588
523
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
589
524
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
590
525
  <item name="tests" type="462c0819:PsiDirectoryNode" />
526
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
591
527
  </path>
592
528
  <path>
593
529
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
594
530
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
595
531
  <item name="tests" type="462c0819:PsiDirectoryNode" />
596
532
  <item name="_data" type="462c0819:PsiDirectoryNode" />
533
+ <item name="_tsv" type="462c0819:PsiDirectoryNode" />
597
534
  </path>
598
535
  <path>
599
536
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
@@ -606,6 +543,7 @@
606
543
  <select />
607
544
  </subPane>
608
545
  </pane>
546
+ <pane id="Scope" />
609
547
  </panes>
610
548
  </component>
611
549
  <component name="PropertiesComponent">
@@ -830,17 +768,33 @@
830
768
  <workItem from="1682317310248" duration="594000" />
831
769
  <workItem from="1682327357841" duration="328000" />
832
770
  <workItem from="1682368826047" duration="32745000" />
833
- <workItem from="1682488438162" duration="14047000" />
771
+ <workItem from="1682488438162" duration="14222000" />
772
+ <workItem from="1682581363390" duration="8936000" />
773
+ <workItem from="1682596010805" duration="6992000" />
774
+ <workItem from="1682674344594" duration="2414000" />
775
+ <workItem from="1682918650431" duration="4772000" />
776
+ <workItem from="1682942018894" duration="282000" />
777
+ <workItem from="1682957775136" duration="1007000" />
778
+ <workItem from="1683004810321" duration="8877000" />
834
779
  </task>
835
780
  <servers />
836
781
  </component>
837
782
  <component name="TimeTrackingManager">
838
- <option name="totallyTimeSpent" value="2060406000" />
783
+ <option name="totallyTimeSpent" value="2093861000" />
784
+ </component>
785
+ <component name="TodoView">
786
+ <todo-panel id="selected-file">
787
+ <is-autoscroll-to-source value="true" />
788
+ </todo-panel>
789
+ <todo-panel id="all">
790
+ <are-packages-shown value="true" />
791
+ <is-autoscroll-to-source value="true" />
792
+ </todo-panel>
839
793
  </component>
840
794
  <component name="ToolWindowManager">
841
- <frame x="12" y="25" width="1610" height="974" extended-state="0" />
795
+ <frame x="0" y="23" width="1617" height="981" extended-state="0" />
842
796
  <layout>
843
- <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.16362493" />
797
+ <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.1453634" />
844
798
  <window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
845
799
  <window_info id="npm" order="2" side_tool="true" />
846
800
  <window_info id="DB Browser" order="3" />
@@ -853,13 +807,13 @@
853
807
  <window_info anchor="bottom" id="Debug" order="3" weight="0.40693069" />
854
808
  <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
855
809
  <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
856
- <window_info anchor="bottom" id="TODO" order="6" />
810
+ <window_info anchor="bottom" id="TODO" order="6" weight="0.3295838" />
857
811
  <window_info anchor="bottom" id="Console" order="7" />
858
812
  <window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
859
813
  <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
860
814
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
861
815
  <window_info anchor="bottom" id="TypeScript" order="11" />
862
- <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.49433106" />
816
+ <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.5286839" />
863
817
  <window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
864
818
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
865
819
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -903,7 +857,7 @@
903
857
  <breakpoints>
904
858
  <line-breakpoint enabled="true" type="javascript">
905
859
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
906
- <line>365</line>
860
+ <line>352</line>
907
861
  <option name="timeStamp" value="16" />
908
862
  </line-breakpoint>
909
863
  <line-breakpoint enabled="true" type="javascript">
@@ -922,12 +876,12 @@
922
876
  </line-breakpoint>
923
877
  <line-breakpoint enabled="true" type="javascript">
924
878
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
925
- <line>2</line>
879
+ <line>3</line>
926
880
  <option name="timeStamp" value="23" />
927
881
  </line-breakpoint>
928
882
  <line-breakpoint enabled="true" type="javascript">
929
883
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
930
- <line>3</line>
884
+ <line>4</line>
931
885
  <option name="timeStamp" value="25" />
932
886
  </line-breakpoint>
933
887
  <line-breakpoint enabled="true" type="javascript">
@@ -947,7 +901,7 @@
947
901
  </line-breakpoint>
948
902
  <line-breakpoint enabled="true" type="javascript">
949
903
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts</url>
950
- <line>414</line>
904
+ <line>408</line>
951
905
  <option name="timeStamp" value="29" />
952
906
  </line-breakpoint>
953
907
  <line-breakpoint enabled="true" type="javascript">
@@ -957,22 +911,22 @@
957
911
  </line-breakpoint>
958
912
  <line-breakpoint enabled="true" type="javascript">
959
913
  <url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
960
- <line>673</line>
914
+ <line>726</line>
961
915
  <option name="timeStamp" value="32" />
962
916
  </line-breakpoint>
963
917
  <line-breakpoint enabled="true" type="javascript">
964
918
  <url>file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MathDocument.ts</url>
965
- <line>634</line>
919
+ <line>633</line>
966
920
  <option name="timeStamp" value="35" />
967
921
  </line-breakpoint>
968
922
  <line-breakpoint enabled="true" type="javascript">
969
923
  <url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
970
- <line>981</line>
924
+ <line>1032</line>
971
925
  <option name="timeStamp" value="36" />
972
926
  </line-breakpoint>
973
927
  <line-breakpoint enabled="true" type="javascript">
974
928
  <url>file://$PROJECT_DIR$/src/markdown/mdPluginText.ts</url>
975
- <line>327</line>
929
+ <line>335</line>
976
930
  <option name="timeStamp" value="37" />
977
931
  </line-breakpoint>
978
932
  <line-breakpoint enabled="true" type="javascript">
@@ -1007,63 +961,13 @@
1007
961
  </line-breakpoint>
1008
962
  <line-breakpoint enabled="true" type="javascript">
1009
963
  <url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
1010
- <line>464</line>
964
+ <line>498</line>
1011
965
  <option name="timeStamp" value="46" />
1012
966
  </line-breakpoint>
1013
967
  </breakpoints>
1014
968
  </breakpoint-manager>
1015
969
  </component>
1016
970
  <component name="editorHistoryManager">
1017
- <entry file="file://$PROJECT_DIR$/lib/mathpix-markdown-model/index.d.ts">
1018
- <provider selected="true" editor-type-id="text-editor">
1019
- <state relative-caret-position="212">
1020
- <caret line="141" column="23" selection-start-line="141" selection-start-column="4" selection-end-line="141" selection-end-column="23" />
1021
- </state>
1022
- </provider>
1023
- </entry>
1024
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts">
1025
- <provider selected="true" editor-type-id="text-editor">
1026
- <state relative-caret-position="261">
1027
- <caret line="112" column="29" selection-start-line="112" selection-start-column="29" selection-end-line="112" selection-end-column="29" />
1028
- </state>
1029
- </provider>
1030
- </entry>
1031
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
1032
- <provider selected="true" editor-type-id="text-editor">
1033
- <state relative-caret-position="168">
1034
- <caret line="145" column="25" selection-start-line="145" selection-start-column="25" selection-end-line="145" selection-end-column="25" />
1035
- </state>
1036
- </provider>
1037
- </entry>
1038
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
1039
- <provider selected="true" editor-type-id="text-editor">
1040
- <state relative-caret-position="-26">
1041
- <caret line="58" column="5" selection-start-line="58" selection-start-column="5" selection-end-line="58" selection-end-column="5" />
1042
- </state>
1043
- </provider>
1044
- </entry>
1045
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts">
1046
- <provider selected="true" editor-type-id="text-editor">
1047
- <state relative-caret-position="75">
1048
- <caret line="7" column="36" selection-start-line="7" selection-start-column="36" selection-end-line="7" selection-end-column="36" />
1049
- </state>
1050
- </provider>
1051
- </entry>
1052
- <entry file="file://$PROJECT_DIR$/tests/_data/_tsv/_dataFormats.js">
1053
- <provider selected="true" editor-type-id="text-editor">
1054
- <state relative-caret-position="-383" />
1055
- </provider>
1056
- </entry>
1057
- <entry file="file://$PROJECT_DIR$/src/markdown/common/csv.ts">
1058
- <provider selected="true" editor-type-id="text-editor">
1059
- <state relative-caret-position="120">
1060
- <caret line="8" column="34" selection-start-line="8" selection-start-column="34" selection-end-line="8" selection-end-column="34" />
1061
- </state>
1062
- </provider>
1063
- </entry>
1064
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
1065
- <provider selected="true" editor-type-id="text-editor" />
1066
- </entry>
1067
971
  <entry file="file://$PROJECT_DIR$/src/helpers/consts.ts">
1068
972
  <provider selected="true" editor-type-id="text-editor">
1069
973
  <state relative-caret-position="15">
@@ -1078,20 +982,6 @@
1078
982
  </state>
1079
983
  </provider>
1080
984
  </entry>
1081
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1082
- <provider selected="true" editor-type-id="text-editor">
1083
- <state relative-caret-position="1560">
1084
- <caret line="104" selection-start-line="104" selection-end-line="104" />
1085
- </state>
1086
- </provider>
1087
- </entry>
1088
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
1089
- <provider selected="true" editor-type-id="text-editor">
1090
- <state relative-caret-position="90">
1091
- <caret line="6" column="27" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="27" />
1092
- </state>
1093
- </provider>
1094
- </entry>
1095
985
  <entry file="file://$PROJECT_DIR$/README.md">
1096
986
  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1097
987
  <state split_layout="FIRST">
@@ -1116,13 +1006,6 @@
1116
1006
  </state>
1117
1007
  </provider>
1118
1008
  </entry>
1119
- <entry file="file://$PROJECT_DIR$/tests/_tsv.js">
1120
- <provider selected="true" editor-type-id="text-editor">
1121
- <state relative-caret-position="431">
1122
- <caret line="250" selection-start-line="250" selection-end-line="250" />
1123
- </state>
1124
- </provider>
1125
- </entry>
1126
1009
  <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/ParseUtil.js">
1127
1010
  <provider selected="true" editor-type-id="text-editor">
1128
1011
  <state relative-caret-position="2355">
@@ -1130,13 +1013,6 @@
1130
1013
  </state>
1131
1014
  </provider>
1132
1015
  </entry>
1133
- <entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
1134
- <provider selected="true" editor-type-id="text-editor">
1135
- <state relative-caret-position="885">
1136
- <caret line="59" column="7" selection-start-line="59" selection-start-column="7" selection-end-line="59" selection-end-column="7" />
1137
- </state>
1138
- </provider>
1139
- </entry>
1140
1016
  <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/MmlVisitor.ts">
1141
1017
  <provider selected="true" editor-type-id="text-editor">
1142
1018
  <state relative-caret-position="645">
@@ -1172,13 +1048,6 @@
1172
1048
  </state>
1173
1049
  </provider>
1174
1050
  </entry>
1175
- <entry file="file://$PROJECT_DIR$/package.json">
1176
- <provider selected="true" editor-type-id="text-editor">
1177
- <state relative-caret-position="30">
1178
- <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
1179
- </state>
1180
- </provider>
1181
- </entry>
1182
1051
  <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
1183
1052
  <provider selected="true" editor-type-id="text-editor">
1184
1053
  <state relative-caret-position="161">
@@ -1193,62 +1062,61 @@
1193
1062
  <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/package.json">
1194
1063
  <provider selected="true" editor-type-id="text-editor" />
1195
1064
  </entry>
1196
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env">
1065
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
1066
+ <entry file="file://$PROJECT_DIR$/tests/_data/_csv/_data.js">
1197
1067
  <provider selected="true" editor-type-id="text-editor">
1198
- <state>
1199
- <caret column="25" selection-start-column="25" selection-end-column="25" />
1068
+ <state relative-caret-position="18015">
1069
+ <caret line="1201" column="2" selection-start-line="1201" selection-start-column="2" selection-end-line="1201" selection-end-column="2" />
1200
1070
  </state>
1201
1071
  </provider>
1202
1072
  </entry>
1203
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
1073
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/generate-tsv-csv.ts" />
1074
+ <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts">
1204
1075
  <provider selected="true" editor-type-id="text-editor">
1205
- <state relative-caret-position="3548">
1206
- <caret line="1128" column="3" selection-start-line="1128" selection-start-column="3" selection-end-line="1128" selection-end-column="3" />
1076
+ <state relative-caret-position="465">
1077
+ <caret line="32" column="25" selection-start-line="32" selection-start-column="25" selection-end-line="32" selection-end-column="25" />
1207
1078
  </state>
1208
1079
  </provider>
1209
1080
  </entry>
1210
- <entry file="file://$PROJECT_DIR$/tests/_data/_csv/_data.js">
1081
+ <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
1211
1082
  <provider selected="true" editor-type-id="text-editor">
1212
- <state relative-caret-position="18015">
1213
- <caret line="1201" column="2" selection-start-line="1201" selection-start-column="2" selection-end-line="1201" selection-end-column="2" />
1083
+ <state relative-caret-position="1365">
1084
+ <caret line="91" selection-start-line="91" selection-end-line="91" />
1214
1085
  </state>
1215
1086
  </provider>
1216
1087
  </entry>
1217
- <entry file="file://$PROJECT_DIR$/tests/_csv.js">
1088
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts">
1218
1089
  <provider selected="true" editor-type-id="text-editor">
1219
- <state relative-caret-position="795">
1220
- <caret line="53" column="8" selection-start-line="53" selection-start-column="8" selection-end-line="53" selection-end-column="30" />
1090
+ <state relative-caret-position="1560">
1091
+ <caret line="105" column="19" selection-start-line="105" selection-start-column="10" selection-end-line="105" selection-end-column="19" />
1221
1092
  </state>
1222
1093
  </provider>
1223
1094
  </entry>
1224
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts">
1095
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
1225
1096
  <provider selected="true" editor-type-id="text-editor">
1226
- <state relative-caret-position="405">
1227
- <caret line="32" column="25" selection-start-line="32" selection-start-column="25" selection-end-line="32" selection-end-column="25" />
1097
+ <state relative-caret-position="1170">
1098
+ <caret line="83" column="16" selection-start-line="83" selection-start-column="16" selection-end-line="83" selection-end-column="16" />
1228
1099
  </state>
1229
1100
  </provider>
1230
1101
  </entry>
1231
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
1102
+ <entry file="file://$PROJECT_DIR$/tests/_csv.js">
1232
1103
  <provider selected="true" editor-type-id="text-editor">
1233
- <state relative-caret-position="1335">
1234
- <caret line="91" selection-start-line="91" selection-end-line="91" />
1235
- <folding>
1236
- <element signature="e#0#42#0" expanded="true" />
1237
- </folding>
1104
+ <state relative-caret-position="145">
1105
+ <caret line="22" column="8" selection-start-line="22" selection-start-column="8" selection-end-line="22" selection-end-column="8" />
1238
1106
  </state>
1239
1107
  </provider>
1240
1108
  </entry>
1241
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
1109
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
1110
+ <provider selected="true" editor-type-id="text-editor" />
1111
+ </entry>
1112
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/table.js">
1242
1113
  <provider selected="true" editor-type-id="text-editor">
1243
- <state relative-caret-position="1665">
1244
- <caret line="115" column="62" selection-start-line="115" selection-start-column="62" selection-end-line="115" selection-end-column="62" />
1245
- <folding>
1246
- <element signature="e#0#70#0" expanded="true" />
1247
- </folding>
1114
+ <state relative-caret-position="2040">
1115
+ <caret line="136" column="51" selection-start-line="136" selection-start-column="51" selection-end-line="136" selection-end-column="51" />
1248
1116
  </state>
1249
1117
  </provider>
1250
1118
  </entry>
1251
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/README.md">
1119
+ <entry file="file://$PROJECT_DIR$/doc/sections.md">
1252
1120
  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1253
1121
  <state split_layout="FIRST">
1254
1122
  <first_editor />
@@ -1256,48 +1124,55 @@
1256
1124
  </state>
1257
1125
  </provider>
1258
1126
  </entry>
1259
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
1127
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
1260
1128
  <provider selected="true" editor-type-id="text-editor">
1261
- <state relative-caret-position="1170">
1262
- <caret line="83" column="16" selection-start-line="83" selection-start-column="16" selection-end-line="83" selection-end-column="16" />
1129
+ <state relative-caret-position="3675">
1130
+ <caret line="256" column="19" selection-start-line="256" selection-start-column="19" selection-end-line="256" selection-end-column="19" />
1263
1131
  </state>
1264
1132
  </provider>
1265
1133
  </entry>
1266
- <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js">
1134
+ <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
1267
1135
  <provider selected="true" editor-type-id="text-editor">
1268
- <state relative-caret-position="5790">
1269
- <caret line="386" column="27" selection-start-line="386" selection-start-column="27" selection-end-line="386" selection-end-column="27" />
1136
+ <state relative-caret-position="1065">
1137
+ <caret line="71" column="110" selection-start-line="71" selection-start-column="110" selection-end-line="71" selection-end-column="110" />
1270
1138
  </state>
1271
1139
  </provider>
1272
1140
  </entry>
1273
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
1141
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1274
1142
  <provider selected="true" editor-type-id="text-editor">
1275
- <state relative-caret-position="945">
1276
- <caret line="66" column="3" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
1143
+ <state relative-caret-position="3645">
1144
+ <caret line="252" column="21" selection-start-line="252" selection-start-column="21" selection-end-line="252" selection-end-column="21" />
1277
1145
  <folding>
1278
- <element signature="e#0#31#0" expanded="true" />
1146
+ <element signature="e#0#45#0" expanded="true" />
1279
1147
  </folding>
1280
1148
  </state>
1281
1149
  </provider>
1282
1150
  </entry>
1283
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/table.js">
1284
- <provider selected="true" editor-type-id="text-editor">
1285
- <state relative-caret-position="2040">
1286
- <caret line="136" column="51" selection-start-line="136" selection-start-column="51" selection-end-line="136" selection-end-column="51" />
1151
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
1152
+ <provider selected="true" editor-type-id="text-editor" />
1153
+ </entry>
1154
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/README.md">
1155
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1156
+ <state split_layout="FIRST">
1157
+ <first_editor />
1158
+ <second_editor />
1287
1159
  </state>
1288
1160
  </provider>
1289
1161
  </entry>
1290
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-multimd-table/index.js">
1162
+ <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
1291
1163
  <provider selected="true" editor-type-id="text-editor">
1292
- <state relative-caret-position="5250">
1293
- <caret line="350" column="7" selection-start-line="350" selection-start-column="7" selection-end-line="350" selection-end-column="7" />
1164
+ <state relative-caret-position="990">
1165
+ <caret line="66" column="3" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
1166
+ <folding>
1167
+ <element signature="e#0#31#0" expanded="true" />
1168
+ </folding>
1294
1169
  </state>
1295
1170
  </provider>
1296
1171
  </entry>
1297
- <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js">
1172
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-multimd-table/index.js">
1298
1173
  <provider selected="true" editor-type-id="text-editor">
1299
- <state relative-caret-position="480">
1300
- <caret line="32" column="176" selection-start-line="32" selection-start-column="176" selection-end-line="32" selection-end-column="176" />
1174
+ <state relative-caret-position="5250">
1175
+ <caret line="350" column="7" selection-start-line="350" selection-start-column="7" selection-end-line="350" selection-end-column="7" />
1301
1176
  </state>
1302
1177
  </provider>
1303
1178
  </entry>
@@ -1308,73 +1183,142 @@
1308
1183
  </state>
1309
1184
  </provider>
1310
1185
  </entry>
1311
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
1186
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/labels.ts">
1312
1187
  <provider selected="true" editor-type-id="text-editor">
1313
- <state relative-caret-position="358">
1314
- <caret line="407" column="4" selection-start-line="407" selection-start-column="4" selection-end-line="407" selection-end-column="4" />
1315
- <folding>
1316
- <element signature="e#0#50#0" expanded="true" />
1317
- </folding>
1188
+ <state relative-caret-position="660">
1189
+ <caret line="44" column="2" selection-start-line="44" selection-start-column="2" selection-end-line="44" selection-end-column="2" />
1318
1190
  </state>
1319
1191
  </provider>
1320
1192
  </entry>
1321
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
1193
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1322
1194
  <provider selected="true" editor-type-id="text-editor">
1323
- <state relative-caret-position="-3204" />
1195
+ <state relative-caret-position="78">
1196
+ <caret line="613" column="23" selection-start-line="613" selection-start-column="14" selection-end-line="613" selection-end-column="23" />
1197
+ <folding>
1198
+ <element signature="e#0#38#0" expanded="true" />
1199
+ <element signature="e#1356#1422#0" expanded="true" />
1200
+ <element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
1201
+ </folding>
1202
+ </state>
1324
1203
  </provider>
1325
1204
  </entry>
1326
- <entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/generate-tsv-csv.ts">
1205
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/table-markdown.ts">
1327
1206
  <provider selected="true" editor-type-id="text-editor">
1328
- <state relative-caret-position="145">
1329
- <caret line="43" column="37" selection-start-line="43" selection-start-column="37" selection-end-line="43" selection-end-column="37" />
1207
+ <state relative-caret-position="114">
1208
+ <caret line="23" column="13" selection-start-line="23" selection-start-column="13" selection-end-line="23" selection-end-column="13" />
1330
1209
  </state>
1331
1210
  </provider>
1332
1211
  </entry>
1333
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1212
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
1334
1213
  <provider selected="true" editor-type-id="text-editor">
1335
- <state relative-caret-position="858">
1336
- <caret line="1029" column="33" selection-start-line="1029" selection-start-column="33" selection-end-line="1029" selection-end-column="33" />
1214
+ <state relative-caret-position="-1232">
1215
+ <caret line="209" column="15" selection-start-line="209" selection-start-column="15" selection-end-line="209" selection-end-column="15" />
1337
1216
  <folding>
1338
- <element signature="e#0#38#0" expanded="true" />
1217
+ <element signature="e#0#40#0" expanded="true" />
1218
+ <element signature="n#style#0;n#tsv#0;n#!!top" expanded="true" />
1219
+ <element signature="n#style#0;n#table-markdown#0;n#!!top" expanded="true" />
1220
+ <element signature="n#style#0;n#csv#0;n#!!top" expanded="true" />
1339
1221
  </folding>
1340
1222
  </state>
1341
1223
  </provider>
1342
1224
  </entry>
1343
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
1225
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
1344
1226
  <provider selected="true" editor-type-id="text-editor">
1345
- <state relative-caret-position="2828">
1346
- <caret line="297" column="13" selection-start-line="297" selection-start-column="13" selection-end-line="297" selection-end-column="13" />
1227
+ <state relative-caret-position="-4758">
1228
+ <caret line="92" selection-start-line="92" selection-end-line="92" />
1347
1229
  <folding>
1348
- <element signature="e#0#40#0" expanded="true" />
1230
+ <element signature="n#style#0;n#mathml#0;n#!!top" expanded="true" />
1231
+ <element signature="n#style#0;n#mathmlword#0;n#!!top" expanded="true" />
1232
+ <element signature="n#style#0;n#asciimath#0;n#!!top" expanded="true" />
1233
+ <element signature="n#style#0;n#latex#0;n#!!top" expanded="true" />
1234
+ <element signature="n#style#0;n#speech#0;n#!!top" expanded="true" />
1235
+ <element signature="n#style#0;n#error#0;n#!!top" expanded="true" />
1349
1236
  </folding>
1350
1237
  </state>
1351
1238
  </provider>
1352
1239
  </entry>
1353
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1240
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
1354
1241
  <provider selected="true" editor-type-id="text-editor">
1355
- <state relative-caret-position="159">
1356
- <caret line="178" column="28" selection-start-line="178" selection-start-column="28" selection-end-line="178" selection-end-column="28" />
1242
+ <state relative-caret-position="160">
1243
+ <caret line="239" column="77" selection-start-line="239" selection-start-column="74" selection-end-line="239" selection-end-column="77" />
1357
1244
  <folding>
1358
- <element signature="e#0#45#0" expanded="true" />
1359
- <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
1245
+ <element signature="e#0#70#0" expanded="true" />
1360
1246
  </folding>
1361
1247
  </state>
1362
1248
  </provider>
1363
1249
  </entry>
1364
- <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
1250
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
1365
1251
  <provider selected="true" editor-type-id="text-editor">
1366
- <state relative-caret-position="134">
1367
- <caret line="71" column="110" selection-start-line="71" selection-start-column="110" selection-end-line="71" selection-end-column="110" />
1252
+ <state relative-caret-position="248">
1253
+ <caret line="1127" column="25" selection-start-line="1127" selection-start-column="25" selection-end-line="1127" selection-end-column="25" />
1368
1254
  </state>
1369
1255
  </provider>
1370
1256
  </entry>
1257
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv/_data.js">
1258
+ <provider selected="true" editor-type-id="text-editor">
1259
+ <state relative-caret-position="-3019" />
1260
+ </provider>
1261
+ </entry>
1371
1262
  <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1372
1263
  <provider selected="true" editor-type-id="text-editor">
1373
- <state relative-caret-position="-309">
1374
- <caret line="41" column="57" selection-start-line="41" selection-start-column="57" selection-end-line="41" selection-end-column="57" />
1375
- <folding>
1376
- <element signature="e#0#38#0" expanded="true" />
1377
- </folding>
1264
+ <state relative-caret-position="92">
1265
+ <caret line="49" column="3" selection-start-line="49" selection-start-column="3" selection-end-line="49" selection-end-column="3" />
1266
+ </state>
1267
+ </provider>
1268
+ </entry>
1269
+ <entry file="file://$PROJECT_DIR$/tests/_tsv.js">
1270
+ <provider selected="true" editor-type-id="text-editor">
1271
+ <state relative-caret-position="3574">
1272
+ <caret line="250" selection-start-line="250" selection-end-line="250" />
1273
+ </state>
1274
+ </provider>
1275
+ </entry>
1276
+ <entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
1277
+ <provider selected="true" editor-type-id="text-editor">
1278
+ <state relative-caret-position="-116">
1279
+ <caret line="59" column="7" selection-start-line="59" selection-start-column="7" selection-end-line="59" selection-end-column="7" />
1280
+ </state>
1281
+ </provider>
1282
+ </entry>
1283
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js">
1284
+ <provider selected="true" editor-type-id="text-editor">
1285
+ <state relative-caret-position="-7081">
1286
+ <caret line="32" column="176" selection-start-line="32" selection-start-column="176" selection-end-line="32" selection-end-column="176" />
1287
+ </state>
1288
+ </provider>
1289
+ </entry>
1290
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js">
1291
+ <provider selected="true" editor-type-id="text-editor">
1292
+ <state relative-caret-position="-1">
1293
+ <caret line="394" column="41" selection-start-line="394" selection-start-column="41" selection-end-line="394" selection-end-column="41" />
1294
+ </state>
1295
+ </provider>
1296
+ </entry>
1297
+ <entry file="file://$PROJECT_DIR$/tests/_data/_table-markdown/_data.js">
1298
+ <provider selected="true" editor-type-id="text-editor">
1299
+ <state relative-caret-position="89">
1300
+ <caret line="914" column="16" selection-start-line="914" selection-start-column="16" selection-end-line="914" selection-end-column="16" />
1301
+ </state>
1302
+ </provider>
1303
+ </entry>
1304
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1305
+ <provider selected="true" editor-type-id="text-editor">
1306
+ <state relative-caret-position="276">
1307
+ <caret line="110" column="25" selection-start-line="110" selection-start-column="25" selection-end-line="110" selection-end-column="25" />
1308
+ </state>
1309
+ </provider>
1310
+ </entry>
1311
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
1312
+ <provider selected="true" editor-type-id="text-editor">
1313
+ <state relative-caret-position="105">
1314
+ <caret line="7" column="85" selection-start-line="7" selection-start-column="85" selection-end-line="7" selection-end-column="85" />
1315
+ </state>
1316
+ </provider>
1317
+ </entry>
1318
+ <entry file="file://$PROJECT_DIR$/package.json">
1319
+ <provider selected="true" editor-type-id="text-editor">
1320
+ <state relative-caret-position="30">
1321
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
1378
1322
  </state>
1379
1323
  </provider>
1380
1324
  </entry>