Zet-Web / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Add 'inline_child_wrap' option to profiles #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 9 Feb 2010 at 10:15