add image in comments

This commit is contained in:
Simon Vieille 2021-04-08 20:25:02 +02:00
parent 1e44302459
commit c359e40b82
1 changed files with 1 additions and 1 deletions

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' => false,
'images' => true,
'html_block' => false,
'block_quote' => true,
'code_block' => true,