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 Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Add some tests for IgnoreFiles 2015-06-03 18:54:15 +02:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go Hyphenate DEV version 2015-05-26 22:44:39 +02:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
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 If no language is provided to Pygments, then try and guess it 2015-07-08 08:12:06 +02:00
pygments_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
url.go Unexport filepath/path bridge types 2015-05-25 13:10:40 +02:00
url_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00