mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
12 lines
355 B
Markdown
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
|