John W. Long wrote: > Keith Bingman wrote: >> I meant to include this, but forgot: >> >> http://redhanded.hobix.com/inspect/usingRedcloth3.html >> >> He states that you can switch hard breaks on, but when I try >> this, it disables paragraphs. Oh well... > > I think I'm going to side with _why for now. In the meantime > you can just use <br /> tags between lines.
You can also insert one (or more) spaces right before the newline. RedCloth will convert /\s+$/ to a <br />. This is also ``standard'' Textile. Try it out: http://textism.com/tools/textile/ -Drew _______________________________________________ Radiant mailing list [email protected] http://lists.radiantcms.org/mailman/listinfo/radiant
