Use markdown for notification about email received

This commit is contained in:
Yurii
2026-06-22 10:06:34 +03:00
parent f209248efd
commit f9fd47622d

View File

@@ -784,7 +784,7 @@ class Processor
$data['subject'] = $noteData->emailName;
}
$data['post'] = nl2br($note->get('post'));
$data['post'] = Markdown::transform($note->getPost() ?? '');
if (!$parentId || !$parentType) {
return;