mathpix-markdown-it 1.2.8 → 1.2.10

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/workspace.xml +402 -456
  2. package/README.md +21 -0
  3. package/doc/images/latex-footnotes/latex-footnotes_01.png +0 -0
  4. package/doc/images/latex-footnotes/latex-footnotes_02.png +0 -0
  5. package/doc/images/latex-footnotes/latex-footnotes_03.png +0 -0
  6. package/doc/latex-footnotes.md +60 -0
  7. package/es5/bundle.js +1 -1
  8. package/es5/index.js +1 -1
  9. package/lib/index.d.ts +4 -2
  10. package/lib/index.js +4 -1
  11. package/lib/index.js.map +1 -1
  12. package/lib/markdown/common/consts.d.ts +8 -0
  13. package/lib/markdown/common/consts.js +10 -1
  14. package/lib/markdown/common/consts.js.map +1 -1
  15. package/lib/markdown/mathpix-markdown-plugins.js +5 -1
  16. package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
  17. package/lib/markdown/md-inline-rule/core-inline.js +53 -2
  18. package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
  19. package/lib/markdown/md-latex-footnotes/block-rule.d.ts +3 -0
  20. package/lib/markdown/md-latex-footnotes/block-rule.js +161 -0
  21. package/lib/markdown/md-latex-footnotes/block-rule.js.map +1 -0
  22. package/lib/markdown/md-latex-footnotes/core-rule.d.ts +1 -0
  23. package/lib/markdown/md-latex-footnotes/core-rule.js +207 -0
  24. package/lib/markdown/md-latex-footnotes/core-rule.js.map +1 -0
  25. package/lib/markdown/md-latex-footnotes/index.d.ts +2 -0
  26. package/lib/markdown/md-latex-footnotes/index.js +32 -0
  27. package/lib/markdown/md-latex-footnotes/index.js.map +1 -0
  28. package/lib/markdown/md-latex-footnotes/inline-rule.d.ts +4 -0
  29. package/lib/markdown/md-latex-footnotes/inline-rule.js +319 -0
  30. package/lib/markdown/md-latex-footnotes/inline-rule.js.map +1 -0
  31. package/lib/markdown/md-latex-footnotes/inline-ruler2.d.ts +1 -0
  32. package/lib/markdown/md-latex-footnotes/inline-ruler2.js +34 -0
  33. package/lib/markdown/md-latex-footnotes/inline-ruler2.js.map +1 -0
  34. package/lib/markdown/md-latex-footnotes/interfaces.d.ts +23 -0
  35. package/lib/markdown/md-latex-footnotes/interfaces.js +3 -0
  36. package/lib/markdown/md-latex-footnotes/interfaces.js.map +1 -0
  37. package/lib/markdown/md-latex-footnotes/render-rule.d.ts +9 -0
  38. package/lib/markdown/md-latex-footnotes/render-rule.js +104 -0
  39. package/lib/markdown/md-latex-footnotes/render-rule.js.map +1 -0
  40. package/lib/markdown/md-latex-footnotes/utils.d.ts +6 -0
  41. package/lib/markdown/md-latex-footnotes/utils.js +136 -0
  42. package/lib/markdown/md-latex-footnotes/utils.js.map +1 -0
  43. package/lib/markdown/md-renderer-rules/render-lists.js +1 -1
  44. package/lib/markdown/md-renderer-rules/render-lists.js.map +1 -1
  45. package/lib/markdown/mdPluginConfigured.d.ts +1 -0
  46. package/lib/markdown/mdPluginConfigured.js +3 -1
  47. package/lib/markdown/mdPluginConfigured.js.map +1 -1
  48. package/lib/mathpix-markdown-model/index.d.ts +2 -0
  49. package/lib/mathpix-markdown-model/index.js.map +1 -1
  50. package/package.json +1 -1
  51. package/lib/markdown/test.d.ts +0 -0
  52. package/lib/markdown/test.js +0 -399
  53. package/lib/markdown/test.js.map +0 -1
  54. package/lib/mathjax/styles-fonts.d.ts +0 -1
  55. package/lib/mathjax/styles-fonts.js +0 -5
  56. package/lib/mathjax/styles-fonts.js.map +0 -1
  57. package/lib/mathjax/styles-lists.d.ts +0 -1
  58. package/lib/mathjax/styles-lists.js +0 -5
  59. package/lib/mathjax/styles-lists.js.map +0 -1
  60. package/lib/mathjax/styles-tabular.d.ts +0 -1
  61. package/lib/mathjax/styles-tabular.js +0 -5
  62. package/lib/mathjax/styles-tabular.js.map +0 -1
  63. package/lib/mathjax/styles.d.ts +0 -6
  64. package/lib/mathjax/styles.js +0 -16
  65. package/lib/mathjax/styles.js.map +0 -1
@@ -1,12 +1,9 @@
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/mathjax/serialized-ascii/handlers.ts" line="349" mnemonic="7" />
5
- <bookmark url="file://$PROJECT_DIR$/src/markdown/utils.ts" line="122" mnemonic="2" />
6
- <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="897" mnemonic="3" />
7
- <bookmark url="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" line="362" mnemonic="0" />
8
- <bookmark url="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" line="216" mnemonic="9" />
9
- <bookmark url="file://$PROJECT_DIR$/src/markdown/index.ts" line="98" mnemonic="8" />
4
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="801" mnemonic="9" />
5
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" line="236" mnemonic="1" />
6
+ <bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" line="122" mnemonic="2" />
10
7
  </component>
11
8
  <component name="ChangeListManager">
12
9
  <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" />
@@ -24,37 +21,39 @@
24
21
  <session id="1706553226">
25
22
  <usages-collector id="statistics.lifecycle.project">
26
23
  <counts>
27
- <entry key="project.closed" value="224" />
24
+ <entry key="project.closed" value="243" />
28
25
  <entry key="project.open.time.10" value="6" />
29
26
  <entry key="project.open.time.11" value="12" />
30
27
  <entry key="project.open.time.12" value="5" />
31
- <entry key="project.open.time.13" value="15" />
28
+ <entry key="project.open.time.13" value="17" />
32
29
  <entry key="project.open.time.14" value="4" />
33
- <entry key="project.open.time.15" value="4" />
30
+ <entry key="project.open.time.15" value="5" />
34
31
  <entry key="project.open.time.17" value="2" />
35
32
  <entry key="project.open.time.18" value="3" />
36
33
  <entry key="project.open.time.19" value="1" />
37
- <entry key="project.open.time.2" value="26" />
34
+ <entry key="project.open.time.2" value="27" />
38
35
  <entry key="project.open.time.20" value="3" />
39
36
  <entry key="project.open.time.22" value="4" />
40
- <entry key="project.open.time.3" value="53" />
37
+ <entry key="project.open.time.3" value="60" />
41
38
  <entry key="project.open.time.30" value="1" />
42
39
  <entry key="project.open.time.31" value="1" />
43
40
  <entry key="project.open.time.32" value="1" />
44
41
  <entry key="project.open.time.34" value="2" />
45
- <entry key="project.open.time.4" value="57" />
42
+ <entry key="project.open.time.4" value="62" />
43
+ <entry key="project.open.time.43" value="1" />
46
44
  <entry key="project.open.time.48" value="1" />
47
45
  <entry key="project.open.time.5" value="22" />
48
- <entry key="project.open.time.6" value="15" />
46
+ <entry key="project.open.time.6" value="18" />
49
47
  <entry key="project.open.time.7" value="6" />
50
48
  <entry key="project.open.time.8" value="2" />
49
+ <entry key="project.open.time.81" value="1" />
51
50
  <entry key="project.open.time.9" value="2" />
52
- <entry key="project.opened" value="250" />
51
+ <entry key="project.opened" value="271" />
53
52
  </counts>
54
53
  </usages-collector>
55
54
  <usages-collector id="statistics.js.language.service.starts">
56
55
  <counts>
57
- <entry key="TypeScriptServerServiceImpl" value="239" />
56
+ <entry key="TypeScriptServerServiceImpl" value="259" />
58
57
  </counts>
59
58
  </usages-collector>
60
59
  <usages-collector id="statistics.file.extensions.open">
@@ -66,20 +65,20 @@
66
65
  <entry key="gif" value="1" />
67
66
  <entry key="gitignore" value="8" />
68
67
  <entry key="gitmodules" value="1" />
69
- <entry key="html" value="20" />
70
- <entry key="js" value="554" />
68
+ <entry key="html" value="21" />
69
+ <entry key="js" value="622" />
71
70
  <entry key="jshintignore" value="1" />
72
71
  <entry key="jshintrc" value="1" />
73
- <entry key="json" value="84" />
72
+ <entry key="json" value="86" />
74
73
  <entry key="jsx" value="23" />
75
74
  <entry key="lock" value="17" />
76
- <entry key="md" value="50" />
75
+ <entry key="md" value="56" />
77
76
  <entry key="npmignore" value="3" />
78
77
  <entry key="npmrc" value="1" />
79
78
  <entry key="png" value="2" />
80
79
  <entry key="sre" value="1" />
81
- <entry key="ts" value="1388" />
82
- <entry key="tsx" value="62" />
80
+ <entry key="ts" value="1447" />
81
+ <entry key="tsx" value="66" />
83
82
  <entry key="yarnignore" value="2" />
84
83
  <entry key="yml" value="3" />
85
84
  </counts>
@@ -89,16 +88,16 @@
89
88
  <entry key=".env file" value="6" />
90
89
  <entry key="CSS" value="5" />
91
90
  <entry key="EJS" value="1" />
92
- <entry key="HTML" value="20" />
91
+ <entry key="HTML" value="21" />
93
92
  <entry key="Image" value="3" />
94
93
  <entry key="JSHint" value="1" />
95
- <entry key="JSON" value="79" />
94
+ <entry key="JSON" value="81" />
96
95
  <entry key="JSX Harmony" value="23" />
97
- <entry key="JavaScript" value="555" />
98
- <entry key="Markdown" value="50" />
96
+ <entry key="JavaScript" value="623" />
97
+ <entry key="Markdown" value="56" />
99
98
  <entry key="PLAIN_TEXT" value="17" />
100
- <entry key="TypeScript" value="1388" />
101
- <entry key="TypeScript JSX" value="62" />
99
+ <entry key="TypeScript" value="1447" />
100
+ <entry key="TypeScript JSX" value="66" />
102
101
  <entry key="YAML" value="3" />
103
102
  <entry key="tsconfig" value="6" />
104
103
  <entry key="yarn.lock" value="16" />
@@ -108,12 +107,12 @@
108
107
  <counts>
109
108
  <entry key="css" value="98" />
110
109
  <entry key="html" value="48" />
111
- <entry key="js" value="13535" />
112
- <entry key="json" value="122" />
110
+ <entry key="js" value="14067" />
111
+ <entry key="json" value="125" />
113
112
  <entry key="jsx" value="1587" />
114
- <entry key="md" value="2785" />
115
- <entry key="ts" value="126192" />
116
- <entry key="tsx" value="1452" />
113
+ <entry key="md" value="2850" />
114
+ <entry key="ts" value="134121" />
115
+ <entry key="tsx" value="1542" />
117
116
  <entry key="yml" value="41" />
118
117
  </counts>
119
118
  </usages-collector>
@@ -121,12 +120,12 @@
121
120
  <counts>
122
121
  <entry key="CSS" value="98" />
123
122
  <entry key="HTML" value="126" />
124
- <entry key="JSON" value="91" />
123
+ <entry key="JSON" value="94" />
125
124
  <entry key="JSX Harmony" value="1587" />
126
- <entry key="JavaScript" value="13548" />
127
- <entry key="Markdown" value="2705" />
128
- <entry key="TypeScript" value="126181" />
129
- <entry key="TypeScript JSX" value="1452" />
125
+ <entry key="JavaScript" value="14080" />
126
+ <entry key="Markdown" value="2770" />
127
+ <entry key="TypeScript" value="134110" />
128
+ <entry key="TypeScript JSX" value="1542" />
130
129
  <entry key="YAML" value="41" />
131
130
  <entry key="tsconfig" value="31" />
132
131
  </counts>
@@ -137,14 +136,32 @@
137
136
  <favorites_list name="mathpix-markdown-it" />
138
137
  </component>
139
138
  <component name="FileEditorManager">
140
- <splitter split-orientation="horizontal" split-proportion="0.5629393">
139
+ <splitter split-orientation="horizontal" split-proportion="0.56821704">
141
140
  <split-first>
142
141
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
143
- <file pinned="false" current-in-tab="true">
144
- <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
142
+ <file pinned="false" current-in-tab="false">
143
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
144
+ <provider selected="true" editor-type-id="text-editor">
145
+ <state relative-caret-position="150">
146
+ <caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
147
+ </state>
148
+ </provider>
149
+ </entry>
150
+ </file>
151
+ <file pinned="false" current-in-tab="false">
152
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
145
153
  <provider selected="true" editor-type-id="text-editor">
146
- <state relative-caret-position="464">
147
- <caret line="53" column="2" selection-start-line="53" selection-start-column="2" selection-end-line="53" selection-end-column="2" />
154
+ <state relative-caret-position="300">
155
+ <caret line="20" column="14" selection-start-line="20" selection-start-column="14" selection-end-line="20" selection-end-column="32" />
156
+ </state>
157
+ </provider>
158
+ </entry>
159
+ </file>
160
+ <file pinned="false" current-in-tab="false">
161
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
162
+ <provider selected="true" editor-type-id="text-editor">
163
+ <state relative-caret-position="-17">
164
+ <caret line="71" column="21" selection-start-line="71" selection-start-column="21" selection-end-line="71" selection-end-column="21" />
148
165
  <folding>
149
166
  <element signature="e#0#36#0" expanded="true" />
150
167
  </folding>
@@ -153,66 +170,75 @@
153
170
  </entry>
154
171
  </file>
155
172
  <file pinned="false" current-in-tab="false">
156
- <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
173
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts">
157
174
  <provider selected="true" editor-type-id="text-editor">
158
- <state relative-caret-position="210">
159
- <caret line="14" column="24" selection-start-line="14" selection-start-column="24" selection-end-line="14" selection-end-column="24" />
175
+ <state relative-caret-position="390">
176
+ <caret line="26" column="3" selection-start-line="26" selection-start-column="3" selection-end-line="26" selection-end-column="3" />
160
177
  </state>
161
178
  </provider>
162
179
  </entry>
163
180
  </file>
164
181
  <file pinned="false" current-in-tab="false">
165
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/block.js">
166
- <provider selected="true" editor-type-id="text-editor">
167
- <state relative-caret-position="45">
168
- <caret line="3" column="40" selection-start-line="3" selection-start-column="40" selection-end-line="3" selection-end-column="40" />
182
+ <entry file="file://$PROJECT_DIR$/README.md">
183
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
184
+ <state split_layout="FIRST">
185
+ <first_editor relative-caret-position="1725">
186
+ <caret line="115" selection-start-line="115" selection-end-line="115" />
187
+ </first_editor>
188
+ <second_editor />
169
189
  </state>
170
190
  </provider>
171
191
  </entry>
172
192
  </file>
173
193
  <file pinned="false" current-in-tab="false">
174
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js">
194
+ <entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
175
195
  <provider selected="true" editor-type-id="text-editor">
176
- <state>
177
- <folding>
178
- <element signature="n#!!doc" expanded="true" />
179
- </folding>
196
+ <state relative-caret-position="1455">
197
+ <caret line="97" selection-start-line="97" selection-end-line="97" />
180
198
  </state>
181
199
  </provider>
182
200
  </entry>
183
201
  </file>
184
202
  <file pinned="false" current-in-tab="false">
185
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js">
203
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
186
204
  <provider selected="true" editor-type-id="text-editor">
187
- <state relative-caret-position="5130">
188
- <caret line="342" selection-start-line="342" selection-end-line="342" />
205
+ <state relative-caret-position="315">
206
+ <caret line="22" column="2" selection-start-line="22" selection-start-column="2" selection-end-line="22" selection-end-column="2" />
189
207
  </state>
190
208
  </provider>
191
209
  </entry>
192
210
  </file>
193
- <file pinned="false" current-in-tab="false">
194
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
211
+ <file pinned="false" current-in-tab="true">
212
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
195
213
  <provider selected="true" editor-type-id="text-editor">
196
- <state relative-caret-position="8385">
197
- <caret line="559" column="27" selection-start-line="559" selection-start-column="27" selection-end-line="559" selection-end-column="27" />
214
+ <state relative-caret-position="203">
215
+ <caret line="222" column="47" selection-start-line="222" selection-start-column="47" selection-end-line="222" selection-end-column="47" />
216
+ <folding>
217
+ <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
218
+ </folding>
198
219
  </state>
199
220
  </provider>
200
221
  </entry>
201
222
  </file>
202
223
  <file pinned="false" current-in-tab="false">
203
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
224
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
204
225
  <provider selected="true" editor-type-id="text-editor">
205
- <state relative-caret-position="180">
206
- <caret line="13" selection-start-line="13" selection-end-line="13" />
226
+ <state relative-caret-position="343">
227
+ <caret line="134" column="76" selection-start-line="134" selection-start-column="76" selection-end-line="134" selection-end-column="76" />
228
+ <folding>
229
+ <element signature="e#0#48#0" expanded="true" />
230
+ </folding>
207
231
  </state>
208
232
  </provider>
209
233
  </entry>
210
234
  </file>
211
235
  <file pinned="false" current-in-tab="false">
212
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
236
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
213
237
  <provider selected="true" editor-type-id="text-editor">
214
- <state relative-caret-position="4020">
215
- <caret line="268" selection-start-line="268" selection-end-line="268" />
238
+ <state>
239
+ <folding>
240
+ <element signature="e#0#70#0" expanded="true" />
241
+ </folding>
216
242
  </state>
217
243
  </provider>
218
244
  </entry>
@@ -222,105 +248,100 @@
222
248
  <split-second>
223
249
  <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
224
250
  <file pinned="false" current-in-tab="false">
225
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
251
+ <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
226
252
  <provider selected="true" editor-type-id="text-editor">
227
- <state relative-caret-position="3225">
228
- <caret line="216" selection-start-line="216" selection-end-line="216" />
253
+ <state relative-caret-position="3240">
254
+ <caret line="236" column="28" selection-start-line="236" selection-start-column="4" selection-end-line="236" selection-end-column="28" />
229
255
  <folding>
230
- <element signature="e#6984#8700#0" />
256
+ <element signature="e#0#41#0" expanded="true" />
231
257
  </folding>
232
258
  </state>
233
259
  </provider>
234
260
  </entry>
235
261
  </file>
236
262
  <file pinned="false" current-in-tab="false">
237
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
263
+ <entry file="file://$PROJECT_DIR$/src/index.tsx">
238
264
  <provider selected="true" editor-type-id="text-editor">
239
- <state>
265
+ <state relative-caret-position="180">
266
+ <caret line="57" column="40" selection-start-line="57" selection-start-column="40" selection-end-line="57" selection-end-column="40" />
240
267
  <folding>
241
- <element signature="n#!!doc" expanded="true" />
268
+ <element signature="e#0#56#0" expanded="true" />
242
269
  </folding>
243
270
  </state>
244
271
  </provider>
245
272
  </entry>
246
273
  </file>
247
274
  <file pinned="false" current-in-tab="false">
248
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
275
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/helper.ts">
249
276
  <provider selected="true" editor-type-id="text-editor">
250
- <state relative-caret-position="795">
251
- <caret line="53" column="54" selection-start-line="53" selection-start-column="54" selection-end-line="53" selection-end-column="54" />
277
+ <state relative-caret-position="1440">
278
+ <caret line="96" column="13" selection-start-line="96" selection-start-column="13" selection-end-line="96" selection-end-column="13" />
252
279
  </state>
253
280
  </provider>
254
281
  </entry>
255
282
  </file>
256
- <file pinned="false" current-in-tab="false">
257
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
283
+ <file pinned="false" current-in-tab="true">
284
+ <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
258
285
  <provider selected="true" editor-type-id="text-editor">
259
- <state relative-caret-position="16500">
260
- <caret line="1100" column="52" selection-start-line="1100" selection-start-column="40" selection-end-line="1100" selection-end-column="52" />
261
- <folding>
262
- <element signature="e#0#41#0" expanded="true" />
263
- </folding>
286
+ <state relative-caret-position="87">
287
+ <caret line="85" column="12" selection-start-line="85" selection-start-column="12" selection-end-line="85" selection-end-column="12" />
264
288
  </state>
265
289
  </provider>
266
290
  </entry>
267
291
  </file>
268
292
  <file pinned="false" current-in-tab="false">
269
- <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
293
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
270
294
  <provider selected="true" editor-type-id="text-editor">
271
- <state relative-caret-position="960">
272
- <caret line="64" column="20" selection-start-line="64" selection-start-column="20" selection-end-line="64" selection-end-column="20" />
273
- <folding>
274
- <element signature="e#0#87#0" expanded="true" />
275
- </folding>
295
+ <state relative-caret-position="360">
296
+ <caret line="24" column="18" selection-start-line="24" selection-start-column="18" selection-end-line="24" selection-end-column="18" />
276
297
  </state>
277
298
  </provider>
278
299
  </entry>
279
300
  </file>
280
301
  <file pinned="false" current-in-tab="false">
281
- <entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
302
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js">
282
303
  <provider selected="true" editor-type-id="text-editor">
283
- <state relative-caret-position="4305">
284
- <caret line="287" selection-start-line="287" selection-end-line="287" />
285
- <folding>
286
- <element signature="e#0#71#0" expanded="true" />
287
- </folding>
304
+ <state relative-caret-position="480">
305
+ <caret line="32" column="15" selection-start-line="32" selection-start-column="15" selection-end-line="32" selection-end-column="15" />
288
306
  </state>
289
307
  </provider>
290
308
  </entry>
291
309
  </file>
292
310
  <file pinned="false" current-in-tab="false">
293
- <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
311
+ <entry file="file://$PROJECT_DIR$/package.json">
294
312
  <provider selected="true" editor-type-id="text-editor">
295
- <state relative-caret-position="1635">
296
- <caret line="109" column="34" selection-start-line="109" selection-start-column="34" selection-end-line="109" selection-end-column="34" />
297
- <folding>
298
- <element signature="e#0#41#0" expanded="true" />
299
- </folding>
313
+ <state relative-caret-position="255">
314
+ <caret line="17" column="12" selection-start-line="17" selection-start-column="12" selection-end-line="17" selection-end-column="12" />
300
315
  </state>
301
316
  </provider>
302
317
  </entry>
303
318
  </file>
304
- <file pinned="false" current-in-tab="true">
305
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
319
+ <file pinned="false" current-in-tab="false">
320
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
306
321
  <provider selected="true" editor-type-id="text-editor">
307
- <state relative-caret-position="165">
308
- <caret line="11" selection-start-line="11" selection-end-line="11" />
309
- <folding>
310
- <element signature="e#0#42#0" expanded="true" />
311
- </folding>
322
+ <state relative-caret-position="30">
323
+ <caret line="2" column="29" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="29" />
312
324
  </state>
313
325
  </provider>
314
326
  </entry>
315
327
  </file>
316
328
  <file pinned="false" current-in-tab="false">
317
- <entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
329
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
318
330
  <provider selected="true" editor-type-id="text-editor">
319
- <state relative-caret-position="150">
320
- <caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
321
- <folding>
322
- <element signature="e#0#41#0" expanded="true" />
323
- </folding>
331
+ <state relative-caret-position="1530">
332
+ <caret line="102" column="31" selection-start-line="102" selection-start-column="31" selection-end-line="102" selection-end-column="31" />
333
+ </state>
334
+ </provider>
335
+ </entry>
336
+ </file>
337
+ <file pinned="false" current-in-tab="false">
338
+ <entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
339
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
340
+ <state split_layout="FIRST">
341
+ <first_editor relative-caret-position="885">
342
+ <caret line="59" column="50" selection-start-line="59" selection-start-column="50" selection-end-line="59" selection-end-column="50" />
343
+ </first_editor>
344
+ <second_editor />
324
345
  </state>
325
346
  </provider>
326
347
  </entry>
@@ -338,36 +359,36 @@
338
359
  </component>
339
360
  <component name="FindInProjectRecents">
340
361
  <findStrings>
341
- <find>markdown-it-footnote</find>
342
- <find>meta</find>
343
- <find>footnote_reference_open</find>
344
- <find>render_footnote_open</find>
345
- <find>Ruler</find>
346
- <find>render_footnote_ref</find>
347
- <find>render_footnote_anchor</find>
348
- <find>render_footnote_anchor_name</find>
349
- <find>reNumber</find>
350
- <find>reFootNoteText</find>
351
- <find>render_footnote_caption</find>
352
- <find>renderInline</find>
353
- <find>footnote_caption</find>
354
- <find>footnotes</find>
355
- <find>value</find>
356
- <find>numbered</find>
362
+ <find>initMathpixMarkdown</find>
357
363
  <find>footnote_ref</find>
358
- <find>lines</find>
359
- <find>footnote_tail</find>
360
- <find>paragraphDiv</find>
361
- <find>env.footnote</find>
362
- <find>footnotemark</find>
363
- <find>footnote_anchor_name</find>
364
- <find>anchor_name</find>
365
- <find>hascon</find>
366
- <find>console.log</find>
367
- <find>heascontent</find>
368
- <find>debugger</find>
364
+ <find>footnotes</find>
365
+ <find>refTokens</find>
366
+ <find>tabular_inline</find>
367
+ <find>mmd_footnote_anchor</find>
368
+ <find>mmd_footnotes</find>
369
+ <find>meta.id</find>
370
+ <find>footnote</find>
371
+ <find>inline.parse</find>
372
+ <find>parseInline</find>
373
+ <find>ParserInline</find>
374
+ <find>inline</find>
375
+ <find>ruler2</find>
376
+ <find>balance_pairs</find>
377
+ <find>_rules2</find>
378
+ <find>grabFootnote</find>
379
+ <find>renameToken</find>
380
+ <find>state.md.inline.parse</find>
381
+ <find>child</find>
369
382
  <find>console</find>
370
- <find>deb</find>
383
+ <find>debugger</find>
384
+ <find>footnote_tail</find>
385
+ <find>render.call</find>
386
+ <find>.render</find>
387
+ <find>mmd_footnotes_list</find>
388
+ <find>resetTheoremEnvironments</find>
389
+ <find>getFootnoteItem</find>
390
+ <find>nbsp</find>
391
+ <find>markdownToHTML</find>
371
392
  </findStrings>
372
393
  <replaceStrings>
373
394
  <replace>MJSimple</replace>
@@ -379,9 +400,6 @@
379
400
  <replace />
380
401
  </replaceStrings>
381
402
  <dirStrings>
382
- <dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
383
- <dir>$PROJECT_DIR$/src/markdown/md-chemistry</dir>
384
- <dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
385
403
  <dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
386
404
  <dir>$PROJECT_DIR$/tests/_data/_csv</dir>
387
405
  <dir>$PROJECT_DIR$/src/contex-menu</dir>
@@ -393,22 +411,25 @@
393
411
  <dir>$PROJECT_DIR$/src/markdown/md-inline-rule</dir>
394
412
  <dir>$PROJECT_DIR$/node_modules/markdown-it-emoji/lib</dir>
395
413
  <dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
396
- <dir>$PROJECT_DIR$/src/styles</dir>
397
414
  <dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
398
415
  <dir>$PROJECT_DIR$/src/mathjax</dir>
399
416
  <dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
400
417
  <dir>$PROJECT_DIR$/src/components</dir>
401
- <dir>$PROJECT_DIR$/lib</dir>
402
- <dir>$PROJECT_DIR$/es5</dir>
403
418
  <dir>$PROJECT_DIR$/node_modules</dir>
404
419
  <dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
405
420
  <dir>$PROJECT_DIR$/tests</dir>
406
421
  <dir>$PROJECT_DIR$/tests/_data</dir>
407
422
  <dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
408
- <dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
423
+ <dir>$PROJECT_DIR$/src/styles</dir>
424
+ <dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
425
+ <dir>$PROJECT_DIR$/lib/markdown</dir>
426
+ <dir>$PROJECT_DIR$/lib</dir>
427
+ <dir>$PROJECT_DIR$/es5</dir>
409
428
  <dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
410
- <dir>$PROJECT_DIR$/src</dir>
429
+ <dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
411
430
  <dir>$PROJECT_DIR$/src/markdown</dir>
431
+ <dir>$PROJECT_DIR$/src</dir>
432
+ <dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
412
433
  </dirStrings>
413
434
  </component>
414
435
  <component name="Git.Settings">
@@ -417,38 +438,6 @@
417
438
  <component name="IdeDocumentHistory">
418
439
  <option name="CHANGED_PATHS">
419
440
  <list>
420
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/parse-error.ts" />
421
- <option value="$PROJECT_DIR$/src/index.tsx" />
422
- <option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
423
- <option value="$PROJECT_DIR$/src/markdown/rules.ts" />
424
- <option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
425
- <option value="$PROJECT_DIR$/README.md" />
426
- <option value="$PROJECT_DIR$/src/mathjax/index.ts" />
427
- <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
428
- <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
429
- <option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js" />
430
- <option value="$PROJECT_DIR$/examples/app.js" />
431
- <option value="$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js" />
432
- <option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
433
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
434
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
435
- <option value="$PROJECT_DIR$/src/markdown/md-ascii/index.ts" />
436
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" />
437
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
438
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
439
- <option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
440
- <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" />
441
- <option value="$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts" />
442
- <option value="$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts" />
443
- <option value="$PROJECT_DIR$/src/markdown/highlight/common.ts" />
444
- <option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
445
- <option value="$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js" />
446
- <option value="$PROJECT_DIR$/tests/_data/_footnotes/test.html" />
447
- <option value="$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
448
- <option value="$PROJECT_DIR$/tests/_footnotes.js" />
449
- <option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
450
- <option value="$PROJECT_DIR$/src/markdown/utils.ts" />
451
- <option value="$PROJECT_DIR$/package.json" />
452
441
  <option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
453
442
  <option value="$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
454
443
  <option value="$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
@@ -457,17 +446,49 @@
457
446
  <option value="$PROJECT_DIR$/src/markdown/md-footnotes/render-rule.ts" />
458
447
  <option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
459
448
  <option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
449
+ <option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
450
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd.js" />
451
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html.js" />
452
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd_02.js" />
453
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html_02.js" />
454
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/test.html" />
455
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
456
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js" />
457
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
458
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js" />
459
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
460
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js" />
461
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
462
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
460
463
  <option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
464
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
465
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js" />
466
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
467
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js" />
468
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
469
+ <option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
461
470
  <option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
471
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
472
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
473
+ <option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
474
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
475
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
476
+ <option value="$PROJECT_DIR$/src/markdown/utils.ts" />
462
477
  <option value="$PROJECT_DIR$/src/markdown/index.ts" />
463
- <option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
464
- <option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
465
- <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
478
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js" />
479
+ <option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
480
+ <option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
481
+ <option value="$PROJECT_DIR$/package.json" />
482
+ <option value="$PROJECT_DIR$/README.md" />
483
+ <option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
484
+ <option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
485
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
466
486
  <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
467
- <option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
468
- <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
487
+ <option value="$PROJECT_DIR$/src/index.tsx" />
488
+ <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
469
489
  <option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
470
- <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
490
+ <option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
491
+ <option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
471
492
  </list>
472
493
  </option>
473
494
  </component>
@@ -497,11 +518,11 @@
497
518
  <path value="$PROJECT_DIR$/package.json" />
498
519
  </packageJsonPaths>
499
520
  </component>
500
- <component name="ProjectFrameBounds" fullScreen="true">
501
- <option name="x" value="-154" />
502
- <option name="y" value="-1080" />
503
- <option name="width" value="1920" />
504
- <option name="height" value="1080" />
521
+ <component name="ProjectFrameBounds">
522
+ <option name="x" value="4" />
523
+ <option name="y" value="23" />
524
+ <option name="width" value="1607" />
525
+ <option name="height" value="974" />
505
526
  </component>
506
527
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
507
528
  <component name="ProjectView">
@@ -521,41 +542,10 @@
521
542
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
522
543
  <item name=".circleci" type="462c0819:PsiDirectoryNode" />
523
544
  </path>
524
- <path>
525
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
526
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
527
- <item name="node_modules" type="462c0819:PsiDirectoryNode" />
528
- </path>
529
- <path>
530
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
531
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
532
- <item name="node_modules" type="462c0819:PsiDirectoryNode" />
533
- <item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
534
- </path>
535
- <path>
536
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
537
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
538
- <item name="node_modules" type="462c0819:PsiDirectoryNode" />
539
- <item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
540
- <item name="dist" type="462c0819:PsiDirectoryNode" />
541
- </path>
542
- <path>
543
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
544
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
545
- <item name="src" type="462c0819:PsiDirectoryNode" />
546
- </path>
547
545
  <path>
548
546
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
549
547
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
550
548
  <item name="src" type="462c0819:PsiDirectoryNode" />
551
- <item name="components" type="462c0819:PsiDirectoryNode" />
552
- </path>
553
- <path>
554
- <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
555
- <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
556
- <item name="src" type="462c0819:PsiDirectoryNode" />
557
- <item name="components" type="462c0819:PsiDirectoryNode" />
558
- <item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
559
549
  </path>
560
550
  <path>
561
551
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
@@ -568,39 +558,27 @@
568
558
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
569
559
  <item name="src" type="462c0819:PsiDirectoryNode" />
570
560
  <item name="markdown" type="462c0819:PsiDirectoryNode" />
571
- <item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
561
+ <item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
572
562
  </path>
573
563
  <path>
574
564
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
575
565
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
576
566
  <item name="src" type="462c0819:PsiDirectoryNode" />
577
567
  <item name="markdown" type="462c0819:PsiDirectoryNode" />
578
- <item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
568
+ <item name="md-latex-footnotes" type="462c0819:PsiDirectoryNode" />
579
569
  </path>
580
570
  <path>
581
571
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
582
572
  <item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
583
573
  <item name="src" type="462c0819:PsiDirectoryNode" />
584
574
  <item name="markdown" type="462c0819:PsiDirectoryNode" />
585
- <item name="md-theorem" 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" />
575
+ <item name="md-renderer-rules" type="462c0819:PsiDirectoryNode" />
591
576
  </path>
592
577
  <path>
593
578
  <item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
594
579
  <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="_footnotes" type="462c0819:PsiDirectoryNode" />
580
+ <item name="src" type="462c0819:PsiDirectoryNode" />
581
+ <item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
604
582
  </path>
605
583
  </expand>
606
584
  <select />
@@ -624,17 +602,18 @@
624
602
  </component>
625
603
  <component name="RecentsManager">
626
604
  <key name="CopyFile.RECENT_KEYS">
605
+ <recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
627
606
  <recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
628
607
  <recent name="$PROJECT_DIR$/src/mathjax/helpers" />
629
608
  <recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
630
609
  <recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
631
610
  </key>
632
611
  <key name="MoveFile.RECENT_KEYS">
612
+ <recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
613
+ <recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
633
614
  <recent name="$PROJECT_DIR$/src/markdown" />
634
615
  <recent name="$PROJECT_DIR$/src/markdown/highlight" />
635
616
  <recent name="$PROJECT_DIR$/tests" />
636
- <recent name="$PROJECT_DIR$/doc/images" />
637
- <recent name="$PROJECT_DIR$/examples/tests-md" />
638
617
  </key>
639
618
  </component>
640
619
  <component name="RunDashboard">
@@ -926,11 +905,32 @@
926
905
  <workItem from="1691567151937" duration="1479000" />
927
906
  <workItem from="1691568730834" duration="46081000" />
928
907
  <workItem from="1691747682627" duration="298000" />
908
+ <workItem from="1691762503097" duration="174000" />
909
+ <workItem from="1691996305413" duration="19003000" />
910
+ <workItem from="1692080896306" duration="14661000" />
911
+ <workItem from="1692102847596" duration="12365000" />
912
+ <workItem from="1692202578072" duration="994000" />
913
+ <workItem from="1692204095482" duration="1978000" />
914
+ <workItem from="1692206779585" duration="515000" />
915
+ <workItem from="1692207401107" duration="257000" />
916
+ <workItem from="1692255912104" duration="31813000" />
917
+ <workItem from="1692340892943" duration="3187000" />
918
+ <workItem from="1692347895725" duration="7464000" />
919
+ <workItem from="1692400335779" duration="488000" />
920
+ <workItem from="1692621522372" duration="84000" />
921
+ <workItem from="1692634279712" duration="25282000" />
922
+ <workItem from="1692722296088" duration="1245000" />
923
+ <workItem from="1692769319464" duration="12536000" />
924
+ <workItem from="1692795484462" duration="1728000" />
925
+ <workItem from="1692798035833" duration="1228000" />
926
+ <workItem from="1692858660184" duration="9619000" />
927
+ <workItem from="1692870254647" duration="405000" />
928
+ <workItem from="1692887871345" duration="318000" />
929
929
  </task>
930
930
  <servers />
931
931
  </component>
932
932
  <component name="TimeTrackingManager">
933
- <option name="totallyTimeSpent" value="2772727000" />
933
+ <option name="totallyTimeSpent" value="2918071000" />
934
934
  </component>
935
935
  <component name="TodoView">
936
936
  <todo-panel id="selected-file">
@@ -942,9 +942,9 @@
942
942
  </todo-panel>
943
943
  </component>
944
944
  <component name="ToolWindowManager">
945
- <frame x="-154" y="-1080" width="1920" height="1080" extended-state="0" />
945
+ <frame x="4" y="23" width="1607" height="974" extended-state="0" />
946
946
  <layout>
947
- <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.17588204" />
947
+ <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.18663304" />
948
948
  <window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
949
949
  <window_info id="npm" order="2" side_tool="true" />
950
950
  <window_info id="DB Browser" order="3" />
@@ -963,7 +963,7 @@
963
963
  <window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
964
964
  <window_info anchor="bottom" id="DB Execution Console" order="10" />
965
965
  <window_info anchor="bottom" id="TypeScript" order="11" />
966
- <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.46435642" />
966
+ <window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.4909297" />
967
967
  <window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
968
968
  <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
969
969
  <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
@@ -1007,7 +1007,7 @@
1007
1007
  <breakpoints>
1008
1008
  <line-breakpoint enabled="true" type="javascript">
1009
1009
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
1010
- <line>368</line>
1010
+ <line>370</line>
1011
1011
  <option name="timeStamp" value="16" />
1012
1012
  </line-breakpoint>
1013
1013
  <line-breakpoint enabled="true" type="javascript">
@@ -1082,7 +1082,7 @@
1082
1082
  </line-breakpoint>
1083
1083
  <line-breakpoint enabled="true" type="javascript">
1084
1084
  <url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
1085
- <line>74</line>
1085
+ <line>75</line>
1086
1086
  <option name="timeStamp" value="43" />
1087
1087
  </line-breakpoint>
1088
1088
  <line-breakpoint enabled="true" type="javascript">
@@ -1115,352 +1115,298 @@
1115
1115
  </line-breakpoint>
1116
1116
  <line-breakpoint enabled="true" type="javascript">
1117
1117
  <url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
1118
- <line>1</line>
1118
+ <line>4</line>
1119
1119
  <option name="timeStamp" value="51" />
1120
1120
  </line-breakpoint>
1121
+ <line-breakpoint enabled="true" type="javascript">
1122
+ <url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts</url>
1123
+ <option name="timeStamp" value="52" />
1124
+ </line-breakpoint>
1125
+ <line-breakpoint enabled="true" type="javascript">
1126
+ <url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
1127
+ <line>90</line>
1128
+ <option name="timeStamp" value="54" />
1129
+ </line-breakpoint>
1121
1130
  </breakpoints>
1122
1131
  </breakpoint-manager>
1123
1132
  </component>
1124
1133
  <component name="editorHistoryManager">
1125
- <entry file="file://$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts">
1134
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
1126
1135
  <provider selected="true" editor-type-id="text-editor">
1127
- <state relative-caret-position="2775">
1128
- <caret line="191" column="18" selection-start-line="191" selection-start-column="18" selection-end-line="191" selection-end-column="18" />
1136
+ <state relative-caret-position="900">
1137
+ <caret line="60" column="13" selection-start-line="60" selection-start-column="13" selection-end-line="60" selection-end-column="13" />
1129
1138
  </state>
1130
1139
  </provider>
1131
1140
  </entry>
1132
- <entry file="file://$PROJECT_DIR$/src/markdown/highlight/common.ts">
1141
+ <entry file="file://$PROJECT_DIR$/lib/markdown/md-footnotes/block-rule.js" />
1142
+ <entry file="file://$PROJECT_DIR$/lib/markdown/md-footnotes/inline-rule.js" />
1143
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1133
1144
  <provider selected="true" editor-type-id="text-editor">
1134
- <state relative-caret-position="183">
1135
- <caret line="123" selection-start-line="123" selection-end-line="123" />
1145
+ <state relative-caret-position="216">
1146
+ <caret line="1127" column="41" selection-start-line="1127" selection-start-column="31" selection-end-line="1127" selection-end-column="41" />
1147
+ <folding>
1148
+ <element signature="e#0#41#0" expanded="true" />
1149
+ <element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
1150
+ </folding>
1136
1151
  </state>
1137
1152
  </provider>
1138
1153
  </entry>
1139
- <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/test.html" />
1140
- <entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
1154
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js" />
1155
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js" />
1156
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_core.js" />
1157
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
1158
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js" />
1159
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
1141
1160
  <provider selected="true" editor-type-id="text-editor">
1142
- <state relative-caret-position="-5241">
1143
- <caret line="49" column="32" selection-start-line="49" selection-start-column="32" selection-end-line="49" selection-end-column="32" />
1161
+ <state relative-caret-position="2190">
1162
+ <caret line="154" column="51" selection-start-line="154" selection-start-column="51" selection-end-line="154" selection-end-column="51" />
1144
1163
  </state>
1145
1164
  </provider>
1146
1165
  </entry>
1147
- <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
1148
- <entry file="file://$PROJECT_DIR$/tests/_footnotes.js" />
1149
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js">
1150
- <provider selected="true" editor-type-id="text-editor">
1151
- <state relative-caret-position="60">
1152
- <caret line="4" selection-start-line="4" selection-end-line="4" />
1153
- </state>
1154
- </provider>
1166
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_html.js">
1167
+ <provider selected="true" editor-type-id="text-editor" />
1155
1168
  </entry>
1156
- <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1157
- <provider selected="true" editor-type-id="text-editor">
1158
- <state relative-caret-position="2505">
1159
- <caret line="167" column="30" selection-start-line="167" selection-start-column="13" selection-end-line="167" selection-end-column="30" />
1160
- </state>
1161
- </provider>
1169
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
1170
+ <provider selected="true" editor-type-id="text-editor" />
1162
1171
  </entry>
1163
- <entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
1172
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
1164
1173
  <provider selected="true" editor-type-id="text-editor">
1165
- <state relative-caret-position="285">
1166
- <caret line="23" column="35" selection-start-line="23" selection-start-column="23" selection-end-line="23" selection-end-column="35" />
1174
+ <state relative-caret-position="171">
1175
+ <caret line="248" column="5" selection-start-line="248" selection-start-column="5" selection-end-line="248" selection-end-column="5" />
1167
1176
  </state>
1168
1177
  </provider>
1169
1178
  </entry>
1170
- <entry file="file://$PROJECT_DIR$/package.json">
1179
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
1171
1180
  <provider selected="true" editor-type-id="text-editor">
1172
- <state relative-caret-position="181">
1173
- <caret line="76" column="49" lean-forward="true" selection-start-line="76" selection-start-column="49" selection-end-line="76" selection-end-column="49" />
1181
+ <state relative-caret-position="600">
1182
+ <caret line="108" column="15" selection-start-line="108" selection-start-column="15" selection-end-line="108" selection-end-column="15" />
1174
1183
  </state>
1175
1184
  </provider>
1176
1185
  </entry>
1177
- <entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
1178
- <provider selected="true" editor-type-id="text-editor">
1179
- <state relative-caret-position="1470">
1180
- <caret line="98" column="13" selection-start-line="98" selection-start-column="13" selection-end-line="98" selection-end-column="13" />
1181
- </state>
1182
- </provider>
1186
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_01.js">
1187
+ <provider selected="true" editor-type-id="text-editor" />
1183
1188
  </entry>
1184
- <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/MmlVisitor.d.ts">
1189
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js">
1190
+ <provider selected="true" editor-type-id="text-editor" />
1191
+ </entry>
1192
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js">
1185
1193
  <provider selected="true" editor-type-id="text-editor">
1186
- <state relative-caret-position="15">
1187
- <caret line="3" column="41" selection-start-line="3" selection-start-column="41" selection-end-line="3" selection-end-column="41" />
1194
+ <state relative-caret-position="225">
1195
+ <caret line="15" selection-start-line="15" selection-end-line="15" />
1188
1196
  </state>
1189
1197
  </provider>
1190
1198
  </entry>
1191
- <entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
1199
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
1192
1200
  <provider selected="true" editor-type-id="text-editor">
1193
1201
  <state relative-caret-position="165">
1194
- <caret line="12" column="14" selection-start-line="12" selection-start-column="14" selection-end-line="12" selection-end-column="14" />
1202
+ <caret line="801" selection-start-line="801" selection-end-line="801" />
1203
+ <folding>
1204
+ <element signature="e#147#220#0" expanded="true" />
1205
+ <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
1206
+ <element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
1207
+ <element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
1208
+ </folding>
1195
1209
  </state>
1196
1210
  </provider>
1197
1211
  </entry>
1198
- <entry file="file://$PROJECT_DIR$/yarn.lock">
1199
- <provider selected="true" editor-type-id="text-editor">
1200
- <state relative-caret-position="63690">
1201
- <caret line="4246" column="27" selection-start-line="4246" selection-start-column="27" selection-end-line="4246" selection-end-column="27" />
1202
- </state>
1203
- </provider>
1212
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js" />
1213
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/emphasis.js" />
1214
+ <entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
1215
+ <provider selected="true" editor-type-id="text-editor" />
1204
1216
  </entry>
1205
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
1206
- <provider selected="true" editor-type-id="text-editor">
1207
- <state relative-caret-position="585">
1208
- <caret line="44" column="59" selection-start-line="44" selection-start-column="59" selection-end-line="44" selection-end-column="59" />
1209
- </state>
1210
- </provider>
1217
+ <entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
1218
+ <provider selected="true" editor-type-id="text-editor" />
1211
1219
  </entry>
1212
- <entry file="file://$PROJECT_DIR$/tests/_data/_labels/_data.js">
1220
+ <entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
1213
1221
  <provider selected="true" editor-type-id="text-editor">
1214
- <state>
1215
- <caret selection-end-column="18" />
1222
+ <state relative-caret-position="10440">
1223
+ <caret line="696" column="2" selection-start-line="696" selection-start-column="2" selection-end-line="696" selection-end-column="2" />
1216
1224
  </state>
1217
1225
  </provider>
1218
1226
  </entry>
1219
- <entry file="file://$PROJECT_DIR$/tests/_labels.js">
1220
- <provider selected="true" editor-type-id="text-editor">
1221
- <state relative-caret-position="120">
1222
- <caret line="8" column="2" selection-end-line="36" />
1227
+ <entry file="file://$PROJECT_DIR$/doc/sections.md">
1228
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1229
+ <state split_layout="SPLIT">
1230
+ <first_editor />
1231
+ <second_editor />
1223
1232
  </state>
1224
1233
  </provider>
1225
1234
  </entry>
1226
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
1235
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/strikethrough.js" />
1236
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/balance_pairs.js" />
1237
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js" />
1238
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
1239
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_inline.js" />
1240
+ <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/text_collapse.js" />
1241
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
1227
1242
  <provider selected="true" editor-type-id="text-editor">
1228
- <state relative-caret-position="525">
1229
- <caret line="35" column="21" selection-start-line="35" selection-start-column="21" selection-end-line="35" selection-end-column="21" />
1243
+ <state relative-caret-position="210">
1244
+ <caret line="19" column="18" selection-start-line="19" selection-start-column="18" selection-end-line="19" selection-end-column="18" />
1230
1245
  <folding>
1231
- <element signature="e#0#41#0" expanded="true" />
1246
+ <element signature="e#0#36#0" expanded="true" />
1232
1247
  </folding>
1233
1248
  </state>
1234
1249
  </provider>
1235
1250
  </entry>
1236
- <entry file="file://$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
1237
- <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
1251
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
1238
1252
  <provider selected="true" editor-type-id="text-editor">
1239
- <state relative-caret-position="2250">
1240
- <caret line="150" column="15" lean-forward="true" selection-start-line="150" selection-start-column="15" selection-end-line="150" selection-end-column="15" />
1241
- <folding>
1242
- <element signature="e#0#40#0" expanded="true" />
1243
- </folding>
1253
+ <state relative-caret-position="150">
1254
+ <caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
1244
1255
  </state>
1245
1256
  </provider>
1246
1257
  </entry>
1247
- <entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
1258
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
1248
1259
  <provider selected="true" editor-type-id="text-editor">
1249
- <state>
1250
- <folding>
1251
- <element signature="e#0#31#0" expanded="true" />
1252
- </folding>
1260
+ <state relative-caret-position="300">
1261
+ <caret line="20" column="14" selection-start-line="20" selection-start-column="14" selection-end-line="20" selection-end-column="32" />
1253
1262
  </state>
1254
1263
  </provider>
1255
1264
  </entry>
1256
- <entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
1265
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts">
1257
1266
  <provider selected="true" editor-type-id="text-editor">
1258
- <state relative-caret-position="1530">
1259
- <caret line="102" column="38" selection-start-line="102" selection-start-column="13" selection-end-line="102" selection-end-column="38" />
1267
+ <state relative-caret-position="390">
1268
+ <caret line="26" column="3" selection-start-line="26" selection-start-column="3" selection-end-line="26" selection-end-column="3" />
1260
1269
  </state>
1261
1270
  </provider>
1262
1271
  </entry>
1263
- <entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
1264
- <provider selected="true" editor-type-id="text-editor" />
1265
- </entry>
1266
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
1267
- <provider selected="true" editor-type-id="text-editor">
1268
- <state relative-caret-position="13770">
1269
- <caret line="925" column="17" selection-start-line="925" selection-start-column="17" selection-end-line="925" selection-end-column="17" />
1272
+ <entry file="file://$PROJECT_DIR$/README.md">
1273
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1274
+ <state split_layout="FIRST">
1275
+ <first_editor relative-caret-position="1725">
1276
+ <caret line="115" selection-start-line="115" selection-end-line="115" />
1277
+ </first_editor>
1278
+ <second_editor />
1270
1279
  </state>
1271
1280
  </provider>
1272
1281
  </entry>
1273
- <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
1282
+ <entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
1274
1283
  <provider selected="true" editor-type-id="text-editor">
1275
- <state relative-caret-position="-187">
1276
- <caret line="107" column="13" selection-start-line="107" selection-start-column="13" selection-end-line="107" selection-end-column="13" />
1284
+ <state relative-caret-position="1455">
1285
+ <caret line="97" selection-start-line="97" selection-end-line="97" />
1277
1286
  </state>
1278
1287
  </provider>
1279
1288
  </entry>
1280
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js">
1281
- <provider selected="true" editor-type-id="text-editor" />
1282
- </entry>
1283
- <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
1289
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
1284
1290
  <provider selected="true" editor-type-id="text-editor">
1285
- <state relative-caret-position="205">
1286
- <caret line="171" selection-start-line="171" selection-end-line="180" selection-end-column="7" />
1287
- <folding>
1288
- <element signature="e#107#269#0" expanded="true" />
1289
- </folding>
1291
+ <state relative-caret-position="315">
1292
+ <caret line="22" column="2" selection-start-line="22" selection-start-column="2" selection-end-line="22" selection-end-column="2" />
1290
1293
  </state>
1291
1294
  </provider>
1292
1295
  </entry>
1293
- <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1296
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
1294
1297
  <provider selected="true" editor-type-id="text-editor">
1295
- <state relative-caret-position="209">
1296
- <caret line="191" column="11" selection-start-line="191" selection-start-column="11" selection-end-line="191" selection-end-column="11" />
1298
+ <state>
1297
1299
  <folding>
1298
- <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
1300
+ <element signature="e#0#70#0" expanded="true" />
1299
1301
  </folding>
1300
1302
  </state>
1301
1303
  </provider>
1302
1304
  </entry>
1303
- <entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
1304
- <provider selected="true" editor-type-id="text-editor">
1305
- <state relative-caret-position="480">
1306
- <caret line="653" column="21" selection-start-line="653" selection-start-column="21" selection-end-line="653" selection-end-column="21" />
1307
- </state>
1308
- </provider>
1309
- </entry>
1310
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_core.js">
1311
- <provider selected="true" editor-type-id="text-editor">
1312
- <state relative-caret-position="135">
1313
- <caret line="9" column="26" selection-start-line="9" selection-start-column="26" selection-end-line="9" selection-end-column="26" />
1314
- </state>
1315
- </provider>
1316
- </entry>
1317
- <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
1318
- <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
1319
- <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
1320
- <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
1321
- <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
1305
+ <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
1322
1306
  <provider selected="true" editor-type-id="text-editor">
1323
- <state relative-caret-position="464">
1324
- <caret line="53" column="2" selection-start-line="53" selection-start-column="2" selection-end-line="53" selection-end-column="2" />
1307
+ <state relative-caret-position="3240">
1308
+ <caret line="236" column="28" selection-start-line="236" selection-start-column="4" selection-end-line="236" selection-end-column="28" />
1325
1309
  <folding>
1326
- <element signature="e#0#36#0" expanded="true" />
1310
+ <element signature="e#0#41#0" expanded="true" />
1327
1311
  </folding>
1328
1312
  </state>
1329
1313
  </provider>
1330
1314
  </entry>
1331
- <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
1315
+ <entry file="file://$PROJECT_DIR$/src/index.tsx">
1332
1316
  <provider selected="true" editor-type-id="text-editor">
1333
- <state relative-caret-position="210">
1334
- <caret line="14" column="24" selection-start-line="14" selection-start-column="24" selection-end-line="14" selection-end-column="24" />
1335
- </state>
1336
- </provider>
1337
- </entry>
1338
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/block.js">
1339
- <provider selected="true" editor-type-id="text-editor">
1340
- <state relative-caret-position="45">
1341
- <caret line="3" column="40" selection-start-line="3" selection-start-column="40" selection-end-line="3" selection-end-column="40" />
1342
- </state>
1343
- </provider>
1344
- </entry>
1345
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js">
1346
- <provider selected="true" editor-type-id="text-editor">
1347
- <state>
1317
+ <state relative-caret-position="180">
1318
+ <caret line="57" column="40" selection-start-line="57" selection-start-column="40" selection-end-line="57" selection-end-column="40" />
1348
1319
  <folding>
1349
- <element signature="n#!!doc" expanded="true" />
1320
+ <element signature="e#0#56#0" expanded="true" />
1350
1321
  </folding>
1351
1322
  </state>
1352
1323
  </provider>
1353
1324
  </entry>
1354
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js">
1325
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/helper.ts">
1355
1326
  <provider selected="true" editor-type-id="text-editor">
1356
- <state relative-caret-position="5130">
1357
- <caret line="342" selection-start-line="342" selection-end-line="342" />
1327
+ <state relative-caret-position="1440">
1328
+ <caret line="96" column="13" selection-start-line="96" selection-start-column="13" selection-end-line="96" selection-end-column="13" />
1358
1329
  </state>
1359
1330
  </provider>
1360
1331
  </entry>
1361
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
1332
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
1362
1333
  <provider selected="true" editor-type-id="text-editor">
1363
- <state relative-caret-position="8385">
1364
- <caret line="559" column="27" selection-start-line="559" selection-start-column="27" selection-end-line="559" selection-end-column="27" />
1334
+ <state relative-caret-position="360">
1335
+ <caret line="24" column="18" selection-start-line="24" selection-start-column="18" selection-end-line="24" selection-end-column="18" />
1365
1336
  </state>
1366
1337
  </provider>
1367
1338
  </entry>
1368
- <entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
1339
+ <entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js">
1369
1340
  <provider selected="true" editor-type-id="text-editor">
1370
- <state relative-caret-position="180">
1371
- <caret line="13" selection-start-line="13" selection-end-line="13" />
1372
- </state>
1373
- </provider>
1374
- </entry>
1375
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
1376
- <provider selected="true" editor-type-id="text-editor">
1377
- <state relative-caret-position="4020">
1378
- <caret line="268" selection-start-line="268" selection-end-line="268" />
1341
+ <state relative-caret-position="480">
1342
+ <caret line="32" column="15" selection-start-line="32" selection-start-column="15" selection-end-line="32" selection-end-column="15" />
1379
1343
  </state>
1380
1344
  </provider>
1381
1345
  </entry>
1382
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
1346
+ <entry file="file://$PROJECT_DIR$/package.json">
1383
1347
  <provider selected="true" editor-type-id="text-editor">
1384
- <state relative-caret-position="3225">
1385
- <caret line="216" selection-start-line="216" selection-end-line="216" />
1386
- <folding>
1387
- <element signature="e#6984#8700#0" />
1388
- </folding>
1348
+ <state relative-caret-position="255">
1349
+ <caret line="17" column="12" selection-start-line="17" selection-start-column="12" selection-end-line="17" selection-end-column="12" />
1389
1350
  </state>
1390
1351
  </provider>
1391
1352
  </entry>
1392
- <entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
1353
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
1393
1354
  <provider selected="true" editor-type-id="text-editor">
1394
- <state>
1395
- <folding>
1396
- <element signature="n#!!doc" expanded="true" />
1397
- </folding>
1355
+ <state relative-caret-position="30">
1356
+ <caret line="2" column="29" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="29" />
1398
1357
  </state>
1399
1358
  </provider>
1400
1359
  </entry>
1401
- <entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
1360
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
1402
1361
  <provider selected="true" editor-type-id="text-editor">
1403
- <state relative-caret-position="795">
1404
- <caret line="53" column="54" selection-start-line="53" selection-start-column="54" selection-end-line="53" selection-end-column="54" />
1362
+ <state relative-caret-position="1530">
1363
+ <caret line="102" column="31" selection-start-line="102" selection-start-column="31" selection-end-line="102" selection-end-column="31" />
1405
1364
  </state>
1406
1365
  </provider>
1407
1366
  </entry>
1408
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
1409
- <provider selected="true" editor-type-id="text-editor">
1410
- <state relative-caret-position="16500">
1411
- <caret line="1100" column="52" selection-start-line="1100" selection-start-column="40" selection-end-line="1100" selection-end-column="52" />
1412
- <folding>
1413
- <element signature="e#0#41#0" expanded="true" />
1414
- </folding>
1367
+ <entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
1368
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
1369
+ <state split_layout="FIRST">
1370
+ <first_editor relative-caret-position="885">
1371
+ <caret line="59" column="50" selection-start-line="59" selection-start-column="50" selection-end-line="59" selection-end-column="50" />
1372
+ </first_editor>
1373
+ <second_editor />
1415
1374
  </state>
1416
1375
  </provider>
1417
1376
  </entry>
1418
1377
  <entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
1419
1378
  <provider selected="true" editor-type-id="text-editor">
1420
- <state relative-caret-position="960">
1421
- <caret line="64" column="20" selection-start-line="64" selection-start-column="20" selection-end-line="64" selection-end-column="20" />
1422
- <folding>
1423
- <element signature="e#0#87#0" expanded="true" />
1424
- </folding>
1425
- </state>
1426
- </provider>
1427
- </entry>
1428
- <entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
1429
- <provider selected="true" editor-type-id="text-editor">
1430
- <state relative-caret-position="4305">
1431
- <caret line="287" selection-start-line="287" selection-end-line="287" />
1432
- <folding>
1433
- <element signature="e#0#71#0" expanded="true" />
1434
- </folding>
1379
+ <state relative-caret-position="87">
1380
+ <caret line="85" column="12" selection-start-line="85" selection-start-column="12" selection-end-line="85" selection-end-column="12" />
1435
1381
  </state>
1436
1382
  </provider>
1437
1383
  </entry>
1438
- <entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
1384
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
1439
1385
  <provider selected="true" editor-type-id="text-editor">
1440
- <state relative-caret-position="1635">
1441
- <caret line="109" column="34" selection-start-line="109" selection-start-column="34" selection-end-line="109" selection-end-column="34" />
1386
+ <state relative-caret-position="-17">
1387
+ <caret line="71" column="21" selection-start-line="71" selection-start-column="21" selection-end-line="71" selection-end-column="21" />
1442
1388
  <folding>
1443
- <element signature="e#0#41#0" expanded="true" />
1389
+ <element signature="e#0#36#0" expanded="true" />
1444
1390
  </folding>
1445
1391
  </state>
1446
1392
  </provider>
1447
1393
  </entry>
1448
- <entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
1394
+ <entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
1449
1395
  <provider selected="true" editor-type-id="text-editor">
1450
- <state relative-caret-position="150">
1451
- <caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
1396
+ <state relative-caret-position="343">
1397
+ <caret line="134" column="76" selection-start-line="134" selection-start-column="76" selection-end-line="134" selection-end-column="76" />
1452
1398
  <folding>
1453
- <element signature="e#0#41#0" expanded="true" />
1399
+ <element signature="e#0#48#0" expanded="true" />
1454
1400
  </folding>
1455
1401
  </state>
1456
1402
  </provider>
1457
1403
  </entry>
1458
- <entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
1404
+ <entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
1459
1405
  <provider selected="true" editor-type-id="text-editor">
1460
- <state relative-caret-position="165">
1461
- <caret line="11" selection-start-line="11" selection-end-line="11" />
1406
+ <state relative-caret-position="203">
1407
+ <caret line="222" column="47" selection-start-line="222" selection-start-column="47" selection-end-line="222" selection-end-column="47" />
1462
1408
  <folding>
1463
- <element signature="e#0#42#0" expanded="true" />
1409
+ <element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
1464
1410
  </folding>
1465
1411
  </state>
1466
1412
  </provider>