hugo/helpers
Nathan Youngman ec9c691216 Insert code tag for server-side syntax highlighting
Inserts a code tag into Pygments output with the language-info that is present when using client-side highlighting (useful for CSS hooks)

```html
<code class="language-go" data-lang="go">
```

closes #1490
2015-10-15 17:59:28 +02:00
..
content.go
content_renderer.go
content_renderer_test.go Insert code tag for server-side syntax highlighting 2015-10-15 17:59:28 +02:00
content_test.go
general.go
general_test.go
hugo.go
hugo_test.go
path.go Rename prettiyPath to prettifyPath 2015-10-15 10:15:26 +02:00
path_test.go
pygments.go Insert code tag for server-side syntax highlighting 2015-10-15 17:59:28 +02:00
pygments_test.go
url.go Rename prettiyPath to prettifyPath 2015-10-15 10:15:26 +02:00
url_test.go