Ticket #233 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

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

Ticket233.patch Download (1.1 KB) - added by SaqImtiaz 6 years ago.

Change History

Changed 6 years ago by SaqImtiaz

The attached patch, removes the need to add a new line between adjacent ordered and unordered lists. It detects, if the base list type has changed, and creates a new list.

Changed 6 years ago by SaqImtiaz

Changed 6 years ago by MartinBudden

  • milestone changed from 2.3 to 2.2.5

Changed 6 years ago by JeremyRuston

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:2455

Note: See TracTickets for help on using tickets.