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
..
benchmark.go
check.go
convert.go
genautocomplete.go Remove trailing spaces in completionfile flag 2015-05-16 19:52:09 +02:00
gendoc.go Add gendoc command 2015-05-19 10:57:21 -04:00
hugo.go Add support for GitHub-flavoured markdown code fences for highlighting 2015-07-08 08:12:52 +02:00
limit_darwin.go
limit_others.go
list.go
list_config.go
new.go Allow forward slashes in Hugo new on Windows 2015-05-12 18:12:58 +02:00
new_test.go Allow forward slashes in Hugo new on Windows 2015-05-12 18:12:58 +02:00
server.go Make sure that complete server URL is logged on startup 2015-05-09 08:03:06 +02:00
server_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
undraft.go add undraft command 2015-05-08 22:18:51 -04:00
undraft_test.go add undraft command 2015-05-08 22:18:51 -04:00
version.go