Loading...
 
Skip to main content

History: Outline Numbered List Example

Source of version: 3 (current)

Copy to clipboard
            
{HTML()}<style type="text/css">
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
</style>
{HTML}
!!!Example
# Level 1
## Level 1 a
# Level 2
## Level 2 a
## Level 2 b
### Level 2 b i
### Level 2 b ii
# Level 3
## Level 3 a