<div dir="ltr">Thanks for such a prompt response.<div>Using &gt; is what is required. (oddly)</div><div>I didn't need to use PRR.<br>And I needed '\\\\' not .\\.<br>It looks like some characters need escaping.</div><div><br></div><div>Simon</div><div><br></div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, 7 Apr 2026 at 08:27, Petko Yotov <<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You may need the HTML entity &gt; instead of ><br>
<br>
   -&gt; Some content.<br>
<br>
(ampersand, gt, semicolon in case the mailing list mangles it)<br>
<br>
(No entities for '<:block>'.)<br>
<br>
And/or it may depend on when your markup is processed.<br>
<br>
And/or this may help:<br>
<br>
   return PRR($retVal);<br>
<br>
See FunctionList for PRR().<br>
<br>
Petko<br>
<br>
On 06/04/2026 21:21, Simon wrote:<br>
> I'm developing a recipe for which I'd rather the receipe returned<br>
> PmWiki markup rather than HTML for placement in a wiki page.<br>
> I can't help feeling this is documented somewhere, but I can't locate<br>
> it.<br>
> <br>
> I've got something like<br>
>     const NL = "\n";<br>
>     $retVal = '<:block>' . NL; # break out of paragraph<br>
>     $retVal .= '!! Heading' . NL;<br>
>     $retVal .= '->Some content.\\' . NL;<br>
>     $retVal .= 'Some more content.\\' . NL;<br>
>     return $retVal;<br>
> <br>
> On the page I see the heading displayed correctly, but not the indent<br>
> or new lines<br>
</blockquote></div>