Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes HTML validation issues with code highlighting | Frederic Hemberger | 2011-09-18 | 1 | -4/+4 |
| | |||||
* | Aligns naming of .pygments-cache, .gist-cache and .sass-cache | Frederic Hemberger | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | centralized pygments aliases into pygments_code.rb. Added alias for .ru ↵ | Brandon Mathis | 2011-08-20 | 1 | -0/+4 |
| | | | | (ruby), which sort of fixes #108 | ||||
* | Codeblock regex improved to better detect extensions fixes #96, added ↵ | Brandon Mathis | 2011-08-16 | 1 | -7/+10 |
| | | | | support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks | ||||
* | fixed empty line stripping from codeblocks | Brandon Mathis | 2011-07-30 | 1 | -1/+1 |
| | |||||
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -0/+34 |
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists |