README fix
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							@@ -3,11 +3,12 @@
 | 
			
		||||
[](https://travis-ci.org/flosch/pongo2-addons)
 | 
			
		||||
[](https://www.gittip.com/flosch/)
 | 
			
		||||
 | 
			
		||||
Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries.
 | 
			
		||||
Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Since this package uses 
 | 
			
		||||
3rd-party-libraries, it's in its own package.
 | 
			
		||||
 | 
			
		||||
## How to use and install
 | 
			
		||||
## How to install and use
 | 
			
		||||
 | 
			
		||||
Install via `go get -u github.com/flosch/pongo2-addons`.
 | 
			
		||||
Install via `go get -u github.com/flosch/pongo2-addons`. All dependencies will be automatically fetched and installed.
 | 
			
		||||
 | 
			
		||||
Simply add the following import line **after** importing pongo2:
 | 
			
		||||
 | 
			
		||||
@@ -15,20 +16,26 @@ Simply add the following import line **after** importing pongo2:
 | 
			
		||||
 | 
			
		||||
All additional filters/tags will be registered automatically.
 | 
			
		||||
 | 
			
		||||
## Filters
 | 
			
		||||
## Addons
 | 
			
		||||
 | 
			
		||||
### Filters
 | 
			
		||||
 | 
			
		||||
  - Regulars
 | 
			
		||||
     - **[slugify](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#slugify)** (creates a slug for a given input)
 | 
			
		||||
     - **[filesizeformat](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#filesizeformat)** (human-readable filesize; takes bytes as input)
 | 
			
		||||
     - **[slugify](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#slugify)** (creates a slug for a given input)
 | 
			
		||||
 | 
			
		||||
  - Markup
 | 
			
		||||
     - **markdown** (parses markdown text and outputs HTML; **hint**: use the **safe**-filter to make the output not being escaped)
 | 
			
		||||
  
 | 
			
		||||
  - Humanize
 | 
			
		||||
     - **[timesince](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#timesince)/[timeuntil](https://docs.djangoproject.com/en/1.6/ref/templates/builtins/#timeuntil)/[naturaltime](https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#naturaltime)** (human-readable time [duration] indicator)
 | 
			
		||||
     - **[intcomma](https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#intcomma)** (put decimal marks into the number)
 | 
			
		||||
     - **[ordinal](https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#ordinal)** (convert integer to its ordinal as string)
 | 
			
		||||
     - **[timesince](https://docs.djangoproject.com/en/dev/ref/templates/builtins/#timesince)/[timeuntil](https://docs.djangoproject.com/en/1.6/ref/templates/builtins/#timeuntil)/[naturaltime](https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#naturaltime)** (human-readable time [duration] indicator)
 | 
			
		||||
 | 
			
		||||
## Tags
 | 
			
		||||
### Tags
 | 
			
		||||
 | 
			
		||||
(nothing yet)
 | 
			
		||||
 | 
			
		||||
## TODO
 | 
			
		||||
 | 
			
		||||
 - Support i18n/i10n
 | 
			
		||||
		Reference in New Issue
	
	Block a user