Octopress Code Highlighter
Generates highlighted code using Pygments.rb or Rouge with enanced HTML output and fancy stylesheets. This gem is used by octopress-codefence and octopress-gist.
Usage Note
This plugin is really a library plugin, handling the heavy lifting for generating nice code snippets. If you want to add nice code snippets to your Jekyll site, you probably want octopress-codefence, octopress-render-code, octopress-codeblock, or octopress-gist.
If you want to style highlighted code markup, check out octopress-solarized.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request