KnpMarkdownBundle/Parser
Christophe Coevoet 7f115dc73f Reverted the interface renaming done in #50
All code in the bundle is still relying on the transformMarkdown method in
parsers, not on the transform method.
Normal parsers are still working because they still have the method, and
PHP does not have strict type checking for typehints.
However, the SundownParser was still broken. #51 renamed the method to
avoid a fatal error for the interface, but then the method used by the
bundle became missing.
2014-02-20 11:34:05 +01:00
..
Preset Added default option to Light and Medium parsers 2013-12-16 17:48:58 +02:00
MarkdownParser.php Merge pull request #50 from iammichiel/master 2014-02-15 00:23:44 +02:00
SundownParser.php Reverted the interface renaming done in #50 2014-02-20 11:34:05 +01:00