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