hugo/helpers
Bjørn Erik Pedersen 05c07c561a Add option to disable Blackfriday LaTeX style dashes
Can be used in site config of per page front matter:

```
[blackfriday]
latexDashes = false
```

Fixes #1231
2015-06-28 15:08:52 +02:00
..
content.go Add option to disable Blackfriday LaTeX style dashes 2015-06-28 15:08:52 +02:00
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
path.go Refactor theme path helper functions. 2015-06-25 18:05:43 +02:00
path_test.go Make removal of accents in taxonomy and section paths optional 2015-06-16 19:25:48 +02:00
pygments.go
pygments_test.go
url.go
url_test.go