hugo/commands
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
..
2015-02-05 15:48:09 +01:00
2015-03-06 15:58:14 +01:00
2015-05-19 10:57:21 -04:00
2014-02-18 18:40:55 -05:00
2015-05-08 22:18:51 -04:00
2015-05-08 22:18:51 -04:00
2015-03-18 12:23:13 +01:00