Summary
There seems to be support for alphabetical numbered list, but it doesn't go past the letter "a". This is tested with reST.
Code snippet that reproduces the problem
a. First
b. Second
c. Third
Expected output
a. First
b. Second
c. Third
This is output with only "a":
a. First
a. Second
a. Third