Commit Graph

23 Commits

Author SHA1 Message Date
Brandon Mathis 73e540409c Support octopress-hooks and octopress-date-format #1622 2014-08-12 10:56:45 -05:00
Alexandre Perrin fe28c0b518 Fix codeblock rendering with HAML when there is a filetype defined. 2013-05-11 16:48:36 +03:00
Brandon Mathis afca876bd4 Accepting all non-whitespace characters as language names for Pygments code highlighting 2013-04-09 09:23:31 -05:00
Brandon Mathis 3ab22cb820 Allowing dashes in code names. Closes #1166 2013-04-09 09:17:46 -05:00
Brandon Mathis 55fa9b3d8e Removed unnecessary regex in code block plugin 2012-12-26 17:33:48 -06:00
Brandon Mathis c18de55875 Titles in code plugins can have slashes in them. Closes #892 2012-12-26 17:19:50 -06:00
Brandon Mathis e53b26ad30 updated plugins to work with latest version of Liquid 2012-05-24 10:28:32 -05:00
Frederic Hemberger 9909f16d80 Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is nil. Fixes #182 2011-10-11 15:46:20 +02:00
Frederic Hemberger 44e4a991cf Fixes styling of <figure> code header 2011-09-18 21:27:42 +02:00
Brandon Mathis 3d2d1a8be4 1. Vastly improved backtick code blocks and added support for Textile
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
2011-09-07 18:34:21 -05:00
Brandon Mathis 089af26b02 improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace. 2011-08-21 10:31:58 -04:00
Brandon Mathis 83d87f98cc added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes #108 2011-08-20 20:25:07 -04:00
Brandon Mathis 358d02a4a7 centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108 2011-08-20 18:39:47 -04:00
Brandon Mathis ef4a42f977 Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks 2011-08-16 02:41:28 -04:00
Brandon Mathis 7b52fb492e added yml alias for yaml code highlighting 2011-08-01 17:35:44 -04:00
Brandon Mathis 6009daa8a2 code_block and inlcude_code no longer needlessly render through the Liquid template parser 2011-08-01 16:28:07 -04:00
Andreas Arnold 2d8a17cd41 making textile and code blocks work nice together 2011-07-28 16:02:49 +02:00
Brandon Mathis 7b81aab5ac added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists 2011-07-26 23:36:42 -04:00
Brandon Mathis 20764e31ee updated syntax highlighting support for perl and objective c in code_block and include_code plugins 2011-07-25 20:35:24 -04:00
Brandon Mathis 0843c02f4e improved documentation on codeblock plugin 2011-07-20 12:13:27 -04:00
Brandon Mathis ae51fe859e removed incorrect usage of gsub! which was returning nil if the substitution was not found. Now strips leading and trailing whitespace 2011-07-20 11:01:56 -04:00
Brandon Mathis 6f646e7290 added <div> wrappers to code blocks because rdiscount stupidly wraps <figure> tags with paragraphs. Grr. 2011-07-19 18:00:56 -04:00
Brandon Mathis 17c59fb1d1 Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins. 2011-07-19 09:06:54 -04:00