mathpix-markdown-it 1.2.6 → 1.2.7
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 +467 -379
- 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 +8 -10
- 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="223" />
|
|
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="52" />
|
|
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="249" />
|
|
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="238" />
|
|
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="482">
|
|
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" lean-forward="true" 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="1412">
|
|
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="474">
|
|
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="-367">
|
|
215
|
+
<caret line="268" selection-start-line="268" selection-end-line="268" />
|
|
232
216
|
</state>
|
|
233
217
|
</provider>
|
|
234
218
|
</entry>
|
|
@@ -238,106 +222,106 @@
|
|
|
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="-1020">
|
|
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="270">
|
|
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="190">
|
|
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" />
|
|
263
|
+
<element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
|
|
274
264
|
</folding>
|
|
275
265
|
</state>
|
|
276
266
|
</provider>
|
|
277
267
|
</entry>
|
|
278
268
|
</file>
|
|
279
269
|
<file pinned="false" current-in-tab="false">
|
|
280
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
270
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
281
271
|
<provider selected="true" editor-type-id="text-editor">
|
|
282
|
-
<state relative-caret-position="
|
|
283
|
-
<caret line="
|
|
272
|
+
<state relative-caret-position="257">
|
|
273
|
+
<caret line="64" column="20" selection-start-line="64" selection-start-column="20" selection-end-line="64" selection-end-column="20" />
|
|
284
274
|
<folding>
|
|
285
|
-
<element signature="e#0#
|
|
275
|
+
<element signature="e#0#87#0" expanded="true" />
|
|
286
276
|
</folding>
|
|
287
277
|
</state>
|
|
288
278
|
</provider>
|
|
289
279
|
</entry>
|
|
290
280
|
</file>
|
|
291
281
|
<file pinned="false" current-in-tab="false">
|
|
292
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
282
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
|
|
293
283
|
<provider selected="true" editor-type-id="text-editor">
|
|
294
|
-
<state relative-caret-position="
|
|
295
|
-
<caret line="
|
|
284
|
+
<state relative-caret-position="317">
|
|
285
|
+
<caret line="287" selection-start-line="287" selection-end-line="287" />
|
|
286
|
+
<folding>
|
|
287
|
+
<element signature="e#0#71#0" expanded="true" />
|
|
288
|
+
</folding>
|
|
296
289
|
</state>
|
|
297
290
|
</provider>
|
|
298
291
|
</entry>
|
|
299
292
|
</file>
|
|
300
293
|
<file pinned="false" current-in-tab="false">
|
|
301
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
294
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
302
295
|
<provider selected="true" editor-type-id="text-editor">
|
|
303
|
-
<state relative-caret-position="
|
|
304
|
-
<caret line="
|
|
296
|
+
<state relative-caret-position="296">
|
|
297
|
+
<caret line="109" column="34" selection-start-line="109" selection-start-column="34" selection-end-line="109" selection-end-column="34" />
|
|
305
298
|
<folding>
|
|
306
|
-
<element signature="e#0#
|
|
299
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
307
300
|
</folding>
|
|
308
301
|
</state>
|
|
309
302
|
</provider>
|
|
310
303
|
</entry>
|
|
311
304
|
</file>
|
|
312
|
-
<file pinned="false" current-in-tab="
|
|
313
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
305
|
+
<file pinned="false" current-in-tab="true">
|
|
306
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
314
307
|
<provider selected="true" editor-type-id="text-editor">
|
|
315
|
-
<state relative-caret-position="
|
|
316
|
-
<caret line="
|
|
308
|
+
<state relative-caret-position="165">
|
|
309
|
+
<caret line="11" selection-start-line="11" selection-end-line="11" />
|
|
317
310
|
<folding>
|
|
318
|
-
<element signature="e#0#
|
|
311
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
319
312
|
</folding>
|
|
320
313
|
</state>
|
|
321
314
|
</provider>
|
|
322
315
|
</entry>
|
|
323
316
|
</file>
|
|
324
317
|
<file pinned="false" current-in-tab="false">
|
|
325
|
-
<entry file="file://$PROJECT_DIR$/
|
|
318
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
326
319
|
<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 />
|
|
320
|
+
<state relative-caret-position="150">
|
|
321
|
+
<caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
|
|
322
|
+
<folding>
|
|
323
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
324
|
+
</folding>
|
|
341
325
|
</state>
|
|
342
326
|
</provider>
|
|
343
327
|
</entry>
|
|
@@ -355,36 +339,36 @@
|
|
|
355
339
|
</component>
|
|
356
340
|
<component name="FindInProjectRecents">
|
|
357
341
|
<findStrings>
|
|
358
|
-
<find>
|
|
359
|
-
<find>
|
|
360
|
-
<find>
|
|
361
|
-
<find>
|
|
362
|
-
<find>
|
|
363
|
-
<find>
|
|
364
|
-
<find>
|
|
342
|
+
<find>markdown-it-footnote</find>
|
|
343
|
+
<find>meta</find>
|
|
344
|
+
<find>footnote_reference_open</find>
|
|
345
|
+
<find>render_footnote_open</find>
|
|
346
|
+
<find>Ruler</find>
|
|
347
|
+
<find>render_footnote_ref</find>
|
|
348
|
+
<find>render_footnote_anchor</find>
|
|
349
|
+
<find>render_footnote_anchor_name</find>
|
|
350
|
+
<find>reNumber</find>
|
|
351
|
+
<find>reFootNoteText</find>
|
|
352
|
+
<find>render_footnote_caption</find>
|
|
353
|
+
<find>renderInline</find>
|
|
354
|
+
<find>footnote_caption</find>
|
|
355
|
+
<find>footnotes</find>
|
|
356
|
+
<find>value</find>
|
|
357
|
+
<find>numbered</find>
|
|
358
|
+
<find>footnote_ref</find>
|
|
359
|
+
<find>lines</find>
|
|
360
|
+
<find>footnote_tail</find>
|
|
361
|
+
<find>paragraphDiv</find>
|
|
362
|
+
<find>env.footnote</find>
|
|
363
|
+
<find>footnotemark</find>
|
|
364
|
+
<find>footnote_anchor_name</find>
|
|
365
|
+
<find>anchor_name</find>
|
|
366
|
+
<find>hascon</find>
|
|
365
367
|
<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>
|
|
368
|
+
<find>heascontent</find>
|
|
384
369
|
<find>debugger</find>
|
|
385
|
-
<find>mdPluginHighlightCode</find>
|
|
386
370
|
<find>console</find>
|
|
387
|
-
<find>
|
|
371
|
+
<find>deb</find>
|
|
388
372
|
</findStrings>
|
|
389
373
|
<replaceStrings>
|
|
390
374
|
<replace>MJSimple</replace>
|
|
@@ -396,11 +380,8 @@
|
|
|
396
380
|
<replace />
|
|
397
381
|
</replaceStrings>
|
|
398
382
|
<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
383
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
|
|
402
384
|
<dir>$PROJECT_DIR$/src/markdown/md-chemistry</dir>
|
|
403
|
-
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
404
385
|
<dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
|
|
405
386
|
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
406
387
|
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
@@ -416,16 +397,19 @@
|
|
|
416
397
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
417
398
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
418
399
|
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
419
|
-
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
420
400
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
421
401
|
<dir>$PROJECT_DIR$/src/components</dir>
|
|
422
402
|
<dir>$PROJECT_DIR$/lib</dir>
|
|
423
403
|
<dir>$PROJECT_DIR$/es5</dir>
|
|
424
|
-
<dir>$PROJECT_DIR$/node_modules
|
|
404
|
+
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
405
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
425
406
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
426
|
-
<dir>$PROJECT_DIR$/
|
|
407
|
+
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
408
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
409
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
427
410
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
428
411
|
<dir>$PROJECT_DIR$/src</dir>
|
|
412
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
429
413
|
</dirStrings>
|
|
430
414
|
</component>
|
|
431
415
|
<component name="Git.Settings">
|
|
@@ -434,57 +418,57 @@
|
|
|
434
418
|
<component name="IdeDocumentHistory">
|
|
435
419
|
<option name="CHANGED_PATHS">
|
|
436
420
|
<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
421
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/parse-error.ts" />
|
|
476
422
|
<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
423
|
<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
424
|
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
484
425
|
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
485
|
-
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
486
426
|
<option value="$PROJECT_DIR$/README.md" />
|
|
427
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
428
|
+
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
429
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
430
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js" />
|
|
431
|
+
<option value="$PROJECT_DIR$/examples/app.js" />
|
|
432
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js" />
|
|
433
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
434
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
|
|
435
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
|
|
436
|
+
<option value="$PROJECT_DIR$/src/markdown/md-ascii/index.ts" />
|
|
437
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" />
|
|
438
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
439
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
440
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
441
|
+
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" />
|
|
442
|
+
<option value="$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts" />
|
|
443
|
+
<option value="$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts" />
|
|
444
|
+
<option value="$PROJECT_DIR$/src/markdown/highlight/common.ts" />
|
|
445
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
446
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js" />
|
|
447
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes/test.html" />
|
|
448
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
|
|
449
|
+
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
450
|
+
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
|
|
451
|
+
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
487
452
|
<option value="$PROJECT_DIR$/package.json" />
|
|
453
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
454
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
|
|
455
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
456
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/inline-rule.ts" />
|
|
457
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/core-rule.ts" />
|
|
458
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/render-rule.ts" />
|
|
459
|
+
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
|
|
460
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
|
|
461
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
462
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
463
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
464
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
465
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
466
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
467
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
468
|
+
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
469
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
470
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
471
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
488
472
|
</list>
|
|
489
473
|
</option>
|
|
490
474
|
</component>
|
|
@@ -539,6 +523,24 @@
|
|
|
539
523
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
540
524
|
<item name=".circleci" type="462c0819:PsiDirectoryNode" />
|
|
541
525
|
</path>
|
|
526
|
+
<path>
|
|
527
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
528
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
529
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
530
|
+
</path>
|
|
531
|
+
<path>
|
|
532
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
533
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
534
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
535
|
+
<item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
|
|
536
|
+
</path>
|
|
537
|
+
<path>
|
|
538
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
539
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
540
|
+
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
541
|
+
<item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
|
|
542
|
+
<item name="dist" type="462c0819:PsiDirectoryNode" />
|
|
543
|
+
</path>
|
|
542
544
|
<path>
|
|
543
545
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
544
546
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
@@ -555,7 +557,7 @@
|
|
|
555
557
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
556
558
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
557
559
|
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
558
|
-
<item name="mathpix-
|
|
560
|
+
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
559
561
|
</path>
|
|
560
562
|
<path>
|
|
561
563
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -568,26 +570,39 @@
|
|
|
568
570
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
569
571
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
570
572
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
571
|
-
<item name="
|
|
573
|
+
<item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
|
|
572
574
|
</path>
|
|
573
575
|
<path>
|
|
574
576
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
575
577
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
576
578
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
577
579
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
578
|
-
<item name="md-
|
|
580
|
+
<item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
|
|
579
581
|
</path>
|
|
580
582
|
<path>
|
|
581
583
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
582
584
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
583
585
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
584
|
-
<item name="
|
|
586
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
587
|
+
<item name="md-theorem" type="462c0819:PsiDirectoryNode" />
|
|
585
588
|
</path>
|
|
586
589
|
<path>
|
|
587
590
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
588
591
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
589
|
-
<item name="
|
|
590
|
-
|
|
592
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
593
|
+
</path>
|
|
594
|
+
<path>
|
|
595
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
596
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
597
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
598
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
599
|
+
</path>
|
|
600
|
+
<path>
|
|
601
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
602
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
603
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
604
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
605
|
+
<item name="_footnotes" type="462c0819:PsiDirectoryNode" />
|
|
591
606
|
</path>
|
|
592
607
|
</expand>
|
|
593
608
|
<select />
|
|
@@ -895,12 +910,27 @@
|
|
|
895
910
|
<workItem from="1688708479007" duration="317000" />
|
|
896
911
|
<workItem from="1688717886496" duration="855000" />
|
|
897
912
|
<workItem from="1689756493576" duration="18488000" />
|
|
898
|
-
<workItem from="1689836892646" duration="
|
|
913
|
+
<workItem from="1689836892646" duration="530000" />
|
|
914
|
+
<workItem from="1689861174620" duration="6771000" />
|
|
915
|
+
<workItem from="1689936860676" duration="1494000" />
|
|
916
|
+
<workItem from="1689938794634" duration="563000" />
|
|
917
|
+
<workItem from="1690192946816" duration="876000" />
|
|
918
|
+
<workItem from="1690194172878" duration="101000" />
|
|
919
|
+
<workItem from="1690375856727" duration="1608000" />
|
|
920
|
+
<workItem from="1690385296886" duration="2179000" />
|
|
921
|
+
<workItem from="1690815413857" duration="46048000" />
|
|
922
|
+
<workItem from="1691062145277" duration="1887000" />
|
|
923
|
+
<workItem from="1691064373160" duration="672000" />
|
|
924
|
+
<workItem from="1691067417475" duration="506000" />
|
|
925
|
+
<workItem from="1691148515047" duration="709000" />
|
|
926
|
+
<workItem from="1691565859267" duration="668000" />
|
|
927
|
+
<workItem from="1691567151937" duration="1479000" />
|
|
928
|
+
<workItem from="1691568730834" duration="46081000" />
|
|
899
929
|
</task>
|
|
900
930
|
<servers />
|
|
901
931
|
</component>
|
|
902
932
|
<component name="TimeTrackingManager">
|
|
903
|
-
<option name="totallyTimeSpent" value="
|
|
933
|
+
<option name="totallyTimeSpent" value="2772429000" />
|
|
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,402 @@
|
|
|
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
|
+
<properties lambdaOrdinal="-1" />
|
|
1115
|
+
<option name="timeStamp" value="50" />
|
|
1116
|
+
</line-breakpoint>
|
|
1117
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1118
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1119
|
+
<line>1</line>
|
|
1120
|
+
<properties lambdaOrdinal="-1" />
|
|
1121
|
+
<option name="timeStamp" value="51" />
|
|
1122
|
+
</line-breakpoint>
|
|
1101
1123
|
</breakpoints>
|
|
1102
1124
|
</breakpoint-manager>
|
|
1103
1125
|
</component>
|
|
1104
1126
|
<component name="editorHistoryManager">
|
|
1105
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1106
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
1127
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts">
|
|
1107
1128
|
<provider selected="true" editor-type-id="text-editor">
|
|
1108
|
-
<state relative-caret-position="
|
|
1109
|
-
<caret line="
|
|
1129
|
+
<state relative-caret-position="2775">
|
|
1130
|
+
<caret line="191" column="18" selection-start-line="191" selection-start-column="18" selection-end-line="191" selection-end-column="18" />
|
|
1110
1131
|
</state>
|
|
1111
1132
|
</provider>
|
|
1112
1133
|
</entry>
|
|
1113
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1134
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/highlight/common.ts">
|
|
1114
1135
|
<provider selected="true" editor-type-id="text-editor">
|
|
1115
|
-
<state relative-caret-position="
|
|
1116
|
-
<caret line="
|
|
1136
|
+
<state relative-caret-position="183">
|
|
1137
|
+
<caret line="123" selection-start-line="123" selection-end-line="123" />
|
|
1117
1138
|
</state>
|
|
1118
1139
|
</provider>
|
|
1119
1140
|
</entry>
|
|
1120
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
<
|
|
1141
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/test.html" />
|
|
1142
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
|
|
1143
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1144
|
+
<state relative-caret-position="-5241">
|
|
1145
|
+
<caret line="49" column="32" selection-start-line="49" selection-start-column="32" selection-end-line="49" selection-end-column="32" />
|
|
1125
1146
|
</state>
|
|
1126
1147
|
</provider>
|
|
1127
1148
|
</entry>
|
|
1128
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1149
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
|
|
1150
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js" />
|
|
1151
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js">
|
|
1129
1152
|
<provider selected="true" editor-type-id="text-editor">
|
|
1130
|
-
<state relative-caret-position="
|
|
1131
|
-
<caret line="
|
|
1153
|
+
<state relative-caret-position="60">
|
|
1154
|
+
<caret line="4" selection-start-line="4" selection-end-line="4" />
|
|
1132
1155
|
</state>
|
|
1133
1156
|
</provider>
|
|
1134
1157
|
</entry>
|
|
1135
|
-
<entry file="file://$PROJECT_DIR
|
|
1136
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
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" />
|
|
1158
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1159
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1160
|
+
<state relative-caret-position="2505">
|
|
1161
|
+
<caret line="167" column="30" selection-start-line="167" selection-start-column="13" selection-end-line="167" selection-end-column="30" />
|
|
1162
|
+
</state>
|
|
1163
|
+
</provider>
|
|
1151
1164
|
</entry>
|
|
1152
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1165
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1153
1166
|
<provider selected="true" editor-type-id="text-editor">
|
|
1154
|
-
<state relative-caret-position="
|
|
1155
|
-
<caret line="
|
|
1167
|
+
<state relative-caret-position="285">
|
|
1168
|
+
<caret line="23" column="35" selection-start-line="23" selection-start-column="23" selection-end-line="23" selection-end-column="35" />
|
|
1156
1169
|
</state>
|
|
1157
1170
|
</provider>
|
|
1158
1171
|
</entry>
|
|
1159
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1172
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1160
1173
|
<provider selected="true" editor-type-id="text-editor">
|
|
1161
|
-
<state relative-caret-position="
|
|
1162
|
-
<caret line="
|
|
1174
|
+
<state relative-caret-position="181">
|
|
1175
|
+
<caret line="76" column="49" lean-forward="true" selection-start-line="76" selection-start-column="49" selection-end-line="76" selection-end-column="49" />
|
|
1163
1176
|
</state>
|
|
1164
1177
|
</provider>
|
|
1165
1178
|
</entry>
|
|
1166
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1179
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
|
|
1167
1180
|
<provider selected="true" editor-type-id="text-editor">
|
|
1168
|
-
<state relative-caret-position="
|
|
1169
|
-
<caret line="
|
|
1181
|
+
<state relative-caret-position="1470">
|
|
1182
|
+
<caret line="98" column="13" selection-start-line="98" selection-start-column="13" selection-end-line="98" selection-end-column="13" />
|
|
1170
1183
|
</state>
|
|
1171
1184
|
</provider>
|
|
1172
1185
|
</entry>
|
|
1173
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1186
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/MmlVisitor.d.ts">
|
|
1174
1187
|
<provider selected="true" editor-type-id="text-editor">
|
|
1175
|
-
<state relative-caret-position="
|
|
1176
|
-
<caret line="
|
|
1188
|
+
<state relative-caret-position="15">
|
|
1189
|
+
<caret line="3" column="41" selection-start-line="3" selection-start-column="41" selection-end-line="3" selection-end-column="41" />
|
|
1177
1190
|
</state>
|
|
1178
1191
|
</provider>
|
|
1179
1192
|
</entry>
|
|
1180
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1193
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/Tree/Visitor.d.ts">
|
|
1181
1194
|
<provider selected="true" editor-type-id="text-editor">
|
|
1182
|
-
<state relative-caret-position="
|
|
1183
|
-
<caret line="
|
|
1195
|
+
<state relative-caret-position="165">
|
|
1196
|
+
<caret line="12" column="14" selection-start-line="12" selection-start-column="14" selection-end-line="12" selection-end-column="14" />
|
|
1184
1197
|
</state>
|
|
1185
1198
|
</provider>
|
|
1186
1199
|
</entry>
|
|
1187
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1188
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1200
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
1201
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1202
|
+
<state relative-caret-position="63690">
|
|
1203
|
+
<caret line="4246" column="27" selection-start-line="4246" selection-start-column="27" selection-end-line="4246" selection-end-column="27" />
|
|
1204
|
+
</state>
|
|
1205
|
+
</provider>
|
|
1189
1206
|
</entry>
|
|
1190
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1207
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
1191
1208
|
<provider selected="true" editor-type-id="text-editor">
|
|
1192
|
-
<state relative-caret-position="
|
|
1193
|
-
<caret line="
|
|
1209
|
+
<state relative-caret-position="585">
|
|
1210
|
+
<caret line="44" column="59" selection-start-line="44" selection-start-column="59" selection-end-line="44" selection-end-column="59" />
|
|
1194
1211
|
</state>
|
|
1195
1212
|
</provider>
|
|
1196
1213
|
</entry>
|
|
1197
|
-
<entry file="file://$PROJECT_DIR
|
|
1214
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_labels/_data.js">
|
|
1198
1215
|
<provider selected="true" editor-type-id="text-editor">
|
|
1199
|
-
<state
|
|
1200
|
-
<caret
|
|
1216
|
+
<state>
|
|
1217
|
+
<caret selection-end-column="18" />
|
|
1201
1218
|
</state>
|
|
1202
1219
|
</provider>
|
|
1203
1220
|
</entry>
|
|
1204
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1221
|
+
<entry file="file://$PROJECT_DIR$/tests/_labels.js">
|
|
1205
1222
|
<provider selected="true" editor-type-id="text-editor">
|
|
1206
|
-
<state relative-caret-position="
|
|
1207
|
-
<caret line="
|
|
1223
|
+
<state relative-caret-position="120">
|
|
1224
|
+
<caret line="8" column="2" selection-end-line="36" />
|
|
1208
1225
|
</state>
|
|
1209
1226
|
</provider>
|
|
1210
1227
|
</entry>
|
|
1211
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1212
|
-
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1228
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
1213
1229
|
<provider selected="true" editor-type-id="text-editor">
|
|
1214
|
-
<state relative-caret-position="
|
|
1215
|
-
<caret line="
|
|
1230
|
+
<state relative-caret-position="525">
|
|
1231
|
+
<caret line="35" column="21" selection-start-line="35" selection-start-column="21" selection-end-line="35" selection-end-column="21" />
|
|
1216
1232
|
<folding>
|
|
1217
|
-
<element signature="e#0#
|
|
1233
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1218
1234
|
</folding>
|
|
1219
1235
|
</state>
|
|
1220
1236
|
</provider>
|
|
1221
1237
|
</entry>
|
|
1222
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule
|
|
1238
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts">
|
|
1223
1239
|
<provider selected="true" editor-type-id="text-editor">
|
|
1224
|
-
<state relative-caret-position="
|
|
1225
|
-
<caret line="
|
|
1240
|
+
<state relative-caret-position="135">
|
|
1241
|
+
<caret line="9" selection-start-line="9" selection-end-line="9" />
|
|
1226
1242
|
</state>
|
|
1227
1243
|
</provider>
|
|
1228
1244
|
</entry>
|
|
1229
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule
|
|
1245
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
|
|
1230
1246
|
<provider selected="true" editor-type-id="text-editor">
|
|
1231
|
-
<state>
|
|
1247
|
+
<state relative-caret-position="2250">
|
|
1248
|
+
<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
1249
|
<folding>
|
|
1233
1250
|
<element signature="e#0#40#0" expanded="true" />
|
|
1234
1251
|
</folding>
|
|
1235
1252
|
</state>
|
|
1236
1253
|
</provider>
|
|
1237
1254
|
</entry>
|
|
1238
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1255
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
1239
1256
|
<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" />
|
|
1257
|
+
<state>
|
|
1242
1258
|
<folding>
|
|
1243
|
-
<element signature="e#0#
|
|
1259
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1244
1260
|
</folding>
|
|
1245
1261
|
</state>
|
|
1246
1262
|
</provider>
|
|
1247
1263
|
</entry>
|
|
1248
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1264
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
1249
1265
|
<provider selected="true" editor-type-id="text-editor">
|
|
1250
|
-
<state relative-caret-position="
|
|
1251
|
-
<caret line="
|
|
1266
|
+
<state relative-caret-position="1530">
|
|
1267
|
+
<caret line="102" column="38" selection-start-line="102" selection-start-column="13" selection-end-line="102" selection-end-column="38" />
|
|
1252
1268
|
</state>
|
|
1253
1269
|
</provider>
|
|
1254
1270
|
</entry>
|
|
1255
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1271
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
1272
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1273
|
+
</entry>
|
|
1274
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1256
1275
|
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
-
<state relative-caret-position="
|
|
1258
|
-
<caret line="
|
|
1276
|
+
<state relative-caret-position="13770">
|
|
1277
|
+
<caret line="925" column="17" selection-start-line="925" selection-start-column="17" selection-end-line="925" selection-end-column="17" />
|
|
1259
1278
|
</state>
|
|
1260
1279
|
</provider>
|
|
1261
1280
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1281
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
1263
1282
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
1283
|
+
<state relative-caret-position="-187">
|
|
1284
|
+
<caret line="107" column="13" selection-start-line="107" selection-start-column="13" selection-end-line="107" selection-end-column="13" />
|
|
1285
|
+
<folding>
|
|
1286
|
+
<element signature="n#style#0;n#figure#0;n#!!top" expanded="true" />
|
|
1287
|
+
</folding>
|
|
1266
1288
|
</state>
|
|
1267
1289
|
</provider>
|
|
1268
1290
|
</entry>
|
|
1269
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1291
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js">
|
|
1292
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1293
|
+
</entry>
|
|
1294
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
|
|
1270
1295
|
<provider selected="true" editor-type-id="text-editor">
|
|
1271
|
-
<state relative-caret-position="
|
|
1272
|
-
<caret line="
|
|
1296
|
+
<state relative-caret-position="205">
|
|
1297
|
+
<caret line="171" selection-start-line="171" selection-end-line="180" selection-end-column="7" />
|
|
1273
1298
|
<folding>
|
|
1274
|
-
<element signature="e#
|
|
1299
|
+
<element signature="e#107#269#0" expanded="true" />
|
|
1275
1300
|
</folding>
|
|
1276
1301
|
</state>
|
|
1277
1302
|
</provider>
|
|
1278
1303
|
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1304
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1280
1305
|
<provider selected="true" editor-type-id="text-editor">
|
|
1281
|
-
<state relative-caret-position="
|
|
1282
|
-
<caret line="
|
|
1306
|
+
<state relative-caret-position="209">
|
|
1307
|
+
<caret line="191" column="11" selection-start-line="191" selection-start-column="11" selection-end-line="191" selection-end-column="11" />
|
|
1283
1308
|
<folding>
|
|
1284
|
-
<element signature="
|
|
1309
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1285
1310
|
</folding>
|
|
1286
1311
|
</state>
|
|
1287
1312
|
</provider>
|
|
1288
1313
|
</entry>
|
|
1289
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1314
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@types/eslint/index.d.ts">
|
|
1290
1315
|
<provider selected="true" editor-type-id="text-editor">
|
|
1291
|
-
<state relative-caret-position="
|
|
1292
|
-
<caret line="
|
|
1316
|
+
<state relative-caret-position="480">
|
|
1317
|
+
<caret line="653" column="21" selection-start-line="653" selection-start-column="21" selection-end-line="653" selection-end-column="21" />
|
|
1293
1318
|
</state>
|
|
1294
1319
|
</provider>
|
|
1295
1320
|
</entry>
|
|
1296
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1321
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_core.js">
|
|
1297
1322
|
<provider selected="true" editor-type-id="text-editor">
|
|
1298
|
-
<state relative-caret-position="
|
|
1299
|
-
<caret line="
|
|
1323
|
+
<state relative-caret-position="135">
|
|
1324
|
+
<caret line="9" column="26" selection-start-line="9" selection-start-column="26" selection-end-line="9" selection-end-column="26" />
|
|
1325
|
+
</state>
|
|
1326
|
+
</provider>
|
|
1327
|
+
</entry>
|
|
1328
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/ruler.js">
|
|
1329
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1330
|
+
<state relative-caret-position="1412">
|
|
1331
|
+
<caret line="342" selection-start-line="342" selection-end-line="342" />
|
|
1332
|
+
</state>
|
|
1333
|
+
</provider>
|
|
1334
|
+
</entry>
|
|
1335
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
1336
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1337
|
+
<state relative-caret-position="150">
|
|
1338
|
+
<caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
|
|
1300
1339
|
<folding>
|
|
1301
|
-
<element signature="e#0#
|
|
1302
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
1340
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1303
1341
|
</folding>
|
|
1304
1342
|
</state>
|
|
1305
1343
|
</provider>
|
|
1306
1344
|
</entry>
|
|
1307
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1345
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
|
|
1308
1346
|
<provider selected="true" editor-type-id="text-editor">
|
|
1309
|
-
<state relative-caret-position="
|
|
1310
|
-
<caret line="
|
|
1347
|
+
<state relative-caret-position="180">
|
|
1348
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
1311
1349
|
</state>
|
|
1312
1350
|
</provider>
|
|
1313
1351
|
</entry>
|
|
1314
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1352
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
|
|
1315
1353
|
<provider selected="true" editor-type-id="text-editor">
|
|
1316
|
-
<state relative-caret-position="
|
|
1317
|
-
<caret line="
|
|
1354
|
+
<state relative-caret-position="474">
|
|
1355
|
+
<caret line="559" column="27" selection-start-line="559" selection-start-column="27" selection-end-line="559" selection-end-column="27" />
|
|
1318
1356
|
</state>
|
|
1319
1357
|
</provider>
|
|
1320
1358
|
</entry>
|
|
1321
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1359
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
1322
1360
|
<provider selected="true" editor-type-id="text-editor">
|
|
1323
|
-
<state relative-caret-position="
|
|
1324
|
-
<caret line="
|
|
1361
|
+
<state relative-caret-position="-367">
|
|
1362
|
+
<caret line="268" selection-start-line="268" selection-end-line="268" />
|
|
1325
1363
|
</state>
|
|
1326
1364
|
</provider>
|
|
1327
1365
|
</entry>
|
|
1328
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1366
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
|
|
1329
1367
|
<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" />
|
|
1368
|
+
<state>
|
|
1332
1369
|
<folding>
|
|
1333
|
-
<element signature="
|
|
1370
|
+
<element signature="n#!!doc" expanded="true" />
|
|
1334
1371
|
</folding>
|
|
1335
1372
|
</state>
|
|
1336
1373
|
</provider>
|
|
1337
1374
|
</entry>
|
|
1338
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1375
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1339
1376
|
<provider selected="true" editor-type-id="text-editor">
|
|
1340
|
-
<state relative-caret-position="
|
|
1341
|
-
<caret line="
|
|
1377
|
+
<state relative-caret-position="190">
|
|
1378
|
+
<caret line="1100" column="52" selection-start-line="1100" selection-start-column="40" selection-end-line="1100" selection-end-column="52" />
|
|
1379
|
+
<folding>
|
|
1380
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1381
|
+
<element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
|
|
1382
|
+
</folding>
|
|
1342
1383
|
</state>
|
|
1343
1384
|
</provider>
|
|
1344
1385
|
</entry>
|
|
1345
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1386
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/state_core.js">
|
|
1346
1387
|
<provider selected="true" editor-type-id="text-editor">
|
|
1347
|
-
<state
|
|
1348
|
-
<
|
|
1388
|
+
<state>
|
|
1389
|
+
<folding>
|
|
1390
|
+
<element signature="n#!!doc" expanded="true" />
|
|
1391
|
+
</folding>
|
|
1349
1392
|
</state>
|
|
1350
1393
|
</provider>
|
|
1351
1394
|
</entry>
|
|
1352
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1395
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/block.js">
|
|
1353
1396
|
<provider selected="true" editor-type-id="text-editor">
|
|
1354
|
-
<state relative-caret-position="
|
|
1355
|
-
<caret line="
|
|
1397
|
+
<state relative-caret-position="45">
|
|
1398
|
+
<caret line="3" column="40" selection-start-line="3" selection-start-column="40" selection-end-line="3" selection-end-column="40" />
|
|
1356
1399
|
</state>
|
|
1357
1400
|
</provider>
|
|
1358
1401
|
</entry>
|
|
1359
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1402
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1360
1403
|
<provider selected="true" editor-type-id="text-editor">
|
|
1361
|
-
<state relative-caret-position="
|
|
1362
|
-
<caret line="
|
|
1404
|
+
<state relative-caret-position="257">
|
|
1405
|
+
<caret line="64" column="20" selection-start-line="64" selection-start-column="20" selection-end-line="64" selection-end-column="20" />
|
|
1363
1406
|
<folding>
|
|
1364
|
-
<element signature="e#0#
|
|
1407
|
+
<element signature="e#0#87#0" expanded="true" />
|
|
1365
1408
|
</folding>
|
|
1366
1409
|
</state>
|
|
1367
1410
|
</provider>
|
|
1368
1411
|
</entry>
|
|
1369
1412
|
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1370
1413
|
<provider selected="true" editor-type-id="text-editor">
|
|
1371
|
-
<state relative-caret-position="
|
|
1372
|
-
<caret line="
|
|
1414
|
+
<state relative-caret-position="296">
|
|
1415
|
+
<caret line="109" column="34" selection-start-line="109" selection-start-column="34" selection-end-line="109" selection-end-column="34" />
|
|
1373
1416
|
<folding>
|
|
1374
1417
|
<element signature="e#0#41#0" expanded="true" />
|
|
1375
1418
|
</folding>
|
|
1376
1419
|
</state>
|
|
1377
1420
|
</provider>
|
|
1378
1421
|
</entry>
|
|
1379
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1422
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
1380
1423
|
<provider selected="true" editor-type-id="text-editor">
|
|
1381
|
-
<state relative-caret-position="
|
|
1382
|
-
<caret line="
|
|
1424
|
+
<state relative-caret-position="-1020">
|
|
1425
|
+
<caret line="216" selection-start-line="216" selection-end-line="216" />
|
|
1426
|
+
<folding>
|
|
1427
|
+
<element signature="e#6984#8700#0" />
|
|
1428
|
+
</folding>
|
|
1383
1429
|
</state>
|
|
1384
1430
|
</provider>
|
|
1385
1431
|
</entry>
|
|
1386
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1432
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1387
1433
|
<provider selected="true" editor-type-id="text-editor">
|
|
1388
|
-
<state relative-caret-position="
|
|
1389
|
-
<caret line="
|
|
1434
|
+
<state relative-caret-position="165">
|
|
1435
|
+
<caret line="11" column="18" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="18" />
|
|
1436
|
+
</state>
|
|
1437
|
+
</provider>
|
|
1438
|
+
</entry>
|
|
1439
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1440
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1441
|
+
<state relative-caret-position="449">
|
|
1442
|
+
<caret line="41" column="72" selection-start-line="41" selection-start-column="72" selection-end-line="41" selection-end-column="72" />
|
|
1390
1443
|
<folding>
|
|
1391
|
-
<element signature="e#0#
|
|
1444
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
1392
1445
|
</folding>
|
|
1393
1446
|
</state>
|
|
1394
1447
|
</provider>
|
|
1395
1448
|
</entry>
|
|
1396
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1449
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1450
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1451
|
+
<state relative-caret-position="270">
|
|
1452
|
+
<caret line="53" column="54" selection-start-line="53" selection-start-column="54" selection-end-line="53" selection-end-column="54" />
|
|
1453
|
+
</state>
|
|
1454
|
+
</provider>
|
|
1455
|
+
</entry>
|
|
1456
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
|
|
1397
1457
|
<provider selected="true" editor-type-id="text-editor">
|
|
1398
|
-
<state relative-caret-position="
|
|
1399
|
-
<caret line="
|
|
1458
|
+
<state relative-caret-position="317">
|
|
1459
|
+
<caret line="287" selection-start-line="287" selection-end-line="287" />
|
|
1400
1460
|
<folding>
|
|
1401
|
-
<element signature="e#0#
|
|
1461
|
+
<element signature="e#0#71#0" expanded="true" />
|
|
1402
1462
|
</folding>
|
|
1403
1463
|
</state>
|
|
1404
1464
|
</provider>
|
|
1405
1465
|
</entry>
|
|
1406
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1466
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1467
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1468
|
+
<state relative-caret-position="-813">
|
|
1469
|
+
<caret line="70" selection-start-line="70" selection-end-line="70" />
|
|
1470
|
+
</state>
|
|
1471
|
+
</provider>
|
|
1472
|
+
</entry>
|
|
1473
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
1474
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1475
|
+
<state relative-caret-position="165">
|
|
1476
|
+
<caret line="11" selection-start-line="11" selection-end-line="11" />
|
|
1477
|
+
<folding>
|
|
1478
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
1479
|
+
</folding>
|
|
1480
|
+
</state>
|
|
1481
|
+
</provider>
|
|
1482
|
+
</entry>
|
|
1483
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
1407
1484
|
<provider selected="true" editor-type-id="text-editor">
|
|
1408
|
-
<state relative-caret-position="
|
|
1409
|
-
<caret line="
|
|
1485
|
+
<state relative-caret-position="196">
|
|
1486
|
+
<caret line="357" column="44" lean-forward="true" selection-start-line="357" selection-start-column="44" selection-end-line="357" selection-end-column="44" />
|
|
1487
|
+
<folding>
|
|
1488
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1489
|
+
<element signature="e#150#228#0" expanded="true" />
|
|
1490
|
+
</folding>
|
|
1410
1491
|
</state>
|
|
1411
1492
|
</provider>
|
|
1412
1493
|
</entry>
|
|
1413
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1414
|
-
<provider selected="true" editor-type-id="
|
|
1415
|
-
<state
|
|
1416
|
-
<
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1494
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js">
|
|
1495
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1496
|
+
<state relative-caret-position="210">
|
|
1497
|
+
<caret line="14" column="24" lean-forward="true" selection-start-line="14" selection-start-column="24" selection-end-line="14" selection-end-column="24" />
|
|
1498
|
+
</state>
|
|
1499
|
+
</provider>
|
|
1500
|
+
</entry>
|
|
1501
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1502
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1503
|
+
<state relative-caret-position="482">
|
|
1504
|
+
<caret line="53" column="2" selection-start-line="53" selection-start-column="2" selection-end-line="53" selection-end-column="2" />
|
|
1505
|
+
<folding>
|
|
1506
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1507
|
+
</folding>
|
|
1420
1508
|
</state>
|
|
1421
1509
|
</provider>
|
|
1422
1510
|
</entry>
|