aboutsummaryrefslogtreecommitdiff
path: root/plugins/include_code.rb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed space to fix HAML compatibility on include_code.Brandon Mathis2013-10-121-1/+1
* Accepting all non-whitespace characters as language names for Pygments code h...Brandon Mathis2013-04-091-2/+2
* Allowing dashes in code names. Closes #1166Brandon Mathis2013-04-091-2/+2
* Fixes styling of <figure> code headerFrederic Hemberger2011-09-181-1/+1
* 1. Vastly improved backtick code blocks and added support for TextileBrandon Mathis2011-09-071-2/+5
* include_code now defaults to relative urls for easy testing on a development ...Brandon Mathis2011-08-211-1/+1
* 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/+5
* centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby...Brandon Mathis2011-08-201-3/+0
* 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
* include_code is now more forgiving, stripping leading forward slashes from th...Brandon Mathis2011-07-291-1/+1
* added support for pygments.rb removing dependency on pygments, added support ...Brandon Mathis2011-07-261-2/+4
* updated syntax highlighting support for perl and objective c in code_block an...Brandon Mathis2011-07-251-2/+4
* 1. Added condition to full_url filter to allow it to be used as a root_url ap...Brandon Mathis2011-07-211-1/+8
* added optional title to include code tagBrandon Mathis2011-07-201-3/+9
* added <div> wrappers to code blocks because rdiscount stupidly wraps <figure>...Brandon Mathis2011-07-191-2/+2
* Moved plugins to root directory. I'm ditching the idea of shipping plugins wi...Brandon Mathis2011-07-191-0/+55