Forum: Redcloth RedCloth 4.0 - paragraphs inside list items

Posted by Suraj Kurapati (snk)
on 2008-08-01 12:51
(Received via mailing list)
Hello,

In the previous 3.0.4 version, I was able to create multiple
paragraphs inside a list item by indenting the secondary paragraphs
by two spaces like this:

* First para.

  Second para.

  Third para.

In the new 4.0 version, only the first paragraph is put inside the
list item.  I am forced to write HTML (yuck!) as a work-around:

* First para.
  <br/>
  Second para.
  <br/>
  Third para.

Is there a directive like the backslash (\) in Ruby which tells the
parser to treat the next line of input as continuation of the
current line?

* First para.
  \
  Second para.
  \
  Third para.

Thanks for your consideration.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.