September 7, 2011
View 3d2d1a8

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 authored on 07/09/2011 at 23:32:57
August 21, 2011
View 089af26

improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace.

Brandon Mathis authored on 21/08/2011 at 14:31:14
View 83d87f9

added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes #108

Brandon Mathis authored on 21/08/2011 at 00:24:51
August 20, 2011
View 358d02a

centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108

Brandon Mathis authored on 20/08/2011 at 22:39:00
August 16, 2011
View ef4a42f

Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks

Brandon Mathis authored on 16/08/2011 at 06:40:47
August 1, 2011
View 7b52fb4

added yml alias for yaml code highlighting

Brandon Mathis authored on 01/08/2011 at 21:35:33
View 6009daa

code_block and inlcude_code no longer needlessly render through the Liquid template parser

Brandon Mathis authored on 01/08/2011 at 20:23:17
July 28, 2011
View 2d8a17c

making textile and code blocks work nice together

Andreas Arnold authored on 28/07/2011 at 14:02:49
July 27, 2011
View 7b81aab

added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists

Brandon Mathis authored on 27/07/2011 at 03:36:42
July 26, 2011
View 20764e3

updated syntax highlighting support for perl and objective c in code_block and include_code plugins

Brandon Mathis authored on 26/07/2011 at 00:34:52
July 20, 2011
View 0843c02

improved documentation on codeblock plugin

Brandon Mathis authored on 20/07/2011 at 16:11:52
View ae51fe8

removed incorrect usage of gsub! which was returning nil if the substitution was not found. Now strips leading and trailing whitespace

Brandon Mathis authored on 20/07/2011 at 15:01:34
July 19, 2011
View 6f646e7

added <div> wrappers to code blocks because rdiscount stupidly wraps <figure> tags with paragraphs. Grr.

Brandon Mathis authored on 19/07/2011 at 22:00:56
View 17c59fb

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.

Brandon Mathis authored on 19/07/2011 at 13:06:54