Edgewall Software
Modify

Ticket #405 (closed enhancement: fixed)

Opened 8 years ago

Last modified 8 years ago

allow wrapping of list items in Wiki markup

Reported by: naked@… Owned by: jonas
Priority: normal Milestone: 0.8
Component: wiki system Version: devel
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

There should be a way to wrap list items on multiple lines in the Wiki markup. Here is an example of something that most likely should result only in a wrapped list item, not a new paragraph.

  • Testing list item wrapping, as Trac doesn't seem to handle the case properly at the moment, which probably should be fixed.

This isn't so much of a problem for Wiki pages - but it is a problem for commit messages, which are nice to keep within 80 characters.

Attachments

Change History

comment:1 Changed 8 years ago by daniel

  • Milestone set to 0.7.1

comment:2 Changed 8 years ago by daniel

In moinmoin:

  * test test
test

 * test test test
   test

 * test test test
 test test test 

.. results in:

  • test test

test

  • test test test

    • test
  • test test test test test test

comment:3 Changed 8 years ago by daniel

  • Milestone changed from 0.7.1 to 0.8

comment:4 Changed 8 years ago by naked@…

Example from reStructured text:

* Example 1 wrapped
  item

results in:

  • Example 1 wrapped item

Personally, I feel the behaviour of reStructured text is more logical than that of MoinMoin.

comment:5 Changed 8 years ago by jonas

  • Status changed from new to assigned

comment:6 Changed 8 years ago by jonas

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in [1016].

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.