twig/markdown-extra
Twig extension adding Markdown support: convert Markdown to HTML with the markdown_to_html filter, and convert HTML back to Markdown with html_to_markdown. Ideal for rendering user content and round-tripping between formats in Twig templates.
This package is a Twig extension that provides the following:
markdown_to_html filter: generates HTML from a Markdown block;
html_to_markdown filter: generates Markdown from an HTML block.
How can I help you explore Laravel packages today?