[reportlab-users] Cannot Insert Carriage Return
Andy Robinson
andy at reportlab.com
Fri Nov 3 12:14:00 EST 2006
tim graber wrote:
> I am trying to format a triple-quote text block and
> cannot figure out how to insert a carriage return.
That's correct. Paragraphs don't have carriage returns.
There is a Preformatted object in Platypus which does respect them; and
also a <br/> tag you can use in Paragraphs, if you use a recent daily
snapshot or get the code from subversion.
- Andy
More information about the reportlab-users
mailing list