pongo2-addons/README.md
2014-07-26 17:28:14 +02:00

21 lines
518 B
Markdown

# pongo2-addons
Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries.
## How to install
Simply add the following import line **after** importing pongo2:
_ "github.com/flosch/pongo2-addons"
All filters/tags will be registered automatically.
## Filters
- **markdown** (parses markdown text and outputs HTML; **hint**: use the **safe**-filter to make the output not being escaped)
- **slugify** (creates a slug for a given input)
## Tags
(nothing yet)