You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brandon Mathis 3d2d1a8be4 1. Vastly improved backtick code blocks and added support for Textile
2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin)
3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks
4. Updated render partial to invoke the pre_render method of post_filters
5. Moved Rubypants filter out of default.html into Octopress post_render filters
6. Added raw's safe_wrapper method to codeblock and include_code filters
14 years ago
..
backtick_code_block.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
blockquote.rb blockquote plugin now allows for source attribution with out a link, see docs 14 years ago
category_generator.rb Downcased category urls 14 years ago
code_block.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
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. 14 years ago
gist_tag.rb updated gist_tag.rb to use <div>s to get around RDiscount's foolishness 14 years ago
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. 14 years ago
image_tag.rb added support for width and height to image tag plugin 14 years ago
include_array.rb allow select and order of sidebar components to be configurable in jekyll's _config.yml 14 years ago
include_code.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
octopress_filters.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
pagination.rb reordered arguments in pagination 14 years ago
post_filters.rb Added post_filters plugin 14 years ago
pullquote.rb fixed error in pullquote plugin 14 years ago
pygments_code.rb centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108 14 years ago
raw.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
render_partial.rb 1. Vastly improved backtick code blocks and added support for Textile 14 years ago
sitemap_generator.rb sitemap_generator dies if public dir doesn't exist yet 14 years ago
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. 14 years ago
video_tag.rb added video tag plugin 14 years ago