aboutsummaryrefslogtreecommitdiff
path: root/plugins/raw.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-40/+0
|
* Support octopress-hooks and octopress-date-format #1622Brandon Mathis2014-08-121-2/+2
|
* 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-071-0/+16
| | | | | | | | 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 {% raw %} liquid block, allowing for blocks of code which are not ↵Brandon Mathis2011-09-071-0/+24
parsed by Liquid