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 11c6e1f

include_code now defaults to relative urls for easy testing on a development server

Brandon Mathis authored on 21/08/2011 at 20:15:46
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 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 29, 2011
View 20de112

include_code is now more forgiving, stripping leading forward slashes from the code_dir config

Brandon Mathis authored on 29/07/2011 at 14:49:37
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 21, 2011
View 44e1351

1. Added condition to full_url filter to allow it to be used as a root_url appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin

Brandon Mathis authored on 21/07/2011 at 19:45:09
July 20, 2011
View c030550

added optional title to include code tag

Brandon Mathis authored on 20/07/2011 at 15:02:49
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