mathpix-markdown-it 1.0.73 → 1.0.74
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 +342 -331
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/markdown/common/consts.d.ts +2 -0
- package/lib/markdown/common/consts.js +4 -1
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/mdPluginText.js +80 -2
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/mathjax/mathJaxConfig.js +1 -1
- package/lib/mathjax/mathJaxConfig.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
4
|
<bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="315" mnemonic="0" />
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="422" mnemonic="2" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="433" mnemonic="4" />
|
|
7
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="900" mnemonic="5" />
|
|
8
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="364" mnemonic="3" />
|
|
9
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="845" mnemonic="1" />
|
|
5
10
|
</component>
|
|
6
11
|
<component name="ChangeListManager">
|
|
7
12
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
|
|
@@ -19,7 +24,7 @@
|
|
|
19
24
|
<session id="1706553226">
|
|
20
25
|
<usages-collector id="statistics.lifecycle.project">
|
|
21
26
|
<counts>
|
|
22
|
-
<entry key="project.closed" value="
|
|
27
|
+
<entry key="project.closed" value="23" />
|
|
23
28
|
<entry key="project.open.time.10" value="2" />
|
|
24
29
|
<entry key="project.open.time.11" value="2" />
|
|
25
30
|
<entry key="project.open.time.14" value="1" />
|
|
@@ -28,123 +33,138 @@
|
|
|
28
33
|
<entry key="project.open.time.22" value="1" />
|
|
29
34
|
<entry key="project.open.time.3" value="1" />
|
|
30
35
|
<entry key="project.open.time.31" value="1" />
|
|
31
|
-
<entry key="project.open.time.
|
|
32
|
-
<entry key="project.open.time.
|
|
36
|
+
<entry key="project.open.time.34" value="1" />
|
|
37
|
+
<entry key="project.open.time.4" value="3" />
|
|
38
|
+
<entry key="project.open.time.5" value="5" />
|
|
33
39
|
<entry key="project.open.time.6" value="4" />
|
|
34
40
|
<entry key="project.open.time.7" value="1" />
|
|
35
41
|
<entry key="project.open.time.9" value="1" />
|
|
36
|
-
<entry key="project.opened" value="
|
|
42
|
+
<entry key="project.opened" value="26" />
|
|
37
43
|
</counts>
|
|
38
44
|
</usages-collector>
|
|
39
45
|
<usages-collector id="statistics.js.language.service.starts">
|
|
40
46
|
<counts>
|
|
41
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
47
|
+
<entry key="TypeScriptServerServiceImpl" value="24" />
|
|
42
48
|
</counts>
|
|
43
49
|
</usages-collector>
|
|
44
50
|
<usages-collector id="statistics.file.extensions.open">
|
|
45
51
|
<counts>
|
|
46
52
|
<entry key="html" value="2" />
|
|
47
|
-
<entry key="js" value="
|
|
48
|
-
<entry key="json" value="
|
|
53
|
+
<entry key="js" value="94" />
|
|
54
|
+
<entry key="json" value="17" />
|
|
49
55
|
<entry key="jsx" value="2" />
|
|
50
56
|
<entry key="lock" value="6" />
|
|
51
|
-
<entry key="md" value="
|
|
57
|
+
<entry key="md" value="20" />
|
|
52
58
|
<entry key="sre" value="1" />
|
|
53
|
-
<entry key="ts" value="
|
|
59
|
+
<entry key="ts" value="228" />
|
|
54
60
|
<entry key="tsx" value="11" />
|
|
55
61
|
</counts>
|
|
56
62
|
</usages-collector>
|
|
57
63
|
<usages-collector id="statistics.file.types.open">
|
|
58
64
|
<counts>
|
|
59
65
|
<entry key="HTML" value="2" />
|
|
60
|
-
<entry key="JSON" value="
|
|
66
|
+
<entry key="JSON" value="17" />
|
|
61
67
|
<entry key="JSX Harmony" value="2" />
|
|
62
|
-
<entry key="JavaScript" value="
|
|
63
|
-
<entry key="Markdown" value="
|
|
68
|
+
<entry key="JavaScript" value="95" />
|
|
69
|
+
<entry key="Markdown" value="20" />
|
|
64
70
|
<entry key="PLAIN_TEXT" value="1" />
|
|
65
|
-
<entry key="TypeScript" value="
|
|
71
|
+
<entry key="TypeScript" value="228" />
|
|
66
72
|
<entry key="TypeScript JSX" value="11" />
|
|
67
73
|
<entry key="yarn.lock" value="5" />
|
|
68
74
|
</counts>
|
|
69
75
|
</usages-collector>
|
|
70
76
|
<usages-collector id="statistics.file.extensions.edit">
|
|
71
77
|
<counts>
|
|
72
|
-
<entry key="js" value="
|
|
73
|
-
<entry key="json" value="
|
|
78
|
+
<entry key="js" value="2424" />
|
|
79
|
+
<entry key="json" value="7" />
|
|
74
80
|
<entry key="md" value="1879" />
|
|
75
|
-
<entry key="ts" value="
|
|
81
|
+
<entry key="ts" value="19552" />
|
|
76
82
|
<entry key="tsx" value="205" />
|
|
77
83
|
</counts>
|
|
78
84
|
</usages-collector>
|
|
79
85
|
<usages-collector id="statistics.file.types.edit">
|
|
80
86
|
<counts>
|
|
81
87
|
<entry key="HTML" value="65" />
|
|
82
|
-
<entry key="JSON" value="
|
|
83
|
-
<entry key="JavaScript" value="
|
|
88
|
+
<entry key="JSON" value="7" />
|
|
89
|
+
<entry key="JavaScript" value="2439" />
|
|
84
90
|
<entry key="Markdown" value="1799" />
|
|
85
|
-
<entry key="TypeScript" value="
|
|
91
|
+
<entry key="TypeScript" value="19552" />
|
|
86
92
|
<entry key="TypeScript JSX" value="205" />
|
|
87
93
|
</counts>
|
|
88
94
|
</usages-collector>
|
|
89
95
|
</session>
|
|
90
96
|
</component>
|
|
91
97
|
<component name="FileEditorManager">
|
|
92
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
98
|
+
<splitter split-orientation="horizontal" split-proportion="0.5365854">
|
|
93
99
|
<split-first>
|
|
94
100
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
95
|
-
<file pinned="false" current-in-tab="
|
|
96
|
-
<entry file="file://$PROJECT_DIR$/
|
|
101
|
+
<file pinned="false" current-in-tab="false">
|
|
102
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
97
103
|
<provider selected="true" editor-type-id="text-editor">
|
|
98
|
-
<state relative-caret-position="
|
|
99
|
-
<caret line="
|
|
100
|
-
<folding>
|
|
101
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
102
|
-
<element signature="e#1114#1557#0" expanded="true" />
|
|
103
|
-
<element signature="e#1142#1546#0" expanded="true" />
|
|
104
|
-
<element signature="e#1166#1322#0" expanded="true" />
|
|
105
|
-
<element signature="e#1331#1523#0" expanded="true" />
|
|
106
|
-
</folding>
|
|
104
|
+
<state relative-caret-position="30">
|
|
105
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
107
106
|
</state>
|
|
108
107
|
</provider>
|
|
109
108
|
</entry>
|
|
110
109
|
</file>
|
|
111
110
|
<file pinned="false" current-in-tab="false">
|
|
112
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
111
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
113
112
|
<provider selected="true" editor-type-id="text-editor">
|
|
114
|
-
<state relative-caret-position="
|
|
115
|
-
<caret line="
|
|
113
|
+
<state relative-caret-position="270">
|
|
114
|
+
<caret line="18" column="87" selection-start-line="18" selection-start-column="87" selection-end-line="18" selection-end-column="87" />
|
|
115
|
+
</state>
|
|
116
|
+
</provider>
|
|
117
|
+
</entry>
|
|
118
|
+
</file>
|
|
119
|
+
<file pinned="false" current-in-tab="false">
|
|
120
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
121
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
122
|
+
<state relative-caret-position="12690">
|
|
123
|
+
<caret line="846" column="76" selection-start-line="846" selection-start-column="62" selection-end-line="846" selection-end-column="76" />
|
|
116
124
|
<folding>
|
|
117
|
-
<element signature="e#0#
|
|
125
|
+
<element signature="e#0#81#0" expanded="true" />
|
|
118
126
|
</folding>
|
|
119
127
|
</state>
|
|
120
128
|
</provider>
|
|
121
129
|
</entry>
|
|
122
130
|
</file>
|
|
123
131
|
<file pinned="false" current-in-tab="false">
|
|
124
|
-
<entry file="file://$PROJECT_DIR$/
|
|
132
|
+
<entry file="file://$PROJECT_DIR$/tests/_sepatation_span.js">
|
|
133
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
134
|
+
<state relative-caret-position="270">
|
|
135
|
+
<caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
|
|
136
|
+
</state>
|
|
137
|
+
</provider>
|
|
138
|
+
</entry>
|
|
139
|
+
</file>
|
|
140
|
+
<file pinned="false" current-in-tab="true">
|
|
141
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js">
|
|
125
142
|
<provider selected="true" editor-type-id="text-editor">
|
|
126
|
-
<state relative-caret-position="
|
|
127
|
-
<caret line="
|
|
143
|
+
<state relative-caret-position="79">
|
|
144
|
+
<caret line="27" column="22" selection-start-line="27" selection-start-column="22" selection-end-line="27" selection-end-column="39" />
|
|
128
145
|
</state>
|
|
129
146
|
</provider>
|
|
130
147
|
</entry>
|
|
131
148
|
</file>
|
|
132
149
|
<file pinned="false" current-in-tab="false">
|
|
133
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
150
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
|
|
151
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
152
|
+
</entry>
|
|
153
|
+
</file>
|
|
154
|
+
<file pinned="false" current-in-tab="false">
|
|
155
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
|
|
134
156
|
<provider selected="true" editor-type-id="text-editor">
|
|
135
|
-
<state relative-caret-position="
|
|
136
|
-
<caret line="
|
|
157
|
+
<state relative-caret-position="45">
|
|
158
|
+
<caret line="3" column="56" selection-start-line="3" selection-start-column="56" selection-end-line="3" selection-end-column="56" />
|
|
137
159
|
</state>
|
|
138
160
|
</provider>
|
|
139
161
|
</entry>
|
|
140
162
|
</file>
|
|
141
163
|
<file pinned="false" current-in-tab="false">
|
|
142
|
-
<entry file="file://$PROJECT_DIR$/
|
|
164
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
143
165
|
<provider selected="true" editor-type-id="text-editor">
|
|
144
|
-
<state>
|
|
145
|
-
<
|
|
146
|
-
<element signature="n#!!doc" expanded="true" />
|
|
147
|
-
</folding>
|
|
166
|
+
<state relative-caret-position="360">
|
|
167
|
+
<caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="57" />
|
|
148
168
|
</state>
|
|
149
169
|
</provider>
|
|
150
170
|
</entry>
|
|
@@ -154,77 +174,93 @@
|
|
|
154
174
|
<split-second>
|
|
155
175
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
156
176
|
<file pinned="false" current-in-tab="false">
|
|
157
|
-
<entry file="file://$PROJECT_DIR$/
|
|
158
|
-
<provider selected="true" editor-type-id="
|
|
159
|
-
<state
|
|
160
|
-
<
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
177
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
178
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
179
|
+
<state relative-caret-position="75">
|
|
180
|
+
<caret line="5" column="24" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
|
|
181
|
+
</state>
|
|
182
|
+
</provider>
|
|
183
|
+
</entry>
|
|
184
|
+
</file>
|
|
185
|
+
<file pinned="false" current-in-tab="false">
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
|
|
187
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
188
|
+
<state>
|
|
189
|
+
<folding>
|
|
190
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
191
|
+
</folding>
|
|
164
192
|
</state>
|
|
165
193
|
</provider>
|
|
166
194
|
</entry>
|
|
167
195
|
</file>
|
|
168
196
|
<file pinned="false" current-in-tab="true">
|
|
169
|
-
<entry file="file://$PROJECT_DIR$/
|
|
197
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
170
198
|
<provider selected="true" editor-type-id="text-editor">
|
|
171
|
-
<state
|
|
172
|
-
<
|
|
199
|
+
<state>
|
|
200
|
+
<folding>
|
|
201
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
202
|
+
</folding>
|
|
173
203
|
</state>
|
|
174
204
|
</provider>
|
|
175
205
|
</entry>
|
|
176
206
|
</file>
|
|
177
207
|
<file pinned="false" current-in-tab="false">
|
|
178
|
-
<entry file="file://$PROJECT_DIR$/
|
|
208
|
+
<entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
|
|
179
209
|
<provider selected="true" editor-type-id="text-editor">
|
|
180
|
-
<state relative-caret-position="
|
|
181
|
-
<caret line="
|
|
210
|
+
<state relative-caret-position="285">
|
|
211
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
182
212
|
</state>
|
|
183
213
|
</provider>
|
|
184
214
|
</entry>
|
|
185
215
|
</file>
|
|
186
216
|
<file pinned="false" current-in-tab="false">
|
|
187
|
-
<entry file="file://$PROJECT_DIR$/
|
|
217
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
|
|
188
218
|
<provider selected="true" editor-type-id="text-editor">
|
|
189
|
-
<state
|
|
190
|
-
<caret line="10" column="12" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
|
|
219
|
+
<state>
|
|
191
220
|
<folding>
|
|
192
|
-
<element signature="e#
|
|
221
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
193
222
|
</folding>
|
|
194
223
|
</state>
|
|
195
224
|
</provider>
|
|
196
225
|
</entry>
|
|
197
226
|
</file>
|
|
198
227
|
<file pinned="false" current-in-tab="false">
|
|
199
|
-
<entry file="file://$PROJECT_DIR$/
|
|
228
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
|
|
229
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
230
|
+
</entry>
|
|
231
|
+
</file>
|
|
232
|
+
<file pinned="false" current-in-tab="false">
|
|
233
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
200
234
|
<provider selected="true" editor-type-id="text-editor">
|
|
201
235
|
<state>
|
|
202
236
|
<folding>
|
|
203
|
-
<element signature="e#0#
|
|
237
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
204
238
|
</folding>
|
|
205
239
|
</state>
|
|
206
240
|
</provider>
|
|
207
241
|
</entry>
|
|
208
242
|
</file>
|
|
209
243
|
<file pinned="false" current-in-tab="false">
|
|
210
|
-
<entry file="file://$PROJECT_DIR$/
|
|
244
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
|
|
211
245
|
<provider selected="true" editor-type-id="text-editor">
|
|
212
246
|
<state>
|
|
213
247
|
<folding>
|
|
214
|
-
<element signature="e#0#
|
|
215
|
-
<element signature="e#404#462#0" expanded="true" />
|
|
248
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
216
249
|
</folding>
|
|
217
250
|
</state>
|
|
218
251
|
</provider>
|
|
219
252
|
</entry>
|
|
220
253
|
</file>
|
|
221
254
|
<file pinned="false" current-in-tab="false">
|
|
222
|
-
<entry file="file://$PROJECT_DIR$/
|
|
255
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
|
|
256
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
257
|
+
</entry>
|
|
258
|
+
</file>
|
|
259
|
+
<file pinned="false" current-in-tab="false">
|
|
260
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
|
|
223
261
|
<provider selected="true" editor-type-id="text-editor">
|
|
224
|
-
<state>
|
|
225
|
-
<
|
|
226
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
227
|
-
</folding>
|
|
262
|
+
<state relative-caret-position="885">
|
|
263
|
+
<caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
|
|
228
264
|
</state>
|
|
229
265
|
</provider>
|
|
230
266
|
</entry>
|
|
@@ -235,40 +271,41 @@
|
|
|
235
271
|
</component>
|
|
236
272
|
<component name="FindInProjectRecents">
|
|
237
273
|
<findStrings>
|
|
238
|
-
<find>
|
|
239
|
-
<find>
|
|
240
|
-
<find>
|
|
241
|
-
<find>
|
|
242
|
-
<find>
|
|
243
|
-
<find>
|
|
244
|
-
<find>
|
|
245
|
-
<find>
|
|
246
|
-
<find>
|
|
247
|
-
<find>
|
|
248
|
-
<find>
|
|
249
|
-
<find>
|
|
250
|
-
<find>
|
|
251
|
-
<find>
|
|
274
|
+
<find>bMarks</find>
|
|
275
|
+
<find>tShift</find>
|
|
276
|
+
<find>state.push</find>
|
|
277
|
+
<find>state.line</find>
|
|
278
|
+
<find>separatingSpan</find>
|
|
279
|
+
<find>regex</find>
|
|
280
|
+
<find>lineText = state.src.slice(pos, max).trim();</find>
|
|
281
|
+
<find>renderInlineClass</find>
|
|
282
|
+
<find>classInline</find>
|
|
283
|
+
<find>err</find>
|
|
284
|
+
<find>reg</find>
|
|
285
|
+
<find>RegExpMatchArray</find>
|
|
286
|
+
<find>latexClass</find>
|
|
287
|
+
<find>inlineClass</find>
|
|
288
|
+
<find>openTagSpan</find>
|
|
289
|
+
<find>closeTagSpan</find>
|
|
290
|
+
<find>space</find>
|
|
291
|
+
<find>while</find>
|
|
292
|
+
<find>0x20</find>
|
|
293
|
+
<find>console</find>
|
|
294
|
+
<find>reSpan</find>
|
|
295
|
+
<find>resString</find>
|
|
296
|
+
<find>findEndMarker</find>
|
|
297
|
+
<find>nextPos</find>
|
|
298
|
+
<find>spanToClass</find>
|
|
252
299
|
<find>console.log</find>
|
|
253
|
-
<find>
|
|
254
|
-
<find>
|
|
255
|
-
<find
|
|
256
|
-
<find>
|
|
257
|
-
<find>toggleMenuOn</find>
|
|
258
|
-
<find>heightMenuItem</find>
|
|
259
|
-
<find>getContextMenuElement</find>
|
|
260
|
-
<find>IMenuPosition</find>
|
|
261
|
-
<find>classNameContextMenu</find>
|
|
262
|
-
<find>@babel/core"</find>
|
|
263
|
-
<find>json5@^1.0.1</find>
|
|
264
|
-
<find>json5</find>
|
|
265
|
-
<find>loader-utils</find>
|
|
266
|
-
<find>style-loader</find>
|
|
267
|
-
<find>minimist</find>
|
|
300
|
+
<find>openTag</find>
|
|
301
|
+
<find>closeTag</find>
|
|
302
|
+
<find>\\</find>
|
|
303
|
+
<find>lineText</find>
|
|
268
304
|
</findStrings>
|
|
269
305
|
<replaceStrings>
|
|
270
306
|
<replace>MJSimple</replace>
|
|
271
307
|
<replace>MJ</replace>
|
|
308
|
+
<replace>\</replace>
|
|
272
309
|
</replaceStrings>
|
|
273
310
|
<dirStrings>
|
|
274
311
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/components</dir>
|
|
@@ -282,7 +319,6 @@
|
|
|
282
319
|
<dir>$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular</dir>
|
|
283
320
|
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
284
321
|
<dir>$PROJECT_DIR$/node_modules/speech-rule-engine/js</dir>
|
|
285
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
286
322
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
287
323
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui/menu</dir>
|
|
288
324
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/ui</dir>
|
|
@@ -294,6 +330,9 @@
|
|
|
294
330
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
295
331
|
<dir>$PROJECT_DIR$/src</dir>
|
|
296
332
|
<dir>$PROJECT_DIR$</dir>
|
|
333
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
334
|
+
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
335
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
297
336
|
</dirStrings>
|
|
298
337
|
</component>
|
|
299
338
|
<component name="Git.Settings">
|
|
@@ -302,19 +341,6 @@
|
|
|
302
341
|
<component name="IdeDocumentHistory">
|
|
303
342
|
<option name="CHANGED_PATHS">
|
|
304
343
|
<list>
|
|
305
|
-
<option value="$PROJECT_DIR$/src/contex-menu/helpers.ts" />
|
|
306
|
-
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
307
|
-
<option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
|
|
308
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu-item.ts" />
|
|
309
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu-position.ts" />
|
|
310
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu-events.ts" />
|
|
311
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu.ts" />
|
|
312
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu-items.ts" />
|
|
313
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-events.ts" />
|
|
314
|
-
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-position.ts" />
|
|
315
|
-
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/consts.ts" />
|
|
316
|
-
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/utils.ts" />
|
|
317
|
-
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/helper.ts" />
|
|
318
344
|
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/menu/index.ts" />
|
|
319
345
|
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/helper.ts" />
|
|
320
346
|
<option value="$PROJECT_DIR$/src/mathjax/contex-menu/consts.ts" />
|
|
@@ -329,7 +355,6 @@
|
|
|
329
355
|
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts" />
|
|
330
356
|
<option value="$PROJECT_DIR$/src/sre/index.ts" />
|
|
331
357
|
<option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
|
|
332
|
-
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
333
358
|
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item-actions.ts" />
|
|
334
359
|
<option value="$PROJECT_DIR$/src/contex-menu/menu/menu-item.ts" />
|
|
335
360
|
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
@@ -352,6 +377,20 @@
|
|
|
352
377
|
<option value="$PROJECT_DIR$/README.md" />
|
|
353
378
|
<option value="$PROJECT_DIR$/yarn1.lock" />
|
|
354
379
|
<option value="$PROJECT_DIR$/yarn.lock" />
|
|
380
|
+
<option value="$PROJECT_DIR$/src/test.md" />
|
|
381
|
+
<option value="$PROJECT_DIR$/src/mathjax/utils.ts" />
|
|
382
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
383
|
+
<option value="$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
|
|
384
|
+
<option value="$PROJECT_DIR$/examples/test1.md" />
|
|
385
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
386
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
387
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
388
|
+
<option value="$PROJECT_DIR$/examples/test.md" />
|
|
389
|
+
<option value="$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js" />
|
|
390
|
+
<option value="$PROJECT_DIR$/examples/tests-md/test2.md" />
|
|
391
|
+
<option value="$PROJECT_DIR$/examples/tests-md/test1.md" />
|
|
392
|
+
<option value="$PROJECT_DIR$/tests/_sepatation_span.js" />
|
|
393
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
355
394
|
<option value="$PROJECT_DIR$/package.json" />
|
|
356
395
|
</list>
|
|
357
396
|
</option>
|
|
@@ -400,6 +439,46 @@
|
|
|
400
439
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
401
440
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
402
441
|
</path>
|
|
442
|
+
<path>
|
|
443
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
444
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
445
|
+
<item name="examples" type="462c0819:PsiDirectoryNode" />
|
|
446
|
+
</path>
|
|
447
|
+
<path>
|
|
448
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
449
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
450
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
451
|
+
</path>
|
|
452
|
+
<path>
|
|
453
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
454
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
455
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
456
|
+
<item name="helpers" type="462c0819:PsiDirectoryNode" />
|
|
457
|
+
</path>
|
|
458
|
+
<path>
|
|
459
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
460
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
461
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
462
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
463
|
+
</path>
|
|
464
|
+
<path>
|
|
465
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
466
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
467
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
468
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
469
|
+
<item name="common" type="462c0819:PsiDirectoryNode" />
|
|
470
|
+
</path>
|
|
471
|
+
<path>
|
|
472
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
473
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
474
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
475
|
+
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
476
|
+
</path>
|
|
477
|
+
<path>
|
|
478
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
479
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
480
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
481
|
+
</path>
|
|
403
482
|
</expand>
|
|
404
483
|
<select />
|
|
405
484
|
</subPane>
|
|
@@ -418,11 +497,11 @@
|
|
|
418
497
|
</component>
|
|
419
498
|
<component name="RecentsManager">
|
|
420
499
|
<key name="MoveFile.RECENT_KEYS">
|
|
500
|
+
<recent name="$PROJECT_DIR$/examples/tests-md" />
|
|
421
501
|
<recent name="$PROJECT_DIR$/src/contex-menu" />
|
|
422
502
|
<recent name="$PROJECT_DIR$/src/contex-menu/menu" />
|
|
423
503
|
<recent name="$PROJECT_DIR$/src" />
|
|
424
504
|
<recent name="$PROJECT_DIR$/src/mathjax/contex-menu" />
|
|
425
|
-
<recent name="$PROJECT_DIR$/src/sre" />
|
|
426
505
|
</key>
|
|
427
506
|
</component>
|
|
428
507
|
<component name="RunDashboard">
|
|
@@ -478,17 +557,21 @@
|
|
|
478
557
|
<workItem from="1651567833529" duration="4645000" />
|
|
479
558
|
<workItem from="1651581857517" duration="5604000" />
|
|
480
559
|
<workItem from="1651657924237" duration="2979000" />
|
|
481
|
-
<workItem from="1651664416957" duration="
|
|
560
|
+
<workItem from="1651664416957" duration="1489000" />
|
|
561
|
+
<workItem from="1652079692089" duration="15037000" />
|
|
562
|
+
<workItem from="1652099698496" duration="23735000" />
|
|
563
|
+
<workItem from="1652175125565" duration="18000" />
|
|
564
|
+
<workItem from="1652175421066" duration="281000" />
|
|
482
565
|
</task>
|
|
483
566
|
<servers />
|
|
484
567
|
</component>
|
|
485
568
|
<component name="TimeTrackingManager">
|
|
486
|
-
<option name="totallyTimeSpent" value="
|
|
569
|
+
<option name="totallyTimeSpent" value="336145000" />
|
|
487
570
|
</component>
|
|
488
571
|
<component name="ToolWindowManager">
|
|
489
572
|
<frame x="66" y="23" width="1570" height="976" extended-state="0" />
|
|
490
573
|
<layout>
|
|
491
|
-
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.
|
|
574
|
+
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.17947063" />
|
|
492
575
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
493
576
|
<window_info id="npm" order="2" side_tool="true" />
|
|
494
577
|
<window_info id="DB Browser" order="3" />
|
|
@@ -507,7 +590,7 @@
|
|
|
507
590
|
<window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
508
591
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
509
592
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
510
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.
|
|
593
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.6233032" />
|
|
511
594
|
<window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
|
|
512
595
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
513
596
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -525,7 +608,7 @@
|
|
|
525
608
|
<breakpoints>
|
|
526
609
|
<line-breakpoint enabled="true" type="javascript">
|
|
527
610
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
528
|
-
<line>
|
|
611
|
+
<line>489</line>
|
|
529
612
|
<option name="timeStamp" value="15" />
|
|
530
613
|
</line-breakpoint>
|
|
531
614
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -542,380 +625,308 @@
|
|
|
542
625
|
</breakpoint-manager>
|
|
543
626
|
</component>
|
|
544
627
|
<component name="editorHistoryManager">
|
|
545
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
546
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
547
|
-
<state relative-caret-position="315">
|
|
548
|
-
<caret line="21" column="25" selection-start-line="21" selection-start-column="25" selection-end-line="21" selection-end-column="25" />
|
|
549
|
-
</state>
|
|
550
|
-
</provider>
|
|
551
|
-
</entry>
|
|
552
|
-
<entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
|
|
628
|
+
<entry file="file://$PROJECT_DIR$/src/sre/sre-node.ts">
|
|
553
629
|
<provider selected="true" editor-type-id="text-editor">
|
|
554
|
-
<state relative-caret-position="
|
|
555
|
-
<caret line="
|
|
630
|
+
<state relative-caret-position="105">
|
|
631
|
+
<caret line="7" selection-start-line="7" selection-end-line="24" selection-end-column="2" />
|
|
556
632
|
</state>
|
|
557
633
|
</provider>
|
|
558
634
|
</entry>
|
|
559
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
635
|
+
<entry file="file://$PROJECT_DIR$/src/context-menu.tsx">
|
|
560
636
|
<provider selected="true" editor-type-id="text-editor">
|
|
561
|
-
<state relative-caret-position="
|
|
562
|
-
<caret line="
|
|
637
|
+
<state relative-caret-position="225">
|
|
638
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
|
563
639
|
</state>
|
|
564
640
|
</provider>
|
|
565
641
|
</entry>
|
|
566
|
-
<entry file="file://$PROJECT_DIR$/
|
|
642
|
+
<entry file="file://$PROJECT_DIR$/lib/context-menu.js">
|
|
567
643
|
<provider selected="true" editor-type-id="text-editor">
|
|
568
|
-
<state relative-caret-position="
|
|
569
|
-
<caret line="
|
|
644
|
+
<state relative-caret-position="135">
|
|
645
|
+
<caret line="9" column="21" selection-start-line="9" selection-start-column="21" selection-end-line="9" selection-end-column="21" />
|
|
570
646
|
</state>
|
|
571
647
|
</provider>
|
|
572
648
|
</entry>
|
|
573
|
-
<entry file="file://$PROJECT_DIR$/
|
|
649
|
+
<entry file="file://$PROJECT_DIR$/es5/context-menu.js">
|
|
574
650
|
<provider selected="true" editor-type-id="text-editor">
|
|
575
|
-
<state
|
|
576
|
-
<caret
|
|
651
|
+
<state>
|
|
652
|
+
<caret column="55" selection-end-column="16591" />
|
|
577
653
|
</state>
|
|
578
654
|
</provider>
|
|
579
655
|
</entry>
|
|
580
|
-
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/
|
|
656
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/helper.ts">
|
|
581
657
|
<provider selected="true" editor-type-id="text-editor">
|
|
582
|
-
<state relative-caret-position="
|
|
583
|
-
<caret line="
|
|
658
|
+
<state relative-caret-position="1080">
|
|
659
|
+
<caret line="81" column="69" selection-start-line="81" selection-start-column="69" selection-end-line="81" selection-end-column="69" />
|
|
660
|
+
<folding>
|
|
661
|
+
<element signature="e#0#170#0" expanded="true" />
|
|
662
|
+
</folding>
|
|
584
663
|
</state>
|
|
585
664
|
</provider>
|
|
586
665
|
</entry>
|
|
587
|
-
<entry file="file://$PROJECT_DIR$/
|
|
666
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
|
|
588
667
|
<provider selected="true" editor-type-id="text-editor">
|
|
589
|
-
<state relative-caret-position="
|
|
590
|
-
<caret line="
|
|
668
|
+
<state relative-caret-position="900">
|
|
669
|
+
<caret line="64" column="38" selection-start-line="64" selection-start-column="38" selection-end-line="64" selection-end-column="38" />
|
|
591
670
|
</state>
|
|
592
671
|
</provider>
|
|
593
672
|
</entry>
|
|
594
|
-
<entry file="file://$PROJECT_DIR$/examples/
|
|
673
|
+
<entry file="file://$PROJECT_DIR$/examples/app.js">
|
|
595
674
|
<provider selected="true" editor-type-id="text-editor">
|
|
596
|
-
<state relative-caret-position="
|
|
597
|
-
<caret line="
|
|
675
|
+
<state relative-caret-position="480">
|
|
676
|
+
<caret line="32" column="58" selection-start-line="32" selection-start-column="58" selection-end-line="32" selection-end-column="58" />
|
|
598
677
|
</state>
|
|
599
678
|
</provider>
|
|
600
679
|
</entry>
|
|
601
|
-
<entry file="file://$PROJECT_DIR$/
|
|
680
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/consts.ts">
|
|
602
681
|
<provider selected="true" editor-type-id="text-editor">
|
|
603
|
-
<state relative-caret-position="
|
|
604
|
-
<caret line="
|
|
682
|
+
<state relative-caret-position="300">
|
|
683
|
+
<caret line="20" selection-start-line="20" selection-end-line="20" />
|
|
605
684
|
</state>
|
|
606
685
|
</provider>
|
|
607
686
|
</entry>
|
|
608
|
-
<entry file="file://$PROJECT_DIR$/
|
|
609
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
610
|
-
</entry>
|
|
611
|
-
<entry file="file://$PROJECT_DIR$/lib/index.js">
|
|
687
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/interfaces.ts">
|
|
612
688
|
<provider selected="true" editor-type-id="text-editor">
|
|
613
689
|
<state relative-caret-position="30">
|
|
614
|
-
<caret line="2" column="
|
|
690
|
+
<caret line="2" column="6" selection-start-line="2" selection-start-column="6" selection-end-line="2" selection-end-column="6" />
|
|
615
691
|
</state>
|
|
616
692
|
</provider>
|
|
617
693
|
</entry>
|
|
618
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
694
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/styles.ts">
|
|
619
695
|
<provider selected="true" editor-type-id="text-editor">
|
|
620
|
-
<state
|
|
621
|
-
<caret
|
|
696
|
+
<state>
|
|
697
|
+
<caret column="60" selection-start-column="38" selection-end-column="60" />
|
|
622
698
|
</state>
|
|
623
699
|
</provider>
|
|
624
700
|
</entry>
|
|
625
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
701
|
+
<entry file="file://$PROJECT_DIR$/src/contex-menu/index.ts">
|
|
626
702
|
<provider selected="true" editor-type-id="text-editor">
|
|
627
|
-
<state relative-caret-position="
|
|
628
|
-
<caret line="
|
|
703
|
+
<state relative-caret-position="555">
|
|
704
|
+
<caret line="40" column="17" selection-start-line="40" selection-start-column="17" selection-end-line="40" selection-end-column="17" />
|
|
629
705
|
</state>
|
|
630
706
|
</provider>
|
|
631
707
|
</entry>
|
|
632
|
-
<entry file="file://$PROJECT_DIR$/
|
|
633
|
-
<entry file="file://$PROJECT_DIR$/
|
|
708
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json" />
|
|
709
|
+
<entry file="file://$PROJECT_DIR$/yarn1.lock" />
|
|
710
|
+
<entry file="file://$PROJECT_DIR$/es5/index.js">
|
|
711
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
712
|
+
</entry>
|
|
713
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
634
714
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
635
715
|
<state split_layout="FIRST">
|
|
636
|
-
<first_editor relative-caret-position="
|
|
637
|
-
<caret line="
|
|
716
|
+
<first_editor relative-caret-position="9030">
|
|
717
|
+
<caret line="602" selection-start-line="602" selection-end-line="602" />
|
|
638
718
|
</first_editor>
|
|
639
719
|
<second_editor />
|
|
640
720
|
</state>
|
|
641
721
|
</provider>
|
|
642
722
|
</entry>
|
|
643
|
-
<entry file="file://$PROJECT_DIR$/
|
|
723
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-components/src/App.js">
|
|
644
724
|
<provider selected="true" editor-type-id="text-editor">
|
|
645
|
-
<state relative-caret-position="
|
|
646
|
-
<caret line="
|
|
725
|
+
<state relative-caret-position="180">
|
|
726
|
+
<caret line="18" column="21" selection-start-line="18" selection-start-column="21" selection-end-line="18" selection-end-column="21" />
|
|
647
727
|
</state>
|
|
648
728
|
</provider>
|
|
649
729
|
</entry>
|
|
650
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
730
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
651
731
|
<provider selected="true" editor-type-id="text-editor">
|
|
652
|
-
<state relative-caret-position="
|
|
653
|
-
<caret line="
|
|
732
|
+
<state relative-caret-position="285">
|
|
733
|
+
<caret line="20" selection-start-line="20" selection-end-line="20" />
|
|
654
734
|
</state>
|
|
655
735
|
</provider>
|
|
656
736
|
</entry>
|
|
657
|
-
<entry file="file://$PROJECT_DIR$/
|
|
737
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
658
738
|
<provider selected="true" editor-type-id="text-editor">
|
|
659
|
-
<state relative-caret-position="
|
|
660
|
-
<caret line="
|
|
739
|
+
<state relative-caret-position="195">
|
|
740
|
+
<caret line="13" column="15" selection-start-line="13" selection-start-column="15" selection-end-line="13" selection-end-column="15" />
|
|
661
741
|
</state>
|
|
662
742
|
</provider>
|
|
663
743
|
</entry>
|
|
664
|
-
<entry file="file://$PROJECT_DIR$/
|
|
744
|
+
<entry file="file://$PROJECT_DIR$/src/bundle.tsx">
|
|
665
745
|
<provider selected="true" editor-type-id="text-editor">
|
|
666
|
-
<state relative-caret-position="
|
|
667
|
-
<caret line="
|
|
746
|
+
<state relative-caret-position="345">
|
|
747
|
+
<caret line="23" selection-end-line="23" />
|
|
668
748
|
</state>
|
|
669
749
|
</provider>
|
|
670
750
|
</entry>
|
|
671
|
-
<entry file="file://$PROJECT_DIR$/
|
|
751
|
+
<entry file="file://$PROJECT_DIR$/src/test.md" />
|
|
752
|
+
<entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
|
|
672
753
|
<provider selected="true" editor-type-id="text-editor">
|
|
673
|
-
<state relative-caret-position="
|
|
674
|
-
|
|
675
|
-
</entry>
|
|
676
|
-
<entry file="file://$PROJECT_DIR$/examples/html/content-mmd-to-html.html">
|
|
677
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
678
|
-
<state relative-caret-position="1680">
|
|
679
|
-
<caret line="112" column="37" selection-start-line="112" selection-start-column="37" selection-end-line="112" selection-end-column="37" />
|
|
754
|
+
<state relative-caret-position="54435">
|
|
755
|
+
<caret line="3642" column="13" selection-start-line="3642" selection-start-column="13" selection-end-line="3642" selection-end-column="13" />
|
|
680
756
|
</state>
|
|
681
757
|
</provider>
|
|
682
758
|
</entry>
|
|
683
|
-
<entry file="file://$PROJECT_DIR$/
|
|
759
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
684
760
|
<provider selected="true" editor-type-id="text-editor">
|
|
685
|
-
<state relative-caret-position="
|
|
686
|
-
<caret line="
|
|
761
|
+
<state relative-caret-position="42675">
|
|
762
|
+
<caret line="2845" column="23" selection-start-line="2845" selection-start-column="23" selection-end-line="2845" selection-end-column="23" />
|
|
687
763
|
</state>
|
|
688
764
|
</provider>
|
|
689
765
|
</entry>
|
|
690
|
-
<entry file="file://$PROJECT_DIR$/
|
|
766
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
691
767
|
<provider selected="true" editor-type-id="text-editor">
|
|
692
|
-
<state relative-caret-position="
|
|
693
|
-
<caret line="
|
|
694
|
-
<folding>
|
|
695
|
-
<element signature="e#0#45#0" expanded="true" />
|
|
696
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
697
|
-
</folding>
|
|
698
|
-
</state>
|
|
699
|
-
</provider>
|
|
700
|
-
</entry>
|
|
701
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-components/README.md">
|
|
702
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
703
|
-
<state split_layout="FIRST">
|
|
704
|
-
<first_editor relative-caret-position="150">
|
|
705
|
-
<caret line="10" column="42" selection-start-line="10" selection-start-column="42" selection-end-line="10" selection-end-column="42" />
|
|
706
|
-
</first_editor>
|
|
707
|
-
<second_editor />
|
|
768
|
+
<state relative-caret-position="150">
|
|
769
|
+
<caret line="10" column="12" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
|
|
708
770
|
</state>
|
|
709
771
|
</provider>
|
|
710
772
|
</entry>
|
|
711
|
-
<entry file="file://$PROJECT_DIR$/
|
|
773
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/index.js">
|
|
712
774
|
<provider selected="true" editor-type-id="text-editor" />
|
|
713
775
|
</entry>
|
|
714
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-
|
|
776
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/App.jsx">
|
|
715
777
|
<provider selected="true" editor-type-id="text-editor" />
|
|
716
778
|
</entry>
|
|
717
|
-
<entry file="file://$PROJECT_DIR$/
|
|
718
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
719
|
-
<state relative-caret-position="105">
|
|
720
|
-
<caret line="7" selection-start-line="7" selection-end-line="24" selection-end-column="2" />
|
|
721
|
-
</state>
|
|
722
|
-
</provider>
|
|
723
|
-
</entry>
|
|
724
|
-
<entry file="file://$PROJECT_DIR$/src/context-menu.tsx">
|
|
725
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
726
|
-
<state relative-caret-position="225">
|
|
727
|
-
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
|
728
|
-
</state>
|
|
729
|
-
</provider>
|
|
730
|
-
</entry>
|
|
731
|
-
<entry file="file://$PROJECT_DIR$/lib/context-menu.js">
|
|
732
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
733
|
-
<state relative-caret-position="135">
|
|
734
|
-
<caret line="9" column="21" selection-start-line="9" selection-start-column="21" selection-end-line="9" selection-end-column="21" />
|
|
735
|
-
</state>
|
|
736
|
-
</provider>
|
|
737
|
-
</entry>
|
|
738
|
-
<entry file="file://$PROJECT_DIR$/es5/context-menu.js">
|
|
739
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
740
|
-
<state>
|
|
741
|
-
<caret column="55" selection-end-column="16591" />
|
|
742
|
-
</state>
|
|
743
|
-
</provider>
|
|
779
|
+
<entry file="file://$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx">
|
|
780
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
744
781
|
</entry>
|
|
745
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
782
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/utils.ts" />
|
|
783
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
746
784
|
<provider selected="true" editor-type-id="text-editor">
|
|
747
|
-
<state relative-caret-position="
|
|
748
|
-
<caret line="
|
|
785
|
+
<state relative-caret-position="264">
|
|
786
|
+
<caret line="326" column="46" selection-start-line="326" selection-start-column="46" selection-end-line="326" selection-end-column="46" />
|
|
749
787
|
<folding>
|
|
750
|
-
<element signature="e#0#
|
|
788
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
789
|
+
<element signature="n#style#0;n#mathml#0;n#!!top" expanded="true" />
|
|
790
|
+
<element signature="n#style#0;n#mathmlword#0;n#!!top" expanded="true" />
|
|
791
|
+
<element signature="n#style#0;n#asciimath#0;n#!!top" expanded="true" />
|
|
792
|
+
<element signature="n#style#0;n#latex#0;n#!!top" expanded="true" />
|
|
793
|
+
<element signature="n#style#0;n#speech#0;n#!!top" expanded="true" />
|
|
794
|
+
<element signature="n#style#0;n#error#0;n#!!top" expanded="true" />
|
|
751
795
|
</folding>
|
|
752
796
|
</state>
|
|
753
797
|
</provider>
|
|
754
798
|
</entry>
|
|
755
|
-
<entry file="file://$PROJECT_DIR$/
|
|
799
|
+
<entry file="file://$PROJECT_DIR$/examples/test1.md" />
|
|
800
|
+
<entry file="file://$PROJECT_DIR$/src/helpers/replace-span-to-class.ts" />
|
|
801
|
+
<entry file="file://$PROJECT_DIR$/examples/tests-md/test.md" />
|
|
802
|
+
<entry file="file://$PROJECT_DIR$/examples/tests-md/test2.md" />
|
|
803
|
+
<entry file="file://$PROJECT_DIR$/examples/tests-md/test1.md" />
|
|
804
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
756
805
|
<provider selected="true" editor-type-id="text-editor">
|
|
757
|
-
<state relative-caret-position="
|
|
758
|
-
<caret line="
|
|
806
|
+
<state relative-caret-position="30">
|
|
807
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
759
808
|
</state>
|
|
760
809
|
</provider>
|
|
761
810
|
</entry>
|
|
762
|
-
<entry file="file://$PROJECT_DIR$/
|
|
811
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
763
812
|
<provider selected="true" editor-type-id="text-editor">
|
|
764
|
-
<state relative-caret-position="
|
|
765
|
-
<caret line="
|
|
813
|
+
<state relative-caret-position="270">
|
|
814
|
+
<caret line="18" column="87" selection-start-line="18" selection-start-column="87" selection-end-line="18" selection-end-column="87" />
|
|
766
815
|
</state>
|
|
767
816
|
</provider>
|
|
768
817
|
</entry>
|
|
769
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
818
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
770
819
|
<provider selected="true" editor-type-id="text-editor">
|
|
771
|
-
<state relative-caret-position="
|
|
772
|
-
<caret line="
|
|
820
|
+
<state relative-caret-position="12690">
|
|
821
|
+
<caret line="846" column="76" selection-start-line="846" selection-start-column="62" selection-end-line="846" selection-end-column="76" />
|
|
822
|
+
<folding>
|
|
823
|
+
<element signature="e#0#81#0" expanded="true" />
|
|
824
|
+
</folding>
|
|
773
825
|
</state>
|
|
774
826
|
</provider>
|
|
775
827
|
</entry>
|
|
776
|
-
<entry file="file://$PROJECT_DIR$/
|
|
828
|
+
<entry file="file://$PROJECT_DIR$/tests/_sepatation_span.js">
|
|
777
829
|
<provider selected="true" editor-type-id="text-editor">
|
|
778
|
-
<state relative-caret-position="
|
|
779
|
-
<caret line="
|
|
830
|
+
<state relative-caret-position="270">
|
|
831
|
+
<caret line="18" column="29" selection-start-line="18" selection-start-column="29" selection-end-line="18" selection-end-column="29" />
|
|
780
832
|
</state>
|
|
781
833
|
</provider>
|
|
782
834
|
</entry>
|
|
783
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
784
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
785
|
-
<state>
|
|
786
|
-
<caret column="60" selection-start-column="38" selection-end-column="60" />
|
|
787
|
-
</state>
|
|
788
|
-
</provider>
|
|
835
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts">
|
|
836
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
789
837
|
</entry>
|
|
790
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
838
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
|
|
791
839
|
<provider selected="true" editor-type-id="text-editor">
|
|
792
|
-
<state relative-caret-position="
|
|
793
|
-
<caret line="
|
|
840
|
+
<state relative-caret-position="45">
|
|
841
|
+
<caret line="3" column="56" selection-start-line="3" selection-start-column="56" selection-end-line="3" selection-end-column="56" />
|
|
794
842
|
</state>
|
|
795
843
|
</provider>
|
|
796
844
|
</entry>
|
|
797
|
-
<entry file="file://$PROJECT_DIR$/
|
|
845
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
798
846
|
<provider selected="true" editor-type-id="text-editor">
|
|
799
|
-
<state relative-caret-position="
|
|
800
|
-
<caret line="
|
|
801
|
-
<folding>
|
|
802
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
803
|
-
</folding>
|
|
847
|
+
<state relative-caret-position="360">
|
|
848
|
+
<caret line="24" column="24" selection-start-line="24" selection-start-column="24" selection-end-line="24" selection-end-column="57" />
|
|
804
849
|
</state>
|
|
805
850
|
</provider>
|
|
806
851
|
</entry>
|
|
807
|
-
<entry file="file://$PROJECT_DIR$/
|
|
852
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_sepatation_span/_data.js">
|
|
808
853
|
<provider selected="true" editor-type-id="text-editor">
|
|
809
|
-
<state relative-caret-position="
|
|
810
|
-
<caret line="
|
|
854
|
+
<state relative-caret-position="79">
|
|
855
|
+
<caret line="27" column="22" selection-start-line="27" selection-start-column="22" selection-end-line="27" selection-end-column="39" />
|
|
811
856
|
</state>
|
|
812
857
|
</provider>
|
|
813
858
|
</entry>
|
|
814
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
859
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
815
860
|
<provider selected="true" editor-type-id="text-editor">
|
|
816
|
-
<state relative-caret-position="
|
|
817
|
-
<caret line="
|
|
861
|
+
<state relative-caret-position="75">
|
|
862
|
+
<caret line="5" column="24" selection-start-line="5" selection-start-column="24" selection-end-line="5" selection-end-column="24" />
|
|
818
863
|
</state>
|
|
819
864
|
</provider>
|
|
820
865
|
</entry>
|
|
821
|
-
<entry file="file://$PROJECT_DIR$/
|
|
866
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
|
|
822
867
|
<provider selected="true" editor-type-id="text-editor">
|
|
823
868
|
<state>
|
|
824
869
|
<folding>
|
|
825
|
-
<element signature="
|
|
870
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
826
871
|
</folding>
|
|
827
872
|
</state>
|
|
828
873
|
</provider>
|
|
829
874
|
</entry>
|
|
830
|
-
<entry file="file://$PROJECT_DIR$/
|
|
831
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
832
|
-
<state split_layout="FIRST">
|
|
833
|
-
<first_editor relative-caret-position="9030">
|
|
834
|
-
<caret line="602" selection-start-line="602" selection-end-line="602" />
|
|
835
|
-
</first_editor>
|
|
836
|
-
<second_editor />
|
|
837
|
-
</state>
|
|
838
|
-
</provider>
|
|
839
|
-
</entry>
|
|
840
|
-
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
875
|
+
<entry file="file://$PROJECT_DIR$/tests/_sanitize.js">
|
|
841
876
|
<provider selected="true" editor-type-id="text-editor">
|
|
842
|
-
<state relative-caret-position="
|
|
843
|
-
<caret line="
|
|
877
|
+
<state relative-caret-position="285">
|
|
878
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
844
879
|
</state>
|
|
845
880
|
</provider>
|
|
846
881
|
</entry>
|
|
847
|
-
<entry file="file://$PROJECT_DIR$/
|
|
882
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginAnchor.ts">
|
|
848
883
|
<provider selected="true" editor-type-id="text-editor">
|
|
849
884
|
<state>
|
|
850
885
|
<folding>
|
|
851
|
-
<element signature="e#0#
|
|
886
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
852
887
|
</folding>
|
|
853
888
|
</state>
|
|
854
889
|
</provider>
|
|
855
890
|
</entry>
|
|
856
|
-
<entry file="file://$PROJECT_DIR$/
|
|
891
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginCollapsible.ts">
|
|
892
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
893
|
+
</entry>
|
|
894
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
857
895
|
<provider selected="true" editor-type-id="text-editor">
|
|
858
896
|
<state>
|
|
859
897
|
<folding>
|
|
860
|
-
<element signature="e#0#
|
|
861
|
-
<element signature="e#404#462#0" expanded="true" />
|
|
898
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
862
899
|
</folding>
|
|
863
900
|
</state>
|
|
864
901
|
</provider>
|
|
865
902
|
</entry>
|
|
866
|
-
<entry file="file://$PROJECT_DIR$/
|
|
903
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
|
|
867
904
|
<provider selected="true" editor-type-id="text-editor">
|
|
868
905
|
<state>
|
|
869
906
|
<folding>
|
|
870
|
-
<element signature="e#0#
|
|
907
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
871
908
|
</folding>
|
|
872
909
|
</state>
|
|
873
910
|
</provider>
|
|
874
911
|
</entry>
|
|
875
|
-
<entry file="file://$PROJECT_DIR$/
|
|
876
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
877
|
-
<state relative-caret-position="225">
|
|
878
|
-
<caret line="15" column="28" selection-start-line="15" selection-start-column="28" selection-end-line="15" selection-end-column="28" />
|
|
879
|
-
<folding>
|
|
880
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
881
|
-
<element signature="e#1114#1557#0" expanded="true" />
|
|
882
|
-
<element signature="e#1142#1546#0" expanded="true" />
|
|
883
|
-
<element signature="e#1166#1322#0" expanded="true" />
|
|
884
|
-
<element signature="e#1331#1523#0" expanded="true" />
|
|
885
|
-
</folding>
|
|
886
|
-
</state>
|
|
887
|
-
</provider>
|
|
912
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_sanitizeHtml/_data.js">
|
|
913
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
888
914
|
</entry>
|
|
889
|
-
<entry file="file://$PROJECT_DIR$/
|
|
915
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-align.ts">
|
|
890
916
|
<provider selected="true" editor-type-id="text-editor">
|
|
891
|
-
<state relative-caret-position="
|
|
892
|
-
<caret line="
|
|
917
|
+
<state relative-caret-position="885">
|
|
918
|
+
<caret line="61" column="33" selection-start-line="61" selection-start-column="33" selection-end-line="61" selection-end-column="33" />
|
|
893
919
|
</state>
|
|
894
920
|
</provider>
|
|
895
921
|
</entry>
|
|
896
|
-
<entry file="file://$PROJECT_DIR$/
|
|
922
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
897
923
|
<provider selected="true" editor-type-id="text-editor">
|
|
898
|
-
<state
|
|
899
|
-
<caret line="10" column="12" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" />
|
|
924
|
+
<state>
|
|
900
925
|
<folding>
|
|
901
|
-
<element signature="e#
|
|
926
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
902
927
|
</folding>
|
|
903
928
|
</state>
|
|
904
929
|
</provider>
|
|
905
930
|
</entry>
|
|
906
|
-
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
907
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
908
|
-
<state relative-caret-position="212">
|
|
909
|
-
<caret line="2845" column="23" lean-forward="true" selection-start-line="2845" selection-start-column="23" selection-end-line="2845" selection-end-column="23" />
|
|
910
|
-
</state>
|
|
911
|
-
</provider>
|
|
912
|
-
</entry>
|
|
913
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
914
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
915
|
-
<state relative-caret-position="69">
|
|
916
|
-
<caret line="72" column="18" selection-start-line="72" selection-start-column="3" selection-end-line="72" selection-end-column="18" />
|
|
917
|
-
</state>
|
|
918
|
-
</provider>
|
|
919
|
-
</entry>
|
|
920
931
|
</component>
|
|
921
932
|
</project>
|