hugo/commands
Philipp Oppermann 43b5dfabb5 Disable syntax guessing for PygmentsCodeFences by default
This disables highlighting for fenced code blocks without explicitly specified language. It also introduces a new `PygmentsCodeFencesGuessSyntax` config option (defaulting to false).

To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true`

This is a breaking change.
2016-04-04 22:19:36 +02:00
..
benchmark.go Export MainSite var 2016-02-14 13:50:03 +01:00
check.go
convert.go parser: Spring code cleaning 2016-03-23 14:51:16 +01:00
gen.go
genautocomplete.go commands: Fix remaining Golint warning 2016-03-23 00:06:10 +01:00
gendoc.go Add readFile template func 2016-03-31 21:24:18 +02:00
genman.go Add readFile template func 2016-03-31 21:24:18 +02:00
hugo.go Disable syntax guessing for PygmentsCodeFences by default 2016-04-04 22:19:36 +02:00
hugo_windows.go
import_jekyll.go Add readFile template func 2016-03-31 21:24:18 +02:00
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go Unexport the remaining vars in hugo command 2016-02-05 22:58:17 +01:00
list_config.go
new.go Add readFile template func 2016-03-31 21:24:18 +02:00
new_test.go Add readFile template func 2016-03-31 21:24:18 +02:00
server.go Add readFile template func 2016-03-31 21:24:18 +02:00
server_test.go Unexport the remaining vars in hugo command 2016-02-05 22:58:17 +01:00
undraft.go commands: Apply Golint rules 2016-03-24 23:34:12 +01:00
undraft_test.go
version.go commands: Remove unused code 2016-03-14 15:24:42 +01:00