mathpix-markdown-it 1.2.12 → 1.2.13
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 +658 -457
- package/README.md +37 -13
- package/doc/images/latex-footnotes/latex-footnotes_02.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_03.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_04.png +0 -0
- package/doc/images/latex-underline/latex-underline_07.png +0 -0
- package/doc/latex-footnotes.md +15 -0
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/components/mathpix-markdown/index.js +3 -2
- package/lib/components/mathpix-markdown/index.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/lib/markdown/common/consts.js +2 -2
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/index.js +3 -2
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +3 -2
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/md-core-rules/set-positions.js +8 -3
- package/lib/markdown/md-core-rules/set-positions.js.map +1 -1
- package/lib/markdown/md-inline-rule/core-inline.js +12 -2
- package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/block-rule.js +80 -21
- package/lib/markdown/md-latex-footnotes/block-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/core-rule.js +58 -12
- package/lib/markdown/md-latex-footnotes/core-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/index.js +8 -2
- package/lib/markdown/md-latex-footnotes/index.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-rule.js +12 -3
- package/lib/markdown/md-latex-footnotes/inline-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js +14 -0
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/interfaces.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/render-rule.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/render-rule.js +45 -10
- package/lib/markdown/md-latex-footnotes/render-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/utils.d.ts +1 -0
- package/lib/markdown/md-latex-footnotes/utils.js +72 -21
- package/lib/markdown/md-latex-footnotes/utils.js.map +1 -1
- package/lib/markdown/rules.js +1 -1
- package/lib/markdown/rules.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +5 -0
- package/lib/mathpix-markdown-model/index.js +3 -2
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
4
|
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="809" mnemonic="9" />
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" line="149" mnemonic="2" />
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" line="122" mnemonic="1" />
|
|
7
7
|
</component>
|
|
8
8
|
<component name="ChangeListManager">
|
|
9
9
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts" />
|
|
@@ -21,39 +21,40 @@
|
|
|
21
21
|
<session id="1706553226">
|
|
22
22
|
<usages-collector id="statistics.lifecycle.project">
|
|
23
23
|
<counts>
|
|
24
|
-
<entry key="project.closed" value="
|
|
24
|
+
<entry key="project.closed" value="272" />
|
|
25
25
|
<entry key="project.open.time.10" value="7" />
|
|
26
26
|
<entry key="project.open.time.11" value="13" />
|
|
27
27
|
<entry key="project.open.time.12" value="5" />
|
|
28
28
|
<entry key="project.open.time.13" value="17" />
|
|
29
29
|
<entry key="project.open.time.14" value="4" />
|
|
30
30
|
<entry key="project.open.time.15" value="6" />
|
|
31
|
+
<entry key="project.open.time.16" value="1" />
|
|
31
32
|
<entry key="project.open.time.17" value="2" />
|
|
32
33
|
<entry key="project.open.time.18" value="3" />
|
|
33
34
|
<entry key="project.open.time.19" value="1" />
|
|
34
|
-
<entry key="project.open.time.2" value="
|
|
35
|
+
<entry key="project.open.time.2" value="30" />
|
|
35
36
|
<entry key="project.open.time.20" value="3" />
|
|
36
37
|
<entry key="project.open.time.22" value="4" />
|
|
37
|
-
<entry key="project.open.time.3" value="
|
|
38
|
+
<entry key="project.open.time.3" value="71" />
|
|
38
39
|
<entry key="project.open.time.30" value="1" />
|
|
39
40
|
<entry key="project.open.time.31" value="1" />
|
|
40
41
|
<entry key="project.open.time.32" value="1" />
|
|
41
42
|
<entry key="project.open.time.34" value="2" />
|
|
42
|
-
<entry key="project.open.time.4" value="
|
|
43
|
+
<entry key="project.open.time.4" value="68" />
|
|
43
44
|
<entry key="project.open.time.43" value="1" />
|
|
44
45
|
<entry key="project.open.time.48" value="1" />
|
|
45
46
|
<entry key="project.open.time.5" value="24" />
|
|
46
|
-
<entry key="project.open.time.6" value="
|
|
47
|
+
<entry key="project.open.time.6" value="19" />
|
|
47
48
|
<entry key="project.open.time.7" value="7" />
|
|
48
49
|
<entry key="project.open.time.8" value="2" />
|
|
49
50
|
<entry key="project.open.time.81" value="1" />
|
|
50
51
|
<entry key="project.open.time.9" value="2" />
|
|
51
|
-
<entry key="project.opened" value="
|
|
52
|
+
<entry key="project.opened" value="299" />
|
|
52
53
|
</counts>
|
|
53
54
|
</usages-collector>
|
|
54
55
|
<usages-collector id="statistics.js.language.service.starts">
|
|
55
56
|
<counts>
|
|
56
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
57
|
+
<entry key="TypeScriptServerServiceImpl" value="284" />
|
|
57
58
|
</counts>
|
|
58
59
|
</usages-collector>
|
|
59
60
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -66,19 +67,19 @@
|
|
|
66
67
|
<entry key="gitignore" value="8" />
|
|
67
68
|
<entry key="gitmodules" value="1" />
|
|
68
69
|
<entry key="html" value="22" />
|
|
69
|
-
<entry key="js" value="
|
|
70
|
+
<entry key="js" value="700" />
|
|
70
71
|
<entry key="jshintignore" value="1" />
|
|
71
72
|
<entry key="jshintrc" value="1" />
|
|
72
|
-
<entry key="json" value="
|
|
73
|
+
<entry key="json" value="88" />
|
|
73
74
|
<entry key="jsx" value="23" />
|
|
74
75
|
<entry key="lock" value="17" />
|
|
75
|
-
<entry key="md" value="
|
|
76
|
+
<entry key="md" value="65" />
|
|
76
77
|
<entry key="npmignore" value="3" />
|
|
77
78
|
<entry key="npmrc" value="1" />
|
|
78
|
-
<entry key="png" value="
|
|
79
|
+
<entry key="png" value="12" />
|
|
79
80
|
<entry key="sre" value="1" />
|
|
80
|
-
<entry key="ts" value="
|
|
81
|
-
<entry key="tsx" value="
|
|
81
|
+
<entry key="ts" value="1519" />
|
|
82
|
+
<entry key="tsx" value="71" />
|
|
82
83
|
<entry key="yarnignore" value="2" />
|
|
83
84
|
<entry key="yml" value="3" />
|
|
84
85
|
</counts>
|
|
@@ -89,15 +90,15 @@
|
|
|
89
90
|
<entry key="CSS" value="5" />
|
|
90
91
|
<entry key="EJS" value="1" />
|
|
91
92
|
<entry key="HTML" value="22" />
|
|
92
|
-
<entry key="Image" value="
|
|
93
|
+
<entry key="Image" value="13" />
|
|
93
94
|
<entry key="JSHint" value="1" />
|
|
94
|
-
<entry key="JSON" value="
|
|
95
|
+
<entry key="JSON" value="83" />
|
|
95
96
|
<entry key="JSX Harmony" value="23" />
|
|
96
|
-
<entry key="JavaScript" value="
|
|
97
|
-
<entry key="Markdown" value="
|
|
97
|
+
<entry key="JavaScript" value="701" />
|
|
98
|
+
<entry key="Markdown" value="65" />
|
|
98
99
|
<entry key="PLAIN_TEXT" value="17" />
|
|
99
|
-
<entry key="TypeScript" value="
|
|
100
|
-
<entry key="TypeScript JSX" value="
|
|
100
|
+
<entry key="TypeScript" value="1519" />
|
|
101
|
+
<entry key="TypeScript JSX" value="71" />
|
|
101
102
|
<entry key="YAML" value="3" />
|
|
102
103
|
<entry key="tsconfig" value="6" />
|
|
103
104
|
<entry key="yarn.lock" value="16" />
|
|
@@ -107,12 +108,12 @@
|
|
|
107
108
|
<counts>
|
|
108
109
|
<entry key="css" value="98" />
|
|
109
110
|
<entry key="html" value="48" />
|
|
110
|
-
<entry key="js" value="
|
|
111
|
-
<entry key="json" value="
|
|
111
|
+
<entry key="js" value="14929" />
|
|
112
|
+
<entry key="json" value="130" />
|
|
112
113
|
<entry key="jsx" value="1587" />
|
|
113
|
-
<entry key="md" value="
|
|
114
|
-
<entry key="ts" value="
|
|
115
|
-
<entry key="tsx" value="
|
|
114
|
+
<entry key="md" value="3163" />
|
|
115
|
+
<entry key="ts" value="138108" />
|
|
116
|
+
<entry key="tsx" value="1604" />
|
|
116
117
|
<entry key="yml" value="41" />
|
|
117
118
|
</counts>
|
|
118
119
|
</usages-collector>
|
|
@@ -120,12 +121,12 @@
|
|
|
120
121
|
<counts>
|
|
121
122
|
<entry key="CSS" value="98" />
|
|
122
123
|
<entry key="HTML" value="126" />
|
|
123
|
-
<entry key="JSON" value="
|
|
124
|
+
<entry key="JSON" value="99" />
|
|
124
125
|
<entry key="JSX Harmony" value="1587" />
|
|
125
|
-
<entry key="JavaScript" value="
|
|
126
|
-
<entry key="Markdown" value="
|
|
127
|
-
<entry key="TypeScript" value="
|
|
128
|
-
<entry key="TypeScript JSX" value="
|
|
126
|
+
<entry key="JavaScript" value="14942" />
|
|
127
|
+
<entry key="Markdown" value="3083" />
|
|
128
|
+
<entry key="TypeScript" value="138097" />
|
|
129
|
+
<entry key="TypeScript JSX" value="1604" />
|
|
129
130
|
<entry key="YAML" value="41" />
|
|
130
131
|
<entry key="tsconfig" value="31" />
|
|
131
132
|
</counts>
|
|
@@ -136,53 +137,64 @@
|
|
|
136
137
|
<favorites_list name="mathpix-markdown-it" />
|
|
137
138
|
</component>
|
|
138
139
|
<component name="FileEditorManager">
|
|
139
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
140
|
+
<splitter split-orientation="horizontal" split-proportion="0.5808198">
|
|
140
141
|
<split-first>
|
|
141
142
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
142
143
|
<file pinned="false" current-in-tab="false">
|
|
143
|
-
<entry file="file://$PROJECT_DIR$/
|
|
144
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
145
|
-
<state
|
|
146
|
-
<
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
144
|
+
<entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
|
|
145
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
146
|
+
<state split_layout="FIRST">
|
|
147
|
+
<first_editor relative-caret-position="296">
|
|
148
|
+
<caret line="74" column="45" selection-start-line="74" selection-start-column="45" selection-end-line="74" selection-end-column="45" />
|
|
149
|
+
</first_editor>
|
|
150
|
+
<second_editor />
|
|
150
151
|
</state>
|
|
151
152
|
</provider>
|
|
152
153
|
</entry>
|
|
153
154
|
</file>
|
|
154
155
|
<file pinned="false" current-in-tab="false">
|
|
155
|
-
<entry file="file://$PROJECT_DIR$/
|
|
156
|
-
<provider selected="true" editor-type-id="
|
|
157
|
-
<state relative-caret-position="210">
|
|
158
|
-
<caret line="14" column="3" selection-start-line="14" selection-start-column="3" selection-end-line="14" selection-end-column="3" />
|
|
159
|
-
</state>
|
|
160
|
-
</provider>
|
|
156
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_06.png">
|
|
157
|
+
<provider selected="true" editor-type-id="images" />
|
|
161
158
|
</entry>
|
|
162
159
|
</file>
|
|
163
160
|
<file pinned="false" current-in-tab="false">
|
|
164
|
-
<entry file="file://$PROJECT_DIR$/
|
|
165
|
-
<provider selected="true" editor-type-id="
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
161
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_01.png">
|
|
162
|
+
<provider selected="true" editor-type-id="images" />
|
|
163
|
+
</entry>
|
|
164
|
+
</file>
|
|
165
|
+
<file pinned="false" current-in-tab="false">
|
|
166
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_02.png">
|
|
167
|
+
<provider selected="true" editor-type-id="images" />
|
|
168
|
+
</entry>
|
|
169
|
+
</file>
|
|
170
|
+
<file pinned="false" current-in-tab="false">
|
|
171
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_03.png">
|
|
172
|
+
<provider selected="true" editor-type-id="images" />
|
|
173
173
|
</entry>
|
|
174
174
|
</file>
|
|
175
175
|
<file pinned="false" current-in-tab="false">
|
|
176
176
|
<entry file="file://$PROJECT_DIR$/README.md">
|
|
177
177
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
178
178
|
<state split_layout="FIRST">
|
|
179
|
-
<first_editor relative-caret-position="
|
|
180
|
-
<caret line="
|
|
179
|
+
<first_editor relative-caret-position="348">
|
|
180
|
+
<caret line="124" column="54" lean-forward="true" selection-start-line="124" selection-start-column="54" selection-end-line="124" selection-end-column="54" />
|
|
181
181
|
<folding>
|
|
182
|
+
<element signature="e#130#338#0" expanded="true" />
|
|
182
183
|
<element signature="e#0#31#0" expanded="true" />
|
|
184
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
185
|
+
<element signature="e#618#955#0" expanded="true" />
|
|
186
|
+
<element signature="e#632#852#0" expanded="true" />
|
|
187
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
188
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
189
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
190
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
191
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
183
192
|
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
193
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
184
194
|
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
185
195
|
<element signature="e#0#59#0" expanded="true" />
|
|
196
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
197
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
186
198
|
<element signature="e#0#121#1" expanded="true" />
|
|
187
199
|
</folding>
|
|
188
200
|
</first_editor>
|
|
@@ -191,175 +203,156 @@
|
|
|
191
203
|
</provider>
|
|
192
204
|
</entry>
|
|
193
205
|
</file>
|
|
194
|
-
<file pinned="false" current-in-tab="
|
|
195
|
-
<entry file="file://$PROJECT_DIR$/
|
|
196
|
-
<provider selected="true" editor-type-id="
|
|
197
|
-
<state
|
|
198
|
-
<
|
|
199
|
-
<caret line="80" column="36" selection-start-line="80" selection-start-column="36" selection-end-line="80" selection-end-column="36" />
|
|
200
|
-
</first_editor>
|
|
201
|
-
<second_editor />
|
|
206
|
+
<file pinned="false" current-in-tab="true">
|
|
207
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
208
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
209
|
+
<state relative-caret-position="30">
|
|
210
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
202
211
|
</state>
|
|
203
212
|
</provider>
|
|
204
213
|
</entry>
|
|
205
214
|
</file>
|
|
206
|
-
<file pinned="false" current-in-tab="
|
|
207
|
-
<entry file="file://$PROJECT_DIR$/
|
|
215
|
+
<file pinned="false" current-in-tab="false">
|
|
216
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
208
217
|
<provider selected="true" editor-type-id="text-editor">
|
|
209
|
-
<state relative-caret-position="
|
|
210
|
-
<caret line="
|
|
211
|
-
<folding>
|
|
212
|
-
<element signature="e#147#220#0" expanded="true" />
|
|
213
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
214
|
-
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
215
|
-
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
216
|
-
</folding>
|
|
218
|
+
<state relative-caret-position="207">
|
|
219
|
+
<caret line="116" column="56" selection-start-line="116" selection-start-column="56" selection-end-line="116" selection-end-column="56" />
|
|
217
220
|
</state>
|
|
218
221
|
</provider>
|
|
219
222
|
</entry>
|
|
220
223
|
</file>
|
|
221
224
|
<file pinned="false" current-in-tab="false">
|
|
222
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
225
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js">
|
|
223
226
|
<provider selected="true" editor-type-id="text-editor">
|
|
224
|
-
<state relative-caret-position="
|
|
225
|
-
<caret line="
|
|
226
|
-
<folding>
|
|
227
|
-
<element signature="n#style#0;n#div#1;n#!!top" expanded="true" />
|
|
228
|
-
<element signature="n#style#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
229
|
-
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
230
|
-
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
231
|
-
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
232
|
-
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
233
|
-
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
234
|
-
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
235
|
-
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
236
|
-
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
237
|
-
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
238
|
-
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
239
|
-
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
240
|
-
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
241
|
-
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;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#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
243
|
-
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
244
|
-
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#1;n#!!top" expanded="true" />
|
|
245
|
-
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#h1#0;n#!!top" expanded="true" />
|
|
246
|
-
<element signature="e#5106#5111#0" expanded="true" />
|
|
247
|
-
<element signature="n#style#0;n#ul#0;n#!!top" expanded="true" />
|
|
248
|
-
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#span#0;n#li#3;n#ul#0;n#!!top" expanded="true" />
|
|
249
|
-
<element signature="n#style#0;n#ol#0;n#!!top" expanded="true" />
|
|
250
|
-
<element signature="n#style#0;n#li#2;n#ol#0;n#!!top" expanded="true" />
|
|
251
|
-
<element signature="n#style#0;n#li#3;n#ol#0;n#!!top" expanded="true" />
|
|
252
|
-
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#span#0;n#li#3;n#ol#0;n#!!top" expanded="true" />
|
|
253
|
-
<element signature="n#style#0;n#li#4;n#ol#0;n#!!top" expanded="true" />
|
|
254
|
-
<element signature="n#style#0;n#li#5;n#ol#0;n#!!top" expanded="true" />
|
|
255
|
-
<element signature="n#style#0;n#div#4;n#!!top" expanded="true" />
|
|
256
|
-
<element signature="n#style#0;n#div#0;n#div#5;n#!!top" expanded="true" />
|
|
257
|
-
<element signature="n#style#0;n#span#0;n#div#0;n#div#5;n#!!top" expanded="true" />
|
|
258
|
-
<element signature="n#style#0;n#span#1;n#div#0;n#div#5;n#!!top" expanded="true" />
|
|
259
|
-
<element signature="n#style#0;n#div#0;n#div#0;n#div#5;n#!!top" expanded="true" />
|
|
260
|
-
<element signature="n#style#0;n#div#6;n#!!top" expanded="true" />
|
|
261
|
-
<element signature="n#style#0;n#div#0;n#div#6;n#!!top" expanded="true" />
|
|
262
|
-
<element signature="n#style#0;n#img#0;n#div#0;n#div#6;n#!!top" expanded="true" />
|
|
263
|
-
</folding>
|
|
227
|
+
<state relative-caret-position="330">
|
|
228
|
+
<caret line="22" column="49" selection-start-column="18" selection-end-line="22" selection-end-column="49" />
|
|
264
229
|
</state>
|
|
265
230
|
</provider>
|
|
266
231
|
</entry>
|
|
267
232
|
</file>
|
|
268
233
|
<file pinned="false" current-in-tab="false">
|
|
269
|
-
<entry file="file://$PROJECT_DIR$/
|
|
234
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js">
|
|
270
235
|
<provider selected="true" editor-type-id="text-editor">
|
|
271
|
-
<state relative-caret-position="
|
|
272
|
-
<caret line="
|
|
236
|
+
<state relative-caret-position="615">
|
|
237
|
+
<caret line="41" column="13" selection-start-line="41" selection-start-column="13" selection-end-line="41" selection-end-column="13" />
|
|
238
|
+
<folding>
|
|
239
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
240
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
241
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
242
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
243
|
+
<element signature="n#style#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
244
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
245
|
+
<element signature="n#style#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
246
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
247
|
+
<element signature="n#style#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
248
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
249
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
250
|
+
<element signature="n#style#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
251
|
+
<element signature="n#style#0;n#li#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
252
|
+
<element signature="n#style#0;n#ol#4;n#section#0;n#!!top" expanded="true" />
|
|
253
|
+
<element signature="n#style#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
254
|
+
<element signature="n#style#0;n#li#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
255
|
+
</folding>
|
|
273
256
|
</state>
|
|
274
257
|
</provider>
|
|
275
258
|
</entry>
|
|
276
259
|
</file>
|
|
260
|
+
</leaf>
|
|
261
|
+
</split-first>
|
|
262
|
+
<split-second>
|
|
263
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
277
264
|
<file pinned="false" current-in-tab="false">
|
|
278
|
-
<entry file="file://$PROJECT_DIR$/
|
|
265
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
279
266
|
<provider selected="true" editor-type-id="text-editor">
|
|
280
|
-
<state relative-caret-position="
|
|
281
|
-
<caret line="
|
|
267
|
+
<state relative-caret-position="221">
|
|
268
|
+
<caret line="595" column="45" selection-start-line="595" selection-start-column="31" selection-end-line="595" selection-end-column="45" />
|
|
269
|
+
<folding>
|
|
270
|
+
<element signature="e#0#45#0" expanded="true" />
|
|
271
|
+
</folding>
|
|
282
272
|
</state>
|
|
283
273
|
</provider>
|
|
284
274
|
</entry>
|
|
285
275
|
</file>
|
|
286
276
|
<file pinned="false" current-in-tab="false">
|
|
287
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
277
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
|
|
288
278
|
<provider selected="true" editor-type-id="text-editor">
|
|
289
|
-
<state
|
|
290
|
-
<caret
|
|
279
|
+
<state>
|
|
280
|
+
<caret selection-end-column="16" />
|
|
291
281
|
</state>
|
|
292
282
|
</provider>
|
|
293
283
|
</entry>
|
|
294
284
|
</file>
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
<split-second>
|
|
298
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
299
|
-
<file pinned="false" current-in-tab="true">
|
|
300
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
285
|
+
<file pinned="false" current-in-tab="false">
|
|
286
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
301
287
|
<provider selected="true" editor-type-id="text-editor">
|
|
302
|
-
<state relative-caret-position="
|
|
303
|
-
<caret line="
|
|
288
|
+
<state relative-caret-position="75">
|
|
289
|
+
<caret line="11" column="1" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" />
|
|
304
290
|
</state>
|
|
305
291
|
</provider>
|
|
306
292
|
</entry>
|
|
307
293
|
</file>
|
|
308
294
|
<file pinned="false" current-in-tab="false">
|
|
309
|
-
<entry file="file://$PROJECT_DIR$/
|
|
310
|
-
<provider selected="true" editor-type-id="
|
|
311
|
-
<state
|
|
312
|
-
<
|
|
313
|
-
<caret line="57" selection-start-line="57" selection-end-line="57" selection-end-column="43" />
|
|
314
|
-
</first_editor>
|
|
315
|
-
<second_editor />
|
|
295
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
296
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
297
|
+
<state relative-caret-position="885">
|
|
298
|
+
<caret line="59" column="73" selection-start-line="59" selection-start-column="73" selection-end-line="59" selection-end-column="73" />
|
|
316
299
|
</state>
|
|
317
300
|
</provider>
|
|
318
301
|
</entry>
|
|
319
302
|
</file>
|
|
320
303
|
<file pinned="false" current-in-tab="false">
|
|
321
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
304
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
322
305
|
<provider selected="true" editor-type-id="text-editor">
|
|
323
|
-
<state relative-caret-position="
|
|
324
|
-
<caret line="
|
|
306
|
+
<state relative-caret-position="570">
|
|
307
|
+
<caret line="43" column="24" selection-start-line="43" selection-start-column="15" selection-end-line="43" selection-end-column="24" />
|
|
325
308
|
</state>
|
|
326
309
|
</provider>
|
|
327
310
|
</entry>
|
|
328
311
|
</file>
|
|
329
312
|
<file pinned="false" current-in-tab="false">
|
|
330
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
313
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
331
314
|
<provider selected="true" editor-type-id="text-editor">
|
|
332
|
-
<state relative-caret-position="
|
|
333
|
-
<caret line="
|
|
315
|
+
<state relative-caret-position="600">
|
|
316
|
+
<caret line="60" column="24" selection-start-line="60" selection-start-column="24" selection-end-line="60" selection-end-column="24" />
|
|
334
317
|
</state>
|
|
335
318
|
</provider>
|
|
336
319
|
</entry>
|
|
337
320
|
</file>
|
|
338
321
|
<file pinned="false" current-in-tab="false">
|
|
339
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
322
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
323
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
324
|
+
</entry>
|
|
325
|
+
</file>
|
|
326
|
+
<file pinned="false" current-in-tab="false">
|
|
327
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
340
328
|
<provider selected="true" editor-type-id="text-editor">
|
|
341
|
-
<state>
|
|
329
|
+
<state relative-caret-position="338">
|
|
330
|
+
<caret line="337" column="32" selection-start-line="337" selection-start-column="20" selection-end-line="337" selection-end-column="32" />
|
|
342
331
|
<folding>
|
|
343
|
-
<element signature="e#0#
|
|
332
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
333
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
344
334
|
</folding>
|
|
345
335
|
</state>
|
|
346
336
|
</provider>
|
|
347
337
|
</entry>
|
|
348
338
|
</file>
|
|
349
|
-
<file pinned="false" current-in-tab="
|
|
350
|
-
<entry file="file://$PROJECT_DIR$/
|
|
339
|
+
<file pinned="false" current-in-tab="true">
|
|
340
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
351
341
|
<provider selected="true" editor-type-id="text-editor">
|
|
352
|
-
<state relative-caret-position="
|
|
353
|
-
<caret line="
|
|
342
|
+
<state relative-caret-position="225">
|
|
343
|
+
<caret line="37" column="18" selection-start-line="37" selection-start-column="18" selection-end-line="37" selection-end-column="18" />
|
|
354
344
|
</state>
|
|
355
345
|
</provider>
|
|
356
346
|
</entry>
|
|
357
347
|
</file>
|
|
358
348
|
<file pinned="false" current-in-tab="false">
|
|
359
|
-
<entry file="file://$PROJECT_DIR$/
|
|
349
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
360
350
|
<provider selected="true" editor-type-id="text-editor">
|
|
361
|
-
<state>
|
|
362
|
-
<caret selection-end-column="
|
|
351
|
+
<state relative-caret-position="429">
|
|
352
|
+
<caret line="48" column="25" selection-start-line="48" selection-start-column="25" selection-end-line="48" selection-end-column="25" />
|
|
353
|
+
<folding>
|
|
354
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
355
|
+
</folding>
|
|
363
356
|
</state>
|
|
364
357
|
</provider>
|
|
365
358
|
</entry>
|
|
@@ -377,36 +370,36 @@
|
|
|
377
370
|
</component>
|
|
378
371
|
<component name="FindInProjectRecents">
|
|
379
372
|
<findStrings>
|
|
380
|
-
<find>
|
|
381
|
-
<find>
|
|
382
|
-
<find>
|
|
373
|
+
<find>isNotMarkerList</find>
|
|
374
|
+
<find>blfootnotetext</find>
|
|
375
|
+
<find>footnotetext_latex</find>
|
|
376
|
+
<find>meta</find>
|
|
377
|
+
<find>blfootnotetext_latex</find>
|
|
378
|
+
<find>reFootNoteText</find>
|
|
379
|
+
<find>nonumbers</find>
|
|
380
|
+
<find>console</find>
|
|
381
|
+
<find>Footnote with table</find>
|
|
382
|
+
<find>font</find>
|
|
383
|
+
<find>render_footnote_block_open</find>
|
|
384
|
+
<find><section</find>
|
|
385
|
+
<find>font-size: 85%</find>
|
|
386
|
+
<find>footnotetext</find>
|
|
387
|
+
<find>autonumbers</find>
|
|
388
|
+
<find>markdownHTML</find>
|
|
383
389
|
<find>markdownToHTML</find>
|
|
384
|
-
<find>
|
|
385
|
-
<find>
|
|
386
|
-
<find>
|
|
387
|
-
<find>
|
|
388
|
-
<find>
|
|
389
|
-
<find>
|
|
390
|
-
<find>
|
|
391
|
-
<find>
|
|
392
|
-
<find>
|
|
393
|
-
<find>
|
|
390
|
+
<find>MM.markdownToHTML</find>
|
|
391
|
+
<find>mathjax</find>
|
|
392
|
+
<find>addFootnoteToListForBlFootnotetext</find>
|
|
393
|
+
<find>addFootnoteToListForFootnotetext</find>
|
|
394
|
+
<find>lastNumber</find>
|
|
395
|
+
<find>mmd_footnote_anchor_name</find>
|
|
396
|
+
<find>footnoteId</find>
|
|
397
|
+
<find>FootnoteMeta</find>
|
|
398
|
+
<find>createFootnotesTokens</find>
|
|
399
|
+
<find>hasContent</find>
|
|
400
|
+
<find>incrementNumber</find>
|
|
394
401
|
<find>console.log</find>
|
|
395
|
-
<find
|
|
396
|
-
<find>nextPos</find>
|
|
397
|
-
<find>silent</find>
|
|
398
|
-
<find>label</find>
|
|
399
|
-
<find>isDisableFootnote</find>
|
|
400
|
-
<find>needFirstSpaceBeforeLetter</find>
|
|
401
|
-
<find>data-underline</find>
|
|
402
|
-
<find>renderOutOpen</find>
|
|
403
|
-
<find>underlineType</find>
|
|
404
|
-
<find>uline</find>
|
|
405
|
-
<find>Check Footnotes</find>
|
|
406
|
-
<find>\text</find>
|
|
407
|
-
<find>textbf</find>
|
|
408
|
-
<find>Conferences</find>
|
|
409
|
-
<find>renderText</find>
|
|
402
|
+
<find>isBlock</find>
|
|
410
403
|
</findStrings>
|
|
411
404
|
<replaceStrings>
|
|
412
405
|
<replace>MJSimple</replace>
|
|
@@ -418,9 +411,6 @@
|
|
|
418
411
|
<replace />
|
|
419
412
|
</replaceStrings>
|
|
420
413
|
<dirStrings>
|
|
421
|
-
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
422
|
-
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
423
|
-
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
424
414
|
<dir>$PROJECT_DIR$/src/mathpix-markdown-model</dir>
|
|
425
415
|
<dir>$PROJECT_DIR$/examples</dir>
|
|
426
416
|
<dir>$PROJECT_DIR$/src/markdown/md-theorem</dir>
|
|
@@ -435,19 +425,22 @@
|
|
|
435
425
|
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
436
426
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
437
427
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
438
|
-
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
439
428
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
440
429
|
<dir>$PROJECT_DIR$/lib/markdown</dir>
|
|
441
430
|
<dir>$PROJECT_DIR$/lib</dir>
|
|
442
431
|
<dir>$PROJECT_DIR$/es5</dir>
|
|
443
432
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
444
|
-
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
445
433
|
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
446
434
|
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
447
435
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
448
|
-
<dir>$PROJECT_DIR$/src/
|
|
436
|
+
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
437
|
+
<dir>$PROJECT_DIR$/tests/_data/_footnotes_latex/_html</dir>
|
|
438
|
+
<dir>$PROJECT_DIR$/tests/_data/_footnotes</dir>
|
|
439
|
+
<dir>$PROJECT_DIR$/tests/_data/_refs</dir>
|
|
449
440
|
<dir>$PROJECT_DIR$/src</dir>
|
|
450
441
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
442
|
+
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
443
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
451
444
|
</dirStrings>
|
|
452
445
|
</component>
|
|
453
446
|
<component name="Git.Settings">
|
|
@@ -456,57 +449,57 @@
|
|
|
456
449
|
<component name="IdeDocumentHistory">
|
|
457
450
|
<option name="CHANGED_PATHS">
|
|
458
451
|
<list>
|
|
459
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd.js" />
|
|
460
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html.js" />
|
|
461
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd_02.js" />
|
|
462
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html_02.js" />
|
|
463
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/test.html" />
|
|
464
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
465
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js" />
|
|
466
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
467
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js" />
|
|
468
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
469
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js" />
|
|
470
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
471
|
-
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
472
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
473
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js" />
|
|
474
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
475
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js" />
|
|
476
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
477
452
|
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
478
453
|
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
479
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
480
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
481
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
482
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
483
454
|
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
484
455
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js" />
|
|
485
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
486
|
-
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
487
|
-
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
488
|
-
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
489
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
490
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
491
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
492
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
493
456
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
494
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
495
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
496
457
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
497
458
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/refs.ts" />
|
|
498
459
|
<option value="$PROJECT_DIR$/tests/_data/_refs/data.js" />
|
|
499
460
|
<option value="$PROJECT_DIR$/tests/_data/_refs/test.html" />
|
|
500
|
-
<option value="$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
501
|
-
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
502
461
|
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
|
|
503
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
504
462
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/underline.ts" />
|
|
505
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
506
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
507
463
|
<option value="$PROJECT_DIR$/doc/latex-underline.md" />
|
|
508
|
-
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
509
464
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
465
|
+
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
466
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
467
|
+
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
468
|
+
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
469
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
470
|
+
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
471
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
472
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
473
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
474
|
+
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
475
|
+
<option value="$PROJECT_DIR$/src/styles/index.ts" />
|
|
476
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
|
|
477
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
478
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
479
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
480
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
481
|
+
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
482
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
483
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_11.js" />
|
|
484
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_11.js" />
|
|
485
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
486
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
487
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js" />
|
|
488
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
489
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
490
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
491
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
492
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
493
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js" />
|
|
494
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
495
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
496
|
+
<option value="$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
497
|
+
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
498
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js" />
|
|
499
|
+
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
500
|
+
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
501
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
502
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
510
503
|
</list>
|
|
511
504
|
</option>
|
|
512
505
|
</component>
|
|
@@ -536,11 +529,10 @@
|
|
|
536
529
|
<path value="$PROJECT_DIR$/package.json" />
|
|
537
530
|
</packageJsonPaths>
|
|
538
531
|
</component>
|
|
539
|
-
<component name="ProjectFrameBounds"
|
|
540
|
-
<option name="
|
|
541
|
-
<option name="
|
|
542
|
-
<option name="
|
|
543
|
-
<option name="height" value="1080" />
|
|
532
|
+
<component name="ProjectFrameBounds">
|
|
533
|
+
<option name="y" value="23" />
|
|
534
|
+
<option name="width" value="1548" />
|
|
535
|
+
<option name="height" value="978" />
|
|
544
536
|
</component>
|
|
545
537
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
546
538
|
<component name="ProjectView">
|
|
@@ -548,6 +540,7 @@
|
|
|
548
540
|
<foldersAlwaysOnTop value="true" />
|
|
549
541
|
</navigator>
|
|
550
542
|
<panes>
|
|
543
|
+
<pane id="Scope" />
|
|
551
544
|
<pane id="ProjectPane">
|
|
552
545
|
<subPane>
|
|
553
546
|
<expand>
|
|
@@ -558,18 +551,20 @@
|
|
|
558
551
|
<path>
|
|
559
552
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
560
553
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
561
|
-
<item name="
|
|
554
|
+
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
562
555
|
</path>
|
|
563
556
|
<path>
|
|
564
557
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
565
558
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
566
559
|
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
560
|
+
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
567
561
|
</path>
|
|
568
562
|
<path>
|
|
569
563
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
570
564
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
571
565
|
<item name="doc" type="462c0819:PsiDirectoryNode" />
|
|
572
566
|
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
567
|
+
<item name="latex-footnotes" type="462c0819:PsiDirectoryNode" />
|
|
573
568
|
</path>
|
|
574
569
|
<path>
|
|
575
570
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
@@ -578,29 +573,89 @@
|
|
|
578
573
|
<item name="images" type="462c0819:PsiDirectoryNode" />
|
|
579
574
|
<item name="latex-underline" type="462c0819:PsiDirectoryNode" />
|
|
580
575
|
</path>
|
|
576
|
+
<path>
|
|
577
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
578
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
579
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
580
|
+
</path>
|
|
581
|
+
<path>
|
|
582
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
583
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
584
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
585
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
586
|
+
</path>
|
|
587
|
+
<path>
|
|
588
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
589
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
590
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
591
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
592
|
+
<item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
|
|
593
|
+
</path>
|
|
594
|
+
<path>
|
|
595
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
596
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
597
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
598
|
+
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
599
|
+
<item name="md-latex-footnotes" type="462c0819:PsiDirectoryNode" />
|
|
600
|
+
</path>
|
|
601
|
+
<path>
|
|
602
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
603
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
604
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
605
|
+
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
606
|
+
</path>
|
|
607
|
+
<path>
|
|
608
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
609
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
610
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
611
|
+
</path>
|
|
612
|
+
<path>
|
|
613
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
614
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
615
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
616
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
617
|
+
</path>
|
|
581
618
|
<path>
|
|
582
619
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
583
620
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
584
621
|
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
622
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
623
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
585
624
|
</path>
|
|
586
625
|
<path>
|
|
587
626
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
588
627
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
589
628
|
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
590
629
|
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
630
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
631
|
+
<item name="_html" type="462c0819:PsiDirectoryNode" />
|
|
591
632
|
</path>
|
|
592
633
|
<path>
|
|
593
634
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
594
635
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
595
636
|
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
596
637
|
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
597
|
-
<item name="
|
|
638
|
+
<item name="_footnotes_latex" type="462c0819:PsiDirectoryNode" />
|
|
639
|
+
<item name="_mmd" type="462c0819:PsiDirectoryNode" />
|
|
640
|
+
</path>
|
|
641
|
+
<path>
|
|
642
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
643
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
644
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
645
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
646
|
+
<item name="_mathjax" type="462c0819:PsiDirectoryNode" />
|
|
647
|
+
</path>
|
|
648
|
+
<path>
|
|
649
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
650
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
651
|
+
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
652
|
+
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
653
|
+
<item name="_refs" type="462c0819:PsiDirectoryNode" />
|
|
598
654
|
</path>
|
|
599
655
|
</expand>
|
|
600
656
|
<select />
|
|
601
657
|
</subPane>
|
|
602
658
|
</pane>
|
|
603
|
-
<pane id="Scope" />
|
|
604
659
|
</panes>
|
|
605
660
|
</component>
|
|
606
661
|
<component name="PropertiesComponent">
|
|
@@ -956,11 +1011,25 @@
|
|
|
956
1011
|
<workItem from="1694168406155" duration="1391000" />
|
|
957
1012
|
<workItem from="1694176741639" duration="683000" />
|
|
958
1013
|
<workItem from="1694181137561" duration="6080000" />
|
|
1014
|
+
<workItem from="1694427224638" duration="562000" />
|
|
1015
|
+
<workItem from="1694518070891" duration="6487000" />
|
|
1016
|
+
<workItem from="1694610470740" duration="18906000" />
|
|
1017
|
+
<workItem from="1694694813884" duration="3617000" />
|
|
1018
|
+
<workItem from="1694785853421" duration="1910000" />
|
|
1019
|
+
<workItem from="1695028416687" duration="14000000" />
|
|
1020
|
+
<workItem from="1695056030089" duration="833000" />
|
|
1021
|
+
<workItem from="1695102462878" duration="1508000" />
|
|
1022
|
+
<workItem from="1695107507123" duration="4734000" />
|
|
1023
|
+
<workItem from="1695113103011" duration="5765000" />
|
|
1024
|
+
<workItem from="1695125067145" duration="2556000" />
|
|
1025
|
+
<workItem from="1695128850899" duration="1878000" />
|
|
1026
|
+
<workItem from="1695289838219" duration="6240000" />
|
|
1027
|
+
<workItem from="1695311186819" duration="11413000" />
|
|
959
1028
|
</task>
|
|
960
1029
|
<servers />
|
|
961
1030
|
</component>
|
|
962
1031
|
<component name="TimeTrackingManager">
|
|
963
|
-
<option name="totallyTimeSpent" value="
|
|
1032
|
+
<option name="totallyTimeSpent" value="3035000000" />
|
|
964
1033
|
</component>
|
|
965
1034
|
<component name="TodoView">
|
|
966
1035
|
<todo-panel id="selected-file">
|
|
@@ -972,9 +1041,9 @@
|
|
|
972
1041
|
</todo-panel>
|
|
973
1042
|
</component>
|
|
974
1043
|
<component name="ToolWindowManager">
|
|
975
|
-
<frame x="
|
|
1044
|
+
<frame x="0" y="23" width="1548" height="978" extended-state="0" />
|
|
976
1045
|
<layout>
|
|
977
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.
|
|
1046
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.17092338" />
|
|
978
1047
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
979
1048
|
<window_info id="npm" order="2" side_tool="true" />
|
|
980
1049
|
<window_info id="DB Browser" order="3" />
|
|
@@ -993,7 +1062,7 @@
|
|
|
993
1062
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
994
1063
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
995
1064
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
996
|
-
<window_info
|
|
1065
|
+
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.5090293" />
|
|
997
1066
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
998
1067
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
999
1068
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1037,7 +1106,7 @@
|
|
|
1037
1106
|
<breakpoints>
|
|
1038
1107
|
<line-breakpoint enabled="true" type="javascript">
|
|
1039
1108
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1040
|
-
<line>
|
|
1109
|
+
<line>391</line>
|
|
1041
1110
|
<option name="timeStamp" value="16" />
|
|
1042
1111
|
</line-breakpoint>
|
|
1043
1112
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1112,7 +1181,7 @@
|
|
|
1112
1181
|
</line-breakpoint>
|
|
1113
1182
|
<line-breakpoint enabled="true" type="javascript">
|
|
1114
1183
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1115
|
-
<line>
|
|
1184
|
+
<line>81</line>
|
|
1116
1185
|
<option name="timeStamp" value="43" />
|
|
1117
1186
|
</line-breakpoint>
|
|
1118
1187
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1154,7 +1223,7 @@
|
|
|
1154
1223
|
</line-breakpoint>
|
|
1155
1224
|
<line-breakpoint enabled="true" type="javascript">
|
|
1156
1225
|
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1157
|
-
<line>
|
|
1226
|
+
<line>136</line>
|
|
1158
1227
|
<option name="timeStamp" value="54" />
|
|
1159
1228
|
</line-breakpoint>
|
|
1160
1229
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1171,380 +1240,512 @@
|
|
|
1171
1240
|
</breakpoint-manager>
|
|
1172
1241
|
</component>
|
|
1173
1242
|
<component name="editorHistoryManager">
|
|
1174
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1175
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1179
|
-
<state split_layout="SPLIT">
|
|
1180
|
-
<first_editor />
|
|
1181
|
-
<second_editor />
|
|
1243
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js">
|
|
1244
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1245
|
+
<state relative-caret-position="165">
|
|
1246
|
+
<caret line="11" column="11" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="11" />
|
|
1182
1247
|
</state>
|
|
1183
1248
|
</provider>
|
|
1184
1249
|
</entry>
|
|
1185
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1186
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/balance_pairs.js" />
|
|
1187
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js" />
|
|
1188
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
1189
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_inline.js" />
|
|
1190
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/text_collapse.js" />
|
|
1191
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1250
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js">
|
|
1192
1251
|
<provider selected="true" editor-type-id="text-editor">
|
|
1193
|
-
<state relative-caret-position="
|
|
1194
|
-
<caret line="
|
|
1195
|
-
<folding>
|
|
1196
|
-
<element signature="e#0#36#0" expanded="true" />
|
|
1197
|
-
</folding>
|
|
1252
|
+
<state relative-caret-position="75">
|
|
1253
|
+
<caret line="5" column="64" selection-start-line="5" selection-start-column="64" selection-end-line="5" selection-end-column="64" />
|
|
1198
1254
|
</state>
|
|
1199
1255
|
</provider>
|
|
1200
1256
|
</entry>
|
|
1201
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1257
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js">
|
|
1202
1258
|
<provider selected="true" editor-type-id="text-editor">
|
|
1203
|
-
<state relative-caret-position="
|
|
1204
|
-
<caret line="
|
|
1259
|
+
<state relative-caret-position="420">
|
|
1260
|
+
<caret line="28" selection-start-line="28" selection-end-line="28" />
|
|
1205
1261
|
</state>
|
|
1206
1262
|
</provider>
|
|
1207
1263
|
</entry>
|
|
1208
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1264
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js">
|
|
1209
1265
|
<provider selected="true" editor-type-id="text-editor">
|
|
1210
|
-
<state relative-caret-position="
|
|
1211
|
-
<caret line="
|
|
1266
|
+
<state relative-caret-position="300">
|
|
1267
|
+
<caret line="20" column="37" selection-start-line="20" selection-start-column="37" selection-end-line="20" selection-end-column="37" />
|
|
1212
1268
|
</state>
|
|
1213
1269
|
</provider>
|
|
1214
1270
|
</entry>
|
|
1215
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1271
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_01.png">
|
|
1272
|
+
<provider selected="true" editor-type-id="images" />
|
|
1273
|
+
</entry>
|
|
1274
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_04.png" />
|
|
1275
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_03.png">
|
|
1276
|
+
<provider selected="true" editor-type-id="images" />
|
|
1277
|
+
</entry>
|
|
1278
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-footnotes/latex-footnotes_02.png">
|
|
1279
|
+
<provider selected="true" editor-type-id="images" />
|
|
1280
|
+
</entry>
|
|
1281
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1216
1282
|
<provider selected="true" editor-type-id="text-editor">
|
|
1217
|
-
<state relative-caret-position="
|
|
1218
|
-
<caret line="
|
|
1283
|
+
<state relative-caret-position="3405">
|
|
1284
|
+
<caret line="235" column="15" lean-forward="true" selection-start-line="235" selection-start-column="15" selection-end-line="235" selection-end-column="15" />
|
|
1219
1285
|
</state>
|
|
1220
1286
|
</provider>
|
|
1221
1287
|
</entry>
|
|
1222
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1288
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js">
|
|
1223
1289
|
<provider selected="true" editor-type-id="text-editor">
|
|
1224
|
-
<state relative-caret-position="
|
|
1225
|
-
<caret line="
|
|
1226
|
-
<folding>
|
|
1227
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1228
|
-
</folding>
|
|
1290
|
+
<state relative-caret-position="346">
|
|
1291
|
+
<caret line="30" column="13" selection-start-line="30" selection-start-column="13" selection-end-line="30" selection-end-column="13" />
|
|
1229
1292
|
</state>
|
|
1230
1293
|
</provider>
|
|
1231
1294
|
</entry>
|
|
1232
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1295
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
|
|
1233
1296
|
<provider selected="true" editor-type-id="text-editor">
|
|
1234
|
-
<state relative-caret-position="
|
|
1235
|
-
<caret line="
|
|
1297
|
+
<state relative-caret-position="-448">
|
|
1298
|
+
<caret line="6" column="59" selection-start-line="6" selection-start-column="59" selection-end-line="6" selection-end-column="59" />
|
|
1236
1299
|
</state>
|
|
1237
1300
|
</provider>
|
|
1238
1301
|
</entry>
|
|
1239
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1302
|
+
<entry file="file://$PROJECT_DIR$/tests/_pluginText.js">
|
|
1240
1303
|
<provider selected="true" editor-type-id="text-editor">
|
|
1241
|
-
<state relative-caret-position="
|
|
1242
|
-
<caret line="
|
|
1304
|
+
<state relative-caret-position="390">
|
|
1305
|
+
<caret line="26" column="20" selection-start-line="26" selection-start-column="20" selection-end-line="26" selection-end-column="20" />
|
|
1243
1306
|
</state>
|
|
1244
1307
|
</provider>
|
|
1245
1308
|
</entry>
|
|
1246
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1309
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_pluginText/_data.js">
|
|
1247
1310
|
<provider selected="true" editor-type-id="text-editor">
|
|
1248
|
-
<state
|
|
1249
|
-
<caret
|
|
1311
|
+
<state>
|
|
1312
|
+
<caret selection-end-column="18" />
|
|
1250
1313
|
</state>
|
|
1251
1314
|
</provider>
|
|
1252
1315
|
</entry>
|
|
1253
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1316
|
+
<entry file="file://$PROJECT_DIR$/tests/_ascii.js">
|
|
1317
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1318
|
+
</entry>
|
|
1319
|
+
<entry file="file://$PROJECT_DIR$/tests/_mathjax.js">
|
|
1320
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1321
|
+
</entry>
|
|
1322
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_mathjax/_data.js">
|
|
1254
1323
|
<provider selected="true" editor-type-id="text-editor">
|
|
1255
|
-
<state relative-caret-position="
|
|
1256
|
-
<caret line="
|
|
1324
|
+
<state relative-caret-position="60">
|
|
1325
|
+
<caret line="4" column="1534" selection-start-line="4" selection-start-column="1534" selection-end-line="4" selection-end-column="1569" />
|
|
1257
1326
|
</state>
|
|
1258
1327
|
</provider>
|
|
1259
1328
|
</entry>
|
|
1260
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1329
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/index.ts">
|
|
1261
1330
|
<provider selected="true" editor-type-id="text-editor">
|
|
1262
|
-
<state relative-caret-position="
|
|
1263
|
-
<caret line="
|
|
1331
|
+
<state relative-caret-position="195">
|
|
1332
|
+
<caret line="399" column="17" selection-start-line="399" selection-start-column="17" selection-end-line="399" selection-end-column="61" />
|
|
1333
|
+
<folding>
|
|
1334
|
+
<element signature="e#0#50#0" expanded="true" />
|
|
1335
|
+
</folding>
|
|
1264
1336
|
</state>
|
|
1265
1337
|
</provider>
|
|
1266
1338
|
</entry>
|
|
1267
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1339
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1268
1340
|
<provider selected="true" editor-type-id="text-editor">
|
|
1269
|
-
<state relative-caret-position="
|
|
1270
|
-
<caret line="
|
|
1341
|
+
<state relative-caret-position="4995">
|
|
1342
|
+
<caret line="333" column="5" selection-start-line="333" selection-start-column="5" selection-end-line="333" selection-end-column="5" />
|
|
1271
1343
|
</state>
|
|
1272
1344
|
</provider>
|
|
1273
1345
|
</entry>
|
|
1274
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1346
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
1275
1347
|
<provider selected="true" editor-type-id="text-editor">
|
|
1276
|
-
<state relative-caret-position="
|
|
1277
|
-
<caret line="
|
|
1348
|
+
<state relative-caret-position="255">
|
|
1349
|
+
<caret line="63" column="12" selection-start-line="63" selection-start-column="12" selection-end-line="63" selection-end-column="12" />
|
|
1350
|
+
<folding>
|
|
1351
|
+
<element signature="e#0#56#0" expanded="true" />
|
|
1352
|
+
</folding>
|
|
1278
1353
|
</state>
|
|
1279
1354
|
</provider>
|
|
1280
1355
|
</entry>
|
|
1281
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1356
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
1282
1357
|
<provider selected="true" editor-type-id="text-editor">
|
|
1283
|
-
<state relative-caret-position="
|
|
1284
|
-
<caret line="
|
|
1358
|
+
<state relative-caret-position="75">
|
|
1359
|
+
<caret line="11" column="1" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" />
|
|
1285
1360
|
</state>
|
|
1286
1361
|
</provider>
|
|
1287
1362
|
</entry>
|
|
1288
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1289
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1363
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1290
1364
|
<provider selected="true" editor-type-id="text-editor">
|
|
1291
|
-
<state relative-caret-position="
|
|
1292
|
-
<caret line="
|
|
1365
|
+
<state relative-caret-position="885">
|
|
1366
|
+
<caret line="59" column="73" selection-start-line="59" selection-start-column="73" selection-end-line="59" selection-end-column="73" />
|
|
1293
1367
|
</state>
|
|
1294
1368
|
</provider>
|
|
1295
1369
|
</entry>
|
|
1296
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1370
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1297
1371
|
<provider selected="true" editor-type-id="text-editor">
|
|
1298
|
-
<state relative-caret-position="
|
|
1299
|
-
<caret line="
|
|
1372
|
+
<state relative-caret-position="570">
|
|
1373
|
+
<caret line="43" column="24" selection-start-line="43" selection-start-column="15" selection-end-line="43" selection-end-column="24" />
|
|
1300
1374
|
</state>
|
|
1301
1375
|
</provider>
|
|
1302
1376
|
</entry>
|
|
1303
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1304
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
|
|
1377
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1305
1378
|
<provider selected="true" editor-type-id="text-editor">
|
|
1306
|
-
<state relative-caret-position="
|
|
1307
|
-
<caret line="
|
|
1379
|
+
<state relative-caret-position="600">
|
|
1380
|
+
<caret line="60" column="24" selection-start-line="60" selection-start-column="24" selection-end-line="60" selection-end-column="24" />
|
|
1308
1381
|
</state>
|
|
1309
1382
|
</provider>
|
|
1310
1383
|
</entry>
|
|
1311
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1384
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts">
|
|
1385
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1386
|
+
</entry>
|
|
1387
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
|
|
1312
1388
|
<provider selected="true" editor-type-id="text-editor">
|
|
1313
|
-
<state
|
|
1314
|
-
<caret
|
|
1389
|
+
<state>
|
|
1390
|
+
<caret selection-end-column="16" />
|
|
1315
1391
|
</state>
|
|
1316
1392
|
</provider>
|
|
1317
1393
|
</entry>
|
|
1318
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1319
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
1320
|
-
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1394
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_11.js">
|
|
1321
1395
|
<provider selected="true" editor-type-id="text-editor">
|
|
1322
|
-
<state relative-caret-position="
|
|
1323
|
-
<caret line="
|
|
1396
|
+
<state relative-caret-position="315">
|
|
1397
|
+
<caret line="21" column="13" selection-start-line="21" selection-start-column="13" selection-end-line="21" selection-end-column="13" />
|
|
1398
|
+
<folding>
|
|
1399
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1400
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1401
|
+
<element signature="n#style#0;n#li#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1402
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1403
|
+
<element signature="n#style#0;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1404
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1405
|
+
<element signature="n#style#0;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1406
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1407
|
+
<element signature="n#style#0;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1408
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1409
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1410
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1411
|
+
</folding>
|
|
1324
1412
|
</state>
|
|
1325
1413
|
</provider>
|
|
1326
1414
|
</entry>
|
|
1327
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1415
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1328
1416
|
<provider selected="true" editor-type-id="text-editor">
|
|
1329
|
-
<state relative-caret-position="
|
|
1330
|
-
<caret line="
|
|
1417
|
+
<state relative-caret-position="221">
|
|
1418
|
+
<caret line="595" column="45" selection-start-line="595" selection-start-column="31" selection-end-line="595" selection-end-column="45" />
|
|
1331
1419
|
<folding>
|
|
1332
|
-
<element signature="e#0#
|
|
1420
|
+
<element signature="e#0#45#0" expanded="true" />
|
|
1333
1421
|
</folding>
|
|
1334
1422
|
</state>
|
|
1335
1423
|
</provider>
|
|
1336
1424
|
</entry>
|
|
1337
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1425
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1338
1426
|
<provider selected="true" editor-type-id="text-editor">
|
|
1339
|
-
<state relative-caret-position="
|
|
1340
|
-
<caret line="
|
|
1427
|
+
<state relative-caret-position="429">
|
|
1428
|
+
<caret line="48" column="25" selection-start-line="48" selection-start-column="25" selection-end-line="48" selection-end-column="25" />
|
|
1341
1429
|
<folding>
|
|
1342
|
-
<element signature="e#0#
|
|
1430
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1343
1431
|
</folding>
|
|
1344
1432
|
</state>
|
|
1345
1433
|
</provider>
|
|
1346
1434
|
</entry>
|
|
1347
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1435
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_11.js">
|
|
1348
1436
|
<provider selected="true" editor-type-id="text-editor">
|
|
1349
|
-
<state relative-caret-position="
|
|
1350
|
-
<caret line="
|
|
1437
|
+
<state relative-caret-position="285">
|
|
1438
|
+
<caret line="19" column="165" selection-start-line="19" selection-start-column="165" selection-end-line="19" selection-end-column="165" />
|
|
1351
1439
|
</state>
|
|
1352
1440
|
</provider>
|
|
1353
1441
|
</entry>
|
|
1354
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1442
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
|
|
1355
1443
|
<provider selected="true" editor-type-id="text-editor">
|
|
1356
|
-
<state relative-caret-position="
|
|
1357
|
-
<caret line="
|
|
1358
|
-
<folding>
|
|
1359
|
-
<element signature="e#0#48#0" expanded="true" />
|
|
1360
|
-
</folding>
|
|
1444
|
+
<state relative-caret-position="360">
|
|
1445
|
+
<caret line="24" column="20" selection-start-line="24" selection-start-column="20" selection-end-line="24" selection-end-column="20" />
|
|
1361
1446
|
</state>
|
|
1362
1447
|
</provider>
|
|
1363
1448
|
</entry>
|
|
1364
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1449
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
1365
1450
|
<provider selected="true" editor-type-id="text-editor">
|
|
1366
|
-
<state relative-caret-position="
|
|
1367
|
-
<caret line="
|
|
1451
|
+
<state relative-caret-position="338">
|
|
1452
|
+
<caret line="337" column="32" selection-start-line="337" selection-start-column="20" selection-end-line="337" selection-end-column="32" />
|
|
1368
1453
|
<folding>
|
|
1369
|
-
<element signature="e#0#
|
|
1454
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1455
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
1370
1456
|
</folding>
|
|
1371
1457
|
</state>
|
|
1372
1458
|
</provider>
|
|
1373
1459
|
</entry>
|
|
1374
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1460
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1375
1461
|
<provider selected="true" editor-type-id="text-editor">
|
|
1376
|
-
<state relative-caret-position="
|
|
1377
|
-
<caret line="
|
|
1462
|
+
<state relative-caret-position="225">
|
|
1463
|
+
<caret line="37" column="18" selection-start-line="37" selection-start-column="18" selection-end-line="37" selection-end-column="18" />
|
|
1378
1464
|
</state>
|
|
1379
1465
|
</provider>
|
|
1380
1466
|
</entry>
|
|
1381
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1467
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1382
1468
|
<provider selected="true" editor-type-id="text-editor">
|
|
1383
|
-
<state relative-caret-position="
|
|
1384
|
-
<caret line="
|
|
1469
|
+
<state relative-caret-position="505">
|
|
1470
|
+
<caret line="134" column="13" selection-start-line="134" selection-start-column="13" selection-end-line="134" selection-end-column="13" />
|
|
1385
1471
|
<folding>
|
|
1386
|
-
<element signature="
|
|
1472
|
+
<element signature="n#style#0;n#ol#0;n#!!top" expanded="true" />
|
|
1473
|
+
<element signature="n#style#0;n#ol#0;n#!!top" expanded="true" />
|
|
1474
|
+
<element signature="n#style#0;n#li#0;n#!!top" expanded="true" />
|
|
1387
1475
|
</folding>
|
|
1388
1476
|
</state>
|
|
1389
1477
|
</provider>
|
|
1390
1478
|
</entry>
|
|
1391
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1479
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1392
1480
|
<provider selected="true" editor-type-id="text-editor">
|
|
1393
|
-
<state relative-caret-position="
|
|
1394
|
-
<caret line="
|
|
1481
|
+
<state relative-caret-position="-245">
|
|
1482
|
+
<caret line="199" selection-start-line="199" selection-end-line="199" />
|
|
1395
1483
|
</state>
|
|
1396
1484
|
</provider>
|
|
1397
1485
|
</entry>
|
|
1398
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1486
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
1399
1487
|
<provider selected="true" editor-type-id="text-editor">
|
|
1400
|
-
<state relative-caret-position="
|
|
1401
|
-
<caret line="
|
|
1488
|
+
<state relative-caret-position="-1940">
|
|
1489
|
+
<caret line="9" column="76" selection-start-line="9" selection-start-column="76" selection-end-line="9" selection-end-column="76" />
|
|
1402
1490
|
</state>
|
|
1403
1491
|
</provider>
|
|
1404
1492
|
</entry>
|
|
1405
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1493
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts">
|
|
1406
1494
|
<provider selected="true" editor-type-id="text-editor">
|
|
1407
|
-
<state>
|
|
1408
|
-
<
|
|
1409
|
-
<element signature="e#0#73#0" expanded="true" />
|
|
1410
|
-
</folding>
|
|
1495
|
+
<state relative-caret-position="75">
|
|
1496
|
+
<caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" />
|
|
1411
1497
|
</state>
|
|
1412
1498
|
</provider>
|
|
1413
1499
|
</entry>
|
|
1414
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1500
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js">
|
|
1415
1501
|
<provider selected="true" editor-type-id="text-editor">
|
|
1416
|
-
<state relative-caret-position="
|
|
1417
|
-
<caret line="
|
|
1502
|
+
<state relative-caret-position="360">
|
|
1503
|
+
<caret line="24" column="13" selection-start-line="24" selection-start-column="13" selection-end-line="24" selection-end-column="13" />
|
|
1504
|
+
<folding>
|
|
1505
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1506
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1507
|
+
</folding>
|
|
1418
1508
|
</state>
|
|
1419
1509
|
</provider>
|
|
1420
1510
|
</entry>
|
|
1421
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
1511
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js">
|
|
1422
1512
|
<provider selected="true" editor-type-id="text-editor">
|
|
1423
|
-
<state>
|
|
1424
|
-
<caret selection-end-
|
|
1513
|
+
<state relative-caret-position="405">
|
|
1514
|
+
<caret line="27" lean-forward="true" selection-start-line="27" selection-end-line="27" />
|
|
1515
|
+
<folding>
|
|
1516
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1517
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1518
|
+
</folding>
|
|
1425
1519
|
</state>
|
|
1426
1520
|
</provider>
|
|
1427
1521
|
</entry>
|
|
1428
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1522
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js">
|
|
1429
1523
|
<provider selected="true" editor-type-id="text-editor">
|
|
1430
|
-
<state relative-caret-position="
|
|
1431
|
-
<caret line="
|
|
1524
|
+
<state relative-caret-position="15">
|
|
1525
|
+
<caret line="1" column="42" lean-forward="true" selection-start-line="1" selection-start-column="42" selection-end-line="1" selection-end-column="42" />
|
|
1526
|
+
<folding>
|
|
1527
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1528
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1529
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#1;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1530
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1531
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1532
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1533
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1534
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1535
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1536
|
+
<element signature="n#style#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1537
|
+
<element signature="n#style#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1538
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1539
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1540
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1541
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1542
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1543
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1544
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1545
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1546
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1547
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1548
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1549
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1550
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1551
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1552
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1553
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1554
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1555
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1556
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1557
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1558
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1559
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1560
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1561
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1562
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1563
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1564
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1565
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1566
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1567
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1568
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1569
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1570
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1571
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1572
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1573
|
+
<element signature="n#style#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1574
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1575
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1576
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1577
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1578
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1579
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1580
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1581
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#0;n#div#2;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1582
|
+
<element signature="n#style#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1583
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1584
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1585
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1586
|
+
<element signature="n#style#0;n#td#2;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1587
|
+
<element signature="n#style#0;n#td#3;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1588
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1589
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1590
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1591
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1592
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1593
|
+
<element signature="n#style#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1594
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#2;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1595
|
+
<element signature="n#style#0;n#td#3;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1596
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#3;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1597
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1598
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1599
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1600
|
+
<element signature="n#style#0;n#td#2;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1601
|
+
<element signature="n#style#0;n#td#3;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1602
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1603
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1604
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1605
|
+
<element signature="n#style#0;n#td#2;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1606
|
+
<element signature="n#style#0;n#td#3;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1607
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1608
|
+
<element signature="n#style#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1609
|
+
<element signature="n#style#0;n#td#1;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1610
|
+
<element signature="n#style#0;n#td#2;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1611
|
+
<element signature="n#style#0;n#td#3;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1612
|
+
<element signature="n#style#0;n#ul#0;n#li#1;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1613
|
+
</folding>
|
|
1432
1614
|
</state>
|
|
1433
1615
|
</provider>
|
|
1434
1616
|
</entry>
|
|
1435
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1436
|
-
<provider selected="true" editor-type-id="
|
|
1437
|
-
<state
|
|
1438
|
-
<
|
|
1439
|
-
<caret line="104" column="31" selection-start-line="104" selection-start-column="31" selection-end-line="104" selection-end-column="53" />
|
|
1440
|
-
<folding>
|
|
1441
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
1442
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1443
|
-
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1444
|
-
<element signature="e#0#59#0" expanded="true" />
|
|
1445
|
-
<element signature="e#0#121#1" expanded="true" />
|
|
1446
|
-
</folding>
|
|
1447
|
-
</first_editor>
|
|
1448
|
-
<second_editor />
|
|
1617
|
+
<entry file="file://$PROJECT_DIR$/tests/_refs.js">
|
|
1618
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1619
|
+
<state relative-caret-position="345">
|
|
1620
|
+
<caret line="23" column="39" selection-start-line="23" selection-start-column="39" selection-end-line="23" selection-end-column="39" />
|
|
1449
1621
|
</state>
|
|
1450
1622
|
</provider>
|
|
1451
1623
|
</entry>
|
|
1452
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1453
|
-
<provider selected="true" editor-type-id="
|
|
1454
|
-
<state
|
|
1455
|
-
<
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1624
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_refs/_data.js">
|
|
1625
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1626
|
+
<state relative-caret-position="-1027">
|
|
1627
|
+
<caret line="106" column="17" selection-start-line="106" selection-start-column="17" selection-end-line="106" selection-end-column="17" />
|
|
1628
|
+
<folding>
|
|
1629
|
+
<element signature="n#style#0;n#a#0;n#div#0;n#!!top" expanded="true" />
|
|
1630
|
+
<element signature="n#style#0;n#a#1;n#div#0;n#!!top" expanded="true" />
|
|
1631
|
+
<element signature="n#style#0;n#a#0;n#div#1;n#!!top" expanded="true" />
|
|
1632
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1633
|
+
<element signature="n#style#0;n#a#0;n#div#3;n#!!top" expanded="true" />
|
|
1634
|
+
<element signature="n#style#0;n#a#1;n#div#3;n#!!top" expanded="true" />
|
|
1635
|
+
<element signature="n#style#0;n#a#0;n#div#4;n#!!top" expanded="true" />
|
|
1636
|
+
<element signature="n#style#0;n#a#0;n#div#5;n#!!top" expanded="true" />
|
|
1637
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1638
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1639
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1640
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1641
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1642
|
+
<element signature="n#style#0;n#a#0;n#div#0;n#!!top" expanded="true" />
|
|
1643
|
+
<element signature="n#style#0;n#a#1;n#div#0;n#!!top" expanded="true" />
|
|
1644
|
+
<element signature="n#style#0;n#a#0;n#div#1;n#!!top" expanded="true" />
|
|
1645
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1646
|
+
<element signature="n#style#0;n#a#0;n#div#3;n#!!top" expanded="true" />
|
|
1647
|
+
<element signature="n#style#0;n#a#1;n#div#3;n#!!top" expanded="true" />
|
|
1648
|
+
<element signature="n#style#0;n#a#0;n#div#4;n#!!top" expanded="true" />
|
|
1649
|
+
<element signature="n#style#0;n#a#0;n#div#5;n#!!top" expanded="true" />
|
|
1650
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#2;n#!!top" expanded="true" />
|
|
1651
|
+
</folding>
|
|
1459
1652
|
</state>
|
|
1460
1653
|
</provider>
|
|
1461
1654
|
</entry>
|
|
1462
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1463
|
-
<provider selected="true" editor-type-id="
|
|
1464
|
-
<state
|
|
1465
|
-
<
|
|
1466
|
-
<caret line="57" selection-start-line="57" selection-end-line="57" selection-end-column="43" />
|
|
1467
|
-
</first_editor>
|
|
1468
|
-
<second_editor />
|
|
1655
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_12.js">
|
|
1656
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1657
|
+
<state relative-caret-position="330">
|
|
1658
|
+
<caret line="22" column="49" selection-start-column="18" selection-end-line="22" selection-end-column="49" />
|
|
1469
1659
|
</state>
|
|
1470
1660
|
</provider>
|
|
1471
1661
|
</entry>
|
|
1472
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1662
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_12.js">
|
|
1473
1663
|
<provider selected="true" editor-type-id="text-editor">
|
|
1474
|
-
<state relative-caret-position="
|
|
1475
|
-
<caret line="
|
|
1664
|
+
<state relative-caret-position="615">
|
|
1665
|
+
<caret line="41" column="13" selection-start-line="41" selection-start-column="13" selection-end-line="41" selection-end-column="13" />
|
|
1666
|
+
<folding>
|
|
1667
|
+
<element signature="n#style#0;n#section#0;n#!!top" expanded="true" />
|
|
1668
|
+
<element signature="n#style#0;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1669
|
+
<element signature="n#style#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1670
|
+
<element signature="n#style#0;n#li#0;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1671
|
+
<element signature="n#style#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1672
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#1;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1673
|
+
<element signature="n#style#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1674
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#2;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1675
|
+
<element signature="n#style#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1676
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#li#3;n#ol#1;n#section#0;n#!!top" expanded="true" />
|
|
1677
|
+
<element signature="n#style#0;n#ol#2;n#section#0;n#!!top" expanded="true" />
|
|
1678
|
+
<element signature="n#style#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
1679
|
+
<element signature="n#style#0;n#li#0;n#ol#3;n#section#0;n#!!top" expanded="true" />
|
|
1680
|
+
<element signature="n#style#0;n#ol#4;n#section#0;n#!!top" expanded="true" />
|
|
1681
|
+
<element signature="n#style#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
1682
|
+
<element signature="n#style#0;n#li#0;n#ol#5;n#section#0;n#!!top" expanded="true" />
|
|
1683
|
+
</folding>
|
|
1476
1684
|
</state>
|
|
1477
1685
|
</provider>
|
|
1478
1686
|
</entry>
|
|
1479
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
1687
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
1480
1688
|
<provider selected="true" editor-type-id="text-editor">
|
|
1481
|
-
<state relative-caret-position="
|
|
1482
|
-
<caret line="
|
|
1689
|
+
<state relative-caret-position="207">
|
|
1690
|
+
<caret line="116" column="56" selection-start-line="116" selection-start-column="56" selection-end-line="116" selection-end-column="56" />
|
|
1483
1691
|
</state>
|
|
1484
1692
|
</provider>
|
|
1485
1693
|
</entry>
|
|
1486
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1487
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1488
|
-
<state
|
|
1489
|
-
<
|
|
1694
|
+
<entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
|
|
1695
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1696
|
+
<state split_layout="FIRST">
|
|
1697
|
+
<first_editor relative-caret-position="296">
|
|
1698
|
+
<caret line="74" column="45" selection-start-line="74" selection-start-column="45" selection-end-line="74" selection-end-column="45" />
|
|
1699
|
+
</first_editor>
|
|
1700
|
+
<second_editor />
|
|
1490
1701
|
</state>
|
|
1491
1702
|
</provider>
|
|
1492
1703
|
</entry>
|
|
1493
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1494
|
-
<provider selected="true" editor-type-id="
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
<
|
|
1510
|
-
<
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
<element signature="n#style#0;n#div#6;n#!!top" expanded="true" />
|
|
1532
|
-
<element signature="n#style#0;n#div#0;n#div#6;n#!!top" expanded="true" />
|
|
1533
|
-
<element signature="n#style#0;n#img#0;n#div#0;n#div#6;n#!!top" expanded="true" />
|
|
1534
|
-
</folding>
|
|
1704
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_06.png">
|
|
1705
|
+
<provider selected="true" editor-type-id="images" />
|
|
1706
|
+
</entry>
|
|
1707
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_01.png">
|
|
1708
|
+
<provider selected="true" editor-type-id="images" />
|
|
1709
|
+
</entry>
|
|
1710
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_02.png">
|
|
1711
|
+
<provider selected="true" editor-type-id="images" />
|
|
1712
|
+
</entry>
|
|
1713
|
+
<entry file="file://$PROJECT_DIR$/doc/images/latex-underline/latex-underline_03.png">
|
|
1714
|
+
<provider selected="true" editor-type-id="images" />
|
|
1715
|
+
</entry>
|
|
1716
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1717
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1718
|
+
<state split_layout="FIRST">
|
|
1719
|
+
<first_editor relative-caret-position="348">
|
|
1720
|
+
<caret line="124" column="54" lean-forward="true" selection-start-line="124" selection-start-column="54" selection-end-line="124" selection-end-column="54" />
|
|
1721
|
+
<folding>
|
|
1722
|
+
<element signature="e#130#338#0" expanded="true" />
|
|
1723
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1724
|
+
<element signature="e#598#713#0" expanded="true" />
|
|
1725
|
+
<element signature="e#618#955#0" expanded="true" />
|
|
1726
|
+
<element signature="e#632#852#0" expanded="true" />
|
|
1727
|
+
<element signature="n#style#0;n#mathml#0;n#span#0;n#!!top" expanded="true" />
|
|
1728
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#!!top" expanded="true" />
|
|
1729
|
+
<element signature="n#style#0;n#latex#0;n#span#0;n#!!top" expanded="true" />
|
|
1730
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1731
|
+
<element signature="n#style#0;n#asciimath#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1732
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1733
|
+
<element signature="n#style#0;n#tsv#0;n#div#0;n#!!top" expanded="true" />
|
|
1734
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1735
|
+
<element signature="e#0#59#0" expanded="true" />
|
|
1736
|
+
<element signature="n#style#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1737
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#0;n#!!top" expanded="true" />
|
|
1738
|
+
<element signature="e#0#121#1" expanded="true" />
|
|
1739
|
+
</folding>
|
|
1740
|
+
</first_editor>
|
|
1741
|
+
<second_editor />
|
|
1535
1742
|
</state>
|
|
1536
1743
|
</provider>
|
|
1537
1744
|
</entry>
|
|
1538
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1745
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1539
1746
|
<provider selected="true" editor-type-id="text-editor">
|
|
1540
|
-
<state relative-caret-position="
|
|
1541
|
-
<caret line="
|
|
1542
|
-
<folding>
|
|
1543
|
-
<element signature="e#147#220#0" expanded="true" />
|
|
1544
|
-
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1545
|
-
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
1546
|
-
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1547
|
-
</folding>
|
|
1747
|
+
<state relative-caret-position="30">
|
|
1748
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
1548
1749
|
</state>
|
|
1549
1750
|
</provider>
|
|
1550
1751
|
</entry>
|