summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html/output.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the statement that is not always reached.Jun Aruga2018-08-271-2/+0
* remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-101-1/+1
* simplify HTML page layout (no border)Kornelius Kalnbach2011-10-191-1/+9
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-2/+2
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-1/+0
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-1/+1
* renamed pre_* token kinds to predefined_*murphy2011-04-171-3/+3
* General cleanup in this weird Encoders::HTML::Output module.murphy2010-06-291-52/+10
* Cleanups in Encoders::HTML::Output.murphy2010-06-011-2/+0
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-021-7/+5
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-021-4/+3
* Added documentation to encoders; more code cleanups.murphy2010-03-301-2/+2
* Added a :title option for the HTML Encoder. Closes #55.murphy2009-04-141-1/+10
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-1/+1
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-1/+3
* rake test now runs in debug mode.murphy2006-07-111-195/+195
* Big re-indenting - no more tabs!murphy2006-07-101-163/+163
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-1/+1
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-1/+1
* CodeRay::Duo added for cool caching!murphy2006-03-211-2/+2
* Ruby scanner errors fixed.murphy2006-03-151-1/+1
* New Style system added - still beta.murphy2005-11-131-12/+19
* New helper module scheme, step 3murphy2005-11-051-0/+188