Nope, it's not obvious, but there is rudimentary multi-paragraph support. Try <br/> :-).
If you need things like inter-paragraph spacing, though, then you need to code it as a layer on top of the words node, with one paragraph per words node. I've added an appropriate sentence to the wiki. Cheers, Uli On Oct 26, 2009, at 9:51 PM, Alex Harrington wrote: > Hopefully I'm missing something obvious here! > > I'm trying to add a words node with more than one paragraph in it. > > eg: > This is the first paragraph > that wraps automatically > inside the node. > > Here's the second paragraph > > > With code like: > <words id="text" opacity="1" parawidth="100">This is the first > paragraph that wraps automatically inside the node > > Here's the second paragraph</words> > > The node is created fine but the linebreak is lost. I've tried > putting in \r\n and \n escape sequences but they seem to be ignored > too. I also tried escaping the escapes - eg \\n and \\r\\n but they > just end up adding a \n or a \r\n to the printed output. What's the > magic way to get a line break? > > Alex > > This email carries a disclaimer, a copy of which may be read at > http://learning.longhill.org.uk/disclaimer > > _______________________________________________ > libavg-users mailing list > [email protected] > https://mail.datenhain.de/mailman/listinfo/libavg-users > -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
