mathpix-markdown-it 1.2.8 → 1.2.9
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 +600 -417
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/markdown/common/consts.d.ts +8 -0
- package/lib/markdown/common/consts.js +10 -1
- package/lib/markdown/common/consts.js.map +1 -1
- package/lib/markdown/index.js +2 -0
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +2 -1
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/md-footnotes/block-rule.d.ts +2 -0
- package/lib/markdown/md-footnotes/block-rule.js +10 -0
- package/lib/markdown/md-footnotes/block-rule.js.map +1 -0
- package/lib/markdown/md-footnotes/core-rule.d.ts +1 -0
- package/lib/markdown/md-footnotes/core-rule.js +101 -0
- package/lib/markdown/md-footnotes/core-rule.js.map +1 -0
- package/lib/markdown/md-footnotes/inline-rule.d.ts +2 -0
- package/lib/markdown/md-footnotes/inline-rule.js +124 -0
- package/lib/markdown/md-footnotes/inline-rule.js.map +1 -0
- package/lib/markdown/md-footnotes/render-rule.d.ts +1 -0
- package/lib/markdown/md-footnotes/render-rule.js +15 -0
- package/lib/markdown/md-footnotes/render-rule.js.map +1 -0
- package/lib/markdown/md-inline-rule/core-inline.js +45 -2
- package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/block-rule.d.ts +3 -0
- package/lib/markdown/md-latex-footnotes/block-rule.js +161 -0
- package/lib/markdown/md-latex-footnotes/block-rule.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/core-rule.d.ts +1 -0
- package/lib/markdown/md-latex-footnotes/core-rule.js +197 -0
- package/lib/markdown/md-latex-footnotes/core-rule.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/index.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/index.js +38 -0
- package/lib/markdown/md-latex-footnotes/index.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/inline-rule.d.ts +4 -0
- package/lib/markdown/md-latex-footnotes/inline-rule.js +322 -0
- package/lib/markdown/md-latex-footnotes/inline-rule.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/render-rule.d.ts +9 -0
- package/lib/markdown/md-latex-footnotes/render-rule.js +103 -0
- package/lib/markdown/md-latex-footnotes/render-rule.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/utils.d.ts +2 -0
- package/lib/markdown/md-latex-footnotes/utils.js +104 -0
- package/lib/markdown/md-latex-footnotes/utils.js.map +1 -0
- package/lib/markdown/mdPluginConfigured.d.ts +1 -0
- package/lib/markdown/mdPluginConfigured.js +3 -1
- package/lib/markdown/mdPluginConfigured.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +2 -0
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
4
|
<bookmark url="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts" line="349" mnemonic="7" />
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/utils.ts" line="122" mnemonic="2" />
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="897" mnemonic="3" />
|
|
7
|
-
<bookmark url="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" line="362" mnemonic="0" />
|
|
8
5
|
<bookmark url="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" line="216" mnemonic="9" />
|
|
9
|
-
<bookmark url="file://$PROJECT_DIR$/src/markdown/index.ts" line="
|
|
6
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/index.ts" line="99" mnemonic="8" />
|
|
7
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" line="94" mnemonic="1" />
|
|
8
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="854" mnemonic="0" />
|
|
10
9
|
</component>
|
|
11
10
|
<component name="ChangeListManager">
|
|
12
11
|
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts" />
|
|
@@ -24,37 +23,38 @@
|
|
|
24
23
|
<session id="1706553226">
|
|
25
24
|
<usages-collector id="statistics.lifecycle.project">
|
|
26
25
|
<counts>
|
|
27
|
-
<entry key="project.closed" value="
|
|
26
|
+
<entry key="project.closed" value="233" />
|
|
28
27
|
<entry key="project.open.time.10" value="6" />
|
|
29
28
|
<entry key="project.open.time.11" value="12" />
|
|
30
29
|
<entry key="project.open.time.12" value="5" />
|
|
31
|
-
<entry key="project.open.time.13" value="
|
|
30
|
+
<entry key="project.open.time.13" value="16" />
|
|
32
31
|
<entry key="project.open.time.14" value="4" />
|
|
33
32
|
<entry key="project.open.time.15" value="4" />
|
|
34
33
|
<entry key="project.open.time.17" value="2" />
|
|
35
34
|
<entry key="project.open.time.18" value="3" />
|
|
36
35
|
<entry key="project.open.time.19" value="1" />
|
|
37
|
-
<entry key="project.open.time.2" value="
|
|
36
|
+
<entry key="project.open.time.2" value="27" />
|
|
38
37
|
<entry key="project.open.time.20" value="3" />
|
|
39
38
|
<entry key="project.open.time.22" value="4" />
|
|
40
|
-
<entry key="project.open.time.3" value="
|
|
39
|
+
<entry key="project.open.time.3" value="56" />
|
|
41
40
|
<entry key="project.open.time.30" value="1" />
|
|
42
41
|
<entry key="project.open.time.31" value="1" />
|
|
43
42
|
<entry key="project.open.time.32" value="1" />
|
|
44
43
|
<entry key="project.open.time.34" value="2" />
|
|
45
|
-
<entry key="project.open.time.4" value="
|
|
44
|
+
<entry key="project.open.time.4" value="60" />
|
|
46
45
|
<entry key="project.open.time.48" value="1" />
|
|
47
46
|
<entry key="project.open.time.5" value="22" />
|
|
48
|
-
<entry key="project.open.time.6" value="
|
|
47
|
+
<entry key="project.open.time.6" value="17" />
|
|
49
48
|
<entry key="project.open.time.7" value="6" />
|
|
50
49
|
<entry key="project.open.time.8" value="2" />
|
|
50
|
+
<entry key="project.open.time.81" value="1" />
|
|
51
51
|
<entry key="project.open.time.9" value="2" />
|
|
52
|
-
<entry key="project.opened" value="
|
|
52
|
+
<entry key="project.opened" value="261" />
|
|
53
53
|
</counts>
|
|
54
54
|
</usages-collector>
|
|
55
55
|
<usages-collector id="statistics.js.language.service.starts">
|
|
56
56
|
<counts>
|
|
57
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
57
|
+
<entry key="TypeScriptServerServiceImpl" value="250" />
|
|
58
58
|
</counts>
|
|
59
59
|
</usages-collector>
|
|
60
60
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
<entry key="gif" value="1" />
|
|
67
67
|
<entry key="gitignore" value="8" />
|
|
68
68
|
<entry key="gitmodules" value="1" />
|
|
69
|
-
<entry key="html" value="
|
|
70
|
-
<entry key="js" value="
|
|
69
|
+
<entry key="html" value="21" />
|
|
70
|
+
<entry key="js" value="589" />
|
|
71
71
|
<entry key="jshintignore" value="1" />
|
|
72
72
|
<entry key="jshintrc" value="1" />
|
|
73
|
-
<entry key="json" value="
|
|
73
|
+
<entry key="json" value="85" />
|
|
74
74
|
<entry key="jsx" value="23" />
|
|
75
75
|
<entry key="lock" value="17" />
|
|
76
76
|
<entry key="md" value="50" />
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
<entry key="npmrc" value="1" />
|
|
79
79
|
<entry key="png" value="2" />
|
|
80
80
|
<entry key="sre" value="1" />
|
|
81
|
-
<entry key="ts" value="
|
|
82
|
-
<entry key="tsx" value="
|
|
81
|
+
<entry key="ts" value="1419" />
|
|
82
|
+
<entry key="tsx" value="64" />
|
|
83
83
|
<entry key="yarnignore" value="2" />
|
|
84
84
|
<entry key="yml" value="3" />
|
|
85
85
|
</counts>
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
<entry key=".env file" value="6" />
|
|
90
90
|
<entry key="CSS" value="5" />
|
|
91
91
|
<entry key="EJS" value="1" />
|
|
92
|
-
<entry key="HTML" value="
|
|
92
|
+
<entry key="HTML" value="21" />
|
|
93
93
|
<entry key="Image" value="3" />
|
|
94
94
|
<entry key="JSHint" value="1" />
|
|
95
|
-
<entry key="JSON" value="
|
|
95
|
+
<entry key="JSON" value="80" />
|
|
96
96
|
<entry key="JSX Harmony" value="23" />
|
|
97
|
-
<entry key="JavaScript" value="
|
|
97
|
+
<entry key="JavaScript" value="590" />
|
|
98
98
|
<entry key="Markdown" value="50" />
|
|
99
99
|
<entry key="PLAIN_TEXT" value="17" />
|
|
100
|
-
<entry key="TypeScript" value="
|
|
101
|
-
<entry key="TypeScript JSX" value="
|
|
100
|
+
<entry key="TypeScript" value="1419" />
|
|
101
|
+
<entry key="TypeScript JSX" value="64" />
|
|
102
102
|
<entry key="YAML" value="3" />
|
|
103
103
|
<entry key="tsconfig" value="6" />
|
|
104
104
|
<entry key="yarn.lock" value="16" />
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
<counts>
|
|
109
109
|
<entry key="css" value="98" />
|
|
110
110
|
<entry key="html" value="48" />
|
|
111
|
-
<entry key="js" value="
|
|
112
|
-
<entry key="json" value="
|
|
111
|
+
<entry key="js" value="13946" />
|
|
112
|
+
<entry key="json" value="123" />
|
|
113
113
|
<entry key="jsx" value="1587" />
|
|
114
114
|
<entry key="md" value="2785" />
|
|
115
|
-
<entry key="ts" value="
|
|
116
|
-
<entry key="tsx" value="
|
|
115
|
+
<entry key="ts" value="130612" />
|
|
116
|
+
<entry key="tsx" value="1470" />
|
|
117
117
|
<entry key="yml" value="41" />
|
|
118
118
|
</counts>
|
|
119
119
|
</usages-collector>
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
<counts>
|
|
122
122
|
<entry key="CSS" value="98" />
|
|
123
123
|
<entry key="HTML" value="126" />
|
|
124
|
-
<entry key="JSON" value="
|
|
124
|
+
<entry key="JSON" value="92" />
|
|
125
125
|
<entry key="JSX Harmony" value="1587" />
|
|
126
|
-
<entry key="JavaScript" value="
|
|
126
|
+
<entry key="JavaScript" value="13959" />
|
|
127
127
|
<entry key="Markdown" value="2705" />
|
|
128
|
-
<entry key="TypeScript" value="
|
|
129
|
-
<entry key="TypeScript JSX" value="
|
|
128
|
+
<entry key="TypeScript" value="130601" />
|
|
129
|
+
<entry key="TypeScript JSX" value="1470" />
|
|
130
130
|
<entry key="YAML" value="41" />
|
|
131
131
|
<entry key="tsconfig" value="31" />
|
|
132
132
|
</counts>
|
|
@@ -137,14 +137,35 @@
|
|
|
137
137
|
<favorites_list name="mathpix-markdown-it" />
|
|
138
138
|
</component>
|
|
139
139
|
<component name="FileEditorManager">
|
|
140
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
140
|
+
<splitter split-orientation="horizontal" split-proportion="0.79628253">
|
|
141
141
|
<split-first>
|
|
142
142
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
143
143
|
<file pinned="false" current-in-tab="true">
|
|
144
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
145
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
146
|
+
<state relative-caret-position="355">
|
|
147
|
+
<caret line="86" column="64" selection-start-line="86" selection-start-column="64" selection-end-line="86" selection-end-column="76" />
|
|
148
|
+
<folding>
|
|
149
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
150
|
+
</folding>
|
|
151
|
+
</state>
|
|
152
|
+
</provider>
|
|
153
|
+
</entry>
|
|
154
|
+
</file>
|
|
155
|
+
<file pinned="false" current-in-tab="false">
|
|
156
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
157
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
158
|
+
<state relative-caret-position="217">
|
|
159
|
+
<caret line="54" selection-start-line="54" selection-end-line="57" selection-end-column="103" />
|
|
160
|
+
</state>
|
|
161
|
+
</provider>
|
|
162
|
+
</entry>
|
|
163
|
+
</file>
|
|
164
|
+
<file pinned="false" current-in-tab="false">
|
|
144
165
|
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
145
166
|
<provider selected="true" editor-type-id="text-editor">
|
|
146
|
-
<state relative-caret-position="
|
|
147
|
-
<caret line="
|
|
167
|
+
<state relative-caret-position="295">
|
|
168
|
+
<caret line="67" column="59" selection-start-line="67" selection-start-column="59" selection-end-line="67" selection-end-column="59" />
|
|
148
169
|
<folding>
|
|
149
170
|
<element signature="e#0#36#0" expanded="true" />
|
|
150
171
|
</folding>
|
|
@@ -153,66 +174,176 @@
|
|
|
153
174
|
</entry>
|
|
154
175
|
</file>
|
|
155
176
|
<file pinned="false" current-in-tab="false">
|
|
156
|
-
<entry file="file://$PROJECT_DIR$/tests/
|
|
177
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
157
178
|
<provider selected="true" editor-type-id="text-editor">
|
|
158
|
-
<state relative-caret-position="
|
|
159
|
-
<caret line="
|
|
179
|
+
<state relative-caret-position="85">
|
|
180
|
+
<caret line="87" selection-start-line="87" selection-end-line="87" />
|
|
160
181
|
</state>
|
|
161
182
|
</provider>
|
|
162
183
|
</entry>
|
|
163
184
|
</file>
|
|
164
185
|
<file pinned="false" current-in-tab="false">
|
|
165
|
-
<entry file="file://$PROJECT_DIR$/
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
166
187
|
<provider selected="true" editor-type-id="text-editor">
|
|
167
|
-
<state relative-caret-position="
|
|
168
|
-
<caret line="
|
|
188
|
+
<state relative-caret-position="225">
|
|
189
|
+
<caret line="15" column="14" selection-start-line="15" selection-start-column="14" selection-end-line="15" selection-end-column="14" />
|
|
169
190
|
</state>
|
|
170
191
|
</provider>
|
|
171
192
|
</entry>
|
|
172
193
|
</file>
|
|
173
194
|
<file pinned="false" current-in-tab="false">
|
|
174
|
-
<entry file="file://$PROJECT_DIR$/
|
|
195
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js">
|
|
175
196
|
<provider selected="true" editor-type-id="text-editor">
|
|
176
|
-
<state>
|
|
197
|
+
<state relative-caret-position="297">
|
|
198
|
+
<caret line="160" column="13" selection-start-line="160" selection-start-column="13" selection-end-line="160" selection-end-column="13" />
|
|
177
199
|
<folding>
|
|
178
|
-
<element signature="n#!!
|
|
200
|
+
<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" />
|
|
201
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
202
|
+
<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" />
|
|
203
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
204
|
+
<element signature="n#style#0;n#div#2;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
205
|
+
<element signature="n#style#0;n#div#0;n#div#2;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
206
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
207
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
208
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
209
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
210
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
211
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
212
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
213
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
214
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
215
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
216
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
217
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
218
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
219
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
220
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
221
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
222
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
223
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
224
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
225
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
226
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
227
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
228
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
229
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
230
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
231
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
232
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
233
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
234
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
235
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
236
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
237
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
238
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
239
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
240
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
241
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
242
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
243
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
244
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
245
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
246
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
247
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
248
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
249
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
250
|
+
<element signature="n#style#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
251
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
252
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
253
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
254
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
255
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
256
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
257
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
258
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
259
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
260
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
261
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
262
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
263
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
264
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
265
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
266
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
267
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
268
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
269
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
270
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
271
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
272
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
273
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
274
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
275
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
276
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
277
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
278
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
279
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
280
|
+
<element signature="n#style#0;n#ul#0;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
179
281
|
</folding>
|
|
180
282
|
</state>
|
|
181
283
|
</provider>
|
|
182
284
|
</entry>
|
|
183
285
|
</file>
|
|
184
286
|
<file pinned="false" current-in-tab="false">
|
|
185
|
-
<entry file="file://$PROJECT_DIR$/
|
|
287
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
|
|
186
288
|
<provider selected="true" editor-type-id="text-editor">
|
|
187
|
-
<state relative-caret-position="
|
|
188
|
-
<caret line="
|
|
289
|
+
<state relative-caret-position="297">
|
|
290
|
+
<caret line="60" column="13" selection-start-line="60" selection-start-column="13" selection-end-line="60" selection-end-column="13" />
|
|
291
|
+
<folding>
|
|
292
|
+
<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" />
|
|
293
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
294
|
+
<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" />
|
|
295
|
+
<element signature="n#style#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
296
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
297
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
298
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
299
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
300
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
301
|
+
<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#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
302
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
303
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
304
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
305
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
306
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
307
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
308
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
309
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
310
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
311
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
312
|
+
<element signature="n#style#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
313
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
314
|
+
<element signature="n#style#0;n#td#1;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
315
|
+
<element signature="n#style#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
316
|
+
<element signature="n#style#0;n#td#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
317
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
318
|
+
<element signature="n#style#0;n#td#1;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
319
|
+
</folding>
|
|
189
320
|
</state>
|
|
190
321
|
</provider>
|
|
191
322
|
</entry>
|
|
192
323
|
</file>
|
|
193
324
|
<file pinned="false" current-in-tab="false">
|
|
194
|
-
<entry file="file://$PROJECT_DIR$/
|
|
325
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
|
|
195
326
|
<provider selected="true" editor-type-id="text-editor">
|
|
196
|
-
<state relative-caret-position="
|
|
197
|
-
<caret line="
|
|
327
|
+
<state relative-caret-position="297">
|
|
328
|
+
<caret line="57" column="15" selection-start-line="57" selection-start-column="15" selection-end-line="57" selection-end-column="15" />
|
|
198
329
|
</state>
|
|
199
330
|
</provider>
|
|
200
331
|
</entry>
|
|
201
332
|
</file>
|
|
202
333
|
<file pinned="false" current-in-tab="false">
|
|
203
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
334
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
204
335
|
<provider selected="true" editor-type-id="text-editor">
|
|
205
|
-
<state relative-caret-position="
|
|
206
|
-
<caret line="
|
|
336
|
+
<state relative-caret-position="398">
|
|
337
|
+
<caret line="196" column="4" selection-start-line="196" selection-start-column="4" selection-end-line="196" selection-end-column="53" />
|
|
207
338
|
</state>
|
|
208
339
|
</provider>
|
|
209
340
|
</entry>
|
|
210
341
|
</file>
|
|
211
342
|
<file pinned="false" current-in-tab="false">
|
|
212
|
-
<entry file="file://$PROJECT_DIR$/
|
|
343
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
213
344
|
<provider selected="true" editor-type-id="text-editor">
|
|
214
|
-
<state relative-caret-position="
|
|
215
|
-
<caret line="
|
|
345
|
+
<state relative-caret-position="750">
|
|
346
|
+
<caret line="50" column="31" selection-start-line="50" selection-start-column="31" selection-end-line="50" selection-end-column="31" />
|
|
216
347
|
</state>
|
|
217
348
|
</provider>
|
|
218
349
|
</entry>
|
|
@@ -222,105 +353,84 @@
|
|
|
222
353
|
<split-second>
|
|
223
354
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
224
355
|
<file pinned="false" current-in-tab="false">
|
|
225
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it
|
|
356
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/code.js">
|
|
226
357
|
<provider selected="true" editor-type-id="text-editor">
|
|
227
|
-
<state relative-caret-position="
|
|
228
|
-
<caret line="216" selection-start-line="216" selection-end-line="216" />
|
|
229
|
-
<folding>
|
|
230
|
-
<element signature="e#6984#8700#0" />
|
|
231
|
-
</folding>
|
|
232
|
-
</state>
|
|
358
|
+
<state relative-caret-position="-60" />
|
|
233
359
|
</provider>
|
|
234
360
|
</entry>
|
|
235
361
|
</file>
|
|
236
362
|
<file pinned="false" current-in-tab="false">
|
|
237
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it
|
|
238
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
239
|
-
<state>
|
|
240
|
-
<folding>
|
|
241
|
-
<element signature="n#!!doc" expanded="true" />
|
|
242
|
-
</folding>
|
|
243
|
-
</state>
|
|
244
|
-
</provider>
|
|
363
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/heading.js">
|
|
364
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
245
365
|
</entry>
|
|
246
366
|
</file>
|
|
247
367
|
<file pinned="false" current-in-tab="false">
|
|
248
|
-
<entry file="file://$PROJECT_DIR$/
|
|
368
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/html_block.js">
|
|
369
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
370
|
+
</entry>
|
|
371
|
+
</file>
|
|
372
|
+
<file pinned="false" current-in-tab="false">
|
|
373
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/paragraph.js">
|
|
249
374
|
<provider selected="true" editor-type-id="text-editor">
|
|
250
|
-
<state relative-caret-position="
|
|
251
|
-
<caret line="
|
|
375
|
+
<state relative-caret-position="510">
|
|
376
|
+
<caret line="34" column="26" selection-start-line="34" selection-start-column="18" selection-end-line="34" selection-end-column="26" />
|
|
252
377
|
</state>
|
|
253
378
|
</provider>
|
|
254
379
|
</entry>
|
|
255
380
|
</file>
|
|
256
|
-
<file pinned="false" current-in-tab="
|
|
257
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
381
|
+
<file pinned="false" current-in-tab="true">
|
|
382
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
258
383
|
<provider selected="true" editor-type-id="text-editor">
|
|
259
|
-
<state relative-caret-position="
|
|
260
|
-
<caret line="
|
|
384
|
+
<state relative-caret-position="3055">
|
|
385
|
+
<caret line="344" column="17" selection-start-line="344" selection-start-column="17" selection-end-line="344" selection-end-column="17" />
|
|
261
386
|
<folding>
|
|
262
387
|
<element signature="e#0#41#0" expanded="true" />
|
|
388
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
263
389
|
</folding>
|
|
264
390
|
</state>
|
|
265
391
|
</provider>
|
|
266
392
|
</entry>
|
|
267
393
|
</file>
|
|
268
394
|
<file pinned="false" current-in-tab="false">
|
|
269
|
-
<entry file="file://$PROJECT_DIR$/
|
|
395
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
270
396
|
<provider selected="true" editor-type-id="text-editor">
|
|
271
|
-
<state relative-caret-position="
|
|
272
|
-
<caret line="
|
|
273
|
-
<folding>
|
|
274
|
-
<element signature="e#0#87#0" expanded="true" />
|
|
275
|
-
</folding>
|
|
397
|
+
<state relative-caret-position="2745">
|
|
398
|
+
<caret line="183" selection-start-line="183" selection-end-line="183" />
|
|
276
399
|
</state>
|
|
277
400
|
</provider>
|
|
278
401
|
</entry>
|
|
279
402
|
</file>
|
|
280
403
|
<file pinned="false" current-in-tab="false">
|
|
281
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
404
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
282
405
|
<provider selected="true" editor-type-id="text-editor">
|
|
283
|
-
<state relative-caret-position="
|
|
284
|
-
<caret line="
|
|
285
|
-
<folding>
|
|
286
|
-
<element signature="e#0#71#0" expanded="true" />
|
|
287
|
-
</folding>
|
|
406
|
+
<state relative-caret-position="357">
|
|
407
|
+
<caret line="90" column="55" selection-start-line="90" selection-start-column="55" selection-end-line="90" selection-end-column="55" />
|
|
288
408
|
</state>
|
|
289
409
|
</provider>
|
|
290
410
|
</entry>
|
|
291
411
|
</file>
|
|
292
412
|
<file pinned="false" current-in-tab="false">
|
|
293
|
-
<entry file="file://$PROJECT_DIR$/
|
|
413
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
294
414
|
<provider selected="true" editor-type-id="text-editor">
|
|
295
|
-
<state relative-caret-position="
|
|
296
|
-
<caret line="
|
|
415
|
+
<state relative-caret-position="98">
|
|
416
|
+
<caret line="137" column="17" selection-start-line="137" selection-start-column="10" selection-end-line="137" selection-end-column="17" />
|
|
297
417
|
<folding>
|
|
298
|
-
<element signature="e#
|
|
418
|
+
<element signature="e#6984#8700#0" />
|
|
299
419
|
</folding>
|
|
300
420
|
</state>
|
|
301
421
|
</provider>
|
|
302
422
|
</entry>
|
|
303
423
|
</file>
|
|
304
|
-
<file pinned="false" current-in-tab="
|
|
305
|
-
<entry file="file://$PROJECT_DIR$/
|
|
306
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
307
|
-
<state relative-caret-position="165">
|
|
308
|
-
<caret line="11" selection-start-line="11" selection-end-line="11" />
|
|
309
|
-
<folding>
|
|
310
|
-
<element signature="e#0#42#0" expanded="true" />
|
|
311
|
-
</folding>
|
|
312
|
-
</state>
|
|
313
|
-
</provider>
|
|
424
|
+
<file pinned="false" current-in-tab="false">
|
|
425
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/fence.js">
|
|
426
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
314
427
|
</entry>
|
|
315
428
|
</file>
|
|
316
429
|
<file pinned="false" current-in-tab="false">
|
|
317
|
-
<entry file="file://$PROJECT_DIR$/
|
|
430
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
318
431
|
<provider selected="true" editor-type-id="text-editor">
|
|
319
|
-
<state relative-caret-position="
|
|
320
|
-
<caret line="
|
|
321
|
-
<folding>
|
|
322
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
323
|
-
</folding>
|
|
432
|
+
<state relative-caret-position="4740">
|
|
433
|
+
<caret line="316" selection-start-line="316" selection-end-line="317" />
|
|
324
434
|
</state>
|
|
325
435
|
</provider>
|
|
326
436
|
</entry>
|
|
@@ -338,36 +448,36 @@
|
|
|
338
448
|
</component>
|
|
339
449
|
<component name="FindInProjectRecents">
|
|
340
450
|
<findStrings>
|
|
341
|
-
<find>
|
|
342
|
-
<find>
|
|
343
|
-
<find>
|
|
344
|
-
<find>
|
|
345
|
-
<find>
|
|
346
|
-
<find>
|
|
347
|
-
<find>
|
|
348
|
-
<find>
|
|
349
|
-
<find>
|
|
350
|
-
<find>
|
|
351
|
-
<find>render_footnote_caption</find>
|
|
352
|
-
<find>renderInline</find>
|
|
353
|
-
<find>footnote_caption</find>
|
|
354
|
-
<find>footnotes</find>
|
|
355
|
-
<find>value</find>
|
|
356
|
-
<find>numbered</find>
|
|
357
|
-
<find>footnote_ref</find>
|
|
358
|
-
<find>lines</find>
|
|
359
|
-
<find>footnote_tail</find>
|
|
451
|
+
<find>block.parse</find>
|
|
452
|
+
<find>tokenize</find>
|
|
453
|
+
<find>mml</find>
|
|
454
|
+
<find>state.line</find>
|
|
455
|
+
<find>inline</find>
|
|
456
|
+
<find>pending</find>
|
|
457
|
+
<find>findBackTick</find>
|
|
458
|
+
<find>findOpenCloseTags</find>
|
|
459
|
+
<find>match</find>
|
|
460
|
+
<find>paragraph</find>
|
|
360
461
|
<find>paragraphDiv</find>
|
|
361
|
-
<find>
|
|
362
|
-
<find>
|
|
363
|
-
<find>
|
|
364
|
-
<find>
|
|
365
|
-
<find>
|
|
462
|
+
<find>content</find>
|
|
463
|
+
<find>silent</find>
|
|
464
|
+
<find>reOpenTagFootnoteNumbered</find>
|
|
465
|
+
<find>hasOwnProperty</find>
|
|
466
|
+
<find>lastNumber</find>
|
|
467
|
+
<find>footnote_ref</find>
|
|
468
|
+
<find>resString</find>
|
|
469
|
+
<find>getLines</find>
|
|
470
|
+
<find>addFootnoteToListForFootnotetext</find>
|
|
471
|
+
<find>footnote</find>
|
|
472
|
+
<find>addFootnoteToListForFootnote</find>
|
|
473
|
+
<find>console</find>
|
|
474
|
+
<find>list[i].numbered</find>
|
|
366
475
|
<find>console.log</find>
|
|
367
|
-
<find>
|
|
476
|
+
<find>token</find>
|
|
477
|
+
<find>.render</find>
|
|
478
|
+
<find>renderToken</find>
|
|
479
|
+
<find>isSpace</find>
|
|
368
480
|
<find>debugger</find>
|
|
369
|
-
<find>console</find>
|
|
370
|
-
<find>deb</find>
|
|
371
481
|
</findStrings>
|
|
372
482
|
<replaceStrings>
|
|
373
483
|
<replace>MJSimple</replace>
|
|
@@ -379,8 +489,6 @@
|
|
|
379
489
|
<replace />
|
|
380
490
|
</replaceStrings>
|
|
381
491
|
<dirStrings>
|
|
382
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline</dir>
|
|
383
|
-
<dir>$PROJECT_DIR$/src/markdown/md-chemistry</dir>
|
|
384
492
|
<dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
|
|
385
493
|
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
386
494
|
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
@@ -393,7 +501,6 @@
|
|
|
393
501
|
<dir>$PROJECT_DIR$/src/markdown/md-inline-rule</dir>
|
|
394
502
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-emoji/lib</dir>
|
|
395
503
|
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
396
|
-
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
397
504
|
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
398
505
|
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
399
506
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
@@ -406,9 +513,12 @@
|
|
|
406
513
|
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
407
514
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
408
515
|
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
516
|
+
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
517
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
518
|
+
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
519
|
+
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
409
520
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
410
521
|
<dir>$PROJECT_DIR$/src</dir>
|
|
411
|
-
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
412
522
|
</dirStrings>
|
|
413
523
|
</component>
|
|
414
524
|
<component name="Git.Settings">
|
|
@@ -417,28 +527,6 @@
|
|
|
417
527
|
<component name="IdeDocumentHistory">
|
|
418
528
|
<option name="CHANGED_PATHS">
|
|
419
529
|
<list>
|
|
420
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/parse-error.ts" />
|
|
421
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
422
|
-
<option value="$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx" />
|
|
423
|
-
<option value="$PROJECT_DIR$/src/markdown/rules.ts" />
|
|
424
|
-
<option value="$PROJECT_DIR$/src/markdown/mdHighlightCodePlugin.ts" />
|
|
425
|
-
<option value="$PROJECT_DIR$/README.md" />
|
|
426
|
-
<option value="$PROJECT_DIR$/src/mathjax/index.ts" />
|
|
427
|
-
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
428
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
429
|
-
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js" />
|
|
430
|
-
<option value="$PROJECT_DIR$/examples/app.js" />
|
|
431
|
-
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/rules_core/inline.js" />
|
|
432
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
433
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts" />
|
|
434
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts" />
|
|
435
|
-
<option value="$PROJECT_DIR$/src/markdown/md-ascii/index.ts" />
|
|
436
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts" />
|
|
437
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
438
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/lists/index.ts" />
|
|
439
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginTableTabular.ts" />
|
|
440
|
-
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/index.ts" />
|
|
441
|
-
<option value="$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts" />
|
|
442
530
|
<option value="$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts" />
|
|
443
531
|
<option value="$PROJECT_DIR$/src/markdown/highlight/common.ts" />
|
|
444
532
|
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
@@ -448,7 +536,6 @@
|
|
|
448
536
|
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
449
537
|
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
|
|
450
538
|
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
451
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
452
539
|
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
453
540
|
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
|
|
454
541
|
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
@@ -457,17 +544,40 @@
|
|
|
457
544
|
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/render-rule.ts" />
|
|
458
545
|
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
|
|
459
546
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
|
|
460
|
-
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
461
547
|
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
462
548
|
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
463
549
|
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
550
|
+
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
551
|
+
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
552
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd.js" />
|
|
553
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html.js" />
|
|
554
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd_02.js" />
|
|
555
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html_02.js" />
|
|
556
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/test.html" />
|
|
557
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
558
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js" />
|
|
559
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
560
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
561
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js" />
|
|
562
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
563
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js" />
|
|
564
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
565
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
464
566
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
465
|
-
<option value="$PROJECT_DIR$/src/markdown/
|
|
567
|
+
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
466
568
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
467
|
-
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
468
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
469
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
470
569
|
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
570
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
571
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js" />
|
|
572
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
573
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js" />
|
|
574
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
575
|
+
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
576
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
577
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
578
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
579
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
580
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
471
581
|
</list>
|
|
472
582
|
</option>
|
|
473
583
|
</component>
|
|
@@ -497,11 +607,10 @@
|
|
|
497
607
|
<path value="$PROJECT_DIR$/package.json" />
|
|
498
608
|
</packageJsonPaths>
|
|
499
609
|
</component>
|
|
500
|
-
<component name="ProjectFrameBounds"
|
|
501
|
-
<option name="
|
|
502
|
-
<option name="
|
|
503
|
-
<option name="
|
|
504
|
-
<option name="height" value="1080" />
|
|
610
|
+
<component name="ProjectFrameBounds">
|
|
611
|
+
<option name="y" value="36" />
|
|
612
|
+
<option name="width" value="1607" />
|
|
613
|
+
<option name="height" value="980" />
|
|
505
614
|
</component>
|
|
506
615
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
507
616
|
<component name="ProjectView">
|
|
@@ -509,6 +618,7 @@
|
|
|
509
618
|
<foldersAlwaysOnTop value="true" />
|
|
510
619
|
</navigator>
|
|
511
620
|
<panes>
|
|
621
|
+
<pane id="Scope" />
|
|
512
622
|
<pane id="ProjectPane">
|
|
513
623
|
<subPane>
|
|
514
624
|
<expand>
|
|
@@ -521,92 +631,21 @@
|
|
|
521
631
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
522
632
|
<item name=".circleci" type="462c0819:PsiDirectoryNode" />
|
|
523
633
|
</path>
|
|
524
|
-
<path>
|
|
525
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
526
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
527
|
-
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
528
|
-
</path>
|
|
529
|
-
<path>
|
|
530
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
531
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
532
|
-
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
533
|
-
<item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
|
|
534
|
-
</path>
|
|
535
|
-
<path>
|
|
536
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
537
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
538
|
-
<item name="node_modules" type="462c0819:PsiDirectoryNode" />
|
|
539
|
-
<item name="markdown-it-footnote" type="462c0819:PsiDirectoryNode" />
|
|
540
|
-
<item name="dist" type="462c0819:PsiDirectoryNode" />
|
|
541
|
-
</path>
|
|
542
|
-
<path>
|
|
543
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
544
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
545
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
546
|
-
</path>
|
|
547
634
|
<path>
|
|
548
635
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
549
636
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
550
637
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
551
|
-
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
552
|
-
</path>
|
|
553
|
-
<path>
|
|
554
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
555
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
556
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
557
|
-
<item name="components" type="462c0819:PsiDirectoryNode" />
|
|
558
|
-
<item name="mathpix-loader" type="462c0819:PsiDirectoryNode" />
|
|
559
|
-
</path>
|
|
560
|
-
<path>
|
|
561
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
562
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
563
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
564
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
565
|
-
</path>
|
|
566
|
-
<path>
|
|
567
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
568
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
569
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
570
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
571
|
-
<item name="md-core-rules" type="462c0819:PsiDirectoryNode" />
|
|
572
|
-
</path>
|
|
573
|
-
<path>
|
|
574
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
575
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
576
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
577
|
-
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
578
|
-
<item name="md-inline-rule" type="462c0819:PsiDirectoryNode" />
|
|
579
638
|
</path>
|
|
580
639
|
<path>
|
|
581
640
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
582
641
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
583
642
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
584
643
|
<item name="markdown" type="462c0819:PsiDirectoryNode" />
|
|
585
|
-
<item name="md-theorem" 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="tests" type="462c0819:PsiDirectoryNode" />
|
|
591
|
-
</path>
|
|
592
|
-
<path>
|
|
593
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
594
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
595
|
-
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
596
|
-
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
597
|
-
</path>
|
|
598
|
-
<path>
|
|
599
|
-
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
600
|
-
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
601
|
-
<item name="tests" type="462c0819:PsiDirectoryNode" />
|
|
602
|
-
<item name="_data" type="462c0819:PsiDirectoryNode" />
|
|
603
|
-
<item name="_footnotes" type="462c0819:PsiDirectoryNode" />
|
|
604
644
|
</path>
|
|
605
645
|
</expand>
|
|
606
646
|
<select />
|
|
607
647
|
</subPane>
|
|
608
648
|
</pane>
|
|
609
|
-
<pane id="Scope" />
|
|
610
649
|
</panes>
|
|
611
650
|
</component>
|
|
612
651
|
<component name="PropertiesComponent">
|
|
@@ -623,19 +662,19 @@
|
|
|
623
662
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
624
663
|
</component>
|
|
625
664
|
<component name="RecentsManager">
|
|
665
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
666
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
667
|
+
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
668
|
+
<recent name="$PROJECT_DIR$/src/markdown" />
|
|
669
|
+
<recent name="$PROJECT_DIR$/src/markdown/highlight" />
|
|
670
|
+
<recent name="$PROJECT_DIR$/tests" />
|
|
671
|
+
</key>
|
|
626
672
|
<key name="CopyFile.RECENT_KEYS">
|
|
627
673
|
<recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
|
|
628
674
|
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
629
675
|
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
630
676
|
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
631
677
|
</key>
|
|
632
|
-
<key name="MoveFile.RECENT_KEYS">
|
|
633
|
-
<recent name="$PROJECT_DIR$/src/markdown" />
|
|
634
|
-
<recent name="$PROJECT_DIR$/src/markdown/highlight" />
|
|
635
|
-
<recent name="$PROJECT_DIR$/tests" />
|
|
636
|
-
<recent name="$PROJECT_DIR$/doc/images" />
|
|
637
|
-
<recent name="$PROJECT_DIR$/examples/tests-md" />
|
|
638
|
-
</key>
|
|
639
678
|
</component>
|
|
640
679
|
<component name="RunDashboard">
|
|
641
680
|
<option name="ruleStates">
|
|
@@ -926,11 +965,22 @@
|
|
|
926
965
|
<workItem from="1691567151937" duration="1479000" />
|
|
927
966
|
<workItem from="1691568730834" duration="46081000" />
|
|
928
967
|
<workItem from="1691747682627" duration="298000" />
|
|
968
|
+
<workItem from="1691762503097" duration="174000" />
|
|
969
|
+
<workItem from="1691996305413" duration="19003000" />
|
|
970
|
+
<workItem from="1692080896306" duration="14661000" />
|
|
971
|
+
<workItem from="1692102847596" duration="12365000" />
|
|
972
|
+
<workItem from="1692202578072" duration="994000" />
|
|
973
|
+
<workItem from="1692204095482" duration="1978000" />
|
|
974
|
+
<workItem from="1692206779585" duration="515000" />
|
|
975
|
+
<workItem from="1692207401107" duration="257000" />
|
|
976
|
+
<workItem from="1692255912104" duration="31813000" />
|
|
977
|
+
<workItem from="1692340892943" duration="3187000" />
|
|
978
|
+
<workItem from="1692347895725" duration="6784000" />
|
|
929
979
|
</task>
|
|
930
980
|
<servers />
|
|
931
981
|
</component>
|
|
932
982
|
<component name="TimeTrackingManager">
|
|
933
|
-
<option name="totallyTimeSpent" value="
|
|
983
|
+
<option name="totallyTimeSpent" value="2864458000" />
|
|
934
984
|
</component>
|
|
935
985
|
<component name="TodoView">
|
|
936
986
|
<todo-panel id="selected-file">
|
|
@@ -942,9 +992,10 @@
|
|
|
942
992
|
</todo-panel>
|
|
943
993
|
</component>
|
|
944
994
|
<component name="ToolWindowManager">
|
|
945
|
-
<frame x="
|
|
995
|
+
<frame x="0" y="36" width="1607" height="980" extended-state="0" />
|
|
996
|
+
<editor active="true" />
|
|
946
997
|
<layout>
|
|
947
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.
|
|
998
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.1519546" />
|
|
948
999
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
949
1000
|
<window_info id="npm" order="2" side_tool="true" />
|
|
950
1001
|
<window_info id="DB Browser" order="3" />
|
|
@@ -963,7 +1014,7 @@
|
|
|
963
1014
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
964
1015
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
965
1016
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
966
|
-
<window_info
|
|
1017
|
+
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.37725225" />
|
|
967
1018
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
968
1019
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
969
1020
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1007,7 +1058,7 @@
|
|
|
1007
1058
|
<breakpoints>
|
|
1008
1059
|
<line-breakpoint enabled="true" type="javascript">
|
|
1009
1060
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1010
|
-
<line>
|
|
1061
|
+
<line>370</line>
|
|
1011
1062
|
<option name="timeStamp" value="16" />
|
|
1012
1063
|
</line-breakpoint>
|
|
1013
1064
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1082,7 +1133,7 @@
|
|
|
1082
1133
|
</line-breakpoint>
|
|
1083
1134
|
<line-breakpoint enabled="true" type="javascript">
|
|
1084
1135
|
<url>file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts</url>
|
|
1085
|
-
<line>
|
|
1136
|
+
<line>75</line>
|
|
1086
1137
|
<option name="timeStamp" value="43" />
|
|
1087
1138
|
</line-breakpoint>
|
|
1088
1139
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1118,349 +1169,481 @@
|
|
|
1118
1169
|
<line>1</line>
|
|
1119
1170
|
<option name="timeStamp" value="51" />
|
|
1120
1171
|
</line-breakpoint>
|
|
1172
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1173
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts</url>
|
|
1174
|
+
<option name="timeStamp" value="52" />
|
|
1175
|
+
</line-breakpoint>
|
|
1121
1176
|
</breakpoints>
|
|
1122
1177
|
</breakpoint-manager>
|
|
1123
1178
|
</component>
|
|
1124
1179
|
<component name="editorHistoryManager">
|
|
1125
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1180
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js">
|
|
1126
1181
|
<provider selected="true" editor-type-id="text-editor">
|
|
1127
|
-
<state relative-caret-position="
|
|
1128
|
-
<caret line="
|
|
1182
|
+
<state relative-caret-position="540">
|
|
1183
|
+
<caret line="36" column="13" selection-start-line="36" selection-start-column="13" selection-end-line="36" selection-end-column="13" />
|
|
1129
1184
|
</state>
|
|
1130
1185
|
</provider>
|
|
1131
1186
|
</entry>
|
|
1132
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1187
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js">
|
|
1133
1188
|
<provider selected="true" editor-type-id="text-editor">
|
|
1134
|
-
<state relative-caret-position="
|
|
1135
|
-
<caret line="
|
|
1189
|
+
<state relative-caret-position="345">
|
|
1190
|
+
<caret line="23" column="6" selection-start-line="23" selection-start-column="6" selection-end-line="23" selection-end-column="6" />
|
|
1136
1191
|
</state>
|
|
1137
1192
|
</provider>
|
|
1138
1193
|
</entry>
|
|
1139
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
1140
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts">
|
|
1194
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_01.js">
|
|
1141
1195
|
<provider selected="true" editor-type-id="text-editor">
|
|
1142
|
-
<state relative-caret-position="
|
|
1143
|
-
<caret line="
|
|
1196
|
+
<state relative-caret-position="210">
|
|
1197
|
+
<caret line="14" column="60" selection-start-line="14" selection-start-column="60" selection-end-line="14" selection-end-column="60" />
|
|
1144
1198
|
</state>
|
|
1145
1199
|
</provider>
|
|
1146
1200
|
</entry>
|
|
1147
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
1148
|
-
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js" />
|
|
1149
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js">
|
|
1201
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_01.js">
|
|
1150
1202
|
<provider selected="true" editor-type-id="text-editor">
|
|
1151
|
-
<state relative-caret-position="
|
|
1152
|
-
<caret line="
|
|
1203
|
+
<state relative-caret-position="360">
|
|
1204
|
+
<caret line="24" column="13" selection-start-line="24" selection-start-column="13" selection-end-line="24" selection-end-column="13" />
|
|
1153
1205
|
</state>
|
|
1154
1206
|
</provider>
|
|
1155
1207
|
</entry>
|
|
1156
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1208
|
+
<entry file="file://$PROJECT_DIR$/src/styles/index.ts">
|
|
1157
1209
|
<provider selected="true" editor-type-id="text-editor">
|
|
1158
|
-
<state relative-caret-position="
|
|
1159
|
-
<caret line="
|
|
1210
|
+
<state relative-caret-position="5055">
|
|
1211
|
+
<caret line="337" column="26" selection-start-line="337" selection-start-column="24" selection-end-line="337" selection-end-column="26" />
|
|
1160
1212
|
</state>
|
|
1161
1213
|
</provider>
|
|
1162
1214
|
</entry>
|
|
1163
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1215
|
+
<entry file="file://$PROJECT_DIR$/src/styles/halpers.ts">
|
|
1216
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1217
|
+
</entry>
|
|
1218
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js">
|
|
1164
1219
|
<provider selected="true" editor-type-id="text-editor">
|
|
1165
|
-
<state relative-caret-position="
|
|
1166
|
-
<caret line="
|
|
1220
|
+
<state relative-caret-position="150">
|
|
1221
|
+
<caret line="10" column="30" selection-start-line="10" selection-start-column="30" selection-end-line="10" selection-end-column="30" />
|
|
1167
1222
|
</state>
|
|
1168
1223
|
</provider>
|
|
1169
1224
|
</entry>
|
|
1170
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1225
|
+
<entry file="file://$PROJECT_DIR$/src/styles/styles-fonts.ts">
|
|
1226
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1227
|
+
</entry>
|
|
1228
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js">
|
|
1171
1229
|
<provider selected="true" editor-type-id="text-editor">
|
|
1172
|
-
<state relative-caret-position="
|
|
1173
|
-
<caret line="
|
|
1230
|
+
<state relative-caret-position="75">
|
|
1231
|
+
<caret line="5" column="65" selection-start-line="5" selection-start-column="65" selection-end-line="5" selection-end-column="65" />
|
|
1174
1232
|
</state>
|
|
1175
1233
|
</provider>
|
|
1176
1234
|
</entry>
|
|
1177
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1235
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1178
1236
|
<provider selected="true" editor-type-id="text-editor">
|
|
1179
|
-
<state relative-caret-position="
|
|
1180
|
-
<caret line="
|
|
1237
|
+
<state relative-caret-position="2400">
|
|
1238
|
+
<caret line="174" column="28" selection-start-line="174" selection-start-column="28" selection-end-line="174" selection-end-column="28" />
|
|
1181
1239
|
</state>
|
|
1182
1240
|
</provider>
|
|
1183
1241
|
</entry>
|
|
1184
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1242
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js">
|
|
1185
1243
|
<provider selected="true" editor-type-id="text-editor">
|
|
1186
|
-
<state relative-caret-position="
|
|
1187
|
-
<caret line="
|
|
1244
|
+
<state relative-caret-position="210">
|
|
1245
|
+
<caret line="14" column="35" selection-start-line="14" selection-start-column="35" selection-end-line="14" selection-end-column="35" />
|
|
1188
1246
|
</state>
|
|
1189
1247
|
</provider>
|
|
1190
1248
|
</entry>
|
|
1191
|
-
<entry file="file://$PROJECT_DIR$/node_modules/
|
|
1249
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/dist/markdown-it-footnote.js">
|
|
1250
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1251
|
+
</entry>
|
|
1252
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1192
1253
|
<provider selected="true" editor-type-id="text-editor">
|
|
1193
|
-
<state relative-caret-position="
|
|
1194
|
-
<caret line="
|
|
1254
|
+
<state relative-caret-position="930">
|
|
1255
|
+
<caret line="62" column="5" selection-start-line="62" selection-start-column="5" selection-end-line="62" selection-end-column="5" />
|
|
1256
|
+
<folding>
|
|
1257
|
+
<element signature="e#0#105#0" expanded="true" />
|
|
1258
|
+
</folding>
|
|
1195
1259
|
</state>
|
|
1196
1260
|
</provider>
|
|
1197
1261
|
</entry>
|
|
1198
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1262
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts">
|
|
1199
1263
|
<provider selected="true" editor-type-id="text-editor">
|
|
1200
|
-
<state relative-caret-position="
|
|
1201
|
-
<caret line="
|
|
1264
|
+
<state relative-caret-position="4305">
|
|
1265
|
+
<caret line="287" selection-start-line="287" selection-end-line="287" />
|
|
1202
1266
|
</state>
|
|
1203
1267
|
</provider>
|
|
1204
1268
|
</entry>
|
|
1205
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1269
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts">
|
|
1206
1270
|
<provider selected="true" editor-type-id="text-editor">
|
|
1207
|
-
<state relative-caret-position="
|
|
1208
|
-
<caret line="
|
|
1271
|
+
<state relative-caret-position="180">
|
|
1272
|
+
<caret line="12" selection-start-line="12" selection-end-line="12" />
|
|
1273
|
+
<folding>
|
|
1274
|
+
<element signature="e#0#42#0" expanded="true" />
|
|
1275
|
+
</folding>
|
|
1209
1276
|
</state>
|
|
1210
1277
|
</provider>
|
|
1211
1278
|
</entry>
|
|
1212
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1279
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
1213
1280
|
<provider selected="true" editor-type-id="text-editor">
|
|
1214
|
-
<state>
|
|
1215
|
-
<caret selection-end-column="
|
|
1281
|
+
<state relative-caret-position="150">
|
|
1282
|
+
<caret line="10" column="15" selection-start-line="10" selection-start-column="15" selection-end-line="10" selection-end-column="15" />
|
|
1216
1283
|
</state>
|
|
1217
1284
|
</provider>
|
|
1218
1285
|
</entry>
|
|
1219
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1286
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_inline.js">
|
|
1220
1287
|
<provider selected="true" editor-type-id="text-editor">
|
|
1221
|
-
<state relative-caret-position="
|
|
1222
|
-
<caret line="
|
|
1288
|
+
<state relative-caret-position="473">
|
|
1289
|
+
<caret line="44" column="4" selection-start-line="44" selection-start-column="4" selection-end-line="44" selection-end-column="4" />
|
|
1223
1290
|
</state>
|
|
1224
1291
|
</provider>
|
|
1225
1292
|
</entry>
|
|
1226
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1293
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common.ts">
|
|
1227
1294
|
<provider selected="true" editor-type-id="text-editor">
|
|
1228
|
-
<state relative-caret-position="
|
|
1229
|
-
<caret line="
|
|
1230
|
-
<folding>
|
|
1231
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1232
|
-
</folding>
|
|
1295
|
+
<state relative-caret-position="89">
|
|
1296
|
+
<caret line="42" column="51" selection-start-line="42" selection-start-column="43" selection-end-line="42" selection-end-column="51" />
|
|
1233
1297
|
</state>
|
|
1234
1298
|
</provider>
|
|
1235
1299
|
</entry>
|
|
1236
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1237
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
|
|
1300
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/blockquote.js">
|
|
1238
1301
|
<provider selected="true" editor-type-id="text-editor">
|
|
1239
|
-
<state relative-caret-position="
|
|
1240
|
-
<caret line="
|
|
1241
|
-
<folding>
|
|
1242
|
-
<element signature="e#0#40#0" expanded="true" />
|
|
1243
|
-
</folding>
|
|
1302
|
+
<state relative-caret-position="446">
|
|
1303
|
+
<caret line="281" column="17" selection-start-line="281" selection-start-column="8" selection-end-line="281" selection-end-column="17" />
|
|
1244
1304
|
</state>
|
|
1245
1305
|
</provider>
|
|
1246
1306
|
</entry>
|
|
1247
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1307
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/backticks.js">
|
|
1248
1308
|
<provider selected="true" editor-type-id="text-editor">
|
|
1249
|
-
<state>
|
|
1250
|
-
<
|
|
1251
|
-
<element signature="e#0#31#0" expanded="true" />
|
|
1252
|
-
</folding>
|
|
1309
|
+
<state relative-caret-position="185">
|
|
1310
|
+
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
|
1253
1311
|
</state>
|
|
1254
1312
|
</provider>
|
|
1255
1313
|
</entry>
|
|
1256
1314
|
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
1257
1315
|
<provider selected="true" editor-type-id="text-editor">
|
|
1258
|
-
<state relative-caret-position="
|
|
1259
|
-
<caret line="
|
|
1316
|
+
<state relative-caret-position="171">
|
|
1317
|
+
<caret line="287" column="13" selection-start-line="287" selection-start-column="13" selection-end-line="287" selection-end-column="13" />
|
|
1260
1318
|
</state>
|
|
1261
1319
|
</provider>
|
|
1262
1320
|
</entry>
|
|
1263
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1264
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1265
|
-
</entry>
|
|
1266
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1321
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-block-rule/begin-tabular/index.ts">
|
|
1267
1322
|
<provider selected="true" editor-type-id="text-editor">
|
|
1268
|
-
<state relative-caret-position="
|
|
1269
|
-
<caret line="
|
|
1323
|
+
<state relative-caret-position="187">
|
|
1324
|
+
<caret line="243" column="50" selection-start-line="243" selection-start-column="50" selection-end-line="243" selection-end-column="50" />
|
|
1270
1325
|
</state>
|
|
1271
1326
|
</provider>
|
|
1272
1327
|
</entry>
|
|
1273
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1328
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js">
|
|
1274
1329
|
<provider selected="true" editor-type-id="text-editor">
|
|
1275
|
-
<state relative-caret-position="-
|
|
1276
|
-
<caret line="
|
|
1330
|
+
<state relative-caret-position="-1199">
|
|
1331
|
+
<caret line="14" column="67" selection-start-line="14" selection-start-column="58" selection-end-line="14" selection-end-column="67" />
|
|
1277
1332
|
</state>
|
|
1278
1333
|
</provider>
|
|
1279
1334
|
</entry>
|
|
1280
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1281
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1282
|
-
</entry>
|
|
1283
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/inline-rule.ts">
|
|
1335
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1284
1336
|
<provider selected="true" editor-type-id="text-editor">
|
|
1285
|
-
<state relative-caret-position="
|
|
1286
|
-
<caret line="
|
|
1337
|
+
<state relative-caret-position="203">
|
|
1338
|
+
<caret line="1104" column="64" selection-start-line="1104" selection-start-column="64" selection-end-line="1104" selection-end-column="64" />
|
|
1287
1339
|
<folding>
|
|
1288
|
-
<element signature="e#
|
|
1340
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1341
|
+
<element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
|
|
1289
1342
|
</folding>
|
|
1290
1343
|
</state>
|
|
1291
1344
|
</provider>
|
|
1292
1345
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1346
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/reference.js">
|
|
1347
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1348
|
+
</entry>
|
|
1349
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1294
1350
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1351
|
+
<state relative-caret-position="180">
|
|
1352
|
+
<caret line="30" column="42" selection-start-line="30" selection-start-column="42" selection-end-line="30" selection-end-column="42" />
|
|
1297
1353
|
<folding>
|
|
1298
|
-
<element signature="
|
|
1354
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
1299
1355
|
</folding>
|
|
1300
1356
|
</state>
|
|
1301
1357
|
</provider>
|
|
1302
1358
|
</entry>
|
|
1303
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1359
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1304
1360
|
<provider selected="true" editor-type-id="text-editor">
|
|
1305
|
-
<state relative-caret-position="
|
|
1306
|
-
<caret line="
|
|
1361
|
+
<state relative-caret-position="1755">
|
|
1362
|
+
<caret line="135" column="14" selection-start-line="135" selection-start-column="14" selection-end-line="135" selection-end-column="14" />
|
|
1363
|
+
<folding>
|
|
1364
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1365
|
+
</folding>
|
|
1307
1366
|
</state>
|
|
1308
1367
|
</provider>
|
|
1309
1368
|
</entry>
|
|
1310
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1369
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js">
|
|
1311
1370
|
<provider selected="true" editor-type-id="text-editor">
|
|
1312
|
-
<state relative-caret-position="
|
|
1313
|
-
<caret line="
|
|
1371
|
+
<state relative-caret-position="375">
|
|
1372
|
+
<caret line="25" selection-start-line="25" selection-end-line="25" />
|
|
1314
1373
|
</state>
|
|
1315
1374
|
</provider>
|
|
1316
1375
|
</entry>
|
|
1317
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1318
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
1319
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
1320
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
1321
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1376
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts">
|
|
1322
1377
|
<provider selected="true" editor-type-id="text-editor">
|
|
1323
|
-
<state relative-caret-position="
|
|
1324
|
-
<caret line="
|
|
1378
|
+
<state relative-caret-position="30">
|
|
1379
|
+
<caret line="26" column="39" selection-start-line="26" selection-start-column="30" selection-end-line="26" selection-end-column="39" />
|
|
1325
1380
|
<folding>
|
|
1326
|
-
<element signature="e#0#
|
|
1381
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
1327
1382
|
</folding>
|
|
1328
1383
|
</state>
|
|
1329
1384
|
</provider>
|
|
1330
1385
|
</entry>
|
|
1331
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1386
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1332
1387
|
<provider selected="true" editor-type-id="text-editor">
|
|
1333
|
-
<state relative-caret-position="
|
|
1334
|
-
<caret line="
|
|
1388
|
+
<state relative-caret-position="4740">
|
|
1389
|
+
<caret line="323" column="45" selection-start-line="323" selection-start-column="45" selection-end-line="323" selection-end-column="45" />
|
|
1335
1390
|
</state>
|
|
1336
1391
|
</provider>
|
|
1337
1392
|
</entry>
|
|
1338
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
1393
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/heading.js">
|
|
1394
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1395
|
+
</entry>
|
|
1396
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/html_block.js">
|
|
1397
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1398
|
+
</entry>
|
|
1399
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/paragraph.js">
|
|
1339
1400
|
<provider selected="true" editor-type-id="text-editor">
|
|
1340
|
-
<state relative-caret-position="
|
|
1341
|
-
<caret line="
|
|
1401
|
+
<state relative-caret-position="510">
|
|
1402
|
+
<caret line="34" column="26" selection-start-line="34" selection-start-column="18" selection-end-line="34" selection-end-column="26" />
|
|
1342
1403
|
</state>
|
|
1343
1404
|
</provider>
|
|
1344
1405
|
</entry>
|
|
1345
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
1406
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/state_block.js">
|
|
1346
1407
|
<provider selected="true" editor-type-id="text-editor">
|
|
1347
|
-
<state>
|
|
1348
|
-
<
|
|
1349
|
-
<element signature="n#!!doc" expanded="true" />
|
|
1350
|
-
</folding>
|
|
1408
|
+
<state relative-caret-position="2745">
|
|
1409
|
+
<caret line="183" selection-start-line="183" selection-end-line="183" />
|
|
1351
1410
|
</state>
|
|
1352
1411
|
</provider>
|
|
1353
1412
|
</entry>
|
|
1354
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
1413
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
1355
1414
|
<provider selected="true" editor-type-id="text-editor">
|
|
1356
|
-
<state relative-caret-position="
|
|
1357
|
-
<caret line="
|
|
1415
|
+
<state relative-caret-position="4740">
|
|
1416
|
+
<caret line="316" selection-start-line="316" selection-end-line="317" />
|
|
1358
1417
|
</state>
|
|
1359
1418
|
</provider>
|
|
1360
1419
|
</entry>
|
|
1361
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/
|
|
1420
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/fence.js">
|
|
1421
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1422
|
+
</entry>
|
|
1423
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/code.js">
|
|
1424
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1425
|
+
<state relative-caret-position="-60" />
|
|
1426
|
+
</provider>
|
|
1427
|
+
</entry>
|
|
1428
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
1362
1429
|
<provider selected="true" editor-type-id="text-editor">
|
|
1363
|
-
<state relative-caret-position="
|
|
1364
|
-
<caret line="
|
|
1430
|
+
<state relative-caret-position="98">
|
|
1431
|
+
<caret line="137" column="17" selection-start-line="137" selection-start-column="10" selection-end-line="137" selection-end-column="17" />
|
|
1432
|
+
<folding>
|
|
1433
|
+
<element signature="e#6984#8700#0" />
|
|
1434
|
+
</folding>
|
|
1365
1435
|
</state>
|
|
1366
1436
|
</provider>
|
|
1367
1437
|
</entry>
|
|
1368
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1438
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js">
|
|
1369
1439
|
<provider selected="true" editor-type-id="text-editor">
|
|
1370
|
-
<state relative-caret-position="
|
|
1371
|
-
<caret line="
|
|
1440
|
+
<state relative-caret-position="297">
|
|
1441
|
+
<caret line="29" column="9" selection-start-line="29" selection-start-column="9" selection-end-line="29" selection-end-column="9" />
|
|
1372
1442
|
</state>
|
|
1373
1443
|
</provider>
|
|
1374
1444
|
</entry>
|
|
1375
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1445
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
|
|
1376
1446
|
<provider selected="true" editor-type-id="text-editor">
|
|
1377
|
-
<state relative-caret-position="
|
|
1378
|
-
<caret line="
|
|
1447
|
+
<state relative-caret-position="297">
|
|
1448
|
+
<caret line="57" column="15" selection-start-line="57" selection-start-column="15" selection-end-line="57" selection-end-column="15" />
|
|
1379
1449
|
</state>
|
|
1380
1450
|
</provider>
|
|
1381
1451
|
</entry>
|
|
1382
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1452
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
|
|
1383
1453
|
<provider selected="true" editor-type-id="text-editor">
|
|
1384
|
-
<state relative-caret-position="
|
|
1385
|
-
<caret line="
|
|
1454
|
+
<state relative-caret-position="297">
|
|
1455
|
+
<caret line="60" column="13" selection-start-line="60" selection-start-column="13" selection-end-line="60" selection-end-column="13" />
|
|
1386
1456
|
<folding>
|
|
1387
|
-
<element signature="
|
|
1457
|
+
<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" />
|
|
1458
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1459
|
+
<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" />
|
|
1460
|
+
<element signature="n#style#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1461
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1462
|
+
<element signature="n#style#0;n#td#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1463
|
+
<element signature="n#style#0;n#td#1;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1464
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1465
|
+
<element signature="n#style#0;n#td#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1466
|
+
<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#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1467
|
+
<element signature="n#style#0;n#td#1;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1468
|
+
<element signature="n#style#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1469
|
+
<element signature="n#style#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1470
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1471
|
+
<element signature="n#style#0;n#td#1;n#tr#2;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1472
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1473
|
+
<element signature="n#style#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1474
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1475
|
+
<element signature="n#style#0;n#td#1;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1476
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1477
|
+
<element signature="n#style#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1478
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1479
|
+
<element signature="n#style#0;n#td#1;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1480
|
+
<element signature="n#style#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1481
|
+
<element signature="n#style#0;n#td#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1482
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#td#0;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1483
|
+
<element signature="n#style#0;n#td#1;n#tr#5;n#tbody#0;n#table#0;n#div#0;n#div#2;n#li#3;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1388
1484
|
</folding>
|
|
1389
1485
|
</state>
|
|
1390
1486
|
</provider>
|
|
1391
1487
|
</entry>
|
|
1392
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1488
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js">
|
|
1393
1489
|
<provider selected="true" editor-type-id="text-editor">
|
|
1394
|
-
<state>
|
|
1490
|
+
<state relative-caret-position="297">
|
|
1491
|
+
<caret line="160" column="13" selection-start-line="160" selection-start-column="13" selection-end-line="160" selection-end-column="13" />
|
|
1395
1492
|
<folding>
|
|
1396
|
-
<element signature="n#!!
|
|
1493
|
+
<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" />
|
|
1494
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#2;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1495
|
+
<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" />
|
|
1496
|
+
<element signature="n#style#0;n#svg#0;n#mjx-container#0;n#span#0;n#div#1;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1497
|
+
<element signature="n#style#0;n#div#2;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1498
|
+
<element signature="n#style#0;n#div#0;n#div#2;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1499
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1500
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1501
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1502
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1503
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1504
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1505
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1506
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1507
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1508
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1509
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1510
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1511
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1512
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1513
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1514
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1515
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1516
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1517
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1518
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1519
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1520
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1521
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1522
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1523
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1524
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1525
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1526
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1527
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1528
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1529
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1530
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1531
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1532
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1533
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1534
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1535
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1536
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1537
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1538
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1539
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1540
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1541
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1542
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1543
|
+
<element signature="n#style#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1544
|
+
<element signature="n#style#0;n#tr#0;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1545
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1546
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1547
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1548
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1549
|
+
<element signature="n#style#0;n#tr#1;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1550
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1551
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1552
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1553
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1554
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1555
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1556
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1557
|
+
<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#4;n#ol#0;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#div#3;n#li#4;n#ol#0;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#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1560
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1561
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1562
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1563
|
+
<element signature="n#style#0;n#tr#3;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1564
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1565
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1566
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1567
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1568
|
+
<element signature="n#style#0;n#tr#4;n#tbody#0;n#table#0;n#div#0;n#div#3;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1569
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1570
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1571
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1572
|
+
<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#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1573
|
+
<element signature="n#style#0;n#ul#0;n#li#4;n#ol#0;n#section#0;n#!!top" expanded="true" />
|
|
1397
1574
|
</folding>
|
|
1398
1575
|
</state>
|
|
1399
1576
|
</provider>
|
|
1400
1577
|
</entry>
|
|
1401
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1578
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
1402
1579
|
<provider selected="true" editor-type-id="text-editor">
|
|
1403
|
-
<state relative-caret-position="
|
|
1404
|
-
<caret line="
|
|
1580
|
+
<state relative-caret-position="85">
|
|
1581
|
+
<caret line="87" selection-start-line="87" selection-end-line="87" />
|
|
1405
1582
|
</state>
|
|
1406
1583
|
</provider>
|
|
1407
1584
|
</entry>
|
|
1408
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1585
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1409
1586
|
<provider selected="true" editor-type-id="text-editor">
|
|
1410
|
-
<state relative-caret-position="
|
|
1411
|
-
<caret line="
|
|
1412
|
-
<folding>
|
|
1413
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1414
|
-
</folding>
|
|
1587
|
+
<state relative-caret-position="225">
|
|
1588
|
+
<caret line="15" column="14" selection-start-line="15" selection-start-column="14" selection-end-line="15" selection-end-column="14" />
|
|
1415
1589
|
</state>
|
|
1416
1590
|
</provider>
|
|
1417
1591
|
</entry>
|
|
1418
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1592
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1419
1593
|
<provider selected="true" editor-type-id="text-editor">
|
|
1420
|
-
<state relative-caret-position="
|
|
1421
|
-
<caret line="
|
|
1422
|
-
<folding>
|
|
1423
|
-
<element signature="e#0#87#0" expanded="true" />
|
|
1424
|
-
</folding>
|
|
1594
|
+
<state relative-caret-position="750">
|
|
1595
|
+
<caret line="50" column="31" selection-start-line="50" selection-start-column="31" selection-end-line="50" selection-end-column="31" />
|
|
1425
1596
|
</state>
|
|
1426
1597
|
</provider>
|
|
1427
1598
|
</entry>
|
|
1428
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1599
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1429
1600
|
<provider selected="true" editor-type-id="text-editor">
|
|
1430
|
-
<state relative-caret-position="
|
|
1431
|
-
<caret line="
|
|
1432
|
-
<folding>
|
|
1433
|
-
<element signature="e#0#71#0" expanded="true" />
|
|
1434
|
-
</folding>
|
|
1601
|
+
<state relative-caret-position="398">
|
|
1602
|
+
<caret line="196" column="4" selection-start-line="196" selection-start-column="4" selection-end-line="196" selection-end-column="53" />
|
|
1435
1603
|
</state>
|
|
1436
1604
|
</provider>
|
|
1437
1605
|
</entry>
|
|
1438
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1606
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
1607
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1608
|
+
<state relative-caret-position="357">
|
|
1609
|
+
<caret line="90" column="55" selection-start-line="90" selection-start-column="55" selection-end-line="90" selection-end-column="55" />
|
|
1610
|
+
</state>
|
|
1611
|
+
</provider>
|
|
1612
|
+
</entry>
|
|
1613
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts">
|
|
1439
1614
|
<provider selected="true" editor-type-id="text-editor">
|
|
1440
|
-
<state relative-caret-position="
|
|
1441
|
-
<caret line="
|
|
1615
|
+
<state relative-caret-position="3055">
|
|
1616
|
+
<caret line="344" column="17" selection-start-line="344" selection-start-column="17" selection-end-line="344" selection-end-column="17" />
|
|
1442
1617
|
<folding>
|
|
1443
1618
|
<element signature="e#0#41#0" expanded="true" />
|
|
1619
|
+
<element signature="e#150#247#0" expanded="true" />
|
|
1444
1620
|
</folding>
|
|
1445
1621
|
</state>
|
|
1446
1622
|
</provider>
|
|
1447
1623
|
</entry>
|
|
1448
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1624
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1449
1625
|
<provider selected="true" editor-type-id="text-editor">
|
|
1450
|
-
<state relative-caret-position="
|
|
1451
|
-
<caret line="
|
|
1626
|
+
<state relative-caret-position="217">
|
|
1627
|
+
<caret line="54" selection-start-line="54" selection-end-line="57" selection-end-column="103" />
|
|
1628
|
+
</state>
|
|
1629
|
+
</provider>
|
|
1630
|
+
</entry>
|
|
1631
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1632
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
1633
|
+
<state relative-caret-position="295">
|
|
1634
|
+
<caret line="67" column="59" selection-start-line="67" selection-start-column="59" selection-end-line="67" selection-end-column="59" />
|
|
1452
1635
|
<folding>
|
|
1453
|
-
<element signature="e#0#
|
|
1636
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1454
1637
|
</folding>
|
|
1455
1638
|
</state>
|
|
1456
1639
|
</provider>
|
|
1457
1640
|
</entry>
|
|
1458
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1641
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1459
1642
|
<provider selected="true" editor-type-id="text-editor">
|
|
1460
|
-
<state relative-caret-position="
|
|
1461
|
-
<caret line="
|
|
1643
|
+
<state relative-caret-position="355">
|
|
1644
|
+
<caret line="86" column="64" selection-start-line="86" selection-start-column="64" selection-end-line="86" selection-end-column="76" />
|
|
1462
1645
|
<folding>
|
|
1463
|
-
<element signature="e#0#
|
|
1646
|
+
<element signature="e#0#47#0" expanded="true" />
|
|
1464
1647
|
</folding>
|
|
1465
1648
|
</state>
|
|
1466
1649
|
</provider>
|