adrianbaez / markdown-bundle
Markdown and markdown extra bundle for Symfony
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- erusev/parsedown: ^1.7
- erusev/parsedown-extra: ^0.7.1
- symfony/framework-bundle: ^4.0
- symfony/yaml: ^4.0
- twig/twig: ^2.4
Requires (Dev)
- michelf/php-markdown: ^1.8
- symfony/browser-kit: ^4.0
- symfony/css-selector: ^4.0
- symfony/phpunit-bridge: ^4.0
- symfony/twig-bundle: ^4.0
This package is not auto-updated.
Last update: 2024-11-19 17:07:21 UTC
README
MarkdownBundle is a bundle for Symfony 4 that provides a service and a twig filter to parse markdown syntax.
Internally, by default, MarkdownBundle uses Parsedown, but you can use whatever library.
See Documentation section for more info.