Ticket #7 (closed enhancement: wontfix)
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: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.
