raphy / markdown-bundle
Provides a fully-featured Markdown bundle
Installs: 2 742
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^5.5|^7.0
- doctrine/collections: ^1.3
- erusev/parsedown: ^1.6
- symfony/form: ^2.8|^3.0|^4.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
- twig/twig: ^1.9|^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.9
- phpunit/phpunit: ^5.4
This package is not auto-updated.
Last update: 2024-10-31 15:34:56 UTC
README
Provides a fully-featured Markdown bundle
Requirements
The bundle supports:
- PHP ^5.6 | ^7.0
- Symfony ^2.8 | ^3.0 | ^4.0
Documentation
To have an idea of how the bundle works, see the Basic usage documentation page.
See the doc
directory for more detailed documentation or just start with main documentation page.
Features
- Parser modularity Allow to use any Markdown parser library (by default use Parsedown)
- Twig filter Provides the Twig filter
markdown
- Editor Use a textarea in a form as Markdown editor using SimpleMDE
- Multi parser Add multiple parser and use a specific parser when wanted
License
See the LICENSE file for details.