diff --git a/src/Markdown/Parser/Comment.php b/src/Markdown/Parser/Comment.php index 52a93e5..004b6be 100644 --- a/src/Markdown/Parser/Comment.php +++ b/src/Markdown/Parser/Comment.php @@ -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,