mathpix-markdown-it 1.2.9 → 1.2.11
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 +374 -646
- package/README.md +21 -0
- package/doc/images/latex-footnotes/latex-footnotes_01.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_02.png +0 -0
- package/doc/images/latex-footnotes/latex-footnotes_03.png +0 -0
- package/doc/latex-footnotes.md +60 -0
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/components/mathpix-markdown/index.js +3 -1
- package/lib/components/mathpix-markdown/index.js.map +1 -1
- package/lib/index.d.ts +3 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib/markdown/index.js +19 -3
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +3 -0
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/md-inline-rule/core-inline.js +8 -0
- package/lib/markdown/md-inline-rule/core-inline.js.map +1 -1
- package/lib/markdown/md-inline-rule/refs.d.ts +3 -0
- package/lib/markdown/md-inline-rule/refs.js +135 -0
- package/lib/markdown/md-inline-rule/refs.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/core-rule.d.ts +1 -1
- package/lib/markdown/md-latex-footnotes/core-rule.js +27 -17
- package/lib/markdown/md-latex-footnotes/core-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/index.js +14 -20
- package/lib/markdown/md-latex-footnotes/index.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-rule.js +17 -20
- package/lib/markdown/md-latex-footnotes/inline-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/inline-ruler2.d.ts +1 -0
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js +34 -0
- package/lib/markdown/md-latex-footnotes/inline-ruler2.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/interfaces.d.ts +23 -0
- package/lib/markdown/md-latex-footnotes/interfaces.js +3 -0
- package/lib/markdown/md-latex-footnotes/interfaces.js.map +1 -0
- package/lib/markdown/md-latex-footnotes/render-rule.js +24 -23
- package/lib/markdown/md-latex-footnotes/render-rule.js.map +1 -1
- package/lib/markdown/md-latex-footnotes/utils.d.ts +4 -0
- package/lib/markdown/md-latex-footnotes/utils.js +49 -17
- package/lib/markdown/md-latex-footnotes/utils.js.map +1 -1
- package/lib/markdown/md-renderer-rules/render-lists.js +1 -1
- package/lib/markdown/md-renderer-rules/render-lists.js.map +1 -1
- package/lib/markdown/mdPluginRaw.js +10 -94
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +4 -0
- package/lib/mathpix-markdown-model/index.js +3 -1
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/package.json +1 -1
- package/lib/markdown/md-footnotes/block-rule.d.ts +0 -2
- package/lib/markdown/md-footnotes/block-rule.js +0 -10
- package/lib/markdown/md-footnotes/block-rule.js.map +0 -1
- package/lib/markdown/md-footnotes/core-rule.d.ts +0 -1
- package/lib/markdown/md-footnotes/core-rule.js +0 -101
- package/lib/markdown/md-footnotes/core-rule.js.map +0 -1
- package/lib/markdown/md-footnotes/inline-rule.d.ts +0 -2
- package/lib/markdown/md-footnotes/inline-rule.js +0 -124
- package/lib/markdown/md-footnotes/inline-rule.js.map +0 -1
- package/lib/markdown/md-footnotes/render-rule.d.ts +0 -1
- package/lib/markdown/md-footnotes/render-rule.js +0 -15
- package/lib/markdown/md-footnotes/render-rule.js.map +0 -1
- package/lib/markdown/test.d.ts +0 -0
- package/lib/markdown/test.js +0 -399
- package/lib/markdown/test.js.map +0 -1
- package/lib/mathjax/styles-fonts.d.ts +0 -1
- package/lib/mathjax/styles-fonts.js +0 -5
- package/lib/mathjax/styles-fonts.js.map +0 -1
- package/lib/mathjax/styles-lists.d.ts +0 -1
- package/lib/mathjax/styles-lists.js +0 -5
- package/lib/mathjax/styles-lists.js.map +0 -1
- package/lib/mathjax/styles-tabular.d.ts +0 -1
- package/lib/mathjax/styles-tabular.js +0 -5
- package/lib/mathjax/styles-tabular.js.map +0 -1
- package/lib/mathjax/styles.d.ts +0 -6
- package/lib/mathjax/styles.js +0 -16
- package/lib/mathjax/styles.js.map +0 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="BookmarkManager">
|
|
4
|
-
<bookmark url="file://$PROJECT_DIR$/src/
|
|
5
|
-
<bookmark url="file://$PROJECT_DIR$/
|
|
6
|
-
<bookmark url="file://$PROJECT_DIR$/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" />
|
|
4
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts" line="801" mnemonic="9" />
|
|
5
|
+
<bookmark url="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" line="202" mnemonic="2" />
|
|
9
6
|
</component>
|
|
10
7
|
<component name="ChangeListManager">
|
|
11
|
-
<list default="true" id="57194d73-380e-4999-b7f4-281db5a1b6dc" name="Default Changelist" comment="Merge branch 'master' into dev/olga/218-Add-support-for-labels-and-references-for-sections # Conflicts: #	es5/bundle.js #	es5/index.js #	lib/markdown/mdPluginRaw.js #	lib/markdown/mdPluginRaw.js.map #	lib/mathjax/index.d.ts #	lib/mathjax/index.js #	lib/mathjax/index.js.map #	src/markdown/mdPluginRaw.ts #	src/mathjax/index.ts"
|
|
8
|
+
<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">
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/bundle.js" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/es5/index.js" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/bundle.js" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/es5/index.js" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js" afterDir="false" />
|
|
14
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/lib/mathjax/serialized-ascii/common.js.map" afterDir="false" />
|
|
15
|
+
<change beforePath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/mathjax/serialized-ascii/common.ts" beforeDir="false" afterPath="$PROJECT_DIR$/examples/react-app/use-toc/node_modules/mathpix-markdown-it/src/mathjax/serialized-ascii/common.ts" afterDir="false" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js" afterDir="false" />
|
|
17
|
+
<change beforePath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/lib/mathjax/serialized-ascii/common.js.map" afterDir="false" />
|
|
18
|
+
<change beforePath="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" afterDir="false" />
|
|
19
|
+
</list>
|
|
12
20
|
<ignored path="$PROJECT_DIR$/es5/" />
|
|
13
21
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
14
22
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -23,38 +31,39 @@
|
|
|
23
31
|
<session id="1706553226">
|
|
24
32
|
<usages-collector id="statistics.lifecycle.project">
|
|
25
33
|
<counts>
|
|
26
|
-
<entry key="project.closed" value="
|
|
34
|
+
<entry key="project.closed" value="247" />
|
|
27
35
|
<entry key="project.open.time.10" value="6" />
|
|
28
36
|
<entry key="project.open.time.11" value="12" />
|
|
29
37
|
<entry key="project.open.time.12" value="5" />
|
|
30
|
-
<entry key="project.open.time.13" value="
|
|
38
|
+
<entry key="project.open.time.13" value="17" />
|
|
31
39
|
<entry key="project.open.time.14" value="4" />
|
|
32
|
-
<entry key="project.open.time.15" value="
|
|
40
|
+
<entry key="project.open.time.15" value="5" />
|
|
33
41
|
<entry key="project.open.time.17" value="2" />
|
|
34
42
|
<entry key="project.open.time.18" value="3" />
|
|
35
43
|
<entry key="project.open.time.19" value="1" />
|
|
36
44
|
<entry key="project.open.time.2" value="27" />
|
|
37
45
|
<entry key="project.open.time.20" value="3" />
|
|
38
46
|
<entry key="project.open.time.22" value="4" />
|
|
39
|
-
<entry key="project.open.time.3" value="
|
|
47
|
+
<entry key="project.open.time.3" value="62" />
|
|
40
48
|
<entry key="project.open.time.30" value="1" />
|
|
41
49
|
<entry key="project.open.time.31" value="1" />
|
|
42
50
|
<entry key="project.open.time.32" value="1" />
|
|
43
51
|
<entry key="project.open.time.34" value="2" />
|
|
44
|
-
<entry key="project.open.time.4" value="
|
|
52
|
+
<entry key="project.open.time.4" value="63" />
|
|
53
|
+
<entry key="project.open.time.43" value="1" />
|
|
45
54
|
<entry key="project.open.time.48" value="1" />
|
|
46
|
-
<entry key="project.open.time.5" value="
|
|
47
|
-
<entry key="project.open.time.6" value="
|
|
55
|
+
<entry key="project.open.time.5" value="23" />
|
|
56
|
+
<entry key="project.open.time.6" value="18" />
|
|
48
57
|
<entry key="project.open.time.7" value="6" />
|
|
49
58
|
<entry key="project.open.time.8" value="2" />
|
|
50
59
|
<entry key="project.open.time.81" value="1" />
|
|
51
60
|
<entry key="project.open.time.9" value="2" />
|
|
52
|
-
<entry key="project.opened" value="
|
|
61
|
+
<entry key="project.opened" value="275" />
|
|
53
62
|
</counts>
|
|
54
63
|
</usages-collector>
|
|
55
64
|
<usages-collector id="statistics.js.language.service.starts">
|
|
56
65
|
<counts>
|
|
57
|
-
<entry key="TypeScriptServerServiceImpl" value="
|
|
66
|
+
<entry key="TypeScriptServerServiceImpl" value="263" />
|
|
58
67
|
</counts>
|
|
59
68
|
</usages-collector>
|
|
60
69
|
<usages-collector id="statistics.file.extensions.open">
|
|
@@ -66,20 +75,20 @@
|
|
|
66
75
|
<entry key="gif" value="1" />
|
|
67
76
|
<entry key="gitignore" value="8" />
|
|
68
77
|
<entry key="gitmodules" value="1" />
|
|
69
|
-
<entry key="html" value="
|
|
70
|
-
<entry key="js" value="
|
|
78
|
+
<entry key="html" value="22" />
|
|
79
|
+
<entry key="js" value="630" />
|
|
71
80
|
<entry key="jshintignore" value="1" />
|
|
72
81
|
<entry key="jshintrc" value="1" />
|
|
73
|
-
<entry key="json" value="
|
|
82
|
+
<entry key="json" value="86" />
|
|
74
83
|
<entry key="jsx" value="23" />
|
|
75
84
|
<entry key="lock" value="17" />
|
|
76
|
-
<entry key="md" value="
|
|
85
|
+
<entry key="md" value="56" />
|
|
77
86
|
<entry key="npmignore" value="3" />
|
|
78
87
|
<entry key="npmrc" value="1" />
|
|
79
88
|
<entry key="png" value="2" />
|
|
80
89
|
<entry key="sre" value="1" />
|
|
81
|
-
<entry key="ts" value="
|
|
82
|
-
<entry key="tsx" value="
|
|
90
|
+
<entry key="ts" value="1457" />
|
|
91
|
+
<entry key="tsx" value="67" />
|
|
83
92
|
<entry key="yarnignore" value="2" />
|
|
84
93
|
<entry key="yml" value="3" />
|
|
85
94
|
</counts>
|
|
@@ -89,16 +98,16 @@
|
|
|
89
98
|
<entry key=".env file" value="6" />
|
|
90
99
|
<entry key="CSS" value="5" />
|
|
91
100
|
<entry key="EJS" value="1" />
|
|
92
|
-
<entry key="HTML" value="
|
|
101
|
+
<entry key="HTML" value="22" />
|
|
93
102
|
<entry key="Image" value="3" />
|
|
94
103
|
<entry key="JSHint" value="1" />
|
|
95
|
-
<entry key="JSON" value="
|
|
104
|
+
<entry key="JSON" value="81" />
|
|
96
105
|
<entry key="JSX Harmony" value="23" />
|
|
97
|
-
<entry key="JavaScript" value="
|
|
98
|
-
<entry key="Markdown" value="
|
|
106
|
+
<entry key="JavaScript" value="631" />
|
|
107
|
+
<entry key="Markdown" value="56" />
|
|
99
108
|
<entry key="PLAIN_TEXT" value="17" />
|
|
100
|
-
<entry key="TypeScript" value="
|
|
101
|
-
<entry key="TypeScript JSX" value="
|
|
109
|
+
<entry key="TypeScript" value="1457" />
|
|
110
|
+
<entry key="TypeScript JSX" value="67" />
|
|
102
111
|
<entry key="YAML" value="3" />
|
|
103
112
|
<entry key="tsconfig" value="6" />
|
|
104
113
|
<entry key="yarn.lock" value="16" />
|
|
@@ -108,12 +117,12 @@
|
|
|
108
117
|
<counts>
|
|
109
118
|
<entry key="css" value="98" />
|
|
110
119
|
<entry key="html" value="48" />
|
|
111
|
-
<entry key="js" value="
|
|
112
|
-
<entry key="json" value="
|
|
120
|
+
<entry key="js" value="14344" />
|
|
121
|
+
<entry key="json" value="126" />
|
|
113
122
|
<entry key="jsx" value="1587" />
|
|
114
|
-
<entry key="md" value="
|
|
115
|
-
<entry key="ts" value="
|
|
116
|
-
<entry key="tsx" value="
|
|
123
|
+
<entry key="md" value="2850" />
|
|
124
|
+
<entry key="ts" value="134978" />
|
|
125
|
+
<entry key="tsx" value="1572" />
|
|
117
126
|
<entry key="yml" value="41" />
|
|
118
127
|
</counts>
|
|
119
128
|
</usages-collector>
|
|
@@ -121,12 +130,12 @@
|
|
|
121
130
|
<counts>
|
|
122
131
|
<entry key="CSS" value="98" />
|
|
123
132
|
<entry key="HTML" value="126" />
|
|
124
|
-
<entry key="JSON" value="
|
|
133
|
+
<entry key="JSON" value="95" />
|
|
125
134
|
<entry key="JSX Harmony" value="1587" />
|
|
126
|
-
<entry key="JavaScript" value="
|
|
127
|
-
<entry key="Markdown" value="
|
|
128
|
-
<entry key="TypeScript" value="
|
|
129
|
-
<entry key="TypeScript JSX" value="
|
|
135
|
+
<entry key="JavaScript" value="14357" />
|
|
136
|
+
<entry key="Markdown" value="2770" />
|
|
137
|
+
<entry key="TypeScript" value="134967" />
|
|
138
|
+
<entry key="TypeScript JSX" value="1572" />
|
|
130
139
|
<entry key="YAML" value="41" />
|
|
131
140
|
<entry key="tsconfig" value="31" />
|
|
132
141
|
</counts>
|
|
@@ -137,213 +146,85 @@
|
|
|
137
146
|
<favorites_list name="mathpix-markdown-it" />
|
|
138
147
|
</component>
|
|
139
148
|
<component name="FileEditorManager">
|
|
140
|
-
<splitter split-orientation="horizontal" split-proportion="0.
|
|
149
|
+
<splitter split-orientation="horizontal" split-proportion="0.75840336">
|
|
141
150
|
<split-first>
|
|
142
151
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
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
152
|
<file pinned="false" current-in-tab="false">
|
|
156
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
153
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
157
154
|
<provider selected="true" editor-type-id="text-editor">
|
|
158
|
-
<state relative-caret-position="
|
|
159
|
-
<caret line="
|
|
155
|
+
<state relative-caret-position="510">
|
|
156
|
+
<caret line="48" column="35" selection-start-line="48" selection-start-column="35" selection-end-line="48" selection-end-column="35" />
|
|
160
157
|
</state>
|
|
161
158
|
</provider>
|
|
162
159
|
</entry>
|
|
163
160
|
</file>
|
|
164
161
|
<file pinned="false" current-in-tab="false">
|
|
165
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
162
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
166
163
|
<provider selected="true" editor-type-id="text-editor">
|
|
167
|
-
<state relative-caret-position="
|
|
168
|
-
<caret line="
|
|
164
|
+
<state relative-caret-position="645">
|
|
165
|
+
<caret line="43" column="29" selection-start-line="43" selection-start-column="29" selection-end-line="43" selection-end-column="29" />
|
|
169
166
|
<folding>
|
|
170
|
-
<element signature="e#0#
|
|
167
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
171
168
|
</folding>
|
|
172
169
|
</state>
|
|
173
170
|
</provider>
|
|
174
171
|
</entry>
|
|
175
172
|
</file>
|
|
176
173
|
<file pinned="false" current-in-tab="false">
|
|
177
|
-
<entry file="file://$PROJECT_DIR$/
|
|
174
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
178
175
|
<provider selected="true" editor-type-id="text-editor">
|
|
179
|
-
<state relative-caret-position="
|
|
180
|
-
<caret line="
|
|
176
|
+
<state relative-caret-position="8685">
|
|
177
|
+
<caret line="579" column="13" selection-start-line="579" selection-start-column="13" selection-end-line="579" selection-end-column="13" />
|
|
178
|
+
<folding>
|
|
179
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
180
|
+
</folding>
|
|
181
181
|
</state>
|
|
182
182
|
</provider>
|
|
183
183
|
</entry>
|
|
184
184
|
</file>
|
|
185
185
|
<file pinned="false" current-in-tab="false">
|
|
186
|
-
<entry file="file://$PROJECT_DIR$/
|
|
186
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
187
187
|
<provider selected="true" editor-type-id="text-editor">
|
|
188
|
-
<state relative-caret-position="
|
|
189
|
-
<caret line="
|
|
188
|
+
<state relative-caret-position="2610">
|
|
189
|
+
<caret line="175" column="72" selection-start-line="175" selection-start-column="72" selection-end-line="175" selection-end-column="72" />
|
|
190
190
|
</state>
|
|
191
191
|
</provider>
|
|
192
192
|
</entry>
|
|
193
193
|
</file>
|
|
194
194
|
<file pinned="false" current-in-tab="false">
|
|
195
|
-
<entry file="file://$PROJECT_DIR$/
|
|
195
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
196
196
|
<provider selected="true" editor-type-id="text-editor">
|
|
197
|
-
<state relative-caret-position="
|
|
198
|
-
<caret line="
|
|
197
|
+
<state relative-caret-position="1860">
|
|
198
|
+
<caret line="134" column="76" selection-start-line="134" selection-start-column="76" selection-end-line="134" selection-end-column="76" />
|
|
199
199
|
<folding>
|
|
200
|
-
<element signature="
|
|
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" />
|
|
200
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
281
201
|
</folding>
|
|
282
202
|
</state>
|
|
283
203
|
</provider>
|
|
284
204
|
</entry>
|
|
285
205
|
</file>
|
|
286
206
|
<file pinned="false" current-in-tab="false">
|
|
287
|
-
<entry file="file://$PROJECT_DIR$/
|
|
207
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
288
208
|
<provider selected="true" editor-type-id="text-editor">
|
|
289
|
-
<state relative-caret-position="
|
|
290
|
-
<caret line="
|
|
209
|
+
<state relative-caret-position="120">
|
|
210
|
+
<caret line="8" column="24" selection-start-line="8" selection-start-column="24" selection-end-line="8" selection-end-column="24" />
|
|
291
211
|
<folding>
|
|
292
|
-
<element signature="
|
|
293
|
-
<element signature="n#style#0;n#
|
|
294
|
-
<element signature="n#style#0;n#
|
|
295
|
-
<element signature="n#style#0;n#
|
|
296
|
-
<element signature="n#style#0;n#
|
|
297
|
-
<element signature="n#style#0;n#
|
|
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" />
|
|
212
|
+
<element signature="e#0#70#0" expanded="true" />
|
|
213
|
+
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#li#0;n#!!top" expanded="true" />
|
|
214
|
+
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
215
|
+
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
216
|
+
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
217
|
+
<element signature="n#style#0;n#liEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
319
218
|
</folding>
|
|
320
219
|
</state>
|
|
321
220
|
</provider>
|
|
322
221
|
</entry>
|
|
323
222
|
</file>
|
|
324
|
-
<file pinned="false" current-in-tab="
|
|
325
|
-
<entry file="file://$PROJECT_DIR$/
|
|
326
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
329
|
-
</state>
|
|
330
|
-
</provider>
|
|
331
|
-
</entry>
|
|
332
|
-
</file>
|
|
333
|
-
<file pinned="false" current-in-tab="false">
|
|
334
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
335
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
338
|
-
</state>
|
|
339
|
-
</provider>
|
|
340
|
-
</entry>
|
|
341
|
-
</file>
|
|
342
|
-
<file pinned="false" current-in-tab="false">
|
|
343
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
223
|
+
<file pinned="false" current-in-tab="true">
|
|
224
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
|
|
344
225
|
<provider selected="true" editor-type-id="text-editor">
|
|
345
|
-
<state relative-caret-position="
|
|
346
|
-
<caret line="
|
|
226
|
+
<state relative-caret-position="326">
|
|
227
|
+
<caret line="166" selection-start-line="166" selection-end-line="166" />
|
|
347
228
|
</state>
|
|
348
229
|
</provider>
|
|
349
230
|
</entry>
|
|
@@ -353,84 +234,48 @@
|
|
|
353
234
|
<split-second>
|
|
354
235
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
355
236
|
<file pinned="false" current-in-tab="false">
|
|
356
|
-
<entry file="file://$PROJECT_DIR$/
|
|
237
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
357
238
|
<provider selected="true" editor-type-id="text-editor">
|
|
358
|
-
<state relative-caret-position="
|
|
239
|
+
<state relative-caret-position="30">
|
|
240
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
241
|
+
</state>
|
|
359
242
|
</provider>
|
|
360
243
|
</entry>
|
|
361
244
|
</file>
|
|
362
245
|
<file pinned="false" current-in-tab="false">
|
|
363
|
-
<entry file="file://$PROJECT_DIR$/
|
|
364
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
365
|
-
</entry>
|
|
366
|
-
</file>
|
|
367
|
-
<file pinned="false" current-in-tab="false">
|
|
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">
|
|
246
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
374
247
|
<provider selected="true" editor-type-id="text-editor">
|
|
375
|
-
<state relative-caret-position="
|
|
376
|
-
<caret line="
|
|
248
|
+
<state relative-caret-position="273">
|
|
249
|
+
<caret line="99" column="13" selection-start-line="99" selection-start-column="13" selection-end-line="99" selection-end-column="13" />
|
|
377
250
|
</state>
|
|
378
251
|
</provider>
|
|
379
252
|
</entry>
|
|
380
253
|
</file>
|
|
381
254
|
<file pinned="false" current-in-tab="true">
|
|
382
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
255
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
|
|
383
256
|
<provider selected="true" editor-type-id="text-editor">
|
|
384
|
-
<state relative-caret-position="
|
|
385
|
-
<caret line="344" column="17" selection-start-line="344" selection-start-column="17" selection-end-line="344" selection-end-column="17" />
|
|
257
|
+
<state relative-caret-position="-1770">
|
|
386
258
|
<folding>
|
|
387
|
-
<element signature="e#0#
|
|
388
|
-
<element signature="e#150#247#0" expanded="true" />
|
|
259
|
+
<element signature="e#0#73#0" expanded="true" />
|
|
389
260
|
</folding>
|
|
390
261
|
</state>
|
|
391
262
|
</provider>
|
|
392
263
|
</entry>
|
|
393
264
|
</file>
|
|
394
265
|
<file pinned="false" current-in-tab="false">
|
|
395
|
-
<entry file="file://$PROJECT_DIR$/
|
|
396
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
397
|
-
<state relative-caret-position="2745">
|
|
398
|
-
<caret line="183" selection-start-line="183" selection-end-line="183" />
|
|
399
|
-
</state>
|
|
400
|
-
</provider>
|
|
401
|
-
</entry>
|
|
402
|
-
</file>
|
|
403
|
-
<file pinned="false" current-in-tab="false">
|
|
404
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
405
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
408
|
-
</state>
|
|
409
|
-
</provider>
|
|
410
|
-
</entry>
|
|
411
|
-
</file>
|
|
412
|
-
<file pinned="false" current-in-tab="false">
|
|
413
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
266
|
+
<entry file="file://$PROJECT_DIR$/tests/_labels.js">
|
|
414
267
|
<provider selected="true" editor-type-id="text-editor">
|
|
415
|
-
<state relative-caret-position="
|
|
416
|
-
<caret line="
|
|
417
|
-
<folding>
|
|
418
|
-
<element signature="e#6984#8700#0" />
|
|
419
|
-
</folding>
|
|
268
|
+
<state relative-caret-position="210">
|
|
269
|
+
<caret line="14" column="40" selection-start-line="14" selection-start-column="40" selection-end-line="14" selection-end-column="40" />
|
|
420
270
|
</state>
|
|
421
271
|
</provider>
|
|
422
272
|
</entry>
|
|
423
273
|
</file>
|
|
424
274
|
<file pinned="false" current-in-tab="false">
|
|
425
|
-
<entry file="file://$PROJECT_DIR$/
|
|
426
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
427
|
-
</entry>
|
|
428
|
-
</file>
|
|
429
|
-
<file pinned="false" current-in-tab="false">
|
|
430
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js">
|
|
275
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_pluginText/_data.js">
|
|
431
276
|
<provider selected="true" editor-type-id="text-editor">
|
|
432
|
-
<state
|
|
433
|
-
<caret
|
|
277
|
+
<state>
|
|
278
|
+
<caret selection-end-column="18" />
|
|
434
279
|
</state>
|
|
435
280
|
</provider>
|
|
436
281
|
</entry>
|
|
@@ -448,36 +293,36 @@
|
|
|
448
293
|
</component>
|
|
449
294
|
<component name="FindInProjectRecents">
|
|
450
295
|
<findStrings>
|
|
451
|
-
<find>
|
|
452
|
-
<find>
|
|
453
|
-
<find>
|
|
454
|
-
<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>
|
|
461
|
-
<find>paragraphDiv</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>
|
|
296
|
+
<find>grabFootnote</find>
|
|
297
|
+
<find>renameToken</find>
|
|
298
|
+
<find>state.md.inline.parse</find>
|
|
299
|
+
<find>child</find>
|
|
473
300
|
<find>console</find>
|
|
474
|
-
<find>
|
|
475
|
-
<find>
|
|
476
|
-
<find>token</find>
|
|
301
|
+
<find>footnote_tail</find>
|
|
302
|
+
<find>render.call</find>
|
|
477
303
|
<find>.render</find>
|
|
478
|
-
<find>
|
|
479
|
-
<find>
|
|
304
|
+
<find>mmd_footnotes_list</find>
|
|
305
|
+
<find>resetTheoremEnvironments</find>
|
|
306
|
+
<find>getFootnoteItem</find>
|
|
307
|
+
<find>nbsp</find>
|
|
308
|
+
<find>markdownToHTML</find>
|
|
309
|
+
<find>isDisableEmoji</find>
|
|
310
|
+
<find>ref</find>
|
|
311
|
+
<find>eqref</find>
|
|
312
|
+
<find>refs</find>
|
|
313
|
+
<find>refsInline</find>
|
|
314
|
+
<find>startMathPos</find>
|
|
315
|
+
<find>findOpenCloseTagsMathEnvironment</find>
|
|
316
|
+
<find>isDisableRefs</find>
|
|
317
|
+
<find>reference_note</find>
|
|
480
318
|
<find>debugger</find>
|
|
319
|
+
<find>console.log</find>
|
|
320
|
+
<find>\ref</find>
|
|
321
|
+
<find>nextPos</find>
|
|
322
|
+
<find>silent</find>
|
|
323
|
+
<find>label</find>
|
|
324
|
+
<find>isDisableFootnote</find>
|
|
325
|
+
<find>needFirstSpaceBeforeLetter</find>
|
|
481
326
|
</findStrings>
|
|
482
327
|
<replaceStrings>
|
|
483
328
|
<replace>MJSimple</replace>
|
|
@@ -489,7 +334,6 @@
|
|
|
489
334
|
<replace />
|
|
490
335
|
</replaceStrings>
|
|
491
336
|
<dirStrings>
|
|
492
|
-
<dir>$PROJECT_DIR$/tests/_data/_tsv_with_array</dir>
|
|
493
337
|
<dir>$PROJECT_DIR$/tests/_data/_tsv</dir>
|
|
494
338
|
<dir>$PROJECT_DIR$/tests/_data/_csv</dir>
|
|
495
339
|
<dir>$PROJECT_DIR$/src/contex-menu</dir>
|
|
@@ -501,24 +345,25 @@
|
|
|
501
345
|
<dir>$PROJECT_DIR$/src/markdown/md-inline-rule</dir>
|
|
502
346
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-emoji/lib</dir>
|
|
503
347
|
<dir>$PROJECT_DIR$/src/markdown/md-block-rule</dir>
|
|
504
|
-
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
505
348
|
<dir>$PROJECT_DIR$/src/mathjax</dir>
|
|
506
349
|
<dir>$PROJECT_DIR$/tests/_data/_ascii</dir>
|
|
507
350
|
<dir>$PROJECT_DIR$/src/components</dir>
|
|
508
|
-
<dir>$PROJECT_DIR$/lib</dir>
|
|
509
|
-
<dir>$PROJECT_DIR$/es5</dir>
|
|
510
351
|
<dir>$PROJECT_DIR$/node_modules</dir>
|
|
511
352
|
<dir>$PROJECT_DIR$/node_modules/markdown-it-footnote</dir>
|
|
512
353
|
<dir>$PROJECT_DIR$/tests</dir>
|
|
513
|
-
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
514
354
|
<dir>$PROJECT_DIR$/node_modules/mathjax-full/ts</dir>
|
|
515
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
516
355
|
<dir>$PROJECT_DIR$/src/styles</dir>
|
|
517
356
|
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block</dir>
|
|
357
|
+
<dir>$PROJECT_DIR$/lib/markdown</dir>
|
|
358
|
+
<dir>$PROJECT_DIR$/lib</dir>
|
|
359
|
+
<dir>$PROJECT_DIR$/es5</dir>
|
|
360
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it/lib</dir>
|
|
518
361
|
<dir>$PROJECT_DIR$/src/markdown/md-latex-footnotes</dir>
|
|
519
362
|
<dir>$PROJECT_DIR$/src/markdown</dir>
|
|
520
|
-
<dir>$PROJECT_DIR$/node_modules/markdown-it
|
|
363
|
+
<dir>$PROJECT_DIR$/node_modules/markdown-it</dir>
|
|
364
|
+
<dir>$PROJECT_DIR$/tests/_data</dir>
|
|
521
365
|
<dir>$PROJECT_DIR$/src</dir>
|
|
366
|
+
<dir>$PROJECT_DIR$/src/mathjax/serialized-ascii</dir>
|
|
522
367
|
</dirStrings>
|
|
523
368
|
</component>
|
|
524
369
|
<component name="Git.Settings">
|
|
@@ -527,28 +372,9 @@
|
|
|
527
372
|
<component name="IdeDocumentHistory">
|
|
528
373
|
<option name="CHANGED_PATHS">
|
|
529
374
|
<list>
|
|
530
|
-
<option value="$PROJECT_DIR$/src/markdown/highlight/render-rule-highlights.ts" />
|
|
531
|
-
<option value="$PROJECT_DIR$/src/markdown/highlight/common.ts" />
|
|
532
|
-
<option value="$PROJECT_DIR$/src/markdown/md-block-rule/begin-table.ts" />
|
|
533
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_mmd.js" />
|
|
534
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes/test.html" />
|
|
535
|
-
<option value="$PROJECT_DIR$/tests/_data/_footnotes/_html.js" />
|
|
536
|
-
<option value="$PROJECT_DIR$/tests/_footnotes.js" />
|
|
537
|
-
<option value="$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts" />
|
|
538
|
-
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
539
|
-
<option value="$PROJECT_DIR$/src/markdown/md-theorem/block-rule.ts" />
|
|
540
|
-
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/block-rule.ts" />
|
|
541
|
-
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
542
|
-
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/inline-rule.ts" />
|
|
543
|
-
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/core-rule.ts" />
|
|
544
|
-
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/render-rule.ts" />
|
|
545
375
|
<option value="$PROJECT_DIR$/src/markdown/md-footnotes/index.ts" />
|
|
546
376
|
<option value="$PROJECT_DIR$/src/markdown/mdPluginConfigured.ts" />
|
|
547
|
-
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
548
|
-
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
549
|
-
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
550
377
|
<option value="$PROJECT_DIR$/src/markdown/md-core-rules/set-positions.ts" />
|
|
551
|
-
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
552
378
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd.js" />
|
|
553
379
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html.js" />
|
|
554
380
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd_02.js" />
|
|
@@ -557,27 +383,46 @@
|
|
|
557
383
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_02.js" />
|
|
558
384
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js" />
|
|
559
385
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js" />
|
|
560
|
-
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
561
386
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js" />
|
|
562
387
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_04.js" />
|
|
563
388
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_05.js" />
|
|
564
389
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_05.js" />
|
|
565
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
566
|
-
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
567
390
|
<option value="$PROJECT_DIR$/src/markdown/common/consts.ts" />
|
|
568
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
569
|
-
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
570
391
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts" />
|
|
571
392
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_08.js" />
|
|
572
393
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js" />
|
|
573
394
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js" />
|
|
574
395
|
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_09.js" />
|
|
575
|
-
<option value="$PROJECT_DIR$/
|
|
576
|
-
<option value="$PROJECT_DIR$/
|
|
577
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
396
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js" />
|
|
397
|
+
<option value="$PROJECT_DIR$/node_modules/markdown-it/lib/renderer.js" />
|
|
578
398
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-rule.ts" />
|
|
579
|
-
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/
|
|
399
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts" />
|
|
400
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginText.ts" />
|
|
401
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts" />
|
|
402
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts" />
|
|
403
|
+
<option value="$PROJECT_DIR$/src/markdown/utils.ts" />
|
|
404
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js" />
|
|
405
|
+
<option value="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js" />
|
|
406
|
+
<option value="$PROJECT_DIR$/tests/_footnotes_latex.js" />
|
|
407
|
+
<option value="$PROJECT_DIR$/README.md" />
|
|
408
|
+
<option value="$PROJECT_DIR$/doc/latex-footnotes.md" />
|
|
409
|
+
<option value="$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx" />
|
|
580
410
|
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts" />
|
|
411
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts" />
|
|
412
|
+
<option value="$PROJECT_DIR$/src/index.tsx" />
|
|
413
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts" />
|
|
414
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts" />
|
|
415
|
+
<option value="$PROJECT_DIR$/src/mathpix-markdown-model/index.ts" />
|
|
416
|
+
<option value="$PROJECT_DIR$/src/markdown/index.ts" />
|
|
417
|
+
<option value="$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts" />
|
|
418
|
+
<option value="$PROJECT_DIR$/src/markdown/mdPluginRaw.ts" />
|
|
419
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
420
|
+
<option value="$PROJECT_DIR$/src/markdown/md-inline-rule/refs.ts" />
|
|
421
|
+
<option value="$PROJECT_DIR$/tests/_data/_refs/data.js" />
|
|
422
|
+
<option value="$PROJECT_DIR$/tests/_data/_refs/test.html" />
|
|
423
|
+
<option value="$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
424
|
+
<option value="$PROJECT_DIR$/tests/_refs.js" />
|
|
425
|
+
<option value="$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts" />
|
|
581
426
|
</list>
|
|
582
427
|
</option>
|
|
583
428
|
</component>
|
|
@@ -608,9 +453,10 @@
|
|
|
608
453
|
</packageJsonPaths>
|
|
609
454
|
</component>
|
|
610
455
|
<component name="ProjectFrameBounds">
|
|
611
|
-
<option name="
|
|
456
|
+
<option name="x" value="3" />
|
|
457
|
+
<option name="y" value="24" />
|
|
612
458
|
<option name="width" value="1607" />
|
|
613
|
-
<option name="height" value="
|
|
459
|
+
<option name="height" value="974" />
|
|
614
460
|
</component>
|
|
615
461
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
616
462
|
<component name="ProjectView">
|
|
@@ -618,7 +464,6 @@
|
|
|
618
464
|
<foldersAlwaysOnTop value="true" />
|
|
619
465
|
</navigator>
|
|
620
466
|
<panes>
|
|
621
|
-
<pane id="Scope" />
|
|
622
467
|
<pane id="ProjectPane">
|
|
623
468
|
<subPane>
|
|
624
469
|
<expand>
|
|
@@ -640,12 +485,26 @@
|
|
|
640
485
|
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
641
486
|
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
642
487
|
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
643
|
-
<item name="
|
|
488
|
+
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
489
|
+
</path>
|
|
490
|
+
<path>
|
|
491
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
492
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
493
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
494
|
+
<item name="mathjax" type="462c0819:PsiDirectoryNode" />
|
|
495
|
+
<item name="serialized-ascii" type="462c0819:PsiDirectoryNode" />
|
|
496
|
+
</path>
|
|
497
|
+
<path>
|
|
498
|
+
<item name="mathpix-markdown-it" type="b2602c69:ProjectViewProjectNode" />
|
|
499
|
+
<item name="mathpix-markdown-it" type="462c0819:PsiDirectoryNode" />
|
|
500
|
+
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
501
|
+
<item name="mathpix-markdown-model" type="462c0819:PsiDirectoryNode" />
|
|
644
502
|
</path>
|
|
645
503
|
</expand>
|
|
646
504
|
<select />
|
|
647
505
|
</subPane>
|
|
648
506
|
</pane>
|
|
507
|
+
<pane id="Scope" />
|
|
649
508
|
</panes>
|
|
650
509
|
</component>
|
|
651
510
|
<component name="PropertiesComponent">
|
|
@@ -662,6 +521,13 @@
|
|
|
662
521
|
<property name="typescript-compiler-editor-notification" value="false" />
|
|
663
522
|
</component>
|
|
664
523
|
<component name="RecentsManager">
|
|
524
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
525
|
+
<recent name="$PROJECT_DIR$/doc/images/latex-footnotes" />
|
|
526
|
+
<recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
|
|
527
|
+
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
528
|
+
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
529
|
+
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
530
|
+
</key>
|
|
665
531
|
<key name="MoveFile.RECENT_KEYS">
|
|
666
532
|
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_html" />
|
|
667
533
|
<recent name="$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd" />
|
|
@@ -669,12 +535,6 @@
|
|
|
669
535
|
<recent name="$PROJECT_DIR$/src/markdown/highlight" />
|
|
670
536
|
<recent name="$PROJECT_DIR$/tests" />
|
|
671
537
|
</key>
|
|
672
|
-
<key name="CopyFile.RECENT_KEYS">
|
|
673
|
-
<recent name="$PROJECT_DIR$/examples/react-app/sctict-mode/public" />
|
|
674
|
-
<recent name="$PROJECT_DIR$/src/mathjax/helpers" />
|
|
675
|
-
<recent name="$PROJECT_DIR$/examples/react-app/use-toc" />
|
|
676
|
-
<recent name="$PROJECT_DIR$/src/mathjax/serialized-wolfram" />
|
|
677
|
-
</key>
|
|
678
538
|
</component>
|
|
679
539
|
<component name="RunDashboard">
|
|
680
540
|
<option name="ruleStates">
|
|
@@ -975,12 +835,26 @@
|
|
|
975
835
|
<workItem from="1692207401107" duration="257000" />
|
|
976
836
|
<workItem from="1692255912104" duration="31813000" />
|
|
977
837
|
<workItem from="1692340892943" duration="3187000" />
|
|
978
|
-
<workItem from="1692347895725" duration="
|
|
838
|
+
<workItem from="1692347895725" duration="7464000" />
|
|
839
|
+
<workItem from="1692400335779" duration="488000" />
|
|
840
|
+
<workItem from="1692621522372" duration="84000" />
|
|
841
|
+
<workItem from="1692634279712" duration="25282000" />
|
|
842
|
+
<workItem from="1692722296088" duration="1245000" />
|
|
843
|
+
<workItem from="1692769319464" duration="12536000" />
|
|
844
|
+
<workItem from="1692795484462" duration="1728000" />
|
|
845
|
+
<workItem from="1692798035833" duration="1228000" />
|
|
846
|
+
<workItem from="1692858660184" duration="9619000" />
|
|
847
|
+
<workItem from="1692870254647" duration="405000" />
|
|
848
|
+
<workItem from="1692887871345" duration="374000" />
|
|
849
|
+
<workItem from="1692950148508" duration="14189000" />
|
|
850
|
+
<workItem from="1693211405525" duration="5172000" />
|
|
851
|
+
<workItem from="1693223309085" duration="195000" />
|
|
852
|
+
<workItem from="1693229473403" duration="3068000" />
|
|
979
853
|
</task>
|
|
980
854
|
<servers />
|
|
981
855
|
</component>
|
|
982
856
|
<component name="TimeTrackingManager">
|
|
983
|
-
<option name="totallyTimeSpent" value="
|
|
857
|
+
<option name="totallyTimeSpent" value="2940751000" />
|
|
984
858
|
</component>
|
|
985
859
|
<component name="TodoView">
|
|
986
860
|
<todo-panel id="selected-file">
|
|
@@ -992,10 +866,9 @@
|
|
|
992
866
|
</todo-panel>
|
|
993
867
|
</component>
|
|
994
868
|
<component name="ToolWindowManager">
|
|
995
|
-
<frame x="
|
|
996
|
-
<editor active="true" />
|
|
869
|
+
<frame x="3" y="24" width="1607" height="974" extended-state="0" />
|
|
997
870
|
<layout>
|
|
998
|
-
<window_info
|
|
871
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49395162" visible="true" weight="0.09962169" />
|
|
999
872
|
<window_info id="Structure" order="1" sideWeight="0.5060484" side_tool="true" weight="0.21637055" />
|
|
1000
873
|
<window_info id="npm" order="2" side_tool="true" />
|
|
1001
874
|
<window_info id="DB Browser" order="3" />
|
|
@@ -1014,7 +887,7 @@
|
|
|
1014
887
|
<window_info anchor="bottom" id="Version Control" order="9" weight="0.32919955" />
|
|
1015
888
|
<window_info anchor="bottom" id="DB Execution Console" order="10" />
|
|
1016
889
|
<window_info anchor="bottom" id="TypeScript" order="11" />
|
|
1017
|
-
<window_info anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.
|
|
890
|
+
<window_info active="true" anchor="bottom" id="Terminal" order="12" sideWeight="0.4993515" visible="true" weight="0.52947843" />
|
|
1018
891
|
<window_info anchor="bottom" id="Event Log" order="13" sideWeight="0.5006485" side_tool="true" weight="0.24063565" />
|
|
1019
892
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
1020
893
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
@@ -1073,7 +946,7 @@
|
|
|
1073
946
|
</line-breakpoint>
|
|
1074
947
|
<line-breakpoint enabled="true" type="javascript">
|
|
1075
948
|
<url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/tabular.ts</url>
|
|
1076
|
-
<line>
|
|
949
|
+
<line>2</line>
|
|
1077
950
|
<option name="timeStamp" value="20" />
|
|
1078
951
|
</line-breakpoint>
|
|
1079
952
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1113,7 +986,7 @@
|
|
|
1113
986
|
</line-breakpoint>
|
|
1114
987
|
<line-breakpoint enabled="true" type="javascript">
|
|
1115
988
|
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
1116
|
-
<line>
|
|
989
|
+
<line>900</line>
|
|
1117
990
|
<option name="timeStamp" value="32" />
|
|
1118
991
|
</line-breakpoint>
|
|
1119
992
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1148,7 +1021,7 @@
|
|
|
1148
1021
|
</line-breakpoint>
|
|
1149
1022
|
<line-breakpoint enabled="true" type="javascript">
|
|
1150
1023
|
<url>file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts</url>
|
|
1151
|
-
<line>
|
|
1024
|
+
<line>664</line>
|
|
1152
1025
|
<option name="timeStamp" value="46" />
|
|
1153
1026
|
</line-breakpoint>
|
|
1154
1027
|
<line-breakpoint enabled="true" type="javascript">
|
|
@@ -1166,485 +1039,340 @@
|
|
|
1166
1039
|
</line-breakpoint>
|
|
1167
1040
|
<line-breakpoint enabled="true" type="javascript">
|
|
1168
1041
|
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1169
|
-
<line>
|
|
1042
|
+
<line>4</line>
|
|
1170
1043
|
<option name="timeStamp" value="51" />
|
|
1171
1044
|
</line-breakpoint>
|
|
1172
1045
|
<line-breakpoint enabled="true" type="javascript">
|
|
1173
1046
|
<url>file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts</url>
|
|
1174
1047
|
<option name="timeStamp" value="52" />
|
|
1175
1048
|
</line-breakpoint>
|
|
1049
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1050
|
+
<url>file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts</url>
|
|
1051
|
+
<line>90</line>
|
|
1052
|
+
<option name="timeStamp" value="54" />
|
|
1053
|
+
</line-breakpoint>
|
|
1054
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1055
|
+
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
1056
|
+
<line>1111</line>
|
|
1057
|
+
<option name="timeStamp" value="55" />
|
|
1058
|
+
</line-breakpoint>
|
|
1059
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1060
|
+
<url>file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts</url>
|
|
1061
|
+
<line>1109</line>
|
|
1062
|
+
<option name="timeStamp" value="56" />
|
|
1063
|
+
</line-breakpoint>
|
|
1176
1064
|
</breakpoints>
|
|
1177
1065
|
</breakpoint-manager>
|
|
1178
1066
|
</component>
|
|
1179
1067
|
<component name="editorHistoryManager">
|
|
1180
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_03.js">
|
|
1181
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1184
|
-
</state>
|
|
1185
|
-
</provider>
|
|
1186
|
-
</entry>
|
|
1187
1068
|
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_03.js">
|
|
1188
|
-
<provider selected="true" editor-type-id="text-editor"
|
|
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" />
|
|
1191
|
-
</state>
|
|
1192
|
-
</provider>
|
|
1193
|
-
</entry>
|
|
1194
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_01.js">
|
|
1195
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1198
|
-
</state>
|
|
1199
|
-
</provider>
|
|
1069
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
1200
1070
|
</entry>
|
|
1201
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/
|
|
1071
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_04.js">
|
|
1202
1072
|
<provider selected="true" editor-type-id="text-editor">
|
|
1203
|
-
<state relative-caret-position="
|
|
1204
|
-
<caret line="
|
|
1073
|
+
<state relative-caret-position="225">
|
|
1074
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
|
1205
1075
|
</state>
|
|
1206
1076
|
</provider>
|
|
1207
1077
|
</entry>
|
|
1208
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1078
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginText.ts">
|
|
1209
1079
|
<provider selected="true" editor-type-id="text-editor">
|
|
1210
|
-
<state relative-caret-position="
|
|
1211
|
-
<caret line="
|
|
1080
|
+
<state relative-caret-position="165">
|
|
1081
|
+
<caret line="801" selection-start-line="801" selection-end-line="801" />
|
|
1082
|
+
<folding>
|
|
1083
|
+
<element signature="e#147#220#0" expanded="true" />
|
|
1084
|
+
<element signature="n#style#0;n#div#0;n#!!top" expanded="true" />
|
|
1085
|
+
<element signature="n#style#0;n#hr#0;n#!!top" expanded="true" />
|
|
1086
|
+
<element signature="n#style#0;n#span#0;n#!!top" expanded="true" />
|
|
1087
|
+
</folding>
|
|
1212
1088
|
</state>
|
|
1213
1089
|
</provider>
|
|
1214
1090
|
</entry>
|
|
1215
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1091
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_block.js" />
|
|
1092
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/emphasis.js" />
|
|
1093
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdSetPositionsAndHighlight.ts">
|
|
1216
1094
|
<provider selected="true" editor-type-id="text-editor" />
|
|
1217
1095
|
</entry>
|
|
1218
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1219
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1222
|
-
</state>
|
|
1223
|
-
</provider>
|
|
1224
|
-
</entry>
|
|
1225
|
-
<entry file="file://$PROJECT_DIR$/src/styles/styles-fonts.ts">
|
|
1096
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/rules.ts">
|
|
1226
1097
|
<provider selected="true" editor-type-id="text-editor" />
|
|
1227
1098
|
</entry>
|
|
1228
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1099
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/utils.ts">
|
|
1229
1100
|
<provider selected="true" editor-type-id="text-editor">
|
|
1230
|
-
<state relative-caret-position="
|
|
1231
|
-
<caret line="
|
|
1101
|
+
<state relative-caret-position="10440">
|
|
1102
|
+
<caret line="696" column="2" selection-start-line="696" selection-start-column="2" selection-end-line="696" selection-end-column="2" />
|
|
1232
1103
|
</state>
|
|
1233
1104
|
</provider>
|
|
1234
1105
|
</entry>
|
|
1235
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1236
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1237
|
-
<state
|
|
1238
|
-
<
|
|
1106
|
+
<entry file="file://$PROJECT_DIR$/doc/sections.md">
|
|
1107
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1108
|
+
<state split_layout="SPLIT">
|
|
1109
|
+
<first_editor />
|
|
1110
|
+
<second_editor />
|
|
1239
1111
|
</state>
|
|
1240
1112
|
</provider>
|
|
1241
1113
|
</entry>
|
|
1242
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1114
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/strikethrough.js" />
|
|
1115
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/balance_pairs.js" />
|
|
1116
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/index.js" />
|
|
1117
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/index.js" />
|
|
1118
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/parser_inline.js" />
|
|
1119
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_inline/text_collapse.js" />
|
|
1120
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/core-inline.ts">
|
|
1243
1121
|
<provider selected="true" editor-type-id="text-editor">
|
|
1244
1122
|
<state relative-caret-position="210">
|
|
1245
|
-
<caret line="
|
|
1246
|
-
</state>
|
|
1247
|
-
</provider>
|
|
1248
|
-
</entry>
|
|
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">
|
|
1253
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1123
|
+
<caret line="19" column="18" selection-start-line="19" selection-start-column="18" selection-end-line="19" selection-end-column="18" />
|
|
1256
1124
|
<folding>
|
|
1257
|
-
<element signature="e#0#
|
|
1125
|
+
<element signature="e#0#36#0" expanded="true" />
|
|
1258
1126
|
</folding>
|
|
1259
1127
|
</state>
|
|
1260
1128
|
</provider>
|
|
1261
1129
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1130
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
|
|
1263
1131
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
1132
|
+
<state relative-caret-position="150">
|
|
1133
|
+
<caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
|
|
1266
1134
|
</state>
|
|
1267
1135
|
</provider>
|
|
1268
1136
|
</entry>
|
|
1269
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1137
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/inline-ruler2.ts">
|
|
1270
1138
|
<provider selected="true" editor-type-id="text-editor">
|
|
1271
|
-
<state relative-caret-position="
|
|
1272
|
-
<caret line="
|
|
1273
|
-
<folding>
|
|
1274
|
-
<element signature="e#0#42#0" expanded="true" />
|
|
1275
|
-
</folding>
|
|
1139
|
+
<state relative-caret-position="390">
|
|
1140
|
+
<caret line="26" column="3" selection-start-line="26" selection-start-column="3" selection-end-line="26" selection-end-column="3" />
|
|
1276
1141
|
</state>
|
|
1277
1142
|
</provider>
|
|
1278
1143
|
</entry>
|
|
1279
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1280
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1281
|
-
<state
|
|
1282
|
-
<
|
|
1144
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
1145
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1146
|
+
<state split_layout="FIRST">
|
|
1147
|
+
<first_editor relative-caret-position="1725">
|
|
1148
|
+
<caret line="115" selection-start-line="115" selection-end-line="115" />
|
|
1149
|
+
</first_editor>
|
|
1150
|
+
<second_editor />
|
|
1283
1151
|
</state>
|
|
1284
1152
|
</provider>
|
|
1285
1153
|
</entry>
|
|
1286
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1154
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes_latex.js">
|
|
1287
1155
|
<provider selected="true" editor-type-id="text-editor">
|
|
1288
|
-
<state relative-caret-position="
|
|
1289
|
-
<caret line="
|
|
1156
|
+
<state relative-caret-position="1455">
|
|
1157
|
+
<caret line="97" selection-start-line="97" selection-end-line="97" />
|
|
1290
1158
|
</state>
|
|
1291
1159
|
</provider>
|
|
1292
1160
|
</entry>
|
|
1293
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1161
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mathpix-markdown-plugins.tsx">
|
|
1294
1162
|
<provider selected="true" editor-type-id="text-editor">
|
|
1295
|
-
<state relative-caret-position="
|
|
1296
|
-
<caret line="
|
|
1163
|
+
<state relative-caret-position="3540">
|
|
1164
|
+
<caret line="236" column="28" selection-start-line="236" selection-start-column="4" selection-end-line="236" selection-end-column="28" />
|
|
1165
|
+
<folding>
|
|
1166
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1167
|
+
</folding>
|
|
1297
1168
|
</state>
|
|
1298
1169
|
</provider>
|
|
1299
1170
|
</entry>
|
|
1300
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1171
|
+
<entry file="file://$PROJECT_DIR$/src/index.tsx">
|
|
1301
1172
|
<provider selected="true" editor-type-id="text-editor">
|
|
1302
|
-
<state relative-caret-position="
|
|
1303
|
-
<caret line="
|
|
1173
|
+
<state relative-caret-position="855">
|
|
1174
|
+
<caret line="57" column="40" selection-start-line="57" selection-start-column="40" selection-end-line="57" selection-end-column="40" />
|
|
1304
1175
|
</state>
|
|
1305
1176
|
</provider>
|
|
1306
1177
|
</entry>
|
|
1307
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1178
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-theorem/helper.ts">
|
|
1308
1179
|
<provider selected="true" editor-type-id="text-editor">
|
|
1309
|
-
<state relative-caret-position="
|
|
1310
|
-
<caret line="
|
|
1180
|
+
<state relative-caret-position="1440">
|
|
1181
|
+
<caret line="96" column="13" selection-start-line="96" selection-start-column="13" selection-end-line="96" selection-end-column="13" />
|
|
1311
1182
|
</state>
|
|
1312
1183
|
</provider>
|
|
1313
1184
|
</entry>
|
|
1314
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1185
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1315
1186
|
<provider selected="true" editor-type-id="text-editor">
|
|
1316
|
-
<state relative-caret-position="
|
|
1317
|
-
<caret line="
|
|
1187
|
+
<state relative-caret-position="270">
|
|
1188
|
+
<caret line="18" column="23" selection-start-line="18" selection-start-column="23" selection-end-line="18" selection-end-column="23" />
|
|
1318
1189
|
</state>
|
|
1319
1190
|
</provider>
|
|
1320
1191
|
</entry>
|
|
1321
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1192
|
+
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it-footnote/index.js">
|
|
1322
1193
|
<provider selected="true" editor-type-id="text-editor">
|
|
1323
|
-
<state relative-caret-position="
|
|
1324
|
-
<caret line="
|
|
1194
|
+
<state relative-caret-position="5445">
|
|
1195
|
+
<caret line="364" column="56" selection-start-line="364" selection-start-column="44" selection-end-line="364" selection-end-column="56" />
|
|
1325
1196
|
</state>
|
|
1326
1197
|
</provider>
|
|
1327
1198
|
</entry>
|
|
1328
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1199
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/core-rule.ts">
|
|
1329
1200
|
<provider selected="true" editor-type-id="text-editor">
|
|
1330
|
-
<state relative-caret-position="
|
|
1331
|
-
<caret line="
|
|
1201
|
+
<state relative-caret-position="1020">
|
|
1202
|
+
<caret line="68" column="7" selection-start-line="68" selection-start-column="7" selection-end-line="68" selection-end-column="7" />
|
|
1332
1203
|
</state>
|
|
1333
1204
|
</provider>
|
|
1334
1205
|
</entry>
|
|
1335
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1206
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/index.ts">
|
|
1336
1207
|
<provider selected="true" editor-type-id="text-editor">
|
|
1337
|
-
<state relative-caret-position="
|
|
1338
|
-
<caret line="
|
|
1339
|
-
<folding>
|
|
1340
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1341
|
-
<element signature="n#style#0;n#a#0;n#!!top" expanded="true" />
|
|
1342
|
-
</folding>
|
|
1208
|
+
<state relative-caret-position="1215">
|
|
1209
|
+
<caret line="86" column="24" selection-start-line="86" selection-start-column="6" selection-end-line="86" selection-end-column="24" />
|
|
1343
1210
|
</state>
|
|
1344
1211
|
</provider>
|
|
1345
1212
|
</entry>
|
|
1346
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1347
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
1348
|
-
</entry>
|
|
1349
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/index.ts">
|
|
1213
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_10.js">
|
|
1350
1214
|
<provider selected="true" editor-type-id="text-editor">
|
|
1351
|
-
<state relative-caret-position="
|
|
1352
|
-
<caret line="
|
|
1353
|
-
<folding>
|
|
1354
|
-
<element signature="e#0#48#0" expanded="true" />
|
|
1355
|
-
</folding>
|
|
1215
|
+
<state relative-caret-position="360">
|
|
1216
|
+
<caret line="24" column="18" selection-start-line="24" selection-start-column="18" selection-end-line="24" selection-end-column="18" />
|
|
1356
1217
|
</state>
|
|
1357
1218
|
</provider>
|
|
1358
1219
|
</entry>
|
|
1359
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1220
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_10.js">
|
|
1360
1221
|
<provider selected="true" editor-type-id="text-editor">
|
|
1361
|
-
<state relative-caret-position="
|
|
1362
|
-
<caret line="
|
|
1363
|
-
<folding>
|
|
1364
|
-
<element signature="e#0#41#0" expanded="true" />
|
|
1365
|
-
</folding>
|
|
1222
|
+
<state relative-caret-position="480">
|
|
1223
|
+
<caret line="32" column="15" selection-start-line="32" selection-start-column="15" selection-end-line="32" selection-end-column="15" />
|
|
1366
1224
|
</state>
|
|
1367
1225
|
</provider>
|
|
1368
1226
|
</entry>
|
|
1369
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/
|
|
1227
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_refs/test.html" />
|
|
1228
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/render-rule.ts">
|
|
1370
1229
|
<provider selected="true" editor-type-id="text-editor">
|
|
1371
|
-
<state relative-caret-position="
|
|
1372
|
-
<caret line="
|
|
1230
|
+
<state relative-caret-position="105">
|
|
1231
|
+
<caret line="8" selection-start-line="8" selection-end-line="8" />
|
|
1373
1232
|
</state>
|
|
1374
1233
|
</provider>
|
|
1375
1234
|
</entry>
|
|
1376
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/md-
|
|
1235
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/block-rule.ts">
|
|
1377
1236
|
<provider selected="true" editor-type-id="text-editor">
|
|
1378
|
-
<state relative-caret-position="
|
|
1379
|
-
<caret line="
|
|
1380
|
-
<folding>
|
|
1381
|
-
<element signature="e#0#40#0" expanded="true" />
|
|
1382
|
-
</folding>
|
|
1237
|
+
<state relative-caret-position="1740">
|
|
1238
|
+
<caret line="124" column="4" selection-start-line="124" selection-start-column="4" selection-end-line="124" selection-end-column="47" />
|
|
1383
1239
|
</state>
|
|
1384
1240
|
</provider>
|
|
1385
1241
|
</entry>
|
|
1386
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1242
|
+
<entry file="file://$PROJECT_DIR$/tests/_refs.js" />
|
|
1243
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/interfaces.ts">
|
|
1387
1244
|
<provider selected="true" editor-type-id="text-editor">
|
|
1388
|
-
<state relative-caret-position="
|
|
1389
|
-
<caret line="
|
|
1245
|
+
<state relative-caret-position="30">
|
|
1246
|
+
<caret line="2" column="29" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="29" />
|
|
1390
1247
|
</state>
|
|
1391
1248
|
</provider>
|
|
1392
1249
|
</entry>
|
|
1393
|
-
<entry file="file://$PROJECT_DIR$/
|
|
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">
|
|
1250
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-latex-footnotes/utils.ts">
|
|
1400
1251
|
<provider selected="true" editor-type-id="text-editor">
|
|
1401
|
-
<state relative-caret-position="
|
|
1402
|
-
<caret line="
|
|
1252
|
+
<state relative-caret-position="1530">
|
|
1253
|
+
<caret line="102" column="31" selection-start-line="102" selection-start-column="31" selection-end-line="102" selection-end-column="31" />
|
|
1403
1254
|
</state>
|
|
1404
1255
|
</provider>
|
|
1405
1256
|
</entry>
|
|
1406
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1407
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1408
|
-
<state
|
|
1409
|
-
<
|
|
1257
|
+
<entry file="file://$PROJECT_DIR$/doc/latex-footnotes.md">
|
|
1258
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
1259
|
+
<state split_layout="FIRST">
|
|
1260
|
+
<first_editor relative-caret-position="885">
|
|
1261
|
+
<caret line="59" column="50" selection-start-line="59" selection-start-column="50" selection-end-line="59" selection-end-column="50" />
|
|
1262
|
+
</first_editor>
|
|
1263
|
+
<second_editor />
|
|
1410
1264
|
</state>
|
|
1411
1265
|
</provider>
|
|
1412
1266
|
</entry>
|
|
1413
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1267
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/refs.ts" />
|
|
1268
|
+
<entry file="file://$PROJECT_DIR$/tests/_footnotes.js">
|
|
1414
1269
|
<provider selected="true" editor-type-id="text-editor">
|
|
1415
|
-
<state relative-caret-position="
|
|
1416
|
-
<caret line="
|
|
1270
|
+
<state relative-caret-position="105">
|
|
1271
|
+
<caret line="7" column="13" selection-end-line="28" />
|
|
1417
1272
|
</state>
|
|
1418
1273
|
</provider>
|
|
1419
1274
|
</entry>
|
|
1420
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1421
|
-
|
|
1422
|
-
</entry>
|
|
1423
|
-
<entry file="file://$PROJECT_DIR$/node_modules/markdown-it/lib/rules_block/code.js">
|
|
1275
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_refs/_data.js" />
|
|
1276
|
+
<entry file="file://$PROJECT_DIR$/src/mathpix-markdown-model/index.ts">
|
|
1424
1277
|
<provider selected="true" editor-type-id="text-editor">
|
|
1425
|
-
<state relative-caret-position="
|
|
1278
|
+
<state relative-caret-position="510">
|
|
1279
|
+
<caret line="48" column="35" selection-start-line="48" selection-start-column="35" selection-end-line="48" selection-end-column="35" />
|
|
1280
|
+
</state>
|
|
1426
1281
|
</provider>
|
|
1427
1282
|
</entry>
|
|
1428
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1283
|
+
<entry file="file://$PROJECT_DIR$/src/components/mathpix-markdown/index.tsx">
|
|
1429
1284
|
<provider selected="true" editor-type-id="text-editor">
|
|
1430
|
-
<state relative-caret-position="
|
|
1431
|
-
<caret line="
|
|
1285
|
+
<state relative-caret-position="645">
|
|
1286
|
+
<caret line="43" column="29" selection-start-line="43" selection-start-column="29" selection-end-line="43" selection-end-column="29" />
|
|
1432
1287
|
<folding>
|
|
1433
|
-
<element signature="e#
|
|
1288
|
+
<element signature="e#0#31#0" expanded="true" />
|
|
1434
1289
|
</folding>
|
|
1435
1290
|
</state>
|
|
1436
1291
|
</provider>
|
|
1437
1292
|
</entry>
|
|
1438
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1439
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1442
|
-
</state>
|
|
1443
|
-
</provider>
|
|
1444
|
-
</entry>
|
|
1445
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_mmd/_mmd_09.js">
|
|
1446
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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" />
|
|
1449
|
-
</state>
|
|
1450
|
-
</provider>
|
|
1451
|
-
</entry>
|
|
1452
|
-
<entry file="file://$PROJECT_DIR$/tests/_data/_footnotes_latex/_html/_html_08.js">
|
|
1293
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/mdPluginRaw.ts">
|
|
1453
1294
|
<provider selected="true" editor-type-id="text-editor">
|
|
1454
|
-
<state relative-caret-position="
|
|
1455
|
-
<caret line="
|
|
1295
|
+
<state relative-caret-position="8685">
|
|
1296
|
+
<caret line="579" column="13" selection-start-line="579" selection-start-column="13" selection-end-line="579" selection-end-column="13" />
|
|
1456
1297
|
<folding>
|
|
1457
|
-
<element signature="
|
|
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" />
|
|
1298
|
+
<element signature="e#0#41#0" expanded="true" />
|
|
1484
1299
|
</folding>
|
|
1485
1300
|
</state>
|
|
1486
1301
|
</provider>
|
|
1487
1302
|
</entry>
|
|
1488
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1303
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/image.ts">
|
|
1489
1304
|
<provider selected="true" editor-type-id="text-editor">
|
|
1490
|
-
<state relative-caret-position="
|
|
1491
|
-
<caret line="
|
|
1492
|
-
<folding>
|
|
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" />
|
|
1574
|
-
</folding>
|
|
1305
|
+
<state relative-caret-position="2610">
|
|
1306
|
+
<caret line="175" column="72" selection-start-line="175" selection-start-column="72" selection-end-line="175" selection-end-column="72" />
|
|
1575
1307
|
</state>
|
|
1576
1308
|
</provider>
|
|
1577
1309
|
</entry>
|
|
1578
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1310
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-inline-rule/lists.ts">
|
|
1579
1311
|
<provider selected="true" editor-type-id="text-editor">
|
|
1580
|
-
<state relative-caret-position="
|
|
1581
|
-
<caret line="
|
|
1312
|
+
<state relative-caret-position="1860">
|
|
1313
|
+
<caret line="134" column="76" selection-start-line="134" selection-start-column="76" selection-end-line="134" selection-end-column="76" />
|
|
1314
|
+
<folding>
|
|
1315
|
+
<element signature="e#0#48#0" expanded="true" />
|
|
1316
|
+
</folding>
|
|
1582
1317
|
</state>
|
|
1583
1318
|
</provider>
|
|
1584
1319
|
</entry>
|
|
1585
1320
|
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1586
1321
|
<provider selected="true" editor-type-id="text-editor">
|
|
1587
|
-
<state relative-caret-position="
|
|
1588
|
-
<caret line="
|
|
1322
|
+
<state relative-caret-position="30">
|
|
1323
|
+
<caret line="2" column="20" selection-start-line="2" selection-start-column="20" selection-end-line="2" selection-end-column="20" />
|
|
1589
1324
|
</state>
|
|
1590
1325
|
</provider>
|
|
1591
1326
|
</entry>
|
|
1592
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1327
|
+
<entry file="file://$PROJECT_DIR$/tests/_labels.js">
|
|
1593
1328
|
<provider selected="true" editor-type-id="text-editor">
|
|
1594
|
-
<state relative-caret-position="
|
|
1595
|
-
<caret line="
|
|
1329
|
+
<state relative-caret-position="210">
|
|
1330
|
+
<caret line="14" column="40" selection-start-line="14" selection-start-column="40" selection-end-line="14" selection-end-column="40" />
|
|
1596
1331
|
</state>
|
|
1597
1332
|
</provider>
|
|
1598
1333
|
</entry>
|
|
1599
|
-
<entry file="file://$PROJECT_DIR$/
|
|
1334
|
+
<entry file="file://$PROJECT_DIR$/tests/_data/_pluginText/_data.js">
|
|
1600
1335
|
<provider selected="true" editor-type-id="text-editor">
|
|
1601
|
-
<state
|
|
1602
|
-
<caret
|
|
1336
|
+
<state>
|
|
1337
|
+
<caret selection-end-column="18" />
|
|
1603
1338
|
</state>
|
|
1604
1339
|
</provider>
|
|
1605
1340
|
</entry>
|
|
1606
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1341
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/common/consts.ts">
|
|
1607
1342
|
<provider selected="true" editor-type-id="text-editor">
|
|
1608
|
-
<state relative-caret-position="
|
|
1609
|
-
<caret line="
|
|
1343
|
+
<state relative-caret-position="273">
|
|
1344
|
+
<caret line="99" column="13" selection-start-line="99" selection-start-column="13" selection-end-line="99" selection-end-column="13" />
|
|
1610
1345
|
</state>
|
|
1611
1346
|
</provider>
|
|
1612
1347
|
</entry>
|
|
1613
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1348
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/handlers.ts">
|
|
1614
1349
|
<provider selected="true" editor-type-id="text-editor">
|
|
1615
|
-
<state relative-caret-position="
|
|
1616
|
-
<caret line="344" column="17" selection-start-line="344" selection-start-column="17" selection-end-line="344" selection-end-column="17" />
|
|
1350
|
+
<state relative-caret-position="-1770">
|
|
1617
1351
|
<folding>
|
|
1618
|
-
<element signature="e#0#
|
|
1619
|
-
<element signature="e#150#247#0" expanded="true" />
|
|
1352
|
+
<element signature="e#0#73#0" expanded="true" />
|
|
1620
1353
|
</folding>
|
|
1621
1354
|
</state>
|
|
1622
1355
|
</provider>
|
|
1623
1356
|
</entry>
|
|
1624
|
-
<entry file="file://$PROJECT_DIR$/src/markdown/
|
|
1625
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
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">
|
|
1357
|
+
<entry file="file://$PROJECT_DIR$/src/markdown/md-renderer-rules/render-lists.ts">
|
|
1632
1358
|
<provider selected="true" editor-type-id="text-editor">
|
|
1633
|
-
<state relative-caret-position="
|
|
1634
|
-
<caret line="
|
|
1359
|
+
<state relative-caret-position="120">
|
|
1360
|
+
<caret line="8" column="24" selection-start-line="8" selection-start-column="24" selection-end-line="8" selection-end-column="24" />
|
|
1635
1361
|
<folding>
|
|
1636
|
-
<element signature="e#0#
|
|
1362
|
+
<element signature="e#0#70#0" expanded="true" />
|
|
1363
|
+
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#li#0;n#!!top" expanded="true" />
|
|
1364
|
+
<element signature="n#style#0;n#ulEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
1365
|
+
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
1366
|
+
<element signature="n#style#0;n#olEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
1367
|
+
<element signature="n#style#0;n#liEXTERNAL_FRAGMENT#0;n#!!top" expanded="true" />
|
|
1637
1368
|
</folding>
|
|
1638
1369
|
</state>
|
|
1639
1370
|
</provider>
|
|
1640
1371
|
</entry>
|
|
1641
|
-
<entry file="file://$PROJECT_DIR$/src/
|
|
1372
|
+
<entry file="file://$PROJECT_DIR$/src/mathjax/serialized-ascii/common.ts">
|
|
1642
1373
|
<provider selected="true" editor-type-id="text-editor">
|
|
1643
|
-
<state relative-caret-position="
|
|
1644
|
-
<caret line="
|
|
1645
|
-
<folding>
|
|
1646
|
-
<element signature="e#0#47#0" expanded="true" />
|
|
1647
|
-
</folding>
|
|
1374
|
+
<state relative-caret-position="326">
|
|
1375
|
+
<caret line="166" selection-start-line="166" selection-end-line="166" />
|
|
1648
1376
|
</state>
|
|
1649
1377
|
</provider>
|
|
1650
1378
|
</entry>
|