<div dir="ltr"><div>I'm developing a recipe for which I'd rather the receipe returned 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 it.<br><br>I've got something like</div><div>    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></div><div>On the page I see the heading displayed correctly, but not the indent or new lines<br><br>thanks</div><div><br></div><div>Simon</div></div>