fixes #8 (markdown lists)
This commit is contained in:
parent
5b0aca6372
commit
bfe340bfc3
|
@ -39,6 +39,15 @@
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.markdown ul{
|
||||
@apply py-4;
|
||||
}
|
||||
.markdown li{
|
||||
list-style-type: disc;
|
||||
@apply pl-2 ml-6;
|
||||
|
||||
}
|
||||
|
||||
.external::after {
|
||||
padding-left: 0.5rem;
|
||||
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='13.5' aria-hidden='true' viewBox='0 0 24 24' class='iconExternalLink_nPIU'%3E%3Cpath fill='currentColor' d='M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z'%3E%3C/path%3E%3C/svg%3E");
|
||||
|
|
Loading…
Reference in New Issue