|
From: Sabri L. <sab...@gm...> - 2008-08-05 07:33:28
|
On Mon, Aug 4, 2008 at 5:42 PM, Marc-Etienne Vargenau <
Mar...@al...> wrote:
> Reini Urban a écrit :
> > FYI
> > Marc-Etienne Vargenau just added:
> > Implement Wikicreole headers
> > Implement Wikicreole syntax for subscript
> > Implement Wikicreole syntax for line break
> > Implement Wikicreole syntax for links
> > Implement "{{foo?version=5}}" syntax for templates
> >
> > and several minor fixes to CVS.
> > Thanks!
>
Thanks Marc-Etienne for this good initiative.
> Hello to all,
>
> Concerning the Wikicreole headers, what should work is
>
> == My title
> === My subtitle
>
> What does not yet work is
>
> == My title ==
> === My subtitle ===
>
> (Mediawiki style)
>
> Reini, can you have a look in file BlockParser.php
>
> class Block_heading_wikicreole
>
> for the best way to do that?
>
> I am currently working on CreateToc plugin so that the
> Wikicreole headers are taken into account.
>
While you're in, could you please check if there is something wrong in
numbering code! There is a bug in CreateToc plugin numbering. I can't find
the exact scenario to reproduce it. What is happening is that top level
sections numbers are sometimes like X.X while they should be X.
I didn't tried the new creole markup yet. I use '!' for headings.
I would also like to address the point related to non creole wiki pages
conversion to a creole syntax. Is it possible ?
Cheers,
-- Sabri.
|