mathpix-markdown-it 1.0.84 → 1.0.86

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 (65) hide show
  1. package/.idea/vcs.xml +1 -0
  2. package/.idea/workspace.xml +499 -459
  3. package/README.md +1 -1
  4. package/es5/bundle.js +1 -1
  5. package/es5/context-menu.js +1 -1
  6. package/es5/index.js +1 -1
  7. package/lib/contex-menu/index.js +8 -8
  8. package/lib/contex-menu/index.js.map +1 -1
  9. package/lib/contex-menu/menu/consts.d.ts +6 -1
  10. package/lib/contex-menu/menu/consts.js +15 -2
  11. package/lib/contex-menu/menu/consts.js.map +1 -1
  12. package/lib/contex-menu/menu/helper.d.ts +2 -1
  13. package/lib/contex-menu/menu/helper.js +25 -7
  14. package/lib/contex-menu/menu/helper.js.map +1 -1
  15. package/lib/contex-menu/menu/menu-item-actions.js +1 -1
  16. package/lib/contex-menu/menu/menu-item-actions.js.map +1 -1
  17. package/lib/contex-menu/menu/menu-item.js +12 -0
  18. package/lib/contex-menu/menu/menu-item.js.map +1 -1
  19. package/lib/helpers/consts.d.ts +1 -0
  20. package/lib/helpers/consts.js +5 -0
  21. package/lib/helpers/consts.js.map +1 -0
  22. package/lib/markdown/common/consts.d.ts +6 -0
  23. package/lib/markdown/common/consts.js +7 -1
  24. package/lib/markdown/common/consts.js.map +1 -1
  25. package/lib/markdown/common/tsv.js +4 -2
  26. package/lib/markdown/common/tsv.js.map +1 -1
  27. package/lib/markdown/md-block-rule/begin-tabular/index.d.ts +1 -0
  28. package/lib/markdown/md-block-rule/begin-tabular/index.js +1 -0
  29. package/lib/markdown/md-block-rule/begin-tabular/index.js.map +1 -1
  30. package/lib/markdown/md-block-rule/begin-tabular/multi-column-row.js +23 -4
  31. package/lib/markdown/md-block-rule/begin-tabular/multi-column-row.js.map +1 -1
  32. package/lib/markdown/md-block-rule/begin-tabular/sub-math.d.ts +1 -1
  33. package/lib/markdown/md-block-rule/begin-tabular/sub-math.js +16 -7
  34. package/lib/markdown/md-block-rule/begin-tabular/sub-math.js.map +1 -1
  35. package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js +2 -1
  36. package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js.map +1 -1
  37. package/lib/markdown/md-renderer-rules/render-tabular.js +1 -1
  38. package/lib/markdown/md-renderer-rules/render-tabular.js.map +1 -1
  39. package/lib/markdown/mdPluginRaw.js +41 -1
  40. package/lib/markdown/mdPluginRaw.js.map +1 -1
  41. package/lib/mathjax/helpers/array/ArrayConfiguration.d.ts +6 -0
  42. package/lib/mathjax/helpers/array/ArrayConfiguration.js +14 -0
  43. package/lib/mathjax/helpers/array/ArrayConfiguration.js.map +1 -0
  44. package/lib/mathjax/helpers/array/ArrayMappings.d.ts +1 -0
  45. package/lib/mathjax/helpers/array/ArrayMappings.js +26 -0
  46. package/lib/mathjax/helpers/array/ArrayMappings.js.map +1 -0
  47. package/lib/mathjax/helpers/array/ArrayMethods.d.ts +6 -0
  48. package/lib/mathjax/helpers/array/ArrayMethods.js +46 -0
  49. package/lib/mathjax/helpers/array/ArrayMethods.js.map +1 -0
  50. package/lib/mathjax/index.d.ts +2 -0
  51. package/lib/mathjax/index.js +45 -8
  52. package/lib/mathjax/index.js.map +1 -1
  53. package/lib/mathjax/mathjax.d.ts +4 -0
  54. package/lib/mathjax/mathjax.js +12 -0
  55. package/lib/mathjax/mathjax.js.map +1 -1
  56. package/lib/mathjax/serialized-ascii/handlers.d.ts +2 -0
  57. package/lib/mathjax/serialized-ascii/handlers.js +248 -48
  58. package/lib/mathjax/serialized-ascii/handlers.js.map +1 -1
  59. package/lib/mathjax/serialized-ascii/helperA.d.ts +46 -0
  60. package/lib/mathjax/serialized-ascii/helperA.js +135 -124
  61. package/lib/mathjax/serialized-ascii/helperA.js.map +1 -1
  62. package/lib/mathjax/serialized-ascii/index.d.ts +3 -0
  63. package/lib/mathjax/serialized-ascii/index.js +43 -5
  64. package/lib/mathjax/serialized-ascii/index.js.map +1 -1
  65. package/package.json +1 -1
@@ -1,12 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="BookmarkManager">
4
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="915" mnemonic="5" />
5
- <bookmark url="file://$PROJECT_DIR$/examples/react-app/use-toc/src/App.jsx" line="7" mnemonic="9" />
6
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="480" mnemonic="1" />
4
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" line="209" mnemonic="4" />
5
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" line="21" mnemonic="5" />
6
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" line="216" mnemonic="6" />
7
+ <bookmark url="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMethods.ts" line="58" mnemonic="0" />
8
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" line="141" mnemonic="1" />
9
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" line="297" mnemonic="2" />
10
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" line="235" mnemonic="3" />
11
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" line="243" mnemonic="9" />
12
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="891" mnemonic="8" />
7
13
  </component>
8
14
  <component name="ChangeListManager">
9
- <list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
15
+ <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" />
10
16
  <ignored path="$PROJECT_DIR$/es5/" />
11
17
  <ignored path="$PROJECT_DIR$/.tmp/" />
12
18
  <ignored path="$PROJECT_DIR$/temp/" />
@@ -21,36 +27,37 @@
21
27
  <session id="1706553226">
22
28
  <usages-collector id="statistics.lifecycle.project">
23
29
  <counts>
24
- <entry key="project.closed" value="79" />
30
+ <entry key="project.closed" value="104" />
25
31
  <entry key="project.open.time.10" value="5" />
26
32
  <entry key="project.open.time.11" value="5" />
27
33
  <entry key="project.open.time.12" value="4" />
28
- <entry key="project.open.time.13" value="8" />
29
- <entry key="project.open.time.14" value="2" />
34
+ <entry key="project.open.time.13" value="10" />
35
+ <entry key="project.open.time.14" value="3" />
30
36
  <entry key="project.open.time.15" value="1" />
31
37
  <entry key="project.open.time.17" value="1" />
32
38
  <entry key="project.open.time.18" value="3" />
33
39
  <entry key="project.open.time.19" value="1" />
34
- <entry key="project.open.time.2" value="2" />
35
- <entry key="project.open.time.20" value="1" />
40
+ <entry key="project.open.time.2" value="5" />
41
+ <entry key="project.open.time.20" value="2" />
36
42
  <entry key="project.open.time.22" value="3" />
37
- <entry key="project.open.time.3" value="13" />
43
+ <entry key="project.open.time.3" value="21" />
38
44
  <entry key="project.open.time.30" value="1" />
39
45
  <entry key="project.open.time.31" value="1" />
40
46
  <entry key="project.open.time.32" value="1" />
41
47
  <entry key="project.open.time.34" value="1" />
42
- <entry key="project.open.time.4" value="15" />
48
+ <entry key="project.open.time.4" value="22" />
43
49
  <entry key="project.open.time.48" value="1" />
44
- <entry key="project.open.time.5" value="10" />
50
+ <entry key="project.open.time.5" value="11" />
45
51
  <entry key="project.open.time.6" value="7" />
46
- <entry key="project.open.time.7" value="4" />
47
- <entry key="project.open.time.9" value="1" />
48
- <entry key="project.opened" value="93" />
52
+ <entry key="project.open.time.7" value="6" />
53
+ <entry key="project.open.time.8" value="1" />
54
+ <entry key="project.open.time.9" value="2" />
55
+ <entry key="project.opened" value="120" />
49
56
  </counts>
50
57
  </usages-collector>
51
58
  <usages-collector id="statistics.js.language.service.starts">
52
59
  <counts>
53
- <entry key="TypeScriptServerServiceImpl" value="88" />
60
+ <entry key="TypeScriptServerServiceImpl" value="115" />
54
61
  </counts>
55
62
  </usages-collector>
56
63
  <usages-collector id="statistics.file.extensions.open">
@@ -60,17 +67,17 @@
60
67
  <entry key="ejs" value="1" />
61
68
  <entry key="env" value="3" />
62
69
  <entry key="gif" value="1" />
63
- <entry key="gitignore" value="5" />
64
- <entry key="html" value="9" />
65
- <entry key="js" value="210" />
66
- <entry key="json" value="37" />
70
+ <entry key="gitignore" value="7" />
71
+ <entry key="html" value="10" />
72
+ <entry key="js" value="296" />
73
+ <entry key="json" value="46" />
67
74
  <entry key="jsx" value="18" />
68
- <entry key="lock" value="8" />
69
- <entry key="md" value="37" />
75
+ <entry key="lock" value="9" />
76
+ <entry key="md" value="39" />
70
77
  <entry key="png" value="1" />
71
78
  <entry key="sre" value="1" />
72
- <entry key="ts" value="449" />
73
- <entry key="tsx" value="22" />
79
+ <entry key="ts" value="790" />
80
+ <entry key="tsx" value="34" />
74
81
  </counts>
75
82
  </usages-collector>
76
83
  <usages-collector id="statistics.file.types.open">
@@ -78,41 +85,42 @@
78
85
  <entry key=".env file" value="3" />
79
86
  <entry key="CSS" value="3" />
80
87
  <entry key="EJS" value="1" />
81
- <entry key="HTML" value="9" />
88
+ <entry key="HTML" value="10" />
82
89
  <entry key="Image" value="2" />
83
- <entry key="JSON" value="37" />
90
+ <entry key="JSON" value="44" />
84
91
  <entry key="JSX Harmony" value="18" />
85
- <entry key="JavaScript" value="211" />
86
- <entry key="Markdown" value="37" />
87
- <entry key="PLAIN_TEXT" value="6" />
88
- <entry key="TypeScript" value="449" />
89
- <entry key="TypeScript JSX" value="22" />
90
- <entry key="tsconfig" value="1" />
91
- <entry key="yarn.lock" value="7" />
92
+ <entry key="JavaScript" value="297" />
93
+ <entry key="Markdown" value="39" />
94
+ <entry key="PLAIN_TEXT" value="8" />
95
+ <entry key="TypeScript" value="790" />
96
+ <entry key="TypeScript JSX" value="34" />
97
+ <entry key="tsconfig" value="3" />
98
+ <entry key="yarn.lock" value="8" />
92
99
  </counts>
93
100
  </usages-collector>
94
101
  <usages-collector id="statistics.file.extensions.edit">
95
102
  <counts>
96
103
  <entry key="css" value="98" />
97
- <entry key="html" value="26" />
98
- <entry key="js" value="6084" />
99
- <entry key="json" value="24" />
104
+ <entry key="html" value="27" />
105
+ <entry key="js" value="8159" />
106
+ <entry key="json" value="59" />
100
107
  <entry key="jsx" value="1188" />
101
- <entry key="md" value="2191" />
102
- <entry key="ts" value="47390" />
103
- <entry key="tsx" value="459" />
108
+ <entry key="md" value="2192" />
109
+ <entry key="ts" value="67113" />
110
+ <entry key="tsx" value="522" />
104
111
  </counts>
105
112
  </usages-collector>
106
113
  <usages-collector id="statistics.file.types.edit">
107
114
  <counts>
108
115
  <entry key="CSS" value="98" />
109
- <entry key="HTML" value="101" />
110
- <entry key="JSON" value="24" />
116
+ <entry key="HTML" value="102" />
117
+ <entry key="JSON" value="33" />
111
118
  <entry key="JSX Harmony" value="1188" />
112
- <entry key="JavaScript" value="6097" />
113
- <entry key="Markdown" value="2111" />
114
- <entry key="TypeScript" value="47382" />
115
- <entry key="TypeScript JSX" value="459" />
119
+ <entry key="JavaScript" value="8172" />
120
+ <entry key="Markdown" value="2112" />
121
+ <entry key="TypeScript" value="67105" />
122
+ <entry key="TypeScript JSX" value="522" />
123
+ <entry key="tsconfig" value="26" />
116
124
  </counts>
117
125
  </usages-collector>
118
126
  </session>
@@ -121,110 +129,93 @@
121
129
  <favorites_list name="mathpix-markdown-it" />
122
130
  </component>
123
131
  <component name="FileEditorManager">
124
- <splitter split-orientation="horizontal" split-proportion="0.34469405">
132
+ <splitter split-orientation="horizontal" split-proportion="0.37145314">
125
133
  <split-first>
126
134
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
127
135
  <file pinned="false" current-in-tab="false">
128
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
136
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
129
137
  <provider selected="true" editor-type-id="text-editor">
130
- <state relative-caret-position="1845">
131
- <caret line="137" column="23" selection-start-line="137" selection-start-column="2" selection-end-line="137" selection-end-column="23" />
138
+ <state relative-caret-position="4560">
139
+ <caret line="304" column="16" selection-start-line="304" selection-start-column="16" selection-end-line="304" selection-end-column="16" />
140
+ <folding>
141
+ <element signature="e#0#50#0" expanded="true" />
142
+ </folding>
132
143
  </state>
133
144
  </provider>
134
145
  </entry>
135
146
  </file>
136
147
  <file pinned="false" current-in-tab="false">
137
- <entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
138
- <provider selected="true" editor-type-id="text-editor">
139
- <state relative-caret-position="300">
140
- <caret line="20" selection-start-line="20" selection-end-line="20" />
141
- </state>
142
- </provider>
148
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
149
+ <provider selected="true" editor-type-id="text-editor" />
143
150
  </entry>
144
151
  </file>
145
- <file pinned="false" current-in-tab="false">
146
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/package.json">
147
- <provider selected="true" editor-type-id="text-editor">
148
- <state relative-caret-position="330">
149
- <caret line="22" column="19" selection-start-line="22" selection-start-column="19" selection-end-line="22" selection-end-column="19" />
150
- </state>
151
- </provider>
152
+ <file pinned="false" current-in-tab="true">
153
+ <entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
154
+ <provider selected="true" editor-type-id="text-editor" />
152
155
  </entry>
153
156
  </file>
154
157
  <file pinned="false" current-in-tab="false">
155
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/README.md">
156
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
157
- <state split_layout="FIRST">
158
- <first_editor relative-caret-position="210">
159
- <caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
160
- </first_editor>
161
- <second_editor />
158
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
159
+ <provider selected="true" editor-type-id="text-editor">
160
+ <state relative-caret-position="14880">
161
+ <caret line="992" column="38" selection-start-line="992" selection-start-column="19" selection-end-line="992" selection-end-column="38" />
162
+ <folding>
163
+ <element signature="e#0#38#0" expanded="true" />
164
+ </folding>
162
165
  </state>
163
166
  </provider>
164
167
  </entry>
165
168
  </file>
166
169
  <file pinned="false" current-in-tab="false">
167
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
170
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
168
171
  <provider selected="true" editor-type-id="text-editor">
169
- <state relative-caret-position="660">
170
- <caret line="44" column="41" selection-start-line="44" selection-start-column="41" selection-end-line="44" selection-end-column="108" />
172
+ <state relative-caret-position="3750">
173
+ <caret line="251" column="39" selection-start-line="251" selection-start-column="39" selection-end-line="251" selection-end-column="39" />
171
174
  </state>
172
175
  </provider>
173
176
  </entry>
174
177
  </file>
175
178
  <file pinned="false" current-in-tab="false">
176
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTOC.ts">
179
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/tsv.ts">
177
180
  <provider selected="true" editor-type-id="text-editor">
178
- <state relative-caret-position="3900">
179
- <caret line="263" column="23" selection-start-line="263" selection-start-column="23" selection-end-line="263" selection-end-column="23" />
180
- <folding>
181
- <element signature="e#0#81#0" expanded="true" />
182
- </folding>
181
+ <state relative-caret-position="165">
182
+ <caret line="11" selection-start-line="11" selection-end-line="11" />
183
183
  </state>
184
184
  </provider>
185
185
  </entry>
186
186
  </file>
187
187
  <file pinned="false" current-in-tab="false">
188
- <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/setcounter-section.ts">
188
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts">
189
189
  <provider selected="true" editor-type-id="text-editor">
190
- <state relative-caret-position="60">
191
- <caret line="7" column="2" selection-start-line="7" selection-start-column="2" selection-end-line="7" selection-end-column="2" />
192
- <folding>
193
- <element signature="e#0#41#0" expanded="true" />
194
- </folding>
190
+ <state relative-caret-position="570">
191
+ <caret line="45" column="27" selection-start-line="45" selection-start-column="27" selection-end-line="45" selection-end-column="27" />
195
192
  </state>
196
193
  </provider>
197
194
  </entry>
198
195
  </file>
199
- <file pinned="false" current-in-tab="true">
200
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
196
+ <file pinned="false" current-in-tab="false">
197
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts">
201
198
  <provider selected="true" editor-type-id="text-editor">
202
- <state relative-caret-position="346">
203
- <caret line="360" column="47" lean-forward="true" selection-start-line="360" selection-start-column="47" selection-end-line="360" selection-end-column="47" />
204
- <folding>
205
- <element signature="e#147#220#0" expanded="true" />
206
- </folding>
199
+ <state relative-caret-position="285">
200
+ <caret line="20" column="26" selection-start-line="20" selection-start-column="13" selection-end-line="20" selection-end-column="26" />
207
201
  </state>
208
202
  </provider>
209
203
  </entry>
210
204
  </file>
211
205
  <file pinned="false" current-in-tab="false">
212
- <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
206
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts">
213
207
  <provider selected="true" editor-type-id="text-editor">
214
- <state relative-caret-position="150">
215
- <caret line="11" column="9" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
216
- <folding>
217
- <element signature="e#0#38#0" expanded="true" />
218
- </folding>
208
+ <state relative-caret-position="420">
209
+ <caret line="29" column="50" selection-start-line="29" selection-start-column="50" selection-end-line="29" selection-end-column="50" />
219
210
  </state>
220
211
  </provider>
221
212
  </entry>
222
213
  </file>
223
214
  <file pinned="false" current-in-tab="false">
224
- <entry file="file://$PROJECT_DIR$/src/styles/index.ts">
215
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
225
216
  <provider selected="true" editor-type-id="text-editor">
226
- <state relative-caret-position="5415">
227
- <caret line="361" column="29" selection-start-line="361" selection-start-column="29" selection-end-line="361" selection-end-column="29" />
217
+ <state relative-caret-position="13320">
218
+ <caret line="890" column="19" selection-start-line="890" selection-start-column="19" selection-end-line="890" selection-end-column="19" />
228
219
  </state>
229
220
  </provider>
230
221
  </entry>
@@ -234,98 +225,97 @@
234
225
  <split-second>
235
226
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
236
227
  <file pinned="false" current-in-tab="false">
237
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/App.jsx">
228
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
238
229
  <provider selected="true" editor-type-id="text-editor">
239
- <state relative-caret-position="255">
240
- <caret line="22" selection-start-line="22" selection-end-line="22" />
241
- <folding>
242
- <element signature="e#0#31#0" expanded="true" />
243
- </folding>
230
+ <state relative-caret-position="15">
231
+ <caret line="11" selection-start-line="11" selection-end-line="11" />
244
232
  </state>
245
233
  </provider>
246
234
  </entry>
247
235
  </file>
248
- <file pinned="false" current-in-tab="false">
249
- <entry file="file://$PROJECT_DIR$/tests/_sections.js">
236
+ <file pinned="false" current-in-tab="true">
237
+ <entry file="file://$PROJECT_DIR$/package.json">
250
238
  <provider selected="true" editor-type-id="text-editor">
251
- <state relative-caret-position="270">
252
- <caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
239
+ <state relative-caret-position="30">
240
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
253
241
  </state>
254
242
  </provider>
255
243
  </entry>
256
244
  </file>
257
245
  <file pinned="false" current-in-tab="false">
258
- <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
246
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
259
247
  <provider selected="true" editor-type-id="text-editor">
260
- <state relative-caret-position="330">
261
- <caret line="48" column="63" selection-start-line="48" selection-start-column="63" selection-end-line="48" selection-end-column="63" />
262
- <folding>
263
- <element signature="e#0#40#0" expanded="true" />
264
- </folding>
248
+ <state relative-caret-position="3990">
249
+ <caret line="280" column="22" selection-start-line="280" selection-start-column="22" selection-end-line="280" selection-end-column="22" />
265
250
  </state>
266
251
  </provider>
267
252
  </entry>
268
253
  </file>
269
254
  <file pinned="false" current-in-tab="false">
270
- <entry file="file://$PROJECT_DIR$/.gitignore">
255
+ <entry file="file://$PROJECT_DIR$/yarn.lock">
271
256
  <provider selected="true" editor-type-id="text-editor">
272
- <state relative-caret-position="285">
273
- <caret line="19" column="9" selection-start-line="19" selection-start-column="9" selection-end-line="19" selection-end-column="9" />
257
+ <state relative-caret-position="1665">
258
+ <caret line="111" column="21" selection-start-line="111" selection-start-column="21" selection-end-line="111" selection-end-column="21" />
274
259
  </state>
275
260
  </provider>
276
261
  </entry>
277
262
  </file>
278
263
  <file pinned="false" current-in-tab="false">
279
- <entry file="file://$PROJECT_DIR$/tests/_parseMarkdownByHTML.js">
264
+ <entry file="file://$PROJECT_DIR$/.gitignore">
280
265
  <provider selected="true" editor-type-id="text-editor">
281
- <state relative-caret-position="131">
282
- <caret line="37" column="52" selection-start-line="37" selection-start-column="46" selection-end-line="37" selection-end-column="52" />
266
+ <state relative-caret-position="300">
267
+ <caret line="20" selection-start-line="20" selection-end-line="20" />
283
268
  </state>
284
269
  </provider>
285
270
  </entry>
286
271
  </file>
287
272
  <file pinned="false" current-in-tab="false">
288
- <entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
273
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
289
274
  <provider selected="true" editor-type-id="text-editor">
290
- <state relative-caret-position="9945">
291
- <caret line="672" column="4" selection-start-line="672" selection-start-column="4" selection-end-line="672" selection-end-column="4" />
275
+ <state relative-caret-position="795">
276
+ <caret line="53" column="29" selection-start-line="53" selection-start-column="29" selection-end-line="53" selection-end-column="29" />
277
+ <folding>
278
+ <element signature="e#0#40#0" expanded="true" />
279
+ </folding>
292
280
  </state>
293
281
  </provider>
294
282
  </entry>
295
283
  </file>
296
284
  <file pinned="false" current-in-tab="false">
297
- <entry file="file://$PROJECT_DIR$/tests/_toc.js">
285
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseMethods.ts">
298
286
  <provider selected="true" editor-type-id="text-editor">
299
- <state relative-caret-position="480">
300
- <caret line="32" column="29" selection-start-line="32" selection-start-column="29" selection-end-line="32" selection-end-column="29" />
287
+ <state relative-caret-position="21645">
288
+ <caret line="1460" column="20" selection-start-line="1460" selection-start-column="12" selection-end-line="1460" selection-end-column="20" />
301
289
  </state>
302
290
  </provider>
303
291
  </entry>
304
292
  </file>
305
293
  <file pinned="false" current-in-tab="false">
306
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
294
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMethods.ts">
307
295
  <provider selected="true" editor-type-id="text-editor">
308
- <state relative-caret-position="120">
309
- <caret line="640" column="58" lean-forward="true" selection-start-line="640" selection-start-column="58" selection-end-line="640" selection-end-column="58" />
310
- <folding>
311
- <element signature="e#0#38#0" expanded="true" />
312
- <element signature="n#!!block;n#MathML#0" />
313
- <element signature="n#!!block;n#inlineMathML#0" />
314
- </folding>
296
+ <state relative-caret-position="645">
297
+ <caret line="58" selection-start-line="58" selection-end-line="58" selection-end-column="22" />
315
298
  </state>
316
299
  </provider>
317
300
  </entry>
318
301
  </file>
319
- <file pinned="false" current-in-tab="true">
320
- <entry file="file://$PROJECT_DIR$/package.json">
321
- <provider selected="true" editor-type-id="text-editor" />
302
+ <file pinned="false" current-in-tab="false">
303
+ <entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
304
+ <provider selected="true" editor-type-id="text-editor">
305
+ <state relative-caret-position="720">
306
+ <caret line="48" column="7" selection-start-line="48" selection-start-column="7" selection-end-line="48" selection-end-column="7" />
307
+ </state>
308
+ </provider>
322
309
  </entry>
323
310
  </file>
324
311
  <file pinned="false" current-in-tab="false">
325
- <entry file="file://$PROJECT_DIR$/src/index.tsx">
312
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
326
313
  <provider selected="true" editor-type-id="text-editor">
327
- <state relative-caret-position="135">
328
- <caret line="9" column="15" selection-start-line="9" selection-start-column="15" selection-end-line="9" selection-end-column="15" />
314
+ <state relative-caret-position="4470">
315
+ <caret line="298" column="6" selection-start-line="298" selection-start-column="6" selection-end-line="298" selection-end-column="6" />
316
+ <folding>
317
+ <element signature="e#0#73#0" expanded="true" />
318
+ </folding>
329
319
  </state>
330
320
  </provider>
331
321
  </entry>
@@ -343,36 +333,36 @@
343
333
  </component>
344
334
  <component name="FindInProjectRecents">
345
335
  <findStrings>
346
- <find>level</find>
347
- <find>subsubsection</find>
348
- <find>children</find>
349
- <find>state.src</find>
350
- <find>types</find>
351
- <find>uniqueSlug</find>
352
- <find>header</find>
353
- <find>id</find>
354
- <find>heading</find>
355
- <find>heading_open</find>
356
- <find>anchor</find>
357
- <find>addContentsLine</find>
358
- <find>slugs</find>
359
- <find>isSpace</find>
360
- <find>terminatorRules</find>
361
- <find>parentType</find>
362
- <find>getRules</find>
363
- <find>paragraph</find>
364
- <find>silent</find>
365
- <find>headingSection</find>
366
- <find>table-of-contents</find>
367
- <find>preview</find>
368
- <find>./preview</find>
336
+ <find>AmsEqnArray</find>
337
+ <find>EqnArray</find>
338
+ <find>arraydef</find>
339
+ <find>name</find>
340
+ <find>begin.getName()</find>
341
+ <find>getMathEnvironment</find>
342
+ <find>math_env</find>
343
+ <find>envName</find>
344
+ <find>alig</find>
345
+ <find>console</find>
369
346
  <find>console.log</find>
370
- <find>setCounterSection</find>
371
- <find>numStr</find>
372
- <find>oldParentType</find>
373
- <find>mathml</find>
374
- <find>label</find>
375
- <find>href</find>
347
+ <find>&quot;tabular_inline&quot;</find>
348
+ <find>id</find>
349
+ <find>ParseTabular</find>
350
+ <find>inlineTabular</find>
351
+ <find>tabular_inline</find>
352
+ <find>pushSubTabular</find>
353
+ <find>array</find>
354
+ <find>renderTabularInline</find>
355
+ <find>envArraysShouldBeFlattenInTSV</find>
356
+ <find>renderInlineContent</find>
357
+ <find>arrTsv</find>
358
+ <find>arrRow</find>
359
+ <find>tsv</find>
360
+ <find>debugger</find>
361
+ <find>arrRowSub</find>
362
+ <find>setTokensTabular</find>
363
+ <find>getSubTabular</find>
364
+ <find>renderInlineTokenBlock</find>
365
+ <find>cellSub</find>
376
366
  </findStrings>
377
367
  <replaceStrings>
378
368
  <replace>MJSimple</replace>
@@ -380,38 +370,39 @@
380
370
  <replace>\</replace>
381
371
  <replace>[\w\s]+</replace>
382
372
  <replace>.table-of-contents</replace>
373
+ <replace>operation</replace>
383
374
  </replaceStrings>
384
375
  <dirStrings>
385
- <dir>$PROJECT_DIR$/node_modules/speech-rule-engine/js</dir>
386
- <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui/menu</dir>
387
- <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui</dir>
388
- <dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
389
- <dir>$PROJECT_DIR$/src/mathjax/contex-menu</dir>
376
+ <dir>$PROJECT_DIR$/tests/_data</dir>
377
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/input</dir>
378
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-emoji</dir>
379
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
380
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-ins</dir>
381
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-mark</dir>
382
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-multimd-table</dir>
383
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-sub</dir>
384
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-sup</dir>
385
+ <dir>$PROJECT_DIR$/node_modules/markdown-it-deflist</dir>
386
+ <dir>$PROJECT_DIR$/src/contex-menu/menu</dir>
387
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/Tree</dir>
388
+ <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
390
389
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
391
- <dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
392
- <dir>$PROJECT_DIR$/node_modules/postcss</dir>
393
- <dir>$PROJECT_DIR$/src/mathjax</dir>
394
390
  <dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
395
- <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
396
391
  <dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
397
- <dir>$PROJECT_DIR$/node_modules/markdown-it-deflist/dist</dir>
398
- <dir>$PROJECT_DIR$</dir>
399
- <dir>$PROJECT_DIR$/src/components</dir>
400
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core</dir>
401
392
  <dir>$PROJECT_DIR$/tests</dir>
393
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
394
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex</dir>
395
+ <dir>$PROJECT_DIR$/src/mathjax/helpers/array</dir>
396
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree</dir>
397
+ <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core</dir>
398
+ <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
399
+ <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
402
400
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
401
+ <dir>$PROJECT_DIR$/src/mathjax</dir>
402
+ <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
403
403
  <dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
404
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
405
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
406
- <dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
407
- <dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
408
- <dir>$PROJECT_DIR$/src/styles</dir>
409
- <dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
410
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
411
- <dir>$PROJECT_DIR$/examples/react-app/use-toc/src</dir>
412
- <dir>$PROJECT_DIR$/src</dir>
413
- <dir>$PROJECT_DIR$/tests/_data</dir>
414
404
  <dir>$PROJECT_DIR$/src/markdown</dir>
405
+ <dir>$PROJECT_DIR$/src</dir>
415
406
  </dirStrings>
416
407
  </component>
417
408
  <component name="Git.Settings">
@@ -420,57 +411,57 @@
420
411
  <component name="IdeDocumentHistory">
421
412
  <option name="CHANGED_PATHS">
422
413
  <list>
423
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
424
- <option value="$PROJECT_DIR$/tests/_tables.js" />
425
- <option value="$PROJECT_DIR$/tests/_data/_image/_data.js" />
426
- <option value="$PROJECT_DIR$/tests/_image.js" />
414
+ <option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandMethods.js" />
415
+ <option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandUtil.js" />
416
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatItems.ts" />
417
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatConfiguration.ts" />
418
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatMappings.ts" />
419
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatMethods.ts" />
420
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/array/FlatConfiguration.ts" />
421
+ <option value="$PROJECT_DIR$/tsconfig.json" />
422
+ <option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
423
+ <option value="$PROJECT_DIR$/tests/_tsv.js" />
424
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayConfiguration.ts" />
425
+ <option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
426
+ <option value="$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js" />
427
+ <option value="$PROJECT_DIR$/tests/_data/_ascii/ascii_vertical_math.js" />
428
+ <option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiTimes.js" />
429
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
430
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts" />
431
+ <option value="$PROJECT_DIR$/tests/_data/_ascii/_ascii_vertical_math.js" />
432
+ <option value="$PROJECT_DIR$/tests/_ascii.js" />
433
+ <option value="$PROJECT_DIR$/README.md" />
434
+ <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
427
435
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" />
428
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
429
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" />
430
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts" />
431
436
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
432
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
437
+ <option value="$PROJECT_DIR$/tests/_data/_tabular/_data.js" />
438
+ <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
433
439
  <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
434
- <option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
435
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/helper.ts" />
436
- <option value="$PROJECT_DIR$/doc/theorems.md" />
437
- <option value="$PROJECT_DIR$/src/markdown/md-theorem/helper.ts" />
438
- <option value="$PROJECT_DIR$/src/markdown/md-theorem/index.ts" />
440
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/includegraphics.ts" />
441
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
442
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginLists.ts" />
443
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
439
444
  <option value="$PROJECT_DIR$/src/markdown/index.ts" />
440
- <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
441
- <option value="$PROJECT_DIR$/package.json" />
442
445
  <option value="$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts" />
443
- <option value="$PROJECT_DIR$/tests/_data/_theorem/_data.js" />
444
- <option value="$PROJECT_DIR$/tests/_theorem.js" />
445
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/package.json" />
446
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/.env" />
447
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/src/preview.jsx" />
446
+ <option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
447
+ <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
448
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMethods.ts" />
449
+ <option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMappings.ts" />
450
+ <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js" />
451
+ <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js" />
452
+ <option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_gathered_aligned.js" />
453
+ <option value="$PROJECT_DIR$/tests/_tsv_with_array.js" />
454
+ <option value="$PROJECT_DIR$/src/helpers/consts.ts" />
455
+ <option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
456
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
457
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
458
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" />
459
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
448
460
  <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
449
- <option value="$PROJECT_DIR$/src/index.tsx" />
450
- <option value="$PROJECT_DIR$/tests/test.html" />
451
- <option value="$PROJECT_DIR$/src/styles/index.ts" />
452
- <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
453
- <option value="$PROJECT_DIR$/src/markdown/test.ts" />
454
- <option value="$PROJECT_DIR$/tests/_data/_toc/_data-summary.js" />
455
- <option value="$PROJECT_DIR$/tests/_data/_toc/_data-list.js" />
456
- <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
457
- <option value="$PROJECT_DIR$/src/markdown/rules.ts" />
458
- <option value="$PROJECT_DIR$/src/markdown/mdPluginTOC.ts" />
459
461
  <option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
460
- <option value="$PROJECT_DIR$/doc/sections.md" />
461
- <option value="$PROJECT_DIR$/README.md" />
462
- <option value="$PROJECT_DIR$/tests/_data/_sections/_data.js" />
463
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/src/data.js" />
464
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/src/form.jsx" />
465
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/src/App.jsx" />
466
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/src/style.css" />
467
- <option value="$PROJECT_DIR$/examples/react-app/use-toc/README.md" />
468
- <option value="$PROJECT_DIR$/tests/_sections.js" />
469
- <option value="$PROJECT_DIR$/tests/_toc.js" />
470
- <option value="$PROJECT_DIR$/src/markdown/common.ts" />
471
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/setcounter-section.ts" />
472
- <option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
473
- <option value="$PROJECT_DIR$/.gitignore" />
462
+ <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts" />
463
+ <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" />
464
+ <option value="$PROJECT_DIR$/package.json" />
474
465
  </list>
475
466
  </option>
476
467
  </component>
@@ -501,10 +492,9 @@
501
492
  </packageJsonPaths>
502
493
  </component>
503
494
  <component name="ProjectFrameBounds">
504
- <option name="x" value="28" />
505
- <option name="y" value="25" />
506
- <option name="width" value="1563" />
507
- <option name="height" value="973" />
495
+ <option name="y" value="23" />
496
+ <option name="width" value="1578" />
497
+ <option name="height" value="981" />
508
498
  </component>
509
499
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
510
500
  <component name="ProjectView">
@@ -512,6 +502,7 @@
512
502
  <foldersAlwaysOnTop value="true" />
513
503
  </navigator>
514
504
  <panes>
505
+ <pane id="Scope" />
515
506
  <pane id="ProjectPane">
516
507
  <subPane>
517
508
  <expand>
@@ -522,30 +513,71 @@
522
513
  <path>
523
514
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
524
515
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
525
- <item name="doc" type="462c0819:PsiDirectoryNode" />
516
+ <item name="src" type="462c0819:PsiDirectoryNode" />
517
+ </path>
518
+ <path>
519
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
520
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
521
+ <item name="src" type="462c0819:PsiDirectoryNode" />
522
+ <item name="helpers" type="462c0819:PsiDirectoryNode" />
523
+ </path>
524
+ <path>
525
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
526
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
527
+ <item name="src" type="462c0819:PsiDirectoryNode" />
528
+ <item name="mathjax" type="462c0819:PsiDirectoryNode" />
526
529
  </path>
527
530
  <path>
528
531
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
529
532
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
530
533
  <item name="src" type="462c0819:PsiDirectoryNode" />
534
+ <item name="mathjax" type="462c0819:PsiDirectoryNode" />
535
+ <item name="helpers" type="462c0819:PsiDirectoryNode" />
531
536
  </path>
532
537
  <path>
533
538
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
534
539
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
535
540
  <item name="src" type="462c0819:PsiDirectoryNode" />
536
- <item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
541
+ <item name="mathjax" type="462c0819:PsiDirectoryNode" />
542
+ <item name="helpers" type="462c0819:PsiDirectoryNode" />
543
+ <item name="array" type="462c0819:PsiDirectoryNode" />
537
544
  </path>
538
545
  <path>
539
546
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
540
547
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
541
548
  <item name="src" type="462c0819:PsiDirectoryNode" />
542
- <item name="styles" type="462c0819:PsiDirectoryNode" />
549
+ <item name="mathjax" type="462c0819:PsiDirectoryNode" />
550
+ <item name="serialized-ascii" type="462c0819:PsiDirectoryNode" />
551
+ </path>
552
+ <path>
553
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
554
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
555
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
556
+ </path>
557
+ <path>
558
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
559
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
560
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
561
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
562
+ </path>
563
+ <path>
564
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
565
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
566
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
567
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
568
+ <item name="_tabular" type="462c0819:PsiDirectoryNode" />
569
+ </path>
570
+ <path>
571
+ <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
572
+ <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
573
+ <item name="tests" type="462c0819:PsiDirectoryNode" />
574
+ <item name="_data" type="462c0819:PsiDirectoryNode" />
575
+ <item name="_tsv_with_array" type="462c0819:PsiDirectoryNode" />
543
576
  </path>
544
577
  </expand>
545
578
  <select />
546
579
  </subPane>
547
580
  </pane>
548
- <pane id="Scope" />
549
581
  </panes>
550
582
  </component>
551
583
  <component name="PropertiesComponent">
@@ -562,10 +594,6 @@
562
594
  <property name="typescript-compiler-editor-notification" value="false" />
563
595
  </component>
564
596
  <component name="RecentsManager">
565
- <key name="CopyFile.RECENT_KEYS">
566
- <recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
567
- <recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
568
- </key>
569
597
  <key name="MoveFile.RECENT_KEYS">
570
598
  <recent name="$PROJECT_DIR$/doc/images" />
571
599
  <recent name="$PROJECT_DIR$/tests" />
@@ -573,6 +601,11 @@
573
601
  <recent name="$PROJECT_DIR$/src/contex-menu" />
574
602
  <recent name="$PROJECT_DIR$/src/contex-menu/menu" />
575
603
  </key>
604
+ <key name="CopyFile.RECENT_KEYS">
605
+ <recent name="$PROJECT_DIR$/src/mathjax/helpers" />
606
+ <recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
607
+ <recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
608
+ </key>
576
609
  </component>
577
610
  <component name="RunDashboard">
578
611
  <option name="ruleStates">
@@ -697,23 +730,49 @@
697
730
  <workItem from="1672287146347" duration="37145000" />
698
731
  <workItem from="1672640885329" duration="5184000" />
699
732
  <workItem from="1672652944922" duration="57153000" />
700
- <workItem from="1673208400572" duration="5656000" />
733
+ <workItem from="1673208400572" duration="5871000" />
734
+ <workItem from="1673251209385" duration="782000" />
735
+ <workItem from="1673255391232" duration="11058000" />
736
+ <workItem from="1673336473309" duration="7842000" />
737
+ <workItem from="1673357024426" duration="32091000" />
738
+ <workItem from="1673513420556" duration="2086000" />
739
+ <workItem from="1673531383863" duration="127000" />
740
+ <workItem from="1673533211661" duration="10336000" />
741
+ <workItem from="1673602104199" duration="6856000" />
742
+ <workItem from="1673850185563" duration="31047000" />
743
+ <workItem from="1673933686072" duration="23940000" />
744
+ <workItem from="1673979163425" duration="56000" />
745
+ <workItem from="1674802623125" duration="11148000" />
746
+ <workItem from="1675060742275" duration="77146000" />
747
+ <workItem from="1675269929608" duration="29436000" />
748
+ <workItem from="1675407387750" duration="819000" />
749
+ <workItem from="1675412174244" duration="453000" />
750
+ <workItem from="1675664038485" duration="104804000" />
751
+ <workItem from="1676272791842" duration="12215000" />
752
+ <workItem from="1676443545624" duration="1633000" />
753
+ <workItem from="1676468630666" duration="4895000" />
754
+ <workItem from="1676491985855" duration="123000" />
755
+ <workItem from="1676530155849" duration="5642000" />
756
+ <workItem from="1676626591847" duration="610000" />
757
+ <workItem from="1676874362725" duration="37443000" />
758
+ <workItem from="1676988174471" duration="11007000" />
759
+ <workItem from="1677127829619" duration="18027000" />
760
+ <workItem from="1677160633294" duration="1191000" />
701
761
  </task>
702
762
  <servers />
703
763
  </component>
704
764
  <component name="TimeTrackingManager">
705
- <option name="totallyTimeSpent" value="1043702000" />
765
+ <option name="totallyTimeSpent" value="1486730000" />
706
766
  </component>
707
767
  <component name="ToolWindowManager">
708
- <frame x="28" y="25" width="1563" height="973" extended-state="0" />
709
- <editor active="true" />
768
+ <frame x="0" y="23" width="1578" height="981" extended-state="0" />
710
769
  <layout>
711
- <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.16277562" />
770
+ <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.25305074" />
712
771
  <window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
713
772
  <window_info id="npm" order="2" side_tool="true" />
714
773
  <window_info id="DB Browser" order="3" />
715
774
  <window_info id="Project Explorer" order="4" />
716
- <window_info id="Job Explorer" order="5" />
775
+ <window_info id="Job Explorer" order="5" weight="0.32978722" />
717
776
  <window_info id="Favorites" order="6" side_tool="true" />
718
777
  <window_info anchor="bottom" id="Message" order="0" />
719
778
  <window_info anchor="bottom" id="Find" order="1" />
@@ -727,7 +786,7 @@
727
786
  <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
728
787
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
729
788
  <window_info anchor="bottom" id="TypeScript" order="11" />
730
- <window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.31328037" />
789
+ <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.43869516" />
731
790
  <window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
732
791
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
733
792
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -771,7 +830,7 @@
771
830
  <breakpoints>
772
831
  <line-breakpoint enabled="true" type="javascript">
773
832
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
774
- <line>360</line>
833
+ <line>359</line>
775
834
  <option name="timeStamp" value="16" />
776
835
  </line-breakpoint>
777
836
  <line-breakpoint enabled="true" type="javascript">
@@ -813,390 +872,371 @@
813
872
  <line>75</line>
814
873
  <option name="timeStamp" value="28" />
815
874
  </line-breakpoint>
875
+ <line-breakpoint enabled="true" type="javascript">
876
+ <url>file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts</url>
877
+ <line>414</line>
878
+ <option name="timeStamp" value="29" />
879
+ </line-breakpoint>
880
+ <line-breakpoint enabled="true" type="javascript">
881
+ <url>file://$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts</url>
882
+ <line>12</line>
883
+ <option name="timeStamp" value="30" />
884
+ </line-breakpoint>
885
+ <line-breakpoint enabled="true" type="javascript">
886
+ <url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
887
+ <line>707</line>
888
+ <option name="timeStamp" value="31" />
889
+ </line-breakpoint>
816
890
  </breakpoints>
817
891
  </breakpoint-manager>
818
892
  </component>
819
893
  <component name="editorHistoryManager">
820
- <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
894
+ <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
821
895
  <provider selected="true" editor-type-id="text-editor">
822
- <state relative-caret-position="386">
823
- <caret line="57" column="20" selection-start-line="57" selection-start-column="9" selection-end-line="57" selection-end-column="20" />
824
- <folding>
825
- <element signature="e#0#41#0" expanded="true" />
826
- </folding>
896
+ <state relative-caret-position="166">
897
+ <caret line="41" column="9" selection-start-line="41" selection-start-column="9" selection-end-line="41" selection-end-column="9" />
827
898
  </state>
828
899
  </provider>
829
900
  </entry>
830
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
901
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
831
902
  <provider selected="true" editor-type-id="text-editor">
832
- <state relative-caret-position="235">
833
- <caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
834
- <folding>
835
- <element signature="e#0#31#0" expanded="true" />
836
- <element signature="e#2006#4483#0" expanded="true" />
837
- <element signature="e#2020#4038#0" expanded="true" />
838
- <element signature="e#2108#3971#0" expanded="true" />
839
- <element signature="e#2224#3954#0" expanded="true" />
840
- <element signature="e#2306#2565#0" expanded="true" />
841
- <element signature="e#2330#2519#0" expanded="true" />
842
- <element signature="e#2580#2848#0" expanded="true" />
843
- </folding>
903
+ <state relative-caret-position="237">
904
+ <caret line="44" column="34" selection-start-line="44" selection-start-column="34" selection-end-line="44" selection-end-column="34" />
844
905
  </state>
845
906
  </provider>
846
907
  </entry>
847
- <entry file="file://$PROJECT_DIR$/tests/_data/_theorem/_data.js">
908
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/renewcommand.ts">
848
909
  <provider selected="true" editor-type-id="text-editor">
849
- <state>
850
- <caret selection-end-column="18" />
910
+ <state relative-caret-position="264">
911
+ <caret line="69" column="25" selection-start-line="69" selection-start-column="13" selection-end-line="69" selection-end-column="25" />
851
912
  </state>
852
913
  </provider>
853
914
  </entry>
854
- <entry file="file://$PROJECT_DIR$/tests/_accessibility.js">
855
- <provider selected="true" editor-type-id="text-editor" />
856
- </entry>
857
- <entry file="file://$PROJECT_DIR$/tests/_theorem.js">
915
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
858
916
  <provider selected="true" editor-type-id="text-editor">
859
- <state relative-caret-position="450">
860
- <caret line="30" selection-start-line="30" selection-end-line="30" />
917
+ <state relative-caret-position="59">
918
+ <caret line="336" column="23" selection-start-line="336" selection-start-column="23" selection-end-line="336" selection-end-column="23" />
861
919
  </state>
862
920
  </provider>
863
921
  </entry>
864
- <entry file="file://$PROJECT_DIR$/lib/mathpix-markdown-model/index.d.ts">
922
+ <entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
865
923
  <provider selected="true" editor-type-id="text-editor">
866
- <state relative-caret-position="25">
867
- <caret line="128" column="29" selection-start-line="128" selection-start-column="29" selection-end-line="128" selection-end-column="29" />
924
+ <state relative-caret-position="9945">
925
+ <caret line="672" column="12" selection-start-line="672" selection-start-column="4" selection-end-line="672" selection-end-column="12" />
868
926
  </state>
869
927
  </provider>
870
928
  </entry>
871
- <entry file="file://$PROJECT_DIR$/tests/test.html" />
872
- <entry file="file://$PROJECT_DIR$/src/markdown/md-chemistry/index.ts">
929
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/paragraph.js">
873
930
  <provider selected="true" editor-type-id="text-editor">
874
- <state relative-caret-position="69">
875
- <caret line="9" column="17" selection-start-line="9" selection-start-column="17" selection-end-line="9" selection-end-column="17" />
931
+ <state relative-caret-position="120">
932
+ <caret line="8" column="6" selection-start-line="8" selection-start-column="6" selection-end-line="8" selection-end-column="67" />
876
933
  </state>
877
934
  </provider>
878
935
  </entry>
879
- <entry file="file://$PROJECT_DIR$/src/markdown/test.ts" />
880
- <entry file="file://$PROJECT_DIR$/tests/_data/_toc/_data-list.js">
881
- <provider selected="true" editor-type-id="text-editor">
882
- <state relative-caret-position="-14">
883
- <caret selection-end-column="18" />
884
- </state>
885
- </provider>
936
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/fence.js">
937
+ <provider selected="true" editor-type-id="text-editor" />
886
938
  </entry>
887
- <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
939
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/table.js">
940
+ <provider selected="true" editor-type-id="text-editor" />
941
+ </entry>
942
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/setcounter-section.ts">
888
943
  <provider selected="true" editor-type-id="text-editor">
889
- <state relative-caret-position="393">
890
- <caret line="195" selection-start-line="195" selection-end-line="201" selection-end-column="14" />
944
+ <state relative-caret-position="90">
945
+ <caret line="9" column="13" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="13" />
891
946
  </state>
892
947
  </provider>
893
948
  </entry>
894
- <entry file="file://$PROJECT_DIR$/tests/_data/_toc/_data-summary.js">
949
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
895
950
  <provider selected="true" editor-type-id="text-editor">
896
- <state relative-caret-position="34">
897
- <caret line="57" column="12" selection-start-line="57" selection-start-column="12" selection-end-line="57" selection-end-column="12" />
951
+ <state relative-caret-position="2550">
952
+ <caret line="174" selection-start-line="174" selection-end-line="174" />
898
953
  </state>
899
954
  </provider>
900
955
  </entry>
901
956
  <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
902
957
  <provider selected="true" editor-type-id="text-editor">
903
- <state relative-caret-position="223">
904
- <caret line="83" column="19" selection-start-line="83" selection-start-column="19" selection-end-line="83" selection-end-column="19" />
958
+ <state>
905
959
  <folding>
906
960
  <element signature="e#0#59#0" expanded="true" />
907
961
  </folding>
908
962
  </state>
909
963
  </provider>
910
964
  </entry>
911
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
912
- <provider selected="true" editor-type-id="text-editor">
913
- <state relative-caret-position="180">
914
- <caret line="15" column="58" selection-start-line="15" selection-start-column="58" selection-end-line="15" selection-end-column="58" />
915
- </state>
916
- </provider>
917
- </entry>
918
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
965
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/lheading.js">
919
966
  <provider selected="true" editor-type-id="text-editor">
920
- <state relative-caret-position="362">
921
- <caret line="26" selection-start-line="26" selection-end-line="26" />
967
+ <state relative-caret-position="75">
968
+ <caret line="5" column="34" selection-start-line="5" selection-start-column="26" selection-end-line="5" selection-end-column="34" />
922
969
  </state>
923
970
  </provider>
924
971
  </entry>
925
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/common/html_blocks.js">
972
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/presets/commonmark.js">
926
973
  <provider selected="true" editor-type-id="text-editor">
927
- <state relative-caret-position="27">
928
- <caret line="39" column="3" selection-start-line="39" selection-start-column="3" selection-end-line="39" selection-end-column="3" />
974
+ <state relative-caret-position="825">
975
+ <caret line="55" column="18" selection-start-line="55" selection-start-column="9" selection-end-line="55" selection-end-column="18" />
929
976
  </state>
930
977
  </provider>
931
978
  </entry>
932
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
979
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
933
980
  <provider selected="true" editor-type-id="text-editor">
934
- <state relative-caret-position="536">
935
- <caret line="49" column="2" selection-start-line="49" selection-start-column="2" selection-end-line="49" selection-end-column="2" />
981
+ <state relative-caret-position="360">
982
+ <caret line="24" column="14" selection-start-line="24" selection-start-column="5" selection-end-line="24" selection-end-column="14" />
936
983
  </state>
937
984
  </provider>
938
985
  </entry>
939
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/heading.js">
986
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMappings.ts">
940
987
  <provider selected="true" editor-type-id="text-editor">
941
988
  <state relative-caret-position="373">
942
- <caret line="38" selection-start-line="38" selection-end-line="38" />
989
+ <caret line="32" selection-start-line="32" selection-end-line="38" selection-end-column="2" />
943
990
  </state>
944
991
  </provider>
945
992
  </entry>
946
- <entry file="file://$PROJECT_DIR$/README.md">
947
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
948
- <state split_layout="FIRST">
949
- <first_editor relative-caret-position="383">
950
- <caret line="47" column="17" selection-start-line="47" selection-start-column="17" selection-end-line="47" selection-end-column="17" />
951
- </first_editor>
952
- <second_editor />
953
- </state>
954
- </provider>
993
+ <entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayConfiguration.ts">
994
+ <provider selected="true" editor-type-id="text-editor" />
955
995
  </entry>
956
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/preview.jsx" />
957
- <entry file="file://$PROJECT_DIR$/tests/_data/_sections/_data.js">
996
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
958
997
  <provider selected="true" editor-type-id="text-editor">
959
- <state relative-caret-position="536">
960
- <caret line="342" column="3771" selection-start-line="342" selection-start-column="3771" selection-end-line="342" selection-end-column="3771" />
961
- </state>
998
+ <state relative-caret-position="-1411" />
962
999
  </provider>
963
1000
  </entry>
964
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/.env">
1001
+ <entry file="file://$PROJECT_DIR$/src/index.tsx">
965
1002
  <provider selected="true" editor-type-id="text-editor">
966
- <state>
967
- <caret column="26" selection-start-column="26" selection-end-column="26" />
1003
+ <state relative-caret-position="165">
1004
+ <caret line="11" column="17" lean-forward="true" selection-start-line="11" selection-start-column="17" selection-end-line="11" selection-end-column="17" />
968
1005
  </state>
969
1006
  </provider>
970
1007
  </entry>
971
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/.gitignore">
1008
+ <entry file="file://$PROJECT_DIR$/src/helpers/parse-mmd-element.ts">
972
1009
  <provider selected="true" editor-type-id="text-editor" />
973
1010
  </entry>
974
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/data.js">
975
- <provider selected="true" editor-type-id="text-editor">
976
- <state>
977
- <caret column="11" selection-start-column="11" selection-end-column="11" />
978
- </state>
979
- </provider>
980
- </entry>
981
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/index.js">
1011
+ <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
982
1012
  <provider selected="true" editor-type-id="text-editor">
983
- <state relative-caret-position="90">
984
- <caret line="6" selection-start-line="6" selection-end-line="6" />
1013
+ <state relative-caret-position="120">
1014
+ <caret line="8" column="15" selection-start-line="8" selection-start-column="15" selection-end-line="8" selection-end-column="15" />
985
1015
  </state>
986
1016
  </provider>
987
1017
  </entry>
988
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/form.jsx">
1018
+ <entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMethods.ts">
989
1019
  <provider selected="true" editor-type-id="text-editor">
990
- <state relative-caret-position="182">
991
- <caret line="14" column="22" selection-start-line="14" selection-start-column="22" selection-end-line="14" selection-end-column="22" />
1020
+ <state relative-caret-position="156">
1021
+ <caret line="30" lean-forward="true" selection-start-line="30" selection-end-line="30" />
992
1022
  <folding>
993
- <element signature="e#0#31#0" expanded="true" />
994
- <element signature="e#1634#4448#0" expanded="true" />
995
- <element signature="e#1796#2787#0" expanded="true" />
996
- <element signature="e#1940#2772#0" expanded="true" />
997
- <element signature="e#2096#2755#0" expanded="true" />
998
- <element signature="e#2281#2434#0" expanded="true" />
999
- <element signature="e#2449#2735#0" expanded="true" />
1000
- <element signature="e#2502#2679#0" expanded="true" />
1023
+ <element signature="e#51#120#0" expanded="true" />
1001
1024
  </folding>
1002
1025
  </state>
1003
1026
  </provider>
1004
1027
  </entry>
1005
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/style.css">
1028
+ <entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMappings.ts">
1006
1029
  <provider selected="true" editor-type-id="text-editor">
1007
- <state relative-caret-position="456">
1008
- <caret line="145" column="27" selection-start-line="145" selection-start-column="27" selection-end-line="145" selection-end-column="27" />
1030
+ <state relative-caret-position="30">
1031
+ <caret line="2" column="63" selection-start-line="2" selection-start-column="63" selection-end-line="2" selection-end-column="63" />
1009
1032
  </state>
1010
1033
  </provider>
1011
1034
  </entry>
1012
- <entry file="file://$PROJECT_DIR$/doc/sections.md">
1013
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1014
- <state split_layout="FIRST">
1015
- <first_editor relative-caret-position="428">
1016
- <caret line="92" column="29" selection-start-line="92" selection-start-column="29" selection-end-line="92" selection-end-column="29" />
1017
- </first_editor>
1018
- <second_editor />
1035
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js">
1036
+ <provider selected="true" editor-type-id="text-editor">
1037
+ <state relative-caret-position="272">
1038
+ <caret line="42" column="48" selection-start-line="42" selection-start-column="48" selection-end-line="42" selection-end-column="48" />
1019
1039
  </state>
1020
1040
  </provider>
1021
1041
  </entry>
1022
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/example-toc.gif">
1023
- <provider selected="true" editor-type-id="images" />
1024
- </entry>
1025
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1042
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js">
1026
1043
  <provider selected="true" editor-type-id="text-editor">
1027
- <state relative-caret-position="1845">
1028
- <caret line="137" column="23" selection-start-line="137" selection-start-column="2" selection-end-line="137" selection-end-column="23" />
1044
+ <state relative-caret-position="140">
1045
+ <caret line="20" column="6" selection-start-line="20" selection-start-column="6" selection-end-line="20" selection-end-column="68" />
1029
1046
  </state>
1030
1047
  </provider>
1031
1048
  </entry>
1032
- <entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
1049
+ <entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_gathered_aligned.js">
1033
1050
  <provider selected="true" editor-type-id="text-editor">
1034
- <state relative-caret-position="300">
1035
- <caret line="20" selection-start-line="20" selection-end-line="20" />
1051
+ <state relative-caret-position="467">
1052
+ <caret line="163" selection-start-line="163" selection-end-line="174" selection-end-column="6" />
1036
1053
  </state>
1037
1054
  </provider>
1038
1055
  </entry>
1039
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/package.json">
1056
+ <entry file="file://$PROJECT_DIR$/src/contex-menu/menu/consts.ts">
1057
+ <provider selected="true" editor-type-id="text-editor" />
1058
+ </entry>
1059
+ <entry file="file://$PROJECT_DIR$/src/helpers/consts.ts">
1040
1060
  <provider selected="true" editor-type-id="text-editor">
1041
- <state relative-caret-position="330">
1042
- <caret line="22" column="19" selection-start-line="22" selection-start-column="19" selection-end-line="22" selection-end-column="19" />
1061
+ <state relative-caret-position="15">
1062
+ <caret line="1" selection-start-line="1" selection-end-line="1" />
1043
1063
  </state>
1044
1064
  </provider>
1045
1065
  </entry>
1046
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/README.md">
1047
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1048
- <state split_layout="FIRST">
1049
- <first_editor relative-caret-position="210">
1050
- <caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
1051
- </first_editor>
1052
- <second_editor />
1066
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1067
+ <provider selected="true" editor-type-id="text-editor">
1068
+ <state relative-caret-position="15">
1069
+ <caret line="29" column="13" selection-start-line="29" selection-start-column="13" selection-end-line="29" selection-end-column="13" />
1053
1070
  </state>
1054
1071
  </provider>
1055
1072
  </entry>
1056
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1073
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
1057
1074
  <provider selected="true" editor-type-id="text-editor">
1058
- <state relative-caret-position="660">
1059
- <caret line="44" column="41" selection-start-line="44" selection-start-column="41" selection-end-line="44" selection-end-column="108" />
1075
+ <state relative-caret-position="165">
1076
+ <caret line="16" column="122" selection-start-line="16" selection-start-column="122" selection-end-line="16" selection-end-column="122" />
1060
1077
  </state>
1061
1078
  </provider>
1062
1079
  </entry>
1063
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTOC.ts">
1080
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-ascii/index.ts">
1064
1081
  <provider selected="true" editor-type-id="text-editor">
1065
- <state relative-caret-position="3900">
1066
- <caret line="263" column="23" selection-start-line="263" selection-start-column="23" selection-end-line="263" selection-end-column="23" />
1067
- <folding>
1068
- <element signature="e#0#81#0" expanded="true" />
1069
- </folding>
1082
+ <state relative-caret-position="217">
1083
+ <caret line="60" column="35" selection-start-line="60" selection-start-column="35" selection-end-line="60" selection-end-column="35" />
1070
1084
  </state>
1071
1085
  </provider>
1072
1086
  </entry>
1073
- <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/setcounter-section.ts">
1087
+ <entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
1074
1088
  <provider selected="true" editor-type-id="text-editor">
1075
- <state relative-caret-position="60">
1076
- <caret line="7" column="2" selection-start-line="7" selection-start-column="2" selection-end-line="7" selection-end-column="2" />
1089
+ <state relative-caret-position="4560">
1090
+ <caret line="304" column="16" selection-start-line="304" selection-start-column="16" selection-end-line="304" selection-end-column="16" />
1077
1091
  <folding>
1078
- <element signature="e#0#41#0" expanded="true" />
1092
+ <element signature="e#0#50#0" expanded="true" />
1079
1093
  </folding>
1080
1094
  </state>
1081
1095
  </provider>
1082
1096
  </entry>
1083
- <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1097
+ <entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
1098
+ <provider selected="true" editor-type-id="text-editor" />
1099
+ </entry>
1100
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1084
1101
  <provider selected="true" editor-type-id="text-editor">
1085
- <state relative-caret-position="150">
1086
- <caret line="11" column="9" selection-start-line="11" selection-start-column="9" selection-end-line="11" selection-end-column="9" />
1102
+ <state relative-caret-position="14880">
1103
+ <caret line="992" column="38" selection-start-line="992" selection-start-column="19" selection-end-line="992" selection-end-column="38" />
1087
1104
  <folding>
1088
1105
  <element signature="e#0#38#0" expanded="true" />
1089
1106
  </folding>
1090
1107
  </state>
1091
1108
  </provider>
1092
1109
  </entry>
1093
- <entry file="file://$PROJECT_DIR$/src/styles/index.ts">
1110
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts">
1094
1111
  <provider selected="true" editor-type-id="text-editor">
1095
- <state relative-caret-position="5415">
1096
- <caret line="361" column="29" selection-start-line="361" selection-start-column="29" selection-end-line="361" selection-end-column="29" />
1112
+ <state relative-caret-position="3750">
1113
+ <caret line="251" column="39" selection-start-line="251" selection-start-column="39" selection-end-line="251" selection-end-column="39" />
1097
1114
  </state>
1098
1115
  </provider>
1099
1116
  </entry>
1100
- <entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/App.jsx">
1117
+ <entry file="file://$PROJECT_DIR$/src/markdown/common/tsv.ts">
1101
1118
  <provider selected="true" editor-type-id="text-editor">
1102
- <state relative-caret-position="255">
1103
- <caret line="22" selection-start-line="22" selection-end-line="22" />
1104
- <folding>
1105
- <element signature="e#0#31#0" expanded="true" />
1106
- </folding>
1119
+ <state relative-caret-position="165">
1120
+ <caret line="11" selection-start-line="11" selection-end-line="11" />
1107
1121
  </state>
1108
1122
  </provider>
1109
1123
  </entry>
1110
- <entry file="file://$PROJECT_DIR$/tests/_sections.js">
1124
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts">
1111
1125
  <provider selected="true" editor-type-id="text-editor">
1112
- <state relative-caret-position="270">
1113
- <caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
1126
+ <state relative-caret-position="570">
1127
+ <caret line="45" column="27" selection-start-line="45" selection-start-column="27" selection-end-line="45" selection-end-column="27" />
1114
1128
  </state>
1115
1129
  </provider>
1116
1130
  </entry>
1117
- <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
1131
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts">
1118
1132
  <provider selected="true" editor-type-id="text-editor">
1119
- <state relative-caret-position="330">
1120
- <caret line="48" column="63" selection-start-line="48" selection-start-column="63" selection-end-line="48" selection-end-column="63" />
1121
- <folding>
1122
- <element signature="e#0#40#0" expanded="true" />
1123
- </folding>
1133
+ <state relative-caret-position="285">
1134
+ <caret line="20" column="26" selection-start-line="20" selection-start-column="13" selection-end-line="20" selection-end-column="26" />
1124
1135
  </state>
1125
1136
  </provider>
1126
1137
  </entry>
1127
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/paragraph.js">
1138
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts">
1128
1139
  <provider selected="true" editor-type-id="text-editor">
1129
- <state relative-caret-position="75">
1130
- <caret line="5" column="67" selection-start-line="5" selection-start-column="67" selection-end-line="5" selection-end-column="67" />
1140
+ <state relative-caret-position="420">
1141
+ <caret line="29" column="50" selection-start-line="29" selection-start-column="50" selection-end-line="29" selection-end-column="50" />
1131
1142
  </state>
1132
1143
  </provider>
1133
1144
  </entry>
1134
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/list.js">
1145
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
1135
1146
  <provider selected="true" editor-type-id="text-editor">
1136
- <state relative-caret-position="2775">
1137
- <caret line="185" selection-start-line="185" selection-end-line="186" selection-end-column="30" />
1147
+ <state relative-caret-position="13320">
1148
+ <caret line="890" column="19" selection-start-line="890" selection-start-column="19" selection-end-line="890" selection-end-column="19" />
1138
1149
  </state>
1139
1150
  </provider>
1140
1151
  </entry>
1141
- <entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
1152
+ <entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
1153
+ <provider selected="true" editor-type-id="text-editor" />
1154
+ </entry>
1155
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
1142
1156
  <provider selected="true" editor-type-id="text-editor">
1143
- <state relative-caret-position="9945">
1144
- <caret line="672" column="4" selection-start-line="672" selection-start-column="4" selection-end-line="672" selection-end-column="4" />
1157
+ <state relative-caret-position="210">
1158
+ <caret line="14" column="36" selection-start-line="14" selection-start-column="36" selection-end-line="14" selection-end-column="36" />
1159
+ <folding>
1160
+ <element signature="e#0#42#0" expanded="true" />
1161
+ </folding>
1145
1162
  </state>
1146
1163
  </provider>
1147
1164
  </entry>
1148
- <entry file="file://$PROJECT_DIR$/tests/_toc.js">
1165
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
1149
1166
  <provider selected="true" editor-type-id="text-editor">
1150
- <state relative-caret-position="480">
1151
- <caret line="32" column="29" selection-start-line="32" selection-start-column="29" selection-end-line="32" selection-end-column="29" />
1167
+ <state relative-caret-position="3990">
1168
+ <caret line="280" column="22" selection-start-line="280" selection-start-column="22" selection-end-line="280" selection-end-column="22" />
1152
1169
  </state>
1153
1170
  </provider>
1154
1171
  </entry>
1155
- <entry file="file://$PROJECT_DIR$/src/index.tsx">
1172
+ <entry file="file://$PROJECT_DIR$/yarn.lock">
1156
1173
  <provider selected="true" editor-type-id="text-editor">
1157
- <state relative-caret-position="135">
1158
- <caret line="9" column="15" selection-start-line="9" selection-start-column="15" selection-end-line="9" selection-end-column="15" />
1174
+ <state relative-caret-position="1665">
1175
+ <caret line="111" column="21" selection-start-line="111" selection-start-column="21" selection-end-line="111" selection-end-column="21" />
1159
1176
  </state>
1160
1177
  </provider>
1161
1178
  </entry>
1162
1179
  <entry file="file://$PROJECT_DIR$/.gitignore">
1163
1180
  <provider selected="true" editor-type-id="text-editor">
1164
- <state relative-caret-position="285">
1165
- <caret line="19" column="9" selection-start-line="19" selection-start-column="9" selection-end-line="19" selection-end-column="9" />
1181
+ <state relative-caret-position="300">
1182
+ <caret line="20" selection-start-line="20" selection-end-line="20" />
1166
1183
  </state>
1167
1184
  </provider>
1168
1185
  </entry>
1169
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
1186
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
1170
1187
  <provider selected="true" editor-type-id="text-editor">
1171
- <state relative-caret-position="346">
1172
- <caret line="360" column="47" lean-forward="true" selection-start-line="360" selection-start-column="47" selection-end-line="360" selection-end-column="47" />
1188
+ <state relative-caret-position="795">
1189
+ <caret line="53" column="29" selection-start-line="53" selection-start-column="29" selection-end-line="53" selection-end-column="29" />
1173
1190
  <folding>
1174
- <element signature="e#147#220#0" expanded="true" />
1191
+ <element signature="e#0#40#0" expanded="true" />
1175
1192
  </folding>
1176
1193
  </state>
1177
1194
  </provider>
1178
1195
  </entry>
1179
- <entry file="file://$PROJECT_DIR$/tests/_parseMarkdownByHTML.js">
1196
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseMethods.ts">
1180
1197
  <provider selected="true" editor-type-id="text-editor">
1181
- <state relative-caret-position="131">
1182
- <caret line="37" column="52" selection-start-line="37" selection-start-column="46" selection-end-line="37" selection-end-column="52" />
1198
+ <state relative-caret-position="21645">
1199
+ <caret line="1460" column="20" selection-start-line="1460" selection-start-column="12" selection-end-line="1460" selection-end-column="20" />
1183
1200
  </state>
1184
1201
  </provider>
1185
1202
  </entry>
1186
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1203
+ <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMethods.ts">
1187
1204
  <provider selected="true" editor-type-id="text-editor">
1188
- <state relative-caret-position="120">
1189
- <caret line="640" column="58" lean-forward="true" selection-start-line="640" selection-start-column="58" selection-end-line="640" selection-end-column="58" />
1205
+ <state relative-caret-position="645">
1206
+ <caret line="58" selection-start-line="58" selection-end-line="58" selection-end-column="22" />
1207
+ </state>
1208
+ </provider>
1209
+ </entry>
1210
+ <entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
1211
+ <provider selected="true" editor-type-id="text-editor">
1212
+ <state relative-caret-position="720">
1213
+ <caret line="48" column="7" selection-start-line="48" selection-start-column="7" selection-end-line="48" selection-end-column="7" />
1214
+ </state>
1215
+ </provider>
1216
+ </entry>
1217
+ <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
1218
+ <provider selected="true" editor-type-id="text-editor">
1219
+ <state relative-caret-position="4470">
1220
+ <caret line="298" column="6" selection-start-line="298" selection-start-column="6" selection-end-line="298" selection-end-column="6" />
1190
1221
  <folding>
1191
- <element signature="e#0#38#0" expanded="true" />
1192
- <element signature="n#!!block;n#MathML#0" />
1193
- <element signature="n#!!block;n#inlineMathML#0" />
1222
+ <element signature="e#0#73#0" expanded="true" />
1194
1223
  </folding>
1195
1224
  </state>
1196
1225
  </provider>
1197
1226
  </entry>
1227
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
1228
+ <provider selected="true" editor-type-id="text-editor">
1229
+ <state relative-caret-position="15">
1230
+ <caret line="11" selection-start-line="11" selection-end-line="11" />
1231
+ </state>
1232
+ </provider>
1233
+ </entry>
1198
1234
  <entry file="file://$PROJECT_DIR$/package.json">
1199
- <provider selected="true" editor-type-id="text-editor" />
1235
+ <provider selected="true" editor-type-id="text-editor">
1236
+ <state relative-caret-position="30">
1237
+ <caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
1238
+ </state>
1239
+ </provider>
1200
1240
  </entry>
1201
1241
  </component>
1202
1242
  </project>