Ticket #233 (closed defect: fixed)
Problem with adjacent ordered and unordered lists
| Reported by: | MartinBudden | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2.5 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
See: http://groups.google.co.uk/group/TiddlyWikiDev/browse_thread/thread/7993ef370cad850b/?hl=en#
* Outline ** Item # Numbered ## Item 1
Gets incorrectly rendered as:
<ul>
<li> Outline</li> <ul>
<li> Item</li>
</ul> <li> Numbered</li> <ol>
<li> Item 1</li>
</ol>
</ul>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

