Parsedown逃生破碎

时间:2016-10-13 12:23:13

标签: php parsedown

setMarkUpEscaped 无效。

代码示例

$parsedown = new Parsedown(); $parsedown->setMarkupEscaped(true)->text($PostMBody);

PostMBody只是一个textarea,格式如下:

$PostMBody = $db->real_escape_string(strip_tags(stripslashes($_POST["PostBody"]))); // Body of the post 

该页面空白并以500错误响应。

我包括像这样的Parsedown(最新版本)

include $_SERVER["DOCUMENT_ROOT"]."/_INCLUDES/MarkdownParser/markdown.php"; // Parser for markdown to DB (the latest Parsedown.php file) - the same error happens when I try the break line function.

我做错了什么?!

0 个答案:

没有答案