aboutsummaryrefslogtreecommitdiff
path: root/plugins/code_block.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added support for pygments.rb removing dependency on pygments, added support ↵Brandon Mathis2011-07-261-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 Mathis2011-07-251-0/+2
| | | | and include_code plugins
* improved documentation on codeblock pluginBrandon Mathis2011-07-201-1/+9
|
* removed incorrect usage of gsub! which was returning nil if the substitution ↵Brandon Mathis2011-07-201-1/+1
| | | | was not found. Now strips leading and trailing whitespace
* added <div> wrappers to code blocks because rdiscount stupidly wraps ↵Brandon Mathis2011-07-191-5/+5
| | | | <figure> tags with paragraphs. Grr.
* Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵Brandon Mathis2011-07-191-0/+80
with themes until it's more obviously necessary. This way it's easier to merge and update plugins.