remove image in comments

This commit is contained in:
Simon Vieille 2021-04-08 21:18:56 +02:00
parent fce34cabb8
commit b8eb2b52b7

View file

@ -26,7 +26,7 @@ class Comment extends MarkdownParser
'inline_link' => true, // [link text](url "optional title")
'reference_link' => false, // [link text] [id]
'shortcut_link' => false, // [link text]
'images' => true,
'images' => false,
'html_block' => false,
'block_quote' => true,
'code_block' => true,