aboutsummaryrefslogtreecommitdiff
path: root/plugins/backtick_code_block.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Titles in code plugins can have slashes in them. Closes #892Brandon Mathis2012-12-261-1/+1
|
* To support url without domain name like /path/fileLiang Sun2012-11-271-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 codeblockFrederic Hemberger2011-10-161-3/+3
|
* Fixes HTML validation issues with code highlightingFrederic Hemberger2011-09-181-2/+2
|
* improved backtick codeblock's handling of the raw optionBrandon Mathis2011-09-071-4/+5
|
* 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-071-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