summaryrefslogtreecommitdiff
path: root/lib/coderay/for_redcloth.rb
Commit message (Collapse)AuthorAgeFilesLines
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-251-1/+1
|
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-211-1/+1
|
* Got rid of the old streaming system (see #142).murphy2010-05-011-1/+1
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-1/+1
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-2/+12
|
* Documentation cleanup.murphy2010-02-131-2/+2
|
* Fixing for_redcloth for latest RedCloth versions.murphy2009-10-181-4/+9
|
* Working around a problem with latest RedCloth versions (>= 4.2.0) (issue #119)murphy2009-06-271-1/+8
|
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-0/+1
| | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks.
* Fixed documentation, moved README into lib folder.murphy2009-01-051-1/+1
|
* Fixed coderay/for_redcloth escaping.murphy2008-08-281-2/+20
|
* Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.murphy2008-08-281-35/+35
| | | | | * Cleanup in documentation.rake.
* Added CodeRay.for_redcloth with test and documentation.murphy2008-08-281-0/+54
* Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee).