hugo/helpers
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
..
content.go helpers: Apply GoLint rules 2016-03-24 23:16:18 +01:00
content_renderer.go Disable syntax guessing for PygmentsCodeFences by default 2016-04-04 22:19:36 +02:00
content_renderer_test.go
content_test.go
emoji.go
emoji_test.go helpers: Apply GoLint rules 2016-03-24 23:16:18 +01:00
general.go
general_test.go
hugo.go helpers: Apply GoLint rules 2016-03-24 23:16:18 +01:00
hugo_test.go
path.go Fix error handling in SymbolicWalk 2016-03-25 18:18:39 +01:00
path_test.go
pygments.go Add readFile template func 2016-03-31 21:24:18 +02:00
pygments_test.go
url.go helpers: Apply GoLint rules 2016-03-24 23:16:18 +01:00
url_test.go