Quantcast
Channel: Add syntax highlighting to gh-pages - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Tekkub for Add syntax highlighting to gh-pages

$
0
0

Pages already does pygments, there's nothing to install. Just use it!

---layout: defaulttitle: Something with codes---Happy fun highlighting. [More details](https://github.com/mojombo/jekyll/wiki/liquid-extensions){% highlight ruby %}def foo  puts 'foo'end{% endhighlight %}

Viewing all articles
Browse latest Browse all 6

Trending Articles