summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
Commit message (Collapse)AuthorAgeFilesLines
* HTML Encoder: inline numerization corrected.murphy2006-03-231-1/+3
| | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now.
* CodeRay::Duo added for cool caching!murphy2006-03-212-17/+17
| | | | | | | | bench/caching.rb added t“for demonstrating this. HTML Encoder: creates unwrapped output by default (still problems with that.) Numerizing changed (doesn't try to prevent nesting errors) Speedup: "::String" is faster.
* Fixed HTML encoder.murphy2006-03-151-1/+1
| | | | | Changed HTML::CSS.load_stylesheet behaviour.
* Ruby scanner errors fixed.murphy2006-03-152-3/+3
| | | | | demo_dump and demo_encoder updated for new YAML version. Fixes in output.rb and numerization.rb
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+1
| | | | | Fixes in the coderay_rdoc_template.
* New Style system added - still beta.murphy2005-11-133-123/+42
| | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
* New helper module scheme, step 3murphy2005-11-054-1/+1
|
* New helper module scheme, step 1murphy2005-11-054-0/+524