list markup is not recognized inside tables

If you do a list inside a table this is not recognized. -- ThiloPfennig 2006-02-22 11:56:29 Simplified example:

* unnumbered list

I think it would be important to get this to work. I use this quite often.

The problem is that you can not in MoinMoin break up a table cell onto more than one line even though this is very important.

Right now this is not possible:

|| table cell 1
still table cell 1 || table cell 2||

If you have no "||" at the end of the line with no space behind you do not get a table at all. I think this breaks some of the core advances of HTML, which is that ou can break a line as often as you want - if the element is open the layout afterwards stays correct.

Another approach where to use some markup like the one common in unix bash for inputs in many lines with the "\". Example usage:

||table cell 1 \(no space after this character!)
still table cell 1 || table cell 2||

This would enable many more uses inside a table besides UL/OL in the future.

Workaround

Discussion

-- Ray


CategoryFeatureRequest

MoinMoin: FeatureRequests/ListMarkupNotRecognizedInsideTables (last edited 2009-02-25 05:35:32 by 207)