mathpix-markdown-it 1.2.6 → 1.2.8
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.
- package/.idea/workspace.xml +431 -386
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/markdown/highlight/common.js +8 -2
- package/lib/markdown/highlight/common.js.map +1 -1
- package/lib/markdown/highlight/render-rule-highlights.js +50 -9
- package/lib/markdown/highlight/render-rule-highlights.js.map +1 -1
- package/lib/markdown/md-ascii/index.d.ts +3 -2
- package/lib/markdown/md-ascii/index.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-table.js +3 -5
- package/lib/markdown/md-block-rule/begin-table.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/index.js +6 -14
- package/lib/markdown/md-block-rule/begin-tabular/index.js.map +1 -1
- package/lib/markdown/md-block-rule/lists/index.js +1 -1
- package/lib/markdown/md-block-rule/lists/index.js.map +1 -1
- package/lib/markdown/md-inline-rule/core-inline.js +32 -3
- package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
- package/lib/markdown/md-inline-rule/image.d.ts +2 -1
- package/lib/markdown/md-inline-rule/image.js.map +1 -1
- package/lib/markdown/md-inline-rule/lists.js +5 -6
- package/lib/markdown/md-inline-rule/lists.js.map +1 -1
- package/lib/markdown/md-inline-rule/tabular.d.ts +2 -1
- package/lib/markdown/md-inline-rule/tabular.js.map +1 -1
- package/lib/markdown/md-renderer-rules/index.js +8 -2
- package/lib/markdown/md-renderer-rules/index.js.map +1 -1
- package/lib/markdown/md-renderer-rules/render-lists.js +17 -17
- package/lib/markdown/md-renderer-rules/render-lists.js.map +1 -1
- package/lib/markdown/md-renderer-rules/render-tabular.js +4 -4
- package/lib/markdown/md-renderer-rules/render-tabular.js.map +1 -1
- package/lib/markdown/mdPluginRaw.js +11 -11
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/markdown/mdPluginTableTabular.js +2 -2
- package/lib/markdown/mdPluginTableTabular.js.map +1 -1
- package/lib/markdown/mdPluginText.js +9 -11
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/markdown/utils.js +28 -23
- package/lib/markdown/utils.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
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/
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/src/
|
|
7
|
-
<bookmark url="file://$PROJECT_DIR$/
|
|
8
|
-
<bookmark url="file://$PROJECT_DIR$/node_modules/markdown-it/
|
|
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" />
|
|
9
10
|
</component>
|
|
10
11
|
<component name="ChangeListManager">
|
|
11
12
|
<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 # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts" />
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
<session id="1706553226">
|
|
24
25
|
<usages-collector id="statistics.lifecycle.project">
|
|
25
26
|
<counts>
|
|
26
|
-
<entry key="project.closed" value="
|
|
27
|
+
<entry key="project.closed" value="224" />
|
|
27
28
|
<entry key="project.open.time.10" value="6" />
|
|
28
29
|
<entry key="project.open.time.11" value="12" />
|
|
29
30
|
<entry key="project.open.time.12" value="5" />
|
|
@@ -33,27 +34,27 @@
|
|
|
33
34
|
<entry key="project.open.time.17" value="2" />
|
|
34
35
|
<entry key="project.open.time.18" value="3" />
|
|
35
36
|
<entry key="project.open.time.19" value="1" />
|
|
36
|
-
<entry key="project.open.time.2" value="
|
|
37
|
+
<entry key="project.open.time.2" value="26" />
|
|
37
38
|
<entry key="project.open.time.20" value="3" />
|
|
38
39
|
<entry key="project.open.time.22" value="4" />
|
|
39
|
-
<entry key="project.open.time.3" value="
|
|
40
|
+
<entry key="project.open.time.3" value="53" />
|
|
40
41
|
<entry key="project.open.time.30" value="1" />
|
|
41
42
|
<entry key="project.open.time.31" value="1" />
|
|
42
43
|
<entry key="project.open.time.32" value="1" />
|
|
43
44
|
<entry key="project.open.time.34" value="2" />
|
|
44
|
-
<entry key="project.open.time.4" value="
|
|
45
|
+
<entry key="project.open.time.4" value="57" />
|
|
45
46
|
<entry key="project.open.time.48" value="1" />
|
|
46
|
-
<entry key="project.open.time.5" value="
|
|
47
|
+
<entry key="project.open.time.5" value="22" />
|
|
47
48
|
<entry key="project.open.time.6" value="15" />
|
|
48
49
|
<entry key="project.open.time.7" value="6" />
|
|
49
50
|
<entry key="project.open.time.8" value="2" />
|
|
50
51
|
<entry key="project.open.time.9" value="2" />
|
|
51
|
-
<entry key="project.opened" value="
|
|
52
|
+
<entry key="project.opened" value="250" />
|
|
52
53
|
</counts>
|
|
53
54
|
</usages-collector>
|
|
54
55
|
<usages-collector id="statistics.js.language.service.starts">
|
|
55
56
|
<counts>
|
|
56
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
57
|
+
<entry key="TypeScriptServerServiceImpl" value="239" />
|
|
57
58
|
</counts>
|
|
58
59
|
</usages-collector>
|
|
59
60
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -65,20 +66,20 @@
|
|
|
65
66
|
<entry key="gif" value="1" />
|
|
66
67
|
<entry key="gitignore" value="8" />
|
|
67
68
|
<entry key="gitmodules" value="1" />
|
|
68
|
-
<entry key="html" value="
|
|
69
|
-
<entry key="js" value="
|
|
69
|
+
<entry key="html" value="20" />
|
|
70
|
+
<entry key="js" value="554" />
|
|
70
71
|
<entry key="jshintignore" value="1" />
|
|
71
72
|
<entry key="jshintrc" value="1" />
|
|
72
|
-
<entry key="json" value="
|
|
73
|
+
<entry key="json" value="84" />
|
|
73
74
|
<entry key="jsx" value="23" />
|
|
74
|
-
<entry key="lock" value="
|
|
75
|
-
<entry key="md" value="
|
|
75
|
+
<entry key="lock" value="17" />
|
|
76
|
+
<entry key="md" value="50" />
|
|
76
77
|
<entry key="npmignore" value="3" />
|
|
77
78
|
<entry key="npmrc" value="1" />
|
|
78
79
|
<entry key="png" value="2" />
|
|
79
80
|
<entry key="sre" value="1" />
|
|
80
|
-
<entry key="ts" value="
|
|
81
|
-
<entry key="tsx" value="
|
|
81
|
+
<entry key="ts" value="1388" />
|
|
82
|
+
<entry key="tsx" value="62" />
|
|
82
83
|
<entry key="yarnignore" value="2" />
|
|
83
84
|
<entry key="yml" value="3" />
|
|
84
85
|
</counts>
|
|
@@ -88,44 +89,44 @@
|
|
|
88
89
|
<entry key=".env file" value="6" />
|
|
89
90
|
<entry key="CSS" value="5" />
|
|
90
91
|
<entry key="EJS" value="1" />
|
|
91
|
-
<entry key="HTML" value="
|
|
92
|
+
<entry key="HTML" value="20" />
|
|
92
93
|
<entry key="Image" value="3" />
|
|
93
94
|
<entry key="JSHint" value="1" />
|
|
94
|
-
<entry key="JSON" value="
|
|
95
|
+
<entry key="JSON" value="79" />
|
|
95
96
|
<entry key="JSX Harmony" value="23" />
|
|
96
|
-
<entry key="JavaScript" value="
|
|
97
|
-
<entry key="Markdown" value="
|
|
97
|
+
<entry key="JavaScript" value="555" />
|
|
98
|
+
<entry key="Markdown" value="50" />
|
|
98
99
|
<entry key="PLAIN_TEXT" value="17" />
|
|
99
|
-
<entry key="TypeScript" value="
|
|
100
|
-
<entry key="TypeScript JSX" value="
|
|
100
|
+
<entry key="TypeScript" value="1388" />
|
|
101
|
+
<entry key="TypeScript JSX" value="62" />
|
|
101
102
|
<entry key="YAML" value="3" />
|
|
102
103
|
<entry key="tsconfig" value="6" />
|
|
103
|
-
<entry key="yarn.lock" value="
|
|
104
|
+
<entry key="yarn.lock" value="16" />
|
|
104
105
|
</counts>
|
|
105
106
|
</usages-collector>
|
|
106
107
|
<usages-collector id="statistics.file.extensions.edit">
|
|
107
108
|
<counts>
|
|
108
109
|
<entry key="css" value="98" />
|
|
109
110
|
<entry key="html" value="48" />
|
|
110
|
-
<entry key="js" value="
|
|
111
|
-
<entry key="json" value="
|
|
111
|
+
<entry key="js" value="13535" />
|
|
112
|
+
<entry key="json" value="122" />
|
|
112
113
|
<entry key="jsx" value="1587" />
|
|
113
114
|
<entry key="md" value="2785" />
|
|
114
|
-
<entry key="ts" value="
|
|
115
|
-
<entry key="tsx" value="
|
|
115
|
+
<entry key="ts" value="126192" />
|
|
116
|
+
<entry key="tsx" value="1452" />
|
|
116
117
|
<entry key="yml" value="41" />
|
|
117
118
|
</counts>
|
|
118
119
|
</usages-collector>
|
|
119
120
|
<usages-collector id="statistics.file.types.edit">
|
|
120
121
|
<counts>
|
|
121
122
|
<entry key="CSS" value="98" />
|
|
122
|
-
<entry key="HTML" value="
|
|
123
|
-
<entry key="JSON" value="
|
|
123
|
+
<entry key="HTML" value="126" />
|
|
124
|
+
<entry key="JSON" value="91" />
|
|
124
125
|
<entry key="JSX Harmony" value="1587" />
|
|
125
|
-
<entry key="JavaScript" value="
|
|
126
|
+
<entry key="JavaScript" value="13548" />
|
|
126
127
|
<entry key="Markdown" value="2705" />
|
|
127
|
-
<entry key="TypeScript" value="
|
|
128
|
-
<entry key="TypeScript JSX" value="
|
|
128
|
+
<entry key="TypeScript" value="126181" />
|
|
129
|
+
<entry key="TypeScript JSX" value="1452" />
|
|
129
130
|
<entry key="YAML" value="41" />
|
|
130
131
|
<entry key="tsconfig" value="31" />
|
|
131
132
|
</counts>
|
|
@@ -136,99 +137,82 @@
|
|
|
136
137
|
<favorites_list name="mathpix-markdown-it" />
|
|
137
138
|
</component>
|
|
138
139
|
<component name="FileEditorManager">
|
|
139
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
140
|
+
<splitter split-orientation="horizontal" split-proportion="0.5629393">
|
|
140
141
|
<split-first>
|
|
141
142
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
142
|
-
<file pinned="false" current-in-tab="
|
|
143
|
-
<entry file="file://$PROJECT_DIR$/
|
|
144
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
145
|
-
<state relative-caret-position="61005">
|
|
146
|
-
<caret line="4067" column="6" selection-start-line="4067" selection-end-line="4067" 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-core-rules/set-positions.ts">
|
|
143
|
+
<file pinned="false" current-in-tab="true">
|
|
144
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
153
145
|
<provider selected="true" editor-type-id="text-editor">
|
|
154
|
-
<state relative-caret-position="
|
|
155
|
-
<caret line="
|
|
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" />
|
|
156
148
|
<folding>
|
|
157
|
-
<element signature="e#0#
|
|
149
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
158
150
|
</folding>
|
|
159
151
|
</state>
|
|
160
152
|
</provider>
|
|
161
153
|
</entry>
|
|
162
154
|
</file>
|
|
163
155
|
<file pinned="false" current-in-tab="false">
|
|
164
|
-
<entry file="file://$PROJECT_DIR$/
|
|
156
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
|
|
165
157
|
<provider selected="true" editor-type-id="text-editor">
|
|
166
|
-
<state relative-caret-position="
|
|
167
|
-
<caret line="
|
|
168
|
-
<folding>
|
|
169
|
-
<element signature="e#0#87#0" expanded="true" />
|
|
170
|
-
</folding>
|
|
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" />
|
|
171
160
|
</state>
|
|
172
161
|
</provider>
|
|
173
162
|
</entry>
|
|
174
163
|
</file>
|
|
175
164
|
<file pinned="false" current-in-tab="false">
|
|
176
|
-
<entry file="file://$PROJECT_DIR$/
|
|
165
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/block.js">
|
|
177
166
|
<provider selected="true" editor-type-id="text-editor">
|
|
178
|
-
<state relative-caret-position="
|
|
179
|
-
<caret line="
|
|
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" />
|
|
180
169
|
</state>
|
|
181
170
|
</provider>
|
|
182
171
|
</entry>
|
|
183
172
|
</file>
|
|
184
|
-
<file pinned="false" current-in-tab="
|
|
185
|
-
<entry file="file://$PROJECT_DIR$/
|
|
173
|
+
<file pinned="false" current-in-tab="false">
|
|
174
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js">
|
|
186
175
|
<provider selected="true" editor-type-id="text-editor">
|
|
187
|
-
<state
|
|
188
|
-
<caret line="87" column="25" selection-start-line="87" selection-start-column="20" selection-end-line="87" selection-end-column="25" />
|
|
176
|
+
<state>
|
|
189
177
|
<folding>
|
|
190
|
-
<element signature="
|
|
178
|
+
<element signature="n#!!doc" expanded="true" />
|
|
191
179
|
</folding>
|
|
192
180
|
</state>
|
|
193
181
|
</provider>
|
|
194
182
|
</entry>
|
|
195
183
|
</file>
|
|
196
184
|
<file pinned="false" current-in-tab="false">
|
|
197
|
-
<entry file="file://$PROJECT_DIR$/
|
|
185
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js">
|
|
198
186
|
<provider selected="true" editor-type-id="text-editor">
|
|
199
|
-
<state relative-caret-position="
|
|
200
|
-
<caret line="
|
|
201
|
-
<folding>
|
|
202
|
-
<element signature="e#0#45#0" expanded="true" />
|
|
203
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
204
|
-
</folding>
|
|
187
|
+
<state relative-caret-position="5130">
|
|
188
|
+
<caret line="342" selection-start-line="342" selection-end-line="342" />
|
|
205
189
|
</state>
|
|
206
190
|
</provider>
|
|
207
191
|
</entry>
|
|
208
192
|
</file>
|
|
209
193
|
<file pinned="false" current-in-tab="false">
|
|
210
|
-
<entry file="file://$PROJECT_DIR$/
|
|
194
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
|
|
211
195
|
<provider selected="true" editor-type-id="text-editor">
|
|
212
|
-
<state relative-caret-position="
|
|
213
|
-
<caret line="
|
|
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
198
|
</state>
|
|
215
199
|
</provider>
|
|
216
200
|
</entry>
|
|
217
201
|
</file>
|
|
218
202
|
<file pinned="false" current-in-tab="false">
|
|
219
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
203
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
|
|
220
204
|
<provider selected="true" editor-type-id="text-editor">
|
|
221
|
-
<state relative-caret-position="
|
|
222
|
-
<caret line="
|
|
205
|
+
<state relative-caret-position="180">
|
|
206
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
223
207
|
</state>
|
|
224
208
|
</provider>
|
|
225
209
|
</entry>
|
|
226
210
|
</file>
|
|
227
211
|
<file pinned="false" current-in-tab="false">
|
|
228
|
-
<entry file="file://$PROJECT_DIR$/
|
|
212
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
229
213
|
<provider selected="true" editor-type-id="text-editor">
|
|
230
|
-
<state relative-caret-position="
|
|
231
|
-
<caret line="
|
|
214
|
+
<state relative-caret-position="4020">
|
|
215
|
+
<caret line="268" selection-start-line="268" selection-end-line="268" />
|
|
232
216
|
</state>
|
|
233
217
|
</provider>
|
|
234
218
|
</entry>
|
|
@@ -238,106 +222,105 @@
|
|
|
238
222
|
<split-second>
|
|
239
223
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
240
224
|
<file pinned="false" current-in-tab="false">
|
|
241
|
-
<entry file="file://$PROJECT_DIR$/
|
|
225
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
242
226
|
<provider selected="true" editor-type-id="text-editor">
|
|
243
|
-
<state relative-caret-position="
|
|
244
|
-
<caret line="
|
|
227
|
+
<state relative-caret-position="3225">
|
|
228
|
+
<caret line="216" selection-start-line="216" selection-end-line="216" />
|
|
229
|
+
<folding>
|
|
230
|
+
<element signature="e#6984#8700#0" />
|
|
231
|
+
</folding>
|
|
245
232
|
</state>
|
|
246
233
|
</provider>
|
|
247
234
|
</entry>
|
|
248
235
|
</file>
|
|
249
236
|
<file pinned="false" current-in-tab="false">
|
|
250
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
237
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
|
|
251
238
|
<provider selected="true" editor-type-id="text-editor">
|
|
252
|
-
<state
|
|
253
|
-
<
|
|
239
|
+
<state>
|
|
240
|
+
<folding>
|
|
241
|
+
<element signature="n#!!doc" expanded="true" />
|
|
242
|
+
</folding>
|
|
254
243
|
</state>
|
|
255
244
|
</provider>
|
|
256
245
|
</entry>
|
|
257
246
|
</file>
|
|
258
247
|
<file pinned="false" current-in-tab="false">
|
|
259
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
248
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
260
249
|
<provider selected="true" editor-type-id="text-editor">
|
|
261
|
-
<state relative-caret-position="
|
|
262
|
-
<caret line="
|
|
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" />
|
|
263
252
|
</state>
|
|
264
253
|
</provider>
|
|
265
254
|
</entry>
|
|
266
255
|
</file>
|
|
267
256
|
<file pinned="false" current-in-tab="false">
|
|
268
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
257
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
269
258
|
<provider selected="true" editor-type-id="text-editor">
|
|
270
|
-
<state relative-caret-position="
|
|
271
|
-
<caret line="
|
|
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" />
|
|
272
261
|
<folding>
|
|
273
|
-
<element signature="e#0#
|
|
262
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
274
263
|
</folding>
|
|
275
264
|
</state>
|
|
276
265
|
</provider>
|
|
277
266
|
</entry>
|
|
278
267
|
</file>
|
|
279
268
|
<file pinned="false" current-in-tab="false">
|
|
280
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
269
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
281
270
|
<provider selected="true" editor-type-id="text-editor">
|
|
282
|
-
<state relative-caret-position="
|
|
283
|
-
<caret line="
|
|
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" />
|
|
284
273
|
<folding>
|
|
285
|
-
<element signature="e#0#
|
|
274
|
+
<element signature="e#0#87#0" expanded="true" />
|
|
286
275
|
</folding>
|
|
287
276
|
</state>
|
|
288
277
|
</provider>
|
|
289
278
|
</entry>
|
|
290
279
|
</file>
|
|
291
280
|
<file pinned="false" current-in-tab="false">
|
|
292
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
281
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
|
|
293
282
|
<provider selected="true" editor-type-id="text-editor">
|
|
294
|
-
<state relative-caret-position="
|
|
295
|
-
<caret line="
|
|
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>
|
|
296
288
|
</state>
|
|
297
289
|
</provider>
|
|
298
290
|
</entry>
|
|
299
291
|
</file>
|
|
300
292
|
<file pinned="false" current-in-tab="false">
|
|
301
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
293
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
302
294
|
<provider selected="true" editor-type-id="text-editor">
|
|
303
|
-
<state relative-caret-position="
|
|
304
|
-
<caret line="
|
|
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" />
|
|
305
297
|
<folding>
|
|
306
|
-
<element signature="e#0#
|
|
298
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
307
299
|
</folding>
|
|
308
300
|
</state>
|
|
309
301
|
</provider>
|
|
310
302
|
</entry>
|
|
311
303
|
</file>
|
|
312
|
-
<file pinned="false" current-in-tab="
|
|
313
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
304
|
+
<file pinned="false" current-in-tab="true">
|
|
305
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
314
306
|
<provider selected="true" editor-type-id="text-editor">
|
|
315
|
-
<state relative-caret-position="
|
|
316
|
-
<caret line="
|
|
307
|
+
<state relative-caret-position="165">
|
|
308
|
+
<caret line="11" selection-start-line="11" selection-end-line="11" />
|
|
317
309
|
<folding>
|
|
318
|
-
<element signature="e#0#
|
|
310
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
319
311
|
</folding>
|
|
320
312
|
</state>
|
|
321
313
|
</provider>
|
|
322
314
|
</entry>
|
|
323
315
|
</file>
|
|
324
316
|
<file pinned="false" current-in-tab="false">
|
|
325
|
-
<entry file="file://$PROJECT_DIR$/
|
|
317
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
326
318
|
<provider selected="true" editor-type-id="text-editor">
|
|
327
|
-
<state relative-caret-position="
|
|
328
|
-
<caret line="
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
</file>
|
|
333
|
-
<file pinned="false" current-in-tab="true">
|
|
334
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
335
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
336
|
-
<state split_layout="FIRST">
|
|
337
|
-
<first_editor relative-caret-position="121">
|
|
338
|
-
<caret line="833" column="64" selection-start-line="833" selection-start-column="64" selection-end-line="833" selection-end-column="107" />
|
|
339
|
-
</first_editor>
|
|
340
|
-
<second_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>
|
|
341
324
|
</state>
|
|
342
325
|
</provider>
|
|
343
326
|
</entry>
|
|
@@ -355,36 +338,36 @@
|
|
|
355
338
|
</component>
|
|
356
339
|
<component name="FindInProjectRecents">
|
|
357
340
|
<findStrings>
|
|
358
|
-
<find>
|
|
359
|
-
<find>
|
|
360
|
-
<find>
|
|
361
|
-
<find>
|
|
362
|
-
<find>
|
|
363
|
-
<find>
|
|
364
|
-
<find>
|
|
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>
|
|
357
|
+
<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>
|
|
365
366
|
<find>console.log</find>
|
|
366
|
-
<find>
|
|
367
|
-
<find>webpack</find>
|
|
368
|
-
<find>json5</find>
|
|
369
|
-
<find>loader-utils</find>
|
|
370
|
-
<find>highlight.js</find>
|
|
371
|
-
<find>highlightjs</find>
|
|
372
|
-
<find>hljs</find>
|
|
373
|
-
<find>code_block</find>
|
|
374
|
-
<find>mdHighlightCodePlugin</find>
|
|
375
|
-
<find>parserErrors</find>
|
|
376
|
-
<find>options.highlight</find>
|
|
377
|
-
<find>codeBlock</find>
|
|
378
|
-
<find>highlight</find>
|
|
379
|
-
<find>code</find>
|
|
380
|
-
<find>code_block_injectLineNumbers</find>
|
|
381
|
-
<find>codeHighlight</find>
|
|
382
|
-
<find>tokens[idx]</find>
|
|
383
|
-
<find>highlightjs.defaults</find>
|
|
367
|
+
<find>heascontent</find>
|
|
384
368
|
<find>debugger</find>
|
|
385
|
-
<find>mdPluginHighlightCode</find>
|
|
386
369
|
<find>console</find>
|
|
387
|
-
<find>
|
|
370
|
+
<find>deb</find>
|
|
388
371
|
</findStrings>
|
|
389
372
|
<replaceStrings>
|
|
390
373
|
<replace>MJSimple</replace>
|
|
@@ -396,11 +379,8 @@
|
|
|
396
379
|
<replace />
|
|
397
380
|
</replaceStrings>
|
|
398
381
|
<dirStrings>
|
|
399
|
-
<dir>$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular</dir>
|
|
400
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree</dir>
|
|
401
382
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
|
|
402
383
|
<dir>$PROJECT_DIR$/src/markdown/md-chemistry</dir>
|
|
403
|
-
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
404
384
|
<dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
|
|
405
385
|
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
406
386
|
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
@@ -416,16 +396,19 @@
|
|
|
416
396
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
417
397
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
418
398
|
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
419
|
-
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
420
399
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
421
400
|
<dir>$PROJECT_DIR$/src/components</dir>
|
|
422
401
|
<dir>$PROJECT_DIR$/lib</dir>
|
|
423
402
|
<dir>$PROJECT_DIR$/es5</dir>
|
|
424
|
-
<dir>$PROJECT_DIR$/node_modules
|
|
403
|
+
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
404
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
425
405
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
426
|
-
<dir>$PROJECT_DIR$/
|
|
406
|
+
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
407
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
408
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
427
409
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
428
410
|
<dir>$PROJECT_DIR$/src</dir>
|
|
411
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
429
412
|
</dirStrings>
|
|
430
413
|
</component>
|
|
431
414
|
<component name="Git.Settings">
|
|
@@ -434,57 +417,57 @@
|
|
|
434
417
|
<component name="IdeDocumentHistory">
|
|
435
418
|
<option name="CHANGED_PATHS">
|
|
436
419
|
<list>
|
|
437
|
-
<option value="$PROJECT_DIR$/src/test.js" />
|
|
438
|
-
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
439
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-math.ts" />
|
|
440
|
-
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
441
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/renewcommand.ts" />
|
|
442
|
-
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
443
|
-
<option value="$PROJECT_DIR$/src/styles/styles-lists.ts" />
|
|
444
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/src/App.js" />
|
|
445
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/src/index.js" />
|
|
446
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/src/styles.css" />
|
|
447
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/public/index.html" />
|
|
448
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-components/.env" />
|
|
449
|
-
<option value="$PROJECT_DIR$/webpack.config.js" />
|
|
450
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-components/package.json" />
|
|
451
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-components/src/index.js" />
|
|
452
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-components/src/App.js" />
|
|
453
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/package.json" />
|
|
454
|
-
<option value="$PROJECT_DIR$/examples/react-app/strict-mode/.env" />
|
|
455
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
456
|
-
<option value="$PROJECT_DIR$/tests/_data/_lists/_data.js" />
|
|
457
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginLists.ts" />
|
|
458
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/re-level.ts" />
|
|
459
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
460
|
-
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
|
|
461
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/src/index.js" />
|
|
462
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/src/styles.css" />
|
|
463
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/craco.config.js" />
|
|
464
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/package.json" />
|
|
465
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/src/App.js" />
|
|
466
|
-
<option value="$PROJECT_DIR$/examples/react-app/sctict-mode/public/index.html" />
|
|
467
|
-
<option value="$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts" />
|
|
468
|
-
<option value="$PROJECT_DIR$/examples/html/content-mmd-to-html.html" />
|
|
469
|
-
<option value="$PROJECT_DIR$/examples/app.js" />
|
|
470
|
-
<option value="$PROJECT_DIR$/node_modules/domino/lib/sloppy.js" />
|
|
471
|
-
<option value="$PROJECT_DIR$/tsconfig.json" />
|
|
472
|
-
<option value="$PROJECT_DIR$/.circleci/config.yml" />
|
|
473
|
-
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
474
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
|
|
475
420
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/parse-error.ts" />
|
|
476
421
|
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
477
|
-
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
478
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
479
422
|
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
480
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
481
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
482
|
-
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
483
423
|
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
484
424
|
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
485
|
-
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
486
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" />
|
|
487
451
|
<option value="$PROJECT_DIR$/package.json" />
|
|
452
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
453
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
|
|
454
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
455
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/inline-rule.ts" />
|
|
456
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/core-rule.ts" />
|
|
457
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/render-rule.ts" />
|
|
458
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
|
|
459
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
|
|
460
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
461
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
462
|
+
<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" />
|
|
466
|
+
<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" />
|
|
469
|
+
<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" />
|
|
488
471
|
</list>
|
|
489
472
|
</option>
|
|
490
473
|
</component>
|
|
@@ -526,7 +509,6 @@
|
|
|
526
509
|
<foldersAlwaysOnTop value="true" />
|
|
527
510
|
</navigator>
|
|
528
511
|
<panes>
|
|
529
|
-
<pane id="Scope" />
|
|
530
512
|
<pane id="ProjectPane">
|
|
531
513
|
<subPane>
|
|
532
514
|
<expand>
|
|
@@ -539,6 +521,24 @@
|
|
|
539
521
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
540
522
|
<item name=".circleci" type="462c0819:PsiDirectoryNode" />
|
|
541
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="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
542
|
<path>
|
|
543
543
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
544
544
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
556
556
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
557
557
|
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
558
|
-
<item name="mathpix-
|
|
558
|
+
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
559
559
|
</path>
|
|
560
560
|
<path>
|
|
561
561
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -568,31 +568,45 @@
|
|
|
568
568
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
569
569
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
570
570
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
571
|
-
<item name="
|
|
571
|
+
<item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
|
|
572
572
|
</path>
|
|
573
573
|
<path>
|
|
574
574
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
575
575
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
576
576
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
577
577
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
578
|
-
<item name="md-
|
|
578
|
+
<item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
|
|
579
579
|
</path>
|
|
580
580
|
<path>
|
|
581
581
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
582
582
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
583
583
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
584
|
-
<item name="
|
|
584
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
585
|
+
<item name="md-theorem" type="462c0819:PsiDirectoryNode" />
|
|
585
586
|
</path>
|
|
586
587
|
<path>
|
|
587
588
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
588
589
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
589
|
-
<item name="
|
|
590
|
-
|
|
590
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
591
|
+
</path>
|
|
592
|
+
<path>
|
|
593
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
594
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
595
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
596
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
597
|
+
</path>
|
|
598
|
+
<path>
|
|
599
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
600
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
601
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
602
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
603
|
+
<item name="_footnotes" type="462c0819:PsiDirectoryNode" />
|
|
591
604
|
</path>
|
|
592
605
|
</expand>
|
|
593
606
|
<select />
|
|
594
607
|
</subPane>
|
|
595
608
|
</pane>
|
|
609
|
+
<pane id="Scope" />
|
|
596
610
|
</panes>
|
|
597
611
|
</component>
|
|
598
612
|
<component name="PropertiesComponent">
|
|
@@ -895,12 +909,28 @@
|
|
|
895
909
|
<workItem from="1688708479007" duration="317000" />
|
|
896
910
|
<workItem from="1688717886496" duration="855000" />
|
|
897
911
|
<workItem from="1689756493576" duration="18488000" />
|
|
898
|
-
<workItem from="1689836892646" duration="
|
|
912
|
+
<workItem from="1689836892646" duration="530000" />
|
|
913
|
+
<workItem from="1689861174620" duration="6771000" />
|
|
914
|
+
<workItem from="1689936860676" duration="1494000" />
|
|
915
|
+
<workItem from="1689938794634" duration="563000" />
|
|
916
|
+
<workItem from="1690192946816" duration="876000" />
|
|
917
|
+
<workItem from="1690194172878" duration="101000" />
|
|
918
|
+
<workItem from="1690375856727" duration="1608000" />
|
|
919
|
+
<workItem from="1690385296886" duration="2179000" />
|
|
920
|
+
<workItem from="1690815413857" duration="46048000" />
|
|
921
|
+
<workItem from="1691062145277" duration="1887000" />
|
|
922
|
+
<workItem from="1691064373160" duration="672000" />
|
|
923
|
+
<workItem from="1691067417475" duration="506000" />
|
|
924
|
+
<workItem from="1691148515047" duration="709000" />
|
|
925
|
+
<workItem from="1691565859267" duration="668000" />
|
|
926
|
+
<workItem from="1691567151937" duration="1479000" />
|
|
927
|
+
<workItem from="1691568730834" duration="46081000" />
|
|
928
|
+
<workItem from="1691747682627" duration="298000" />
|
|
899
929
|
</task>
|
|
900
930
|
<servers />
|
|
901
931
|
</component>
|
|
902
932
|
<component name="TimeTrackingManager">
|
|
903
|
-
<option name="totallyTimeSpent" value="
|
|
933
|
+
<option name="totallyTimeSpent" value="2772727000" />
|
|
904
934
|
</component>
|
|
905
935
|
<component name="TodoView">
|
|
906
936
|
<todo-panel id="selected-file">
|
|
@@ -914,7 +944,7 @@
|
|
|
914
944
|
<component name="ToolWindowManager">
|
|
915
945
|
<frame x="-154" y="-1080" width="1920" height="1080" extended-state="0" />
|
|
916
946
|
<layout>
|
|
917
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.
|
|
947
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.17588204" />
|
|
918
948
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
919
949
|
<window_info id="npm" order="2" side_tool="true" />
|
|
920
950
|
<window_info id="DB Browser" order="3" />
|
|
@@ -930,10 +960,10 @@
|
|
|
930
960
|
<window_info anchor="bottom" id="TODO" order="6" weight="0.3295838" />
|
|
931
961
|
<window_info anchor="bottom" id="Console" order="7" />
|
|
932
962
|
<window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
|
|
933
|
-
<window_info anchor="bottom" id="Version Control" order="9"
|
|
963
|
+
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
934
964
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
935
965
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
936
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.
|
|
966
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.46435642" />
|
|
937
967
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
938
968
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
939
969
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -992,6 +1022,7 @@
|
|
|
992
1022
|
</line-breakpoint>
|
|
993
1023
|
<line-breakpoint enabled="true" type="javascript">
|
|
994
1024
|
<url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts</url>
|
|
1025
|
+
<line>1</line>
|
|
995
1026
|
<option name="timeStamp" value="20" />
|
|
996
1027
|
</line-breakpoint>
|
|
997
1028
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1034,14 +1065,9 @@
|
|
|
1034
1065
|
<line>894</line>
|
|
1035
1066
|
<option name="timeStamp" value="32" />
|
|
1036
1067
|
</line-breakpoint>
|
|
1037
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
1038
|
-
<url>file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MathDocument.ts</url>
|
|
1039
|
-
<line>633</line>
|
|
1040
|
-
<option name="timeStamp" value="35" />
|
|
1041
|
-
</line-breakpoint>
|
|
1042
1068
|
<line-breakpoint enabled="true" type="javascript">
|
|
1043
1069
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
1044
|
-
<line>
|
|
1070
|
+
<line>1105</line>
|
|
1045
1071
|
<option name="timeStamp" value="36" />
|
|
1046
1072
|
</line-breakpoint>
|
|
1047
1073
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1054,16 +1080,6 @@
|
|
|
1054
1080
|
<line>2341</line>
|
|
1055
1081
|
<option name="timeStamp" value="40" />
|
|
1056
1082
|
</line-breakpoint>
|
|
1057
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
1058
|
-
<url>file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MathDocument.js</url>
|
|
1059
|
-
<line>295</line>
|
|
1060
|
-
<option name="timeStamp" value="41" />
|
|
1061
|
-
</line-breakpoint>
|
|
1062
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
1063
|
-
<url>file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/ParseUtil.js</url>
|
|
1064
|
-
<line>158</line>
|
|
1065
|
-
<option name="timeStamp" value="42" />
|
|
1066
|
-
</line-breakpoint>
|
|
1067
1083
|
<line-breakpoint enabled="true" type="javascript">
|
|
1068
1084
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1069
1085
|
<line>74</line>
|
|
@@ -1081,14 +1097,9 @@
|
|
|
1081
1097
|
</line-breakpoint>
|
|
1082
1098
|
<line-breakpoint enabled="true" type="javascript">
|
|
1083
1099
|
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
1084
|
-
<line>
|
|
1100
|
+
<line>662</line>
|
|
1085
1101
|
<option name="timeStamp" value="46" />
|
|
1086
1102
|
</line-breakpoint>
|
|
1087
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
1088
|
-
<url>file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/TexParser.ts</url>
|
|
1089
|
-
<line>437</line>
|
|
1090
|
-
<option name="timeStamp" value="47" />
|
|
1091
|
-
</line-breakpoint>
|
|
1092
1103
|
<line-breakpoint enabled="true" type="javascript">
|
|
1093
1104
|
<url>file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx</url>
|
|
1094
1105
|
<option name="timeStamp" value="48" />
|
|
@@ -1098,325 +1109,359 @@
|
|
|
1098
1109
|
<line>138</line>
|
|
1099
1110
|
<option name="timeStamp" value="49" />
|
|
1100
1111
|
</line-breakpoint>
|
|
1112
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1113
|
+
<url>file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts</url>
|
|
1114
|
+
<option name="timeStamp" value="50" />
|
|
1115
|
+
</line-breakpoint>
|
|
1116
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1117
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1118
|
+
<line>1</line>
|
|
1119
|
+
<option name="timeStamp" value="51" />
|
|
1120
|
+
</line-breakpoint>
|
|
1101
1121
|
</breakpoints>
|
|
1102
1122
|
</breakpoint-manager>
|
|
1103
1123
|
</component>
|
|
1104
1124
|
<component name="editorHistoryManager">
|
|
1105
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1106
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
1125
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts">
|
|
1107
1126
|
<provider selected="true" editor-type-id="text-editor">
|
|
1108
|
-
<state relative-caret-position="
|
|
1109
|
-
<caret line="
|
|
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" />
|
|
1110
1129
|
</state>
|
|
1111
1130
|
</provider>
|
|
1112
1131
|
</entry>
|
|
1113
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1132
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/highlight/common.ts">
|
|
1114
1133
|
<provider selected="true" editor-type-id="text-editor">
|
|
1115
|
-
<state relative-caret-position="
|
|
1116
|
-
<caret line="
|
|
1134
|
+
<state relative-caret-position="183">
|
|
1135
|
+
<caret line="123" selection-start-line="123" selection-end-line="123" />
|
|
1117
1136
|
</state>
|
|
1118
1137
|
</provider>
|
|
1119
1138
|
</entry>
|
|
1120
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
<
|
|
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">
|
|
1141
|
+
<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" />
|
|
1125
1144
|
</state>
|
|
1126
1145
|
</provider>
|
|
1127
1146
|
</entry>
|
|
1128
|
-
<entry file="file://$PROJECT_DIR$/
|
|
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">
|
|
1129
1150
|
<provider selected="true" editor-type-id="text-editor">
|
|
1130
|
-
<state relative-caret-position="
|
|
1131
|
-
<caret line="
|
|
1151
|
+
<state relative-caret-position="60">
|
|
1152
|
+
<caret line="4" selection-start-line="4" selection-end-line="4" />
|
|
1132
1153
|
</state>
|
|
1133
1154
|
</provider>
|
|
1134
1155
|
</entry>
|
|
1135
|
-
<entry file="file://$PROJECT_DIR
|
|
1136
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1137
|
-
</entry>
|
|
1138
|
-
<entry file="file://$PROJECT_DIR$/.yarnignore">
|
|
1139
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1140
|
-
</entry>
|
|
1141
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/test/.npmignore" />
|
|
1142
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.npmrc" />
|
|
1143
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.mocharc.json" />
|
|
1144
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.gitignore" />
|
|
1145
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.gitmodules" />
|
|
1146
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.jshintignore" />
|
|
1147
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.jshintrc" />
|
|
1148
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.travis.yml" />
|
|
1149
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/package.json">
|
|
1150
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1151
|
-
</entry>
|
|
1152
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/lib/sloppy.js">
|
|
1156
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1153
1157
|
<provider selected="true" editor-type-id="text-editor">
|
|
1154
|
-
<state relative-caret-position="
|
|
1155
|
-
<caret line="
|
|
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" />
|
|
1156
1160
|
</state>
|
|
1157
1161
|
</provider>
|
|
1158
1162
|
</entry>
|
|
1159
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1163
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1160
1164
|
<provider selected="true" editor-type-id="text-editor">
|
|
1161
|
-
<state relative-caret-position="
|
|
1162
|
-
<caret line="
|
|
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" />
|
|
1163
1167
|
</state>
|
|
1164
1168
|
</provider>
|
|
1165
1169
|
</entry>
|
|
1166
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1170
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1167
1171
|
<provider selected="true" editor-type-id="text-editor">
|
|
1168
|
-
<state relative-caret-position="
|
|
1169
|
-
<caret line="
|
|
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" />
|
|
1170
1174
|
</state>
|
|
1171
1175
|
</provider>
|
|
1172
1176
|
</entry>
|
|
1173
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1177
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
|
|
1174
1178
|
<provider selected="true" editor-type-id="text-editor">
|
|
1175
|
-
<state relative-caret-position="
|
|
1176
|
-
<caret line="
|
|
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" />
|
|
1177
1181
|
</state>
|
|
1178
1182
|
</provider>
|
|
1179
1183
|
</entry>
|
|
1180
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1184
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/MmlVisitor.d.ts">
|
|
1181
1185
|
<provider selected="true" editor-type-id="text-editor">
|
|
1182
|
-
<state relative-caret-position="
|
|
1183
|
-
<caret line="
|
|
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" />
|
|
1184
1188
|
</state>
|
|
1185
1189
|
</provider>
|
|
1186
1190
|
</entry>
|
|
1187
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1188
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1191
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
|
|
1192
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1193
|
+
<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" />
|
|
1195
|
+
</state>
|
|
1196
|
+
</provider>
|
|
1189
1197
|
</entry>
|
|
1190
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1198
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
1191
1199
|
<provider selected="true" editor-type-id="text-editor">
|
|
1192
|
-
<state relative-caret-position="
|
|
1193
|
-
<caret line="
|
|
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" />
|
|
1194
1202
|
</state>
|
|
1195
1203
|
</provider>
|
|
1196
1204
|
</entry>
|
|
1197
|
-
<entry file="file://$PROJECT_DIR
|
|
1205
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
1198
1206
|
<provider selected="true" editor-type-id="text-editor">
|
|
1199
|
-
<state relative-caret-position="
|
|
1200
|
-
<caret line="
|
|
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" />
|
|
1201
1209
|
</state>
|
|
1202
1210
|
</provider>
|
|
1203
1211
|
</entry>
|
|
1204
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1212
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_labels/_data.js">
|
|
1205
1213
|
<provider selected="true" editor-type-id="text-editor">
|
|
1206
|
-
<state
|
|
1207
|
-
<caret
|
|
1214
|
+
<state>
|
|
1215
|
+
<caret selection-end-column="18" />
|
|
1208
1216
|
</state>
|
|
1209
1217
|
</provider>
|
|
1210
1218
|
</entry>
|
|
1211
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1212
|
-
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1219
|
+
<entry file="file://$PROJECT_DIR$/tests/_labels.js">
|
|
1213
1220
|
<provider selected="true" editor-type-id="text-editor">
|
|
1214
|
-
<state relative-caret-position="
|
|
1215
|
-
<caret line="
|
|
1216
|
-
<folding>
|
|
1217
|
-
<element signature="e#0#50#0" expanded="true" />
|
|
1218
|
-
</folding>
|
|
1221
|
+
<state relative-caret-position="120">
|
|
1222
|
+
<caret line="8" column="2" selection-end-line="36" />
|
|
1219
1223
|
</state>
|
|
1220
1224
|
</provider>
|
|
1221
1225
|
</entry>
|
|
1222
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1226
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
1223
1227
|
<provider selected="true" editor-type-id="text-editor">
|
|
1224
|
-
<state relative-caret-position="
|
|
1225
|
-
<caret line="
|
|
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" />
|
|
1230
|
+
<folding>
|
|
1231
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1232
|
+
</folding>
|
|
1226
1233
|
</state>
|
|
1227
1234
|
</provider>
|
|
1228
1235
|
</entry>
|
|
1229
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule
|
|
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">
|
|
1230
1238
|
<provider selected="true" editor-type-id="text-editor">
|
|
1231
|
-
<state>
|
|
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" />
|
|
1232
1241
|
<folding>
|
|
1233
1242
|
<element signature="e#0#40#0" expanded="true" />
|
|
1234
1243
|
</folding>
|
|
1235
1244
|
</state>
|
|
1236
1245
|
</provider>
|
|
1237
1246
|
</entry>
|
|
1238
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1247
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
1239
1248
|
<provider selected="true" editor-type-id="text-editor">
|
|
1240
|
-
<state
|
|
1241
|
-
<caret line="240" column="11" selection-start-line="240" selection-start-column="11" selection-end-line="240" selection-end-column="11" />
|
|
1249
|
+
<state>
|
|
1242
1250
|
<folding>
|
|
1243
|
-
<element signature="e#0#
|
|
1251
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1244
1252
|
</folding>
|
|
1245
1253
|
</state>
|
|
1246
1254
|
</provider>
|
|
1247
1255
|
</entry>
|
|
1248
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1256
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
1249
1257
|
<provider selected="true" editor-type-id="text-editor">
|
|
1250
|
-
<state relative-caret-position="
|
|
1251
|
-
<caret line="
|
|
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" />
|
|
1252
1260
|
</state>
|
|
1253
1261
|
</provider>
|
|
1254
1262
|
</entry>
|
|
1255
|
-
<entry file="file://$PROJECT_DIR$/
|
|
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">
|
|
1256
1267
|
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
-
<state relative-caret-position="
|
|
1258
|
-
<caret line="
|
|
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" />
|
|
1259
1270
|
</state>
|
|
1260
1271
|
</provider>
|
|
1261
1272
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1273
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
1263
1274
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
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" />
|
|
1266
1277
|
</state>
|
|
1267
1278
|
</provider>
|
|
1268
1279
|
</entry>
|
|
1269
|
-
<entry file="file://$PROJECT_DIR$/
|
|
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">
|
|
1270
1284
|
<provider selected="true" editor-type-id="text-editor">
|
|
1271
|
-
<state relative-caret-position="
|
|
1272
|
-
<caret line="
|
|
1285
|
+
<state relative-caret-position="205">
|
|
1286
|
+
<caret line="171" selection-start-line="171" selection-end-line="180" selection-end-column="7" />
|
|
1273
1287
|
<folding>
|
|
1274
|
-
<element signature="e#
|
|
1288
|
+
<element signature="e#107#269#0" expanded="true" />
|
|
1275
1289
|
</folding>
|
|
1276
1290
|
</state>
|
|
1277
1291
|
</provider>
|
|
1278
1292
|
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1293
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1280
1294
|
<provider selected="true" editor-type-id="text-editor">
|
|
1281
|
-
<state relative-caret-position="
|
|
1282
|
-
<caret line="
|
|
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" />
|
|
1283
1297
|
<folding>
|
|
1284
|
-
<element signature="
|
|
1298
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1285
1299
|
</folding>
|
|
1286
1300
|
</state>
|
|
1287
1301
|
</provider>
|
|
1288
1302
|
</entry>
|
|
1289
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1303
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
|
|
1290
1304
|
<provider selected="true" editor-type-id="text-editor">
|
|
1291
|
-
<state relative-caret-position="
|
|
1292
|
-
<caret line="
|
|
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" />
|
|
1293
1307
|
</state>
|
|
1294
1308
|
</provider>
|
|
1295
1309
|
</entry>
|
|
1296
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1310
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_core.js">
|
|
1297
1311
|
<provider selected="true" editor-type-id="text-editor">
|
|
1298
|
-
<state relative-caret-position="
|
|
1299
|
-
<caret line="
|
|
1300
|
-
<folding>
|
|
1301
|
-
<element signature="e#0#45#0" expanded="true" />
|
|
1302
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
1303
|
-
</folding>
|
|
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" />
|
|
1304
1314
|
</state>
|
|
1305
1315
|
</provider>
|
|
1306
1316
|
</entry>
|
|
1307
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
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">
|
|
1308
1322
|
<provider selected="true" editor-type-id="text-editor">
|
|
1309
|
-
<state relative-caret-position="
|
|
1310
|
-
<caret line="
|
|
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" />
|
|
1325
|
+
<folding>
|
|
1326
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1327
|
+
</folding>
|
|
1311
1328
|
</state>
|
|
1312
1329
|
</provider>
|
|
1313
1330
|
</entry>
|
|
1314
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1331
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
|
|
1315
1332
|
<provider selected="true" editor-type-id="text-editor">
|
|
1316
|
-
<state relative-caret-position="
|
|
1317
|
-
<caret line="
|
|
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" />
|
|
1318
1335
|
</state>
|
|
1319
1336
|
</provider>
|
|
1320
1337
|
</entry>
|
|
1321
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1338
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/block.js">
|
|
1322
1339
|
<provider selected="true" editor-type-id="text-editor">
|
|
1323
|
-
<state relative-caret-position="
|
|
1324
|
-
<caret line="
|
|
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" />
|
|
1325
1342
|
</state>
|
|
1326
1343
|
</provider>
|
|
1327
1344
|
</entry>
|
|
1328
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1345
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js">
|
|
1329
1346
|
<provider selected="true" editor-type-id="text-editor">
|
|
1330
|
-
<state
|
|
1331
|
-
<caret line="87" column="25" selection-start-line="87" selection-start-column="20" selection-end-line="87" selection-end-column="25" />
|
|
1347
|
+
<state>
|
|
1332
1348
|
<folding>
|
|
1333
|
-
<element signature="
|
|
1349
|
+
<element signature="n#!!doc" expanded="true" />
|
|
1334
1350
|
</folding>
|
|
1335
1351
|
</state>
|
|
1336
1352
|
</provider>
|
|
1337
1353
|
</entry>
|
|
1338
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1354
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js">
|
|
1339
1355
|
<provider selected="true" editor-type-id="text-editor">
|
|
1340
|
-
<state relative-caret-position="
|
|
1341
|
-
<caret line="
|
|
1356
|
+
<state relative-caret-position="5130">
|
|
1357
|
+
<caret line="342" selection-start-line="342" selection-end-line="342" />
|
|
1342
1358
|
</state>
|
|
1343
1359
|
</provider>
|
|
1344
1360
|
</entry>
|
|
1345
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1361
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
|
|
1346
1362
|
<provider selected="true" editor-type-id="text-editor">
|
|
1347
|
-
<state relative-caret-position="
|
|
1348
|
-
<caret line="
|
|
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" />
|
|
1349
1365
|
</state>
|
|
1350
1366
|
</provider>
|
|
1351
1367
|
</entry>
|
|
1352
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1368
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
|
|
1353
1369
|
<provider selected="true" editor-type-id="text-editor">
|
|
1354
|
-
<state relative-caret-position="
|
|
1355
|
-
<caret line="
|
|
1370
|
+
<state relative-caret-position="180">
|
|
1371
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
1356
1372
|
</state>
|
|
1357
1373
|
</provider>
|
|
1358
1374
|
</entry>
|
|
1359
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1375
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
1360
1376
|
<provider selected="true" editor-type-id="text-editor">
|
|
1361
|
-
<state relative-caret-position="
|
|
1362
|
-
<caret line="
|
|
1377
|
+
<state relative-caret-position="4020">
|
|
1378
|
+
<caret line="268" selection-start-line="268" selection-end-line="268" />
|
|
1379
|
+
</state>
|
|
1380
|
+
</provider>
|
|
1381
|
+
</entry>
|
|
1382
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
1383
|
+
<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" />
|
|
1363
1386
|
<folding>
|
|
1364
|
-
<element signature="e#
|
|
1387
|
+
<element signature="e#6984#8700#0" />
|
|
1365
1388
|
</folding>
|
|
1366
1389
|
</state>
|
|
1367
1390
|
</provider>
|
|
1368
1391
|
</entry>
|
|
1369
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1392
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
|
|
1370
1393
|
<provider selected="true" editor-type-id="text-editor">
|
|
1371
|
-
<state
|
|
1372
|
-
<
|
|
1394
|
+
<state>
|
|
1395
|
+
<folding>
|
|
1396
|
+
<element signature="n#!!doc" expanded="true" />
|
|
1397
|
+
</folding>
|
|
1398
|
+
</state>
|
|
1399
|
+
</provider>
|
|
1400
|
+
</entry>
|
|
1401
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1402
|
+
<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" />
|
|
1405
|
+
</state>
|
|
1406
|
+
</provider>
|
|
1407
|
+
</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" />
|
|
1373
1412
|
<folding>
|
|
1374
1413
|
<element signature="e#0#41#0" expanded="true" />
|
|
1375
1414
|
</folding>
|
|
1376
1415
|
</state>
|
|
1377
1416
|
</provider>
|
|
1378
1417
|
</entry>
|
|
1379
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1418
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1380
1419
|
<provider selected="true" editor-type-id="text-editor">
|
|
1381
|
-
<state relative-caret-position="
|
|
1382
|
-
<caret line="
|
|
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>
|
|
1383
1425
|
</state>
|
|
1384
1426
|
</provider>
|
|
1385
1427
|
</entry>
|
|
1386
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1428
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
|
|
1387
1429
|
<provider selected="true" editor-type-id="text-editor">
|
|
1388
|
-
<state relative-caret-position="
|
|
1389
|
-
<caret line="
|
|
1430
|
+
<state relative-caret-position="4305">
|
|
1431
|
+
<caret line="287" selection-start-line="287" selection-end-line="287" />
|
|
1390
1432
|
<folding>
|
|
1391
|
-
<element signature="e#0#
|
|
1433
|
+
<element signature="e#0#71#0" expanded="true" />
|
|
1392
1434
|
</folding>
|
|
1393
1435
|
</state>
|
|
1394
1436
|
</provider>
|
|
1395
1437
|
</entry>
|
|
1396
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1438
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1397
1439
|
<provider selected="true" editor-type-id="text-editor">
|
|
1398
|
-
<state relative-caret-position="
|
|
1399
|
-
<caret line="
|
|
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" />
|
|
1400
1442
|
<folding>
|
|
1401
|
-
<element signature="e#0#
|
|
1443
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1402
1444
|
</folding>
|
|
1403
1445
|
</state>
|
|
1404
1446
|
</provider>
|
|
1405
1447
|
</entry>
|
|
1406
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1448
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
1407
1449
|
<provider selected="true" editor-type-id="text-editor">
|
|
1408
|
-
<state relative-caret-position="
|
|
1409
|
-
<caret line="
|
|
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" />
|
|
1452
|
+
<folding>
|
|
1453
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1454
|
+
</folding>
|
|
1410
1455
|
</state>
|
|
1411
1456
|
</provider>
|
|
1412
1457
|
</entry>
|
|
1413
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1414
|
-
<provider selected="true" editor-type-id="
|
|
1415
|
-
<state
|
|
1416
|
-
<
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1458
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
1459
|
+
<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" />
|
|
1462
|
+
<folding>
|
|
1463
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
1464
|
+
</folding>
|
|
1420
1465
|
</state>
|
|
1421
1466
|
</provider>
|
|
1422
1467
|
</entry>
|