Commit 89386e7c by Carsten Brandt

Merge pull request #4580 from verysimplenick/master

fix typo in define $flavors['gfm-comment']
parents 3f9d590d 91e0a3c8
......@@ -33,7 +33,7 @@ class BaseMarkdown
'html5' => true,
],
'gfm-comment' => [
'class' => 'cebe\markdown\Markdown',
'class' => 'cebe\markdown\GithubMarkdown',
'html5' => true,
'enableNewlines' => true,
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment