bug fix for #813
This commit is contained in:
parent
2b1e09646b
commit
5c70cb9fa6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue