We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2a964 commit 5d668b5Copy full SHA for 5d668b5
src/styles/markdown.less
@@ -170,6 +170,26 @@
170
margin-top: 0;
171
list-style: initial;
172
}
173
+ li {
174
+ display: list-item;
175
+ }
176
+ ul ul,
177
+ ul ol,
178
+ ol ol,
179
+ ol ul {
180
+ margin-top: 0;
181
+ margin-bottom: 0;
182
183
+ ul ul ul {
184
+ list-style-type: square;
185
186
+ ul ul {
187
+ list-style-type: circle;
188
189
+ ul {
190
+ list-style-type: disc;
191
192
+
193
> blockquote,
194
> blockquote blockquote {
195
margin: 0;
0 commit comments