Re: [Lift] lift-textile misprocesses a list without a preceding empty line

2009-12-14 Thread David Pollak
On Sun, Dec 13, 2009 at 10:26 PM, tommycli  wrote:

> The below example fails to render a list in lift-textile, but works in
> the reference implementation (http://textism.com/tools/textile/
> index.php ).
>
> Lists work in lift-textile only if there is an empty line preceding
> it, but this is a deviation from the reference implementation.
>

Please file a bug at http://github.com/dpp/liftweb/issues


>
> Example follows:
> ---
>
> For example, these are list items:
> * Item 1
> * Item 2
>
> ---
>
> incorrectly yields:
>
> ---
> For example, these are list items:* Item 1* Item
> 2
> ---
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




[Lift] lift-textile misprocesses a list without a preceding empty line

2009-12-13 Thread tommycli
The below example fails to render a list in lift-textile, but works in
the reference implementation (http://textism.com/tools/textile/
index.php).

Lists work in lift-textile only if there is an empty line preceding
it, but this is a deviation from the reference implementation.

Example follows:
---

For example, these are list items:
* Item 1
* Item 2

---

incorrectly yields:

---
For example, these are list items:* Item 1* Item
2
---

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.