labnotes/plugins
Parker Moore 64ba603225 Merge pull request from IQAndreas/cleanup-date
Call overridden version of `to_liquid` and remove duplicate code in `Octopress::Date`
..
backtick_code_block.rb Titles in code plugins can have slashes in them. Closes
blockquote.rb Striped whitespace from titles in blockquote plugin
category_generator.rb fix minor mis-spelling
code_block.rb Fix codeblock rendering with HAML when there is a filetype defined.
config_tag.rb Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method
date.rb Rename 'data' to 'date_attributes'
gist_tag.rb Allow no last space for gist number only in gist tag
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 Removed space to fix HAML compatibility on include_code.
jsfiddle.rb removing border from iframe in jsFiddle plugin
octopress_filters.rb Fix for issue
pagination.rb reordered arguments in pagination
post_filters.rb Added post_filters plugin
preview_unpublished.rb Whitespace
pullquote.rb updated plugins to work with latest version of Liquid
pygments_code.rb Enable inline PHP syntax highlighting
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 Whitespace
titlecase.rb Improved, I think, the Titlecase plugin
video_tag.rb Video tag plugin now supports mp4,ogv,webm formats, closes