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
_______________________________________________
pmwiki-devel mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
