How do I make the following list in reStructuredText using the auto-enumerator character (#)?
1. one
a. one_a
b. one_b
2.two
a. two_a
I. one_a_i
b. two_b
In the above list, the first-level of the list is decimal, the second level is lower-alpha, and the third is upper-roman. I'd like to be able to specify this while also using the auto-enumerator, such that I can easily re-order the items in the list or add a new item in the middle of the list without having to change the values of each item in the list.
Is it possible to tell the auto-numerator which formatting type to use, with distinct types for each nesting level in the list?
`, `
`, or `
– Steve Piercy Jul 15 '20 at 09:02` in HTML. The web browser's default rendering of lists and CSS determine the list style. Numbers, discs, circles, bullets, etc., are not hard-coded, like ASCII art. For any other output, you would have to apply a style, if the output even supports styles.