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 d050408 commit 3d0f249Copy full SHA for 3d0f249
example.md
@@ -39,7 +39,9 @@ method: Work in Groups
39
40
Describe the most important steps of the task here:
41
42
-1. First go there
+1. **First** go there
43
+ - One
44
+ - Two
45
1. Then do this
46
1. Finally..
47
styles/layout.css
@@ -121,8 +121,13 @@ h6 {
121
content: '- ';
122
}
123
124
-.slidev-layout ul {
+.slidev-layout ul, .slidev-layout ol, .slidev-layout dl {
125
margin-top: 1rem;
126
+ margin-bottom: 0.5rem;
127
+}
128
+
129
+.slidev-layout li ul, .slidev-layout li ol, .slidev-layout li dl {
130
+ margin-top: 0;
131
132
133
.slidev-layout li {
0 commit comments