
noreply at edgewall
Oct 4, 2006, 3:44 AM
Post #4 of 7
(1417 views)
Permalink
|
|
Re: [The Trac Project] #1936: indented ordered and unordered lists have additional bullets and numbers
[In reply to]
|
|
#1936: indented ordered and unordered lists have additional bullets and numbers -------------------------------+-------------------------------------------- Reporter: vittorio [at] inext | Owner: jonas Type: defect | Status: reopened Priority: normal | Milestone: Component: wiki | Version: devel Severity: normal | Resolution: Keywords: bullet list | -------------------------------+-------------------------------------------- Changes (by hbd [at] cs): * keywords: => bullet list * status: closed => reopened * resolution: duplicate => Comment: The original ticket did not describe desired behaviour. So, the fix removed the original strange behavior (additional bullets), but made the rendering worse for those who edit the wiki text in VIM and use blank lines to separate bulleted list items on each level of list. Desired behavour: Instead of generating 2, 3, etc bullets for an indented "*", generate a single bullet of level 2, 3, etc. with proper indent. Example: the wiki text below should produce a correct 3-level bulleted list. Originally, rendered "level 2" had 2 bullets (however, looking like true level 2); after the fix, all levels look like "level 1", and that is bad. * level 1 * level 2 * level 3 * level 3 * level 2 * level 1 -- Ticket URL: <http://trac.edgewall.com/ticket/1936#comment:5> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|