mathpix-markdown-it 1.2.20 → 1.2.21
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/.circleci/config.yml +2 -2
- package/.idea/workspace.xml +367 -449
- package/README.md +3 -1
- package/es5/bundle.js +40 -2
- package/es5/context-menu.js +1 -1
- package/es5/index.js +40 -2
- package/lib/components/mathpix-loader/index.d.ts +2 -1
- package/lib/components/mathpix-loader/index.js.map +1 -1
- package/lib/components/mathpix-markdown/index.d.ts +1 -1
- package/lib/mathjax/mathJaxConfig.js +1 -1
- package/lib/mathjax/mathJaxConfig.js.map +1 -1
- package/package.json +5 -5
package/.idea/workspace.xml
CHANGED
|
@@ -5,27 +5,9 @@
|
|
|
5
5
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" line="59" mnemonic="9" />
|
|
6
6
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" line="34" mnemonic="8" />
|
|
7
7
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/utils.ts" line="36" mnemonic="7" />
|
|
8
|
-
<bookmark url="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" line="390" mnemonic="0" />
|
|
9
8
|
</component>
|
|
10
9
|
<component name="ChangeListManager">
|
|
11
|
-
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts"
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/bundle.js" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/index.js" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" afterDir="false" />
|
|
16
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js" afterDir="false" />
|
|
17
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/clipboard-copy-styles.js.map" afterDir="false" />
|
|
18
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js" afterDir="false" />
|
|
19
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/copy-to-clipboard/index.js.map" afterDir="false" />
|
|
20
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/clipboard-copy-styles.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/clipboard-copy-styles.ts" afterDir="false" />
|
|
21
|
-
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/copy-to-clipboard/index.ts" afterDir="false" />
|
|
22
|
-
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js" afterDir="false" />
|
|
23
|
-
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/clipboard-copy-styles.js.map" afterDir="false" />
|
|
24
|
-
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js" afterDir="false" />
|
|
25
|
-
<change beforePath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/copy-to-clipboard/index.js.map" afterDir="false" />
|
|
26
|
-
<change beforePath="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" afterDir="false" />
|
|
27
|
-
<change beforePath="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" afterDir="false" />
|
|
28
|
-
</list>
|
|
10
|
+
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts" />
|
|
29
11
|
<ignored path="$PROJECT_DIR$/es5/" />
|
|
30
12
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
31
13
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -40,11 +22,11 @@
|
|
|
40
22
|
<session id="1706553226">
|
|
41
23
|
<usages-collector id="statistics.lifecycle.project">
|
|
42
24
|
<counts>
|
|
43
|
-
<entry key="project.closed" value="
|
|
25
|
+
<entry key="project.closed" value="313" />
|
|
44
26
|
<entry key="project.open.time.10" value="8" />
|
|
45
27
|
<entry key="project.open.time.11" value="15" />
|
|
46
28
|
<entry key="project.open.time.12" value="6" />
|
|
47
|
-
<entry key="project.open.time.13" value="
|
|
29
|
+
<entry key="project.open.time.13" value="19" />
|
|
48
30
|
<entry key="project.open.time.14" value="5" />
|
|
49
31
|
<entry key="project.open.time.15" value="8" />
|
|
50
32
|
<entry key="project.open.time.16" value="2" />
|
|
@@ -54,12 +36,12 @@
|
|
|
54
36
|
<entry key="project.open.time.2" value="31" />
|
|
55
37
|
<entry key="project.open.time.20" value="3" />
|
|
56
38
|
<entry key="project.open.time.22" value="4" />
|
|
57
|
-
<entry key="project.open.time.3" value="
|
|
39
|
+
<entry key="project.open.time.3" value="79" />
|
|
58
40
|
<entry key="project.open.time.30" value="1" />
|
|
59
41
|
<entry key="project.open.time.31" value="1" />
|
|
60
42
|
<entry key="project.open.time.32" value="1" />
|
|
61
43
|
<entry key="project.open.time.34" value="2" />
|
|
62
|
-
<entry key="project.open.time.4" value="
|
|
44
|
+
<entry key="project.open.time.4" value="79" />
|
|
63
45
|
<entry key="project.open.time.43" value="1" />
|
|
64
46
|
<entry key="project.open.time.48" value="1" />
|
|
65
47
|
<entry key="project.open.time.5" value="31" />
|
|
@@ -68,12 +50,12 @@
|
|
|
68
50
|
<entry key="project.open.time.8" value="4" />
|
|
69
51
|
<entry key="project.open.time.81" value="1" />
|
|
70
52
|
<entry key="project.open.time.9" value="3" />
|
|
71
|
-
<entry key="project.opened" value="
|
|
53
|
+
<entry key="project.opened" value="343" />
|
|
72
54
|
</counts>
|
|
73
55
|
</usages-collector>
|
|
74
56
|
<usages-collector id="statistics.js.language.service.starts">
|
|
75
57
|
<counts>
|
|
76
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
58
|
+
<entry key="TypeScriptServerServiceImpl" value="325" />
|
|
77
59
|
</counts>
|
|
78
60
|
</usages-collector>
|
|
79
61
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -83,25 +65,26 @@
|
|
|
83
65
|
<entry key="ejs" value="1" />
|
|
84
66
|
<entry key="env" value="6" />
|
|
85
67
|
<entry key="gif" value="1" />
|
|
86
|
-
<entry key="gitignore" value="
|
|
68
|
+
<entry key="gitignore" value="10" />
|
|
87
69
|
<entry key="gitmodules" value="1" />
|
|
88
70
|
<entry key="html" value="22" />
|
|
89
|
-
<entry key="js" value="
|
|
71
|
+
<entry key="js" value="767" />
|
|
90
72
|
<entry key="jshintignore" value="1" />
|
|
91
73
|
<entry key="jshintrc" value="1" />
|
|
92
|
-
<entry key="json" value="
|
|
74
|
+
<entry key="json" value="105" />
|
|
93
75
|
<entry key="jsx" value="25" />
|
|
94
|
-
<entry key="lock" value="
|
|
95
|
-
<entry key="md" value="
|
|
96
|
-
<entry key="npmignore" value="
|
|
76
|
+
<entry key="lock" value="19" />
|
|
77
|
+
<entry key="md" value="66" />
|
|
78
|
+
<entry key="npmignore" value="5" />
|
|
97
79
|
<entry key="npmrc" value="2" />
|
|
80
|
+
<entry key="patch" value="3" />
|
|
98
81
|
<entry key="png" value="12" />
|
|
99
82
|
<entry key="sre" value="1" />
|
|
100
|
-
<entry key="ts" value="
|
|
101
|
-
<entry key="tsx" value="
|
|
102
|
-
<entry key="txt" value="
|
|
83
|
+
<entry key="ts" value="1638" />
|
|
84
|
+
<entry key="tsx" value="85" />
|
|
85
|
+
<entry key="txt" value="2" />
|
|
103
86
|
<entry key="yarnignore" value="3" />
|
|
104
|
-
<entry key="yml" value="
|
|
87
|
+
<entry key="yml" value="5" />
|
|
105
88
|
</counts>
|
|
106
89
|
</usages-collector>
|
|
107
90
|
<usages-collector id="statistics.file.types.open">
|
|
@@ -112,42 +95,45 @@
|
|
|
112
95
|
<entry key="HTML" value="22" />
|
|
113
96
|
<entry key="Image" value="13" />
|
|
114
97
|
<entry key="JSHint" value="1" />
|
|
115
|
-
<entry key="JSON" value="
|
|
98
|
+
<entry key="JSON" value="97" />
|
|
116
99
|
<entry key="JSX Harmony" value="25" />
|
|
117
|
-
<entry key="JavaScript" value="
|
|
118
|
-
<entry key="Markdown" value="
|
|
119
|
-
<entry key="
|
|
120
|
-
<entry key="
|
|
121
|
-
<entry key="TypeScript
|
|
122
|
-
<entry key="
|
|
123
|
-
<entry key="
|
|
124
|
-
<entry key="
|
|
100
|
+
<entry key="JavaScript" value="768" />
|
|
101
|
+
<entry key="Markdown" value="66" />
|
|
102
|
+
<entry key="PATCH" value="3" />
|
|
103
|
+
<entry key="PLAIN_TEXT" value="25" />
|
|
104
|
+
<entry key="TypeScript" value="1638" />
|
|
105
|
+
<entry key="TypeScript JSX" value="85" />
|
|
106
|
+
<entry key="YAML" value="5" />
|
|
107
|
+
<entry key="tsconfig" value="10" />
|
|
108
|
+
<entry key="yarn.lock" value="18" />
|
|
125
109
|
</counts>
|
|
126
110
|
</usages-collector>
|
|
127
111
|
<usages-collector id="statistics.file.extensions.edit">
|
|
128
112
|
<counts>
|
|
129
113
|
<entry key="css" value="98" />
|
|
114
|
+
<entry key="gitignore" value="1" />
|
|
130
115
|
<entry key="html" value="48" />
|
|
131
|
-
<entry key="js" value="
|
|
132
|
-
<entry key="json" value="
|
|
116
|
+
<entry key="js" value="15886" />
|
|
117
|
+
<entry key="json" value="160" />
|
|
133
118
|
<entry key="jsx" value="1587" />
|
|
134
|
-
<entry key="md" value="
|
|
135
|
-
<entry key="ts" value="
|
|
136
|
-
<entry key="tsx" value="
|
|
137
|
-
<entry key="yml" value="
|
|
119
|
+
<entry key="md" value="3204" />
|
|
120
|
+
<entry key="ts" value="145701" />
|
|
121
|
+
<entry key="tsx" value="1697" />
|
|
122
|
+
<entry key="yml" value="45" />
|
|
138
123
|
</counts>
|
|
139
124
|
</usages-collector>
|
|
140
125
|
<usages-collector id="statistics.file.types.edit">
|
|
141
126
|
<counts>
|
|
142
127
|
<entry key="CSS" value="98" />
|
|
143
128
|
<entry key="HTML" value="128" />
|
|
144
|
-
<entry key="JSON" value="
|
|
129
|
+
<entry key="JSON" value="120" />
|
|
145
130
|
<entry key="JSX Harmony" value="1587" />
|
|
146
|
-
<entry key="JavaScript" value="
|
|
147
|
-
<entry key="Markdown" value="
|
|
148
|
-
<entry key="
|
|
149
|
-
<entry key="TypeScript
|
|
150
|
-
<entry key="
|
|
131
|
+
<entry key="JavaScript" value="15899" />
|
|
132
|
+
<entry key="Markdown" value="3124" />
|
|
133
|
+
<entry key="PLAIN_TEXT" value="1" />
|
|
134
|
+
<entry key="TypeScript" value="145688" />
|
|
135
|
+
<entry key="TypeScript JSX" value="1697" />
|
|
136
|
+
<entry key="YAML" value="45" />
|
|
151
137
|
<entry key="tsconfig" value="40" />
|
|
152
138
|
</counts>
|
|
153
139
|
</usages-collector>
|
|
@@ -157,112 +143,78 @@
|
|
|
157
143
|
<favorites_list name="mathpix-markdown-it" />
|
|
158
144
|
</component>
|
|
159
145
|
<component name="FileEditorManager">
|
|
160
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
146
|
+
<splitter split-orientation="horizontal" split-proportion="0.9">
|
|
161
147
|
<split-first>
|
|
162
148
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
163
149
|
<file pinned="false" current-in-tab="false">
|
|
164
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
165
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
166
|
-
<state relative-caret-position="1035">
|
|
167
|
-
<caret line="69" column="29" selection-start-line="69" selection-start-column="14" selection-end-line="69" selection-end-column="29" />
|
|
168
|
-
<folding>
|
|
169
|
-
<element signature="e#104#205#0" expanded="true" />
|
|
170
|
-
</folding>
|
|
171
|
-
</state>
|
|
172
|
-
</provider>
|
|
173
|
-
</entry>
|
|
174
|
-
</file>
|
|
175
|
-
<file pinned="false" current-in-tab="false">
|
|
176
|
-
<entry file="file://$PROJECT_DIR$/src/contex-menu/index.ts">
|
|
177
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
178
|
-
<state relative-caret-position="45">
|
|
179
|
-
<caret line="3" column="71" selection-start-line="3" selection-start-column="71" selection-end-line="3" selection-end-column="71" />
|
|
180
|
-
<folding>
|
|
181
|
-
<element signature="e#0#72#0" expanded="true" />
|
|
182
|
-
</folding>
|
|
183
|
-
</state>
|
|
184
|
-
</provider>
|
|
185
|
-
</entry>
|
|
186
|
-
</file>
|
|
187
|
-
<file pinned="false" current-in-tab="false">
|
|
188
|
-
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/index.ts">
|
|
189
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
190
|
-
<state relative-caret-position="510">
|
|
191
|
-
<caret line="38" column="25" selection-start-line="38" selection-start-column="25" selection-end-line="38" selection-end-column="25" />
|
|
192
|
-
</state>
|
|
193
|
-
</provider>
|
|
194
|
-
</entry>
|
|
195
|
-
</file>
|
|
196
|
-
<file pinned="false" current-in-tab="false">
|
|
197
|
-
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/menu-items.ts">
|
|
150
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
198
151
|
<provider selected="true" editor-type-id="text-editor">
|
|
199
|
-
<state relative-caret-position="
|
|
200
|
-
<caret line="
|
|
152
|
+
<state relative-caret-position="14175">
|
|
153
|
+
<caret line="983" column="26" selection-start-line="983" selection-start-column="2" selection-end-line="983" selection-end-column="26" />
|
|
201
154
|
</state>
|
|
202
155
|
</provider>
|
|
203
156
|
</entry>
|
|
204
157
|
</file>
|
|
205
158
|
<file pinned="false" current-in-tab="false">
|
|
206
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
159
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
207
160
|
<provider selected="true" editor-type-id="text-editor">
|
|
208
|
-
<state relative-caret-position="
|
|
209
|
-
<caret line="
|
|
161
|
+
<state relative-caret-position="3630">
|
|
162
|
+
<caret line="262" selection-start-line="262" selection-end-line="262" />
|
|
210
163
|
</state>
|
|
211
164
|
</provider>
|
|
212
165
|
</entry>
|
|
213
166
|
</file>
|
|
214
167
|
<file pinned="false" current-in-tab="false">
|
|
215
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
168
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
216
169
|
<provider selected="true" editor-type-id="text-editor">
|
|
217
|
-
<state relative-caret-position="
|
|
218
|
-
<caret line="
|
|
219
|
-
<folding>
|
|
220
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
221
|
-
</folding>
|
|
170
|
+
<state relative-caret-position="2595">
|
|
171
|
+
<caret line="177" column="13" selection-start-line="177" selection-start-column="13" selection-end-line="177" selection-end-column="13" />
|
|
222
172
|
</state>
|
|
223
173
|
</provider>
|
|
224
174
|
</entry>
|
|
225
175
|
</file>
|
|
226
176
|
<file pinned="false" current-in-tab="false">
|
|
227
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
177
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
228
178
|
<provider selected="true" editor-type-id="text-editor">
|
|
229
|
-
<state relative-caret-position="
|
|
230
|
-
<caret line="
|
|
231
|
-
<folding>
|
|
232
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
233
|
-
</folding>
|
|
179
|
+
<state relative-caret-position="1650">
|
|
180
|
+
<caret line="115" column="27" selection-start-line="115" selection-start-column="27" selection-end-line="115" selection-end-column="27" />
|
|
234
181
|
</state>
|
|
235
182
|
</provider>
|
|
236
183
|
</entry>
|
|
237
184
|
</file>
|
|
238
185
|
<file pinned="false" current-in-tab="false">
|
|
239
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
240
187
|
<provider selected="true" editor-type-id="text-editor">
|
|
241
|
-
<state>
|
|
242
|
-
<caret column="
|
|
243
|
-
</state>
|
|
244
|
-
</provider>
|
|
245
|
-
</entry>
|
|
246
|
-
</file>
|
|
247
|
-
<file pinned="false" current-in-tab="false">
|
|
248
|
-
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard.ts">
|
|
249
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
250
|
-
<state relative-caret-position="512">
|
|
251
|
-
<caret line="41" selection-start-line="41" selection-end-line="41" />
|
|
188
|
+
<state relative-caret-position="21825">
|
|
189
|
+
<caret line="1470" column="6" selection-start-line="1470" selection-start-column="6" selection-end-line="1470" selection-end-column="6" />
|
|
252
190
|
</state>
|
|
253
191
|
</provider>
|
|
254
192
|
</entry>
|
|
255
193
|
</file>
|
|
256
194
|
<file pinned="false" current-in-tab="true">
|
|
257
|
-
<entry file="file://$PROJECT_DIR$/
|
|
258
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
259
|
-
<state
|
|
260
|
-
<
|
|
261
|
-
|
|
262
|
-
<
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
195
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
196
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
197
|
+
<state split_layout="FIRST">
|
|
198
|
+
<first_editor relative-caret-position="139">
|
|
199
|
+
<caret line="795" column="18" selection-start-line="795" selection-start-column="3" selection-end-line="795" selection-end-column="18" />
|
|
200
|
+
<folding>
|
|
201
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
202
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
203
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
204
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
205
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
206
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
207
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
208
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
209
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
210
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
211
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
212
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
213
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
214
|
+
<element signature="e#0#121#1" expanded="true" />
|
|
215
|
+
</folding>
|
|
216
|
+
</first_editor>
|
|
217
|
+
<second_editor />
|
|
266
218
|
</state>
|
|
267
219
|
</provider>
|
|
268
220
|
</entry>
|
|
@@ -272,10 +224,10 @@
|
|
|
272
224
|
<split-second>
|
|
273
225
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
274
226
|
<file pinned="false" current-in-tab="false">
|
|
275
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
227
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
276
228
|
<provider selected="true" editor-type-id="text-editor">
|
|
277
|
-
<state relative-caret-position="
|
|
278
|
-
<caret line="
|
|
229
|
+
<state relative-caret-position="45">
|
|
230
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
279
231
|
</state>
|
|
280
232
|
</provider>
|
|
281
233
|
</entry>
|
|
@@ -283,80 +235,74 @@
|
|
|
283
235
|
<file pinned="false" current-in-tab="false">
|
|
284
236
|
<entry file="file://$PROJECT_DIR$/package.json">
|
|
285
237
|
<provider selected="true" editor-type-id="text-editor">
|
|
286
|
-
<state relative-caret-position="
|
|
287
|
-
<caret line="
|
|
238
|
+
<state relative-caret-position="225">
|
|
239
|
+
<caret line="15" column="14" lean-forward="true" selection-start-line="15" selection-start-column="14" selection-end-line="15" selection-end-column="14" />
|
|
288
240
|
</state>
|
|
289
241
|
</provider>
|
|
290
242
|
</entry>
|
|
291
243
|
</file>
|
|
292
244
|
<file pinned="false" current-in-tab="false">
|
|
293
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
245
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
294
246
|
<provider selected="true" editor-type-id="text-editor">
|
|
295
|
-
<state relative-caret-position="
|
|
296
|
-
<caret line="
|
|
247
|
+
<state relative-caret-position="359">
|
|
248
|
+
<caret line="42" column="31" lean-forward="true" selection-start-line="42" selection-start-column="31" selection-end-line="42" selection-end-column="31" />
|
|
297
249
|
</state>
|
|
298
250
|
</provider>
|
|
299
251
|
</entry>
|
|
300
252
|
</file>
|
|
301
|
-
<file pinned="false" current-in-tab="
|
|
302
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
253
|
+
<file pinned="false" current-in-tab="true">
|
|
254
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
303
255
|
<provider selected="true" editor-type-id="text-editor">
|
|
304
|
-
<state relative-caret-position="
|
|
305
|
-
<
|
|
256
|
+
<state relative-caret-position="-549">
|
|
257
|
+
<folding>
|
|
258
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
259
|
+
</folding>
|
|
306
260
|
</state>
|
|
307
261
|
</provider>
|
|
308
262
|
</entry>
|
|
309
263
|
</file>
|
|
310
264
|
<file pinned="false" current-in-tab="false">
|
|
311
|
-
<entry file="file://$PROJECT_DIR
|
|
265
|
+
<entry file="file://$PROJECT_DIR$/.circleci/config.yml">
|
|
312
266
|
<provider selected="true" editor-type-id="text-editor">
|
|
313
|
-
<state>
|
|
314
|
-
<caret selection-end-column="
|
|
267
|
+
<state relative-caret-position="240">
|
|
268
|
+
<caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" />
|
|
315
269
|
</state>
|
|
316
270
|
</provider>
|
|
317
271
|
</entry>
|
|
318
272
|
</file>
|
|
319
273
|
<file pinned="false" current-in-tab="false">
|
|
320
|
-
<entry file="file://$PROJECT_DIR
|
|
274
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
321
275
|
<provider selected="true" editor-type-id="text-editor">
|
|
322
|
-
<state relative-caret-position="
|
|
323
|
-
<caret line="
|
|
276
|
+
<state relative-caret-position="315">
|
|
277
|
+
<caret line="21" selection-start-line="21" selection-end-line="21" />
|
|
324
278
|
</state>
|
|
325
279
|
</provider>
|
|
326
280
|
</entry>
|
|
327
281
|
</file>
|
|
328
282
|
<file pinned="false" current-in-tab="false">
|
|
329
|
-
<entry file="file://$PROJECT_DIR$/
|
|
283
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
330
284
|
<provider selected="true" editor-type-id="text-editor">
|
|
331
|
-
<state>
|
|
332
|
-
<caret column="
|
|
285
|
+
<state relative-caret-position="165">
|
|
286
|
+
<caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
|
|
333
287
|
</state>
|
|
334
288
|
</provider>
|
|
335
289
|
</entry>
|
|
336
290
|
</file>
|
|
337
|
-
<file pinned="false" current-in-tab="
|
|
338
|
-
<entry file="file://$PROJECT_DIR$/
|
|
339
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
340
|
-
<state relative-caret-position="469">
|
|
341
|
-
<caret line="67" column="20" selection-start-line="67" selection-start-column="20" selection-end-line="67" selection-end-column="20" />
|
|
342
|
-
</state>
|
|
343
|
-
</provider>
|
|
291
|
+
<file pinned="false" current-in-tab="false">
|
|
292
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
293
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
344
294
|
</entry>
|
|
345
295
|
</file>
|
|
346
296
|
<file pinned="false" current-in-tab="false">
|
|
347
|
-
<entry file="file://$PROJECT_DIR$/
|
|
348
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
349
|
-
<state relative-caret-position="63585">
|
|
350
|
-
<caret line="4252" column="4" selection-start-line="4252" selection-start-column="4" selection-end-line="4252" selection-end-column="4" />
|
|
351
|
-
</state>
|
|
352
|
-
</provider>
|
|
297
|
+
<entry file="file://$PROJECT_DIR$/webpack.dev.js">
|
|
298
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
353
299
|
</entry>
|
|
354
300
|
</file>
|
|
355
301
|
<file pinned="false" current-in-tab="false">
|
|
356
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
302
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
357
303
|
<provider selected="true" editor-type-id="text-editor">
|
|
358
|
-
<state relative-caret-position="
|
|
359
|
-
<caret line="
|
|
304
|
+
<state relative-caret-position="4890">
|
|
305
|
+
<caret line="326" column="51" selection-start-line="326" selection-start-column="51" selection-end-line="326" selection-end-column="51" />
|
|
360
306
|
</state>
|
|
361
307
|
</provider>
|
|
362
308
|
</entry>
|
|
@@ -374,36 +320,36 @@
|
|
|
374
320
|
</component>
|
|
375
321
|
<component name="FindInProjectRecents">
|
|
376
322
|
<findStrings>
|
|
377
|
-
<find>
|
|
378
|
-
<find>
|
|
379
|
-
<find>
|
|
323
|
+
<find>Init</find>
|
|
324
|
+
<find>Hub</find>
|
|
325
|
+
<find>instanceof</find>
|
|
326
|
+
<find>PROTO</find>
|
|
327
|
+
<find>AsciiVisitor</find>
|
|
328
|
+
<find>global</find>
|
|
329
|
+
<find>def</find>
|
|
330
|
+
<find>new</find>
|
|
331
|
+
<find>md.parse</find>
|
|
332
|
+
<find>.parse</find>
|
|
333
|
+
<find>heading</find>
|
|
334
|
+
<find>injectRenderRules</find>
|
|
335
|
+
<find>mapping</find>
|
|
336
|
+
<find>disable</find>
|
|
337
|
+
<find>code</find>
|
|
338
|
+
<find>withLineNumbers</find>
|
|
380
339
|
<find>code_block</find>
|
|
381
|
-
<find>
|
|
382
|
-
<find>
|
|
383
|
-
<find>
|
|
384
|
-
<find>
|
|
385
|
-
<find>
|
|
386
|
-
<find
|
|
387
|
-
<find>
|
|
388
|
-
<find>
|
|
389
|
-
<find>
|
|
390
|
-
<find
|
|
391
|
-
<find>
|
|
392
|
-
<find>
|
|
393
|
-
<find>
|
|
394
|
-
<find>class</find>
|
|
395
|
-
<find>parserErrors</find>
|
|
396
|
-
<find>addPositionsToTokens</find>
|
|
397
|
-
<find>tooltipped</find>
|
|
398
|
-
<find>notice</find>
|
|
399
|
-
<find>before</find>
|
|
400
|
-
<find>\\n'</find>
|
|
401
|
-
<find>handleClick</find>
|
|
402
|
-
<find>console</find>
|
|
403
|
-
<find>menuStyle</find>
|
|
404
|
-
<find>var</find>
|
|
405
|
-
<find>codeBlock</find>
|
|
406
|
-
<find>background</find>
|
|
340
|
+
<find>ul</find>
|
|
341
|
+
<find>escapeHtml</find>
|
|
342
|
+
<find>renderToken</find>
|
|
343
|
+
<find>link_open</find>
|
|
344
|
+
<find>linkify</find>
|
|
345
|
+
<find>renderRuleImage</find>
|
|
346
|
+
<find>image</find>
|
|
347
|
+
<find>console.log</find>
|
|
348
|
+
<find>npm</find>
|
|
349
|
+
<find>@ampproject/remapping@^2.2.0"</find>
|
|
350
|
+
<find>TerserPlugin</find>
|
|
351
|
+
<find>yarn run</find>
|
|
352
|
+
<find>copyToClipboard</find>
|
|
407
353
|
</findStrings>
|
|
408
354
|
<replaceStrings>
|
|
409
355
|
<replace>MJSimple</replace>
|
|
@@ -415,8 +361,6 @@
|
|
|
415
361
|
<replace>\</replace>
|
|
416
362
|
</replaceStrings>
|
|
417
363
|
<dirStrings>
|
|
418
|
-
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
419
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
420
364
|
<dir>$PROJECT_DIR$/src/markdown/md-renderer-rules</dir>
|
|
421
365
|
<dir>$PROJECT_DIR$/src/markdown/md-inline-rule</dir>
|
|
422
366
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-emoji/lib</dir>
|
|
@@ -436,15 +380,17 @@
|
|
|
436
380
|
<dir>$PROJECT_DIR$/tests/_data/_footnotes</dir>
|
|
437
381
|
<dir>$PROJECT_DIR$/tests/_data/_refs</dir>
|
|
438
382
|
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
439
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
440
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
441
383
|
<dir>$PROJECT_DIR$</dir>
|
|
442
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
443
384
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
444
385
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
445
|
-
<dir>$PROJECT_DIR$/src</dir>
|
|
446
386
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
447
387
|
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
388
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
|
|
389
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
390
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
391
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
392
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
393
|
+
<dir>$PROJECT_DIR$/src</dir>
|
|
448
394
|
</dirStrings>
|
|
449
395
|
</component>
|
|
450
396
|
<component name="Git.Settings">
|
|
@@ -453,23 +399,6 @@
|
|
|
453
399
|
<component name="IdeDocumentHistory">
|
|
454
400
|
<option name="CHANGED_PATHS">
|
|
455
401
|
<list>
|
|
456
|
-
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
457
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js" />
|
|
458
|
-
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
459
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
460
|
-
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/breaks.ts" />
|
|
461
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_data-footnotetext.js" />
|
|
462
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_data-footnote.js" />
|
|
463
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
464
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
465
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
466
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" />
|
|
467
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
|
|
468
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts" />
|
|
469
|
-
<option value="$PROJECT_DIR$/tests/_tabular.js" />
|
|
470
|
-
<option value="$PROJECT_DIR$/tests/_data/_tabular/_data.js" />
|
|
471
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-render-method/package.json" />
|
|
472
|
-
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/tsconfig.node.json" />
|
|
473
402
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/tsconfig.json" />
|
|
474
403
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/src/main.tsx" />
|
|
475
404
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/vite.config.ts" />
|
|
@@ -499,11 +428,28 @@
|
|
|
499
428
|
<option value="$PROJECT_DIR$/src/contex-menu/index.ts" />
|
|
500
429
|
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
501
430
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
502
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
503
431
|
<option value="$PROJECT_DIR$/src/styles/styles-code.ts" />
|
|
504
432
|
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
505
433
|
<option value="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" />
|
|
506
434
|
<option value="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" />
|
|
435
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
436
|
+
<option value="$PROJECT_DIR$/tests/_ascii.js" />
|
|
437
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js" />
|
|
438
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
439
|
+
<option value="$PROJECT_DIR$/src/packages/extensions/patches/mathjax-full.patch" />
|
|
440
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/MathJax.js" />
|
|
441
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/legacy/MathJax.js" />
|
|
442
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/input/AsciiMath.js" />
|
|
443
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/input/AsciiMath.js" />
|
|
444
|
+
<option value="$PROJECT_DIR$/parce.js" />
|
|
445
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/common/utils.js" />
|
|
446
|
+
<option value="$PROJECT_DIR$/examples/parce.js" />
|
|
447
|
+
<option value="$PROJECT_DIR$/webpack.config.js" />
|
|
448
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
|
449
|
+
<option value="$PROJECT_DIR$/.circleci/config.yml" />
|
|
450
|
+
<option value="$PROJECT_DIR$/src/components/mathpix-loader/index.tsx" />
|
|
451
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
452
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
507
453
|
</list>
|
|
508
454
|
</option>
|
|
509
455
|
</component>
|
|
@@ -534,9 +480,10 @@
|
|
|
534
480
|
</packageJsonPaths>
|
|
535
481
|
</component>
|
|
536
482
|
<component name="ProjectFrameBounds">
|
|
537
|
-
<option name="
|
|
538
|
-
<option name="
|
|
539
|
-
<option name="
|
|
483
|
+
<option name="x" value="1" />
|
|
484
|
+
<option name="y" value="25" />
|
|
485
|
+
<option name="width" value="1624" />
|
|
486
|
+
<option name="height" value="980" />
|
|
540
487
|
</component>
|
|
541
488
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
542
489
|
<component name="ProjectView">
|
|
@@ -555,76 +502,30 @@
|
|
|
555
502
|
<path>
|
|
556
503
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
557
504
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
558
|
-
<item name="
|
|
505
|
+
<item name=".circleci" type="462c0819:PsiDirectoryNode" />
|
|
559
506
|
</path>
|
|
560
507
|
<path>
|
|
561
508
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
562
509
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
563
|
-
<item name="
|
|
510
|
+
<item name="es5" type="462c0819:PsiDirectoryNode" />
|
|
564
511
|
</path>
|
|
565
512
|
<path>
|
|
566
513
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
567
514
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
568
515
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
569
|
-
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
570
516
|
</path>
|
|
571
517
|
<path>
|
|
572
518
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
573
519
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
574
520
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
575
521
|
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
576
|
-
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
577
|
-
</path>
|
|
578
|
-
<path>
|
|
579
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
580
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
581
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
582
|
-
<item name="contex-menu" type="462c0819:PsiDirectoryNode" />
|
|
583
|
-
</path>
|
|
584
|
-
<path>
|
|
585
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
586
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
587
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
588
|
-
<item name="copy-to-clipboard" type="462c0819:PsiDirectoryNode" />
|
|
589
|
-
</path>
|
|
590
|
-
<path>
|
|
591
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
592
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
593
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
594
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
595
|
-
</path>
|
|
596
|
-
<path>
|
|
597
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
598
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
599
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
600
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
601
|
-
<item name="dom-adaptor" type="462c0819:PsiDirectoryNode" />
|
|
602
|
-
</path>
|
|
603
|
-
<path>
|
|
604
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
605
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
606
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
607
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
608
|
-
<item name="md-block-rule" type="462c0819:PsiDirectoryNode" />
|
|
609
|
-
</path>
|
|
610
|
-
<path>
|
|
611
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
612
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
613
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
614
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
615
|
-
<item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
|
|
616
|
-
</path>
|
|
617
|
-
<path>
|
|
618
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
619
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
620
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
621
|
-
<item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
|
|
622
522
|
</path>
|
|
623
523
|
<path>
|
|
624
524
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
625
525
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
626
526
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
627
|
-
<item name="
|
|
527
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
528
|
+
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
628
529
|
</path>
|
|
629
530
|
</expand>
|
|
630
531
|
<select />
|
|
@@ -646,6 +547,13 @@
|
|
|
646
547
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
647
548
|
</component>
|
|
648
549
|
<component name="RecentsManager">
|
|
550
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
551
|
+
<recent name="$PROJECT_DIR$/examples" />
|
|
552
|
+
<recent name="$PROJECT_DIR$/src/copy-to-clipboard" />
|
|
553
|
+
<recent name="$PROJECT_DIR$/src/styles" />
|
|
554
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
555
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
556
|
+
</key>
|
|
649
557
|
<key name="CopyFile.RECENT_KEYS">
|
|
650
558
|
<recent name="$PROJECT_DIR$/doc/images/latex-underline" />
|
|
651
559
|
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
@@ -653,13 +561,6 @@
|
|
|
653
561
|
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
654
562
|
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
655
563
|
</key>
|
|
656
|
-
<key name="MoveFile.RECENT_KEYS">
|
|
657
|
-
<recent name="$PROJECT_DIR$/src/copy-to-clipboard" />
|
|
658
|
-
<recent name="$PROJECT_DIR$/src/styles" />
|
|
659
|
-
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
660
|
-
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
661
|
-
<recent name="$PROJECT_DIR$/src/markdown" />
|
|
662
|
-
</key>
|
|
663
564
|
</component>
|
|
664
565
|
<component name="RunDashboard">
|
|
665
566
|
<option name="ruleStates">
|
|
@@ -673,19 +574,24 @@
|
|
|
673
574
|
</list>
|
|
674
575
|
</option>
|
|
675
576
|
</component>
|
|
676
|
-
<component name="RunManager" selected="Node.js.
|
|
577
|
+
<component name="RunManager" selected="Node.js.parce.js">
|
|
677
578
|
<configuration name="app.js" type="NodeJSConfigurationType" factoryName="Node.js" temporary="true" nameIsGenerated="true" path-to-js-file="app.js" working-dir="$PROJECT_DIR$/examples">
|
|
678
579
|
<method v="2" />
|
|
679
580
|
</configuration>
|
|
581
|
+
<configuration name="parce.js" type="NodeJSConfigurationType" factoryName="Node.js" temporary="true" nameIsGenerated="true" path-to-js-file="parce.js" working-dir="$PROJECT_DIR$/examples">
|
|
582
|
+
<method v="2" />
|
|
583
|
+
</configuration>
|
|
680
584
|
<configuration name="test_app.js" type="NodeJSConfigurationType" factoryName="Node.js" temporary="true" nameIsGenerated="true" path-to-js-file="test_app.js" working-dir="$PROJECT_DIR$/examples">
|
|
681
585
|
<method v="2" />
|
|
682
586
|
</configuration>
|
|
683
587
|
<list>
|
|
684
588
|
<item itemvalue="Node.js.app.js" />
|
|
685
589
|
<item itemvalue="Node.js.test_app.js" />
|
|
590
|
+
<item itemvalue="Node.js.parce.js" />
|
|
686
591
|
</list>
|
|
687
592
|
<recent_temporary>
|
|
688
593
|
<list>
|
|
594
|
+
<item itemvalue="Node.js.parce.js" />
|
|
689
595
|
<item itemvalue="Node.js.app.js" />
|
|
690
596
|
<item itemvalue="Node.js.test_app.js" />
|
|
691
597
|
</list>
|
|
@@ -1035,11 +941,19 @@
|
|
|
1035
941
|
<workItem from="1699985945320" duration="13091000" />
|
|
1036
942
|
<workItem from="1700044700737" duration="7399000" />
|
|
1037
943
|
<workItem from="1700056939729" duration="1527000" />
|
|
944
|
+
<workItem from="1700065597526" duration="215000" />
|
|
945
|
+
<workItem from="1700123040707" duration="3419000" />
|
|
946
|
+
<workItem from="1700138263526" duration="1326000" />
|
|
947
|
+
<workItem from="1700493264392" duration="5000" />
|
|
948
|
+
<workItem from="1700576112671" duration="657000" />
|
|
949
|
+
<workItem from="1700593759973" duration="17770000" />
|
|
950
|
+
<workItem from="1700655404187" duration="12656000" />
|
|
951
|
+
<workItem from="1700732338717" duration="940000" />
|
|
1038
952
|
</task>
|
|
1039
953
|
<servers />
|
|
1040
954
|
</component>
|
|
1041
955
|
<component name="TimeTrackingManager">
|
|
1042
|
-
<option name="totallyTimeSpent" value="
|
|
956
|
+
<option name="totallyTimeSpent" value="3228176000" />
|
|
1043
957
|
</component>
|
|
1044
958
|
<component name="TodoView">
|
|
1045
959
|
<todo-panel id="selected-file">
|
|
@@ -1051,9 +965,9 @@
|
|
|
1051
965
|
</todo-panel>
|
|
1052
966
|
</component>
|
|
1053
967
|
<component name="ToolWindowManager">
|
|
1054
|
-
<frame x="
|
|
968
|
+
<frame x="-154" y="-1080" width="1920" height="1080" extended-state="0" />
|
|
1055
969
|
<layout>
|
|
1056
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49105367" visible="true" weight="0.
|
|
970
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49105367" visible="true" weight="0.1490258" />
|
|
1057
971
|
<window_info id="Structure" order="1" sideWeight="0.50992066" side_tool="true" weight="0.16644022" />
|
|
1058
972
|
<window_info id="npm" order="2" side_tool="true" />
|
|
1059
973
|
<window_info id="DB Browser" order="3" />
|
|
@@ -1063,7 +977,7 @@
|
|
|
1063
977
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
1064
978
|
<window_info anchor="bottom" id="Find" order="1" weight="0.32970297" />
|
|
1065
979
|
<window_info anchor="bottom" id="Run" order="2" />
|
|
1066
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.
|
|
980
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.3446712" />
|
|
1067
981
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
1068
982
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
1069
983
|
<window_info anchor="bottom" id="TODO" order="6" weight="0.3295838" />
|
|
@@ -1072,7 +986,7 @@
|
|
|
1072
986
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
1073
987
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
1074
988
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
1075
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.
|
|
989
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.3841584" />
|
|
1076
990
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
1077
991
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
1078
992
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1231,328 +1145,332 @@
|
|
|
1231
1145
|
</breakpoint-manager>
|
|
1232
1146
|
</component>
|
|
1233
1147
|
<component name="editorHistoryManager">
|
|
1234
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1148
|
+
<entry file="file://$PROJECT_DIR$/tests/_ascii.js">
|
|
1235
1149
|
<provider selected="true" editor-type-id="text-editor">
|
|
1236
|
-
<state relative-caret-position="
|
|
1237
|
-
<caret line="
|
|
1150
|
+
<state relative-caret-position="450">
|
|
1151
|
+
<caret line="30" column="61" selection-start-line="30" selection-start-column="61" selection-end-line="30" selection-end-column="61" />
|
|
1238
1152
|
</state>
|
|
1239
1153
|
</provider>
|
|
1240
1154
|
</entry>
|
|
1241
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1155
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/autoload/AutoloadConfiguration.ts">
|
|
1242
1156
|
<provider selected="true" editor-type-id="text-editor">
|
|
1243
|
-
<state relative-caret-position="
|
|
1244
|
-
<caret line="
|
|
1157
|
+
<state relative-caret-position="2250">
|
|
1158
|
+
<caret line="159" column="28" selection-start-line="159" selection-start-column="28" selection-end-line="159" selection-end-column="28" />
|
|
1245
1159
|
</state>
|
|
1246
1160
|
</provider>
|
|
1247
1161
|
</entry>
|
|
1248
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1162
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/extpfeil/ExtpfeilConfiguration.ts">
|
|
1249
1163
|
<provider selected="true" editor-type-id="text-editor">
|
|
1250
|
-
<state relative-caret-position="
|
|
1251
|
-
<caret line="
|
|
1164
|
+
<state relative-caret-position="1035">
|
|
1165
|
+
<caret line="76" column="47" selection-start-line="76" selection-start-column="47" selection-end-line="76" selection-end-column="47" />
|
|
1252
1166
|
</state>
|
|
1253
1167
|
</provider>
|
|
1254
1168
|
</entry>
|
|
1255
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1169
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1256
1170
|
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
-
<state relative-caret-position="
|
|
1258
|
-
<caret line="
|
|
1171
|
+
<state relative-caret-position="1800">
|
|
1172
|
+
<caret line="120" column="33" selection-start-line="120" selection-start-column="23" selection-end-line="120" selection-end-column="33" />
|
|
1259
1173
|
</state>
|
|
1260
1174
|
</provider>
|
|
1261
1175
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1176
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-code.ts">
|
|
1263
1177
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
1178
|
+
<state relative-caret-position="195">
|
|
1179
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
1266
1180
|
</state>
|
|
1267
1181
|
</provider>
|
|
1268
1182
|
</entry>
|
|
1269
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1183
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-tabular.ts">
|
|
1270
1184
|
<provider selected="true" editor-type-id="text-editor">
|
|
1271
|
-
<state
|
|
1272
|
-
<caret
|
|
1185
|
+
<state>
|
|
1186
|
+
<caret selection-end-column="52" />
|
|
1273
1187
|
</state>
|
|
1274
1188
|
</provider>
|
|
1275
1189
|
</entry>
|
|
1276
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1277
|
-
|
|
1278
|
-
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
1190
|
+
<entry file="file://$PROJECT_DIR$/src/packages/extensions/patches/mathjax-full.patch" />
|
|
1191
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/jax/element/mml/jax.js">
|
|
1280
1192
|
<provider selected="true" editor-type-id="text-editor">
|
|
1281
|
-
<state relative-caret-position="
|
|
1282
|
-
<caret line="
|
|
1193
|
+
<state relative-caret-position="85">
|
|
1194
|
+
<caret line="1417" column="5" selection-start-line="1417" selection-start-column="5" selection-end-line="1417" selection-end-column="5" />
|
|
1283
1195
|
</state>
|
|
1284
1196
|
</provider>
|
|
1285
1197
|
</entry>
|
|
1286
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1198
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/legacy/MathJax.js">
|
|
1287
1199
|
<provider selected="true" editor-type-id="text-editor">
|
|
1288
|
-
<state relative-caret-position="
|
|
1289
|
-
<caret line="
|
|
1200
|
+
<state relative-caret-position="88">
|
|
1201
|
+
<caret line="1918" column="5" selection-start-line="1918" selection-start-column="5" selection-end-line="1918" selection-end-column="5" />
|
|
1290
1202
|
</state>
|
|
1291
1203
|
</provider>
|
|
1292
1204
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1205
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/input/AsciiMath.js">
|
|
1294
1206
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1207
|
+
<state relative-caret-position="30">
|
|
1208
|
+
<caret line="2" column="1" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
|
1297
1209
|
</state>
|
|
1298
1210
|
</provider>
|
|
1299
1211
|
</entry>
|
|
1300
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1212
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js">
|
|
1301
1213
|
<provider selected="true" editor-type-id="text-editor">
|
|
1302
|
-
<state relative-caret-position="
|
|
1214
|
+
<state relative-caret-position="7995">
|
|
1215
|
+
<caret line="533" column="34" selection-start-line="533" selection-start-column="34" selection-end-line="533" selection-end-column="34" />
|
|
1216
|
+
</state>
|
|
1303
1217
|
</provider>
|
|
1304
1218
|
</entry>
|
|
1305
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1219
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1220
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1221
|
+
<state relative-caret-position="60">
|
|
1222
|
+
<caret line="4" column="47" selection-start-line="4" selection-start-column="35" selection-end-line="4" selection-end-column="47" />
|
|
1223
|
+
</state>
|
|
1224
|
+
</provider>
|
|
1310
1225
|
</entry>
|
|
1311
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1312
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1226
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1313
1227
|
<provider selected="true" editor-type-id="text-editor">
|
|
1314
|
-
<state
|
|
1315
|
-
<caret line="331" column="4" selection-start-line="331" selection-start-column="4" selection-end-line="331" selection-end-column="4" />
|
|
1228
|
+
<state>
|
|
1316
1229
|
<folding>
|
|
1317
|
-
<element signature="e#0#
|
|
1230
|
+
<element signature="e#0#70#0" expanded="true" />
|
|
1318
1231
|
</folding>
|
|
1319
1232
|
</state>
|
|
1320
1233
|
</provider>
|
|
1321
1234
|
</entry>
|
|
1322
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1235
|
+
<entry file="file://$PROJECT_DIR$/examples/app.js">
|
|
1236
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1237
|
+
</entry>
|
|
1238
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/input/AsciiMath.js">
|
|
1323
1239
|
<provider selected="true" editor-type-id="text-editor">
|
|
1324
|
-
<state relative-caret-position="
|
|
1325
|
-
<caret line="
|
|
1240
|
+
<state relative-caret-position="75">
|
|
1241
|
+
<caret line="5" column="24" selection-end-line="35" />
|
|
1326
1242
|
</state>
|
|
1327
1243
|
</provider>
|
|
1328
1244
|
</entry>
|
|
1329
|
-
<entry file="file://$PROJECT_DIR
|
|
1245
|
+
<entry file="file://$PROJECT_DIR$/.npmignore">
|
|
1246
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1247
|
+
</entry>
|
|
1248
|
+
<entry file="file://$PROJECT_DIR$/examples/appPositions.js">
|
|
1330
1249
|
<provider selected="true" editor-type-id="text-editor">
|
|
1331
|
-
<state relative-caret-position="
|
|
1332
|
-
<caret line="
|
|
1250
|
+
<state relative-caret-position="199">
|
|
1251
|
+
<caret line="38" column="2" selection-end-line="57" />
|
|
1333
1252
|
</state>
|
|
1334
1253
|
</provider>
|
|
1335
1254
|
</entry>
|
|
1336
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1255
|
+
<entry file="file://$PROJECT_DIR$/patches/mathjax-full+3.0.1.patch" />
|
|
1256
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.js">
|
|
1337
1257
|
<provider selected="true" editor-type-id="text-editor">
|
|
1338
|
-
<state>
|
|
1339
|
-
<caret column="
|
|
1258
|
+
<state relative-caret-position="75">
|
|
1259
|
+
<caret line="5" column="31" selection-start-line="5" selection-start-column="8" selection-end-line="5" selection-end-column="31" />
|
|
1340
1260
|
</state>
|
|
1341
1261
|
</provider>
|
|
1342
1262
|
</entry>
|
|
1343
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1263
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
1344
1264
|
<provider selected="true" editor-type-id="text-editor">
|
|
1345
1265
|
<state>
|
|
1346
|
-
<caret column="
|
|
1266
|
+
<caret column="40" selection-start-column="40" selection-end-column="40" />
|
|
1347
1267
|
</state>
|
|
1348
1268
|
</provider>
|
|
1349
1269
|
</entry>
|
|
1350
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1270
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/index.ts">
|
|
1351
1271
|
<provider selected="true" editor-type-id="text-editor">
|
|
1352
|
-
<state relative-caret-position="
|
|
1353
|
-
<caret line="
|
|
1272
|
+
<state relative-caret-position="1005">
|
|
1273
|
+
<caret line="67" column="20" selection-start-line="67" selection-start-column="20" selection-end-line="67" selection-end-column="20" />
|
|
1354
1274
|
</state>
|
|
1355
1275
|
</provider>
|
|
1356
1276
|
</entry>
|
|
1357
|
-
<entry file="file://$PROJECT_DIR
|
|
1358
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1359
|
-
</entry>
|
|
1360
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1361
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1362
|
-
</entry>
|
|
1363
|
-
<entry file="file://$PROJECT_DIR$/yarn.lock">
|
|
1277
|
+
<entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
|
|
1364
1278
|
<provider selected="true" editor-type-id="text-editor">
|
|
1365
|
-
<state relative-caret-position="
|
|
1366
|
-
<caret line="
|
|
1279
|
+
<state relative-caret-position="63585">
|
|
1280
|
+
<caret line="4252" column="4" selection-start-line="4252" selection-start-column="4" selection-end-line="4252" selection-end-column="4" />
|
|
1367
1281
|
</state>
|
|
1368
1282
|
</provider>
|
|
1369
1283
|
</entry>
|
|
1370
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1284
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/MathJax.js">
|
|
1371
1285
|
<provider selected="true" editor-type-id="text-editor">
|
|
1372
|
-
<state relative-caret-position="
|
|
1373
|
-
<
|
|
1374
|
-
<element signature="e#0#87#0" expanded="true" />
|
|
1375
|
-
</folding>
|
|
1286
|
+
<state relative-caret-position="90">
|
|
1287
|
+
<caret line="6" column="20" selection-end-line="1943" />
|
|
1376
1288
|
</state>
|
|
1377
1289
|
</provider>
|
|
1378
1290
|
</entry>
|
|
1379
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1291
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js">
|
|
1292
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1293
|
+
</entry>
|
|
1294
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/html_block.js">
|
|
1380
1295
|
<provider selected="true" editor-type-id="text-editor">
|
|
1381
|
-
<state relative-caret-position="
|
|
1382
|
-
<caret line="
|
|
1296
|
+
<state relative-caret-position="246">
|
|
1297
|
+
<caret line="64" column="3" selection-start-line="64" selection-start-column="3" selection-end-line="64" selection-end-column="3" />
|
|
1383
1298
|
</state>
|
|
1384
1299
|
</provider>
|
|
1385
1300
|
</entry>
|
|
1386
|
-
<entry file="file://$PROJECT_DIR
|
|
1387
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1388
|
-
</entry>
|
|
1389
|
-
<entry file="file://$PROJECT_DIR$/.yarnignore">
|
|
1390
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1391
|
-
</entry>
|
|
1392
|
-
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
1393
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1394
|
-
</entry>
|
|
1395
|
-
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/package.json">
|
|
1301
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
|
|
1396
1302
|
<provider selected="true" editor-type-id="text-editor">
|
|
1397
|
-
<state relative-caret-position="
|
|
1398
|
-
<caret line="
|
|
1303
|
+
<state relative-caret-position="86">
|
|
1304
|
+
<caret line="55" column="26" selection-start-line="55" selection-start-column="26" selection-end-line="55" selection-end-column="26" />
|
|
1399
1305
|
</state>
|
|
1400
1306
|
</provider>
|
|
1401
1307
|
</entry>
|
|
1402
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1308
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
|
|
1403
1309
|
<provider selected="true" editor-type-id="text-editor">
|
|
1404
|
-
<state relative-caret-position="
|
|
1405
|
-
<caret line="
|
|
1406
|
-
<folding>
|
|
1407
|
-
<element signature="e#104#205#0" expanded="true" />
|
|
1408
|
-
</folding>
|
|
1310
|
+
<state relative-caret-position="201">
|
|
1311
|
+
<caret line="459" selection-start-line="459" selection-end-line="459" />
|
|
1409
1312
|
</state>
|
|
1410
1313
|
</provider>
|
|
1411
1314
|
</entry>
|
|
1412
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1315
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/list.js">
|
|
1413
1316
|
<provider selected="true" editor-type-id="text-editor">
|
|
1414
|
-
<state relative-caret-position="
|
|
1415
|
-
<caret line="
|
|
1416
|
-
<folding>
|
|
1417
|
-
<element signature="e#0#72#0" expanded="true" />
|
|
1418
|
-
</folding>
|
|
1317
|
+
<state relative-caret-position="268">
|
|
1318
|
+
<caret line="99" column="30" selection-start-line="99" selection-start-column="26" selection-end-line="99" selection-end-column="30" />
|
|
1419
1319
|
</state>
|
|
1420
1320
|
</provider>
|
|
1421
1321
|
</entry>
|
|
1422
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1322
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
1423
1323
|
<provider selected="true" editor-type-id="text-editor">
|
|
1424
|
-
<state relative-caret-position="
|
|
1425
|
-
<caret line="
|
|
1324
|
+
<state relative-caret-position="85">
|
|
1325
|
+
<caret line="218" column="17" selection-start-line="218" selection-start-column="17" selection-end-line="218" selection-end-column="17" />
|
|
1426
1326
|
</state>
|
|
1427
1327
|
</provider>
|
|
1428
1328
|
</entry>
|
|
1429
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1329
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/common/utils.js">
|
|
1430
1330
|
<provider selected="true" editor-type-id="text-editor">
|
|
1431
|
-
<state relative-caret-position="
|
|
1432
|
-
<caret line="
|
|
1331
|
+
<state relative-caret-position="137">
|
|
1332
|
+
<caret line="136" column="2" selection-start-line="136" selection-start-column="2" selection-end-line="136" selection-end-column="2" />
|
|
1433
1333
|
</state>
|
|
1434
1334
|
</provider>
|
|
1435
1335
|
</entry>
|
|
1436
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1336
|
+
<entry file="file://$PROJECT_DIR$/examples/parce.js" />
|
|
1337
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
1338
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1339
|
+
</entry>
|
|
1340
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock" />
|
|
1341
|
+
<entry file="file://$PROJECT_DIR$/es5/bundle.js.LICENSE.txt" />
|
|
1342
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1437
1343
|
<provider selected="true" editor-type-id="text-editor">
|
|
1438
|
-
<state relative-caret-position="
|
|
1439
|
-
<caret line="
|
|
1344
|
+
<state relative-caret-position="14175">
|
|
1345
|
+
<caret line="983" column="26" selection-start-line="983" selection-start-column="2" selection-end-line="983" selection-end-column="26" />
|
|
1440
1346
|
</state>
|
|
1441
1347
|
</provider>
|
|
1442
1348
|
</entry>
|
|
1443
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1349
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1444
1350
|
<provider selected="true" editor-type-id="text-editor">
|
|
1445
|
-
<state relative-caret-position="
|
|
1446
|
-
<caret line="
|
|
1447
|
-
<folding>
|
|
1448
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
1449
|
-
</folding>
|
|
1351
|
+
<state relative-caret-position="3630">
|
|
1352
|
+
<caret line="262" selection-start-line="262" selection-end-line="262" />
|
|
1450
1353
|
</state>
|
|
1451
1354
|
</provider>
|
|
1452
1355
|
</entry>
|
|
1453
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1356
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1454
1357
|
<provider selected="true" editor-type-id="text-editor">
|
|
1455
|
-
<state>
|
|
1456
|
-
<caret column="
|
|
1358
|
+
<state relative-caret-position="2595">
|
|
1359
|
+
<caret line="177" column="13" selection-start-line="177" selection-start-column="13" selection-end-line="177" selection-end-column="13" />
|
|
1457
1360
|
</state>
|
|
1458
1361
|
</provider>
|
|
1459
1362
|
</entry>
|
|
1460
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1363
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1461
1364
|
<provider selected="true" editor-type-id="text-editor">
|
|
1462
|
-
<state relative-caret-position="
|
|
1463
|
-
<caret line="
|
|
1365
|
+
<state relative-caret-position="1650">
|
|
1366
|
+
<caret line="115" column="27" selection-start-line="115" selection-start-column="27" selection-end-line="115" selection-end-column="27" />
|
|
1464
1367
|
</state>
|
|
1465
1368
|
</provider>
|
|
1466
1369
|
</entry>
|
|
1467
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1370
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1468
1371
|
<provider selected="true" editor-type-id="text-editor">
|
|
1469
|
-
<state>
|
|
1470
|
-
<caret selection-end-column="
|
|
1372
|
+
<state relative-caret-position="21825">
|
|
1373
|
+
<caret line="1470" column="6" selection-start-line="1470" selection-start-column="6" selection-end-line="1470" selection-end-column="6" />
|
|
1471
1374
|
</state>
|
|
1472
1375
|
</provider>
|
|
1473
1376
|
</entry>
|
|
1474
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1377
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
1475
1378
|
<provider selected="true" editor-type-id="text-editor">
|
|
1476
1379
|
<state relative-caret-position="75">
|
|
1477
|
-
<caret line="5" column="
|
|
1380
|
+
<caret line="5" column="25" selection-start-line="5" selection-start-column="25" selection-end-line="5" selection-end-column="25" />
|
|
1381
|
+
<folding>
|
|
1382
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1383
|
+
</folding>
|
|
1478
1384
|
</state>
|
|
1479
1385
|
</provider>
|
|
1480
1386
|
</entry>
|
|
1481
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1387
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
1482
1388
|
<provider selected="true" editor-type-id="text-editor">
|
|
1483
|
-
<state>
|
|
1484
|
-
<caret column="
|
|
1389
|
+
<state relative-caret-position="45">
|
|
1390
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
1485
1391
|
</state>
|
|
1486
1392
|
</provider>
|
|
1487
1393
|
</entry>
|
|
1488
|
-
<entry file="file://$PROJECT_DIR
|
|
1394
|
+
<entry file="file://$PROJECT_DIR$/.circleci/config.yml">
|
|
1489
1395
|
<provider selected="true" editor-type-id="text-editor">
|
|
1490
|
-
<state relative-caret-position="
|
|
1491
|
-
<caret line="
|
|
1396
|
+
<state relative-caret-position="240">
|
|
1397
|
+
<caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" />
|
|
1492
1398
|
</state>
|
|
1493
1399
|
</provider>
|
|
1494
1400
|
</entry>
|
|
1495
|
-
<entry file="file://$PROJECT_DIR
|
|
1401
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1496
1402
|
<provider selected="true" editor-type-id="text-editor">
|
|
1497
|
-
<state relative-caret-position="
|
|
1498
|
-
<caret line="
|
|
1403
|
+
<state relative-caret-position="315">
|
|
1404
|
+
<caret line="21" selection-start-line="21" selection-end-line="21" />
|
|
1499
1405
|
</state>
|
|
1500
1406
|
</provider>
|
|
1501
1407
|
</entry>
|
|
1502
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1408
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
1503
1409
|
<provider selected="true" editor-type-id="text-editor">
|
|
1504
|
-
<state relative-caret-position="
|
|
1505
|
-
<caret line="
|
|
1410
|
+
<state relative-caret-position="165">
|
|
1411
|
+
<caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
|
|
1506
1412
|
</state>
|
|
1507
1413
|
</provider>
|
|
1508
1414
|
</entry>
|
|
1509
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1415
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
1416
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1417
|
+
</entry>
|
|
1418
|
+
<entry file="file://$PROJECT_DIR$/webpack.dev.js">
|
|
1419
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1420
|
+
</entry>
|
|
1421
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
1510
1422
|
<provider selected="true" editor-type-id="text-editor">
|
|
1511
|
-
<state relative-caret-position="
|
|
1512
|
-
<caret line="
|
|
1423
|
+
<state relative-caret-position="4890">
|
|
1424
|
+
<caret line="326" column="51" selection-start-line="326" selection-start-column="51" selection-end-line="326" selection-end-column="51" />
|
|
1513
1425
|
</state>
|
|
1514
1426
|
</provider>
|
|
1515
1427
|
</entry>
|
|
1516
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1428
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1517
1429
|
<provider selected="true" editor-type-id="text-editor">
|
|
1518
|
-
<state relative-caret-position="
|
|
1519
|
-
<caret line="
|
|
1520
|
-
<folding>
|
|
1521
|
-
<element signature="e#556#614#0" expanded="true" />
|
|
1522
|
-
</folding>
|
|
1430
|
+
<state relative-caret-position="225">
|
|
1431
|
+
<caret line="15" column="14" lean-forward="true" selection-start-line="15" selection-start-column="14" selection-end-line="15" selection-end-column="14" />
|
|
1523
1432
|
</state>
|
|
1524
1433
|
</provider>
|
|
1525
1434
|
</entry>
|
|
1526
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1435
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
1527
1436
|
<provider selected="true" editor-type-id="text-editor">
|
|
1528
|
-
<state relative-caret-position="
|
|
1529
|
-
<caret line="
|
|
1437
|
+
<state relative-caret-position="359">
|
|
1438
|
+
<caret line="42" column="31" lean-forward="true" selection-start-line="42" selection-start-column="31" selection-end-line="42" selection-end-column="31" />
|
|
1530
1439
|
</state>
|
|
1531
1440
|
</provider>
|
|
1532
1441
|
</entry>
|
|
1533
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1442
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
1534
1443
|
<provider selected="true" editor-type-id="text-editor">
|
|
1535
|
-
<state relative-caret-position="
|
|
1536
|
-
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
|
1444
|
+
<state relative-caret-position="-549">
|
|
1537
1445
|
<folding>
|
|
1538
|
-
<element signature="
|
|
1539
|
-
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
1540
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1446
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
1541
1447
|
</folding>
|
|
1542
1448
|
</state>
|
|
1543
1449
|
</provider>
|
|
1544
1450
|
</entry>
|
|
1545
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1546
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1547
|
-
<state
|
|
1548
|
-
<
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1451
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1452
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1453
|
+
<state split_layout="FIRST">
|
|
1454
|
+
<first_editor relative-caret-position="139">
|
|
1455
|
+
<caret line="795" column="18" selection-start-line="795" selection-start-column="3" selection-end-line="795" selection-end-column="18" />
|
|
1456
|
+
<folding>
|
|
1457
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1458
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
1459
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
1460
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
1461
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
1462
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1463
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1464
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1465
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1466
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1467
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
1468
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1469
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1470
|
+
<element signature="e#0#121#1" expanded="true" />
|
|
1471
|
+
</folding>
|
|
1472
|
+
</first_editor>
|
|
1473
|
+
<second_editor />
|
|
1556
1474
|
</state>
|
|
1557
1475
|
</provider>
|
|
1558
1476
|
</entry>
|