Open
Description
When using an unordered list as a child of an ordered list element, the HTML that is produced does not preserve the nesting, causing the <ol>
and <ul>
tags to appear at the same level in the hierarchy. This in turn causes the numbers in the ordered list to be incorrect.
Here's an example demonstrating the issue
You can see that each item is listed with "1." even though they are numbered 1-4 in the markdown.
In the rendered HTML, you can see the <ol>
and <ul>
tags being rendered at the same level rather than the <ul>
tags being nested inside the <ol>
tags as expected.
Metadata
Assignees
Labels
No labels
Activity