Convert tabs to spaces

This commit is contained in:
jeicd
2015-10-05 15:38:56 +06:00
parent e1458eb075
commit f0deb1cee8
4 changed files with 184 additions and 184 deletions

View File

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