Files
Twig/extra/markdown-extra/README.md
2019-08-10 11:29:35 +02:00

12 lines
355 B
Markdown

Twig Markdown Extension
=======================
This package is a Twig extension that provides the following:
* [`markdown_to_html`][1] filter: generates HTML from a Markdown block;
* [`html_to_markdown`][2] filter: generates Markdown from an HTML block.
[1]: https://twig.symfony.com/markdown_to_html
[2]: https://twig.symfony.com/html_to_markdown