Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -2/+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 Mathis | 2011-07-25 | 1 | -2/+4 |
| | | | | and include_code plugins | ||||
* | 1. Added condition to full_url filter to allow it to be used as a root_url ↵ | Brandon Mathis | 2011-07-21 | 1 | -1/+8 |
| | | | | | | appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin | ||||
* | added optional title to include code tag | Brandon Mathis | 2011-07-20 | 1 | -3/+9 |
| | |||||
* | added <div> wrappers to code blocks because rdiscount stupidly wraps ↵ | Brandon Mathis | 2011-07-19 | 1 | -2/+2 |
| | | | | <figure> tags with paragraphs. Grr. | ||||
* | Moved plugins to root directory. I'm ditching the idea of shipping plugins ↵ | Brandon Mathis | 2011-07-19 | 1 | -0/+55 |
with themes until it's more obviously necessary. This way it's easier to merge and update plugins. |