Official filter and tag addons for pongo2
Go to file
Florian Schlachter 168a1e743f Update README.md
2014-07-20 00:50:56 +02:00
.gitignore Initial commit 2014-07-20 00:24:32 +02:00
filter_markdown.go markdown-filter added. 2014-07-20 00:42:24 +02:00
LICENSE Initial commit 2014-07-20 00:24:32 +02:00
README.md Update README.md 2014-07-20 00:50:56 +02:00

pongo2-addons

Official filter and tag add-ons for pongo2. Uses 3rd-party-libraries.

How to use and install

Install via go get -u github.com/flosch/pongo2-addons.

Simply add the following import line after importing pongo2:

_ "github.com/flosch/pongo2-addons"

All additional 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)

Tags

(nothing yet)