mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 09:47:25 +08:00
Convert tabs to spaces
This commit is contained in:
@ -48,10 +48,10 @@ class Markdown extends \cebe\markdown\Parser
|
||||
* @param array $block
|
||||
* @return string
|
||||
*/
|
||||
protected function renderCode($block)
|
||||
{
|
||||
protected function renderCode($block)
|
||||
{
|
||||
return Console::ansiFormat($block['content'], [Console::NEGATIVE]) . "\n\n";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
||||
Reference in New Issue
Block a user