#5011 closed defect (bug) (duplicate)
Ordered List Formatting Broken
| Reported by: | macmanx | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Support Forums | Keywords: | |
| Cc: |
Description
Ordered Lists appear to be broken on the forums currently: https://wordpress.org/support/topic/please-ignore-testing/?view=all
I tried:
<ol> <li>First Item</li> <li>Second Item</li> <li>Third Item</li> </ol>
but the rendered result was:
<ol> <li>First Item</li> <ul><li>Second Item</li> </ul><ul><li>Third Item</li> </ul> </ol>
See attached screenshot for the visual.
This was reported via Slack by David Lingren regarding https://wordpress.org/support/topic/media-library-search-checkboxes-options-are-not-respected/#post-12403994 at https://wordpress.slack.com/archives/C02RQC6RW/p1580946195120100
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See my last comment on #20
(I've closed this as a duplicate of that, to keep the discussion around this in the same place, rather than having multiple tickets tracking the same code)