Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/realflowcontrol/spress-twig-markdown
- Owner: realFlowControl
- License: gpl-3.0
- Created: 2016-09-16T19:27:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T19:00:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T20:53:44.243Z (3 months ago)
- Topics: php, spress, static-site-generator
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```