[pmwiki-devel] How to use the pmwiki renderer standalone

Tobias Redmann tobias at meshed.de
Wed Feb 28 14:48:58 CST 2007


Hi guys,

is there a possibilty to use the pmwiki html-renderer standalone? I  
want to use the renderer in another application.

Is there a way to do things like this?


<?php
include('pmwikiRenderer.php');

$someText = '! Headline';

echo rendererWikiText($someText);


?>


Output >>


<h1>Headline</h1>


best regards,

tobias / berlin / germany



More information about the pmwiki-devel mailing list