Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Titles in code plugins can have slashes in them. Closes #892 | Brandon Mathis | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | To support url without domain name like /path/file | Liang Sun | 2012-11-27 | 1 | -1/+1 |
| | | | You need to know if you would like to support this, each word in the title can not start with "/". | ||||
* | Removes also leading tab from backtick codeblock | Frederic Hemberger | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | Fixes HTML validation issues with code highlighting | Frederic Hemberger | 2011-09-18 | 1 | -2/+2 |
| | |||||
* | improved backtick codeblock's handling of the raw option | Brandon Mathis | 2011-09-07 | 1 | -4/+5 |
| | |||||
* | 1. Vastly improved backtick code blocks and added support for Textile | Brandon Mathis | 2011-09-07 | 1 | -0/+42 |
2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin) 3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks 4. Updated render partial to invoke the pre_render method of post_filters 5. Moved Rubypants filter out of default.html into Octopress post_render filters 6. Added raw's safe_wrapper method to codeblock and include_code filters |