Ticket #7 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 2 years ago

Multiline list items

Reported by: sheep Owned by: sheep
Priority: Normal Milestone:
Component: Hatta Wiki Version:
Keywords: parser, list, multiline Cc:

Description

Would be nice to have:

* First item
* Second item is long, so I'm
continuating it on the second line
* Third item

renders:

  • First item
  • Second item is long, so I'm continuating it on the second line
  • Third item

instead of

  • First item
  • Second item is long, so I'm

continuating it on the second line

  • Third item

Change History

comment:1 Changed 2 years ago by sheep

  • Status changed from new to accepted

comment:2 Changed 2 years ago by sheep

  • Priority set to Normal
  • Status changed from accepted to closed
  • Resolution set to wontfix

I won't put this in Hatta's default markup, because you are supposed to predict how each line will look without looking at other lines (except for preformatted blocks).

It can be implemented in an extension though, if there is any taker.

Note: See TracTickets for help on using tickets.