slugify-filter and tests added.

This commit is contained in:
Florian Schlachter
2014-07-26 17:28:14 +02:00
parent ca44141371
commit f18a69d96f
4 changed files with 34 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ 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