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