Example #1
0
function markdownout($text)
{
    echo markdown2html($text);
}
Example #2
0
function markdownout($text)
{
    echo markdown2html($text);
    include_once '.._includes/markdown.php';
    return Markdown($text);
}