Syntax Highlighting with GeShi
Submitted by keng on Sat, 03/24/2007 - 09:28.
without enter new line feed. And substitute LANG with supported language as listed below:-
If you guys wants to do syntax highlighting, just put
<blockcode type="LANG"> ... <\blockcode>
without enter new line feed. And substitute LANG with supported language as listed below:-
- bash
- html4strict
- javascript
- ruby
- sql
- xml
For example
<blockcode type="ruby">def Test puts "Hello Ruby!" end<\blockcode>
Result will be
def Test puts "Hello Ruby!" end

