Skip to content

[Bug] Documentation Ordered list and Unordered list are not differencied #17

@kopax

Description

@kopax

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

image

Proposed solution

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions