mathpix-markdown-it 1.0.80 → 1.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/workspace.xml +516 -370
- package/README.md +24 -0
- package/doc/images/theorem_01.png +0 -0
- package/doc/images/theorem_02.png +0 -0
- package/doc/images/theorem_03.png +0 -0
- package/doc/images/theorem_04.png +0 -0
- package/doc/images/theorem_05.png +0 -0
- package/doc/images/theorem_06.png +0 -0
- package/doc/images/theorem_07.png +0 -0
- package/doc/images/theorems_and_proofs.png +0 -0
- package/doc/theorems.md +265 -0
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/markdown/common/consts.d.ts +20 -0
- package/lib/markdown/common/consts.js +60 -1
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-table.js +5 -6
- package/lib/markdown/md-block-rule/begin-table.js.map +1 -1
- package/lib/markdown/md-block-rule/helper.d.ts +1 -0
- package/lib/markdown/md-block-rule/helper.js +35 -0
- package/lib/markdown/md-block-rule/helper.js.map +1 -0
- package/lib/markdown/md-block-rule/lists/index.js +4 -18
- package/lib/markdown/md-block-rule/lists/index.js.map +1 -1
- package/lib/markdown/md-theorem/block-rule.d.ts +4 -0
- package/lib/markdown/md-theorem/block-rule.js +405 -0
- package/lib/markdown/md-theorem/block-rule.js.map +1 -0
- package/lib/markdown/md-theorem/helper.d.ts +34 -0
- package/lib/markdown/md-theorem/helper.js +251 -0
- package/lib/markdown/md-theorem/helper.js.map +1 -0
- package/lib/markdown/md-theorem/index.d.ts +18 -0
- package/lib/markdown/md-theorem/index.js +180 -0
- package/lib/markdown/md-theorem/index.js.map +1 -0
- package/lib/markdown/md-theorem/inline-rule.d.ts +23 -0
- package/lib/markdown/md-theorem/inline-rule.js +242 -0
- package/lib/markdown/md-theorem/inline-rule.js.map +1 -0
- package/lib/markdown/mdPluginRaw.js +15 -2
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/markdown/mdPluginTableTabular.js +3 -0
- package/lib/markdown/mdPluginTableTabular.js.map +1 -1
- package/lib/markdown/mdPluginText.js +7 -0
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/styles/index.js +1 -1
- package/lib/styles/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/
|
|
7
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-
|
|
8
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" line="213" mnemonic="3" />
|
|
9
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" line="37" mnemonic="1" />
|
|
4
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="906" mnemonic="5" />
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" line="255" mnemonic="9" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="788" mnemonic="8" />
|
|
7
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts" line="186" mnemonic="1" />
|
|
10
8
|
</component>
|
|
11
9
|
<component name="ChangeListManager">
|
|
12
10
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
|
|
@@ -24,35 +22,36 @@
|
|
|
24
22
|
<session id="1706553226">
|
|
25
23
|
<usages-collector id="statistics.lifecycle.project">
|
|
26
24
|
<counts>
|
|
27
|
-
<entry key="project.closed" value="
|
|
28
|
-
<entry key="project.open.time.10" value="
|
|
25
|
+
<entry key="project.closed" value="72" />
|
|
26
|
+
<entry key="project.open.time.10" value="5" />
|
|
29
27
|
<entry key="project.open.time.11" value="5" />
|
|
30
28
|
<entry key="project.open.time.12" value="2" />
|
|
31
|
-
<entry key="project.open.time.13" value="
|
|
29
|
+
<entry key="project.open.time.13" value="7" />
|
|
32
30
|
<entry key="project.open.time.14" value="2" />
|
|
33
31
|
<entry key="project.open.time.15" value="1" />
|
|
32
|
+
<entry key="project.open.time.17" value="1" />
|
|
34
33
|
<entry key="project.open.time.18" value="3" />
|
|
35
34
|
<entry key="project.open.time.19" value="1" />
|
|
36
|
-
<entry key="project.open.time.2" value="
|
|
35
|
+
<entry key="project.open.time.2" value="2" />
|
|
37
36
|
<entry key="project.open.time.20" value="1" />
|
|
38
37
|
<entry key="project.open.time.22" value="2" />
|
|
39
|
-
<entry key="project.open.time.3" value="
|
|
38
|
+
<entry key="project.open.time.3" value="11" />
|
|
40
39
|
<entry key="project.open.time.30" value="1" />
|
|
41
40
|
<entry key="project.open.time.31" value="1" />
|
|
42
41
|
<entry key="project.open.time.32" value="1" />
|
|
43
42
|
<entry key="project.open.time.34" value="1" />
|
|
44
|
-
<entry key="project.open.time.4" value="
|
|
43
|
+
<entry key="project.open.time.4" value="15" />
|
|
45
44
|
<entry key="project.open.time.48" value="1" />
|
|
46
|
-
<entry key="project.open.time.5" value="
|
|
47
|
-
<entry key="project.open.time.6" value="
|
|
45
|
+
<entry key="project.open.time.5" value="9" />
|
|
46
|
+
<entry key="project.open.time.6" value="7" />
|
|
48
47
|
<entry key="project.open.time.7" value="2" />
|
|
49
48
|
<entry key="project.open.time.9" value="1" />
|
|
50
|
-
<entry key="project.opened" value="
|
|
49
|
+
<entry key="project.opened" value="84" />
|
|
51
50
|
</counts>
|
|
52
51
|
</usages-collector>
|
|
53
52
|
<usages-collector id="statistics.js.language.service.starts">
|
|
54
53
|
<counts>
|
|
55
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
54
|
+
<entry key="TypeScriptServerServiceImpl" value="79" />
|
|
56
55
|
</counts>
|
|
57
56
|
</usages-collector>
|
|
58
57
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -60,27 +59,29 @@
|
|
|
60
59
|
<entry key="babelrc" value="1" />
|
|
61
60
|
<entry key="env" value="1" />
|
|
62
61
|
<entry key="gitignore" value="1" />
|
|
63
|
-
<entry key="html" value="
|
|
64
|
-
<entry key="js" value="
|
|
65
|
-
<entry key="json" value="
|
|
62
|
+
<entry key="html" value="7" />
|
|
63
|
+
<entry key="js" value="186" />
|
|
64
|
+
<entry key="json" value="30" />
|
|
66
65
|
<entry key="jsx" value="4" />
|
|
67
66
|
<entry key="lock" value="8" />
|
|
68
|
-
<entry key="md" value="
|
|
67
|
+
<entry key="md" value="31" />
|
|
68
|
+
<entry key="png" value="1" />
|
|
69
69
|
<entry key="sre" value="1" />
|
|
70
|
-
<entry key="ts" value="
|
|
70
|
+
<entry key="ts" value="384" />
|
|
71
71
|
<entry key="tsx" value="16" />
|
|
72
72
|
</counts>
|
|
73
73
|
</usages-collector>
|
|
74
74
|
<usages-collector id="statistics.file.types.open">
|
|
75
75
|
<counts>
|
|
76
76
|
<entry key=".env file" value="1" />
|
|
77
|
-
<entry key="HTML" value="
|
|
78
|
-
<entry key="
|
|
77
|
+
<entry key="HTML" value="7" />
|
|
78
|
+
<entry key="Image" value="1" />
|
|
79
|
+
<entry key="JSON" value="30" />
|
|
79
80
|
<entry key="JSX Harmony" value="4" />
|
|
80
|
-
<entry key="JavaScript" value="
|
|
81
|
-
<entry key="Markdown" value="
|
|
81
|
+
<entry key="JavaScript" value="187" />
|
|
82
|
+
<entry key="Markdown" value="31" />
|
|
82
83
|
<entry key="PLAIN_TEXT" value="2" />
|
|
83
|
-
<entry key="TypeScript" value="
|
|
84
|
+
<entry key="TypeScript" value="384" />
|
|
84
85
|
<entry key="TypeScript JSX" value="16" />
|
|
85
86
|
<entry key="tsconfig" value="1" />
|
|
86
87
|
<entry key="yarn.lock" value="7" />
|
|
@@ -89,22 +90,22 @@
|
|
|
89
90
|
<usages-collector id="statistics.file.extensions.edit">
|
|
90
91
|
<counts>
|
|
91
92
|
<entry key="html" value="23" />
|
|
92
|
-
<entry key="js" value="
|
|
93
|
-
<entry key="json" value="
|
|
93
|
+
<entry key="js" value="5391" />
|
|
94
|
+
<entry key="json" value="18" />
|
|
94
95
|
<entry key="jsx" value="28" />
|
|
95
|
-
<entry key="md" value="
|
|
96
|
-
<entry key="ts" value="
|
|
96
|
+
<entry key="md" value="2113" />
|
|
97
|
+
<entry key="ts" value="43165" />
|
|
97
98
|
<entry key="tsx" value="421" />
|
|
98
99
|
</counts>
|
|
99
100
|
</usages-collector>
|
|
100
101
|
<usages-collector id="statistics.file.types.edit">
|
|
101
102
|
<counts>
|
|
102
103
|
<entry key="HTML" value="98" />
|
|
103
|
-
<entry key="JSON" value="
|
|
104
|
+
<entry key="JSON" value="18" />
|
|
104
105
|
<entry key="JSX Harmony" value="28" />
|
|
105
|
-
<entry key="JavaScript" value="
|
|
106
|
-
<entry key="Markdown" value="
|
|
107
|
-
<entry key="TypeScript" value="
|
|
106
|
+
<entry key="JavaScript" value="5404" />
|
|
107
|
+
<entry key="Markdown" value="2033" />
|
|
108
|
+
<entry key="TypeScript" value="43157" />
|
|
108
109
|
<entry key="TypeScript JSX" value="421" />
|
|
109
110
|
</counts>
|
|
110
111
|
</usages-collector>
|
|
@@ -114,103 +115,105 @@
|
|
|
114
115
|
<favorites_list name="mathpix-markdown-it" />
|
|
115
116
|
</component>
|
|
116
117
|
<component name="FileEditorManager">
|
|
117
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
118
|
+
<splitter split-orientation="horizontal" split-proportion="0.55688626">
|
|
118
119
|
<split-first>
|
|
119
120
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
120
121
|
<file pinned="false" current-in-tab="false">
|
|
121
|
-
<entry file="file://$PROJECT_DIR$/
|
|
122
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
123
|
-
<state
|
|
124
|
-
<
|
|
125
|
-
<
|
|
126
|
-
<element signature="e#0#38#0" expanded="true" />
|
|
127
|
-
<element signature="n#!!block;n#MathML#0" />
|
|
128
|
-
<element signature="n#!!block;n#inlineMathML#0" />
|
|
129
|
-
<element signature="n#!!block;n#mathMLBlock#0" />
|
|
130
|
-
<element signature="n#!!block;n#simpleMath#0" />
|
|
131
|
-
<element signature="n#!!block;n#usepackage#0" />
|
|
132
|
-
<element signature="n#!!block;n#extend#0" />
|
|
133
|
-
</folding>
|
|
122
|
+
<entry file="file://$PROJECT_DIR$/doc/ACCESSIBILITY.md">
|
|
123
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
124
|
+
<state split_layout="SPLIT">
|
|
125
|
+
<first_editor />
|
|
126
|
+
<second_editor />
|
|
134
127
|
</state>
|
|
135
128
|
</provider>
|
|
136
129
|
</entry>
|
|
137
130
|
</file>
|
|
138
131
|
<file pinned="false" current-in-tab="false">
|
|
139
|
-
<entry file="file://$PROJECT_DIR$/
|
|
140
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
141
|
-
<state
|
|
142
|
-
<
|
|
132
|
+
<entry file="file://$PROJECT_DIR$/doc/theorems.md">
|
|
133
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
134
|
+
<state split_layout="FIRST">
|
|
135
|
+
<first_editor relative-caret-position="3780">
|
|
136
|
+
<caret line="252" selection-start-line="252" selection-end-line="252" />
|
|
137
|
+
</first_editor>
|
|
138
|
+
<second_editor />
|
|
143
139
|
</state>
|
|
144
140
|
</provider>
|
|
145
141
|
</entry>
|
|
146
142
|
</file>
|
|
147
143
|
<file pinned="false" current-in-tab="false">
|
|
148
|
-
<entry file="file://$PROJECT_DIR$/
|
|
144
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
149
145
|
<provider selected="true" editor-type-id="text-editor">
|
|
150
|
-
<state relative-caret-position="
|
|
151
|
-
<caret line="
|
|
146
|
+
<state relative-caret-position="30">
|
|
147
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
152
148
|
</state>
|
|
153
149
|
</provider>
|
|
154
150
|
</entry>
|
|
155
151
|
</file>
|
|
156
152
|
<file pinned="false" current-in-tab="false">
|
|
157
|
-
<entry file="file://$PROJECT_DIR$/
|
|
158
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
159
|
-
<state
|
|
160
|
-
<
|
|
153
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
154
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
155
|
+
<state split_layout="FIRST">
|
|
156
|
+
<first_editor relative-caret-position="915">
|
|
157
|
+
<caret line="61" selection-start-line="61" selection-end-line="61" />
|
|
158
|
+
</first_editor>
|
|
159
|
+
<second_editor />
|
|
161
160
|
</state>
|
|
162
161
|
</provider>
|
|
163
162
|
</entry>
|
|
164
163
|
</file>
|
|
165
164
|
<file pinned="false" current-in-tab="false">
|
|
166
|
-
<entry file="file://$PROJECT_DIR$/
|
|
165
|
+
<entry file="file://$PROJECT_DIR$/doc/images/theorem_01.png">
|
|
166
|
+
<provider selected="true" editor-type-id="images" />
|
|
167
|
+
</entry>
|
|
168
|
+
</file>
|
|
169
|
+
<file pinned="false" current-in-tab="false">
|
|
170
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
|
|
167
171
|
<provider selected="true" editor-type-id="text-editor">
|
|
168
|
-
<state
|
|
169
|
-
<caret
|
|
172
|
+
<state>
|
|
173
|
+
<caret selection-end-line="7" selection-end-column="4" />
|
|
170
174
|
</state>
|
|
171
175
|
</provider>
|
|
172
176
|
</entry>
|
|
173
177
|
</file>
|
|
174
178
|
<file pinned="false" current-in-tab="false">
|
|
175
|
-
<entry file="file://$PROJECT_DIR$/
|
|
176
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
179
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
180
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
181
|
+
<state relative-caret-position="2130">
|
|
182
|
+
<caret line="143" column="6" selection-start-line="143" selection-start-column="6" selection-end-line="143" selection-end-column="40" />
|
|
183
|
+
</state>
|
|
184
|
+
</provider>
|
|
177
185
|
</entry>
|
|
178
186
|
</file>
|
|
179
187
|
<file pinned="false" current-in-tab="false">
|
|
180
|
-
<entry file="file://$PROJECT_DIR$/
|
|
181
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<file pinned="false" current-in-tab="true">
|
|
185
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
|
186
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
187
|
-
<state split_layout="FIRST">
|
|
188
|
-
<first_editor relative-caret-position="536">
|
|
189
|
-
<caret line="719" column="172" selection-start-line="719" selection-start-column="172" selection-end-line="719" selection-end-column="172" />
|
|
190
|
-
<folding>
|
|
191
|
-
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
192
|
-
<element signature="e#0#121#1" expanded="true" />
|
|
193
|
-
</folding>
|
|
194
|
-
</first_editor>
|
|
195
|
-
<second_editor />
|
|
188
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
189
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
190
|
+
<state relative-caret-position="480">
|
|
191
|
+
<caret line="32" column="113" selection-start-line="31" selection-start-column="13" selection-end-line="31" selection-end-column="34" />
|
|
196
192
|
</state>
|
|
197
193
|
</provider>
|
|
198
194
|
</entry>
|
|
199
195
|
</file>
|
|
200
|
-
<file pinned="false" current-in-tab="
|
|
201
|
-
<entry file="file://$PROJECT_DIR$/
|
|
196
|
+
<file pinned="false" current-in-tab="true">
|
|
197
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/helper.ts">
|
|
202
198
|
<provider selected="true" editor-type-id="text-editor">
|
|
203
|
-
<state relative-caret-position="
|
|
204
|
-
<caret line="
|
|
199
|
+
<state relative-caret-position="282">
|
|
200
|
+
<caret line="258" selection-start-line="258" selection-end-line="258" />
|
|
205
201
|
</state>
|
|
206
202
|
</provider>
|
|
207
203
|
</entry>
|
|
208
204
|
</file>
|
|
209
205
|
<file pinned="false" current-in-tab="false">
|
|
210
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
206
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
211
207
|
<provider selected="true" editor-type-id="text-editor">
|
|
212
|
-
<state relative-caret-position="
|
|
213
|
-
<caret line="
|
|
208
|
+
<state relative-caret-position="225">
|
|
209
|
+
<caret line="15" column="85" selection-start-line="15" selection-start-column="85" selection-end-line="15" selection-end-column="85" />
|
|
210
|
+
<folding>
|
|
211
|
+
<element signature="n#!!block;n#MathML#0" />
|
|
212
|
+
<element signature="n#!!block;n#inlineMathML#0" />
|
|
213
|
+
<element signature="n#!!block;n#simpleMath#0" />
|
|
214
|
+
<element signature="n#!!block;n#usepackage#0" />
|
|
215
|
+
<element signature="n#!!block;n#extend#0" />
|
|
216
|
+
</folding>
|
|
214
217
|
</state>
|
|
215
218
|
</provider>
|
|
216
219
|
</entry>
|
|
@@ -220,90 +223,110 @@
|
|
|
220
223
|
<split-second>
|
|
221
224
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
222
225
|
<file pinned="false" current-in-tab="true">
|
|
223
|
-
<entry file="file://$PROJECT_DIR$/
|
|
226
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts">
|
|
224
227
|
<provider selected="true" editor-type-id="text-editor">
|
|
225
|
-
<state relative-caret-position="
|
|
226
|
-
<caret line="
|
|
228
|
+
<state relative-caret-position="15">
|
|
229
|
+
<caret line="1" selection-start-line="1" selection-end-line="1" />
|
|
230
|
+
<folding>
|
|
231
|
+
<element signature="e#6#12#1" expanded="true" />
|
|
232
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
233
|
+
<element signature="e#6#12#0" expanded="true" />
|
|
234
|
+
<element signature="e#12#18#0" expanded="true" />
|
|
235
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
236
|
+
<element signature="e#6#12#0" expanded="true" />
|
|
237
|
+
<element signature="e#12#18#0" expanded="true" />
|
|
238
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
239
|
+
<element signature="e#6#12#1" expanded="true" />
|
|
240
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
241
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
242
|
+
</folding>
|
|
227
243
|
</state>
|
|
228
244
|
</provider>
|
|
229
245
|
</entry>
|
|
230
246
|
</file>
|
|
231
247
|
<file pinned="false" current-in-tab="false">
|
|
232
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
248
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
233
249
|
<provider selected="true" editor-type-id="text-editor">
|
|
234
|
-
<state
|
|
235
|
-
<caret
|
|
250
|
+
<state>
|
|
251
|
+
<caret column="13" selection-start-column="13" selection-end-column="13" />
|
|
236
252
|
</state>
|
|
237
253
|
</provider>
|
|
238
254
|
</entry>
|
|
239
255
|
</file>
|
|
240
256
|
<file pinned="false" current-in-tab="false">
|
|
241
|
-
<entry file="file://$PROJECT_DIR$/
|
|
257
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_theorem/_data.js">
|
|
242
258
|
<provider selected="true" editor-type-id="text-editor">
|
|
243
|
-
<state relative-caret-position="
|
|
244
|
-
<caret line="
|
|
259
|
+
<state relative-caret-position="7695">
|
|
260
|
+
<caret line="533" column="15" selection-start-line="533" selection-start-column="15" selection-end-line="533" selection-end-column="15" />
|
|
261
|
+
<folding>
|
|
262
|
+
<element signature="e#21#3142#0" />
|
|
263
|
+
</folding>
|
|
245
264
|
</state>
|
|
246
265
|
</provider>
|
|
247
266
|
</entry>
|
|
248
267
|
</file>
|
|
249
268
|
<file pinned="false" current-in-tab="false">
|
|
250
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
269
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/helper.ts">
|
|
251
270
|
<provider selected="true" editor-type-id="text-editor">
|
|
252
|
-
<state relative-caret-position="
|
|
253
|
-
<caret line="
|
|
271
|
+
<state relative-caret-position="180">
|
|
272
|
+
<caret line="12" selection-start-line="12" selection-end-line="16" selection-end-column="9" />
|
|
254
273
|
</state>
|
|
255
274
|
</provider>
|
|
256
275
|
</entry>
|
|
257
276
|
</file>
|
|
258
277
|
<file pinned="false" current-in-tab="false">
|
|
259
|
-
<entry file="file://$PROJECT_DIR$/
|
|
278
|
+
<entry file="file://$PROJECT_DIR$/tests/_theorem.js">
|
|
260
279
|
<provider selected="true" editor-type-id="text-editor">
|
|
261
|
-
<state relative-caret-position="
|
|
262
|
-
<caret line="
|
|
263
|
-
<folding>
|
|
264
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
265
|
-
</folding>
|
|
280
|
+
<state relative-caret-position="105">
|
|
281
|
+
<caret line="7" column="2" selection-start-line="7" selection-start-column="2" selection-end-line="7" selection-end-column="2" />
|
|
266
282
|
</state>
|
|
267
283
|
</provider>
|
|
268
284
|
</entry>
|
|
269
285
|
</file>
|
|
270
286
|
<file pinned="false" current-in-tab="false">
|
|
271
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
287
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-chemistry/index.ts">
|
|
272
288
|
<provider selected="true" editor-type-id="text-editor">
|
|
273
|
-
<state relative-caret-position="
|
|
274
|
-
<caret line="
|
|
289
|
+
<state relative-caret-position="2700">
|
|
290
|
+
<caret line="186" column="9" selection-start-line="186" selection-start-column="6" selection-end-line="186" selection-end-column="9" />
|
|
291
|
+
<folding>
|
|
292
|
+
<element signature="e#0#64#0" expanded="true" />
|
|
293
|
+
</folding>
|
|
275
294
|
</state>
|
|
276
295
|
</provider>
|
|
277
296
|
</entry>
|
|
278
297
|
</file>
|
|
279
298
|
<file pinned="false" current-in-tab="false">
|
|
280
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
299
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
|
|
281
300
|
<provider selected="true" editor-type-id="text-editor">
|
|
282
|
-
<state relative-caret-position="
|
|
283
|
-
<caret line="
|
|
301
|
+
<state relative-caret-position="1935">
|
|
302
|
+
<caret line="145" column="6" selection-start-line="145" selection-start-column="2" selection-end-line="145" selection-end-column="6" />
|
|
303
|
+
<folding>
|
|
304
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
305
|
+
</folding>
|
|
284
306
|
</state>
|
|
285
307
|
</provider>
|
|
286
308
|
</entry>
|
|
287
309
|
</file>
|
|
288
310
|
<file pinned="false" current-in-tab="false">
|
|
289
|
-
<entry file="file://$PROJECT_DIR$/
|
|
290
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
291
|
-
</entry>
|
|
292
|
-
</file>
|
|
293
|
-
<file pinned="false" current-in-tab="false">
|
|
294
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/includegraphics.ts">
|
|
311
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
|
|
295
312
|
<provider selected="true" editor-type-id="text-editor">
|
|
296
|
-
<state relative-caret-position="
|
|
297
|
-
<caret line="
|
|
313
|
+
<state relative-caret-position="240">
|
|
314
|
+
<caret line="21" column="34" selection-start-line="21" selection-start-column="34" selection-end-line="21" selection-end-column="34" />
|
|
315
|
+
<folding>
|
|
316
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
317
|
+
</folding>
|
|
298
318
|
</state>
|
|
299
319
|
</provider>
|
|
300
320
|
</entry>
|
|
301
321
|
</file>
|
|
302
322
|
<file pinned="false" current-in-tab="false">
|
|
303
|
-
<entry file="file://$PROJECT_DIR$/
|
|
323
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
|
|
304
324
|
<provider selected="true" editor-type-id="text-editor">
|
|
305
|
-
<state relative-caret-position="
|
|
306
|
-
<caret line="
|
|
325
|
+
<state relative-caret-position="570">
|
|
326
|
+
<caret line="60" selection-start-line="60" selection-end-line="60" />
|
|
327
|
+
<folding>
|
|
328
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
329
|
+
</folding>
|
|
307
330
|
</state>
|
|
308
331
|
</provider>
|
|
309
332
|
</entry>
|
|
@@ -321,44 +344,44 @@
|
|
|
321
344
|
</component>
|
|
322
345
|
<component name="FindInProjectRecents">
|
|
323
346
|
<findStrings>
|
|
324
|
-
<find>
|
|
325
|
-
<find>
|
|
326
|
-
<find>
|
|
327
|
-
<find>
|
|
328
|
-
<find>
|
|
347
|
+
<find>qedsymbol_open</find>
|
|
348
|
+
<find>inline</find>
|
|
349
|
+
<find>Guys have fun in cathouses.</find>
|
|
350
|
+
<find>doc</find>
|
|
351
|
+
<find>getTheoremEnvironmentIndex</find>
|
|
352
|
+
<find>reSetCounter</find>
|
|
353
|
+
<find>envIndex</find>
|
|
354
|
+
<find>setCounterTheoremEnvironment</find>
|
|
355
|
+
<find>newTheorem</find>
|
|
356
|
+
<find>content</find>
|
|
357
|
+
<find>reTheoremStyle</find>
|
|
358
|
+
<find>nextPos</find>
|
|
359
|
+
<find>newtheorem</find>
|
|
360
|
+
<find>theoremstyle</find>
|
|
361
|
+
<find>hasow</find>
|
|
362
|
+
<find>reNewTheoremNumbered2</find>
|
|
363
|
+
<find>getTheoremNumber</find>
|
|
364
|
+
<find>addEnvironmentsCounter</find>
|
|
365
|
+
<find>counter</find>
|
|
366
|
+
<find>conc</find>
|
|
367
|
+
<find>parents</find>
|
|
368
|
+
<find>parentNumber</find>
|
|
369
|
+
<find>setcounter</find>
|
|
370
|
+
<find>isResetCounter</find>
|
|
371
|
+
<find>addParentTheoremEnvironment</find>
|
|
372
|
+
<find>concat</find>
|
|
373
|
+
<find>addParentsTheoremEnvironment</find>
|
|
374
|
+
<find>parentNumber_</find>
|
|
375
|
+
<find>parentNum</find>
|
|
329
376
|
<find>console</find>
|
|
330
|
-
<find>subTable</find>
|
|
331
|
-
<find>subtable</find>
|
|
332
|
-
<find>getSubTabular</find>
|
|
333
|
-
<find>AddTdSubTable</find>
|
|
334
|
-
<find>tableMd</find>
|
|
335
|
-
<find>ParseTabular</find>
|
|
336
|
-
<find>spaces</find>
|
|
337
|
-
<find>blkIndent</find>
|
|
338
|
-
<find>code_block</find>
|
|
339
|
-
<find>href</find>
|
|
340
|
-
<find>references</find>
|
|
341
|
-
<find>normalizeReference</find>
|
|
342
|
-
<find>linkify</find>
|
|
343
|
-
<find>fordocx</find>
|
|
344
|
-
<find>console.log</find>
|
|
345
|
-
<find>reset</find>
|
|
346
|
-
<find>validateLink</find>
|
|
347
|
-
<find>validateLinkEnableFile</find>
|
|
348
|
-
<find>enableFileLinks</find>
|
|
349
|
-
<find>codeBlock</find>
|
|
350
|
-
<find>centerTables</find>
|
|
351
|
-
<find>border</find>
|
|
352
|
-
<find>code</find>
|
|
353
|
-
<find>enableCodeBlockRuleToLatexCommands</find>
|
|
354
377
|
</findStrings>
|
|
355
378
|
<replaceStrings>
|
|
356
379
|
<replace>MJSimple</replace>
|
|
357
380
|
<replace>MJ</replace>
|
|
358
381
|
<replace>\</replace>
|
|
382
|
+
<replace>[\w\s]+</replace>
|
|
359
383
|
</replaceStrings>
|
|
360
384
|
<dirStrings>
|
|
361
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/a11y</dir>
|
|
362
385
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
363
386
|
<dir>$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular</dir>
|
|
364
387
|
<dir>$PROJECT_DIR$/node_modules/speech-rule-engine/js</dir>
|
|
@@ -371,23 +394,24 @@
|
|
|
371
394
|
<dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
|
|
372
395
|
<dir>$PROJECT_DIR$/node_modules/postcss</dir>
|
|
373
396
|
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
374
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
375
397
|
<dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
|
|
376
398
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
377
399
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
|
|
378
400
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-deflist/dist</dir>
|
|
379
|
-
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
380
401
|
<dir>$PROJECT_DIR$</dir>
|
|
381
402
|
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
382
403
|
<dir>$PROJECT_DIR$/src/components</dir>
|
|
383
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
384
404
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core</dir>
|
|
385
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
|
|
386
405
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
387
|
-
<dir>$PROJECT_DIR$/
|
|
388
|
-
<dir>$PROJECT_DIR$/
|
|
406
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
407
|
+
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
389
408
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
409
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
|
|
410
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
411
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
412
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
390
413
|
<dir>$PROJECT_DIR$/src</dir>
|
|
414
|
+
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
391
415
|
</dirStrings>
|
|
392
416
|
</component>
|
|
393
417
|
<component name="Git.Settings">
|
|
@@ -396,25 +420,13 @@
|
|
|
396
420
|
<component name="IdeDocumentHistory">
|
|
397
421
|
<option name="CHANGED_PATHS">
|
|
398
422
|
<list>
|
|
399
|
-
<option value="$PROJECT_DIR$/src/helpers/parse-mmd-element.ts" />
|
|
400
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-parseMarkdownByHTML-method/src/form.jsx" />
|
|
401
|
-
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts" />
|
|
402
|
-
<option value="$PROJECT_DIR$/tests/_data/_mathjax/_data.js" />
|
|
403
|
-
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
404
|
-
<option value="$PROJECT_DIR$/tests/_data/_accessibility/_data.js" />
|
|
405
|
-
<option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
|
|
406
|
-
<option value="$PROJECT_DIR$/tests/_data/_mathjax/_data-nonumbers.js" />
|
|
407
|
-
<option value="$PROJECT_DIR$/tests/_mathjax.js" />
|
|
408
|
-
<option value="$PROJECT_DIR$/tests/_accessibility.js" />
|
|
409
423
|
<option value="$PROJECT_DIR$/src/test.html" />
|
|
410
424
|
<option value="$PROJECT_DIR$/tests/_data/_nonumbers/_data.js" />
|
|
411
425
|
<option value="$PROJECT_DIR$/tests/_nonumbers.js" />
|
|
412
426
|
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
413
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
414
427
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginLists.ts" />
|
|
415
428
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
416
429
|
<option value="$PROJECT_DIR$/tests/_data/_latex-text/_data.js" />
|
|
417
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
418
430
|
<option value="$PROJECT_DIR$/tests/_data/_latex-text/_pageBreak.js" />
|
|
419
431
|
<option value="$PROJECT_DIR$/tests/_latex-text.js" />
|
|
420
432
|
<option value="$PROJECT_DIR$/src/styles/styles-lists.ts" />
|
|
@@ -424,29 +436,41 @@
|
|
|
424
436
|
<option value="$PROJECT_DIR$/test.html" />
|
|
425
437
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" />
|
|
426
438
|
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
427
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
428
439
|
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" />
|
|
429
440
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/includegraphics.ts" />
|
|
430
441
|
<option value="$PROJECT_DIR$/tests/_data/_tables.js" />
|
|
431
442
|
<option value="$PROJECT_DIR$/tests/_data/tables/_data.js" />
|
|
432
443
|
<option value="$PROJECT_DIR$/tests/_data/_tables/_data.js" />
|
|
433
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
434
444
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
|
|
435
445
|
<option value="$PROJECT_DIR$/tests/_tables.js" />
|
|
436
446
|
<option value="$PROJECT_DIR$/tests/_data/_image/_data.js" />
|
|
437
447
|
<option value="$PROJECT_DIR$/tests/_image.js" />
|
|
438
448
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" />
|
|
439
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
440
449
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
|
|
441
450
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" />
|
|
442
451
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts" />
|
|
443
452
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
|
|
444
453
|
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
445
454
|
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
446
|
-
<option value="$PROJECT_DIR$/src/markdown/
|
|
455
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
456
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
457
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
458
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
459
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
447
460
|
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
448
|
-
<option value="$PROJECT_DIR$/
|
|
461
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/helper.ts" />
|
|
462
|
+
<option value="$PROJECT_DIR$/tests/test.html" />
|
|
449
463
|
<option value="$PROJECT_DIR$/README.md" />
|
|
464
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
465
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
466
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
467
|
+
<option value="$PROJECT_DIR$/doc/theorems.md" />
|
|
468
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
469
|
+
<option value="$PROJECT_DIR$/tests/_theorem.js" />
|
|
470
|
+
<option value="$PROJECT_DIR$/tests/_data/_theorem/_data.js" />
|
|
471
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts" />
|
|
472
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/helper.ts" />
|
|
473
|
+
<option value="$PROJECT_DIR$/src/markdown/md-theorem/index.ts" />
|
|
450
474
|
</list>
|
|
451
475
|
</option>
|
|
452
476
|
</component>
|
|
@@ -475,10 +499,10 @@
|
|
|
475
499
|
</packageJsonPaths>
|
|
476
500
|
</component>
|
|
477
501
|
<component name="ProjectFrameBounds">
|
|
478
|
-
<option name="x" value="
|
|
479
|
-
<option name="y" value="
|
|
480
|
-
<option name="width" value="
|
|
481
|
-
<option name="height" value="
|
|
502
|
+
<option name="x" value="28" />
|
|
503
|
+
<option name="y" value="25" />
|
|
504
|
+
<option name="width" value="1563" />
|
|
505
|
+
<option name="height" value="973" />
|
|
482
506
|
</component>
|
|
483
507
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
484
508
|
<component name="ProjectView">
|
|
@@ -499,6 +523,17 @@
|
|
|
499
523
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
500
524
|
<item name="assets" type="462c0819:PsiDirectoryNode" />
|
|
501
525
|
</path>
|
|
526
|
+
<path>
|
|
527
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
528
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
529
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
530
|
+
</path>
|
|
531
|
+
<path>
|
|
532
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
533
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
534
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
535
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
536
|
+
</path>
|
|
502
537
|
<path>
|
|
503
538
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
504
539
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
@@ -508,7 +543,39 @@
|
|
|
508
543
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
509
544
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
510
545
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
511
|
-
<item name="
|
|
546
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
547
|
+
</path>
|
|
548
|
+
<path>
|
|
549
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
550
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
551
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
552
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
553
|
+
<item name="common" type="462c0819:PsiDirectoryNode" />
|
|
554
|
+
</path>
|
|
555
|
+
<path>
|
|
556
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
557
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
558
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
559
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
560
|
+
<item name="md-theorem" type="462c0819:PsiDirectoryNode" />
|
|
561
|
+
</path>
|
|
562
|
+
<path>
|
|
563
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
564
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
565
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
566
|
+
</path>
|
|
567
|
+
<path>
|
|
568
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
569
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
570
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
571
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
572
|
+
</path>
|
|
573
|
+
<path>
|
|
574
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
575
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
576
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
577
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
578
|
+
<item name="_theorem" type="462c0819:PsiDirectoryNode" />
|
|
512
579
|
</path>
|
|
513
580
|
</expand>
|
|
514
581
|
<select />
|
|
@@ -524,19 +591,21 @@
|
|
|
524
591
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
525
592
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
526
593
|
<property name="nodejs_package_manager_path" value="yarn" />
|
|
594
|
+
<property name="settings.editor.selected.configurable" value="preferences.sourceCode.TypeScript" />
|
|
595
|
+
<property name="settings.editor.splitter.proportion" value="0.4298419" />
|
|
527
596
|
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
|
|
528
597
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
529
598
|
</component>
|
|
530
599
|
<component name="RecentsManager">
|
|
531
|
-
<key name="CopyFile.RECENT_KEYS">
|
|
532
|
-
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
533
|
-
</key>
|
|
534
600
|
<key name="MoveFile.RECENT_KEYS">
|
|
601
|
+
<recent name="$PROJECT_DIR$/doc/images" />
|
|
535
602
|
<recent name="$PROJECT_DIR$/tests" />
|
|
536
603
|
<recent name="$PROJECT_DIR$/examples/tests-md" />
|
|
537
604
|
<recent name="$PROJECT_DIR$/src/contex-menu" />
|
|
538
605
|
<recent name="$PROJECT_DIR$/src/contex-menu/menu" />
|
|
539
|
-
|
|
606
|
+
</key>
|
|
607
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
608
|
+
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
540
609
|
</key>
|
|
541
610
|
</component>
|
|
542
611
|
<component name="RunDashboard">
|
|
@@ -637,16 +706,33 @@
|
|
|
637
706
|
<workItem from="1669219644100" duration="260000" />
|
|
638
707
|
<workItem from="1669615116812" duration="10629000" />
|
|
639
708
|
<workItem from="1669629094198" duration="716000" />
|
|
709
|
+
<workItem from="1669630771508" duration="1037000" />
|
|
710
|
+
<workItem from="1669639612250" duration="2293000" />
|
|
711
|
+
<workItem from="1669970554894" duration="5130000" />
|
|
712
|
+
<workItem from="1669980517414" duration="6280000" />
|
|
713
|
+
<workItem from="1670225861673" duration="23000" />
|
|
714
|
+
<workItem from="1670225930428" duration="17866000" />
|
|
715
|
+
<workItem from="1670299656897" duration="25724000" />
|
|
716
|
+
<workItem from="1670386628117" duration="6563000" />
|
|
717
|
+
<workItem from="1670409337765" duration="33112000" />
|
|
718
|
+
<workItem from="1670927195646" duration="6278000" />
|
|
719
|
+
<workItem from="1670996221511" duration="1369000" />
|
|
720
|
+
<workItem from="1671008859956" duration="4051000" />
|
|
721
|
+
<workItem from="1671421688922" duration="41000" />
|
|
722
|
+
<workItem from="1671435731619" duration="13991000" />
|
|
723
|
+
<workItem from="1671524260302" duration="4426000" />
|
|
724
|
+
<workItem from="1671530864192" duration="22618000" />
|
|
725
|
+
<workItem from="1671621371125" duration="333000" />
|
|
640
726
|
</task>
|
|
641
727
|
<servers />
|
|
642
728
|
</component>
|
|
643
729
|
<component name="TimeTrackingManager">
|
|
644
|
-
<option name="totallyTimeSpent" value="
|
|
730
|
+
<option name="totallyTimeSpent" value="931416000" />
|
|
645
731
|
</component>
|
|
646
732
|
<component name="ToolWindowManager">
|
|
647
|
-
<frame x="
|
|
733
|
+
<frame x="28" y="25" width="1563" height="973" extended-state="0" />
|
|
648
734
|
<layout>
|
|
649
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.
|
|
735
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.15045395" />
|
|
650
736
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
651
737
|
<window_info id="npm" order="2" side_tool="true" />
|
|
652
738
|
<window_info id="DB Browser" order="3" />
|
|
@@ -665,12 +751,38 @@
|
|
|
665
751
|
<window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
666
752
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
667
753
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
668
|
-
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.
|
|
669
|
-
<window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
|
|
754
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.4858116" />
|
|
755
|
+
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
670
756
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
671
757
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
672
758
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
673
759
|
</layout>
|
|
760
|
+
<layout-to-restore>
|
|
761
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.15481833" />
|
|
762
|
+
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
763
|
+
<window_info id="npm" order="2" side_tool="true" />
|
|
764
|
+
<window_info id="DB Browser" order="3" />
|
|
765
|
+
<window_info id="Project Explorer" order="4" />
|
|
766
|
+
<window_info id="Job Explorer" order="5" />
|
|
767
|
+
<window_info id="Favorites" order="6" side_tool="true" />
|
|
768
|
+
<window_info anchor="bottom" id="Message" order="0" />
|
|
769
|
+
<window_info anchor="bottom" id="Find" order="1" />
|
|
770
|
+
<window_info anchor="bottom" id="Run" order="2" />
|
|
771
|
+
<window_info anchor="bottom" id="Debug" order="3" weight="0.41968325" />
|
|
772
|
+
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
773
|
+
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
774
|
+
<window_info anchor="bottom" id="TODO" order="6" />
|
|
775
|
+
<window_info anchor="bottom" id="Console" order="7" />
|
|
776
|
+
<window_info anchor="bottom" id="Docker" order="8" show_stripe_button="false" />
|
|
777
|
+
<window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
778
|
+
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
779
|
+
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
780
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" visible="true" weight="0.29108912" />
|
|
781
|
+
<window_info anchor="bottom" id="Event Log" order="13" side_tool="true" />
|
|
782
|
+
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
783
|
+
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
784
|
+
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
785
|
+
</layout-to-restore>
|
|
674
786
|
</component>
|
|
675
787
|
<component name="TypeScriptGeneratedFilesManager">
|
|
676
788
|
<option name="version" value="1" />
|
|
@@ -683,7 +795,7 @@
|
|
|
683
795
|
<breakpoints>
|
|
684
796
|
<line-breakpoint enabled="true" type="javascript">
|
|
685
797
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
686
|
-
<line>
|
|
798
|
+
<line>494</line>
|
|
687
799
|
<option name="timeStamp" value="15" />
|
|
688
800
|
</line-breakpoint>
|
|
689
801
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -703,345 +815,379 @@
|
|
|
703
815
|
</line-breakpoint>
|
|
704
816
|
<line-breakpoint enabled="true" type="javascript">
|
|
705
817
|
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
706
|
-
<line>
|
|
818
|
+
<line>245</line>
|
|
707
819
|
<option name="timeStamp" value="19" />
|
|
708
820
|
</line-breakpoint>
|
|
821
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
822
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts</url>
|
|
823
|
+
<option name="timeStamp" value="20" />
|
|
824
|
+
</line-breakpoint>
|
|
825
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
826
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
|
|
827
|
+
<line>2</line>
|
|
828
|
+
<option name="timeStamp" value="23" />
|
|
829
|
+
</line-breakpoint>
|
|
830
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
831
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts</url>
|
|
832
|
+
<line>3</line>
|
|
833
|
+
<option name="timeStamp" value="25" />
|
|
834
|
+
</line-breakpoint>
|
|
835
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
836
|
+
<url>file://$PROJECT_DIR$/tests/_data/_theorem/_data.js</url>
|
|
837
|
+
<line>22</line>
|
|
838
|
+
<option name="timeStamp" value="26" />
|
|
839
|
+
</line-breakpoint>
|
|
709
840
|
</breakpoints>
|
|
710
841
|
</breakpoint-manager>
|
|
711
842
|
</component>
|
|
712
843
|
<component name="editorHistoryManager">
|
|
713
|
-
<entry file="file://$PROJECT_DIR$/
|
|
714
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
715
|
-
</entry>
|
|
716
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-deflist/index.js">
|
|
717
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
718
|
-
<state relative-caret-position="3165">
|
|
719
|
-
<caret line="212" selection-start-line="212" selection-end-line="212" />
|
|
720
|
-
</state>
|
|
721
|
-
</provider>
|
|
722
|
-
</entry>
|
|
723
|
-
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
724
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
725
|
-
</entry>
|
|
726
|
-
<entry file="file://$PROJECT_DIR$/src/styles/styles-container.ts">
|
|
727
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
728
|
-
<state relative-caret-position="450">
|
|
729
|
-
<caret line="30" column="23" selection-start-line="30" selection-start-column="23" selection-end-line="30" selection-end-column="23" />
|
|
730
|
-
</state>
|
|
731
|
-
</provider>
|
|
732
|
-
</entry>
|
|
733
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_latex-text/_data.js">
|
|
844
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
734
845
|
<provider selected="true" editor-type-id="text-editor">
|
|
735
|
-
<state relative-caret-position="
|
|
736
|
-
<caret line="
|
|
846
|
+
<state relative-caret-position="1155">
|
|
847
|
+
<caret line="91" column="37" selection-start-line="91" selection-start-column="2" selection-end-line="91" selection-end-column="37" />
|
|
737
848
|
</state>
|
|
738
849
|
</provider>
|
|
739
850
|
</entry>
|
|
740
|
-
<entry file="file://$PROJECT_DIR$/
|
|
741
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
742
|
-
</entry>
|
|
743
|
-
<entry file="file://$PROJECT_DIR$/tests/_nonumbers.js">
|
|
851
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts">
|
|
744
852
|
<provider selected="true" editor-type-id="text-editor">
|
|
745
|
-
<state relative-caret-position="
|
|
746
|
-
<caret line="
|
|
853
|
+
<state relative-caret-position="360">
|
|
854
|
+
<caret line="25" column="43" selection-start-line="25" selection-start-column="43" selection-end-line="25" selection-end-column="43" />
|
|
747
855
|
</state>
|
|
748
856
|
</provider>
|
|
749
857
|
</entry>
|
|
750
|
-
<entry file="file://$PROJECT_DIR$/
|
|
858
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
751
859
|
<provider selected="true" editor-type-id="text-editor">
|
|
752
|
-
<state relative-caret-position="
|
|
753
|
-
<caret line="
|
|
860
|
+
<state relative-caret-position="300">
|
|
861
|
+
<caret line="20" column="45" selection-start-line="20" selection-start-column="10" selection-end-line="20" selection-end-column="45" />
|
|
754
862
|
</state>
|
|
755
863
|
</provider>
|
|
756
864
|
</entry>
|
|
757
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
865
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-code.ts">
|
|
758
866
|
<provider selected="true" editor-type-id="text-editor">
|
|
759
|
-
<state relative-caret-position="
|
|
760
|
-
<caret line="
|
|
867
|
+
<state relative-caret-position="225">
|
|
868
|
+
<caret line="15" column="18" selection-start-line="15" selection-start-column="18" selection-end-line="15" selection-end-column="18" />
|
|
761
869
|
</state>
|
|
762
870
|
</provider>
|
|
763
871
|
</entry>
|
|
764
|
-
<entry file="file://$PROJECT_DIR$/
|
|
872
|
+
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
765
873
|
<provider selected="true" editor-type-id="text-editor" />
|
|
766
874
|
</entry>
|
|
767
|
-
<entry file="file://$PROJECT_DIR$/
|
|
875
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/includegraphics.ts">
|
|
768
876
|
<provider selected="true" editor-type-id="text-editor">
|
|
769
|
-
<state relative-caret-position="
|
|
877
|
+
<state relative-caret-position="1695">
|
|
878
|
+
<caret line="114" column="15" selection-start-line="114" selection-start-column="15" selection-end-line="114" selection-end-column="15" />
|
|
879
|
+
</state>
|
|
770
880
|
</provider>
|
|
771
881
|
</entry>
|
|
772
|
-
<entry file="file://$PROJECT_DIR$/
|
|
882
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/table.js">
|
|
773
883
|
<provider selected="true" editor-type-id="text-editor">
|
|
774
|
-
<state relative-caret-position="
|
|
775
|
-
<caret line="
|
|
776
|
-
<folding>
|
|
777
|
-
<element signature="e#0#47#0" expanded="true" />
|
|
778
|
-
</folding>
|
|
884
|
+
<state relative-caret-position="1530">
|
|
885
|
+
<caret line="102" selection-start-line="102" selection-end-line="103" />
|
|
779
886
|
</state>
|
|
780
887
|
</provider>
|
|
781
888
|
</entry>
|
|
782
|
-
<entry file="file://$PROJECT_DIR$/
|
|
889
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMappings.ts">
|
|
783
890
|
<provider selected="true" editor-type-id="text-editor">
|
|
784
|
-
<state relative-caret-position="
|
|
785
|
-
<caret line="
|
|
891
|
+
<state relative-caret-position="1755">
|
|
892
|
+
<caret line="122" column="8" selection-start-line="122" selection-start-column="2" selection-end-line="122" selection-end-column="8" />
|
|
786
893
|
</state>
|
|
787
894
|
</provider>
|
|
788
895
|
</entry>
|
|
789
|
-
<entry file="file://$PROJECT_DIR$/
|
|
896
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts">
|
|
790
897
|
<provider selected="true" editor-type-id="text-editor">
|
|
791
|
-
<state relative-caret-position="
|
|
792
|
-
<caret line="
|
|
898
|
+
<state relative-caret-position="435">
|
|
899
|
+
<caret line="29" column="30" selection-start-line="29" selection-start-column="30" selection-end-line="29" selection-end-column="30" />
|
|
793
900
|
</state>
|
|
794
901
|
</provider>
|
|
795
902
|
</entry>
|
|
796
|
-
<entry file="file://$PROJECT_DIR$/
|
|
903
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
797
904
|
<provider selected="true" editor-type-id="text-editor">
|
|
798
|
-
<state relative-caret-position="
|
|
799
|
-
<caret line="
|
|
905
|
+
<state relative-caret-position="75">
|
|
906
|
+
<caret line="5" column="88" selection-start-line="5" selection-start-column="88" selection-end-line="5" selection-end-column="88" />
|
|
800
907
|
</state>
|
|
801
908
|
</provider>
|
|
802
909
|
</entry>
|
|
803
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
910
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/table-markdown.ts">
|
|
911
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
912
|
+
</entry>
|
|
913
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
914
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
915
|
+
</entry>
|
|
916
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/reference.js">
|
|
804
917
|
<provider selected="true" editor-type-id="text-editor">
|
|
805
|
-
<state relative-caret-position="
|
|
806
|
-
<caret line="260" column="26" selection-start-line="260" selection-start-column="26" selection-end-line="260" selection-end-column="26" />
|
|
807
|
-
</state>
|
|
918
|
+
<state relative-caret-position="-1293" />
|
|
808
919
|
</provider>
|
|
809
920
|
</entry>
|
|
810
|
-
<entry file="file://$PROJECT_DIR$/
|
|
921
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/blockquote.js">
|
|
811
922
|
<provider selected="true" editor-type-id="text-editor">
|
|
812
|
-
<state relative-caret-position="
|
|
813
|
-
<caret line="9" column="49" selection-start-line="9" selection-start-column="49" selection-end-line="9" selection-end-column="49" />
|
|
814
|
-
</state>
|
|
923
|
+
<state relative-caret-position="-1226" />
|
|
815
924
|
</provider>
|
|
816
925
|
</entry>
|
|
817
926
|
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/code.js">
|
|
818
927
|
<provider selected="true" editor-type-id="text-editor" />
|
|
819
928
|
</entry>
|
|
820
929
|
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/fence.js">
|
|
821
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
822
|
-
<state relative-caret-position="176">
|
|
823
|
-
<caret line="12" column="47" selection-start-line="12" selection-start-column="38" selection-end-line="12" selection-end-column="47" />
|
|
824
|
-
</state>
|
|
825
|
-
</provider>
|
|
930
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
826
931
|
</entry>
|
|
827
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
932
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/heading.js">
|
|
828
933
|
<provider selected="true" editor-type-id="text-editor">
|
|
829
|
-
<state relative-caret-position="-
|
|
934
|
+
<state relative-caret-position="-187" />
|
|
830
935
|
</provider>
|
|
831
936
|
</entry>
|
|
832
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
937
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/paragraph.js">
|
|
833
938
|
<provider selected="true" editor-type-id="text-editor">
|
|
834
|
-
<state relative-caret-position="
|
|
939
|
+
<state relative-caret-position="480">
|
|
940
|
+
<caret line="32" column="3" selection-start-line="32" selection-start-column="3" selection-end-line="32" selection-end-column="3" />
|
|
941
|
+
</state>
|
|
835
942
|
</provider>
|
|
836
943
|
</entry>
|
|
837
|
-
<entry file="file://$PROJECT_DIR$/
|
|
944
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/tsv.ts">
|
|
838
945
|
<provider selected="true" editor-type-id="text-editor" />
|
|
839
946
|
</entry>
|
|
840
|
-
<entry file="file://$PROJECT_DIR$/
|
|
947
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginLists.ts">
|
|
841
948
|
<provider selected="true" editor-type-id="text-editor">
|
|
842
|
-
<state relative-caret-position="
|
|
949
|
+
<state relative-caret-position="390">
|
|
950
|
+
<caret line="46" column="66" selection-start-line="46" selection-start-column="47" selection-end-line="46" selection-end-column="66" />
|
|
951
|
+
</state>
|
|
843
952
|
</provider>
|
|
844
953
|
</entry>
|
|
845
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
954
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts">
|
|
846
955
|
<provider selected="true" editor-type-id="text-editor">
|
|
847
|
-
<state relative-caret-position="
|
|
848
|
-
<caret line="
|
|
956
|
+
<state relative-caret-position="405">
|
|
957
|
+
<caret line="37" selection-start-line="37" selection-end-line="37" />
|
|
849
958
|
</state>
|
|
850
959
|
</provider>
|
|
851
960
|
</entry>
|
|
852
|
-
<entry file="file://$PROJECT_DIR$/
|
|
961
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/list.js">
|
|
962
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
963
|
+
</entry>
|
|
964
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginSeparateForBlock.ts">
|
|
853
965
|
<provider selected="true" editor-type-id="text-editor">
|
|
854
|
-
<state relative-caret-position="
|
|
855
|
-
<caret line="
|
|
856
|
-
<folding>
|
|
857
|
-
<element signature="e#0#38#0" expanded="true" />
|
|
858
|
-
<element signature="n#!!block;n#html_block_injectLineNumbers#0" />
|
|
859
|
-
</folding>
|
|
966
|
+
<state relative-caret-position="75">
|
|
967
|
+
<caret line="8" column="39" selection-start-line="8" selection-start-column="39" selection-end-line="8" selection-end-column="50" />
|
|
860
968
|
</state>
|
|
861
969
|
</provider>
|
|
862
970
|
</entry>
|
|
863
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
971
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
864
972
|
<provider selected="true" editor-type-id="text-editor">
|
|
865
|
-
<state relative-caret-position="
|
|
866
|
-
<caret line="
|
|
973
|
+
<state relative-caret-position="14265">
|
|
974
|
+
<caret line="953" column="27" selection-start-line="953" selection-start-column="16" selection-end-line="953" selection-end-column="27" />
|
|
975
|
+
<folding>
|
|
976
|
+
<element signature="e#0#81#0" expanded="true" />
|
|
977
|
+
</folding>
|
|
867
978
|
</state>
|
|
868
979
|
</provider>
|
|
869
980
|
</entry>
|
|
870
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
981
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
871
982
|
<provider selected="true" editor-type-id="text-editor">
|
|
872
|
-
<state relative-caret-position="
|
|
873
|
-
<caret line="
|
|
983
|
+
<state relative-caret-position="255">
|
|
984
|
+
<caret line="18" column="42" selection-start-line="18" selection-start-column="42" selection-end-line="18" selection-end-column="42" />
|
|
874
985
|
</state>
|
|
875
986
|
</provider>
|
|
876
987
|
</entry>
|
|
877
|
-
<entry file="file://$PROJECT_DIR$/
|
|
988
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/renewcommand.ts">
|
|
878
989
|
<provider selected="true" editor-type-id="text-editor">
|
|
879
|
-
<state relative-caret-position="
|
|
880
|
-
<caret line="
|
|
990
|
+
<state relative-caret-position="480">
|
|
991
|
+
<caret line="33" selection-start-line="33" selection-end-line="33" />
|
|
881
992
|
</state>
|
|
882
993
|
</provider>
|
|
883
994
|
</entry>
|
|
884
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
995
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
|
|
996
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
997
|
+
</entry>
|
|
998
|
+
<entry file="file://$PROJECT_DIR$/tests/_tabular.js">
|
|
999
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1000
|
+
</entry>
|
|
1001
|
+
<entry file="file://$PROJECT_DIR$/tests/test.html" />
|
|
1002
|
+
<entry file="file://$PROJECT_DIR$/tests/_nonumbers.js">
|
|
885
1003
|
<provider selected="true" editor-type-id="text-editor">
|
|
886
|
-
<state relative-caret-position="
|
|
887
|
-
<caret line="
|
|
1004
|
+
<state relative-caret-position="165">
|
|
1005
|
+
<caret line="11" column="35" selection-start-line="11" selection-start-column="35" selection-end-line="11" selection-end-column="35" />
|
|
888
1006
|
</state>
|
|
889
1007
|
</provider>
|
|
890
1008
|
</entry>
|
|
891
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1009
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/renewcommand.ts">
|
|
892
1010
|
<provider selected="true" editor-type-id="text-editor">
|
|
893
|
-
<state relative-caret-position="
|
|
894
|
-
<caret line="
|
|
1011
|
+
<state relative-caret-position="750">
|
|
1012
|
+
<caret line="51" column="13" selection-start-line="51" selection-start-column="13" selection-end-line="51" selection-end-column="13" />
|
|
895
1013
|
</state>
|
|
896
1014
|
</provider>
|
|
897
1015
|
</entry>
|
|
898
|
-
<entry file="file://$PROJECT_DIR$/
|
|
899
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
900
|
-
</entry>
|
|
901
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1016
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
902
1017
|
<provider selected="true" editor-type-id="text-editor">
|
|
903
|
-
<state relative-caret-position="
|
|
904
|
-
<caret line="
|
|
905
|
-
<folding>
|
|
906
|
-
<element signature="e#0#38#0" expanded="true" />
|
|
907
|
-
<element signature="n#!!block;n#MathML#0" />
|
|
908
|
-
<element signature="n#!!block;n#inlineMathML#0" />
|
|
909
|
-
<element signature="n#!!block;n#mathMLBlock#0" />
|
|
910
|
-
<element signature="n#!!block;n#simpleMath#0" />
|
|
911
|
-
<element signature="n#!!block;n#usepackage#0" />
|
|
912
|
-
<element signature="n#!!block;n#extend#0" />
|
|
913
|
-
</folding>
|
|
1018
|
+
<state relative-caret-position="510">
|
|
1019
|
+
<caret line="34" selection-start-line="34" selection-end-line="34" />
|
|
914
1020
|
</state>
|
|
915
1021
|
</provider>
|
|
916
1022
|
</entry>
|
|
917
|
-
<entry file="file://$PROJECT_DIR$/
|
|
918
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
919
|
-
<state
|
|
920
|
-
<
|
|
1023
|
+
<entry file="file://$PROJECT_DIR$/doc/ACCESSIBILITY.md">
|
|
1024
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1025
|
+
<state split_layout="SPLIT">
|
|
1026
|
+
<first_editor />
|
|
1027
|
+
<second_editor />
|
|
921
1028
|
</state>
|
|
922
1029
|
</provider>
|
|
923
1030
|
</entry>
|
|
924
|
-
<entry file="file://$PROJECT_DIR$/
|
|
925
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
926
|
-
<state
|
|
927
|
-
<
|
|
1031
|
+
<entry file="file://$PROJECT_DIR$/doc/theorems.md">
|
|
1032
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1033
|
+
<state split_layout="FIRST">
|
|
1034
|
+
<first_editor relative-caret-position="3780">
|
|
1035
|
+
<caret line="252" selection-start-line="252" selection-end-line="252" />
|
|
1036
|
+
</first_editor>
|
|
1037
|
+
<second_editor />
|
|
928
1038
|
</state>
|
|
929
1039
|
</provider>
|
|
930
1040
|
</entry>
|
|
931
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1041
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
932
1042
|
<provider selected="true" editor-type-id="text-editor">
|
|
933
|
-
<state relative-caret-position="
|
|
934
|
-
<caret line="
|
|
1043
|
+
<state relative-caret-position="30">
|
|
1044
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
935
1045
|
</state>
|
|
936
1046
|
</provider>
|
|
937
1047
|
</entry>
|
|
938
|
-
<entry file="file://$PROJECT_DIR$/
|
|
939
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
940
|
-
<state
|
|
941
|
-
<
|
|
1048
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1049
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1050
|
+
<state split_layout="FIRST">
|
|
1051
|
+
<first_editor relative-caret-position="915">
|
|
1052
|
+
<caret line="61" selection-start-line="61" selection-end-line="61" />
|
|
1053
|
+
</first_editor>
|
|
1054
|
+
<second_editor />
|
|
942
1055
|
</state>
|
|
943
1056
|
</provider>
|
|
944
1057
|
</entry>
|
|
945
|
-
<entry file="file://$PROJECT_DIR$/
|
|
946
|
-
<provider selected="true" editor-type-id="
|
|
1058
|
+
<entry file="file://$PROJECT_DIR$/doc/images/theorem_01.png">
|
|
1059
|
+
<provider selected="true" editor-type-id="images" />
|
|
947
1060
|
</entry>
|
|
948
|
-
<entry file="file://$PROJECT_DIR$/
|
|
949
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1061
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_nonumbers/_data.js">
|
|
1062
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1063
|
+
<state>
|
|
1064
|
+
<caret selection-end-line="7" selection-end-column="4" />
|
|
1065
|
+
</state>
|
|
1066
|
+
</provider>
|
|
950
1067
|
</entry>
|
|
951
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1068
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
952
1069
|
<provider selected="true" editor-type-id="text-editor">
|
|
953
|
-
<state relative-caret-position="
|
|
954
|
-
<caret line="
|
|
1070
|
+
<state relative-caret-position="2130">
|
|
1071
|
+
<caret line="143" column="6" selection-start-line="143" selection-start-column="6" selection-end-line="143" selection-end-column="40" />
|
|
955
1072
|
</state>
|
|
956
1073
|
</provider>
|
|
957
1074
|
</entry>
|
|
958
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1075
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
959
1076
|
<provider selected="true" editor-type-id="text-editor">
|
|
960
|
-
<state relative-caret-position="
|
|
961
|
-
<caret line="
|
|
1077
|
+
<state relative-caret-position="480">
|
|
1078
|
+
<caret line="32" column="113" selection-start-line="31" selection-start-column="13" selection-end-line="31" selection-end-column="34" />
|
|
962
1079
|
</state>
|
|
963
1080
|
</provider>
|
|
964
1081
|
</entry>
|
|
965
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1082
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
966
1083
|
<provider selected="true" editor-type-id="text-editor">
|
|
967
|
-
<state relative-caret-position="
|
|
968
|
-
<caret line="
|
|
1084
|
+
<state relative-caret-position="225">
|
|
1085
|
+
<caret line="15" column="85" selection-start-line="15" selection-start-column="85" selection-end-line="15" selection-end-column="85" />
|
|
1086
|
+
<folding>
|
|
1087
|
+
<element signature="n#!!block;n#MathML#0" />
|
|
1088
|
+
<element signature="n#!!block;n#inlineMathML#0" />
|
|
1089
|
+
<element signature="n#!!block;n#simpleMath#0" />
|
|
1090
|
+
<element signature="n#!!block;n#usepackage#0" />
|
|
1091
|
+
<element signature="n#!!block;n#extend#0" />
|
|
1092
|
+
</folding>
|
|
969
1093
|
</state>
|
|
970
1094
|
</provider>
|
|
971
1095
|
</entry>
|
|
972
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1096
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/helper.ts">
|
|
973
1097
|
<provider selected="true" editor-type-id="text-editor">
|
|
974
|
-
<state relative-caret-position="
|
|
975
|
-
<caret line="
|
|
1098
|
+
<state relative-caret-position="282">
|
|
1099
|
+
<caret line="258" selection-start-line="258" selection-end-line="258" />
|
|
976
1100
|
</state>
|
|
977
1101
|
</provider>
|
|
978
1102
|
</entry>
|
|
979
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1103
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/index.ts">
|
|
980
1104
|
<provider selected="true" editor-type-id="text-editor">
|
|
981
|
-
<state relative-caret-position="
|
|
982
|
-
<caret line="
|
|
1105
|
+
<state relative-caret-position="15">
|
|
1106
|
+
<caret line="1" selection-start-line="1" selection-end-line="1" />
|
|
1107
|
+
<folding>
|
|
1108
|
+
<element signature="e#6#12#1" expanded="true" />
|
|
1109
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1110
|
+
<element signature="e#6#12#0" expanded="true" />
|
|
1111
|
+
<element signature="e#12#18#0" expanded="true" />
|
|
1112
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1113
|
+
<element signature="e#6#12#0" expanded="true" />
|
|
1114
|
+
<element signature="e#12#18#0" expanded="true" />
|
|
1115
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1116
|
+
<element signature="e#6#12#1" expanded="true" />
|
|
1117
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1118
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1119
|
+
</folding>
|
|
983
1120
|
</state>
|
|
984
1121
|
</provider>
|
|
985
1122
|
</entry>
|
|
986
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1123
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
987
1124
|
<provider selected="true" editor-type-id="text-editor">
|
|
988
|
-
<state
|
|
989
|
-
<caret
|
|
1125
|
+
<state>
|
|
1126
|
+
<caret column="13" selection-start-column="13" selection-end-column="13" />
|
|
990
1127
|
</state>
|
|
991
1128
|
</provider>
|
|
992
1129
|
</entry>
|
|
993
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1130
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_theorem/_data.js">
|
|
994
1131
|
<provider selected="true" editor-type-id="text-editor">
|
|
995
|
-
<state relative-caret-position="
|
|
996
|
-
<caret line="
|
|
1132
|
+
<state relative-caret-position="7695">
|
|
1133
|
+
<caret line="533" column="15" selection-start-line="533" selection-start-column="15" selection-end-line="533" selection-end-column="15" />
|
|
997
1134
|
<folding>
|
|
998
|
-
<element signature="e#
|
|
1135
|
+
<element signature="e#21#3142#0" />
|
|
999
1136
|
</folding>
|
|
1000
1137
|
</state>
|
|
1001
1138
|
</provider>
|
|
1002
1139
|
</entry>
|
|
1003
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1140
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/helper.ts">
|
|
1004
1141
|
<provider selected="true" editor-type-id="text-editor">
|
|
1005
|
-
<state relative-caret-position="
|
|
1006
|
-
<caret line="
|
|
1142
|
+
<state relative-caret-position="180">
|
|
1143
|
+
<caret line="12" selection-start-line="12" selection-end-line="16" selection-end-column="9" />
|
|
1007
1144
|
</state>
|
|
1008
1145
|
</provider>
|
|
1009
1146
|
</entry>
|
|
1010
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1147
|
+
<entry file="file://$PROJECT_DIR$/tests/_theorem.js">
|
|
1011
1148
|
<provider selected="true" editor-type-id="text-editor">
|
|
1012
|
-
<state relative-caret-position="
|
|
1013
|
-
<caret line="
|
|
1149
|
+
<state relative-caret-position="105">
|
|
1150
|
+
<caret line="7" column="2" selection-start-line="7" selection-start-column="2" selection-end-line="7" selection-end-column="2" />
|
|
1014
1151
|
</state>
|
|
1015
1152
|
</provider>
|
|
1016
1153
|
</entry>
|
|
1017
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1018
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1154
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-chemistry/index.ts">
|
|
1155
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1156
|
+
<state relative-caret-position="2700">
|
|
1157
|
+
<caret line="186" column="9" selection-start-line="186" selection-start-column="6" selection-end-line="186" selection-end-column="9" />
|
|
1158
|
+
<folding>
|
|
1159
|
+
<element signature="e#0#64#0" expanded="true" />
|
|
1160
|
+
</folding>
|
|
1161
|
+
</state>
|
|
1162
|
+
</provider>
|
|
1019
1163
|
</entry>
|
|
1020
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule
|
|
1164
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
|
|
1021
1165
|
<provider selected="true" editor-type-id="text-editor">
|
|
1022
|
-
<state relative-caret-position="
|
|
1023
|
-
<caret line="
|
|
1166
|
+
<state relative-caret-position="1935">
|
|
1167
|
+
<caret line="145" column="6" selection-start-line="145" selection-start-column="2" selection-end-line="145" selection-end-column="6" />
|
|
1168
|
+
<folding>
|
|
1169
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1170
|
+
</folding>
|
|
1024
1171
|
</state>
|
|
1025
1172
|
</provider>
|
|
1026
1173
|
</entry>
|
|
1027
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1174
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
|
|
1028
1175
|
<provider selected="true" editor-type-id="text-editor">
|
|
1029
|
-
<state relative-caret-position="
|
|
1030
|
-
<caret line="
|
|
1176
|
+
<state relative-caret-position="240">
|
|
1177
|
+
<caret line="21" column="34" selection-start-line="21" selection-start-column="34" selection-end-line="21" selection-end-column="34" />
|
|
1178
|
+
<folding>
|
|
1179
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
1180
|
+
</folding>
|
|
1031
1181
|
</state>
|
|
1032
1182
|
</provider>
|
|
1033
1183
|
</entry>
|
|
1034
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1035
|
-
<provider selected="true" editor-type-id="
|
|
1036
|
-
<state
|
|
1037
|
-
<
|
|
1038
|
-
|
|
1039
|
-
<
|
|
1040
|
-
|
|
1041
|
-
<element signature="e#0#121#1" expanded="true" />
|
|
1042
|
-
</folding>
|
|
1043
|
-
</first_editor>
|
|
1044
|
-
<second_editor />
|
|
1184
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
|
|
1185
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1186
|
+
<state relative-caret-position="570">
|
|
1187
|
+
<caret line="60" selection-start-line="60" selection-end-line="60" />
|
|
1188
|
+
<folding>
|
|
1189
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
1190
|
+
</folding>
|
|
1045
1191
|
</state>
|
|
1046
1192
|
</provider>
|
|
1047
1193
|
</entry>
|