Commit Graph

12 Commits

Author SHA1 Message Date
Brandon Mathis 596ec87c37 now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml 2011-08-20 16:02:50 -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 a5f87149fe 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 directory 2011-08-16 00:43:07 -04:00
Brandon Mathis ff1dba19f2 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. 2011-08-01 09:06:55 -04:00
Brandon Mathis 49a67785dc Add support using github backtick code blocks without supplying a language 2011-07-28 15:59:50 -04:00
Brandon Mathis a516c773d1 improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support 2011-07-28 15:21:46 -04:00
Brandon Mathis 7209aaf64c updated Github style backtick filter to support textile, markdown and html 2011-07-28 14:44:48 -04:00
Brandon Mathis 4a2254665c fixed bug where multiple github style codeblcoks were getting eaten 2011-07-27 18:34:58 -04:00
Brandon Mathis d0f56ef1ca fixed bug in backtick_codeblock where indentations were being unintentionally removed 2011-07-26 23:56:14 -04:00
Brandon Mathis 6e2beaa969 added support for github style backtick code blocks 2011-07-26 23:37:31 -04:00
Brandon Mathis da38dbe584 fixed misspelling of exerpt to excerpt for in the Octopress filters 2011-07-23 01:16:55 -04:00
Brandon Mathis a2bc6f9762 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 plugin
2011-07-23 00:26:00 -04:00