[ewiki] Re: table-markup broken (?)

Hey,

There were some "slight" changes in the table generation code, but
in fact I've changed internally how it is written (the formatting
kernel knows direct and buffered output). This fixed a few earlier
bugs with interferences of lists, indendation and tables. However
it is still not perfect, for example text directly following a
table definition (an empty line above and below was always good!)
gets included still.

> In cvs040222 the table markup seems to be broken - at least in my 
> installation 
> only the first  table-row is rendered. The rest is shown in unparsed 
> wiki-markup.
>
> It still worked in R1.01d. Can you reproduce it?

You may have triggered a similar race condition, but eventually
you only forgot to remove a space character behind the ending |
dash or so?  Please give some page source to allow reproduction
of the bug.

>
> I did an ediff between the R1.01d and cvs040222 ewiki.php and couldn't find 
> anything obvious having to do w/ the table markup.

The latest (minor important) changes were in the _paragraph()
function, which however affects table code as well.

mario

Other related posts: