-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update markdown #1080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update markdown #1080
Conversation
I like this! Thanks @abdounikarim. However, we need to revert the changes related to |
I see now why you removed the HTML sanitizer bundle ... but instead of that ... we may add a new Twig filter to do this -> |
After talking with Titouan, he told me that the Sanitizer bundle already provides a
|
@javiereguiluz done |
2031d45
to
4d690c7
Compare
Thanks for this contribution Karim! |
This PR was merged into the master branch. Discussion ---------- Replace twig and twig-bundle with twig-pack This PR replace `twig/twig` and `symfony/twig-bundle` with `symfony/twig-pack` which also install `twig/extra-bundle` that is require since #1080 and the addition of `Twig\Extra\TwigExtraBundle\TwigExtraBundle::class` in `bundles.php` It also bump symfony packages to `v5.0.5` Commits ------- 68c7219 Replace twig and twig-bundle with twig-pack
Hello,
I remove the Markdown class which was used to convert markdown to html.
I used the markdown_to_html filter instead.
I run the tests after and hey still works.