summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/page.rb
Commit message (Collapse)AuthorAgeFilesLines
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-2/+2
|
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-251-6/+6
|
* Added documentation to encoders; more code cleanups.murphy2010-03-301-1/+5
|
* * Improved implementation of Encoder *token callbacks.murphy2009-06-201-2/+1
| | | | | | | | * Documentation for these methods. * Added two new encoders: CommentFilter < TokenFilter. * Simplified Text encoder. * Code cleanup in HTML encoder subclasses.
* rake test now runs in debug mode.murphy2006-07-111-21/+21
| | | | All .rb files converted to UNIX format (where did the \r come from?)
* Big re-indenting - no more tabs!murphy2006-07-101-11/+11
|
* new version: 0.7.1murphy2006-05-111-0/+21
improved bin/coderay and included it into package added gem:install task added Duo#highlight (alias for encode) fixed a Plugin bug