mirror of
https://github.com/getgrav/grav.git
synced 2026-02-06 14:50:23 +01:00
Switched deprecated Parsedown parse method to text
This commit is contained in:
@@ -1619,7 +1619,7 @@ class Page
|
||||
} else {
|
||||
$parsedown = new Markdown($this);
|
||||
}
|
||||
$content = $parsedown->parse($content);
|
||||
$content = $parsedown->text($content);
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user