fix breaking changes in markdown for console and API

API is not finished.

issue #5082
This commit is contained in:
Carsten Brandt
2014-10-10 19:39:32 +02:00
parent b66c4cf42d
commit 3e3948d8ea
9 changed files with 78 additions and 171 deletions

View File

@ -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.