Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twigphp/markdown-extra
Markdown extension for Twig
https://github.com/twigphp/markdown-extra
markdown php twig twig-extension
Last synced: about 2 hours ago
JSON representation
Markdown extension for Twig
- Host: GitHub
- URL: https://github.com/twigphp/markdown-extra
- Owner: twigphp
- License: mit
- Created: 2019-08-10T09:31:06.000Z (over 5 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-09-07T08:01:34.000Z (2 months ago)
- Last Synced: 2024-09-07T19:44:34.910Z (2 months ago)
- Topics: markdown, php, twig, twig-extension
- Language: PHP
- Size: 72.3 KB
- Stars: 106
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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