[Pmwiki-users] Re: PmWiki 2 questions

Patrick R. Michaud pmichaud
Mon Sep 20 08:53:39 CDT 2004


On Mon, Sep 20, 2004 at 08:27:47AM -0600, Patrick R. Michaud wrote:
> 
> > 6. Is there a plan to support inline markups in link text? Should there be?
> > How do I invoke processing of selected markups on link text in PmWiki 2?
> 
> I don't know if this will work, but perhaps you can change the sequence
> of the selected markups so they occur before link processing.
> So, for the '' markup, do
> 
>     Markup("''",'<links',"/''(.*?)''/",'<em>$1</em>');
> 
> which says you want the '' markup to be performed before any link processing.

In PmWiki 2.0.devel5, this won't work because of the way that the
Markup() function is defined.  But I'll fix it for devel6 or devel7
and report back.

Pm



More information about the pmwiki-users mailing list