[pmwiki-users] Wikiwords and style identifiers bug and workaround

John Rankin john.rankin at affinity.co.nz
Wed Aug 9 21:19:28 CDT 2006


On Thursday, 10 August 2006 12:07 PM, Pico <pmwiki at ben-amotz.com> wrote:
><snip>
>For completeness, here is a list of 6 examples, showing the underlying 
>markup, the displayed results, and the html source:
>
>Markup entered:
>
> >>id='`MyDiv'<<
>1
> >><<
> >>id='My`Div'<<
>2
> >><<
> >>id=`'MyDiv'<<
>3
> >><<
> >>id=`MyDiv<<
>4
> >><<
> >>`MyDiv<<
>5
> >><<
> >> `MyDiv<<
>6
> >><<
>
>Displayed results:
>
See "IMHOs" below each

>%div id='MyDiv' apply=div%
>1
bug: this should "just work"

>%div id='My`Div' apply=div%
>2
tested and works if markup extensions recipe installed
(the '`A' option must be enabled)

>%div id=`'MyDiv' apply=div%
>3
behaves to specification

>%div id=MyDiv apply=div%
>4
bug: this should "just work"

>%div MyDiv apply=div%
bug: this should "just work"

>5
>%div MyDiv apply=div%
>6
bug: this should "just work"

>
><snip>
>
>Pico
>
>


-- 
JR
--
John Rankin







More information about the pmwiki-users mailing list