Tuesday, October 6, 2015

Testing Syntax highlighting

I have integrated syntax highlighting in my post by following the well written tutorial here:

Example usage:
<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}

No comments:

Post a Comment