lift / framework

Lift Framework
http://liftweb.net
Apache License 2.0
1.27k stars 279 forks source link

lift-textile misprocesses a list without a preceding empty line #244

Closed tommycli closed 14 years ago

tommycli commented 14 years ago

Lists work in lift-textile only if there is an empty line preceding it, but this is a deviation from the reference implementation http://textism.com/tools/textile/index.php .

Here's an example:

These are list items:
* Item 1
* Item 2

incorrectly yields:

<p>These are list items:<br></br>* Item 1<br></br>* Item 2</p>
dpp commented 14 years ago

Fix committed to master

github-importer commented 14 years ago

Imported from GitHub: http://github.com/dpp/liftweb/issues/244/find

github-importer commented 12 years ago

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/244