December 26, 2012
View 55fa9b3

Removed unnecessary regex in code block plugin

Brandon Mathis authored on 26/12/2012 at 23:33:48
View c18de55

Titles in code plugins can have slashes in them. Closes #892

Brandon Mathis authored on 26/12/2012 at 23:18:29
May 24, 2012
View e53b26a

updated plugins to work with latest version of Liquid

Brandon Mathis authored on 24/05/2012 at 15:28:32
October 11, 2011
View 9909f16

Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes #182

Frederic Hemberger authored on 11/10/2011 at 13:46:20
September 18, 2011
View 44e4a99

Fixes styling of <figure> code header

Frederic Hemberger authored on 18/09/2011 at 19:27:42
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