1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-02 08:33:49 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Anthony Fok
d45b55bdd4 helpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRenderer
To be consistent with the changes made in commit 67df33f, see .
2016-03-21 15:17:37 +08:00
Bjørn Erik Pedersen
5d915e7e96 helpers: Unexport some internals 2016-03-14 17:27:15 +01:00
Bjørn Erik Pedersen
542e220cc4 Make tests green on both Pygments 2.0.2 and 2.1.3
See 
2016-03-13 22:06:51 +01:00
Anthony Fok
8509727fe8 Add copyright header to that source files that don’t have one.
See 
2015-12-10 15:19:38 -07:00
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 
2015-10-15 17:59:28 +02:00
Bjørn Erik Pedersen
72f14a8202 Apply project wide go fmt 2015-10-12 20:47:06 +02:00
Andrew Brampton
c2c694f136 Add GitHub style code fence support to mmark
Fixes .
2015-10-05 17:45:37 -04:00