mathpix-markdown-it 1.2.20 → 1.2.22
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 +331 -453
- 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/index.js +1 -3
- package/lib/mathjax/index.js.map +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="314" />
|
|
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="80" />
|
|
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="344" />
|
|
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="326" />
|
|
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,62 @@
|
|
|
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.5435103">
|
|
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">
|
|
198
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
199
|
-
<state relative-caret-position="30">
|
|
200
|
-
<caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
|
|
201
|
-
</state>
|
|
202
|
-
</provider>
|
|
203
|
-
</entry>
|
|
204
|
-
</file>
|
|
205
|
-
<file pinned="false" current-in-tab="false">
|
|
206
|
-
<entry file="file://$PROJECT_DIR$/src/contex-menu/menu/helper.ts">
|
|
150
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
207
151
|
<provider selected="true" editor-type-id="text-editor">
|
|
208
|
-
<state relative-caret-position="
|
|
209
|
-
<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" />
|
|
210
154
|
</state>
|
|
211
155
|
</provider>
|
|
212
156
|
</entry>
|
|
213
157
|
</file>
|
|
214
158
|
<file pinned="false" current-in-tab="false">
|
|
215
|
-
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-
|
|
159
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
216
160
|
<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>
|
|
161
|
+
<state relative-caret-position="3630">
|
|
162
|
+
<caret line="262" selection-start-line="262" selection-end-line="262" />
|
|
222
163
|
</state>
|
|
223
164
|
</provider>
|
|
224
165
|
</entry>
|
|
225
166
|
</file>
|
|
226
167
|
<file pinned="false" current-in-tab="false">
|
|
227
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
168
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
228
169
|
<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>
|
|
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" />
|
|
234
172
|
</state>
|
|
235
173
|
</provider>
|
|
236
174
|
</entry>
|
|
237
175
|
</file>
|
|
238
176
|
<file pinned="false" current-in-tab="false">
|
|
239
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
177
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
240
178
|
<provider selected="true" editor-type-id="text-editor">
|
|
241
|
-
<state>
|
|
242
|
-
<caret column="
|
|
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" />
|
|
243
181
|
</state>
|
|
244
182
|
</provider>
|
|
245
183
|
</entry>
|
|
246
184
|
</file>
|
|
247
185
|
<file pinned="false" current-in-tab="false">
|
|
248
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
249
187
|
<provider selected="true" editor-type-id="text-editor">
|
|
250
|
-
<state relative-caret-position="
|
|
251
|
-
<caret line="
|
|
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
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
265
|
-
</folding>
|
|
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
|
+
</first_editor>
|
|
201
|
+
<second_editor />
|
|
266
202
|
</state>
|
|
267
203
|
</provider>
|
|
268
204
|
</entry>
|
|
@@ -272,91 +208,85 @@
|
|
|
272
208
|
<split-second>
|
|
273
209
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
274
210
|
<file pinned="false" current-in-tab="false">
|
|
275
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
211
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
276
212
|
<provider selected="true" editor-type-id="text-editor">
|
|
277
|
-
<state relative-caret-position="
|
|
278
|
-
<caret line="
|
|
213
|
+
<state relative-caret-position="45">
|
|
214
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
279
215
|
</state>
|
|
280
216
|
</provider>
|
|
281
217
|
</entry>
|
|
282
218
|
</file>
|
|
283
|
-
<file pinned="false" current-in-tab="
|
|
219
|
+
<file pinned="false" current-in-tab="true">
|
|
284
220
|
<entry file="file://$PROJECT_DIR$/package.json">
|
|
285
221
|
<provider selected="true" editor-type-id="text-editor">
|
|
286
222
|
<state relative-caret-position="30">
|
|
287
|
-
<caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
|
|
223
|
+
<caret line="2" column="14" lean-forward="true" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
|
|
288
224
|
</state>
|
|
289
225
|
</provider>
|
|
290
226
|
</entry>
|
|
291
227
|
</file>
|
|
292
228
|
<file pinned="false" current-in-tab="false">
|
|
293
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
229
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
294
230
|
<provider selected="true" editor-type-id="text-editor">
|
|
295
|
-
<state relative-caret-position="
|
|
296
|
-
<caret line="
|
|
231
|
+
<state relative-caret-position="540">
|
|
232
|
+
<caret line="42" column="31" selection-start-line="42" selection-start-column="31" selection-end-line="42" selection-end-column="31" />
|
|
297
233
|
</state>
|
|
298
234
|
</provider>
|
|
299
235
|
</entry>
|
|
300
236
|
</file>
|
|
301
237
|
<file pinned="false" current-in-tab="false">
|
|
302
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
238
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
303
239
|
<provider selected="true" editor-type-id="text-editor">
|
|
304
|
-
<state
|
|
305
|
-
<
|
|
240
|
+
<state>
|
|
241
|
+
<folding>
|
|
242
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
243
|
+
</folding>
|
|
306
244
|
</state>
|
|
307
245
|
</provider>
|
|
308
246
|
</entry>
|
|
309
247
|
</file>
|
|
310
248
|
<file pinned="false" current-in-tab="false">
|
|
311
|
-
<entry file="file://$PROJECT_DIR
|
|
249
|
+
<entry file="file://$PROJECT_DIR$/.circleci/config.yml">
|
|
312
250
|
<provider selected="true" editor-type-id="text-editor">
|
|
313
|
-
<state>
|
|
314
|
-
<caret selection-end-column="
|
|
251
|
+
<state relative-caret-position="240">
|
|
252
|
+
<caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" />
|
|
315
253
|
</state>
|
|
316
254
|
</provider>
|
|
317
255
|
</entry>
|
|
318
256
|
</file>
|
|
319
257
|
<file pinned="false" current-in-tab="false">
|
|
320
|
-
<entry file="file://$PROJECT_DIR
|
|
258
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
321
259
|
<provider selected="true" editor-type-id="text-editor">
|
|
322
|
-
<state relative-caret-position="
|
|
323
|
-
<caret line="
|
|
260
|
+
<state relative-caret-position="315">
|
|
261
|
+
<caret line="21" selection-start-line="21" selection-end-line="21" />
|
|
324
262
|
</state>
|
|
325
263
|
</provider>
|
|
326
264
|
</entry>
|
|
327
265
|
</file>
|
|
328
266
|
<file pinned="false" current-in-tab="false">
|
|
329
|
-
<entry file="file://$PROJECT_DIR$/
|
|
267
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
330
268
|
<provider selected="true" editor-type-id="text-editor">
|
|
331
|
-
<state>
|
|
332
|
-
<caret column="
|
|
269
|
+
<state relative-caret-position="165">
|
|
270
|
+
<caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
|
|
333
271
|
</state>
|
|
334
272
|
</provider>
|
|
335
273
|
</entry>
|
|
336
274
|
</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>
|
|
275
|
+
<file pinned="false" current-in-tab="false">
|
|
276
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
277
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
344
278
|
</entry>
|
|
345
279
|
</file>
|
|
346
280
|
<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>
|
|
281
|
+
<entry file="file://$PROJECT_DIR$/webpack.dev.js">
|
|
282
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
353
283
|
</entry>
|
|
354
284
|
</file>
|
|
355
285
|
<file pinned="false" current-in-tab="false">
|
|
356
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
286
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
357
287
|
<provider selected="true" editor-type-id="text-editor">
|
|
358
|
-
<state relative-caret-position="
|
|
359
|
-
<caret line="
|
|
288
|
+
<state relative-caret-position="4890">
|
|
289
|
+
<caret line="326" column="51" selection-start-line="326" selection-start-column="51" selection-end-line="326" selection-end-column="51" />
|
|
360
290
|
</state>
|
|
361
291
|
</provider>
|
|
362
292
|
</entry>
|
|
@@ -374,36 +304,36 @@
|
|
|
374
304
|
</component>
|
|
375
305
|
<component name="FindInProjectRecents">
|
|
376
306
|
<findStrings>
|
|
377
|
-
<find>
|
|
378
|
-
<find>
|
|
379
|
-
<find>
|
|
307
|
+
<find>Init</find>
|
|
308
|
+
<find>Hub</find>
|
|
309
|
+
<find>instanceof</find>
|
|
310
|
+
<find>PROTO</find>
|
|
311
|
+
<find>AsciiVisitor</find>
|
|
312
|
+
<find>global</find>
|
|
313
|
+
<find>def</find>
|
|
314
|
+
<find>new</find>
|
|
315
|
+
<find>md.parse</find>
|
|
316
|
+
<find>.parse</find>
|
|
317
|
+
<find>heading</find>
|
|
318
|
+
<find>injectRenderRules</find>
|
|
319
|
+
<find>mapping</find>
|
|
320
|
+
<find>disable</find>
|
|
321
|
+
<find>code</find>
|
|
322
|
+
<find>withLineNumbers</find>
|
|
380
323
|
<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>
|
|
324
|
+
<find>ul</find>
|
|
325
|
+
<find>escapeHtml</find>
|
|
326
|
+
<find>renderToken</find>
|
|
327
|
+
<find>link_open</find>
|
|
328
|
+
<find>linkify</find>
|
|
329
|
+
<find>renderRuleImage</find>
|
|
330
|
+
<find>image</find>
|
|
331
|
+
<find>console.log</find>
|
|
332
|
+
<find>npm</find>
|
|
333
|
+
<find>@ampproject/remapping@^2.2.0"</find>
|
|
334
|
+
<find>TerserPlugin</find>
|
|
335
|
+
<find>yarn run</find>
|
|
336
|
+
<find>copyToClipboard</find>
|
|
407
337
|
</findStrings>
|
|
408
338
|
<replaceStrings>
|
|
409
339
|
<replace>MJSimple</replace>
|
|
@@ -415,8 +345,6 @@
|
|
|
415
345
|
<replace>\</replace>
|
|
416
346
|
</replaceStrings>
|
|
417
347
|
<dirStrings>
|
|
418
|
-
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
419
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
420
348
|
<dir>$PROJECT_DIR$/src/markdown/md-renderer-rules</dir>
|
|
421
349
|
<dir>$PROJECT_DIR$/src/markdown/md-inline-rule</dir>
|
|
422
350
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-emoji/lib</dir>
|
|
@@ -436,15 +364,17 @@
|
|
|
436
364
|
<dir>$PROJECT_DIR$/tests/_data/_footnotes</dir>
|
|
437
365
|
<dir>$PROJECT_DIR$/tests/_data/_refs</dir>
|
|
438
366
|
<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
367
|
<dir>$PROJECT_DIR$</dir>
|
|
442
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
443
368
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
444
369
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
445
|
-
<dir>$PROJECT_DIR$/src</dir>
|
|
446
370
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
447
371
|
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
372
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full</dir>
|
|
373
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
374
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
375
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
376
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
377
|
+
<dir>$PROJECT_DIR$/src</dir>
|
|
448
378
|
</dirStrings>
|
|
449
379
|
</component>
|
|
450
380
|
<component name="Git.Settings">
|
|
@@ -453,23 +383,6 @@
|
|
|
453
383
|
<component name="IdeDocumentHistory">
|
|
454
384
|
<option name="CHANGED_PATHS">
|
|
455
385
|
<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
386
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/tsconfig.json" />
|
|
474
387
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/src/main.tsx" />
|
|
475
388
|
<option value="$PROJECT_DIR$/examples/vite/markdownToHTML/vite.config.ts" />
|
|
@@ -499,11 +412,28 @@
|
|
|
499
412
|
<option value="$PROJECT_DIR$/src/contex-menu/index.ts" />
|
|
500
413
|
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
501
414
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
502
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
503
415
|
<option value="$PROJECT_DIR$/src/styles/styles-code.ts" />
|
|
504
416
|
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
505
417
|
<option value="$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts" />
|
|
506
418
|
<option value="$PROJECT_DIR$/src/copy-to-clipboard/index.ts" />
|
|
419
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
420
|
+
<option value="$PROJECT_DIR$/tests/_ascii.js" />
|
|
421
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js" />
|
|
422
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
423
|
+
<option value="$PROJECT_DIR$/src/packages/extensions/patches/mathjax-full.patch" />
|
|
424
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/MathJax.js" />
|
|
425
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/legacy/MathJax.js" />
|
|
426
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/input/AsciiMath.js" />
|
|
427
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/input/AsciiMath.js" />
|
|
428
|
+
<option value="$PROJECT_DIR$/parce.js" />
|
|
429
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/common/utils.js" />
|
|
430
|
+
<option value="$PROJECT_DIR$/examples/parce.js" />
|
|
431
|
+
<option value="$PROJECT_DIR$/webpack.config.js" />
|
|
432
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
|
433
|
+
<option value="$PROJECT_DIR$/.circleci/config.yml" />
|
|
434
|
+
<option value="$PROJECT_DIR$/src/components/mathpix-loader/index.tsx" />
|
|
435
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
436
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
507
437
|
</list>
|
|
508
438
|
</option>
|
|
509
439
|
</component>
|
|
@@ -533,10 +463,11 @@
|
|
|
533
463
|
<path value="$PROJECT_DIR$/package.json" />
|
|
534
464
|
</packageJsonPaths>
|
|
535
465
|
</component>
|
|
536
|
-
<component name="ProjectFrameBounds">
|
|
537
|
-
<option name="
|
|
538
|
-
<option name="
|
|
539
|
-
<option name="
|
|
466
|
+
<component name="ProjectFrameBounds" fullScreen="true">
|
|
467
|
+
<option name="x" value="-154" />
|
|
468
|
+
<option name="y" value="-1080" />
|
|
469
|
+
<option name="width" value="1920" />
|
|
470
|
+
<option name="height" value="1080" />
|
|
540
471
|
</component>
|
|
541
472
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
542
473
|
<component name="ProjectView">
|
|
@@ -544,7 +475,6 @@
|
|
|
544
475
|
<foldersAlwaysOnTop value="true" />
|
|
545
476
|
</navigator>
|
|
546
477
|
<panes>
|
|
547
|
-
<pane id="Scope" />
|
|
548
478
|
<pane id="ProjectPane">
|
|
549
479
|
<subPane>
|
|
550
480
|
<expand>
|
|
@@ -555,81 +485,36 @@
|
|
|
555
485
|
<path>
|
|
556
486
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
557
487
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
558
|
-
<item name="
|
|
488
|
+
<item name=".circleci" type="462c0819:PsiDirectoryNode" />
|
|
559
489
|
</path>
|
|
560
490
|
<path>
|
|
561
491
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
562
492
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
563
|
-
<item name="
|
|
493
|
+
<item name="es5" type="462c0819:PsiDirectoryNode" />
|
|
564
494
|
</path>
|
|
565
495
|
<path>
|
|
566
496
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
567
497
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
568
498
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
569
|
-
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
570
499
|
</path>
|
|
571
500
|
<path>
|
|
572
501
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
573
502
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
574
503
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
575
504
|
<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
505
|
</path>
|
|
596
506
|
<path>
|
|
597
507
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
598
508
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
599
509
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
600
|
-
<item name="
|
|
601
|
-
<item name="
|
|
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
|
-
</path>
|
|
623
|
-
<path>
|
|
624
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
625
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
626
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
627
|
-
<item name="styles" type="462c0819:PsiDirectoryNode" />
|
|
510
|
+
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
511
|
+
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
628
512
|
</path>
|
|
629
513
|
</expand>
|
|
630
514
|
<select />
|
|
631
515
|
</subPane>
|
|
632
516
|
</pane>
|
|
517
|
+
<pane id="Scope" />
|
|
633
518
|
</panes>
|
|
634
519
|
</component>
|
|
635
520
|
<component name="PropertiesComponent">
|
|
@@ -646,6 +531,13 @@
|
|
|
646
531
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
647
532
|
</component>
|
|
648
533
|
<component name="RecentsManager">
|
|
534
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
535
|
+
<recent name="$PROJECT_DIR$/examples" />
|
|
536
|
+
<recent name="$PROJECT_DIR$/src/copy-to-clipboard" />
|
|
537
|
+
<recent name="$PROJECT_DIR$/src/styles" />
|
|
538
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
539
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
540
|
+
</key>
|
|
649
541
|
<key name="CopyFile.RECENT_KEYS">
|
|
650
542
|
<recent name="$PROJECT_DIR$/doc/images/latex-underline" />
|
|
651
543
|
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
@@ -653,13 +545,6 @@
|
|
|
653
545
|
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
654
546
|
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
655
547
|
</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
548
|
</component>
|
|
664
549
|
<component name="RunDashboard">
|
|
665
550
|
<option name="ruleStates">
|
|
@@ -673,19 +558,24 @@
|
|
|
673
558
|
</list>
|
|
674
559
|
</option>
|
|
675
560
|
</component>
|
|
676
|
-
<component name="RunManager" selected="Node.js.
|
|
561
|
+
<component name="RunManager" selected="Node.js.parce.js">
|
|
677
562
|
<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
563
|
<method v="2" />
|
|
679
564
|
</configuration>
|
|
565
|
+
<configuration name="parce.js" type="NodeJSConfigurationType" factoryName="Node.js" temporary="true" nameIsGenerated="true" path-to-js-file="parce.js" working-dir="$PROJECT_DIR$/examples">
|
|
566
|
+
<method v="2" />
|
|
567
|
+
</configuration>
|
|
680
568
|
<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
569
|
<method v="2" />
|
|
682
570
|
</configuration>
|
|
683
571
|
<list>
|
|
684
572
|
<item itemvalue="Node.js.app.js" />
|
|
685
573
|
<item itemvalue="Node.js.test_app.js" />
|
|
574
|
+
<item itemvalue="Node.js.parce.js" />
|
|
686
575
|
</list>
|
|
687
576
|
<recent_temporary>
|
|
688
577
|
<list>
|
|
578
|
+
<item itemvalue="Node.js.parce.js" />
|
|
689
579
|
<item itemvalue="Node.js.app.js" />
|
|
690
580
|
<item itemvalue="Node.js.test_app.js" />
|
|
691
581
|
</list>
|
|
@@ -1035,11 +925,20 @@
|
|
|
1035
925
|
<workItem from="1699985945320" duration="13091000" />
|
|
1036
926
|
<workItem from="1700044700737" duration="7399000" />
|
|
1037
927
|
<workItem from="1700056939729" duration="1527000" />
|
|
928
|
+
<workItem from="1700065597526" duration="215000" />
|
|
929
|
+
<workItem from="1700123040707" duration="3419000" />
|
|
930
|
+
<workItem from="1700138263526" duration="1326000" />
|
|
931
|
+
<workItem from="1700493264392" duration="5000" />
|
|
932
|
+
<workItem from="1700576112671" duration="657000" />
|
|
933
|
+
<workItem from="1700593759973" duration="17770000" />
|
|
934
|
+
<workItem from="1700655404187" duration="12656000" />
|
|
935
|
+
<workItem from="1700732338717" duration="940000" />
|
|
936
|
+
<workItem from="1700747534402" duration="519000" />
|
|
1038
937
|
</task>
|
|
1039
938
|
<servers />
|
|
1040
939
|
</component>
|
|
1041
940
|
<component name="TimeTrackingManager">
|
|
1042
|
-
<option name="totallyTimeSpent" value="
|
|
941
|
+
<option name="totallyTimeSpent" value="3228695000" />
|
|
1043
942
|
</component>
|
|
1044
943
|
<component name="TodoView">
|
|
1045
944
|
<todo-panel id="selected-file">
|
|
@@ -1051,9 +950,9 @@
|
|
|
1051
950
|
</todo-panel>
|
|
1052
951
|
</component>
|
|
1053
952
|
<component name="ToolWindowManager">
|
|
1054
|
-
<frame x="
|
|
953
|
+
<frame x="1" y="25" width="1624" height="980" extended-state="0" />
|
|
1055
954
|
<layout>
|
|
1056
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49105367" visible="true" weight="0.
|
|
955
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49105367" visible="true" weight="0.15408608" />
|
|
1057
956
|
<window_info id="Structure" order="1" sideWeight="0.50992066" side_tool="true" weight="0.16644022" />
|
|
1058
957
|
<window_info id="npm" order="2" side_tool="true" />
|
|
1059
958
|
<window_info id="DB Browser" order="3" />
|
|
@@ -1063,7 +962,7 @@
|
|
|
1063
962
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
1064
963
|
<window_info anchor="bottom" id="Find" order="1" weight="0.32970297" />
|
|
1065
964
|
<window_info anchor="bottom" id="Run" order="2" />
|
|
1066
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.
|
|
965
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.3446712" />
|
|
1067
966
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
1068
967
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
1069
968
|
<window_info anchor="bottom" id="TODO" order="6" weight="0.3295838" />
|
|
@@ -1072,7 +971,7 @@
|
|
|
1072
971
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
1073
972
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
1074
973
|
<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.
|
|
974
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.4234234" />
|
|
1076
975
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
1077
976
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
1078
977
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1231,328 +1130,307 @@
|
|
|
1231
1130
|
</breakpoint-manager>
|
|
1232
1131
|
</component>
|
|
1233
1132
|
<component name="editorHistoryManager">
|
|
1234
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1133
|
+
<entry file="file://$PROJECT_DIR$/tests/_ascii.js">
|
|
1235
1134
|
<provider selected="true" editor-type-id="text-editor">
|
|
1236
|
-
<state relative-caret-position="
|
|
1237
|
-
<caret line="
|
|
1135
|
+
<state relative-caret-position="450">
|
|
1136
|
+
<caret line="30" column="61" selection-start-line="30" selection-start-column="61" selection-end-line="30" selection-end-column="61" />
|
|
1238
1137
|
</state>
|
|
1239
1138
|
</provider>
|
|
1240
1139
|
</entry>
|
|
1241
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1140
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/autoload/AutoloadConfiguration.ts">
|
|
1242
1141
|
<provider selected="true" editor-type-id="text-editor">
|
|
1243
|
-
<state relative-caret-position="
|
|
1244
|
-
<caret line="
|
|
1142
|
+
<state relative-caret-position="2250">
|
|
1143
|
+
<caret line="159" column="28" selection-start-line="159" selection-start-column="28" selection-end-line="159" selection-end-column="28" />
|
|
1245
1144
|
</state>
|
|
1246
1145
|
</provider>
|
|
1247
1146
|
</entry>
|
|
1248
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1147
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/extpfeil/ExtpfeilConfiguration.ts">
|
|
1249
1148
|
<provider selected="true" editor-type-id="text-editor">
|
|
1250
|
-
<state relative-caret-position="
|
|
1251
|
-
<caret line="
|
|
1149
|
+
<state relative-caret-position="1035">
|
|
1150
|
+
<caret line="76" column="47" selection-start-line="76" selection-start-column="47" selection-end-line="76" selection-end-column="47" />
|
|
1252
1151
|
</state>
|
|
1253
1152
|
</provider>
|
|
1254
1153
|
</entry>
|
|
1255
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1154
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1256
1155
|
<provider selected="true" editor-type-id="text-editor">
|
|
1257
|
-
<state relative-caret-position="
|
|
1258
|
-
<caret line="
|
|
1156
|
+
<state relative-caret-position="1800">
|
|
1157
|
+
<caret line="120" column="33" selection-start-line="120" selection-start-column="23" selection-end-line="120" selection-end-column="33" />
|
|
1259
1158
|
</state>
|
|
1260
1159
|
</provider>
|
|
1261
1160
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1161
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-code.ts">
|
|
1263
1162
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
1163
|
+
<state relative-caret-position="195">
|
|
1164
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
1266
1165
|
</state>
|
|
1267
1166
|
</provider>
|
|
1268
1167
|
</entry>
|
|
1269
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1168
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-tabular.ts">
|
|
1270
1169
|
<provider selected="true" editor-type-id="text-editor">
|
|
1271
|
-
<state
|
|
1272
|
-
<caret
|
|
1170
|
+
<state>
|
|
1171
|
+
<caret selection-end-column="52" />
|
|
1273
1172
|
</state>
|
|
1274
1173
|
</provider>
|
|
1275
1174
|
</entry>
|
|
1276
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1277
|
-
|
|
1278
|
-
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
1175
|
+
<entry file="file://$PROJECT_DIR$/src/packages/extensions/patches/mathjax-full.patch" />
|
|
1176
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/jax/element/mml/jax.js">
|
|
1280
1177
|
<provider selected="true" editor-type-id="text-editor">
|
|
1281
|
-
<state relative-caret-position="
|
|
1282
|
-
<caret line="
|
|
1178
|
+
<state relative-caret-position="85">
|
|
1179
|
+
<caret line="1417" column="5" selection-start-line="1417" selection-start-column="5" selection-end-line="1417" selection-end-column="5" />
|
|
1283
1180
|
</state>
|
|
1284
1181
|
</provider>
|
|
1285
1182
|
</entry>
|
|
1286
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1183
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/legacy/MathJax.js">
|
|
1287
1184
|
<provider selected="true" editor-type-id="text-editor">
|
|
1288
|
-
<state relative-caret-position="
|
|
1289
|
-
<caret line="
|
|
1185
|
+
<state relative-caret-position="88">
|
|
1186
|
+
<caret line="1918" column="5" selection-start-line="1918" selection-start-column="5" selection-end-line="1918" selection-end-column="5" />
|
|
1290
1187
|
</state>
|
|
1291
1188
|
</provider>
|
|
1292
1189
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1190
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/asciimath/mathjax2/input/AsciiMath.js">
|
|
1294
1191
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1192
|
+
<state relative-caret-position="30">
|
|
1193
|
+
<caret line="2" column="1" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
|
1297
1194
|
</state>
|
|
1298
1195
|
</provider>
|
|
1299
1196
|
</entry>
|
|
1300
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1301
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1302
|
-
<state relative-caret-position="-28" />
|
|
1303
|
-
</provider>
|
|
1304
|
-
</entry>
|
|
1305
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/.npmrc" />
|
|
1306
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/package.json" />
|
|
1307
|
-
<entry file="file://$PROJECT_DIR$/node_modules/domino/lib/index.d.ts" />
|
|
1308
|
-
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.d.ts">
|
|
1309
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1310
|
-
</entry>
|
|
1311
|
-
<entry file="file://$PROJECT_DIR$/node_modules/mathpix-domino/lib/index.d.ts" />
|
|
1312
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1197
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js">
|
|
1313
1198
|
<provider selected="true" editor-type-id="text-editor">
|
|
1314
|
-
<state relative-caret-position="
|
|
1315
|
-
<caret line="
|
|
1316
|
-
<folding>
|
|
1317
|
-
<element signature="e#0#47#0" expanded="true" />
|
|
1318
|
-
</folding>
|
|
1199
|
+
<state relative-caret-position="7995">
|
|
1200
|
+
<caret line="533" column="34" selection-start-line="533" selection-start-column="34" selection-end-line="533" selection-end-column="34" />
|
|
1319
1201
|
</state>
|
|
1320
1202
|
</provider>
|
|
1321
1203
|
</entry>
|
|
1322
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1204
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1323
1205
|
<provider selected="true" editor-type-id="text-editor">
|
|
1324
|
-
<state relative-caret-position="
|
|
1325
|
-
<caret line="
|
|
1206
|
+
<state relative-caret-position="60">
|
|
1207
|
+
<caret line="4" column="47" selection-start-line="4" selection-start-column="35" selection-end-line="4" selection-end-column="47" />
|
|
1326
1208
|
</state>
|
|
1327
1209
|
</provider>
|
|
1328
1210
|
</entry>
|
|
1329
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1211
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1212
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1213
|
+
</entry>
|
|
1214
|
+
<entry file="file://$PROJECT_DIR$/examples/app.js">
|
|
1215
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1216
|
+
</entry>
|
|
1217
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/input/AsciiMath.js">
|
|
1330
1218
|
<provider selected="true" editor-type-id="text-editor">
|
|
1331
|
-
<state relative-caret-position="
|
|
1332
|
-
<caret line="
|
|
1219
|
+
<state relative-caret-position="75">
|
|
1220
|
+
<caret line="5" column="24" selection-end-line="35" />
|
|
1333
1221
|
</state>
|
|
1334
1222
|
</provider>
|
|
1335
1223
|
</entry>
|
|
1336
|
-
<entry file="file://$PROJECT_DIR
|
|
1224
|
+
<entry file="file://$PROJECT_DIR$/.npmignore">
|
|
1225
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1226
|
+
</entry>
|
|
1227
|
+
<entry file="file://$PROJECT_DIR$/examples/appPositions.js">
|
|
1337
1228
|
<provider selected="true" editor-type-id="text-editor">
|
|
1338
|
-
<state>
|
|
1339
|
-
<caret
|
|
1229
|
+
<state relative-caret-position="199">
|
|
1230
|
+
<caret line="38" column="2" selection-end-line="57" />
|
|
1340
1231
|
</state>
|
|
1341
1232
|
</provider>
|
|
1342
1233
|
</entry>
|
|
1343
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1234
|
+
<entry file="file://$PROJECT_DIR$/patches/mathjax-full+3.0.1.patch" />
|
|
1235
|
+
<entry file="file://$PROJECT_DIR$/node_modules/@mathpix/domino/lib/index.js">
|
|
1344
1236
|
<provider selected="true" editor-type-id="text-editor">
|
|
1345
|
-
<state>
|
|
1346
|
-
<caret column="
|
|
1237
|
+
<state relative-caret-position="75">
|
|
1238
|
+
<caret line="5" column="31" selection-start-line="5" selection-start-column="8" selection-end-line="5" selection-end-column="31" />
|
|
1347
1239
|
</state>
|
|
1348
1240
|
</provider>
|
|
1349
1241
|
</entry>
|
|
1350
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1242
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/dom-adaptor/index.ts">
|
|
1351
1243
|
<provider selected="true" editor-type-id="text-editor">
|
|
1352
|
-
<state
|
|
1353
|
-
<caret
|
|
1244
|
+
<state>
|
|
1245
|
+
<caret column="40" selection-start-column="40" selection-end-column="40" />
|
|
1354
1246
|
</state>
|
|
1355
1247
|
</provider>
|
|
1356
1248
|
</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">
|
|
1249
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/index.ts">
|
|
1364
1250
|
<provider selected="true" editor-type-id="text-editor">
|
|
1365
|
-
<state relative-caret-position="
|
|
1366
|
-
<caret line="
|
|
1251
|
+
<state relative-caret-position="1005">
|
|
1252
|
+
<caret line="67" column="20" selection-start-line="67" selection-start-column="20" selection-end-line="67" selection-end-column="20" />
|
|
1367
1253
|
</state>
|
|
1368
1254
|
</provider>
|
|
1369
1255
|
</entry>
|
|
1370
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1256
|
+
<entry file="file://$PROJECT_DIR$/node_modules/typescript/lib/lib.dom.d.ts">
|
|
1371
1257
|
<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>
|
|
1258
|
+
<state relative-caret-position="63585">
|
|
1259
|
+
<caret line="4252" column="4" selection-start-line="4252" selection-start-column="4" selection-end-line="4252" selection-end-column="4" />
|
|
1376
1260
|
</state>
|
|
1377
1261
|
</provider>
|
|
1378
1262
|
</entry>
|
|
1379
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1263
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/asciimath/mathjax2/legacy/MathJax.js">
|
|
1380
1264
|
<provider selected="true" editor-type-id="text-editor">
|
|
1381
|
-
<state relative-caret-position="
|
|
1382
|
-
<caret line="
|
|
1265
|
+
<state relative-caret-position="90">
|
|
1266
|
+
<caret line="6" column="20" selection-end-line="1943" />
|
|
1383
1267
|
</state>
|
|
1384
1268
|
</provider>
|
|
1385
1269
|
</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">
|
|
1270
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js">
|
|
1393
1271
|
<provider selected="true" editor-type-id="text-editor" />
|
|
1394
1272
|
</entry>
|
|
1395
|
-
<entry file="file://$PROJECT_DIR$/node_modules
|
|
1273
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/html_block.js">
|
|
1396
1274
|
<provider selected="true" editor-type-id="text-editor">
|
|
1397
|
-
<state relative-caret-position="
|
|
1398
|
-
<caret line="
|
|
1275
|
+
<state relative-caret-position="246">
|
|
1276
|
+
<caret line="64" column="3" selection-start-line="64" selection-start-column="3" selection-end-line="64" selection-end-column="3" />
|
|
1399
1277
|
</state>
|
|
1400
1278
|
</provider>
|
|
1401
1279
|
</entry>
|
|
1402
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1280
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
|
|
1403
1281
|
<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>
|
|
1282
|
+
<state relative-caret-position="86">
|
|
1283
|
+
<caret line="55" column="26" selection-start-line="55" selection-start-column="26" selection-end-line="55" selection-end-column="26" />
|
|
1409
1284
|
</state>
|
|
1410
1285
|
</provider>
|
|
1411
1286
|
</entry>
|
|
1412
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1287
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js">
|
|
1413
1288
|
<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>
|
|
1289
|
+
<state relative-caret-position="201">
|
|
1290
|
+
<caret line="459" selection-start-line="459" selection-end-line="459" />
|
|
1419
1291
|
</state>
|
|
1420
1292
|
</provider>
|
|
1421
1293
|
</entry>
|
|
1422
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1294
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/list.js">
|
|
1423
1295
|
<provider selected="true" editor-type-id="text-editor">
|
|
1424
|
-
<state relative-caret-position="
|
|
1425
|
-
<caret line="
|
|
1296
|
+
<state relative-caret-position="268">
|
|
1297
|
+
<caret line="99" column="30" selection-start-line="99" selection-start-column="26" selection-end-line="99" selection-end-column="30" />
|
|
1426
1298
|
</state>
|
|
1427
1299
|
</provider>
|
|
1428
1300
|
</entry>
|
|
1429
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1301
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
1430
1302
|
<provider selected="true" editor-type-id="text-editor">
|
|
1431
|
-
<state relative-caret-position="
|
|
1432
|
-
<caret line="
|
|
1303
|
+
<state relative-caret-position="85">
|
|
1304
|
+
<caret line="218" column="17" selection-start-line="218" selection-start-column="17" selection-end-line="218" selection-end-column="17" />
|
|
1433
1305
|
</state>
|
|
1434
1306
|
</provider>
|
|
1435
1307
|
</entry>
|
|
1436
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1308
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/common/utils.js">
|
|
1437
1309
|
<provider selected="true" editor-type-id="text-editor">
|
|
1438
|
-
<state relative-caret-position="
|
|
1439
|
-
<caret line="
|
|
1310
|
+
<state relative-caret-position="137">
|
|
1311
|
+
<caret line="136" column="2" selection-start-line="136" selection-start-column="2" selection-end-line="136" selection-end-column="2" />
|
|
1440
1312
|
</state>
|
|
1441
1313
|
</provider>
|
|
1442
1314
|
</entry>
|
|
1315
|
+
<entry file="file://$PROJECT_DIR$/examples/parce.js" />
|
|
1316
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
1317
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1318
|
+
</entry>
|
|
1319
|
+
<entry file="file://$PROJECT_DIR$/yarn.lock" />
|
|
1320
|
+
<entry file="file://$PROJECT_DIR$/es5/bundle.js.LICENSE.txt" />
|
|
1443
1321
|
<entry file="file://$PROJECT_DIR$/src/components/mathpix-loader/index.tsx">
|
|
1444
1322
|
<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>
|
|
1323
|
+
<state relative-caret-position="75">
|
|
1324
|
+
<caret line="5" column="25" selection-start-line="5" selection-start-column="25" selection-end-line="5" selection-end-column="25" />
|
|
1450
1325
|
</state>
|
|
1451
1326
|
</provider>
|
|
1452
1327
|
</entry>
|
|
1453
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1328
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1454
1329
|
<provider selected="true" editor-type-id="text-editor">
|
|
1455
|
-
<state>
|
|
1456
|
-
<caret column="
|
|
1330
|
+
<state relative-caret-position="14175">
|
|
1331
|
+
<caret line="983" column="26" selection-start-line="983" selection-start-column="2" selection-end-line="983" selection-end-column="26" />
|
|
1457
1332
|
</state>
|
|
1458
1333
|
</provider>
|
|
1459
1334
|
</entry>
|
|
1460
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1335
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1461
1336
|
<provider selected="true" editor-type-id="text-editor">
|
|
1462
|
-
<state relative-caret-position="
|
|
1463
|
-
<caret line="
|
|
1337
|
+
<state relative-caret-position="3630">
|
|
1338
|
+
<caret line="262" selection-start-line="262" selection-end-line="262" />
|
|
1464
1339
|
</state>
|
|
1465
1340
|
</provider>
|
|
1466
1341
|
</entry>
|
|
1467
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1342
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1468
1343
|
<provider selected="true" editor-type-id="text-editor">
|
|
1469
|
-
<state>
|
|
1470
|
-
<caret selection-end-column="
|
|
1344
|
+
<state relative-caret-position="2595">
|
|
1345
|
+
<caret line="177" column="13" selection-start-line="177" selection-start-column="13" selection-end-line="177" selection-end-column="13" />
|
|
1471
1346
|
</state>
|
|
1472
1347
|
</provider>
|
|
1473
1348
|
</entry>
|
|
1474
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1349
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1475
1350
|
<provider selected="true" editor-type-id="text-editor">
|
|
1476
|
-
<state relative-caret-position="
|
|
1477
|
-
<caret line="
|
|
1351
|
+
<state relative-caret-position="1650">
|
|
1352
|
+
<caret line="115" column="27" selection-start-line="115" selection-start-column="27" selection-end-line="115" selection-end-column="27" />
|
|
1478
1353
|
</state>
|
|
1479
1354
|
</provider>
|
|
1480
1355
|
</entry>
|
|
1481
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1356
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1482
1357
|
<provider selected="true" editor-type-id="text-editor">
|
|
1483
|
-
<state>
|
|
1484
|
-
<caret column="
|
|
1358
|
+
<state relative-caret-position="21825">
|
|
1359
|
+
<caret line="1470" column="6" selection-start-line="1470" selection-start-column="6" selection-end-line="1470" selection-end-column="6" />
|
|
1485
1360
|
</state>
|
|
1486
1361
|
</provider>
|
|
1487
1362
|
</entry>
|
|
1488
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1489
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1490
|
-
<state
|
|
1491
|
-
<
|
|
1363
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1364
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1365
|
+
<state split_layout="FIRST">
|
|
1366
|
+
<first_editor relative-caret-position="139">
|
|
1367
|
+
<caret line="795" column="18" selection-start-line="795" selection-start-column="3" selection-end-line="795" selection-end-column="18" />
|
|
1368
|
+
</first_editor>
|
|
1369
|
+
<second_editor />
|
|
1492
1370
|
</state>
|
|
1493
1371
|
</provider>
|
|
1494
1372
|
</entry>
|
|
1495
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1373
|
+
<entry file="file://$PROJECT_DIR$/src/copy-to-clipboard/clipboard-copy-styles.ts">
|
|
1496
1374
|
<provider selected="true" editor-type-id="text-editor">
|
|
1497
|
-
<state relative-caret-position="
|
|
1498
|
-
<caret line="
|
|
1375
|
+
<state relative-caret-position="45">
|
|
1376
|
+
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
1499
1377
|
</state>
|
|
1500
1378
|
</provider>
|
|
1501
1379
|
</entry>
|
|
1502
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1380
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
1503
1381
|
<provider selected="true" editor-type-id="text-editor">
|
|
1504
|
-
<state relative-caret-position="
|
|
1505
|
-
<caret line="
|
|
1382
|
+
<state relative-caret-position="540">
|
|
1383
|
+
<caret line="42" column="31" selection-start-line="42" selection-start-column="31" selection-end-line="42" selection-end-column="31" />
|
|
1506
1384
|
</state>
|
|
1507
1385
|
</provider>
|
|
1508
1386
|
</entry>
|
|
1509
|
-
<entry file="file://$PROJECT_DIR
|
|
1387
|
+
<entry file="file://$PROJECT_DIR$/.circleci/config.yml">
|
|
1510
1388
|
<provider selected="true" editor-type-id="text-editor">
|
|
1511
|
-
<state relative-caret-position="
|
|
1512
|
-
<caret line="
|
|
1389
|
+
<state relative-caret-position="240">
|
|
1390
|
+
<caret line="16" column="10" selection-start-line="16" selection-start-column="10" selection-end-line="16" selection-end-column="10" />
|
|
1513
1391
|
</state>
|
|
1514
1392
|
</provider>
|
|
1515
1393
|
</entry>
|
|
1516
|
-
<entry file="file://$PROJECT_DIR
|
|
1394
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
1517
1395
|
<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>
|
|
1396
|
+
<state relative-caret-position="315">
|
|
1397
|
+
<caret line="21" selection-start-line="21" selection-end-line="21" />
|
|
1523
1398
|
</state>
|
|
1524
1399
|
</provider>
|
|
1525
1400
|
</entry>
|
|
1526
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1401
|
+
<entry file="file://$PROJECT_DIR$/webpack.config.js">
|
|
1527
1402
|
<provider selected="true" editor-type-id="text-editor">
|
|
1528
|
-
<state relative-caret-position="
|
|
1529
|
-
<caret line="
|
|
1403
|
+
<state relative-caret-position="165">
|
|
1404
|
+
<caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
|
|
1530
1405
|
</state>
|
|
1531
1406
|
</provider>
|
|
1532
1407
|
</entry>
|
|
1533
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1408
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
1409
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1410
|
+
</entry>
|
|
1411
|
+
<entry file="file://$PROJECT_DIR$/webpack.dev.js">
|
|
1412
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1413
|
+
</entry>
|
|
1414
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
1534
1415
|
<provider selected="true" editor-type-id="text-editor">
|
|
1535
|
-
<state relative-caret-position="
|
|
1536
|
-
<caret line="
|
|
1537
|
-
<folding>
|
|
1538
|
-
<element signature="n#style#0;n#svg#0;n#!!top" expanded="true" />
|
|
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" />
|
|
1541
|
-
</folding>
|
|
1416
|
+
<state relative-caret-position="4890">
|
|
1417
|
+
<caret line="326" column="51" selection-start-line="326" selection-start-column="51" selection-end-line="326" selection-end-column="51" />
|
|
1542
1418
|
</state>
|
|
1543
1419
|
</provider>
|
|
1544
1420
|
</entry>
|
|
1545
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1421
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
1546
1422
|
<provider selected="true" editor-type-id="text-editor">
|
|
1547
|
-
<state
|
|
1548
|
-
<
|
|
1423
|
+
<state>
|
|
1424
|
+
<folding>
|
|
1425
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
1426
|
+
</folding>
|
|
1549
1427
|
</state>
|
|
1550
1428
|
</provider>
|
|
1551
1429
|
</entry>
|
|
1552
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1430
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1553
1431
|
<provider selected="true" editor-type-id="text-editor">
|
|
1554
|
-
<state relative-caret-position="
|
|
1555
|
-
<caret line="
|
|
1432
|
+
<state relative-caret-position="30">
|
|
1433
|
+
<caret line="2" column="14" lean-forward="true" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="20" />
|
|
1556
1434
|
</state>
|
|
1557
1435
|
</provider>
|
|
1558
1436
|
</entry>
|