> Presumably I have to add some linebreaks, but how does wikify(0 know
> that
> |||"<br/>"|||| isn't a single row?
>
> I tried that, in fact, and it doesn't split the lines.
>
To insert a newline character into text, use the javascript 'escaped
character' sequence:
\n
Like this:
wikify("|first|row|\n|second|row|\n|third|row|",...);
enjoy,
-e
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.