hugo/helpers
Andrew Brampton c139c6e1ef Add support for GitHub-flavoured markdown code fences for highlighting
This commit adds a new PygmentsCodeFences config option (default false), which if true will allow GitHub style backtick code fences around code, which will then be rendered by Pygments.

For example:

``` language
your code
```

can be used instead of {{< highlight language >}}your code {{< /highlight >}}.

Fixes #362
2015-07-08 08:12:52 +02:00
..
content.go Add support for GitHub-flavoured markdown code fences for highlighting 2015-07-08 08:12:52 +02:00
content_renderer.go Add support for GitHub-flavoured markdown code fences for highlighting 2015-07-08 08:12:52 +02:00
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
path.go
path_test.go
pygments.go If no language is provided to Pygments, then try and guess it 2015-07-08 08:12:06 +02:00
pygments_test.go
url.go
url_test.go