Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realflowcontrol/spress-twig-markdown

Twig Markdown Filter for Spress
https://github.com/realflowcontrol/spress-twig-markdown

php spress static-site-generator

Last synced: about 1 month ago
JSON representation

Twig Markdown Filter for Spress

Awesome Lists containing this project

README

        

# Spress Markdown Filter

Spress plugin to add `markdown` filter function to Twig templates

## Installation

`composer require flow-control/spress-twig-markdown`

## How to Use

In Twig template

```
{{ data|markdown }}
```