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
@ -53,3 +53,8 @@ ol {
|
|||||||
#content h5:not(.alert-heading) {
|
#content h5:not(.alert-heading) {
|
||||||
font-size: 0.9rem;
|
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