Migration to MichelFortin's implementation.

Since flydev has marked his version as deprecated (it was a simple composer port of Michel Fortin's initial project), it seems good to revert the dependency to the stable/continued project.
This commit is contained in:
Michiel Missotten 2014-02-13 16:52:14 +01:00
commit 7c05b45fae
3 changed files with 5 additions and 5 deletions

View file

@ -11,5 +11,5 @@ interface MarkdownParserInterface
*
* @return string rendered html
*/
function transformMarkdown($text);
function transform($text);
}