aboutsummaryrefslogtreecommitdiff
path: root/plugins/pygments_code.rb (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-45/+0
2014-08-12Support octopress-hooks and octopress-date-format #1622Brandon Mathis1-3/+3
2013-03-22Enable inline PHP syntax highlightingJoel Clermont1-2/+2
Pygments has a "startinline" option which is only relevant for the PhpLexer. It allows syntax highlighting without the opening <?php tag. I believe this option is ignored for every other lexer. Could you either set this to true by default using the proposed change? Or could this be exposed as a setting somewhere in _config.yml? I can't think of a reason someone would not want this enabled.
2013-01-30Update plugins/pygments_code.rbShane Liesegang1-2/+2
Giving a more helpful error message instead of silently failing.
2013-01-30Update plugins/pygments_code.rbsjml1-1/+5
Making it so the build doesn't fail if a bad lexer is passed to the code highlighting.
2011-10-21Add utf-8 encoding option to Pygments highlighter, fixes #232Frederic Hemberger1-2/+2
2011-09-18Fixes HTML validation issues with code highlightingFrederic Hemberger1-4/+4
2011-09-18Aligns naming of .pygments-cache, .gist-cache and .sass-cacheFrederic Hemberger1-1/+1
2011-08-20centralized pygments aliases into pygments_code.rb. Added alias for .ru ↵Brandon Mathis1-0/+4
(ruby), which sort of fixes #108
2011-08-16Codeblock regex improved to better detect extensions fixes #96, added ↵Brandon Mathis1-7/+10
support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
2011-07-30fixed empty line stripping from codeblocksBrandon Mathis1-1/+1
2011-07-26added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis1-0/+34
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists