This option must define how many inline sibling elemens should be outputted
before line
breaking occures. For example, for value 2:
{{{span+em}}}
must be expanded as
{{{
<span></span><em></em>
}}}
but
{{{span+em+strong}}}
must be
{{{
<span></span>
<em></em>
<strong></strong>
}}}
Original issue reported on code.google.com by serge....@gmail.com on 18 Jun 2009 at 2:41
Original issue reported on code.google.com by
serge....@gmail.com
on 18 Jun 2009 at 2:41