hugo/helpers
Anthony Fok 4a2eda49cd Add option to disable Blackfriday Smartypants
Can be used in site config or per page front matter:

```
[blackfriday]
smartypants = false
```
2015-08-04 21:42:32 +02:00
..
content.go Add option to disable Blackfriday Smartypants 2015-08-04 21:42:32 +02:00
content_renderer.go
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
path.go
path_test.go
pygments.go
pygments_test.go
url.go
url_test.go