mathpix-markdown-it 1.0.84 → 1.0.85
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/vcs.xml +1 -0
- package/.idea/workspace.xml +544 -447
- package/README.md +1 -1
- package/es5/bundle.js +1 -1
- package/es5/context-menu.js +1 -1
- package/es5/index.js +1 -1
- package/lib/contex-menu/index.js +8 -8
- package/lib/contex-menu/index.js.map +1 -1
- package/lib/contex-menu/menu/consts.d.ts +6 -1
- package/lib/contex-menu/menu/consts.js +15 -2
- package/lib/contex-menu/menu/consts.js.map +1 -1
- package/lib/contex-menu/menu/helper.d.ts +2 -1
- package/lib/contex-menu/menu/helper.js +25 -7
- package/lib/contex-menu/menu/helper.js.map +1 -1
- package/lib/contex-menu/menu/menu-item-actions.js +1 -1
- package/lib/contex-menu/menu/menu-item-actions.js.map +1 -1
- package/lib/contex-menu/menu/menu-item.js +12 -0
- package/lib/contex-menu/menu/menu-item.js.map +1 -1
- package/lib/markdown/common/consts.d.ts +6 -0
- package/lib/markdown/common/consts.js +7 -1
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/common/tsv.js +4 -2
- package/lib/markdown/common/tsv.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/index.d.ts +1 -0
- package/lib/markdown/md-block-rule/begin-tabular/index.js +1 -0
- package/lib/markdown/md-block-rule/begin-tabular/index.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/multi-column-row.js +23 -4
- package/lib/markdown/md-block-rule/begin-tabular/multi-column-row.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/sub-math.d.ts +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/sub-math.js +16 -7
- package/lib/markdown/md-block-rule/begin-tabular/sub-math.js.map +1 -1
- package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js +2 -1
- package/lib/markdown/md-block-rule/begin-tabular/tabular-td.js.map +1 -1
- package/lib/markdown/md-renderer-rules/render-tabular.js +1 -1
- package/lib/markdown/md-renderer-rules/render-tabular.js.map +1 -1
- package/lib/markdown/mdPluginRaw.js +40 -1
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/mathjax/helpers/array/ArrayConfiguration.d.ts +6 -0
- package/lib/mathjax/helpers/array/ArrayConfiguration.js +14 -0
- package/lib/mathjax/helpers/array/ArrayConfiguration.js.map +1 -0
- package/lib/mathjax/helpers/array/ArrayMappings.d.ts +1 -0
- package/lib/mathjax/helpers/array/ArrayMappings.js +12 -0
- package/lib/mathjax/helpers/array/ArrayMappings.js.map +1 -0
- package/lib/mathjax/helpers/array/ArrayMethods.d.ts +6 -0
- package/lib/mathjax/helpers/array/ArrayMethods.js +28 -0
- package/lib/mathjax/helpers/array/ArrayMethods.js.map +1 -0
- package/lib/mathjax/index.d.ts +2 -0
- package/lib/mathjax/index.js +45 -8
- package/lib/mathjax/index.js.map +1 -1
- package/lib/mathjax/mathjax.d.ts +4 -0
- package/lib/mathjax/mathjax.js +12 -0
- package/lib/mathjax/mathjax.js.map +1 -1
- package/lib/mathjax/serialized-ascii/handlers.d.ts +2 -0
- package/lib/mathjax/serialized-ascii/handlers.js +246 -48
- package/lib/mathjax/serialized-ascii/handlers.js.map +1 -1
- package/lib/mathjax/serialized-ascii/helperA.d.ts +46 -0
- package/lib/mathjax/serialized-ascii/helperA.js +135 -124
- package/lib/mathjax/serialized-ascii/helperA.js.map +1 -1
- package/lib/mathjax/serialized-ascii/index.d.ts +3 -0
- package/lib/mathjax/serialized-ascii/index.js +43 -5
- package/lib/mathjax/serialized-ascii/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
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/
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/
|
|
4
|
+
<bookmark url="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" line="448" mnemonic="5" />
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="986" mnemonic="0" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex.ts" line="151" mnemonic="9" />
|
|
7
|
+
<bookmark url="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseMappings.ts" line="658" mnemonic="7" />
|
|
8
|
+
<bookmark url="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/SerializedMmlVisitor.ts" line="128" mnemonic="6" />
|
|
9
|
+
<bookmark url="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/FilterUtil.ts" line="67" mnemonic="8" />
|
|
10
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" line="62" mnemonic="1" />
|
|
11
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" line="79" mnemonic="2" />
|
|
12
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" line="49" mnemonic="3" />
|
|
7
13
|
</component>
|
|
8
14
|
<component name="ChangeListManager">
|
|
9
15
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="" />
|
|
@@ -21,36 +27,36 @@
|
|
|
21
27
|
<session id="1706553226">
|
|
22
28
|
<usages-collector id="statistics.lifecycle.project">
|
|
23
29
|
<counts>
|
|
24
|
-
<entry key="project.closed" value="
|
|
30
|
+
<entry key="project.closed" value="97" />
|
|
25
31
|
<entry key="project.open.time.10" value="5" />
|
|
26
32
|
<entry key="project.open.time.11" value="5" />
|
|
27
33
|
<entry key="project.open.time.12" value="4" />
|
|
28
|
-
<entry key="project.open.time.13" value="
|
|
29
|
-
<entry key="project.open.time.14" value="
|
|
34
|
+
<entry key="project.open.time.13" value="10" />
|
|
35
|
+
<entry key="project.open.time.14" value="3" />
|
|
30
36
|
<entry key="project.open.time.15" value="1" />
|
|
31
37
|
<entry key="project.open.time.17" value="1" />
|
|
32
38
|
<entry key="project.open.time.18" value="3" />
|
|
33
39
|
<entry key="project.open.time.19" value="1" />
|
|
34
|
-
<entry key="project.open.time.2" value="
|
|
35
|
-
<entry key="project.open.time.20" value="
|
|
40
|
+
<entry key="project.open.time.2" value="4" />
|
|
41
|
+
<entry key="project.open.time.20" value="2" />
|
|
36
42
|
<entry key="project.open.time.22" value="3" />
|
|
37
|
-
<entry key="project.open.time.3" value="
|
|
43
|
+
<entry key="project.open.time.3" value="17" />
|
|
38
44
|
<entry key="project.open.time.30" value="1" />
|
|
39
45
|
<entry key="project.open.time.31" value="1" />
|
|
40
46
|
<entry key="project.open.time.32" value="1" />
|
|
41
47
|
<entry key="project.open.time.34" value="1" />
|
|
42
|
-
<entry key="project.open.time.4" value="
|
|
48
|
+
<entry key="project.open.time.4" value="21" />
|
|
43
49
|
<entry key="project.open.time.48" value="1" />
|
|
44
|
-
<entry key="project.open.time.5" value="
|
|
50
|
+
<entry key="project.open.time.5" value="11" />
|
|
45
51
|
<entry key="project.open.time.6" value="7" />
|
|
46
|
-
<entry key="project.open.time.7" value="
|
|
47
|
-
<entry key="project.open.time.9" value="
|
|
48
|
-
<entry key="project.opened" value="
|
|
52
|
+
<entry key="project.open.time.7" value="6" />
|
|
53
|
+
<entry key="project.open.time.9" value="2" />
|
|
54
|
+
<entry key="project.opened" value="113" />
|
|
49
55
|
</counts>
|
|
50
56
|
</usages-collector>
|
|
51
57
|
<usages-collector id="statistics.js.language.service.starts">
|
|
52
58
|
<counts>
|
|
53
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
59
|
+
<entry key="TypeScriptServerServiceImpl" value="108" />
|
|
54
60
|
</counts>
|
|
55
61
|
</usages-collector>
|
|
56
62
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -60,17 +66,17 @@
|
|
|
60
66
|
<entry key="ejs" value="1" />
|
|
61
67
|
<entry key="env" value="3" />
|
|
62
68
|
<entry key="gif" value="1" />
|
|
63
|
-
<entry key="gitignore" value="
|
|
64
|
-
<entry key="html" value="
|
|
65
|
-
<entry key="js" value="
|
|
66
|
-
<entry key="json" value="
|
|
69
|
+
<entry key="gitignore" value="6" />
|
|
70
|
+
<entry key="html" value="10" />
|
|
71
|
+
<entry key="js" value="285" />
|
|
72
|
+
<entry key="json" value="45" />
|
|
67
73
|
<entry key="jsx" value="18" />
|
|
68
74
|
<entry key="lock" value="8" />
|
|
69
|
-
<entry key="md" value="
|
|
75
|
+
<entry key="md" value="39" />
|
|
70
76
|
<entry key="png" value="1" />
|
|
71
77
|
<entry key="sre" value="1" />
|
|
72
|
-
<entry key="ts" value="
|
|
73
|
-
<entry key="tsx" value="
|
|
78
|
+
<entry key="ts" value="733" />
|
|
79
|
+
<entry key="tsx" value="31" />
|
|
74
80
|
</counts>
|
|
75
81
|
</usages-collector>
|
|
76
82
|
<usages-collector id="statistics.file.types.open">
|
|
@@ -78,41 +84,42 @@
|
|
|
78
84
|
<entry key=".env file" value="3" />
|
|
79
85
|
<entry key="CSS" value="3" />
|
|
80
86
|
<entry key="EJS" value="1" />
|
|
81
|
-
<entry key="HTML" value="
|
|
87
|
+
<entry key="HTML" value="10" />
|
|
82
88
|
<entry key="Image" value="2" />
|
|
83
|
-
<entry key="JSON" value="
|
|
89
|
+
<entry key="JSON" value="43" />
|
|
84
90
|
<entry key="JSX Harmony" value="18" />
|
|
85
|
-
<entry key="JavaScript" value="
|
|
86
|
-
<entry key="Markdown" value="
|
|
87
|
-
<entry key="PLAIN_TEXT" value="
|
|
88
|
-
<entry key="TypeScript" value="
|
|
89
|
-
<entry key="TypeScript JSX" value="
|
|
90
|
-
<entry key="tsconfig" value="
|
|
91
|
+
<entry key="JavaScript" value="286" />
|
|
92
|
+
<entry key="Markdown" value="39" />
|
|
93
|
+
<entry key="PLAIN_TEXT" value="7" />
|
|
94
|
+
<entry key="TypeScript" value="733" />
|
|
95
|
+
<entry key="TypeScript JSX" value="31" />
|
|
96
|
+
<entry key="tsconfig" value="3" />
|
|
91
97
|
<entry key="yarn.lock" value="7" />
|
|
92
98
|
</counts>
|
|
93
99
|
</usages-collector>
|
|
94
100
|
<usages-collector id="statistics.file.extensions.edit">
|
|
95
101
|
<counts>
|
|
96
102
|
<entry key="css" value="98" />
|
|
97
|
-
<entry key="html" value="
|
|
98
|
-
<entry key="js" value="
|
|
99
|
-
<entry key="json" value="
|
|
103
|
+
<entry key="html" value="27" />
|
|
104
|
+
<entry key="js" value="8048" />
|
|
105
|
+
<entry key="json" value="58" />
|
|
100
106
|
<entry key="jsx" value="1188" />
|
|
101
|
-
<entry key="md" value="
|
|
102
|
-
<entry key="ts" value="
|
|
103
|
-
<entry key="tsx" value="
|
|
107
|
+
<entry key="md" value="2192" />
|
|
108
|
+
<entry key="ts" value="65114" />
|
|
109
|
+
<entry key="tsx" value="517" />
|
|
104
110
|
</counts>
|
|
105
111
|
</usages-collector>
|
|
106
112
|
<usages-collector id="statistics.file.types.edit">
|
|
107
113
|
<counts>
|
|
108
114
|
<entry key="CSS" value="98" />
|
|
109
|
-
<entry key="HTML" value="
|
|
110
|
-
<entry key="JSON" value="
|
|
115
|
+
<entry key="HTML" value="102" />
|
|
116
|
+
<entry key="JSON" value="32" />
|
|
111
117
|
<entry key="JSX Harmony" value="1188" />
|
|
112
|
-
<entry key="JavaScript" value="
|
|
113
|
-
<entry key="Markdown" value="
|
|
114
|
-
<entry key="TypeScript" value="
|
|
115
|
-
<entry key="TypeScript JSX" value="
|
|
118
|
+
<entry key="JavaScript" value="8061" />
|
|
119
|
+
<entry key="Markdown" value="2112" />
|
|
120
|
+
<entry key="TypeScript" value="65106" />
|
|
121
|
+
<entry key="TypeScript JSX" value="517" />
|
|
122
|
+
<entry key="tsconfig" value="26" />
|
|
116
123
|
</counts>
|
|
117
124
|
</usages-collector>
|
|
118
125
|
</session>
|
|
@@ -121,110 +128,140 @@
|
|
|
121
128
|
<favorites_list name="mathpix-markdown-it" />
|
|
122
129
|
</component>
|
|
123
130
|
<component name="FileEditorManager">
|
|
124
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
131
|
+
<splitter split-orientation="horizontal" split-proportion="0.5538665">
|
|
125
132
|
<split-first>
|
|
126
133
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
127
134
|
<file pinned="false" current-in-tab="false">
|
|
128
|
-
<entry file="file://$PROJECT_DIR$/
|
|
129
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
130
|
-
<state
|
|
131
|
-
<
|
|
135
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
136
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
137
|
+
<state split_layout="FIRST">
|
|
138
|
+
<first_editor relative-caret-position="148">
|
|
139
|
+
<caret line="211" column="19" selection-start-line="211" selection-start-column="15" selection-end-line="211" selection-end-column="19" />
|
|
140
|
+
</first_editor>
|
|
141
|
+
<second_editor />
|
|
132
142
|
</state>
|
|
133
143
|
</provider>
|
|
134
144
|
</entry>
|
|
135
145
|
</file>
|
|
136
146
|
<file pinned="false" current-in-tab="false">
|
|
137
|
-
<entry file="file://$PROJECT_DIR$/
|
|
147
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
|
|
138
148
|
<provider selected="true" editor-type-id="text-editor">
|
|
139
|
-
<state relative-caret-position="
|
|
140
|
-
<caret line="
|
|
149
|
+
<state relative-caret-position="360">
|
|
150
|
+
<caret line="24" column="31" selection-start-line="24" selection-start-column="31" selection-end-line="24" selection-end-column="31" />
|
|
141
151
|
</state>
|
|
142
152
|
</provider>
|
|
143
153
|
</entry>
|
|
144
154
|
</file>
|
|
145
155
|
<file pinned="false" current-in-tab="false">
|
|
146
|
-
<entry file="file://$PROJECT_DIR$/
|
|
156
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
147
157
|
<provider selected="true" editor-type-id="text-editor">
|
|
148
|
-
<state relative-caret-position="
|
|
149
|
-
<caret line="
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
</file>
|
|
154
|
-
<file pinned="false" current-in-tab="false">
|
|
155
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/README.md">
|
|
156
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
157
|
-
<state split_layout="FIRST">
|
|
158
|
-
<first_editor relative-caret-position="210">
|
|
159
|
-
<caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
|
|
160
|
-
</first_editor>
|
|
161
|
-
<second_editor />
|
|
158
|
+
<state relative-caret-position="840">
|
|
159
|
+
<caret line="63" selection-start-line="63" selection-end-line="63" />
|
|
160
|
+
<folding>
|
|
161
|
+
<element signature="e#0#50#0" expanded="true" />
|
|
162
|
+
</folding>
|
|
162
163
|
</state>
|
|
163
164
|
</provider>
|
|
164
165
|
</entry>
|
|
165
166
|
</file>
|
|
166
167
|
<file pinned="false" current-in-tab="false">
|
|
167
|
-
<entry file="file://$PROJECT_DIR$/
|
|
168
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/MmlVisitor.d.ts">
|
|
168
169
|
<provider selected="true" editor-type-id="text-editor">
|
|
169
|
-
<state relative-caret-position="
|
|
170
|
-
<caret line="
|
|
170
|
+
<state relative-caret-position="90">
|
|
171
|
+
<caret line="8" selection-start-line="8" selection-end-line="8" />
|
|
171
172
|
</state>
|
|
172
173
|
</provider>
|
|
173
174
|
</entry>
|
|
174
175
|
</file>
|
|
175
176
|
<file pinned="false" current-in-tab="false">
|
|
176
|
-
<entry file="file://$PROJECT_DIR$/
|
|
177
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex.ts">
|
|
177
178
|
<provider selected="true" editor-type-id="text-editor">
|
|
178
|
-
<state relative-caret-position="
|
|
179
|
-
<caret line="
|
|
179
|
+
<state relative-caret-position="1965">
|
|
180
|
+
<caret line="146" column="43" selection-start-line="146" selection-start-column="43" selection-end-line="146" selection-end-column="43" />
|
|
180
181
|
<folding>
|
|
181
|
-
<element signature="e#
|
|
182
|
+
<element signature="e#794#847#0" expanded="true" />
|
|
182
183
|
</folding>
|
|
183
184
|
</state>
|
|
184
185
|
</provider>
|
|
185
186
|
</entry>
|
|
186
187
|
</file>
|
|
187
188
|
<file pinned="false" current-in-tab="false">
|
|
188
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
189
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts">
|
|
189
190
|
<provider selected="true" editor-type-id="text-editor">
|
|
190
|
-
<state relative-caret-position="
|
|
191
|
-
<caret line="
|
|
191
|
+
<state relative-caret-position="744">
|
|
192
|
+
<caret line="95" selection-start-line="95" selection-end-line="95" />
|
|
192
193
|
<folding>
|
|
193
|
-
<element signature="e#0#
|
|
194
|
+
<element signature="e#0#54#0" expanded="true" />
|
|
194
195
|
</folding>
|
|
195
196
|
</state>
|
|
196
197
|
</provider>
|
|
197
198
|
</entry>
|
|
198
199
|
</file>
|
|
199
|
-
<file pinned="false" current-in-tab="
|
|
200
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
200
|
+
<file pinned="false" current-in-tab="false">
|
|
201
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts">
|
|
201
202
|
<provider selected="true" editor-type-id="text-editor">
|
|
202
|
-
<state relative-caret-position="
|
|
203
|
-
<caret line="
|
|
204
|
-
<folding>
|
|
205
|
-
<element signature="e#147#220#0" expanded="true" />
|
|
206
|
-
</folding>
|
|
203
|
+
<state relative-caret-position="708">
|
|
204
|
+
<caret line="64" selection-start-line="64" selection-end-line="64" />
|
|
207
205
|
</state>
|
|
208
206
|
</provider>
|
|
209
207
|
</entry>
|
|
210
208
|
</file>
|
|
211
209
|
<file pinned="false" current-in-tab="false">
|
|
212
|
-
<entry file="file://$PROJECT_DIR$/
|
|
210
|
+
<entry file="file://$PROJECT_DIR$/tests/_tabular.js">
|
|
211
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
212
|
+
</entry>
|
|
213
|
+
</file>
|
|
214
|
+
<file pinned="false" current-in-tab="true">
|
|
215
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_tabular/_data.js">
|
|
213
216
|
<provider selected="true" editor-type-id="text-editor">
|
|
214
|
-
<state relative-caret-position="
|
|
215
|
-
<caret line="
|
|
217
|
+
<state relative-caret-position="-24">
|
|
218
|
+
<caret line="181" column="22" selection-start-line="181" selection-start-column="22" selection-end-line="181" selection-end-column="34" />
|
|
216
219
|
<folding>
|
|
217
|
-
<element signature="
|
|
220
|
+
<element signature="n#style#0;n#div#1;n#!!top" expanded="true" />
|
|
221
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#1;n#div#2;n#!!top" expanded="true" />
|
|
222
|
+
<element signature="e#18711#39243#0" />
|
|
223
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#2;n#div#2;n#!!top" expanded="true" />
|
|
224
|
+
<element signature="e#39247#52669#0" />
|
|
225
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
226
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
227
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
228
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
229
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
230
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
231
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
232
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
233
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
234
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
235
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
236
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
237
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
238
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
239
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
240
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
241
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
242
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
243
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
244
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
245
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
246
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
247
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
248
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
249
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
250
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
251
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
252
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
253
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
254
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
218
255
|
</folding>
|
|
219
256
|
</state>
|
|
220
257
|
</provider>
|
|
221
258
|
</entry>
|
|
222
259
|
</file>
|
|
223
260
|
<file pinned="false" current-in-tab="false">
|
|
224
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
261
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts">
|
|
225
262
|
<provider selected="true" editor-type-id="text-editor">
|
|
226
|
-
<state relative-caret-position="
|
|
227
|
-
<caret line="
|
|
263
|
+
<state relative-caret-position="75">
|
|
264
|
+
<caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
|
|
228
265
|
</state>
|
|
229
266
|
</provider>
|
|
230
267
|
</entry>
|
|
@@ -234,98 +271,96 @@
|
|
|
234
271
|
<split-second>
|
|
235
272
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
236
273
|
<file pinned="false" current-in-tab="false">
|
|
237
|
-
<entry file="file://$PROJECT_DIR$/
|
|
274
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
|
|
238
275
|
<provider selected="true" editor-type-id="text-editor">
|
|
239
|
-
<state relative-caret-position="
|
|
240
|
-
<caret line="
|
|
241
|
-
<folding>
|
|
242
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
243
|
-
</folding>
|
|
276
|
+
<state relative-caret-position="2160">
|
|
277
|
+
<caret line="144" column="2" selection-start-line="144" selection-start-column="2" selection-end-line="144" selection-end-column="2" />
|
|
244
278
|
</state>
|
|
245
279
|
</provider>
|
|
246
280
|
</entry>
|
|
247
281
|
</file>
|
|
248
282
|
<file pinned="false" current-in-tab="false">
|
|
249
|
-
<entry file="file://$PROJECT_DIR$/
|
|
283
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/MmlNodes/mrow.ts">
|
|
250
284
|
<provider selected="true" editor-type-id="text-editor">
|
|
251
|
-
<state relative-caret-position="
|
|
252
|
-
<caret line="
|
|
285
|
+
<state relative-caret-position="360">
|
|
286
|
+
<caret line="24" column="42" selection-start-line="24" selection-start-column="34" selection-end-line="24" selection-end-column="42" />
|
|
253
287
|
</state>
|
|
254
288
|
</provider>
|
|
255
289
|
</entry>
|
|
256
290
|
</file>
|
|
257
291
|
<file pinned="false" current-in-tab="false">
|
|
258
|
-
<entry file="file://$PROJECT_DIR$/
|
|
292
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMappings.ts">
|
|
259
293
|
<provider selected="true" editor-type-id="text-editor">
|
|
260
|
-
<state relative-caret-position="
|
|
261
|
-
<caret line="
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
294
|
+
<state relative-caret-position="135">
|
|
295
|
+
<caret line="108" selection-start-line="108" selection-end-line="108" />
|
|
296
|
+
</state>
|
|
297
|
+
</provider>
|
|
298
|
+
</entry>
|
|
299
|
+
</file>
|
|
300
|
+
<file pinned="false" current-in-tab="false">
|
|
301
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/Attributes.ts">
|
|
302
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
303
|
+
<state relative-caret-position="2220">
|
|
304
|
+
<caret line="148" column="5" selection-start-line="148" selection-start-column="5" selection-end-line="148" selection-end-column="5" />
|
|
265
305
|
</state>
|
|
266
306
|
</provider>
|
|
267
307
|
</entry>
|
|
268
308
|
</file>
|
|
269
309
|
<file pinned="false" current-in-tab="false">
|
|
270
|
-
<entry file="file://$PROJECT_DIR
|
|
310
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js">
|
|
271
311
|
<provider selected="true" editor-type-id="text-editor">
|
|
272
|
-
<state relative-caret-position="
|
|
273
|
-
<caret line="
|
|
312
|
+
<state relative-caret-position="3645">
|
|
313
|
+
<caret line="243" column="38" selection-start-line="243" selection-start-column="38" selection-end-line="243" selection-end-column="38" />
|
|
274
314
|
</state>
|
|
275
315
|
</provider>
|
|
276
316
|
</entry>
|
|
277
317
|
</file>
|
|
278
318
|
<file pinned="false" current-in-tab="false">
|
|
279
|
-
<entry file="file://$PROJECT_DIR$/
|
|
319
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
|
|
280
320
|
<provider selected="true" editor-type-id="text-editor">
|
|
281
|
-
<state relative-caret-position="
|
|
282
|
-
<caret line="
|
|
321
|
+
<state relative-caret-position="1500">
|
|
322
|
+
<caret line="100" column="39" selection-start-line="100" selection-start-column="39" selection-end-line="100" selection-end-column="39" />
|
|
283
323
|
</state>
|
|
284
324
|
</provider>
|
|
285
325
|
</entry>
|
|
286
326
|
</file>
|
|
287
327
|
<file pinned="false" current-in-tab="false">
|
|
288
|
-
<entry file="file://$PROJECT_DIR$/node_modules
|
|
328
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/MmlNode.ts">
|
|
289
329
|
<provider selected="true" editor-type-id="text-editor">
|
|
290
|
-
<state relative-caret-position="
|
|
291
|
-
<caret line="
|
|
330
|
+
<state relative-caret-position="7875">
|
|
331
|
+
<caret line="528" column="33" selection-start-line="528" selection-start-column="11" selection-end-line="528" selection-end-column="33" />
|
|
292
332
|
</state>
|
|
293
333
|
</provider>
|
|
294
334
|
</entry>
|
|
295
335
|
</file>
|
|
296
336
|
<file pinned="false" current-in-tab="false">
|
|
297
|
-
<entry file="file://$PROJECT_DIR$/
|
|
337
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/Tree/Node.ts">
|
|
298
338
|
<provider selected="true" editor-type-id="text-editor">
|
|
299
|
-
<state relative-caret-position="
|
|
300
|
-
<caret line="
|
|
339
|
+
<state relative-caret-position="4110">
|
|
340
|
+
<caret line="274" selection-start-line="274" selection-end-line="274" />
|
|
301
341
|
</state>
|
|
302
342
|
</provider>
|
|
303
343
|
</entry>
|
|
304
344
|
</file>
|
|
305
345
|
<file pinned="false" current-in-tab="false">
|
|
306
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
346
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
307
347
|
<provider selected="true" editor-type-id="text-editor">
|
|
308
|
-
<state relative-caret-position="
|
|
309
|
-
<caret line="
|
|
348
|
+
<state relative-caret-position="172">
|
|
349
|
+
<caret line="105" column="54" selection-start-line="105" selection-start-column="54" selection-end-line="105" selection-end-column="63" />
|
|
310
350
|
<folding>
|
|
311
|
-
<element signature="
|
|
312
|
-
<element signature="n
|
|
313
|
-
<element signature="n
|
|
351
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
352
|
+
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
353
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
314
354
|
</folding>
|
|
315
355
|
</state>
|
|
316
356
|
</provider>
|
|
317
357
|
</entry>
|
|
318
358
|
</file>
|
|
319
359
|
<file pinned="false" current-in-tab="true">
|
|
320
|
-
<entry file="file://$PROJECT_DIR$/
|
|
321
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
322
|
-
</entry>
|
|
323
|
-
</file>
|
|
324
|
-
<file pinned="false" current-in-tab="false">
|
|
325
|
-
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
360
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
326
361
|
<provider selected="true" editor-type-id="text-editor">
|
|
327
|
-
<state relative-caret-position="
|
|
328
|
-
<caret line="
|
|
362
|
+
<state relative-caret-position="414">
|
|
363
|
+
<caret line="47" column="131" selection-start-line="47" selection-start-column="131" selection-end-line="47" selection-end-column="131" />
|
|
329
364
|
</state>
|
|
330
365
|
</provider>
|
|
331
366
|
</entry>
|
|
@@ -343,36 +378,36 @@
|
|
|
343
378
|
</component>
|
|
344
379
|
<component name="FindInProjectRecents">
|
|
345
380
|
<findStrings>
|
|
346
|
-
<find>
|
|
347
|
-
<find>
|
|
348
|
-
<find>
|
|
349
|
-
<find>
|
|
350
|
-
<find>
|
|
351
|
-
<find>
|
|
352
|
-
<find>
|
|
353
|
-
<find>
|
|
354
|
-
<find>
|
|
355
|
-
<find>
|
|
356
|
-
<find>
|
|
357
|
-
<find>
|
|
358
|
-
<find
|
|
359
|
-
<find>
|
|
360
|
-
<find>
|
|
361
|
-
<find>
|
|
362
|
-
<find>
|
|
363
|
-
<find>
|
|
364
|
-
<find>
|
|
365
|
-
<find
|
|
366
|
-
<find>
|
|
367
|
-
<find>
|
|
368
|
-
<find
|
|
369
|
-
<find>
|
|
370
|
-
<find>
|
|
371
|
-
<find>
|
|
372
|
-
<find>
|
|
373
|
-
<find>
|
|
374
|
-
<find>
|
|
375
|
-
<find>
|
|
381
|
+
<find>totsv</find>
|
|
382
|
+
<find>mstyle</find>
|
|
383
|
+
<find>style</find>
|
|
384
|
+
<find>quad</find>
|
|
385
|
+
<find>isMatrixOrSystemOfEquations</find>
|
|
386
|
+
<find>{:[a],[-b],[xx c]:}</find>
|
|
387
|
+
<find>{:</find>
|
|
388
|
+
<find>itShouldBeFlatten</find>
|
|
389
|
+
<find>TEXCLASS</find>
|
|
390
|
+
<find>isVerticalMath</find>
|
|
391
|
+
<find>setChildInheritedAttribute</find>
|
|
392
|
+
<find>times</find>
|
|
393
|
+
<find>=</find>
|
|
394
|
+
<find>console</find>
|
|
395
|
+
<find>getDataForVerticalMath</find>
|
|
396
|
+
<find>div</find>
|
|
397
|
+
<find>geqslant</find>
|
|
398
|
+
<find>Operation</find>
|
|
399
|
+
<find>getChilrenText</find>
|
|
400
|
+
<find><</find>
|
|
401
|
+
<find>downarrow</find>
|
|
402
|
+
<find>collChildrenCanBeFlat</find>
|
|
403
|
+
<find>mmlCollFlat</find>
|
|
404
|
+
<find>mmlRowFlat</find>
|
|
405
|
+
<find>flat</find>
|
|
406
|
+
<find>thml</find>
|
|
407
|
+
<find>multirow</find>
|
|
408
|
+
<find>group</find>
|
|
409
|
+
<find>setColumnLines</find>
|
|
410
|
+
<find>reMultiRow</find>
|
|
376
411
|
</findStrings>
|
|
377
412
|
<replaceStrings>
|
|
378
413
|
<replace>MJSimple</replace>
|
|
@@ -380,38 +415,39 @@
|
|
|
380
415
|
<replace>\</replace>
|
|
381
416
|
<replace>[\w\s]+</replace>
|
|
382
417
|
<replace>.table-of-contents</replace>
|
|
418
|
+
<replace>operation</replace>
|
|
383
419
|
</replaceStrings>
|
|
384
420
|
<dirStrings>
|
|
385
|
-
<dir>$PROJECT_DIR$/
|
|
386
|
-
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/
|
|
387
|
-
<dir>$PROJECT_DIR$/node_modules/
|
|
388
|
-
<dir>$PROJECT_DIR$/node_modules/
|
|
389
|
-
<dir>$PROJECT_DIR$/
|
|
421
|
+
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
422
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/input</dir>
|
|
423
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-emoji</dir>
|
|
424
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
425
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-ins</dir>
|
|
426
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-mark</dir>
|
|
427
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-multimd-table</dir>
|
|
428
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-sub</dir>
|
|
429
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-sup</dir>
|
|
430
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it-deflist</dir>
|
|
431
|
+
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
432
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
433
|
+
<dir>$PROJECT_DIR$/src/contex-menu/menu</dir>
|
|
434
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/Tree</dir>
|
|
435
|
+
<dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
|
|
390
436
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
391
|
-
<dir>$PROJECT_DIR$/node_modules/postcss/lib</dir>
|
|
392
|
-
<dir>$PROJECT_DIR$/node_modules/postcss</dir>
|
|
393
|
-
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
394
437
|
<dir>$PROJECT_DIR$/tests/_data/_wolfram</dir>
|
|
395
|
-
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
396
438
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-wolfram</dir>
|
|
397
|
-
<dir>$PROJECT_DIR$/
|
|
398
|
-
<dir>$PROJECT_DIR$</dir>
|
|
399
|
-
<dir>$PROJECT_DIR$/src/components</dir>
|
|
400
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core</dir>
|
|
439
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
401
440
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
441
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/js</dir>
|
|
442
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex</dir>
|
|
443
|
+
<dir>$PROJECT_DIR$/src/mathjax/helpers/array</dir>
|
|
444
|
+
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
445
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree</dir>
|
|
446
|
+
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts/core</dir>
|
|
402
447
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
403
|
-
<dir>$PROJECT_DIR$/src/
|
|
404
|
-
<dir>$PROJECT_DIR$/
|
|
405
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
406
|
-
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
407
|
-
<dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
|
|
408
|
-
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
409
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
410
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
411
|
-
<dir>$PROJECT_DIR$/examples/react-app/use-toc/src</dir>
|
|
448
|
+
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
449
|
+
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
412
450
|
<dir>$PROJECT_DIR$/src</dir>
|
|
413
|
-
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
414
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
415
451
|
</dirStrings>
|
|
416
452
|
</component>
|
|
417
453
|
<component name="Git.Settings">
|
|
@@ -420,57 +456,57 @@
|
|
|
420
456
|
<component name="IdeDocumentHistory">
|
|
421
457
|
<option name="CHANGED_PATHS">
|
|
422
458
|
<list>
|
|
423
|
-
<option value="$PROJECT_DIR$/src/markdown/md-
|
|
424
|
-
<option value="$PROJECT_DIR$/tests/
|
|
425
|
-
<option value="$PROJECT_DIR$/
|
|
426
|
-
<option value="$PROJECT_DIR$/tests/_image.js" />
|
|
427
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" />
|
|
428
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
|
|
429
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/parse-tabular.ts" />
|
|
430
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/sub-tabular.ts" />
|
|
431
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
|
|
432
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
433
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
434
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
435
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/helper.ts" />
|
|
436
|
-
<option value="$PROJECT_DIR$/doc/theorems.md" />
|
|
437
|
-
<option value="$PROJECT_DIR$/src/markdown/md-theorem/helper.ts" />
|
|
438
|
-
<option value="$PROJECT_DIR$/src/markdown/md-theorem/index.ts" />
|
|
439
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
440
|
-
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
459
|
+
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-tabular.ts" />
|
|
460
|
+
<option value="$PROJECT_DIR$/tests/_data/_table-markdown/_data.js" />
|
|
461
|
+
<option value="$PROJECT_DIR$/src/contex-menu/menu/helper.ts" />
|
|
441
462
|
<option value="$PROJECT_DIR$/package.json" />
|
|
442
|
-
<option value="$PROJECT_DIR$/
|
|
443
|
-
<option value="$PROJECT_DIR$/tests/_data/
|
|
444
|
-
<option value="$PROJECT_DIR$/
|
|
445
|
-
<option value="$PROJECT_DIR$/
|
|
446
|
-
<option value="$PROJECT_DIR$/
|
|
447
|
-
<option value="$PROJECT_DIR$/
|
|
448
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
449
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
450
|
-
<option value="$PROJECT_DIR$/tests/test.html" />
|
|
451
|
-
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
452
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
453
|
-
<option value="$PROJECT_DIR$/src/markdown/test.ts" />
|
|
454
|
-
<option value="$PROJECT_DIR$/tests/_data/_toc/_data-summary.js" />
|
|
455
|
-
<option value="$PROJECT_DIR$/tests/_data/_toc/_data-list.js" />
|
|
456
|
-
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
463
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_data.js" />
|
|
464
|
+
<option value="$PROJECT_DIR$/tests/_data/_wolfram/_differentiation.js" />
|
|
465
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/post-process.ts" />
|
|
466
|
+
<option value="$PROJECT_DIR$/src/mathjax/wolfram.ts" />
|
|
467
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts" />
|
|
468
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-wolfram/helperA.ts" />
|
|
457
469
|
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
458
|
-
<option value="$PROJECT_DIR$/src/markdown/
|
|
459
|
-
<option value="$PROJECT_DIR$/src/
|
|
460
|
-
<option value="$PROJECT_DIR$/
|
|
470
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
471
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/BaseMethods.ts" />
|
|
472
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/AmsMethods.ts" />
|
|
473
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/AmsItems.ts" />
|
|
474
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/AmsMappings.ts" />
|
|
475
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/AmsConfiguration.ts" />
|
|
476
|
+
<option value="$PROJECT_DIR$/src/mathjax/my-BaseMappings.ts" />
|
|
477
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex.js" />
|
|
478
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/base/BaseMethods.js" />
|
|
479
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandMethods.js" />
|
|
480
|
+
<option value="$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandUtil.js" />
|
|
481
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatItems.ts" />
|
|
482
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatConfiguration.ts" />
|
|
483
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatMappings.ts" />
|
|
484
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/flat/FlatMethods.ts" />
|
|
485
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/array/FlatConfiguration.ts" />
|
|
486
|
+
<option value="$PROJECT_DIR$/tsconfig.json" />
|
|
487
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts" />
|
|
488
|
+
<option value="$PROJECT_DIR$/tests/_tsv.js" />
|
|
489
|
+
<option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js" />
|
|
490
|
+
<option value="$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js" />
|
|
491
|
+
<option value="$PROJECT_DIR$/tests/_tsv_with_array.js" />
|
|
492
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayConfiguration.ts" />
|
|
493
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMethods.ts" />
|
|
494
|
+
<option value="$PROJECT_DIR$/src/mathjax/mathjax.ts" />
|
|
495
|
+
<option value="$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMappings.ts" />
|
|
496
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js" />
|
|
497
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/ascii_vertical_math.js" />
|
|
498
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/_asciiTimes.js" />
|
|
499
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts" />
|
|
500
|
+
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
501
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts" />
|
|
502
|
+
<option value="$PROJECT_DIR$/tests/_data/_ascii/_ascii_vertical_math.js" />
|
|
503
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" />
|
|
504
|
+
<option value="$PROJECT_DIR$/tests/_ascii.js" />
|
|
461
505
|
<option value="$PROJECT_DIR$/README.md" />
|
|
462
|
-
<option value="$PROJECT_DIR$/
|
|
463
|
-
<option value="$PROJECT_DIR$/
|
|
464
|
-
<option value="$PROJECT_DIR$/
|
|
465
|
-
<option value="$PROJECT_DIR$/
|
|
466
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-toc/src/style.css" />
|
|
467
|
-
<option value="$PROJECT_DIR$/examples/react-app/use-toc/README.md" />
|
|
468
|
-
<option value="$PROJECT_DIR$/tests/_sections.js" />
|
|
469
|
-
<option value="$PROJECT_DIR$/tests/_toc.js" />
|
|
470
|
-
<option value="$PROJECT_DIR$/src/markdown/common.ts" />
|
|
471
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/setcounter-section.ts" />
|
|
472
|
-
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
473
|
-
<option value="$PROJECT_DIR$/.gitignore" />
|
|
506
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
507
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts" />
|
|
508
|
+
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts" />
|
|
509
|
+
<option value="$PROJECT_DIR$/tests/_data/_tabular/_data.js" />
|
|
474
510
|
</list>
|
|
475
511
|
</option>
|
|
476
512
|
</component>
|
|
@@ -500,11 +536,11 @@
|
|
|
500
536
|
<path value="$PROJECT_DIR$/package.json" />
|
|
501
537
|
</packageJsonPaths>
|
|
502
538
|
</component>
|
|
503
|
-
<component name="ProjectFrameBounds">
|
|
504
|
-
<option name="x" value="
|
|
505
|
-
<option name="y" value="
|
|
506
|
-
<option name="width" value="
|
|
507
|
-
<option name="height" value="
|
|
539
|
+
<component name="ProjectFrameBounds" extendedState="6">
|
|
540
|
+
<option name="x" value="-8" />
|
|
541
|
+
<option name="y" value="23" />
|
|
542
|
+
<option name="width" value="1682" />
|
|
543
|
+
<option name="height" value="979" />
|
|
508
544
|
</component>
|
|
509
545
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
510
546
|
<component name="ProjectView">
|
|
@@ -522,24 +558,25 @@
|
|
|
522
558
|
<path>
|
|
523
559
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
524
560
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
525
|
-
<item name="
|
|
561
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
526
562
|
</path>
|
|
527
563
|
<path>
|
|
528
564
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
529
565
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
530
|
-
<item name="
|
|
566
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
531
567
|
</path>
|
|
532
568
|
<path>
|
|
533
569
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
534
570
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
535
|
-
<item name="
|
|
536
|
-
<item name="
|
|
571
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
572
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
537
573
|
</path>
|
|
538
574
|
<path>
|
|
539
575
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
540
576
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
541
|
-
<item name="
|
|
542
|
-
<item name="
|
|
577
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
578
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
579
|
+
<item name="_tabular" type="462c0819:PsiDirectoryNode" />
|
|
543
580
|
</path>
|
|
544
581
|
</expand>
|
|
545
582
|
<select />
|
|
@@ -562,10 +599,6 @@
|
|
|
562
599
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
563
600
|
</component>
|
|
564
601
|
<component name="RecentsManager">
|
|
565
|
-
<key name="CopyFile.RECENT_KEYS">
|
|
566
|
-
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
567
|
-
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
568
|
-
</key>
|
|
569
602
|
<key name="MoveFile.RECENT_KEYS">
|
|
570
603
|
<recent name="$PROJECT_DIR$/doc/images" />
|
|
571
604
|
<recent name="$PROJECT_DIR$/tests" />
|
|
@@ -573,6 +606,11 @@
|
|
|
573
606
|
<recent name="$PROJECT_DIR$/src/contex-menu" />
|
|
574
607
|
<recent name="$PROJECT_DIR$/src/contex-menu/menu" />
|
|
575
608
|
</key>
|
|
609
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
610
|
+
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
611
|
+
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
612
|
+
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
613
|
+
</key>
|
|
576
614
|
</component>
|
|
577
615
|
<component name="RunDashboard">
|
|
578
616
|
<option name="ruleStates">
|
|
@@ -697,23 +735,42 @@
|
|
|
697
735
|
<workItem from="1672287146347" duration="37145000" />
|
|
698
736
|
<workItem from="1672640885329" duration="5184000" />
|
|
699
737
|
<workItem from="1672652944922" duration="57153000" />
|
|
700
|
-
<workItem from="1673208400572" duration="
|
|
738
|
+
<workItem from="1673208400572" duration="5871000" />
|
|
739
|
+
<workItem from="1673251209385" duration="782000" />
|
|
740
|
+
<workItem from="1673255391232" duration="11058000" />
|
|
741
|
+
<workItem from="1673336473309" duration="7842000" />
|
|
742
|
+
<workItem from="1673357024426" duration="32091000" />
|
|
743
|
+
<workItem from="1673513420556" duration="2086000" />
|
|
744
|
+
<workItem from="1673531383863" duration="127000" />
|
|
745
|
+
<workItem from="1673533211661" duration="10336000" />
|
|
746
|
+
<workItem from="1673602104199" duration="6856000" />
|
|
747
|
+
<workItem from="1673850185563" duration="31047000" />
|
|
748
|
+
<workItem from="1673933686072" duration="23940000" />
|
|
749
|
+
<workItem from="1673979163425" duration="56000" />
|
|
750
|
+
<workItem from="1674802623125" duration="11148000" />
|
|
751
|
+
<workItem from="1675060742275" duration="77146000" />
|
|
752
|
+
<workItem from="1675269929608" duration="29436000" />
|
|
753
|
+
<workItem from="1675407387750" duration="819000" />
|
|
754
|
+
<workItem from="1675412174244" duration="453000" />
|
|
755
|
+
<workItem from="1675664038485" duration="104804000" />
|
|
756
|
+
<workItem from="1676272791842" duration="12215000" />
|
|
757
|
+
<workItem from="1676443545624" duration="1633000" />
|
|
758
|
+
<workItem from="1676468630666" duration="4895000" />
|
|
701
759
|
</task>
|
|
702
760
|
<servers />
|
|
703
761
|
</component>
|
|
704
762
|
<component name="TimeTrackingManager">
|
|
705
|
-
<option name="totallyTimeSpent" value="
|
|
763
|
+
<option name="totallyTimeSpent" value="1412687000" />
|
|
706
764
|
</component>
|
|
707
765
|
<component name="ToolWindowManager">
|
|
708
|
-
<frame x="
|
|
709
|
-
<editor active="true" />
|
|
766
|
+
<frame x="-8" y="23" width="1682" height="979" extended-state="6" />
|
|
710
767
|
<layout>
|
|
711
|
-
<window_info
|
|
768
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.18362433" />
|
|
712
769
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
713
770
|
<window_info id="npm" order="2" side_tool="true" />
|
|
714
771
|
<window_info id="DB Browser" order="3" />
|
|
715
772
|
<window_info id="Project Explorer" order="4" />
|
|
716
|
-
<window_info id="Job Explorer" order="5" />
|
|
773
|
+
<window_info id="Job Explorer" order="5" weight="0.32978722" />
|
|
717
774
|
<window_info id="Favorites" order="6" side_tool="true" />
|
|
718
775
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
719
776
|
<window_info anchor="bottom" id="Find" order="1" />
|
|
@@ -727,7 +784,7 @@
|
|
|
727
784
|
<window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
728
785
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
729
786
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
730
|
-
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.
|
|
787
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.4430665" />
|
|
731
788
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
732
789
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
733
790
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -771,7 +828,7 @@
|
|
|
771
828
|
<breakpoints>
|
|
772
829
|
<line-breakpoint enabled="true" type="javascript">
|
|
773
830
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
774
|
-
<line>
|
|
831
|
+
<line>359</line>
|
|
775
832
|
<option name="timeStamp" value="16" />
|
|
776
833
|
</line-breakpoint>
|
|
777
834
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -813,390 +870,430 @@
|
|
|
813
870
|
<line>75</line>
|
|
814
871
|
<option name="timeStamp" value="28" />
|
|
815
872
|
</line-breakpoint>
|
|
873
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
874
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts</url>
|
|
875
|
+
<line>438</line>
|
|
876
|
+
<option name="timeStamp" value="29" />
|
|
877
|
+
</line-breakpoint>
|
|
878
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
879
|
+
<url>file://$PROJECT_DIR$/src/mathjax/serialized-wolfram/handlers.ts</url>
|
|
880
|
+
<line>12</line>
|
|
881
|
+
<option name="timeStamp" value="30" />
|
|
882
|
+
</line-breakpoint>
|
|
883
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
884
|
+
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
885
|
+
<line>705</line>
|
|
886
|
+
<option name="timeStamp" value="31" />
|
|
887
|
+
</line-breakpoint>
|
|
816
888
|
</breakpoints>
|
|
817
889
|
</breakpoint-manager>
|
|
818
890
|
</component>
|
|
819
891
|
<component name="editorHistoryManager">
|
|
820
|
-
<entry file="file://$PROJECT_DIR$/
|
|
892
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/base/BaseMethods.js">
|
|
821
893
|
<provider selected="true" editor-type-id="text-editor">
|
|
822
|
-
<state relative-caret-position="
|
|
823
|
-
<caret line="
|
|
824
|
-
<folding>
|
|
825
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
826
|
-
</folding>
|
|
894
|
+
<state relative-caret-position="452">
|
|
895
|
+
<caret line="819" column="53" selection-start-line="819" selection-start-column="53" selection-end-line="819" selection-end-column="53" />
|
|
827
896
|
</state>
|
|
828
897
|
</provider>
|
|
829
898
|
</entry>
|
|
830
|
-
<entry file="file://$PROJECT_DIR$/
|
|
899
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandMethods.js">
|
|
831
900
|
<provider selected="true" editor-type-id="text-editor">
|
|
832
|
-
<state relative-caret-position="
|
|
833
|
-
<caret line="
|
|
834
|
-
<folding>
|
|
835
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
836
|
-
<element signature="e#2006#4483#0" expanded="true" />
|
|
837
|
-
<element signature="e#2020#4038#0" expanded="true" />
|
|
838
|
-
<element signature="e#2108#3971#0" expanded="true" />
|
|
839
|
-
<element signature="e#2224#3954#0" expanded="true" />
|
|
840
|
-
<element signature="e#2306#2565#0" expanded="true" />
|
|
841
|
-
<element signature="e#2330#2519#0" expanded="true" />
|
|
842
|
-
<element signature="e#2580#2848#0" expanded="true" />
|
|
843
|
-
</folding>
|
|
901
|
+
<state relative-caret-position="450">
|
|
902
|
+
<caret line="142" column="17" selection-start-line="142" selection-start-column="17" selection-end-line="142" selection-end-column="17" />
|
|
844
903
|
</state>
|
|
845
904
|
</provider>
|
|
846
905
|
</entry>
|
|
847
|
-
<entry file="file://$PROJECT_DIR$/
|
|
906
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex/newcommand/NewcommandUtil.js">
|
|
848
907
|
<provider selected="true" editor-type-id="text-editor">
|
|
849
|
-
<state>
|
|
850
|
-
<caret selection-end-column="
|
|
908
|
+
<state relative-caret-position="180">
|
|
909
|
+
<caret line="131" column="5" selection-start-line="131" selection-start-column="5" selection-end-line="131" selection-end-column="5" />
|
|
851
910
|
</state>
|
|
852
911
|
</provider>
|
|
853
912
|
</entry>
|
|
854
|
-
<entry file="file://$PROJECT_DIR$/
|
|
855
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
913
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseConfiguration.ts">
|
|
914
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
915
|
+
<state relative-caret-position="176">
|
|
916
|
+
<caret line="117" column="52" selection-start-line="117" selection-start-column="52" selection-end-line="117" selection-end-column="52" />
|
|
917
|
+
</state>
|
|
918
|
+
</provider>
|
|
856
919
|
</entry>
|
|
857
|
-
<entry file="file://$PROJECT_DIR$/
|
|
920
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/helpers/flat/FlatItems.ts" />
|
|
921
|
+
<entry file="file://$PROJECT_DIR$/tsconfig.json">
|
|
858
922
|
<provider selected="true" editor-type-id="text-editor">
|
|
859
|
-
<state relative-caret-position="
|
|
860
|
-
<caret line="
|
|
923
|
+
<state relative-caret-position="195">
|
|
924
|
+
<caret line="13" selection-start-line="13" selection-end-line="13" />
|
|
861
925
|
</state>
|
|
862
926
|
</provider>
|
|
863
927
|
</entry>
|
|
864
|
-
<entry file="file://$PROJECT_DIR$/
|
|
928
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/TexParser.ts">
|
|
865
929
|
<provider selected="true" editor-type-id="text-editor">
|
|
866
|
-
<state relative-caret-position="
|
|
867
|
-
<caret line="
|
|
930
|
+
<state relative-caret-position="43">
|
|
931
|
+
<caret line="471" selection-start-line="471" selection-end-line="471" />
|
|
868
932
|
</state>
|
|
869
933
|
</provider>
|
|
870
934
|
</entry>
|
|
871
|
-
<entry file="file://$PROJECT_DIR$/
|
|
872
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-chemistry/index.ts">
|
|
935
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/SerializedMmlVisitor.d.ts">
|
|
873
936
|
<provider selected="true" editor-type-id="text-editor">
|
|
874
|
-
<state relative-caret-position="
|
|
875
|
-
<caret line="
|
|
937
|
+
<state relative-caret-position="135">
|
|
938
|
+
<caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
|
|
876
939
|
</state>
|
|
877
940
|
</provider>
|
|
878
941
|
</entry>
|
|
879
|
-
<entry file="file://$PROJECT_DIR$/
|
|
880
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_toc/_data-list.js">
|
|
942
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/Attributes.d.ts">
|
|
881
943
|
<provider selected="true" editor-type-id="text-editor">
|
|
882
|
-
<state relative-caret-position="
|
|
883
|
-
<caret selection-end-column="
|
|
944
|
+
<state relative-caret-position="345">
|
|
945
|
+
<caret line="23" column="19" selection-start-line="23" selection-start-column="4" selection-end-line="23" selection-end-column="19" />
|
|
884
946
|
</state>
|
|
885
947
|
</provider>
|
|
886
948
|
</entry>
|
|
887
|
-
<entry file="file://$PROJECT_DIR$/
|
|
949
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseItems.ts">
|
|
888
950
|
<provider selected="true" editor-type-id="text-editor">
|
|
889
|
-
<state relative-caret-position="
|
|
890
|
-
<caret line="
|
|
951
|
+
<state relative-caret-position="36">
|
|
952
|
+
<caret line="781" column="30" selection-start-line="781" selection-start-column="30" selection-end-line="781" selection-end-column="30" />
|
|
891
953
|
</state>
|
|
892
954
|
</provider>
|
|
893
955
|
</entry>
|
|
894
|
-
<entry file="file://$PROJECT_DIR$/
|
|
956
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/base/BaseMethods.ts">
|
|
895
957
|
<provider selected="true" editor-type-id="text-editor">
|
|
896
|
-
<state relative-caret-position="
|
|
897
|
-
<caret line="
|
|
958
|
+
<state relative-caret-position="57">
|
|
959
|
+
<caret line="1235" column="20" selection-start-line="1235" selection-start-column="20" selection-end-line="1235" selection-end-column="20" />
|
|
898
960
|
</state>
|
|
899
961
|
</provider>
|
|
900
962
|
</entry>
|
|
901
|
-
<entry file="file://$PROJECT_DIR$/
|
|
963
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/SerializedMmlVisitor.ts">
|
|
902
964
|
<provider selected="true" editor-type-id="text-editor">
|
|
903
|
-
<state relative-caret-position="
|
|
904
|
-
<caret line="
|
|
965
|
+
<state relative-caret-position="202">
|
|
966
|
+
<caret line="38" column="3" selection-start-line="38" selection-start-column="3" selection-end-line="38" selection-end-column="3" />
|
|
905
967
|
<folding>
|
|
906
|
-
<element signature="e#
|
|
968
|
+
<element signature="e#871#914#0" expanded="true" />
|
|
907
969
|
</folding>
|
|
908
970
|
</state>
|
|
909
971
|
</provider>
|
|
910
972
|
</entry>
|
|
911
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
973
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathml-word.ts">
|
|
912
974
|
<provider selected="true" editor-type-id="text-editor">
|
|
913
|
-
<state relative-caret-position="
|
|
914
|
-
<caret line="
|
|
975
|
+
<state relative-caret-position="105">
|
|
976
|
+
<caret line="7" column="2" selection-start-line="7" selection-start-column="2" selection-end-line="7" selection-end-column="2" />
|
|
915
977
|
</state>
|
|
916
978
|
</provider>
|
|
917
979
|
</entry>
|
|
918
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
980
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/FilterUtil.ts">
|
|
919
981
|
<provider selected="true" editor-type-id="text-editor">
|
|
920
|
-
<state relative-caret-position="
|
|
921
|
-
<caret line="
|
|
982
|
+
<state relative-caret-position="436">
|
|
983
|
+
<caret line="76" column="10" selection-start-line="76" selection-start-column="10" selection-end-line="76" selection-end-column="41" />
|
|
922
984
|
</state>
|
|
923
985
|
</provider>
|
|
924
986
|
</entry>
|
|
925
|
-
<entry file="file://$PROJECT_DIR$/
|
|
987
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathJaxConfig.ts">
|
|
926
988
|
<provider selected="true" editor-type-id="text-editor">
|
|
927
|
-
<state relative-caret-position="
|
|
928
|
-
<caret line="
|
|
989
|
+
<state relative-caret-position="45">
|
|
990
|
+
<caret line="3" selection-start-line="3" selection-end-line="3" />
|
|
929
991
|
</state>
|
|
930
992
|
</provider>
|
|
931
993
|
</entry>
|
|
932
|
-
<entry file="file://$PROJECT_DIR$/
|
|
994
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/input/tex.d.ts">
|
|
933
995
|
<provider selected="true" editor-type-id="text-editor">
|
|
934
|
-
<state relative-caret-position="
|
|
935
|
-
<caret line="
|
|
996
|
+
<state relative-caret-position="165">
|
|
997
|
+
<caret line="21" column="4" selection-start-line="21" selection-start-column="4" selection-end-line="21" selection-end-column="4" />
|
|
936
998
|
</state>
|
|
937
999
|
</provider>
|
|
938
1000
|
</entry>
|
|
939
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1001
|
+
<entry file="file://$PROJECT_DIR$/tests/_tsv.js">
|
|
940
1002
|
<provider selected="true" editor-type-id="text-editor">
|
|
941
|
-
<state relative-caret-position="
|
|
942
|
-
<caret line="
|
|
1003
|
+
<state relative-caret-position="137">
|
|
1004
|
+
<caret line="23" column="8" selection-start-line="23" selection-start-column="8" selection-end-line="23" selection-end-column="8" />
|
|
943
1005
|
</state>
|
|
944
1006
|
</provider>
|
|
945
1007
|
</entry>
|
|
946
|
-
<entry file="file://$PROJECT_DIR$/
|
|
947
|
-
<provider selected="true" editor-type-id="
|
|
948
|
-
<state
|
|
949
|
-
<
|
|
950
|
-
<caret line="47" column="17" selection-start-line="47" selection-start-column="17" selection-end-line="47" selection-end-column="17" />
|
|
951
|
-
</first_editor>
|
|
952
|
-
<second_editor />
|
|
1008
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data.js">
|
|
1009
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1010
|
+
<state relative-caret-position="-695">
|
|
1011
|
+
<caret line="301" column="19" selection-start-line="301" selection-start-column="19" selection-end-line="301" selection-end-column="19" />
|
|
953
1012
|
</state>
|
|
954
1013
|
</provider>
|
|
955
1014
|
</entry>
|
|
956
|
-
<entry file="file://$PROJECT_DIR$/
|
|
957
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_sections/_data.js">
|
|
1015
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MathDocument.ts">
|
|
958
1016
|
<provider selected="true" editor-type-id="text-editor">
|
|
959
|
-
<state relative-caret-position="
|
|
960
|
-
<caret line="
|
|
1017
|
+
<state relative-caret-position="472">
|
|
1018
|
+
<caret line="636" column="7" selection-start-line="636" selection-start-column="7" selection-end-line="636" selection-end-column="7" />
|
|
961
1019
|
</state>
|
|
962
1020
|
</provider>
|
|
963
1021
|
</entry>
|
|
964
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1022
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_tsv_with_array/_data_include_sub_math.js">
|
|
965
1023
|
<provider selected="true" editor-type-id="text-editor">
|
|
966
|
-
<state>
|
|
967
|
-
<caret column="
|
|
1024
|
+
<state relative-caret-position="345">
|
|
1025
|
+
<caret line="23" column="16" selection-start-line="23" selection-start-column="16" selection-end-line="23" selection-end-column="16" />
|
|
968
1026
|
</state>
|
|
969
1027
|
</provider>
|
|
970
1028
|
</entry>
|
|
971
|
-
<entry file="file://$PROJECT_DIR$/
|
|
972
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
973
|
-
</entry>
|
|
974
|
-
<entry file="file://$PROJECT_DIR$/examples/react-app/use-toc/src/data.js">
|
|
1029
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/mathjax.ts">
|
|
975
1030
|
<provider selected="true" editor-type-id="text-editor">
|
|
976
|
-
<state>
|
|
977
|
-
<caret column="
|
|
1031
|
+
<state relative-caret-position="288">
|
|
1032
|
+
<caret line="35" column="1" selection-start-line="35" selection-start-column="1" selection-end-line="35" selection-end-column="1" />
|
|
978
1033
|
</state>
|
|
979
1034
|
</provider>
|
|
980
1035
|
</entry>
|
|
981
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1036
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiTimes.js">
|
|
982
1037
|
<provider selected="true" editor-type-id="text-editor">
|
|
983
|
-
<state relative-caret-position="
|
|
984
|
-
<caret line="
|
|
1038
|
+
<state relative-caret-position="435">
|
|
1039
|
+
<caret line="29" selection-start-line="29" selection-end-line="29" />
|
|
985
1040
|
</state>
|
|
986
1041
|
</provider>
|
|
987
1042
|
</entry>
|
|
988
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1043
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
|
|
989
1044
|
<provider selected="true" editor-type-id="text-editor">
|
|
990
|
-
<state relative-caret-position="
|
|
991
|
-
<caret line="
|
|
1045
|
+
<state relative-caret-position="5415">
|
|
1046
|
+
<caret line="362" column="7" selection-start-line="362" selection-start-column="7" selection-end-line="362" selection-end-column="7" />
|
|
992
1047
|
<folding>
|
|
993
|
-
<element signature="e#0#
|
|
994
|
-
<element signature="e#1634#4448#0" expanded="true" />
|
|
995
|
-
<element signature="e#1796#2787#0" expanded="true" />
|
|
996
|
-
<element signature="e#1940#2772#0" expanded="true" />
|
|
997
|
-
<element signature="e#2096#2755#0" expanded="true" />
|
|
998
|
-
<element signature="e#2281#2434#0" expanded="true" />
|
|
999
|
-
<element signature="e#2449#2735#0" expanded="true" />
|
|
1000
|
-
<element signature="e#2502#2679#0" expanded="true" />
|
|
1048
|
+
<element signature="e#0#73#0" expanded="true" />
|
|
1001
1049
|
</folding>
|
|
1002
1050
|
</state>
|
|
1003
1051
|
</provider>
|
|
1004
1052
|
</entry>
|
|
1005
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1053
|
+
<entry file="file://$PROJECT_DIR$/tests/_tsv_with_array.js">
|
|
1006
1054
|
<provider selected="true" editor-type-id="text-editor">
|
|
1007
|
-
<state relative-caret-position="
|
|
1008
|
-
<caret line="
|
|
1055
|
+
<state relative-caret-position="540">
|
|
1056
|
+
<caret line="36" column="8" selection-start-line="36" selection-start-column="8" selection-end-line="36" selection-end-column="8" />
|
|
1009
1057
|
</state>
|
|
1010
1058
|
</provider>
|
|
1011
1059
|
</entry>
|
|
1012
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1013
|
-
<provider selected="true" editor-type-id="
|
|
1014
|
-
<state
|
|
1015
|
-
<
|
|
1016
|
-
<caret line="92" column="29" selection-start-line="92" selection-start-column="29" selection-end-line="92" selection-end-column="29" />
|
|
1017
|
-
</first_editor>
|
|
1018
|
-
<second_editor />
|
|
1060
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayConfiguration.ts">
|
|
1061
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1062
|
+
<state relative-caret-position="240">
|
|
1063
|
+
<caret line="17" selection-start-line="17" selection-end-line="17" />
|
|
1019
1064
|
</state>
|
|
1020
1065
|
</provider>
|
|
1021
1066
|
</entry>
|
|
1022
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1023
|
-
<provider selected="true" editor-type-id="images" />
|
|
1024
|
-
</entry>
|
|
1025
|
-
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1067
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMethods.ts">
|
|
1026
1068
|
<provider selected="true" editor-type-id="text-editor">
|
|
1027
|
-
<state relative-caret-position="
|
|
1028
|
-
<caret line="
|
|
1069
|
+
<state relative-caret-position="75">
|
|
1070
|
+
<caret line="10" selection-start-line="10" selection-end-line="10" />
|
|
1029
1071
|
</state>
|
|
1030
1072
|
</provider>
|
|
1031
1073
|
</entry>
|
|
1032
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1074
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/helpers/array/ArrayMappings.ts">
|
|
1033
1075
|
<provider selected="true" editor-type-id="text-editor">
|
|
1034
|
-
<state relative-caret-position="
|
|
1035
|
-
<caret line="
|
|
1076
|
+
<state relative-caret-position="120">
|
|
1077
|
+
<caret line="10" selection-start-line="10" selection-end-line="10" />
|
|
1036
1078
|
</state>
|
|
1037
1079
|
</provider>
|
|
1038
1080
|
</entry>
|
|
1039
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1081
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_vertical_math.js">
|
|
1040
1082
|
<provider selected="true" editor-type-id="text-editor">
|
|
1041
|
-
<state relative-caret-position="
|
|
1042
|
-
<caret line="
|
|
1083
|
+
<state relative-caret-position="176">
|
|
1084
|
+
<caret line="184" column="64" selection-start-line="184" selection-start-column="64" selection-end-line="184" selection-end-column="64" />
|
|
1043
1085
|
</state>
|
|
1044
1086
|
</provider>
|
|
1045
1087
|
</entry>
|
|
1046
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1047
|
-
<provider selected="true" editor-type-id="
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
<
|
|
1088
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1089
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1090
|
+
</entry>
|
|
1091
|
+
<entry file="file://$PROJECT_DIR$/tests/_ascii.js">
|
|
1092
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1093
|
+
<state relative-caret-position="706">
|
|
1094
|
+
<caret line="150" column="2" selection-start-line="150" selection-start-column="2" selection-end-line="150" selection-end-column="2" />
|
|
1053
1095
|
</state>
|
|
1054
1096
|
</provider>
|
|
1055
1097
|
</entry>
|
|
1056
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1098
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/OperatorDictionary.ts">
|
|
1057
1099
|
<provider selected="true" editor-type-id="text-editor">
|
|
1058
|
-
<state relative-caret-position="
|
|
1059
|
-
<caret line="
|
|
1100
|
+
<state relative-caret-position="360">
|
|
1101
|
+
<caret line="24" column="31" selection-start-line="24" selection-start-column="31" selection-end-line="24" selection-end-column="31" />
|
|
1060
1102
|
</state>
|
|
1061
1103
|
</provider>
|
|
1062
1104
|
</entry>
|
|
1063
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1105
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1064
1106
|
<provider selected="true" editor-type-id="text-editor">
|
|
1065
|
-
<state relative-caret-position="
|
|
1066
|
-
<caret line="
|
|
1107
|
+
<state relative-caret-position="840">
|
|
1108
|
+
<caret line="63" selection-start-line="63" selection-end-line="63" />
|
|
1067
1109
|
<folding>
|
|
1068
|
-
<element signature="e#0#
|
|
1110
|
+
<element signature="e#0#50#0" expanded="true" />
|
|
1069
1111
|
</folding>
|
|
1070
1112
|
</state>
|
|
1071
1113
|
</provider>
|
|
1072
1114
|
</entry>
|
|
1073
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1115
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/js/core/MmlTree/MmlVisitor.d.ts">
|
|
1074
1116
|
<provider selected="true" editor-type-id="text-editor">
|
|
1075
|
-
<state relative-caret-position="
|
|
1076
|
-
<caret line="
|
|
1077
|
-
<folding>
|
|
1078
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1079
|
-
</folding>
|
|
1117
|
+
<state relative-caret-position="90">
|
|
1118
|
+
<caret line="8" selection-start-line="8" selection-end-line="8" />
|
|
1080
1119
|
</state>
|
|
1081
1120
|
</provider>
|
|
1082
1121
|
</entry>
|
|
1083
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1122
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex.ts">
|
|
1084
1123
|
<provider selected="true" editor-type-id="text-editor">
|
|
1085
|
-
<state relative-caret-position="
|
|
1086
|
-
<caret line="
|
|
1124
|
+
<state relative-caret-position="1965">
|
|
1125
|
+
<caret line="146" column="43" selection-start-line="146" selection-start-column="43" selection-end-line="146" selection-end-column="43" />
|
|
1087
1126
|
<folding>
|
|
1088
|
-
<element signature="e#
|
|
1127
|
+
<element signature="e#794#847#0" expanded="true" />
|
|
1089
1128
|
</folding>
|
|
1090
1129
|
</state>
|
|
1091
1130
|
</provider>
|
|
1092
1131
|
</entry>
|
|
1093
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1094
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1095
|
-
<state
|
|
1096
|
-
<
|
|
1132
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1133
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1134
|
+
<state split_layout="FIRST">
|
|
1135
|
+
<first_editor relative-caret-position="148">
|
|
1136
|
+
<caret line="211" column="19" selection-start-line="211" selection-start-column="15" selection-end-line="211" selection-end-column="19" />
|
|
1137
|
+
</first_editor>
|
|
1138
|
+
<second_editor />
|
|
1097
1139
|
</state>
|
|
1098
1140
|
</provider>
|
|
1099
1141
|
</entry>
|
|
1100
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1142
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/index.ts">
|
|
1101
1143
|
<provider selected="true" editor-type-id="text-editor">
|
|
1102
|
-
<state relative-caret-position="
|
|
1103
|
-
<caret line="
|
|
1144
|
+
<state relative-caret-position="315">
|
|
1145
|
+
<caret line="24" column="26" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" />
|
|
1104
1146
|
<folding>
|
|
1105
|
-
<element signature="e#0#
|
|
1147
|
+
<element signature="e#0#70#0" expanded="true" />
|
|
1106
1148
|
</folding>
|
|
1107
1149
|
</state>
|
|
1108
1150
|
</provider>
|
|
1109
1151
|
</entry>
|
|
1110
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1152
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_ascii_lcm.js">
|
|
1111
1153
|
<provider selected="true" editor-type-id="text-editor">
|
|
1112
|
-
<state relative-caret-position="
|
|
1113
|
-
<caret line="
|
|
1154
|
+
<state relative-caret-position="2160">
|
|
1155
|
+
<caret line="144" column="2" selection-start-line="144" selection-start-column="2" selection-end-line="144" selection-end-column="2" />
|
|
1114
1156
|
</state>
|
|
1115
1157
|
</provider>
|
|
1116
1158
|
</entry>
|
|
1117
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1159
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/MmlNodes/mrow.ts">
|
|
1118
1160
|
<provider selected="true" editor-type-id="text-editor">
|
|
1119
|
-
<state relative-caret-position="
|
|
1120
|
-
<caret line="
|
|
1121
|
-
<folding>
|
|
1122
|
-
<element signature="e#0#40#0" expanded="true" />
|
|
1123
|
-
</folding>
|
|
1161
|
+
<state relative-caret-position="360">
|
|
1162
|
+
<caret line="24" column="42" selection-start-line="24" selection-start-column="34" selection-end-line="24" selection-end-column="42" />
|
|
1124
1163
|
</state>
|
|
1125
1164
|
</provider>
|
|
1126
1165
|
</entry>
|
|
1127
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1166
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/Attributes.ts">
|
|
1128
1167
|
<provider selected="true" editor-type-id="text-editor">
|
|
1129
|
-
<state relative-caret-position="
|
|
1130
|
-
<caret line="
|
|
1168
|
+
<state relative-caret-position="2220">
|
|
1169
|
+
<caret line="148" column="5" selection-start-line="148" selection-start-column="5" selection-end-line="148" selection-end-column="5" />
|
|
1131
1170
|
</state>
|
|
1132
1171
|
</provider>
|
|
1133
1172
|
</entry>
|
|
1134
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1173
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_ascii/_asciiData.js">
|
|
1135
1174
|
<provider selected="true" editor-type-id="text-editor">
|
|
1136
|
-
<state relative-caret-position="
|
|
1137
|
-
<caret line="
|
|
1175
|
+
<state relative-caret-position="3645">
|
|
1176
|
+
<caret line="243" column="38" selection-start-line="243" selection-start-column="38" selection-end-line="243" selection-end-column="38" />
|
|
1138
1177
|
</state>
|
|
1139
1178
|
</provider>
|
|
1140
1179
|
</entry>
|
|
1141
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1180
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/helperA.ts">
|
|
1142
1181
|
<provider selected="true" editor-type-id="text-editor">
|
|
1143
|
-
<state relative-caret-position="
|
|
1144
|
-
<caret line="
|
|
1182
|
+
<state relative-caret-position="1500">
|
|
1183
|
+
<caret line="100" column="39" selection-start-line="100" selection-start-column="39" selection-end-line="100" selection-end-column="39" />
|
|
1145
1184
|
</state>
|
|
1146
1185
|
</provider>
|
|
1147
1186
|
</entry>
|
|
1148
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1187
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/MmlTree/MmlNode.ts">
|
|
1149
1188
|
<provider selected="true" editor-type-id="text-editor">
|
|
1150
|
-
<state relative-caret-position="
|
|
1151
|
-
<caret line="
|
|
1189
|
+
<state relative-caret-position="7875">
|
|
1190
|
+
<caret line="528" column="33" selection-start-line="528" selection-start-column="11" selection-end-line="528" selection-end-column="33" />
|
|
1152
1191
|
</state>
|
|
1153
1192
|
</provider>
|
|
1154
1193
|
</entry>
|
|
1155
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1194
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/core/Tree/Node.ts">
|
|
1156
1195
|
<provider selected="true" editor-type-id="text-editor">
|
|
1157
|
-
<state relative-caret-position="
|
|
1158
|
-
<caret line="
|
|
1196
|
+
<state relative-caret-position="4110">
|
|
1197
|
+
<caret line="274" selection-start-line="274" selection-end-line="274" />
|
|
1159
1198
|
</state>
|
|
1160
1199
|
</provider>
|
|
1161
1200
|
</entry>
|
|
1162
|
-
<entry file="file://$PROJECT_DIR
|
|
1201
|
+
<entry file="file://$PROJECT_DIR$/node_modules/mathjax-full/ts/input/tex/ams/AmsMappings.ts">
|
|
1163
1202
|
<provider selected="true" editor-type-id="text-editor">
|
|
1164
|
-
<state relative-caret-position="
|
|
1165
|
-
<caret line="
|
|
1203
|
+
<state relative-caret-position="135">
|
|
1204
|
+
<caret line="108" selection-start-line="108" selection-end-line="108" />
|
|
1166
1205
|
</state>
|
|
1167
1206
|
</provider>
|
|
1168
1207
|
</entry>
|
|
1169
1208
|
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1170
1209
|
<provider selected="true" editor-type-id="text-editor">
|
|
1171
|
-
<state relative-caret-position="
|
|
1172
|
-
<caret line="
|
|
1210
|
+
<state relative-caret-position="172">
|
|
1211
|
+
<caret line="105" column="54" selection-start-line="105" selection-start-column="54" selection-end-line="105" selection-end-column="63" />
|
|
1173
1212
|
<folding>
|
|
1174
|
-
<element signature="
|
|
1213
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1214
|
+
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
1215
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1175
1216
|
</folding>
|
|
1176
1217
|
</state>
|
|
1177
1218
|
</provider>
|
|
1178
1219
|
</entry>
|
|
1179
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1220
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/common.ts">
|
|
1180
1221
|
<provider selected="true" editor-type-id="text-editor">
|
|
1181
|
-
<state relative-caret-position="
|
|
1182
|
-
<caret line="
|
|
1222
|
+
<state relative-caret-position="75">
|
|
1223
|
+
<caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
|
|
1183
1224
|
</state>
|
|
1184
1225
|
</provider>
|
|
1185
1226
|
</entry>
|
|
1186
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1227
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1187
1228
|
<provider selected="true" editor-type-id="text-editor">
|
|
1188
|
-
<state relative-caret-position="
|
|
1189
|
-
<caret line="
|
|
1229
|
+
<state relative-caret-position="414">
|
|
1230
|
+
<caret line="47" column="131" selection-start-line="47" selection-start-column="131" selection-end-line="47" selection-end-column="131" />
|
|
1231
|
+
</state>
|
|
1232
|
+
</provider>
|
|
1233
|
+
</entry>
|
|
1234
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/multi-column-row.ts">
|
|
1235
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1236
|
+
<state relative-caret-position="744">
|
|
1237
|
+
<caret line="95" selection-start-line="95" selection-end-line="95" />
|
|
1190
1238
|
<folding>
|
|
1191
|
-
<element signature="e#0#
|
|
1192
|
-
<element signature="n#!!block;n#MathML#0" />
|
|
1193
|
-
<element signature="n#!!block;n#inlineMathML#0" />
|
|
1239
|
+
<element signature="e#0#54#0" expanded="true" />
|
|
1194
1240
|
</folding>
|
|
1195
1241
|
</state>
|
|
1196
1242
|
</provider>
|
|
1197
1243
|
</entry>
|
|
1198
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1244
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/tabular-td.ts">
|
|
1245
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1246
|
+
<state relative-caret-position="708">
|
|
1247
|
+
<caret line="64" selection-start-line="64" selection-end-line="64" />
|
|
1248
|
+
</state>
|
|
1249
|
+
</provider>
|
|
1250
|
+
</entry>
|
|
1251
|
+
<entry file="file://$PROJECT_DIR$/tests/_tabular.js">
|
|
1199
1252
|
<provider selected="true" editor-type-id="text-editor" />
|
|
1200
1253
|
</entry>
|
|
1254
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_tabular/_data.js">
|
|
1255
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1256
|
+
<state relative-caret-position="-24">
|
|
1257
|
+
<caret line="181" column="22" selection-start-line="181" selection-start-column="22" selection-end-line="181" selection-end-column="34" />
|
|
1258
|
+
<folding>
|
|
1259
|
+
<element signature="n#style#0;n#div#1;n#!!top" expanded="true" />
|
|
1260
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#1;n#div#2;n#!!top" expanded="true" />
|
|
1261
|
+
<element signature="e#18711#39243#0" />
|
|
1262
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#2;n#div#2;n#!!top" expanded="true" />
|
|
1263
|
+
<element signature="e#39247#52669#0" />
|
|
1264
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1265
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1266
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1267
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1268
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1269
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1270
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1271
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1272
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1273
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1274
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1275
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1276
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1277
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1278
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1279
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1280
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1281
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1282
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1283
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1284
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1285
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1286
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1287
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1288
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1289
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1290
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1291
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1292
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1293
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#0;n#!!top" expanded="true" />
|
|
1294
|
+
</folding>
|
|
1295
|
+
</state>
|
|
1296
|
+
</provider>
|
|
1297
|
+
</entry>
|
|
1201
1298
|
</component>
|
|
1202
1299
|
</project>
|