Skip to content

Commit 5d668b5

Browse files
committed
style: update markdown style.
1 parent 8e2a964 commit 5d668b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/styles/markdown.less

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,26 @@
170170
margin-top: 0;
171171
list-style: initial;
172172
}
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+
173193
> blockquote,
174194
> blockquote blockquote {
175195
margin: 0;

0 commit comments

Comments
 (0)