Use default styling on nested numbered lists due to MD being sensitive (#9110)

pull/28217/head
Michael Telatynski 2022-07-27 14:38:34 +01:00 committed by GitHub
parent a2c5a59b22
commit 8eeeee1aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -609,6 +609,11 @@ $left-gutter: 64px;
display: inline-block;
}
*/
/* Override nested lists being lower-roman */
ol ol, ul ol {
list-style-type: revert;
}
}
}