Generic Syntax Highlighter - GeSHi
Yesterday I found great Generic Syntax Highlighter class.
Searching more I found 'geshifilter' Drupal module for GeSHi class, after I was implement it into this Drupal site.
With GeSHi you can make your code examples more readable for users!
You can see examples of GeSHi below!
- /* === This is CSS example === */
- .class_name {
- font-size:12px;
- border:solid 1px #ccc;
- }
- // This is JavaScript example
- onclick="alert('Width = ' + offsetWidth + 'px' + '\n' + 'Height = ' + offsetHeight + 'px')"
- // This is PHP example
- echo 'Hello World!;
GeSHi you can found at http://qbnz.com/highlighter/
geshifilter drupal module you can found at http://drupal.org/project/geshifilter
GeSHi demo you can found at http://qbnz.com/highlighter/demo.php or http://geshi.org/




