mirror of
https://github.com/KnpLabs/KnpMarkdownBundle.git
synced 2026-03-14 20:55:51 +01:00
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:
parent
9f4f88919d
commit
7c05b45fae
3 changed files with 5 additions and 5 deletions
|
|
@ -11,5 +11,5 @@ interface MarkdownParserInterface
|
|||
*
|
||||
* @return string rendered html
|
||||
*/
|
||||
function transformMarkdown($text);
|
||||
function transform($text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue