aboutsummaryrefslogtreecommitdiff
path: root/plugins/backtick_code_block.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes HTML validation issues with code highlightingFrederic Hemberger2011-09-181-2/+2
|
* improved backtick codeblock's handling of the raw optionBrandon Mathis2011-09-071-4/+5
|
* 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-071-0/+42
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