Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved documentation on codeblock plugin | Brandon Mathis | 2011-07-20 | 1 | -1/+9 |
| | |||||
* | removed incorrect usage of gsub! which was returning nil if the substitution ↵ | Brandon Mathis | 2011-07-20 | 1 | -1/+1 |
| | | | | was not found. Now strips leading and trailing whitespace | ||||
* | added <div> wrappers to code blocks because rdiscount stupidly wraps ↵ | Brandon Mathis | 2011-07-19 | 1 | -5/+5 |
| | | | | <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/+80 |
with themes until it's more obviously necessary. This way it's easier to merge and update plugins. |