labnotes/plugins
Brandon Mathis 7b52fb492e added yml alias for yaml code highlighting
..
blockquote.rb blockquote plugin now allows for source attribution with out a link, see docs
category_generator.rb removed some unnecessary steps from the category_generator plugin to avoid confusion
code_block.rb added yml alias for yaml code highlighting
compass_compiler.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.
gist_tag.rb updated gist_tag.rb to use <div>s to get around RDiscount's foolishness
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 added support for width and height to image tag plugin
include_array.rb allow select and order of sidebar components to be configurable in jekyll's _config.yml
include_code.rb added yml alias for yaml code highlighting
octopress_filters.rb Backtick codeblocks now correctly replace &amp; with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.
pullquote.rb fixed error in pullquote plugin
pygments_code.rb fixed empty line stripping from codeblocks
render_partial.rb added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser
sitemap_generator.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.
titlecase.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.
video_tag.rb added video tag plugin