Description
We have found that the ordered list is displayed in our documentation with bullet point instead of numbered list:
This is an example for reproduction
- list 1
- [list 2](http://www.google.fr)
1. list 1
2. [list 2](http://www.google.fr)
Expected
We expect to see the second list without numbered list
Result

Proposed solution
Used <ol> instead of ul when generating ordred list.