Multiline cell
andyg
on Tue 21 Apr, 2009 09:12:26 +0000
Hi.
How to format multiline table cell?
Forum Topic Options
Actually, I take that back. It’s supported pretty nicely. There a page with good textile examples that is worth looking at.
Multi column cells
|\2. spans two cols |
| col 1 | col 2 |
Will turn out as:
| spans two cols | |
| col 1 | col 2 |
Multi row cells
|/3. spans 3 rows | a |
| b |
| c |
Will turn out as:
| spans 3 rows | a |
| b | |
| c |
Amazing. Thanks.
OK, I need a little more help.
Some examples on the page you have provided use embeded html, like this:
I am <b>very</b> serious.
And it must looks bold, like this
I am very serios.
But i get all tags escaped:
I am <b>very</b> serious.
Shure i dont need the "<b>" tag but some others are very useful (br, hr, etc).
There’s a good reason for escaping HTML – its to avoid XSS vulnerabilities. However, things that can be used are span and br.
I see.
Thanks for your work on xp-dev indeed.
You do not have sufficient permissions to comment
View full history
Topic and Comments for Multiline cell
rs on Wed 22 Apr, 2009
Don’t think its supported out of the box. Will create a story for it and dig in deeper. Is this urgently required, or a nice to have ?