Fix markdown parser when it renders <li> with <p>
This commit is contained in:
parent
584b988093
commit
a2b6d57e6a
5
public/css/fixes.css
vendored
5
public/css/fixes.css
vendored
@ -52,4 +52,9 @@ ol {
|
||||
}
|
||||
#content h5:not(.alert-heading) {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
/* Fix markdown parser that renders <li><p> */
|
||||
#content ul:not(.pagination) li p {
|
||||
margin-left: -1ch;
|
||||
}
|
Loading…
Reference in New Issue
Block a user