Merge pull request #51 from elnur/sundown-fix

Make the Sundown parser implement the renamed method from the parser interface
This commit is contained in:
Alex Demchenko 2014-02-17 23:00:33 +02:00
commit 2aa4a7d9d8

View file

@ -23,7 +23,7 @@ class SundownParser implements MarkdownParserInterface
/**
* {@inheritdoc}
*/
public function transformMarkdown($text)
public function transform($text)
{
return $this->parser->render($text);
}