Commit 91e0a3c8 by verysimplenick

fix typo in define $flavors['gfm-comment']

fix typo Markdown->GithubMarkdown in $flavors['gfm-comment']
parent 3f9d590d
......@@ -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