mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fix breaking changes in markdown for console and API
API is not finished. issue #5082
This commit is contained in:
@ -37,6 +37,10 @@ class BaseMarkdown
|
||||
'html5' => true,
|
||||
'enableNewlines' => true,
|
||||
],
|
||||
'extra' => [
|
||||
'class' => 'cebe\markdown\MarkdownExtra',
|
||||
'html5' => true,
|
||||
],
|
||||
];
|
||||
/**
|
||||
* @var string the markdown flavor to use when none is specified explicitly.
|
||||
|
Reference in New Issue
Block a user