aboutsummaryrefslogtreecommitdiff
path: root/plugins/code_block.rb (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-11Fix codeblock rendering with HAML when there is a filetype defined.Alexandre Perrin1-1/+1
2013-04-09Accepting all non-whitespace characters as language names for Pygments code h...Brandon Mathis1-2/+2
2013-04-09Allowing dashes in code names. Closes #1166Brandon Mathis1-2/+2
2012-12-26Removed unnecessary regex in code block pluginBrandon Mathis1-5/+1
2012-12-26Titles in code plugins can have slashes in them. Closes #892Brandon Mathis1-4/+4
2012-05-24updated plugins to work with latest version of LiquidBrandon Mathis1-1/+1
2011-10-11Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is ni...Frederic Hemberger1-0/+1
2011-09-18Fixes styling of <figure> code headerFrederic Hemberger1-3/+3
2011-09-071. Vastly improved backtick code blocks and added support for TextileBrandon Mathis1-4/+7
2011-08-21improved lang:language for codeblock and include code. It no longer strips ou...Brandon Mathis1-2/+2
2011-08-20added option to force syntax highlighting language, example: {% include_code ...Brandon Mathis1-1/+6
2011-08-20centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby...Brandon Mathis1-3/+0
2011-08-16Codeblock regex improved to better detect extensions fixes #96, added support...Brandon Mathis1-2/+2
2011-08-01added yml alias for yaml code highlightingBrandon Mathis1-0/+1
2011-08-01code_block and inlcude_code no longer needlessly render through the Liquid te...Brandon Mathis1-4/+0
2011-07-28making textile and code blocks work nice togetherAndreas Arnold1-0/+2
2011-07-26added support for pygments.rb removing dependency on pygments, added support ...Brandon Mathis1-1/+4
2011-07-25updated syntax highlighting support for perl and objective c in code_block an...Brandon Mathis1-0/+2
2011-07-20improved documentation on codeblock pluginBrandon Mathis1-1/+9
2011-07-20removed incorrect usage of gsub! which was returning nil if the substitution ...Brandon Mathis1-1/+1
2011-07-19added <div> wrappers to code blocks because rdiscount stupidly wraps <figure>...Brandon Mathis1-5/+5
2011-07-19Moved plugins to root directory. I'm ditching the idea of shipping plugins wi...Brandon Mathis1-0/+0
2011-07-17Fixed typo in code_block pluginBrandon Mathis1-2/+1
2011-07-17Added plugin for simple code block authoringBrandon Mathis1-0/+81