Commit Graph

2 Commits (6dacdbf3fda683be75bced5c670098a77a92d485)

Author SHA1 Message Date
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
Brandon Mathis 9d2c76e189 Added {% raw %} liquid block, allowing for blocks of code which are not parsed by Liquid