aboutsummaryrefslogtreecommitdiff
path: root/plugins/render_partial.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-071-0/+3
| | | | | | | | 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
* added a raw option to render_partial. Now you can import partials without ↵Brandon Mathis2011-08-011-5/+14
| | | | having them parsed by the Liquid template parser
* Render partial now automatically stirps out yaml front matterBrandon Mathis2011-07-221-2/+7
|
* Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵Brandon Mathis2011-07-191-0/+52
with themes until it's more obviously necessary. This way it's easier to merge and update plugins.