When I try to create a enumerated sub-list in HTML using RestructuredText, the sub-list does not change value in HTML, according to how I wrote it in RST. Below is an example of what I mean.
Here is how I wrote an enumerated list and sub-list in RestructuredText:
1. Step 1
   a. Step a
   
   b. step b
2. Step 2 
Here is the result in HTML:

Any idea on how to resolve this?
 
     
    