Code highlighter

just testing a new code hightlighter, sounds good

text text hello
<?php
function test($string)
          {
          echo “Hello World!”.$string;
          }
// hello world
?>
text text hello
var string=’string’;
function test(string)
          {
          alert(“Hello World! “ + string);
          // hello world
          }

There are no comments on this post

Leave a Reply