labnotes/plugins
Brandon Mathis 4e0fec0e0f Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded
..
backtick_code_block.rb Removes also leading tab from backtick codeblock
blockquote.rb Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded
category_generator.rb First attempt at creating per-category Atom feeds.
code_block.rb Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes
date.rb Date format: Remove unnecessary escapement
gist_tag.rb support proxy.
haml.rb Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
image_tag.rb Fixes img tag properties
include_array.rb allow select and order of sidebar components to be configurable in jekyll's _config.yml
include_code.rb Fixes styling of <figure> code header
jsfiddle.rb Adds jsFiddle plugin
octopress_filters.rb Improve handling of meta description
pagination.rb reordered arguments in pagination
post_filters.rb Added post_filters plugin
preview_unpublished.rb Set flag in preview mode and re-generate files before deployment if necessary
pullquote.rb Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes
pygments_code.rb Add utf-8 encoding option to Pygments highlighter, fixes
raw.rb 1. Vastly improved backtick code blocks and added support for Textile
render_partial.rb 1. Vastly improved backtick code blocks and added support for Textile
rubypants.rb Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes
sitemap_generator.rb sitemap_generator dies if public dir doesn't exist yet
titlecase.rb Improved, I think, the Titlecase plugin
video_tag.rb added video tag plugin