helpers\BaseMarkdown $flavors

$flavors public static property

A map of markdown flavor names to corresponding parser class configurations.

public static array $flavors = ['original' => ['class' => 'cebe\markdown\Markdown', 'html5' => true], 'gfm' => ['class' => 'cebe\markdown\GithubMarkdown', 'html5' => true], 'gfm-comment' => ['class' => 'cebe\markdown\GithubMarkdown', 'html5' => true, 'enableNewlines' => true], 'extra' => ['class' => 'cebe\markdown\MarkdownExtra', 'html5' => true]]
doc_Yii
2016-10-30 17:05:28
Comments
Leave a Comment

Please login to continue.