aboutsummaryrefslogtreecommitdiff
path: root/plugins/code_block.rb (follow)
Commit message (Expand)AuthorAgeFilesLines
* improved lang:language for codeblock and include code. It no longer strips ou...Brandon Mathis2011-08-211-2/+2
* added option to force syntax highlighting language, example: {% include_code ...Brandon Mathis2011-08-201-1/+6
* centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby...Brandon Mathis2011-08-201-3/+0
* Codeblock regex improved to better detect extensions fixes #96, added support...Brandon Mathis2011-08-161-2/+2
* added yml alias for yaml code highlightingBrandon Mathis2011-08-011-0/+1
* code_block and inlcude_code no longer needlessly render through the Liquid te...Brandon Mathis2011-08-011-4/+0
* making textile and code blocks work nice togetherAndreas Arnold2011-07-281-0/+2
* added support for pygments.rb removing dependency on pygments, added support ...Brandon Mathis2011-07-261-1/+4
* updated syntax highlighting support for perl and objective c in code_block an...Brandon Mathis2011-07-251-0/+2
* 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
* added <div> wrappers to code blocks because rdiscount stupidly wraps <figure>...Brandon Mathis2011-07-191-5/+5
* Moved plugins to root directory. I'm ditching the idea of shipping plugins wi...Brandon Mathis2011-07-191-0/+80