mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 04:36:58 +02: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