September 7, 2011 | ||
---|---|---|
View 3d2d1a8
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 filtersBrandon Mathis authored on 07/09/2011 at 23:32:57 |
August 20, 2011 | ||
---|---|---|
View 596ec87
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.ymlBrandon Mathis authored on 20/08/2011 at 20:02:37 |
August 16, 2011 | ||
---|---|---|
View ef4a42f
Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocksBrandon Mathis authored on 16/08/2011 at 06:40:47 |
||
View a5f8714
expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directoryBrandon Mathis authored on 16/08/2011 at 04:41:57 |
August 1, 2011 | ||
---|---|---|
View ff1dba1
Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.Brandon Mathis authored on 01/08/2011 at 13:06:37 |
July 28, 2011 | ||
---|---|---|
View 49a6778
Add support using github backtick code blocks without supplying a languageBrandon Mathis authored on 28/07/2011 at 19:59:27 |
||
View a516c77
improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML supportBrandon Mathis authored on 28/07/2011 at 19:21:34 |
||
View 7209aaf
updated Github style backtick filter to support textile, markdown and htmlBrandon Mathis authored on 28/07/2011 at 18:44:18 |
July 27, 2011 | ||
---|---|---|
View 4a22546
fixed bug where multiple github style codeblcoks were getting eatenBrandon Mathis authored on 27/07/2011 at 22:32:06 |
||
View d0f56ef
fixed bug in backtick_codeblock where indentations were being unintentionally removedBrandon Mathis authored on 27/07/2011 at 03:56:14 |
||
View 6e2beaa
added support for github style backtick code blocksBrandon Mathis authored on 27/07/2011 at 03:37:31 |
July 23, 2011 | ||
---|---|---|
View da38dbe
fixed misspelling of exerpt to excerpt for in the Octopress filtersBrandon Mathis authored on 23/07/2011 at 05:16:40 |
||
View a2bc6f9
1. Added image tag plugin 2. Removed figure tag plugin 3. Renamed custom_filters to octopress_filters 4. Added styles to support new image tag pluginBrandon Mathis authored on 23/07/2011 at 04:23:50 |