Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved lang:language for codeblock and include code. It no longer strips ↵ | Brandon Mathis | 2011-08-21 | 1 | -2/+2 |
| | | | | out surrounding whitespace. | ||||
* | added option to force syntax highlighting language, example: {% include_code ↵ | Brandon Mathis | 2011-08-20 | 1 | -1/+6 |
| | | | | file lang:ruby %}. Fixes #108 | ||||
* | centralized pygments aliases into pygments_code.rb. Added alias for .ru ↵ | Brandon Mathis | 2011-08-20 | 1 | -3/+0 |
| | | | | (ruby), which sort of fixes #108 | ||||
* | Codeblock regex improved to better detect extensions fixes #96, added ↵ | Brandon Mathis | 2011-08-16 | 1 | -2/+2 |
| | | | | support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks | ||||
* | 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 ↵ | Brandon Mathis | 2011-08-01 | 1 | -4/+0 |
| | | | | template parser | ||||
* | 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 |
| | | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | ||||
* | updated syntax highlighting support for perl and objective c in code_block ↵ | Brandon Mathis | 2011-07-25 | 1 | -0/+2 |
| | | | | and include_code plugins | ||||
* | 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 |
| | | | | was not found. Now strips leading and trailing whitespace | ||||
* | added <div> wrappers to code blocks because rdiscount stupidly wraps ↵ | Brandon Mathis | 2011-07-19 | 1 | -5/+5 |
| | | | | <figure> tags with paragraphs. Grr. | ||||
* | Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵ | Brandon Mathis | 2011-07-19 | 1 | -0/+80 |
with themes until it's more obviously necessary. This way it's easier to merge and update plugins. |