bug fix for #813

This commit is contained in:
Diego Najar 2018-10-23 23:50:56 +02:00
parent 2b1e09646b
commit 5c70cb9fa6
1 changed files with 1 additions and 4 deletions

View File

@ -73,10 +73,7 @@ class Page {
return $content;
}
$contentRaw = $this->contentRaw();
// Parse pre code with htmlentities
$content = Text::pre2htmlentities($contentRaw);
$content = $this->contentRaw();
// Parse Markdown
$parsedown = new Parsedown();