fixing emoji picker in atmos layout, re-adding old emojis

This commit is contained in:
2021-07-11 14:39:28 +00:00
parent 576669d9ee
commit 505d221dc8
3 changed files with 13 additions and 13 deletions

View File

@@ -264,6 +264,7 @@ class Markdown extends \Parsedown {
$e['element']['attributes']['src'] = $e['element']['attributes']['href'];
$e['element']['attributes']['alt'] = 'Image';
$e['element']['attributes']['class'] = 'comment_image';
$e['element']['attributes']['loading'] = 'lazy';
unset($e['element']['attributes']['href']);
unset($e['element']['text']);
return $e;