Description

using a dot for increasing indenting with tables does not work

 . || Example ||

result is

because you can indent by the text editor with a blank and you won't get this work if you don't be able to use indent increase by the gui. The gui editor replaces indenting with a blank by a dot.

Component selection

Details

this wiki and testwiki for 1.6 too

Workaround

don't use a dot use a blank instead and don't use the gui editor for that

Discussion

Currently gui fails because of process_blockquote does not have

elif name == 'table':
    self.process_table(i)

but this entry does not solve the whole thing. The first table line will get indenting by a dot and does not be rendered because the wiki parser does not know what to do with  . ||. All other table lines need to get indenting too.

So this is at the same time a FeatureRequest. -- ReimarBauer 2007-02-16 20:47:01

identing table works in 1.8.4

In recent MoinMoin (1.8.4), the above syntax is still not supported (it is still a syntax error). However, this one works:

 || a || b ||
 || q || w ||

which is rendered as :

I suppose the bug could be set as fixed -- FranklinPiat 2009-06-28 12:10:08

Well this is a workaround. -- ReimarBauer 2009-06-29 10:47:47

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/IndentingTableFails (last edited 2009-06-29 10:47:48 by ReimarBauer)