Ticket #5 (new defect)
Lists formatted with redcloth 3.0.4 do not terminate
| Reported by: | jmcglynn | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | 3.0.4 |
| Keywords: | Cc: |
Description
A block of text to be textilized as:
Joe
# do a
# do b
# check on:
* d
* e
* f
# Start over
will actually render as Joe
- do a
- do b
- check on:
- d
- e
- f
- Start over
==============
many variations of this seem to be problematic, for example:
# do a
# do b
# check on:
this should start over
will render as 1. do a 2. do b 3. check on:
this should start over
Change History
Note: See
TracTickets for help on using
tickets.