mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Use markdown for notification about email received
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user