bug fix for #813
This commit is contained in:
parent
2b1e09646b
commit
5c70cb9fa6
|
@ -73,10 +73,7 @@ class Page {
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
$contentRaw = $this->contentRaw();
|
$content = $this->contentRaw();
|
||||||
|
|
||||||
// Parse pre code with htmlentities
|
|
||||||
$content = Text::pre2htmlentities($contentRaw);
|
|
||||||
|
|
||||||
// Parse Markdown
|
// Parse Markdown
|
||||||
$parsedown = new Parsedown();
|
$parsedown = new Parsedown();
|
||||||
|
|
Loading…
Reference in New Issue