Skip to content

Fix Ordered Task List Items

What does this MR do?

Fixes the visual bug that caused ordered task lists items to be rendered as unordered task list items.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

In the markdown editor (issues, merge requests etc.) a nested ordered task list is rendered as an unordered task list when at least one of its parents is an unordered task list.

https://gitlab.com/gitlab-org/gitlab-ce/issues/31483

Screenshots (if relevant)

Before: Screen_Shot_2017-05-17_at_10.22.19_AM, After: Screen_Shot_2017-05-17_at_10.23.04_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31483 (closed)

Merge request reports