mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
use rawMarkdown method to set page content
This commit is contained in:
@@ -1008,7 +1008,7 @@ class AdminController
|
||||
}
|
||||
// Fill content last because of it also renders the output.
|
||||
if (isset($input['content'])) {
|
||||
$page->content((string) $input['content']);
|
||||
$page->rawMarkdown((string) $input['content']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user