Markdown Code Formatting
A quick bit of HTML:
Some italic html text
Link to example.com.
Next some C:
if (5 == a)
fprintf(stdout, "a = 5 ; z = %sn", z);
If that much works, we should be pretty confident GeSHi can cope with anything else.
Some italic html text
Link to example.com.
if (5 == a)
fprintf(stdout, "a = 5 ; z = %sn", z);
It seems to work:
puts "What's your favorite number?"
number = gets.chomp
output_number = number.to_i + 1
puts output_number.to_s + ' is a bigger and better favorite number.'
This bug has been closed; no more details accepted