On May 27, 2009, at 7:13 PM, Pascal Voitot wrote:
On Wed, May 27, 2009 at 6:58 PM, Guillaume Lerouge <[email protected]
wrote:
Re,
On Wed, May 27, 2009 at 6:56 PM, Pascal Voitot <[email protected]>wrote:
On Wed, May 27, 2009 at 6:49 PM, Guillaume Lerouge <[email protected]
wrote:
Re,
On Wed, May 27, 2009 at 6:44 PM, Pascal Voitot <[email protected]>wrote:
In fact, I want something like
* (% style="mystyle" %)((( blablblabla |=bliblibli |=blublublu )))
and everything is aligned on the bullet's column even the table...
What about
(% style="color: green;" %) * ((( blablblabla |=bliblibli |=blublublu )))
(%%) * item 2
?
The problem is that I want the style to apply on the <div> corresponding to the ((())) not on the <ul>... so I want a list item embedding some content and apply my style on this content...
Anyway, I can use CSS instead...
* (% style="color: green;" %)((( blablblabla |=bliblibli |=blublublu )))
works ;-)
Since there's no blank line between * and (% they're considered as part of the same paragraph.
you're right it works :) will you put this case in the documentation ? :):):)
nope :)
it reminds of my past french grammar courses... this rule works all the time but not in this, this, this, this and this cases and in that case, it works like that...
The fact that it works looks like a bug to me (unless we agree to support (%..%) for groups in inline mode). -Vincent
On Wed, May 27, 2009 at 6:41 PM, Pascal Voitot <[email protected]>wrote:
On Wed, May 27, 2009 at 6:37 PM, Guillaume Lerouge <
wrote:
> Hi, > > On Wed, May 27, 2009 at 6:34 PM, Pascal Voitot > <[email protected]>wrote: > >> On Wed, May 27, 2009 at 6:29 PM, Guillaume Lerouge < [email protected] >>> wrote: >> >>> Hi, >>> >>> On Wed, May 27, 2009 at 6:21 PM, Pascal Voitot >>> <[email protected]>wrote: >>> >>>> On Wed, May 27, 2009 at 6:16 PM, Vincent Massol < [email protected] >> >>>> wrote: >>>> >>>>> >>>>> On May 27, 2009, at 6:13 PM, Pascal Voitot wrote: >>>>> >>>>>> Hello again, >>>>>> >>>>>> I write something like: >>>>>> >>>>>> (% style="somestyle" %) >>>>>> ((( >>>>>> my embedded wikipage >>>>>> ))) >>>>>> >>>>>> the style is not applied to the <div> surrounding the embedded >>>>>> wikipage. >>>>>> Is it normal or is it a bug? >>>>> >>>>> It should work AFAIK. What version of core? >>>>> >>>> >>>> this is my strange 1.9-snapshot... >>>> I'm going to use 1.9 RC1 asap but I need to recompile it with derby > and >>> I'm >>>> lazy :) >>>> >>>> and does >>>> >>>> * (% style="mystyle" %)((( >>>> embedded content >>>> ))) >>>> >>>> works? >>>> >>> >>> Nope, it doesn't seem to work. >>> >> >> This is my precise case in fact... so is it a bug? >> > > Well, > > (% style="color: green;" %) > * ((({{include document="Main.Papillon" /}}))) > > works > > -> couldn't you use that instead? >
yes I could but this is not really what I would like :)
> > Guillaume > > >> >> >>> >>> Guillaume >>> >>> >>>> >>>> >>>> >>>>> >>>>> Thanks >>>>> -Vincent >>>>>