summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html/numbering.rb
Commit message (Collapse)AuthorAgeFilesLines
* speedup HTML encoder numbering for Ruby 1.8.7+Kornelius Kalnbach2013-06-161-1/+1
|
* cleanup TODOs, FIXMEsKornelius Kalnbach2013-06-161-1/+1
|
* fix #41 by removing special caseKornelius Kalnbach2013-03-101-17/+22
| | | | Also, clean up some code.
* Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
|
* here come the white-space nazisKornelius Kalnbach2012-04-011-1/+1
|
* Extracted code making HTML lines independent from numbering code to a ↵Etienne Massip2012-01-261-14/+2
| | | | specific option in encoder.
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
|
* found a better name for this variablemurphy2011-06-111-5/+5
|
* General cleanup to Encoders::HTML::Output module: Numbering is now a bit ↵murphy2010-06-291-19/+16
| | | | less obtrusive.
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-271-5/+5
|
* Cleanups in Encoders::HTML::Output.murphy2010-06-011-0/+118