added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
This commit is contained in:
parent
727a149227
commit
7b81aab5ac
8 changed files with 55 additions and 48 deletions
1
Gemfile
1
Gemfile
|
@ -4,6 +4,7 @@ gem 'rake'
|
|||
gem 'rack'
|
||||
gem 'jekyll'
|
||||
gem 'rdiscount'
|
||||
gem 'pygments.rb'
|
||||
gem 'RedCloth'
|
||||
gem 'haml', '>= 3.1'
|
||||
gem 'compass', '>= 0.11'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue