aboutsummaryrefslogtreecommitdiff
path: root/plugins/pygments_code.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* centralized pygments aliases into pygments_code.rb. Added alias for .ru ↵Brandon Mathis2011-08-201-0/+4
| | | | (ruby), which sort of fixes #108
* Codeblock regex improved to better detect extensions fixes #96, added ↵Brandon Mathis2011-08-161-7/+10
| | | | support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
* fixed empty line stripping from codeblocksBrandon Mathis2011-07-301-1/+1
|
* added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis2011-07-261-0/+34
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists