File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
src/Elastic.Markdown/Assets/markdown Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
1
.markdown-content {
2
2
ol , ul {
3
- @apply mt-4;
4
3
line-height : 1.5em ;
5
4
letter-spacing : 0 ;
6
5
margin-left : 1.5em ;
7
- /*list-style-position: inside;*/
8
6
li ::marker {
9
7
@apply text-grey-80;
10
8
}
11
9
}
12
10
13
- ul li {
14
- /*@apply pl-[.5ch];*/
15
- }
16
-
17
- li > ul , li > ol {
18
- @apply mt-1;
19
- }
20
-
21
11
li {
22
- @apply first: mt-0 mt-1 ;
12
+ @apply mt-4 ;
23
13
}
24
14
25
15
ul {list-style-type : disc; }
35
25
ol > li > ol > li > ol > li > ol { list-style-type : decimal; }
36
26
ol > li > ol > li > ol > li > ol > li > ol { list-style-type : lower-alpha; }
37
27
ol > li > ol > li > ol > li > ol > li > ol > li > ol { list-style-type : lower-roman; }
38
-
39
- /* Special handling of elements within a list item */
40
- li > * : first-child ,
41
- li > p : nth-child (2 )
42
- {
43
- @apply mt-1;
44
- }
45
- li > p : first-child
46
- {
47
- @apply mt-4;
48
- }
49
28
}
You can’t perform that action at this time.
0 commit comments