Bug: Textile mishandles paragraphs

The “paragraph not kept separate” below should appear on a separate line from “A paragraph” but does not.

Something
A paragraph A paragraph not kept separate
  1. Blah

The cause seems to be some interaction between the pre block and the following list block. Putting a blank line after the pre or before the list makes it function as expected:

e.g.

Something

A paragraph

A paragraph not kept separate
  1. Blah

or

Something
A paragraph

A paragraph not kept separate

  1. Blah

This is possibly a bug with Redcloth rather than soks.

Tag: Include this page in the distribution

Edit this page or watch for changes using RSS.