You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<listyle="list-style-type: '■ ';">item 1 of neighboring list</li>
163
-
<listyle="list-style-type: '■ ';">item 2 of neighboring list
165
+
<listyle="list-style-type: '■ ';">
166
+
item 2 of neighboring list
164
167
<ul>
165
168
<listyle="list-style-type: '□ ';">item 1 of sub list</li>
166
-
<listyle="list-style-type: '□ ';"><spanclass='inline-group'>Here a code snippet: <code>print("Hello world")</code> (to be displayed inline)</span></li>
167
-
<listyle="list-style-type: '□ ';"><spanclass='inline-group'>Here a formula: <mathxmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mi>E</mi><mo>=</mo><mi>m</mi><msup><mi>c</mi><mn>2</mn></msup></mrow><annotationencoding="TeX">E=mc^2</annotation></math> (to be displayed inline)</span></li>
169
+
<listyle="list-style-type: '□ ';">
170
+
<spanclass='inline-group'>Here a code snippet: <code>print("Hello world")</code> (to be displayed inline)</span>
171
+
</li>
172
+
<listyle="list-style-type: '□ ';">
173
+
<spanclass='inline-group'>Here a formula: <mathxmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mi>E</mi><mo>=</mo><mi>m</mi><msup><mi>c</mi><mn>2</mn></msup></mrow><annotationencoding="TeX">E=mc^2</annotation></math> (to be displayed inline)</span>
174
+
</li>
168
175
</ul>
169
176
</li>
170
177
</ul>
@@ -188,10 +195,12 @@ <h2>1. Introduction</h2>
188
195
<ol>
189
196
<listyle="list-style-type: '(i) ';">Item 1 in A</li>
190
197
<listyle="list-style-type: '(ii) ';">Item 2 in A</li>
Copy file name to clipboardExpand all lines: test/data/doc/constructed_orig_false.gt.html
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -135,11 +135,13 @@ <h2>1. Introduction</h2>
135
135
<ul>
136
136
<li>list item 1</li>
137
137
<li>list item 2</li>
138
-
<li>list item 3
138
+
<li>
139
+
list item 3
139
140
<ol>
140
141
<li>list item 3.a</li>
141
142
<li>list item 3.b</li>
142
-
<li>list item 3.c
143
+
<li>
144
+
list item 3.c
143
145
<ol>
144
146
<li>list item 3.c.i</li>
145
147
</ol>
@@ -160,11 +162,16 @@ <h2>1. Introduction</h2>
160
162
</ul>
161
163
<ul>
162
164
<li>item 1 of neighboring list</li>
163
-
<li>item 2 of neighboring list
165
+
<li>
166
+
item 2 of neighboring list
164
167
<ul>
165
168
<li>item 1 of sub list</li>
166
-
<li><spanclass='inline-group'>Here a code snippet: <code>print("Hello world")</code> (to be displayed inline)</span></li>
167
-
<li><spanclass='inline-group'>Here a formula: <mathxmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mi>E</mi><mo>=</mo><mi>m</mi><msup><mi>c</mi><mn>2</mn></msup></mrow><annotationencoding="TeX">E=mc^2</annotation></math> (to be displayed inline)</span></li>
169
+
<li>
170
+
<spanclass='inline-group'>Here a code snippet: <code>print("Hello world")</code> (to be displayed inline)</span>
171
+
</li>
172
+
<li>
173
+
<spanclass='inline-group'>Here a formula: <mathxmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mi>E</mi><mo>=</mo><mi>m</mi><msup><mi>c</mi><mn>2</mn></msup></mrow><annotationencoding="TeX">E=mc^2</annotation></math> (to be displayed inline)</span>
0 commit comments