mathpix-markdown-it 1.0.91 → 1.0.92

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 (59) hide show
  1. package/.idea/workspace.xml +253 -351
  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 +53 -0
  8. package/lib/markdown/common/consts.js +54 -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.js +6 -1
  23. package/lib/markdown/md-block-rule/begin-tabular/index.js.map +1 -1
  24. package/lib/markdown/md-inline-rule/core-inline.d.ts +8 -0
  25. package/lib/markdown/md-inline-rule/core-inline.js +29 -0
  26. package/lib/markdown/md-inline-rule/core-inline.js.map +1 -0
  27. package/lib/markdown/md-inline-rule/includegraphics.js +3 -2
  28. package/lib/markdown/md-inline-rule/includegraphics.js.map +1 -1
  29. package/lib/markdown/md-renderer-rules/breaks.d.ts +6 -0
  30. package/lib/markdown/md-renderer-rules/breaks.js +22 -0
  31. package/lib/markdown/md-renderer-rules/breaks.js.map +1 -0
  32. package/lib/markdown/md-theorem/block-rule.js +39 -45
  33. package/lib/markdown/md-theorem/block-rule.js.map +1 -1
  34. package/lib/markdown/md-theorem/helper.d.ts +0 -13
  35. package/lib/markdown/md-theorem/helper.js +1 -23
  36. package/lib/markdown/md-theorem/helper.js.map +1 -1
  37. package/lib/markdown/md-theorem/index.js +5 -4
  38. package/lib/markdown/md-theorem/index.js.map +1 -1
  39. package/lib/markdown/md-theorem/inline-rule.d.ts +2 -0
  40. package/lib/markdown/md-theorem/inline-rule.js +72 -8
  41. package/lib/markdown/md-theorem/inline-rule.js.map +1 -1
  42. package/lib/markdown/mdPluginRaw.js +125 -69
  43. package/lib/markdown/mdPluginRaw.js.map +1 -1
  44. package/lib/markdown/mdPluginTableTabular.js +6 -5
  45. package/lib/markdown/mdPluginTableTabular.js.map +1 -1
  46. package/lib/markdown/mdPluginText.js +53 -14
  47. package/lib/markdown/mdPluginText.js.map +1 -1
  48. package/lib/markdown/rules.d.ts +1 -0
  49. package/lib/markdown/rules.js +29 -1
  50. package/lib/markdown/rules.js.map +1 -1
  51. package/lib/markdown/utils.d.ts +2 -0
  52. package/lib/markdown/utils.js +12 -1
  53. package/lib/markdown/utils.js.map +1 -1
  54. package/lib/mathjax/index.d.ts +29 -20
  55. package/lib/mathjax/index.js +15 -3
  56. package/lib/mathjax/index.js.map +1 -1
  57. package/lib/mathpix-markdown-model/index.js +7 -24
  58. package/lib/mathpix-markdown-model/index.js.map +1 -1
  59. package/package.json +1 -1
@@ -7,13 +7,18 @@
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="181" mnemonic="7" />
11
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/rules.ts" line="52" mnemonic="9" />
12
+ <bookmark url="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" line="1011" mnemonic="1" />
13
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="590" mnemonic="0" />
14
14
  </component>
15
15
  <component name="ChangeListManager">
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" />
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">
17
+ <change beforePath="$PROJECT_DIR$/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/bundle.js" afterDir="false" />
18
+ <change beforePath="$PROJECT_DIR$/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/index.js" afterDir="false" />
19
+ <change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" afterDir="false" />
20
+ <change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" afterDir="false" />
21
+ </list>
17
22
  <ignored path="$PROJECT_DIR$/es5/" />
18
23
  <ignored path="$PROJECT_DIR$/.tmp/" />
19
24
  <ignored path="$PROJECT_DIR$/temp/" />
@@ -28,7 +33,7 @@
28
33
  <session id="1706553226">
29
34
  <usages-collector id="statistics.lifecycle.project">
30
35
  <counts>
31
- <entry key="project.closed" value="135" />
36
+ <entry key="project.closed" value="141" />
32
37
  <entry key="project.open.time.10" value="6" />
33
38
  <entry key="project.open.time.11" value="9" />
34
39
  <entry key="project.open.time.12" value="5" />
@@ -41,24 +46,24 @@
41
46
  <entry key="project.open.time.2" value="7" />
42
47
  <entry key="project.open.time.20" value="3" />
43
48
  <entry key="project.open.time.22" value="3" />
44
- <entry key="project.open.time.3" value="30" />
49
+ <entry key="project.open.time.3" value="32" />
45
50
  <entry key="project.open.time.30" value="1" />
46
51
  <entry key="project.open.time.31" value="1" />
47
52
  <entry key="project.open.time.32" value="1" />
48
53
  <entry key="project.open.time.34" value="2" />
49
- <entry key="project.open.time.4" value="31" />
54
+ <entry key="project.open.time.4" value="34" />
50
55
  <entry key="project.open.time.48" value="1" />
51
- <entry key="project.open.time.5" value="15" />
56
+ <entry key="project.open.time.5" value="16" />
52
57
  <entry key="project.open.time.6" value="8" />
53
58
  <entry key="project.open.time.7" value="6" />
54
59
  <entry key="project.open.time.8" value="2" />
55
60
  <entry key="project.open.time.9" value="2" />
56
- <entry key="project.opened" value="157" />
61
+ <entry key="project.opened" value="163" />
57
62
  </counts>
58
63
  </usages-collector>
59
64
  <usages-collector id="statistics.js.language.service.starts">
60
65
  <counts>
61
- <entry key="TypeScriptServerServiceImpl" value="150" />
66
+ <entry key="TypeScriptServerServiceImpl" value="156" />
62
67
  </counts>
63
68
  </usages-collector>
64
69
  <usages-collector id="statistics.file.extensions.open">
@@ -70,14 +75,14 @@
70
75
  <entry key="gif" value="1" />
71
76
  <entry key="gitignore" value="7" />
72
77
  <entry key="html" value="11" />
73
- <entry key="js" value="435" />
74
- <entry key="json" value="57" />
78
+ <entry key="js" value="436" />
79
+ <entry key="json" value="58" />
75
80
  <entry key="jsx" value="21" />
76
81
  <entry key="lock" value="11" />
77
- <entry key="md" value="41" />
82
+ <entry key="md" value="42" />
78
83
  <entry key="png" value="2" />
79
84
  <entry key="sre" value="1" />
80
- <entry key="ts" value="1049" />
85
+ <entry key="ts" value="1058" />
81
86
  <entry key="tsx" value="39" />
82
87
  </counts>
83
88
  </usages-collector>
@@ -88,12 +93,12 @@
88
93
  <entry key="EJS" value="1" />
89
94
  <entry key="HTML" value="11" />
90
95
  <entry key="Image" value="3" />
91
- <entry key="JSON" value="54" />
96
+ <entry key="JSON" value="55" />
92
97
  <entry key="JSX Harmony" value="21" />
93
- <entry key="JavaScript" value="436" />
94
- <entry key="Markdown" value="41" />
98
+ <entry key="JavaScript" value="437" />
99
+ <entry key="Markdown" value="42" />
95
100
  <entry key="PLAIN_TEXT" value="8" />
96
- <entry key="TypeScript" value="1049" />
101
+ <entry key="TypeScript" value="1058" />
97
102
  <entry key="TypeScript JSX" value="39" />
98
103
  <entry key="tsconfig" value="4" />
99
104
  <entry key="yarn.lock" value="10" />
@@ -103,11 +108,11 @@
103
108
  <counts>
104
109
  <entry key="css" value="98" />
105
110
  <entry key="html" value="47" />
106
- <entry key="js" value="12063" />
107
- <entry key="json" value="65" />
111
+ <entry key="js" value="12068" />
112
+ <entry key="json" value="69" />
108
113
  <entry key="jsx" value="1587" />
109
114
  <entry key="md" value="2232" />
110
- <entry key="ts" value="94227" />
115
+ <entry key="ts" value="94988" />
111
116
  <entry key="tsx" value="1069" />
112
117
  </counts>
113
118
  </usages-collector>
@@ -115,11 +120,11 @@
115
120
  <counts>
116
121
  <entry key="CSS" value="98" />
117
122
  <entry key="HTML" value="122" />
118
- <entry key="JSON" value="39" />
123
+ <entry key="JSON" value="43" />
119
124
  <entry key="JSX Harmony" value="1587" />
120
- <entry key="JavaScript" value="12076" />
125
+ <entry key="JavaScript" value="12081" />
121
126
  <entry key="Markdown" value="2152" />
122
- <entry key="TypeScript" value="94219" />
127
+ <entry key="TypeScript" value="94980" />
123
128
  <entry key="TypeScript JSX" value="1069" />
124
129
  <entry key="tsconfig" value="26" />
125
130
  </counts>
@@ -130,97 +135,77 @@
130
135
  <favorites_list name="mathpix-markdown-it" />
131
136
  </component>
132
137
  <component name="FileEditorManager">
133
- <splitter split-orientation="horizontal" split-proportion="0.5503356">
138
+ <splitter split-orientation="horizontal" split-proportion="0.46187684">
134
139
  <split-first>
135
140
  <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">
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" />
141
- </state>
142
- </provider>
143
- </entry>
144
- </file>
145
- <file pinned="false" current-in-tab="false">
146
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts">
141
+ <file pinned="false" current-in-tab="true">
142
+ <entry file="file://$PROJECT_DIR$/package.json">
147
143
  <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" />
144
+ <state relative-caret-position="30">
145
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
150
146
  </state>
151
147
  </provider>
152
148
  </entry>
153
149
  </file>
154
150
  <file pinned="false" current-in-tab="false">
155
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
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" />
159
- <folding>
160
- <element signature="e#0#42#0" expanded="true" />
161
- </folding>
151
+ <entry file="file://$PROJECT_DIR$/doc/sections.md">
152
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
153
+ <state split_layout="FIRST">
154
+ <first_editor />
155
+ <second_editor />
162
156
  </state>
163
157
  </provider>
164
158
  </entry>
165
159
  </file>
166
160
  <file pinned="false" current-in-tab="false">
167
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
161
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
168
162
  <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" />
171
- <folding>
172
- <element signature="e#0#40#0" expanded="true" />
173
- </folding>
163
+ <state relative-caret-position="3720">
164
+ <caret line="255" column="19" selection-start-line="255" selection-start-column="19" selection-end-line="255" selection-end-column="19" />
174
165
  </state>
175
166
  </provider>
176
167
  </entry>
177
168
  </file>
178
169
  <file pinned="false" current-in-tab="false">
179
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
180
- <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>
187
- </state>
188
- </provider>
189
- </entry>
190
- </file>
191
- <file pinned="false" current-in-tab="true">
192
170
  <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
193
171
  <provider selected="true" editor-type-id="text-editor">
194
- <state relative-caret-position="134">
172
+ <state relative-caret-position="1065">
195
173
  <caret line="71" column="110" selection-start-line="71" selection-start-column="110" selection-end-line="71" selection-end-column="110" />
196
174
  </state>
197
175
  </provider>
198
176
  </entry>
199
177
  </file>
200
178
  <file pinned="false" current-in-tab="false">
201
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
179
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
202
180
  <provider selected="true" editor-type-id="text-editor">
203
- <state relative-caret-position="-3204" />
181
+ <state relative-caret-position="5370">
182
+ <caret line="367" column="2" selection-start-line="367" selection-start-column="2" selection-end-line="367" selection-end-column="2" />
183
+ </state>
204
184
  </provider>
205
185
  </entry>
206
186
  </file>
207
187
  <file pinned="false" current-in-tab="false">
208
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
188
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
209
189
  <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" />
190
+ <state relative-caret-position="3645">
191
+ <caret line="248" column="21" selection-start-line="248" selection-start-column="2" selection-end-line="248" selection-end-column="21" />
212
192
  <folding>
213
- <element signature="e#0#50#0" expanded="true" />
193
+ <element signature="e#0#45#0" expanded="true" />
214
194
  </folding>
215
195
  </state>
216
196
  </provider>
217
197
  </entry>
218
198
  </file>
199
+ <file pinned="false" current-in-tab="false">
200
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
201
+ <provider selected="true" editor-type-id="text-editor" />
202
+ </entry>
203
+ </file>
219
204
  <file pinned="false" current-in-tab="false">
220
205
  <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
221
206
  <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" />
207
+ <state relative-caret-position="585">
208
+ <caret line="39" column="3" selection-start-line="39" selection-start-column="3" selection-end-line="39" selection-end-column="3" />
224
209
  <folding>
225
210
  <element signature="e#0#70#0" expanded="true" />
226
211
  </folding>
@@ -243,19 +228,10 @@
243
228
  <split-second>
244
229
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
245
230
  <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
231
  <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
256
232
  <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" />
233
+ <state relative-caret-position="930">
234
+ <caret line="62" column="57" selection-start-line="62" selection-start-column="57" selection-end-line="62" selection-end-column="57" />
259
235
  <folding>
260
236
  <element signature="e#0#38#0" expanded="true" />
261
237
  </folding>
@@ -275,7 +251,7 @@
275
251
  <file pinned="false" current-in-tab="false">
276
252
  <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
277
253
  <provider selected="true" editor-type-id="text-editor">
278
- <state relative-caret-position="945">
254
+ <state relative-caret-position="990">
279
255
  <caret line="66" column="3" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
280
256
  <folding>
281
257
  <element signature="e#0#31#0" expanded="true" />
@@ -284,15 +260,6 @@
284
260
  </provider>
285
261
  </entry>
286
262
  </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
263
  <file pinned="false" current-in-tab="false">
297
264
  <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-multimd-table/index.js">
298
265
  <provider selected="true" editor-type-id="text-editor">
@@ -320,18 +287,37 @@
320
287
  </provider>
321
288
  </entry>
322
289
  </file>
323
- <file pinned="false" current-in-tab="false">
290
+ <file pinned="false" current-in-tab="true">
324
291
  <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
325
292
  <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" />
293
+ <state relative-caret-position="85">
294
+ <caret line="608" column="19" selection-start-line="608" selection-start-column="14" selection-end-line="608" selection-end-column="19" />
328
295
  <folding>
329
296
  <element signature="e#0#38#0" expanded="true" />
297
+ <element signature="e#1339#1405#0" expanded="true" />
330
298
  </folding>
331
299
  </state>
332
300
  </provider>
333
301
  </entry>
334
302
  </file>
303
+ <file pinned="false" current-in-tab="false">
304
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/labels.ts">
305
+ <provider selected="true" editor-type-id="text-editor">
306
+ <state relative-caret-position="660">
307
+ <caret line="44" column="2" selection-start-line="44" selection-start-column="2" selection-end-line="44" selection-end-column="2" />
308
+ </state>
309
+ </provider>
310
+ </entry>
311
+ </file>
312
+ <file pinned="false" current-in-tab="false">
313
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
314
+ <provider selected="true" editor-type-id="text-editor">
315
+ <state relative-caret-position="1605">
316
+ <caret line="107" selection-start-line="107" selection-end-line="107" />
317
+ </state>
318
+ </provider>
319
+ </entry>
320
+ </file>
335
321
  </leaf>
336
322
  </split-second>
337
323
  </splitter>
@@ -345,22 +331,6 @@
345
331
  </component>
346
332
  <component name="FindInProjectRecents">
347
333
  <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
334
  <find>renderInlineTokenBlock</find>
365
335
  <find>arrTsv</find>
366
336
  <find>arrCsv</find>
@@ -375,6 +345,22 @@
375
345
  <find>md_table</find>
376
346
  <find>inline-tabular</find>
377
347
  <find>align</find>
348
+ <find>math_as_ascii</find>
349
+ <find>asciimath_tsv</find>
350
+ <find>tableToCsv</find>
351
+ <find>toCsv</find>
352
+ <find>AddToAsciiData</find>
353
+ <find>cellMd</find>
354
+ <find>_md</find>
355
+ <find>tsv</find>
356
+ <find>&lt;br</find>
357
+ <find>csvSeparatorsDef</find>
358
+ <find>csv_separators</find>
359
+ <find>ascii_tsv</find>
360
+ <find>check</find>
361
+ <find>checkEquationNumber</find>
362
+ <find>multiMath</find>
363
+ <find>labels</find>
378
364
  </findStrings>
379
365
  <replaceStrings>
380
366
  <replace>MJSimple</replace>
@@ -402,7 +388,6 @@
402
388
  <dir>$PROJECT_DIR$/node_modules</dir>
403
389
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
404
390
  <dir>$PROJECT_DIR$/src/components</dir>
405
- <dir>$PROJECT_DIR$/src/mathjax</dir>
406
391
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
407
392
  <dir>$PROJECT_DIR$/tests</dir>
408
393
  <dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
@@ -410,11 +395,12 @@
410
395
  <dir>$PROJECT_DIR$/tests/_data/_csv</dir>
411
396
  <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
412
397
  <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
413
- <dir>$PROJECT_DIR$/src</dir>
414
- <dir>$PROJECT_DIR$/src/markdown</dir>
415
398
  <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
416
399
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
417
400
  <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
401
+ <dir>$PROJECT_DIR$/src/mathjax</dir>
402
+ <dir>$PROJECT_DIR$/src/markdown</dir>
403
+ <dir>$PROJECT_DIR$/src</dir>
418
404
  </dirStrings>
419
405
  </component>
420
406
  <component name="Git.Settings">
@@ -446,34 +432,34 @@
446
432
  <option value="$PROJECT_DIR$/src/contex-menu/menu/consts.ts" />
447
433
  <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts" />
448
434
  <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
435
  <option value="$PROJECT_DIR$/src/contex-menu/menu/index.ts" />
453
436
  <option value="$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts" />
454
437
  <option value="$PROJECT_DIR$/src/markdown/common/csv.ts" />
455
- <option value="$PROJECT_DIR$/tests/_csv.js" />
456
438
  <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_gathered_aligned.js" />
457
439
  <option value="$PROJECT_DIR$/tests/_tsv_with_array.js" />
458
440
  <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
441
  <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
442
  <option value="$PROJECT_DIR$/examples/run.js" />
465
443
  <option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/.env" />
466
444
  <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js" />
467
445
  <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
446
  <option value="$PROJECT_DIR$/tests/_data/_csv/_data.js" />
470
447
  <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
448
  <option value="$PROJECT_DIR$/src/markdown/md-core-rules/generate-tsv-csv.ts" />
475
449
  <option value="$PROJECT_DIR$/src/markdown/rules.ts" />
476
450
  <option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
451
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
452
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
453
+ <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" />
454
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
455
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
456
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
457
+ <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
458
+ <option value="$PROJECT_DIR$/tests/_csv.js" />
459
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
460
+ <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
461
+ <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
462
+ <option value="$PROJECT_DIR$/package.json" />
477
463
  </list>
478
464
  </option>
479
465
  </component>
@@ -504,10 +490,9 @@
504
490
  </packageJsonPaths>
505
491
  </component>
506
492
  <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" />
493
+ <option name="y" value="23" />
494
+ <option name="width" value="1617" />
495
+ <option name="height" value="981" />
511
496
  </component>
512
497
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
513
498
  <component name="ProjectView">
@@ -515,7 +500,6 @@
515
500
  <foldersAlwaysOnTop value="true" />
516
501
  </navigator>
517
502
  <panes>
518
- <pane id="Scope" />
519
503
  <pane id="ProjectPane">
520
504
  <subPane>
521
505
  <expand>
@@ -523,89 +507,11 @@
523
507
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
524
508
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
525
509
  </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
- <path>
563
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
564
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
565
- <item name="src" type="462c0819:PsiDirectoryNode" />
566
- <item name="markdown" type="462c0819:PsiDirectoryNode" />
567
- </path>
568
- <path>
569
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
570
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
571
- <item name="src" type="462c0819:PsiDirectoryNode" />
572
- <item name="mathjax" type="462c0819:PsiDirectoryNode" />
573
- </path>
574
- <path>
575
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
576
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
577
- <item name="src" type="462c0819:PsiDirectoryNode" />
578
- <item name="mathjax" type="462c0819:PsiDirectoryNode" />
579
- <item name="serialized-ascii" type="462c0819:PsiDirectoryNode" />
580
- </path>
581
- <path>
582
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
583
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
584
- <item name="src" type="462c0819:PsiDirectoryNode" />
585
- <item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
586
- </path>
587
- <path>
588
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
589
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
590
- <item name="tests" type="462c0819:PsiDirectoryNode" />
591
- </path>
592
- <path>
593
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
594
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
595
- <item name="tests" type="462c0819:PsiDirectoryNode" />
596
- <item name="_data" type="462c0819:PsiDirectoryNode" />
597
- </path>
598
- <path>
599
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
600
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
601
- <item name="tests" type="462c0819:PsiDirectoryNode" />
602
- <item name="_data" type="462c0819:PsiDirectoryNode" />
603
- <item name="_tsv_with_array" type="462c0819:PsiDirectoryNode" />
604
- </path>
605
510
  </expand>
606
511
  <select />
607
512
  </subPane>
608
513
  </pane>
514
+ <pane id="Scope" />
609
515
  </panes>
610
516
  </component>
611
517
  <component name="PropertiesComponent">
@@ -830,17 +736,32 @@
830
736
  <workItem from="1682317310248" duration="594000" />
831
737
  <workItem from="1682327357841" duration="328000" />
832
738
  <workItem from="1682368826047" duration="32745000" />
833
- <workItem from="1682488438162" duration="14047000" />
739
+ <workItem from="1682488438162" duration="14222000" />
740
+ <workItem from="1682581363390" duration="8936000" />
741
+ <workItem from="1682596010805" duration="6992000" />
742
+ <workItem from="1682674344594" duration="2414000" />
743
+ <workItem from="1682918650431" duration="4772000" />
744
+ <workItem from="1682942018894" duration="282000" />
745
+ <workItem from="1682957775136" duration="841000" />
834
746
  </task>
835
747
  <servers />
836
748
  </component>
837
749
  <component name="TimeTrackingManager">
838
- <option name="totallyTimeSpent" value="2060406000" />
750
+ <option name="totallyTimeSpent" value="2084818000" />
751
+ </component>
752
+ <component name="TodoView">
753
+ <todo-panel id="selected-file">
754
+ <is-autoscroll-to-source value="true" />
755
+ </todo-panel>
756
+ <todo-panel id="all">
757
+ <are-packages-shown value="true" />
758
+ <is-autoscroll-to-source value="true" />
759
+ </todo-panel>
839
760
  </component>
840
761
  <component name="ToolWindowManager">
841
- <frame x="12" y="25" width="1610" height="974" extended-state="0" />
762
+ <frame x="0" y="23" width="1617" height="981" extended-state="0" />
842
763
  <layout>
843
- <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.16362493" />
764
+ <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.1453634" />
844
765
  <window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
845
766
  <window_info id="npm" order="2" side_tool="true" />
846
767
  <window_info id="DB Browser" order="3" />
@@ -853,13 +774,13 @@
853
774
  <window_info anchor="bottom" id="Debug" order="3" weight="0.40693069" />
854
775
  <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
855
776
  <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
856
- <window_info anchor="bottom" id="TODO" order="6" />
777
+ <window_info anchor="bottom" id="TODO" order="6" weight="0.3295838" />
857
778
  <window_info anchor="bottom" id="Console" order="7" />
858
779
  <window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
859
780
  <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
860
781
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
861
782
  <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" />
783
+ <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.5736783" />
863
784
  <window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
864
785
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
865
786
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -903,7 +824,7 @@
903
824
  <breakpoints>
904
825
  <line-breakpoint enabled="true" type="javascript">
905
826
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
906
- <line>365</line>
827
+ <line>348</line>
907
828
  <option name="timeStamp" value="16" />
908
829
  </line-breakpoint>
909
830
  <line-breakpoint enabled="true" type="javascript">
@@ -922,12 +843,12 @@
922
843
  </line-breakpoint>
923
844
  <line-breakpoint enabled="true" type="javascript">
924
845
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
925
- <line>2</line>
846
+ <line>3</line>
926
847
  <option name="timeStamp" value="23" />
927
848
  </line-breakpoint>
928
849
  <line-breakpoint enabled="true" type="javascript">
929
850
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
930
- <line>3</line>
851
+ <line>4</line>
931
852
  <option name="timeStamp" value="25" />
932
853
  </line-breakpoint>
933
854
  <line-breakpoint enabled="true" type="javascript">
@@ -947,7 +868,7 @@
947
868
  </line-breakpoint>
948
869
  <line-breakpoint enabled="true" type="javascript">
949
870
  <url>file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts</url>
950
- <line>414</line>
871
+ <line>408</line>
951
872
  <option name="timeStamp" value="29" />
952
873
  </line-breakpoint>
953
874
  <line-breakpoint enabled="true" type="javascript">
@@ -962,17 +883,17 @@
962
883
  </line-breakpoint>
963
884
  <line-breakpoint enabled="true" type="javascript">
964
885
  <url>file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MathDocument.ts</url>
965
- <line>634</line>
886
+ <line>633</line>
966
887
  <option name="timeStamp" value="35" />
967
888
  </line-breakpoint>
968
889
  <line-breakpoint enabled="true" type="javascript">
969
890
  <url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
970
- <line>981</line>
891
+ <line>1027</line>
971
892
  <option name="timeStamp" value="36" />
972
893
  </line-breakpoint>
973
894
  <line-breakpoint enabled="true" type="javascript">
974
895
  <url>file://$PROJECT_DIR$/src/markdown/mdPluginText.ts</url>
975
- <line>327</line>
896
+ <line>335</line>
976
897
  <option name="timeStamp" value="37" />
977
898
  </line-breakpoint>
978
899
  <line-breakpoint enabled="true" type="javascript">
@@ -1014,34 +935,6 @@
1014
935
  </breakpoint-manager>
1015
936
  </component>
1016
937
  <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
938
  <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts">
1046
939
  <provider selected="true" editor-type-id="text-editor">
1047
940
  <state relative-caret-position="75">
@@ -1061,9 +954,6 @@
1061
954
  </state>
1062
955
  </provider>
1063
956
  </entry>
1064
- <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
1065
- <provider selected="true" editor-type-id="text-editor" />
1066
- </entry>
1067
957
  <entry file="file://$PROJECT_DIR$/src/helpers/consts.ts">
1068
958
  <provider selected="true" editor-type-id="text-editor">
1069
959
  <state relative-caret-position="15">
@@ -1078,20 +968,6 @@
1078
968
  </state>
1079
969
  </provider>
1080
970
  </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
971
  <entry file="file://$PROJECT_DIR$/README.md">
1096
972
  <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1097
973
  <state split_layout="FIRST">
@@ -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,55 +1062,123 @@
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" />
1070
+ </state>
1071
+ </provider>
1072
+ </entry>
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">
1075
+ <provider selected="true" editor-type-id="text-editor">
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" />
1078
+ </state>
1079
+ </provider>
1080
+ </entry>
1081
+ <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
1082
+ <provider selected="true" editor-type-id="text-editor">
1083
+ <state relative-caret-position="1365">
1084
+ <caret line="91" selection-start-line="91" selection-end-line="91" />
1200
1085
  </state>
1201
1086
  </provider>
1202
1087
  </entry>
1203
1088
  <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
1204
1089
  <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" />
1090
+ <state relative-caret-position="4320">
1091
+ <caret line="291" column="61" selection-start-line="291" selection-start-column="61" selection-end-line="291" selection-end-column="61" />
1207
1092
  </state>
1208
1093
  </provider>
1209
1094
  </entry>
1210
- <entry file="file://$PROJECT_DIR$/tests/_data/_csv/_data.js">
1095
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts">
1211
1096
  <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" />
1097
+ <state relative-caret-position="1560">
1098
+ <caret line="105" column="19" selection-start-line="105" selection-start-column="10" selection-end-line="105" selection-end-column="19" />
1099
+ </state>
1100
+ </provider>
1101
+ </entry>
1102
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
1103
+ <provider selected="true" editor-type-id="text-editor">
1104
+ <state relative-caret-position="1170">
1105
+ <caret line="83" column="16" selection-start-line="83" selection-start-column="16" selection-end-line="83" selection-end-column="16" />
1106
+ </state>
1107
+ </provider>
1108
+ </entry>
1109
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
1110
+ <provider selected="true" editor-type-id="text-editor">
1111
+ <state>
1112
+ <caret column="17" selection-start-column="17" selection-end-column="17" />
1214
1113
  </state>
1215
1114
  </provider>
1216
1115
  </entry>
1217
1116
  <entry file="file://$PROJECT_DIR$/tests/_csv.js">
1218
1117
  <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" />
1118
+ <state relative-caret-position="145">
1119
+ <caret line="22" column="8" selection-start-line="22" selection-start-column="8" selection-end-line="22" selection-end-column="8" />
1221
1120
  </state>
1222
1121
  </provider>
1223
1122
  </entry>
1224
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts">
1123
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
1225
1124
  <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" />
1125
+ <state relative-caret-position="3345">
1126
+ <caret line="223" column="77" selection-start-line="223" selection-start-column="77" selection-end-line="223" selection-end-column="77" />
1127
+ <folding>
1128
+ <element signature="e#0#40#0" expanded="true" />
1129
+ </folding>
1228
1130
  </state>
1229
1131
  </provider>
1230
1132
  </entry>
1231
- <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts">
1133
+ <entry file="file://$PROJECT_DIR$/doc/sections.md">
1134
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1135
+ <state split_layout="FIRST">
1136
+ <first_editor />
1137
+ <second_editor />
1138
+ </state>
1139
+ </provider>
1140
+ </entry>
1141
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
1232
1142
  <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" />
1143
+ <state relative-caret-position="3720">
1144
+ <caret line="255" column="19" selection-start-line="255" selection-start-column="19" selection-end-line="255" selection-end-column="19" />
1145
+ </state>
1146
+ </provider>
1147
+ </entry>
1148
+ <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
1149
+ <provider selected="true" editor-type-id="text-editor">
1150
+ <state relative-caret-position="1065">
1151
+ <caret line="71" column="110" selection-start-line="71" selection-start-column="110" selection-end-line="71" selection-end-column="110" />
1152
+ </state>
1153
+ </provider>
1154
+ </entry>
1155
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
1156
+ <provider selected="true" editor-type-id="text-editor" />
1157
+ </entry>
1158
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
1159
+ <provider selected="true" editor-type-id="text-editor">
1160
+ <state relative-caret-position="5370">
1161
+ <caret line="367" column="2" selection-start-line="367" selection-start-column="2" selection-end-line="367" selection-end-column="2" />
1162
+ </state>
1163
+ </provider>
1164
+ </entry>
1165
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1166
+ <provider selected="true" editor-type-id="text-editor">
1167
+ <state relative-caret-position="3645">
1168
+ <caret line="248" column="21" selection-start-line="248" selection-start-column="2" selection-end-line="248" selection-end-column="21" />
1235
1169
  <folding>
1236
- <element signature="e#0#42#0" expanded="true" />
1170
+ <element signature="e#0#45#0" expanded="true" />
1237
1171
  </folding>
1238
1172
  </state>
1239
1173
  </provider>
1240
1174
  </entry>
1175
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
1176
+ <provider selected="true" editor-type-id="text-editor" />
1177
+ </entry>
1241
1178
  <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
1242
1179
  <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" />
1180
+ <state relative-caret-position="585">
1181
+ <caret line="39" column="3" selection-start-line="39" selection-start-column="3" selection-end-line="39" selection-end-column="3" />
1245
1182
  <folding>
1246
1183
  <element signature="e#0#70#0" expanded="true" />
1247
1184
  </folding>
@@ -1256,10 +1193,13 @@
1256
1193
  </state>
1257
1194
  </provider>
1258
1195
  </entry>
1259
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
1196
+ <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1260
1197
  <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" />
1198
+ <state relative-caret-position="930">
1199
+ <caret line="62" column="57" selection-start-line="62" selection-start-column="57" selection-end-line="62" selection-end-column="57" />
1200
+ <folding>
1201
+ <element signature="e#0#38#0" expanded="true" />
1202
+ </folding>
1263
1203
  </state>
1264
1204
  </provider>
1265
1205
  </entry>
@@ -1272,7 +1212,7 @@
1272
1212
  </entry>
1273
1213
  <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
1274
1214
  <provider selected="true" editor-type-id="text-editor">
1275
- <state relative-caret-position="945">
1215
+ <state relative-caret-position="990">
1276
1216
  <caret line="66" column="3" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
1277
1217
  <folding>
1278
1218
  <element signature="e#0#31#0" expanded="true" />
@@ -1308,73 +1248,35 @@
1308
1248
  </state>
1309
1249
  </provider>
1310
1250
  </entry>
1311
- <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
1251
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/labels.ts">
1312
1252
  <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>
1253
+ <state relative-caret-position="660">
1254
+ <caret line="44" column="2" selection-start-line="44" selection-start-column="2" selection-end-line="44" selection-end-column="2" />
1318
1255
  </state>
1319
1256
  </provider>
1320
1257
  </entry>
1321
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
1322
- <provider selected="true" editor-type-id="text-editor">
1323
- <state relative-caret-position="-3204" />
1324
- </provider>
1325
- </entry>
1326
- <entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/generate-tsv-csv.ts">
1258
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1327
1259
  <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" />
1260
+ <state relative-caret-position="1605">
1261
+ <caret line="107" selection-start-line="107" selection-end-line="107" />
1330
1262
  </state>
1331
1263
  </provider>
1332
1264
  </entry>
1333
1265
  <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1334
1266
  <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" />
1267
+ <state relative-caret-position="85">
1268
+ <caret line="608" column="19" selection-start-line="608" selection-start-column="14" selection-end-line="608" selection-end-column="19" />
1337
1269
  <folding>
1338
1270
  <element signature="e#0#38#0" expanded="true" />
1271
+ <element signature="e#1339#1405#0" expanded="true" />
1339
1272
  </folding>
1340
1273
  </state>
1341
1274
  </provider>
1342
1275
  </entry>
1343
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
1344
- <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" />
1347
- <folding>
1348
- <element signature="e#0#40#0" expanded="true" />
1349
- </folding>
1350
- </state>
1351
- </provider>
1352
- </entry>
1353
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1354
- <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" />
1357
- <folding>
1358
- <element signature="e#0#45#0" expanded="true" />
1359
- <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
1360
- </folding>
1361
- </state>
1362
- </provider>
1363
- </entry>
1364
- <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
1365
- <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" />
1368
- </state>
1369
- </provider>
1370
- </entry>
1371
- <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1276
+ <entry file="file://$PROJECT_DIR$/package.json">
1372
1277
  <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>
1278
+ <state relative-caret-position="30">
1279
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
1378
1280
  </state>
1379
1281
  </provider>
1380
1282
  </entry>