Ticket #5 (new defect)

Opened 20 months ago

Last modified 8 months ago

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

  1. do a
  2. do b
  3. check on:
    • d
    • e
    • f
      1. 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

Changed 8 months ago by jgarber

  • version set to 3.0.4

Noting as 3.0.4

Note: See TracTickets for help on using tickets.