labnotes/plugins
Brandon Mathis a516c773d1 improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support
..
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 making textile and code blocks work nice together
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 fixed typos and cleand up the image tag plugin
include_code.rb 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
octopress_filters.rb improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support
pullquote.rb fixed error in pullquote plugin
pygments_code.rb 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
render_partial.rb Render partial now automatically stirps out yaml front matter
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