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: 4 days 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: 3.x
- Last Pushed: 2024-12-10T15:19:46.000Z (23 days ago)
- Last Synced: 2024-12-23T03:03:03.213Z (11 days ago)
- Topics: markdown, php, twig, twig-extension
- Language: PHP
- Size: 50.8 KB
- Stars: 108
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
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