| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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.
|
| |
|
| |
Giving a more helpful error message instead of silently failing.
|
| |
|
| |
Making it so the build doesn't fail if a bad lexer is passed to the code highlighting.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(ruby), which sort of fixes #108
|
| |
|
|
| |
support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
|
| | |
|
|
|
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
|