View formal-list-outline-styles.scss
// three-level outline | |
ol, | |
ol.ol-default { | |
list-style: decimal; | |
ol { list-style: lower-alpha; | |
ol { list-style: lower-roman; } | |
} | |
} | |
// five-level outline |