Marek Rouchal schrieb:
> What about N<> for foot_N_ote? Another extension of POD I would personally
> like to see are tables:
> 
> =begin table blah blah (headline)
> 
> <TAB>column2head<TAB>column3head
> 
> row2head<TAB>cell22<TAB>cell23
> 
> row3head<TAB>cell32<TAB>cell33
> 
> =end table
> 
> The formatters would scan the =begin table/=end block for rows/columns
> and output a nicely formatted table. Suggestion: Nested tables are
> forbidden, only plain strings (with whitespace) allowed in cells.

On wikis, which I'm currently working at, and which have a similar format 
and usage (easy to read, fast to convert), the table delimiter is '|'.
other wikis have '|<' for left, '||' for center and '|>' for right.
but would avoid these attributes. left should be default. border is always 0.

I'm against <TAB> at all. You don't see them, they align different.
colspans are done automatically in the header only, left to right.

=begin table [attribs]
|table header|
|a1|a2|a3|
|b1|b2|b3|
=end table
-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

Reply via email to