| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix codeblock rendering with HAML when there is a filetype defined. | Alexandre Perrin | 2013-05-11 | 1 | -1/+1 |
* | Accepting all non-whitespace characters as language names for Pygments code h... | Brandon Mathis | 2013-04-09 | 1 | -2/+2 |
* | Allowing dashes in code names. Closes #1166 | Brandon Mathis | 2013-04-09 | 1 | -2/+2 |
* | Removed unnecessary regex in code block plugin | Brandon Mathis | 2012-12-26 | 1 | -5/+1 |
* | Titles in code plugins can have slashes in them. Closes #892 | Brandon Mathis | 2012-12-26 | 1 | -4/+4 |
* | updated plugins to work with latest version of Liquid | Brandon Mathis | 2012-05-24 | 1 | -1/+1 |
* | Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is ni... | Frederic Hemberger | 2011-10-11 | 1 | -0/+1 |
* | Fixes styling of <figure> code header | Frederic Hemberger | 2011-09-18 | 1 | -3/+3 |
* | 1. Vastly improved backtick code blocks and added support for Textile | Brandon Mathis | 2011-09-07 | 1 | -4/+7 |
* | improved lang:language for codeblock and include code. It no longer strips ou... | Brandon Mathis | 2011-08-21 | 1 | -2/+2 |
* | added option to force syntax highlighting language, example: {% include_code ... | Brandon Mathis | 2011-08-20 | 1 | -1/+6 |
* | centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby... | Brandon Mathis | 2011-08-20 | 1 | -3/+0 |
* | Codeblock regex improved to better detect extensions fixes #96, added support... | Brandon Mathis | 2011-08-16 | 1 | -2/+2 |
* | added yml alias for yaml code highlighting | Brandon Mathis | 2011-08-01 | 1 | -0/+1 |
* | code_block and inlcude_code no longer needlessly render through the Liquid te... | Brandon Mathis | 2011-08-01 | 1 | -4/+0 |
* | making textile and code blocks work nice together | Andreas Arnold | 2011-07-28 | 1 | -0/+2 |
* | added support for pygments.rb removing dependency on pygments, added support ... | Brandon Mathis | 2011-07-26 | 1 | -1/+4 |
* | updated syntax highlighting support for perl and objective c in code_block an... | Brandon Mathis | 2011-07-25 | 1 | -0/+2 |
* | improved documentation on codeblock plugin | Brandon Mathis | 2011-07-20 | 1 | -1/+9 |
* | removed incorrect usage of gsub! which was returning nil if the substitution ... | Brandon Mathis | 2011-07-20 | 1 | -1/+1 |
* | added <div> wrappers to code blocks because rdiscount stupidly wraps <figure>... | Brandon Mathis | 2011-07-19 | 1 | -5/+5 |
* | Moved plugins to root directory. I'm ditching the idea of shipping plugins wi... | Brandon Mathis | 2011-07-19 | 1 | -0/+80 |