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
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
general.go
general_test.go
hugo.go
hugo_test.go
path.go
path_test.go
pygments.go
pygments_test.go
url.go
url_test.go