[pmwiki-users] Modified (:markup:)

Patrick R. Michaud pmichaud at pobox.com
Sat Mar 19 00:09:30 CST 2005


On Fri, Mar 18, 2005 at 11:24:43PM +0100, chr at home.se wrote:
> Given the inability of (:markup:) to handle [= .. =] in its *argument*, 
> could we perhaps extend syntax as in the following example:
> 
> 	(:markup <<END:) This text, including [=OooLaLa=] will
> 	be properly rendered and ends here.
> 	<<END
> 
> The idea is simply that we give (:markup:) an argument that should be on a 
> line by itself, indication that this is the end of the parameter...

Actually, if we were to follow the convention used by the other
directives (such as "if" and "table"), this would more properly be:

   (:markup:)
   This text, including [=OooLaLa=] will
   be properly rendered and ends here.
   (:markupend:)

Pm



More information about the pmwiki-users mailing list