KnpMarkdownBundle Versions Save

Symfony wrapper for PHP markdown

1.4.1

8 years ago
  • Fixed invalid the no_html option usage
  • Compatibility with Twig 2.0

1.3.2

10 years ago

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 is still broken in 1.3.1. #51 renamed the method to avoid a fatal error for the interface, but then the method used by the bundle became missing.

1.3.1

10 years ago

1.3.0

10 years ago